diff --git a/resources/lang/af/admin/accessories/general.php b/resources/lang/af/admin/accessories/general.php index 22771aff0c..26820c464c 100644 --- a/resources/lang/af/admin/accessories/general.php +++ b/resources/lang/af/admin/accessories/general.php @@ -1,22 +1,22 @@ 'About Accessories', - 'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', - 'accessory_category' => 'Accessory Category', - 'accessory_name' => 'Accessory Name', + 'about_accessories_title' => 'Oor Toebehore', + 'about_accessories_text' => 'Toebehore is enigiets wat jy aan gebruikers uitreik, maar dit het nie \'n reeksnommer (of jy gee nie om om hulle unieke te volg nie). Byvoorbeeld, rekenaarmuise of sleutelborde.', + 'accessory_category' => 'Toebehore Kategorie', + 'accessory_name' => 'Toebehore Naam', 'checkout' => 'Checkout Accessory', 'checkin' => 'Checkin Accessory', - 'create' => 'Create Accessory', - 'edit' => 'Edit Accessory', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'total' => 'Total', - 'remaining' => 'Avail', - 'update' => 'Update Accessory', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'create' => 'Skep bykomstighede', + 'edit' => 'Wysig bykomstighede', + 'eula_text' => 'Kategorie EULA', + 'eula_text_help' => 'Hierdie veld laat u toe om u EULA\'s vir spesifieke soorte bates aan te pas. As u slegs een EULA vir al u bates het, kan u die onderstaande boks selekteer om die primêre standaard te gebruik.', + 'require_acceptance' => 'Vereis gebruikers om die aanvaarding van bates in hierdie kategorie te bevestig.', + 'no_default_eula' => 'Geen primêre standaard EULA gevind nie. Voeg een by Instellings.', + 'total' => 'totale', + 'remaining' => 'opgelewer', + 'update' => 'Opdatering bywerk', + 'use_default_eula' => 'Gebruik eerder die primary standaard EULA.', + 'use_default_eula_disabled' => 'Gebruik die primêre standaardverlof in plaas daarvan. Geen primêre standaard EULA is ingestel nie. Voeg asseblief een by Instellings.', ); diff --git a/resources/lang/af/admin/accessories/message.php b/resources/lang/af/admin/accessories/message.php index 92998a4e14..4a6fb52876 100644 --- a/resources/lang/af/admin/accessories/message.php +++ b/resources/lang/af/admin/accessories/message.php @@ -2,35 +2,35 @@ return array( - 'does_not_exist' => 'The accessory does not exist.', - 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', + 'does_not_exist' => 'Die accessoire bestaan ​​nie.', + 'assoc_users' => 'Hierdie bykomstige het tans: tel items wat uitgekontroleer is aan gebruikers. Kontroleer asseblief die bykomstighede en en probeer weer.', 'create' => array( - 'error' => 'The accessory was not created, please try again.', - 'success' => 'The accessory was successfully created.' + 'error' => 'Die bykomstigheid is nie geskep nie, probeer asseblief weer.', + 'success' => 'Die bykomstigheid is suksesvol geskep.' ), 'update' => array( - 'error' => 'The accessory was not updated, please try again', - 'success' => 'The accessory was updated successfully.' + 'error' => 'Die bykomstigheid is nie opgedateer nie, probeer asseblief weer', + 'success' => 'Die bykomstigheid is suksesvol opgedateer.' ), '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' => 'Is jy seker jy wil hierdie toebehore uitvee?', + 'error' => 'Daar was \'n probleem met die verwydering van die bykomstigheid. Probeer asseblief weer.', + 'success' => 'Die bykomstigheid is suksesvol verwyder.' ), 'checkout' => array( - 'error' => 'Accessory was not checked out, please try again', - 'success' => 'Accessory checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Toebehore is nie nagegaan nie, probeer asseblief weer', + 'success' => 'Toebehore suksesvol nagegaan.', + 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.' ), 'checkin' => array( - 'error' => 'Accessory was not checked in, please try again', - 'success' => 'Accessory checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Toebehore is nie nagegaan nie, probeer asseblief weer', + 'success' => 'Toebehore is suksesvol nagegaan.', + 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.' ) diff --git a/resources/lang/af/admin/accessories/table.php b/resources/lang/af/admin/accessories/table.php index e02d9f22e4..d8fa52c62c 100644 --- a/resources/lang/af/admin/accessories/table.php +++ b/resources/lang/af/admin/accessories/table.php @@ -1,11 +1,11 @@ 'Download CSV', + 'dl_csv' => 'Laai CSV af', 'eula_text' => 'EULA', 'id' => 'ID', - 'require_acceptance' => 'Acceptance', - 'title' => 'Accessory Name', + 'require_acceptance' => 'aanvaarding', + 'title' => 'Toebehore Naam', ); diff --git a/resources/lang/af/admin/asset_maintenances/form.php b/resources/lang/af/admin/asset_maintenances/form.php index 2aa005c45f..eb6caf5937 100644 --- a/resources/lang/af/admin/asset_maintenances/form.php +++ b/resources/lang/af/admin/asset_maintenances/form.php @@ -1,14 +1,14 @@ 'Maintenance Type', - 'title' => 'Title', - 'start_date' => 'Started', - 'completion_date' => 'Completed', - 'cost' => 'Cost', - 'is_warranty' => 'Warranty Improvement', - 'asset_maintenance_time' => 'Days', - 'notes' => 'Notes', - 'update' => 'Update', - 'create' => 'Create' + 'asset_maintenance_type' => 'Onderhoudstipe', + 'title' => 'Titel', + 'start_date' => 'begin', + 'completion_date' => 'voltooi', + 'cost' => 'koste', + 'is_warranty' => 'Garantieverbetering', + 'asset_maintenance_time' => 'dae', + 'notes' => 'notas', + 'update' => 'Opdateer', + 'create' => 'Skep' ]; diff --git a/resources/lang/af/admin/asset_maintenances/general.php b/resources/lang/af/admin/asset_maintenances/general.php index c7ae42d41a..cb16001c1c 100644 --- a/resources/lang/af/admin/asset_maintenances/general.php +++ b/resources/lang/af/admin/asset_maintenances/general.php @@ -2,10 +2,10 @@ return [ 'asset_maintenances' => 'Asset Maintenances', - 'edit' => 'Edit Asset Maintenance', - 'delete' => 'Delete Asset Maintenance', - 'view' => 'View Asset Maintenance Details', - 'repair' => 'Repair', - 'maintenance' => 'Maintenance', - 'upgrade' => 'Upgrade' + 'edit' => 'Wysig bateonderhoud', + 'delete' => 'Verwyder Bate Onderhoud', + 'view' => 'Bekyk Bate Onderhoud Besonderhede', + 'repair' => 'herstel', + 'maintenance' => 'onderhoud', + 'upgrade' => 'opgradering' ]; diff --git a/resources/lang/af/admin/asset_maintenances/message.php b/resources/lang/af/admin/asset_maintenances/message.php index d121115825..5ba89ba544 100644 --- a/resources/lang/af/admin/asset_maintenances/message.php +++ b/resources/lang/af/admin/asset_maintenances/message.php @@ -1,21 +1,21 @@ 'Asset Maintenance you were looking for was not found!', + 'not_found' => 'Bate-instandhouding waarna jy gesoek is, is nie gevind nie!', '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' => 'Is jy seker jy wil hierdie bate instandhouding uitvee?', + 'error' => 'Daar was \'n probleem met die verwydering van die bate-instandhouding. Probeer asseblief weer.', + 'success' => 'Die bate-instandhouding is suksesvol verwyder.' ], 'create' => [ - 'error' => 'Asset Maintenance was not created, please try again.', - 'success' => 'Asset Maintenance created successfully.' + 'error' => 'Asset Maintenance is nie geskep nie, probeer asseblief weer.', + 'success' => 'Bate Onderhoud geskep suksesvol.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Bateonderhoud is nie geredigeer nie, probeer asseblief weer.', + 'success' => 'Bate Onderhoud suksesvol geredigeer.' ], - 'asset_maintenance_incomplete' => 'Not Completed Yet', - 'warranty' => 'Warranty', - 'not_warranty' => 'Not Warranty', + 'asset_maintenance_incomplete' => 'Nog nie voltooi nie', + 'warranty' => 'waarborg', + 'not_warranty' => 'Nie waarborg nie', ]; \ No newline at end of file diff --git a/resources/lang/af/admin/asset_maintenances/table.php b/resources/lang/af/admin/asset_maintenances/table.php index f3a6be60f9..260d5ce06b 100644 --- a/resources/lang/af/admin/asset_maintenances/table.php +++ b/resources/lang/af/admin/asset_maintenances/table.php @@ -1,8 +1,8 @@ 'Asset Maintenance', - 'asset_name' => 'Asset Name', - 'is_warranty' => 'Warranty', - 'dl_csv' => 'Download CSV' + 'title' => 'Bate Onderhoud', + 'asset_name' => 'Bate Naam', + 'is_warranty' => 'waarborg', + 'dl_csv' => 'Laai CSV af' ]; diff --git a/resources/lang/af/admin/categories/general.php b/resources/lang/af/admin/categories/general.php index 16b3b79f51..d189b4baba 100644 --- a/resources/lang/af/admin/categories/general.php +++ b/resources/lang/af/admin/categories/general.php @@ -1,23 +1,23 @@ 'About Categories', - 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', - 'asset_categories' => 'Asset Categories', - 'category_name' => 'Category Name', - 'checkin_email' => 'Send email to user on checkin.', - 'clone' => 'Clone Category', - 'create' => 'Create Category', - 'edit' => 'Edit Category', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'name' => 'Category Name', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.', - 'required_eula' => 'This user will be emailed a copy of the EULA', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'update' => 'Update Category', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'about_categories_title' => 'Oor Kategorieë', + 'about_categories' => 'Kategorieë help jou om jou items te organiseer. Sommige voorbeeldkategorieë kan wees "Desktops", "Laptops", "Mobile Phones", "Tablets", ensovoorts, maar jy kan kategorieë gebruik wat vir jou sin maak.', + 'asset_categories' => 'Bate kategorieë', + 'category_name' => 'Kategorie Naam', + 'checkin_email' => 'Stuur e-pos aan gebruiker op inskrywing.', + 'clone' => 'Klone Kategorie', + 'create' => 'Skep Kategorie', + 'edit' => 'Wysig Kategorie', + 'eula_text' => 'Kategorie EULA', + 'eula_text_help' => 'Hierdie veld laat u toe om u EULA\'s vir spesifieke soorte bates aan te pas. As u slegs een EULA vir al u bates het, kan u die onderstaande boks selekteer om die primêre standaard te gebruik.', + 'name' => 'Kategorie Naam', + 'require_acceptance' => 'Vereis gebruikers om die aanvaarding van bates in hierdie kategorie te bevestig.', + 'required_acceptance' => 'Hierdie gebruiker sal per e-pos met \'n skakel gestuur word om die aanvaarding van hierdie item te bevestig.', + 'required_eula' => 'Hierdie gebruiker sal \'n afskrif van die EULA ontvang', + 'no_default_eula' => 'Geen primêre standaard EULA gevind nie. Voeg een by Instellings.', + 'update' => 'Opdateer kategorie', + 'use_default_eula' => 'Gebruik eerder die primary standaard EULA.', + 'use_default_eula_disabled' => 'Gebruik die primêre standaardverlof in plaas daarvan. Geen primêre standaard EULA is ingestel nie. Voeg asseblief een by Instellings.', ); diff --git a/resources/lang/af/admin/categories/message.php b/resources/lang/af/admin/categories/message.php index 48cf5478e1..85103589b2 100644 --- a/resources/lang/af/admin/categories/message.php +++ b/resources/lang/af/admin/categories/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Category does not exist.', - 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', - 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ', + 'does_not_exist' => 'Kategorie bestaan ​​nie.', + 'assoc_models' => 'Hierdie kategorie is tans gekoppel aan ten minste een model en kan nie uitgevee word nie. Dateer asseblief jou modelle op om nie meer hierdie kategorie te verwys nie en probeer weer.', + 'assoc_items' => 'Hierdie kategorie word tans geassosieer met ten minste een: asset_type en kan nie uitgevee word nie. Werk asseblief jou: bat_type op om nie meer hierdie kategorie te verwys nie en probeer weer.', 'create' => array( - 'error' => 'Category was not created, please try again.', - 'success' => 'Category created successfully.' + 'error' => 'Kategorie is nie geskep nie, probeer asseblief weer.', + 'success' => 'Kategorie geskep suksesvol.' ), 'update' => array( - 'error' => 'Category was not updated, please try again', - 'success' => 'Category updated successfully.' + 'error' => 'Kategorie is nie opgedateer nie, probeer asseblief weer', + 'success' => 'Kategorie suksesvol opgedateer.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this category?', - 'error' => 'There was an issue deleting the category. Please try again.', - 'success' => 'The category was deleted successfully.' + 'confirm' => 'Is jy seker jy wil hierdie kategorie uitvee?', + 'error' => 'Daar was \'n probleem met die verwydering van die kategorie. Probeer asseblief weer.', + 'success' => 'Die kategorie is suksesvol verwyder.' ) ); diff --git a/resources/lang/af/admin/categories/table.php b/resources/lang/af/admin/categories/table.php index a3ee96ae7f..8c05175bd9 100644 --- a/resources/lang/af/admin/categories/table.php +++ b/resources/lang/af/admin/categories/table.php @@ -3,8 +3,8 @@ return array( 'eula_text' => 'EULA', 'id' => 'ID', - 'parent' => 'Parent', - 'require_acceptance' => 'Acceptance', - 'title' => 'Asset Category Name', + 'parent' => 'Ouer', + 'require_acceptance' => 'aanvaarding', + 'title' => 'Bate Kategorie Naam', ); diff --git a/resources/lang/af/admin/companies/general.php b/resources/lang/af/admin/companies/general.php index 9a47968977..31b7db20ab 100644 --- a/resources/lang/af/admin/companies/general.php +++ b/resources/lang/af/admin/companies/general.php @@ -1,6 +1,6 @@ 'About Companies', - 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', - 'select_company' => 'Select Company', + 'about_companies_title' => 'Oor Maatskappye', + 'about_companies_text' => 'Maatskappye kan gebruik word as \'n eenvoudige identifikasie veld, of kan gebruik word om sigbaarheid van bates, gebruikers, ens beperk as volle maatskappy ondersteuning geaktiveer is in jou Admin instellings.', + 'select_company' => 'Kies Maatskappy', ]; diff --git a/resources/lang/af/admin/companies/message.php b/resources/lang/af/admin/companies/message.php index a6db573519..e093b94859 100644 --- a/resources/lang/af/admin/companies/message.php +++ b/resources/lang/af/admin/companies/message.php @@ -1,18 +1,18 @@ 'Company does not exist.', - 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', + 'does_not_exist' => 'Maatskappy bestaan ​​nie.', + 'assoc_users' => 'Hierdie maatskappy is tans geassosieer met ten minste een model en kan nie verwyder word nie. Dateer asseblief jou modelle op om nie meer hierdie maatskappy te verwys nie en probeer weer.', 'create' => array( - 'error' => 'Company was not created, please try again.', - 'success' => 'Company created successfully.' + 'error' => 'Maatskappy is nie geskep nie, probeer asseblief weer.', + 'success' => 'Maatskappy geskep suksesvol.' ), 'update' => array( - 'error' => 'Company was not updated, please try again', - 'success' => 'Company updated successfully.' + 'error' => 'Maatskappy is nie opgedateer nie, probeer asseblief weer', + 'success' => 'Maatskappy suksesvol opgedateer.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this company?', - 'error' => 'There was an issue deleting the company. Please try again.', - 'success' => 'The Company was deleted successfully.' + 'confirm' => 'Is jy seker jy wil hierdie maatskappy uitvee?', + 'error' => 'Daar was \'n probleem met die verwydering van die maatskappy. Probeer asseblief weer.', + 'success' => 'Die maatskappy is suksesvol verwyder.' ) ); diff --git a/resources/lang/af/admin/companies/table.php b/resources/lang/af/admin/companies/table.php index 2f86126ff2..9c4badb11b 100644 --- a/resources/lang/af/admin/companies/table.php +++ b/resources/lang/af/admin/companies/table.php @@ -1,9 +1,9 @@ 'Companies', - 'create' => 'Create Company', - 'title' => 'Company', + 'companies' => 'maatskappye', + 'create' => 'Skep maatskappy', + 'title' => 'maatskappy', 'update' => 'Update Company', - 'name' => 'Company Name', + 'name' => 'maatskappynaam', 'id' => 'ID', ); diff --git a/resources/lang/af/admin/components/general.php b/resources/lang/af/admin/components/general.php index 75c9d250ab..b48ded15a0 100644 --- a/resources/lang/af/admin/components/general.php +++ b/resources/lang/af/admin/components/general.php @@ -1,17 +1,17 @@ 'About Components', - 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', - 'component_name' => 'Component Name', - 'checkin' => 'Checkin Component', - 'checkout' => 'Checkout Component', - 'cost' => 'Purchase Cost', - 'create' => 'Create Component', - 'edit' => 'Edit Component', - 'date' => 'Purchase Date', - 'order' => 'Order Number', - 'remaining' => 'Remaining', - 'total' => 'Total', - 'update' => 'Update Component', + 'about_components_title' => 'Oor komponente', + 'about_components_text' => 'Komponente is items wat deel van \'n bate is, byvoorbeeld HDD, RAM, ens.', + 'component_name' => 'Komponentnaam', + 'checkin' => 'Checkin-komponent', + 'checkout' => 'Afhandelingskomponent', + 'cost' => 'Aankoopskoste', + 'create' => 'Skep komponent', + 'edit' => 'Wysig komponent', + 'date' => 'Aankoop datum', + 'order' => 'Bestellingnommer', + 'remaining' => 'oorblywende', + 'total' => 'totale', + 'update' => 'Opdateer komponent', ); diff --git a/resources/lang/af/admin/components/message.php b/resources/lang/af/admin/components/message.php index 1d13970f23..a841a29e6d 100644 --- a/resources/lang/af/admin/components/message.php +++ b/resources/lang/af/admin/components/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Component does not exist.', + 'does_not_exist' => 'Komponent bestaan ​​nie.', 'create' => array( - 'error' => 'Component was not created, please try again.', - 'success' => 'Component created successfully.' + 'error' => 'Komponent is nie geskep nie, probeer asseblief weer.', + 'success' => 'Komponent geskep suksesvol.' ), 'update' => array( - 'error' => 'Component was not updated, please try again', - 'success' => 'Component updated successfully.' + 'error' => 'Komponent is nie opgedateer nie, probeer asseblief weer', + 'success' => 'Komponent suksesvol opgedateer.' ), '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' => 'Is jy seker jy wil hierdie komponent uitvee?', + 'error' => 'Daar was \'n probleem met die verwydering van die komponent. Probeer asseblief weer.', + 'success' => 'Die komponent is suksesvol verwyder.' ), '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' => 'Komponent is nie nagegaan nie, probeer asseblief weer', + 'success' => 'Komponent is suksesvol nagegaan.', + 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.' ), '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' => 'Komponent is nie nagegaan nie, probeer asseblief weer', + 'success' => 'Komponent is suksesvol nagegaan.', + 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.' ) diff --git a/resources/lang/af/admin/components/table.php b/resources/lang/af/admin/components/table.php index 3d4fed6a7f..093d250f2b 100644 --- a/resources/lang/af/admin/components/table.php +++ b/resources/lang/af/admin/components/table.php @@ -1,5 +1,5 @@ 'Component Name', + 'title' => 'Komponentnaam', ); diff --git a/resources/lang/af/admin/consumables/general.php b/resources/lang/af/admin/consumables/general.php index 53a69f8c03..3d1ecf1d27 100644 --- a/resources/lang/af/admin/consumables/general.php +++ b/resources/lang/af/admin/consumables/general.php @@ -1,13 +1,13 @@ 'About Consumables', - 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', - 'checkout' => 'Checkout Consumable to User', - 'consumable_name' => 'Consumable Name', - 'create' => 'Create Consumable', + 'about_consumables_title' => 'Oor Verbruiksgoedere', + 'about_consumables_text' => 'Verbruiksgoedere word enigiets aangekoop wat oor tyd gebruik sal word. Byvoorbeeld, drukker ink of kopieermapier.', + 'checkout' => 'Afhandeling Verbruiker na Gebruiker', + 'consumable_name' => 'Verbruikbare Naam', + 'create' => 'Skep Verbruik', 'item_no' => 'Item No.', - 'remaining' => 'Remaining', - 'total' => 'Total', - 'update' => 'Update Consumable', + 'remaining' => 'oorblywende', + 'total' => 'totale', + 'update' => 'Verbruik Verbruik', ); diff --git a/resources/lang/af/admin/consumables/message.php b/resources/lang/af/admin/consumables/message.php index 48a3cfbd9f..0dca909303 100644 --- a/resources/lang/af/admin/consumables/message.php +++ b/resources/lang/af/admin/consumables/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Consumable does not exist.', + 'does_not_exist' => 'Verbruiksgoedere bestaan ​​nie.', 'create' => array( - 'error' => 'Consumable was not created, please try again.', - 'success' => 'Consumable created successfully.' + 'error' => 'Verbruiksgoedere is nie geskep nie, probeer asseblief weer.', + 'success' => 'Verbruiker geskep suksesvol.' ), 'update' => array( - 'error' => 'Consumable was not updated, please try again', - 'success' => 'Consumable updated successfully.' + 'error' => 'Verbruiksgoedere is nie opgedateer nie, probeer asseblief weer', + 'success' => 'Verbruiksgoedere suksesvol opgedateer.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this consumable?', - 'error' => 'There was an issue deleting the consumable. Please try again.', - 'success' => 'The consumable was deleted successfully.' + 'confirm' => 'Is jy seker jy wil hierdie verbruiksgoed uitvee?', + 'error' => 'Daar was \'n probleem met die verwydering van die verbruik. Probeer asseblief weer.', + 'success' => 'Die verbruiksgoed is suksesvol verwyder.' ), 'checkout' => array( - 'error' => 'Consumable was not checked out, please try again', - 'success' => 'Consumable checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Verbruiksgoedere is nie nagegaan nie, probeer asseblief weer', + 'success' => 'Verbruiksgoedere is suksesvol nagegaan.', + 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.' ), 'checkin' => array( - 'error' => 'Consumable was not checked in, please try again', - 'success' => 'Consumable checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Verbruiksgoedere is nie nagegaan nie, probeer asseblief weer', + 'success' => 'Verbruiker word suksesvol nagegaan.', + 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.' ) diff --git a/resources/lang/af/admin/consumables/table.php b/resources/lang/af/admin/consumables/table.php index bb76721f17..f468d5363e 100644 --- a/resources/lang/af/admin/consumables/table.php +++ b/resources/lang/af/admin/consumables/table.php @@ -1,5 +1,5 @@ 'Consumable Name', + 'title' => 'Verbruikbare Naam', ); diff --git a/resources/lang/af/admin/custom_fields/general.php b/resources/lang/af/admin/custom_fields/general.php index f2e6df90cb..3163141b14 100644 --- a/resources/lang/af/admin/custom_fields/general.php +++ b/resources/lang/af/admin/custom_fields/general.php @@ -1,30 +1,30 @@ 'Custom Fields', - '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.', - 'encrypted' => 'Encrypted', - 'fieldset' => 'Fieldset', - 'qty_fields' => 'Qty Fields', + 'custom_fields' => 'Aangepaste velde', + 'field' => 'veld', + 'about_fieldsets_title' => 'Oor Fieldsets', + 'about_fieldsets_text' => 'Veldstelle stel jou in staat om groepe van persoonlike velde te skep wat gereeld hergebruik word vir spesifieke tipe bates.', + 'custom_format' => 'Gepasmaakte formaat ...', + 'encrypt_field' => 'Enkripteer die waarde van hierdie veld in die databasis', + 'encrypt_field_help' => 'WAARSKUWING: Om \'n veld te enkripteer, maak dit onondersoekbaar.', + 'encrypted' => 'encrypted', + 'fieldset' => 'fieldset', + 'qty_fields' => 'Aantal velde', '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', - 'field_custom_format' => 'Custom Format', - 'required' => 'Required', + 'fieldset_name' => 'Veldsetnaam', + 'field_name' => 'Veldnaam', + 'field_values' => 'Veldwaardes', + 'field_values_help' => 'Voeg selekteer opsies by, een per reël. Blanke lyne behalwe die eerste reël sal geïgnoreer word.', + 'field_element' => 'Vorm Element', + 'field_element_short' => 'element', + 'field_format' => 'formaat', + 'field_custom_format' => 'Gepasmaakte formaat', + 'required' => 'vereis', 'req' => 'Req.', - 'used_by_models' => 'Used By Models', - 'order' => 'Order', - 'create_fieldset' => 'New Fieldset', - 'create_field' => 'New Custom Field', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'used_by_models' => 'Gebruik deur modelle', + 'order' => 'Orde', + 'create_fieldset' => 'Nuwe Fieldset', + 'create_field' => 'Nuwe aangepaste veld', + 'value_encrypted' => 'Die waarde van hierdie veld is geïnkripteer in die databasis. Slegs admingebruikers sal die gedecodeerde waarde kan sien', ); diff --git a/resources/lang/af/admin/custom_fields/message.php b/resources/lang/af/admin/custom_fields/message.php index ed66a6ba16..b52f9bb43f 100644 --- a/resources/lang/af/admin/custom_fields/message.php +++ b/resources/lang/af/admin/custom_fields/message.php @@ -3,48 +3,48 @@ return array( 'field' => array( - 'invalid' => 'That field does not exist.', - 'already_added' => 'Field already added', + 'invalid' => 'Daardie veld bestaan ​​nie.', + 'already_added' => 'Veld reeds bygevoeg', 'create' => array( - 'error' => 'Field was not created, please try again.', - 'success' => 'Field created successfully.', - 'assoc_success' => 'Field successfully added to fieldset.' + 'error' => 'Veld is nie geskep nie, probeer asseblief weer.', + 'success' => 'Veld geskep suksesvol.', + 'assoc_success' => 'Veld suksesvol bygevoeg tot veldtog.' ), 'update' => array( - 'error' => 'Field was not updated, please try again', - 'success' => 'Field updated successfully.' + 'error' => 'Veld is nie opgedateer nie, probeer asseblief weer', + 'success' => 'Veld suksesvol opgedateer.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this field?', - 'error' => 'There was an issue deleting the field. Please try again.', - 'success' => 'The field was deleted successfully.', - 'in_use' => 'Field is still in use.', + 'confirm' => 'Is jy seker jy wil hierdie veld uitvee?', + 'error' => 'Daar was \'n probleem met die verwydering van die veld. Probeer asseblief weer.', + 'success' => 'Die veld is suksesvol verwyder.', + 'in_use' => 'Veld is nog steeds in gebruik.', ) ), 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Veldset bestaan ​​nie', 'create' => array( - 'error' => 'Fieldset was not created, please try again.', - 'success' => 'Fieldset created successfully.' + 'error' => 'Veldtipe is nie geskep nie, probeer asseblief weer.', + 'success' => 'Veldtipe suksesvol geskep.' ), 'update' => array( - 'error' => 'Fieldset was not updated, please try again', - 'success' => 'Fieldset updated successfully.' + 'error' => 'Fieldset is nie opgedateer nie, probeer asseblief weer', + 'success' => 'Veldset suksesvol opgedateer.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this fieldset?', - 'error' => 'There was an issue deleting the fieldset. Please try again.', - 'success' => 'The fieldset was deleted successfully.', - 'in_use' => 'Fieldset is still in use.', + 'confirm' => 'Is jy seker jy wil hierdie veldtog uitvee?', + 'error' => 'Daar was \'n probleem met die verwydering van die veldtog. Probeer asseblief weer.', + 'success' => 'Die veldtog is suksesvol verwyder.', + 'in_use' => 'Veldset is nog steeds in gebruik.', ) ), diff --git a/resources/lang/af/admin/departments/message.php b/resources/lang/af/admin/departments/message.php index d65f4fbb2b..d1351b1862 100644 --- a/resources/lang/af/admin/departments/message.php +++ b/resources/lang/af/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Departement bestaan ​​nie.', + 'assoc_users' => 'Hierdie afdeling word tans geassosieer met minstens een gebruiker en kan nie verwyder word nie. Dateer asseblief u gebruikers op om nie meer hierdie departement te verwys nie en probeer weer.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Departement is nie geskep nie, probeer asseblief weer.', + 'success' => 'Departement geskep suksesvol.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Departement is nie opgedateer nie, probeer asseblief weer', + 'success' => 'Departement suksesvol opgedateer.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Is jy seker jy wil hierdie departement uitvee?', + 'error' => 'Daar is \'n probleem met die verwydering van die departement. Probeer asseblief weer.', + 'success' => 'Die departement is suksesvol geskrap.' ) ); diff --git a/resources/lang/af/admin/departments/table.php b/resources/lang/af/admin/departments/table.php index 76494247be..fd299d67b9 100644 --- a/resources/lang/af/admin/departments/table.php +++ b/resources/lang/af/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'name' => 'Departement Naam', + 'manager' => 'Bestuurder', + 'location' => 'plek', + 'create' => 'Skep Departement', + 'update' => 'Update Departement', ); diff --git a/resources/lang/af/admin/depreciations/general.php b/resources/lang/af/admin/depreciations/general.php index 1fca0e2cb7..fe35498748 100644 --- a/resources/lang/af/admin/depreciations/general.php +++ b/resources/lang/af/admin/depreciations/general.php @@ -1,12 +1,12 @@ 'About Asset Depreciations', - 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', - 'asset_depreciations' => 'Asset Depreciations', - 'create' => 'Create Depreciation', - 'depreciation_name' => 'Depreciation Name', - 'number_of_months' => 'Number of Months', - 'update' => 'Update Depreciation', + 'about_asset_depreciations' => 'Oor bate afskrywing', + 'about_depreciations' => 'U kan bate-afskrywings opstel om bates te deprecieer gebaseer op reguit-waardevermindering.', + 'asset_depreciations' => 'Bate afskrywing', + 'create' => 'Skep waardevermindering', + 'depreciation_name' => 'Waardevermindering Naam', + 'number_of_months' => 'Aantal maande', + 'update' => 'Werk waardevermindering op', ); diff --git a/resources/lang/af/admin/depreciations/message.php b/resources/lang/af/admin/depreciations/message.php index c20e52c13c..50b978ff38 100644 --- a/resources/lang/af/admin/depreciations/message.php +++ b/resources/lang/af/admin/depreciations/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Depreciation class does not exist.', - 'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ', + 'does_not_exist' => 'Waardeverminderingsklas bestaan ​​nie.', + 'assoc_users' => 'Hierdie waardevermindering word tans geassosieer met een of meer modelle en kan nie uitgevee word nie. Skrap asseblief die modelle, en probeer dan weer uitvee.', 'create' => array( - 'error' => 'Depreciation class was not created, please try again. :(', - 'success' => 'Depreciation class created successfully. :)' + 'error' => 'Waardeverminderingsklas is nie geskep nie, probeer asseblief weer. :(', + 'success' => 'Depresiasieklas geskep suksesvol. :)' ), 'update' => array( - 'error' => 'Depreciation class was not updated, please try again', - 'success' => 'Depreciation class updated successfully.' + 'error' => 'Waardeverminderingsklas is nie opgedateer nie, probeer asseblief weer', + 'success' => 'Waardeverminderingsklas suksesvol opgedateer.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this depreciation class?', - 'error' => 'There was an issue deleting the depreciation class. Please try again.', - 'success' => 'The depreciation class was deleted successfully.' + 'confirm' => 'Is jy seker jy wil hierdie depresiasieklas verwyder?', + 'error' => 'Daar was \'n probleem met die verwydering van die waardeverminderingsklas. Probeer asseblief weer.', + 'success' => 'Die waardeverminderingsklas is suksesvol verwyder.' ) ); diff --git a/resources/lang/af/admin/depreciations/table.php b/resources/lang/af/admin/depreciations/table.php index 5ba01d132c..d20d28cbe6 100644 --- a/resources/lang/af/admin/depreciations/table.php +++ b/resources/lang/af/admin/depreciations/table.php @@ -3,8 +3,8 @@ return array( 'id' => 'ID', - 'months' => 'Months', - 'term' => 'Term', - 'title' => 'Name ', + 'months' => 'maande', + 'term' => 'termyn', + 'title' => 'naam', ); diff --git a/resources/lang/af/admin/groups/message.php b/resources/lang/af/admin/groups/message.php index f14b6339e8..8a9f6e8fa1 100644 --- a/resources/lang/af/admin/groups/message.php +++ b/resources/lang/af/admin/groups/message.php @@ -2,21 +2,21 @@ return array( - 'group_exists' => 'Group already exists!', - 'group_not_found' => 'Group [:id] does not exist.', - 'group_name_required' => 'The name field is required', + 'group_exists' => 'Groep bestaan ​​reeds!', + 'group_not_found' => 'Groep [: id] bestaan ​​nie.', + 'group_name_required' => 'Die naam veld is nodig', 'success' => array( - 'create' => 'Group was successfully created.', - 'update' => 'Group was successfully updated.', - 'delete' => 'Group was successfully deleted.', + 'create' => 'Groep is suksesvol geskep.', + 'update' => 'Groep is suksesvol opgedateer.', + 'delete' => 'Groep is suksesvol verwyder.', ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this group?', - 'create' => 'There was an issue creating the group. Please try again.', - 'update' => 'There was an issue updating the group. Please try again.', - 'delete' => 'There was an issue deleting the group. Please try again.', + 'confirm' => 'Is jy seker jy wil hierdie groep uitvee?', + 'create' => 'Kon nie die groep skep nie. Probeer asseblief weer.', + 'update' => 'Kon nie die groep opdateer nie. Probeer asseblief weer.', + 'delete' => 'Kon nie die groep uitvee nie. Probeer asseblief weer.', ), ); diff --git a/resources/lang/af/admin/groups/table.php b/resources/lang/af/admin/groups/table.php index 61f060a116..98842b37a6 100644 --- a/resources/lang/af/admin/groups/table.php +++ b/resources/lang/af/admin/groups/table.php @@ -2,8 +2,8 @@ return array( - 'id' => 'Id', - 'name' => 'Name', - 'users' => '# of Users', + 'id' => 'id', + 'name' => 'naam', + 'users' => '# gebruikers', ); diff --git a/resources/lang/af/admin/groups/titles.php b/resources/lang/af/admin/groups/titles.php index 99e8cc1f6f..969e8a885a 100644 --- a/resources/lang/af/admin/groups/titles.php +++ b/resources/lang/af/admin/groups/titles.php @@ -1,14 +1,14 @@ 'About Groups', - 'about_groups' => 'Groups are used to generalize user permissions.', - 'group_management' => 'Group Management', - 'create' => 'Create New Group', - 'update' => 'Edit Group', - 'group_name' => 'Group Name', - 'group_admin' => 'Group Admin', - 'allow' => 'Allow', - 'deny' => 'Deny', + 'about_groups_title' => 'Oor groepe', + 'about_groups' => 'Groepe word gebruik om gebruikersregte te veralgemeen.', + 'group_management' => 'Groepbestuur', + 'create' => 'Skep nuwe groep', + 'update' => 'Redigeer groep', + 'group_name' => 'Groep Naam', + 'group_admin' => 'Groep Admin', + 'allow' => 'laat', + 'deny' => 'ontken', ); diff --git a/resources/lang/af/admin/hardware/form.php b/resources/lang/af/admin/hardware/form.php index abded281fa..667e275065 100644 --- a/resources/lang/af/admin/hardware/form.php +++ b/resources/lang/af/admin/hardware/form.php @@ -1,42 +1,43 @@ 'Confirm Bulk Delete Assets', - 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', - 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', - 'bulk_update' => 'Bulk Update Assets', - 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ', - 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.', - 'checkedout_to' => 'Checked Out To', - 'checkout_date' => 'Checkout Date', - 'checkin_date' => 'Checkin Date', - 'checkout_to' => 'Checkout to', - 'cost' => 'Purchase Cost', - 'create' => 'Create Asset', - 'date' => 'Purchase Date', - 'depreciates_on' => 'Depreciates On', - 'default_location' => 'Default Location', - 'eol_date' => 'EOL Date', - 'eol_rate' => 'EOL Rate', - 'expected_checkin' => 'Expected Checkin Date', - 'expires' => 'Expires', - 'fully_depreciated' => 'Fully Depreciated', - 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', - 'mac_address' => 'MAC Address', - 'manufacturer' => 'Manufacturer', - 'model' => 'Model', - 'months' => 'months', - 'name' => 'Asset Name', - 'notes' => 'Notes', - 'order' => 'Order Number', - 'qr' => 'QR Code', - 'requestable' => 'Users may request this asset', - 'select_statustype' => 'Select Status Type', + 'bulk_delete' => 'Bevestig bates vir die verwydering van grootmaat', + 'bulk_delete_help' => 'Hersien die bates vir grootmaatverwydering hieronder. Sodra dit verwyder is, kan hierdie bates herstel word, maar hulle word nie meer geassosieer met enige gebruikers wat hulle tans toegewys is nie.', + 'bulk_delete_warn' => 'Jy is op die punt om te verwyder: bate_count bates.', + 'bulk_update' => 'Grootskaalse opdateringsbates', + 'bulk_update_help' => 'Met hierdie vorm kan u verskeie bates gelyktydig bywerk. Vul slegs die velde in wat u moet verander. Enige velde wat leeg is, bly onveranderd.', + 'bulk_update_warn' => 'Jy is op die punt om die eienskappe van: bate_count bates te wysig.', + 'checkedout_to' => 'Gekontroleer na', + 'checkout_date' => 'Checkout Datum', + 'checkin_date' => 'Incheckdatum', + 'checkout_to' => 'Afrekenen na', + 'cost' => 'Aankoopskoste', + 'create' => 'Skep bate', + 'date' => 'Aankoop datum', + 'depreciation' => 'waardevermindering', + 'depreciates_on' => 'Depresiate On', + 'default_location' => 'Verstek Ligging', + 'eol_date' => 'EOL Datum', + 'eol_rate' => 'EOL-tarief', + 'expected_checkin' => 'Verwagte tjekdatum', + 'expires' => 'verstryk', + 'fully_depreciated' => 'Ten volle gedepresieer', + 'help_checkout' => 'As u hierdie bate onmiddellik wil toewys, kies \'Klaar om te Implementeer\' uit die statuslys hierbo.', + 'mac_address' => 'MAC adres', + 'manufacturer' => 'vervaardiger', + 'model' => 'model', + 'months' => 'maande', + 'name' => 'Bate Naam', + 'notes' => 'notas', + 'order' => 'Bestellingnommer', + 'qr' => 'QR-kode', + 'requestable' => 'Gebruikers kan hierdie bate aanvra', + 'select_statustype' => 'Kies Status Tipe', 'serial' => 'Serial', - 'status' => 'Status', - 'tag' => 'Asset Tag', + 'status' => 'status', + 'tag' => 'Bate-tag', 'update' => 'Asset Update', - 'warranty' => 'Warranty', - 'years' => 'years', + 'warranty' => 'waarborg', + 'years' => 'jaar', ) ; diff --git a/resources/lang/af/admin/hardware/general.php b/resources/lang/af/admin/hardware/general.php index 1def86dc9e..2833f3d6a8 100644 --- a/resources/lang/af/admin/hardware/general.php +++ b/resources/lang/af/admin/hardware/general.php @@ -1,23 +1,23 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', - 'archived' => 'Archived', - 'asset' => 'Asset', - 'bulk_checkout' => 'Checkout Assets to User', - 'checkin' => 'Checkin Asset', + 'about_assets_title' => 'Oor bates', + 'about_assets_text' => 'Bates is items opgespoor volgens reeksnommer of bate-tag. Hulle is geneig om hoër waarde items te wees waar die identifisering van \'n spesifieke item saak maak.', + 'archived' => 'argief', + 'asset' => 'bate', + 'bulk_checkout' => 'Checkout Bates aan gebruiker', + 'checkin' => 'Kontrole bate', 'checkout' => 'Checkout Asset', - 'clone' => 'Clone Asset', - 'deployable' => 'Deployable', - 'deleted' => 'This asset has been deleted. Click here to restore it.', - 'edit' => 'Edit Asset', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', + 'clone' => 'Klone Bate', + 'deployable' => 'verbintenis', + 'deleted' => 'Hierdie bate is verwyder. Klik hier om dit te herstel.', + 'edit' => 'Wysig bate', + 'filetype_info' => 'Toegelate filetipes is png, gif, jpg, jpeg, doc, docx, pdf, txt, zip en rar.', + 'model_deleted' => 'Hierdie batesmodel is uitgevee. Jy moet die model herstel voordat jy die Bate kan herstel.
Klik hier om die model te herstel.', 'requestable' => 'Requestable', - 'requested' => 'Requested', - 'restore' => 'Restore Asset', - 'pending' => 'Pending', + 'requested' => 'versoek', + 'restore' => 'Herstel bate', + 'pending' => 'hangende', 'undeployable' => 'Undeployable', - 'view' => 'View Asset', + 'view' => 'Bekyk bate', ); diff --git a/resources/lang/af/admin/hardware/message.php b/resources/lang/af/admin/hardware/message.php index 112cf77ded..07a20390c3 100644 --- a/resources/lang/af/admin/hardware/message.php +++ b/resources/lang/af/admin/hardware/message.php @@ -2,81 +2,80 @@ return array( - 'undeployable' => 'Warning: This asset has been marked as currently undeployable. - If this status has changed, please update the asset status.', - 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'undeployable' => 'Waarskuwing: Hierdie bate is gemerk as tans onbruikbaar. As hierdie status verander het, verander asseblief die batestatus.', + 'does_not_exist' => 'Bate bestaan ​​nie.', + 'does_not_exist_or_not_requestable' => 'Goeie probeerslag. Daardie bate bestaan ​​nie of is nie versoekbaar nie.', + 'assoc_users' => 'Hierdie bate word tans na \'n gebruiker nagegaan en kan nie uitgevee word nie. Gaan asseblief die bate eers in, en probeer dan weer uitvee.', 'create' => array( - 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' + 'error' => 'Bate is nie geskep nie, probeer asseblief weer. :(', + 'success' => 'Bate geskep suksesvol. :)' ), 'update' => array( - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'error' => 'Bate is nie opgedateer nie, probeer asseblief weer', + 'success' => 'Bate is suksesvol opgedateer.', + 'nothing_updated' => 'Geen velde is gekies nie, dus niks is opgedateer nie.', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' + 'error' => 'Bate is nie herstel nie, probeer asseblief weer', + 'success' => 'Bate herstel suksesvol.' ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Bate-oudit was onsuksesvol. Probeer asseblief weer.', + 'success' => 'Bate oudit suksesvol aangemeld.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Lêer nie verwyder nie. Probeer asseblief weer.', + 'success' => 'Lêer suksesvol uitgevee.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Lêer (s) nie opgelaai nie. Probeer asseblief weer.', + 'success' => 'Lêer (s) suksesvol opgelaai.', + 'nofiles' => 'Jy het nie enige lêers vir oplaai gekies nie, of die lêer wat jy probeer oplaai is te groot', + 'invalidfiles' => 'Een of meer van jou lêers is te groot of is \'n filetipe wat nie toegelaat word nie. Toegelate filetipes is png, gif, jpg, doc, docx, pdf en txt.', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'Sommige items is nie korrek ingevoer nie.', + 'errorDetail' => 'Die volgende items is nie ingevoer as gevolg van foute nie.', + 'success' => "Jou lêer is ingevoer", + 'file_delete_success' => "Jou lêer is suksesvol verwyder", + 'file_delete_error' => "Die lêer kon nie uitgevee word nie", ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset?', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', - 'success' => 'The asset was deleted successfully.' + 'confirm' => 'Is jy seker jy wil hierdie bate uitvee?', + 'error' => 'Daar was \'n probleem met die verwydering van die bate. Probeer asseblief weer.', + 'nothing_updated' => 'Geen bates is gekies nie, so niks is verwyder nie.', + 'success' => 'Die bate is suksesvol verwyder.' ), '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.', - 'not_available' => 'That asset is not available for checkout!' + 'error' => 'Bate is nie nagegaan nie, probeer asseblief weer', + 'success' => 'Die bate is suksesvol nagegaan.', + 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.', + 'not_available' => 'Die bate is nie beskikbaar vir die kassa nie!' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'already_checked_in' => 'That asset is already checked in.', + 'error' => 'Bate is nie nagegaan nie, probeer asseblief weer', + 'success' => 'Die bate is suksesvol nagegaan.', + 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.', + 'already_checked_in' => 'Daardie bate is reeds nagegaan.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'Bate is nie aangevra nie, probeer asseblief weer', + 'success' => 'Die bate is suksesvol aangevra.', + 'canceled' => 'Afhandeling versoek suksesvol gekanselleer' ) ); diff --git a/resources/lang/af/admin/hardware/table.php b/resources/lang/af/admin/hardware/table.php index e8baa09d5a..8116236d94 100644 --- a/resources/lang/af/admin/hardware/table.php +++ b/resources/lang/af/admin/hardware/table.php @@ -2,23 +2,23 @@ return array( - 'asset_tag' => 'Asset Tag', - 'asset_model' => 'Model', - 'book_value' => 'Value', - 'change' => 'In/Out', - 'checkout_date' => 'Checkout Date', - 'checkoutto' => 'Checked Out', - 'diff' => 'Diff', - 'dl_csv' => 'Download CSV', + 'asset_tag' => 'Bate-tag', + 'asset_model' => 'model', + 'book_value' => 'waarde', + 'change' => 'In uit', + 'checkout_date' => 'Checkout Datum', + 'checkoutto' => 'Gekontroleer', + 'diff' => 'diff', + 'dl_csv' => 'Laai CSV af', 'eol' => 'EOL', 'id' => 'ID', - 'location' => 'Location', - 'purchase_cost' => 'Cost', - 'purchase_date' => 'Purchased', + 'location' => 'plek', + 'purchase_cost' => 'koste', + 'purchase_date' => 'gekoop', 'serial' => 'Serial', - 'status' => 'Status', - 'title' => 'Asset ', - 'image' => 'Device Image', - 'days_without_acceptance' => 'Days Without Acceptance' + 'status' => 'status', + 'title' => 'bate', + 'image' => 'Toestelbeeld', + 'days_without_acceptance' => 'Dae sonder aanvaarding' ); diff --git a/resources/lang/af/admin/licenses/form.php b/resources/lang/af/admin/licenses/form.php index ce29167874..88d7c31150 100644 --- a/resources/lang/af/admin/licenses/form.php +++ b/resources/lang/af/admin/licenses/form.php @@ -2,21 +2,21 @@ return array( - 'asset' => 'Asset', - 'checkin' => 'Checkin', - 'create' => 'Create License', - 'expiration' => 'Expiration Date', - 'license_key' => 'Product Key', - 'maintained' => 'Maintained', - 'name' => 'Software Name', - 'no_depreciation' => 'Do Not Depreciate', - 'purchase_order' => 'Purchase Order Number', - 'reassignable' => 'Reassignable', - 'remaining_seats' => 'Remaining Seats', - 'seats' => 'Seats', - 'termination_date' => 'Termination Date', - 'to_email' => 'Licensed to Email', - 'to_name' => 'Licensed to Name', - 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' + 'asset' => 'bate', + 'checkin' => 'Inboek', + 'create' => 'Skep lisensie', + 'expiration' => 'Vervaldatum', + 'license_key' => 'Produk sleutel', + 'maintained' => 'gehandhaaf', + 'name' => 'Sagteware naam', + 'no_depreciation' => 'Moenie Depresieer', + 'purchase_order' => 'Bestelling nommer', + 'reassignable' => 'heraanwysbare', + 'remaining_seats' => 'Oorblywende sitplekke', + 'seats' => 'sitplekke', + 'termination_date' => 'Termyn Datum', + 'to_email' => 'Gelisensieer om te e-pos', + 'to_name' => 'Gelisensieer om te Noem', + 'update' => 'Update Lisensie', + 'checkout_help' => 'U moet \'n lisensie na \'n hardeware bate of \'n persoon nagaan. Jy kan albei kies, maar die eienaar van die bate moet ooreenstem met die persoon waarna jy die bate nagaan.' ); diff --git a/resources/lang/af/admin/licenses/general.php b/resources/lang/af/admin/licenses/general.php index 25a536ec56..7b4f741389 100644 --- a/resources/lang/af/admin/licenses/general.php +++ b/resources/lang/af/admin/licenses/general.php @@ -1,21 +1,21 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'about_licenses_title' => 'Oor lisensies', + 'about_licenses' => 'Lisensies word gebruik om sagteware op te spoor. Hulle het \'n gespesifiseerde aantal sitplekke wat aan individue nagekeken kan word', 'checkin' => 'Checkin License Seat', - 'checkout_history' => 'Checkout History', + 'checkout_history' => 'Afhandeling Geskiedenis', 'checkout' => 'Checkout License Seat', - 'edit' => 'Edit License', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'clone' => 'Clone License', - 'history_for' => 'History for ', - 'in_out' => 'In/Out', - 'info' => 'License Info', - 'license_seats' => 'License Seats', + 'edit' => 'Wysig lisensie', + 'filetype_info' => 'Toegelate filetipes is png, gif, jpg, jpeg, doc, docx, pdf, txt, zip en rar.', + 'clone' => 'Klone lisensie', + 'history_for' => 'Geskiedenis vir', + 'in_out' => 'In uit', + 'info' => 'Lisensie-inligting', + 'license_seats' => 'Lisensie Seats', 'seat' => 'Seat', - 'seats' => 'Seats', - 'software_licenses' => 'Software Licenses', - 'user' => 'User', - 'view' => 'View License', + 'seats' => 'sitplekke', + 'software_licenses' => 'Sagteware lisensies', + 'user' => 'gebruiker', + 'view' => 'Bekyk lisensie', ); diff --git a/resources/lang/af/admin/licenses/message.php b/resources/lang/af/admin/licenses/message.php index d5dbfe77b9..bf70045af0 100644 --- a/resources/lang/af/admin/licenses/message.php +++ b/resources/lang/af/admin/licenses/message.php @@ -2,49 +2,50 @@ return array( - 'does_not_exist' => 'License does not exist.', - 'user_does_not_exist' => 'User does not exist.', - 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', - 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'does_not_exist' => 'Lisensie bestaan ​​nie.', + 'user_does_not_exist' => 'Gebruiker bestaan ​​nie.', + 'asset_does_not_exist' => 'Die bate wat u met hierdie lisensie probeer assosieer, bestaan ​​nie.', + 'owner_doesnt_match_asset' => 'Die bate wat u met hierdie lisensie probeer assosieer, is in besit van ander as die persoon wat in die opdrag toegeken is.', + 'assoc_users' => 'Hierdie lisensie word tans na \'n gebruiker nagegaan en kan nie uitgevee word nie. Gaan asseblief die lisensie eers in, en probeer dan weer uitvee.', + 'select_asset_or_person' => 'Jy moet \'n bate of \'n gebruiker kies, maar nie albei nie.', 'create' => array( - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.' + 'error' => 'Lisensie is nie geskep nie, probeer asseblief weer.', + 'success' => 'Lisensie geskep suksesvol.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Lêer nie verwyder nie. Probeer asseblief weer.', + 'success' => 'Lêer suksesvol uitgevee.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'error' => 'Lêer (s) nie opgelaai nie. Probeer asseblief weer.', + 'success' => 'Lêer (s) suksesvol opgelaai.', + 'nofiles' => 'Jy het nie enige lêers vir oplaai gekies nie, of die lêer wat jy probeer oplaai is te groot', + 'invalidfiles' => 'Een of meer van jou lêers is te groot of is \'n filetipe wat nie toegelaat word nie. Toegelate filetipes is png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml en lic.', ), 'update' => array( - 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.' + 'error' => 'Lisensie is nie opgedateer nie, probeer asseblief weer', + 'success' => 'Lisensie suksesvol opgedateer.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this license?', - 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.' + 'confirm' => 'Is jy seker jy wil hierdie lisensie uitvee?', + 'error' => 'Daar was \'n probleem met die verwydering van die lisensie. Probeer asseblief weer.', + 'success' => 'Die lisensie is suksesvol verwyder.' ), 'checkout' => array( - 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully' + 'error' => 'Daar was \'n probleem om die lisensie te kontroleer. Probeer asseblief weer.', + 'success' => 'Die lisensie is suksesvol nagegaan' ), 'checkin' => array( - 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully' + 'error' => 'Daar was \'n probleem om die lisensie te kontroleer. Probeer asseblief weer.', + 'success' => 'Die lisensie is suksesvol nagegaan' ), ); diff --git a/resources/lang/af/admin/licenses/table.php b/resources/lang/af/admin/licenses/table.php index dfce4136cb..f9c2c2c662 100644 --- a/resources/lang/af/admin/licenses/table.php +++ b/resources/lang/af/admin/licenses/table.php @@ -2,16 +2,16 @@ return array( - 'assigned_to' => 'Assigned To', - 'checkout' => 'In/Out', + 'assigned_to' => 'Toevertrou aan', + 'checkout' => 'In uit', 'id' => 'ID', - 'license_email' => 'License Email', - 'license_name' => 'Licensed To', - 'purchase_date' => 'Purchase Date', - 'purchased' => 'Purchased', - 'seats' => 'Seats', + 'license_email' => 'Lisensie E-pos', + 'license_name' => 'Gelisensieer om', + 'purchase_date' => 'Aankoop datum', + 'purchased' => 'gekoop', + 'seats' => 'sitplekke', 'hardware' => 'Hardware', 'serial' => 'Serial', - 'title' => 'License', + 'title' => 'lisensie', ); diff --git a/resources/lang/af/admin/locations/message.php b/resources/lang/af/admin/locations/message.php index 3ba1eed3b6..28d3b421c7 100644 --- a/resources/lang/af/admin/locations/message.php +++ b/resources/lang/af/admin/locations/message.php @@ -2,26 +2,26 @@ return array( - 'does_not_exist' => 'Location does not exist.', - 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', - 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', - 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + 'does_not_exist' => 'Ligging bestaan ​​nie.', + 'assoc_users' => 'Hierdie ligging is tans gekoppel aan ten minste een gebruiker en kan nie uitgevee word nie. Dateer asseblief u gebruikers op om nie meer hierdie ligging te verwys nie en probeer weer.', + 'assoc_assets' => 'Hierdie ligging is tans geassosieer met ten minste een bate en kan nie uitgevee word nie. Dateer asseblief jou bates op om nie meer hierdie ligging te verwys nie en probeer weer.', + 'assoc_child_loc' => 'Hierdie ligging is tans die ouer van ten minste een kind se plek en kan nie uitgevee word nie. Werk asseblief jou liggings by om nie meer hierdie ligging te verwys nie en probeer weer.', 'create' => array( - 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.' + 'error' => 'Ligging is nie geskep nie, probeer asseblief weer.', + 'success' => 'Ligging suksesvol geskep.' ), 'update' => array( - 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.' + 'error' => 'Ligging is nie opgedateer nie, probeer asseblief weer', + 'success' => 'Ligging suksesvol opgedateer.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this location?', - 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.' + 'confirm' => 'Is jy seker jy wil hierdie ligging uitvee?', + 'error' => 'Daar was \'n probleem met die verwydering van die ligging. Probeer asseblief weer.', + 'success' => 'Die ligging is suksesvol verwyder.' ) ); diff --git a/resources/lang/af/admin/locations/table.php b/resources/lang/af/admin/locations/table.php index ffa69307d5..773137d1a6 100644 --- a/resources/lang/af/admin/locations/table.php +++ b/resources/lang/af/admin/locations/table.php @@ -1,21 +1,21 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', - 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', + 'about_locations_title' => 'Oor plekke', + 'about_locations' => 'Plekke word gebruik om ligginginligting vir gebruikers, bates en ander items op te spoor', + 'assets_rtd' => 'bates', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Bates toegewys', 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', - 'ldap_ou' => 'LDAP Search OU', + 'city' => 'Stad', + 'state' => 'staat', + 'country' => 'land', + 'create' => 'Skep Ligging', + 'update' => 'Opdateer Plek', + 'name' => 'Pleknaam', + 'address' => 'adres', + 'zip' => 'Poskode', + 'locations' => 'plekke', + 'parent' => 'Ouer', + 'currency' => 'Ligging Geld', + 'ldap_ou' => 'LDAP soek OU', ); diff --git a/resources/lang/af/admin/manufacturers/message.php b/resources/lang/af/admin/manufacturers/message.php index 6586d2af44..f914f72788 100644 --- a/resources/lang/af/admin/manufacturers/message.php +++ b/resources/lang/af/admin/manufacturers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Manufacturer does not exist.', - 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', + 'does_not_exist' => 'Vervaardiger bestaan ​​nie.', + 'assoc_users' => 'Hierdie vervaardiger word tans geassosieer met ten minste een model en kan nie verwyder word nie. Dateer asseblief jou modelle op om nie meer hierdie vervaardiger te gebruik nie en probeer weer.', 'create' => array( - 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.' + 'error' => 'Vervaardiger is nie geskep nie, probeer asseblief weer.', + 'success' => 'Vervaardiger suksesvol geskep.' ), 'update' => array( - 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.' + 'error' => 'Vervaardiger is nie opgedateer nie, probeer asseblief weer', + 'success' => 'Vervaardiger suksesvol opgedateer.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the manufacturer. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.' + 'confirm' => 'Is jy seker jy wil hierdie vervaardiger uitvee?', + 'error' => 'Daar was \'n probleem met die verwydering van die vervaardiger. Probeer asseblief weer.', + 'success' => 'Die vervaardiger is suksesvol verwyder.' ) ); diff --git a/resources/lang/af/admin/manufacturers/table.php b/resources/lang/af/admin/manufacturers/table.php index 4e3ea9904d..cb869350ab 100644 --- a/resources/lang/af/admin/manufacturers/table.php +++ b/resources/lang/af/admin/manufacturers/table.php @@ -1,16 +1,16 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', - 'asset_manufacturers' => 'Asset Manufacturers', - 'create' => 'Create Manufacturer', + 'about_manufacturers_title' => 'Oor vervaardigers', + 'about_manufacturers_text' => 'Vervaardigers is die maatskappye wat jou bates skep. U kan belangrike kontakbesonderhede vir ondersteuning hier opberg, wat op u bate detailbladsye vertoon sal word.', + 'asset_manufacturers' => 'Bate Vervaardigers', + 'create' => 'Skep vervaardiger', 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', - 'update' => 'Update Manufacturer', + 'name' => 'naam', + 'support_email' => 'Ondersteunings-e-pos', + 'support_phone' => 'Ondersteuningsfoon', + 'support_url' => 'Ondersteunings-URL', + 'update' => 'Update Fabrikant', 'url' => 'URL', ); diff --git a/resources/lang/af/admin/models/general.php b/resources/lang/af/admin/models/general.php index e0da09f780..2a89bf2c79 100644 --- a/resources/lang/af/admin/models/general.php +++ b/resources/lang/af/admin/models/general.php @@ -1,15 +1,15 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted. Click here to restore it.', - 'restore' => 'Restore Model', - 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', - 'view_deleted' => 'View Deleted', - 'view_models' => 'View Models', - 'fieldset' => 'Fieldset', - 'no_custom_field' => 'No custom fields', + 'about_models_title' => 'Oor Asset Models', + 'about_models_text' => 'Batemodelle is \'n manier om identiese bates te groepeer. "MBP 2013", "IPhone 6s", ens.', + 'deleted' => 'Hierdie model is verwyder. Klik hier om dit te herstel.', + 'restore' => 'Herstel Model', + 'requestable' => 'Gebruikers kan hierdie model aanvra', + 'show_mac_address' => 'Wys MAC adres veld in bates in hierdie model', + 'view_deleted' => 'Bekyk verwyder', + 'view_models' => 'Kyk Modelle', + 'fieldset' => 'fieldset', + 'no_custom_field' => 'Geen persoonlike velde nie', ); diff --git a/resources/lang/af/admin/models/message.php b/resources/lang/af/admin/models/message.php index 5b1b9a1a1b..6e0d9c9961 100644 --- a/resources/lang/af/admin/models/message.php +++ b/resources/lang/af/admin/models/message.php @@ -2,35 +2,35 @@ return array( - 'does_not_exist' => 'Model does not exist.', - 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', + 'does_not_exist' => 'Model bestaan ​​nie.', + 'assoc_users' => 'Hierdie model word tans geassosieer met een of meer bates en kan nie verwyder word nie. Verwyder asseblief die bates en probeer dan weer uitvee.', 'create' => array( - 'error' => 'Model was not created, please try again.', - 'success' => 'Model created successfully.', - 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + 'error' => 'Model is nie geskep nie, probeer asseblief weer.', + 'success' => 'Model suksesvol geskep.', + 'duplicate_set' => '\'N Bate-model met die naam, vervaardiger en modelnommer bestaan ​​reeds.', ), 'update' => array( - 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.' + 'error' => 'Model is nie opgedateer nie, probeer asseblief weer', + 'success' => 'Model suksesvol opgedateer.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset model?', - 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.' + 'confirm' => 'Is jy seker jy wil hierdie batemodel uitvee?', + 'error' => 'Daar was \'n probleem met die verwydering van die model. Probeer asseblief weer.', + 'success' => 'Die model is suksesvol verwyder.' ), 'restore' => array( - 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.' + 'error' => 'Model is nie herstel nie, probeer asseblief weer', + 'success' => 'Model herstel suksesvol.' ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Geen velde is verander nie, so niks is opgedateer nie.', + 'success' => 'Modelle opgedateer.' ), ); diff --git a/resources/lang/af/admin/models/table.php b/resources/lang/af/admin/models/table.php index 11a512b3d3..32f0dcf009 100644 --- a/resources/lang/af/admin/models/table.php +++ b/resources/lang/af/admin/models/table.php @@ -2,16 +2,16 @@ return array( - 'create' => 'Create Asset Model', - 'created_at' => 'Created at', + 'create' => 'Skep bate model', + 'created_at' => 'Geskep op', 'eol' => 'EOL', - 'modelnumber' => 'Model No.', - 'name' => 'Asset Model Name', - 'numassets' => 'Assets', - 'title' => 'Asset Models', - 'update' => 'Update Asset Model', - 'view' => 'View Asset Model', - 'update' => 'Update Asset Model', - 'clone' => 'Clone Model', - 'edit' => 'Edit Model', + 'modelnumber' => 'Model Nr.', + 'name' => 'Bate Model Naam', + 'numassets' => 'bates', + 'title' => 'Bate Modelle', + 'update' => 'Update Bate Model', + 'view' => 'Bekyk bate-model', + 'update' => 'Update Bate Model', + 'clone' => 'Klone Model', + 'edit' => 'Wysig Model', ); diff --git a/resources/lang/af/admin/reports/general.php b/resources/lang/af/admin/reports/general.php index b03b97546f..70d914f743 100644 --- a/resources/lang/af/admin/reports/general.php +++ b/resources/lang/af/admin/reports/general.php @@ -1,5 +1,5 @@ 'Select the options you want for your asset report.' + 'info' => 'Kies die opsies wat jy wil hê vir jou bateverslag.' ); diff --git a/resources/lang/af/admin/reports/message.php b/resources/lang/af/admin/reports/message.php index d4c8f8198f..f79828cffc 100644 --- a/resources/lang/af/admin/reports/message.php +++ b/resources/lang/af/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.' + 'error' => 'Jy moet ten minste EEN opsie kies.' ); diff --git a/resources/lang/af/admin/settings/general.php b/resources/lang/af/admin/settings/general.php index 73fd052a58..d82ee04cf1 100644 --- a/resources/lang/af/admin/settings/general.php +++ b/resources/lang/af/admin/settings/general.php @@ -1,148 +1,150 @@ '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', - 'alert_email' => 'Send alerts to', - 'alerts_enabled' => 'Alerts Enabled', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', - 'asset_ids' => 'Asset IDs', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', - 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', - 'backups' => 'Backups', - 'barcode_settings' => 'Barcode Settings', - 'confirm_purge' => 'Confirm Purge', - 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', - 'custom_css' => 'Custom CSS', - 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', - 'default_currency' => 'Default Currency', - 'default_eula_text' => 'Default EULA', - 'default_language' => 'Default Language', - 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', - 'display_asset_name' => 'Display Asset Name', - 'display_checkout_date' => 'Display Checkout Date', - 'display_eol' => 'Display EOL in table view', - 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', + 'ad' => 'Aktiewe gids', + 'ad_domain' => 'Active Directory-domein', + 'ad_domain_help' => 'Dit is soms dieselfde as jou e-pos domein, maar nie altyd nie.', + 'is_ad' => 'Dit is \'n Active Directory-bediener', + 'alert_email' => 'Stuur kennisgewings aan', + 'alerts_enabled' => 'Alerts aangeskakel', + 'alert_interval' => 'Uitgaande Alert Drempel (in dae)', + 'alert_inv_threshold' => 'Voorraadwaarskuwingsdrempel', + 'asset_ids' => 'Bate ID\'s', + 'audit_interval' => 'Ouditinterval', + 'audit_interval_help' => 'As u gereeld u bates fisies moet kontroleer, vul die interval in maande in.', + 'audit_warning_days' => 'Oudit Waarskuwing Drempel', + 'audit_warning_days_help' => 'Hoeveel dae vooruit moet ons u waarsku wanneer bates verskuldig is vir ouditering?', + 'auto_increment_assets' => 'Genereer outomaties inkrementele bate-ID\'s', + 'auto_increment_prefix' => 'Voorvoegsel (opsioneel)', + 'auto_incrementing_help' => 'Aktiveer outomaties inkrementering van bate ID\'s om dit te stel', + 'backups' => 'rugsteun', + 'barcode_settings' => 'Barcode-instellings', + 'confirm_purge' => 'Bevestig skoonmaak', + 'confirm_purge_help' => 'Tik die teks "DELETE" in die onderstaande blokkie om jou geskrapde rekords te verwyder. Hierdie handeling kan nie ongedaan gemaak word nie.', + 'custom_css' => 'Aangepaste CSS', + 'custom_css_help' => 'Voer enige aangepaste CSS-oortredings in wat u graag wil gebruik. Moenie die <style></style>-etikette insluit nie.', + 'default_currency' => 'Verstek Geld', + 'default_eula_text' => 'Standaard EULA', + 'default_language' => 'Verstek taal', + 'default_eula_help_text' => 'U kan ook aangepaste EULA\'s aan spesifieke batekategorieë assosieer.', + 'display_asset_name' => 'Wys bate naam', + 'display_checkout_date' => 'Vertoon Checkout Date', + 'display_eol' => 'Wys EOL in tabelweergawe', + 'display_qr' => 'Vertoon vierkante kodes', + 'display_alt_barcode' => 'Wys 1D strepieskode', 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', - 'eula_settings' => 'EULA Settings', - 'eula_markdown' => 'This EULA allows Github flavored markdown.', - 'general_settings' => 'General Settings', - 'generate_backup' => 'Generate Backup', - 'header_color' => 'Header Color', - 'info' => 'These settings let you customize certain aspects of your installation.', - 'laravel' => 'Laravel Version', - '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', + 'alt_barcode_type' => '1D barcode tipe', + 'eula_settings' => 'EULA-instellings', + 'eula_markdown' => 'Hierdie EULA laat Github-geurde markdown toe.', + 'general_settings' => 'Algemene instellings', + 'generate_backup' => 'Genereer rugsteun', + 'header_color' => 'Opskrif Kleur', + 'info' => 'Met hierdie instellings kan u sekere aspekte van u installasie aanpas.', + 'laravel' => 'Laravel Weergawe', + 'ldap_enabled' => 'LDAP aangeskakel', + 'ldap_integration' => 'LDAP-integrasie', + 'ldap_settings' => 'LDAP-instellings', + 'ldap_server' => 'LDAP-bediener', + 'ldap_server_help' => 'Dit moet begin met ldap: // (vir unencrypted of TLS) of ldaps: // (vir SSL)', + 'ldap_server_cert' => 'LDAP SSL-sertifikaat-validering', + 'ldap_server_cert_ignore' => 'Laat ongeldige SSL-sertifikaat toe', + 'ldap_server_cert_help' => 'Kies hierdie boks as u \'n self-ondertekende SSL-sertifikaat gebruik en graag \'n ongeldige SSL-sertifikaat aanvaar.', + 'ldap_tls' => 'Gebruik TLS', + 'ldap_tls_help' => 'Dit moet slegs nagegaan word as u STARTTLS op u LDAP-bediener uitvoer.', + 'ldap_uname' => 'LDAP Bind Gebruikersnaam', + 'ldap_pword' => 'LDAP-koppel wagwoord', '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', - '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', + 'ldap_pw_sync' => 'LDAP-wagwoordsynkronisering', + 'ldap_pw_sync_help' => 'Verwyder hierdie vinkje as u nie LDAP-wagwoorde wil laat sinkroniseer met plaaslike wagwoorde nie. As u hierdie opsie uitskakel, beteken dit dat u gebruikers dalk nie kan aanmeld as u LDAP-bediener om een ​​of ander rede onbereikbaar is nie.', + 'ldap_username_field' => 'Gebruikernaam', + 'ldap_lname_field' => 'Van', + 'ldap_fname_field' => 'LDAP Voornaam', + 'ldap_auth_filter_query' => 'LDAP-verifikasie navraag', + 'ldap_version' => 'LDAP-weergawe', + 'ldap_active_flag' => 'LDAP-aktiewe vlag', + 'ldap_emp_num' => 'LDAP Werknemersnommer', + 'ldap_email' => 'LDAP-e-pos', 'load_remote_text' => 'Remote Scripts', - 'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', - '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', - 'optional' => 'optional', - 'per_page' => 'Results Per Page', - 'php' => 'PHP Version', - 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', - 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', - 'qr_help' => 'Enable QR Codes first to set this', - 'qr_text' => 'QR Code Text', - 'setting' => 'Setting', - 'settings' => 'Settings', - 'site_name' => 'Site Name', + 'load_remote_help_text' => 'Hierdie Snipe-IT installasie kan skrifte van die buitewêreld laai.', + 'login_note' => 'Login Nota', + 'login_note_help' => 'Voeg opsioneel \'n paar sinne op jou aanmeldskerm, byvoorbeeld om mense te help wat \'n verlore of gesteelde toestel gevind het. Hierdie veld aanvaar Gitub-gegeurde markdown', + 'logo' => 'logo', + 'full_multiple_companies_support_help_text' => 'Beperking van gebruikers (insluitend administrateurs) wat aan maatskappye toegewys is aan hul maatskappy se bates.', + 'full_multiple_companies_support_text' => 'Volledige Veelvuldige Maatskappye Ondersteuning', + 'optional' => 'opsioneel', + 'per_page' => 'Resultate per bladsy', + 'php' => 'PHP weergawe', + 'php_gd_info' => 'Jy moet php-gd installeer om QR-kodes te vertoon, sien installeringsinstruksies.', + 'php_gd_warning' => 'PHP Image Processing en GD plugin is NIE geïnstalleer nie.', + 'pwd_secure_complexity' => 'Wagwoord Kompleksiteit', + 'pwd_secure_complexity_help' => 'Kies watter wagwoord kompleksiteit reëls jy wil afdwing.', + 'pwd_secure_min' => 'Wagwoord minimum karakters', + 'pwd_secure_min_help' => 'Minimum toelaatbare waarde is 5', + 'pwd_secure_uncommon' => 'Voorkom algemene wagwoorde', + 'pwd_secure_uncommon_help' => 'Dit sal gebruikers nie toelaat om algemene wagwoorde te gebruik van die top 10,000 wagwoorde wat in oortredings gerapporteer is nie.', + 'qr_help' => 'Aktiveer QR-kodes eers om dit te stel', + 'qr_text' => 'QR Kode Teks', + 'setting' => 'omgewing', + 'settings' => 'instellings', + 'site_name' => 'Site Naam', 'slack_botname' => 'Slack Botname', 'slack_channel' => 'Slack Channel', 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Slack Settings', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', - 'snipe_version' => 'Snipe-IT version', - 'system' => 'System Information', - 'update' => 'Update Settings', - 'value' => 'Value', - '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)', - 'next_auto_tag_base' => 'Next auto-increment', - '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', + 'slack_integration_help' => 'Slap integrasie is opsioneel, maar die eindpunt en die kanaal word benodig as u dit wil gebruik. Om Slack integrasie te konfigureer, moet jy eers \'n inkomende webhook op jou Slack-rekening skep.', + 'snipe_version' => 'Snipe-IT-weergawe', + 'system' => 'Stelselinligting', + 'update' => 'Opdateer instellings', + 'value' => 'waarde', + 'brand' => 'Handelsmerk', + 'about_settings_title' => 'Oor instellings', + 'about_settings_text' => 'Met hierdie instellings kan u sekere aspekte van u installasie aanpas.', + 'labels_per_page' => 'Etikette per bladsy', + 'label_dimensions' => 'Etiketafmetings (duim)', + 'next_auto_tag_base' => 'Volgende outomatiese inkrement', + 'page_padding' => 'Bladsy marges (duim)', + 'purge' => 'Verwyder verwyderde rekords', + 'labels_display_bgutter' => 'Etiket onderkant goot', + 'labels_display_sgutter' => 'Label side goot', + 'labels_fontsize' => 'Etiket lettergrootte', + 'labels_pagewidth' => 'Label vel breedte', + 'labels_pageheight' => 'Etiketbladhoogte', + 'label_gutters' => 'Etiket spasiëring (duim)', + 'page_dimensions' => 'Bladsy dimensies (duim)', + 'label_fields' => 'Merk sigbare velde', + 'inches' => 'duim', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Skakel na Snipe-IT in e-posse', + 'show_url_in_emails_help_text' => 'Verwyder hierdie vinkje as u nie wil terugkoppel na u Snipe-IT-installasie in u e-posvoetboks nie. Nuttig as die meeste van jou gebruikers nooit ingeteken het nie.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', - 'top' => 'top', - 'bottom' => 'bottom', - 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'thumbnail_max_h' => 'Maksimum miniatuurhoogte', + 'thumbnail_max_h_help' => 'Maksimum hoogte in pixels wat duimnaels mag vertoon in die lysinskrywing. Min 25, maksimum 500.', + 'two_factor' => 'Twee faktor verifikasie', + 'two_factor_secret' => 'Twee-faktor kode', + 'two_factor_enrollment' => 'Twee-faktorinskrywing', + 'two_factor_enabled_text' => 'Aktiveer twee faktore', + 'two_factor_reset' => 'Herstel twee-faktor geheim', + 'two_factor_reset_help' => 'Dit sal die gebruiker dwing om hul toestel weer met Google Authenticator in te skryf. Dit kan handig wees as hul toestel wat tans ingeskryf is, verlore of gesteel is.', + 'two_factor_reset_success' => 'Twee faktor toestel suksesvol herstel', + 'two_factor_reset_error' => 'Twee faktor toestel herstel het misluk', + 'two_factor_enabled_warning' => 'As jy twee faktore aktiveer as dit nie tans geaktiveer is nie, sal dit jou dadelik dwing om te verifieer met \'n Google Auth-ingeskrewe toestel. Jy sal die vermoë hê om jou toestel in te skryf as een nie tans ingeskryf is nie.', + 'two_factor_enabled_help' => 'Dit sal twee-faktor-verifikasie met behulp van Google Authenticator aanskakel.', + 'two_factor_optional' => 'Selektief (Gebruikers kan aktiveer of deaktiveer indien toegelaat)', + 'two_factor_required' => 'Benodig vir alle gebruikers', + 'two_factor_disabled' => 'gestremde', + 'two_factor_enter_code' => 'Voer twee-faktor kode in', + 'two_factor_config_complete' => 'Dien kode in', + 'two_factor_enabled_edit_not_allowed' => 'Jou administrateur laat jou nie toe om hierdie instelling te wysig nie.', + 'two_factor_enrollment_text' => "Twee faktor verifikasie is nodig, maar jou toestel is nog nie ingeskryf nie. Maak jou Google Authenticator-program oop en scan die QR-kode hieronder om jou toestel in te skryf. Sodra jy jou toestel ingeskryf het, voer die kode hieronder in", + 'require_accept_signature' => 'Vereis Handtekening', + 'require_accept_signature_help_text' => 'As u hierdie kenmerk aanskakel, sal gebruikers fisies moet afmeld wanneer hulle \'n bate aanvaar.', + 'left' => 'links', + 'right' => 'reg', + 'top' => 'Top', + 'bottom' => 'onderkant', + 'vertical' => 'vertikale', + 'horizontal' => 'horisontale', + 'zerofill_count' => 'Lengte van bate-etikette, insluitend zerofill', ); diff --git a/resources/lang/af/admin/settings/message.php b/resources/lang/af/admin/settings/message.php index 736d5c3e9e..221d7edf78 100644 --- a/resources/lang/af/admin/settings/message.php +++ b/resources/lang/af/admin/settings/message.php @@ -4,19 +4,19 @@ return array( 'update' => array( - 'error' => 'An error has occurred while updating. ', - 'success' => 'Settings updated successfully.' + 'error' => '\'N Fout het voorgekom tydens opdatering.', + 'success' => 'Stellings suksesvol opgedateer.' ), 'backup' => array( - 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', - 'file_deleted' => 'The backup file was successfully deleted. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'delete_confirm' => 'Is jy seker jy wil hierdie rugsteunlêer uitvee? Hierdie handeling kan nie ongedaan gemaak word nie.', + 'file_deleted' => 'Die rugsteunlêer is suksesvol verwyder.', + 'generated' => '\'N Nuwe rugsteunlêer is suksesvol geskep.', + 'file_not_found' => 'Daardie rugsteunlêer kon nie op die bediener gevind word nie.', ), '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' => '\'N Fout het voorgekom tydens suiwering.', + 'validation_failed' => 'Jou skoonmaakbevestiging is verkeerd. Tik asseblief die woord "DELETE" in die bevestigingsboks.', + 'success' => 'Geskrapte rekords verwyder.' ), ); diff --git a/resources/lang/af/admin/statuslabels/message.php b/resources/lang/af/admin/statuslabels/message.php index 619a5a509c..7562d7d5a5 100644 --- a/resources/lang/af/admin/statuslabels/message.php +++ b/resources/lang/af/admin/statuslabels/message.php @@ -2,24 +2,31 @@ 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' => 'Statuslabel bestaan ​​nie.', + 'assoc_assets' => 'Hierdie statusetiket word tans geassosieer met ten minste een bate en kan nie uitgevee word nie. Dateer asseblief jou bates op om nie meer hierdie status te verwys nie en probeer weer.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'Statuslabel is nie geskep nie, probeer asseblief weer.', + 'success' => 'Status Label suksesvol geskep.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'Statuslabel is nie opgedateer nie, probeer asseblief weer', + 'success' => 'Status Label suksesvol opgedateer.' ), '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' => 'Is jy seker jy wil hierdie Status Label uitvee?', + 'error' => 'Daar was \'n probleem met die verwydering van die statusetiket. Probeer asseblief weer.', + 'success' => 'Die statusetiket is suksesvol verwyder.' + ), + + 'help' => array( + 'undeployable' => 'Hierdie bates kan nie aan enigiemand toegewys word nie.', + 'deployable' => 'Hierdie bates kan nagegaan word. Sodra hulle toegewys is, sal hulle \'n meta-status van Deployed aanvaar.', + 'archived' => 'Hierdie bates kan nie nagegaan word nie en sal eers in die Argief-aansig verskyn. Dit is nuttig vir die behoud van inligting oor bates vir begrotings / historiese doeleindes, maar om hulle uit die dag-tot-dag-bate lys te hou.', + 'pending' => 'Hierdie bates kan nog nie aan iemand toegewys word nie, wat dikwels gebruik word vir items wat buite herstel is, maar sal na verwagting terugkeer.', + ), ); diff --git a/resources/lang/af/admin/statuslabels/table.php b/resources/lang/af/admin/statuslabels/table.php index b9b5b7ec4e..1c255bce14 100644 --- a/resources/lang/af/admin/statuslabels/table.php +++ b/resources/lang/af/admin/statuslabels/table.php @@ -1,17 +1,17 @@ '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', + 'about' => 'Oor Status Etikette', + 'archived' => 'argief', + 'create' => 'Skep statusetiket', + 'color' => 'Grafiek Kleur', + 'deployable' => 'verbintenis', + 'info' => 'Statusetikette word gebruik om die verskillende state waarin u bates kan wees, te beskryf. Hulle kan dalk herstel, verlore / gesteel wees, ens. U kan nuwe statusetikette skep vir ontplooibare, hangende en geargiveerde bates.', + 'name' => 'Status Naam', + 'pending' => 'hangende', + 'status_type' => 'Status Tipe', + 'show_in_nav' => 'Wys in sy nav', + 'title' => 'Status etikette', 'undeployable' => 'Undeployable', - 'update' => 'Update Status Label', + 'update' => 'Dateer Status Label op', ); diff --git a/resources/lang/af/admin/suppliers/message.php b/resources/lang/af/admin/suppliers/message.php index df4bc41af3..5f6aefb919 100644 --- a/resources/lang/af/admin/suppliers/message.php +++ b/resources/lang/af/admin/suppliers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Supplier does not exist.', - 'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ', + 'does_not_exist' => 'Verskaffer bestaan ​​nie.', + 'assoc_users' => 'Hierdie verskaffer is tans geassosieer met ten minste een model en kan nie uitgevee word nie. Dateer asseblief jou modelle op om nie langer hierdie verskaffer te verwys nie en probeer weer.', 'create' => array( - 'error' => 'Supplier was not created, please try again.', - 'success' => 'Supplier created successfully.' + 'error' => 'Verskaffer is nie geskep nie, probeer asseblief weer.', + 'success' => 'Verskaffer geskep suksesvol.' ), 'update' => array( - 'error' => 'Supplier was not updated, please try again', - 'success' => 'Supplier updated successfully.' + 'error' => 'Verskaffer is nie opgedateer nie, probeer asseblief weer', + 'success' => 'Verskaffer suksesvol opgedateer.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this supplier?', - 'error' => 'There was an issue deleting the supplier. Please try again.', - 'success' => 'Supplier was deleted successfully.' + 'confirm' => 'Is jy seker jy wil hierdie verskaffer uitvee?', + 'error' => 'Daar was \'n probleem met die verwydering van die verskaffer. Probeer asseblief weer.', + 'success' => 'Verskaffer is suksesvol verwyder.' ) ); diff --git a/resources/lang/af/admin/suppliers/table.php b/resources/lang/af/admin/suppliers/table.php index 2a7b07ca93..1229fab10b 100644 --- a/resources/lang/af/admin/suppliers/table.php +++ b/resources/lang/af/admin/suppliers/table.php @@ -1,27 +1,27 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', - 'address' => 'Supplier Address', - 'assets' => 'Assets', - 'city' => 'City', - 'contact' => 'Contact Name', - 'country' => 'Country', - 'create' => 'Create Supplier', - 'email' => 'Email', - 'fax' => 'Fax', + 'about_suppliers_title' => 'Oor verskaffers', + 'about_suppliers_text' => 'Verskaffers word gebruik om die bron van items op te spoor', + 'address' => 'Verskaffer Adres', + 'assets' => 'bates', + 'city' => 'Stad', + 'contact' => 'Kontak naam', + 'country' => 'land', + 'create' => 'Skep Verskaffer', + 'email' => 'e-pos', + 'fax' => 'Faks', 'id' => 'ID', - 'licenses' => 'Licenses', - 'name' => 'Supplier Name', - 'notes' => 'Notes', - 'phone' => 'Phone', - 'state' => 'State', - 'suppliers' => 'Suppliers', - 'update' => 'Update Supplier', + 'licenses' => 'lisensies', + 'name' => 'Verskaffernaam', + 'notes' => 'notas', + 'phone' => 'Foon', + 'state' => 'staat', + 'suppliers' => 'Verskaffers', + 'update' => 'Update Verskaffer', 'url' => 'URL', - 'view' => 'View Supplier', - 'view_assets_for' => 'View Assets for', - 'zip' => 'Postal Code', + 'view' => 'Kyk verskaffer', + 'view_assets_for' => 'Bekyk bates vir', + 'zip' => 'Poskode', ); diff --git a/resources/lang/af/admin/users/general.php b/resources/lang/af/admin/users/general.php index 985138d065..1dce3b2bc9 100644 --- a/resources/lang/af/admin/users/general.php +++ b/resources/lang/af/admin/users/general.php @@ -3,23 +3,23 @@ return array( - 'assets_user' => 'Assets assigned to :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', - 'current_assets' => 'Assets currently checked out to this user', - 'clone' => 'Clone User', - 'contact_user' => 'Contact :name', - 'edit' => 'Edit User', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'history_user' => 'History for :name', - 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', - 'last_login' => 'Last Login', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', - 'software_user' => 'Software Checked out to :name', - 'view_user' => 'View User :name', - 'usercsv' => 'CSV file', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'assets_user' => 'Bates toegewys aan: naam', + 'bulk_update_warn' => 'Jy is op die punt om die eienskappe van gebruikers_count gebruikers te wysig. Hou daar rekening mee dat u nie u eie gebruikers eienskappe kan verander deur hierdie vorm te gebruik en u eie gebruikers afzonderlijk moet wysig.', + 'bulk_update_help' => 'Met hierdie vorm kan u verskeie gebruikers gelyktydig bywerk. Vul slegs die velde in wat u moet verander. Enige velde wat leeg is, bly onveranderd.', + 'current_assets' => 'Bates wat tans na hierdie gebruiker gekontroleer word', + 'clone' => 'Klone gebruiker', + 'contact_user' => 'Kontak naam', + 'edit' => 'Wysig gebruiker', + 'filetype_info' => 'Toegelate filetipes is png, gif, jpg, jpeg, doc, docx, pdf, txt, zip en rar.', + 'history_user' => 'Geskiedenis vir: naam', + 'info' => 'info', + 'restore_user' => 'Klik hier om dit te herstel.', + 'last_login' => 'Laaste Aanmelding', + 'ldap_config_text' => 'LDAP-konfigurasie-instellings kan Admin> Instellings gevind word. Die (opsionele) gekose ligging sal vir alle ingevoerde gebruikers gestel word.', + 'software_user' => 'Sagteware Uitgesoek na: naam', + 'view_user' => 'Sien gebruiker: naam', + 'usercsv' => 'CSV-lêer', + 'two_factor_admin_optin_help' => 'Jou huidige administrasie-instellings laat selektiewe handhawing van twee-faktor-verifikasie toe.', + 'two_factor_enrolled' => '2FA-toestel ingeskryf', + 'two_factor_active' => '2FA aktief', ); diff --git a/resources/lang/af/admin/users/message.php b/resources/lang/af/admin/users/message.php index 8ee552afab..fce75b3697 100644 --- a/resources/lang/af/admin/users/message.php +++ b/resources/lang/af/admin/users/message.php @@ -2,58 +2,58 @@ return array( - 'accepted' => 'You have successfully accepted this asset.', - 'declined' => 'You have successfully declined this asset.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', - 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', - 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'accepted' => 'U het hierdie bate suksesvol aanvaar.', + 'declined' => 'Jy het hierdie bate suksesvol geweier.', + 'bulk_manager_warn' => 'Jou gebruikers is suksesvol opgedateer, maar jou bestuurderinskrywing is nie gestoor nie, want die bestuurder wat jy gekies het, was ook in die gebruikerslys om geredigeer te word, en gebruikers mag nie hul eie bestuurder wees nie. Kies asseblief u gebruikers weer, behalwe die bestuurder.', + 'user_exists' => 'Gebruiker bestaan ​​reeds!', + 'user_not_found' => 'Gebruiker [: id] bestaan ​​nie.', + 'user_login_required' => 'Die aanmeldingsveld is nodig', + 'user_password_required' => 'Die wagwoord is nodig.', + 'insufficient_permissions' => 'Onvoldoende Toestemmings.', + 'user_deleted_warning' => 'Hierdie gebruiker is verwyder. Jy sal hierdie gebruiker moet herstel om hulle te wysig of nuwe bates toe te ken.', + 'ldap_not_configured' => 'LDAP-integrasie is nie vir hierdie installasie gekonfigureer nie.', 'success' => array( - 'create' => 'User was successfully created.', - 'update' => 'User was successfully updated.', - 'update_bulk' => 'Users were successfully updated!', - 'delete' => 'User was successfully deleted.', - 'ban' => 'User was successfully banned.', - 'unban' => 'User was successfully unbanned.', - 'suspend' => 'User was successfully suspended.', - 'unsuspend' => 'User was successfully unsuspended.', - 'restored' => 'User was successfully restored.', - 'import' => 'Users imported successfully.', + 'create' => 'Gebruiker is suksesvol geskep.', + 'update' => 'Gebruiker is suksesvol opgedateer.', + 'update_bulk' => 'Gebruikers is suksesvol opgedateer!', + 'delete' => 'Gebruiker is suksesvol verwyder.', + 'ban' => 'Gebruiker is suksesvol verban.', + 'unban' => 'Gebruiker is suksesvol geblokkeer.', + 'suspend' => 'Gebruiker is suksesvol opgeskort.', + 'unsuspend' => 'Gebruiker is suksesvol ingetrek.', + 'restored' => 'Gebruiker is suksesvol herstel.', + 'import' => 'Gebruikers suksesvol ingevoer.', ), 'error' => array( - 'create' => 'There was an issue creating the user. Please try again.', - 'update' => 'There was an issue updating the user. Please try again.', - 'delete' => 'There was an issue deleting the user. Please try again.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', - 'unsuspend' => 'There was an issue unsuspending the user. Please try again.', - 'import' => 'There was an issue importing users. Please try again.', - 'asset_already_accepted' => 'This asset has already been accepted.', - 'accept_or_decline' => 'You must either accept or decline this asset.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'create' => 'Kon nie die gebruiker skep nie. Probeer asseblief weer.', + 'update' => 'Kon nie die gebruiker opdateer nie. Probeer asseblief weer.', + 'delete' => 'Daar was \'n probleem met die verwydering van die gebruiker. Probeer asseblief weer.', + 'delete_has_assets' => 'Hierdie gebruiker het items toegeken en kon nie uitgevee word nie.', + 'unsuspend' => 'Daar was \'n probleem wat die gebruiker onttrek het. Probeer asseblief weer.', + 'import' => 'Kon nie gebruikers invoer nie. Probeer asseblief weer.', + 'asset_already_accepted' => 'Hierdie bate is reeds aanvaar.', + 'accept_or_decline' => 'U moet hierdie bate aanvaar of afkeur.', + 'incorrect_user_accepted' => 'Die bate wat u probeer aanvaar het, is nie na u gekontroleer nie.', + 'ldap_could_not_connect' => 'Kon nie aan die LDAP-bediener koppel nie. Gaan asseblief die LDAP-bediener opstelling in die LDAP-konfigurasie lêer.
Error van LDAP-bediener:', + 'ldap_could_not_bind' => 'Kon nie aan die LDAP-bediener bind nie. Gaan asseblief die LDAP-bediener opstelling in die LDAP-konfigurasie lêer.
Error van LDAP-bediener:', + 'ldap_could_not_search' => 'Kon nie die LDAP-bediener soek nie. Gaan asseblief die LDAP-bediener opstelling in die LDAP-konfigurasie lêer.
Error van LDAP-bediener:', + 'ldap_could_not_get_entries' => 'Kon nie inskrywings van die LDAP-bediener kry nie. Gaan asseblief die LDAP-bediener opstelling in die LDAP-konfigurasie lêer.
Error van LDAP-bediener:', + 'password_ldap' => 'Die wagwoord vir hierdie rekening word bestuur deur LDAP / Active Directory. Kontak asseblief u IT-afdeling om u wagwoord te verander.', ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Lêer nie verwyder nie. Probeer asseblief weer.', + 'success' => 'Lêer suksesvol uitgevee.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Lêer (s) nie opgelaai nie. Probeer asseblief weer.', + 'success' => 'Lêer (s) suksesvol opgelaai.', + 'nofiles' => 'Jy het nie enige lêers vir oplaai gekies nie', + 'invalidfiles' => 'Een of meer van jou lêers is te groot of is \'n filetipe wat nie toegelaat word nie. Toegelate filetipes is png, gif, jpg, doc, docx, pdf en txt.', ), ); diff --git a/resources/lang/af/admin/users/table.php b/resources/lang/af/admin/users/table.php index 9bbe883e19..df7b1e7428 100644 --- a/resources/lang/af/admin/users/table.php +++ b/resources/lang/af/admin/users/table.php @@ -1,38 +1,38 @@ 'Active', - 'allow' => 'Allow', - 'checkedout' => 'Assets', - 'created_at' => 'Created', - 'createuser' => 'Create User', - 'deny' => 'Deny', - 'email' => 'Email', - 'employee_num' => 'Employee No.', - 'first_name' => 'First Name', - 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', - 'id' => 'Id', - 'inherit' => 'Inherit', - 'job' => 'Job Title', - 'last_login' => 'Last Login', - 'last_name' => 'Last Name', - 'location' => 'Location', - 'lock_passwords' => 'Login details cannot be changed on this installation.', - 'manager' => 'Manager', - 'managed_locations' => 'Managed Locations', - 'name' => 'Name', - 'notes' => 'Notes', - 'password_confirm' => 'Confirm Password', - 'password' => 'Password', - 'phone' => 'Phone', - 'show_current' => 'Show Current Users', - 'show_deleted' => 'Show Deleted Users', - 'title' => 'Title', - 'to_restore_them' => 'to restore them.', - 'updateuser' => 'Update User', - 'username' => 'Username', - 'user_deleted_text' => 'This user has been marked as deleted.', - 'username_note' => '(This is used for Active Directory binding only, not for login.)', - 'cloneuser' => 'Clone User', - 'viewusers' => 'View Users', + 'activated' => 'aktiewe', + 'allow' => 'laat', + 'checkedout' => 'bates', + 'created_at' => 'Geskep', + 'createuser' => 'Skep gebruiker', + 'deny' => 'ontken', + 'email' => 'e-pos', + 'employee_num' => 'Werknemer No.', + 'first_name' => 'Eerste naam', + 'groupnotes' => 'Kies \'n groep om aan die gebruiker toe te ken, onthou dat \'n gebruiker die regte van die groep wat hulle toegewys is, aanvaar.', + 'id' => 'id', + 'inherit' => 'erf', + 'job' => 'Werkstitel', + 'last_login' => 'Laaste Aanmelding', + 'last_name' => 'Van', + 'location' => 'plek', + 'lock_passwords' => 'Login besonderhede kan nie op hierdie installasie verander word nie.', + 'manager' => 'Bestuurder', + 'managed_locations' => 'Bestuurde plekke', + 'name' => 'naam', + 'notes' => 'notas', + 'password_confirm' => 'Bevestig Wagwoord', + 'password' => 'wagwoord', + 'phone' => 'Foon', + 'show_current' => 'Wys huidige gebruikers', + 'show_deleted' => 'Wys verwyderde gebruikers', + 'title' => 'Titel', + 'to_restore_them' => 'om hulle te herstel.', + 'updateuser' => 'Update gebruiker', + 'username' => 'Gebruikersnaam', + 'user_deleted_text' => 'Hierdie gebruiker is gemerk as verwyder.', + 'username_note' => '(Dit word slegs vir Active Directory-binding gebruik, nie vir inskrywing nie.)', + 'cloneuser' => 'Klone gebruiker', + 'viewusers' => 'Bekyk gebruikers', ); diff --git a/resources/lang/af/auth/general.php b/resources/lang/af/auth/general.php index bf88cba77a..6f77c160da 100644 --- a/resources/lang/af/auth/general.php +++ b/resources/lang/af/auth/general.php @@ -1,12 +1,12 @@ 'Send Password Reset Link', - 'email_reset_password' => 'Email Password Reset', - 'reset_password' => 'Reset Password', - 'login' => 'Login', - 'login_prompt' => 'Please Login', - 'forgot_password' => 'I forgot my password', - 'remember_me' => 'Remember Me', + 'send_password_link' => 'Stuur wagwoord terugstel skakel', + 'email_reset_password' => 'E-pos wagwoord herstel', + 'reset_password' => 'Herstel wagwoord', + 'login' => 'Teken aan', + 'login_prompt' => 'Asseblief Login', + 'forgot_password' => 'ek het my wagwoord vergeet', + 'remember_me' => 'Onthou my', ]; diff --git a/resources/lang/af/auth/message.php b/resources/lang/af/auth/message.php index bebf9cdd48..07ca5d5594 100644 --- a/resources/lang/af/auth/message.php +++ b/resources/lang/af/auth/message.php @@ -2,36 +2,36 @@ return array( - 'account_already_exists' => 'An account with the this email already exists.', - 'account_not_found' => 'The username or password is incorrect.', - 'account_not_activated' => 'This user account is not activated.', - 'account_suspended' => 'This user account is suspended.', - 'account_banned' => 'This user account is banned.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'account_already_exists' => '\'N Rekening met hierdie e-pos bestaan ​​reeds.', + 'account_not_found' => 'Die gebruikersnaam of wagwoord is verkeerd.', + 'account_not_activated' => 'Hierdie gebruikers rekening is nie geaktiveer nie.', + 'account_suspended' => 'Hierdie gebruikerrekening is opgeskort.', + 'account_banned' => 'Hierdie gebruikerrekening is verban.', + 'throttle' => 'Te veel mislukte aanmeldpogings. Probeer asseblief weer in: minute minuut (s).', 'signin' => array( - 'error' => 'There was a problem while trying to log you in, please try again.', - 'success' => 'You have successfully logged in.', + 'error' => 'Kon nie jou inteken nie, probeer asseblief weer.', + 'success' => 'Jy is suksesvol aangemeld.', ), 'signup' => array( - 'error' => 'There was a problem while trying to create your account, please try again.', - 'success' => 'Account sucessfully created.', + 'error' => 'Kon nie jou rekening skep nie, probeer asseblief weer.', + 'success' => 'Rekening suksesvol geskep.', ), 'forgot-password' => array( - 'error' => 'There was a problem while trying to get a reset password code, please try again.', - 'success' => 'Password recovery email successfully sent.', + 'error' => 'Daar was \'n probleem tydens die herstel van wagwoordkode, probeer asseblief weer.', + 'success' => 'Wagwoordherstel-e-pos is suksesvol gestuur.', ), 'forgot-password-confirm' => array( - 'error' => 'There was a problem while trying to reset your password, please try again.', - 'success' => 'Your password has been successfully reset.', + 'error' => 'Kon nie jou wagwoord herstel nie, probeer asseblief weer.', + 'success' => 'Jou wagwoord is suksesvol gereset.', ), 'activate' => array( - 'error' => 'There was a problem while trying to activate your account, please try again.', - 'success' => 'Your account has been successfully activated.', + 'error' => 'Kon nie jou rekening aktiveer nie, probeer asseblief weer.', + 'success' => 'Jou rekening is suksesvol geaktiveer.', ), ); diff --git a/resources/lang/af/button.php b/resources/lang/af/button.php index 6964689762..ff30532064 100644 --- a/resources/lang/af/button.php +++ b/resources/lang/af/button.php @@ -1,15 +1,15 @@ 'Actions', - 'add' => 'Add New', - 'cancel' => 'Cancel', - 'checkin_and_delete' => 'Checkin & Delete User', - 'delete' => 'Delete', - 'edit' => 'Edit', - 'restore' => 'Restore', - 'request' => 'Request', - 'submit' => 'Submit', - 'upload' => 'Upload', - 'select_file' => 'Select File...', + 'actions' => 'aksies', + 'add' => 'Voeg nuwe', + 'cancel' => 'kanselleer', + 'checkin_and_delete' => 'Kontroleer en verwyder gebruiker', + 'delete' => 'verwyder', + 'edit' => 'wysig', + 'restore' => 'herstel', + 'request' => 'versoek', + 'submit' => 'Indien', + 'upload' => 'oplaai', + 'select_file' => 'Kies lêer ...', ); diff --git a/resources/lang/af/general.php b/resources/lang/af/general.php index eb6409ddbb..5e8780b81c 100644 --- a/resources/lang/af/general.php +++ b/resources/lang/af/general.php @@ -1,204 +1,205 @@ 'Accessories', - 'activated' => 'Activated', - 'accessory' => 'Accessory', - 'accessory_report' => 'Accessory Report', - 'action' => 'Action', - 'activity_report' => 'Activity Report', - 'address' => 'Address', - 'admin' => 'Admin', - 'add_seats' => 'Added seats', - 'all_assets' => 'All Assets', - 'all' => 'All', - 'archived' => 'Archived', - 'asset_models' => 'Asset Models', - 'asset' => 'Asset', + 'accessories' => 'bykomstighede', + 'activated' => 'geaktiveer', + 'accessory' => 'Bykomstigheid', + 'accessory_report' => 'Toebehoreverslag', + 'action' => 'aksie', + 'activity_report' => 'Aktiwiteitsverslag', + 'address' => 'adres', + 'admin' => 'admin', + 'add_seats' => 'Bykomende sitplekke', + 'all_assets' => 'Alle bates', + 'all' => 'Almal', + 'archived' => 'argief', + 'asset_models' => 'Bate Modelle', + 'asset_model' => 'model', + 'asset' => 'bate', 'asset_report' => 'Asset Report', - 'asset_tag' => 'Asset Tag', - 'assets_available' => 'assets available', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', - 'assets' => 'Assets', - 'avatar_delete' => 'Delete Avatar', - 'avatar_upload' => 'Upload Avatar', - 'back' => 'Back', - 'bad_data' => 'Nothing found. Maybe bad data?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', - 'bulk_checkout' => 'Bulk Checkout', - 'cancel' => 'Cancel', - 'categories' => 'Categories', - 'category' => 'Category', - 'change' => 'In/Out', - 'changeemail' => 'Change Email Address', - 'changepassword' => 'Change Password', - 'checkin' => 'Checkin', - 'checkin_from' => 'Checkin from', - 'checkout' => 'Checkout', - 'city' => 'City', - 'click_here' => 'Click here', - 'companies' => 'Companies', - 'company' => 'Company', - 'component' => 'Component', - 'components' => 'Components', - 'complete' => 'Complete', - 'consumable' => 'Consumable', + 'asset_tag' => 'Bate-tag', + 'assets_available' => 'bates beskikbaar', + 'audit' => 'oudit', + 'audit_report' => 'Ouditlogboek', + 'assets' => 'bates', + 'avatar_delete' => 'Verwyder Avatar', + 'avatar_upload' => 'Laai avatar op', + 'back' => 'terug', + 'bad_data' => 'Niks gevind. Miskien slegte data?', + 'bulkaudit' => 'Grootmaat Oudit', + 'bulkaudit_status' => 'Ouditstatus', + 'bulk_checkout' => 'Grootmaat Checkout', + 'cancel' => 'kanselleer', + 'categories' => 'kategorieë', + 'category' => 'kategorie', + 'change' => 'In uit', + 'changeemail' => 'Verander e-pos adres', + 'changepassword' => 'Verander wagwoord', + 'checkin' => 'Inboek', + 'checkin_from' => 'Kontroleer vanaf', + 'checkout' => 'Uitteken', + 'city' => 'Stad', + 'click_here' => 'Klik hier', + 'companies' => 'maatskappye', + 'company' => 'maatskappy', + 'component' => 'komponent', + 'components' => 'komponente', + 'complete' => 'volledige', + 'consumable' => 'verbruikbare', 'consumables' => 'Consumables', - 'country' => 'Country', - 'create' => 'Create New', - 'created' => 'Item Created', - 'created_asset' => 'created asset', - 'created_at' => 'Created at', - 'updated_at' => 'Updated at', + 'country' => 'land', + 'create' => 'Skep nuwe', + 'created' => 'Item geskep', + 'created_asset' => 'geskep bate', + 'created_at' => 'Geskep op', + 'updated_at' => 'Opgedateer op', 'currency' => '$', // this is deprecated - 'current' => 'Current', - 'custom_report' => 'Custom Asset Report', + 'current' => 'Huidige', + 'custom_report' => 'Aangepaste bateverslag', 'dashboard' => 'Dashboard', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', - 'date' => 'Date', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', - 'delete' => 'Delete', - 'deleted' => 'Deleted', - 'delete_seats' => 'Deleted Seats', - 'departments' => 'Departments', - 'department' => 'Department', - 'deployed' => 'Deployed', - 'depreciation_report' => 'Depreciation Report', - 'download' => 'Download', - 'depreciation' => 'Depreciation', - 'editprofile' => 'Edit Your Profile', + 'days' => 'dae', + 'days_to_next_audit' => 'Dae na Volgende Oudit', + 'date' => 'datum', + 'debug_warning' => 'Waarskuwing!', + 'debug_warning_text' => 'Hierdie program word uitgevoer in die produksiemodus met debugging aangeskakel. Dit kan sensitiewe data blootstel indien u aansoek vir die buitewêreld toeganklik is. Deaktiveer debug-modus deur die APP_DEBUG-waarde in jou .env-lêer te stel na false.', + 'delete' => 'verwyder', + 'deleted' => 'geskrap', + 'delete_seats' => 'Plekke verwyder', + 'departments' => 'departemente', + 'department' => 'Departement', + 'deployed' => 'ontplooi', + 'depreciation_report' => 'Waardeverminderingsverslag', + 'download' => 'Aflaai', + 'depreciation' => 'waardevermindering', + 'editprofile' => 'Wysig jou profiel', 'eol' => 'EOL', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', - 'first' => 'First', - 'first_name' => 'First Name', - 'first_name_format' => 'First Name (jane@example.com)', - 'file_name' => 'File', - 'file_uploads' => 'File Uploads', - 'generate' => 'Generate', - 'groups' => 'Groups', - 'gravatar_email' => 'Gravatar Email Address', - 'history' => 'History', - 'history_for' => 'History for', + 'email_domain' => 'E-pos Domein', + 'email_format' => 'E-pos formaat', + 'email_domain_help' => 'Dit word gebruik om e-posadresse te genereer wanneer u dit invoer', + 'filastname_format' => 'Eerste Voorletter (jsmith@voorbeeld.com)', + 'firstname_lastname_format' => 'Vir Naam Van (jane.smith@example.com)', + 'first' => 'eerste', + 'first_name' => 'Eerste naam', + 'first_name_format' => 'Voornaam (jane@example.com)', + 'file_name' => 'lêer', + 'file_uploads' => 'Lêeroplaaie', + 'generate' => 'genereer', + 'groups' => 'groepe', + 'gravatar_email' => 'Gravatar e-pos adres', + 'history' => 'Geskiedenis', + 'history_for' => 'Geskiedenis vir', 'id' => 'ID', - 'image_delete' => 'Delete Image', - 'image_upload' => 'Upload Image', - 'import' => 'Import', - 'import-history' => 'Import History', - 'asset_maintenance' => 'Asset Maintenance', + 'image_delete' => 'Vee prent uit', + 'image_upload' => 'Laai prent op', + 'import' => 'invoer', + 'import-history' => 'Invoer Geskiedenis', + 'asset_maintenance' => 'Bate Onderhoud', 'asset_maintenance_report' => 'Asset Maintenance Report', 'asset_maintenances' => 'Asset Maintenances', - 'item' => 'Item', - 'insufficient_permissions' => 'Insufficient permissions!', - 'language' => 'Language', - 'last' => 'Last', - 'last_login' => 'Last Login', - 'last_name' => 'Last Name', - 'license' => 'License', - 'license_report' => 'License Report', - 'licenses_available' => 'licenses available', - 'licenses' => 'Licenses', - 'list_all' => 'List All', - 'loading' => 'Loading', - 'lock_passwords' => 'This field cannot be edited in this installation.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', - 'location' => 'Location', - 'locations' => 'Locations', - 'logout' => 'Logout', - 'lookup_by_tag' => 'Lookup by Asset Tag', - 'manufacturer' => 'Manufacturer', - 'manufacturers' => 'Manufacturers', - 'markdown' => 'This field allows Github flavored markdown.', - 'min_amt' => 'Min. QTY', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', - 'model_no' => 'Model No.', - 'months' => 'months', - 'moreinfo' => 'More Info', - 'name' => 'Name', - 'next' => 'Next', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', - 'new' => 'new!', - 'no_depreciation' => 'No Depreciation', - 'no_results' => 'No Results.', - 'no' => 'No', - 'notes' => 'Notes', - 'order_number' => 'Order Number', - 'page_menu' => 'Showing _MENU_ items', - 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', - 'pending' => 'Pending', - 'people' => 'People', - 'per_page' => 'Results Per Page', - 'previous' => 'Previous', - 'processing' => 'Processing', - 'profile' => 'Your profile', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', - 'qty' => 'QTY', - 'quantity' => 'Quantity', - 'ready_to_deploy' => 'Ready to Deploy', - 'recent_activity' => 'Recent Activity', - 'remove_company' => 'Remove Company Association', - 'reports' => 'Reports', - 'requested' => 'Requested', - 'request_canceled' => 'Request Canceled', + 'item' => 'item', + 'insufficient_permissions' => 'Onvoldoende toestemmings!', + 'language' => 'Taal', + 'last' => 'laaste', + 'last_login' => 'Laaste Aanmelding', + 'last_name' => 'Van', + 'license' => 'lisensie', + 'license_report' => 'Lisensie Verslag', + 'licenses_available' => 'lisensies beskikbaar', + 'licenses' => 'lisensies', + 'list_all' => 'Lys almal', + 'loading' => 'laai', + 'lock_passwords' => 'Hierdie veld kan nie in hierdie installasie geredigeer word nie.', + 'feature_disabled' => 'Hierdie funksie is afgeskakel vir die demo-installasie.', + 'location' => 'plek', + 'locations' => 'plekke', + 'logout' => 'Teken uit', + 'lookup_by_tag' => 'Opsoek deur Asset Tag', + 'manufacturer' => 'vervaardiger', + 'manufacturers' => 'vervaardigers', + 'markdown' => 'Hierdie veld laat Gitub-gegeurde markdown toe.', + 'min_amt' => 'Min. HOEV', + 'min_amt_help' => 'Minimum aantal items wat beskikbaar moet wees voordat \'n waarskuwing geaktiveer word.', + 'model_no' => 'Model Nr.', + 'months' => 'maande', + 'moreinfo' => 'Meer inligting', + 'name' => 'naam', + 'next' => 'volgende', + 'next_audit_date' => 'Volgende ouditdatum', + 'last_audit' => 'Laaste Oudit', + 'new' => 'nuwe!', + 'no_depreciation' => 'Geen Waardevermindering', + 'no_results' => 'Geen resultate.', + 'no' => 'Geen', + 'notes' => 'notas', + 'order_number' => 'Bestellingnommer', + 'page_menu' => 'Wys _MENU_ items', + 'pagination_info' => 'Wys _START_ tot _END_ van _TOTAL_ items', + 'pending' => 'hangende', + 'people' => 'mense', + 'per_page' => 'Resultate per bladsy', + 'previous' => 'vorige', + 'processing' => 'verwerking', + 'profile' => 'Jou profiel', + 'purchase_cost' => 'Aankoopskoste', + 'purchase_date' => 'Aankoop datum', + 'qty' => 'HOEV', + 'quantity' => 'hoeveelheid', + 'ready_to_deploy' => 'Klaar om te implementeer', + 'recent_activity' => 'Onlangse aktiwiteite', + 'remove_company' => 'Verwyder Maatskappyvereniging', + 'reports' => 'Berigte', + 'requested' => 'versoek', + 'request_canceled' => 'Versoek gekanselleer', 'save' => 'Save', - 'select' => 'Select', - 'search' => 'Search', - 'select_category' => 'Select a Category', - 'select_department' => 'Select a Department', - 'select_depreciation' => 'Select a Depreciation Type', - 'select_location' => 'Select a Location', - 'select_manufacturer' => 'Select a Manufacturer', - 'select_model' => 'Select a Model', - 'select_supplier' => 'Select a Supplier', - 'select_user' => 'Select a User', - 'select_date' => 'Select Date (YYYY-MM-DD)', - 'select_statuslabel' => 'Select Status', - 'select_company' => 'Select Company', - 'select_asset' => 'Select Asset', - 'settings' => 'Settings', - 'sign_in' => 'Sign in', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', - 'site_name' => 'Site Name', - 'state' => 'State', - 'status_labels' => 'Status Labels', - 'status' => 'Status', - 'supplier' => 'Supplier', - 'suppliers' => 'Suppliers', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', - 'total_assets' => 'total assets', - 'total_licenses' => 'total licenses', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', - 'type' => 'Type', - 'undeployable' => 'Un-deployable', - 'unknown_admin' => 'Unknown Admin', - 'username_format' => 'Username Format', - 'update' => 'Update', - 'uploaded' => 'Uploaded', - 'user' => 'User', - 'accepted' => 'accepted', - 'declined' => 'declined', - 'unaccepted_asset_report' => 'Unaccepted Assets', - 'users' => 'Users', - 'viewassets' => 'View Assigned Assets', - 'website' => 'Website', - 'welcome' => 'Welcome, :name', - 'years' => 'years', - 'yes' => 'Yes', - 'zip' => 'Zip', - 'noimage' => 'No image uploaded or image not found.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'select' => 'Kies', + 'search' => 'Soek', + 'select_category' => 'Kies \'n kategorie', + 'select_department' => 'Kies \'n Departement', + 'select_depreciation' => 'Kies \'n waardeverminderingstipe', + 'select_location' => 'Kies \'n plek', + 'select_manufacturer' => 'Kies \'n vervaardiger', + 'select_model' => 'Kies \'n model', + 'select_supplier' => 'Kies \'n Verskaffer', + 'select_user' => 'Kies \'n gebruiker', + 'select_date' => 'Kies Datum (JJJJ-MM-DD)', + 'select_statuslabel' => 'Kies Status', + 'select_company' => 'Kies Maatskappy', + 'select_asset' => 'Kies Asset', + 'settings' => 'instellings', + 'sign_in' => 'Teken in', + 'signature' => 'Handtekening', + 'some_features_disabled' => 'DEMO MODE: Sommige funksies is afgeskakel vir hierdie installasie.', + 'site_name' => 'Site Naam', + 'state' => 'staat', + 'status_labels' => 'Status etikette', + 'status' => 'status', + 'supplier' => 'verskaffer', + 'suppliers' => 'Verskaffers', + 'sure_to_delete' => 'Is jy seker jy wil verwyder', + 'submit' => 'Indien', + 'target' => 'teiken', + 'time_and_date_display' => 'Tyd en datum vertoon', + 'total_assets' => 'totale bates', + 'total_licenses' => 'totale lisensies', + 'total_accessories' => 'totale toebehore', + 'total_consumables' => 'totale verbruiksgoedere', + 'type' => 'tipe', + 'undeployable' => 'Un-verbintenis', + 'unknown_admin' => 'Onbekende Admin', + 'username_format' => 'Gebruikernaam', + 'update' => 'Opdateer', + 'uploaded' => 'opgelaai', + 'user' => 'gebruiker', + 'accepted' => 'aanvaarde', + 'declined' => 'afgeneem', + 'unaccepted_asset_report' => 'Onaanvaarde Bates', + 'users' => 'gebruikers', + 'viewassets' => 'Bekyk Toegewysde Bates', + 'website' => 'webwerf', + 'welcome' => 'Welkom, naam', + 'years' => 'jaar', + 'yes' => 'Ja', + 'zip' => 'zip', + 'noimage' => 'Geen prent opgelaai of prent nie gevind nie.', + 'token_expired' => 'Jou vormsessie het verval. Probeer asseblief weer.', ]; diff --git a/resources/lang/af/mail.php b/resources/lang/af/mail.php index c9a4fe182d..ef22d96074 100644 --- a/resources/lang/af/mail.php +++ b/resources/lang/af/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', + 'a_user_canceled' => '\'N Gebruiker het \'n itemversoek op die webwerf gekanselleer', + 'a_user_requested' => '\'N Gebruiker het \'n item op die webwerf versoek', + 'accessory_name' => 'Toebehore Naam:', + 'additional_notes' => 'Bykomende aantekeninge:', + 'admin_has_created' => '\'N Administrateur het \'n rekening vir jou op die webtuiste gemaak.', + 'asset' => 'bate:', + 'asset_name' => 'Bate Naam:', + 'asset_requested' => 'Bate aangevra', + 'asset_tag' => 'Bate-tag:', + 'assets_warrantee_expiring' => '{1} bate met waarborg wat in die volgende 60 dae verstryk. | [2, Inf] bates met waarborge wat oor die volgende 60 dae verstryk.', + 'assigned_to' => 'Toevertrou aan', + 'best_regards' => 'Beste wense,', + 'canceled' => 'gekanselleer:', + 'checkin_date' => 'Incheckdatum:', + 'checkout_date' => 'Checkout Datum:', + 'click_to_confirm' => 'Klik asseblief op die volgende skakel om u webadres te bevestig:', + 'click_on_the_link_accessory' => 'Klik asseblief op die skakel onderaan om te bevestig dat u die bykomstigheid ontvang het.', + 'click_on_the_link_asset' => 'Klik asseblief op die skakel onderaan om te bevestig dat u die bate ontvang het.', + 'Confirm_Asset_Checkin' => 'Bevestig Asset Checkin.', + 'Confirm_Accessory_Checkin' => 'Bevestig Accessoire Checkin.', + 'Confirm_accessory_delivery' => 'Bevestig toebehore-aflewering.', + 'Confirm_asset_delivery' => 'Bevestig bate aflewering.', + 'Confirm_consumable_delivery' => 'Bevestig verbruikslewering.', + 'current_QTY' => 'Huidige QTY', + 'Days' => 'dae', + 'days' => 'dae', + 'expecting_checkin_date' => 'Verwagte inskrywingsdatum:', + 'expires' => 'verstryk', + 'Expiring_Assets_Report' => 'Verlenging van bateverslag.', + 'Expiring_Licenses_Report' => 'Verlenging van lisensiesverslag.', + 'hello' => 'hallo', 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', + 'i_have_read' => 'Ek het die gebruiksvoorwaardes gelees en ingestem en het hierdie item ontvang.', + 'item' => 'item:', + 'items_below_minimum' => '{1} item wat onder die minimum voorraad is of binnekort laag sal wees. | [2, Inf] items wat onder die minimum voorraad is of binnekort laag sal wees.', + 'Item_Request_Canceled' => 'Item Versoek gekanselleer', + 'Item_Requested' => 'Item gevra', + 'licenses_expiring' => '{1} lisensie verstryk volgende 60 dae. | [2, Inf] lisensies verval volgende 60 dae.', + 'link_to_update_password' => 'Klik asseblief op die volgende skakel om u webtuiste te verander:', + 'login_first_admin' => 'Teken in op jou nuwe Snipe-IT-installasie deur die volgende inligting te gebruik:', + 'login' => 'Teken aan:', + 'Low_Inventory_Report' => 'Lae voorraadverslag', 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'name' => 'naam', + 'new_item_checked' => '\'N Nuwe item is onder u naam nagegaan, besonderhede is hieronder.', + 'password' => 'wagwoord:', + 'password_reset' => 'Wagwoord Herstel', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', + 'read_the_terms' => 'Lees asseblief die gebruiksvoorwaardes hieronder.', + 'read_the_terms_and_click' => 'Lees asseblief die gebruiksvoorwaardes hieronder en klik op die skakel onderaan om te bevestig dat u die gebruiksvoorwaardes lees en stem en die bate ontvang het.', + 'requested' => 'versoek:', + 'reset_link' => 'Jou wagwoord herstel skakel', + 'reset_password' => 'Klik hier om jou wagwoord terug te stel:', 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'supplier' => 'verskaffer', + 'tag' => 'tag', + 'test_email' => 'Toets e-pos van Snipe-IT', + 'test_mail_text' => 'Dit is \'n toets van die Snipe-IT Batebestuurstelsel. As jy dit het, werk die pos :)', + 'the_following_item' => 'Die volgende item is nagegaan:', + 'There_are' => '{1} Daar is | [2, Inf] Daar is', + 'to_reset' => 'Om jou webadres te herstel, voltooi hierdie vorm:', + 'type' => 'tipe', + 'user' => 'gebruiker:', + 'username' => 'Gebruikersnaam:', + 'welcome' => 'Welkom: naam', + 'welcome_to' => 'Welkom by: web!', + 'your_credentials' => 'Jou Snipe-IT-referenties', ); diff --git a/resources/lang/af/pagination.php b/resources/lang/af/pagination.php index b573b51e91..6f99c193af 100644 --- a/resources/lang/af/pagination.php +++ b/resources/lang/af/pagination.php @@ -13,8 +13,8 @@ return array( | */ - 'previous' => '« Previous', + 'previous' => '« Vorige', - 'next' => 'Next »', + 'next' => 'Volgende »', ); diff --git a/resources/lang/af/passwords.php b/resources/lang/af/passwords.php index 5195a9b77c..e70214de2c 100644 --- a/resources/lang/af/passwords.php +++ b/resources/lang/af/passwords.php @@ -1,7 +1,7 @@ 'Your password link has been sent!', - 'user' => 'That user does not exist or does not have an email address associated', + 'sent' => 'Jou wagwoord skakel is gestuur!', + 'user' => 'Daardie gebruiker bestaan ​​nie of het \'n e-pos adres geassosieer nie', ]; diff --git a/resources/lang/af/reminders.php b/resources/lang/af/reminders.php index e7a476e3a2..c8c030ffa9 100644 --- a/resources/lang/af/reminders.php +++ b/resources/lang/af/reminders.php @@ -13,12 +13,12 @@ return array( | */ - "password" => "Passwords must be six characters and match the confirmation.", + "password" => "Wagwoorde moet ses karakters wees en ooreenstem met die bevestiging.", - "user" => "Username or email address is incorrect", + "user" => "Gebruikersnaam of e-posadres is verkeerd", - "token" => "This password reset token is invalid.", + "token" => "Hierdie wagwoord-reset-token is ongeldig.", - "sent" => "If a matching email address was found, a password reminder has been sent!", + "sent" => "As 'n ooreenstemmende e-posadres gevind is, is 'n wagwoordherinnering gestuur!", ); diff --git a/resources/lang/af/table.php b/resources/lang/af/table.php index f7a49d86c1..50f5f3c4c8 100644 --- a/resources/lang/af/table.php +++ b/resources/lang/af/table.php @@ -2,9 +2,9 @@ return array( - 'actions' => 'Actions', - 'action' => 'Action', - 'by' => 'By', - 'item' => 'Item', + 'actions' => 'aksies', + 'action' => 'aksie', + 'by' => 'deur', + 'item' => 'item', ); diff --git a/resources/lang/af/validation.php b/resources/lang/af/validation.php index 02cb1fa981..85fdcf069a 100644 --- a/resources/lang/af/validation.php +++ b/resources/lang/af/validation.php @@ -13,80 +13,80 @@ return array( | */ - 'accepted' => 'The :attribute must be accepted.', - 'active_url' => 'The :attribute is not a valid URL.', - 'after' => 'The :attribute must be a date after :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', - 'alpha' => 'The :attribute may only contain letters.', - 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', - 'alpha_num' => 'The :attribute may only contain letters and numbers.', - 'array' => 'The :attribute must be an array.', - 'before' => 'The :attribute must be a date before :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'accepted' => 'Die: Attribuut moet aanvaar word.', + 'active_url' => 'Die: Attribuut is nie \'n geldige URL nie.', + 'after' => 'Die: Attribuut moet \'n datum wees na: datum.', + 'after_or_equal' => 'Die: Attribuut moet \'n datum na of gelyk wees aan: datum.', + 'alpha' => 'Die: Attribuut mag slegs letters bevat.', + 'alpha_dash' => 'Die: Attribuut mag slegs letters, nommers en streepies bevat.', + 'alpha_num' => 'Die: Attribuut mag slegs letters en syfers bevat.', + 'array' => 'Die: kenmerk moet \'n skikking wees.', + 'before' => 'Die: Attribuut moet \'n datum wees voor: datum.', + 'before_or_equal' => 'Die: Attribuut moet \'n datum voor of gelyk wees aan: datum.', 'between' => [ - 'numeric' => 'The :attribute must be between :min and :max.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', - 'string' => 'The :attribute must be between :min and :max characters.', - 'array' => 'The :attribute must have between :min and :max items.', + 'numeric' => 'Die: Attribuut moet tussen: min en: maksimum wees.', + 'file' => 'Die: Attribuut moet tussen: min en: maksimum kilobytes wees.', + 'string' => 'Die: Attribuut moet tussen: min en: maksimum karakters wees.', + 'array' => 'Die: Attribuut moet tussen: min en: maksimum items hê.', ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', - 'date' => 'The :attribute is not a valid date.', - 'date_format' => 'The :attribute does not match the format :format.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'email' => 'The :attribute must be a valid email address.', - 'exists' => 'The selected :attribute is invalid.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', - 'image' => 'The :attribute must be an image.', - 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'boolean' => 'Die: Attribuut veld moet waar of onwaar wees.', + 'confirmed' => 'Die: Attribuut bevestiging stem nie ooreen nie.', + 'date' => 'Die: Attribuut is nie \'n geldige datum nie.', + 'date_format' => 'Die: Attribuut stem nie ooreen met die formaat: formaat.', + 'different' => 'Die: attribuut en: ander moet anders wees.', + 'digits' => 'Die: Attribuut moet wees: syfers syfers.', + 'digits_between' => 'Die: Attribuut moet tussen: min en: maksimum syfers wees.', + 'dimensions' => 'Die: Attribuut het ongeldige beeldafmetings.', + 'distinct' => 'Die: Attribuut veld het \'n duplikaat waarde.', + 'email' => 'Die: Attribuut moet \'n geldige e-posadres wees.', + 'exists' => 'Die gekose: attribuut is ongeldig.', + 'file' => 'Die: Attribuut moet \'n lêer wees.', + 'filled' => 'Die: Attribuut veld moet \'n waarde hê.', + 'image' => 'Die: kenmerk moet \'n beeld wees.', + 'in' => 'Die gekose: attribuut is ongeldig.', + 'in_array' => 'Die: attribuut veld bestaan ​​nie in: ander.', + 'integer' => 'Die: Attribuut moet \'n heelgetal wees.', + 'ip' => 'Die: Attribuut moet \'n geldige IP-adres wees.', + 'ipv4' => 'Die: Attribuut moet \'n geldige IPv4-adres wees.', + 'ipv6' => 'Die: Attribuut moet \'n geldige IPv6-adres wees.', + 'json' => 'Die: Attribuut moet \'n geldige JSON-string wees.', 'max' => [ - 'numeric' => 'The :attribute may not be greater than :max.', - 'file' => 'The :attribute may not be greater than :max kilobytes.', - 'string' => 'The :attribute may not be greater than :max characters.', - 'array' => 'The :attribute may not have more than :max items.', + 'numeric' => 'Die: Attribuut mag nie groter wees as: maksimum.', + 'file' => 'Die: kenmerk mag nie groter wees as: maksimum kilobytes.', + 'string' => 'Die: Attribuut mag nie groter wees as: maksimum karakters.', + 'array' => 'Die: Attribuut mag nie meer as: maksimum items hê nie.', ], - 'mimes' => 'The :attribute must be a file of type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimes' => 'Die: kenmerk moet \'n lêer van tipe wees:: waardes.', + 'mimetypes' => 'Die: kenmerk moet \'n lêer van tipe wees:: waardes.', 'min' => [ - 'numeric' => 'The :attribute must be at least :min.', - 'file' => 'The :attribute must be at least :min kilobytes.', - 'string' => 'The :attribute must be at least :min characters.', - 'array' => 'The :attribute must have at least :min items.', + 'numeric' => 'Die: attribuut moet ten minste wees: min.', + 'file' => 'Die: attribuut moet ten minste wees: min kilobytes.', + 'string' => 'Die: kenmerk moet ten minste wees: min karakters.', + 'array' => 'Die: Attribuut moet ten minste: min items hê.', ], - 'not_in' => 'The selected :attribute is invalid.', - 'numeric' => 'The :attribute must be a number.', - 'present' => 'The :attribute field must be present.', - 'regex' => 'The :attribute format is invalid.', - 'required' => 'The :attribute field is required.', - 'required_if' => 'The :attribute field is required when :other is :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', - 'required_with' => 'The :attribute field is required when :values is present.', - 'required_with_all' => 'The :attribute field is required when :values is present.', - 'required_without' => 'The :attribute field is required when :values is not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', - 'same' => 'The :attribute and :other must match.', + 'not_in' => 'Die gekose: attribuut is ongeldig.', + 'numeric' => 'Die: Attribuut moet \'n nommer wees.', + 'present' => 'Die: attribuut veld moet teenwoordig wees.', + 'regex' => 'Die: Attribuutformaat is ongeldig.', + 'required' => 'Die: attribuut veld is nodig.', + 'required_if' => 'Die: attribuut veld is nodig wanneer: ander is: waarde.', + 'required_unless' => 'Die: Attribuut veld is nodig tensy: ander is in: waardes.', + 'required_with' => 'Die: Attribuut veld is nodig wanneer: waardes teenwoordig is.', + 'required_with_all' => 'Die: Attribuut veld is nodig wanneer: waardes teenwoordig is.', + 'required_without' => 'Die: Attribuut veld is nodig wanneer: waardes nie teenwoordig is nie.', + 'required_without_all' => 'Die: Attribuut veld is nodig wanneer geen van: waardes teenwoordig is nie.', + 'same' => 'Die: attribuut en ander moet ooreenstem.', 'size' => [ - 'numeric' => 'The :attribute must be :size.', - 'file' => 'The :attribute must be :size kilobytes.', - 'string' => 'The :attribute must be :size characters.', - 'array' => 'The :attribute must contain :size items.', + 'numeric' => 'Die: Attribuut moet wees: grootte.', + 'file' => 'Die: Attribuut moet wees: grootte kilobyte.', + 'string' => 'Die: Attribuut moet wees: grootte karakters.', + 'array' => 'Die: Attribuut moet bevat: grootte items.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', - 'unique' => 'The :attribute has already been taken.', - 'uploaded' => 'The :attribute failed to upload.', - 'url' => 'The :attribute format is invalid.', + 'string' => 'Die: kenmerk moet \'n string wees.', + 'timezone' => 'Die: Attribuut moet \'n geldige sone wees.', + 'unique' => 'Die: Attribuut is reeds geneem.', + 'uploaded' => 'Die: kenmerk kon nie opgelaai word nie.', + 'url' => 'Die: Attribuutformaat is ongeldig.', /* |-------------------------------------------------------------------------- @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Die: attribuut veld bevat 'n karakter wat nie toegelaat word nie.", + "email_array" => "Een of meer e-posadresse is ongeldig.", + "hashed_pass" => "Jou huidige wagwoord is verkeerd", + 'dumbpwd' => 'Daardie wagwoord is te algemeen.', + "statuslabel_type" => "U moet 'n geldige statusetiket tipe kies", + "unique_undeleted" => "Die: Attribuut moet uniek wees.", ], /* diff --git a/resources/lang/ar/admin/asset_maintenances/message.php b/resources/lang/ar/admin/asset_maintenances/message.php index af80f580c4..5823b9e81a 100644 --- a/resources/lang/ar/admin/asset_maintenances/message.php +++ b/resources/lang/ar/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'تم إنشاء سند صيانة الأصل بنجاح.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'لم يتم تعديل صيانة الأصول، يرجى إعادة المحاولة.', + 'success' => 'تم تحرير صيانة الأصول بنجاح.' ], 'asset_maintenance_incomplete' => 'لم يكتمل بعد', 'warranty' => 'الضمان', diff --git a/resources/lang/ar/admin/categories/general.php b/resources/lang/ar/admin/categories/general.php index 5f7ba21746..80a768c66a 100644 --- a/resources/lang/ar/admin/categories/general.php +++ b/resources/lang/ar/admin/categories/general.php @@ -11,7 +11,7 @@ return array( 'edit' => 'تعديل التصنيف', 'eula_text' => 'إتفاقية الإستخدام للتصنيف', 'eula_text_help' => 'يسمح لك هذا الحقل بتخصيص الاتفاقيات لأنواع معينة من الأصول. اذا كنت تمتلك اتفاقية واحدة لجميع أصولك يمكنك أن تقوم بتأشير المربع في الأسفل لاستخدام الاتفاقية الافتراضية.', - 'name' => 'Category Name', + 'name' => 'اسم التصنيف', 'require_acceptance' => 'مطالبة المستخدمين بتأكيد قبولهم للأصول في هذا التصنيف.', 'required_acceptance' => 'سيتم اشعار المستخدم لتأكيد قبول الأصل.', 'required_eula' => 'سيتم إشعار هذا المستخدم بإتفاقية الإستخدام', diff --git a/resources/lang/ar/admin/hardware/form.php b/resources/lang/ar/admin/hardware/form.php index 8032e8f1c9..ec79ceadd3 100644 --- a/resources/lang/ar/admin/hardware/form.php +++ b/resources/lang/ar/admin/hardware/form.php @@ -5,38 +5,39 @@ return array( 'bulk_delete_help' => 'الرجاء مراجعة الأصول المعينة للحذف بالجملة أدناه. بمجرد الحذف، يمكن استعادة هذه الأصول، لكنها لن تكون مقترنة مع أي من المستخدمين اللذين تم تعيين الاصول لهم من قبل.', 'bulk_delete_warn' => 'أنت على وشك حذف اصول asset_count: .', 'bulk_update' => 'تحديث الاصول بالجملة', - 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ', - 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.', - 'checkedout_to' => 'Checked Out To', - 'checkout_date' => 'Checkout Date', - 'checkin_date' => 'Checkin Date', - 'checkout_to' => 'Checkout to', + 'bulk_update_help' => 'يتيح لك هذا النموذج تحديث عدة مواد عرض دفعة واحدة. قم بملء الحقول التي تحتاج إلى تغييرها. ستظل أية حقول فارغة فارغة دون تغيير.', + 'bulk_update_warn' => 'أنت على وشك تعديل خصائص: مواد عرض الأصول.', + 'checkedout_to' => 'تم تسجيل الوصول إلى', + 'checkout_date' => 'موعد انتهاء الأقامة', + 'checkin_date' => 'تاريخ التسجيل', + 'checkout_to' => 'الخروج إلى', 'cost' => 'تكلفة الشراء', 'create' => 'إنشاء اصل', 'date' => 'تاريخ الشراء', + 'depreciation' => 'الاستهلاك', 'depreciates_on' => 'تنتهي في', - 'default_location' => 'Default Location', - 'eol_date' => 'EOL Date', - 'eol_rate' => 'EOL Rate', - 'expected_checkin' => 'Expected Checkin Date', + 'default_location' => 'الموقع الافتراضي', + 'eol_date' => 'تاريخ يول', + 'eol_rate' => 'معدل يول', + 'expected_checkin' => 'تاريخ الوصول المتوقع', 'expires' => 'ينتهي', - 'fully_depreciated' => 'Fully Depreciated', - 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', - 'mac_address' => 'MAC Address', - 'manufacturer' => 'Manufacturer', + 'fully_depreciated' => 'مستهلك بالكامل', + 'help_checkout' => 'إذا كنت ترغب في تعيين هذا الأصل فورا، فحدد "جاهز للنشر" من قائمة الحالة أعلاه.', + 'mac_address' => 'عنوان ماك', + 'manufacturer' => 'الصانع', 'model' => 'موديل', 'months' => 'أشهر', 'name' => 'اسم الأصل', 'notes' => 'مُلاحظات', 'order' => 'رقم طلب الشراء', 'qr' => 'رمز QR', - 'requestable' => 'Users may request this asset', - 'select_statustype' => 'Select Status Type', - 'serial' => 'Serial', - 'status' => 'Status', - 'tag' => 'Asset Tag', - 'update' => 'Asset Update', - 'warranty' => 'Warranty', - 'years' => 'years', + 'requestable' => 'يمكن للمستخدمين طلب هذا الأصل', + 'select_statustype' => 'حدد نوع الحالة', + 'serial' => 'مسلسل', + 'status' => 'الحالة', + 'tag' => 'علامة الأصول', + 'update' => 'تحديث الأصول', + 'warranty' => 'ضمان', + 'years' => 'سنوات', ) ; diff --git a/resources/lang/ar/admin/hardware/general.php b/resources/lang/ar/admin/hardware/general.php index a20df43729..c2784929c0 100644 --- a/resources/lang/ar/admin/hardware/general.php +++ b/resources/lang/ar/admin/hardware/general.php @@ -2,20 +2,20 @@ return array( 'about_assets_title' => 'حول الأصول', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + 'about_assets_text' => 'الأصول هي العناصر التي يتم تتبعها بواسطة الرقم التسلسلي أو علامة الأصول. وهي تميل إلى أن تكون بنود ذات قيمة أعلى حيث يتم تحديد بند معين.', 'archived' => 'مؤرشف', 'asset' => 'أصل', - 'bulk_checkout' => 'Checkout Assets to User', - 'checkin' => 'Checkin Asset', - 'checkout' => 'Checkout Asset', + 'bulk_checkout' => 'الخروج من الأصول إلى المستخدم', + 'checkin' => 'تشيكين أسيت', + 'checkout' => 'الخروج من مادة العرض', 'clone' => 'استنساخ الأصل', 'deployable' => 'قابل للنشر', - 'deleted' => 'This asset has been deleted. Click here to restore it.', + 'deleted' => 'تم حذف مادة العرض هذه. انقر هنا لاستعادته .', 'edit' => 'تعديل الاصل', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', + 'filetype_info' => 'أنواع الملفات المسموح بها هي ينغ و جيف و جبغ و جبيغ و دوك و دوك و بدف و تكست و زيب و رار.', + 'model_deleted' => 'تم حذف نموذج الأصول هذا. يجب عليك استعادة النموذج قبل أن تتمكن من استعادة Asset.
انقر هنا لاستعادة النموذج.', 'requestable' => 'Requestable', - 'requested' => 'Requested', + 'requested' => 'طلب', 'restore' => 'استعادة الأصل', 'pending' => 'معلق', 'undeployable' => 'Undeployable', diff --git a/resources/lang/ar/admin/hardware/message.php b/resources/lang/ar/admin/hardware/message.php index cef50b45f1..da212cd90c 100644 --- a/resources/lang/ar/admin/hardware/message.php +++ b/resources/lang/ar/admin/hardware/message.php @@ -5,28 +5,28 @@ return array( 'undeployable' => 'تحذير: هذا الأصل معلم كـ غير قابل للنشر. إذا لم يتغير هذا الوضع، يرجى تحديث الحالة الأصول.', 'does_not_exist' => 'الأصل غير موجود.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'does_not_exist_or_not_requestable' => 'محاولة جيدة. هذا الأصل غير موجود أو غير قابل للتطبيق.', + 'assoc_users' => 'يتم حاليا سحب مادة العرض هذه إلى مستخدم ولا يمكن حذفها. يرجى التحقق من مادة العرض أولا، ثم محاولة الحذف مرة أخرى.', 'create' => array( - 'error' => 'Asset was not created, please try again. :(', + 'error' => 'لم يتم إنشاء مادة العرض، يرجى إعادة المحاولة. :(', 'success' => 'تم إنشاء الأصل بنجاح.' ), 'update' => array( - 'error' => 'Asset was not updated, please try again', + 'error' => 'لم يتم تحديث مادة العرض، يرجى إعادة المحاولة', 'success' => 'تم تحديث الأصل بنجاح.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'nothing_updated' => 'لم يتم اختيار أي حقول، لذلك لم يتم تحديث أي شيء.', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' + 'error' => 'لم تتم استعادة مادة العرض، يرجى إعادة المحاولة', + 'success' => 'تمت استعادة مادة العرض بنجاح.' ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'لم تنجح مراجعة الأصول. حاول مرة اخرى.', + 'success' => 'تم تسجيل تدقيق الأصول بنجاح.' ), @@ -36,47 +36,47 @@ return array( ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'لم يتم تحميل الملف. حاول مرة اخرى.', + 'success' => 'تم تحميل الملف بنجاح.', + 'nofiles' => 'لم تحدد أي ملفات للتحميل، أو أن الملف الذي تحاول تحميله كبير جدا', + 'invalidfiles' => 'واحد أو أكثر من الملفات كبير جدا أو هو نوع ملف غير مسموح به. أنواع الملفات المسموح بها هي ينغ و جيف و جبغ و دوك و دوك و بدف و تكست.', ), '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", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'لم يتم استيراد بعض العناصر بشكل صحيح.', + 'errorDetail' => 'لم يتم استيراد العناصر التالية بسبب الأخطاء.', + 'success' => "تم استيراد الملف", + 'file_delete_success' => "تم حذف ملفك بنجاح", + 'file_delete_error' => "تعذر حذف الملف", ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset?', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'confirm' => 'هل تريد بالتأكيد حذف مادة العرض هذه؟', + 'error' => 'حدثت مشكلة أثناء حذف مادة العرض. حاول مرة اخرى.', + 'nothing_updated' => 'لم يتم اختيار أي أصول، لذلك لم يتم حذف أي شيء.', 'success' => 'تم حذف الأصل بنجاح.' ), 'checkout' => array( - 'error' => 'Asset was not checked out, please try again', - 'success' => 'Asset checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'not_available' => 'That asset is not available for checkout!' + 'error' => 'لم يتم سحب مادة العرض، يرجى إعادة المحاولة', + 'success' => 'تم التحقق من الأصول بنجاح.', + 'user_does_not_exist' => 'هذا المستخدم غير صالح. حاول مرة اخرى.', + 'not_available' => 'هذا الأصل غير متاح للخروج!' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'already_checked_in' => 'That asset is already checked in.', + 'error' => 'لم يتم التحقق من مادة العرض، يرجى إعادة المحاولة', + 'success' => 'تم التحقق من مادة العرض بنجاح.', + 'user_does_not_exist' => 'هذا المستخدم غير صالح. حاول مرة اخرى.', + 'already_checked_in' => 'تم التحقق من ذلك الأصل بالفعل.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'لم يتم طلب مادة العرض، يرجى إعادة المحاولة', + 'success' => 'تم طلب مادة العرض بنجاح.', + 'canceled' => 'تم إلغاء طلب تشيكوت بنجاح' ) ); diff --git a/resources/lang/ar/admin/hardware/table.php b/resources/lang/ar/admin/hardware/table.php index a1036c4e00..3ce712f574 100644 --- a/resources/lang/ar/admin/hardware/table.php +++ b/resources/lang/ar/admin/hardware/table.php @@ -6,8 +6,8 @@ return array( 'asset_model' => 'موديل', 'book_value' => 'القيمة', 'change' => 'داخل\\خارج', - 'checkout_date' => 'Checkout Date', - 'checkoutto' => 'Checked Out', + 'checkout_date' => 'موعد انتهاء الأقامة', + 'checkoutto' => 'فحصت', 'diff' => 'الفرق', 'dl_csv' => 'التنزيل كملف CSV', 'eol' => 'نهاية الحياة', @@ -16,9 +16,9 @@ return array( 'purchase_cost' => 'التكلفة', 'purchase_date' => 'تم الشراء', 'serial' => 'الرقم التسلسلي', - 'status' => 'Status', + 'status' => 'الحالة', 'title' => 'أصل ', 'image' => 'صورة الجهاز', - 'days_without_acceptance' => 'Days Without Acceptance' + 'days_without_acceptance' => 'أيام بدون قبول' ); diff --git a/resources/lang/ar/admin/licenses/form.php b/resources/lang/ar/admin/licenses/form.php index a9667f7224..5eb0d68eb0 100644 --- a/resources/lang/ar/admin/licenses/form.php +++ b/resources/lang/ar/admin/licenses/form.php @@ -3,20 +3,20 @@ return array( 'asset' => 'أصل', - 'checkin' => 'Checkin', + 'checkin' => 'تحقق في', 'create' => 'إنشاء رخصة', 'expiration' => 'تاريخ الانتهاء', 'license_key' => 'مفتاح المنتج', - 'maintained' => 'Maintained', + 'maintained' => 'حافظ', 'name' => 'إسم البرنامج', - 'no_depreciation' => 'Do Not Depreciate', + 'no_depreciation' => 'لا تستهلك', 'purchase_order' => 'رقم طلب الشراء', 'reassignable' => 'قابل لإعادة التعيين', 'remaining_seats' => 'المقاعد المتبقية', 'seats' => 'مقاعد', 'termination_date' => 'تاريخ الإلغاء', - 'to_email' => 'Licensed to Email', - 'to_name' => 'Licensed to Name', + 'to_email' => 'مرخص إلى البريد الإلكتروني', + 'to_name' => 'مرخص للاسم', 'update' => 'تحديث الرخصة', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' + 'checkout_help' => 'يجب عليك التحقق من ترخيص إلى أصل جهاز أو شخص. يمكنك تحديد كليهما، ولكن يجب أن يتطابق مالك مادة العرض مع الشخص الذي تتحقق منه مادة العرض.' ); diff --git a/resources/lang/ar/admin/licenses/general.php b/resources/lang/ar/admin/licenses/general.php index f95a35348c..83fcd5a9b6 100644 --- a/resources/lang/ar/admin/licenses/general.php +++ b/resources/lang/ar/admin/licenses/general.php @@ -2,20 +2,20 @@ return array( 'about_licenses_title' => 'حول الرخص', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', - 'checkin' => 'Checkin License Seat', - 'checkout_history' => 'Checkout History', - 'checkout' => 'Checkout License Seat', + 'about_licenses' => 'وتستخدم التراخيص لتتبع البرمجيات. لديهم عدد محدد من المقاعد التي يمكن التحقق منها للأفراد', + 'checkin' => 'فحص مقعد الترخيص', + 'checkout_history' => 'سجل الخروج', + 'checkout' => 'مقعد ترخيص الخروج', 'edit' => 'تعديل الرخصة', 'filetype_info' => 'انواع صيغ الملفات المسوح بها هي png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', 'clone' => 'استنساخ الرخصة', - 'history_for' => 'History for ', + 'history_for' => 'التاريخ ل', 'in_out' => 'داخل\\خارج', 'info' => 'معلومات الرخصة', 'license_seats' => 'مقاعد الرخصة', 'seat' => 'مقعد', - 'seats' => 'Seats', - 'software_licenses' => 'Software Licenses', + 'seats' => 'مقاعد', + 'software_licenses' => 'تراخيص البرامج', 'user' => 'مستخدم', - 'view' => 'View License', + 'view' => 'ترخيص عرض', ); diff --git a/resources/lang/ar/admin/licenses/message.php b/resources/lang/ar/admin/licenses/message.php index ce206f91eb..971243e880 100644 --- a/resources/lang/ar/admin/licenses/message.php +++ b/resources/lang/ar/admin/licenses/message.php @@ -4,13 +4,14 @@ return array( 'does_not_exist' => 'الرخصة غير موجودة.', 'user_does_not_exist' => 'المستخدم غير موجود.', - 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', - 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'asset_does_not_exist' => 'العنصر الذي تحاول إقرانه بهذا الترخيص غير موجود.', + 'owner_doesnt_match_asset' => 'يمتلك الأصل الذي تحاول إقرانه بهذا الترخيص سومين غير الشخص المحدد في القائمة المنسدلة المخصصة.', + 'assoc_users' => 'يتم التحقق من هذا الترخيص حاليا للمستخدم ولا يمكن حذفه. يرجى التحقق من الترخيص في البداية، ثم محاولة الحذف مرة أخرى.', + 'select_asset_or_person' => 'يجب تحديد مادة عرض أو مستخدم، وليس كليهما.', 'create' => array( - 'error' => 'License was not created, please try again.', + 'error' => 'لم يتم إنشاء الترخيص، يرجى إعادة المحاولة.', 'success' => 'تم إنشاء الرخصة بنجاح.' ), @@ -20,31 +21,31 @@ return array( ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', + 'error' => 'لم يتم تحميل الملف. حاول مرة اخرى.', 'success' => 'تم رفع الملف(ات) بنجاح.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'nofiles' => 'لم تحدد أي ملفات للتحميل، أو أن الملف الذي تحاول تحميله كبير جدا', + 'invalidfiles' => 'واحد أو أكثر من الملفات كبير جدا أو هو نوع ملف غير مسموح به. أنواع الملفات المسموح بها هي ينغ و جيف و جبغ و جبيغ و دوك و دوك و بدف و تكست و زيب و رار و رتف و شمل و ليك.', ), 'update' => array( - 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.' + 'error' => 'لم يتم تحديث الترخيص، يرجى إعادة المحاولة', + 'success' => 'تم تحديث الترخيص بنجاح.' ), 'delete' => array( 'confirm' => 'هل أنت متأكد من رغبتك في حذف هذه الرخصة؟', - 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.' + 'error' => 'حدثت مشكلة أثناء حذف الترخيص. حاول مرة اخرى.', + 'success' => 'تم حذف الترخيص بنجاح.' ), 'checkout' => array( - 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully' + 'error' => 'حدثت مشكلة أثناء التحقق من الترخيص. حاول مرة اخرى.', + 'success' => 'تم التحقق من الترخيص بنجاح' ), 'checkin' => array( - 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully' + 'error' => 'حدثت مشكلة في التحقق من الترخيص. حاول مرة اخرى.', + 'success' => 'تم التحقق من الترخيص بنجاح' ), ); diff --git a/resources/lang/ar/admin/licenses/table.php b/resources/lang/ar/admin/licenses/table.php index 8befbd9fdf..87f8119e6f 100644 --- a/resources/lang/ar/admin/licenses/table.php +++ b/resources/lang/ar/admin/licenses/table.php @@ -5,7 +5,7 @@ return array( 'assigned_to' => 'مخصص لـ', 'checkout' => 'داخل\\خارج', 'id' => 'رقم التعريف', - 'license_email' => 'License Email', + 'license_email' => 'ترخيص البريد الإلكتروني', 'license_name' => 'مرخص الى', 'purchase_date' => 'تاريخ الشراء', 'purchased' => 'تم الشراء', diff --git a/resources/lang/ar/admin/locations/message.php b/resources/lang/ar/admin/locations/message.php index b6cd91f7ba..000939b216 100644 --- a/resources/lang/ar/admin/locations/message.php +++ b/resources/lang/ar/admin/locations/message.php @@ -3,9 +3,9 @@ return array( 'does_not_exist' => 'الموقع غير موجود.', - 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', - 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', - 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + 'assoc_users' => 'هذا الموقع مقترن حاليا بمستخدم واحد على الأقل ولا يمكن حذفه. يرجى تحديث المستخدمين لم يعد يشيروا إلى هذا الموقع ثم أعد المحاولة.', + 'assoc_assets' => 'هذا الموقع مقترن حاليا بمادة عرض واحدة على الأقل ولا يمكن حذفها. يرجى تحديث مواد العرض لم تعد تشير إلى هذا الموقع ثم أعد المحاولة.', + 'assoc_child_loc' => 'هذا الموقع هو حاليا أحد الوالدين لموقع طفل واحد على الأقل ولا يمكن حذفه. يرجى تحديث مواقعك لم تعد تشير إلى هذا الموقع ثم أعد المحاولة.', 'create' => array( @@ -19,8 +19,8 @@ return array( ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this location?', - 'error' => 'There was an issue deleting the location. Please try again.', + 'confirm' => 'هل تريد بالتأكيد حذف هذا الموقع؟', + 'error' => 'حدثت مشكلة أثناء حذف الموقع. حاول مرة اخرى.', 'success' => 'تم حذف الموقع بنجاح.' ) diff --git a/resources/lang/ar/admin/locations/table.php b/resources/lang/ar/admin/locations/table.php index 96e4ea17aa..69a44b5afa 100644 --- a/resources/lang/ar/admin/locations/table.php +++ b/resources/lang/ar/admin/locations/table.php @@ -2,7 +2,7 @@ return array( 'about_locations_title' => 'عن المواقع', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'about_locations' => 'يتم استخدام المواقع لتتبع معلومات الموقع للمستخدمين والأصول والعناصر الأخرى', 'assets_rtd' => 'الأصول', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. 'assets_checkedout' => 'الأصول المعينة', 'id' => 'رقم التعريف', @@ -10,12 +10,12 @@ return array( 'state' => 'الحالة', 'country' => 'الدولة', 'create' => 'إنشاء موقع', - 'update' => 'Update Location', + 'update' => 'تحديث الموقع', 'name' => 'إسم الموقع', 'address' => 'العنوان', 'zip' => 'الرمز البريدي', 'locations' => 'المواقع', - 'parent' => 'Parent', + 'parent' => 'الأبوين', 'currency' => 'عملة الموقع', - 'ldap_ou' => 'LDAP Search OU', + 'ldap_ou' => 'لداب البحث أو', ); diff --git a/resources/lang/ar/admin/manufacturers/table.php b/resources/lang/ar/admin/manufacturers/table.php index 81118d2f2b..da5cc05a5f 100644 --- a/resources/lang/ar/admin/manufacturers/table.php +++ b/resources/lang/ar/admin/manufacturers/table.php @@ -2,15 +2,15 @@ return array( 'about_manufacturers_title' => 'حول الشركات المصنعة', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'about_manufacturers_text' => 'الشركات المصنعة هي الشركات التي تخلق الأصول الخاصة بك. يمكنك تخزين معلومات الاتصال بالدعم المهمة عنها هنا، والتي سيتم عرضها على صفحات تفاصيل مادة العرض.', 'asset_manufacturers' => 'مصنعين الأصول', 'create' => 'إنشاء شركة مصنعة', 'id' => 'رقم التعريف', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', - 'update' => 'Update Manufacturer', + 'name' => 'اسم', + 'support_email' => 'دعم البريد الإلكتروني', + 'support_phone' => 'دعم الهاتف', + 'support_url' => 'عنوان ورل للدعم', + 'update' => 'تحديث الشركة المصنعة', 'url' => 'URL', ); diff --git a/resources/lang/ar/admin/models/general.php b/resources/lang/ar/admin/models/general.php index 5e5c4b0b36..84f658c88b 100644 --- a/resources/lang/ar/admin/models/general.php +++ b/resources/lang/ar/admin/models/general.php @@ -2,14 +2,14 @@ return array( 'about_models_title' => 'حول موديلات الأصول', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted. Click here to restore it.', + 'about_models_text' => 'نماذج الأصول هي طريقة لتجميع الأصول المتطابقة. "مب 2013"، "إفون 6s"، الخ.', + 'deleted' => 'تم حذف هذا النموذج. انقر هنا لاستعادته .', 'restore' => 'إستعادة الموديل', - 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', + 'requestable' => 'يمكن للمستخدمين طلب هذا النموذج', + 'show_mac_address' => 'عرض حقل عنوان ماك في مواد العرض في هذا النموذج', 'view_deleted' => 'مشاهدة محذوفة', 'view_models' => 'عرض الموديلات', - 'fieldset' => 'Fieldset', + 'fieldset' => 'مجموعة حقول', 'no_custom_field' => 'لا يوجد حقول مخصصة', ); diff --git a/resources/lang/ar/admin/models/message.php b/resources/lang/ar/admin/models/message.php index d2dda612c3..b532794758 100644 --- a/resources/lang/ar/admin/models/message.php +++ b/resources/lang/ar/admin/models/message.php @@ -3,34 +3,34 @@ return array( 'does_not_exist' => 'الموديل غير موجود.', - 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', + 'assoc_users' => 'هذا النموذج مقترن حاليا بواحد أو أكثر من الأصول ولا يمكن حذفه. يرجى حذف الأصول، ثم محاولة الحذف مرة أخرى.', 'create' => array( 'error' => 'لم يتم إنشاء الموديل، حاول مجددا.', 'success' => 'تم إنشاء الموديل بنجاح.', - 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + 'duplicate_set' => 'يوجد بالفعل نموذج أصول بهذا الاسم، الشركة المصنعة ورقم الطراز.', ), 'update' => array( - 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.' + 'error' => 'لم يتم تحديث النموذج، يرجى إعادة المحاولة', + 'success' => 'تم تحديث النموذج بنجاح.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset model?', - 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.' + 'confirm' => 'هل تريد بالتأكيد حذف نموذج مادة العرض هذا؟', + 'error' => 'حدثت مشكلة أثناء حذف النموذج. حاول مرة اخرى.', + 'success' => 'تم حذف النموذج بنجاح.' ), 'restore' => array( - 'error' => 'Model was not restored, please try again', + 'error' => 'لم تتم استعادة النموذج، يرجى إعادة المحاولة', 'success' => 'تم إستعادة المودير بنجاح.' ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'لم يتم تغيير أي حقول، لذلك لم يتم تحديث أي شيء.', + 'success' => 'تم تحديث النماذج.' ), ); diff --git a/resources/lang/ar/admin/models/table.php b/resources/lang/ar/admin/models/table.php index 43335534e8..802a660082 100644 --- a/resources/lang/ar/admin/models/table.php +++ b/resources/lang/ar/admin/models/table.php @@ -9,9 +9,9 @@ return array( 'name' => 'إسم موديل الأصل', 'numassets' => 'الأصول', 'title' => 'موديل الأصول', - 'update' => 'Update Asset Model', - 'view' => 'View Asset Model', - 'update' => 'Update Asset Model', + 'update' => 'تحديث نموذج الأصول', + 'view' => 'مشاهدة ملف أسيت موديل', + 'update' => 'تحديث نموذج الأصول', 'clone' => 'استنساخ الموديل', 'edit' => 'تحرير الموديل', ); diff --git a/resources/lang/ar/admin/settings/general.php b/resources/lang/ar/admin/settings/general.php index 93f5c51258..ca9c893f41 100644 --- a/resources/lang/ar/admin/settings/general.php +++ b/resources/lang/ar/admin/settings/general.php @@ -3,146 +3,148 @@ return array( 'ad' => 'الدليل النشط', 'ad_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_help' => 'هذا هو أحيانا نفس نطاق البريد الإلكتروني الخاص بك، ولكن ليس دائما.', + 'is_ad' => 'هذا هو ملقم أكتيف ديركتوري', 'alert_email' => 'إرسال تنبيهات إلى', 'alerts_enabled' => 'التنبيهان ممكنه', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', - 'asset_ids' => 'Asset IDs', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', + 'alert_interval' => 'انتهاء فترة التنبيهات (بالأيام)', + 'alert_inv_threshold' => 'عتبة تنبيه المخزون', + 'asset_ids' => 'معرفات مواد العرض', + 'audit_interval' => 'الفاصل الزمني للتدقيق', + 'audit_interval_help' => 'إذا كان مطلوبا منك مراجعة أصولك بشكل دوري، فعليك بإدخال الفاصل الزمني في غضون أشهر.', + 'audit_warning_days' => 'عتبة تحذير التدقيق', + 'audit_warning_days_help' => 'كم يوما مقدما يجب أن نحذركم عندما تكون الأصول مستحقة للتدقيق؟', + 'auto_increment_assets' => 'إنشاء معرفات مواد العرض التي تعمل على زيادة تلقائية', 'auto_increment_prefix' => 'البادئة (اختياري)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'تمكين معرفات مواد العرض التي تعمل على زيادة تلقائية أولا لتعيين هذا', 'backups' => 'النسخ الإحتياطية', - 'barcode_settings' => 'Barcode Settings', - 'confirm_purge' => 'Confirm Purge', - 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', + 'barcode_settings' => 'إعدادات الباركود', + 'confirm_purge' => 'تأكيد التطهير', + 'confirm_purge_help' => 'أدخل النص "ديليت" في المربع أدناه لتطهير السجلات المحذوفة. لا يمكن التراجع عن هذا الإجراء.', 'custom_css' => 'CSS مخصص', - 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', - 'default_currency' => 'Default Currency', - 'default_eula_text' => 'Default EULA', - 'default_language' => 'Default Language', - 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', - 'display_asset_name' => 'Display Asset Name', - 'display_checkout_date' => 'Display Checkout Date', - 'display_eol' => 'Display EOL in table view', - 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', - 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', - 'eula_settings' => 'EULA Settings', - 'eula_markdown' => 'This EULA allows Github flavored markdown.', - 'general_settings' => 'General Settings', - 'generate_backup' => 'Generate Backup', - 'header_color' => 'Header Color', - 'info' => 'These settings let you customize certain aspects of your installation.', - 'laravel' => 'Laravel Version', - '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_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', - '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.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', - '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', - 'optional' => 'optional', - 'per_page' => 'Results Per Page', - 'php' => 'PHP Version', - 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', - 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', - 'qr_help' => 'Enable QR Codes first to set this', - 'qr_text' => 'QR Code Text', - 'setting' => 'Setting', - 'settings' => 'Settings', - 'site_name' => 'Site Name', - 'slack_botname' => 'Slack Botname', - 'slack_channel' => 'Slack Channel', - 'slack_endpoint' => 'Slack Endpoint', - 'slack_integration' => 'Slack Settings', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', - 'snipe_version' => 'Snipe-IT version', - 'system' => 'System Information', - 'update' => 'Update Settings', - 'value' => 'Value', - '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)', - 'next_auto_tag_base' => 'Next auto-increment', - 'page_padding' => 'Page margins (inches)', - 'purge' => 'Purge Deleted Records', - 'labels_display_bgutter' => 'Label bottom gutter', - 'labels_display_sgutter' => 'Label side gutter', - 'labels_fontsize' => 'Label font size', - 'labels_pagewidth' => 'Label sheet width', - 'labels_pageheight' => 'Label sheet height', - 'label_gutters' => 'Label spacing (inches)', - 'page_dimensions' => 'Page dimensions (inches)', - 'label_fields' => 'Label visible fields', - 'inches' => 'inches', - 'width_w' => 'w', - 'height_h' => 'h', - 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', - 'top' => 'top', - 'bottom' => 'bottom', - 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'custom_css_help' => 'أدخل أي كس مخصص يلغي رغبتك في استخدامه. لا تضمن علامات <style></style>.', + 'default_currency' => 'العملة الافتراضية', + 'default_eula_text' => 'اتفاقية ترخيص المستخدم النهائي', + 'default_language' => 'اللغة الافتراضية', + 'default_eula_help_text' => 'يمكنك أيضا إقران يولا المخصصة لفئات محددة من مواد العرض.', + 'display_asset_name' => 'عرض اسم مادة العرض', + 'display_checkout_date' => 'عرض تاريخ الخروج', + 'display_eol' => 'عرض يول في عرض الجدول', + 'display_qr' => 'عرض رموز مربع', + 'display_alt_barcode' => 'عرض 1D الباركود', + 'barcode_type' => '2D نوع الباركود', + 'alt_barcode_type' => '1D نوع الباركود', + 'eula_settings' => 'إعدادات يولا', + 'eula_markdown' => 'تسمح اتفاقية ترخيص المستخدم هذه بوضع علامة على النكهة markdown.', + 'general_settings' => 'الاعدادات العامة', + 'generate_backup' => 'إنشاء النسخ الاحتياطي', + 'header_color' => 'رأس اللون', + 'info' => 'تتيح لك هذه الإعدادات تخصيص بعض جوانب التثبيت.', + 'laravel' => 'نسخة لارافيل', + 'ldap_enabled' => 'تم تمكين لداب', + 'ldap_integration' => 'دمج لداب', + 'ldap_settings' => 'إعدادات لداب', + 'ldap_server' => 'خادم لداب', + 'ldap_server_help' => 'يجب أن يبدأ هذا مع لداب: // (لغير مشفرة أو تلس) أو لدابس: // (ل سل)', + 'ldap_server_cert' => 'التحقق من صحة شهادة سل لداب', + 'ldap_server_cert_ignore' => 'السماح بشهادة سل غير صالحة', + 'ldap_server_cert_help' => 'حدد مربع الاختيار هذا إذا كنت تستخدم شهادة سل موقعة ذاتيا وترغب في قبول شهادة سل غير صالحة.', + 'ldap_tls' => 'استخدام تلس', + 'ldap_tls_help' => 'يجب التحقق من ذلك فقط في حالة تشغيل ستارتلز على خادم لداب.', + 'ldap_uname' => 'لداب ربط اسم المستخدم', + 'ldap_pword' => 'لداب ربط كلمة المرور', + 'ldap_basedn' => 'قاعدة ربط دن', + 'ldap_filter' => 'فلتر لداب', + 'ldap_pw_sync' => 'مزامنة كلمة مرور لداب', + 'ldap_pw_sync_help' => 'ألغ تحديد هذا المربع إذا كنت لا ترغب في الاحتفاظ بكلمات مرور لداب التي تمت مزامنتها مع كلمات المرور المحلية. ويعني تعطيل هذا أن المستخدمين قد لا يتمكنون من تسجيل الدخول إذا تعذر الوصول إلى خادم لداب لسبب ما.', + 'ldap_username_field' => 'حقل اسم المستخدم', + 'ldap_lname_field' => 'الكنية', + 'ldap_fname_field' => 'لداب الاسم الأول', + 'ldap_auth_filter_query' => 'استعلام مصادقة لداب', + 'ldap_version' => 'إصدار لداب', + 'ldap_active_flag' => 'لداب العلم النشط', + 'ldap_emp_num' => 'رقم موظف لداب', + 'ldap_email' => 'بريد لداب', + 'load_remote_text' => 'المخطوطات عن بعد', + 'load_remote_help_text' => 'هذا قنص إيت تثبيت يمكن تحميل البرامج النصية من العالم الخارجي.', + 'login_note' => 'تسجيل الدخول ملاحظة', + 'login_note_help' => 'يمكنك تضمين بعض الجمل على شاشة تسجيل الدخول، على سبيل المثال لمساعدة الأشخاص الذين وجدوا جهازا مفقودا أو مسروقا. يقبل هذا الحقل Gookub بنكوريد markdown', + 'logo' => 'شعار', + 'full_multiple_companies_support_help_text' => 'تقييد المستخدمين (بما في ذلك المشرفون) المعينون للشركات إلى أصول شركاتهم.', + 'full_multiple_companies_support_text' => 'كامل دعم الشركات المتعددة', + 'optional' => 'اختياري', + 'per_page' => 'النتائج لكل صفحة', + 'php' => 'نسخة فب', + 'php_gd_info' => 'يجب تثبيت فب-غ لعرض رموز قر، راجع تعليمات التثبيت.', + 'php_gd_warning' => 'لم يتم تثبيت فب معالجة الصور و غ المساعد.', + 'pwd_secure_complexity' => 'تعقيد كلمة المرور', + 'pwd_secure_complexity_help' => 'حدد أي قواعد تعقيد كلمة المرور التي ترغب في فرضها.', + 'pwd_secure_min' => 'كلمة المرور الحد الأدنى من الأحرف', + 'pwd_secure_min_help' => 'الحد الأدنى المسموح به هو 5', + 'pwd_secure_uncommon' => 'منع كلمات المرور الشائعة', + 'pwd_secure_uncommon_help' => 'سيؤدي ذلك إلى منع المستخدمين من استخدام كلمات المرور الشائعة من أعلى 10000 كلمة مرور يتم الإبلاغ عنها في حالات خرق.', + 'qr_help' => 'تمكين رموز قر أولا لتعيين هذا', + 'qr_text' => 'نص رمز الاستجابة السريعة', + 'setting' => 'ضبط', + 'settings' => 'إعدادات', + 'site_name' => 'اسم الموقع', + 'slack_botname' => 'سلاك بوتنام', + 'slack_channel' => 'قناة سلاك', + 'slack_endpoint' => 'نقطة نهاية سلاك', + 'slack_integration' => 'إعدادات سلاك', + 'slack_integration_help' => 'التكامل سلاك هو اختياري، ولكن مطلوبة نقطة النهاية والقناة إذا كنت ترغب في استخدامه. لتهيئة تكامل سلاك، يجب أولا إنشاء إنشاء webhook واردة على حساب سلاك.', + 'snipe_version' => 'قنص-إيت الإصدار', + 'system' => 'معلومات النظام', + 'update' => 'إعدادات التحديث', + 'value' => 'القيمة', + 'brand' => 'العلامات التجارية', + 'about_settings_title' => 'حول الإعدادات', + 'about_settings_text' => 'تتيح لك هذه الإعدادات تخصيص بعض جوانب التثبيت.', + 'labels_per_page' => 'التصنيفات لكل صفحة', + 'label_dimensions' => 'أبعاد التسمية (بوصة)', + 'next_auto_tag_base' => 'الترقية التلقائية التالية', + 'page_padding' => 'هوامش الصفحة (بوصة)', + 'purge' => 'تطهير السجلات المحذوفة', + 'labels_display_bgutter' => 'تسمية مزراب السفلي', + 'labels_display_sgutter' => 'تسمية مزراب الجانب', + 'labels_fontsize' => 'تسمية حجم الخط', + 'labels_pagewidth' => 'عرض ورقة التسمية', + 'labels_pageheight' => 'ارتفاع ورقة التسمية', + 'label_gutters' => 'تباعد التسمية (بوصة)', + 'page_dimensions' => 'أبعاد الصفحة (بوصة)', + 'label_fields' => 'تسمية الحقول المرئية', + 'inches' => 'بوصة', + 'width_w' => 'ث', + 'height_h' => 'ح', + 'show_url_in_emails' => 'رابط إلى قنص تكنولوجيا المعلومات في رسائل البريد الإلكتروني', + 'show_url_in_emails_help_text' => 'قم بإلغاء تحديد هذا المربع إذا كنت لا ترغب في ربط مرة أخرى إلى التثبيت قنص تكنولوجيا المعلومات في تذييلات البريد الإلكتروني الخاص بك. مفيدة إذا كان معظم المستخدمين لم تسجل الدخول.', + 'text_pt' => 'حزب العمال', + 'thumbnail_max_h' => 'ماكس ارتفاع الصورة المصغرة', + 'thumbnail_max_h_help' => 'الحد الأقصى للارتفاع بالبكسل الذي قد تعرضه الصور المصغرة في طريقة عرض بطاقة البيانات. الحد الأدنى 25، 500 كحد أقصى.', + 'two_factor' => 'توثيق ذو عاملين', + 'two_factor_secret' => 'رمز عاملين', + 'two_factor_enrollment' => 'اثنان عامل التسجيل', + 'two_factor_enabled_text' => 'تمكين عاملين', + 'two_factor_reset' => 'إعادة تعيين سر عاملين', + 'two_factor_reset_help' => 'سيؤدي هذا إلى إجبار المستخدم على تسجيل أجهزته باستخدام أداة مصادقة غوغل مرة أخرى. ويمكن أن يكون ذلك مفيدا إذا فقدت أو سرقت الجهاز المسجل حاليا.', + 'two_factor_reset_success' => 'جهاز عاملين إعادة تعيين بنجاح', + 'two_factor_reset_error' => 'أخفق إعادة تعيين عامل عامل اثنين', + 'two_factor_enabled_warning' => 'سيؤدي تمكين عاملين إذا لم يتم تمكينه حاليا إلى إجبارك فورا على المصادقة باستخدام جهاز مسجل في غوغل أوث. سيكون لديك القدرة على تسجيل جهازك إذا كان أحد غير مسجل حاليا.', + 'two_factor_enabled_help' => 'سيؤدي هذا إلى تشغيل المصادقة الثنائية باستخدام غوغل أوثنتيكاتور.', + 'two_factor_optional' => 'انتقائي (يمكن للمستخدمين تمكين أو تعطيل إذا كان مسموحا به)', + 'two_factor_required' => 'مطلوب لجميع المستخدمين', + 'two_factor_disabled' => 'معاق', + 'two_factor_enter_code' => 'أدخل رمز عاملين', + 'two_factor_config_complete' => 'إرسال الرمز', + 'two_factor_enabled_edit_not_allowed' => 'لا يسمح لك المشرف بتعديل هذا الإعداد.', + 'two_factor_enrollment_text' => "مطلوب عاملين التوثيق، ولكن لم يتم تسجيل جهازك بعد. افتح تطبيق غوغل أوثنتيكاتور وافحص رمز الاستجابة السريعة أدناه لتسجيل جهازك. بعد تسجيل جهازك، أدخل الرمز أدناه", + 'require_accept_signature' => 'يتطلب التوقيع', + 'require_accept_signature_help_text' => 'سيتطلب تمكين هذه الميزة من المستخدمين تسجيل الدخول فعليا عند قبول مادة العرض.', + 'left' => 'اليسار', + 'right' => 'حق', + 'top' => 'أعلى', + 'bottom' => 'الأسفل', + 'vertical' => 'عمودي', + 'horizontal' => 'أفقي', + 'zerofill_count' => 'طول علامات الأصول، بما في ذلك زيروفيل', ); diff --git a/resources/lang/ar/admin/settings/message.php b/resources/lang/ar/admin/settings/message.php index af1b9fb74d..2d687d3c8a 100644 --- a/resources/lang/ar/admin/settings/message.php +++ b/resources/lang/ar/admin/settings/message.php @@ -8,15 +8,15 @@ return array( 'success' => 'تم تحديث الإعدادات بنجاح.' ), 'backup' => array( - 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', - 'file_deleted' => 'The backup file was successfully deleted. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'delete_confirm' => 'هل تريد بالتأكيد حذف ملف النسخة الاحتياطية هذا؟ لا يمكن التراجع عن هذا الإجراء.', + 'file_deleted' => 'تم حذف ملف النسخ الاحتياطي بنجاح.', + 'generated' => 'تم إنشاء ملف نسخ احتياطي جديد بنجاح.', + 'file_not_found' => 'تعذر العثور على ملف النسخ الاحتياطي هذا على الملقم.', ), 'purge' => array( - 'error' => 'An error has occurred while purging. ', - 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', - 'success' => 'Deleted records successfully purged.' + 'error' => 'حدث خطأ أثناء التطهير.', + 'validation_failed' => 'تأكيد التطهير غير صحيح. الرجاء كتابة الكلمة "ديليت" في مربع التأكيد.', + 'success' => 'تمت إزالة السجلات المحذوفة بنجاح.' ), ); diff --git a/resources/lang/ar/admin/statuslabels/message.php b/resources/lang/ar/admin/statuslabels/message.php index 5655de95e6..f91b25e919 100644 --- a/resources/lang/ar/admin/statuslabels/message.php +++ b/resources/lang/ar/admin/statuslabels/message.php @@ -3,23 +3,30 @@ return array( '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. ', + 'assoc_assets' => 'يرتبط تصنيف الحالة هذا حاليا بأصل واحد على الأقل ولا يمكن حذفه. يرجى تحديث مواد العرض لم تعد تشير إلى هذه الحالة وحاول مرة أخرى.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', + 'error' => 'لم يتم إنشاء تصنيف الحالة، يرجى إعادة المحاولة.', 'success' => 'تم إنشاء تسمية الحالة بنجاح.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', + 'error' => 'لم يتم تحديث تصنيف الحالة، يرجى إعادة المحاولة', 'success' => 'تم تحديث تسمية الحالة بنجاح.' ), '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' => 'هل تريد بالتأكيد حذف تصنيف الحالة هذا؟', + 'error' => 'حدثت مشكلة أثناء حذف تصنيف الحالة. حاول مرة اخرى.', + 'success' => 'تم حذف تصنيف الحالة بنجاح.' + ), + + 'help' => array( + 'undeployable' => 'لا يمكن تعيين هذه الأصول لأي شخص.', + 'deployable' => 'ويمكن سحب هذه الأصول. بعد تعيينهم، سيتحملون حالة ميتا من Deployed.', + 'archived' => 'لا يمكن سحب هذه الأصول، ولن تظهر إلا في طريقة العرض المؤرشفة. وهذا مفيد للاحتفاظ بالمعلومات عن الأصول لأغراض الميزنة / التاريخية ولكن الاحتفاظ بها من قائمة الأصول اليومية.', + 'pending' => 'لا يمكن بعد تعيين هذه الأصول لأي شخص، وغالبا ما تستخدم للبنود التي هي خارج للإصلاح، ولكن من المتوقع أن يعود إلى التداول.', + ), ); diff --git a/resources/lang/ar/admin/statuslabels/table.php b/resources/lang/ar/admin/statuslabels/table.php index c437004b37..9f94cc7555 100644 --- a/resources/lang/ar/admin/statuslabels/table.php +++ b/resources/lang/ar/admin/statuslabels/table.php @@ -3,15 +3,15 @@ return array( 'about' => 'حول تسميات الحالات', 'archived' => 'مؤرشف', - 'create' => 'Create Status Label', - 'color' => 'Chart Color', + 'create' => 'إنشاء تصنيف الحالة', + 'color' => 'لون الرسم البياني', '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.', + 'info' => 'يتم استخدام تصنيفات الحالة لوصف الحالات المختلفة التي يمكن أن تكون فيها مواد العرض التابعة لك. قد تكون جاهزة للإصلاح أو المفقودة أو المسروقة، وما إلى ذلك. يمكنك إنشاء تصنيفات حالة جديدة لمواد العرض القابلة للنشر والمعلقة والمرتجعة.', 'name' => 'اسم الحالة', 'pending' => 'معلق', 'status_type' => 'نوع الحالة', 'show_in_nav' => 'أظهِر في الشريط الجانبي', 'title' => 'تسميات الحالة', 'undeployable' => 'غير قابل للنشر', - 'update' => 'Update Status Label', + 'update' => 'تحديث تصنيف الحالة', ); diff --git a/resources/lang/ar/admin/suppliers/message.php b/resources/lang/ar/admin/suppliers/message.php index 55f53afbc2..6e889764ea 100644 --- a/resources/lang/ar/admin/suppliers/message.php +++ b/resources/lang/ar/admin/suppliers/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'المورد غير مجود.', - 'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ', + 'assoc_users' => 'هذا المورد مرتبط حاليا بنموذج واحد على الأقل ولا يمكن حذفه. يرجى تحديث النماذج لم تعد تشير إلى هذا المورد ثم أعد المحاولة.', 'create' => array( 'error' => 'لم يتم إنشاء المورد، الرجاء المحاولة مرة أخرى.', @@ -11,13 +11,13 @@ return array( ), 'update' => array( - 'error' => 'Supplier was not updated, please try again', - 'success' => 'Supplier updated successfully.' + 'error' => 'لم يتم تحديث المورد، يرجى إعادة المحاولة', + 'success' => 'تم تحديث المورد بنجاح.' ), 'delete' => array( 'confirm' => 'هل أنت متأكد من رغبتك في حذف هذا المورد؟', - 'error' => 'There was an issue deleting the supplier. Please try again.', + 'error' => 'حدثت مشكلة أثناء حذف المورد. حاول مرة اخرى.', 'success' => 'تم حذف المورد بنجاح.' ) diff --git a/resources/lang/ar/admin/suppliers/table.php b/resources/lang/ar/admin/suppliers/table.php index ed2e02266b..8b8a5b89e4 100644 --- a/resources/lang/ar/admin/suppliers/table.php +++ b/resources/lang/ar/admin/suppliers/table.php @@ -2,7 +2,7 @@ return array( 'about_suppliers_title' => 'حول الموردين', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'about_suppliers_text' => 'يتم استخدام الموردين لتتبع مصدر العناصر', 'address' => 'عنوان المورد', 'assets' => 'الأصول', 'city' => 'المدينة', @@ -14,14 +14,14 @@ return array( 'id' => 'رقم التعريف', 'licenses' => 'الرخص', 'name' => 'إسم المورد', - 'notes' => 'Notes', - 'phone' => 'Phone', + 'notes' => 'ملاحظات', + 'phone' => 'هاتف', 'state' => 'الحالة', 'suppliers' => 'الموردون', 'update' => 'تحديث المورد', 'url' => 'الرابط', 'view' => 'مشاهدة المورد', 'view_assets_for' => 'عرض الأصول لـ', - 'zip' => 'Postal Code', + 'zip' => 'الرمز البريدي', ); diff --git a/resources/lang/ar/admin/users/general.php b/resources/lang/ar/admin/users/general.php index ee405ce3b4..96feb0a5d2 100644 --- a/resources/lang/ar/admin/users/general.php +++ b/resources/lang/ar/admin/users/general.php @@ -4,22 +4,22 @@ return array( 'assets_user' => 'الجهاز مسجل بعهدة :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', - 'current_assets' => 'Assets currently checked out to this user', + 'bulk_update_warn' => 'أنت على وشك تعديل خصائص: user_count. يرجى ملاحظة أنه لا يمكنك تغيير سمات المستخدم الخاصة بك باستخدام هذا النموذج، ويجب إجراء تعديلات على المستخدم الخاص بك بشكل فردي.', + 'bulk_update_help' => 'يتيح لك هذا النموذج تحديث عدة مستخدمين في وقت واحد. قم بملء الحقول التي تحتاج إلى تغييرها. ستظل أية حقول فارغة فارغة دون تغيير.', + 'current_assets' => 'يتم حاليا سحب الأصول إلى هذا المستخدم', 'clone' => 'نسخ المستخدم', 'contact_user' => 'اتصل بـ :name', 'edit' => 'تعديل المستخدم', 'filetype_info' => 'انواع صيغ الملفات المسوح بها هي png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', 'history_user' => 'الأرشيف الخاص بـ :name', - 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'info' => 'معلومات', + 'restore_user' => 'انقر هنا لاستعادتها.', 'last_login' => 'آخر دخول للمستخدم', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', + 'ldap_config_text' => 'يمكن العثور على إعدادات تهيئة لداب المشرف> الإعدادات. سيتم تعيين الموقع (اختياري) المحدد لجميع المستخدمين الذين تم استيرادهم.', 'software_user' => 'البرامج المسجلة لـ :name', 'view_user' => 'عرض المستخدم :name', 'usercsv' => 'ملف CSV', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'two_factor_admin_optin_help' => 'تسمح إعدادات المشرف الحالية بإنفاذ انتقائي للمصادقة الثنائية.', + 'two_factor_enrolled' => '2FA الجهاز المسجلين', + 'two_factor_active' => '2FA نشط', ); diff --git a/resources/lang/ar/admin/users/message.php b/resources/lang/ar/admin/users/message.php index 48a0e3ad18..24f31c368d 100644 --- a/resources/lang/ar/admin/users/message.php +++ b/resources/lang/ar/admin/users/message.php @@ -4,20 +4,20 @@ return array( 'accepted' => 'لقد قبلت هذا الأصل بنجاح.', 'declined' => 'لقد رفضت هذا الأصل بنجاح.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'bulk_manager_warn' => 'تم تحديث المستخدمين بنجاح، ولكن لم يتم حفظ إدخال مديرك لأن المدير الذي حددته كان أيضا في قائمة المستخدمين التي سيتم تعديلها، وقد لا يكون المستخدمون مديرهم الخاص. يرجى تحديد المستخدمين مرة أخرى، باستثناء المدير.', 'user_exists' => 'المستخدم موجود مسبقاً!', 'user_not_found' => 'المستخدم [id:] غير موجود.', 'user_login_required' => 'حقل "الدخول" مطلوب', 'user_password_required' => 'كلمة السر مطلوبة.', 'insufficient_permissions' => 'صلاحيات غير كافية.', 'user_deleted_warning' => 'تم حذف المستخدم. سيكون عليك استعادة هذا المستخدم للتعديل عليه او تسليمه اجهزة جديدة.', - 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'ldap_not_configured' => 'لم يتم تكوين دمج لداب لهذا التثبيت.', 'success' => array( 'create' => 'تم إنشاء المستخدم بنجاح.', 'update' => 'تم تعديل المستخدم بنجاح.', - 'update_bulk' => 'Users were successfully updated!', + 'update_bulk' => 'تم تحديث المستخدمين بنجاح!', 'delete' => 'تم حذف المستخدم بنجاح.', 'ban' => 'تم حظر المستخدم بنجاح.', 'unban' => 'تم إلغاء الحظر عن المستخدم بنجاح.', @@ -31,29 +31,29 @@ return array( 'create' => 'حدث خطأ ما أثناء إنشاء هذا المستخدم. حاول مرة أخرى.', 'update' => 'حدث خطأ أثناء تحديث هذا المستخدم. حاول مرة أخرى.', 'delete' => 'حدث خطأ ما أثناء حذف هذا المستخدم. حاول مرة أخرى.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'يحتوي هذا المستخدم على عناصر تم تعيينها ولا يمكن حذفها.', 'unsuspend' => 'حدث خطأ ما أثناء إلغاء التعليق عن المستخدم. حاول مرة أخرى.', 'import' => 'حدث خطأ أثناء استيراد المستخدمين. حاول مرة أخرى.', 'asset_already_accepted' => 'هذا الجهاز تم قبوله مسبقاً.', - 'accept_or_decline' => 'You must either accept or decline this asset.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'accept_or_decline' => 'يجب إما قبول مادة العرض هذه أو رفضها.', + 'incorrect_user_accepted' => 'لم يتم سحب مادة العرض التي حاولت قبولها.', + 'ldap_could_not_connect' => 'تعذر الاتصال بخادم لداب. يرجى التحقق من تهيئة خادم لداب في ملف تهيئة لداب.
خطأ من خادم لداب:', + 'ldap_could_not_bind' => 'تعذر ربط خادم لداب. يرجى التحقق من تهيئة خادم لداب في ملف تهيئة لداب.
خطأ من خادم لداب:', + 'ldap_could_not_search' => 'تعذر البحث في خادم لداب. يرجى التحقق من تهيئة خادم لداب في ملف تهيئة لداب.
خطأ من خادم لداب:', + 'ldap_could_not_get_entries' => 'تعذر الحصول على إدخالات من خادم لداب. يرجى التحقق من تهيئة خادم لداب في ملف تهيئة لداب.
خطأ من خادم لداب:', + 'password_ldap' => 'تتم إدارة كلمة المرور لهذا الحساب بواسطة لداب / أكتيف ديركتوري. يرجى الاتصال بقسم تقنية المعلومات لتغيير كلمة المرور.', ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'لم يتم حذف الملف. حاول مرة اخرى.', + 'success' => 'تم حذف الملف بنجاح.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'لم يتم تحميل الملف. حاول مرة اخرى.', + 'success' => 'تم تحميل الملف بنجاح.', + 'nofiles' => 'لم تحدد أية ملفات للتحميل', + 'invalidfiles' => 'واحد أو أكثر من الملفات كبير جدا أو هو نوع ملف غير مسموح به. أنواع الملفات المسموح بها هي ينغ و جيف و جبغ و دوك و دوك و بدف و تكست.', ), ); diff --git a/resources/lang/ar/admin/users/table.php b/resources/lang/ar/admin/users/table.php index 93fda0155a..f4cec5779c 100644 --- a/resources/lang/ar/admin/users/table.php +++ b/resources/lang/ar/admin/users/table.php @@ -10,28 +10,28 @@ return array( 'email' => 'البريد الالكتروني', 'employee_num' => 'رقم الموظف', 'first_name' => 'الإسم الأول', - 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', + 'groupnotes' => 'حدد مجموعة لتعيينها للمستخدم، تذكر أن المستخدم يأخذ أذونات المجموعة التي يتم تعيينها.', 'id' => 'رقم المعرف', - 'inherit' => 'Inherit', + 'inherit' => 'يرث', 'job' => 'العنوان الوظيفي', 'last_login' => 'اخر تسجيل دخول', 'last_name' => 'الإسم الأخير', 'location' => 'الموقع', 'lock_passwords' => 'لا يمكن تغيير تفاصيل الدخول بالنسبة لهذا التنصيب.', 'manager' => 'المدير', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'المواقع المدارة', 'name' => 'الاسم', 'notes' => 'مُلاحظات', 'password_confirm' => 'تأكيد كلمة المرور', 'password' => 'كلمة المرور', 'phone' => 'رقم الهاتف', - 'show_current' => 'Show Current Users', - 'show_deleted' => 'Show Deleted Users', + 'show_current' => 'عرض المستخدمين الحاليين', + 'show_deleted' => 'عرض المستخدمين المحذوفين', 'title' => 'المسمى الوظيفي', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => 'لاستعادتها.', 'updateuser' => 'تحديث المستخدم', 'username' => 'اسم المستخدم', - 'user_deleted_text' => 'This user has been marked as deleted.', + 'user_deleted_text' => 'تم وضع علامة على هذا المستخدم على أنه محذوف.', 'username_note' => '(يستخدم فقط للربط مع الـ Active Directory وليس لغرض تسجيل الدخول.)', 'cloneuser' => 'نسخ المستخدم', 'viewusers' => 'عرض المستخدمين', diff --git a/resources/lang/ar/auth/general.php b/resources/lang/ar/auth/general.php index 60bfd53bee..a3eea91f43 100644 --- a/resources/lang/ar/auth/general.php +++ b/resources/lang/ar/auth/general.php @@ -2,7 +2,7 @@ return [ 'send_password_link' => 'إرسال رسالة إعادة تعيين كلمة المرور', - 'email_reset_password' => 'Email Password Reset', + 'email_reset_password' => 'البريد الإلكتروني إعادة تعيين كلمة المرور', 'reset_password' => 'إعادة تعيين كلمة المرور', 'login' => 'الدخول', 'login_prompt' => 'الرجاء تسجيل الدخول', diff --git a/resources/lang/ar/auth/message.php b/resources/lang/ar/auth/message.php index 1f06812fba..33af4eb393 100644 --- a/resources/lang/ar/auth/message.php +++ b/resources/lang/ar/auth/message.php @@ -5,33 +5,33 @@ return array( 'account_already_exists' => 'حساب بهذا البريد الإلكتروني موجود مسبقا.', 'account_not_found' => 'اسم المستخدم أو كلمة المرور غير صحيحة.', 'account_not_activated' => 'لم يتم تنشيط حساب هذا المستخدم.', - 'account_suspended' => 'This user account is suspended.', - 'account_banned' => 'This user account is banned.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'account_suspended' => 'تم تعليق حساب المستخدم هذا.', + 'account_banned' => 'تم حظر حساب المستخدم هذا.', + 'throttle' => 'هناك عدد كبير جدا من محاولات تسجيل الدخول الفاشلة. يرجى المحاولة مرة أخرى في جميع أنحاء: دقيقة دقيقة (ق).', 'signin' => array( - 'error' => 'There was a problem while trying to log you in, please try again.', + 'error' => 'حدثت مشكلة أثناء محاولة تسجيل دخولك، الرجاء إعادة المحاولة.', 'success' => 'قمت بتسجيل الدخول بنجاح.', ), 'signup' => array( - 'error' => 'There was a problem while trying to create your account, please try again.', - 'success' => 'Account sucessfully created.', + 'error' => 'حدثت مشكلة أثناء محاولة إنشاء حسابك، يرجى إعادة المحاولة.', + 'success' => 'تم إنشاء الحساب بنجاح.', ), 'forgot-password' => array( - 'error' => 'There was a problem while trying to get a reset password code, please try again.', - 'success' => 'Password recovery email successfully sent.', + 'error' => 'حدثت مشكلة أثناء محاولة الحصول على رمز إعادة تعيين كلمة المرور، الرجاء إعادة المحاولة.', + 'success' => 'تم إرسال البريد الإلكتروني لاستعادة كلمة المرور بنجاح.', ), 'forgot-password-confirm' => array( - 'error' => 'There was a problem while trying to reset your password, please try again.', - 'success' => 'Your password has been successfully reset.', + 'error' => 'حدثت مشكلة أثناء محاولة إعادة تعيين كلمة المرور، الرجاء إعادة المحاولة.', + 'success' => 'تمت إعادة تعيين كلمة المرور بنجاح.', ), 'activate' => array( - 'error' => 'There was a problem while trying to activate your account, please try again.', - 'success' => 'Your account has been successfully activated.', + 'error' => 'حدثت مشكلة أثناء محاولة تنشيط حسابك، يرجى إعادة المحاولة.', + 'success' => 'تم تفعيل حسابك بنجاح.', ), ); diff --git a/resources/lang/ar/button.php b/resources/lang/ar/button.php index 043253a29c..82145fbdac 100644 --- a/resources/lang/ar/button.php +++ b/resources/lang/ar/button.php @@ -4,12 +4,12 @@ return array( 'actions' => 'الإجراءات', 'add' => 'إضافة جديد', 'cancel' => 'إلغاء', - 'checkin_and_delete' => 'Checkin & Delete User', + 'checkin_and_delete' => 'فحص وحذف المستخدم', 'delete' => 'حذف', 'edit' => 'تعديل', 'restore' => 'إستعادة', 'request' => 'طلب', 'submit' => 'إرسال', 'upload' => 'رفع', - 'select_file' => 'Select File...', + 'select_file' => 'حدد ملف ...', ); diff --git a/resources/lang/ar/general.php b/resources/lang/ar/general.php index 29c04945b5..0b7742847b 100644 --- a/resources/lang/ar/general.php +++ b/resources/lang/ar/general.php @@ -9,196 +9,197 @@ 'activity_report' => 'تقرير الأنشطة', 'address' => 'العنوان', 'admin' => 'الإدارة', - 'add_seats' => 'Added seats', + 'add_seats' => 'المقاعد المضافة', 'all_assets' => 'كل الأصول', 'all' => 'الكل', 'archived' => 'مؤرشف', 'asset_models' => 'نماذج الأصول', + 'asset_model' => 'نموذج', 'asset' => 'الأصول', - 'asset_report' => 'Asset Report', + 'asset_report' => 'تقرير الأصول', 'asset_tag' => 'وسم الأصول', 'assets_available' => 'الأصول المتاحة', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'تدقيق', + 'audit_report' => 'سجل التدقيق', 'assets' => 'الأصول', 'avatar_delete' => 'حذف الصورة الرمزية', 'avatar_upload' => 'رفع صورة رمزية', 'back' => 'الرجوع للخلف', - 'bad_data' => 'Nothing found. Maybe bad data?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', - 'bulk_checkout' => 'Bulk Checkout', + 'bad_data' => 'لم يتم العثور على شيء. ربما البيانات السيئة؟', + 'bulkaudit' => 'التدقيق المجمع', + 'bulkaudit_status' => 'حالة التدقيق', + 'bulk_checkout' => 'الدفع المجمع', 'cancel' => 'إلغاء', 'categories' => 'التصنيفات', 'category' => 'تصنيف', - 'change' => 'In/Out', + 'change' => 'في خارج', 'changeemail' => 'تغيير عنوان البريد الإلكتروني', 'changepassword' => 'تغيير كلمة المرور', 'checkin' => 'تسجيل', - 'checkin_from' => 'Checkin from', + 'checkin_from' => 'تحقق من', 'checkout' => 'ترجيع', 'city' => 'المدينة', - 'click_here' => 'Click here', - 'companies' => 'Companies', - 'company' => 'Company', - 'component' => 'Component', - 'components' => 'Components', - 'complete' => 'Complete', - 'consumable' => 'Consumable', - 'consumables' => 'Consumables', + 'click_here' => 'انقر هنا', + 'companies' => 'الشركات', + 'company' => 'شركة', + 'component' => 'مكون', + 'components' => 'المكونات', + 'complete' => 'اكتمال', + 'consumable' => 'مستهلكات', + 'consumables' => 'المواد الاستهلاكية', 'country' => 'الدولة', 'create' => 'إضافة', - 'created' => 'Item Created', + 'created' => 'تم إنشاء العنصر', 'created_asset' => 'الأصول المضافة', 'created_at' => 'أنشئت في', - 'updated_at' => 'Updated at', + 'updated_at' => 'تم التحديث في', 'currency' => '$', // this is deprecated 'current' => 'الحالي', - 'custom_report' => 'Custom Asset Report', - 'dashboard' => 'Dashboard', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'custom_report' => 'تقرير مخصص للأصول', + 'dashboard' => 'لوحة القيادة', + 'days' => 'أيام', + 'days_to_next_audit' => 'أيام إلى التدقيق التالي', 'date' => 'التاريخ', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'debug_warning' => 'تحذير!', + 'debug_warning_text' => 'هذا التطبيق يعمل في وضع الإنتاج مع تمكين التصحيح. هذا يمكن أن يعرض البيانات الحساسة إذا كان التطبيق الخاص بك هو في متناول العالم الخارجي. تعطيل وضع التصحيح عن طريق تعيين قيمة APP_DEBUG في ملف .env إلى false.', 'delete' => 'حذف', 'deleted' => 'تم حذفها', - 'delete_seats' => 'Deleted Seats', - 'departments' => 'Departments', - 'department' => 'Department', + 'delete_seats' => 'المقاعد المحذوفة', + 'departments' => 'الإدارات', + 'department' => ' قسم، أقسام', 'deployed' => 'مُوزعة', 'depreciation_report' => 'تقرير الإستهلاك', - 'download' => 'Download', + 'download' => 'تحميل', 'depreciation' => 'الإستهلاك', 'editprofile' => 'تعديل الملف الشخصي', 'eol' => 'الحياة', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', - 'first' => 'First', + 'email_domain' => 'نطاق البريد الإلكتروني', + 'email_format' => 'تنسيق البريد الإلكتروني', + 'email_domain_help' => 'يتم استخدام هذا لتوليد عناوين البريد الإلكتروني عند الاستيراد', + 'filastname_format' => 'الاسم الأخير الأول (jsmith@example.com)', + 'firstname_lastname_format' => 'الاسم الأول الاسم الأخير (jane.smith@example.com)', + 'first' => 'الأول', 'first_name' => 'الإسم الأول', - 'first_name_format' => 'First Name (jane@example.com)', - 'file_name' => 'File', - 'file_uploads' => 'File Uploads', - 'generate' => 'Generate', + 'first_name_format' => 'الاسم الأول (jane@example.com)', + 'file_name' => 'ملف', + 'file_uploads' => 'تحميلات الملفات', + 'generate' => 'توفير', 'groups' => 'المجموعات', 'gravatar_email' => 'البريد الإلكتروني لخدمة Gravatar', - 'history' => 'History', + 'history' => 'التاريخ', 'history_for' => 'السجل لـ', 'id' => 'الرقم', 'image_delete' => 'حذف الصورة', 'image_upload' => 'رفع صورة', - 'import' => 'Import', - 'import-history' => 'Import History', - 'asset_maintenance' => 'Asset Maintenance', - 'asset_maintenance_report' => 'Asset Maintenance Report', - 'asset_maintenances' => 'Asset Maintenances', - 'item' => 'Item', - 'insufficient_permissions' => 'Insufficient permissions!', - 'language' => 'Language', - 'last' => 'Last', - 'last_login' => 'Last Login', + 'import' => 'استيراد', + 'import-history' => 'استيراد السجل', + 'asset_maintenance' => 'صيانة الأصول', + 'asset_maintenance_report' => 'تقرير صيانة الأصول', + 'asset_maintenances' => 'صيانة الأصول', + 'item' => 'بند', + 'insufficient_permissions' => 'أذونات غير كافية!', + 'language' => 'لغة', + 'last' => 'الاخير', + 'last_login' => 'آخر تسجيل دخول', 'last_name' => 'الإسم الأخير', 'license' => 'الرخص', - 'license_report' => 'License Report', + 'license_report' => 'تقرير الترخيص', 'licenses_available' => 'الرخص المتاحة', 'licenses' => 'الرخص', 'list_all' => 'عرض الكل', - 'loading' => 'Loading', - 'lock_passwords' => 'This field cannot be edited in this installation.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'loading' => 'جار التحميل', + 'lock_passwords' => 'لا يمكن تعديل هذا الحقل في هذا التثبيت.', + 'feature_disabled' => 'تم تعطيل هذه الميزة للتثبيت التجريبي.', 'location' => 'الموقع', 'locations' => 'المواقع', 'logout' => 'تسجيل خروج', - 'lookup_by_tag' => 'Lookup by Asset Tag', + 'lookup_by_tag' => 'البحث عن طريق علامة الأصول', 'manufacturer' => 'الشركة المصنعة', 'manufacturers' => 'الشركات المصنعة', - 'markdown' => 'This field allows Github flavored markdown.', - 'min_amt' => 'Min. QTY', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', + 'markdown' => 'يتيح هذا الحقل Gildub بنكيد markdown.', + 'min_amt' => 'دقيقة. الكمية', + 'min_amt_help' => 'الحد الأدنى لعدد العناصر التي يجب توفرها قبل بدء التنبيه.', 'model_no' => 'رقم الموديل', 'months' => 'أشهر', 'moreinfo' => 'المزيد من المعلومات', 'name' => 'الإسم', - 'next' => 'Next', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', - 'new' => 'new!', + 'next' => 'التالى', + 'next_audit_date' => 'تاريخ التدقيق التالي', + 'last_audit' => 'آخر مراجعة', + 'new' => 'الجديد!', 'no_depreciation' => 'لا يوجد إستهلاك', 'no_results' => 'لا يوجد نتائج.', 'no' => 'لا', 'notes' => 'مُلاحظات', - 'order_number' => 'Order Number', - 'page_menu' => 'Showing _MENU_ items', - 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', + 'order_number' => 'رقم الأمر', + 'page_menu' => 'عرض عناصر _MENU_', + 'pagination_info' => 'عرض _START_ إلى _END_ من إجمالي العناصر البالغ عددها TOTAL_', 'pending' => 'في انتظار المراجعة', 'people' => 'الأشخاص', 'per_page' => 'عدد النتائج في كل صفحة', - 'previous' => 'Previous', - 'processing' => 'Processing', + 'previous' => 'سابق', + 'processing' => 'معالجة', 'profile' => 'ملفك الشخصي', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', - 'qty' => 'QTY', - 'quantity' => 'Quantity', + 'purchase_cost' => 'تكلفة الشراء', + 'purchase_date' => 'تاريخ الشراء', + 'qty' => 'الكمية', + 'quantity' => 'كمية', 'ready_to_deploy' => 'جاهزة للتوزيع', - 'recent_activity' => 'Recent Activity', - 'remove_company' => 'Remove Company Association', + 'recent_activity' => 'آخر نشاط', + 'remove_company' => 'إزالة جمعية الشركة', 'reports' => 'التقارير', - 'requested' => 'Requested', - 'request_canceled' => 'Request Canceled', + 'requested' => 'طلب', + 'request_canceled' => 'تم إلغاء الطلب', 'save' => 'حفظ', - 'select' => 'Select', - 'search' => 'Search', - 'select_category' => 'Select a Category', - 'select_department' => 'Select a Department', - 'select_depreciation' => 'Select a Depreciation Type', - 'select_location' => 'Select a Location', - 'select_manufacturer' => 'Select a Manufacturer', - 'select_model' => 'Select a Model', - 'select_supplier' => 'Select a Supplier', - 'select_user' => 'Select a User', - 'select_date' => 'Select Date (YYYY-MM-DD)', - 'select_statuslabel' => 'Select Status', - 'select_company' => 'Select Company', - 'select_asset' => 'Select Asset', + 'select' => 'تحديد', + 'search' => 'بحث', + 'select_category' => 'اختر تصنيف', + 'select_department' => 'حدد قسم', + 'select_depreciation' => 'حدد نوع الإهلاك', + 'select_location' => 'حدد موقعا', + 'select_manufacturer' => 'حدد الشركة المصنعة', + 'select_model' => 'حدد نموذجا', + 'select_supplier' => 'حدد المورد', + 'select_user' => 'حدد مستخدم', + 'select_date' => 'تحديد التاريخ (يي-مم-د)', + 'select_statuslabel' => 'حدد الحالة', + 'select_company' => 'حدد الشركة', + 'select_asset' => 'حدد مادة العرض', 'settings' => 'الإعدادات', 'sign_in' => 'تسجيل الدخول', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', + 'signature' => 'التوقيع', + 'some_features_disabled' => 'ديمو مود: يتم تعطيل بعض الميزات لهذا التثبيت.', 'site_name' => 'إسم الموقع', 'state' => 'المنطقة / الولاية', 'status_labels' => 'بطاقات الحالة', 'status' => 'الحالة', - 'supplier' => 'Supplier', + 'supplier' => 'المورد', 'suppliers' => 'الموردون', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', + 'sure_to_delete' => 'هل تريد بالتأكيد حذفها', + 'submit' => 'عرض', + 'target' => 'استهداف', + 'time_and_date_display' => 'عرض الوقت والتاريخ', 'total_assets' => 'إجمالي الأصول', 'total_licenses' => 'إجمالي الرخص', 'total_accessories' => 'مجموع الملحقات', - 'total_consumables' => 'total consumables', - 'type' => 'Type', + 'total_consumables' => 'مجموع المواد الاستهلاكية', + 'type' => 'اكتب', 'undeployable' => 'غير قابلة للتوزيع', 'unknown_admin' => 'إداري غير معروف', - 'username_format' => 'Username Format', - 'update' => 'Update', - 'uploaded' => 'Uploaded', + 'username_format' => 'تنسيق اسم المستخدم', + 'update' => 'تحديث', + 'uploaded' => 'تم تحميلها', 'user' => 'المستخدم', - 'accepted' => 'accepted', - 'declined' => 'declined', - 'unaccepted_asset_report' => 'Unaccepted Assets', - 'users' => 'Users', + 'accepted' => 'قبلت', + 'declined' => 'رفض', + 'unaccepted_asset_report' => 'الأصول غير المقبولة', + 'users' => 'المستخدمين', 'viewassets' => 'عرض الأصول المسجلة', 'website' => 'الموقع', 'welcome' => 'إهلاً وسهلاً، :name', 'years' => 'سنوات', 'yes' => 'نعم', 'zip' => 'الرمز البريدي', - 'noimage' => 'No image uploaded or image not found.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'noimage' => 'لم يتم تحميل أي صورة أو صورة لم يتم العثور عليها.', + 'token_expired' => 'انتهت صلاحية جلسة النموذج. حاول مرة اخرى.', ]; diff --git a/resources/lang/ar/mail.php b/resources/lang/ar/mail.php index 81bf87b4b2..8a319fbd52 100644 --- a/resources/lang/ar/mail.php +++ b/resources/lang/ar/mail.php @@ -5,70 +5,67 @@ return array( 'a_user_requested' => 'طلب مستخدم عنصر على الموقع', 'accessory_name' => 'اسم الملحق:', 'additional_notes' => 'ملاحظات إضافية:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', + 'admin_has_created' => 'قام مسؤول بإنشاء حساب لك على: موقع ويب.', 'asset' => 'أصل:', 'asset_name' => 'اسم الأصل:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', + 'asset_requested' => 'تم طلب مادة العرض', + 'asset_tag' => 'علامة الأصول:', + 'assets_warrantee_expiring' => '{1} الأصول التي تنتهي مدة الضمان بها خلال ال 60 يوما القادمة | [2، إنف] تنتهي صلاحية الأصول مع الضمانات خلال ال 60 يوما القادمة.', 'assigned_to' => 'مخصص لـ', 'best_regards' => 'أفضل التحيات،', 'canceled' => 'ملغى:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', + 'checkin_date' => 'تاريخ الوصول:', + 'checkout_date' => 'موعد انتهاء الأقامة:', + 'click_to_confirm' => 'يرجى النقر على الرابط التالي لتأكيد: حساب الويب:', + 'click_on_the_link_accessory' => 'الرجاء النقر على الرابط الموجود في الأسفل لتأكيد استلامك للملحق.', + 'click_on_the_link_asset' => 'يرجى النقر على الرابط في الجزء السفلي للتأكد من أنك قد تلقيت مادة العرض.', + 'Confirm_Asset_Checkin' => 'تأكيد فحص الأصول.', + 'Confirm_Accessory_Checkin' => 'تأكيد الإيداع المساعد.', + 'Confirm_accessory_delivery' => 'تأكيد التسليم التبعي.', + 'Confirm_asset_delivery' => 'تأكيد تسليم الأصول.', + 'Confirm_consumable_delivery' => 'تأكيد التسليم المستهلكة.', + 'current_QTY' => 'الكمية الحالية', 'Days' => 'أيام', 'days' => 'أيام', - 'expecting_checkin_date' => 'Expected Checkin Date:', + 'expecting_checkin_date' => 'تاريخ الوصول المتوقع:', 'expires' => 'ينتهي', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', - 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'Expiring_Assets_Report' => 'تقرير الأصول المنتهية الصلاحية.', + 'Expiring_Licenses_Report' => 'تقرير التراخيص المنتهية الصلاحية.', + 'hello' => 'مرحبا', + 'hi' => 'مرحبا', + 'i_have_read' => 'لقد قرأت بنود الاستخدام وأوافق عليها، وقد تلقيت هذا البند.', + 'item' => 'بند:', + 'items_below_minimum' => '{1} بند أقل من الحد الأدنى من المخزون أو سيكون قريبا منخفضا | [2، إنف] البنود التي هي أقل من الحد الأدنى من المخزون أو سوف تكون منخفضة قريبا.', + 'Item_Request_Canceled' => 'تم إلغاء طلب العنصر', + 'Item_Requested' => 'العنصر المطلوب', + 'licenses_expiring' => '{1} ترخيص تنتهي مدة 60 يوما القادمة | [2، إنف] تراخيص تنتهي صلاحيتها بعد 60 يوما.', + 'link_to_update_password' => 'يرجى النقر على الرابط التالي لتحديث الخاص بك: كلمة السر على شبكة الإنترنت:', + 'login_first_admin' => 'تسجيل الدخول إلى التثبيت الجديد قنص-إيت باستخدام بيانات الاعتماد أدناه:', + 'login' => 'تسجيل الدخول:', + 'Low_Inventory_Report' => 'تقرير المخزون المنخفض', + 'min_QTY' => 'دقيقة الكمية', + 'name' => 'اسم', + 'new_item_checked' => 'تم فحص عنصر جديد تحت اسمك، التفاصيل أدناه.', + 'password' => 'كلمه السر:', + 'password_reset' => 'إعادة تعيين كلمة المرور', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'read_the_terms' => 'يرجى قراءة شروط الاستخدام أدناه.', + 'read_the_terms_and_click' => 'يرجى قراءة بنود الاستخدام أدناه، والنقر على الرابط في الأسفل للتأكد من أنك تقرأ بنود الاستخدام ووافقت عليها، وتلقت مادة العرض.', + 'requested' => 'طلب:', + 'reset_link' => 'رابط إعادة تعيين كلمة المرور', + 'reset_password' => 'انقر هنا لإعادة تعيين كلمة المرور:', + 'serial' => 'مسلسل:', + 'supplier' => 'المورد', + 'tag' => 'بطاقة', + 'test_email' => 'اختبار البريد الإلكتروني من قنص-تكنولوجيا المعلومات', + 'test_mail_text' => 'هذا هو اختبار من قنص-إيت نظام إدارة الأصول. إذا كنت حصلت على هذا، البريد يعمل :)', + 'the_following_item' => 'تم فحص هذا العنصر في:', + 'There_are' => '{1} هناك | [2، إنف] هناك', + 'to_reset' => 'لإعادة تعيين: كلمة مرور الويب، أكمل هذا النموذج:', + 'type' => 'اكتب', + 'user' => 'المستعمل:', + 'username' => 'اسم المستخدم:', + 'welcome' => 'مرحبا: الاسم', + 'welcome_to' => 'مرحبا بكم في: الويب!', + 'your_credentials' => 'أوراق اعتماد قنص-إيت الخاص بك', ); diff --git a/resources/lang/ar/passwords.php b/resources/lang/ar/passwords.php index f37bf83e40..b1b1abd5e4 100644 --- a/resources/lang/ar/passwords.php +++ b/resources/lang/ar/passwords.php @@ -2,6 +2,6 @@ return [ 'sent' => 'تم إرسال رابط كلمة المرور الخاصة بك!', - 'user' => 'That user does not exist or does not have an email address associated', + 'user' => 'هذا المستخدم غير موجود أو ليس لديه عنوان بريد إلكتروني مرتبط', ]; diff --git a/resources/lang/ar/validation.php b/resources/lang/ar/validation.php index e890e5be0d..e1e28c650a 100644 --- a/resources/lang/ar/validation.php +++ b/resources/lang/ar/validation.php @@ -16,77 +16,77 @@ return array( 'accepted' => ':attribute يجب ان يكون مقبولا.', 'active_url' => ':attribute موقع غير صحيح.', 'after' => ':attribute يجب ان يكون تاريخ قبل :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', - 'alpha' => 'The :attribute may only contain letters.', - 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', - 'alpha_num' => 'The :attribute may only contain letters and numbers.', - 'array' => 'The :attribute must be an array.', + 'after_or_equal' => 'يجب أن تكون السمة عبارة عن تاريخ بعد أو يساوي: التاريخ.', + 'alpha' => 'قد تحتوي السمة على أحرف فقط.', + 'alpha_dash' => 'قد تحتوي السمة على أحرف وأرقام وشرطات فقط.', + 'alpha_num' => 'قد تحتوي السمة على أحرف وأرقام فقط.', + 'array' => 'يجب أن تكون السمة مصفوفة.', 'before' => ':attribute يجب ان يكون تاريخ قبل :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'يجب أن تكون السمة عبارة عن تاريخ قبل أو يساوي: ديت.', 'between' => [ 'numeric' => ':attribute يجب ان يكون بين :min - :max.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', - 'string' => 'The :attribute must be between :min and :max characters.', - 'array' => 'The :attribute must have between :min and :max items.', + 'file' => 'يجب أن تكون السمة: مين و: ماكس كيلوبايت.', + 'string' => 'يجب أن تكون السمة: مين و: ماكس من الأحرف.', + 'array' => 'يجب أن تتضمن السمة ما بين: مين و: ماكس من العناصر.', ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', + 'boolean' => 'يجب أن يكون حقل السمة صحيحا أو خاطئا.', + 'confirmed' => 'لا يتطابق تأكيد السمة.', 'date' => ':attribute تاريخ غير صحيح.', - 'date_format' => 'The :attribute does not match the format :format.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'email' => 'The :attribute must be a valid email address.', - 'exists' => 'The selected :attribute is invalid.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', - 'image' => 'The :attribute must be an image.', - 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'date_format' => 'لا تتطابق السمة: مع التنسيق.', + 'different' => 'السمة: و أخرى يجب أن تكون مختلفة.', + 'digits' => 'يجب أن تكون السمة: أرقام الأرقام.', + 'digits_between' => 'يجب أن تكون السمة: مين و: ماكس ديجيتس.', + 'dimensions' => 'تحتوي السمة: على أبعاد غير صالحة للصور.', + 'distinct' => 'يحتوي حقل السمة على قيمة مكررة.', + 'email' => 'يجب أن تكون السمة عنوان بريد إلكتروني صالحا.', + 'exists' => 'السمة المحددة: غير صالحة.', + 'file' => 'يجب أن تكون السمة ملف.', + 'filled' => 'يجب أن يحتوي حقل السمة على قيمة.', + 'image' => 'يجب أن تكون السمة صورة.', + 'in' => 'السمة المحددة: غير صالحة.', + 'in_array' => 'حقل السمة: غير موجود في: أخرى.', + 'integer' => 'يجب أن تكون السمة عدد صحيح.', + 'ip' => 'يجب أن تكون الخاصية المميزة عنوان إب صالحا.', + 'ipv4' => 'يجب أن تكون السمة عنوان IPv4 صالحا.', + 'ipv6' => 'يجب أن تكون الخاصية المميزة عنوان IPv6 صالح.', + 'json' => 'يجب أن تكون السمة سلسلة جسون صالحة.', 'max' => [ - 'numeric' => 'The :attribute may not be greater than :max.', - 'file' => 'The :attribute may not be greater than :max kilobytes.', - 'string' => 'The :attribute may not be greater than :max characters.', - 'array' => 'The :attribute may not have more than :max items.', + 'numeric' => 'قد لا تكون السمة: أكبر من: ماكس.', + 'file' => 'قد لا تكون السمة: أكبر من كيلوبايت كحد أقصى.', + 'string' => 'قد لا تكون السمة: أكبر من: الأحرف كحد أقصى.', + 'array' => 'قد لا تحتوي السمة على أكثر من: الحد الأقصى للعناصر.', ], - 'mimes' => 'The :attribute must be a file of type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimes' => 'يجب أن تكون الخاصية المميزة ملف من النوع:: القيم.', + 'mimetypes' => 'يجب أن تكون الخاصية المميزة ملف من النوع:: القيم.', 'min' => [ - 'numeric' => 'The :attribute must be at least :min.', - 'file' => 'The :attribute must be at least :min kilobytes.', - 'string' => 'The :attribute must be at least :min characters.', - 'array' => 'The :attribute must have at least :min items.', + 'numeric' => 'يجب أن تكون السمة: على الأقل: دقيقة.', + 'file' => 'يجب أن تكون السمة: على الأقل كيلوبايت.', + 'string' => 'يجب أن تكون السمة: مين على الأقل.', + 'array' => 'يجب أن تحتوي السمة على الأقل على: مين من العناصر.', ], - 'not_in' => 'The selected :attribute is invalid.', - 'numeric' => 'The :attribute must be a number.', - 'present' => 'The :attribute field must be present.', - 'regex' => 'The :attribute format is invalid.', - 'required' => 'The :attribute field is required.', - 'required_if' => 'The :attribute field is required when :other is :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', - 'required_with' => 'The :attribute field is required when :values is present.', - 'required_with_all' => 'The :attribute field is required when :values is present.', - 'required_without' => 'The :attribute field is required when :values is not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', - 'same' => 'The :attribute and :other must match.', + 'not_in' => 'السمة المحددة: غير صالحة.', + 'numeric' => 'يجب أن تكون السمة رقم.', + 'present' => 'يجب أن يكون حقل السمة موجود.', + 'regex' => 'تنسيق السمة: غير صالح.', + 'required' => 'حقل السمة: مطلوب.', + 'required_if' => 'حقل السمة: مطلوب عند: أوثر إس: فالو.', + 'required_unless' => 'حقل السمة: مطلوب ما لم: الآخر في: القيم.', + 'required_with' => 'حقل السمة: مطلوب عند: القيم موجودة.', + 'required_with_all' => 'حقل السمة: مطلوب عند: القيم موجودة.', + 'required_without' => 'حقل السمة: مطلوب عند: القيم غير موجودة.', + 'required_without_all' => 'حقل السمة: مطلوب عند عدم وجود: القيم موجودة.', + 'same' => ': السمة و: يجب أن تطابق أخرى.', 'size' => [ - 'numeric' => 'The :attribute must be :size.', - 'file' => 'The :attribute must be :size kilobytes.', - 'string' => 'The :attribute must be :size characters.', - 'array' => 'The :attribute must contain :size items.', + 'numeric' => 'يجب أن تكون السمة: سيز.', + 'file' => 'يجب أن تكون السمة: كيلوبايت بحجم.', + 'string' => 'يجب أن تكون السمة: سيز تشاراكترز.', + 'array' => 'يجب أن تحتوي السمة على: حجم العناصر.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', - 'unique' => 'The :attribute has already been taken.', - 'uploaded' => 'The :attribute failed to upload.', - 'url' => 'The :attribute format is invalid.', + 'string' => 'يجب أن تكون السمة عبارة عن سلسلة.', + 'timezone' => 'يجب أن تكون السمة منطقة صالحة.', + 'unique' => 'تم أخذ السمة: بالفعل.', + 'uploaded' => 'أخفق تحميل السمة:.', + 'url' => 'تنسيق السمة: غير صالح.', /* |-------------------------------------------------------------------------- @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "يحتوي حقل السمة على حرف غير مسموح به.", + "email_array" => "عنوان بريد إلكتروني واحد أو أكثر غير صالح.", + "hashed_pass" => "كلمة المرور الحالية غير صحيحة", + 'dumbpwd' => 'كلمة المرور هذه شائعة جدا.', + "statuslabel_type" => "يجب تحديد نوع تصنيف حالة صالح", + "unique_undeleted" => "يجب أن تكون السمة فريدة.", ], /* diff --git a/resources/lang/bg/admin/asset_maintenances/message.php b/resources/lang/bg/admin/asset_maintenances/message.php index 92327660f0..e0471376cb 100644 --- a/resources/lang/bg/admin/asset_maintenances/message.php +++ b/resources/lang/bg/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Поддръжката на актив създадена успешно.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Поддръжката на активите не бе редактирана. Моля, опитайте отново.', + 'success' => 'Активирането на активите бе редактирано успешно.' ], 'asset_maintenance_incomplete' => 'Все още неприключила', 'warranty' => 'Гаранция', diff --git a/resources/lang/bg/admin/custom_fields/message.php b/resources/lang/bg/admin/custom_fields/message.php index c14da9d161..a578f4fd13 100644 --- a/resources/lang/bg/admin/custom_fields/message.php +++ b/resources/lang/bg/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Полето не съществува', 'create' => array( 'error' => 'Fieldset не беше създаден, моля опитайте отново.', diff --git a/resources/lang/bg/admin/departments/message.php b/resources/lang/bg/admin/departments/message.php index d65f4fbb2b..a0e8c5c8a9 100644 --- a/resources/lang/bg/admin/departments/message.php +++ b/resources/lang/bg/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Департаментът не съществува.', + 'assoc_users' => 'Този отдел понастоящем е свързан с поне един потребител и не може да бъде изтрит. Моля, актуализирайте потребителите си, за да не препращате към този отдел и опитайте отново.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Отделът не е създаден, моля, опитайте отново.', + 'success' => 'Отделът е създаден успешно.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Отделът не е актуализиран, моля, опитайте отново', + 'success' => 'Отделът се актуализира успешно.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Наистина ли искате да изтриете този отдел?', + 'error' => 'Имаше проблем с изтриването на отдела. Моля, опитайте отново.', + 'success' => 'Отделът бе изтрит успешно.' ) ); diff --git a/resources/lang/bg/admin/departments/table.php b/resources/lang/bg/admin/departments/table.php index f40782d7f4..3771364aea 100644 --- a/resources/lang/bg/admin/departments/table.php +++ b/resources/lang/bg/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ИД№', - 'name' => 'Department Name', + 'name' => 'Име на отдел', 'manager' => 'Ръководител', 'location' => 'Местоположение', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'create' => 'Създайте отдела', + 'update' => 'Отдел за актуализиране', ); diff --git a/resources/lang/bg/admin/hardware/form.php b/resources/lang/bg/admin/hardware/form.php index a0a581d98f..cad1e8d4c1 100644 --- a/resources/lang/bg/admin/hardware/form.php +++ b/resources/lang/bg/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Стойност на закупуване', 'create' => 'Създаване на актив', 'date' => 'Дата на закупуване', + 'depreciation' => 'амортизация', 'depreciates_on' => 'Амортизира се на', 'default_location' => 'Местоположение по подразбиране', 'eol_date' => 'EOL дата', diff --git a/resources/lang/bg/admin/hardware/general.php b/resources/lang/bg/admin/hardware/general.php index 856908b22d..9e1d137ef4 100644 --- a/resources/lang/bg/admin/hardware/general.php +++ b/resources/lang/bg/admin/hardware/general.php @@ -7,7 +7,7 @@ return array( 'asset' => 'Актив', 'bulk_checkout' => 'Отписване на активи към потребител', 'checkin' => 'Връщане на актив', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Проверка на активите', 'clone' => 'Копиране на актив', 'deployable' => 'Може да бъде предоставен', 'deleted' => 'Активът беше изтрит. Възстановяване.', diff --git a/resources/lang/bg/admin/hardware/message.php b/resources/lang/bg/admin/hardware/message.php index 23b7e8f8c0..7760c325b5 100644 --- a/resources/lang/bg/admin/hardware/message.php +++ b/resources/lang/bg/admin/hardware/message.php @@ -24,8 +24,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Одитът на активи бе неуспешен. Моля, опитайте отново.', + 'success' => 'Активният одит бе успешно регистриран.' ), @@ -53,7 +53,7 @@ return array( 'delete' => array( 'confirm' => 'Сигурни ли сте, че желаете изтриване на актива?', 'error' => 'Проблем при изтриване на актива. Моля опитайте отново.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => 'Няма избрани активи, така че нищо не бе изтрито.', 'success' => 'Активът е изтрит успешно.' ), diff --git a/resources/lang/bg/admin/licenses/message.php b/resources/lang/bg/admin/licenses/message.php index d7929ba09a..b3dd2c9219 100644 --- a/resources/lang/bg/admin/licenses/message.php +++ b/resources/lang/bg/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'Активът, който се опитвате да свържете с този лиценз не съществува.', 'owner_doesnt_match_asset' => 'Активът, който се опитвате да свържете с този лиценз е притежание на друго лице, различно от това, което е определено в падащия списък.', 'assoc_users' => 'Този лиценз понастоящем е изписан на потребител и не може да бъде изтрит. Моля, първо впишете лиценза и тогава опитайте отново да го изтриете. ', + 'select_asset_or_person' => 'Трябва да изберете актив или потребител, но не и двете.', 'create' => array( diff --git a/resources/lang/bg/admin/settings/general.php b/resources/lang/bg/admin/settings/general.php index f2c8e974b1..7b1cc52cd7 100644 --- a/resources/lang/bg/admin/settings/general.php +++ b/resources/lang/bg/admin/settings/general.php @@ -10,10 +10,10 @@ return array( 'alert_interval' => 'Изтичаш праг на известия (в дни)', 'alert_inv_threshold' => 'Праг на известия за запаси', 'asset_ids' => 'ID на активи', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'Одитен интервал', + 'audit_interval_help' => 'Ако се изисква редовно да извършвате физически одит на активите си, въведете интервала в месеци.', + 'audit_warning_days' => 'Праг за предупреждение за одит', + 'audit_warning_days_help' => 'Колко дни предварително трябва да ви предупреждаваме, когато активите са дължими за одит?', 'auto_increment_assets' => 'Автоматично генериране на инвентарни номера на активите', 'auto_increment_prefix' => 'Префикс (незадължително)', 'auto_incrementing_help' => 'Първо включете автоматично генериране на инвентарни номера, за да включите тази опция.', @@ -67,8 +67,8 @@ return array( 'ldap_email' => 'LDAP електронна поща', 'load_remote_text' => 'Отдалечени скриптове', 'load_remote_help_text' => 'Тази Snipe-IT инсталация може да зарежда и изпълнява външни скриптове.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => 'Вход забележка', + 'login_note_help' => 'По избор включете няколко изречения на екрана за вход, например, за да помогнете на хора, които са намерили изгубено или откраднато устройство. Това поле приема Github flavored markdown', 'logo' => 'Лого', 'full_multiple_companies_support_help_text' => 'Ограничаване на потребителите (включително административните) до активите на собствената им компания.', 'full_multiple_companies_support_text' => 'Поддръжка на множество компании', @@ -77,12 +77,12 @@ return array( 'php' => 'PHP версия', 'php_gd_info' => 'Необходимо е да инсталирате php-gd, за да визуализирате QR кодове. Моля прегледайте инструкцията за инсталация.', 'php_gd_warning' => 'php-gd НЕ е инсталиран.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Сложност на паролата', + 'pwd_secure_complexity_help' => 'Изберете правилата за сложност на паролата, които искате да приложите.', + 'pwd_secure_min' => 'Минимални знаци за паролата', + 'pwd_secure_min_help' => 'Минималната допустима стойност е 5', + 'pwd_secure_uncommon' => 'Предотвратяване на общи пароли', + 'pwd_secure_uncommon_help' => 'Това ще забрани на потребителите да използват общи пароли от най-добрите 10 000 пароли, за които се съобщава, че са нарушени.', 'qr_help' => 'Първо включете QR кодовете, за да извършите тези настройки.', 'qr_text' => 'Съдържание на QR код', 'setting' => 'Настройка', @@ -102,7 +102,7 @@ return array( 'about_settings_text' => 'Тези настройки позволяват да конфигурирате различни аспекти на Вашата инсталация.', 'labels_per_page' => 'Етикети на страница', 'label_dimensions' => 'Измерения на етикети (инчове)', - 'next_auto_tag_base' => 'Next auto-increment', + 'next_auto_tag_base' => 'Следващото автоматично увеличение', 'page_padding' => 'Марж на страница (инчове)', 'purge' => 'Пречисти изтрити записи', 'labels_display_bgutter' => 'Обозначаване на долен канал', @@ -116,9 +116,11 @@ return array( 'inches' => 'инчове', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Връзка към Snipe-IT в имейли', + 'show_url_in_emails_help_text' => 'Премахнете отметката от тази кутийка, ако не желаете да свържете обратно към вашата Snipe-IT инсталация в досиетата ви за електронна поща. Полезно, ако повечето от вашите потребители никога не влизат в системата.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'thumbnail_max_h' => 'Максимална височина на миниатюрите', + 'thumbnail_max_h_help' => 'Максималната височина в пиксели, която миниатюрите могат да се показват в изгледа на малката обява. Мин. 25, макс. 500.', 'two_factor' => 'Двуфакторно удостоверяване', 'two_factor_secret' => 'Двуфакторен код', 'two_factor_enrollment' => 'Двуфакторово записване', diff --git a/resources/lang/bg/admin/statuslabels/message.php b/resources/lang/bg/admin/statuslabels/message.php index ae34b67fe8..b05605bcfc 100644 --- a/resources/lang/bg/admin/statuslabels/message.php +++ b/resources/lang/bg/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => 'Сигурни ли сте, че желаете да изтриете този етикет за статус?', 'error' => 'Имаше проблем при изтриването на етикета за статус. Моля опитайте отново.', 'success' => 'Етикета за статус бе изтрит успешно.' - ) + ), + + 'help' => array( + 'undeployable' => 'Тези активи не могат да бъдат възлагани на никого.', + 'deployable' => 'Тези активи могат да бъдат проверени. След като бъдат присвоени, те ще поемат мета статус на Deployed.', + 'archived' => 'Тези активи не могат да бъдат отметнати и ще се показват само в архивирания изглед. Това е полезно за запазване на информация за активи за бюджетиране / исторически цели, но задържането им извън ежедневния списък на активите.', + 'pending' => 'Тези активи все още не могат да бъдат прехвърляни на никого, често използвани за артикули, които са предназначени за ремонт, но се очаква да се върнат в обръщение.', + ), ); diff --git a/resources/lang/bg/admin/users/general.php b/resources/lang/bg/admin/users/general.php index a29d09326f..40d7494992 100644 --- a/resources/lang/bg/admin/users/general.php +++ b/resources/lang/bg/admin/users/general.php @@ -13,7 +13,7 @@ return array( 'filetype_info' => 'Позволените типове файлове са png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, и rar.', 'history_user' => 'История за :name', 'info' => 'Информация', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => 'Кликнете тук, за да ги възстановите.', 'last_login' => 'Последен достъп до системата', 'ldap_config_text' => 'LDAP конфигурационните настройки могат да бъдат намерени в Admin > Settings. Избраното (по изобр) местоположение ще бъде настроено за всички въведени потребители.', 'software_user' => 'Софтуерни продукти, изписани на :name', diff --git a/resources/lang/bg/admin/users/message.php b/resources/lang/bg/admin/users/message.php index f294894fa9..50547b0b85 100644 --- a/resources/lang/bg/admin/users/message.php +++ b/resources/lang/bg/admin/users/message.php @@ -31,7 +31,7 @@ return array( 'create' => 'Възникна проблем при създаването на този потребител. Моля, опитайте отново.', 'update' => 'Възникна проблем при обновяването на този потребител. Моля, опитайте отново.', 'delete' => 'Възникна проблем при изтриването на този потребител. Моля, опитайте отново.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Този потребител има зададени елементи и не може да бъде изтрит.', 'unsuspend' => 'Проблем при активирането на потребителя. Моля опитайте отново.', 'import' => 'Проблем при зареждането на потребителите. Моля опитайте отново.', 'asset_already_accepted' => 'Този актив е вече приет.', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => 'Проблем при връзката с LDAP сървъра. Моля прегледайте конфигурацията на LDAP.
Грешка от LDAP сървъра: ', 'ldap_could_not_search' => 'Проблем при търсенето в LDAP сървъра. Моля прегледайте конфигурацията на LDAP.
Грешка от LDAP сървъра: ', 'ldap_could_not_get_entries' => 'Проблем при извличането на резултат от LDAP сървъра. Моля прегледайте конфигурацията на LDAP.
Грешка от LDAP сървъра:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'Паролата за този профил се управлява от LDAP / Active Directory. Моля, свържете се с вашия ИТ отдел, за да промените паролата си.', ), 'deletefile' => array( diff --git a/resources/lang/bg/general.php b/resources/lang/bg/general.php index 1c2693d449..d26a38e04c 100644 --- a/resources/lang/bg/general.php +++ b/resources/lang/bg/general.php @@ -14,24 +14,25 @@ 'all' => 'Всички', 'archived' => 'Архивирани', 'asset_models' => 'Модели на активи', + 'asset_model' => 'Модел', 'asset' => 'Актив', 'asset_report' => 'Справка за активите', 'asset_tag' => 'Инвентарен номер', 'assets_available' => 'налични активи', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'проверка', + 'audit_report' => 'Отчет за одита', 'assets' => 'Активи', 'avatar_delete' => 'Изтриване на аватар', 'avatar_upload' => 'Качване на аватар', 'back' => 'Назад', 'bad_data' => 'Няма резултати.', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => 'Групов одит', + 'bulkaudit_status' => 'Статус на одита', 'bulk_checkout' => 'Общо отписване', 'cancel' => 'Отказ', 'categories' => 'Категории', 'category' => 'Категория', - 'change' => 'In/Out', + 'change' => 'In / Out', 'changeemail' => 'Промяна на email адрес', 'changepassword' => 'Смяна на паролата', 'checkin' => 'Вписване', @@ -56,16 +57,16 @@ 'current' => 'Текущи', 'custom_report' => 'Потребителски справки за активи', 'dashboard' => 'Табло', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'дни', + 'days_to_next_audit' => 'Дни до следващия одит', 'date' => 'Дата', 'debug_warning' => 'Предупреждение!', 'debug_warning_text' => 'Това приложение се изпълнява в режим на производство с разрешено отстраняване на грешки. Това може да изложи чувствителни данни, ако приложението ви е достъпно за външния свят. Забранете режим отстраняване на грешки чрез задаване на стойността APP_DEBUF .env във файла false.', 'delete' => 'Изтриване', 'deleted' => 'Изтрито', 'delete_seats' => 'Изтрити работни места за лиценз', - 'departments' => 'Departments', - 'department' => 'Department', + 'departments' => 'Катедри', + 'department' => 'отдел', 'deployed' => 'Изписани', 'depreciation_report' => 'Справка за амортизации', 'download' => 'Изтегляне', @@ -123,8 +124,8 @@ 'moreinfo' => 'Повече информация', 'name' => 'Име', 'next' => 'Следващ', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Следваща дата на одита', + 'last_audit' => 'Последният одит', 'new' => 'new!', 'no_depreciation' => 'Без амортизация', 'no_results' => 'Няма резултат.', @@ -153,7 +154,7 @@ 'select' => 'Избор', 'search' => 'Търсене', 'select_category' => 'Изберете категория', - 'select_department' => 'Select a Department', + 'select_department' => 'Изберете отдела', 'select_depreciation' => 'Избор на вид амортизация', 'select_location' => 'Избор на местоположение', 'select_manufacturer' => 'Избор на производител', diff --git a/resources/lang/bg/validation.php b/resources/lang/bg/validation.php index c923d7873e..0f6c05eae7 100644 --- a/resources/lang/bg/validation.php +++ b/resources/lang/bg/validation.php @@ -16,18 +16,18 @@ return array( 'accepted' => ':attribute трябва да бъде потвърден.', 'active_url' => ':attribute не е валиден URL адрес.', 'after' => ':attribute трябва да бъде дата след :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'Атрибутът: трябва да бъде дата след или равна на: дата.', 'alpha' => ':attribute може да съдържа единствено букви.', 'alpha_dash' => ':attribute може да съдържа единствено букви, числа и тире.', 'alpha_num' => ':attribute може да съдържа единствено букви и числа.', - 'array' => 'The :attribute must be an array.', + 'array' => 'Атрибутът: трябва да бъде масив.', 'before' => ':attribute трябва да бъде дата преди :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'Атрибутът: трябва да бъде дата преди или равна на: дата.', 'between' => [ 'numeric' => ':attribute трябва да бъде между :min и :max.', 'file' => ':attribute трябва да бъде с големина между :min и :max KB.', 'string' => ':attribute трябва да бъде с дължина между :min и :max символа.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'Атрибутът: трябва да има между: min и: max items.', ], 'boolean' => ':attribute трябва да е верен или грешен.', 'confirmed' => ':attribute потвърждение не съвпада.', @@ -36,56 +36,56 @@ return array( 'different' => ':attribute и :other трябва да се различават.', 'digits' => ':attribute трябва да бъде с дължина :digits цифри.', 'digits_between' => ':attribute трябва да бъде с дължина между :min и :max цифри.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'Атрибутът: има невалидни величини на изображението.', + 'distinct' => 'Полето: atribut има дублираща се стойност.', 'email' => ':attribute е с невалиден формат.', 'exists' => 'Избраният :attribute е невалиден.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'Атрибутът: трябва да е файл.', + 'filled' => 'Полето на атрибута: трябва да има стойност.', 'image' => ':attribute трябва да бъде изображение.', 'in' => 'Избраният :attribute е невалиден.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'Полето: atribut не съществува в: други.', 'integer' => ':attribute трябва да бъде целочислен.', 'ip' => ':attribute трябва да бъде валиден IP адрес.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'Атрибутът: трябва да е валиден IPv4 адрес.', + 'ipv6' => 'Атрибутът: трябва да е валиден IPv6 адрес.', + 'json' => 'Атрибутът: трябва да е валиден низ на JSON.', 'max' => [ 'numeric' => ':attribute не може да бъде по-дълъг от :max.', 'file' => ':attribute не може да бъде по-голям от :max KB.', 'string' => ':attribute не може да бъде по-дълъг от :max символа.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'Атрибутът: не може да има повече от: max items.', ], 'mimes' => ':attribute трябва да бъде файл с един от следните типове: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'Атрибутът: трябва да бъде файл от тип:: стойности.', 'min' => [ 'numeric' => ':attribute трябва да бъде минимум :min.', 'file' => ':attribute трябва да бъде с големина минимум :min KB.', 'string' => ':attribute трябва да бъде минимум :min символа.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'Атрибутът: трябва да има поне: min елементи.', ], 'not_in' => 'Избраният :attribute е невалиден.', 'numeric' => ':attribute трябва да бъде число.', - 'present' => 'The :attribute field must be present.', + 'present' => 'Полето на атрибута трябва да е налице.', 'regex' => 'Форматът на :attribute е невалиден.', 'required' => 'Полето :attribute е задължително.', 'required_if' => 'Полето :attribute е задължително, когато :other е :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'Полето: атрибут се изисква, освен ако: другият не е в: стойности.', 'required_with' => ':attribute е задължителен, когато са избрани :values.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'Полето: атрибут се изисква, когато: стойностите са налице.', 'required_without' => ':attribute е задължителен, когато не са избрани :values.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'Полето: атрибут се изисква, когато няма стойности: стойности.', 'same' => ':attribute и :other трябва да съвпадат.', 'size' => [ 'numeric' => ':attribute трябва да бъде с дължина :size.', 'file' => ':attribute трябва да бъде с големина :size KB.', 'string' => ':attribute трябва да бъде с дължина :size символа.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'Атрибутът: трябва да съдържа: размерни елементи.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'Атрибутът: трябва да е низ.', + 'timezone' => 'Атрибутът: трябва да е валидна зона.', 'unique' => ':attribute вече е вписан.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'Атрибутът: не успя да качи.', 'url' => 'Форматът на :attribute е невалиден.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Полето атрибут: съдържа знак, който не е разрешен.", + "email_array" => "Един или повече имейл адреси са невалидни.", + "hashed_pass" => "Текущата ви парола е неправилна", + 'dumbpwd' => 'Тази парола е твърде често срещана.', + "statuslabel_type" => "Трябва да изберете валиден тип етикет на състоянието", + "unique_undeleted" => "Атрибутът: трябва да е уникален.", ], /* diff --git a/resources/lang/cs/admin/asset_maintenances/message.php b/resources/lang/cs/admin/asset_maintenances/message.php index 8582ccecbd..6a88e49ff0 100644 --- a/resources/lang/cs/admin/asset_maintenances/message.php +++ b/resources/lang/cs/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Údržba zařízení byla v pořádku vytvořena.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Údržba majetku nebyla upravena, zkuste to prosím znovu.', + 'success' => 'Údržba majetku byla úspěšně upravena.' ], 'asset_maintenance_incomplete' => 'Prozatím nedokončeno', 'warranty' => 'Záruka', diff --git a/resources/lang/cs/admin/custom_fields/message.php b/resources/lang/cs/admin/custom_fields/message.php index 22d2bdcaeb..72a065acb4 100644 --- a/resources/lang/cs/admin/custom_fields/message.php +++ b/resources/lang/cs/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset neexistuje', 'create' => array( 'error' => 'Sadu se nám nepodařilo vytvořit, pokuste se o to znovu.', diff --git a/resources/lang/cs/admin/hardware/form.php b/resources/lang/cs/admin/hardware/form.php index e1de3d474f..6b8a93fe43 100644 --- a/resources/lang/cs/admin/hardware/form.php +++ b/resources/lang/cs/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Pořizovací cena', 'create' => 'Vytvořit záznam majetku', 'date' => 'Datum pořízení', + 'depreciation' => 'Amortizace', 'depreciates_on' => 'Odepisuje se', 'default_location' => 'Výchozí umístění', 'eol_date' => 'Konec životnosti', diff --git a/resources/lang/cs/admin/hardware/general.php b/resources/lang/cs/admin/hardware/general.php index 37b129d873..41d673fe4e 100644 --- a/resources/lang/cs/admin/hardware/general.php +++ b/resources/lang/cs/admin/hardware/general.php @@ -7,7 +7,7 @@ return array( 'asset' => 'Majetek', 'bulk_checkout' => 'Předat majetek uživateli', 'checkin' => 'Převzít majetek', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Pokladní majetek', 'clone' => 'Klonovat majetek', 'deployable' => 'Připraveno k nasazení', 'deleted' => 'Toto zařízení bylo odstraněno. Klepněte zde pro jeho obnovení.', diff --git a/resources/lang/cs/admin/hardware/message.php b/resources/lang/cs/admin/hardware/message.php index d5dbe486ba..cd8db061fb 100644 --- a/resources/lang/cs/admin/hardware/message.php +++ b/resources/lang/cs/admin/hardware/message.php @@ -25,8 +25,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Audit majetku byl neúspěšný. Prosím zkuste to znovu.', + 'success' => 'Audit aktiv byl úspěšně zaznamenáván.' ), diff --git a/resources/lang/cs/admin/licenses/message.php b/resources/lang/cs/admin/licenses/message.php index d15f182c6f..c85c4d7f1e 100644 --- a/resources/lang/cs/admin/licenses/message.php +++ b/resources/lang/cs/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'Majetek, který se pokoušíte spojit s touto licencí, neexistuje.', 'owner_doesnt_match_asset' => 'Majetek, který se pokoušíte spojit s touto licencí, vlastní někdo jiný než osoba vybraná v rozbalovací nabídce k této licenci.', 'assoc_users' => 'Licence je předána svému uživateli a nelze ji odstranit. Před odstraněním ji nejprve převezměte. ', + 'select_asset_or_person' => 'Musíte vybrat aktivum nebo uživatele, ale ne obojí.', 'create' => array( diff --git a/resources/lang/cs/admin/settings/general.php b/resources/lang/cs/admin/settings/general.php index 4b58757ab5..64ebf85e97 100644 --- a/resources/lang/cs/admin/settings/general.php +++ b/resources/lang/cs/admin/settings/general.php @@ -10,10 +10,10 @@ return array( 'alert_interval' => 'Mez upozornění na vypršení (ve dnech)', 'alert_inv_threshold' => 'Mez upozornění skladu', 'asset_ids' => 'ID majetku', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'Interval auditu', + 'audit_interval_help' => 'Pokud budete muset pravidelně fyzicky kontrolovat svůj majetek, zadejte interval v měsících.', + 'audit_warning_days' => 'Prah výstrahy auditu', + 'audit_warning_days_help' => 'Kolik dní předem bychom vás měli varovat, když jsou aktiva splatná pro audit?', 'auto_increment_assets' => 'Vygenerovat zvyšující se ID majetku', 'auto_increment_prefix' => 'Předpona (volitnelná)', 'auto_incrementing_help' => 'Nastavte nejdříve automaticky se zvyšující ID majetku pro nastavení tohoto', @@ -67,8 +67,8 @@ return array( 'ldap_email' => 'LDAP email', 'load_remote_text' => 'Vzdálené skripty', 'load_remote_help_text' => 'Tato instalace Snipe-IT může nahrávat skripty z vnějšího světa.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => 'Přihlásit se Poznámka', + 'login_note_help' => 'Volitelně můžete na obrazovce přihlášení zadat několik vět, například pomoci lidem, kteří nalezli ztracené nebo ukradené zařízení. Toto pole akceptuje značku Github flavedmarkdown', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Omezení uživatelů (včetně správců) jsou přiřazená ke společnostem s majetkem společnosti.', 'full_multiple_companies_support_text' => 'Plná podpora více společností', @@ -77,12 +77,12 @@ return array( 'php' => 'Verze PHP', 'php_gd_info' => 'Je nutné nainstalovat php-gd pro zobrazení QR kódů. Více v instalační příručce.', 'php_gd_warning' => 'PHP pluginy pro zpracování obrazu a GD nejsou nainstalovány.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Složitost hesla', + 'pwd_secure_complexity_help' => 'Zvolte pravidla složitosti hesla, která chcete vynutit.', + 'pwd_secure_min' => 'Minimální znaky hesla', + 'pwd_secure_min_help' => 'Minimální povolená hodnota je 5', + 'pwd_secure_uncommon' => 'Zabraňte běžným heslům', + 'pwd_secure_uncommon_help' => 'To uživatelům zakáže používání běžných hesel z nejvyšších 10 000 hesel hlášených v porušení.', 'qr_help' => 'Nejprve povolte QR kódy', 'qr_text' => 'Text QR kódu', 'setting' => 'Nastavení', @@ -116,9 +116,11 @@ return array( 'inches' => 'palce', 'width_w' => 'š', 'height_h' => 'v', + 'show_url_in_emails' => 'Odkaz na Snipe-IT v e-mailech', + 'show_url_in_emails_help_text' => 'Zrušte zaškrtnutí tohoto políčka, pokud nechcete odkazovat zpět na instalaci Snipe-IT do vašich emailových patek. Užitečné, pokud se většina vašich uživatelů nikdy nepřihlásí.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'thumbnail_max_h' => 'Maximální výška miniatur', + 'thumbnail_max_h_help' => 'Maximální výška v pixelech, která se v zobrazení seznamu zobrazí miniaturám. Min 25, max 500.', 'two_factor' => 'Dvoufaktorové ověření', 'two_factor_secret' => 'Dvojfaktorový kód', 'two_factor_enrollment' => 'Dvojfaktorový zápis', diff --git a/resources/lang/cs/admin/statuslabels/message.php b/resources/lang/cs/admin/statuslabels/message.php index 27c45bac40..f7fa8c59ef 100644 --- a/resources/lang/cs/admin/statuslabels/message.php +++ b/resources/lang/cs/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => 'Opravdu si přejete odstranit tento stavový štítek?', 'error' => 'Vyskytl se problém při mazání datového štítku. Zkuste to znovu prosím.', 'success' => 'Stavový štítek byl úspěšně smazán.' - ) + ), + + 'help' => array( + 'undeployable' => 'Tyto prostředky nelze nikomu přiřadit.', + 'deployable' => 'Tyto aktiva je možné zkontrolovat. Jakmile budou přiděleny, převezmou status meta Deployed.', + 'archived' => 'Tyto prostředky nelze odhlásit a zobrazí se pouze v zobrazení Archivováno. To je užitečné pro uchovávání informací o prostředcích pro účely rozpočtování / historických účelů, ale jejich uchování mimo denní seznam aktiv.', + 'pending' => 'Tento majetek zatím nemůže být přiřazen nikomu, často používanému pro položky, které jsou určeny k opravě, ale očekává se, že se vrátí do oběhu.', + ), ); diff --git a/resources/lang/cs/admin/users/general.php b/resources/lang/cs/admin/users/general.php index f863940905..58639e02ca 100644 --- a/resources/lang/cs/admin/users/general.php +++ b/resources/lang/cs/admin/users/general.php @@ -13,7 +13,7 @@ return array( 'filetype_info' => 'Povolené přílohy: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', 'history_user' => 'Historie:', 'info' => 'Informace', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => 'Klikněte zde pro obnovení.', 'last_login' => 'Poslední přihlášení', 'ldap_config_text' => 'Nastavení konfigurace LDAP lze nalézt v menu Správce> Nastavení. Vybrané (volitelně) místo bude nastaven pro všechny importované uživatele.', 'software_user' => 'Software vydaný pro :name', diff --git a/resources/lang/cs/admin/users/message.php b/resources/lang/cs/admin/users/message.php index 5f4cc3a8be..38aa6d6fbf 100644 --- a/resources/lang/cs/admin/users/message.php +++ b/resources/lang/cs/admin/users/message.php @@ -31,7 +31,7 @@ return array( 'create' => 'Vyskytl se problém při vytvářením uživatele. Zkuste to znovu.', 'update' => 'Vyskytl se problém při aktualizování uživatele. Zkuste to znovu.', 'delete' => 'Vyskytl se problém při mazání uživatele. Zkuste to znovu.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Tento uživatel má položky přiřazené a nelze je smazat.', 'unsuspend' => 'Vyskytl se problém při rušení uživatele. Zkuste to znovu.', 'import' => 'Vyskytl se problém při importu uživatelů. Zkuste to znovu.', 'asset_already_accepted' => 'Tento majetek již byl odsouhlasen.', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => 'Nelze svázat server LDAP. Zkontrolujte prosím konfiguraci serveru LDAP v konfiguračním souboru LDAP.
Chyba serveru LDAP: ', 'ldap_could_not_search' => 'Nelze vyhledat server LDAP. Zkontrolujte prosím konfiguraci serveru LDAP v konfiguračním souboru LDAP.
Chyba serveru LDAP:', 'ldap_could_not_get_entries' => 'Nelze získat záznamy ze serveru LDAP. Zkontrolujte prosím konfiguraci serveru LDAP v konfiguračním souboru LDAP.
Chyba serveru LDAP:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'Heslo pro tento účet je spravováno serverem LDAP / Active Directory. Obraťte se na oddělení IT a změňte heslo.', ), 'deletefile' => array( diff --git a/resources/lang/cs/admin/users/table.php b/resources/lang/cs/admin/users/table.php index f0018438ad..9e5234312f 100644 --- a/resources/lang/cs/admin/users/table.php +++ b/resources/lang/cs/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Umístění', 'lock_passwords' => 'Přihlašovací údaje nelze v této instalaci měnit.', 'manager' => 'Nadřízený', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Spravovaná místa', 'name' => 'Položka', 'notes' => 'Poznámky', 'password_confirm' => 'Potvrzení hesla', diff --git a/resources/lang/cs/general.php b/resources/lang/cs/general.php index b220fd1a82..76caec135d 100644 --- a/resources/lang/cs/general.php +++ b/resources/lang/cs/general.php @@ -14,19 +14,20 @@ 'all' => 'Vše', 'archived' => 'Archivováno', 'asset_models' => 'Modely majetku', + 'asset_model' => 'model', 'asset' => 'Zařízeni', 'asset_report' => 'Report majetku', 'asset_tag' => 'Označení majetku', 'assets_available' => 'dostupných zařízení', 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit_report' => 'Záznamy auditu', 'assets' => 'Zařízení', 'avatar_delete' => 'Smazat avatara', 'avatar_upload' => 'Nahrát avatara', 'back' => 'Zpět', 'bad_data' => 'Nic nebylo nalezeno. Možná zadáváte špatná data?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => 'Hromadný audit', + 'bulkaudit_status' => 'Stav auditu', 'bulk_checkout' => 'Hromadný výdej', 'cancel' => 'Storno', 'categories' => 'Kategorie', @@ -56,8 +57,8 @@ 'current' => 'Aktuální', 'custom_report' => 'Vlastní report majetku', 'dashboard' => 'Nástěnka', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'dnů', + 'days_to_next_audit' => 'Dny k dalšímu auditu', 'date' => 'Datum', 'debug_warning' => 'Varování!', 'debug_warning_text' => 'Tato aplikace běží ve výrobním režimu s povoleným laděním. To znamená že citlivá data mohou být přístupná vnějšímu světu. Deaktivujte režim ladění nastavením hodnoty APP_DEBUG v souboru .env na false.', @@ -123,8 +124,8 @@ 'moreinfo' => 'Další informace', 'name' => 'Název', 'next' => 'Další', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Další datum auditu', + 'last_audit' => 'Poslední audit', 'new' => 'nový!', 'no_depreciation' => 'Žádná amortizace', 'no_results' => 'Žádné výsledky.', diff --git a/resources/lang/cs/validation.php b/resources/lang/cs/validation.php index 9594ffe5f3..76c06cb6fc 100644 --- a/resources/lang/cs/validation.php +++ b/resources/lang/cs/validation.php @@ -16,18 +16,18 @@ return array( 'accepted' => 'Je potřeba potvrdit :attribute.', 'active_url' => ':attribute není platnou URL.', 'after' => ':attribute nemůže být dříve než :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'Atribut musí mít datum následující nebo rovné: datum.', 'alpha' => ':attribute může obsahovat pouze písmena.', 'alpha_dash' => ':attribute může obsahovat pouze písmena, čísla, a pomlčky.', 'alpha_num' => ':attribute může obsahovat pouze písmena čísla.', - 'array' => 'The :attribute must be an array.', + 'array' => 'Atribut musí být atribut.', 'before' => ':attribute nemůže být později než :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'Atribut: musí mít datum před datem nebo se rovnat: datum.', 'between' => [ 'numeric' => ':attribute musí být mezi :min - :max.', 'file' => ':attribute musí být mezi :min - :max kilobajtů.', 'string' => ':attribute smí obsahovat pouze :min - :max znaků.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'Atribut: musí obsahovat položky: min a max.', ], 'boolean' => ':attribute musí být true nebo false.', 'confirmed' => 'Potvrzení :attribute se neshoduje.', @@ -36,56 +36,56 @@ return array( 'different' => ':attribute a :other se musí lišit.', 'digits' => ':attribute musí být :digits číslo.', 'digits_between' => ':attribute musí být mezi hodnotami :min a :max.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'Atribut: má neplatné kóty obrázku.', + 'distinct' => 'Pole atributu: atribut má duplicitní hodnotu.', 'email' => 'Formát :attribute je neplatný.', 'exists' => 'Zvolený :attribute je neplatný.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'Atribut: musí být soubor.', + 'filled' => 'Pole atributu: musí mít hodnotu.', 'image' => ':attribute musí být obrázek.', 'in' => 'Zvolený :attribute je neplatný.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'Pole atributu neexistuje v: jiné.', 'integer' => ':attribute musí být celočíselný.', 'ip' => ':attribute musí být platná IP adresa.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'Atribut: musí mít platnou adresu IPv4.', + 'ipv6' => 'Atribut: musí být platná adresa IPv6.', + 'json' => 'Atribut: musí být platný řetězec JSON.', 'max' => [ 'numeric' => ':attribute nesmí být větší než :max.', 'file' => ':attribute nesmí být větší než :max kilobajtů.', 'string' => ':attribute nesmí být větší než :max znaků.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'Atribut: Atribut nesmí mít více než: max položky.', ], 'mimes' => ':attribute musí být soubor typu: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'Atribut: musí být soubor typu:: values.', 'min' => [ 'numeric' => ':attribute musí být minimálne :min.', 'file' => ':attribute musí být minimálně :min kilobajtů.', 'string' => ':attribute musí mít minimálně :min znaků.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'Atribut musí mít alespoň: min položky.', ], 'not_in' => 'Zvolený :attribute je neplatný.', 'numeric' => ':attribute musí být číslo.', - 'present' => 'The :attribute field must be present.', + 'present' => 'Pole atributu musí být přítomno.', 'regex' => 'Formát :attribute je neplatný.', 'required' => 'Pole :attribute je požadováno.', 'required_if' => 'Položka :attribute je vyžadována, když :other je :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'Pole atributu: je povinné, pokud: jiný není v: hodnoty.', 'required_with' => 'Hodnota :attribute je vyžadována, když je přítomno :values.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'Pole atributu: je požadováno, když: jsou přítomny hodnoty.', 'required_without' => 'Hodnota :attribute je vyžadována, když není přítomno :values.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'Pole atributu: je vyžadováno, pokud nejsou žádné hodnoty: existují.', 'same' => ':attribute a :other se musí shodovat.', 'size' => [ 'numeric' => ':attribute musí být :size.', 'file' => ':attribute musí být :size kilobajtů.', 'string' => ':attribute musí mít :size znaků.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'Atribut: musí obsahovat: položky velikosti.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'Atribut: musí být řetězec.', + 'timezone' => 'Atribut: musí být platnou zónou.', 'unique' => ':attribute byl již vybrán.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'Atribut: se nepodařilo nahrát.', 'url' => 'Formát :attribute je neplatný.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Pole atributu: atribut obsahuje znak, který není povolen.", + "email_array" => "Jedna nebo více e-mailových adres je neplatná.", + "hashed_pass" => "Vaše současné heslo je nesprávné", + 'dumbpwd' => 'Toto heslo je příliš běžné.', + "statuslabel_type" => "Musíte vybrat platný typ štítku stavu", + "unique_undeleted" => "Atribut musí být jedinečný.", ], /* diff --git a/resources/lang/da/admin/asset_maintenances/message.php b/resources/lang/da/admin/asset_maintenances/message.php index 9d33c48b04..3e544b2d92 100644 --- a/resources/lang/da/admin/asset_maintenances/message.php +++ b/resources/lang/da/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Aktivets vedligeholdelse blev oprettet med succes.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Asset Maintenance var ikke redigeret, prøv igen.', + 'success' => 'Asset Maintenance redigeres med succes.' ], 'asset_maintenance_incomplete' => 'Ikke afsluttet endnu', 'warranty' => 'Garanti', diff --git a/resources/lang/da/admin/asset_maintenances/table.php b/resources/lang/da/admin/asset_maintenances/table.php index b7babc075f..8b713e9a79 100644 --- a/resources/lang/da/admin/asset_maintenances/table.php +++ b/resources/lang/da/admin/asset_maintenances/table.php @@ -2,7 +2,7 @@ return [ 'title' => 'Asset Maintenance', - 'asset_name' => 'Asset Name', + 'asset_name' => 'Aktivnavn', 'is_warranty' => 'Garanti', 'dl_csv' => 'Hent CSV' ]; diff --git a/resources/lang/da/admin/categories/general.php b/resources/lang/da/admin/categories/general.php index 617f94c15f..737578921d 100644 --- a/resources/lang/da/admin/categories/general.php +++ b/resources/lang/da/admin/categories/general.php @@ -1,8 +1,8 @@ 'About Categories', - 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', + 'about_categories_title' => 'Om Kategorier', + 'about_categories' => 'Kategorier hjælper dig med at organisere dine varer. Nogle eksempler kan være "Desktops", "Laptops", "Mobile Phones", "Tablets" osv., Men du kan bruge kategorier på nogen måde, der giver mening for dig.', 'asset_categories' => 'Aktiver Kategorier', 'category_name' => 'Kategorinavn', 'checkin_email' => 'Send email til bruger ved tjek ind.', @@ -11,7 +11,7 @@ return array( 'edit' => 'Rediger Kategori', 'eula_text' => 'Slutbrugerlicenskategori', 'eula_text_help' => 'Dette felt tillader dig at tilpasse din slutbrugerlicens til specifikke typer af aktiver. Hvis du kun har en slutbrugerlicens for alle dine aktiver, kan du afkrydse boksen nedenfor for at bruge den primære standardlicens.', - 'name' => 'Category Name', + 'name' => 'Kategori Navn', 'require_acceptance' => 'Kræver brugere at bekræfte accept af aktiver i denne kategori.', 'required_acceptance' => 'Denne bruger vil modtage en e-mail med et link til bekræftelse af accept af dette emne.', 'required_eula' => 'Denne bruger vil blive sendt en kopi af slutbrugerlicensen', diff --git a/resources/lang/da/admin/components/general.php b/resources/lang/da/admin/components/general.php index 75c9d250ab..b3cdd5db3e 100644 --- a/resources/lang/da/admin/components/general.php +++ b/resources/lang/da/admin/components/general.php @@ -1,17 +1,17 @@ 'About Components', - 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', - 'component_name' => 'Component Name', + 'about_components_title' => 'Om komponenter', + 'about_components_text' => 'Komponenter er elementer, der er en del af et aktiv, for eksempel HDD, RAM osv.', + 'component_name' => 'Komponentnavn', 'checkin' => 'Checkin Component', - 'checkout' => 'Checkout Component', - 'cost' => 'Purchase Cost', - 'create' => 'Create Component', - 'edit' => 'Edit Component', - 'date' => 'Purchase Date', - 'order' => 'Order Number', - 'remaining' => 'Remaining', + 'checkout' => 'Checkout Komponent', + 'cost' => 'Købsomkostninger', + 'create' => 'Opret komponent', + 'edit' => 'Rediger komponent', + 'date' => 'Købsdato', + 'order' => 'Ordrenummer', + 'remaining' => 'Resterende', 'total' => 'Total', - 'update' => 'Update Component', + 'update' => 'Opdater Komponent', ); diff --git a/resources/lang/da/admin/components/message.php b/resources/lang/da/admin/components/message.php index 1d13970f23..e095b0841e 100644 --- a/resources/lang/da/admin/components/message.php +++ b/resources/lang/da/admin/components/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Component does not exist.', + 'does_not_exist' => 'Komponent eksisterer ikke.', 'create' => array( - 'error' => 'Component was not created, please try again.', - 'success' => 'Component created successfully.' + 'error' => 'Komponent blev ikke oprettet, prøv igen.', + 'success' => 'Komponent oprettet med succes.' ), 'update' => array( - 'error' => 'Component was not updated, please try again', - 'success' => 'Component updated successfully.' + 'error' => 'Komponent blev ikke opdateret, prøv igen', + 'success' => 'Komponent opdateret med succes.' ), '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' => 'Er du sikker på, at du vil slette denne komponent?', + 'error' => 'Der opstod et problem ved at slette komponenten. Prøv igen.', + 'success' => 'Komponenten blev slettet korrekt.' ), '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' => 'Komponent blev ikke tjekket ud, prøv igen', + 'success' => 'Komponent tjekket ud med succes.', + 'user_does_not_exist' => 'Denne bruger er ugyldig. Prøv igen.' ), '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' => 'Komponent blev ikke tjekket ind, prøv igen', + 'success' => 'Komponent tjekket ind med succes.', + 'user_does_not_exist' => 'Denne bruger er ugyldig. Prøv igen.' ) diff --git a/resources/lang/da/admin/components/table.php b/resources/lang/da/admin/components/table.php index 3d4fed6a7f..f2692003d6 100644 --- a/resources/lang/da/admin/components/table.php +++ b/resources/lang/da/admin/components/table.php @@ -1,5 +1,5 @@ 'Component Name', + 'title' => 'Komponentnavn', ); diff --git a/resources/lang/da/admin/consumables/general.php b/resources/lang/da/admin/consumables/general.php index 53a69f8c03..8c02dc7496 100644 --- a/resources/lang/da/admin/consumables/general.php +++ b/resources/lang/da/admin/consumables/general.php @@ -1,13 +1,13 @@ 'About Consumables', - 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', - 'checkout' => 'Checkout Consumable to User', - 'consumable_name' => 'Consumable Name', - 'create' => 'Create Consumable', - 'item_no' => 'Item No.', - 'remaining' => 'Remaining', + 'about_consumables_title' => 'Om forbrugsvarer', + 'about_consumables_text' => 'Forbrugsvarer købes noget, der bliver brugt op over tid. For eksempel printer blæk eller kopimaskine papir.', + 'checkout' => 'Checkout forbrugsvarer til bruger', + 'consumable_name' => 'Forbrugelighedsnavn', + 'create' => 'Opret forbrugsstoffer', + 'item_no' => 'Varenummer', + 'remaining' => 'Resterende', 'total' => 'Total', - 'update' => 'Update Consumable', + 'update' => 'Opdater forbrugsstoffer', ); diff --git a/resources/lang/da/admin/consumables/message.php b/resources/lang/da/admin/consumables/message.php index 48a3cfbd9f..bddde98446 100644 --- a/resources/lang/da/admin/consumables/message.php +++ b/resources/lang/da/admin/consumables/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Consumable does not exist.', + 'does_not_exist' => 'Forbrugsstoffer findes ikke.', 'create' => array( - 'error' => 'Consumable was not created, please try again.', - 'success' => 'Consumable created successfully.' + 'error' => 'Forbruget er ikke oprettet, prøv igen.', + 'success' => 'Forbrugsvarer oprettes med succes.' ), 'update' => array( - 'error' => 'Consumable was not updated, please try again', - 'success' => 'Consumable updated successfully.' + 'error' => 'Forbruget blev ikke opdateret, prøv igen', + 'success' => 'Forbrugsstoffer opdateret med succes.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this consumable?', - 'error' => 'There was an issue deleting the consumable. Please try again.', - 'success' => 'The consumable was deleted successfully.' + 'confirm' => 'Er du sikker på, at du ønsker at slette denne forbrugsstof?', + 'error' => 'Der opstod et problem ved at slette forbruget. Prøv igen.', + 'success' => 'Forbruget blev slettet.' ), 'checkout' => array( - 'error' => 'Consumable was not checked out, please try again', - 'success' => 'Consumable checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Forbruget blev ikke tjekket ud, prøv igen', + 'success' => 'Forbrugsmaterialet tjekket ud med succes.', + 'user_does_not_exist' => 'Denne bruger er ugyldig. Prøv igen.' ), 'checkin' => array( - 'error' => 'Consumable was not checked in, please try again', - 'success' => 'Consumable checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Forbruget blev ikke tjekket ind, prøv igen', + 'success' => 'Forbrugsstoffer kontrolleres med succes.', + 'user_does_not_exist' => 'Denne bruger er ugyldig. Prøv igen.' ) diff --git a/resources/lang/da/admin/consumables/table.php b/resources/lang/da/admin/consumables/table.php index bb76721f17..f0a5114804 100644 --- a/resources/lang/da/admin/consumables/table.php +++ b/resources/lang/da/admin/consumables/table.php @@ -1,5 +1,5 @@ 'Consumable Name', + 'title' => 'Forbrugelighedsnavn', ); diff --git a/resources/lang/da/admin/custom_fields/general.php b/resources/lang/da/admin/custom_fields/general.php index 0bbac9403e..084b36796a 100644 --- a/resources/lang/da/admin/custom_fields/general.php +++ b/resources/lang/da/admin/custom_fields/general.php @@ -4,7 +4,7 @@ return array( 'custom_fields' => 'Brugerdefinerede felter', 'field' => 'Felt', 'about_fieldsets_title' => 'Om Feltsæt', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => 'Fieldsets giver dig mulighed for at oprette grupper af brugerdefinerede felter, der ofte bruges igen til specifikke aktivmodeltyper.', 'custom_format' => 'Brugerdefineret format...', 'encrypt_field' => 'Kryptere værdien af dette felt i databasen', 'encrypt_field_help' => 'Advarsel: Kryptere et felt gør det uransagelige.', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Feltsættets navn', 'field_name' => 'Feltnavn', 'field_values' => 'Feltværdier', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', + 'field_values_help' => 'Tilføj valgbare indstillinger, en pr. Linje. Andre linjer end den første linje vil blive ignoreret.', 'field_element' => 'Form-elementet', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/da/admin/depreciations/general.php b/resources/lang/da/admin/depreciations/general.php index aabbe5238a..b05b0d503b 100644 --- a/resources/lang/da/admin/depreciations/general.php +++ b/resources/lang/da/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Omkring Aktiv Afskrivninger', 'about_depreciations' => 'Du kan sætte aktiv afskrivninger til at afskrive aktiver baseret på lineære afskrivninger.', 'asset_depreciations' => 'Aktiv Afskrivninger', - 'create' => 'Create Depreciation', + 'create' => 'Opret afskrivninger', 'depreciation_name' => 'Afskrivningnavn', 'number_of_months' => 'Antal måneder', - 'update' => 'Update Depreciation', + 'update' => 'Opdater Afskrivninger', ); diff --git a/resources/lang/da/admin/hardware/form.php b/resources/lang/da/admin/hardware/form.php index 6751044a0f..37a8c22484 100644 --- a/resources/lang/da/admin/hardware/form.php +++ b/resources/lang/da/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confirm Bulk Delete Assets', + 'bulk_delete' => 'Bekræft massefortegnelser', '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', @@ -14,6 +14,7 @@ return array( 'cost' => 'Indkøbspris', 'create' => 'Opret Aktiv', 'date' => 'Købsdato', + 'depreciation' => 'Afskrivninger', 'depreciates_on' => 'Afskrives Den', 'default_location' => 'Standardplacering', 'eol_date' => 'EOL Dato', diff --git a/resources/lang/da/admin/hardware/general.php b/resources/lang/da/admin/hardware/general.php index 1def86dc9e..dfa0f8ece3 100644 --- a/resources/lang/da/admin/hardware/general.php +++ b/resources/lang/da/admin/hardware/general.php @@ -1,23 +1,23 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', - 'archived' => 'Archived', + 'about_assets_title' => 'Om aktiver', + 'about_assets_text' => 'Aktiver er poster sporet af serienummer eller aktiv tag. De har tendens til at være højere værdi elementer, hvor identifikation af en bestemt genstand betyder noget.', + 'archived' => 'arkiverede', 'asset' => 'Asset', - 'bulk_checkout' => 'Checkout Assets to User', + 'bulk_checkout' => 'Checkoutaktiver til bruger', 'checkin' => 'Checkin Asset', 'checkout' => 'Checkout Asset', - 'clone' => 'Clone Asset', + 'clone' => 'Klonaktiver', 'deployable' => 'Deployable', - 'deleted' => 'This asset has been deleted. Click here to restore it.', - 'edit' => 'Edit Asset', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', - 'requestable' => 'Requestable', - 'requested' => 'Requested', - 'restore' => 'Restore Asset', - 'pending' => 'Pending', + 'deleted' => 'Dette aktiv er blevet slettet. Klik her for at gendanne det.', + 'edit' => 'Rediger aktiv', + 'filetype_info' => 'Tilladte filtyper er png, gif, jpg, jpeg, doc, docx, pdf, txt, zip og rar.', + 'model_deleted' => 'Denne aktivmodel er blevet slettet. Du skal gendanne modellen, før du kan gendanne Asset.
Klik her for at gendanne model.', + 'requestable' => 'kan anmodes', + 'requested' => 'Anmodet', + 'restore' => 'Gendan aktiv', + 'pending' => 'Verserende', 'undeployable' => 'Undeployable', - 'view' => 'View Asset', + 'view' => 'Se aktiv', ); diff --git a/resources/lang/da/admin/hardware/message.php b/resources/lang/da/admin/hardware/message.php index 112cf77ded..2190ddb370 100644 --- a/resources/lang/da/admin/hardware/message.php +++ b/resources/lang/da/admin/hardware/message.php @@ -2,81 +2,80 @@ return array( - 'undeployable' => 'Warning: This asset has been marked as currently undeployable. - If this status has changed, please update the asset status.', - 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'undeployable' => 'Advarsel: Dette aktiv er blevet markeret som uudnytteligt. Hvis denne status er ændret, skal du opdatere aktivstatus.', + 'does_not_exist' => 'Asset eksisterer ikke.', + 'does_not_exist_or_not_requestable' => 'Godt forsøgt. Det pågældende aktiv eksisterer ikke eller kan ikke anmodes om.', + 'assoc_users' => 'Dette aktiv er i øjeblikket tjekket ud til en bruger og kan ikke slettes. Kontroller aktivet først, og prøv derefter at slette igen.', 'create' => array( - 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' + 'error' => 'Akten blev ikke oprettet, prøv igen. :(', + 'success' => 'Aktivet blev oprettet med succes. :)' ), 'update' => array( - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'error' => 'Akten blev ikke opdateret, prøv igen', + 'success' => 'Asset opdateret med succes.', + 'nothing_updated' => 'Ingen felter blev valgt, så intet blev opdateret.', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' + 'error' => 'Akten blev ikke gendannet, prøv igen', + 'success' => 'Asset restaureret med succes.' ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Assetrevision mislykkedes. Prøv igen.', + 'success' => 'Asset audit succesfuldt logget.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Filen er ikke slettet. Prøv igen.', + 'success' => 'Filen er slettet korrekt.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Fil (er) ikke uploadet. Prøv igen.', + 'success' => 'Fil (er), der blev uploadet korrekt.', + 'nofiles' => 'Du valgte ikke nogen filer til upload, eller filen du forsøger at uploade er for stor', + 'invalidfiles' => 'En eller flere af dine filer er for store eller er en filtype, der ikke er tilladt. Tilladte filtyper er png, gif, jpg, doc, docx, pdf og txt.', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'Nogle elementer importerede ikke korrekt.', + 'errorDetail' => 'Følgende elementer blev ikke importeret på grund af fejl.', + 'success' => "Din fil er blevet importeret", + 'file_delete_success' => "Din fil er blevet slettet korrekt", + 'file_delete_error' => "Filen kunne ikke slettes", ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset?', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', - 'success' => 'The asset was deleted successfully.' + 'confirm' => 'Er du sikker på, at du vil slette dette aktiv?', + 'error' => 'Der opstod et problem ved at slette aktivet. Prøv igen.', + 'nothing_updated' => 'Ingen aktiver blev valgt, så intet blev slettet.', + 'success' => 'Aktivet blev slettet med succes.' ), '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.', - 'not_available' => 'That asset is not available for checkout!' + 'error' => 'Akten blev ikke tjekket ud, prøv igen', + 'success' => 'Asset tjekket ud med succes.', + 'user_does_not_exist' => 'Denne bruger er ugyldig. Prøv igen.', + 'not_available' => 'Det aktiv er ikke tilgængeligt for kassen!' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'already_checked_in' => 'That asset is already checked in.', + 'error' => 'Akten blev ikke tjekket ind, prøv igen', + 'success' => 'Asset tjekket ind med succes.', + 'user_does_not_exist' => 'Denne bruger er ugyldig. Prøv igen.', + 'already_checked_in' => 'Det aktiv er allerede kontrolleret.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'Akten blev ikke anmodet om, prøv igen', + 'success' => 'Akten blev bedt om succes.', + 'canceled' => 'Afbestillingsanmodningen er aflyst' ) ); diff --git a/resources/lang/da/admin/hardware/table.php b/resources/lang/da/admin/hardware/table.php index e8baa09d5a..bdb5f728ff 100644 --- a/resources/lang/da/admin/hardware/table.php +++ b/resources/lang/da/admin/hardware/table.php @@ -4,21 +4,21 @@ return array( 'asset_tag' => 'Asset Tag', 'asset_model' => 'Model', - 'book_value' => 'Value', - 'change' => 'In/Out', - 'checkout_date' => 'Checkout Date', - 'checkoutto' => 'Checked Out', + 'book_value' => 'Værdi', + 'change' => 'Ind ud', + 'checkout_date' => 'Checkout dato', + 'checkoutto' => 'Tjekket ud', 'diff' => 'Diff', 'dl_csv' => 'Download CSV', 'eol' => 'EOL', 'id' => 'ID', - 'location' => 'Location', - 'purchase_cost' => 'Cost', - 'purchase_date' => 'Purchased', - 'serial' => 'Serial', - 'status' => 'Status', - 'title' => 'Asset ', - 'image' => 'Device Image', - 'days_without_acceptance' => 'Days Without Acceptance' + 'location' => 'Beliggenhed', + 'purchase_cost' => 'Koste', + 'purchase_date' => 'købt', + 'serial' => 'Seriel', + 'status' => 'status', + 'title' => 'Asset', + 'image' => 'Enhedsbillede', + 'days_without_acceptance' => 'Dage uden accept' ); diff --git a/resources/lang/da/admin/licenses/form.php b/resources/lang/da/admin/licenses/form.php index 8597022f01..f65a504ad1 100644 --- a/resources/lang/da/admin/licenses/form.php +++ b/resources/lang/da/admin/licenses/form.php @@ -3,20 +3,20 @@ return array( 'asset' => 'Asset', - 'checkin' => 'Checkin', + 'checkin' => 'checkin', 'create' => 'Opret licens', 'expiration' => 'Udløbsdato', - 'license_key' => 'Product Key', - 'maintained' => 'Maintained', + 'license_key' => 'Produktnøgle', + 'maintained' => 'vedligeholdt', 'name' => 'Software navn', - 'no_depreciation' => 'Do Not Depreciate', - 'purchase_order' => 'Purchase Order Number', - 'reassignable' => 'Reassignable', - 'remaining_seats' => 'Remaining Seats', - 'seats' => 'Seats', - 'termination_date' => 'Termination Date', - 'to_email' => 'Licensed to Email', - 'to_name' => 'Licensed to Name', + 'no_depreciation' => 'Afskrive ikke', + 'purchase_order' => 'Købsordrenummer', + 'reassignable' => 'videretildeles', + 'remaining_seats' => 'Resterende pladser', + 'seats' => 'Sæder', + 'termination_date' => 'Opsigelsesdato', + 'to_email' => 'Licenseret til Email', + 'to_name' => 'Licenseret til Navn', 'update' => 'Opdater licens', 'checkout_help' => 'Du skal tjekke en licens ud til et hardware aktiv eller en person. Du kan vælge begge dele, men ejeren af aktivet skal svare til den person, du tjekker aktivet ud til.' ); diff --git a/resources/lang/da/admin/licenses/general.php b/resources/lang/da/admin/licenses/general.php index e411766f92..b8c500395e 100644 --- a/resources/lang/da/admin/licenses/general.php +++ b/resources/lang/da/admin/licenses/general.php @@ -2,19 +2,19 @@ return array( 'about_licenses_title' => 'Om licenser', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', - 'checkin' => 'Checkin License Seat', - 'checkout_history' => 'Checkout History', - 'checkout' => 'Checkout License Seat', + 'about_licenses' => 'Licenser bruges til at spore software. De har et bestemt antal pladser, der kan tjekkes ud til enkeltpersoner', + 'checkin' => 'Checkin Licenssæde', + 'checkout_history' => 'Checkout historie', + 'checkout' => 'Checkout Licenssæde', 'edit' => 'Redigere licens', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'filetype_info' => 'Tilladte filtyper er png, gif, jpg, jpeg, doc, docx, pdf, txt, zip og rar.', 'clone' => 'Klon licens', - 'history_for' => 'History for ', - 'in_out' => 'In/Out', + 'history_for' => 'Historie for', + 'in_out' => 'Ind ud', 'info' => 'Licens Info', - 'license_seats' => 'License Seats', - 'seat' => 'Seat', - 'seats' => 'Seats', + 'license_seats' => 'Licenssæder', + 'seat' => 'Sæde', + 'seats' => 'Sæder', 'software_licenses' => 'Softwarelicenser', 'user' => 'Bruger', 'view' => 'Se licens', diff --git a/resources/lang/da/admin/licenses/message.php b/resources/lang/da/admin/licenses/message.php index 3836976832..1e413e49ed 100644 --- a/resources/lang/da/admin/licenses/message.php +++ b/resources/lang/da/admin/licenses/message.php @@ -3,48 +3,49 @@ return array( 'does_not_exist' => 'Licens eksistere ikke.', - 'user_does_not_exist' => 'User does not exist.', - 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', - 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'user_does_not_exist' => 'Bruger eksisterer ikke.', + 'asset_does_not_exist' => 'Det aktiv, du forsøger at forbinde med denne licens, findes ikke.', + 'owner_doesnt_match_asset' => 'Det aktiv, du forsøger at associere med denne licens, ejes af andre som den person, der er valgt i den tildelte til dropdown.', + 'assoc_users' => 'Denne licens er i øjeblikket tjekket ud til en bruger og kan ikke slettes. Kontroller venligst licensen først, og prøv derefter at slette igen.', + 'select_asset_or_person' => 'Du skal vælge et aktiv eller en bruger, men ikke begge.', 'create' => array( - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.' + 'error' => 'Licensen blev ikke oprettet, prøv igen.', + 'success' => 'Licensen er oprettet med succes.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Filen er ikke slettet. Prøv igen.', + 'success' => 'Filen er slettet korrekt.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'error' => 'Fil (er) ikke uploadet. Prøv igen.', + 'success' => 'Fil (er), der blev uploadet korrekt.', + 'nofiles' => 'Du valgte ikke nogen filer til upload, eller filen du forsøger at uploade er for stor', + 'invalidfiles' => 'En eller flere af dine filer er for store eller er en filtype, der ikke er tilladt. Tilladte filtyper er png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml og lic.', ), 'update' => array( - 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.' + 'error' => 'Licensen blev ikke opdateret, prøv igen', + 'success' => 'Licensen opdateres med succes.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this license?', - 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.' + 'confirm' => 'Er du sikker på, at du vil slette denne licens?', + 'error' => 'Der opstod et problem ved at slette licensen. Prøv igen.', + 'success' => 'Licensen blev slettet korrekt.' ), 'checkout' => array( - 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully' + 'error' => 'Der var et problem med at tjekke licensen. Prøv igen.', + 'success' => 'Licensen blev tjekket ud med succes' ), 'checkin' => array( - 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully' + 'error' => 'Der var et problem at kontrollere licensen. Prøv igen.', + 'success' => 'Licensen blev tjekket ind med succes' ), ); diff --git a/resources/lang/da/admin/licenses/table.php b/resources/lang/da/admin/licenses/table.php index 5953f3a529..ec7d8d23b3 100644 --- a/resources/lang/da/admin/licenses/table.php +++ b/resources/lang/da/admin/licenses/table.php @@ -3,15 +3,15 @@ return array( 'assigned_to' => 'Tildelt', - 'checkout' => 'In/Out', + 'checkout' => 'Ind ud', 'id' => 'ID', - 'license_email' => 'License Email', - 'license_name' => 'Licensed To', - 'purchase_date' => 'Purchase Date', - 'purchased' => 'Purchased', - 'seats' => 'Seats', + 'license_email' => 'Licens Email', + 'license_name' => 'Licenseret til', + 'purchase_date' => 'Købsdato', + 'purchased' => 'købt', + 'seats' => 'Sæder', 'hardware' => 'Hardware', - 'serial' => 'Serial', - 'title' => 'License', + 'serial' => 'Seriel', + 'title' => 'Licens', ); diff --git a/resources/lang/da/admin/locations/message.php b/resources/lang/da/admin/locations/message.php index 8ba017fac6..974c111250 100644 --- a/resources/lang/da/admin/locations/message.php +++ b/resources/lang/da/admin/locations/message.php @@ -3,25 +3,25 @@ return array( 'does_not_exist' => 'Beliggenhed findes ikke.', - 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', - 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', - 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + 'assoc_users' => 'Denne placering er i øjeblikket forbundet med mindst en bruger og kan ikke slettes. Opdater dine brugere for ikke længere at henvise til denne placering, og prøv igen.', + 'assoc_assets' => 'Denne placering er i øjeblikket forbundet med mindst ét ​​aktiv og kan ikke slettes. Opdater dine aktiver for ikke længere at henvise til denne placering, og prøv igen.', + 'assoc_child_loc' => 'Denne placering er for øjeblikket forælder på mindst et barns placering og kan ikke slettes. Opdater dine placeringer for ikke længere at henvise til denne placering, og prøv igen.', 'create' => array( - 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.' + 'error' => 'Placeringen blev ikke oprettet, prøv igen.', + 'success' => 'Placering oprettet med succes.' ), 'update' => array( - 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.' + 'error' => 'Placeringen blev ikke opdateret, prøv igen', + 'success' => 'Placering opdateret med succes.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this location?', - 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.' + 'confirm' => 'Er du sikker på, at du vil slette denne placering?', + 'error' => 'Der opstod et problem ved at slette placeringen. Prøv igen.', + 'success' => 'Placeringen blev slettet korrekt.' ) ); diff --git a/resources/lang/da/admin/locations/table.php b/resources/lang/da/admin/locations/table.php index ffa69307d5..130a3ea848 100644 --- a/resources/lang/da/admin/locations/table.php +++ b/resources/lang/da/admin/locations/table.php @@ -1,21 +1,21 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', - 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', + 'about_locations_title' => 'Om steder', + 'about_locations' => 'Steder bruges til at spore placeringsoplysninger for brugere, aktiver og andre elementer', + 'assets_rtd' => 'Aktiver', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Aktiver tildelt', 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', + 'city' => 'by', + 'state' => 'Stat', + 'country' => 'Land', + 'create' => 'Opret placering', + 'update' => 'Opdateringssted', + 'name' => 'Navn på sted', + 'address' => 'Adresse', + 'zip' => 'Postnummer', + 'locations' => 'Placeringer', + 'parent' => 'Forældre', + 'currency' => 'Beliggenhed Valuta', 'ldap_ou' => 'LDAP Search OU', ); diff --git a/resources/lang/da/admin/manufacturers/message.php b/resources/lang/da/admin/manufacturers/message.php index 92b34ee7b4..cb80b46c10 100644 --- a/resources/lang/da/admin/manufacturers/message.php +++ b/resources/lang/da/admin/manufacturers/message.php @@ -3,22 +3,22 @@ return array( 'does_not_exist' => 'Fabrikant eksistere ikke.', - 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', + 'assoc_users' => 'Denne producent er i øjeblikket forbundet med mindst en model og kan ikke slettes. Opdater dine modeller for ikke længere at henvise til denne producent, og prøv igen.', 'create' => array( - 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.' + 'error' => 'Producenten blev ikke oprettet, prøv igen.', + 'success' => 'Producenten blev oprettet med succes.' ), 'update' => array( - 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.' + 'error' => 'Producenten blev ikke opdateret, prøv igen', + 'success' => 'Producent opdateret med succes.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the manufacturer. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.' + 'confirm' => 'Er du sikker på, at du vil slette denne producent?', + 'error' => 'Der opstod et problem ved at slette producenten. Prøv igen.', + 'success' => 'Fabrikanten blev slettet med succes.' ) ); diff --git a/resources/lang/da/admin/manufacturers/table.php b/resources/lang/da/admin/manufacturers/table.php index 4e3ea9904d..782e75aa9b 100644 --- a/resources/lang/da/admin/manufacturers/table.php +++ b/resources/lang/da/admin/manufacturers/table.php @@ -1,16 +1,16 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'about_manufacturers_title' => 'Om producenterne', + 'about_manufacturers_text' => 'Producenter er de virksomheder, der skaber dine aktiver. Du kan gemme vigtige supportkontaktoplysninger om dem her, som vil blive vist på dine detaljerede sider.', 'asset_manufacturers' => 'Asset Manufacturers', - 'create' => 'Create Manufacturer', + 'create' => 'Opret producent', 'id' => 'ID', - 'name' => 'Name', + 'name' => 'Navn', 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', + 'support_phone' => 'Support Telefon', 'support_url' => 'Support URL', - 'update' => 'Update Manufacturer', + 'update' => 'Opdater Fabrikant', 'url' => 'URL', ); diff --git a/resources/lang/da/admin/models/general.php b/resources/lang/da/admin/models/general.php index e0da09f780..bbd8673541 100644 --- a/resources/lang/da/admin/models/general.php +++ b/resources/lang/da/admin/models/general.php @@ -1,15 +1,15 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted. Click here to restore it.', - 'restore' => 'Restore Model', - 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', - 'view_deleted' => 'View Deleted', - 'view_models' => 'View Models', - 'fieldset' => 'Fieldset', - 'no_custom_field' => 'No custom fields', + 'about_models_title' => 'Om aktiv modeller', + 'about_models_text' => 'Aktiv modeller er en måde at gruppere identiske aktiver. "MBP 2013", "IPhone 6s", osv.', + 'deleted' => 'Denne model er blevet slettet. Klik her for at gendanne den.', + 'restore' => 'Gendanne Model', + 'requestable' => 'Brugere kan anmode om denne model', + 'show_mac_address' => 'Vis MAC adressefelt i aktiver i denne model', + 'view_deleted' => 'Se slettet', + 'view_models' => 'Se modeller', + 'fieldset' => 'Feltsæt', + 'no_custom_field' => 'Ingen brugerdefinerede felter', ); diff --git a/resources/lang/da/admin/models/message.php b/resources/lang/da/admin/models/message.php index 5b1b9a1a1b..97db8e223f 100644 --- a/resources/lang/da/admin/models/message.php +++ b/resources/lang/da/admin/models/message.php @@ -2,35 +2,35 @@ return array( - 'does_not_exist' => 'Model does not exist.', - 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', + 'does_not_exist' => 'Model findes ikke.', + 'assoc_users' => 'Denne model er knyttet til en eller flere aktiver og ikke kan slettes. Slet venligst aktiver, og prøv derefter at slette igen. ', 'create' => array( - 'error' => 'Model was not created, please try again.', - 'success' => 'Model created successfully.', - 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + 'error' => 'Modellen blev ikke oprettet, prøve igen.', + 'success' => 'Model oprettet.', + 'duplicate_set' => 'Der findes allerede en model med det navn, producent og modelnummer eksisterer allerede.', ), 'update' => array( - 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.' + 'error' => 'Modellen blev ikke opdateret, prøv igen', + 'success' => 'Model opdateret.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset model?', - 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.' + 'confirm' => 'Er du sikker på du vil slette dette aktiv model?', + 'error' => 'Der opstod et problem under sletning af modellen. Prøv venligst igen.', + 'success' => 'Modellen blev slettet.' ), 'restore' => array( - 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.' + 'error' => 'Modellen blev ikke gendannet, prøv igen', + 'success' => 'Model gendannet.' ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Ingen felter blev ændret, så intet er blevet opdateret.', + 'success' => 'Modeller opdateret.' ), ); diff --git a/resources/lang/da/admin/models/table.php b/resources/lang/da/admin/models/table.php index 11a512b3d3..bfc0c4f7db 100644 --- a/resources/lang/da/admin/models/table.php +++ b/resources/lang/da/admin/models/table.php @@ -2,16 +2,16 @@ return array( - 'create' => 'Create Asset Model', - 'created_at' => 'Created at', + 'create' => 'Oprette aktiv Model', + 'created_at' => 'Oprettet af', 'eol' => 'EOL', - 'modelnumber' => 'Model No.', - 'name' => 'Asset Model Name', - 'numassets' => 'Assets', - 'title' => 'Asset Models', - 'update' => 'Update Asset Model', - 'view' => 'View Asset Model', - 'update' => 'Update Asset Model', - 'clone' => 'Clone Model', - 'edit' => 'Edit Model', + 'modelnumber' => 'Modelnummer', + 'name' => 'Aktiv modelnavn', + 'numassets' => 'Aktiver', + 'title' => 'Aktiv Modeller', + 'update' => 'Opdatere aktiv model', + 'view' => 'Se aktiv model', + 'update' => 'Opdatere aktiv model', + 'clone' => 'Klon model', + 'edit' => 'Redigere model', ); diff --git a/resources/lang/da/admin/reports/general.php b/resources/lang/da/admin/reports/general.php index b03b97546f..8cd4d15225 100644 --- a/resources/lang/da/admin/reports/general.php +++ b/resources/lang/da/admin/reports/general.php @@ -1,5 +1,5 @@ 'Select the options you want for your asset report.' + 'info' => 'Vælg de ønskede muligheder for din aktivrapport.' ); diff --git a/resources/lang/da/admin/reports/message.php b/resources/lang/da/admin/reports/message.php index d4c8f8198f..4df74bf0b2 100644 --- a/resources/lang/da/admin/reports/message.php +++ b/resources/lang/da/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.' + 'error' => 'Du skal vælge mindst en mulighed.' ); diff --git a/resources/lang/da/admin/settings/general.php b/resources/lang/da/admin/settings/general.php index 73fd052a58..80c06b3e50 100644 --- a/resources/lang/da/admin/settings/general.php +++ b/resources/lang/da/admin/settings/general.php @@ -2,147 +2,149 @@ 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', - 'alert_email' => 'Send alerts to', - 'alerts_enabled' => 'Alerts Enabled', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', - 'asset_ids' => 'Asset IDs', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', + 'ad_domain' => 'Active Directory domæne', + 'ad_domain_help' => 'Dette er nogle gange det samme som dit e-mail-domæne, men ikke altid.', + 'is_ad' => 'Dette er en Active Directory-server', + 'alert_email' => 'Send advarsler til', + 'alerts_enabled' => 'Advarsler aktiveret', + 'alert_interval' => 'Udløbsvarsel Threshold (i dage)', + 'alert_inv_threshold' => 'Lagervarsletærskel', + 'asset_ids' => 'Aktiv-id\'er', + 'audit_interval' => 'Revisionsinterval', + 'audit_interval_help' => 'Hvis du skal regelmæssigt kontrollere dine aktiver fysisk, skal du indtaste intervallet i måneder.', 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', - 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'audit_warning_days_help' => 'Hvor mange dage i forvejen skal vi advare dig, når aktiver skal betales for revision?', + 'auto_increment_assets' => 'Generer automatisk stigende aktiv-id\'er', + 'auto_increment_prefix' => 'Præfiks (valgfrit)', + 'auto_incrementing_help' => 'Aktivér automatisk inkrementering af aktiv ID\'er for at indstille dette', 'backups' => 'Backups', - 'barcode_settings' => 'Barcode Settings', - 'confirm_purge' => 'Confirm Purge', - 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', - 'custom_css' => 'Custom CSS', - 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', - 'default_currency' => 'Default Currency', - 'default_eula_text' => 'Default EULA', - 'default_language' => 'Default Language', - 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', - 'display_asset_name' => 'Display Asset Name', - 'display_checkout_date' => 'Display Checkout Date', - 'display_eol' => 'Display EOL in table view', - 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', - 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', - 'eula_settings' => 'EULA Settings', - 'eula_markdown' => 'This EULA allows Github flavored markdown.', - 'general_settings' => 'General Settings', - 'generate_backup' => 'Generate Backup', - 'header_color' => 'Header Color', - 'info' => 'These settings let you customize certain aspects of your installation.', + 'barcode_settings' => 'Stregkodeindstillinger', + 'confirm_purge' => 'Bekræft rensning', + 'confirm_purge_help' => 'Indtast teksten "DELETE" i boksen nedenfor for at rense dine slettede poster. Denne handling kan ikke fortrydes.', + 'custom_css' => 'Brugerdefineret CSS', + 'custom_css_help' => 'Indtast eventuelle brugerdefinerede CSS overskridelser, du gerne vil bruge. Indsæt ikke de <style></style> tags.', + 'default_currency' => 'Standardvaluta', + 'default_eula_text' => 'Standard EULA', + 'default_language' => 'Standard sprog', + 'default_eula_help_text' => 'Du kan også knytte brugerdefinerede EULA til specifikke aktivkategorier.', + 'display_asset_name' => 'Vis aktivnavn', + 'display_checkout_date' => 'Vis checkout dato', + 'display_eol' => 'Vis EOL i tabelvisning', + 'display_qr' => 'Vis firkantede koder', + 'display_alt_barcode' => 'Vis 1D stregkode', + 'barcode_type' => '2D stregkode type', + 'alt_barcode_type' => '1D stregkode type', + 'eula_settings' => 'EULA-indstillinger', + 'eula_markdown' => 'Denne EULA tillader Github smagsmærket markdown.', + 'general_settings' => 'Generelle indstillinger', + 'generate_backup' => 'Generer sikkerhedskopiering', + 'header_color' => 'Hovedfarge', + 'info' => 'Disse indstillinger giver dig mulighed for at tilpasse visse aspekter af din installation.', 'laravel' => 'Laravel Version', - 'ldap_enabled' => 'LDAP enabled', + 'ldap_enabled' => 'LDAP aktiveret', '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_settings' => 'LDAP-indstillinger', + 'ldap_server' => 'LDAP-server', + 'ldap_server_help' => 'Dette skal starte med ldap: // (for ukrypteret eller TLS) eller ldaps: // (for SSL)', + 'ldap_server_cert' => 'Validering af LDAP SSL-certifikat', + 'ldap_server_cert_ignore' => 'Tillad ugyldigt SSL-certifikat', + 'ldap_server_cert_help' => 'Marker dette afkrydsningsfelt, hvis du bruger et selvtegnet SSL cert og vil gerne acceptere et ugyldigt SSL-certifikat.', + 'ldap_tls' => 'Brug TLS', + 'ldap_tls_help' => 'Dette bør kun kontrolleres, hvis du kører STARTTLS på din LDAP-server.', + 'ldap_uname' => 'LDAP Bind Brugernavn', + 'ldap_pword' => 'LDAP-bindingsadgangskode', 'ldap_basedn' => 'Base Bind DN', - 'ldap_filter' => 'LDAP Filter', + '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', - 'ldap_auth_filter_query' => 'LDAP Authentication query', + 'ldap_pw_sync_help' => 'Fjern markeringen i dette felt, hvis du ikke vil beholde LDAP-adgangskoder synkroniseret med lokale adgangskoder. Deaktivering dette betyder, at dine brugere muligvis ikke kan logge ind, hvis din LDAP-server ikke er tilgængelig af en eller anden grund.', + 'ldap_username_field' => 'Brugernavn felt', + 'ldap_lname_field' => 'Efternavn', + 'ldap_fname_field' => 'LDAP fornavn', + 'ldap_auth_filter_query' => 'LDAP-godkendelse forespørgsel', 'ldap_version' => 'LDAP Version', 'ldap_active_flag' => 'LDAP Active Flag', - 'ldap_emp_num' => 'LDAP Employee Number', + 'ldap_emp_num' => 'LDAP medarbejdernummer', 'ldap_email' => 'LDAP Email', - 'load_remote_text' => 'Remote Scripts', - 'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.', + 'load_remote_text' => 'Fjernskrifter', + 'load_remote_help_text' => 'Denne Snipe-IT-installation kan indlæse scripts fra omverdenen.', 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note_help' => 'Indsæt eventuelt nogle sætninger på din loginskærm, for eksempel for at hjælpe personer, der har fundet en tabt eller stjålet enhed. Dette felt accepterer Github flavored markdown', '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', - 'optional' => 'optional', - 'per_page' => 'Results Per Page', + 'full_multiple_companies_support_help_text' => 'Begrænsning af brugere (herunder admins) tildelt virksomheder til deres virksomheds aktiver.', + 'full_multiple_companies_support_text' => 'Fuld flere virksomheder support', + 'optional' => 'valgfri', + 'per_page' => 'Resultater pr. Side', 'php' => 'PHP Version', - 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', - 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', + 'php_gd_info' => 'Du skal installere php-gd for at vise QR-koder, se installationsvejledningen.', + 'php_gd_warning' => 'PHP Image Processing og GD plugin er IKKE installeret.', 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', - 'qr_help' => 'Enable QR Codes first to set this', - 'qr_text' => 'QR Code Text', - 'setting' => 'Setting', - 'settings' => 'Settings', - 'site_name' => 'Site Name', + 'pwd_secure_complexity_help' => 'Vælg, hvilke regler for adgangskompleksitet du ønsker at håndhæve.', + 'pwd_secure_min' => 'Minimumskode til adgangskode', + 'pwd_secure_min_help' => 'Mindste tilladte værdi er 5', + 'pwd_secure_uncommon' => 'Forhindre almindelige adgangskoder', + 'pwd_secure_uncommon_help' => 'Dette vil gøre det muligt for brugere at bruge almindelige adgangskoder fra de 10.000 passwords, der er rapporteret i tilfælde af brud.', + 'qr_help' => 'Aktiver QR-koder først for at indstille dette', + 'qr_text' => 'QR Kode Tekst', + 'setting' => 'Indstilling', + 'settings' => 'Indstillinger', + 'site_name' => 'Side navn', 'slack_botname' => 'Slack Botname', 'slack_channel' => 'Slack Channel', - 'slack_endpoint' => 'Slack Endpoint', + 'slack_endpoint' => 'Slap endepunkt', 'slack_integration' => 'Slack Settings', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', + 'slack_integration_help' => 'Slap integration er valgfri, men endpoint og kanal er påkrævet, hvis du ønsker at bruge det. For at konfigurere Slack integration skal du først skabe en indgående webhook på din Slack-konto.', 'snipe_version' => 'Snipe-IT version', - 'system' => 'System Information', - 'update' => 'Update Settings', - 'value' => 'Value', + 'system' => 'Systemoplysninger', + 'update' => 'Opdater indstillinger', + 'value' => 'Værdi', '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)', - 'next_auto_tag_base' => 'Next auto-increment', - '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', + 'about_settings_title' => 'Om indstillinger', + 'about_settings_text' => 'Disse indstillinger giver dig mulighed for at tilpasse visse aspekter af din installation.', + 'labels_per_page' => 'Etiketter pr. Side', + 'label_dimensions' => 'Etiket dimensioner (inches)', + 'next_auto_tag_base' => 'Næste automatisk stigning', + 'page_padding' => 'Sidemarginer (tommer)', + 'purge' => 'Ryd slettet poster', + 'labels_display_bgutter' => 'Etiket bundgitter', + 'labels_display_sgutter' => 'Label side rende', + 'labels_fontsize' => 'Etiket skriftstørrelse', + 'labels_pagewidth' => 'Labelark bredde', + 'labels_pageheight' => 'Etiketark højde', + 'label_gutters' => 'Etiketafstand (tommer)', + 'page_dimensions' => 'Side dimensioner (tommer)', + 'label_fields' => 'Label synlige felter', 'inches' => 'inches', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Link til Snipe-IT i e-mails', + 'show_url_in_emails_help_text' => 'Fjern markeringen i dette felt, hvis du ikke vil linke tilbage til din Snipe-IT-installation i dine e-mail-fodbold. Nyttigt, hvis de fleste af dine brugere aldrig logger ind.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', + 'thumbnail_max_h' => 'Max miniaturehøjde', + 'thumbnail_max_h_help' => 'Maksimal højde i pixels, som miniaturer kan vises i listevisningen. Min 25, maks 500.', + 'two_factor' => 'To faktor godkendelse', + 'two_factor_secret' => 'Tofaktorkode', 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', + 'two_factor_enabled_text' => 'Aktivér to faktorer', + 'two_factor_reset' => 'Reset 2-Factor Secret', + 'two_factor_reset_help' => 'Dette vil tvinge brugeren til at tilmelde deres enhed med Google Authenticator igen. Dette kan være nyttigt, hvis deres tilmeldte enhed er tabt eller stjålet.', + 'two_factor_reset_success' => 'To faktor enhed nulstilles', + 'two_factor_reset_error' => 'To-faktor enhed reset mislykkedes', + 'two_factor_enabled_warning' => 'Aktivering af to-faktor, hvis den ikke er aktiveret, vil straks tvinge dig til at godkende med en Google Auth-indskrevet enhed. Du vil have mulighed for at tilmelde din enhed, hvis en ikke er indskrevet på nuværende tidspunkt.', + 'two_factor_enabled_help' => 'Dette aktiverer tofaktors godkendelse ved hjælp af Google Authenticator.', + 'two_factor_optional' => 'Selektiv (Brugere kan aktivere eller deaktivere hvis tilladt)', + 'two_factor_required' => 'Påkrævet for alle brugere', + 'two_factor_disabled' => 'handicappet', + 'two_factor_enter_code' => 'Indtast tofaktorkode', + 'two_factor_config_complete' => 'Indsend kode', + 'two_factor_enabled_edit_not_allowed' => 'Din administrator tillader ikke dig at redigere denne indstilling.', + 'two_factor_enrollment_text' => "To faktor godkendelse er påkrævet, men din enhed er endnu ikke blevet tilmeldt. Åbn din Google Authenticator-app og scan QR-koden nedenfor for at tilmelde din enhed. Når du har tilmeldt din enhed, skal du indtaste koden nedenfor", + 'require_accept_signature' => 'Kræver Signatur', + 'require_accept_signature_help_text' => 'Aktivering af denne funktion kræver, at brugerne fysisk logger af ved at acceptere et aktiv.', + 'left' => 'venstre', + 'right' => 'højre', 'top' => 'top', - 'bottom' => 'bottom', - 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'bottom' => 'bund', + 'vertical' => 'lodret', + 'horizontal' => 'vandret', + 'zerofill_count' => 'Længde af aktivetiketter, herunder zerofill', ); diff --git a/resources/lang/da/admin/settings/message.php b/resources/lang/da/admin/settings/message.php index 2eb87b5c02..7f1ad32622 100644 --- a/resources/lang/da/admin/settings/message.php +++ b/resources/lang/da/admin/settings/message.php @@ -5,18 +5,18 @@ return array( 'update' => array( 'error' => 'Der opstod en fejl under opdatering. ', - 'success' => 'Settings updated successfully.' + 'success' => 'Indstillinger opdateret med succes.' ), 'backup' => array( - 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', - 'file_deleted' => 'The backup file was successfully deleted. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'delete_confirm' => 'Er du sikker på, at du vil slette denne sikkerhedskopieringsfil? Denne handling kan ikke fortrydes.', + 'file_deleted' => 'Sikkerhedsfilen blev slettet korrekt.', + 'generated' => 'En ny sikkerhedskopieringsfil blev oprettet.', + 'file_not_found' => 'Denne backup-fil kunne ikke findes på serveren.', ), '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' => 'Der opstod en fejl under udrensning.', + 'validation_failed' => 'Din udrensningsbekræftelse er forkert. Indtast ordet "DELETE" i bekræftelsesboksen.', + 'success' => 'Slettet arkiver, der er renset for succes.' ), ); diff --git a/resources/lang/da/admin/statuslabels/message.php b/resources/lang/da/admin/statuslabels/message.php index 619a5a509c..655e67440c 100644 --- a/resources/lang/da/admin/statuslabels/message.php +++ b/resources/lang/da/admin/statuslabels/message.php @@ -2,24 +2,31 @@ 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' => 'Statuslabel eksisterer ikke.', + 'assoc_assets' => 'Dette statusmærke er i øjeblikket forbundet med mindst én aktiv og kan ikke slettes. Opdater dine aktiver for ikke længere at henvise til denne status, og prøv igen.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'Statuslabel blev ikke oprettet, prøv igen.', + 'success' => 'Status Label oprettes med succes.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'Statuslabel blev ikke opdateret, prøv igen', + 'success' => 'Statuslabel opdateret med succes.' ), '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' => 'Er du sikker på, at du vil slette denne statuslabel?', + 'error' => 'Der opstod et problem ved at slette statusetiketten. Prøv igen.', + 'success' => 'Statusmærket blev slettet.' + ), + + 'help' => array( + 'undeployable' => 'Disse aktiver kan ikke tildeles nogen.', + 'deployable' => 'Disse aktiver kan tjekkes ud. Når de er tildelt, antager de en metastatus på Deployed.', + 'archived' => 'Disse aktiver kan ikke tjekkes ud, og vises kun i arkiveret visning. Dette er nyttigt for at bevare oplysninger om aktiver til budgettering / historiske formål, men bevare dem ud af den daglige aktivliste.', + 'pending' => 'Disse aktiver kan endnu ikke tildeles nogen, der ofte bruges til genstande, der er ude til reparation, men forventes at vende tilbage til omløb.', + ), ); diff --git a/resources/lang/da/admin/statuslabels/table.php b/resources/lang/da/admin/statuslabels/table.php index 69a905bed3..3ed1a9aac8 100644 --- a/resources/lang/da/admin/statuslabels/table.php +++ b/resources/lang/da/admin/statuslabels/table.php @@ -2,15 +2,15 @@ return array( 'about' => 'Om status labels', - 'archived' => 'Archived', + 'archived' => 'arkiverede', 'create' => 'Opret status label', - 'color' => 'Chart Color', + 'color' => 'Diagramfarve', '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.', + 'info' => 'Statusetiketter bruges til at beskrive de forskellige stater, dine aktiver kan være i. De kan være ude til reparation, tabt / stjålet osv. Du kan oprette nye statusetiketter til implementerbare, ventende og arkiverede aktiver.', 'name' => 'Status navn', - 'pending' => 'Pending', + 'pending' => 'Verserende', 'status_type' => 'Status Type', - 'show_in_nav' => 'Show in side nav', + 'show_in_nav' => 'Vis i side nav', 'title' => 'Status labels', 'undeployable' => 'Undeployable', 'update' => 'Opdater status label', diff --git a/resources/lang/da/admin/suppliers/message.php b/resources/lang/da/admin/suppliers/message.php index 6ec5bc2b97..f42e5a1fe6 100644 --- a/resources/lang/da/admin/suppliers/message.php +++ b/resources/lang/da/admin/suppliers/message.php @@ -3,22 +3,22 @@ return array( 'does_not_exist' => 'Leverandør findes ikke.', - 'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ', + 'assoc_users' => 'Denne leverandør er i øjeblikket forbundet med mindst en model og kan ikke slettes. Opdater dine modeller for ikke længere at henvise til denne leverandør, og prøv igen.', 'create' => array( - 'error' => 'Supplier was not created, please try again.', - 'success' => 'Supplier created successfully.' + 'error' => 'Leverandøren blev ikke oprettet, prøv igen.', + 'success' => 'Leverandør oprettet med succes.' ), 'update' => array( - 'error' => 'Supplier was not updated, please try again', - 'success' => 'Supplier updated successfully.' + 'error' => 'Leverandøren blev ikke opdateret, prøv igen', + 'success' => 'Leverandør opdateret med succes.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this supplier?', - 'error' => 'There was an issue deleting the supplier. Please try again.', - 'success' => 'Supplier was deleted successfully.' + 'confirm' => 'Er du sikker på, at du ønsker at slette denne leverandør?', + 'error' => 'Der opstod et problem ved at slette leverandøren. Prøv igen.', + 'success' => 'Leverandøren blev slettet med succes.' ) ); diff --git a/resources/lang/da/admin/suppliers/table.php b/resources/lang/da/admin/suppliers/table.php index 6ae0db1d98..1411966c48 100644 --- a/resources/lang/da/admin/suppliers/table.php +++ b/resources/lang/da/admin/suppliers/table.php @@ -1,27 +1,27 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', - 'address' => 'Supplier Address', - 'assets' => 'Assets', + 'about_suppliers_title' => 'Om leverandører', + 'about_suppliers_text' => 'Leverandører bruges til at spore kilden til varer', + 'address' => 'Leverandøradresse', + 'assets' => 'Aktiver', 'city' => 'By', - 'contact' => 'Contact Name', - 'country' => 'Country', - 'create' => 'Create Supplier', - 'email' => 'Email', + 'contact' => 'Kontakt navn', + 'country' => 'Land', + 'create' => 'Opret leverandør', + 'email' => 'E-mail', 'fax' => 'Fax', 'id' => 'ID', - 'licenses' => 'Licenses', - 'name' => 'Supplier Name', - 'notes' => 'Notes', - 'phone' => 'Phone', - 'state' => 'State', - 'suppliers' => 'Suppliers', - 'update' => 'Update Supplier', + 'licenses' => 'Licenser', + 'name' => 'Leverandør Navn', + 'notes' => 'Noter', + 'phone' => 'telefon', + 'state' => 'Stat', + 'suppliers' => 'leverandører', + 'update' => 'Opdater leverandør', 'url' => 'URL', - 'view' => 'View Supplier', - 'view_assets_for' => 'View Assets for', - 'zip' => 'Postal Code', + 'view' => 'Se leverandør', + 'view_assets_for' => 'Se aktiver for', + 'zip' => 'Postnummer', ); diff --git a/resources/lang/da/admin/users/general.php b/resources/lang/da/admin/users/general.php index bba08e566c..6fec215120 100644 --- a/resources/lang/da/admin/users/general.php +++ b/resources/lang/da/admin/users/general.php @@ -4,22 +4,22 @@ return array( 'assets_user' => 'Aktiver tildelt :navn', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', - 'current_assets' => 'Assets currently checked out to this user', + 'bulk_update_warn' => 'Du er ved at redigere egenskaberne for: user_count-brugere. Bemærk, at du ikke kan ændre dine egne brugerattributter ved hjælp af denne formular, og skal foretage ændringer til din egen bruger individuelt.', + 'bulk_update_help' => 'Denne formular giver dig mulighed for at opdatere flere brugere på én gang. Udfyld kun de felter, du skal ændre. Alle felter, der er tomt, forbliver uændrede.', + 'current_assets' => 'Aktier tjekket ud for denne bruger', 'clone' => 'Klon bruger', 'contact_user' => 'Kontakt :navn', 'edit' => 'Redigér bruger', 'filetype_info' => 'Tilladte filtyper er png, gif, jpg, jpeg, doc, docx, pdf, txt, zip og rar.', - 'history_user' => 'History for :name', + 'history_user' => 'Historie for: navn', 'info' => 'Information', 'restore_user' => 'Klik her for at gendanne dem.', 'last_login' => 'Sidste Login', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', - 'software_user' => 'Software Checked out to :name', + 'ldap_config_text' => 'LDAP-konfigurationsindstillinger kan findes Admin> Indstillinger. Den (valgfrie) valgte placering vil blive indstillet for alle importerede brugere.', + 'software_user' => 'Software Checket ud til: navn', 'view_user' => 'Se bruger :navn', 'usercsv' => 'CSV-fil', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_admin_optin_help' => 'Dine nuværende administratorindstillinger tillader selektiv håndhævelse af tofaktors godkendelse.', + 'two_factor_enrolled' => '2FA Device Enrolled', 'two_factor_active' => '2FA aktiv ', ); diff --git a/resources/lang/da/admin/users/message.php b/resources/lang/da/admin/users/message.php index 8ee552afab..57aa5c17f6 100644 --- a/resources/lang/da/admin/users/message.php +++ b/resources/lang/da/admin/users/message.php @@ -2,58 +2,58 @@ return array( - 'accepted' => 'You have successfully accepted this asset.', - 'declined' => 'You have successfully declined this asset.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', - 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', - 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'accepted' => 'Du har godkendt dette aktiv.', + 'declined' => 'Du har afvist dette aktiv.', + 'bulk_manager_warn' => 'Dine brugere er blevet opdateret, men din administratorindgang blev ikke gemt, fordi den valgte leder også var på brugerlisten, der skulle redigeres, og brugerne er måske ikke deres egen administrator. Vælg venligst dine brugere igen, undtagen manager.', + 'user_exists' => 'Bruger eksistere allerede!', + 'user_not_found' => 'Bruger [: id] findes ikke.', + 'user_login_required' => 'Login-feltet er påkrævet', + 'user_password_required' => 'Adgangskoden er påkrævet.', + 'insufficient_permissions' => 'Utilstrækkelige tilladelser.', + 'user_deleted_warning' => 'Denne bruger er blevet slettet. Du skal gendanne denne bruger for at redigere dem eller tildele dem nye aktiver.', + 'ldap_not_configured' => 'LDAP-integration er ikke konfigureret til denne installation.', 'success' => array( - 'create' => 'User was successfully created.', - 'update' => 'User was successfully updated.', - 'update_bulk' => 'Users were successfully updated!', - 'delete' => 'User was successfully deleted.', - 'ban' => 'User was successfully banned.', - 'unban' => 'User was successfully unbanned.', - 'suspend' => 'User was successfully suspended.', - 'unsuspend' => 'User was successfully unsuspended.', - 'restored' => 'User was successfully restored.', - 'import' => 'Users imported successfully.', + 'create' => 'Bruger blev oprettet.', + 'update' => 'Bruger blev opdateret.', + 'update_bulk' => 'Brugere blev opdateret!', + 'delete' => 'Bruger blev slettet korrekt.', + 'ban' => 'Bruger blev forbudt.', + 'unban' => 'Brugeren blev ubemærket.', + 'suspend' => 'Bruger blev suspenderet.', + 'unsuspend' => 'Bruger blev succesløst afbrudt.', + 'restored' => 'Bruger blev genoprettet.', + 'import' => 'Brugere importeres med succes.', ), 'error' => array( - 'create' => 'There was an issue creating the user. Please try again.', - 'update' => 'There was an issue updating the user. Please try again.', - 'delete' => 'There was an issue deleting the user. Please try again.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', - 'unsuspend' => 'There was an issue unsuspending the user. Please try again.', - 'import' => 'There was an issue importing users. Please try again.', - 'asset_already_accepted' => 'This asset has already been accepted.', - 'accept_or_decline' => 'You must either accept or decline this asset.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'create' => 'Der opstod et problem, der skabte brugeren. Prøv igen.', + 'update' => 'Der opstod et problem, der opdaterede brugeren. Prøv igen.', + 'delete' => 'Der opstod et problem ved at slette brugeren. Prøv igen.', + 'delete_has_assets' => 'Denne bruger har elementer tildelt og kunne ikke slettes.', + 'unsuspend' => 'Der opstod et problem, der afbrudte brugeren. Prøv igen.', + 'import' => 'Der var et problem, der importerede brugere. Prøv igen.', + 'asset_already_accepted' => 'Dette aktiv er allerede accepteret.', + 'accept_or_decline' => 'Du skal enten acceptere eller afvise dette aktiv.', + 'incorrect_user_accepted' => 'Det aktiv, du har forsøgt at acceptere, blev ikke tjekket ud til dig.', + 'ldap_could_not_connect' => 'Kunne ikke oprette forbindelse til LDAP-serveren. Tjek venligst din LDAP-serverkonfiguration i LDAP-konfigurationsfilen.
Error fra LDAP-server:', + 'ldap_could_not_bind' => 'Kunne ikke binde til LDAP-serveren. Tjek venligst din LDAP-serverkonfiguration i LDAP-konfigurationsfilen.
Error fra LDAP-server:', + 'ldap_could_not_search' => 'Kunne ikke søge på LDAP-serveren. Tjek venligst din LDAP-serverkonfiguration i LDAP-konfigurationsfilen.
Error fra LDAP-server:', + 'ldap_could_not_get_entries' => 'Kunne ikke få poster fra LDAP-serveren. Tjek venligst din LDAP-serverkonfiguration i LDAP-konfigurationsfilen.
Error fra LDAP-server:', + 'password_ldap' => 'Adgangskoden til denne konto administreres af LDAP / Active Directory. Kontakt din it-afdeling for at ændre dit kodeord.', ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Filen er ikke slettet. Prøv igen.', + 'success' => 'Filen er slettet korrekt.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Fil (er) ikke uploadet. Prøv igen.', + 'success' => 'Fil (er), der blev uploadet korrekt.', + 'nofiles' => 'Du valgte ikke nogen filer til upload', + 'invalidfiles' => 'En eller flere af dine filer er for store eller er en filtype, der ikke er tilladt. Tilladte filtyper er png, gif, jpg, doc, docx, pdf og txt.', ), ); diff --git a/resources/lang/da/admin/users/table.php b/resources/lang/da/admin/users/table.php index 6cf9afae98..ffb1f30c31 100644 --- a/resources/lang/da/admin/users/table.php +++ b/resources/lang/da/admin/users/table.php @@ -10,14 +10,14 @@ return array( 'email' => 'Email', 'employee_num' => 'Medarbejder nr.', 'first_name' => 'Fornavn', - 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', + 'groupnotes' => 'Vælg en gruppe, der skal tildeles brugeren, husk at en bruger accepterer tilladelserne for den gruppe, de er tildelt.', 'id' => 'ID', - 'inherit' => 'Inherit', + 'inherit' => 'Arve', 'job' => 'Job Titel', 'last_login' => 'Sidste Login', 'last_name' => 'Efternavn', 'location' => 'Placering', - 'lock_passwords' => 'Login details cannot be changed on this installation.', + 'lock_passwords' => 'Loginoplysninger kan ikke ændres på denne installation.', 'manager' => 'Manager', 'managed_locations' => 'Administrerede placeringer', 'name' => 'Navn', @@ -28,11 +28,11 @@ return array( 'show_current' => 'Vis nuværende brugere', 'show_deleted' => 'Vis slettede brugere', 'title' => 'Titel', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => 'at genoprette dem.', 'updateuser' => 'Opdatere bruger', 'username' => 'Brugernavn', 'user_deleted_text' => 'Denne bruger er blevet markeret som slettede.', - 'username_note' => '(This is used for Active Directory binding only, not for login.)', + 'username_note' => '(Dette bruges kun til Active Directory-binding, ikke til login.)', 'cloneuser' => 'Klon bruger', 'viewusers' => 'Se brugere', ); diff --git a/resources/lang/da/auth/message.php b/resources/lang/da/auth/message.php index f3d9ccdb47..74307a1fe7 100644 --- a/resources/lang/da/auth/message.php +++ b/resources/lang/da/auth/message.php @@ -7,7 +7,7 @@ return array( 'account_not_activated' => 'Denne brugerkonto er ikke aktiveret.', 'account_suspended' => 'Denne brugerkonto er suspenderet.', 'account_banned' => 'Denne brugerkonto er blokeret.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'throttle' => 'For mange mislykkede loginforsøg. Prøv igen omkring: minutter minut (er).', 'signin' => array( 'error' => 'Der opstod et problem, ved forsøg på at logge dig ind, prøv igen.', diff --git a/resources/lang/da/button.php b/resources/lang/da/button.php index a3b04bc820..44272159da 100644 --- a/resources/lang/da/button.php +++ b/resources/lang/da/button.php @@ -11,5 +11,5 @@ return array( 'request' => 'Anmodning', 'submit' => 'Send', 'upload' => 'Upload', - 'select_file' => 'Select File...', + 'select_file' => 'Vælg fil ...', ); diff --git a/resources/lang/da/general.php b/resources/lang/da/general.php index 51b22016b5..ac6943def8 100644 --- a/resources/lang/da/general.php +++ b/resources/lang/da/general.php @@ -9,63 +9,64 @@ 'activity_report' => 'Aktivitetsrapport', 'address' => 'Addresse', 'admin' => 'Admin', - 'add_seats' => 'Added seats', + 'add_seats' => 'Tilføjede pladser', 'all_assets' => 'Alle aktiver', 'all' => 'Alle', 'archived' => 'Arkiveret', 'asset_models' => 'Aktiv Modeller', + 'asset_model' => 'Model', 'asset' => 'Aktiv', 'asset_report' => 'Aktiv Rapport', 'asset_tag' => 'Aktiv Mærkat', 'assets_available' => 'aktiver tilgængelige', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'Revidere', + 'audit_report' => 'Revisionslog', 'assets' => 'Aktiver', 'avatar_delete' => 'Slet avatar', 'avatar_upload' => 'Upload Avatar', 'back' => 'Tilbage', 'bad_data' => 'Intet fundet. Måske dårlig data?', 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit_status' => 'Revisionsstatus', 'bulk_checkout' => 'Masseudtjekning', 'cancel' => 'Annuller', 'categories' => 'Kategorier', 'category' => 'Kategori', - 'change' => 'In/Out', + 'change' => 'Ind ud', 'changeemail' => 'Skift email adresse', 'changepassword' => 'Skift adgangskode', 'checkin' => 'Tjek Ind', 'checkin_from' => 'Tjek ind fra', 'checkout' => 'Tjek Ud', 'city' => 'By', - 'click_here' => 'Click here', + 'click_here' => 'Klik her', 'companies' => 'Selskaber', 'company' => 'Selskab', 'component' => 'Komponent', 'components' => 'Komponenter', - 'complete' => 'Complete', - 'consumable' => 'Consumable', - 'consumables' => 'Consumables', + 'complete' => 'Komplet', + 'consumable' => 'forbrugsmateriale', + 'consumables' => 'Forbrugsstoffer', 'country' => 'Land', 'create' => 'Opret ny', - 'created' => 'Item Created', + 'created' => 'Elementet er oprettet', 'created_asset' => 'skabte aktiver', 'created_at' => 'Skabt den', - 'updated_at' => 'Updated at', + 'updated_at' => 'Opdateret kl', 'currency' => '$', // this is deprecated 'current' => 'Aktuelle', 'custom_report' => 'Tilpasset Aktiv Rapport', 'dashboard' => 'Oversigtspanel', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'dage', + 'days_to_next_audit' => 'Dage til næste revision', 'date' => 'Dato', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'debug_warning' => 'Advarsel!', + 'debug_warning_text' => 'Denne applikation kører i produktionstilstand med debugging aktiveret. Dette kan udsætte følsomme data, hvis din ansøgning er tilgængelig for omverdenen. Deaktiver fejlsøgningsmodus ved at indstille værdien APP_DEBUG i din .env fil til false.', 'delete' => 'Slet', 'deleted' => 'Slettet', - 'delete_seats' => 'Deleted Seats', - 'departments' => 'Departments', - 'department' => 'Department', + 'delete_seats' => 'Slettede pladser', + 'departments' => 'Afdelinger', + 'department' => 'Afdeling', 'deployed' => 'Implementeret', 'depreciation_report' => 'Afskrivningsrapport', 'download' => 'Hent', @@ -91,7 +92,7 @@ 'image_delete' => 'Slet billede', 'image_upload' => 'Upload billede', 'import' => 'Importér', - 'import-history' => 'Import History', + 'import-history' => 'Importhistorik', 'asset_maintenance' => 'Vedligeholdelse af aktiv', 'asset_maintenance_report' => 'Aktiv vedligeholdelsesrapport', 'asset_maintenances' => 'Vedligeholdelse af aktiv', @@ -99,7 +100,7 @@ 'insufficient_permissions' => 'Ingen rettigheder!', 'language' => 'Sprog', 'last' => 'Sidste', - 'last_login' => 'Last Login', + 'last_login' => 'Sidste login', 'last_name' => 'Efternavn', 'license' => 'Licens', 'license_report' => 'Licensrapport', @@ -107,8 +108,8 @@ 'licenses' => 'Licenser', 'list_all' => 'Vis alle', 'loading' => 'Indlæser', - 'lock_passwords' => 'This field cannot be edited in this installation.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'lock_passwords' => 'Dette felt kan ikke redigeres i denne installation.', + 'feature_disabled' => 'Denne funktion er blevet deaktiveret til demoinstallationen.', 'location' => 'Lokation', 'locations' => 'Lokationer', 'logout' => 'Log ud', @@ -117,20 +118,20 @@ 'manufacturers' => 'Producenter', 'markdown' => 'Dette felt tillader Github koder.', 'min_amt' => 'Min. antal', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', + 'min_amt_help' => 'Minimum antal elementer, der skal være tilgængelige, før en advarsel udløses.', 'model_no' => 'Modelnummer', 'months' => 'måneder', 'moreinfo' => 'Mere Info', 'name' => 'Navn', 'next' => 'Næste', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Næste revisionsdato', + 'last_audit' => 'Seneste revision', 'new' => 'ny!', 'no_depreciation' => 'Ingen Afskrivning', 'no_results' => 'Ingen Resultater.', 'no' => 'Nej', 'notes' => 'Noter', - 'order_number' => 'Order Number', + 'order_number' => 'Ordrenummer', 'page_menu' => 'Viser _MENU_ emner', 'pagination_info' => 'Viser _START_ til _END_ af _TOTAL_ emner', 'pending' => 'Afventer', @@ -139,59 +140,59 @@ 'previous' => 'Forrige', 'processing' => 'Behandler', 'profile' => 'Din profil', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', + 'purchase_cost' => 'Købsomkostninger', + 'purchase_date' => 'Købsdato', 'qty' => 'STK', 'quantity' => 'Antal', 'ready_to_deploy' => 'Klar til Implementering', 'recent_activity' => 'Seneste aktivitet', 'remove_company' => 'Fjern association med selskab', 'reports' => 'Rapporter', - 'requested' => 'Requested', - 'request_canceled' => 'Request Canceled', + 'requested' => 'Anmodet', + 'request_canceled' => 'Anmodning Annulleret', 'save' => 'Gem', - 'select' => 'Select', - 'search' => 'Search', - 'select_category' => 'Select a Category', - 'select_department' => 'Select a Department', - 'select_depreciation' => 'Select a Depreciation Type', - 'select_location' => 'Select a Location', - 'select_manufacturer' => 'Select a Manufacturer', - 'select_model' => 'Select a Model', - 'select_supplier' => 'Select a Supplier', - 'select_user' => 'Select a User', - 'select_date' => 'Select Date (YYYY-MM-DD)', - 'select_statuslabel' => 'Select Status', - 'select_company' => 'Select Company', - 'select_asset' => 'Select Asset', + 'select' => 'Vælg', + 'search' => 'Søg', + 'select_category' => 'Vælg en kategori', + 'select_department' => 'Vælg en afdeling', + 'select_depreciation' => 'Vælg en afskrivningstype', + 'select_location' => 'Vælg en placering', + 'select_manufacturer' => 'Vælg en producent', + 'select_model' => 'Vælg en model', + 'select_supplier' => 'Vælg en leverandør', + 'select_user' => 'Vælg en bruger', + 'select_date' => 'Vælg dato (ÅÅÅÅ-MM-DD)', + 'select_statuslabel' => 'Vælg Status', + 'select_company' => 'Vælg firma', + 'select_asset' => 'Vælg Asset', 'settings' => 'Instillinger', 'sign_in' => 'Log ind', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', + 'signature' => 'Underskrift', + 'some_features_disabled' => 'DEMO MODE: Nogle funktioner er deaktiveret for denne installation.', 'site_name' => 'Site Navn', 'state' => 'Stat', 'status_labels' => 'Status labels', 'status' => 'Status', - 'supplier' => 'Supplier', + 'supplier' => 'Leverandør', 'suppliers' => 'Leverandører', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', + 'sure_to_delete' => 'Er du sikker på, at du vil slette', + 'submit' => 'Indsend', + 'target' => 'Mål', + 'time_and_date_display' => 'Tid og datovisning', 'total_assets' => 'totale aktiver', 'total_licenses' => 'totale licenser', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', + 'total_accessories' => 'samlet tilbehør', + 'total_consumables' => 'samlede forbrugsstoffer', 'type' => 'Type', 'undeployable' => 'Ikke implementerbar', 'unknown_admin' => 'Ukendt Admin', - 'username_format' => 'Username Format', - 'update' => 'Update', - 'uploaded' => 'Uploaded', + 'username_format' => 'Brugernavn Format', + 'update' => 'Opdatering', + 'uploaded' => 'uploaded', 'user' => 'Bruger', - 'accepted' => 'accepted', - 'declined' => 'declined', - 'unaccepted_asset_report' => 'Unaccepted Assets', + 'accepted' => 'accepteret', + 'declined' => 'faldt', + 'unaccepted_asset_report' => 'Uaccepterede aktiver', 'users' => 'Brugere', 'viewassets' => 'Se Tildelte Aktiver', 'website' => 'Hjemmeside', @@ -199,6 +200,6 @@ 'years' => 'år', 'yes' => 'Ja', 'zip' => 'Postnummer', - 'noimage' => 'No image uploaded or image not found.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'noimage' => 'Intet billede uploadet eller billede ikke fundet.', + 'token_expired' => 'Din form session er udløbet. Prøv igen.', ]; diff --git a/resources/lang/da/mail.php b/resources/lang/da/mail.php index cb91d7a7e0..8e74e8fff1 100644 --- a/resources/lang/da/mail.php +++ b/resources/lang/da/mail.php @@ -1,68 +1,65 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', + 'a_user_canceled' => 'En bruger har annulleret en vareforespørgsel på hjemmesiden', + 'a_user_requested' => 'En bruger har anmodet om et emne på hjemmesiden', + 'accessory_name' => 'Tilbehør Navn:', + 'additional_notes' => 'Yderligere bemærkninger:', + 'admin_has_created' => 'En administrator har oprettet en konto til dig på webstedet:.', + 'asset' => 'aktiv:', + 'asset_name' => 'Aktivnavn:', + 'asset_requested' => 'Aktiver bedt om', 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', + 'assets_warrantee_expiring' => '{1} aktiv med warrantee udløber i løbet af de næste 60 dage. | [2, Inf] aktiver med warrantees udløber i de næste 60 dage.', + 'assigned_to' => 'Tildelt', + 'best_regards' => 'Med venlig hilsen,', + 'canceled' => 'annulleret:', + 'checkin_date' => 'Checkin dato:', + 'checkout_date' => 'Checkout dato:', + 'click_to_confirm' => 'Venligst klik på følgende link for at bekræfte din: web-konto:', + 'click_on_the_link_accessory' => 'Venligst klik på linket nederst for at bekræfte, at du har modtaget tilbehør.', + 'click_on_the_link_asset' => 'Klik venligst på linket nederst for at bekræfte, at du har modtaget aktivet.', + 'Confirm_Asset_Checkin' => 'Bekræft Asset Checkin.', + 'Confirm_Accessory_Checkin' => 'Bekræft tilbehørskontrol.', + 'Confirm_accessory_delivery' => 'Bekræft levering af tilbehør.', + 'Confirm_asset_delivery' => 'Bekræft levering af aktiver.', + 'Confirm_consumable_delivery' => 'Bekræft levering af forbrugsstoffer.', + 'current_QTY' => 'Nuværende QTY', + 'Days' => 'Dage', + 'days' => 'Dage', + 'expecting_checkin_date' => 'Forventet Checkin Date:', + 'expires' => 'udløber', + 'Expiring_Assets_Report' => 'Udløbsaktiver Rapport.', + 'Expiring_Licenses_Report' => 'Udløber Licenser Rapport.', + 'hello' => 'Hej', + 'hi' => 'Hej', + 'i_have_read' => 'Jeg har læst og accepterer vilkårene for brug og har modtaget denne vare.', + 'item' => 'Vare:', + 'items_below_minimum' => '{1} vare, der er under minimumsbeholdning eller snart vil være lavt. | [2, Inf] elementer, der er under minimumsbeholdning eller snart vil være lave.', + 'Item_Request_Canceled' => 'Elementforespørgsel annulleret', + 'Item_Requested' => 'Vareanmodning', + 'licenses_expiring' => '{1} licens udløber næste 60 dage. | [2, Inf] licenser udløber næste 60 dage.', + 'link_to_update_password' => 'Venligst klik på følgende link for at opdatere din: webadgangskode:', + 'login_first_admin' => 'Log ind på din nye Snipe-IT-installation ved hjælp af nedenstående referencer:', + 'login' => 'Log på:', + 'Low_Inventory_Report' => 'Lav lagerrapport', 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'name' => 'Navn', + 'new_item_checked' => 'En ny vare er blevet tjekket ud under dit navn, detaljerne er nedenfor.', + 'password' => 'Adgangskode:', + 'password_reset' => 'Nulstil kodeord', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', + 'read_the_terms' => 'Læs venligst brugsbetingelserne nedenfor.', + 'read_the_terms_and_click' => 'Læs venligst brugsbetingelserne nedenfor, og klik på linket nederst for at bekræfte, at du læser og accepterer vilkårene for brug og har modtaget aktivet.', 'requested' => 'Anmodede om:', - 'reset_link' => 'Your Password Reset Link', + 'reset_link' => 'Din Password Reset Link', 'reset_password' => 'Klik her for at nulstille adgangskoden:', - 'serial' => 'Serial:', + 'serial' => 'Seriel:', 'supplier' => 'Leverandør', 'tag' => 'Mærkat', 'test_email' => 'Test E-mail fra Snipe-IT', 'test_mail_text' => 'Dette er en test fra Snipe-IT Asset Management System. Hvis du fik dette, virker mailen :)', - 'the_following_item' => 'The following item has been checked in: ', + 'the_following_item' => 'Følgende vare er blevet kontrolleret i:', 'There_are' => '{1} Der er| [2,Inf] Der er', 'to_reset' => 'Nulstille din :web-adgangskode, udfylde denne formular:', 'type' => 'Type', diff --git a/resources/lang/da/validation.php b/resources/lang/da/validation.php index f68ea67ed9..f5d1839c25 100644 --- a/resources/lang/da/validation.php +++ b/resources/lang/da/validation.php @@ -16,76 +16,76 @@ return array( 'accepted' => ':attribute skal være accepteret.', 'active_url' => ':attribute er ikke en gyldig URL.', 'after' => ':attribute skal være en dato efter :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'Attributten skal være en dato efter eller lig med: dato.', 'alpha' => ':attribute må kun indeholde bogstaver.', 'alpha_dash' => ':attribute må kun indeholde bogstaver, tal eller bindestreger.', 'alpha_num' => ':attribute må kun indeholde bogstaver eller tal.', - 'array' => 'The :attribute must be an array.', + 'array' => 'Attributten skal være en matrix.', 'before' => ':attribute skal være en dato før :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'Attributten skal være en dato før eller lig med: dato.', 'between' => [ 'numeric' => ':attribute skal være imellem :min - :max.', 'file' => ':attribute skal være imellem :min - :max kilobytes.', 'string' => ':attribute skal være imellem :min - :max tegn.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'Attributten skal have mellem: min og: maks. Emner.', ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', + 'boolean' => 'Attributfeltet skal være sandt eller falsk.', + 'confirmed' => 'Attributbevisningen stemmer ikke overens.', 'date' => ':attribute er ikke en gyldig dato.', 'date_format' => ':attribute svarer ikke til formatet :format.', 'different' => ':attribute og :other skal være forskellige.', 'digits' => ':attribute skal være :digits cifre.', 'digits_between' => ':attribute skal være imellem :min og :max cifre.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'Attributten har ugyldige billeddimensioner.', + 'distinct' => 'Attributfeltet har en duplikatværdi.', 'email' => ':attribute formatet er ugylidgt.', 'exists' => 'Den valgte :attribute er ugyldig.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'Attributten skal være en fil.', + 'filled' => 'Attributfeltet skal have en værdi.', 'image' => ':attribute skal være et billede.', 'in' => 'Det valgte :attribute er ugyldigt.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'Attributfeltet findes ikke i: andet.', 'integer' => ':attribute skal være et heltal.', 'ip' => ':attribute skal være en gyldig IP adresse.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'Attributten skal være en gyldig IPv4-adresse.', + 'ipv6' => 'Attributten skal være en gyldig IPv6-adresse.', + 'json' => 'Attributten skal være en gyldig JSON-streng.', 'max' => [ 'numeric' => ':attribute må ikke overstige :max.', 'file' => ':attribute må ikke overstige :max. kilobytes.', 'string' => ':attribute må ikke overstige :max. tegn.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'Attributten må ikke have mere end: maks. Emner.', ], 'mimes' => ':attribute skal være en fil af typen: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'Attributten skal være en fil af typen:: værdier.', 'min' => [ 'numeric' => ':attribute skal mindst være :min.', 'file' => ':attribute skal mindst være :min kilobytes.', 'string' => ':attribute skal mindst være :min tegn.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'Attributten skal have mindst: min elementer.', ], 'not_in' => 'Den valgte :attribute er ugyldig.', 'numeric' => ':attribute skal være et tal.', - 'present' => 'The :attribute field must be present.', + 'present' => 'Attributfeltet skal være til stede.', 'regex' => ':attribute formatet er ugyldigt.', 'required' => ':attribute feltet er krævet.', 'required_if' => ':attribute feltet er krævet når :other er :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'Attributfeltet er påkrævet, medmindre: andet er i: værdier.', 'required_with' => ':attribute er krævet når :values forekommer.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'Attributfeltet er påkrævet, når: værdier er til stede.', 'required_without' => ':attribute er krævet når :values ikke forekommer.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'Attributfeltet er påkrævet, når ingen af: værdier er til stede.', 'same' => ':attribute og :other skal være ens.', 'size' => [ 'numeric' => ':attribute skal være :size.', 'file' => ':attribute skal være :size kilobytes.', 'string' => ':attribute skal være :size tegn.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'Attributten skal indeholde: størrelseselementer.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'Attributten skal være en streng.', + 'timezone' => 'Attributten skal være en gyldig zone.', 'unique' => ':attribute er allerede taget.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'Attributtet kunne ikke uploades.', 'url' => ':attribute formatet er ugyldigt.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Attributfeltet indeholder et tegn, der ikke er tilladt.", + "email_array" => "En eller flere e-mailadresser er ugyldige.", + "hashed_pass" => "Din nuværende adgangskode er forkert", + 'dumbpwd' => 'Denne adgangskode er for almindelig.', + "statuslabel_type" => "Du skal vælge en gyldig statusetiketype", + "unique_undeleted" => "Attributten skal være unik.", ], /* diff --git a/resources/lang/de/admin/asset_maintenances/message.php b/resources/lang/de/admin/asset_maintenances/message.php index 3c12c35b0c..2e88fa0159 100644 --- a/resources/lang/de/admin/asset_maintenances/message.php +++ b/resources/lang/de/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Wartungsvertrag erfolgreich erstellt.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Asset Maintenance wurde nicht bearbeitet, bitte versuchen Sie es erneut.', + 'success' => 'Asset Maintenance wurde erfolgreich bearbeitet.' ], 'asset_maintenance_incomplete' => 'Wartungsvertrag noch nicht komplett ausgefüllt', 'warranty' => 'Garantie', diff --git a/resources/lang/de/admin/hardware/form.php b/resources/lang/de/admin/hardware/form.php index e2e8e98386..21ad79d36c 100644 --- a/resources/lang/de/admin/hardware/form.php +++ b/resources/lang/de/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Einkaufspreis', 'create' => 'Asset erstellen', 'date' => 'Kaufdatum', + 'depreciation' => 'Abschreibung', 'depreciates_on' => 'Abschreiben auf', 'default_location' => 'Standard Lagerort', 'eol_date' => 'End of Live Datum (Ende der Nutzungsdauer)', diff --git a/resources/lang/de/admin/hardware/general.php b/resources/lang/de/admin/hardware/general.php index b6d9ed0309..d9206eb06d 100644 --- a/resources/lang/de/admin/hardware/general.php +++ b/resources/lang/de/admin/hardware/general.php @@ -7,7 +7,7 @@ return array( 'asset' => 'Asset', 'bulk_checkout' => 'Assets an Benutzer herausgeben', 'checkin' => 'Asset zurücknehmen', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Kasse Asset', 'clone' => 'Asset duplizieren', 'deployable' => 'Einsetzbar', 'deleted' => 'Dieses Asset wurde gelöscht. Zur Wiederherstellung hier klicken.', diff --git a/resources/lang/de/admin/hardware/message.php b/resources/lang/de/admin/hardware/message.php index 4c350adeda..1067b8a045 100644 --- a/resources/lang/de/admin/hardware/message.php +++ b/resources/lang/de/admin/hardware/message.php @@ -25,8 +25,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Asset Audit war nicht erfolgreich. Bitte versuche es erneut.', + 'success' => 'Asset-Audit erfolgreich protokolliert.' ), diff --git a/resources/lang/de/admin/licenses/message.php b/resources/lang/de/admin/licenses/message.php index aeda3e32cc..6c71fe1feb 100644 --- a/resources/lang/de/admin/licenses/message.php +++ b/resources/lang/de/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'Der Gegenstand den du mit dieser Lizenz verknüpfen willst existiert nicht.', 'owner_doesnt_match_asset' => 'Der Gegenstand den du mit dieser Lizenz verknüpfen willst gehört jemand anderem als der im Dropdown-Feld ausgewählten Person.', 'assoc_users' => 'Diese Kategorie ist derzeit mindestens einem Modell zugeordnet und kann nicht gelöscht werden. Bitte aktualisieren Sie Ihre Modelle, um nicht mehr auf diese Kategorie zu verweisen und versuchen Sie es erneut.', + 'select_asset_or_person' => 'Sie müssen ein Asset oder einen Benutzer auswählen, aber nicht beides.', 'create' => array( diff --git a/resources/lang/de/admin/settings/general.php b/resources/lang/de/admin/settings/general.php index 4cf6644299..9ff7a2305b 100644 --- a/resources/lang/de/admin/settings/general.php +++ b/resources/lang/de/admin/settings/general.php @@ -10,10 +10,10 @@ return array( 'alert_interval' => 'Ablauf Alarmschwelle (in Tagen)', 'alert_inv_threshold' => 'Inventar Alarmschwelle', 'asset_ids' => 'Asset IDs', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'Auditintervall', + 'audit_interval_help' => 'Wenn Sie Ihre Assets regelmäßig physisch überprüfen müssen, geben Sie das Intervall in Monaten ein.', + 'audit_warning_days' => 'Audit-Warnschwelle', + 'audit_warning_days_help' => 'Wie viele Tage im Voraus sollten wir Sie warnen, wenn Vermögenswerte zur Prüfung fällig werden?', 'auto_increment_assets' => 'Erzeugen von fortlaufenden Asset IDs', 'auto_increment_prefix' => 'Präfix (optional)', 'auto_incrementing_help' => 'Aktiviere zuerst fortlaufende Asset IDs um dies zu setzen', @@ -116,6 +116,8 @@ return array( 'inches' => 'Zoll', 'width_w' => 'b', 'height_h' => 'h', + 'show_url_in_emails' => 'Link zu Snipe-IT in E-Mails', + 'show_url_in_emails_help_text' => 'Deaktivieren Sie dieses Kontrollkästchen, wenn Sie in Ihren E-Mail-Fußzeilen keine Verbindung zu Ihrer Snipe-IT-Installation herstellen möchten. Nützlich, wenn die meisten Ihrer Benutzer sich nie einloggen.', 'text_pt' => 'pt', 'thumbnail_max_h' => 'Maximale Höhe der Miniaturansicht', 'thumbnail_max_h_help' => 'Maximale Höhe für Miniaturansichten in der Listenansicht in Pixel. Min. 25, Max. 500.', diff --git a/resources/lang/de/admin/statuslabels/message.php b/resources/lang/de/admin/statuslabels/message.php index d62db941d5..4b884ac12a 100644 --- a/resources/lang/de/admin/statuslabels/message.php +++ b/resources/lang/de/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => 'Sind Sie sicher, dass Sie diese Statusbezeichnung löschen wollen?', 'error' => 'Es trat ein Fehler beim Löschen der Statusbezeichnung auf. Bitte versuchen Sie es erneut.', 'success' => 'Die Statusbezeichnung wurde erfolgreich gelöscht.' - ) + ), + + 'help' => array( + 'undeployable' => 'Diese Assets können niemandem zugeordnet werden.', + 'deployable' => 'Diese Vermögenswerte können ausgecheckt werden. Sobald sie zugewiesen sind, werden sie einen Meta-Status von Deployed annehmen.', + 'archived' => 'Diese Assets können nicht ausgecheckt werden und erscheinen nur in der Ansicht "Archiviert". Dies ist nützlich, um Informationen zu Assets für Budgetierungs- / historische Zwecke beizubehalten, aber sie aus der täglichen Assetliste herauszuhalten.', + 'pending' => 'Diese Vermögenswerte können noch niemandem zugewiesen werden, die oft für Gegenstände verwendet werden, die nicht repariert werden können, aber voraussichtlich in den Kreislauf zurückkehren werden.', + ), ); diff --git a/resources/lang/de/admin/users/general.php b/resources/lang/de/admin/users/general.php index 150420d691..a3daa126f3 100644 --- a/resources/lang/de/admin/users/general.php +++ b/resources/lang/de/admin/users/general.php @@ -13,7 +13,7 @@ return array( 'filetype_info' => 'Erlaubte Dateitypen sind png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, und rar.', 'history_user' => 'Historie von :name', 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => 'Klicken Sie hier, um sie wiederherzustellen.', 'last_login' => 'Letzte Anmeldung', 'ldap_config_text' => 'Die LDAP Konfigurations Einstellungen finden Sie hier Admin -> Einstellungen. Der (optional) wählbare Standort wird für alle importierten Benutzer gesetzt.', 'software_user' => 'Software herausgegeben an :name', diff --git a/resources/lang/de/general.php b/resources/lang/de/general.php index c8ba8e677f..be25db9e55 100644 --- a/resources/lang/de/general.php +++ b/resources/lang/de/general.php @@ -14,19 +14,20 @@ 'all' => 'Alle', 'archived' => 'Archiviert', 'asset_models' => 'Asset Modelle', + 'asset_model' => 'Modell', 'asset' => 'Asset', 'asset_report' => 'Asset Bericht', 'asset_tag' => 'Asset Tag', 'assets_available' => 'verfügbare Assets', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'Prüfung', + 'audit_report' => 'Audit-Log', 'assets' => 'Assets', 'avatar_delete' => 'Avatar löschen', 'avatar_upload' => 'Avatar hochladen', 'back' => 'Zurück', 'bad_data' => 'Nichts gefunden. Vielleicht defekte Daten?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => 'Massenprüfung', + 'bulkaudit_status' => 'Audit-Status', 'bulk_checkout' => 'Massen-Checkout', 'cancel' => 'Abbrechen', 'categories' => 'Kategorien', @@ -56,8 +57,8 @@ 'current' => 'Aktuell', 'custom_report' => 'Spezieller Asset Report', 'dashboard' => 'Dashboard', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'Tage', + 'days_to_next_audit' => 'Tage bis zum nächsten Audit', 'date' => 'Purchase Date', 'debug_warning' => 'Warnung!', 'debug_warning_text' => 'Diese Anwendung läuft im Produktionsmodus mit debugging aktiviert. Dies kann sensible Daten verfügbar machen, wenn Ihre Anwendung öffentlich zugänglich ist. Deaktivieren Sie den Debug-Modus, indem Sie den APP_DEBUG-Wert in der .env Datei auf false setzen.', @@ -123,8 +124,8 @@ 'moreinfo' => 'Mehr Informationen', 'name' => 'Location Name', 'next' => 'Nächstes', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Nächstes Auditdatum', + 'last_audit' => 'Letztes Audit', 'new' => 'Neu!', 'no_depreciation' => 'Do Not Depreciate', 'no_results' => 'Keine Treffer.', diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php index 6f0822db3b..addacc322b 100644 --- a/resources/lang/de/validation.php +++ b/resources/lang/de/validation.php @@ -16,18 +16,18 @@ return array( 'accepted' => ':attribute muss akzeptiert werden.', 'active_url' => ':attribute ist keine gültige URL.', 'after' => ':attribute muss ein Datum nach dem :date sein.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'Das Attribut: muss ein Datum nach oder gleich: date sein.', 'alpha' => ':attribute darf nur aus Buchstaben bestehen.', 'alpha_dash' => ':attribute darf nur aus Buchstaben, Zahlen und Gedankenstrichen bestehen.', 'alpha_num' => ':attribute darf nur aus Buchstaben und Zahlen bestehen.', - 'array' => 'The :attribute must be an array.', + 'array' => 'Das Attribut muss ein Array sein.', 'before' => ':attribute muss ein Datum vor dem :date sein.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'Das Attribut muss ein Datum vor oder gleich: date sein.', 'between' => [ 'numeric' => ':attribute muss zwischen :min und :max liegen.', 'file' => ':attribute darf nur zwischen :min und :max kilobytes groß sein.', 'string' => ':attribute muss mindestens :min und maximal :max Zeichen enthalten.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => ':attribute muss mindestens :min und darf maximal :max Einträge haben.', ], 'boolean' => ':attribute muss wahr oder falsch sein.', 'confirmed' => ':attribute Bestätigung stimmt nicht überein.', @@ -36,56 +36,56 @@ return array( 'different' => ':attribute und :other müssen sich unterscheiden.', 'digits' => ':attribute muss :digits Stellen haben.', 'digits_between' => ':attribute soll mindestens :min und darf maximal :max Stellen haben.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => ':attribute hat ein ungültiges Bildformat.', + 'distinct' => 'Das Attributfeld hat einen doppelten Wert.', 'email' => 'Das Format von :attribute ist ungültig.', 'exists' => 'Das ausgewählte :attribute ist ungültig.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => ':attribute muss eine Datei sein.', + 'filled' => 'Das :attribute Feld muss einen Wert haben.', 'image' => ':attribute muss ein Bild sein.', 'in' => 'Auswahl :attribute ist ungültig.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'Das Feld :attribute existiert nicht in :other.', 'integer' => ':attribute muss eine ganze Zahl sein.', 'ip' => ':attribute muss eine gültige IP Adresse sein.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => ':attribute muss eine gültige IPv4 Adresse sein.', + 'ipv6' => ':attribute muss eine gültige IPv6 Adresse sein.', + 'json' => 'Das Attribut muss eine gültige JSON-Zeichenfolge sein.', 'max' => [ 'numeric' => ':attribute darf nicht größer als :max sein.', 'file' => ':attribute darf nicht größer als :max Kilobyte sein.', 'string' => ':attribute darf nicht mehr als :max Zeichen sein.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'Das: -Attribut darf nicht mehr als: maximale Elemente haben.', ], 'mimes' => ':attribute muss eine Datei des Typs :values sein.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'Das Attribut muss eine Datei vom Typ:: Werte sein.', 'min' => [ 'numeric' => ':attribute muss kleiner als :min sein.', 'file' => ':attribute muss mindestens :min Kilobyte groß sein.', 'string' => ':attribute benötigt mindestens :min Zeichen.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'Das Attribut: muss mindestens enthalten: Min. Elemente.', ], 'not_in' => 'Auswahl :attribute ist ungültig.', 'numeric' => ':attribute muss eine Zahl sein.', - 'present' => 'The :attribute field must be present.', + 'present' => 'Das Attributfeld muss vorhanden sein.', 'regex' => ':attribute Format ungültig.', 'required' => ':attribute Feld muss ausgefüllt sein.', 'required_if' => ':attribute wird benötigt wenn :other :value entspricht.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'Das: Attributfeld ist erforderlich, es sei denn: other ist in: values.', 'required_with' => ':attribute wird benötigt wenn :value ausgewählt ist.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'Das: Attributfeld ist erforderlich, wenn: Werte vorhanden sind.', 'required_without' => ':attribute wird benötigt wenn :value nicht ausgewählt ist.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'Das: Attributfeld ist erforderlich, wenn keine der folgenden Werte vorhanden sind:', 'same' => ':attribute und :other müssen übereinstimmen.', 'size' => [ 'numeric' => ':attribute muss :size groß sein.', 'file' => ':attribute muss :size Kilobyte groß sein.', 'string' => ':attribute muss :size Zeichen haben.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'Das Attribut muss Folgendes enthalten: Größenelemente.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'Das Attribut muss eine Zeichenfolge sein.', + 'timezone' => ':attribute muss eine gültige Zeitzone sein.', 'unique' => ':attribute schon benutzt.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => ':attribute konnte nicht hochgeladen werden.', 'url' => ':attribute Format ist ungültig.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Das :attribute Feld enthält ein nicht erlaubtes Zeichen.", + "email_array" => "Eine oder mehrere Email Adressen sind ungültig.", + "hashed_pass" => "Ihr derzeitiges Passwort ist nicht korrekt", + 'dumbpwd' => 'Das Passwort ist zu gebräuchlich.', + "statuslabel_type" => "Sie müssen einen gültigen Statuslabel-Typ auswählen", + "unique_undeleted" => ":attribute muss eindeutig sein.", ], /* diff --git a/resources/lang/el/admin/accessories/general.php b/resources/lang/el/admin/accessories/general.php index 73c22f879c..e178bf58ad 100644 --- a/resources/lang/el/admin/accessories/general.php +++ b/resources/lang/el/admin/accessories/general.php @@ -2,11 +2,11 @@ return array( 'about_accessories_title' => 'Σχετικά με τα αξεσουάρ', - 'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', + 'about_accessories_text' => 'Τα αξεσουάρ είναι οτιδήποτε εκδίδετε στους χρήστες αλλά δεν έχουν αύξοντα αριθμό (ή δεν σας ενδιαφέρει να τα εντοπίζετε μοναδικά). Για παράδειγμα, ποντίκια υπολογιστή ή πληκτρολόγια.', 'accessory_category' => 'Κατηγορία αξεσουάρ', 'accessory_name' => 'Όνομα ανταλλακτικού', 'checkout' => 'Checkout αξεσουάρ', - 'checkin' => 'Checkin Accessory', + 'checkin' => 'Checkin Αξεσουάρ', 'create' => 'Το πεδίο ενημερώθηκε επιτυχώς', 'edit' => 'Επεξεργασία αξεσουάρ', 'eula_text' => 'Κατηγορία EULA', diff --git a/resources/lang/el/admin/accessories/message.php b/resources/lang/el/admin/accessories/message.php index 04b059f48f..f1b6cf4485 100644 --- a/resources/lang/el/admin/accessories/message.php +++ b/resources/lang/el/admin/accessories/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'Το εξάρτημα δεν υπάρχει.', - 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', + 'assoc_users' => 'Αυτό το εξάρτημα διαθέτει: τα στοιχεία καταμέτρησης που ελέγχθηκαν στους χρήστες. Ελέγξτε τα εξαρτήματα και δοκιμάστε ξανά.', 'create' => array( 'error' => 'Το εξάρτημα δεν δημιουργήθηκε, παρακαλώ προσπαθήστε ξανά.', @@ -22,14 +22,14 @@ return array( ), 'checkout' => array( - 'error' => 'Accessory was not checked out, please try again', - 'success' => 'Accessory checked out successfully.', + 'error' => 'Το αξεσουάρ δεν έχει ελεγχθεί, δοκιμάστε ξανά', + 'success' => 'Το αξεσουάρ ολοκληρώθηκε με επιτυχία.', 'user_does_not_exist' => 'Αυτός ο χρήστης δεν είναι έγκυρος. Παρακαλώ δοκιμάστε ξανά.' ), 'checkin' => array( - 'error' => 'Accessory was not checked in, please try again', - 'success' => 'Accessory checked in successfully.', + 'error' => 'Το αξεσουάρ δεν έχει συνδεθεί, δοκιμάστε ξανά', + 'success' => 'Το αξεσουάρ ολοκληρώθηκε με επιτυχία.', 'user_does_not_exist' => 'Αυτός ο χρήστης δεν είναι έγκυρος. Παρακαλώ δοκιμάστε ξανά.' ) diff --git a/resources/lang/el/admin/asset_maintenances/message.php b/resources/lang/el/admin/asset_maintenances/message.php index ad4af89a6a..4f3ba225be 100644 --- a/resources/lang/el/admin/asset_maintenances/message.php +++ b/resources/lang/el/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Επιτυχής δημιουργία συντήρησης παγίου.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Η συντήρηση του ενεργητικού δεν έχει επεξεργαστεί, δοκιμάστε ξανά.', + 'success' => 'Η συντήρηση του ενεργητικού έγινε με επιτυχία.' ], 'asset_maintenance_incomplete' => 'Δεν ολοκληρώθηκε ακόμη', 'warranty' => 'Εγγύηση', diff --git a/resources/lang/el/admin/categories/general.php b/resources/lang/el/admin/categories/general.php index a7819516b2..44bd5bd9d3 100644 --- a/resources/lang/el/admin/categories/general.php +++ b/resources/lang/el/admin/categories/general.php @@ -2,22 +2,22 @@ return array( 'about_categories_title' => 'Σχετικά με τις κατηγορίες', - 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', + 'about_categories' => 'Οι κατηγορίες σας βοηθούν να οργανώσετε τα στοιχεία σας. Ορισμένες κατηγορίες παραδειγμάτων ενδέχεται να είναι "Desktops", "Laptops", "Mobile Phones", "Tablets" κ.ο.κ., αλλά μπορείτε να χρησιμοποιήσετε κατηγορίες με οποιονδήποτε τρόπο που έχει νόημα για εσάς.', 'asset_categories' => 'Κατηγορίες στοιχείων παγίων', 'category_name' => 'Όνομα κατηγορίας', - 'checkin_email' => 'Send email to user on checkin.', + 'checkin_email' => 'Στείλτε μήνυμα ηλεκτρονικού ταχυδρομείου στον χρήστη στο checkin.', 'clone' => 'Αντιγραφή Κατηγορίας', 'create' => 'Δημιουργία Κατηγορίας', 'edit' => 'Επεξεργασία Κατηγορίας', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', + 'eula_text' => 'Κατηγορία EULA', + 'eula_text_help' => 'Αυτό το πεδίο σας επιτρέπει να προσαρμόσετε τα ΑΔΕ σας για συγκεκριμένους τύπους περιουσιακών στοιχείων. Εάν διαθέτετε μόνο ένα EULA για όλα τα στοιχεία του ενεργητικού σας, μπορείτε να ελέγξετε το παρακάτω πλαίσιο για να χρησιμοποιήσετε την κύρια προεπιλογή.', 'name' => 'Όνομα κατηγορίας', 'require_acceptance' => 'Απαιτείται από τους χρήστες να επιβεβαιώσουν την αποδοχή των παγίων στοιχείων σε αυτή την κατηγορία.', - 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.', - 'required_eula' => 'This user will be emailed a copy of the EULA', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', + 'required_acceptance' => 'Αυτός ο χρήστης θα στείλει μήνυμα ηλεκτρονικού ταχυδρομείου με έναν σύνδεσμο για να επιβεβαιώσει την αποδοχή αυτού του στοιχείου.', + 'required_eula' => 'Αυτός ο χρήστης θα λάβει μέσω ηλεκτρονικού ταχυδρομείου αντίγραφο της Άδειας EULA', + 'no_default_eula' => 'Δεν βρέθηκε αρχική προεπιλεγμένη ΑΔΕΙΑ. Προσθέστε μία από τις Ρυθμίσεις.', 'update' => 'Ενημέρωση Κατηγορίας', 'use_default_eula' => 'Χρησιμοποιήστε την προεπιλεγμένη primary EULA.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'use_default_eula_disabled' => 'Χρησιμοποιήστε την αρχική προεπιλεγμένη άδεια EULA αντί. Δεν έχει οριστεί αρχική προεπιλεγμένη ευχέρεια EULA. Προσθέστε μία από τις Ρυθμίσεις.', ); diff --git a/resources/lang/el/admin/categories/message.php b/resources/lang/el/admin/categories/message.php index cb78c8ce7b..bede79ccd9 100644 --- a/resources/lang/el/admin/categories/message.php +++ b/resources/lang/el/admin/categories/message.php @@ -3,8 +3,8 @@ return array( 'does_not_exist' => 'Κατηγορία δεν υπάρχει.', - 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', - 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ', + 'assoc_models' => 'Αυτή η κατηγορία συσχετίζεται επί του παρόντος με τουλάχιστον ένα μοντέλο και δεν μπορεί να διαγραφεί. Ενημερώστε τα μοντέλα σας ώστε να μην αναφέρονται πλέον στην κατηγορία αυτή και δοκιμάστε ξανά.', + 'assoc_items' => 'Αυτή η κατηγορία συσχετίζεται προς το παρόν με τουλάχιστον ένα: asset_type και δεν μπορεί να διαγραφεί. Ενημερώστε το στοιχείο: asset_type ώστε να μην αναφέρεται πλέον αυτή η κατηγορία και δοκιμάστε ξανά.', 'create' => array( 'error' => 'Η κατηγορία δεν δημιουργήθηκε, παρακαλώ δοκιμάστε ξανά.', diff --git a/resources/lang/el/admin/companies/general.php b/resources/lang/el/admin/companies/general.php index 9bf6ee1cf8..ddd12eecff 100644 --- a/resources/lang/el/admin/companies/general.php +++ b/resources/lang/el/admin/companies/general.php @@ -1,6 +1,6 @@ 'Σχετικά με τις εταιρείες', - 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', + 'about_companies_text' => 'Οι εταιρείες μπορούν να χρησιμοποιηθούν ως απλό πεδίο αναγνωριστικών ή μπορούν να χρησιμοποιηθούν για τον περιορισμό της ορατότητας των περιουσιακών στοιχείων, των χρηστών κ.λπ., εάν έχει ενεργοποιηθεί η πλήρης υποστήριξη της εταιρείας στις ρυθμίσεις διαχειριστή.', 'select_company' => 'Επιλογή εταιρείας', ]; diff --git a/resources/lang/el/admin/companies/message.php b/resources/lang/el/admin/companies/message.php index 11784b74a9..fd28b50ca1 100644 --- a/resources/lang/el/admin/companies/message.php +++ b/resources/lang/el/admin/companies/message.php @@ -1,14 +1,14 @@ 'Αυτή η εταιρεία δεν υπάρχει.', - 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', + 'assoc_users' => 'Αυτή η εταιρεία συσχετίζεται προς το παρόν με τουλάχιστον ένα μοντέλο και δεν μπορεί να διαγραφεί. Ενημερώστε τα μοντέλα σας ώστε να μην αναφέρονται πλέον στην εν λόγω εταιρεία και δοκιμάστε ξανά.', 'create' => array( 'error' => 'Η εταιρεία δεν δημιουργήθηκε, παρακαλώ δοκιμάστε ξανά.', 'success' => 'Η εταιρεία δημιουργήθηκε με επιτυχία.' ), 'update' => array( - 'error' => 'Company was not updated, please try again', - 'success' => 'Company updated successfully.' + 'error' => 'Η εταιρεία δεν ενημερώθηκε, δοκιμάστε ξανά', + 'success' => 'Η εταιρεία ενημερώθηκε με επιτυχία.' ), 'delete' => array( 'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν την εταιρεία;', diff --git a/resources/lang/el/admin/components/general.php b/resources/lang/el/admin/components/general.php index 0f4eb7074d..20515eaa5b 100644 --- a/resources/lang/el/admin/components/general.php +++ b/resources/lang/el/admin/components/general.php @@ -2,10 +2,10 @@ return array( 'about_components_title' => 'Σχετικά με τα στοιχεία', - 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', + 'about_components_text' => 'Τα στοιχεία είναι στοιχεία που αποτελούν μέρος ενός περιουσιακού στοιχείου, για παράδειγμα σκληρό δίσκο, μνήμη RAM κ.λπ.', 'component_name' => 'Όνομα στοιχείου', - 'checkin' => 'Checkin Component', - 'checkout' => 'Checkout Component', + 'checkin' => 'Ελέγξτε το στοιχείο', + 'checkout' => 'Συστατικό ελέγχου', 'cost' => 'Κόστος αγοράς', 'create' => 'Δημιουργία στοιχείου', 'edit' => 'Επεξεργασία εξαρτήματος', diff --git a/resources/lang/el/admin/components/message.php b/resources/lang/el/admin/components/message.php index 8073678dab..79bd1a0c92 100644 --- a/resources/lang/el/admin/components/message.php +++ b/resources/lang/el/admin/components/message.php @@ -5,7 +5,7 @@ return array( 'does_not_exist' => 'Το στοιχείο δεν υπάρχει.', 'create' => array( - 'error' => 'Component was not created, please try again.', + 'error' => 'Το στοιχείο δεν δημιουργήθηκε, δοκιμάστε ξανά.', 'success' => 'Το στοιχείο ενημερώθηκε με επιτυχία.' ), @@ -16,20 +16,20 @@ return array( 'delete' => array( 'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το εξάρτημα;', - 'error' => 'There was an issue deleting the component. Please try again.', + 'error' => 'Παρουσιάστηκε ένα ζήτημα κατάργησης του στοιχείου. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', 'success' => 'Το εξάρτημα έχει διαγραφεί με επιτυχία.' ), 'checkout' => array( - 'error' => 'Component was not checked out, please try again', - 'success' => 'Component checked out successfully.', + 'error' => 'Το στοιχείο δεν έχει ελεγχθεί, δοκιμάστε ξανά', + 'success' => 'Η συνιστώσα ολοκληρώθηκε με επιτυχία.', 'user_does_not_exist' => 'Αυτός ο χρήστης δεν είναι έγκυρος. Παρακαλώ δοκιμάστε ξανά.' ), 'checkin' => array( - 'error' => 'Component was not checked in, please try again', - 'success' => 'Component checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Το στοιχείο δεν έχει επιλεγεί, δοκιμάστε ξανά', + 'success' => 'Το στοιχείο ελέγχου ολοκληρώθηκε με επιτυχία.', + 'user_does_not_exist' => 'Αυτός ο χρήστης είναι άκυρος. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.' ) diff --git a/resources/lang/el/admin/consumables/general.php b/resources/lang/el/admin/consumables/general.php index a18e8f3aee..5b7237f268 100644 --- a/resources/lang/el/admin/consumables/general.php +++ b/resources/lang/el/admin/consumables/general.php @@ -2,12 +2,12 @@ return array( 'about_consumables_title' => 'Σχετικά με τα αναλώσιμα', - 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', - 'checkout' => 'Checkout Consumable to User', + 'about_consumables_text' => 'Τα αναλώσιμα είναι οτιδήποτε αγοράζονται και θα χρησιμοποιηθούν με την πάροδο του χρόνου. Για παράδειγμα, μελάνι εκτυπωτή ή χαρτί φωτοαντιγραφικού.', + 'checkout' => 'Έλεγχος κατανάλωσης σε χρήστη', 'consumable_name' => 'Όνομα αναλώσιμου', 'create' => 'Δημιουργία αναλώσιμου', 'item_no' => 'Αριθμός Αντικειμένου.', 'remaining' => 'Απομένουν', 'total' => 'Σύνολο', - 'update' => 'Update Consumable', + 'update' => 'Ενημέρωση αναλώσιμων', ); diff --git a/resources/lang/el/admin/consumables/message.php b/resources/lang/el/admin/consumables/message.php index 3d5d44d97e..b1a5562653 100644 --- a/resources/lang/el/admin/consumables/message.php +++ b/resources/lang/el/admin/consumables/message.php @@ -5,31 +5,31 @@ return array( 'does_not_exist' => 'Το αναλώσιμο δεν υπάρχει.', 'create' => array( - 'error' => 'Consumable was not created, please try again.', - 'success' => 'Consumable created successfully.' + 'error' => 'Δεν δημιουργήθηκε αναλώσιμο, δοκιμάστε ξανά.', + 'success' => 'Το αναλώσιμο δημιουργήθηκε με επιτυχία.' ), 'update' => array( - 'error' => 'Consumable was not updated, please try again', + 'error' => 'Το αναλώσιμο δεν ενημερώθηκε, δοκιμάστε ξανά', 'success' => 'Το αναλώσιμο ενημερώθηκε με επιτυχία.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this consumable?', - 'error' => 'There was an issue deleting the consumable. Please try again.', + 'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το αναλώσιμο;', + 'error' => 'Παρουσιάστηκε πρόβλημα κατά τη διαγραφή του αναλώσιμου. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', 'success' => 'Το αναλώσιμο έχει διαγραφεί με επιτυχία.' ), 'checkout' => array( - 'error' => 'Consumable was not checked out, please try again', - 'success' => 'Consumable checked out successfully.', + 'error' => 'Το αναλώσιμο δεν έχει ελεγχθεί, δοκιμάστε ξανά', + 'success' => 'Το αναλώσιμο ελεγχόταν με επιτυχία.', 'user_does_not_exist' => 'Αυτός ο χρήστης δεν είναι έγκυρος. Παρακαλώ δοκιμάστε ξανά.' ), 'checkin' => array( - 'error' => 'Consumable was not checked in, please try again', - 'success' => 'Consumable checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Το αναλώσιμο δεν έχει επιλεγεί, δοκιμάστε ξανά', + 'success' => 'Το αναλώσιμο ελεγχόταν με επιτυχία.', + 'user_does_not_exist' => 'Αυτός ο χρήστης είναι άκυρος. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.' ) diff --git a/resources/lang/el/admin/custom_fields/general.php b/resources/lang/el/admin/custom_fields/general.php index dee53ec8ae..ee9c3715be 100644 --- a/resources/lang/el/admin/custom_fields/general.php +++ b/resources/lang/el/admin/custom_fields/general.php @@ -4,7 +4,7 @@ return array( 'custom_fields' => 'Προσαρμοσμένα πεδία', 'field' => 'Πεδίο', 'about_fieldsets_title' => 'Σχετικά με τα σύνολα πεδίων', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', + 'about_fieldsets_text' => 'Τα πεδία των πεδίων σάς επιτρέπουν να δημιουργείτε ομάδες προσαρμοσμένων πεδίων που χρησιμοποιούνται συχνά ξανά για συγκεκριμένους τύπους μοντέλων στοιχείων ενεργητικού.', 'custom_format' => 'Προσαρμοσμένη μορφή...', 'encrypt_field' => 'Κρυπτογράφηση της αξίας του πεδίου στη βάση δεδομένων', 'encrypt_field_help' => 'Προειδοποίηση: H κρυπτογράφηση ενός πεδίου την καθιστά ανεξερεύνητη.', @@ -14,8 +14,8 @@ return array( '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_values' => 'Τιμές πεδίου', + 'field_values_help' => 'Προσθέστε επιλογές επιλογής, μία ανά γραμμή. Οι κενές γραμμές εκτός από την πρώτη γραμμή θα αγνοηθούν.', 'field_element' => 'Φόρμα στοιχείων', 'field_element_short' => 'Στοιχείο', 'field_format' => 'Τύπος', @@ -25,6 +25,6 @@ return array( 'used_by_models' => 'Χρησιμοποιήθηκε από τα μοντέλα', 'order' => 'Σειρά', 'create_fieldset' => 'Νέο σύνολο πεδίων', - 'create_field' => 'New Custom Field', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'create_field' => 'Νέο προσαρμοσμένο πεδίο', + 'value_encrypted' => 'Η τιμή αυτού του πεδίου είναι κρυπτογραφημένη στη βάση δεδομένων. Μόνο οι διαχειριστές θα μπορούν να δουν την αποκρυπτογραφημένη τιμή', ); diff --git a/resources/lang/el/admin/custom_fields/message.php b/resources/lang/el/admin/custom_fields/message.php index 7fdd74f306..cc0eea7899 100644 --- a/resources/lang/el/admin/custom_fields/message.php +++ b/resources/lang/el/admin/custom_fields/message.php @@ -9,18 +9,18 @@ return array( 'create' => array( 'error' => 'Το πεδία δεν δημιουργήθηκαν, παρακαλώ προσπαθήστε ξανά.', 'success' => 'Το πεδίο δημιουργήθηκε με επιτυχία.', - 'assoc_success' => 'Field successfully added to fieldset.' + 'assoc_success' => 'Το πεδίο προστέθηκε με επιτυχία στο fieldset.' ), 'update' => array( - 'error' => 'Field was not updated, please try again', + 'error' => 'Το πεδίο δεν ενημερώθηκε, δοκιμάστε ξανά', 'success' => 'Το πεδίο ενημερώθηκε επιτυχώς.' ), 'delete' => array( 'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το πεδίο;', - 'error' => 'There was an issue deleting the field. Please try again.', - 'success' => 'The field was deleted successfully.', + 'error' => 'Παρουσιάστηκε πρόβλημα κατά τη διαγραφή του πεδίου. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', + 'success' => 'Το πεδίο διαγράφηκε με επιτυχία.', 'in_use' => 'Το πεδίο παραμένει σε χρήση.', ) @@ -28,22 +28,22 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Το πεδίο δεν υπάρχει', 'create' => array( - 'error' => 'Fieldset was not created, please try again.', + 'error' => 'Το Fieldset δεν δημιουργήθηκε, δοκιμάστε ξανά.', 'success' => 'Το σύνολο των πεδίων δημιουργήθηκε με επιτυχία.' ), 'update' => array( - 'error' => 'Fieldset was not updated, please try again', + 'error' => 'Το Fieldset δεν ενημερώθηκε, δοκιμάστε ξανά', 'success' => 'Το σύνολο των πεδίων ενημερώθηκε με επιτυχία.' ), 'delete' => array( 'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το σύνολο πεδίων;', - 'error' => 'There was an issue deleting the fieldset. Please try again.', - 'success' => 'The fieldset was deleted successfully.', + 'error' => 'Παρουσιάστηκε ένα ζήτημα κατάργησης του πεδίου. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', + 'success' => 'Το πεδίο πεδίου διαγράφηκε με επιτυχία.', 'in_use' => 'Το σύνολο των πεδίων παραμένουν σε χρήση.', ) diff --git a/resources/lang/el/admin/departments/message.php b/resources/lang/el/admin/departments/message.php index d65f4fbb2b..1bd4817ea3 100644 --- a/resources/lang/el/admin/departments/message.php +++ b/resources/lang/el/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Τμήμα δεν υπάρχει.', + 'assoc_users' => 'Αυτό το τμήμα σχετίζεται προς το παρόν με τουλάχιστον έναν χρήστη και δεν μπορεί να διαγραφεί. Ενημερώστε τους χρήστες σας ώστε να μην αναφέρονται πλέον στο τμήμα αυτό και προσπαθήστε ξανά.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Τμήμα δεν δημιουργήθηκε, δοκιμάστε ξανά.', + 'success' => 'Τμήμα δημιουργήθηκε με επιτυχία.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Τμήμα δεν ενημερώθηκε, δοκιμάστε ξανά', + 'success' => 'Τμήμα ενημερώθηκε με επιτυχία.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το τμήμα;', + 'error' => 'Παρουσιάστηκε πρόβλημα κατά τη διαγραφή του τμήματος. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', + 'success' => 'Το τμήμα διαγράφηκε με επιτυχία.' ) ); diff --git a/resources/lang/el/admin/departments/table.php b/resources/lang/el/admin/departments/table.php index 76494247be..98dfc63be6 100644 --- a/resources/lang/el/admin/departments/table.php +++ b/resources/lang/el/admin/departments/table.php @@ -2,10 +2,10 @@ return array( - 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'id' => 'ταυτότητα', + 'name' => 'όνομα τμήματος', + 'manager' => 'Διευθυντής', + 'location' => 'Τοποθεσία', + 'create' => 'Δημιουργία τμήματος', + 'update' => 'Ενημέρωση Τμήματος', ); diff --git a/resources/lang/el/admin/depreciations/general.php b/resources/lang/el/admin/depreciations/general.php index 34b9b6fe8f..c3afb57ba5 100644 --- a/resources/lang/el/admin/depreciations/general.php +++ b/resources/lang/el/admin/depreciations/general.php @@ -3,7 +3,7 @@ return array( 'about_asset_depreciations' => 'Για αποσβέσεις παγίου', 'about_depreciations' => 'Μπορείτε να ορίσετε αποσβέσεις του περιουσιακού στοιχείου προκειμένου να γίνει απόσβεση περιουσιακών στοιχείων βάσει σταθερής απόσβεσης.', - 'asset_depreciations' => 'Asset Depreciations', + 'asset_depreciations' => 'Αποσβέσεις περιουσιακών στοιχείων', 'create' => 'Δημιουργία αποσβέσεων', 'depreciation_name' => 'Όνομα απόσβεσης', 'number_of_months' => 'Αριθμός των μηνών', diff --git a/resources/lang/el/admin/depreciations/message.php b/resources/lang/el/admin/depreciations/message.php index c9ad6308f0..f9de51300a 100644 --- a/resources/lang/el/admin/depreciations/message.php +++ b/resources/lang/el/admin/depreciations/message.php @@ -7,13 +7,13 @@ return array( 'create' => array( - 'error' => 'Depreciation class was not created, please try again. :(', - 'success' => 'Depreciation class created successfully. :)' + 'error' => 'Δεν δημιουργήθηκε κλάση απόσβεσης, δοκιμάστε ξανά. :(', + 'success' => 'Η κατηγορία απόσβεσης δημιουργήθηκε με επιτυχία. :)' ), 'update' => array( - 'error' => 'Depreciation class was not updated, please try again', - 'success' => 'Depreciation class updated successfully.' + 'error' => 'Η κατηγορία απόσβεσης δεν ενημερώθηκε, δοκιμάστε ξανά', + 'success' => 'Η τάξη απόσβεσης ενημερώθηκε με επιτυχία.' ), 'delete' => array( diff --git a/resources/lang/el/admin/hardware/form.php b/resources/lang/el/admin/hardware/form.php index c87bad2347..f2b9f157fc 100644 --- a/resources/lang/el/admin/hardware/form.php +++ b/resources/lang/el/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Κόστος αγοράς', 'create' => 'Δημιουργία παγίου', 'date' => 'Ημερομηνία αγοράς', + 'depreciation' => 'Υποτίμηση', 'depreciates_on' => 'Αποσβέσεις σε', 'default_location' => 'Προεπιλεγμένη τοποθεσία', 'eol_date' => 'EOL ημερομηνία', diff --git a/resources/lang/el/admin/hardware/general.php b/resources/lang/el/admin/hardware/general.php index 9e0e761939..3da5a4e170 100644 --- a/resources/lang/el/admin/hardware/general.php +++ b/resources/lang/el/admin/hardware/general.php @@ -2,22 +2,22 @@ return array( 'about_assets_title' => 'Σχετικά με τα πάγια', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + 'about_assets_text' => 'Τα στοιχεία ενεργητικού είναι στοιχεία που παρακολουθούνται με αύξοντα αριθμό ή ετικέτα στοιχείων. Έχουν την τάση να είναι στοιχεία υψηλότερης αξίας, όπου ο εντοπισμός ενός συγκεκριμένου στοιχείου έχει σημασία.', 'archived' => 'Αρχειοθετημένα', 'asset' => 'Πάγιο', 'bulk_checkout' => 'Checkout παγίων σε χρήστη', 'checkin' => 'Checkin Asset', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Ταμείο ελέγχου', 'clone' => 'Κλώνος χρήστη', 'deployable' => 'Προς ανάπτυξη', - 'deleted' => 'This asset has been deleted. Click here to restore it.', + 'deleted' => 'Αυτό το στοιχείο έχει διαγραφεί. Κάντε κλικ εδώ για να την επαναφέρετε.', 'edit' => 'Επεξεργασία παγίων', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', - 'requestable' => 'Requestable', + 'filetype_info' => 'Επιτρεπόμενοι τύποι αρχείων είναι png, gif, jpg, jpeg, doc, docx, pdf, txt, zip και rar.', + 'model_deleted' => 'Αυτό το μοντέλο περιουσιακών στοιχείων έχει διαγραφεί. Πρέπει να επαναφέρετε το μοντέλο για να μπορέσετε να επαναφέρετε το Asset.
Κάντε κλικ εδώ για να επαναφέρετε το μοντέλο.', + 'requestable' => 'Επαναληπτικό', 'requested' => 'Ζητήθηκαν', 'restore' => 'Επαναφορά παγίου', 'pending' => 'Εκκρεμεί', - 'undeployable' => 'Undeployable', + 'undeployable' => 'Μη διανέμεται', 'view' => 'Προβολή παγίου', ); diff --git a/resources/lang/el/admin/hardware/message.php b/resources/lang/el/admin/hardware/message.php index 68a8d71330..bac44b8f3c 100644 --- a/resources/lang/el/admin/hardware/message.php +++ b/resources/lang/el/admin/hardware/message.php @@ -5,8 +5,8 @@ return array( 'undeployable' => 'Warning: Το περιουσιακό αυτό στοιχείο έχει επισημανθεί ως επί του παρόντος undeployable. Εάν αυτή η κατάσταση έχει αλλάξει, παρακαλούμε να ενημερώσετε την κατάσταση των περιουσιακών στοιχείων.', 'does_not_exist' => 'To πάγιο δεν υπάρχει.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'does_not_exist_or_not_requestable' => 'Καλή προσπάθεια. Το στοιχείο αυτό δεν υπάρχει ή δεν απαιτείται.', + 'assoc_users' => 'Αυτό το στοιχείο είναι συνήθως αποσυνδεδεμένο από έναν χρήστη και δεν μπορεί να διαγραφεί. Ελέγξτε πρώτα το στοιχείο και, στη συνέχεια, δοκιμάστε ξανά τη διαγραφή.', 'create' => array( 'error' => 'Το περιουσιακού στοιχείο δεν δημιουργήθηκε, παρακαλώ προσπαθήστε ξανά. :(', @@ -16,17 +16,17 @@ return array( 'update' => array( 'error' => 'Το πάγιο δεν ενημερώθηκε, παρακαλώ προσπαθήστε ξανά', 'success' => 'Τα περιουσιακά στοιχεία ενημερώθηκαν επιτυχώς.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'nothing_updated' => 'Δεν επιλέχθηκαν πεδία, επομένως τίποτα δεν ενημερώθηκε.', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', + 'error' => 'Το ενεργητικό δεν έχει αποκατασταθεί, δοκιμάστε ξανά', 'success' => 'Τα πάγια επαναφέρθηκαν επιτυχώς.' ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Ο έλεγχος στοιχείων ενεργητικού ήταν ανεπιτυχής. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', + 'success' => 'Ο έλεγχος περιουσιακών στοιχείων ολοκληρώθηκε με επιτυχία.' ), @@ -39,44 +39,44 @@ return array( 'error' => 'Τα αρχεία δεν μεταφορτώθηκαν. Παρακαλώ δοκιμάστε ξανά.', 'success' => 'Τα αρχεία ενημερώθηκαν με επιτυχία.', 'nofiles' => 'Δεν έχετε επιλέξει οποιαδήποτε αρχείο για μεταφόρτωση ή το αρχείο που προσπαθείτε να φορτώσετε είναι πάρα πολύ μεγάλο', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'invalidfiles' => 'Ένα ή περισσότερα από τα αρχεία σας είναι πολύ μεγάλα ή είναι τύπου αρχείου που δεν επιτρέπεται. Τα επιτρεπόμενα αρχεία τύπου png, gif, jpg, doc, docx, pdf και txt.', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'Ορισμένα στοιχεία δεν έχουν εισαχθεί σωστά.', + 'errorDetail' => 'Τα παρακάτω στοιχεία δεν εισήχθησαν εξαιτίας σφαλμάτων.', + 'success' => "Το αρχείο σας έχει εισαχθεί", + 'file_delete_success' => "Το αρχείο σας έχει διαγραφεί με επιτυχία", + 'file_delete_error' => "Το αρχείο δεν μπόρεσε να διαγραφεί", ), 'delete' => array( 'confirm' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το πάγιο;', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'error' => 'Παρουσιάστηκε ένα ζήτημα κατάργησης του στοιχείου. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', + 'nothing_updated' => 'Δεν επιλέχθηκαν στοιχεία ενεργητικού, οπότε τίποτα δεν διαγράφηκε.', 'success' => 'Το πάγιο διαγράφηκε με επιτυχία.' ), 'checkout' => array( - 'error' => 'Asset was not checked out, please try again', - 'success' => 'Asset checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', + 'error' => 'Το περιουσιακό στοιχείο δεν έχει ελεγχθεί, δοκιμάστε ξανά', + 'success' => 'Το ενεργητικό ολοκληρώθηκε με επιτυχία.', + 'user_does_not_exist' => 'Αυτός ο χρήστης είναι άκυρος. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', 'not_available' => 'Αυτό το πάγιο δεν είναι διαθέσιμο για την ολοκλήρωση της παραγγελίας!' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', + 'error' => 'Το στοιχείο δεν έχει επιλεγεί, δοκιμάστε ξανά', + 'success' => 'Το ενεργό στοιχείο ολοκληρώθηκε με επιτυχία.', 'user_does_not_exist' => 'Αυτός ο χρήστης δεν υπάρχει. Παρακαλώ δοκιμάστε ξανά.', - 'already_checked_in' => 'That asset is already checked in.', + 'already_checked_in' => 'Το στοιχείο αυτό έχει ήδη ελεγχθεί.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', + 'error' => 'Το στοιχείο δεν ζητήθηκε, δοκιμάστε ξανά', 'success' => 'Τα πάγια ενημερώθηκαν επιτυχώς.', - 'canceled' => 'Checkout request successfully canceled' + 'canceled' => 'Η αίτηση πληρωμής ακυρώθηκε με επιτυχία' ) ); diff --git a/resources/lang/el/admin/licenses/form.php b/resources/lang/el/admin/licenses/form.php index 682965f2fa..253f71151f 100644 --- a/resources/lang/el/admin/licenses/form.php +++ b/resources/lang/el/admin/licenses/form.php @@ -9,14 +9,14 @@ return array( 'license_key' => 'Κλειδί προϊόντος', 'maintained' => 'Συντηρείται', 'name' => 'Όνομα προγράμματος', - 'no_depreciation' => 'Do Not Depreciate', - 'purchase_order' => 'Purchase Order Number', - 'reassignable' => 'Reassignable', - 'remaining_seats' => 'Remaining Seats', - 'seats' => 'Seats', + 'no_depreciation' => 'Μην απογοητεύετε', + 'purchase_order' => 'Αριθμός παραγγελίας αγοράς', + 'reassignable' => 'Επαναπροσδιορίζεται', + 'remaining_seats' => 'Υπόλοιπα καθίσματα', + 'seats' => 'Καθίσματα', 'termination_date' => 'Ημερομηνία λήξης', - 'to_email' => 'Licensed to Email', - 'to_name' => 'Licensed to Name', + 'to_email' => 'Αδειοδότηση σε ηλεκτρονικό ταχυδρομείο', + 'to_name' => 'Αδειοδοτείται στο όνομα', 'update' => 'Ενημέρωση άδειας', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' + 'checkout_help' => 'Πρέπει να ελέγξετε μια άδεια χρήσης σε ένα υλικό υλικό ή ένα άτομο. Μπορείτε να επιλέξετε και τα δύο, αλλά ο κάτοχος του στοιχείου πρέπει να ταιριάζει με το άτομο στο οποίο ελέγχετε το στοιχείο.' ); diff --git a/resources/lang/el/admin/licenses/general.php b/resources/lang/el/admin/licenses/general.php index b414150b93..da8988b326 100644 --- a/resources/lang/el/admin/licenses/general.php +++ b/resources/lang/el/admin/licenses/general.php @@ -2,19 +2,19 @@ return array( 'about_licenses_title' => 'Σχετικά με τις άδειες', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', - 'checkin' => 'Checkin License Seat', + 'about_licenses' => 'Οι άδειες χρησιμοποιούνται για την παρακολούθηση του λογισμικού. Έχουν καθορισμένο αριθμό καθισμάτων που μπορούν να ελέγχονται σε άτομα', + 'checkin' => 'Checkin άδεια', 'checkout_history' => 'Ιστορικό παραγγελίας', - 'checkout' => 'Checkout License Seat', + 'checkout' => 'Καθίσματα άδειας πληρωμής', 'edit' => 'Επεξεργασία άδειας', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'filetype_info' => 'Επιτρεπόμενοι τύποι αρχείων είναι png, gif, jpg, jpeg, doc, docx, pdf, txt, zip και rar.', 'clone' => 'Κλόνος άδειας', 'history_for' => 'Ιστορικό για ', 'in_out' => 'Εισερχόμενα/Εξερχόμενα', 'info' => 'Πληροφορίες άδειας', - 'license_seats' => 'License Seats', - 'seat' => 'Seat', - 'seats' => 'Seats', + 'license_seats' => 'Άδειες Θέσεις', + 'seat' => 'Εδρα', + 'seats' => 'Καθίσματα', 'software_licenses' => 'Άδειες λογισμικού', 'user' => 'Χρήστης', 'view' => 'Προβολή άδειας', diff --git a/resources/lang/el/admin/licenses/message.php b/resources/lang/el/admin/licenses/message.php index d20ee6180d..30068ab289 100644 --- a/resources/lang/el/admin/licenses/message.php +++ b/resources/lang/el/admin/licenses/message.php @@ -5,8 +5,9 @@ return array( 'does_not_exist' => 'Δεν υπάρχει άδεια χρήσης.', 'user_does_not_exist' => 'Ο χρήστης δεν υπάρχει.', 'asset_does_not_exist' => 'Το πάγιο που προσπαθείτε να συσχετίσετε με αυτήν την άδεια δεν υπάρχει.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', - 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'owner_doesnt_match_asset' => 'Το περιουσιακό στοιχείο που προσπαθείτε να συσχετίσετε με αυτήν την άδεια ανήκει σε κάποιον άλλον εκτός από το άτομο που επιλέχθηκε στο αναπτυσσόμενο μενού.', + 'assoc_users' => 'Αυτήν τη στιγμή, αυτή η άδεια χρήσης αποστέλλεται στον χρήστη και δεν μπορεί να διαγραφεί. Ελέγξτε πρώτα την άδεια χρήσης και δοκιμάστε ξανά τη διαγραφή.', + 'select_asset_or_person' => 'Πρέπει να επιλέξετε ένα στοιχείο ή έναν χρήστη, αλλά όχι και τα δύο.', 'create' => array( @@ -22,8 +23,8 @@ return array( 'upload' => array( 'error' => 'Τα αρχεία δεν μεταφορτώθηκαν. Παρακαλώ δοκιμάστε ξανά.', 'success' => 'Τα αρχεία ενημερώθηκαν με επιτυχία.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'nofiles' => 'Δεν επιλέξατε κανένα αρχείο για μεταφόρτωση ή το αρχείο που προσπαθείτε να μεταφορτώσετε είναι πολύ μεγάλο', + 'invalidfiles' => 'Ένα ή περισσότερα από τα αρχεία σας είναι πολύ μεγάλα ή είναι τύπου αρχείου που δεν επιτρέπεται. Οι επιτρεπόμενοι τύποι αρχείων είναι png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml και lic.', ), 'update' => array( @@ -38,13 +39,13 @@ return array( ), 'checkout' => array( - 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully' + 'error' => 'Παρουσιάστηκε πρόβλημα κατά την εξακρίβωση της άδειας. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', + 'success' => 'Η άδεια εκτυπώθηκε με επιτυχία' ), 'checkin' => array( - 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully' + 'error' => 'Παρουσιάστηκε ένα ζήτημα ελέγχου της άδειας. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', + 'success' => 'Η άδεια έχει ελεγχθεί με επιτυχία' ), ); diff --git a/resources/lang/el/admin/locations/message.php b/resources/lang/el/admin/locations/message.php index 77e1863f1c..b7beb4ec1e 100644 --- a/resources/lang/el/admin/locations/message.php +++ b/resources/lang/el/admin/locations/message.php @@ -4,8 +4,8 @@ return array( 'does_not_exist' => 'Η τοποθεσία δεν υπάρχει.', 'assoc_users' => 'Αυτή η θέση είναι επί του παρόντος σχετίζεται με τουλάχιστον ένα χρήστη και δεν μπορεί να διαγραφεί. Παρακαλούμε να ενημερώσετε τους χρήστες σας να μην αναφέρονται σε αυτήν τη θέση και δοκιμάστε ξανά. ', - 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', - 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + 'assoc_assets' => 'Αυτή η τοποθεσία συσχετίζεται προς το παρόν με τουλάχιστον ένα στοιχείο και δεν μπορεί να διαγραφεί. Ενημερώστε τα στοιχεία σας ώστε να μην αναφέρονται πλέον στην τοποθεσία αυτή και να προσπαθήσετε ξανά.', + 'assoc_child_loc' => 'Αυτή η τοποθεσία είναι αυτήν τη στιγμή γονέας τουλάχιστον μιας τοποθεσίας παιδιού και δεν μπορεί να διαγραφεί. Ενημερώστε τις τοποθεσίες σας ώστε να μην αναφέρονται πλέον σε αυτήν την τοποθεσία και δοκιμάστε ξανά.', 'create' => array( @@ -20,7 +20,7 @@ return array( 'delete' => array( 'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν την τοποθεσία;', - 'error' => 'There was an issue deleting the location. Please try again.', + 'error' => 'Παρουσιάστηκε πρόβλημα κατά τη διαγραφή της τοποθεσίας. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', 'success' => 'Η τοποθεσία διαγράφηκε με επιτυχία.' ) diff --git a/resources/lang/el/admin/locations/table.php b/resources/lang/el/admin/locations/table.php index 46776cc66f..3e464b097d 100644 --- a/resources/lang/el/admin/locations/table.php +++ b/resources/lang/el/admin/locations/table.php @@ -2,7 +2,7 @@ return array( 'about_locations_title' => 'Σχετικά με τις τοποθεσίες', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'about_locations' => 'Οι τοποθεσίες χρησιμοποιούνται για την παρακολούθηση πληροφοριών τοποθεσίας για χρήστες, στοιχεία ενεργητικού και άλλα στοιχεία', 'assets_rtd' => 'Πάγια', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. 'assets_checkedout' => 'Assets Assigned', 'id' => 'ID', @@ -15,7 +15,7 @@ return array( 'address' => 'Διεύθυνση', 'zip' => 'Ταχυδρομικός Κώδικας', 'locations' => 'Τοποθεσίες', - 'parent' => 'Parent', + 'parent' => 'Μητρική εταιρεία', 'currency' => 'Τοπικό νόμισμα', - 'ldap_ou' => 'LDAP Search OU', + 'ldap_ou' => 'LDAP Αναζήτηση OU', ); diff --git a/resources/lang/el/admin/manufacturers/message.php b/resources/lang/el/admin/manufacturers/message.php index 16c4891167..4d4087ffb5 100644 --- a/resources/lang/el/admin/manufacturers/message.php +++ b/resources/lang/el/admin/manufacturers/message.php @@ -6,7 +6,7 @@ return array( 'assoc_users' => 'Αυτό κατασκευαστής σχετίζεται με τουλάχιστον ένα μοντέλο και δεν μπορεί να διαγραφεί. Παρακαλούμε να ενημερώσετε τα μοντέλα σας προκειμένου να μην αναφέρονται σε αυτόν τον κατασκευαστή και δοκιμάστε ξανά. ', 'create' => array( - 'error' => 'Manufacturer was not created, please try again.', + 'error' => 'Ο κατασκευαστής δεν δημιουργήθηκε, δοκιμάστε ξανά.', 'success' => 'Ο κατασκευαστής δημιουργήθηκε με επιτυχία.' ), @@ -18,7 +18,7 @@ return array( 'delete' => array( 'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτόν τον κατασκευαστή;', 'error' => 'Υπήρξε ένα ζήτημα διαγράφοντας τον κατασκευαστή. Παρακαλώ δοκιμάστε ξανά.', - 'success' => 'The Manufacturer was deleted successfully.' + 'success' => 'Ο Κατασκευαστής διαγράφηκε με επιτυχία.' ) ); diff --git a/resources/lang/el/admin/manufacturers/table.php b/resources/lang/el/admin/manufacturers/table.php index f0ea69039b..02e516162f 100644 --- a/resources/lang/el/admin/manufacturers/table.php +++ b/resources/lang/el/admin/manufacturers/table.php @@ -2,14 +2,14 @@ return array( 'about_manufacturers_title' => 'Σχετικά με τους κατασκευαστές', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', - 'asset_manufacturers' => 'Asset Manufacturers', + 'about_manufacturers_text' => 'Οι κατασκευαστές είναι οι εταιρείες που δημιουργούν τα περιουσιακά σας στοιχεία. Μπορείτε να αποθηκεύσετε εδώ σημαντικές πληροφορίες επικοινωνίας σχετικά με αυτές, οι οποίες θα εμφανίζονται στις σελίδες λεπτομερειών του ενεργητικού σας.', + 'asset_manufacturers' => 'Κατασκευαστές περιουσιακών στοιχείων', 'create' => 'Δημιουργήστε Κατασκευαστή', 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', + 'name' => 'Ονομα', + 'support_email' => 'Υποστήριξη ηλεκτρονικού ταχυδρομείου', + 'support_phone' => 'Υποστήριξη τηλεφώνου', + 'support_url' => 'URL υποστήριξης', 'update' => 'Ενημέρωση Κατασκευαστή', 'url' => 'URL', diff --git a/resources/lang/el/admin/models/general.php b/resources/lang/el/admin/models/general.php index 2b8f7b922c..10bd5a6ded 100644 --- a/resources/lang/el/admin/models/general.php +++ b/resources/lang/el/admin/models/general.php @@ -2,8 +2,8 @@ return array( 'about_models_title' => 'Σχετικά με τους τύπους παγίων', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted. Click here to restore it.', + 'about_models_text' => 'Τα μοντέλα περιουσιακών στοιχείων είναι ένας τρόπος για να ομαδοποιήσετε ταυτόσημα περιουσιακά στοιχεία "MBP 2013", "IPhone 6s" κ.λπ.', + 'deleted' => 'Αυτό το μοντέλο έχει διαγραφεί. Κάντε κλικ εδώ για να την επαναφέρετε.', 'restore' => 'Επαναφορά μοντέλου', 'requestable' => 'Οι χρήστες μπορούν να αιτηθούν το μοντέλο', 'show_mac_address' => 'Εμφάνιση MAC διευθύνσεων πεδίου σε περιουσιακά στοιχεία σε αυτό το μοντέλο', diff --git a/resources/lang/el/admin/models/message.php b/resources/lang/el/admin/models/message.php index 64a5cef1ff..236a133992 100644 --- a/resources/lang/el/admin/models/message.php +++ b/resources/lang/el/admin/models/message.php @@ -3,13 +3,13 @@ return array( 'does_not_exist' => 'Το μοντέλο δεν υπάρχει.', - 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', + 'assoc_users' => 'Αυτό το μοντέλο συσχετίζεται επί του παρόντος με ένα ή περισσότερα στοιχεία και δεν μπορεί να διαγραφεί. Διαγράψτε τα στοιχεία και, στη συνέχεια, δοκιμάστε ξανά τη διαγραφή.', 'create' => array( 'error' => 'Το μοντέλο δεν δημιουργήθηκε, παρακαλώ προσπαθήστε ξανά.', 'success' => 'Το μοντέλο δημιουργήθηκε με επιτυχία.', - 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + 'duplicate_set' => 'Ένα μοντέλο στοιχείων ενεργητικού με αυτό το όνομα, τον κατασκευαστή και τον αριθμό μοντέλου υπάρχει ήδη.', ), 'update' => array( @@ -20,7 +20,7 @@ return array( 'delete' => array( 'confirm' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το περιουσιακό μοντέλο;', 'error' => 'Υπήρξε ένα ζήτημα διαγράφοντας αυτό το μοντέλο. Παρακαλώ δοκιμάστε ξανά.', - 'success' => 'The model was deleted successfully.' + 'success' => 'Το μοντέλο διαγράφηκε με επιτυχία.' ), 'restore' => array( @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Δεν άλλαξαν πεδία, επομένως τίποτα δεν ενημερώθηκε.', + 'success' => 'Τα μοντέλα ενημερώθηκαν.' ), ); diff --git a/resources/lang/el/admin/settings/general.php b/resources/lang/el/admin/settings/general.php index d2a10c72ce..6572c934d1 100644 --- a/resources/lang/el/admin/settings/general.php +++ b/resources/lang/el/admin/settings/general.php @@ -3,146 +3,148 @@ return array( 'ad' => 'Υπηρεσία καταλόγου Active Directory', 'ad_domain' => 'Τομέα Active Directory', - 'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.', + 'ad_domain_help' => 'Αυτό είναι μερικές φορές το ίδιο με τον τομέα ηλεκτρονικού ταχυδρομείου σας, αλλά όχι πάντα.', 'is_ad' => 'Αυτός είναι ένας διακομιστής υπηρεσίας καταλόγου Active Directory', - 'alert_email' => 'Send alerts to', + 'alert_email' => 'Αποστολή ειδοποιήσεων προς', 'alerts_enabled' => 'Ειδοποιήσεις ενεργοποιημένες', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', + 'alert_interval' => 'Ελάχιστο όριο λήξης ειδοποιήσεων (σε ημέρες)', 'alert_inv_threshold' => 'Ειδοποιήση ορίου αποθήκης', - 'asset_ids' => 'Asset IDs', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', + 'asset_ids' => 'Στοιχεία ταυτότητας περιουσιακών στοιχείων', + 'audit_interval' => 'Διάρκεια ελέγχου', + 'audit_interval_help' => 'Αν απαιτείται να ελέγχετε τακτικά τα πάγια σας, εισάγετε το διάστημα σε μήνες.', + 'audit_warning_days' => 'Όριο προειδοποίησης ελέγχου', + 'audit_warning_days_help' => 'Πόσες μέρες νωρίτερα θα πρέπει να σας προειδοποιήσουμε όταν τα περιουσιακά στοιχεία οφείλονται για έλεγχο;', + 'auto_increment_assets' => 'Δημιουργία αναγνωριστικών στοιχείων ενεργητικού αυτόματης αύξησης', 'auto_increment_prefix' => 'Πρόθεμα (μη υποχρεωτικό)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'Ενεργοποιήστε πρώτα τα αναγνωριστικά στοιχείων αυτόματης αύξησης, για να το ορίσετε', 'backups' => 'Αντίγραφα Ασφαλείας', - 'barcode_settings' => 'Barcode Settings', + 'barcode_settings' => 'Ρυθμίσεις γραμμωτού κώδικα', 'confirm_purge' => 'Επιβεβαίωση καθαρισμού', 'confirm_purge_help' => 'Εισάγετε το κείμενο «Διαγραφή» στο πλαίσιο παρακάτω για να καθαρίσει τις διαγραμμένες εγγραφές σας. Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.', 'custom_css' => 'Προσαρμοσμένο CSS', - 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', - 'default_currency' => 'Default Currency', - 'default_eula_text' => 'Default EULA', + 'custom_css_help' => 'Εισαγάγετε τυχόν προσαρμοσμένες επικαλύψεις CSS που θέλετε να χρησιμοποιήσετε. Μην συμπεριλάβετε τις ετικέτες <style></style>.', + 'default_currency' => 'Προεπιλεγμένο νόμισμα', + 'default_eula_text' => 'Προεπιλογή EULA', 'default_language' => 'Προκαθορισμένη γλώσσα', - 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', + 'default_eula_help_text' => 'Μπορείτε επίσης να συσχετίσετε προσαρμοσμένες ΑΔΕΚ με συγκεκριμένες κατηγορίες περιουσιακών στοιχείων.', 'display_asset_name' => 'Εμφάνιση ονόματος παγίου', 'display_checkout_date' => 'Εμφάνιση ημερομηνίας αποχώρησης', - 'display_eol' => 'Display EOL in table view', - 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', + 'display_eol' => 'Εμφάνιση του EOL στην προβολή πίνακα', + 'display_qr' => 'Εμφάνιση τετραγώνων κωδίκων', + 'display_alt_barcode' => 'Εμφάνιση 1D barcode', 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', - 'eula_settings' => 'EULA Settings', - 'eula_markdown' => 'This EULA allows Github flavored markdown.', + 'alt_barcode_type' => '1D τύπο γραμμωτού κώδικα', + 'eula_settings' => 'Ρυθμίσεις EULA', + 'eula_markdown' => 'Αυτή η EULA επιτρέπει Github flavored markdown.', 'general_settings' => 'Γενικές ρυθμίσεις', 'generate_backup' => 'Δημιουργία Αντίγραφου Ασφαλείας', 'header_color' => 'Χρώμα επικεφαλίδας', - 'info' => 'These settings let you customize certain aspects of your installation.', + 'info' => 'Αυτές οι ρυθμίσεις σάς επιτρέπουν να προσαρμόσετε ορισμένες πτυχές της εγκατάστασής σας.', 'laravel' => 'Έκδοση οδηγού', 'ldap_enabled' => 'Ενεργό LDAP', - 'ldap_integration' => 'LDAP Integration', - 'ldap_settings' => 'LDAP Settings', + 'ldap_integration' => 'Ενσωμάτωση LDAP', + 'ldap_settings' => 'Ρυθμίσεις LDAP', '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_server_help' => 'Αυτό θα πρέπει να ξεκινά με το ldap: // (για μη κρυπτογραφημένο ή TLS) ή ldaps: // (για SSL)', + 'ldap_server_cert' => 'Πιστοποίηση πιστοποιητικού SSL για LDAP', + 'ldap_server_cert_ignore' => 'Να επιτρέπεται η μη έγκυρη πιστοποίηση SSL', + 'ldap_server_cert_help' => 'Επιλέξτε αυτό το πλαίσιο ελέγχου εάν χρησιμοποιείτε έναν αυτόματο έλεγχο SSL και θέλετε να αποδεχτείτε ένα μη έγκυρο πιστοποιητικό SSL.', 'ldap_tls' => 'Χρήση 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_tls_help' => 'Αυτό θα πρέπει να ελέγχεται μόνο αν εκτελείτε το STARTTLS στο διακομιστή LDAP.', + 'ldap_uname' => 'LDAP δεσμεύει το όνομα χρήστη', + 'ldap_pword' => 'Κωδικός πρόσβασης δεσμού LDAP', + 'ldap_basedn' => 'Δέσμευση βάσης DN', 'ldap_filter' => 'LDAP Φίλτρο', 'ldap_pw_sync' => 'LDAP συγχρονισμός κωδικού πρόσβασης', - '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_pw_sync_help' => 'Καταργήστε την επιλογή αυτού του πλαισίου αν δεν θέλετε να διατηρείτε τους κωδικούς LDAP συγχρονισμένους με τοπικούς κωδικούς πρόσβασης. Απενεργοποιώντας αυτό σημαίνει ότι οι χρήστες σας ενδέχεται να μην μπορούν να συνδεθούν αν ο διακομιστής LDAP δεν είναι προσβάσιμος για κάποιο λόγο.', + 'ldap_username_field' => 'Πεδίο ονόματος χρήστη', 'ldap_lname_field' => 'Επίθετο', - 'ldap_fname_field' => 'LDAP First Name', - 'ldap_auth_filter_query' => 'LDAP Authentication query', + 'ldap_fname_field' => 'Όνομα LDAP', + 'ldap_auth_filter_query' => 'Ερώτημα ελέγχου ταυτότητας LDAP', 'ldap_version' => 'Έκδοση LDAP', - 'ldap_active_flag' => 'LDAP Active Flag', - 'ldap_emp_num' => 'LDAP Employee Number', + 'ldap_active_flag' => 'Ενεργή σημαία LDAP', + 'ldap_emp_num' => 'Αριθμός υπαλλήλου LDAP', 'ldap_email' => 'LDAP Email', - 'load_remote_text' => 'Remote Scripts', - 'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', - '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', - 'optional' => 'optional', - 'per_page' => 'Results Per Page', - 'php' => 'PHP Version', - 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', - 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', - 'qr_help' => 'Enable QR Codes first to set this', - 'qr_text' => 'QR Code Text', + 'load_remote_text' => 'Απομακρυσμένα Scripts', + 'load_remote_help_text' => 'Αυτή η εγκατάσταση Snipe-IT μπορεί να φορτώσει δέσμες ενεργειών από τον έξω κόσμο.', + 'login_note' => 'Σύνδεση Σημείωση', + 'login_note_help' => 'Προαιρετικά συμπεριλάβετε μερικές προτάσεις στην οθόνη σύνδεσης, για παράδειγμα για να βοηθήσετε άτομα που έχουν βρει μια χαμένη ή κλεμμένη συσκευή. Αυτό το πεδίο δέχεται Github flavored markdown', + 'logo' => 'Λογότυπο', + 'full_multiple_companies_support_help_text' => 'Περιορισμός των χρηστών (συμπεριλαμβανομένων των διαχειριστών) που εκχωρούνται σε εταιρείες στα περιουσιακά στοιχεία της εταιρείας τους.', + 'full_multiple_companies_support_text' => 'Πλήρης υποστήριξη πολλαπλών εταιρειών', + 'optional' => 'προαιρετικός', + 'per_page' => 'Αποτελέσματα ανά σελίδα', + 'php' => 'Έκδοση PHP', + 'php_gd_info' => 'Πρέπει να εγκαταστήσετε το php-gd για να εμφανίσετε τους QR κώδικες, δείτε τις οδηγίες εγκατάστασης.', + 'php_gd_warning' => 'Η επεξεργασία εικόνας PHP και το πρόσθετο GD ΔΕΝ έχουν εγκατασταθεί.', + 'pwd_secure_complexity' => 'Πολυπλοκότητα κωδικού πρόσβασης', + 'pwd_secure_complexity_help' => 'Επιλέξτε τους κανόνες περίπλοκου κωδικού πρόσβασης που θέλετε να επιβάλλετε.', + 'pwd_secure_min' => 'Κωδικοί ελάχιστων χαρακτήρων', + 'pwd_secure_min_help' => 'Η ελάχιστη επιτρεπόμενη τιμή είναι 5', + 'pwd_secure_uncommon' => 'Αποτρέψτε τους κοινούς κωδικούς πρόσβασης', + 'pwd_secure_uncommon_help' => 'Αυτό θα αποκλείσει τους χρήστες από τη χρήση κοινών κωδικών πρόσβασης από τους κορυφαίους 10.000 κωδικούς πρόσβασης που αναφέρονται σε παραβιάσεις.', + 'qr_help' => 'Ενεργοποιήστε πρώτα τους κωδικούς QR για να τις ορίσετε', + 'qr_text' => 'QR Code Κείμενο', 'setting' => 'Ρύθμιση', 'settings' => 'Ρυθμίσεις', 'site_name' => 'Όνομα ιστότοπου', 'slack_botname' => 'Slack Botname', - 'slack_channel' => 'Slack Channel', - 'slack_endpoint' => 'Slack Endpoint', - 'slack_integration' => 'Slack Settings', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', + 'slack_channel' => 'Χωρίς κανάλι', + 'slack_endpoint' => 'Χαμηλό τελικό σημείο', + 'slack_integration' => 'Ρυθμίσεις χαλαρών', + 'slack_integration_help' => 'Η ενσωμάτωση χαλάρωσης είναι προαιρετική, ωστόσο το τελικό σημείο και το κανάλι είναι απαραίτητα αν θέλετε να το χρησιμοποιήσετε. Για να ρυθμίσετε την ενσωμάτωση Slack, πρέπει πρώτα να δημιουργήσετε ένα εισερχόμενο webhook στον λογαριασμό σας Slack.', 'snipe_version' => 'Snipe-It έκδοση', 'system' => 'Πληροφορίες συστήματος', 'update' => 'Ενημέρωση ρυθμίσεων', 'value' => 'Τιμή', 'brand' => 'Μάρκα', - '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)', - 'next_auto_tag_base' => 'Next auto-increment', + 'about_settings_title' => 'Σχετικά με τις ρυθμίσεις', + 'about_settings_text' => 'Αυτές οι ρυθμίσεις σάς επιτρέπουν να προσαρμόσετε ορισμένες πτυχές της εγκατάστασής σας.', + 'labels_per_page' => 'Ετικέτες ανά σελίδα', + 'label_dimensions' => 'Διαστάσεις ετικέτας (ίντσες)', + 'next_auto_tag_base' => 'Επόμενη αυτόματη αύξηση', 'page_padding' => 'Περιθώρια σελίδας (ίντσες)', - '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', + 'purge' => 'Καθαρισμός αρχείων που έχουν διαγραφεί', + 'labels_display_bgutter' => 'Ετικέτα κάτω υδρορροή', + 'labels_display_sgutter' => 'Εσωτερική υδρορροή ετικέτας', + 'labels_fontsize' => 'Μέγεθος γραμματοσειράς ετικέτας', + 'labels_pagewidth' => 'Πλάτος ετικέτας', + 'labels_pageheight' => 'Ύψος φύλλου ετικέτας', + 'label_gutters' => 'Απόσταση ετικετών (ίντσες)', + 'page_dimensions' => 'Διαστάσεις σελίδας (ίντσες)', + 'label_fields' => 'Ετικέτα ορατά πεδία', 'inches' => 'ίντσες', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Σύνδεση με το Snipe-IT στα ηλεκτρονικά ταχυδρομεία', + 'show_url_in_emails_help_text' => 'Καταργήστε την επιλογή αυτού του πλαισίου αν δεν θέλετε να συνδεθείτε πίσω στην εγκατάσταση Snipe-IT στα υποσέλιδα ηλεκτρονικού ταχυδρομείου σας. Χρήσιμο αν οι περισσότεροι χρήστες σας δεν συνδέονται ποτέ.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'thumbnail_max_h' => 'Μέγιστο ύψος μικρογραφιών', + 'thumbnail_max_h_help' => 'Το μέγιστο ύψος σε εικονοστοιχεία που ενδέχεται να εμφανίζονται στην εικ να. Ελάχιστο 25, μέγιστο 500.', 'two_factor' => 'Έλεγχος ταυτότητας δύο παραγόντων', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', + 'two_factor_secret' => 'Κωδικός δύο συντελεστών', + 'two_factor_enrollment' => 'Εγγραφή δύο συντελεστών', 'two_factor_enabled_text' => 'Ενεργοποίηση ελέγχου ταυτότητας δύο παραγόντων', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', + 'two_factor_reset' => 'Επαναφορά του μυστικού δύο παραγόντων', + 'two_factor_reset_help' => 'Αυτό θα υποχρεώσει τον χρήστη να εγγραφεί ξανά στη συσκευή του με τον Επαληθευτή Google. Αυτό μπορεί να είναι χρήσιμο εάν η τρέχουσα εγγεγραμμένη συσκευή τους χάσει ή κλαπεί.', + 'two_factor_reset_success' => 'Επαναφορά της συσκευής δύο παραγόντων', + 'two_factor_reset_error' => 'Επαναφορά συσκευής δύο παραγόντων απέτυχε', + 'two_factor_enabled_warning' => 'Εάν ενεργοποιήσετε τον παράγοντα δύο παραγόντων, εάν δεν είναι ενεργοποιημένος, θα σας αναγκάσει αμέσως να επαληθεύσετε την ταυτότητά σας με μια συσκευή εγγραφής στο Google Auth. Θα έχετε τη δυνατότητα να εγγραφείτε στη συσκευή σας εάν δεν είστε εγγεγραμμένος.', + 'two_factor_enabled_help' => 'Αυτό θα ενεργοποιήσει τον έλεγχο ταυτότητας δύο παραγόντων χρησιμοποιώντας το Google Authenticator.', + 'two_factor_optional' => 'Επιλεκτική (Οι χρήστες μπορούν να ενεργοποιήσουν ή να απενεργοποιήσουν αν επιτρέπεται)', 'two_factor_required' => 'Απαιτείται για όλους τούς χρήστες', 'two_factor_disabled' => 'Έχει απενεργοποιηθεί', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'two_factor_enter_code' => 'Εισαγάγετε τον κωδικό δύο συντελεστών', + 'two_factor_config_complete' => 'Υποβολή Κωδικού', + 'two_factor_enabled_edit_not_allowed' => 'Ο διαχειριστής σας δεν σας επιτρέπει να επεξεργαστείτε αυτήν τη ρύθμιση.', + 'two_factor_enrollment_text' => "Απαιτείται έλεγχος ταυτότητας δύο παραγόντων, ωστόσο η συσκευή σας δεν έχει εγγραφεί ακόμα. Ανοίξτε την εφαρμογή Google Authenticator και σαρώστε τον παρακάτω κωδικό QR για να εγγραφείτε στη συσκευή σας. Μόλις εγγραφείτε στη συσκευή σας, πληκτρολογήστε τον παρακάτω κώδικα", 'require_accept_signature' => 'Απαιτείται υπογραφή', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', + 'require_accept_signature_help_text' => 'Η ενεργοποίηση αυτής της λειτουργίας θα απαιτεί από τους χρήστες να αποδεχθούν φυσικά την αποδοχή ενός στοιχείου.', 'left' => 'αριστερά', 'right' => 'δεξιά', 'top' => 'κορυφή', 'bottom' => 'κάτω μέρος', 'vertical' => 'κάθετα', 'horizontal' => 'οριζόντιος', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'zerofill_count' => 'Μήκος ετικετών ενεργητικού, συμπεριλαμβανομένου του zerofill', ); diff --git a/resources/lang/el/admin/settings/message.php b/resources/lang/el/admin/settings/message.php index f242cc34e4..230530b478 100644 --- a/resources/lang/el/admin/settings/message.php +++ b/resources/lang/el/admin/settings/message.php @@ -10,13 +10,13 @@ return array( 'backup' => array( 'delete_confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το αρχείο αντιγράφων ασφαλείας; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί. ', 'file_deleted' => 'Το αντίγραφο ασφαλείας διαγράφηκε επιτυχώς. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'generated' => 'Δημιουργήθηκε με επιτυχία ένα νέο αρχείο δημιουργίας αντιγράφων ασφαλείας.', + 'file_not_found' => 'Αυτό το αρχείο αντιγράφων ασφαλείας δεν βρέθηκε στο διακομιστή.', ), 'purge' => array( 'error' => 'Παρουσιάστηκε ένα σφάλμα κατά την εκκαθάριση. ', 'validation_failed' => 'Η επιβεβαίωση καθαρισμού είναι εσφαλμένη. Παρακαλούμε πληκτρολογήστε τη λέξη «Διαγραφή» στο πλαίσιο επιβεβαίωσης.', - 'success' => 'Deleted records successfully purged.' + 'success' => 'Οι διαγραμμένες εγγραφές καθαρίστηκαν με επιτυχία.' ), ); diff --git a/resources/lang/el/admin/statuslabels/message.php b/resources/lang/el/admin/statuslabels/message.php index bde2cc10d3..f29cec5f04 100644 --- a/resources/lang/el/admin/statuslabels/message.php +++ b/resources/lang/el/admin/statuslabels/message.php @@ -3,11 +3,11 @@ return array( '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. ', + 'assoc_assets' => 'Αυτή η ετικέτα κατάστασης συσχετίζεται επί του παρόντος με ένα τουλάχιστον στοιχείο και δεν μπορεί να διαγραφεί. Ενημερώστε τα στοιχεία σας ώστε να μην αναφέρονται πλέον στην κατάσταση αυτή και να προσπαθήσετε ξανά.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', + 'error' => 'Δεν δημιουργήθηκε η ετικέτα κατάστασης, δοκιμάστε ξανά.', 'success' => 'Η ετικέτα κατάστασης δημιουργήθηκε με επιτυχία.' ), @@ -19,7 +19,14 @@ return array( 'delete' => array( 'confirm' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε αυτή την ετικέτα κατάστασης;', 'error' => 'Υπήρξε ένα ζήτημα διαγράφοντας την ετικέτα κατάστασης. Παρακαλώ δοκιμάστε ξανά.', - 'success' => 'The Status Label was deleted successfully.' - ) + 'success' => 'Η ετικέτα κατάστασης διαγράφηκε με επιτυχία.' + ), + + 'help' => array( + 'undeployable' => 'Αυτά τα στοιχεία ενεργητικού δεν μπορούν να αποδοθούν σε κανέναν.', + 'deployable' => 'Αυτά τα περιουσιακά στοιχεία μπορούν να ελεγχθούν. Μόλις οριστούν, θα αναλάβουν μετα-κατάσταση Deployed.', + 'archived' => 'Αυτά τα στοιχεία δεν μπορούν να εξακριβωθούν και θα εμφανιστούν μόνο στην προβολή Αρχειοθετημένη. Αυτό είναι χρήσιμο για τη διατήρηση πληροφοριών σχετικά με τα περιουσιακά στοιχεία για την κατάρτιση προϋπολογισμού / ιστορικούς σκοπούς, αλλά για τη διατήρησή τους εκτός της καθημερινής λίστας στοιχείων.', + 'pending' => 'Αυτά τα στοιχεία ενεργητικού δεν μπορούν να αποδοθούν σε κανέναν, συχνά χρησιμοποιούμενα για αντικείμενα που πρόκειται να επισκευαστούν, αλλά αναμένεται να επιστρέψουν στην κυκλοφορία.', + ), ); diff --git a/resources/lang/el/admin/statuslabels/table.php b/resources/lang/el/admin/statuslabels/table.php index 9be157c192..1cc6ae7e84 100644 --- a/resources/lang/el/admin/statuslabels/table.php +++ b/resources/lang/el/admin/statuslabels/table.php @@ -6,12 +6,12 @@ return array( 'create' => 'Δημιουργία ετικέτας κατάστασης', 'color' => 'Χρώμα Γραφήματος', '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.', + 'info' => 'Οι ετικέτες κατάστασης χρησιμοποιούνται για να περιγράψουν τις διάφορες καταστάσεις στις οποίες θα μπορούσαν να βρίσκονται τα περιουσιακά στοιχεία σας. Μπορεί να είναι έξω για επισκευή, απώλεια / κλοπή κ.λπ. Μπορείτε να δημιουργήσετε νέες ετικέτες κατάστασης για αναπτυσσόμενα, εκκρεμή και αρχειοθετημένα στοιχεία ενεργητικού.', 'name' => 'Όνομα κατάστασης', 'pending' => 'Εκκρεμεί', 'status_type' => 'Τύπος κατάστασης', - 'show_in_nav' => 'Show in side nav', + 'show_in_nav' => 'Εμφάνιση στο side nav', 'title' => 'Ετικέτα Κατάστασης', - 'undeployable' => 'Undeployable', + 'undeployable' => 'Μη διανέμεται', 'update' => 'Ενημέρωση κατάστασης ετικέτα', ); diff --git a/resources/lang/el/admin/suppliers/message.php b/resources/lang/el/admin/suppliers/message.php index ba47b4a4c0..d72ab489d5 100644 --- a/resources/lang/el/admin/suppliers/message.php +++ b/resources/lang/el/admin/suppliers/message.php @@ -6,7 +6,7 @@ return array( 'assoc_users' => 'Αυτός ο προμηθευτ σχετίζεται με τουλάχιστον ένα χρήστη και δεν μπορεί να διαγραφεί. Παρακαλούμε να ενημερώσετε τους χρήστες σας να μην αναφέρονται σε αυτήν τη θέση και δοκιμάστε ξανά. ', 'create' => array( - 'error' => 'Supplier was not created, please try again.', + 'error' => 'Ο προμηθευτής δεν δημιουργήθηκε, δοκιμάστε ξανά.', 'success' => 'Ο προμηθευτής δημιουργήθηκε επιτυχώς.' ), diff --git a/resources/lang/el/admin/suppliers/table.php b/resources/lang/el/admin/suppliers/table.php index 93c29ebf89..9ef866e5fb 100644 --- a/resources/lang/el/admin/suppliers/table.php +++ b/resources/lang/el/admin/suppliers/table.php @@ -2,7 +2,7 @@ return array( 'about_suppliers_title' => 'Σχετικά με τους προμηθευτές', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'about_suppliers_text' => 'Οι προμηθευτές χρησιμοποιούνται για την παρακολούθηση της προέλευσης των αντικειμένων', 'address' => 'Διεύθυνση προμηθευτή', 'assets' => 'Πάγια', 'city' => 'Πόλη', @@ -20,7 +20,7 @@ return array( 'suppliers' => 'Προμηθευτές', 'update' => 'Ενημέρωση προμηθευτή', 'url' => 'Διεύθυνση URL', - 'view' => 'View Supplier', + 'view' => 'Προβολή προμηθευτή', 'view_assets_for' => 'Προβολή παγίων για', 'zip' => 'Ταχυδρομικός Κώδικας', diff --git a/resources/lang/el/admin/users/general.php b/resources/lang/el/admin/users/general.php index fe8211afba..530e728761 100644 --- a/resources/lang/el/admin/users/general.php +++ b/resources/lang/el/admin/users/general.php @@ -4,22 +4,22 @@ return array( 'assets_user' => 'Περιουσιακά στοιχεία που έχει αντιστοιχιστεί σε: όνομα', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', - 'current_assets' => 'Assets currently checked out to this user', + 'bulk_update_warn' => 'Πρόκειται να επεξεργαστείτε τις ιδιότητες των χρηστών: user_count. Λάβετε υπόψη ότι δεν μπορείτε να αλλάξετε τα δικά σας χαρακτηριστικά χρήστη χρησιμοποιώντας αυτήν τη φόρμα και πρέπει να κάνετε αλλαγές στον δικό σας χρήστη ξεχωριστά.', + 'bulk_update_help' => 'Αυτή η φόρμα σας επιτρέπει να ενημερώσετε ταυτόχρονα πολλούς χρήστες. Συμπληρώστε μόνο τα πεδία που πρέπει να αλλάξετε. Τα τυχόν κενά πεδία παραμένουν αμετάβλητα.', + 'current_assets' => 'Περιουσιακά στοιχεία που ελέγχονται αυτήν τη στιγμή σε αυτόν τον χρήστη', 'clone' => 'Κλώνος χρήστη', 'contact_user' => 'Επικοινωνία :Όνομα', 'edit' => 'Επεξεργασία χρήστη', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'filetype_info' => 'Επιτρεπόμενοι τύποι αρχείων είναι png, gif, jpg, jpeg, doc, docx, pdf, txt, zip και rar.', 'history_user' => 'Ιστορικό: όνομα', - 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'info' => 'Πληροφορίες', + 'restore_user' => 'Κάντε κλικ εδώ για να τα επαναφέρετε.', 'last_login' => 'Τελευταία σύνδεση', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', - 'software_user' => 'Software Checked out to :name', + 'ldap_config_text' => 'Οι ρυθμίσεις διαμόρφωσης LDAP μπορούν να βρεθούν στο στοιχείο Διαχειριστής> Ρυθμίσεις. Η (επιλεγμένη) επιλεγμένη τοποθεσία θα οριστεί για όλους τους εισαγόμενους χρήστες.', + 'software_user' => 'Λογισμικό Έγινε έλεγχος σε: όνομα', 'view_user' => 'Προβολή χρήστη :ονόματος', 'usercsv' => 'CSV αρχείο', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'two_factor_admin_optin_help' => 'Οι τρέχουσες ρυθμίσεις διαχειριστή επιτρέπουν την επιλεκτική εφαρμογή ελέγχου ταυτότητας δύο παραγόντων.', + 'two_factor_enrolled' => 'Συσκευή εγγραφής 2FA', + 'two_factor_active' => '2FA Active', ); diff --git a/resources/lang/el/admin/users/message.php b/resources/lang/el/admin/users/message.php index 022ab3956b..be6911355b 100644 --- a/resources/lang/el/admin/users/message.php +++ b/resources/lang/el/admin/users/message.php @@ -3,45 +3,45 @@ return array( 'accepted' => 'Έχετε αποδεχθεί με επιτυχία αυτό το πάγιο.', - 'declined' => 'You have successfully declined this asset.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'declined' => 'Έχετε απορρίψει επιτυχώς αυτό το στοιχείο.', + 'bulk_manager_warn' => 'Οι χρήστες σας ενημερώθηκαν με επιτυχία, ωστόσο η καταχώριση του διαχειριστή σας δεν αποθηκεύτηκε, επειδή ο διαχειριστής που επιλέξατε ήταν επίσης στη λίστα χρηστών για επεξεργασία και οι χρήστες ενδέχεται να μην είναι ο δικός τους διαχειριστής. Επιλέξτε ξανά τους χρήστες σας, εξαιρουμένου του διαχειριστή.', 'user_exists' => 'Ο χρήστης υπάρχει ήδη!', 'user_not_found' => 'Ο χρήστης [:id] δεν υπάρχει.', 'user_login_required' => 'Το πεδίο εισόδου είναι υποχρεωτικό', 'user_password_required' => 'Ο κωδικός είναι απαραίτητος.', 'insufficient_permissions' => 'Δεν έχετε επαρκή δικαιώματα.', 'user_deleted_warning' => 'Αυτός ο χρήστης έχει διαγραφεί. Θα πρέπει να επαναφέρετε αυτό το χρήστη για να τον επεξεργαστείτε ή να του εκχωρήσετε νέα πάγια.', - 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'ldap_not_configured' => 'Η ενσωμάτωση LDAP δεν έχει ρυθμιστεί για αυτήν την εγκατάσταση.', 'success' => array( 'create' => 'Ο χρήστης δημιουργήθηκε με επιτυχία.', 'update' => 'Ο χρήστης ενημερώθηκε με επιτυχία.', - 'update_bulk' => 'Users were successfully updated!', + 'update_bulk' => 'Οι χρήστες ενημερώθηκαν με επιτυχία!', 'delete' => 'Ο χρήστης διαφράφηκε με επιτυχία.', 'ban' => 'Ο χρήστης έχει αποκλειστεί επιτυχώς.', 'unban' => 'Ο Χρήστης επαναφέρθηκε με επιτυχία.', - 'suspend' => 'User was successfully suspended.', - 'unsuspend' => 'User was successfully unsuspended.', + 'suspend' => 'Ο χρήστης αναβλήθηκε με επιτυχία.', + 'unsuspend' => 'Ο χρήστης καταργήθηκε με επιτυχία.', 'restored' => 'Ο Χρήστης επαναφέρθηκε με επιτυχία.', - 'import' => 'Users imported successfully.', + 'import' => 'Οι χρήστες εισήχθησαν με επιτυχία.', ), 'error' => array( - 'create' => 'There was an issue creating the user. Please try again.', - 'update' => 'There was an issue updating the user. Please try again.', - 'delete' => 'There was an issue deleting the user. Please try again.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', - 'unsuspend' => 'There was an issue unsuspending the user. Please try again.', - 'import' => 'There was an issue importing users. Please try again.', - 'asset_already_accepted' => 'This asset has already been accepted.', - 'accept_or_decline' => 'You must either accept or decline this asset.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'create' => 'Παρουσιάστηκε ένα πρόβλημα δημιουργίας του χρήστη. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', + 'update' => 'Παρουσιάστηκε ένα πρόβλημα ενημέρωσης του χρήστη. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', + 'delete' => 'Παρουσιάστηκε πρόβλημα κατά τη διαγραφή του χρήστη. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', + 'delete_has_assets' => 'Αυτός ο χρήστης έχει αναθέσει στοιχεία και δεν ήταν δυνατή η διαγραφή του.', + 'unsuspend' => 'Παρουσιάστηκε ένα ζήτημα που δεν ανέβαλε τον χρήστη. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', + 'import' => 'Παρουσιάστηκε πρόβλημα κατά την εισαγωγή χρηστών. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', + 'asset_already_accepted' => 'Το στοιχείο αυτό έχει ήδη γίνει αποδεκτό.', + 'accept_or_decline' => 'Πρέπει είτε να αποδεχθείτε είτε να απορρίψετε αυτό το στοιχείο.', + 'incorrect_user_accepted' => 'Το περιουσιακό στοιχείο που προσπαθήσατε να δεχτείτε δεν σας έχει αποσταλεί.', + 'ldap_could_not_connect' => 'Δεν ήταν δυνατή η σύνδεση με το διακομιστή LDAP. Ελέγξτε τη διαμόρφωση του διακομιστή LDAP στο αρχείο ρύθμισης LDAP.
Ερώτηση από διακομιστή LDAP:', + 'ldap_could_not_bind' => 'Δεν ήταν δυνατή η δέσμευση του διακομιστή LDAP. Ελέγξτε τη διαμόρφωση του διακομιστή LDAP στο αρχείο ρύθμισης LDAP.
Ερώτηση από διακομιστή LDAP:', + 'ldap_could_not_search' => 'Δεν ήταν δυνατή η αναζήτηση στον διακομιστή LDAP. Ελέγξτε τη διαμόρφωση του διακομιστή LDAP στο αρχείο ρύθμισης LDAP.
Ερώτηση από διακομιστή LDAP:', + 'ldap_could_not_get_entries' => 'Δεν ήταν δυνατή η λήψη καταχωρήσεων από το διακομιστή LDAP. Ελέγξτε τη διαμόρφωση του διακομιστή LDAP στο αρχείο ρύθμισης LDAP.
Ερώτηση από διακομιστή LDAP:', + 'password_ldap' => 'Ο κωδικός πρόσβασης για αυτόν τον λογαριασμό γίνεται από το LDAP / Active Directory. Επικοινωνήστε με το τμήμα πληροφορικής σας για να αλλάξετε τον κωδικό πρόσβασής σας.', ), 'deletefile' => array( @@ -53,7 +53,7 @@ return array( 'error' => 'Τα αρχεία δεν μεταφορτώθηκαν. Παρακαλώ δοκιμάστε ξανά.', 'success' => 'Τα αρχεία ενημερώθηκαν με επιτυχία.', 'nofiles' => 'Δεν έχετε επιλέξει κανένα αρχείο για ενημέρωση', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'invalidfiles' => 'Ένα ή περισσότερα από τα αρχεία σας είναι πολύ μεγάλα ή είναι τύπου αρχείου που δεν επιτρέπεται. Τα επιτρεπόμενα αρχεία τύπου png, gif, jpg, doc, docx, pdf και txt.', ), ); diff --git a/resources/lang/el/admin/users/table.php b/resources/lang/el/admin/users/table.php index 3e6b7c79c6..c9b156c374 100644 --- a/resources/lang/el/admin/users/table.php +++ b/resources/lang/el/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Τοποθεσία', 'lock_passwords' => 'Οι λεπτομέρειες σύνδεσης δεν μπορούν να αλλάξουν σε αυτήν την εγκατάσταση.', 'manager' => 'Διευθυντής', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Διαχειριζόμενες τοποθεσίες', 'name' => 'Όνομα', 'notes' => 'Σημειώσεις', 'password_confirm' => 'Επιβεβαίωση Κωδικού Πρόσβασης', @@ -28,10 +28,10 @@ return array( 'show_current' => 'Προβολή τρέχωντων χρηστών', 'show_deleted' => 'Εμφάνιση διαγραμμένων χρηστών', 'title' => 'Τίτλος', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => 'για την αποκατάστασή τους.', 'updateuser' => 'Ενημέρωση χρήστη', 'username' => 'Όνομα χρήστη', - 'user_deleted_text' => 'This user has been marked as deleted.', + 'user_deleted_text' => 'Αυτός ο χρήστης έχει επισημανθεί ως διαγραμμένος.', 'username_note' => '(Αυτό χρησιμοποιείται για τη σύνδεση της υπηρεσίας καταλόγου Active Directory μόνο, όχι για σύνδεση.)', 'cloneuser' => 'Κλώνος χρήστη', 'viewusers' => 'Εμφάνιση χρηστών', diff --git a/resources/lang/el/auth/message.php b/resources/lang/el/auth/message.php index ff6ad1c998..e27c10fd5c 100644 --- a/resources/lang/el/auth/message.php +++ b/resources/lang/el/auth/message.php @@ -4,10 +4,10 @@ return array( 'account_already_exists' => 'Υπάρχει ήδη λογαριασμός με το ίδιο email.', 'account_not_found' => 'Το όνομα χρήστη ή ο κωδικός πρόσβασης είναι εσφαλμένα.', - 'account_not_activated' => 'This user account is not activated.', + 'account_not_activated' => 'Αυτός ο λογαριασμός χρήστη δεν είναι ενεργοποιημένος.', 'account_suspended' => 'Αυτός ο λογαριασμός χρήστη έχει ανασταλεί.', - 'account_banned' => 'This user account is banned.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'account_banned' => 'Αυτός ο λογαριασμός χρήστη έχει απαγορευτεί.', + 'throttle' => 'Πολλές αποτυχημένες προσπάθειες σύνδεσης. Δοκιμάστε ξανά σε περίπου: λεπτά λεπτά.', 'signin' => array( 'error' => 'Υπήρχε ένα πρόβλημα ενώ προσπαθείτε να συνδεθείτε, παρακαλώ προσπαθήστε ξανά.', @@ -15,12 +15,12 @@ return array( ), 'signup' => array( - 'error' => 'There was a problem while trying to create your account, please try again.', + 'error' => 'Παρουσιάστηκε πρόβλημα κατά την προσπάθεια δημιουργίας του λογαριασμού σας, δοκιμάστε ξανά.', 'success' => 'Ο λογαριασμός δημιουργήθηκε επιτυχώς.', ), 'forgot-password' => array( - 'error' => 'There was a problem while trying to get a reset password code, please try again.', + 'error' => 'Παρουσιάστηκε πρόβλημα κατά την προσπάθεια λήψης νέου κωδικού πρόσβασης κωδικού πρόσβασης, δοκιμάστε ξανά.', 'success' => 'Το email ανάκτησης κωδικού πρόσβασης αποστάλθηκε με επιτυχία.', ), @@ -30,7 +30,7 @@ return array( ), 'activate' => array( - 'error' => 'There was a problem while trying to activate your account, please try again.', + 'error' => 'Παρουσιάστηκε πρόβλημα κατά την προσπάθεια ενεργοποίησης του λογαριασμού σας, δοκιμάστε ξανά.', 'success' => 'Ο λογαριασμός έχει με επιτυχία ενεργοποιηθεί.', ), diff --git a/resources/lang/el/button.php b/resources/lang/el/button.php index 5543353f78..e332cb984e 100644 --- a/resources/lang/el/button.php +++ b/resources/lang/el/button.php @@ -11,5 +11,5 @@ return array( 'request' => 'Αίτημα', 'submit' => 'Υποβολή', 'upload' => 'Μεταφόρτωση', - 'select_file' => 'Select File...', + 'select_file' => 'Επιλέξτε Αρχείο ...', ); diff --git a/resources/lang/el/general.php b/resources/lang/el/general.php index 3b7701a431..df1a74435b 100644 --- a/resources/lang/el/general.php +++ b/resources/lang/el/general.php @@ -9,63 +9,64 @@ 'activity_report' => 'Έκθεση Δραστηριότητας', 'address' => 'Διεύθυνση', 'admin' => 'Διαχειριστής', - 'add_seats' => 'Added seats', + 'add_seats' => 'Προστέθηκαν θέσεις', 'all_assets' => 'Όλα τα περουσιακά στοιχεία', 'all' => 'Ολα', 'archived' => 'Αρχειοθετημένα', 'asset_models' => 'Μοντέλα Παγίων', + 'asset_model' => 'Μοντέλο', 'asset' => 'Πάγιο', 'asset_report' => 'Αναφορά παγίων', 'asset_tag' => 'Ετικέτα παγίων', 'assets_available' => 'διαθέσιμα πάγια', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'Ελεγχος', + 'audit_report' => 'Αρχείο ελέγχου', 'assets' => 'Πάγια', 'avatar_delete' => 'Διαγραφή Avatar', 'avatar_upload' => 'Ανεβάστε την εικόνα προφίλ σας', 'back' => 'Προηγούμενο', - 'bad_data' => 'Nothing found. Maybe bad data?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', - 'bulk_checkout' => 'Bulk Checkout', + 'bad_data' => 'Δεν βρέθηκε τίποτα. Ίσως τα κακά δεδομένα;', + 'bulkaudit' => 'Μαζικός έλεγχος', + 'bulkaudit_status' => 'Κατάσταση ελέγχου', + 'bulk_checkout' => 'Μαζικός έλεγχος', 'cancel' => 'Ακύρωση', 'categories' => 'Kατηγορίες', 'category' => 'Κατηγορία', - 'change' => 'In/Out', - 'changeemail' => 'Change Email Address', + 'change' => 'Μέσα έξω', + 'changeemail' => 'Αλλάξτε τη διεύθυνση ηλεκτρονικού ταχυδρομείου', 'changepassword' => 'Αλλαγή κωδικού', 'checkin' => 'Μεταβίβαση ελέγχου', 'checkin_from' => 'Μεταβίβαση ελέγχου από', - 'checkout' => 'Checkout', + 'checkout' => 'Ολοκλήρωση αγοράς', 'city' => 'Πόλη', - 'click_here' => 'Click here', + 'click_here' => 'Κάντε κλικ ΕΔΩ', 'companies' => 'Εταιρείες', 'company' => 'Εταιρεία', - 'component' => 'Component', - 'components' => 'Components', - 'complete' => 'Complete', - 'consumable' => 'Consumable', - 'consumables' => 'Consumables', + 'component' => 'Συστατικό', + 'components' => 'Συστατικά', + 'complete' => 'Πλήρης', + 'consumable' => 'Καταναλώσιμος', + 'consumables' => 'Αναλώσιμα', 'country' => 'Χώρα', - 'create' => 'Create New', + 'create' => 'Δημιουργία νέου', 'created' => 'Το αντικείμενο δημιουργήθηκε', 'created_asset' => 'δημιουργία παγίου', 'created_at' => 'Δημιουργήθηκε στις', - 'updated_at' => 'Updated at', + 'updated_at' => 'Ενημερώθηκε στο', 'currency' => '$', // this is deprecated 'current' => 'Τρέχουσα', - 'custom_report' => 'Custom Asset Report', + 'custom_report' => 'Αναφορά προσαρμοσμένων στοιχείων ενεργητικού', 'dashboard' => 'Πίνακας ελέγχου', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'ημέρες', + 'days_to_next_audit' => 'Ημέρες έως επόμενο έλεγχο', 'date' => 'Ημερομηνία', 'debug_warning' => 'Προσοχή!', 'debug_warning_text' => 'Αυτή η εφαρμογή εκτελείται σε λειτουργία παραγωγής με ενεργοποιημένο τον εντοπισμό σφαλμάτων. Αυτό μπορεί να εκθέσει τα ευαίσθητα δεδομένα, εάν η εφαρμογή σας είναι προσβάσιμη στον έξω κόσμο. Απενεργοποιήσετε την κατάσταση λειτουργίας εντοπισμού σφαλμάτων, ορίζοντας την τιμή APP_DEBUG στο αρχείο .env για να false.', 'delete' => 'Διαγραφή', 'deleted' => 'Διαγράφηκε', - 'delete_seats' => 'Deleted Seats', - 'departments' => 'Departments', - 'department' => 'Department', + 'delete_seats' => 'Διαγραμμένα καθίσματα', + 'departments' => 'Τμήματα', + 'department' => 'Τμήμα', 'deployed' => 'Έχουν αναπτυχθεί', 'depreciation_report' => 'Αναφορά απόσβεσης', 'download' => 'Λήψη', @@ -73,18 +74,18 @@ 'editprofile' => 'Επεξεργασία Προφίλ', 'eol' => 'EOL', 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', + 'email_format' => 'Μορφή ηλεκτρονικού ταχυδρομείου', + 'email_domain_help' => 'Αυτό χρησιμοποιείται για τη δημιουργία διευθύνσεων ηλεκτρονικού ταχυδρομείου κατά την εισαγωγή', + 'filastname_format' => 'Πρώτο αρχικό όνομα (jsmith@example.com)', + 'firstname_lastname_format' => 'Όνομα Επώνυμο (jane.smith@example.com)', 'first' => 'Πρώτο', 'first_name' => 'Όνομα', - 'first_name_format' => 'First Name (jane@example.com)', - 'file_name' => 'File', + 'first_name_format' => 'Όνομα (jane@example.com)', + 'file_name' => 'Αρχείο', 'file_uploads' => 'Ανέβασμα αρχείου', 'generate' => 'Δημιουργία', 'groups' => 'Ομάδες', - 'gravatar_email' => 'Gravatar Email Address', + 'gravatar_email' => 'Gravatar Email Διεύθυνση', 'history' => 'Ιστορία', 'history_for' => 'Ιστορικό για', 'id' => 'ID', @@ -99,7 +100,7 @@ 'insufficient_permissions' => 'Μη επαρκή δικαιώματα!', 'language' => 'Γλώσσα', 'last' => 'Τελευταίο', - 'last_login' => 'Last Login', + 'last_login' => 'Τελευταία είσοδος', 'last_name' => 'Επίθετο', 'license' => 'Άδεια Χρήσεως', 'license_report' => 'Αναφορά άδειας', @@ -107,32 +108,32 @@ 'licenses' => 'Άδειες', 'list_all' => 'Λίστα όλων', 'loading' => 'Φόρτωση', - 'lock_passwords' => 'This field cannot be edited in this installation.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', - 'location' => 'Location', + 'lock_passwords' => 'Δεν είναι δυνατή η επεξεργασία αυτού του πεδίου σε αυτήν την εγκατάσταση.', + 'feature_disabled' => 'Αυτή η λειτουργία έχει απενεργοποιηθεί για την εγκατάσταση επίδειξης.', + 'location' => 'Τοποθεσία', 'locations' => 'Τοποθεσίες', 'logout' => 'Αποσύνδεση', - 'lookup_by_tag' => 'Lookup by Asset Tag', + 'lookup_by_tag' => 'Αναζήτηση με ετικέτα περιουσιακών στοιχείων', 'manufacturer' => 'Κατασκευαστής', 'manufacturers' => 'Κατασκευαστές', - 'markdown' => 'This field allows Github flavored markdown.', + 'markdown' => 'Αυτό το πεδίο επιτρέπει Github flavored markdown.', 'min_amt' => 'Ελάχιστη ποσότητα', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', + 'min_amt_help' => 'Ο ελάχιστος αριθμός στοιχείων που θα πρέπει να είναι διαθέσιμοι πριν από την ενεργοποίηση μιας ειδοποίησης.', 'model_no' => 'Αριθμός Μοντέλου.', 'months' => 'μήνες', 'moreinfo' => 'Περισσότερες Πληροφορίες', 'name' => 'Όνομα', 'next' => 'Επόμενο', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Επόμενη ημερομηνία ελέγχου', + 'last_audit' => 'Τελευταίος Έλεγχος', 'new' => 'νεό!', - 'no_depreciation' => 'No Depreciation', + 'no_depreciation' => 'Δεν Αποσβέσεις', 'no_results' => 'Δεν βρέθηκαν αποτελέσματα.', 'no' => '\'Οχι', 'notes' => 'Σημειώσεις', 'order_number' => 'Αριθμός παραγγελίας', - 'page_menu' => 'Showing _MENU_ items', - 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', + 'page_menu' => 'Εμφάνιση _MENU_ αντικειμένων', + 'pagination_info' => 'Εμφάνιση _START_ σε _END_ από _TOTAL_ στοιχεία', 'pending' => 'Εκκρεμεί', 'people' => 'Άτομα', 'per_page' => 'Αποτελέσματα ανά σελίδα', @@ -143,9 +144,9 @@ 'purchase_date' => 'Ημερομηνία αγοράς', 'qty' => 'Τεμάχια', 'quantity' => 'Ποσότητα', - 'ready_to_deploy' => 'Ready to Deploy', - 'recent_activity' => 'Recent Activity', - 'remove_company' => 'Remove Company Association', + 'ready_to_deploy' => 'Είστε έτοιμοι να αναπτύξετε', + 'recent_activity' => 'Πρόσφατη Δραστηριότητα', + 'remove_company' => 'Κατάργηση σύνδεσης εταιρείας', 'reports' => 'Αναφορές', 'requested' => 'Ζητήθηκαν', 'request_canceled' => 'Το αίτημα ακυρώθηκε', @@ -153,37 +154,37 @@ 'select' => 'Επιλογή', 'search' => 'Αναζήτηση', 'select_category' => 'Επιλέξτε μια κατηγορία', - 'select_department' => 'Select a Department', + 'select_department' => 'Επιλέξτε ένα Τμήμα', 'select_depreciation' => 'Επιλέξτε τύπο απόσβεσης', 'select_location' => 'Επιλέξτε τοποθεσία', 'select_manufacturer' => 'Επιλέξτε έναν κατασκευαστή', 'select_model' => 'Επιλέξτε ένα μοντέλο', 'select_supplier' => 'Επιλέξτε έναν προμηθευτή', 'select_user' => 'Επιλέξτε χρήστη', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => 'Επιλέξτε Ημερομηνία (ΕΕΕΕ-ΜΜ-DD)', 'select_statuslabel' => 'Επιλέξτε τύπο', 'select_company' => 'Επιλογή εταιρείας', 'select_asset' => 'Επιλογή παγίου', 'settings' => 'Ρυθμίσεις', 'sign_in' => 'Είσοδος', 'signature' => 'Υπογραφή', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', + 'some_features_disabled' => 'ΛΕΙΤΟΥΡΓΙΑ DEMO: Ορισμένες λειτουργίες είναι απενεργοποιημένες για αυτήν την εγκατάσταση.', 'site_name' => 'Όνομα ιστότοπου', 'state' => 'Κατάσταση', 'status_labels' => 'Ετικέτα Κατάστασης', 'status' => 'Κατάσταση', 'supplier' => 'Προμηθευτής', 'suppliers' => 'Προμηθευτές', - 'sure_to_delete' => 'Are you sure you wish to delete', + 'sure_to_delete' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε', 'submit' => 'Υποβολή', 'target' => 'Στόχος', - 'time_and_date_display' => 'Time and Date Display', + 'time_and_date_display' => 'Εμφάνιση ώρας και ημερομηνίας', 'total_assets' => 'σύνολο Παγίων', 'total_licenses' => 'σύνολο αδειών', 'total_accessories' => 'σύνολο εξαρτημάτων', - 'total_consumables' => 'total consumables', + 'total_consumables' => 'συνολικών αναλωσίμων', 'type' => 'Είδος', - 'undeployable' => 'Un-deployable', + 'undeployable' => 'Δεν μπορεί να αναπτυχθεί', 'unknown_admin' => 'Άγνωστο Admin', 'username_format' => 'Τύπος ονόματος', 'update' => 'Ενημέρωση', @@ -193,7 +194,7 @@ 'declined' => 'απορρίφθηκε', 'unaccepted_asset_report' => 'Μη αποδεκτά πάγια', 'users' => 'Χρήστες', - 'viewassets' => 'View Assigned Assets', + 'viewassets' => 'Προβολή των Assigned Assets', 'website' => 'Τοποθεσία web', 'welcome' => 'Καλώς ήρθατε, %name', 'years' => 'έτη', diff --git a/resources/lang/el/mail.php b/resources/lang/el/mail.php index 6e54531c3c..a178363e26 100644 --- a/resources/lang/el/mail.php +++ b/resources/lang/el/mail.php @@ -10,25 +10,24 @@ return array( 'asset_name' => 'Όνομα του περιουσιακού στοιχείου:', 'asset_requested' => 'Πάγιο αίτήθηκε', 'asset_tag' => 'Ετικέτα παγίων:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', + 'assets_warrantee_expiring' => '{1} ενεργητικό με εγγύηση που λήγει στις επόμενες 60 ημέρες. [2, Inf] περιουσιακά στοιχεία με εγγυήσεις που λήγουν τις επόμενες 60 ημέρες.', 'assigned_to' => 'Ανατέθηκε στον', 'best_regards' => 'Τις καλύτερες ευχές,', 'canceled' => 'Ακυρωμένο:', 'checkin_date' => 'Ημερομηνία άφιξης:', 'checkout_date' => 'Ημερομηνία αποχώρησης:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', + 'click_to_confirm' => 'Κάντε κλικ στον παρακάτω σύνδεσμο για να επιβεβαιώσετε τον λογαριασμό σας στο διαδίκτυο:', + 'click_on_the_link_accessory' => 'Κάντε κλικ στο σύνδεσμο στο κάτω μέρος για να επιβεβαιώσετε ότι έχετε λάβει το αξεσουάρ.', + 'click_on_the_link_asset' => 'Κάντε κλικ στο σύνδεσμο στο κάτω μέρος για να επιβεβαιώσετε ότι έχετε λάβει το στοιχείο.', 'Confirm_Asset_Checkin' => 'Επιβεβαιώσετε τη μεταβίβαση παγίου.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', + 'Confirm_Accessory_Checkin' => 'Επιβεβαίωση επιβεβαίωσης του εξαρτήματος.', + 'Confirm_accessory_delivery' => 'Επιβεβαιώστε την παράδοση των εξαρτημάτων.', + 'Confirm_asset_delivery' => 'Επιβεβαίωση παράδοσης στοιχείου.', + 'Confirm_consumable_delivery' => 'Επιβεβαιώστε την κατανάλωση.', 'current_QTY' => 'Τρέχουσα ποσότητα', 'Days' => 'Ημέρες', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', + 'days' => 'Ημέρες', + 'expecting_checkin_date' => 'Αναμενόμενη ημερομηνία checkin:', 'expires' => 'Λήξη', 'Expiring_Assets_Report' => 'Αναφορά λήξης παγίων.', 'Expiring_Licenses_Report' => 'Αναφορά λήξης αδειών.', @@ -36,24 +35,22 @@ return array( 'hi' => 'Γεια σας', 'i_have_read' => 'Έχω διαβάσει και συμφωνώ με τους όρους χρήσης, και έχω λάβει αυτό το στοιχείο.', 'item' => 'Αντικείμενο:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', + 'items_below_minimum' => '{1} στοιχείο που βρίσκεται κάτω από το ελάχιστο απόθεμα ή σύντομα θα είναι χαμηλό. | Στοιχεία [2, Inf] που είναι κάτω από το ελάχιστο απόθεμα ή σύντομα θα είναι χαμηλά.', + 'Item_Request_Canceled' => 'Αίτηση στοιχείου ακυρώθηκε', + 'Item_Requested' => 'Στοιχείο που ζητήθηκε', + 'licenses_expiring' => '{1} άδεια λήγει τις επόμενες 60 ημέρες. | Οι άδειες [2, Inf] λήγουν τις επόμενες 60 ημέρες.', + 'link_to_update_password' => 'Κάντε κλικ στον παρακάτω σύνδεσμο για να ενημερώσετε τον κωδικό: web:', + 'login_first_admin' => 'Συνδεθείτε στη νέα σας εγκατάσταση Snipe-IT χρησιμοποιώντας τα παρακάτω διαπιστευτήρια:', + 'login' => 'Σύνδεση:', + 'Low_Inventory_Report' => 'Αναφορά χαμηλού αποθέματος', 'min_QTY' => 'Ελάχιστη ποσότητα', 'name' => 'Όνομα', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', + 'new_item_checked' => 'Ένα νέο στοιχείο έχει ελεγχθεί με το όνομά σας, οι λεπτομέρειες είναι παρακάτω.', 'password' => 'Κωδικός:', 'password_reset' => 'Επαναφορά κωδικού πρόσβασης', 'read_the_terms' => 'Παρακαλώ διαβάστε του παρακάτω όρους.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', + 'read_the_terms_and_click' => 'Διαβάστε τους παρακάτω όρους χρήσης και κάντε κλικ στον σύνδεσμο στο κάτω μέρος για να επιβεβαιώσετε ότι έχετε διαβάσει και συμφωνήσετε με τους όρους χρήσης και έχετε λάβει το στοιχείο.', 'requested' => 'Ζητήθηκαν:', 'reset_link' => 'Αποστολή συνδέσμου ακύρωσης κωδικού', 'reset_password' => 'Κάντε κλικ εδώ για να επαναφέρετε τον κωδικό πρόσβασής σας:', @@ -61,14 +58,14 @@ return array( 'supplier' => 'Προμηθευτές', 'tag' => 'Ετικέτα', 'test_email' => 'Έλεγχος email για Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', + 'test_mail_text' => 'Πρόκειται για μια δοκιμή από το σύστημα διαχείρισης περιουσιακών στοιχείων της Snipe-IT. Αν το έχετε, το mail λειτουργεί :)', + 'the_following_item' => 'Το παρακάτω στοιχείο έχει ελεγχθεί:', + 'There_are' => '{1} Υπάρχει | [2, Inf] Υπάρχουν', + 'to_reset' => 'Για να επαναφέρετε τον κωδικό πρόσβασης στον ιστό, συμπληρώστε αυτήν τη φόρμα:', + 'type' => 'Τύπος', + 'user' => 'Χρήστης:', + 'username' => 'Όνομα χρήστη:', 'welcome' => 'Καλώς ήρθατε, %name', 'welcome_to' => 'Καλώς ήλθατε στο!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'your_credentials' => 'Τα διαπιστευτήρια σας Snipe-IT', ); diff --git a/resources/lang/el/passwords.php b/resources/lang/el/passwords.php index 33e211c7b8..69b89bc727 100644 --- a/resources/lang/el/passwords.php +++ b/resources/lang/el/passwords.php @@ -2,6 +2,6 @@ return [ 'sent' => 'Ο σύνδεσμος κωδικού πρόσβασης σας έχει σταλεί!', - 'user' => 'That user does not exist or does not have an email address associated', + 'user' => 'Αυτός ο χρήστης δεν υπάρχει ή δεν έχει συσχετιστεί με διεύθυνση ηλεκτρονικού ταχυδρομείου', ]; diff --git a/resources/lang/el/validation.php b/resources/lang/el/validation.php index 43de91f701..c8ab2acd90 100644 --- a/resources/lang/el/validation.php +++ b/resources/lang/el/validation.php @@ -15,78 +15,78 @@ return array( 'accepted' => 'Το: χαρακτηριστικό πρέπει να γίνει δεκτό.', 'active_url' => 'Η: το χαρακτηριστικό δεν έχει έγκυρη διεύθυνση URL.', - 'after' => 'The :attribute must be a date after :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after' => 'Η ιδιότητα: πρέπει να είναι ημερομηνία μετά την ημερομηνία.', + 'after_or_equal' => 'Η ιδιότητα: πρέπει να είναι ημερομηνία μετά ή ίσο με: ημερομηνία.', 'alpha' => 'Η: το χαρακτηριστικό μπορεί να περιέχει μόνο γράμματα.', - 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', - 'alpha_num' => 'The :attribute may only contain letters and numbers.', - 'array' => 'The :attribute must be an array.', - 'before' => 'The :attribute must be a date before :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'alpha_dash' => 'Το χαρακτηριστικό:: μπορεί να περιέχει μόνο γράμματα, αριθμούς και παύλες.', + 'alpha_num' => 'Το χαρακτηριστικό:: μπορεί να περιέχει μόνο γράμματα και αριθμούς.', + 'array' => 'Το χαρακτηριστικό πρέπει να είναι ένας πίνακας.', + 'before' => 'Η ιδιότητα: πρέπει να είναι μια ημερομηνία πριν: η ημερομηνία.', + 'before_or_equal' => 'Η ιδιότητα: πρέπει να είναι ημερομηνία πριν ή ίσο με: ημερομηνία.', 'between' => [ 'numeric' => 'Το χαρακτηριστικό πρέπει να είναι μεταξύ: min - :max.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', - 'string' => 'The :attribute must be between :min and :max characters.', - 'array' => 'The :attribute must have between :min and :max items.', + 'file' => 'Το χαρακτηριστικό πρέπει να είναι μεταξύ: min και: max kilobytes.', + 'string' => 'Η ιδιότητα: πρέπει να είναι μεταξύ: min και max χαρακτήρες.', + 'array' => 'Η ιδιότητα: πρέπει να έχει μεταξύ: min και max στοιχεία.', ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', - 'date' => 'The :attribute is not a valid date.', - 'date_format' => 'The :attribute does not match the format :format.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'email' => 'The :attribute must be a valid email address.', + 'boolean' => 'Το πεδίο ιδιοτήτων πρέπει να είναι αληθές ή ψευδές.', + 'confirmed' => 'Η επιβεβαίωση του χαρακτηριστικού δεν αντιστοιχεί.', + 'date' => 'Το χαρακτηριστικό: δεν είναι έγκυρη.', + 'date_format' => 'Το χαρακτηριστικό: δεν αντιστοιχεί στη μορφή: format.', + 'different' => 'Το χαρακτηριστικό: και: άλλα πρέπει να είναι διαφορετικά.', + 'digits' => 'Το χαρακτηριστικό: πρέπει να είναι: ψηφία ψηφία.', + 'digits_between' => 'Το χαρακτηριστικό: πρέπει να είναι μεταξύ: min και max.', + 'dimensions' => 'Το χαρακτηριστικό:: έχει μη έγκυρες διαστάσεις εικόνας.', + 'distinct' => 'Το πεδίο ιδιοτήτων: έχει διπλή τιμή.', + 'email' => 'Το χαρακτηριστικό: πρέπει να είναι έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου.', 'exists' => 'Το επιλεγμένο: χαρακτηριστικό δεν είναι έγκυρο.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'Το χαρακτηριστικό πρέπει να είναι ένα αρχείο.', + 'filled' => 'Το πεδίο ιδιοτήτων πρέπει να έχει τιμή.', 'image' => 'Το: χαρακτηριστικό πρέπει να είναι μια εικόνα.', - 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'in' => 'Το χαρακτηριστικό επιλεγμένο: δεν είναι έγκυρο.', + 'in_array' => 'Το πεδίο ιδιοτήτων: δεν υπάρχει σε: άλλο.', + 'integer' => 'Το χαρακτηριστικό: πρέπει να είναι ένας ακέραιος αριθμός.', + 'ip' => 'Το χαρακτηριστικό: πρέπει να είναι μια έγκυρη διεύθυνση IP.', + 'ipv4' => 'Το χαρακτηριστικό: πρέπει να είναι μια έγκυρη διεύθυνση IPv4.', + 'ipv6' => 'Το χαρακτηριστικό: πρέπει να είναι μια έγκυρη διεύθυνση IPv6.', + 'json' => 'Το χαρακτηριστικό: πρέπει να είναι μια έγκυρη συμβολοσειρά JSON.', 'max' => [ - 'numeric' => 'The :attribute may not be greater than :max.', - 'file' => 'The :attribute may not be greater than :max kilobytes.', - 'string' => 'The :attribute may not be greater than :max characters.', - 'array' => 'The :attribute may not have more than :max items.', + 'numeric' => 'Η ιδιότητα: δεν μπορεί να είναι μεγαλύτερη από: max.', + 'file' => 'Η ιδιότητα: δεν μπορεί να είναι μεγαλύτερη από: μέγιστα kilobyte.', + 'string' => 'Το χαρακτηριστικό:: δεν μπορεί να είναι μεγαλύτερο από: max χαρακτήρες.', + 'array' => 'Το χαρακτηριστικό:: δεν μπορεί να έχει περισσότερα από: max στοιχεία.', ], - 'mimes' => 'The :attribute must be a file of type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimes' => 'Το χαρακτηριστικό: πρέπει να είναι ένα αρχείο τύπου:: τιμές.', + 'mimetypes' => 'Το χαρακτηριστικό: πρέπει να είναι ένα αρχείο τύπου:: τιμές.', 'min' => [ - 'numeric' => 'The :attribute must be at least :min.', - 'file' => 'The :attribute must be at least :min kilobytes.', - 'string' => 'The :attribute must be at least :min characters.', - 'array' => 'The :attribute must have at least :min items.', + 'numeric' => 'Η ιδιότητα: πρέπει να είναι τουλάχιστον: min.', + 'file' => 'Το χαρακτηριστικό πρέπει να είναι τουλάχιστον: min kilobytes.', + 'string' => 'Το χαρακτηριστικό: πρέπει να είναι τουλάχιστον: min χαρακτήρες.', + 'array' => 'Το χαρακτηριστικό: πρέπει να έχει τουλάχιστον: λεπτά στοιχεία.', ], 'not_in' => 'Το επιλεγμένο: χαρακτηριστικό δεν είναι έγκυρο.', - 'numeric' => 'The :attribute must be a number.', - 'present' => 'The :attribute field must be present.', - 'regex' => 'The :attribute format is invalid.', - 'required' => 'The :attribute field is required.', - 'required_if' => 'The :attribute field is required when :other is :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', - 'required_with' => 'The :attribute field is required when :values is present.', - 'required_with_all' => 'The :attribute field is required when :values is present.', - 'required_without' => 'The :attribute field is required when :values is not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', - 'same' => 'The :attribute and :other must match.', + 'numeric' => 'Το χαρακτηριστικό πρέπει να είναι ένας αριθμός.', + 'present' => 'Πρέπει να υπάρχει το πεδίο ιδιοτήτων: attribute.', + 'regex' => 'Η μορφή του χαρακτηριστικού είναι μη έγκυρη.', + 'required' => 'Το πεδίο ιδιοτήτων: απαιτείται.', + 'required_if' => 'Το πεδίο ιδιοτήτων: απαιτείται όταν: το άλλο είναι: τιμή.', + 'required_unless' => 'Το πεδίο ιδιοτήτων: απαιτείται εκτός εάν: το άλλο είναι σε: τιμές.', + 'required_with' => 'Το πεδίο ιδιοτήτων: απαιτείται όταν υπάρχουν: τιμές.', + 'required_with_all' => 'Το πεδίο ιδιοτήτων: απαιτείται όταν υπάρχουν: τιμές.', + 'required_without' => 'Το πεδίο ιδιοτήτων: απαιτείται όταν: δεν υπάρχουν τιμές.', + 'required_without_all' => 'Το πεδίο ιδιοτήτων είναι απαραίτητο όταν δεν υπάρχουν καμία από τις τιμές.', + 'same' => 'Το χαρακτηριστικό: και: άλλα πρέπει να ταιριάζουν.', 'size' => [ - 'numeric' => 'The :attribute must be :size.', - 'file' => 'The :attribute must be :size kilobytes.', - 'string' => 'The :attribute must be :size characters.', - 'array' => 'The :attribute must contain :size items.', + 'numeric' => 'Το χαρακτηριστικό: πρέπει να είναι: μέγεθος.', + 'file' => 'Το χαρακτηριστικό: πρέπει να είναι: kilobytes μεγέθους.', + 'string' => 'Το χαρακτηριστικό: πρέπει να είναι: χαρακτήρες μεγέθους.', + 'array' => 'Το χαρακτηριστικό: πρέπει να περιέχει: στοιχεία μεγέθους.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', - 'unique' => 'The :attribute has already been taken.', - 'uploaded' => 'The :attribute failed to upload.', - 'url' => 'The :attribute format is invalid.', + 'string' => 'Το χαρακτηριστικό πρέπει να είναι μια συμβολοσειρά.', + 'timezone' => 'Το χαρακτηριστικό: πρέπει να είναι μια έγκυρη ζώνη.', + 'unique' => 'Το χαρακτηριστικό: έχει ήδη ληφθεί.', + 'uploaded' => 'Το χαρακτηριστικό:: απέτυχε να μεταφορτωθεί.', + 'url' => 'Η μορφή του χαρακτηριστικού είναι μη έγκυρη.', /* |-------------------------------------------------------------------------- @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Το πεδίο ιδιοτήτων: περιέχει ένα χαρακτήρα που δεν επιτρέπεται.", + "email_array" => "Μία ή περισσότερες διευθύνσεις ηλεκτρονικού ταχυδρομείου δεν είναι έγκυρες.", + "hashed_pass" => "Ο τρέχων κωδικός πρόσβασης είναι εσφαλμένος", + 'dumbpwd' => 'Αυτός ο κωδικός πρόσβασης είναι πολύ συνηθισμένος.', + "statuslabel_type" => "Πρέπει να επιλέξετε έναν έγκυρο τύπο ετικέτας κατάστασης", + "unique_undeleted" => "Το χαρακτηριστικό: πρέπει να είναι μοναδικό.", ], /* diff --git a/resources/lang/en-GB/admin/hardware/form.php b/resources/lang/en-GB/admin/hardware/form.php index abded281fa..af643641d7 100644 --- a/resources/lang/en-GB/admin/hardware/form.php +++ b/resources/lang/en-GB/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Purchase Cost', 'create' => 'Create Asset', 'date' => 'Purchase Date', + 'depreciation' => 'Depreciation', 'depreciates_on' => 'Depreciates On', 'default_location' => 'Default Location', 'eol_date' => 'EOL Date', diff --git a/resources/lang/en-GB/admin/licenses/message.php b/resources/lang/en-GB/admin/licenses/message.php index d5dbfe77b9..3e7ee486c7 100644 --- a/resources/lang/en-GB/admin/licenses/message.php +++ b/resources/lang/en-GB/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'select_asset_or_person' => 'You must select an asset or a user, but not both.', 'create' => array( diff --git a/resources/lang/en-GB/admin/settings/general.php b/resources/lang/en-GB/admin/settings/general.php index bb12b53538..ee169986cd 100644 --- a/resources/lang/en-GB/admin/settings/general.php +++ b/resources/lang/en-GB/admin/settings/general.php @@ -116,6 +116,8 @@ return array( 'inches' => 'inches', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Link to Snipe-IT in Emails', + 'show_url_in_emails_help_text' => 'Uncheck this box if you do not wish to link back to your Snipe-IT installation in your email footers. Useful if most of your users never login. ', 'text_pt' => 'pt', 'thumbnail_max_h' => 'Max thumbnail height', 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', diff --git a/resources/lang/en-GB/admin/statuslabels/message.php b/resources/lang/en-GB/admin/statuslabels/message.php index 619a5a509c..2937f84978 100644 --- a/resources/lang/en-GB/admin/statuslabels/message.php +++ b/resources/lang/en-GB/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return 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.' - ) + ), + + 'help' => array( + 'undeployable' => 'These assets cannot be assigned to anyone.', + 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.', + 'archived' => 'These assets cannot be checked out, and will only show up in the Archived view. This is useful for retaining information about assets for budgeting/historic purposes but keeping them out of the day-to-day asset list.', + 'pending' => 'These assets can not yet be assigned to anyone, often used for items that are out for repair, but are expected to return to circulation.', + ), ); diff --git a/resources/lang/en-GB/auth/message.php b/resources/lang/en-GB/auth/message.php index 3aee689e54..bebf9cdd48 100644 --- a/resources/lang/en-GB/auth/message.php +++ b/resources/lang/en-GB/auth/message.php @@ -7,7 +7,7 @@ return array( 'account_not_activated' => 'This user account is not activated.', 'account_suspended' => 'This user account is suspended.', 'account_banned' => 'This user account is banned.', - 'throttle' => 'Too many failed login attempts. Please try again in :seconds seconds.', + 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', 'signin' => array( 'error' => 'There was a problem while trying to log you in, please try again.', diff --git a/resources/lang/en-GB/general.php b/resources/lang/en-GB/general.php index 78bbbd6881..6a375ecfaa 100644 --- a/resources/lang/en-GB/general.php +++ b/resources/lang/en-GB/general.php @@ -14,6 +14,7 @@ 'all' => 'All', 'archived' => 'Archived', 'asset_models' => 'Asset Models', + 'asset_model' => 'Model', 'asset' => 'Asset', 'asset_report' => 'Asset Report', 'asset_tag' => 'Asset Tag', diff --git a/resources/lang/en-GB/mail.php b/resources/lang/en-GB/mail.php index f5cfef3382..c9a4fe182d 100644 --- a/resources/lang/en-GB/mail.php +++ b/resources/lang/en-GB/mail.php @@ -57,7 +57,7 @@ return array( 'requested' => 'Requested:', 'reset_link' => 'Your Password Reset Link', 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial', + 'serial' => 'Serial:', 'supplier' => 'Supplier', 'tag' => 'Tag', 'test_email' => 'Test Email from Snipe-IT', @@ -66,8 +66,8 @@ return array( 'There_are' => '{1} There is|[2,Inf] There are', 'to_reset' => 'To reset your :web password, complete this form:', 'type' => 'Type', - 'user' => 'User', - 'username' => 'Username', + 'user' => 'User:', + 'username' => 'Username:', 'welcome' => 'Welcome :name', 'welcome_to' => 'Welcome to :web!', 'your_credentials' => 'Your Snipe-IT credentials', diff --git a/resources/lang/en-ID/admin/hardware/form.php b/resources/lang/en-ID/admin/hardware/form.php index 1efafca57a..fa80b1613b 100644 --- a/resources/lang/en-ID/admin/hardware/form.php +++ b/resources/lang/en-ID/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Purchase Cost', 'create' => 'Buat Aset', 'date' => 'Purchase Date', + 'depreciation' => 'Depreciation', 'depreciates_on' => 'Depreciates On', 'default_location' => 'Lokasi Standar', 'eol_date' => 'EOL Date', diff --git a/resources/lang/en-ID/admin/licenses/message.php b/resources/lang/en-ID/admin/licenses/message.php index d5dbfe77b9..3e7ee486c7 100644 --- a/resources/lang/en-ID/admin/licenses/message.php +++ b/resources/lang/en-ID/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'select_asset_or_person' => 'You must select an asset or a user, but not both.', 'create' => array( diff --git a/resources/lang/en-ID/admin/settings/general.php b/resources/lang/en-ID/admin/settings/general.php index 73fd052a58..1beed4ea5e 100644 --- a/resources/lang/en-ID/admin/settings/general.php +++ b/resources/lang/en-ID/admin/settings/general.php @@ -116,6 +116,8 @@ return array( 'inches' => 'inches', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Link to Snipe-IT in Emails', + 'show_url_in_emails_help_text' => 'Uncheck this box if you do not wish to link back to your Snipe-IT installation in your email footers. Useful if most of your users never login. ', 'text_pt' => 'pt', 'thumbnail_max_h' => 'Max thumbnail height', 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', diff --git a/resources/lang/en-ID/admin/statuslabels/message.php b/resources/lang/en-ID/admin/statuslabels/message.php index 619a5a509c..2937f84978 100644 --- a/resources/lang/en-ID/admin/statuslabels/message.php +++ b/resources/lang/en-ID/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return 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.' - ) + ), + + 'help' => array( + 'undeployable' => 'These assets cannot be assigned to anyone.', + 'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of Deployed.', + 'archived' => 'These assets cannot be checked out, and will only show up in the Archived view. This is useful for retaining information about assets for budgeting/historic purposes but keeping them out of the day-to-day asset list.', + 'pending' => 'These assets can not yet be assigned to anyone, often used for items that are out for repair, but are expected to return to circulation.', + ), ); diff --git a/resources/lang/en-ID/general.php b/resources/lang/en-ID/general.php index 3c688aada1..669b5eae14 100644 --- a/resources/lang/en-ID/general.php +++ b/resources/lang/en-ID/general.php @@ -14,6 +14,7 @@ 'all' => 'All', 'archived' => 'Archived', 'asset_models' => 'Asset Models', + 'asset_model' => 'Model', 'asset' => 'Asset', 'asset_report' => 'Asset Report', 'asset_tag' => 'Asset Tag', diff --git a/resources/lang/en/general.php b/resources/lang/en/general.php index 761ec9c14c..b7aa8cf442 100644 --- a/resources/lang/en/general.php +++ b/resources/lang/en/general.php @@ -168,7 +168,7 @@ 'settings' => 'Settings', 'sign_in' => 'Sign in', 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation and the data in this system will reset daily.', + 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'site_name' => 'Site Name', 'state' => 'State', 'status_labels' => 'Status Labels', diff --git a/resources/lang/es-CO/admin/asset_maintenances/message.php b/resources/lang/es-CO/admin/asset_maintenances/message.php index e1ef11e4e8..7aa4b657b8 100644 --- a/resources/lang/es-CO/admin/asset_maintenances/message.php +++ b/resources/lang/es-CO/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Mantenimiento de Activo creado correctamente.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'El mantenimiento de activo no fue editado. Por favor, intenta de nuevo.', + 'success' => 'Mantenimiento de activo editado con éxito.' ], 'asset_maintenance_incomplete' => 'Sin Completar', 'warranty' => 'Garantía', diff --git a/resources/lang/es-CO/admin/custom_fields/message.php b/resources/lang/es-CO/admin/custom_fields/message.php index d7dc22dc30..26c077f490 100644 --- a/resources/lang/es-CO/admin/custom_fields/message.php +++ b/resources/lang/es-CO/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'El conjunto de campos no existe', 'create' => array( 'error' => 'El grupo de campos no ha sido creado, por favor inténtelo de nuevo.', diff --git a/resources/lang/es-CO/admin/departments/message.php b/resources/lang/es-CO/admin/departments/message.php index 740b38b39d..fc0c0f4b41 100644 --- a/resources/lang/es-CO/admin/departments/message.php +++ b/resources/lang/es-CO/admin/departments/message.php @@ -3,18 +3,18 @@ return array( 'does_not_exist' => 'El departamento no existe.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'assoc_users' => 'Esta localización está actualmente asociada con al menos un usuario y no puede ser eliminada, Por favor verifique que ningún usuario haga referencia a esta localización e intente de nuevo. ', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'El departamento no fue creado, por favor intente de nuevo.', + 'success' => 'Departamento creado con éxito.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'El departamento no se actualizó, por favor intente de nuevo', + 'success' => 'Departamento actualizado con éxito.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', + 'confirm' => '¿Estás seguro de que deseas eliminar este departamento?', + 'error' => 'Hubo un problema al eliminar el departamento. Inténtalo de nuevo.', 'success' => 'El departamento ha sido borrado exitosamente' ) diff --git a/resources/lang/es-CO/admin/departments/table.php b/resources/lang/es-CO/admin/departments/table.php index 76494247be..05abf227d5 100644 --- a/resources/lang/es-CO/admin/departments/table.php +++ b/resources/lang/es-CO/admin/departments/table.php @@ -2,10 +2,10 @@ return array( - 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'id' => 'CARNÉ DE IDENTIDAD', + 'name' => 'Nombre de Departamento', + 'manager' => 'Gerente', + 'location' => 'Ubicación', + 'create' => 'Crear departamento', + 'update' => 'Departamento de actualización', ); diff --git a/resources/lang/es-CO/admin/hardware/form.php b/resources/lang/es-CO/admin/hardware/form.php index f150da59a5..50c149e69b 100644 --- a/resources/lang/es-CO/admin/hardware/form.php +++ b/resources/lang/es-CO/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Precio Compra', 'create' => 'Crear Equipo', 'date' => 'Fecha Compra', + 'depreciation' => 'Depreciación', 'depreciates_on' => 'Se deprecia en', 'default_location' => 'Ubicación Predeterminada', 'eol_date' => 'Fecha EOL', diff --git a/resources/lang/es-CO/admin/hardware/general.php b/resources/lang/es-CO/admin/hardware/general.php index 16d2083afc..6b5e982b4d 100644 --- a/resources/lang/es-CO/admin/hardware/general.php +++ b/resources/lang/es-CO/admin/hardware/general.php @@ -7,7 +7,7 @@ return array( 'asset' => 'Equipo', 'bulk_checkout' => 'Asignar activos a un usuario', 'checkin' => 'Quitar Equipo', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Activo de pago', 'clone' => 'Clonar Equipo', 'deployable' => 'Desplegable', 'deleted' => 'Este equipo ha sido eliminado. Click aqui para restaurarlot.', diff --git a/resources/lang/es-CO/admin/hardware/message.php b/resources/lang/es-CO/admin/hardware/message.php index 96c3b9a6dd..07f31d762d 100644 --- a/resources/lang/es-CO/admin/hardware/message.php +++ b/resources/lang/es-CO/admin/hardware/message.php @@ -25,8 +25,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'La auditoría de activos no tuvo éxito. Vuelve a intentarlo.', + 'success' => 'Auditoría de activos registrada correctamente.' ), @@ -54,7 +54,7 @@ return array( 'delete' => array( 'confirm' => 'Estás seguro que quieres eliminar el equipo?', 'error' => 'Equipo no eliminado, intentalo de nuevo.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => 'No se seleccionaron los activos, por lo que no se eliminó nada.', 'success' => 'Equipo eliminado.' ), diff --git a/resources/lang/es-CO/admin/licenses/message.php b/resources/lang/es-CO/admin/licenses/message.php index cff98ee8dd..90324024a1 100644 --- a/resources/lang/es-CO/admin/licenses/message.php +++ b/resources/lang/es-CO/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'El equipo que intentas asignar a esta licencia no existe.', 'owner_doesnt_match_asset' => 'El equipo al que estas intentando asignar esta licenciam, está asignado a un usuario diferente que el de la licencia.', 'assoc_users' => 'Esta categoría está asignada al menos a un modelo y no puede ser eliminada.', + 'select_asset_or_person' => 'Debe seleccionar un activo o un usuario, pero no ambos.', 'create' => array( diff --git a/resources/lang/es-CO/admin/models/message.php b/resources/lang/es-CO/admin/models/message.php index d0cac6fbc5..54354a540a 100644 --- a/resources/lang/es-CO/admin/models/message.php +++ b/resources/lang/es-CO/admin/models/message.php @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Ningún campo fue seleccionado, por lo que nada ha sido actualizado.', + 'success' => 'Modelos actualizados.' ), ); diff --git a/resources/lang/es-CO/admin/settings/general.php b/resources/lang/es-CO/admin/settings/general.php index d6dbb8a90c..1eab29f131 100644 --- a/resources/lang/es-CO/admin/settings/general.php +++ b/resources/lang/es-CO/admin/settings/general.php @@ -10,10 +10,10 @@ return array( 'alert_interval' => 'Limite de alertas de expiración (en días)', 'alert_inv_threshold' => 'Umbral de alerta del inventario', 'asset_ids' => 'IDs de Recurso', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'Intervalo de auditoría', + 'audit_interval_help' => 'Si tiene que auditar físicamente sus activos periódicamente, ingrese el intervalo en meses.', + 'audit_warning_days' => 'Umbral de advertencia de auditoría', + 'audit_warning_days_help' => '¿Con cuántos días de antelación debemos advertirle cuándo se deben auditar los activos?', 'auto_increment_assets' => 'Generar IDs de equipo autoincrementales', 'auto_increment_prefix' => 'Prefijo (opcional)', 'auto_incrementing_help' => 'Activa la generación automática de IDs de equipo antes de configurar esto', @@ -67,8 +67,8 @@ return array( 'ldap_email' => 'Email LDAP', 'load_remote_text' => 'Scripts remotos', 'load_remote_help_text' => 'Esta instalación de Snipe-IT puede cargar scripts desde fuera.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => 'Nota de inicio de sesión', + 'login_note_help' => 'Opcionalmente incluya algunas oraciones en su pantalla de inicio de sesión, por ejemplo para ayudar a las personas que han encontrado un dispositivo perdido o robado. Este campo acepta Github con sabor markdown', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Usuarios restringidos (incluidos administradores) asignados a compañías de sus bienes de compañía.', 'full_multiple_companies_support_text' => 'Soporte completo múltiple de compañías', @@ -77,12 +77,12 @@ return array( 'php' => 'Versión de PHP', 'php_gd_info' => 'Debes instalar php-gd para mostrar Códigos QR, ver instrucciones de instalación en .', 'php_gd_warning' => 'PHP Image Processing y GD plugin NO instalados.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Complejidad de la contraseña', + 'pwd_secure_complexity_help' => 'Seleccione las reglas de complejidad de las contraseñas que desee aplicar.', + 'pwd_secure_min' => 'Caracteres mínimos de contraseña', + 'pwd_secure_min_help' => 'El valor mínimo permitido es 5', + 'pwd_secure_uncommon' => 'Evitar contraseñas comunes', + 'pwd_secure_uncommon_help' => 'Esto impedirá que los usuarios usen contraseñas comunes de las 10,000 contraseñas principales que se notifican en las infracciones.', 'qr_help' => 'Activa Códigos QR antes para poder ver esto', 'qr_text' => 'Texto Código QR', 'setting' => 'Parámetro', @@ -102,7 +102,7 @@ return array( 'about_settings_text' => 'Estos ajustes te permiten personalizar ciertos aspectos de tu instalación.', 'labels_per_page' => 'Etiquetas por pàgina', 'label_dimensions' => 'Dimensiones de las etiquetas (pulgadas)', - 'next_auto_tag_base' => 'Next auto-increment', + 'next_auto_tag_base' => 'Siguiente incremento automático', 'page_padding' => 'Margenès de pàgina (pulgadas)', 'purge' => 'Purgar registros eliminados', 'labels_display_bgutter' => 'Borde inferior de la Etiqueta', @@ -116,9 +116,11 @@ return array( 'inches' => 'pulgadas', 'width_w' => 'an', 'height_h' => 'al', + 'show_url_in_emails' => 'Enlace a Snipe-IT en correos electrónicos', + 'show_url_in_emails_help_text' => 'Desmarca esta casilla si no deseas volver a vincular tu instalación de Snipe-IT en tus pies de página de correo electrónico. Útil si la mayoría de sus usuarios nunca inician sesión.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'thumbnail_max_h' => 'Altura máxima de la miniatura', + 'thumbnail_max_h_help' => 'Altura máxima en píxeles que las miniaturas pueden mostrar en la vista de listado. Mín. 25, máximo 500.', 'two_factor' => 'Autenticación en dos pasos', 'two_factor_secret' => 'Código de verificación en dos pasos', 'two_factor_enrollment' => 'Enrolamiento en verificación en dos pasos', diff --git a/resources/lang/es-CO/admin/statuslabels/message.php b/resources/lang/es-CO/admin/statuslabels/message.php index 4266485389..c158f22b1a 100644 --- a/resources/lang/es-CO/admin/statuslabels/message.php +++ b/resources/lang/es-CO/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( '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.' - ) + ), + + 'help' => array( + 'undeployable' => 'Estos activos no pueden asignarse a nadie.', + 'deployable' => 'Estos activos se pueden desproteger. Una vez que se les asigna, asumirán un estado meta de Deployed.', + 'archived' => 'Estos activos no pueden desprotegerse y solo aparecerán en la vista Archivada. Esto es útil para retener información sobre activos para presupuestos / propósitos históricos, pero mantenerlos fuera de la lista de activos del día a día.', + 'pending' => 'Estos activos aún no se pueden asignar a nadie, a menudo se utilizan para artículos que están pendientes de reparación, pero se espera que vuelvan a la circulación.', + ), ); diff --git a/resources/lang/es-CO/admin/users/general.php b/resources/lang/es-CO/admin/users/general.php index ea715cd169..2dbe0e95aa 100644 --- a/resources/lang/es-CO/admin/users/general.php +++ b/resources/lang/es-CO/admin/users/general.php @@ -13,7 +13,7 @@ return array( 'filetype_info' => 'Tipos de archivos permitidos son png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, y rar.', 'history_user' => 'Historial de :name', 'info' => 'Información', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => 'Haga clic aquí para restaurarlos.', 'last_login' => 'Último acceso', 'ldap_config_text' => 'Las configuraciones de LDAP estàn en: Admin -> Settings. La ubicaciòn seleccionadada sera asignada a todos los usuarios importados.', 'software_user' => 'Software asignado a :name', diff --git a/resources/lang/es-CO/admin/users/message.php b/resources/lang/es-CO/admin/users/message.php index e6f7419254..52d0fdab9e 100644 --- a/resources/lang/es-CO/admin/users/message.php +++ b/resources/lang/es-CO/admin/users/message.php @@ -31,7 +31,7 @@ return array( 'create' => 'Ha habido un problema creando el Usuario. Intentalo de nuevo.', 'update' => 'Ha habido un problema actualizando el Usuario. Intentalo de nuevo.', 'delete' => 'Ha habido un problema eliminando el Usuario. Intentalo de nuevo.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Este usuario tiene elementos asignados y no se pueden eliminar.', 'unsuspend' => 'Ha habido un problema marcando como no suspendido el Usuario. Intentalo de nuevo.', 'import' => 'Ha habido un problema importando los usuarios. Por favor intente nuevamente.', 'asset_already_accepted' => 'Este equipo ya ha sido aceptado.', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => 'No se ha podido vincular con el servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP: ', 'ldap_could_not_search' => 'No se ha podido buscar en el servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP:', 'ldap_could_not_get_entries' => 'No se han podido obtener entradas del servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'La contraseña para esta cuenta es administrada por LDAP / Active Directory. Póngase en contacto con su departamento de TI para cambiar su contraseña.', ), 'deletefile' => array( diff --git a/resources/lang/es-CO/admin/users/table.php b/resources/lang/es-CO/admin/users/table.php index 8405299da4..95c4834b3b 100644 --- a/resources/lang/es-CO/admin/users/table.php +++ b/resources/lang/es-CO/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Localización', 'lock_passwords' => 'Los detalles de acceso no pueden ser cambiados en esta instalación.', 'manager' => 'Responsable', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Ubicaciones gestionadas', 'name' => 'Usuario', 'notes' => 'Notas', 'password_confirm' => 'Confirmar Password', diff --git a/resources/lang/es-CO/general.php b/resources/lang/es-CO/general.php index 25857fc6d0..3380703bd2 100644 --- a/resources/lang/es-CO/general.php +++ b/resources/lang/es-CO/general.php @@ -14,24 +14,25 @@ 'all' => 'Todos los', 'archived' => 'Archivado', 'asset_models' => 'Modelos', + 'asset_model' => 'Modelo', 'asset' => 'Equipo', 'asset_report' => 'Reporte de Equipos', 'asset_tag' => 'Etiqueta', 'assets_available' => 'equipos disponibles', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'Auditoría', + 'audit_report' => 'Registro de auditoría', 'assets' => 'Equipos', 'avatar_delete' => 'Eliminar Avatar', 'avatar_upload' => 'Subir Avatar', 'back' => 'Atras', 'bad_data' => 'Ningún resultado. ¿Quizá un dato incorrecto?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => 'Auditoría masiva', + 'bulkaudit_status' => 'Estado de auditoría', 'bulk_checkout' => 'Procesar en Lote', 'cancel' => 'Cancelar', 'categories' => 'Categorías', 'category' => 'Categoría', - 'change' => 'In/Out', + 'change' => 'Entrada / salida', 'changeemail' => 'Cambiar Email', 'changepassword' => 'Cambiar Password', 'checkin' => 'Quitar Equipo', @@ -56,16 +57,16 @@ 'current' => 'Actual', 'custom_report' => 'Reporte de Equipos Personalizado', 'dashboard' => 'Tablero', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'días', + 'days_to_next_audit' => 'Días a la próxima auditoría', 'date' => 'Fecha Compra', 'debug_warning' => '¡Advertencia!', 'debug_warning_text' => 'Esta aplicación esta corriendo en modo producción con debugging activado. Esto puede exponer datos sensibles si su aplicación es accesible desde el exterior. Desactive el modo debug cambiando el valor APP_DEBUG en su archivo .env a false.', 'delete' => 'Borrar', 'deleted' => 'Borrado', 'delete_seats' => 'Asientos eliminados', - 'departments' => 'Departments', - 'department' => 'Department', + 'departments' => 'Departamentos', + 'department' => 'Departamento', 'deployed' => 'Instalados - ', 'depreciation_report' => 'Informe de amortización', 'download' => 'Descargar', @@ -123,8 +124,8 @@ 'moreinfo' => 'Más Info', 'name' => 'Nombre Localización', 'next' => 'Siguiente', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Próxima fecha de auditoría', + 'last_audit' => 'Última auditoría', 'new' => 'nuevo!', 'no_depreciation' => 'No Amortizar', 'no_results' => 'Sin Resultados.', @@ -153,14 +154,14 @@ 'select' => 'Seleccionar', 'search' => 'Buscar', 'select_category' => 'Seleccione una categoría', - 'select_department' => 'Select a Department', + 'select_department' => 'Seleccione un departamento', 'select_depreciation' => 'Seleccionar un tipo de Amortización', 'select_location' => 'Seleccionar una Ubicación', 'select_manufacturer' => 'Seleccionar un Fabricante', 'select_model' => 'Seleccionar un Modelo', 'select_supplier' => 'Seleccionar un Proveedor', 'select_user' => 'Seleccionar un usuario', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => 'Seleccione Fecha (AAAA-MM-DD)', 'select_statuslabel' => 'Seleccionar Estado', 'select_company' => 'Seleccionar empresa', 'select_asset' => 'Seleccionar activos', diff --git a/resources/lang/es-CO/validation.php b/resources/lang/es-CO/validation.php index 5c3a3cb37e..baf35be067 100644 --- a/resources/lang/es-CO/validation.php +++ b/resources/lang/es-CO/validation.php @@ -16,18 +16,18 @@ return array( 'accepted' => ':attribute debe ser aceptado.', 'active_url' => ':attribute no es una URL correcta.', 'after' => ':attribute debe ser posterior a :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'El atributo: debe ser una fecha posterior o igual a: fecha.', 'alpha' => ':attribute solo acepta letras.', 'alpha_dash' => ':attribute solo acepta letras, números y guiones.', 'alpha_num' => ':attribute solo acepta letras y números.', - 'array' => 'The :attribute must be an array.', + 'array' => 'El: atributo debe ser una matriz.', 'before' => ':attribute debe ser anterior a :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'El atributo: debe ser una fecha anterior o igual a: fecha.', 'between' => [ 'numeric' => ':attribute debe estar entre :min - :max.', 'file' => ':attribute debe estar entre :min - :max kilobytes.', 'string' => ':attribute debe estar entre :min - :max caracteres.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'El atributo: debe tener entre: min y: elementos máximos.', ], 'boolean' => ':attribute debe ser verdadero o falso.', 'confirmed' => ':attribute la confirmación no coincide.', @@ -36,56 +36,56 @@ return array( 'different' => ':attribute y :other deben ser diferentes.', 'digits' => ':attribute debe tener :digits dígitos.', 'digits_between' => ':attribute debe tener entre :min y :max dígitos.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'El atributo: tiene dimensiones de imagen no válidas.', + 'distinct' => 'El campo: atributo tiene un valor duplicado.', 'email' => ':attribute formato incorrecto.', 'exists' => 'El :attribute seleccionado no es correcto.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'El: atributo debe ser un archivo.', + 'filled' => 'El campo: atributo debe tener un valor.', 'image' => ':attribute debe ser una imagen.', 'in' => 'El :attribute seleccionado no es correcto.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'El campo: atributo no existe en: otro.', 'integer' => ':attribute debe ser un número entero.', 'ip' => ':attribute debe ser una dirección IP correcta.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'El atributo: debe ser una dirección IPv4 válida.', + 'ipv6' => 'El atributo: debe ser una dirección IPv6 válida.', + 'json' => 'El atributo: debe ser una cadena JSON válida.', 'max' => [ 'numeric' => ':attribute no debe ser mayor que :max.', 'file' => ':attribute no debe ser mayor que :max kilobytes.', 'string' => ':attribute no debe tener como máximo :max caracteres.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'El atributo: puede no tener más que: elementos máximos.', ], 'mimes' => ':attribute debe ser un archivo del tipo: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'El atributo: debe ser un archivo de tipo:: valores.', 'min' => [ 'numeric' => ':attribute debe ser como mínimo :min.', 'file' => ':attribute debe ser como mínimo de :min kilobytes.', 'string' => ':attribute debe contener como mínimo :min caracteres.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'El atributo: debe tener al menos: elementos min.', ], 'not_in' => 'El :attribute seleccionado no es correcto.', 'numeric' => ':attribute debe ser un número.', - 'present' => 'The :attribute field must be present.', + 'present' => 'El campo: atributo debe estar presente.', 'regex' => ':attribute formato incorrecto.', 'required' => ':attribute es obligatorio.', 'required_if' => ':attribute es obligatrio cuando :other es :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'El campo: atributo es obligatorio a menos que: otro esté en: valores.', 'required_with' => ':attribute es obligatrio cuando :values es present.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'El campo: atributo se requiere cuando: los valores están presentes.', 'required_without' => ':attribute es obligatrio cuando :values es not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'El campo: atributo es necesario cuando ninguno de: valores están presentes.', 'same' => ':attribute y :other deben coincidir.', 'size' => [ 'numeric' => ':attribute debe tener :size.', 'file' => ':attribute debe tener :size kilobytes.', 'string' => ':attribute debe tener :size caracteres.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'El atributo: debe contener: elementos de tamaño.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'El atributo: debe ser una cadena.', + 'timezone' => 'El atributo: debe ser una zona válida.', 'unique' => ':attribute ya ha sido introducido.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'El atributo: no se pudo cargar.', 'url' => ':attribute formato incorrecto.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "El campo: atributo contiene un carácter que no está permitido.", + "email_array" => "Una o más direcciones de correo electrónico no es válida.", + "hashed_pass" => "Tu contraseña actual es incorrecta", + 'dumbpwd' => 'Esa contraseña es muy común.', + "statuslabel_type" => "Debe seleccionar un tipo de etiqueta de estado válido.", + "unique_undeleted" => "El atributo debe ser único.", ], /* diff --git a/resources/lang/es-ES/admin/asset_maintenances/message.php b/resources/lang/es-ES/admin/asset_maintenances/message.php index 48953f8be7..dc09777877 100644 --- a/resources/lang/es-ES/admin/asset_maintenances/message.php +++ b/resources/lang/es-ES/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'El Mantenimiento de Equipo fue creado de manera exitosa.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'El mantenimiento de activo no fue editado. Por favor, intenta de nuevo.', + 'success' => 'Mantenimiento de activo editado con éxito.' ], 'asset_maintenance_incomplete' => 'Sin Completar', 'warranty' => 'Garantía', diff --git a/resources/lang/es-ES/admin/custom_fields/message.php b/resources/lang/es-ES/admin/custom_fields/message.php index d7dc22dc30..26c077f490 100644 --- a/resources/lang/es-ES/admin/custom_fields/message.php +++ b/resources/lang/es-ES/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'El conjunto de campos no existe', 'create' => array( 'error' => 'El grupo de campos no ha sido creado, por favor inténtelo de nuevo.', diff --git a/resources/lang/es-ES/admin/departments/message.php b/resources/lang/es-ES/admin/departments/message.php index 740b38b39d..fc0c0f4b41 100644 --- a/resources/lang/es-ES/admin/departments/message.php +++ b/resources/lang/es-ES/admin/departments/message.php @@ -3,18 +3,18 @@ return array( 'does_not_exist' => 'El departamento no existe.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'assoc_users' => 'Esta localización está actualmente asociada con al menos un usuario y no puede ser eliminada, Por favor verifique que ningún usuario haga referencia a esta localización e intente de nuevo. ', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'El departamento no fue creado, por favor intente de nuevo.', + 'success' => 'Departamento creado con éxito.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'El departamento no se actualizó, por favor intente de nuevo', + 'success' => 'Departamento actualizado con éxito.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', + 'confirm' => '¿Estás seguro de que deseas eliminar este departamento?', + 'error' => 'Hubo un problema al eliminar el departamento. Inténtalo de nuevo.', 'success' => 'El departamento ha sido borrado exitosamente' ) diff --git a/resources/lang/es-ES/admin/departments/table.php b/resources/lang/es-ES/admin/departments/table.php index 76494247be..05abf227d5 100644 --- a/resources/lang/es-ES/admin/departments/table.php +++ b/resources/lang/es-ES/admin/departments/table.php @@ -2,10 +2,10 @@ return array( - 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'id' => 'CARNÉ DE IDENTIDAD', + 'name' => 'Nombre de Departamento', + 'manager' => 'Gerente', + 'location' => 'Ubicación', + 'create' => 'Crear departamento', + 'update' => 'Departamento de actualización', ); diff --git a/resources/lang/es-ES/admin/hardware/form.php b/resources/lang/es-ES/admin/hardware/form.php index f150da59a5..50c149e69b 100644 --- a/resources/lang/es-ES/admin/hardware/form.php +++ b/resources/lang/es-ES/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Precio Compra', 'create' => 'Crear Equipo', 'date' => 'Fecha Compra', + 'depreciation' => 'Depreciación', 'depreciates_on' => 'Se deprecia en', 'default_location' => 'Ubicación Predeterminada', 'eol_date' => 'Fecha EOL', diff --git a/resources/lang/es-ES/admin/hardware/general.php b/resources/lang/es-ES/admin/hardware/general.php index 16d2083afc..6b5e982b4d 100644 --- a/resources/lang/es-ES/admin/hardware/general.php +++ b/resources/lang/es-ES/admin/hardware/general.php @@ -7,7 +7,7 @@ return array( 'asset' => 'Equipo', 'bulk_checkout' => 'Asignar activos a un usuario', 'checkin' => 'Quitar Equipo', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Activo de pago', 'clone' => 'Clonar Equipo', 'deployable' => 'Desplegable', 'deleted' => 'Este equipo ha sido eliminado. Click aqui para restaurarlot.', diff --git a/resources/lang/es-ES/admin/hardware/message.php b/resources/lang/es-ES/admin/hardware/message.php index 96c3b9a6dd..07f31d762d 100644 --- a/resources/lang/es-ES/admin/hardware/message.php +++ b/resources/lang/es-ES/admin/hardware/message.php @@ -25,8 +25,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'La auditoría de activos no tuvo éxito. Vuelve a intentarlo.', + 'success' => 'Auditoría de activos registrada correctamente.' ), @@ -54,7 +54,7 @@ return array( 'delete' => array( 'confirm' => 'Estás seguro que quieres eliminar el equipo?', 'error' => 'Equipo no eliminado, intentalo de nuevo.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => 'No se seleccionaron los activos, por lo que no se eliminó nada.', 'success' => 'Equipo eliminado.' ), diff --git a/resources/lang/es-ES/admin/licenses/message.php b/resources/lang/es-ES/admin/licenses/message.php index cff98ee8dd..90324024a1 100644 --- a/resources/lang/es-ES/admin/licenses/message.php +++ b/resources/lang/es-ES/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'El equipo que intentas asignar a esta licencia no existe.', 'owner_doesnt_match_asset' => 'El equipo al que estas intentando asignar esta licenciam, está asignado a un usuario diferente que el de la licencia.', 'assoc_users' => 'Esta categoría está asignada al menos a un modelo y no puede ser eliminada.', + 'select_asset_or_person' => 'Debe seleccionar un activo o un usuario, pero no ambos.', 'create' => array( diff --git a/resources/lang/es-ES/admin/models/message.php b/resources/lang/es-ES/admin/models/message.php index d0cac6fbc5..54354a540a 100644 --- a/resources/lang/es-ES/admin/models/message.php +++ b/resources/lang/es-ES/admin/models/message.php @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Ningún campo fue seleccionado, por lo que nada ha sido actualizado.', + 'success' => 'Modelos actualizados.' ), ); diff --git a/resources/lang/es-ES/admin/settings/general.php b/resources/lang/es-ES/admin/settings/general.php index d6dbb8a90c..1eab29f131 100644 --- a/resources/lang/es-ES/admin/settings/general.php +++ b/resources/lang/es-ES/admin/settings/general.php @@ -10,10 +10,10 @@ return array( 'alert_interval' => 'Limite de alertas de expiración (en días)', 'alert_inv_threshold' => 'Umbral de alerta del inventario', 'asset_ids' => 'IDs de Recurso', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'Intervalo de auditoría', + 'audit_interval_help' => 'Si tiene que auditar físicamente sus activos periódicamente, ingrese el intervalo en meses.', + 'audit_warning_days' => 'Umbral de advertencia de auditoría', + 'audit_warning_days_help' => '¿Con cuántos días de antelación debemos advertirle cuándo se deben auditar los activos?', 'auto_increment_assets' => 'Generar IDs de equipo autoincrementales', 'auto_increment_prefix' => 'Prefijo (opcional)', 'auto_incrementing_help' => 'Activa la generación automática de IDs de equipo antes de configurar esto', @@ -67,8 +67,8 @@ return array( 'ldap_email' => 'Email LDAP', 'load_remote_text' => 'Scripts remotos', 'load_remote_help_text' => 'Esta instalación de Snipe-IT puede cargar scripts desde fuera.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => 'Nota de inicio de sesión', + 'login_note_help' => 'Opcionalmente incluya algunas oraciones en su pantalla de inicio de sesión, por ejemplo para ayudar a las personas que han encontrado un dispositivo perdido o robado. Este campo acepta Github con sabor markdown', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Usuarios restringidos (incluidos administradores) asignados a compañías de sus bienes de compañía.', 'full_multiple_companies_support_text' => 'Soporte completo múltiple de compañías', @@ -77,12 +77,12 @@ return array( 'php' => 'Versión de PHP', 'php_gd_info' => 'Debes instalar php-gd para mostrar Códigos QR, ver instrucciones de instalación en .', 'php_gd_warning' => 'PHP Image Processing y GD plugin NO instalados.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Complejidad de la contraseña', + 'pwd_secure_complexity_help' => 'Seleccione las reglas de complejidad de las contraseñas que desee aplicar.', + 'pwd_secure_min' => 'Caracteres mínimos de contraseña', + 'pwd_secure_min_help' => 'El valor mínimo permitido es 5', + 'pwd_secure_uncommon' => 'Evitar contraseñas comunes', + 'pwd_secure_uncommon_help' => 'Esto impedirá que los usuarios usen contraseñas comunes de las 10,000 contraseñas principales que se notifican en las infracciones.', 'qr_help' => 'Activa Códigos QR antes para poder ver esto', 'qr_text' => 'Texto Código QR', 'setting' => 'Parámetro', @@ -102,7 +102,7 @@ return array( 'about_settings_text' => 'Estos ajustes te permiten personalizar ciertos aspectos de tu instalación.', 'labels_per_page' => 'Etiquetas por pàgina', 'label_dimensions' => 'Dimensiones de las etiquetas (pulgadas)', - 'next_auto_tag_base' => 'Next auto-increment', + 'next_auto_tag_base' => 'Siguiente incremento automático', 'page_padding' => 'Margenès de pàgina (pulgadas)', 'purge' => 'Purgar registros eliminados', 'labels_display_bgutter' => 'Borde inferior de la Etiqueta', @@ -116,9 +116,11 @@ return array( 'inches' => 'pulgadas', 'width_w' => 'an', 'height_h' => 'al', + 'show_url_in_emails' => 'Enlace a Snipe-IT en correos electrónicos', + 'show_url_in_emails_help_text' => 'Desmarca esta casilla si no deseas volver a vincular tu instalación de Snipe-IT en tus pies de página de correo electrónico. Útil si la mayoría de sus usuarios nunca inician sesión.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'thumbnail_max_h' => 'Altura máxima de la miniatura', + 'thumbnail_max_h_help' => 'Altura máxima en píxeles que las miniaturas pueden mostrar en la vista de listado. Mín. 25, máximo 500.', 'two_factor' => 'Autenticación en dos pasos', 'two_factor_secret' => 'Código de verificación en dos pasos', 'two_factor_enrollment' => 'Enrolamiento en verificación en dos pasos', diff --git a/resources/lang/es-ES/admin/statuslabels/message.php b/resources/lang/es-ES/admin/statuslabels/message.php index 4266485389..c158f22b1a 100644 --- a/resources/lang/es-ES/admin/statuslabels/message.php +++ b/resources/lang/es-ES/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( '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.' - ) + ), + + 'help' => array( + 'undeployable' => 'Estos activos no pueden asignarse a nadie.', + 'deployable' => 'Estos activos se pueden desproteger. Una vez que se les asigna, asumirán un estado meta de Deployed.', + 'archived' => 'Estos activos no pueden desprotegerse y solo aparecerán en la vista Archivada. Esto es útil para retener información sobre activos para presupuestos / propósitos históricos, pero mantenerlos fuera de la lista de activos del día a día.', + 'pending' => 'Estos activos aún no se pueden asignar a nadie, a menudo se utilizan para artículos que están pendientes de reparación, pero se espera que vuelvan a la circulación.', + ), ); diff --git a/resources/lang/es-ES/admin/users/general.php b/resources/lang/es-ES/admin/users/general.php index ea715cd169..2dbe0e95aa 100644 --- a/resources/lang/es-ES/admin/users/general.php +++ b/resources/lang/es-ES/admin/users/general.php @@ -13,7 +13,7 @@ return array( 'filetype_info' => 'Tipos de archivos permitidos son png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, y rar.', 'history_user' => 'Historial de :name', 'info' => 'Información', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => 'Haga clic aquí para restaurarlos.', 'last_login' => 'Último acceso', 'ldap_config_text' => 'Las configuraciones de LDAP estàn en: Admin -> Settings. La ubicaciòn seleccionadada sera asignada a todos los usuarios importados.', 'software_user' => 'Software asignado a :name', diff --git a/resources/lang/es-ES/admin/users/message.php b/resources/lang/es-ES/admin/users/message.php index e6f7419254..52d0fdab9e 100644 --- a/resources/lang/es-ES/admin/users/message.php +++ b/resources/lang/es-ES/admin/users/message.php @@ -31,7 +31,7 @@ return array( 'create' => 'Ha habido un problema creando el Usuario. Intentalo de nuevo.', 'update' => 'Ha habido un problema actualizando el Usuario. Intentalo de nuevo.', 'delete' => 'Ha habido un problema eliminando el Usuario. Intentalo de nuevo.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Este usuario tiene elementos asignados y no se pueden eliminar.', 'unsuspend' => 'Ha habido un problema marcando como no suspendido el Usuario. Intentalo de nuevo.', 'import' => 'Ha habido un problema importando los usuarios. Por favor intente nuevamente.', 'asset_already_accepted' => 'Este equipo ya ha sido aceptado.', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => 'No se ha podido vincular con el servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP: ', 'ldap_could_not_search' => 'No se ha podido buscar en el servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP:', 'ldap_could_not_get_entries' => 'No se han podido obtener entradas del servidor LDAP. Por favor verifique la configuración de su servidor LDAP en su archivo de configuración.
Error del servidor LDAP:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'La contraseña para esta cuenta es administrada por LDAP / Active Directory. Póngase en contacto con su departamento de TI para cambiar su contraseña.', ), 'deletefile' => array( diff --git a/resources/lang/es-ES/admin/users/table.php b/resources/lang/es-ES/admin/users/table.php index 8405299da4..95c4834b3b 100644 --- a/resources/lang/es-ES/admin/users/table.php +++ b/resources/lang/es-ES/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Localización', 'lock_passwords' => 'Los detalles de acceso no pueden ser cambiados en esta instalación.', 'manager' => 'Responsable', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Ubicaciones gestionadas', 'name' => 'Usuario', 'notes' => 'Notas', 'password_confirm' => 'Confirmar Password', diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php index 25857fc6d0..3380703bd2 100644 --- a/resources/lang/es-ES/general.php +++ b/resources/lang/es-ES/general.php @@ -14,24 +14,25 @@ 'all' => 'Todos los', 'archived' => 'Archivado', 'asset_models' => 'Modelos', + 'asset_model' => 'Modelo', 'asset' => 'Equipo', 'asset_report' => 'Reporte de Equipos', 'asset_tag' => 'Etiqueta', 'assets_available' => 'equipos disponibles', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'Auditoría', + 'audit_report' => 'Registro de auditoría', 'assets' => 'Equipos', 'avatar_delete' => 'Eliminar Avatar', 'avatar_upload' => 'Subir Avatar', 'back' => 'Atras', 'bad_data' => 'Ningún resultado. ¿Quizá un dato incorrecto?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => 'Auditoría masiva', + 'bulkaudit_status' => 'Estado de auditoría', 'bulk_checkout' => 'Procesar en Lote', 'cancel' => 'Cancelar', 'categories' => 'Categorías', 'category' => 'Categoría', - 'change' => 'In/Out', + 'change' => 'Entrada / salida', 'changeemail' => 'Cambiar Email', 'changepassword' => 'Cambiar Password', 'checkin' => 'Quitar Equipo', @@ -56,16 +57,16 @@ 'current' => 'Actual', 'custom_report' => 'Reporte de Equipos Personalizado', 'dashboard' => 'Tablero', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'días', + 'days_to_next_audit' => 'Días a la próxima auditoría', 'date' => 'Fecha Compra', 'debug_warning' => '¡Advertencia!', 'debug_warning_text' => 'Esta aplicación esta corriendo en modo producción con debugging activado. Esto puede exponer datos sensibles si su aplicación es accesible desde el exterior. Desactive el modo debug cambiando el valor APP_DEBUG en su archivo .env a false.', 'delete' => 'Borrar', 'deleted' => 'Borrado', 'delete_seats' => 'Asientos eliminados', - 'departments' => 'Departments', - 'department' => 'Department', + 'departments' => 'Departamentos', + 'department' => 'Departamento', 'deployed' => 'Instalados - ', 'depreciation_report' => 'Informe de amortización', 'download' => 'Descargar', @@ -123,8 +124,8 @@ 'moreinfo' => 'Más Info', 'name' => 'Nombre Localización', 'next' => 'Siguiente', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Próxima fecha de auditoría', + 'last_audit' => 'Última auditoría', 'new' => 'nuevo!', 'no_depreciation' => 'No Amortizar', 'no_results' => 'Sin Resultados.', @@ -153,14 +154,14 @@ 'select' => 'Seleccionar', 'search' => 'Buscar', 'select_category' => 'Seleccione una categoría', - 'select_department' => 'Select a Department', + 'select_department' => 'Seleccione un departamento', 'select_depreciation' => 'Seleccionar un tipo de Amortización', 'select_location' => 'Seleccionar una Ubicación', 'select_manufacturer' => 'Seleccionar un Fabricante', 'select_model' => 'Seleccionar un Modelo', 'select_supplier' => 'Seleccionar un Proveedor', 'select_user' => 'Seleccionar un usuario', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => 'Seleccione Fecha (AAAA-MM-DD)', 'select_statuslabel' => 'Seleccionar Estado', 'select_company' => 'Seleccionar empresa', 'select_asset' => 'Seleccionar activos', diff --git a/resources/lang/es-ES/validation.php b/resources/lang/es-ES/validation.php index 5c3a3cb37e..baf35be067 100644 --- a/resources/lang/es-ES/validation.php +++ b/resources/lang/es-ES/validation.php @@ -16,18 +16,18 @@ return array( 'accepted' => ':attribute debe ser aceptado.', 'active_url' => ':attribute no es una URL correcta.', 'after' => ':attribute debe ser posterior a :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'El atributo: debe ser una fecha posterior o igual a: fecha.', 'alpha' => ':attribute solo acepta letras.', 'alpha_dash' => ':attribute solo acepta letras, números y guiones.', 'alpha_num' => ':attribute solo acepta letras y números.', - 'array' => 'The :attribute must be an array.', + 'array' => 'El: atributo debe ser una matriz.', 'before' => ':attribute debe ser anterior a :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'El atributo: debe ser una fecha anterior o igual a: fecha.', 'between' => [ 'numeric' => ':attribute debe estar entre :min - :max.', 'file' => ':attribute debe estar entre :min - :max kilobytes.', 'string' => ':attribute debe estar entre :min - :max caracteres.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'El atributo: debe tener entre: min y: elementos máximos.', ], 'boolean' => ':attribute debe ser verdadero o falso.', 'confirmed' => ':attribute la confirmación no coincide.', @@ -36,56 +36,56 @@ return array( 'different' => ':attribute y :other deben ser diferentes.', 'digits' => ':attribute debe tener :digits dígitos.', 'digits_between' => ':attribute debe tener entre :min y :max dígitos.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'El atributo: tiene dimensiones de imagen no válidas.', + 'distinct' => 'El campo: atributo tiene un valor duplicado.', 'email' => ':attribute formato incorrecto.', 'exists' => 'El :attribute seleccionado no es correcto.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'El: atributo debe ser un archivo.', + 'filled' => 'El campo: atributo debe tener un valor.', 'image' => ':attribute debe ser una imagen.', 'in' => 'El :attribute seleccionado no es correcto.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'El campo: atributo no existe en: otro.', 'integer' => ':attribute debe ser un número entero.', 'ip' => ':attribute debe ser una dirección IP correcta.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'El atributo: debe ser una dirección IPv4 válida.', + 'ipv6' => 'El atributo: debe ser una dirección IPv6 válida.', + 'json' => 'El atributo: debe ser una cadena JSON válida.', 'max' => [ 'numeric' => ':attribute no debe ser mayor que :max.', 'file' => ':attribute no debe ser mayor que :max kilobytes.', 'string' => ':attribute no debe tener como máximo :max caracteres.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'El atributo: puede no tener más que: elementos máximos.', ], 'mimes' => ':attribute debe ser un archivo del tipo: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'El atributo: debe ser un archivo de tipo:: valores.', 'min' => [ 'numeric' => ':attribute debe ser como mínimo :min.', 'file' => ':attribute debe ser como mínimo de :min kilobytes.', 'string' => ':attribute debe contener como mínimo :min caracteres.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'El atributo: debe tener al menos: elementos min.', ], 'not_in' => 'El :attribute seleccionado no es correcto.', 'numeric' => ':attribute debe ser un número.', - 'present' => 'The :attribute field must be present.', + 'present' => 'El campo: atributo debe estar presente.', 'regex' => ':attribute formato incorrecto.', 'required' => ':attribute es obligatorio.', 'required_if' => ':attribute es obligatrio cuando :other es :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'El campo: atributo es obligatorio a menos que: otro esté en: valores.', 'required_with' => ':attribute es obligatrio cuando :values es present.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'El campo: atributo se requiere cuando: los valores están presentes.', 'required_without' => ':attribute es obligatrio cuando :values es not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'El campo: atributo es necesario cuando ninguno de: valores están presentes.', 'same' => ':attribute y :other deben coincidir.', 'size' => [ 'numeric' => ':attribute debe tener :size.', 'file' => ':attribute debe tener :size kilobytes.', 'string' => ':attribute debe tener :size caracteres.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'El atributo: debe contener: elementos de tamaño.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'El atributo: debe ser una cadena.', + 'timezone' => 'El atributo: debe ser una zona válida.', 'unique' => ':attribute ya ha sido introducido.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'El atributo: no se pudo cargar.', 'url' => ':attribute formato incorrecto.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "El campo: atributo contiene un carácter que no está permitido.", + "email_array" => "Una o más direcciones de correo electrónico no es válida.", + "hashed_pass" => "Tu contraseña actual es incorrecta", + 'dumbpwd' => 'Esa contraseña es muy común.', + "statuslabel_type" => "Debe seleccionar un tipo de etiqueta de estado válido.", + "unique_undeleted" => "El atributo debe ser único.", ], /* diff --git a/resources/lang/et/admin/accessories/general.php b/resources/lang/et/admin/accessories/general.php index 22771aff0c..8d29bf8485 100644 --- a/resources/lang/et/admin/accessories/general.php +++ b/resources/lang/et/admin/accessories/general.php @@ -1,22 +1,22 @@ 'About Accessories', - 'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', - 'accessory_category' => 'Accessory Category', - 'accessory_name' => 'Accessory Name', - 'checkout' => 'Checkout Accessory', + 'about_accessories_title' => 'Lisavarustuse kohta', + 'about_accessories_text' => 'Aksessuaarid on kõik, mida kasutajad teate, kuid kellel ei ole seerianumbrit (või te ei hooli nende jälgimisest unikaalselt). Näiteks arvutihiirid või klaviatuurid.', + 'accessory_category' => 'Lisatarvikute kategooria', + 'accessory_name' => 'Lisaseade Nimi', + 'checkout' => 'Checkout Lisavarustus', 'checkin' => 'Checkin Accessory', - 'create' => 'Create Accessory', - 'edit' => 'Edit Accessory', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'total' => 'Total', - 'remaining' => 'Avail', - 'update' => 'Update Accessory', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'create' => 'Loo lisavarustus', + 'edit' => 'Lisaseadme muutmine', + 'eula_text' => 'EULA kategooria', + 'eula_text_help' => 'See väli lubab teil oma kindlat liiki varasid EULA-de kohandada. Kui teil on kogu oma vara ainult üks EULA, võite esmase vaikimisi kasutamisel allpool olevat kasti märkida.', + 'require_acceptance' => 'Nõuavad kasutajatel kinnitada selle kategooria varade vastuvõtmist.', + 'no_default_eula' => 'Ei leitud esmast vaikimisi EULA-d. Lisage üksus seadetes.', + 'total' => 'Kokku', + 'remaining' => 'Kätt', + 'update' => 'Värskenda tarvikut', + 'use_default_eula' => 'Selle asemel kasutage primaarset EULA vaikimisi.', + 'use_default_eula_disabled' => 'Võtke kasutusele esmane vaikimisi EULA-d. Ükski esmane vaikimisi EULA ei ole määratud. Lisage see üksus valikut Seaded.', ); diff --git a/resources/lang/et/admin/accessories/message.php b/resources/lang/et/admin/accessories/message.php index 92998a4e14..00e39d870c 100644 --- a/resources/lang/et/admin/accessories/message.php +++ b/resources/lang/et/admin/accessories/message.php @@ -2,35 +2,35 @@ return array( - 'does_not_exist' => 'The accessory does not exist.', - 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', + 'does_not_exist' => 'Tarvikut pole olemas.', + 'assoc_users' => 'See lisavarustus on praegu: kasutajate poolt kontrollitud arvude arv. Palun kontrollige tarvikuid ja proovige uuesti.', 'create' => array( - 'error' => 'The accessory was not created, please try again.', - 'success' => 'The accessory was successfully created.' + 'error' => 'Lisatarvikut ei loodud, proovige uuesti.', + 'success' => 'Lisavarustus loodi edukalt.' ), 'update' => array( - 'error' => 'The accessory was not updated, please try again', - 'success' => 'The accessory was updated successfully.' + 'error' => 'Lisatarvikut ei värskendatud. Proovige uuesti', + 'success' => 'Lisatarvikut uuendati edukalt.' ), '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' => 'Kas olete kindel, et soovite seda lisaseadet kustutada?', + 'error' => 'Aksessuaar eemaldati. Palun proovi uuesti.', + 'success' => 'Lisaseade kustutati edukalt.' ), 'checkout' => array( - 'error' => 'Accessory was not checked out, please try again', - 'success' => 'Accessory checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Lisatarvikut ei kontrollitud, palun proovige uuesti', + 'success' => 'Lisaseade edukalt kontrollitud.', + 'user_does_not_exist' => 'See kasutaja on kehtetu. Palun proovi uuesti.' ), 'checkin' => array( - 'error' => 'Accessory was not checked in, please try again', - 'success' => 'Accessory checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Lisatarvikut ei olnud märgitud, palun proovige uuesti', + 'success' => 'Lisaseade kontrollitud edukalt.', + 'user_does_not_exist' => 'See kasutaja on kehtetu. Palun proovi uuesti.' ) diff --git a/resources/lang/et/admin/accessories/table.php b/resources/lang/et/admin/accessories/table.php index e02d9f22e4..7b64c8f2cb 100644 --- a/resources/lang/et/admin/accessories/table.php +++ b/resources/lang/et/admin/accessories/table.php @@ -1,11 +1,11 @@ 'Download CSV', + 'dl_csv' => 'Laadige alla CSV', 'eula_text' => 'EULA', 'id' => 'ID', - 'require_acceptance' => 'Acceptance', - 'title' => 'Accessory Name', + 'require_acceptance' => 'Vastuvõtmine', + 'title' => 'Lisaseade Nimi', ); diff --git a/resources/lang/et/admin/asset_maintenances/form.php b/resources/lang/et/admin/asset_maintenances/form.php index 2aa005c45f..325db108db 100644 --- a/resources/lang/et/admin/asset_maintenances/form.php +++ b/resources/lang/et/admin/asset_maintenances/form.php @@ -1,14 +1,14 @@ 'Maintenance Type', - 'title' => 'Title', - 'start_date' => 'Started', - 'completion_date' => 'Completed', - 'cost' => 'Cost', - 'is_warranty' => 'Warranty Improvement', - 'asset_maintenance_time' => 'Days', - 'notes' => 'Notes', - 'update' => 'Update', - 'create' => 'Create' + 'asset_maintenance_type' => 'Hooldustüüp', + 'title' => 'Pealkiri', + 'start_date' => 'Alustatud', + 'completion_date' => 'Lõpetatud', + 'cost' => 'Kulud', + 'is_warranty' => 'Garantii paranemine', + 'asset_maintenance_time' => 'Päevad', + 'notes' => 'Märkused', + 'update' => 'Uuenda', + 'create' => 'Loo' ]; diff --git a/resources/lang/et/admin/asset_maintenances/general.php b/resources/lang/et/admin/asset_maintenances/general.php index c7ae42d41a..43e8740eb3 100644 --- a/resources/lang/et/admin/asset_maintenances/general.php +++ b/resources/lang/et/admin/asset_maintenances/general.php @@ -1,11 +1,11 @@ 'Asset Maintenances', - 'edit' => 'Edit Asset Maintenance', - 'delete' => 'Delete Asset Maintenance', - 'view' => 'View Asset Maintenance Details', - 'repair' => 'Repair', - 'maintenance' => 'Maintenance', - 'upgrade' => 'Upgrade' + 'asset_maintenances' => 'Vara säilimine', + 'edit' => 'Varade hoolduse muutmine', + 'delete' => 'Kustuta vara hooldus', + 'view' => 'Vaadake varahalduse üksikasju', + 'repair' => 'Remont', + 'maintenance' => 'Hooldus', + 'upgrade' => 'Uuendage' ]; diff --git a/resources/lang/et/admin/asset_maintenances/message.php b/resources/lang/et/admin/asset_maintenances/message.php index d121115825..283b3b8c5b 100644 --- a/resources/lang/et/admin/asset_maintenances/message.php +++ b/resources/lang/et/admin/asset_maintenances/message.php @@ -1,21 +1,21 @@ 'Asset Maintenance you were looking for was not found!', + 'not_found' => 'Varahooldust, mida otsisite, ei leitud!', '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' => 'Kas olete kindel, et soovite seda vara hooldust kustutada?', + 'error' => 'Seal oli probleem, kustutades vara hooldust. Palun proovi uuesti.', + 'success' => 'Varade hooldus kustutati edukalt.' ], 'create' => [ - 'error' => 'Asset Maintenance was not created, please try again.', - 'success' => 'Asset Maintenance created successfully.' + 'error' => 'Varahooldust ei loodud, proovige uuesti.', + 'success' => 'Varade hooldus on edukalt loodud.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Varade hooldust ei muudetud, palun proovi uuesti.', + 'success' => 'Varahoiatus on edukalt muudetud.' ], - 'asset_maintenance_incomplete' => 'Not Completed Yet', - 'warranty' => 'Warranty', - 'not_warranty' => 'Not Warranty', + 'asset_maintenance_incomplete' => 'Veel pole veel lõpetatud', + 'warranty' => 'Garantii', + 'not_warranty' => 'Mitte garantii', ]; \ No newline at end of file diff --git a/resources/lang/et/admin/asset_maintenances/table.php b/resources/lang/et/admin/asset_maintenances/table.php index f3a6be60f9..f2d384ece9 100644 --- a/resources/lang/et/admin/asset_maintenances/table.php +++ b/resources/lang/et/admin/asset_maintenances/table.php @@ -1,8 +1,8 @@ 'Asset Maintenance', - 'asset_name' => 'Asset Name', - 'is_warranty' => 'Warranty', - 'dl_csv' => 'Download CSV' + 'title' => 'Varade hooldus', + 'asset_name' => 'Vara nimi', + 'is_warranty' => 'Garantii', + 'dl_csv' => 'Laadige alla CSV' ]; diff --git a/resources/lang/et/admin/categories/general.php b/resources/lang/et/admin/categories/general.php index 1c8a2c6d2c..8a9fc66e1f 100644 --- a/resources/lang/et/admin/categories/general.php +++ b/resources/lang/et/admin/categories/general.php @@ -5,7 +5,7 @@ return array( 'about_categories' => 'Kategooriad aitavad sul asju organiseerida. Kategooriad võivad olla näitelks "Lauaarvutid","Sülearvutid","Mobiiltelefonid","Tahvelarvutid" ja nõnda edasi, kuid võid kasutada kategooriaid igal kombel, mis tundub sulle endale mõistlik.', 'asset_categories' => 'Vahendite kategooriad', 'category_name' => 'Kategooria nimi', - 'checkin_email' => 'Send email to user on checkin.', + 'checkin_email' => 'Saada e-kiri kasutajale registreerumisel.', 'clone' => 'Klooni kategooria', 'create' => 'Uus kategooria', 'edit' => 'Muuda kategooriat', diff --git a/resources/lang/et/admin/categories/table.php b/resources/lang/et/admin/categories/table.php index 8221c43810..99087be26b 100644 --- a/resources/lang/et/admin/categories/table.php +++ b/resources/lang/et/admin/categories/table.php @@ -3,8 +3,8 @@ return array( 'eula_text' => 'EULA', 'id' => 'ID', - 'parent' => 'Parent', - 'require_acceptance' => 'Acceptance', + 'parent' => 'Vanem', + 'require_acceptance' => 'Vastuvõtmine', 'title' => 'Vahendi kategooria nimi', ); diff --git a/resources/lang/et/admin/components/message.php b/resources/lang/et/admin/components/message.php index 8a5a4ad768..05d537d93f 100644 --- a/resources/lang/et/admin/components/message.php +++ b/resources/lang/et/admin/components/message.php @@ -10,7 +10,7 @@ return array( ), 'update' => array( - 'error' => 'Component was not updated, please try again', + 'error' => 'Komponenti ei värskendatud, proovige uuesti', 'success' => 'Komponendi muutmine õnnestus.' ), @@ -21,14 +21,14 @@ return array( ), 'checkout' => array( - 'error' => 'Component was not checked out, please try again', - 'success' => 'Component checked out successfully.', + 'error' => 'Komponenti ei kontrollitud, palun proovige uuesti', + 'success' => 'Komponent on edukalt välja võetud.', 'user_does_not_exist' => 'Vale kasutaja. Palun proovi uuesti.' ), 'checkin' => array( - 'error' => 'Component was not checked in, please try again', - 'success' => 'Component checked in successfully.', + 'error' => 'Komponent ei olnud märgitud, palun proovige uuesti', + 'success' => 'Komponent on edukalt registreeritud.', 'user_does_not_exist' => 'Vale kasutaja. Palun proovi uuesti.' ) diff --git a/resources/lang/et/admin/consumables/general.php b/resources/lang/et/admin/consumables/general.php index b7fe9b51f1..4a4b7cbd3d 100644 --- a/resources/lang/et/admin/consumables/general.php +++ b/resources/lang/et/admin/consumables/general.php @@ -3,10 +3,10 @@ return array( 'about_consumables_title' => 'Kuluvahenditest', 'about_consumables_text' => 'Kuluvahendid on kõik asjad, mis peale ostmist kasutatakse lõplikult ära. Näiteks printeritint või koopiapaber.', - 'checkout' => 'Checkout Consumable to User', + 'checkout' => 'Kasutaja saab tellimuse', 'consumable_name' => 'Kuluvahendi nimi', - 'create' => 'Create Consumable', - 'item_no' => 'Item No.', + 'create' => 'Loo tarbitav', + 'item_no' => 'Objekti nr', 'remaining' => 'Alles', 'total' => 'Kokku', 'update' => 'Muuda kuluvahendit', diff --git a/resources/lang/et/admin/consumables/message.php b/resources/lang/et/admin/consumables/message.php index c959298fe1..9176787adb 100644 --- a/resources/lang/et/admin/consumables/message.php +++ b/resources/lang/et/admin/consumables/message.php @@ -21,14 +21,14 @@ return array( ), 'checkout' => array( - 'error' => 'Consumable was not checked out, please try again', - 'success' => 'Consumable checked out successfully.', + 'error' => 'Tarbitavat ei kontrollitud, proovige uuesti', + 'success' => 'Tarbitav kontrollitud edukalt.', 'user_does_not_exist' => 'See kasutaja ei sobi. Palun proovi uuesti.' ), 'checkin' => array( - 'error' => 'Consumable was not checked in, please try again', - 'success' => 'Consumable checked in successfully.', + 'error' => 'Tarbitavat ei märgitud, proovige uuesti', + 'success' => 'Tarbitav kontrollitud edukalt.', 'user_does_not_exist' => 'See kasutaja ei sobi. Palun proovi uuesti.' ) diff --git a/resources/lang/et/admin/consumables/table.php b/resources/lang/et/admin/consumables/table.php index bb76721f17..645034d0ff 100644 --- a/resources/lang/et/admin/consumables/table.php +++ b/resources/lang/et/admin/consumables/table.php @@ -1,5 +1,5 @@ 'Consumable Name', + 'title' => 'Kulutatav nimi', ); diff --git a/resources/lang/et/admin/custom_fields/general.php b/resources/lang/et/admin/custom_fields/general.php index f2e6df90cb..4c3cbb8d5b 100644 --- a/resources/lang/et/admin/custom_fields/general.php +++ b/resources/lang/et/admin/custom_fields/general.php @@ -1,30 +1,30 @@ 'Custom Fields', - '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.', - 'encrypted' => 'Encrypted', + 'custom_fields' => 'Kohandatud väljad', + 'field' => 'Väli', + 'about_fieldsets_title' => 'Andmeväljade kohta', + 'about_fieldsets_text' => 'Valdkonnad lubavad teil luua kohandatud väljade rühmad, mida kasutatakse sageli teatud varade mudelitüüpide jaoks.', + 'custom_format' => 'Kohandatud vorming ...', + 'encrypt_field' => 'Krüpti selle valdkonna väärtus andmebaasis', + 'encrypt_field_help' => 'HOIATUS: põllu krüptimine muudab selle otsingumatuks.', + 'encrypted' => 'Krüpteeritud', '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', + 'qty_fields' => 'Mitmed väljad', + 'fieldsets' => 'Väljadeklaratsioonid', + 'fieldset_name' => 'Väljanägemise nimi', + 'field_name' => 'Väljanimi', + 'field_values' => 'Väljundväärtused', + 'field_values_help' => 'Lisage valitavaid valikuid, üks rea kohta. Väljad tühja ridu peale esimese rea ignoreeritakse.', + 'field_element' => 'Vormi element', 'field_element_short' => 'Element', - 'field_format' => 'Format', - 'field_custom_format' => 'Custom Format', - 'required' => 'Required', + 'field_format' => 'Vorming', + 'field_custom_format' => 'Kohandatud vorming', + 'required' => 'Nõutud', 'req' => 'Req.', - 'used_by_models' => 'Used By Models', - 'order' => 'Order', + 'used_by_models' => 'Kasutatud mudelite järgi', + 'order' => 'Telli', 'create_fieldset' => 'New Fieldset', - 'create_field' => 'New Custom Field', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'create_field' => 'Uus kohandatud väli', + 'value_encrypted' => 'Selle välja väärtust krüpteeritakse andmebaasis. Dežrooveeritud väärtust saab vaadata ainult administraatoritel', ); diff --git a/resources/lang/et/admin/custom_fields/message.php b/resources/lang/et/admin/custom_fields/message.php index ed66a6ba16..07ba549bf6 100644 --- a/resources/lang/et/admin/custom_fields/message.php +++ b/resources/lang/et/admin/custom_fields/message.php @@ -3,48 +3,48 @@ return array( 'field' => array( - 'invalid' => 'That field does not exist.', - 'already_added' => 'Field already added', + 'invalid' => 'Seda välja ei eksisteeri.', + 'already_added' => 'Väli on juba lisatud', 'create' => array( - 'error' => 'Field was not created, please try again.', - 'success' => 'Field created successfully.', - 'assoc_success' => 'Field successfully added to fieldset.' + 'error' => 'Väli ei loodud, proovige uuesti.', + 'success' => 'Väli loodi edukalt.', + 'assoc_success' => 'Väli edukalt lisatud fieldset\'i.' ), 'update' => array( - 'error' => 'Field was not updated, please try again', - 'success' => 'Field updated successfully.' + 'error' => 'Väli ei värskendatud, proovige uuesti', + 'success' => 'Väli värskendati edukalt.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this field?', - 'error' => 'There was an issue deleting the field. Please try again.', - 'success' => 'The field was deleted successfully.', - 'in_use' => 'Field is still in use.', + 'confirm' => 'Kas olete kindel, et soovite kustutada selle välja?', + 'error' => 'Välja jäeti välja küsimus. Palun proovi uuesti.', + 'success' => 'Väli kustutati edukalt.', + 'in_use' => 'Väli on endiselt kasutusel.', ) ), 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset ei ole olemas', 'create' => array( - 'error' => 'Fieldset was not created, please try again.', - 'success' => 'Fieldset created successfully.' + 'error' => 'Fieldset ei loodud, proovige uuesti.', + 'success' => 'Fieldset loodud edukalt.' ), 'update' => array( - 'error' => 'Fieldset was not updated, please try again', - 'success' => 'Fieldset updated successfully.' + 'error' => 'Fieldset ei värskendatud, proovige uuesti', + 'success' => 'Fieldset uuendati edukalt.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this fieldset?', - 'error' => 'There was an issue deleting the fieldset. Please try again.', - 'success' => 'The fieldset was deleted successfully.', - 'in_use' => 'Fieldset is still in use.', + 'confirm' => 'Kas olete kindel, et soovite kustutada selle väljadestiivi?', + 'error' => 'Väljaku seade kustutati. Palun proovi uuesti.', + 'success' => 'Väljatrükk on edukalt kustutatud.', + 'in_use' => 'Fieldset on endiselt kasutusel.', ) ), diff --git a/resources/lang/et/admin/departments/message.php b/resources/lang/et/admin/departments/message.php index d65f4fbb2b..d35ddff313 100644 --- a/resources/lang/et/admin/departments/message.php +++ b/resources/lang/et/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Osakonda ei eksisteeri.', + 'assoc_users' => 'See osakond on praegu seotud vähemalt ühe kasutajaga ja seda ei saa kustutada. Palun uuendage oma kasutajaid, et enam seda osakonda viideteta, ja proovige uuesti.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Osakonda ei loodud, proovige uuesti.', + 'success' => 'Osakond loodi edukalt.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Osakonda ei värskendatud, proovige uuesti', + 'success' => 'Osakond uuendati edukalt.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Kas olete kindel, et soovite selle osakonna kustutada?', + 'error' => 'Osakonna kustutamisel tekkis küsimus. Palun proovi uuesti.', + 'success' => 'Osakond kustutati edukalt.' ) ); diff --git a/resources/lang/et/admin/departments/table.php b/resources/lang/et/admin/departments/table.php index 76494247be..e9565e3925 100644 --- a/resources/lang/et/admin/departments/table.php +++ b/resources/lang/et/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'name' => 'Osakonna nimi', + 'manager' => 'Haldur', + 'location' => 'Asukoht', + 'create' => 'Loo osakond', + 'update' => 'Uuenda osakonda', ); diff --git a/resources/lang/et/admin/depreciations/general.php b/resources/lang/et/admin/depreciations/general.php index 1fca0e2cb7..5ab20d172f 100644 --- a/resources/lang/et/admin/depreciations/general.php +++ b/resources/lang/et/admin/depreciations/general.php @@ -1,12 +1,12 @@ 'About Asset Depreciations', - 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', - 'asset_depreciations' => 'Asset Depreciations', - 'create' => 'Create Depreciation', - 'depreciation_name' => 'Depreciation Name', - 'number_of_months' => 'Number of Months', - 'update' => 'Update Depreciation', + 'about_asset_depreciations' => 'Varade kadumiste kohta', + 'about_depreciations' => 'Võite varade amortisatsiooni seadistada, et varasid amortiseerida lineaarsel kulumil.', + 'asset_depreciations' => 'Varade kahanemine', + 'create' => 'Loo amortisatsioon', + 'depreciation_name' => 'Amortisatsiooni nimi', + 'number_of_months' => 'Kuude arv', + 'update' => 'Kulumi ajakohastamine', ); diff --git a/resources/lang/et/admin/depreciations/message.php b/resources/lang/et/admin/depreciations/message.php index c20e52c13c..e38c009ca0 100644 --- a/resources/lang/et/admin/depreciations/message.php +++ b/resources/lang/et/admin/depreciations/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Depreciation class does not exist.', - 'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ', + 'does_not_exist' => 'Amortisatsiooniklassi ei ole olemas.', + 'assoc_users' => 'See amortisatsioon on praegu seotud ühe või mitme mudeliga ja seda ei saa kustutada. Palun kustutage mudelid ja proovige uuesti kustutada.', 'create' => array( - 'error' => 'Depreciation class was not created, please try again. :(', - 'success' => 'Depreciation class created successfully. :)' + 'error' => 'Amortisatsiooniklassi ei loodud, proovige uuesti. :(', + 'success' => 'Amortisatsiooniklass loodi edukalt. :)' ), 'update' => array( - 'error' => 'Depreciation class was not updated, please try again', - 'success' => 'Depreciation class updated successfully.' + 'error' => 'Amortisatsiooni klassi ei värskendatud, proovige uuesti', + 'success' => 'Amortisatsiooniklass uuendati edukalt.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this depreciation class?', - 'error' => 'There was an issue deleting the depreciation class. Please try again.', - 'success' => 'The depreciation class was deleted successfully.' + 'confirm' => 'Kas olete kindel, et soovite selle amortisatsiooni klassi kustutada?', + 'error' => 'Amortisatsiooniklassi kustutati. Palun proovi uuesti.', + 'success' => 'Amortisatsiooniklass kustutati edukalt.' ) ); diff --git a/resources/lang/et/admin/depreciations/table.php b/resources/lang/et/admin/depreciations/table.php index 5ba01d132c..a296da9db2 100644 --- a/resources/lang/et/admin/depreciations/table.php +++ b/resources/lang/et/admin/depreciations/table.php @@ -3,8 +3,8 @@ return array( 'id' => 'ID', - 'months' => 'Months', - 'term' => 'Term', - 'title' => 'Name ', + 'months' => 'Kuud', + 'term' => 'Tähtaeg', + 'title' => 'Nimi', ); diff --git a/resources/lang/et/admin/hardware/form.php b/resources/lang/et/admin/hardware/form.php index ea6736bbf6..1463461b5b 100644 --- a/resources/lang/et/admin/hardware/form.php +++ b/resources/lang/et/admin/hardware/form.php @@ -4,24 +4,25 @@ return array( 'bulk_delete' => 'Kinnita kahendite hulgi kustutamine', 'bulk_delete_help' => 'Kontrolli alltoodud vahendid hulgi kustutamiseks. Kui oled need kustutanud, võib neid veel taastada, kuid neid ei saa enam seostada kasutajatega, kellega nad hetkel seotud on.', 'bulk_delete_warn' => 'Sa hakkad kustsutama :asset_count vahendit.', - 'bulk_update' => 'Bulk Update Assets', - 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ', - 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.', - 'checkedout_to' => 'Checked Out To', + 'bulk_update' => 'Uuenduste hulgihaldus', + 'bulk_update_help' => 'See vorm võimaldab teil korraga mitme vara värskendada. Täitke ainult väljad, mida tuleb muuta. Kõik tühjad tühikud jäävad muutmata.', + 'bulk_update_warn' => 'Olete muutma vara omaduste omadust: asset_count.', + 'checkedout_to' => 'Välja antud', 'checkout_date' => 'Checkout Date', - 'checkin_date' => 'Checkin Date', - 'checkout_to' => 'Checkout to', + 'checkin_date' => 'Checkin Kuupäev', + 'checkout_to' => 'Checkout kuni', 'cost' => 'Ostuhind', 'create' => 'Loo vahend', 'date' => 'Ostu kuupäev', - 'depreciates_on' => 'Depreciates On', + 'depreciation' => 'Amortisatsioon', + 'depreciates_on' => 'Halvustab sisse', 'default_location' => 'Vaikimisi asukoht', - 'eol_date' => 'EOL Date', - 'eol_rate' => 'EOL Rate', - 'expected_checkin' => 'Expected Checkin Date', + 'eol_date' => 'EOL Kuupäev', + 'eol_rate' => 'EOL määr', + 'expected_checkin' => 'Ootel Checkin Kuupäev', 'expires' => 'Aegub', - 'fully_depreciated' => 'Fully Depreciated', - 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', + 'fully_depreciated' => 'Täielikult amortiseerunud', + 'help_checkout' => 'Kui soovite selle vara koheselt määrata, valige ülaltoodud olekute loendist "Valmis kasutusele võtmine".', 'mac_address' => 'MAC aadress', 'manufacturer' => 'Tootja', 'model' => 'Mudel', @@ -30,12 +31,12 @@ return array( 'notes' => 'Märkmed', 'order' => 'Tellimuse number', 'qr' => 'QR kood', - 'requestable' => 'Users may request this asset', - 'select_statustype' => 'Select Status Type', + 'requestable' => 'Kasutajad võivad seda vara taotleda', + 'select_statustype' => 'Valige oleku tüüp', 'serial' => 'Seerianumber', 'status' => 'Staatus', - 'tag' => 'Asset Tag', - 'update' => 'Asset Update', + 'tag' => 'Varade silt', + 'update' => 'Varade värskendamine', 'warranty' => 'Garantii', 'years' => 'aastat', ) diff --git a/resources/lang/et/admin/hardware/general.php b/resources/lang/et/admin/hardware/general.php index 51fdd99ff5..ed51bb2d09 100644 --- a/resources/lang/et/admin/hardware/general.php +++ b/resources/lang/et/admin/hardware/general.php @@ -2,22 +2,22 @@ return array( 'about_assets_title' => 'Vahenditest', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + 'about_assets_text' => 'Varad on üksused, mida jälgitakse seerianumbri või vara tag. Need kipuvad olema kõrgema väärtusega esemed, kus konkreetse üksuse kindlakstegemine on oluline.', 'archived' => 'Arhiveeritud', 'asset' => 'Vahend', - 'bulk_checkout' => 'Checkout Assets to User', + 'bulk_checkout' => 'Kassa vara kasutajale', 'checkin' => 'Checkin Asset', 'checkout' => 'Checkout Asset', 'clone' => 'Klooni vahend', - 'deployable' => 'Deployable', - 'deleted' => 'This asset has been deleted. Click here to restore it.', + 'deployable' => 'Käivitatav', + 'deleted' => 'See vara on kustutatud. Klõpsake selle taastamiseks klõpsake siia.', 'edit' => 'Muuda vahendit', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', + 'filetype_info' => 'Lubatud failitüübid on png, gif, jpg, jpeg, doc, docx, pdf, txt, zip ja rar.', + 'model_deleted' => 'See varade mudel on kustutatud. Enne varade taastamist peate mudeleid taastada. 123._5_0_321 Klõpsake mudeli taastamiseks siin.', 'requestable' => 'Taodeldav', 'requested' => 'Taotletud', 'restore' => 'Taasta vara', 'pending' => 'Ootel', - 'undeployable' => 'Undeployable', + 'undeployable' => 'Unustamatu', 'view' => 'Vaata vahendit', ); diff --git a/resources/lang/et/admin/hardware/message.php b/resources/lang/et/admin/hardware/message.php index 3f4d46aea1..cc9a12ab86 100644 --- a/resources/lang/et/admin/hardware/message.php +++ b/resources/lang/et/admin/hardware/message.php @@ -2,11 +2,10 @@ return array( - 'undeployable' => 'Warning: This asset has been marked as currently undeployable. - If this status has changed, please update the asset status.', + 'undeployable' => 'Teenindus: See vara on märgitud kui praegu kasutatav. Kui see olek on muutunud, palun värskendage vara olekut.', 'does_not_exist' => 'Vahend puudub.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'does_not_exist_or_not_requestable' => 'Hea katse. Seda vara ei eksisteeri või see ei ole kohustuslik.', + 'assoc_users' => 'Seda vara kontrollitakse kasutajale praegu ja seda ei saa kustutada. Esmalt kontrollige varast ja proovige seejärel uuesti kustutada.', 'create' => array( 'error' => 'Vahendit ei loodud, palun proovi uuesti. :(', @@ -14,69 +13,69 @@ return array( ), 'update' => array( - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'error' => 'Vara ei värskendatud, proovige uuesti', + 'success' => 'Vara värskendati edukalt', + 'nothing_updated' => 'Pole ühtegi välju valitud, nii et midagi ei uuendatud.', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' + 'error' => 'Vara ei taastatud, palun proovi uuesti', + 'success' => 'Varad on edukalt taastatud.' ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Varade auditi ebaõnnestus. Palun proovi uuesti.', + 'success' => 'Varakontrolli sisselogimisel.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Faili pole kustutatud. Palun proovi uuesti.', + 'success' => 'Fail edukalt kustutatud.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Faili (d) pole üles laaditud. Palun proovi uuesti.', + 'success' => 'Fail (id) edukalt üles laaditud.', + 'nofiles' => 'Te ei valinud üleslaadimiseks ühtegi faili või fail, mille üritate üles laadida, on liiga suur', + 'invalidfiles' => 'Üks või mitu teie faili on liiga suured või failitüüp pole lubatud. Lubatud failitüübid on png, gif, jpg, doc, docx, pdf ja txt.', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'Mõned üksused ei impordinud õigesti.', + 'errorDetail' => 'Järgmisi punkte ei imporditud vigade tõttu.', + 'success' => "Teie fail on imporditud", + 'file_delete_success' => "Teie fail on edukalt kustutatud", + 'file_delete_error' => "Faili ei saanud kustutada", ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset?', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', - 'success' => 'The asset was deleted successfully.' + 'confirm' => 'Kas olete kindel, et soovite selle vara kustutada?', + 'error' => 'Viga kustutas. Palun proovi uuesti.', + 'nothing_updated' => 'Varasid ei valitud, nii et midagi ei kustutatud.', + 'success' => 'Varasus kustutati edukalt.' ), '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.', - 'not_available' => 'That asset is not available for checkout!' + 'error' => 'Varasid ei kontrollitud, proovige uuesti', + 'success' => 'Varad võeti edukalt välja.', + 'user_does_not_exist' => 'See kasutaja on kehtetu. Palun proovi uuesti.', + 'not_available' => 'See vara pole kontrollimiseks saadaval!' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'already_checked_in' => 'That asset is already checked in.', + 'error' => 'Vara ei olnud märgitud, palun proovi uuesti', + 'success' => 'Vara on edukalt kontrollitud', + 'user_does_not_exist' => 'See kasutaja on kehtetu. Palun proovi uuesti.', + 'already_checked_in' => 'See vara on juba sisse registreeritud.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'Vara ei taotletud, proovige uuesti', + 'success' => 'Vara taotletud edukalt.', + 'canceled' => 'Checkout taotlus on edukalt tühistatud' ) ); diff --git a/resources/lang/et/admin/hardware/table.php b/resources/lang/et/admin/hardware/table.php index e8baa09d5a..14ef5a1cdb 100644 --- a/resources/lang/et/admin/hardware/table.php +++ b/resources/lang/et/admin/hardware/table.php @@ -2,23 +2,23 @@ return array( - 'asset_tag' => 'Asset Tag', - 'asset_model' => 'Model', - 'book_value' => 'Value', - 'change' => 'In/Out', + 'asset_tag' => 'Varade silt', + 'asset_model' => 'Mudel', + 'book_value' => 'Väärtus', + 'change' => 'Sees väljas', 'checkout_date' => 'Checkout Date', - 'checkoutto' => 'Checked Out', - 'diff' => 'Diff', - 'dl_csv' => 'Download CSV', + 'checkoutto' => 'Väljaostetud', + 'diff' => 'Diferentseeritud', + 'dl_csv' => 'Laadige alla CSV', 'eol' => 'EOL', 'id' => 'ID', - 'location' => 'Location', - 'purchase_cost' => 'Cost', - 'purchase_date' => 'Purchased', - 'serial' => 'Serial', - 'status' => 'Status', - 'title' => 'Asset ', - 'image' => 'Device Image', - 'days_without_acceptance' => 'Days Without Acceptance' + 'location' => 'Asukoht', + 'purchase_cost' => 'Kulud', + 'purchase_date' => 'Ostetud', + 'serial' => 'Seerianumber', + 'status' => 'Olek', + 'title' => 'Vara', + 'image' => 'Seadme pilt', + 'days_without_acceptance' => 'Päeva ilma vastuvõtmiseta' ); diff --git a/resources/lang/et/admin/licenses/form.php b/resources/lang/et/admin/licenses/form.php index f3b854d12c..dd91100962 100644 --- a/resources/lang/et/admin/licenses/form.php +++ b/resources/lang/et/admin/licenses/form.php @@ -9,7 +9,7 @@ return array( 'license_key' => 'Tootevõti', 'maintained' => 'Kasutajatoega', 'name' => 'Tarkvara nimi', - 'no_depreciation' => 'Do Not Depreciate', + 'no_depreciation' => 'Ära lase oma hinge', 'purchase_order' => 'Tellimuse number', 'reassignable' => 'Taas-kasutatav', 'remaining_seats' => 'Kasutamata tööjaamu', @@ -18,5 +18,5 @@ return array( 'to_email' => 'Litsenseeritud e-mailile', 'to_name' => 'Litsenseeritud nimele', 'update' => 'Muuda litsentsi', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' + 'checkout_help' => 'Peate litsentsi kontrollima riistvara vara või isiku jaoks. Võite valida mõlemad, kuid vara omanik peab sobima selle isikuga, kellele vara kontrollitakse.' ); diff --git a/resources/lang/et/admin/licenses/general.php b/resources/lang/et/admin/licenses/general.php index 25a536ec56..c8322c5cbc 100644 --- a/resources/lang/et/admin/licenses/general.php +++ b/resources/lang/et/admin/licenses/general.php @@ -1,21 +1,21 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'about_licenses_title' => 'Litsentside kohta', + 'about_licenses' => 'Litsentse kasutatakse tarkvara jälgimiseks. Neil on kindlaksmääratud arv istekohti, mida saab üksikisikutele kontrollida', 'checkin' => 'Checkin License Seat', - 'checkout_history' => 'Checkout History', - 'checkout' => 'Checkout License Seat', - 'edit' => 'Edit License', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'clone' => 'Clone License', - 'history_for' => 'History for ', - 'in_out' => 'In/Out', - 'info' => 'License Info', - 'license_seats' => 'License Seats', - 'seat' => 'Seat', - 'seats' => 'Seats', - 'software_licenses' => 'Software Licenses', - 'user' => 'User', - 'view' => 'View License', + 'checkout_history' => 'Checkout ajalugu', + 'checkout' => 'Checkout\'i litsentside asukoht', + 'edit' => 'Redigeeri litsentsi', + 'filetype_info' => 'Lubatud failitüübid on png, gif, jpg, jpeg, doc, docx, pdf, txt, zip ja rar.', + 'clone' => 'Klooni litsents', + 'history_for' => 'Ajalugu jaoks', + 'in_out' => 'Sees väljas', + 'info' => 'Litsentsi info', + 'license_seats' => 'Litsentse', + 'seat' => 'Istekoht', + 'seats' => 'Istekohad', + 'software_licenses' => 'Tarkvara litsentsid', + 'user' => 'Kasutaja', + 'view' => 'Vaadake litsentsi', ); diff --git a/resources/lang/et/admin/licenses/message.php b/resources/lang/et/admin/licenses/message.php index d5dbfe77b9..1911ec3730 100644 --- a/resources/lang/et/admin/licenses/message.php +++ b/resources/lang/et/admin/licenses/message.php @@ -2,49 +2,50 @@ return array( - 'does_not_exist' => 'License does not exist.', - 'user_does_not_exist' => 'User does not exist.', - 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', - 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'does_not_exist' => 'Luba pole olemas.', + 'user_does_not_exist' => 'Kasutajat ei eksisteeri.', + 'asset_does_not_exist' => 'Vara, mida proovite selle litsentsiga siduda, ei ole olemas.', + 'owner_doesnt_match_asset' => 'Vara, mida proovite selle litsentsiga siduda, kuulub somene-le, välja arvatud rippmenüüs määratud isik.', + 'assoc_users' => 'See litsents on kasutaja jaoks praegu välja jäetud ja seda ei saa kustutada. Kontrollige kõigepealt litsentsi ja seejärel proovige uuesti kustutada.', + 'select_asset_or_person' => 'Peate valima vara või kasutaja, kuid mitte mõlemad.', 'create' => array( - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.' + 'error' => 'Litsentsi ei loodud, proovige uuesti.', + 'success' => 'Litsents on edukalt loodud.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Faili pole kustutatud. Palun proovi uuesti.', + 'success' => 'Fail edukalt kustutatud.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'error' => 'Faili (d) pole üles laaditud. Palun proovi uuesti.', + 'success' => 'Fail (id) edukalt üles laaditud.', + 'nofiles' => 'Te ei valinud üleslaadimiseks ühtegi faili või fail, mille üritate üles laadida, on liiga suur', + 'invalidfiles' => 'Üks või mitu teie faili on liiga suured või failitüüp pole lubatud. Lubatud failitüübid on png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml ja lic.', ), 'update' => array( - 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.' + 'error' => 'Litsentsi ei värskendatud, proovige uuesti', + 'success' => 'Litsents värskendati edukalt.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this license?', - 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.' + 'confirm' => 'Kas olete kindel, et soovite selle litsentsi kustutada?', + 'error' => 'Litsentsi kustutati. Palun proovi uuesti.', + 'success' => 'Litsents kustutati edukalt.' ), 'checkout' => array( - 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully' + 'error' => 'Litsentsi kontrollides oli küsimus. Palun proovi uuesti.', + 'success' => 'Litsents oli edukalt välja võetud' ), 'checkin' => array( - 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully' + 'error' => 'Litsentsis kontrolliti probleemi. Palun proovi uuesti.', + 'success' => 'Litsents märgiti edukalt' ), ); diff --git a/resources/lang/et/admin/licenses/table.php b/resources/lang/et/admin/licenses/table.php index dfce4136cb..6d45f29899 100644 --- a/resources/lang/et/admin/licenses/table.php +++ b/resources/lang/et/admin/licenses/table.php @@ -2,16 +2,16 @@ return array( - 'assigned_to' => 'Assigned To', - 'checkout' => 'In/Out', + 'assigned_to' => 'Määratud', + 'checkout' => 'Sees väljas', 'id' => 'ID', - 'license_email' => 'License Email', - 'license_name' => 'Licensed To', - 'purchase_date' => 'Purchase Date', - 'purchased' => 'Purchased', - 'seats' => 'Seats', - 'hardware' => 'Hardware', - 'serial' => 'Serial', - 'title' => 'License', + 'license_email' => 'Litsentsi e-post', + 'license_name' => 'Litsentseeritud', + 'purchase_date' => 'Ostu kuupäev', + 'purchased' => 'Ostetud', + 'seats' => 'Istekohad', + 'hardware' => 'Riistvara', + 'serial' => 'Seerianumber', + 'title' => 'Litsents', ); diff --git a/resources/lang/et/admin/locations/table.php b/resources/lang/et/admin/locations/table.php index 6384b37268..a1474f6e4a 100644 --- a/resources/lang/et/admin/locations/table.php +++ b/resources/lang/et/admin/locations/table.php @@ -4,7 +4,7 @@ return array( 'about_locations_title' => 'Asukohtadest', 'about_locations' => 'Asukohti kasutatakse selleks, et jälgida kasutajate, vahendite ja muude asjade liikumist', 'assets_rtd' => 'Vahendid', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', + 'assets_checkedout' => 'Assigneeritud varad', 'id' => 'ID', 'city' => 'Linn', 'state' => 'Maakond', diff --git a/resources/lang/et/admin/models/message.php b/resources/lang/et/admin/models/message.php index 8353b67097..f8b713de32 100644 --- a/resources/lang/et/admin/models/message.php +++ b/resources/lang/et/admin/models/message.php @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Pole ühtegi välju muudetud, mistõttu ei uuendatud midagi.', + 'success' => 'Mudelid on uuendatud.' ), ); diff --git a/resources/lang/et/admin/reports/general.php b/resources/lang/et/admin/reports/general.php index b03b97546f..3837e95181 100644 --- a/resources/lang/et/admin/reports/general.php +++ b/resources/lang/et/admin/reports/general.php @@ -1,5 +1,5 @@ 'Select the options you want for your asset report.' + 'info' => 'Valige oma varade aruandele vajalikud valikud.' ); diff --git a/resources/lang/et/admin/reports/message.php b/resources/lang/et/admin/reports/message.php index d4c8f8198f..2b38dab4f1 100644 --- a/resources/lang/et/admin/reports/message.php +++ b/resources/lang/et/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.' + 'error' => 'Peate valima vähemalt ühe variandi.' ); diff --git a/resources/lang/et/admin/settings/general.php b/resources/lang/et/admin/settings/general.php index 73fd052a58..eff4e145ab 100644 --- a/resources/lang/et/admin/settings/general.php +++ b/resources/lang/et/admin/settings/general.php @@ -2,147 +2,149 @@ 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', - 'alert_email' => 'Send alerts to', - 'alerts_enabled' => 'Alerts Enabled', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', - 'asset_ids' => 'Asset IDs', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', - 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', - 'backups' => 'Backups', - 'barcode_settings' => 'Barcode Settings', - 'confirm_purge' => 'Confirm Purge', - 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', - 'custom_css' => 'Custom CSS', - 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', - 'default_currency' => 'Default Currency', - 'default_eula_text' => 'Default EULA', - 'default_language' => 'Default Language', - 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', - 'display_asset_name' => 'Display Asset Name', - 'display_checkout_date' => 'Display Checkout Date', - 'display_eol' => 'Display EOL in table view', - 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', - 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', - 'eula_settings' => 'EULA Settings', - 'eula_markdown' => 'This EULA allows Github flavored markdown.', - 'general_settings' => 'General Settings', - 'generate_backup' => 'Generate Backup', - 'header_color' => 'Header Color', - 'info' => 'These settings let you customize certain aspects of your installation.', - 'laravel' => 'Laravel Version', - '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', + 'ad_domain' => 'Active Directory domeen', + 'ad_domain_help' => 'See on mõnikord sama kui teie e-posti domeen, kuid mitte alati.', + 'is_ad' => 'See on Active Directory server', + 'alert_email' => 'Saada hoiatusi', + 'alerts_enabled' => 'Hoiatused on lubatud', + 'alert_interval' => 'Aegumatu häiretaseme künnis (päevades)', + 'alert_inv_threshold' => 'Inventari hoiatuslävi', + 'asset_ids' => 'Varade ID-d', + 'audit_interval' => 'Auditi intervall', + 'audit_interval_help' => 'Kui teil on kohustus kontrollida oma vara füüsiliselt, sisestage intervall kuude kaupa.', + 'audit_warning_days' => 'Auditi hoiatuslävi', + 'audit_warning_days_help' => 'Kui mitu päeva ette peaksime hoiatama, kui vara on auditeerimiseks ette nähtud?', + 'auto_increment_assets' => 'Loo automaatselt kasvavad vara ID-d', + 'auto_increment_prefix' => 'Eesliide (valikuline)', + 'auto_incrementing_help' => 'Enne automaatse suurendamise varade ID-de määramist kõigepealt määrake see', + 'backups' => 'Varukoopiad', + 'barcode_settings' => 'Triipkoodide seadistused', + 'confirm_purge' => 'Kinnitage puhastamine', + 'confirm_purge_help' => 'Kustutatavate dokumentide puhastamiseks sisestage allpool olevasse kasti tekst "DELETE". Seda toimingut ei saa tagasi võtta.', + 'custom_css' => 'Kohandatud CSS', + 'custom_css_help' => 'Sisestage kõik kohandatud CSS-i muudatused, mida soovite kasutada. Ärge lisage silte <style></style>.', + 'default_currency' => 'Valuuta vaikimisi', + 'default_eula_text' => 'EULA vaikimisi', + 'default_language' => 'Vaikimisi keel', + 'default_eula_help_text' => 'Võite ka kohandatud EULA-sid siduda kindlate varakategooriatega.', + 'display_asset_name' => 'Kuvatava vara nimi', + 'display_checkout_date' => 'Display Checkout Kuupäev', + 'display_eol' => 'Kuva EOL tabeli vaates', + 'display_qr' => 'Kuva ruudukoodid', + 'display_alt_barcode' => 'Kuvage 1D vöötkood', + 'barcode_type' => '2D-triipkoodi tüüp', + 'alt_barcode_type' => '1D-vöötkoodi tüüp', + 'eula_settings' => 'EULA seaded', + 'eula_markdown' => 'EULA võimaldab Githubi maitsestatud hinnalisa.', + 'general_settings' => 'üldised seaded', + 'generate_backup' => 'Loo varundamine', + 'header_color' => 'Päise värv', + 'info' => 'Need sätted võimaldavad teil kohandada oma installi teatud aspekte.', + 'laravel' => 'Laraveli versioon', + 'ldap_enabled' => 'LDAP on lubatud', + 'ldap_integration' => 'LDAP-i integreerimine', + 'ldap_settings' => 'LDAP seaded', + 'ldap_server' => 'LDAP server', + 'ldap_server_help' => 'See peaks algama ldap: // (krüpteerimata või TLS-i puhul) või ldaps: // (SSL-i puhul)', + 'ldap_server_cert' => 'LDAP SSL-sertifikaadi valideerimine', + 'ldap_server_cert_ignore' => 'Lubage kehtetu SSL-sertifikaat', + 'ldap_server_cert_help' => 'Märkige see ruut, kui kasutate ennastkasutatud SSL-i sertifikaati ja soovite nõustuda sobiva SSL-sertifikaadiga.', + 'ldap_tls' => 'Kasutage TLS-i', + 'ldap_tls_help' => 'Seda tuleks kontrollida ainult siis, kui kasutate oma LDAP-serveris STARTTLS-i.', + 'ldap_uname' => 'LDAP Bind\'i kasutajanimi', + 'ldap_pword' => 'LDAP bind parool', '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', - '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.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'ldap_filter' => 'LDAP-filter', + 'ldap_pw_sync' => 'LDAP paroolide sünkroonimine', + 'ldap_pw_sync_help' => 'Tühjendage see ruut, kui te ei soovi LDAP paroole sünkroonida kohalike paroolidega. Selle keelamine tähendab, et teie kasutajad ei pruugi siseneda, kui teie LDAP-server mingil põhjusel pole saavutatav.', + 'ldap_username_field' => 'Kasutajanimi väli', + 'ldap_lname_field' => 'Perekonnanimi', + 'ldap_fname_field' => 'LDAP eesnimi', + 'ldap_auth_filter_query' => 'LDAP-i autentimise päring', + 'ldap_version' => 'LDAP versioon', + 'ldap_active_flag' => 'LDAP aktiivne lipp', + 'ldap_emp_num' => 'LDAPi töötaja number', + 'ldap_email' => 'LDAP-e-post', + 'load_remote_text' => 'Remote skriptid', + 'load_remote_help_text' => 'See Snipe-IT-i install võib laadida skripte välisest maailmast.', + 'login_note' => 'Logi sisse Märkus', + 'login_note_help' => 'Soovi korral lisage oma sisselogimisekraanile mõni lause, näiteks selleks, et aidata inimesi, kes on leidnud kadunud või varastatud seadme. See väli võtab vastu Github maitsestatud markdown', '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', - 'optional' => 'optional', - 'per_page' => 'Results Per Page', - 'php' => 'PHP Version', - 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', - 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', - 'qr_help' => 'Enable QR Codes first to set this', - 'qr_text' => 'QR Code Text', - 'setting' => 'Setting', - 'settings' => 'Settings', - 'site_name' => 'Site Name', - 'slack_botname' => 'Slack Botname', + 'full_multiple_companies_support_help_text' => 'Kasutajate (sh administraatorite) piiramine, mis on määratud firmadele ettevõtte varadele.', + 'full_multiple_companies_support_text' => 'Terve mitu ettevõtete toetust', + 'optional' => 'vabatahtlik', + 'per_page' => 'Tulemused lehel', + 'php' => 'PHP versioon', + 'php_gd_info' => 'Peate installima php-gd, et kuvada QR-koode, vt installijuhiseid.', + 'php_gd_warning' => 'PHP pilditöötlust ja GD pluginat ei ole installitud.', + 'pwd_secure_complexity' => 'Parool keerukus', + 'pwd_secure_complexity_help' => 'Valige mis parooli keerukuse reeglid soovite jõustada.', + 'pwd_secure_min' => 'Parool miinimummärke', + 'pwd_secure_min_help' => 'Minimaalne lubatud väärtus on 5', + 'pwd_secure_uncommon' => 'Vältida tavapäraseid paroole', + 'pwd_secure_uncommon_help' => 'See keelab kasutajatel kasutada tavapäraseid paroole 10 000 paroole, mis on teatatud rikkumistest.', + 'qr_help' => 'Luba QR-koodid esmalt selle seadistamiseks', + 'qr_text' => 'QR-koodi tekst', + 'setting' => 'Seadistus', + 'settings' => 'Seaded', + 'site_name' => 'Saidi nimi', + 'slack_botname' => 'Vähene botname', 'slack_channel' => 'Slack Channel', - 'slack_endpoint' => 'Slack Endpoint', + 'slack_endpoint' => 'Slack Lõpp-punkt', 'slack_integration' => 'Slack Settings', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', - 'snipe_version' => 'Snipe-IT version', - 'system' => 'System Information', - 'update' => 'Update Settings', - 'value' => 'Value', + 'slack_integration_help' => 'Lühike integreerimine on valikuline, kuid lõpp-punkt ja kanal on vajalikud, kui soovite seda kasutada. Lõpetamise integratsiooni seadistamiseks peate esmalt looma sissetuleva veebihooaja oma Slacki kontol.', + 'snipe_version' => 'Snipe-IT versioon', + 'system' => 'Süsteemi informatsioon', + 'update' => 'Värskenda seaded', + 'value' => 'Väärtus', '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)', - 'next_auto_tag_base' => 'Next auto-increment', - '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', + 'about_settings_title' => 'Seadistuste kohta', + 'about_settings_text' => 'Need sätted võimaldavad teil kohandada oma installi teatud aspekte.', + 'labels_per_page' => 'Sildid lehel', + 'label_dimensions' => 'Märgise mõõtmed (tollid)', + 'next_auto_tag_base' => 'Järgmine automaatne juurdekasv', + 'page_padding' => 'Lehe marginaalid (tollid)', + 'purge' => 'Puhasta kustutatud dokumendid', + 'labels_display_bgutter' => 'Sildi alumine veekraan', + 'labels_display_sgutter' => 'Märgise külgrauad', + 'labels_fontsize' => 'Sildi suuruse font', + 'labels_pagewidth' => 'Märgistri laius', + 'labels_pageheight' => 'Märgistuste lehe kõrgus', + 'label_gutters' => 'Märgise vahe (tollides)', + 'page_dimensions' => 'Lehe mõõtmed (tolli kohta)', + 'label_fields' => 'Märgistage nähtavaid välju', + 'inches' => 'tolli', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Link Snipe-IT-ile meilides', + 'show_url_in_emails_help_text' => 'Tühjendage see ruut, kui te ei soovi teie e-posti jalustisse naasta Snipe-IT-i installatsioonile. Kasulik, kui enamik teie kasutajaid kunagi ei logi sisse.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', - 'top' => 'top', - 'bottom' => 'bottom', - 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'thumbnail_max_h' => 'Maksimaalne pisipildi kõrgus', + 'thumbnail_max_h_help' => 'Pikilehtede maksimaalne kõrgus võib pisipilte lugeda loendi vaates. Min 25, max 500.', + 'two_factor' => 'Kaks teguri autentimist', + 'two_factor_secret' => 'Kahe faktori kood', + 'two_factor_enrollment' => 'Kahe faktori registreerimine', + 'two_factor_enabled_text' => 'Luba kaks tegurit', + 'two_factor_reset' => 'Lähtesta kahefaktori saladus', + 'two_factor_reset_help' => 'See sunnib kasutajat uuesti oma seadet Google Authenticatoriga registreerima. See võib olla kasulik, kui nende praegu registreeritav seade on kadunud või varastatud.', + 'two_factor_reset_success' => 'Kahe faktori seade on edukalt lähtestatud', + 'two_factor_reset_error' => 'Kaks tegurit seadete lähtestamine nurjus', + 'two_factor_enabled_warning' => 'Kaheteguri lubamine, kui see pole praegu lubatud, viib teid otsekohe Google Auth-seadmesse autentimiseks. Teil on võimalus oma seadet registreeruda, kui seda praegu ei ole.', + 'two_factor_enabled_help' => 'See lülitab kaheteguri autentimise abil Google Authenticatori.', + 'two_factor_optional' => 'Valikuline (Kasutajad saavad lubada või keelata)', + 'two_factor_required' => 'Nõutav kõigile kasutajatele', + 'two_factor_disabled' => 'Keelatud', + 'two_factor_enter_code' => 'Sisestage kahe faktori kood', + 'two_factor_config_complete' => 'Esita koodeks', + 'two_factor_enabled_edit_not_allowed' => 'Teie administraator ei luba seda sätet muuta.', + 'two_factor_enrollment_text' => "Vaja on kahte tegurit, kuid teie seadet ei ole veel registreeritud. Avage oma Google Authenticatori rakendus ja skannige oma seadme registreerimiseks allolevat QR-koodi. Kui olete oma seadme sisestanud, sisestage allolev kood", + 'require_accept_signature' => 'Nõuda allkirja', + 'require_accept_signature_help_text' => 'Selle funktsiooni lubamine nõuab, et kasutajad võtaksid vara füüsiliselt alla.', + 'left' => 'lahkus', + 'right' => 'õige', + 'top' => 'üleval', + 'bottom' => 'põhja', + 'vertical' => 'vertikaalne', + 'horizontal' => 'horisontaalne', + 'zerofill_count' => 'Varasiltide, sealhulgas zerofilli pikkus', ); diff --git a/resources/lang/et/admin/settings/message.php b/resources/lang/et/admin/settings/message.php index 736d5c3e9e..9a0e3c4843 100644 --- a/resources/lang/et/admin/settings/message.php +++ b/resources/lang/et/admin/settings/message.php @@ -4,19 +4,19 @@ return array( 'update' => array( - 'error' => 'An error has occurred while updating. ', - 'success' => 'Settings updated successfully.' + 'error' => 'Uuendamise ajal on ilmnenud viga.', + 'success' => 'Seaded uuendati edukalt.' ), 'backup' => array( - 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', - 'file_deleted' => 'The backup file was successfully deleted. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'delete_confirm' => 'Kas olete kindel, et soovite varundamisfaili kustutada? Seda toimingut ei saa tagasi võtta.', + 'file_deleted' => 'Varundusfail kustutati edukalt.', + 'generated' => 'Uus varundamisfail loodi edukalt.', + 'file_not_found' => 'Seda varundamisfaili ei leitud serverist.', ), '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' => 'Puhastamise ajal on tekkinud viga.', + 'validation_failed' => 'Teie puhta kinnitus on vale. Palun sisestage kinnituskastes sõna "DELETE".', + 'success' => 'Kustutatud andmed on edukalt puhastatud.' ), ); diff --git a/resources/lang/et/admin/statuslabels/message.php b/resources/lang/et/admin/statuslabels/message.php index 619a5a509c..f46c5421e5 100644 --- a/resources/lang/et/admin/statuslabels/message.php +++ b/resources/lang/et/admin/statuslabels/message.php @@ -2,24 +2,31 @@ 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' => 'Olekumärki pole olemas.', + 'assoc_assets' => 'See olekuala märgis on praegu seotud vähemalt ühe varaga ja seda ei saa kustutada. Palun uuendage oma vara, et seda olekut enam mitte näidata, ja proovige uuesti.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'Olekumärki ei loodud, proovige uuesti.', + 'success' => 'Olekuriba loodud edukalt.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'Oleku märgist ei värskendatud, proovige uuesti', + 'success' => 'Oleku märgis uuendati edukalt.' ), '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' => 'Kas olete kindel, et soovite selle oleku märgendi kustutada?', + 'error' => 'Staatuse märgi kustutamisel tekkis probleem. Palun proovi uuesti.', + 'success' => 'Staatuse märgis kustutati edukalt.' + ), + + 'help' => array( + 'undeployable' => 'Neid varasid ei saa kellelegi anda.', + 'deployable' => 'Neid varasid saab kontrollida. Kui need on määratud, eeldatakse, et nad on meta-olekuga kasutatud.', + 'archived' => 'Neid varasid ei saa kontrollida ja need kuvatakse ainult arhiivitud vaates. See on kasulik, kui säilitada teavet varade kohta eelarve koostamiseks / ajalooliste eesmärkide saavutamiseks, kuid hoida neid igapäevase varade loendist välja.', + 'pending' => 'Neid varasid ei saa veel kellelegi määrata, neid kasutatakse sageli esemete puhul, mis remonti vajavad, kuid eeldatavalt ringlusse.', + ), ); diff --git a/resources/lang/et/admin/statuslabels/table.php b/resources/lang/et/admin/statuslabels/table.php index 4e7723c744..9435aac3fd 100644 --- a/resources/lang/et/admin/statuslabels/table.php +++ b/resources/lang/et/admin/statuslabels/table.php @@ -5,13 +5,13 @@ return array( 'archived' => 'Arhiveeritud', 'create' => 'Uus staatuse silt', 'color' => 'Joonise värv', - '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.', + 'deployable' => 'Käivitatav', + 'info' => 'Olekuteemeid kasutatakse erinevate seisundite kirjeldamiseks, millised on teie varad. Need võivad olla remondi-, kaotatud / varastatud jne jaoks. Saate luua uusi olekuteid, mida saab kasutada käimasolevatel, ootel ja arhiveeritud varadel.', 'name' => 'Saatuse nimi', 'pending' => 'Ootel', 'status_type' => 'Saatuse tüüp', 'show_in_nav' => 'Näita külgmenüüs', 'title' => 'Staatuse sildid', - 'undeployable' => 'Undeployable', + 'undeployable' => 'Unustamatu', 'update' => 'Uuenda staatuse silti', ); diff --git a/resources/lang/et/admin/users/general.php b/resources/lang/et/admin/users/general.php index 934b27e422..70d4c0ca42 100644 --- a/resources/lang/et/admin/users/general.php +++ b/resources/lang/et/admin/users/general.php @@ -13,13 +13,13 @@ return array( 'filetype_info' => 'Lubatud failitüübid on png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, ja rar.', 'history_user' => 'Kasutaja :name ajalugu', 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => 'Nende taastamiseks klõpsake siin.', 'last_login' => 'Viimane sisselogimine', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', + 'ldap_config_text' => 'LDAP-i konfiguratsiooniseadeid saab leida Admin> Seaded. (Valikuline) valitud asukoht määratakse kõigi imporditud kasutajate jaoks.', 'software_user' => 'Kasutaja :name valdusesse antud tarkvara', 'view_user' => 'Vaata kasutajat :name', 'usercsv' => 'CSV fail', 'two_factor_admin_optin_help' => 'Sinu praegused admin seaded lubavad kahe-astmelist autantimis jõustada valikulselt. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_enrolled' => '2FA-seade on registreeritud', 'two_factor_active' => '2FA aktiivne ', ); diff --git a/resources/lang/et/admin/users/message.php b/resources/lang/et/admin/users/message.php index b48a8fb6c7..2e53e9fb97 100644 --- a/resources/lang/et/admin/users/message.php +++ b/resources/lang/et/admin/users/message.php @@ -11,7 +11,7 @@ return array( 'user_password_required' => 'Parooli väli on kohustuslik.', 'insufficient_permissions' => 'Ebapiisavad õigused.', 'user_deleted_warning' => 'See kasutaja on kustutatud. Et kasutajat muuta või talle uusi vahendeid anda, pead ta esmalt taastama.', - 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'ldap_not_configured' => 'LDAP-i integreerimine pole selle installi jaoks konfigureeritud.', 'success' => array( @@ -22,7 +22,7 @@ return array( 'ban' => 'Kasutaja bännimine õnnestus.', 'unban' => 'Kasutaja de-bännimine õnnestus.', 'suspend' => 'Kasutaja ajutine peatamine õnnestus.', - 'unsuspend' => 'User was successfully unsuspended.', + 'unsuspend' => 'Kasutaja oli ebaõnnestunud.', 'restored' => 'Kasutaja taastamine õnnestus.', 'import' => 'Kasutajate importimine õnnestus.', ), @@ -31,17 +31,17 @@ return array( 'create' => 'Kasutaja loomisel tekkis probleem. Palun proovi uuesti.', 'update' => 'Kasutaja uuendamisel tekkis probleem. Palun proovi uuesti.', 'delete' => 'Kasutaja kustutamisel tekkis probleem. Palun proovi uuesti.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', - 'unsuspend' => 'There was an issue unsuspending the user. Please try again.', + 'delete_has_assets' => 'Sellel kasutajal on elemendid määratud ja neid ei saanud kustutada.', + 'unsuspend' => 'Kasutaja pole probleemi lahendanud. Palun proovi uuesti.', 'import' => 'Kasutajate importimisel tekkis probleem. Palun proovi uuesti.', 'asset_already_accepted' => 'See vahend on juba vastu võetud.', - 'accept_or_decline' => 'You must either accept or decline this asset.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'accept_or_decline' => 'Te peate selle vara kas aktsepteerima või loobuma.', + 'incorrect_user_accepted' => 'Varasemat vara, mille olete proovinud aktsepteerida, ei olnud teie jaoks kontrollitud.', + 'ldap_could_not_connect' => 'LDAP-serveriga ei õnnestunud ühendust luua. Palun kontrollige oma LDAP-i serveri konfiguratsiooni LDAP-i konfiguratsioonifailis.
Viga LDAP serverist:', + 'ldap_could_not_bind' => 'LDAP-serverit ei saa siduda. Palun kontrollige oma LDAP-i serveri konfiguratsiooni LDAP-i konfiguratsioonifailis.
Viga LDAP serverist:', + 'ldap_could_not_search' => 'LDAP-serverit ei õnnestunud otsida. Palun kontrollige oma LDAP-i serveri konfiguratsiooni LDAP-i konfiguratsioonifailis.
Viga LDAP serverist:', + 'ldap_could_not_get_entries' => 'LDAP-serverisse tehtud sissekandeid ei saanud. Palun kontrollige oma LDAP-i serveri konfiguratsiooni LDAP-i konfiguratsioonifailis.
Viga LDAP serverist:', + 'password_ldap' => 'Selle konto parooli haldab LDAP / Active Directory. Parooli muutmiseks võtke ühendust oma IT-osakonnaga.', ), 'deletefile' => array( diff --git a/resources/lang/et/admin/users/table.php b/resources/lang/et/admin/users/table.php index 0b283bc7d8..7cd3f0a5db 100644 --- a/resources/lang/et/admin/users/table.php +++ b/resources/lang/et/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Asukoht', 'lock_passwords' => 'Selles installatsioonis ei sa sisselogimise infot muuta.', 'manager' => 'Juht', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Hallatavad asukohad', 'name' => 'Nimi', 'notes' => 'Märkmed', 'password_confirm' => 'Kinnita parool', @@ -28,11 +28,11 @@ return array( 'show_current' => 'Näita praegusi kasutajaid', 'show_deleted' => 'Näita kustutatud kasutajaid', 'title' => 'Pealkiri', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => 'neid taastada.', 'updateuser' => 'Uuenda kasutajat', 'username' => 'Kasutajanimi', 'user_deleted_text' => 'See kasutaja on märgitud kustutatuks.', - 'username_note' => '(This is used for Active Directory binding only, not for login.)', + 'username_note' => '(Seda kasutatakse ainult Active Directory sidumisel, mitte sisselogimiseks.)', 'cloneuser' => 'Klooni kasutaja', 'viewusers' => 'Vaata kasutajaid', ); diff --git a/resources/lang/et/auth/general.php b/resources/lang/et/auth/general.php index df86433daa..1cb42e4751 100644 --- a/resources/lang/et/auth/general.php +++ b/resources/lang/et/auth/general.php @@ -2,7 +2,7 @@ return [ 'send_password_link' => 'Saada parooli taastamise link', - 'email_reset_password' => 'Email Password Reset', + 'email_reset_password' => 'E-posti parool lähtesta', 'reset_password' => 'Taasta parool', 'login' => 'Logi sisse', 'login_prompt' => 'Palun logi sisse', diff --git a/resources/lang/et/auth/message.php b/resources/lang/et/auth/message.php index bebf9cdd48..5d93a509b8 100644 --- a/resources/lang/et/auth/message.php +++ b/resources/lang/et/auth/message.php @@ -2,36 +2,36 @@ return array( - 'account_already_exists' => 'An account with the this email already exists.', - 'account_not_found' => 'The username or password is incorrect.', - 'account_not_activated' => 'This user account is not activated.', - 'account_suspended' => 'This user account is suspended.', - 'account_banned' => 'This user account is banned.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'account_already_exists' => 'Selle e-posti aadress on juba olemas.', + 'account_not_found' => 'Kasutajanimi või parool on vale.', + 'account_not_activated' => 'See kasutajakonto pole aktiveeritud.', + 'account_suspended' => 'See kasutajakonto on peatatud.', + 'account_banned' => 'See kasutajakonto on keelatud.', + 'throttle' => 'Liiga palju ebaõnnestunud sisselogimise katsed. Proovige uuesti umbes: minut minutit (minutites).', 'signin' => array( - 'error' => 'There was a problem while trying to log you in, please try again.', - 'success' => 'You have successfully logged in.', + 'error' => 'Kui proovisite sisse logida, ilmnes probleem, proovige uuesti.', + 'success' => 'Sa oled edukalt sisse loginud.', ), 'signup' => array( - 'error' => 'There was a problem while trying to create your account, please try again.', - 'success' => 'Account sucessfully created.', + 'error' => 'Konto loomise proovimisel tekkis probleem, proovige uuesti.', + 'success' => 'Konto edukalt loodud.', ), 'forgot-password' => array( - 'error' => 'There was a problem while trying to get a reset password code, please try again.', - 'success' => 'Password recovery email successfully sent.', + 'error' => 'Uuesti parooli koodi proovimisel proovige uuesti proovida.', + 'success' => 'Parooli taastamise e-posti aadress edukalt saadetud.', ), 'forgot-password-confirm' => array( - 'error' => 'There was a problem while trying to reset your password, please try again.', - 'success' => 'Your password has been successfully reset.', + 'error' => 'Parooli lähtestamise ajal ilmnes probleem, proovige uuesti.', + 'success' => 'Teie parool on edukalt lähtestatud.', ), 'activate' => array( - 'error' => 'There was a problem while trying to activate your account, please try again.', - 'success' => 'Your account has been successfully activated.', + 'error' => 'Konto aktiveerimisega proovimisel tekkis probleem, proovige uuesti.', + 'success' => 'Teie konto on edukalt aktiveeritud.', ), ); diff --git a/resources/lang/et/button.php b/resources/lang/et/button.php index eb2ee9d621..0aad44914b 100644 --- a/resources/lang/et/button.php +++ b/resources/lang/et/button.php @@ -4,7 +4,7 @@ return array( 'actions' => 'Tegevused', 'add' => 'Lisa uus', 'cancel' => 'Loobu', - 'checkin_and_delete' => 'Checkin & Delete User', + 'checkin_and_delete' => 'Checkin & Kustuta kasutaja', 'delete' => 'Kustuta', 'edit' => 'Muuda', 'restore' => 'Taasta', diff --git a/resources/lang/et/general.php b/resources/lang/et/general.php index ab683f3259..dcbae6e569 100644 --- a/resources/lang/et/general.php +++ b/resources/lang/et/general.php @@ -9,33 +9,34 @@ 'activity_report' => 'Tegevuste aruanne', 'address' => 'Aadress', 'admin' => 'Admin', - 'add_seats' => 'Added seats', + 'add_seats' => 'Lisatud istekohad', 'all_assets' => 'Kõik vahendid', 'all' => 'Kõik', 'archived' => 'Arhiveeritud', 'asset_models' => 'Mudelid', + 'asset_model' => 'Mudel', 'asset' => 'Vahend', 'asset_report' => 'Vahendite aruanne', - 'asset_tag' => 'Asset Tag', - 'assets_available' => 'assets available', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'asset_tag' => 'Varade silt', + 'assets_available' => 'varad saadaval', + 'audit' => 'Auditeerimine', + 'audit_report' => 'Auditilogi', 'assets' => 'Vahendid', 'avatar_delete' => 'Kustuta profiilipilt', 'avatar_upload' => 'Lae profiilipilt', 'back' => 'Tagasi', - 'bad_data' => 'Nothing found. Maybe bad data?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bad_data' => 'Ei leitud midagi. Võib-olla on halbu andmeid?', + 'bulkaudit' => 'Mahuaudit', + 'bulkaudit_status' => 'Auditi staatus', 'bulk_checkout' => 'Bulk Checkout', 'cancel' => 'Loobu', 'categories' => 'Kategooriad', 'category' => 'Kategooria', - 'change' => 'In/Out', + 'change' => 'Sees väljas', 'changeemail' => 'Muuda oma emaili aadress', 'changepassword' => 'Muuda parool', 'checkin' => 'Checkin', - 'checkin_from' => 'Checkin from', + 'checkin_from' => 'Checkin alates', 'checkout' => 'Checkout', 'city' => 'Linn', 'click_here' => 'Kliki siia', @@ -44,57 +45,57 @@ 'component' => 'Komponent', 'components' => 'Komponendid', 'complete' => 'Tehtud', - 'consumable' => 'Consumable', - 'consumables' => 'Consumables', + 'consumable' => 'Kulutatav', + 'consumables' => 'Kulumaterjalid', 'country' => 'Riik', 'create' => 'Loo uus', - 'created' => 'Item Created', - 'created_asset' => 'created asset', + 'created' => 'Üksus on loodud', + 'created_asset' => 'loodud vara', 'created_at' => 'Loodud', 'updated_at' => 'Viimati muudetud', 'currency' => '$', // this is deprecated 'current' => 'Praegune', - 'custom_report' => 'Custom Asset Report', + 'custom_report' => 'Kohandatud varade aruanne', 'dashboard' => 'Töölaud', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'päeva', + 'days_to_next_audit' => 'Päevad järgmise auditi juurde', 'date' => 'Kuupäev', 'debug_warning' => 'Hoiatus!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'debug_warning_text' => 'See rakendus töötab tootmisrežiimis, kus silumisvõimalused on lubatud. See võib avaldada tundlikke andmeid, kui teie rakendus on välismaailmale juurdepääsetav. Keela debugrežiim, määrates APP_DEBUG väärtuse oma .env failis false.', 'delete' => 'Kustuta', 'deleted' => 'Kustutatud', - 'delete_seats' => 'Deleted Seats', - 'departments' => 'Departments', - 'department' => 'Department', - 'deployed' => 'Deployed', - 'depreciation_report' => 'Depreciation Report', + 'delete_seats' => 'Kustutatud istmed', + 'departments' => 'Osakonnad', + 'department' => 'Osakond', + 'deployed' => 'Kasutusele võetud', + 'depreciation_report' => 'Amortisatsiooniaruanne', 'download' => 'Lae alla', - 'depreciation' => 'Depreciation', - 'editprofile' => 'Edit Your Profile', + 'depreciation' => 'Amortisatsioon', + 'editprofile' => 'Muuda oma profiili', 'eol' => 'EOL', - 'email_domain' => 'Email Domain', + 'email_domain' => 'E-posti domeen', 'email_format' => 'E-maili formaat', - '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_help' => 'Seda kasutatakse importimisel e-posti aadresside loomiseks', + 'filastname_format' => 'Esimene esmane perekonnanimi (jsmith@example.com)', + 'firstname_lastname_format' => 'Eesnimi eesnimi (jane.smith@example.com)', 'first' => 'Esimene', 'first_name' => 'Eesnimi', 'first_name_format' => 'Eesnimi (jane@example.com)', 'file_name' => 'Fail', - 'file_uploads' => 'File Uploads', + 'file_uploads' => 'Faili üleslaadimine', 'generate' => 'Genereeri', 'groups' => 'Grupid', 'gravatar_email' => 'Gravatari e-maili aadress', 'history' => 'Ajalugu', - 'history_for' => 'History for', + 'history_for' => 'Ajalugu jaoks', 'id' => 'ID', 'image_delete' => 'Kustuta pilt', 'image_upload' => 'Laadi pilt üles', 'import' => 'Impordi', 'import-history' => 'Impordi ajalugu', - 'asset_maintenance' => 'Asset Maintenance', - 'asset_maintenance_report' => 'Asset Maintenance Report', - 'asset_maintenances' => 'Asset Maintenances', + 'asset_maintenance' => 'Varade hooldus', + 'asset_maintenance_report' => 'Varade hooldusaruanne', + 'asset_maintenances' => 'Vara säilimine', 'item' => 'Kirje', 'insufficient_permissions' => 'Ei ole piisavalt õigusi!', 'language' => 'Keel', @@ -107,33 +108,33 @@ 'licenses' => 'Litsentsid', 'list_all' => 'Kuva kõik', 'loading' => 'Laadin', - 'lock_passwords' => 'This field cannot be edited in this installation.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'lock_passwords' => 'Seda välja ei saa selles installis muuta.', + 'feature_disabled' => 'See funktsioon on demo installimisel keelatud.', 'location' => 'Asukoht', 'locations' => 'Asukohad', 'logout' => 'Logi välja', - 'lookup_by_tag' => 'Lookup by Asset Tag', + 'lookup_by_tag' => 'Varatüübi järgi otsimine', 'manufacturer' => 'Tootja', 'manufacturers' => 'Tootjad', - 'markdown' => 'This field allows Github flavored markdown.', + 'markdown' => 'See väli lubab Githubi maitsestatud markdown.', 'min_amt' => 'Min. kogus', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', + 'min_amt_help' => 'Enne hoiatuste sisselülitamist peaks see olema võimalikult vähe.', 'model_no' => 'Mudeli nr.', 'months' => 'kuud', 'moreinfo' => 'Lisainfo', 'name' => 'Nimi', 'next' => 'Järgmine', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Järgmine auditi kuupäev', + 'last_audit' => 'Viimane audit', 'new' => 'uus!', - 'no_depreciation' => 'No Depreciation', - 'no_results' => 'No Results.', + 'no_depreciation' => 'Amortisatsioon puudub', + 'no_results' => 'Tulemused puuduvad.', 'no' => 'Ei', 'notes' => 'Märkmed', 'order_number' => 'Tellimuse number', - 'page_menu' => 'Showing _MENU_ items', - 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', - 'pending' => 'Pending', + 'page_menu' => 'Näitab _MENU_ üksusi', + 'pagination_info' => 'Näitab _START_ kuni _END_ _TOTAL_ üksust', + 'pending' => 'Ootel', 'people' => 'Inimesed', 'per_page' => 'Tulemusi lehe kohta', 'previous' => 'Eelmine', @@ -143,24 +144,24 @@ 'purchase_date' => 'Ostu kuupäev', 'qty' => 'Hulk', 'quantity' => 'Hulk', - 'ready_to_deploy' => 'Ready to Deploy', - 'recent_activity' => 'Recent Activity', - 'remove_company' => 'Remove Company Association', + 'ready_to_deploy' => 'Kasutamine valmis', + 'recent_activity' => 'Viimane tegevus', + 'remove_company' => 'Eemalda ettevõtteühing', 'reports' => 'Aruanded', - 'requested' => 'Requested', - 'request_canceled' => 'Request Canceled', + 'requested' => 'Taotletud', + 'request_canceled' => 'Taotlus tühistati', 'save' => 'Salvesta', 'select' => 'Vali', 'search' => 'Otsi', 'select_category' => 'Vali kategooria', - 'select_department' => 'Select a Department', - 'select_depreciation' => 'Select a Depreciation Type', + 'select_department' => 'Valige osakond', + 'select_depreciation' => 'Vali amortisatsioonitüüp', 'select_location' => 'Vali asukoht', 'select_manufacturer' => 'Vali tootja', 'select_model' => 'Vali mudel', - 'select_supplier' => 'Select a Supplier', + 'select_supplier' => 'Valige tarnija', 'select_user' => 'Vali kasutaja', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => 'Valige kuupäev (AAAA-KK-DD)', 'select_statuslabel' => 'Vali staatus', 'select_company' => 'Vali ettevõte', 'select_asset' => 'Vali vahend', @@ -170,35 +171,35 @@ 'some_features_disabled' => 'DEMOVERSIOON: Selles installatsioonis mõned funktsioonid ei tööta.', 'site_name' => 'Saidi nimi', 'state' => 'Maakond', - 'status_labels' => 'Status Labels', + 'status_labels' => 'Oleku sildid', 'status' => 'Staatus', - 'supplier' => 'Supplier', - 'suppliers' => 'Suppliers', - 'sure_to_delete' => 'Are you sure you wish to delete', + 'supplier' => 'Tarnija', + 'suppliers' => 'Tarnijad', + 'sure_to_delete' => 'Kas olete kindel, et soovite kustutada', 'submit' => 'Kinnita', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', + 'target' => 'Sihtimine', + 'time_and_date_display' => 'Kellaaja ja kuupäeva kuvamine', 'total_assets' => 'vahendeid kokku', 'total_licenses' => 'litsentse kokku', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', + 'total_accessories' => 'kogu tarvikud', + 'total_consumables' => 'kogu tarbekaubad', 'type' => 'Tüüp', - 'undeployable' => 'Un-deployable', + 'undeployable' => 'Unableployable', 'unknown_admin' => 'Tundmatu Admin', 'username_format' => 'Kasutajanime formaat', 'update' => 'Uuenda', 'uploaded' => 'Üles laetud', 'user' => 'Kasutaja', - 'accepted' => 'accepted', + 'accepted' => 'aktsepteeritud', 'declined' => 'tagasi lükatud', - 'unaccepted_asset_report' => 'Unaccepted Assets', + 'unaccepted_asset_report' => 'Mitteaktsepteeritud varad', 'users' => 'Kasutajad', - 'viewassets' => 'View Assigned Assets', + 'viewassets' => 'Vaadake määratud varasid', 'website' => 'Koduleht', 'welcome' => 'Tere tulemast, :name', 'years' => 'aastat', 'yes' => 'Jah', 'zip' => 'Postiindeks', - 'noimage' => 'No image uploaded or image not found.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'noimage' => 'Pilti pole üles laaditud või pilti ei leitud.', + 'token_expired' => 'Teie vormi seanss on aegunud. Palun proovi uuesti.', ]; diff --git a/resources/lang/et/mail.php b/resources/lang/et/mail.php index d721aa8108..111fc72ea1 100644 --- a/resources/lang/et/mail.php +++ b/resources/lang/et/mail.php @@ -1,70 +1,67 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', + 'a_user_canceled' => 'Kasutaja on veebisaidil tühistanud üksuse taotluse', + 'a_user_requested' => 'Kasutaja on taotlenud üksuse veebisaidil', + 'accessory_name' => 'Lisaseade Nimi:', + 'additional_notes' => 'Lisamärkmed:', + 'admin_has_created' => 'Administraator on loonud konto teile: veebisaidil.', 'asset' => 'Vahend:', 'asset_name' => 'Vahendi nimi:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', + 'asset_requested' => 'Vara nõutud', + 'asset_tag' => 'Vara silt:', + 'assets_warrantee_expiring' => '{1} garantii vara, mille kehtivusaeg lõpeb järgmise 60 päeva jooksul. | [2, Inf] tagatistega vara, mille kehtivusaeg lõpeb järgmise 60 päeva jooksul.', + 'assigned_to' => 'Määratud', + 'best_regards' => 'Parimate soovidega,', 'canceled' => 'Tühistatud:', 'checkin_date' => 'Checkin Date:', 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', + 'click_to_confirm' => 'Kinnitamiseks klõpsake järgmisel lingil: veebikonto:', + 'click_on_the_link_accessory' => 'Klõpsake allosas oleval lingil, et kinnitada, et olete lisaseadme kätte saanud.', + 'click_on_the_link_asset' => 'Klõpsake allosas oleval lingil, et kinnitada, et olete vara vastu võtnud.', + 'Confirm_Asset_Checkin' => 'Kinnitage varakommentaar.', + 'Confirm_Accessory_Checkin' => 'Kinnitage lisavarustuse märk.', + 'Confirm_accessory_delivery' => 'Kinnitage tarvikute kohaletoimetamine.', + 'Confirm_asset_delivery' => 'Kinnitage varade üleandmist.', + 'Confirm_consumable_delivery' => 'Kinnitage tarvitatav tarne.', + 'current_QTY' => 'Praegune QTY', 'Days' => 'Päeva', 'days' => 'Päeva', - 'expecting_checkin_date' => 'Expected Checkin Date:', + 'expecting_checkin_date' => 'Ootel Checkin Kuupäev:', 'expires' => 'Aegub', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', + 'Expiring_Assets_Report' => 'Aeguvate varade aruanne.', + 'Expiring_Licenses_Report' => 'Aeguvad litsentside aruanne.', 'hello' => 'Tere', 'hi' => 'Tere', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', + 'i_have_read' => 'Olen lugenud ja nõustun kasutustingimustega ja saanud selle kirje.', 'item' => 'Kirje:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', + 'items_below_minimum' => '{1} objekt, mis on minimaalse inventuuri all või on varsti väike. | [2, Inf] objektid, mis on minimaalse inventuuri all või varsti väikesed.', + 'Item_Request_Canceled' => 'Üksuse taotlus tühistatud', + 'Item_Requested' => 'Taotletud üksus', + 'licenses_expiring' => '{1} litsents lõpeb järgmise 60 päeva jooksul. | [2, Inf] litsentsid lõpevad järgmise 60 päeva jooksul.', + 'link_to_update_password' => 'Klienditeenuse uuendamiseks klõpsake järgmisel lingil:', + 'login_first_admin' => 'Logige oma uude Snipe-IT-seadmesse sisse, kasutades allpool toodud mandaate.', 'login' => 'Logi sisse:', - 'Low_Inventory_Report' => 'Low Inventory Report', + 'Low_Inventory_Report' => 'Madal inventuuriaruanne', 'min_QTY' => 'Min QTY', 'name' => 'Nimi', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', + 'new_item_checked' => 'Uue elemendi on teie nime all kontrollitud, üksikasjad on allpool.', 'password' => 'Parool:', 'password_reset' => 'Parooli taastamine', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', + 'read_the_terms' => 'Palun lugege allpool toodud kasutustingimused.', + 'read_the_terms_and_click' => 'Palun lugege allpool toodud kasutustingimused ja klõpsake alloleval lingil, et kinnitada, et lugesite ja nõustute kasutustingimustega ning olete vara saanud.', + 'requested' => 'Taotletud:', + 'reset_link' => 'Teie salasõna lähtestamise link', + 'reset_password' => 'Parooli lähtestamiseks klõpsake siin:', + 'serial' => 'Seerianumber:', + 'supplier' => 'Tarnija', + 'tag' => 'Silt', + 'test_email' => 'Test Snipe-IT-i e-posti teel', + 'test_mail_text' => 'See on Snipe-IT-i varahaldussüsteemi test. Kui sul on see, töötab post. :)', + 'the_following_item' => 'Järgmine element on kontrollitud:', + 'There_are' => '{1} Seal on | [2, Inf] On olemas', + 'to_reset' => 'Selleks, et lähtestada oma: veebiparool, täitke see vorm:', 'type' => 'Tüüp', 'user' => 'Kasutaja:', 'username' => 'Kasutajanimi:', diff --git a/resources/lang/et/validation.php b/resources/lang/et/validation.php index 02cb1fa981..683cc42c20 100644 --- a/resources/lang/et/validation.php +++ b/resources/lang/et/validation.php @@ -13,80 +13,80 @@ return array( | */ - 'accepted' => 'The :attribute must be accepted.', - 'active_url' => 'The :attribute is not a valid URL.', - 'after' => 'The :attribute must be a date after :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', - 'alpha' => 'The :attribute may only contain letters.', - 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', - 'alpha_num' => 'The :attribute may only contain letters and numbers.', - 'array' => 'The :attribute must be an array.', - 'before' => 'The :attribute must be a date before :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'accepted' => 'Atribuut peab olema aktsepteeritav.', + 'active_url' => 'Atribuut: ei ole kehtiv URL.', + 'after' => 'Atribuut peab olema kuupäev pärast: kuupäev.', + 'after_or_equal' => 'Atribuut peab olema kuupäev või kuupäev: kuupäev.', + 'alpha' => 'Atribuut: võib sisaldada ainult tähti.', + 'alpha_dash' => 'Atribuut: võib sisaldada ainult tähte, numbreid ja kriipsu.', + 'alpha_num' => 'Atribuut: võib sisaldada ainult tähti ja numbreid.', + 'array' => 'Atribuut peab olema massiiv.', + 'before' => 'Atribuut peab olema kuupäev: kuupäev.', + 'before_or_equal' => 'Atribuut peab olema kuupäev või kuupäev: kuupäev.', 'between' => [ - 'numeric' => 'The :attribute must be between :min and :max.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', - 'string' => 'The :attribute must be between :min and :max characters.', - 'array' => 'The :attribute must have between :min and :max items.', + 'numeric' => 'Atribuut peab olema vahemikus min ja max max.', + 'file' => 'Atribuut peab olema vahemikus min ja max kilobaitides.', + 'string' => 'Atribuut peab olema vahemikus min: max tähemärki.', + 'array' => 'Atribuut peab olema vahemikus: min ja max max.', ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', - 'date' => 'The :attribute is not a valid date.', - 'date_format' => 'The :attribute does not match the format :format.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'email' => 'The :attribute must be a valid email address.', - 'exists' => 'The selected :attribute is invalid.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', - 'image' => 'The :attribute must be an image.', - 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'boolean' => 'Atribuudiväljadele peab olema tõene või vale.', + 'confirmed' => 'Atribuudi kinnitus ei sobi.', + 'date' => 'Atribuut: ei ole kehtiv kuupäev.', + 'date_format' => 'Atribuut: ei vasta vormingule: vorming.', + 'different' => 'Atribuut: and: teine ​​peab olema erinev.', + 'digits' => 'Atribuut peab olema: numbrite numbrid.', + 'digits_between' => 'Atribuut peab olema vahemikus min ja max max.', + 'dimensions' => 'Atribuudil on vale kujutise mõõtmed.', + 'distinct' => 'Atribuudiväljal on duplikaadi väärtus.', + 'email' => 'Atribuut peab olema kehtiv e-posti aadress.', + 'exists' => 'Valitud atribuut on kehtetu.', + 'file' => 'Atribuut peab olema fail.', + 'filled' => 'Atribuudiväljal peab olema väärtus.', + 'image' => 'Atribuut peab olema pilt.', + 'in' => 'Valitud atribuut on kehtetu.', + 'in_array' => 'Atribuudiväljal pole olemas: muud.', + 'integer' => 'Atribuut peab olema täisarv.', + 'ip' => 'Atribuut peab olema kehtiv IP-aadress.', + 'ipv4' => 'Atribuut peab olema kehtiv IPv4 aadress.', + 'ipv6' => 'Atribuut peab olema kehtiv IPv6 aadress.', + 'json' => 'Atribuut peab olema kehtiv JSON-string.', 'max' => [ - 'numeric' => 'The :attribute may not be greater than :max.', - 'file' => 'The :attribute may not be greater than :max kilobytes.', - 'string' => 'The :attribute may not be greater than :max characters.', - 'array' => 'The :attribute may not have more than :max items.', + 'numeric' => 'Atribuut: ei tohi olla suurem kui: maks.', + 'file' => 'Atribuut: ei tohi olla suurem kui: max kilobaiti.', + 'string' => 'Atribuut: ei tohi olla suurem kui: max tähemärki.', + 'array' => 'Atribuut: ei tohi sisaldada rohkem kui: max elemente.', ], - 'mimes' => 'The :attribute must be a file of type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimes' => 'Atribuut peab olema faili tüüp:: values.', + 'mimetypes' => 'Atribuut peab olema faili tüüp:: values.', 'min' => [ - 'numeric' => 'The :attribute must be at least :min.', - 'file' => 'The :attribute must be at least :min kilobytes.', - 'string' => 'The :attribute must be at least :min characters.', - 'array' => 'The :attribute must have at least :min items.', + 'numeric' => 'Atribuut peab olema vähemalt: min.', + 'file' => 'Atribuut peab olema vähemalt: min kilobaiti.', + 'string' => 'Atribuut peab olema vähemalt: min tähemärki.', + 'array' => 'Atribuudil peab olema vähemalt: min kirjeid.', ], - 'not_in' => 'The selected :attribute is invalid.', - 'numeric' => 'The :attribute must be a number.', - 'present' => 'The :attribute field must be present.', - 'regex' => 'The :attribute format is invalid.', - 'required' => 'The :attribute field is required.', - 'required_if' => 'The :attribute field is required when :other is :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', - 'required_with' => 'The :attribute field is required when :values is present.', - 'required_with_all' => 'The :attribute field is required when :values is present.', - 'required_without' => 'The :attribute field is required when :values is not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', - 'same' => 'The :attribute and :other must match.', + 'not_in' => 'Valitud atribuut on kehtetu.', + 'numeric' => 'Atribuut peab olema number.', + 'present' => 'Atribuudiväli peab olema kohal.', + 'regex' => 'Atribuudivorming on vale.', + 'required' => 'Atribuudiväljandus on kohustuslik.', + 'required_if' => 'Atribuudiväljastus on vajalik, kui: muu on: väärtus.', + 'required_unless' => 'Atribuudiväljandus on vajalik, välja arvatud juhul, kui: muu on: väärtused.', + 'required_with' => 'Atribuudiväljund on vajalik, kui: väärtused on olemas.', + 'required_with_all' => 'Atribuudiväljund on vajalik, kui: väärtused on olemas.', + 'required_without' => 'Atribuudiväljund on vajalik, kui: väärtusi ei leidu.', + 'required_without_all' => 'Atribuudiväljund on vajalik, kui ükski: väärtusest pole olemas.', + 'same' => 'Atribuut:: ja teine ​​peab vastama.', 'size' => [ - 'numeric' => 'The :attribute must be :size.', - 'file' => 'The :attribute must be :size kilobytes.', - 'string' => 'The :attribute must be :size characters.', - 'array' => 'The :attribute must contain :size items.', + 'numeric' => 'Atribuut peab olema: suurus.', + 'file' => 'Atribuut peab olema: suurus kilobaitides.', + 'string' => 'Atribuut peab olema: suuruse tähtedega.', + 'array' => 'Atribuut peab sisaldama: suuruse elemente.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', - 'unique' => 'The :attribute has already been taken.', - 'uploaded' => 'The :attribute failed to upload.', - 'url' => 'The :attribute format is invalid.', + 'string' => 'Atribuut peab olema string.', + 'timezone' => 'Atribuut peab olema kehtiv tsoon.', + 'unique' => 'Atribuut: on juba võetud.', + 'uploaded' => 'Atribuut ei õnnestunud üles laadida.', + 'url' => 'Atribuudivorming on vale.', /* |-------------------------------------------------------------------------- @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Atribuudi väli sisaldab märk, mis pole lubatud.", + "email_array" => "Üks või mitu e-posti aadressi on kehtetu.", + "hashed_pass" => "Teie praegune parool on vale", + 'dumbpwd' => 'See parool on liiga levinud.', + "statuslabel_type" => "Peate valima kehtiva olekutüübi tüübi", + "unique_undeleted" => "Atribuut peab olema ainulaadne.", ], /* diff --git a/resources/lang/fa/admin/asset_maintenances/message.php b/resources/lang/fa/admin/asset_maintenances/message.php index fd5863fd01..3bd1fed08a 100644 --- a/resources/lang/fa/admin/asset_maintenances/message.php +++ b/resources/lang/fa/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'نگهدارنده دارایی با موفقیت ایجاد شد.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'تعمیر و نگهداری دارایی ویرایش نشد، لطفا دوباره امتحان کنید', + 'success' => 'تعمیر و نگهداری دارایی با موفقیت ویرایش شد' ], 'asset_maintenance_incomplete' => 'هنوز تکمیل نشده', 'warranty' => 'ضمانت', diff --git a/resources/lang/fa/admin/asset_maintenances/table.php b/resources/lang/fa/admin/asset_maintenances/table.php index 41eade81bf..87c598dd69 100644 --- a/resources/lang/fa/admin/asset_maintenances/table.php +++ b/resources/lang/fa/admin/asset_maintenances/table.php @@ -2,7 +2,7 @@ return [ 'title' => 'نگهداشت دارایی', - 'asset_name' => 'Asset Name', + 'asset_name' => 'نام دارایی', 'is_warranty' => 'ضمانت', 'dl_csv' => 'دانلود CSV' ]; diff --git a/resources/lang/fa/admin/categories/general.php b/resources/lang/fa/admin/categories/general.php index 6285478068..3ef7cc070c 100644 --- a/resources/lang/fa/admin/categories/general.php +++ b/resources/lang/fa/admin/categories/general.php @@ -1,8 +1,8 @@ 'About Categories', - 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', + 'about_categories_title' => 'درباره گروهها', + 'about_categories' => 'دستهها به شما کمک می کنند که موارد خود را سازماندهی کنید. بعضی از دسته های مثال ممکن است "Desktops"، "Laptops"، " تلفنهای موبایل"، "Tablets" و غیره باشد، اما شما می توانید از هر نوع دسته ای استفاده کنید که برای شما مناسب است.', 'asset_categories' => 'دسته بندی های دارایی', 'category_name' => 'نام دسته بندی', 'checkin_email' => 'ارسال ایمیل به کاربر', @@ -11,7 +11,7 @@ return array( 'edit' => 'ویرایش دسته‌ بندی', 'eula_text' => 'دسته بندی EULA', 'eula_text_help' => 'این فید به امکان این را میدهد که EULA های خود را با توجه به دارایی سفارشی سازی کنید. اگر شما فقط یک EULA برای تمام دارایی خود دارید،میتوانید گزینه زیر را فعال کنید تا از پیشفرض اولیه استفاده کنید.', - 'name' => 'Category Name', + 'name' => 'نام دسته', 'require_acceptance' => 'نیاز به کاربرانی جهت تایید پذیرش دارایی ها در این دسته بندی.', 'required_acceptance' => 'این کاربر با یک لینک به پذیرش این مورد تایید فرستاده می شود.', 'required_eula' => 'به این کاربر کپی EULA فرستاده می شود', diff --git a/resources/lang/fa/admin/companies/general.php b/resources/lang/fa/admin/companies/general.php index 62f531c383..91cf182855 100644 --- a/resources/lang/fa/admin/companies/general.php +++ b/resources/lang/fa/admin/companies/general.php @@ -1,6 +1,6 @@ 'About Companies', - 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', + 'about_companies_title' => 'درباره شرکت ها', + 'about_companies_text' => 'شرکت ها را می توان به عنوان یک فیلد شناسه ساده استفاده کرد یا می تواند برای محدود کردن دیدگاه دارایی ها، کاربران و غیره مورد استفاده قرار گیرد اگر پشتیبانی کامل شرکت در تنظیمات مدیریت شما فعال باشد.', 'select_company' => 'انتخاب شرکت', ]; diff --git a/resources/lang/fa/admin/consumables/general.php b/resources/lang/fa/admin/consumables/general.php index 58a53c9b30..71ba41d7de 100644 --- a/resources/lang/fa/admin/consumables/general.php +++ b/resources/lang/fa/admin/consumables/general.php @@ -3,7 +3,7 @@ return array( 'about_consumables_title' => 'درباره مواد مصرفی', 'about_consumables_text' => 'مواد مصرفی هر چیزی خریداری خواهد شد که تا در طول زمان استفاده می شود. به عنوان مثال، جوهر چاپگر کاغذ دستگاه کپی.', - 'checkout' => 'Checkout Consumable to User', + 'checkout' => 'پرداخت هزینه قابل مصرف به کاربر', 'consumable_name' => 'نام های مصرفی', 'create' => 'ایجاد مواد مصرفی', 'item_no' => 'شماره مورد ', diff --git a/resources/lang/fa/admin/custom_fields/general.php b/resources/lang/fa/admin/custom_fields/general.php index fc70c25e7e..06c644b16b 100644 --- a/resources/lang/fa/admin/custom_fields/general.php +++ b/resources/lang/fa/admin/custom_fields/general.php @@ -5,17 +5,17 @@ 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.', - 'encrypted' => 'Encrypted', + 'custom_format' => 'قالب سفارشی ...', + 'encrypt_field' => 'مقدار این فیلد را در پایگاه داده رمزگذاری کنید', + 'encrypt_field_help' => 'هشدار: رمزگذاری یک فیلد باعث می شود آن را جستجو نکنید.', + 'encrypted' => 'رمزگذاری شده', '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_values' => 'ارزشهای میدان', + 'field_values_help' => 'گزینه های انتخابی را اضافه کنید، در هر خط. خطوط خالی به غیر از خط اول نادیده گرفته می شوند.', 'field_element' => 'ایجاد یک عنصر', 'field_element_short' => 'عنصر', 'field_format' => 'شکل دادن', @@ -26,5 +26,5 @@ return array( 'order' => 'سفارش', 'create_fieldset' => 'تنظیمات فیلد جدید', 'create_field' => 'فیلد سفارشی جدید', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'value_encrypted' => 'ارزش این فیلد در پایگاه داده رمزگذاری شده است. فقط کاربران مدیریت قادر به مشاهده مقدار رمزگشایی خواهند شد', ); diff --git a/resources/lang/fa/admin/custom_fields/message.php b/resources/lang/fa/admin/custom_fields/message.php index 64873d5766..043d4a4224 100644 --- a/resources/lang/fa/admin/custom_fields/message.php +++ b/resources/lang/fa/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset وجود ندارد', 'create' => array( 'error' => 'تنظیمات فیلد ایجاد نشده است، لطفا دوباره تلاش کنید.', diff --git a/resources/lang/fa/admin/departments/message.php b/resources/lang/fa/admin/departments/message.php index d65f4fbb2b..9978e55c02 100644 --- a/resources/lang/fa/admin/departments/message.php +++ b/resources/lang/fa/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'اداره وجود ندارد', + 'assoc_users' => 'این بخش در حال حاضر حداقل با یک کاربر مرتبط است و نمی تواند حذف شود. لطفا کاربران خود را به دیگران مراجعه کنید و دوباره امتحان کنید.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'وزارت ایجاد نشد، لطفا دوباره امتحان کنید', + 'success' => 'گروه با موفقیت ساخت' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'وزارت به روز نشده است، لطفا دوباره امتحان کنید', + 'success' => 'بخش با موفقیت به روز شد' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'آیا مطمئن هستید که می خواهید این بخش را حذف کنید؟', + 'error' => 'یک مسئله حذف بخش وجود داشت. لطفا دوباره تلاش کنید.', + 'success' => 'بخش با موفقیت حذف شد.' ) ); diff --git a/resources/lang/fa/admin/departments/table.php b/resources/lang/fa/admin/departments/table.php index 76494247be..0a117388e5 100644 --- a/resources/lang/fa/admin/departments/table.php +++ b/resources/lang/fa/admin/departments/table.php @@ -2,10 +2,10 @@ return array( - 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'id' => 'شناسه', + 'name' => 'اسم دپارتمان', + 'manager' => 'مدیر', + 'location' => 'محل', + 'create' => 'ایجاد گروه', + 'update' => 'به روز رسانی گروه', ); diff --git a/resources/lang/fa/admin/depreciations/general.php b/resources/lang/fa/admin/depreciations/general.php index 6a286ca981..56c390e709 100644 --- a/resources/lang/fa/admin/depreciations/general.php +++ b/resources/lang/fa/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'درباره ی استهلاک دارایی', 'about_depreciations' => 'شما می توانید استهلاک دارایی را فعال کنید تا دارایی ها را بر اساس استهلاک خطی مستقیم، کم بهاء کنید.', 'asset_depreciations' => 'استهلاک دارایی', - 'create' => 'Create Depreciation', + 'create' => 'ایجاد استهلاک', 'depreciation_name' => 'نام استهلاک', 'number_of_months' => 'تعداد ماه ها', - 'update' => 'Update Depreciation', + 'update' => 'کمبود به روزرسانی', ); diff --git a/resources/lang/fa/admin/groups/titles.php b/resources/lang/fa/admin/groups/titles.php index b8273f93d7..95931ccb9b 100644 --- a/resources/lang/fa/admin/groups/titles.php +++ b/resources/lang/fa/admin/groups/titles.php @@ -1,11 +1,11 @@ 'About Groups', - 'about_groups' => 'Groups are used to generalize user permissions.', + 'about_groups_title' => 'درباره گروه ها', + 'about_groups' => 'گروه ها برای تعمیم مجوز کاربر استفاده می شوند.', 'group_management' => 'مدیریت گروه', - 'create' => 'Create New Group', - 'update' => 'Edit Group', + 'create' => 'ایجاد گروه جدید', + 'update' => 'ویرایش گروه', 'group_name' => 'نام گروه', 'group_admin' => 'مدیر گروه', 'allow' => 'اجازه می دهد', diff --git a/resources/lang/fa/admin/hardware/form.php b/resources/lang/fa/admin/hardware/form.php index 17a94c6dfd..ca67b07fb2 100644 --- a/resources/lang/fa/admin/hardware/form.php +++ b/resources/lang/fa/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confirm Bulk Delete Assets', + 'bulk_delete' => 'تأیید دارایی های حذف فله', 'bulk_delete_help' => 'بررسی دارایی برای حذف فله زیر کلیک کنید. به محض حذف این دارایی ها را می توان ترمیم کرد، اما ان ها دیگر قابل دسترسی با یوزر های دیگر نیستند.', 'bulk_delete_warn' => 'شما در حال حذف: دارایی های تعداد دارایی.', 'bulk_update' => 'به روز رسانی دارایی های فله', @@ -21,6 +21,7 @@ return array( ', 'date' => 'تاریخ خرید ', + 'depreciation' => 'استهلاک', 'depreciates_on' => 'مستهلک کردن ', 'default_location' => ' پیش فرض محل سکونت diff --git a/resources/lang/fa/admin/hardware/general.php b/resources/lang/fa/admin/hardware/general.php index bd262581bd..79cbffc276 100644 --- a/resources/lang/fa/admin/hardware/general.php +++ b/resources/lang/fa/admin/hardware/general.php @@ -1,13 +1,13 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + 'about_assets_title' => 'درباره دارایی ها', + 'about_assets_text' => 'دارایی ها مواردی هستند که توسط شماره سریال یا برچسب دارایی دنبال می شوند. آنها تمایل دارند که مقادیر ارزش بیشتری داشته باشند که در آن شناسایی یک مورد خاص موردنیاز باشد.', 'archived' => 'بایگانی شد', 'asset' => 'دارایی', - 'bulk_checkout' => 'Checkout Assets to User', + 'bulk_checkout' => 'دارایی های پرداخت به کاربر', 'checkin' => 'دارایی checkin', - 'checkout' => 'Checkout Asset', + 'checkout' => 'دارایی پرداخت', 'clone' => 'دارایی شگرف', 'deployable' => 'گسترش', 'deleted' => 'این دارایی حذف شده است. اینجا به بازگرداندن آن کلیک کنید .', @@ -15,7 +15,7 @@ return array( 'filetype_info' => 'انواع فایل های مجاز عبارتند از PNG، GIF، JPG، JPEG، DOC، DOCX، PDF، TXT، ZIP و RAR.', 'model_deleted' => 'این مدل دارایی حذف شده است. شما باید مدل بازگرداندن قبل از شما می توانید دارایی بازگرداندن کنید.
برای بازگرداندن مدل را اینجا را کلیک کنید.', 'requestable' => 'در خواست شد', - 'requested' => 'Requested', + 'requested' => 'درخواست شده', 'restore' => 'بازیابی دارایی', 'pending' => 'در انتظار', 'undeployable' => 'غیرقابل گسترش', diff --git a/resources/lang/fa/admin/hardware/message.php b/resources/lang/fa/admin/hardware/message.php index 716d1ad124..a31d9ad625 100644 --- a/resources/lang/fa/admin/hardware/message.php +++ b/resources/lang/fa/admin/hardware/message.php @@ -24,8 +24,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'ممیزی دارایی ناموفق بود. لطفا دوباره تلاش کنید.', + 'success' => 'حسابرسی املاک با موفقیت وارد شد' ), @@ -42,18 +42,18 @@ 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", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'بعضی از موارد به درستی وارد نشدند.', + 'errorDetail' => 'موارد زیر به علت خطا وارد نشده است.', + 'success' => "فایل شما وارد شده است", + 'file_delete_success' => "فایل شما با موفقیت حذف شده است", + 'file_delete_error' => "فایل قابل حذف نشد", ), 'delete' => array( 'confirm' => 'آیا شما مطمئن هستید که می خواهید این تنظیمات دارایی را حذف کنید؟', 'error' => 'اشکال در حذف دارایی.لطفا دوباره تلاش کنید.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => 'هیچ دارایی انتخاب نشده بود، بنابراین هیچ چیز حذف نشد.', 'success' => 'دارایی با موفقیت حذف شد.' ), @@ -61,7 +61,7 @@ return array( 'error' => 'دارایی در بررسی نیست، لطفا دوباره امتحان کنید', 'success' => 'دارایی را بررسی کنید موفقیت.', 'user_does_not_exist' => 'کاربر نامعتبر است لطفا دوباره امتحان کنید.', - 'not_available' => 'That asset is not available for checkout!' + 'not_available' => 'این دارایی برای پرداخت در دسترس نیست!' ), 'checkin' => array( @@ -75,7 +75,7 @@ return array( 'requests' => array( 'error' => 'دارایی شد درخواست نمی کند، لطفا دوباره امتحان کنید', 'success' => 'دارایی موفقیت درخواست شده است.', - 'canceled' => 'Checkout request successfully canceled' + 'canceled' => 'درخواست پرداخت با موفقیت لغو شد' ) ); diff --git a/resources/lang/fa/admin/licenses/form.php b/resources/lang/fa/admin/licenses/form.php index cec47e81a0..2b23cc5c52 100644 --- a/resources/lang/fa/admin/licenses/form.php +++ b/resources/lang/fa/admin/licenses/form.php @@ -7,7 +7,7 @@ return array( 'create' => 'ایجاد مجوز ', 'expiration' => 'تاریخ انقضا', - 'license_key' => 'Product Key', + 'license_key' => 'کلید محصول', 'maintained' => 'نگهداری', 'name' => 'نام نرم افزار ', diff --git a/resources/lang/fa/admin/licenses/general.php b/resources/lang/fa/admin/licenses/general.php index b265654c6c..d404a47f95 100644 --- a/resources/lang/fa/admin/licenses/general.php +++ b/resources/lang/fa/admin/licenses/general.php @@ -1,8 +1,8 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'about_licenses_title' => 'درباره مجوزها', + 'about_licenses' => 'مجوز برای پیگیری نرم افزار استفاده می شود. آنها دارای تعداد مشخصی از صندلی هایی هستند که می توانند به افراد منتقل شوند', 'checkin' => 'بررسی صندلی مجوز', 'checkout_history' => 'تاریخچه پرداخت', 'checkout' => 'صندلی مجوز پرداخت', diff --git a/resources/lang/fa/admin/licenses/message.php b/resources/lang/fa/admin/licenses/message.php index 5ef385c20c..a7fb67b748 100644 --- a/resources/lang/fa/admin/licenses/message.php +++ b/resources/lang/fa/admin/licenses/message.php @@ -8,6 +8,7 @@ return array( 'owner_doesnt_match_asset' => 'دارایی شما در حال تلاش برای ارتباط با این مجوز توسط کسی غیر از فرد در اختصاص داده شده به انتخاب کرکره متعلق به. ', 'assoc_users' => 'این مجوز در حال حاضر به یک کاربر چک کردن و پاک نمی شود. لطفا مجوز در اولین بار چک کنید، و سپس سعی کنید دوباره حذف کنید.', + 'select_asset_or_person' => 'شما باید دارایی یا یک کاربر را انتخاب کنید، اما نه هر دو.', 'create' => array( @@ -24,7 +25,7 @@ return array( 'error' => 'فایل) آپلود نیست. لطفا دوباره تلاش کنید.', 'success' => 'فایل (موفقیت آپلود شد.', 'nofiles' => 'شما هر فایل برای آپلود انتخاب کنید، و یا فایل شما در حال تلاش برای آپلود بیش از حد بزرگ است', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'invalidfiles' => 'یک یا چند فایل شما بیش از حد بزرگ است و یا یک نوع فایل است که مجاز نیست. انواع فایلهای مجاز PNG، GIF، JPG، JPEG، DOC، DOCX، PDF، TXT، ZIP، RAR، RTF، XML و LIC است.', ), 'update' => array( diff --git a/resources/lang/fa/admin/locations/table.php b/resources/lang/fa/admin/locations/table.php index bacd139025..bbf2aebe67 100644 --- a/resources/lang/fa/admin/locations/table.php +++ b/resources/lang/fa/admin/locations/table.php @@ -1,8 +1,8 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'about_locations_title' => 'درباره مکانها', + 'about_locations' => 'مکان ها برای ردیابی اطلاعات مکان برای کاربران، دارایی ها و موارد دیگر استفاده می شوند', 'assets_rtd' => 'دارایی ها', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. 'assets_checkedout' => 'دارایی واگذار شده ', diff --git a/resources/lang/fa/admin/manufacturers/table.php b/resources/lang/fa/admin/manufacturers/table.php index 49f6005f0e..95874ad341 100644 --- a/resources/lang/fa/admin/manufacturers/table.php +++ b/resources/lang/fa/admin/manufacturers/table.php @@ -1,16 +1,16 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'about_manufacturers_title' => 'درباره تولید کنندگان', + 'about_manufacturers_text' => 'تولید کنندگان شرکت هایی هستند که دارایی شما را ایجاد می کنند. شما می توانید اطلاعات تماس مهم پشتیبانی در مورد آنها را در اینجا ذخیره کنید، که در صفحات جزئیات دارایی شما نمایش داده می شود.', 'asset_manufacturers' => 'تولید کنندگان دارایی', 'create' => 'ایجاد سازنده', 'id' => 'شناسه', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', + 'name' => 'نام', + 'support_email' => 'ایمیل پشتیبانی', + 'support_phone' => 'تلفن پشتیبانی', + 'support_url' => 'URL پشتیبانی', 'update' => 'به روز رسانی تولیدکننده', - 'url' => 'URL', + 'url' => 'نشانی اینترنتی', ); diff --git a/resources/lang/fa/admin/models/general.php b/resources/lang/fa/admin/models/general.php index dcbd9adb12..147f510f9d 100644 --- a/resources/lang/fa/admin/models/general.php +++ b/resources/lang/fa/admin/models/general.php @@ -1,11 +1,11 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', + 'about_models_title' => 'درباره مدل های دارایی', + 'about_models_text' => 'مدل های دارایی یک راه برای گروه بندی دارایی های یکسان هستند. "MBP 2013"، "IPhone 6s" و غیره', 'deleted' => 'این مدل حذف شده است. اینجا برای بازگرداندن کلیک کنید it.', 'restore' => 'بازیابی مدل', - 'requestable' => 'Users may request this model', + 'requestable' => 'کاربران ممکن است از این مدل درخواست کنند', 'show_mac_address' => 'نمایش قسمت آدرس MAC در دارایی در این مدل', 'view_deleted' => 'دیدن پاک شده ها', 'view_models' => 'دیدن مدل ها', diff --git a/resources/lang/fa/admin/models/message.php b/resources/lang/fa/admin/models/message.php index 0fb426c6d8..782f8e5631 100644 --- a/resources/lang/fa/admin/models/message.php +++ b/resources/lang/fa/admin/models/message.php @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'هیچ فیلدی تغییر نکرده بود، بنابراین چیزی به روز نشد.', + 'success' => 'مدل های به روز شده' ), ); diff --git a/resources/lang/fa/admin/settings/general.php b/resources/lang/fa/admin/settings/general.php index c6b7057b74..0075819cf9 100644 --- a/resources/lang/fa/admin/settings/general.php +++ b/resources/lang/fa/admin/settings/general.php @@ -1,19 +1,19 @@ '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' => 'دایرکتوری فعال', + 'ad_domain' => 'دامنه فعال دایرکتوری', + 'ad_domain_help' => 'این گاهی اوقات دامنه ایمیل شماست اما همیشه اینطور نیست.', + 'is_ad' => 'این سرور Active Directory است', 'alert_email' => 'ارسال هشدار به', 'alerts_enabled' => 'هشدارها فعال شد', 'alert_interval' => 'آستانه ی انقضای هشدارها( به روز)', 'alert_inv_threshold' => 'فهرست آستانه ی هشدار', 'asset_ids' => 'ID حساب', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'فاصله حسابرسی', + 'audit_interval_help' => 'اگر شما ملزم هستید که به طور منظم از دارایی های خود حسابرسی کنید، فاصله را در ماه وارد کنید.', + 'audit_warning_days' => 'آستانه هشدار حسابرسی', + 'audit_warning_days_help' => 'چند روز پیش باید به شما هشدار می دهیم هنگامی که دارایی ها برای حسابرسی مورد نیاز است؟', 'auto_increment_assets' => 'تولید شناسه دارایی (افزایش خودکار)', 'auto_increment_prefix' => 'پیشوند (اختیاری)', 'auto_incrementing_help' => 'فعال کردن شناسه دارایی (افزایش خودکار) اول به این مجموعه', @@ -31,9 +31,9 @@ return array( 'display_checkout_date' => 'نمایش تاریخ پرداخت', 'display_eol' => 'نمایش EOL در جدول', 'display_qr' => 'نمایش کدهای مربعی', - 'display_alt_barcode' => 'Display 1D barcode', - 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', + 'display_alt_barcode' => 'نمایش بارکد 1D', + 'barcode_type' => 'نوع بارکد 2D', + 'alt_barcode_type' => 'نوع بارکد 1D', 'eula_settings' => 'EULA تنظیمات', 'eula_markdown' => 'این EULA اجازه می دهد تا Github با طعم markdown.', 'general_settings' => 'تنظیمات عمومی', @@ -45,18 +45,18 @@ return array( 'ldap_integration' => 'ادغام LDAP', 'ldap_settings' => 'تنظیمات LDAP', 'ldap_server' => 'سرویس دهنده LDAP', - 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', + 'ldap_server_help' => 'این باید با ldap: // (برای رمزگذاری نشده یا TLS) یا ldaps: ((برای SSL)', 'ldap_server_cert' => 'اعتبار گواهی نامه LDAP SSL', 'ldap_server_cert_ignore' => 'اجازه می دهد به گواهی های بی اعتبار SSL', 'ldap_server_cert_help' => 'اگر از یک امضای SSL شخصی معتبر استفاده می کنید این گزینه را فعال کنید.', - 'ldap_tls' => 'Use TLS', - 'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ', + 'ldap_tls' => 'از TLS استفاده کنید', + 'ldap_tls_help' => 'این باید فقط در صورتی که STARTTLS را در سرور LDAP خود اجرا می کنید، بررسی شود.', 'ldap_uname' => 'حالت نام کاربری نامرئی LDAP', '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_pw_sync' => 'همگام سازی رمز عبور LDAP', + 'ldap_pw_sync_help' => 'اگر نمیخواهید گذرواژههای LDAP را با گذرواژههای محلی همگامسازی کنید، این کادر را بردارید. غیرفعال کردن این به این معنی است که کاربران شما ممکن است قادر به ورود به سیستم اگر سرور LDAP شما به دلایلی غیر قابل دسترس است.', 'ldap_username_field' => 'فیلد نام کاربری', 'ldap_lname_field' => 'نام خانوادگی', 'ldap_fname_field' => 'LDAP نام', @@ -68,8 +68,8 @@ return array( 'load_remote_text' => 'اسکریپت از راه دور', 'load_remote_help_text' => 'این برنامه نصب می تواند اسکریپت ها را از دنیای خارج بارگذاری کند. ', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => 'توجه داشته باشید ورود', + 'login_note_help' => 'به صورت دلخواه شامل چند جمله در صفحه ورود به سیستم خود، به عنوان مثال برای کمک به افرادی که یک دستگاه گم شده یا دزدیده شده را پیدا کرده اند. این فیلد مارجین طعم Github را می پذیرد', 'logo' => 'لوگو', 'full_multiple_companies_support_help_text' => 'محدود کردن کاربران (از جمله مدیران) اختصاص داده شده به شرکت ها برای دارایی های شرکت خود را.', 'full_multiple_companies_support_text' => 'شرکت های متعدد پشتیبانی کامل', @@ -78,12 +78,12 @@ return array( 'php' => 'نسخه php', 'php_gd_info' => 'شما باید php-gd را نصب کنید تا QR کد ها را ببنید، به دستورالعمل های نصب نگاه کنید.', 'php_gd_warning' => 'php پردازش تصویر و تفاضل پلاگین نصب نشده است.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'پیچیدگی گذرواژه', + 'pwd_secure_complexity_help' => 'هرکدام از پیچیدگیهای رمز عبور را که میخواهید اجرا کنید، انتخاب کنید.', + 'pwd_secure_min' => 'رمز عبور حداقل کاراکتر', + 'pwd_secure_min_help' => 'حداقل مقدار مجاز 5 است', + 'pwd_secure_uncommon' => 'جلوگیری از کلمه عبور رایج', + 'pwd_secure_uncommon_help' => 'این امر کاربران را از استفاده از گذرواژههای رایج از 10 هزار کلمه عبور که در نقض گزارش شده است، ممنوع می کند.', 'qr_help' => 'کدهای QR اول به این مجموعه را فعال کنید', 'qr_text' => 'متن QR کد', 'setting' => 'تنظیمات', @@ -103,7 +103,7 @@ return array( 'about_settings_text' => 'این تنظیمات به شما اجازه سفارشی کردن جنبه های خاصی از نصب و راه اندازی خود را می دهد.', 'labels_per_page' => 'برچسب ها در صفحه', 'label_dimensions' => 'ابعاد برچسب (اینچ)', - 'next_auto_tag_base' => 'Next auto-increment', + 'next_auto_tag_base' => 'افزایش خودکار بعدی', 'page_padding' => 'صفحه حاشیه (اینچ)', 'purge' => 'پاکسازی حذف رکوردها', 'labels_display_bgutter' => 'برچسب قطره قطره پایین', @@ -117,33 +117,35 @@ return array( 'inches' => 'اینچ', 'width_w' => 'عرض', 'height_h' => 'ارتفاع', + 'show_url_in_emails' => 'پیوند به Snipe-IT در ایمیل', + 'show_url_in_emails_help_text' => 'اگر نمیخواهید پیوند به نصب Snipe-IT خود را در زیرپوشهای ایمیل خود پیگیری کنید، این کادر را بردارید. مفید است اگر اکثر کاربران شما هرگز وارد نشده باشند.', 'text_pt' => 'بالای صفحه', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', + 'thumbnail_max_h' => 'حداکثر ریز عکسها', + 'thumbnail_max_h_help' => 'حداکثر ارتفاع در پیکسل هایی که کوچک می شوند ممکن است در نمای لیست نمایش داده شود. حداقل 25، حداکثر 500.', + 'two_factor' => 'دو عامل تایید هویت', + 'two_factor_secret' => 'کد دو فاکتور', + 'two_factor_enrollment' => 'ثبت نام دو عامل', + 'two_factor_enabled_text' => 'فعال کردن دو عامل', + 'two_factor_reset' => 'تنظیم مجدد دو راز فاکتور', + 'two_factor_reset_help' => 'این باعث می شود کاربر دوباره دستگاه خود را با Google Authenticator ثبت کند. این می تواند مفید باشد اگر دستگاه ثبت شده فعلی شما گم شده یا دزدیده شود.', + 'two_factor_reset_success' => 'دستگاه دو عامل با موفقیت تنظیم مجدد', + 'two_factor_reset_error' => 'تنظیم مجدد دستگاه دو عامل انجام نشد', + 'two_factor_enabled_warning' => 'فعال کردن دو عامل اگر آن را در حال حاضر فعال نیست، بلافاصله شما را مجبور به تایید با یک دستگاه ثبت نام Google Auth. اگر کسی در حال حاضر ثبت نام نکند، می توانید دستگاه خود را ثبت نام کنید.', + 'two_factor_enabled_help' => 'با استفاده از Google Authenticator، احراز هویت دو طرفه روشن خواهد شد.', + 'two_factor_optional' => 'انتخابی (کاربران مجاز می توانند فعال یا غیرفعال شوند)', + 'two_factor_required' => 'مورد نیاز برای همه کاربران', + 'two_factor_disabled' => 'معلول', + 'two_factor_enter_code' => 'کد دو فاکتور را وارد کنید', + 'two_factor_config_complete' => 'ارسال کد', + 'two_factor_enabled_edit_not_allowed' => 'سرپرست شما اجازه نمی دهد که این تنظیم را ویرایش کنید.', + 'two_factor_enrollment_text' => "احراز هویت دو عامل لازم است، اما دستگاه شما هنوز ثبت نشده است. برنامه Google Authenticator خود را باز کنید و کد QR زیر را برای ثبت نام دستگاه خود اسکن کنید. هنگامی که دستگاه خود را ثبت نام کردید، کد زیر را وارد کنید", + 'require_accept_signature' => 'امضا لازم است', + 'require_accept_signature_help_text' => 'فعال کردن این ویژگی، کاربران را مجبور به فیزیکی در پذیرش یک دارایی می کند.', 'left' => 'چپ', 'right' => 'راست', 'top' => 'بالا', 'bottom' => 'پایین', 'vertical' => 'عمودی', 'horizontal' => 'افقی', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'zerofill_count' => 'طول برچسب دارایی، از جمله zerofill', ); diff --git a/resources/lang/fa/admin/statuslabels/message.php b/resources/lang/fa/admin/statuslabels/message.php index 619a5a509c..6b268236ce 100644 --- a/resources/lang/fa/admin/statuslabels/message.php +++ b/resources/lang/fa/admin/statuslabels/message.php @@ -2,24 +2,31 @@ 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' => 'برچسب وضعیت موجود نیست', + 'assoc_assets' => 'این برچسب وضعیت در حال حاضر حداقل با یک دارایی همراه است و نمی تواند حذف شود. لطفا دارایی های خود را به روز کنید تا دیگر این وضعیت را رد نکنید و دوباره امتحان کنید.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'برچسب وضعیت ایجاد نشد، لطفا دوباره امتحان کنید', + 'success' => 'برچسب وضعیت با موفقیت ایجاد شد' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'برچسب وضعیت به روز نشده است، لطفا دوباره امتحان کنید', + 'success' => 'برچسب وضعیت با موفقیت به روز شد.' ), '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' => 'آیا مطمئنید که میخواهید این برچسب وضعیت را حذف کنید؟', + 'error' => 'یک مسئله حذف برچسب وضعیت وجود داشت. لطفا دوباره تلاش کنید.', + 'success' => 'برچسب وضعیت با موفقیت حذف شد.' + ), + + 'help' => array( + 'undeployable' => 'این دارایی ها را نمی توان به کسی اختصاص داد.', + 'deployable' => 'این دارایی ها را می توان بررسی کرد. هنگامی که آنها اختصاص داده می شوند، آنها متا وضعیت Deployed را در نظر می گیرند.', + 'archived' => 'این دارایی ها قابل چک نیست و فقط در نمای Archived نمایش داده می شوند. این امر برای حفظ اطلاعات مربوط به دارایی ها برای بودجه بندی / اهداف تاریخی مفید است اما نگه داشتن آنها از فهرست دارایی روزمره.', + 'pending' => 'این دارایی ها هنوز نمی توانند به هر کسی اختصاص داده شوند، که اغلب برای مواردی که برای تعمیر وجود دارد، مورد استفاده قرار می گیرند، اما انتظار می رود که به گردش درآید.', + ), ); diff --git a/resources/lang/fa/admin/statuslabels/table.php b/resources/lang/fa/admin/statuslabels/table.php index 8c4d47281d..e88992ba3f 100644 --- a/resources/lang/fa/admin/statuslabels/table.php +++ b/resources/lang/fa/admin/statuslabels/table.php @@ -4,13 +4,13 @@ return array( 'about' => 'درباره ی برچسب های وضعیت', 'archived' => 'آرشیو', 'create' => 'ساخت برچسب وضعیت', - 'color' => 'Chart Color', + 'color' => 'رنگ نمودار', 'deployable' => 'گسترش', 'info' => 'برچسب های وضعیت، برای توصیف وضعیت های مختلفی که دارایی های شما می توانند داشته باشند، استفاده می شود. آن ها می توانند برای تعمیر، گمشده/دزدیده شده و غیره باشند. شما می توانید برچسب های وضعیت جدیدی برای گسترش کار، انتظار و آرشیو دارایی ها بسازید.', 'name' => 'نام وضعیت', 'pending' => 'در حالت انتظار', 'status_type' => 'نوع وضعیت', - 'show_in_nav' => 'Show in side nav', + 'show_in_nav' => 'نمایش در ناو جانبی', 'title' => 'برچسب های وضعیت', 'undeployable' => 'غیرقابل گسترش', 'update' => 'به روزرسانی برچسب وضعیت', diff --git a/resources/lang/fa/admin/suppliers/table.php b/resources/lang/fa/admin/suppliers/table.php index db6bfbd323..7fc677e49e 100644 --- a/resources/lang/fa/admin/suppliers/table.php +++ b/resources/lang/fa/admin/suppliers/table.php @@ -1,8 +1,8 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'about_suppliers_title' => 'درباره تامین کنندگان', + 'about_suppliers_text' => 'تامین کنندگان برای ردیابی منبع مورد استفاده قرار می گیرند', 'address' => 'آدرس تأمین کننده', 'assets' => 'دارایی', 'city' => 'شهر', diff --git a/resources/lang/fa/admin/users/general.php b/resources/lang/fa/admin/users/general.php index 65653ac52c..8cd5fa1417 100644 --- a/resources/lang/fa/admin/users/general.php +++ b/resources/lang/fa/admin/users/general.php @@ -4,22 +4,22 @@ return array( 'assets_user' => 'دارایی ها محول شده به :', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', + 'bulk_update_warn' => 'شما در حال خواندن مشخصات خواص کاربر user_count هستید. لطفا توجه داشته باشید که نمیتوانید ویژگیهای کاربر خود را با استفاده از این فرم تغییر دهید و باید به صورت جداگانه به کاربر خود ویرایش کنید.', + 'bulk_update_help' => 'این فرم به شما امکان می دهد چندین بار در یک بار به روز کنید. فقط فیلمی را که باید تغییر دهید را پر کنید. هر فیلدی که خالی باقی می ماند بدون تغییر باقی خواهد ماند.', 'current_assets' => 'دارایی های اکنون برای این کاربر بیرون کشیده شد', 'clone' => 'کلون کاربر', 'contact_user' => 'تماس با:', 'edit' => 'ویرایش کاربر', 'filetype_info' => 'پسوند های مجاز:png, gif, jpg, jpeg, doc, docx, pdf, txt, zip,Rar', 'history_user' => 'تاریخچه برای:', - 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'info' => 'اطلاعات', + 'restore_user' => 'برای بازسازی آنها اینجا کلیک کنید.', 'last_login' => 'آخرین ورود', 'ldap_config_text' => 'تنظشیمات تاییدیه LDPA در فولدر app/config در فایلی به نام idap.php وجود دارد.مکان مشخص شده برای تمامی کاربران وارد شده تنظیم میشود.شما نیاز دارید که حداقل یه مکان را اضافه کرده باشید تا بتوانید از این ویژگی استفاده کنید.', 'software_user' => 'برنامه چک شد برای:', 'view_user' => 'نمایش کاربر :', 'usercsv' => 'فایل CSV', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'two_factor_admin_optin_help' => 'تنظیمات مدیریت فعلی شما اجازه اجرای مجدد احراز هویت دو عامل را می دهد.', + 'two_factor_enrolled' => 'دستگاه 2FA ثبت شده است', + 'two_factor_active' => '2FA فعال', ); diff --git a/resources/lang/fa/admin/users/message.php b/resources/lang/fa/admin/users/message.php index eee0bcdf83..3b9b8be057 100644 --- a/resources/lang/fa/admin/users/message.php +++ b/resources/lang/fa/admin/users/message.php @@ -4,7 +4,7 @@ return array( 'accepted' => 'دارایی با موفقیت پذیرفته شد.', 'declined' => 'شما با موفقیت این دارایی را به کاهش دادید.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'bulk_manager_warn' => 'کاربران شما با موفقیت به روز شده اند، با این حال مدیر ورود شما ذخیره نشد زیرا مدیر شما انتخاب شده بود نیز در لیست کاربر برای ویرایش، و کاربران ممکن است مدیر خود نیست. لطفا کاربران خود را دوباره انتخاب کنید، به غیر از مدیر.', 'user_exists' => 'کاربر "{0}" در حال حاضر وجود دارد.', 'user_not_found' => 'کاربر [:id] موجود نیست.', 'user_login_required' => 'فیلد ورود الزامی است.', @@ -17,7 +17,7 @@ return array( 'success' => array( 'create' => 'کاربر با موفقیت ایجاد شد.', 'update' => 'کاربر با موفقیت به روز شد.', - 'update_bulk' => 'Users were successfully updated!', + 'update_bulk' => 'کاربران با موفقیت به روز شد!', 'delete' => 'کاربر با موفقیت حذف شد.', 'ban' => 'کاربر با موفقیت متوقف شد.', 'unban' => 'محرومیت کاربر با موفقیت متوقف شد.', @@ -31,7 +31,7 @@ return array( 'create' => 'اشکال در ایجاد کاربر.لطفا دوباره تلاش کنید.', 'update' => 'اشکال در به روزرسانی کاربر.لطفا دوباره تلاش کنید.', 'delete' => 'اشکال در حذف کاربر.لطفا دوباره تلاش کنید.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'این کاربر دارای مواردی تعیین شده است و نمی تواند حذف شود.', 'unsuspend' => 'اشکال در به رفع تعلیق کاربر.لطفا دوباره تلاش کنید.', 'import' => 'اشکال در به وارد کردن کاربران.لطفا دوباره تلاش کنید.', 'asset_already_accepted' => 'دارایی پذیرفته شده است.', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => 'ارتباط با سرور LDAP برقرار نشد.لطفا پیکربندی LDPA سرور را در فایل LDPA config بررسی کنید.
اشکال از سرور LDPA:', 'ldap_could_not_search' => 'جستجو در سرور LDPA انجام نشد.لطفا پیکربندی LDPA سرور را در فایل LDPA config بررسی کنید.
اشکال از سرور LDPA:', 'ldap_could_not_get_entries' => 'مجوز از سرور LDPA گرفته نشد.لطفا پیکربندی LDPA سرور را در فایل LDPA config بررسی کنید.
اشکال از سرور LDPA:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'رمز عبور این حساب توسط LDAP / Active Directory مدیریت می شود. برای تغییر رمز عبور خود، لطفا با بخش IT خود تماس بگیرید.', ), 'deletefile' => array( diff --git a/resources/lang/fa/admin/users/table.php b/resources/lang/fa/admin/users/table.php index 2c15d30aed..a1d13245a5 100644 --- a/resources/lang/fa/admin/users/table.php +++ b/resources/lang/fa/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'مکان', 'lock_passwords' => 'جزییات وارد شدن نمیتواند در این نصب تغییر کند.', 'manager' => 'مدیر', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'مکان های مدیریت شده', 'name' => 'نام', 'notes' => 'یادداشت ها', 'password_confirm' => 'تایید رمز عبور', @@ -28,10 +28,10 @@ return array( 'show_current' => 'نمایش کابران کنونی', 'show_deleted' => 'نمایش کاربران حذف شده', 'title' => 'عنوان', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => 'برای بازگرداندن آنها.', 'updateuser' => 'به روز رسانی کاربر', 'username' => 'نام کاربری', - 'user_deleted_text' => 'This user has been marked as deleted.', + 'user_deleted_text' => 'این کاربر به عنوان حذف شده است.', 'username_note' => '(این فقط برای فعال سازی راهنمای اتصال است ،نه برای وارد شدن)', 'cloneuser' => ' کاربر کلون', 'viewusers' => 'مشاهده کاربران', diff --git a/resources/lang/fa/auth/message.php b/resources/lang/fa/auth/message.php index 23139e5cc0..c463c7a8db 100644 --- a/resources/lang/fa/auth/message.php +++ b/resources/lang/fa/auth/message.php @@ -7,7 +7,7 @@ return array( 'account_not_activated' => 'این حساب کاربری فعال نشده است.', 'account_suspended' => 'این حساب کاربری بسته است.', 'account_banned' => 'این حساب کاربری ممنوع است.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'throttle' => 'بیش از حد بسیاری از تلاش های ورود به سیستم شکست خورده است. لطفا دوباره تلاش کنید: دقیقه دقیقه (دقیقه).', 'signin' => array( 'error' => 'مشکلی در حین تلاش به شما در ورود به سیستم وجود دارد، لطفا دوباره امتحان کنید.', diff --git a/resources/lang/fa/button.php b/resources/lang/fa/button.php index f65b53c980..e3b522ddaa 100644 --- a/resources/lang/fa/button.php +++ b/resources/lang/fa/button.php @@ -11,5 +11,5 @@ return array( 'request' => 'درخواست', 'submit' => 'ثبت کردن', 'upload' => 'بارگزاری', - 'select_file' => 'Select File...', + 'select_file' => 'فایل را انتخاب کنید...', ); diff --git a/resources/lang/fa/general.php b/resources/lang/fa/general.php index 757d6e56ac..84deac62f5 100644 --- a/resources/lang/fa/general.php +++ b/resources/lang/fa/general.php @@ -14,74 +14,75 @@ 'all' => 'همه', 'archived' => 'بایگانی شد', 'asset_models' => 'مدل دارایی', + 'asset_model' => 'مدل', 'asset' => 'دارایی', 'asset_report' => 'گزارش دارایی', 'asset_tag' => 'برچسب دارایی', 'assets_available' => 'دارایی های موجود', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'حسابرسی', + 'audit_report' => 'حسابرسی حسابرسی', 'assets' => 'دارایی ها', 'avatar_delete' => 'حذف آواتار', 'avatar_upload' => 'بارگذاری آواتار', 'back' => 'بازگشت', 'bad_data' => 'چیزی پیدا نشد. شاید داده بد است؟', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', - 'bulk_checkout' => 'Bulk Checkout', + 'bulkaudit' => 'حسابرسی فله', + 'bulkaudit_status' => 'وضعیت حسابرسی', + 'bulk_checkout' => 'پرداخت بزرگ', 'cancel' => 'انصراف', 'categories' => 'دسته‌بندی‌ها', 'category' => 'دسته بندی', - 'change' => 'In/Out', + 'change' => 'در / از', 'changeemail' => 'تغییر آدرس ایمیل', 'changepassword' => 'تغییر کلمه عبور', 'checkin' => 'بررسی', 'checkin_from' => 'فرم بررسی', 'checkout' => 'پرداخت', 'city' => 'شهر', - 'click_here' => 'Click here', + 'click_here' => 'اینجا کلیک کنید', 'companies' => 'شرکت ها', 'company' => 'شرکت', 'component' => 'کامپوننت', 'components' => 'کامپوننت ها', - 'complete' => 'Complete', + 'complete' => 'تکمیل', 'consumable' => 'قابل مصرف', 'consumables' => 'اقلام قابل مصرف', 'country' => 'كشور', 'create' => 'ایجاد مورد جدید', - 'created' => 'Item Created', + 'created' => 'مورد ایجاد شده', 'created_asset' => 'دارایی ایجاد شده', 'created_at' => 'ایجاد شده در', - 'updated_at' => 'Updated at', + 'updated_at' => 'به روز شده در', 'currency' => '$', // this is deprecated 'current' => 'کنونی', 'custom_report' => 'گزارش های سفارشی دارایی ', 'dashboard' => 'میز کار', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'روزها', + 'days_to_next_audit' => 'روز به حسابرسی بعدی', 'date' => 'تاریخ', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'debug_warning' => 'هشدار!', + 'debug_warning_text' => 'این برنامه در حالت تولید با استفاده از اشکال زدایی فعال است. این می تواند اطلاعات حساس را در صورت درخواست شما برای جهان خارج در دسترس قرار دهد. با تنظیم مقداری APP_DEBUG در .env فایل خود را به false غیرفعال کنید.', 'delete' => 'حذف', 'deleted' => 'حذف شد', 'delete_seats' => 'صندلی ها حذف شده ', - 'departments' => 'Departments', - 'department' => 'Department', + 'departments' => 'گروه ها', + 'department' => 'گروه', 'deployed' => 'مستقر', 'depreciation_report' => 'استهلاک گزارش', 'download' => 'دانلود', 'depreciation' => 'مستهلک کردن', 'editprofile' => 'ویرایش پروفایل شما', 'eol' => 'EOL', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', + 'email_domain' => 'دامنه ایمیل', + 'email_format' => 'فرمت ایمیل', + 'email_domain_help' => 'این برای تولید آدرس های ایمیل هنگام وارد کردن استفاده می شود', + 'filastname_format' => 'اولین نام خانوادگی (jsmith@example.com)', + 'firstname_lastname_format' => 'نام خانوادگی (jane.smith@example.com)', 'first' => 'اولین', 'first_name' => 'نام', - 'first_name_format' => 'First Name (jane@example.com)', + 'first_name_format' => 'نام (jane@example.com)', 'file_name' => 'فایل', 'file_uploads' => 'بارگذاری پرونده', 'generate' => 'تولید', @@ -93,7 +94,7 @@ 'image_delete' => 'عکس های پاک شده', 'image_upload' => 'آپلود تصویر', 'import' => 'واردات', - 'import-history' => 'Import History', + 'import-history' => 'واردات تاریخ', 'asset_maintenance' => 'نگهداشت دارایی', 'asset_maintenance_report' => 'گزارش تعمیر و نگهداری دارایی ها', 'asset_maintenances' => 'نگهداشت دارایی', @@ -101,7 +102,7 @@ 'insufficient_permissions' => 'دسترسی محدود!', 'language' => 'زبان', 'last' => 'آخرين', - 'last_login' => 'Last Login', + 'last_login' => 'آخرین ورود', 'last_name' => 'نام خانوادگی', 'license' => 'توافق‌نامه', 'license_report' => 'مجوز گزارش', @@ -112,11 +113,11 @@ 'loading' => 'بارگزاری', 'lock_passwords' => 'در این زمینه می توانید نصب و راه اندازی را ویرایش کنید. ', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'feature_disabled' => 'این ویژگی برای نصب نسخه ی نمایشی غیر فعال شده است.', 'location' => 'مکان', 'locations' => 'مکانها', 'logout' => 'خروج', - 'lookup_by_tag' => 'Lookup by Asset Tag', + 'lookup_by_tag' => 'نگاهی به Asset Tag', 'manufacturer' => 'سازنده', 'manufacturers' => 'تولیدکننده‌ها', 'markdown' => 'این فیلد اجازه می دهد تا گیت هاب به سلیقه خود نشانه گذاری کند . markdown.', @@ -127,14 +128,14 @@ 'moreinfo' => 'اطلاعات بیشتر', 'name' => 'نام', 'next' => 'بعدی', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', - 'new' => 'new!', + 'next_audit_date' => 'تاریخ تفتیش بعدی', + 'last_audit' => 'آخرین حسابرسی', + 'new' => 'جدید!', 'no_depreciation' => 'بدون استهلاک', 'no_results' => 'بدون نتیجه.', 'no' => 'خیر', 'notes' => 'یادداشت ها', - 'order_number' => 'Order Number', + 'order_number' => 'شماره سفارش', 'page_menu' => 'نمایش_موارد_منو', 'pagination_info' => 'نمایش_آغاز_تا_پایان_از_همه_موارد', 'pending' => 'در انتظار', @@ -143,8 +144,8 @@ 'previous' => 'قبلي', 'processing' => 'در حال پردازش', 'profile' => 'پروفایل شما', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', + 'purchase_cost' => 'هزینه خرید', + 'purchase_date' => 'تاریخ خرید', 'qty' => 'QTY', 'quantity' => 'مقدار', 'ready_to_deploy' => 'آماده اعزام', @@ -152,44 +153,44 @@ 'remove_company' => 'حذف انجمن شرکت', 'reports' => 'گزارش‌ها', 'requested' => 'در خواست شده', - 'request_canceled' => 'Request Canceled', + 'request_canceled' => 'درخواست لغو شد', 'save' => 'ذخیره کردن', 'select' => 'انتخاب', 'search' => 'جستوجو', - 'select_category' => 'Select a Category', - 'select_department' => 'Select a Department', + 'select_category' => 'یک دسته را انتخاب کنید', + 'select_department' => 'یک گروه را انتخاب کنید', 'select_depreciation' => 'انتخاب یک نوع استهلاک', 'select_location' => 'انتخاب یک مکان', 'select_manufacturer' => 'انتخاب یک تولید کننده', 'select_model' => 'انتخاب یک مدل', 'select_supplier' => 'انتخاب عرضه', 'select_user' => 'انتخاب یک کاربر', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => 'انتخاب تاریخ (YYYY-MM-DD)', 'select_statuslabel' => 'انتخاب وضعیت', 'select_company' => 'انتخاب شرکت', 'select_asset' => 'انتخاب دارایی', 'settings' => 'تنظيمات', 'sign_in' => 'ورود به سیستم', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', + 'signature' => 'امضا', + 'some_features_disabled' => 'MODE DEMO: برخی از ویژگی ها برای این نصب غیر فعال هستند.', 'site_name' => 'نام سایت', 'state' => 'وضعیت', 'status_labels' => 'برچسب های وضعیت', 'status' => 'وضعیت', - 'supplier' => 'Supplier', + 'supplier' => 'تامین کننده', 'suppliers' => 'تامین کننده', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', + 'sure_to_delete' => 'مطمئنید که میخواهید حذف شود', + 'submit' => 'ارسال', + 'target' => 'هدف', + 'time_and_date_display' => 'نمایش زمان و تاریخ', 'total_assets' => 'کل دارایی', 'total_licenses' => 'کل مجوزهای', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', + 'total_accessories' => 'لوازم جانبی کل', + 'total_consumables' => 'کل مواد مصرفی', 'type' => 'نوع', 'undeployable' => 'غیر قابل استقرار', 'unknown_admin' => 'نامشخص مدیریت', - 'username_format' => 'Username Format', + 'username_format' => 'فرمت نام کاربری', 'update' => 'بروزرسانی', 'uploaded' => 'بارگزاری شد', 'user' => 'کاربر', diff --git a/resources/lang/fa/mail.php b/resources/lang/fa/mail.php index c9a4fe182d..3f62f175f0 100644 --- a/resources/lang/fa/mail.php +++ b/resources/lang/fa/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', - 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'a_user_canceled' => 'یک کاربر یک درخواست اقساط در وب سایت را لغو کرده است', + 'a_user_requested' => 'یک کاربر یک مورد را در وبسایت درخواست کرده است', + 'accessory_name' => 'نام لوازم جانبی:', + 'additional_notes' => 'یادداشت های اضافی:', + 'admin_has_created' => 'یک مدیر یک حساب کاربری برای شما در وب سایت وب ایجاد کرده است.', + 'asset' => 'دارایی:', + 'asset_name' => 'نام دارایی', + 'asset_requested' => 'دارایی درخواست شد', + 'asset_tag' => 'برچسب دارایی:', + 'assets_warrantee_expiring' => '{1} دارایی با ضمانتنامه که در 60 روز آینده منقضی می شود. | [2، Inf] دارایی با ضمانتنامه که در 60 روز آینده منقضی می شود.', + 'assigned_to' => 'اختصاص یافته به', + 'best_regards' => 'با احترام،', + 'canceled' => 'لغو شد:', + 'checkin_date' => 'تاریخ ورود:', + 'checkout_date' => 'چک کردن تاریخ:', + 'click_to_confirm' => 'لطفا برای پیوستن به این لینک کلیک کنید تا حساب خود را تایید کنید:', + 'click_on_the_link_accessory' => 'لطفا روی لینک زیر کلیک کنید تا تأیید کنید که لوازم جانبی را دریافت کرده اید.', + 'click_on_the_link_asset' => 'لطفا روی لینک زیر کلیک کنید تا تأیید کنید که دارایی را دریافت کرده اید.', + 'Confirm_Asset_Checkin' => 'تأیید بازرسی دارایی', + 'Confirm_Accessory_Checkin' => 'تأیید تأیید تأیید', + 'Confirm_accessory_delivery' => 'تأیید تحویل کالا', + 'Confirm_asset_delivery' => 'تأیید تحویل دارایی', + 'Confirm_consumable_delivery' => 'تأیید تحویل قابل مصرف', + 'current_QTY' => 'QTY فعلی', + 'Days' => 'روزها', + 'days' => 'روزها', + 'expecting_checkin_date' => 'تاریخ انتظار انتظار:', + 'expires' => 'منقضی می شود', + 'Expiring_Assets_Report' => 'گزارش دارایی های معوق', + 'Expiring_Licenses_Report' => 'گزارش مجوزهای منقضی شده', + 'hello' => 'سلام', + 'hi' => 'سلام', + 'i_have_read' => 'من شرایط استفاده را خوانده ام و موافقم و این مورد را دریافت کرده ام.', + 'item' => 'مورد:', + 'items_below_minimum' => '{1} موردی است که زیر موجودی کم است یا به زودی پایین خواهد بود. | [2، Inf] مواردی که کمتر از فهرست موجود هستند یا به زودی پایین خواهند بود.', + 'Item_Request_Canceled' => 'درخواست مورد لغو شد', + 'Item_Requested' => 'مورد درخواست شده', + 'licenses_expiring' => '{1} مجوز 60 روز بعد از پایان 60 روز مجوز | | [2، Inf] مجوز 60 روز بعد از انقضا.', + 'link_to_update_password' => 'برای به روزرسانی لطفا بر روی لینک زیر کلیک کنید: web password:', + 'login_first_admin' => 'با نصب مجدد Snipe-IT جدید خود به سیستم وارد شوید', + 'login' => 'ورود:', + 'Low_Inventory_Report' => 'گزارش موجودی کم', + 'min_QTY' => 'حداقل QTY', + 'name' => 'نام', + 'new_item_checked' => 'یک آیتم جدید تحت نام شما چک شده است، جزئیات زیر است.', + 'password' => 'کلمه عبور:', + 'password_reset' => 'تنظیم مجدد رمز عبور', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'read_the_terms' => 'لطفا شرایط استفاده زیر را بخوانید.', + 'read_the_terms_and_click' => 'لطفا شرایط استفاده زیر را مطالعه کنید و روی لینک زیر کلیک کنید تا تأیید کنید که شما شرایط استفاده را می خوانید و موافقت کرده اید و دارایی را دریافت کرده اید.', + 'requested' => 'درخواست شده:', + 'reset_link' => 'رمز عبور خود را بازنشانی کنید', + 'reset_password' => 'برای تغییر رمز عبور اینجا کلیک کنید:', + 'serial' => 'سریال:', + 'supplier' => 'تامین کننده', + 'tag' => 'برچسب', + 'test_email' => 'ایمیل تست از Snipe-IT', + 'test_mail_text' => 'این آزمون از سیستم مدیریت دارایی Snipe-IT است. اگر شما این کار را کردید، ایمیل کار می کند :)', + 'the_following_item' => 'مورد زیر مورد بررسی قرار گرفته است:', + 'There_are' => '{1} وجود دارد | [2، Inf] وجود دارد', + 'to_reset' => 'برای بازنشانی: رمز عبور وب، این فرم را تکمیل کنید:', + 'type' => 'تایپ کنید', + 'user' => 'کاربر:', + 'username' => 'نام کاربری:', + 'welcome' => 'خوش آمدید نام', + 'welcome_to' => 'به وب سایت خوش آمدید', + 'your_credentials' => 'مدارک Snipe-IT شما', ); diff --git a/resources/lang/fa/validation.php b/resources/lang/fa/validation.php index eec84db638..bd6c7a805a 100644 --- a/resources/lang/fa/validation.php +++ b/resources/lang/fa/validation.php @@ -16,76 +16,76 @@ return array( 'accepted' => 'ویژگی باید تایید شود.', 'active_url' => 'ویژگی یک URL معتبر نیست.', 'after' => 'ویژگی باید در تاریخی بعد از تاریخ باشد.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'attribute باید یک تاریخ بعد باشد یا برابر باشد: date.', 'alpha' => 'ویژگی ممکن است فقط شامل حروف باشد.', 'alpha_dash' => 'ویژگی ممکن است فقط شامل حروف، اعداد و خط های فاصله باشد.', 'alpha_num' => 'ویژگی ممکن است فقط شامل حروف و اعداد باشد.', - 'array' => 'The :attribute must be an array.', + 'array' => 'attribute باید یک آرایه باشد.', 'before' => 'ویژگی باید در تاریخی قبل از تاریخ باشد.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'attribute باید تاریخ قبل یا برابر باشد: date.', 'between' => [ 'numeric' => 'ویژگی باید بین حداقل حداکثر باشد.', 'file' => 'ویژگی باید بین حداقل حداکثر کیلوبایت باشد.', 'string' => 'ویژگی باید بین حداقل حداکثر کاراکتر باشد.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'خصیصه باید بین: min و: max items باشد.', ], - 'boolean' => 'The :attribute field must be true or false.', + 'boolean' => 'فیلد attribute باید درست یا غلط باشد.', 'confirmed' => 'تایید ویژگی منطبق نیست.', 'date' => 'تاریخ ویژگی معتبر نیست.', 'date_format' => 'ویژگی منطبق بر شکل شکل نیست.', 'different' => 'ویژگی و دیگر باید متفاوت باشد.', 'digits' => 'ویژگی باید رقم رقم باشد.', 'digits_between' => 'ویژگی باید بین حداقل و حداکثر رقم باشد.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'attribute: ابعاد تصویر نامعتبر است.', + 'distinct' => 'فیلد attribute دارای مقدار تکراری است.', 'email' => 'شکل ویژگی نامعتبر است.', 'exists' => 'ویژگی انتخاب شده نامعتبر است.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'attribute باید یک فایل باشد.', + 'filled' => 'فیلد attribute باید مقدار داشته باشد.', 'image' => 'ویژگی باید یک عکس باشد.', 'in' => 'ویژگی انتخاب شده نامعتبر است.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'فیلد attribute در هیچ موجودی وجود ندارد: دیگر.', 'integer' => 'ویژگی باید یک عدد باشد.', 'ip' => 'ویژگی باید یک آدرس IP معتبر باشد.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'attribute باید یک آدرس IPv4 معتبر باشد.', + 'ipv6' => 'attribute باید یک آدرس IPv6 معتبر باشد.', + 'json' => 'attribute باید یک رشته معتبر JSON باشد.', 'max' => [ 'numeric' => 'ویژگی نباید بزرگتر از حداکثر باشد.', 'file' => 'ویژگی نباید بزرگتر از حداکثر کیلوبایت باشد.', 'string' => 'ویژگی نباید بزرگتر از حداکثر کاراکتر باشد.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'ویژگی: ممکن است بیش از موارد حداکثر داشته باشد.', ], 'mimes' => 'ویژگی باید فایلی از نوع ارزش ها باشد.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'attribute باید یک فایل از نوع:: values ​​باشد.', 'min' => [ 'numeric' => 'ویژگی باید حداقل: حداقل باشد.', 'file' => 'ویژگی باید حداقل: حداقل کیلوبایت باشد.', 'string' => 'ویژگی باید حداقل: حداقل کاراکتر باشد.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'ویژگی: باید دارای حداقل موارد: min باشد.', ], 'not_in' => 'ویژگی انتخاب شده نامعتبر است.', 'numeric' => 'ویژگی باید عدد باشد.', - 'present' => 'The :attribute field must be present.', + 'present' => 'فیلد attribute باید باشد.', 'regex' => 'شکل ویژگی نامعتبر است.', 'required' => 'فیلد ویژگی ضروری است.', 'required_if' => 'فیلد ویژگی ضروری است، وقتی که دیگری ارزش است.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'فیلد attribute: مورد نیاز است مگر اینکه: دیگر در: مقادیر باشد.', 'required_with' => 'فیلد ویژگی ضروری است، وقتی که ارزش موجود باشد.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'فیلد attribute: زمانی که: مقادیر وجود دارد.', 'required_without' => 'فیلد ویژگی ضروری است، وقتی که ارزش ها حاضر نباشند.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'فیلد attribute: وقتی که هیچ یک از: مقادیر وجود ندارد، مورد نیاز است.', 'same' => 'ویژگی و دیگری باید بر هم منطبق باشند.', 'size' => [ 'numeric' => 'ویژگی باید به اندازه ی : سایز باشد.', 'file' => 'ویژگی باید به اندازه ی: سایز کیلوبایت باشد.', 'string' => 'ویژگی باید به اندازه ی : سایز کاراکتر باشد.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'attribute باید شامل موارد زیر باشد:', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'attribute باید یک رشته باشد.', + 'timezone' => ': attribute باید یک منطقه معتبر باشد.', 'unique' => 'ویژگی در حال حاضر گرفته شده است.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'ویژگی: attribute failed to upload.', 'url' => 'شکل ویژگی نامعتبر است.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "فیلد attribute شامل یک شخصیت است که مجاز نیست.", + "email_array" => "یک یا چند آدرس ایمیل نامعتبر است", + "hashed_pass" => "رمز عبور فعلی شما اشتباه است", + 'dumbpwd' => 'این رمز عبور خیلی رایج است', + "statuslabel_type" => "شما باید نوع برچسب معتبر را انتخاب کنید", + "unique_undeleted" => ": attribute باید منحصر به فرد باشد.", ], /* diff --git a/resources/lang/fi/admin/accessories/general.php b/resources/lang/fi/admin/accessories/general.php index d6ebedfb7f..b391f4355a 100644 --- a/resources/lang/fi/admin/accessories/general.php +++ b/resources/lang/fi/admin/accessories/general.php @@ -1,22 +1,22 @@ 'About Accessories', - 'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', - 'accessory_category' => 'Accessory Category', - 'accessory_name' => 'Accessory Name', - 'checkout' => 'Checkout Accessory', - 'checkin' => 'Checkin Accessory', - 'create' => 'Create Accessory', - 'edit' => 'Edit Accessory', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', + 'about_accessories_title' => 'Tietoja lisävarusteista', + 'about_accessories_text' => 'Lisävarusteet ovat mitä annat käyttäjille, mutta niissä ei ole sarjanumeroa (tai et välitä niiden yksilöllisestä seurannasta). Esimerkiksi tietokonehiiret tai näppäimistöt.', + 'accessory_category' => 'Lisävarusteluokka', + 'accessory_name' => 'Lisävarusteen nimi', + 'checkout' => 'Checkout-lisävaruste', + 'checkin' => 'Checkin-lisävaruste', + 'create' => 'Luo lisävaruste', + 'edit' => 'Muokkaa lisävarustetta', + 'eula_text' => 'EULA-luokka', + 'eula_text_help' => 'Tässä kentässä voit muokata EULAs-asetuksiasi tietyn tyyppisille varoille. Jos sinulla on vain yksi käyttöoikeussopimus kaikille omaisuuksillesi, voit tarkistaa alla olevan kentän käyttämällä ensisijaista oletusarvoa.', + 'require_acceptance' => 'Vaadittava käyttäjille vahvistetaan tämän luokan varojen hyväksyminen.', + 'no_default_eula' => 'EU: n ensisijainen oletuslauseke ei löytynyt. Lisää yksi asetuksiin.', 'total' => 'Yhteensä', - 'remaining' => 'Avail', - 'update' => 'Update Accessory', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'remaining' => 'hyödyttää', + 'update' => 'Päivitä lisävaruste', + 'use_default_eula' => 'Käytä sen sijaan primary-oletusarvoa EULA.', + 'use_default_eula_disabled' => 'Käytä ensisijaisen EULA: n sijaan. Et ole määritetty ensisijaista EULA-asetusta. Lisää yksi asetuksiin.', ); diff --git a/resources/lang/fi/admin/accessories/message.php b/resources/lang/fi/admin/accessories/message.php index e46bbd844d..685d03e356 100644 --- a/resources/lang/fi/admin/accessories/message.php +++ b/resources/lang/fi/admin/accessories/message.php @@ -2,35 +2,35 @@ return array( - 'does_not_exist' => 'The accessory does not exist.', - 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', + 'does_not_exist' => 'Lisävarustetta ei ole olemassa.', + 'assoc_users' => 'Tällä lisävarusteella on tällä hetkellä: laskea kohteet, jotka on tarkistettu käyttäjille. Tarkista lisävarusteet ja yritä uudelleen.', 'create' => array( - 'error' => 'The accessory was not created, please try again.', - 'success' => 'The accessory was successfully created.' + 'error' => 'Lisävarustetta ei luotu, yritä uudelleen.', + 'success' => 'Lisävaruste on luotu.' ), 'update' => array( - 'error' => 'The accessory was not updated, please try again', - 'success' => 'The accessory was updated successfully.' + 'error' => 'Lisävarustetta ei päivitetty, yritä uudelleen', + 'success' => 'Lisävaruste päivitettiin onnistuneesti.' ), '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' => 'Haluatko varmasti poistaa tämän lisävarusteen?', + 'error' => 'Ongelma poistaa lisäosan. Yritä uudelleen.', + 'success' => 'Lisävaruste poistettiin onnistuneesti.' ), 'checkout' => array( - 'error' => 'Accessory was not checked out, please try again', - 'success' => 'Accessory checked out successfully.', + 'error' => 'Lisävarustetta ei ole tarkistettu, yritä uudelleen', + 'success' => 'Lisävaruste tarkistettiin onnistuneesti.', 'user_does_not_exist' => 'Käyttäjä on virheellinen. Yritä uudelleen.' ), 'checkin' => array( - 'error' => 'Accessory was not checked in, please try again', - 'success' => 'Accessory checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Lisävarustetta ei ole tarkistettu, yritä uudelleen', + 'success' => 'Lisävaruste tarkistettiin onnistuneesti.', + 'user_does_not_exist' => 'Kyseinen käyttäjä on virheellinen. Yritä uudelleen.' ) diff --git a/resources/lang/fi/admin/accessories/table.php b/resources/lang/fi/admin/accessories/table.php index b49ecb3f00..9df342fcbe 100644 --- a/resources/lang/fi/admin/accessories/table.php +++ b/resources/lang/fi/admin/accessories/table.php @@ -4,8 +4,8 @@ return array( 'dl_csv' => 'Lataa CSV', 'eula_text' => 'EULA', 'id' => 'ID', - 'require_acceptance' => 'Acceptance', - 'title' => 'Accessory Name', + 'require_acceptance' => 'Hyväksyminen', + 'title' => 'Lisävarusteen nimi', ); diff --git a/resources/lang/fi/admin/asset_maintenances/form.php b/resources/lang/fi/admin/asset_maintenances/form.php index 7b0f48b324..745e9c1e5f 100644 --- a/resources/lang/fi/admin/asset_maintenances/form.php +++ b/resources/lang/fi/admin/asset_maintenances/form.php @@ -6,7 +6,7 @@ 'start_date' => 'Aloituspäivä', 'completion_date' => 'Valmis', 'cost' => 'Kustannus', - 'is_warranty' => 'Warranty Improvement', + 'is_warranty' => 'Takuu parannetaan', 'asset_maintenance_time' => 'Päivää', 'notes' => 'Muistiinpanot', 'update' => 'Päivitä', diff --git a/resources/lang/fi/admin/asset_maintenances/message.php b/resources/lang/fi/admin/asset_maintenances/message.php index beebe4bfba..d6017dcb45 100644 --- a/resources/lang/fi/admin/asset_maintenances/message.php +++ b/resources/lang/fi/admin/asset_maintenances/message.php @@ -1,21 +1,21 @@ 'Asset Maintenance you were looking for was not found!', + 'not_found' => 'Varallisuushoitoa, jota etsit, ei löytynyt!', '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' => 'Haluatko varmasti poistaa tämän omaisuuden ylläpidon?', + 'error' => 'Omaisuuden ylläpitoa poistettiin ongelma. Yritä uudelleen.', + 'success' => 'Omaisuuden ylläpito on poistettu onnistuneesti.' ], 'create' => [ - 'error' => 'Asset Maintenance was not created, please try again.', - 'success' => 'Asset Maintenance created successfully.' + 'error' => 'Omaisuuden ylläpitoa ei luotu, yritä uudelleen.', + 'success' => 'Omaisuuden ylläpito onnistui.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Varainhoitoa ei muokattu, yritä uudelleen.', + 'success' => 'Varainhoidon muokkaus onnistui.' ], - 'asset_maintenance_incomplete' => 'Not Completed Yet', + 'asset_maintenance_incomplete' => 'Ei vielä valmis', 'warranty' => 'Takuu', 'not_warranty' => 'Takuu päättynyt', ]; \ No newline at end of file diff --git a/resources/lang/fi/admin/categories/general.php b/resources/lang/fi/admin/categories/general.php index 9bce9339be..bcc40ae8b2 100644 --- a/resources/lang/fi/admin/categories/general.php +++ b/resources/lang/fi/admin/categories/general.php @@ -1,23 +1,23 @@ 'About Categories', - 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', + 'about_categories_title' => 'Tietoja luokista', + 'about_categories' => 'Kategoriat auttavat sinua järjestämään kohteita. Joitakin esimerkkiluokkia voivat olla "Desktops", "Laptops", "Mobile Phones", "Tablets" ja niin edelleen, mutta voit käyttää luokkia millä tahansa tavalla, mikä on järkevää sinulle.', 'asset_categories' => 'Laiteluokat', 'category_name' => 'Luokan Nimi', - 'checkin_email' => 'Send email to user on checkin.', - 'clone' => 'Clone Category', + 'checkin_email' => 'Lähetä sähköpostia käyttäjälle lähtöselvityksessä.', + 'clone' => 'Klooniluokka', 'create' => 'Uusi Luokka', - 'edit' => 'Edit Category', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'name' => 'Category Name', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.', - 'required_eula' => 'This user will be emailed a copy of the EULA', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', + 'edit' => 'Muokkaa luokkaa', + 'eula_text' => 'EULA-luokka', + 'eula_text_help' => 'Tässä kentässä voit muokata EULAs-asetuksiasi tietyn tyyppisille varoille. Jos sinulla on vain yksi käyttöoikeussopimus kaikille omaisuuksillesi, voit tarkistaa alla olevan kentän käyttämällä ensisijaista oletusarvoa.', + 'name' => 'Kategorian nimi', + 'require_acceptance' => 'Vaadittava käyttäjille vahvistetaan tämän luokan varojen hyväksyminen.', + 'required_acceptance' => 'Käyttäjälle lähetetään sähköpostitse linkki vahvistaaksesi tämän kohteen hyväksynnän.', + 'required_eula' => 'Tätä käyttäjää lähetetään kopio EULA: sta', + 'no_default_eula' => 'EU: n ensisijainen oletuslauseke ei löytynyt. Lisää yksi asetuksiin.', 'update' => 'Päivitä Luokka', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'use_default_eula' => 'Käytä sen sijaan primary-oletusarvoa EULA.', + 'use_default_eula_disabled' => 'Käytä ensisijaisen EULA: n sijaan. Et ole määritetty ensisijaista EULA-asetusta. Lisää yksi asetuksiin.', ); diff --git a/resources/lang/fi/admin/categories/message.php b/resources/lang/fi/admin/categories/message.php index 82e0dda123..0273b07f0e 100644 --- a/resources/lang/fi/admin/categories/message.php +++ b/resources/lang/fi/admin/categories/message.php @@ -3,8 +3,8 @@ return array( 'does_not_exist' => 'Luokkaa ei löydy.', - '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' => 'Tällä luokalla on tällä hetkellä vähintään yksi malli, eikä sitä voi poistaa. Päivitä mallejasi, jotta et enää viitata tähän luokkaan ja yritä uudelleen.', + 'assoc_items' => 'Tällä luokalla on tällä hetkellä vähintään yksi: asset_type ja sitä ei voi poistaa. Päivitä: asset_type ei enää viitata tähän luokkaan ja yritä uudelleen.', 'create' => array( 'error' => 'Luokkaa ei luotu, yritä uudelleen.', diff --git a/resources/lang/fi/admin/categories/table.php b/resources/lang/fi/admin/categories/table.php index 052b170aa2..7388527144 100644 --- a/resources/lang/fi/admin/categories/table.php +++ b/resources/lang/fi/admin/categories/table.php @@ -4,7 +4,7 @@ return array( 'eula_text' => 'EULA', 'id' => 'Tunnus', 'parent' => 'Ylempi', - 'require_acceptance' => 'Acceptance', + 'require_acceptance' => 'Hyväksyminen', 'title' => 'Laiteluokan Nimi', ); diff --git a/resources/lang/fi/admin/companies/general.php b/resources/lang/fi/admin/companies/general.php index 7e39663ab8..29d20e0009 100644 --- a/resources/lang/fi/admin/companies/general.php +++ b/resources/lang/fi/admin/companies/general.php @@ -1,6 +1,6 @@ 'About Companies', - 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', + 'about_companies_title' => 'Yrityksistä', + 'about_companies_text' => 'Yrityksiä voidaan käyttää yksinkertaisena tunnistekenttänä tai niitä voidaan käyttää rajoittamaan omaisuuden, käyttäjien jne. Näkyvyyttä, jos järjestelmänvalvojan asetuksissa on käytössä koko yrityksen tuki.', 'select_company' => 'Valitse yritys', ]; diff --git a/resources/lang/fi/admin/companies/message.php b/resources/lang/fi/admin/companies/message.php index a6db573519..285117c5d5 100644 --- a/resources/lang/fi/admin/companies/message.php +++ b/resources/lang/fi/admin/companies/message.php @@ -1,18 +1,18 @@ 'Company does not exist.', - 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', + 'does_not_exist' => 'Yhtiötä ei ole olemassa.', + 'assoc_users' => 'Tällä yrityksellä on tällä hetkellä vähintään yksi malli, eikä sitä voi poistaa. Päivitä malleja, jotta ne eivät enää viittaa kyseiseen yritykseen ja yritä uudelleen.', 'create' => array( - 'error' => 'Company was not created, please try again.', - 'success' => 'Company created successfully.' + 'error' => 'Yhtiötä ei luotu, yritä uudelleen.', + 'success' => 'Yritys luotiin onnistuneesti.' ), 'update' => array( - 'error' => 'Company was not updated, please try again', - 'success' => 'Company updated successfully.' + 'error' => 'Yhtiötä ei ole päivitetty, yritä uudelleen', + 'success' => 'Yritys päivitettiin onnistuneesti.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this company?', - 'error' => 'There was an issue deleting the company. Please try again.', - 'success' => 'The Company was deleted successfully.' + 'confirm' => 'Haluatko varmasti poistaa tämän yrityksen?', + 'error' => 'Yrityksen poistaminen tapahtui. Yritä uudelleen.', + 'success' => 'Yritys poistettiin onnistuneesti.' ) ); diff --git a/resources/lang/fi/admin/companies/table.php b/resources/lang/fi/admin/companies/table.php index 2f86126ff2..e51ec8b0d4 100644 --- a/resources/lang/fi/admin/companies/table.php +++ b/resources/lang/fi/admin/companies/table.php @@ -1,9 +1,9 @@ 'Companies', - 'create' => 'Create Company', - 'title' => 'Company', - 'update' => 'Update Company', - 'name' => 'Company Name', + 'companies' => 'yritykset', + 'create' => 'Luo yritys', + 'title' => 'Yhtiö', + 'update' => 'Päivitä yritys', + 'name' => 'Yrityksen nimi', 'id' => 'ID', ); diff --git a/resources/lang/fi/admin/components/general.php b/resources/lang/fi/admin/components/general.php index 8616632f68..d59f3e3f42 100644 --- a/resources/lang/fi/admin/components/general.php +++ b/resources/lang/fi/admin/components/general.php @@ -1,17 +1,17 @@ 'About Components', - 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', - 'component_name' => 'Component Name', + 'about_components_title' => 'Tietoja komponenteista', + 'about_components_text' => 'Komponentit ovat kohteita, jotka ovat osa omaisuutta, esimerkiksi kiintolevyjä, RAM-muistia jne.', + 'component_name' => 'Komponentin nimi', 'checkin' => 'Checkin Component', 'checkout' => 'Checkout Component', 'cost' => 'Hankintahinta', - 'create' => 'Create Component', - 'edit' => 'Edit Component', + 'create' => 'Luo komponentti', + 'edit' => 'Muokkaa komponenttia', 'date' => 'Ostopäivämäärä', 'order' => 'Tilausnumero', 'remaining' => 'Jäljellä', 'total' => 'Yhteensä', - 'update' => 'Update Component', + 'update' => 'Päivitä komponentti', ); diff --git a/resources/lang/fi/admin/components/message.php b/resources/lang/fi/admin/components/message.php index 1d13970f23..c091ec7fec 100644 --- a/resources/lang/fi/admin/components/message.php +++ b/resources/lang/fi/admin/components/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Component does not exist.', + 'does_not_exist' => 'Komponenttia ei ole olemassa.', 'create' => array( - 'error' => 'Component was not created, please try again.', - 'success' => 'Component created successfully.' + 'error' => 'Komponenttia ei luotu, yritä uudelleen.', + 'success' => 'Komponentti on luotu onnistuneesti.' ), 'update' => array( - 'error' => 'Component was not updated, please try again', - 'success' => 'Component updated successfully.' + 'error' => 'Komponenttia ei ole päivitetty, yritä uudelleen', + 'success' => 'Komponentti on päivitetty onnistuneesti.' ), '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' => 'Haluatko varmasti poistaa tämän komponentin?', + 'error' => 'Komponentti poistettiin ongelmasta. Yritä uudelleen.', + 'success' => 'Komponentti poistettiin onnistuneesti.' ), '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' => 'Komponenttia ei ole tarkistettu, yritä uudelleen', + 'success' => 'Komponentti onnistui.', + 'user_does_not_exist' => 'Kyseinen käyttäjä on virheellinen. Yritä uudelleen.' ), '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' => 'Komponenttia ei ole tarkistettu, yritä uudelleen', + 'success' => 'Komponentti tarkistettiin onnistuneesti.', + 'user_does_not_exist' => 'Kyseinen käyttäjä on virheellinen. Yritä uudelleen.' ) diff --git a/resources/lang/fi/admin/components/table.php b/resources/lang/fi/admin/components/table.php index 3d4fed6a7f..35f96552da 100644 --- a/resources/lang/fi/admin/components/table.php +++ b/resources/lang/fi/admin/components/table.php @@ -1,5 +1,5 @@ 'Component Name', + 'title' => 'Komponentin nimi', ); diff --git a/resources/lang/fi/admin/consumables/general.php b/resources/lang/fi/admin/consumables/general.php index 6124c38ca9..d6fd5a68a6 100644 --- a/resources/lang/fi/admin/consumables/general.php +++ b/resources/lang/fi/admin/consumables/general.php @@ -1,13 +1,13 @@ 'About Consumables', - 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', - 'checkout' => 'Checkout Consumable to User', - 'consumable_name' => 'Consumable Name', - 'create' => 'Create Consumable', - 'item_no' => 'Item No.', + 'about_consumables_title' => 'Tietoa tarvikkeista', + 'about_consumables_text' => 'Kulutustarvikkeet ovat kaikki ostettuja, jotka kuluvat ajan myötä. Esimerkiksi tulostimen muste tai kopiopaperi.', + 'checkout' => 'Kassalle Kuluttaja käyttäjälle', + 'consumable_name' => 'Kulutettava nimi', + 'create' => 'Luo kulutusta', + 'item_no' => 'Tuote nro.', 'remaining' => 'Jäljellä', 'total' => 'Yhteensä', - 'update' => 'Update Consumable', + 'update' => 'Päivitä kulutusta', ); diff --git a/resources/lang/fi/admin/consumables/message.php b/resources/lang/fi/admin/consumables/message.php index 48a3cfbd9f..a50a1e4dd0 100644 --- a/resources/lang/fi/admin/consumables/message.php +++ b/resources/lang/fi/admin/consumables/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Consumable does not exist.', + 'does_not_exist' => 'Kulutusta ei ole olemassa.', 'create' => array( - 'error' => 'Consumable was not created, please try again.', - 'success' => 'Consumable created successfully.' + 'error' => 'Kulutusta ei luotu, yritä uudelleen.', + 'success' => 'Kulutustarvike luotiin onnistuneesti.' ), 'update' => array( - 'error' => 'Consumable was not updated, please try again', - 'success' => 'Consumable updated successfully.' + 'error' => 'Kulutusta ei ole päivitetty, yritä uudelleen', + 'success' => 'Kulutettu päivitetty onnistuneesti.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this consumable?', - 'error' => 'There was an issue deleting the consumable. Please try again.', - 'success' => 'The consumable was deleted successfully.' + 'confirm' => 'Haluatko varmasti poistaa tämän kulutustarvikkeen?', + 'error' => 'Kulutustarvikkeen poistamisessa oli ongelma. Yritä uudelleen.', + 'success' => 'Kulutustulos poistettiin onnistuneesti.' ), 'checkout' => array( - 'error' => 'Consumable was not checked out, please try again', - 'success' => 'Consumable checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Kulutusta ei ole tarkistettu, yritä uudelleen', + 'success' => 'Kulutettu tarkistettu onnistuneesti.', + 'user_does_not_exist' => 'Kyseinen käyttäjä on virheellinen. Yritä uudelleen.' ), 'checkin' => array( - 'error' => 'Consumable was not checked in, please try again', - 'success' => 'Consumable checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Kulutusta ei ole tarkistettu, yritä uudelleen', + 'success' => 'Kulutustarkastus onnistui.', + 'user_does_not_exist' => 'Kyseinen käyttäjä on virheellinen. Yritä uudelleen.' ) diff --git a/resources/lang/fi/admin/consumables/table.php b/resources/lang/fi/admin/consumables/table.php index bb76721f17..1f015d5395 100644 --- a/resources/lang/fi/admin/consumables/table.php +++ b/resources/lang/fi/admin/consumables/table.php @@ -1,5 +1,5 @@ 'Consumable Name', + 'title' => 'Kulutettava nimi', ); diff --git a/resources/lang/fi/admin/custom_fields/general.php b/resources/lang/fi/admin/custom_fields/general.php index f2e6df90cb..f66638e3cf 100644 --- a/resources/lang/fi/admin/custom_fields/general.php +++ b/resources/lang/fi/admin/custom_fields/general.php @@ -1,30 +1,30 @@ 'Custom Fields', - '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.', - 'encrypted' => 'Encrypted', - 'fieldset' => 'Fieldset', + 'custom_fields' => 'Mukautetut kentät', + 'field' => 'Ala', + 'about_fieldsets_title' => 'Tietoja kenttien kentistä', + 'about_fieldsets_text' => 'Kentäseteleillä voit luoda ryhmiä muokatuista kentistä, joita käytetään usein uudelleen tietyissä varallisuusmallityypeissä.', + 'custom_format' => 'Mukautettu muoto ...', + 'encrypt_field' => 'Salaa tämän kentän arvo tietokannassa', + 'encrypt_field_help' => 'VAROITUS: Kentän salaaminen tekee sen tutkimatta.', + 'encrypted' => 'salatut', + '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', - 'field_custom_format' => 'Custom Format', - 'required' => 'Required', + 'field_name' => 'Kenttä nimi', + 'field_values' => 'Kentän arvot', + 'field_values_help' => 'Lisää valittavissa olevia vaihtoehtoja, yksi riviin. Muut rivit kuin ensimmäinen rivi jätetään huomiotta.', + 'field_element' => 'Muotoilija', + 'field_element_short' => 'elementti', + 'field_format' => 'Muoto', + 'field_custom_format' => 'Mukautettu muoto', + 'required' => 'Edellytetään', 'req' => 'Req.', - 'used_by_models' => 'Used By Models', - 'order' => 'Order', - 'create_fieldset' => 'New Fieldset', - 'create_field' => 'New Custom Field', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'used_by_models' => 'Käytetään mallien mukaan', + 'order' => 'Tilata', + 'create_fieldset' => 'Uusi Fieldset', + 'create_field' => 'Uusi mukautettu kenttä', + 'value_encrypted' => 'Kentän arvo salataan tietokannassa. Vain järjestelmänvalvojat voivat tarkastella purettua arvoa', ); diff --git a/resources/lang/fi/admin/custom_fields/message.php b/resources/lang/fi/admin/custom_fields/message.php index ed66a6ba16..9d35a6a8e6 100644 --- a/resources/lang/fi/admin/custom_fields/message.php +++ b/resources/lang/fi/admin/custom_fields/message.php @@ -3,48 +3,48 @@ return array( 'field' => array( - 'invalid' => 'That field does not exist.', - 'already_added' => 'Field already added', + 'invalid' => 'Tätä kenttää ei ole olemassa.', + 'already_added' => 'Kentässä jo lisätty', 'create' => array( - 'error' => 'Field was not created, please try again.', - 'success' => 'Field created successfully.', - 'assoc_success' => 'Field successfully added to fieldset.' + 'error' => 'Kenttää ei luotu, yritä uudelleen.', + 'success' => 'Kenttä luotiin onnistuneesti.', + 'assoc_success' => 'Kenttä lisättiin onnistuneesti kenttätasolle.' ), 'update' => array( - 'error' => 'Field was not updated, please try again', - 'success' => 'Field updated successfully.' + 'error' => 'Kenttä ei päivittynyt, yritä uudelleen', + 'success' => 'Kenttä päivitettiin onnistuneesti.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this field?', - 'error' => 'There was an issue deleting the field. Please try again.', - 'success' => 'The field was deleted successfully.', - 'in_use' => 'Field is still in use.', + 'confirm' => 'Haluatko varmasti poistaa tämän kentän?', + 'error' => 'Kentässä on ollut ongelma. Yritä uudelleen.', + 'success' => 'Kenttä poistettiin onnistuneesti.', + 'in_use' => 'Kenttä on edelleen käytössä.', ) ), 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldsetia ei ole olemassa', 'create' => array( - 'error' => 'Fieldset was not created, please try again.', - 'success' => 'Fieldset created successfully.' + 'error' => 'Fieldsetia ei luotu, yritä uudelleen.', + 'success' => 'Fieldset luotu onnistuneesti.' ), 'update' => array( - 'error' => 'Fieldset was not updated, please try again', - 'success' => 'Fieldset updated successfully.' + 'error' => 'Fieldsetia ei ole päivitetty, yritä uudelleen', + 'success' => 'Fieldset päivitettiin onnistuneesti.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this fieldset?', - 'error' => 'There was an issue deleting the fieldset. Please try again.', - 'success' => 'The fieldset was deleted successfully.', - 'in_use' => 'Fieldset is still in use.', + 'confirm' => 'Haluatko varmasti poistaa tämän kentän?', + 'error' => 'On tapahtunut ongelma, joka poistaa kentän kentän. Yritä uudelleen.', + 'success' => 'Fieldset poistettiin onnistuneesti.', + 'in_use' => 'Fieldset on edelleen käytössä.', ) ), diff --git a/resources/lang/fi/admin/departments/message.php b/resources/lang/fi/admin/departments/message.php index d65f4fbb2b..aa40dec63d 100644 --- a/resources/lang/fi/admin/departments/message.php +++ b/resources/lang/fi/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Osastoa ei ole olemassa.', + 'assoc_users' => 'Tällä osastolla on tällä hetkellä vähintään yksi käyttäjä, eikä sitä voi poistaa. Päivitä käyttäjät, jotta he eivät enää viitata tähän osastoon ja yritä uudelleen.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Osastoa ei luotu, yritä uudelleen.', + 'success' => 'Laitos perustettiin onnistuneesti.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Laitetta ei ole päivitetty, yritä uudelleen', + 'success' => 'Osasto päivitettiin onnistuneesti.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Haluatko varmasti poistaa tämän osaston?', + 'error' => 'Oleskelun poistaminen tapahtui. Yritä uudelleen.', + 'success' => 'Osasto poistettiin onnistuneesti.' ) ); diff --git a/resources/lang/fi/admin/departments/table.php b/resources/lang/fi/admin/departments/table.php index 76494247be..a7a384c186 100644 --- a/resources/lang/fi/admin/departments/table.php +++ b/resources/lang/fi/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'name' => 'osaston nimi', + 'manager' => 'johtaja', + 'location' => 'Sijainti', + 'create' => 'Luo osasto', + 'update' => 'Päivitä osasto', ); diff --git a/resources/lang/fi/admin/depreciations/general.php b/resources/lang/fi/admin/depreciations/general.php index 5ace0974a8..1582c7f21b 100644 --- a/resources/lang/fi/admin/depreciations/general.php +++ b/resources/lang/fi/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Lisätietoja Laitteiden Poistoista', 'about_depreciations' => 'Voit määrittää laitteelle poistoluokan poistaaksesi laitteen laitekannastasi määritetyn ajan jälkeen.', 'asset_depreciations' => 'Laitteiden Poistot', - 'create' => 'Create Depreciation', + 'create' => 'Luo arvonalentumisia', 'depreciation_name' => 'Poiston Nimi', 'number_of_months' => 'Kuukausien Lukumäärä', - 'update' => 'Update Depreciation', + 'update' => 'Päivitä poistot', ); diff --git a/resources/lang/fi/admin/groups/titles.php b/resources/lang/fi/admin/groups/titles.php index 244fec5a69..aef5c9c9e5 100644 --- a/resources/lang/fi/admin/groups/titles.php +++ b/resources/lang/fi/admin/groups/titles.php @@ -1,11 +1,11 @@ 'About Groups', - 'about_groups' => 'Groups are used to generalize user permissions.', + 'about_groups_title' => 'Tietoja ryhmistä', + 'about_groups' => 'Ryhmät käytetään yleistämään käyttöoikeuksia.', 'group_management' => 'Ryhmienhallinta', - 'create' => 'Create New Group', - 'update' => 'Edit Group', + 'create' => 'Luo uusi ryhmä', + 'update' => 'Muokkaa ryhmää', 'group_name' => 'Ryhmän Nimi', 'group_admin' => 'Ryhmän Ylläpitäjä', 'allow' => 'Salli', diff --git a/resources/lang/fi/admin/hardware/form.php b/resources/lang/fi/admin/hardware/form.php index 8983c5497a..3741554d88 100644 --- a/resources/lang/fi/admin/hardware/form.php +++ b/resources/lang/fi/admin/hardware/form.php @@ -1,9 +1,9 @@ 'Confirm 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' => 'Vahvista Bulk Delete Asset', + 'bulk_delete_help' => 'Tarkastele aineistoa irtotavarana. Kun ne on poistettu, nämä varat voidaan palauttaa, mutta niitä ei enää yhdistetä niihin käyttäjiin, joille heidät on tällä hetkellä osoitettu.', + 'bulk_delete_warn' => 'Olet poistamassa: asset_count-varat.', 'bulk_update' => 'Massapäivitä Laitteita', 'bulk_update_help' => 'Tämän lomakkeen avulla voit päivittää useita laitteita kerralla. Täytä vain ne kentät joita haluat muuttaa. Tyhjäksi jätetyt kenttyihin kenttiä ei päivitetä. ', 'bulk_update_warn' => 'Olet päivittämässä :asset_count laitteen ominaisuuksia.', @@ -14,14 +14,15 @@ return array( 'cost' => 'Ostohinta', 'create' => 'Uusi Laite', 'date' => 'Ostopäivämäärä', + 'depreciation' => 'arvonalennus', 'depreciates_on' => 'Poistoaika', 'default_location' => 'Oletussijainti', 'eol_date' => 'Poistopäivä', 'eol_rate' => 'Poistonopeus', - 'expected_checkin' => 'Expected Checkin Date', + 'expected_checkin' => 'Odotettu tarkastuspäivä', 'expires' => 'Vanhenee', 'fully_depreciated' => 'Kokonaan Poistettu', - 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', + 'help_checkout' => 'Jos haluat määrittää tämän aineiston välittömästi, valitse ylävalintaluettelosta "Valmis asennettavaksi".', 'mac_address' => 'MAC-osoite', 'manufacturer' => 'Valmistaja', 'model' => 'Malli', diff --git a/resources/lang/fi/admin/hardware/general.php b/resources/lang/fi/admin/hardware/general.php index 13fb78f618..ca86eb6510 100644 --- a/resources/lang/fi/admin/hardware/general.php +++ b/resources/lang/fi/admin/hardware/general.php @@ -1,11 +1,11 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + 'about_assets_title' => 'Tietoja varoista', + 'about_assets_text' => 'Varat ovat kohteita, joita seuraa sarjanumero tai omaisuuden tunniste. Ne ovat yleensä korkeamman arvon kohteita, joissa yksilöidään tietyn kohteen asiat.', 'archived' => 'Arkistoitu', 'asset' => 'Laite', - 'bulk_checkout' => 'Checkout Assets to User', + 'bulk_checkout' => 'Checkout-varat käyttäjälle', 'checkin' => 'Palauta Laite', 'checkout' => 'Checkout Asset', 'clone' => 'Monista Laite', @@ -13,9 +13,9 @@ return array( 'deleted' => 'Tämä laite on poistettu. Klikkaa tästä palauttaaksesi sen.', 'edit' => 'Muokkaa Laitetta', 'filetype_info' => 'Sallitut tiedostotyypit ovat png, gif, jpg, jpeg, doc, docx, pdf, txt, zip ja rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', + 'model_deleted' => 'Tämä omaisuusmalli on poistettu. Sinun on palautettava malli ennen kuin voit palauttaa Asset.
Klikkaa tästä palauttaaksesi mallin.', 'requestable' => 'Pyydettävissä', - 'requested' => 'Requested', + 'requested' => 'pyydetty', 'restore' => 'Palauta Laite', 'pending' => 'Odottaa', 'undeployable' => 'Käyttökelvoton', diff --git a/resources/lang/fi/admin/hardware/message.php b/resources/lang/fi/admin/hardware/message.php index bddd1ff472..412f4c0e18 100644 --- a/resources/lang/fi/admin/hardware/message.php +++ b/resources/lang/fi/admin/hardware/message.php @@ -5,7 +5,7 @@ return array( 'undeployable' => 'Varoitus: Tämä laite on määritetty käyttökunnottomaksi. Jos laitteen tila on muuttunut, päivitä laitteen tila sen asetuksista.', 'does_not_exist' => 'Laitetta ei löydy.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'Hyvä yritys. Tätä omaisuutta ei ole olemassa tai se ei ole tarpeellista.', 'assoc_users' => 'Tämä laite on luovutettu käyttäjälle joten sitä ei voida poistaa. Palauta laite ensin käyttäjältä ja yritä uudelleen. ', 'create' => array( @@ -25,8 +25,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Omaisuuden tarkastus epäonnistui. Yritä uudelleen.', + 'success' => 'Omaisuuden tarkastus onnistui kirjautuneena.' ), @@ -38,23 +38,23 @@ return array( 'upload' => array( 'error' => 'Tiedostoja ei lähetetty. Ole hyvä ja yritä uudelleen.', 'success' => 'Tiedostot lähetettiin onnistuneesti.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', + 'nofiles' => 'Et ole valinnut lähetettäviä tiedostoja tai tiedosto, jonka yrität ladata, on liian suuri', 'invalidfiles' => 'Yksi tai useampia tiedostoja on liian iso tai sen tiedostotyyppi ei ole sallittu. Sallitut tiedostotyypit ovat png, gif, jpg, doc, docx, pdf, ja txt.', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'Jotkin kohteet eivät tuoneet oikein.', + 'errorDetail' => 'Seuraavia kohteita ei tuotu virheiden vuoksi.', + 'success' => "Tiedostosi on tuotu", + 'file_delete_success' => "Tiedosto on poistettu onnistuneesti", + 'file_delete_error' => "Tiedostoa ei voitu poistaa", ), 'delete' => array( 'confirm' => 'Oletko varma että haluat poistaa tämän laitteen?', 'error' => 'Laitteen poistamisessa tapahtui virhe. Yritä uudelleen.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => 'Mitään omaisuutta ei valittu, joten mitään ei poistettu.', 'success' => 'Laite poistettu onnistuneesti.' ), @@ -62,21 +62,21 @@ return array( 'error' => 'Laitteen luovutus epäonnistui, yritä uudelleen', 'success' => 'Laite luovutettu onnistuneesti.', 'user_does_not_exist' => 'Käyttäjä on virheellinen. Yritä uudelleen.', - 'not_available' => 'That asset is not available for checkout!' + 'not_available' => 'Tätä omaisuutta ei ole saatavilla kassalle!' ), 'checkin' => array( 'error' => 'Laitteen palautus epäonnistui, yritä uudelleen', 'success' => 'Laite palautettu onnistuneesti.', 'user_does_not_exist' => 'Käyttäjä on virheellinen. Yritä uudelleen.', - 'already_checked_in' => 'That asset is already checked in.', + 'already_checked_in' => 'Tämä omaisuus on jo tarkistettu.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'Varallisuutta ei pyydetty, yritä uudelleen', + 'success' => 'Omaisuus pyydettiin onnistuneesti.', + 'canceled' => 'Checkout-pyyntö peruutettiin onnistuneesti' ) ); diff --git a/resources/lang/fi/admin/hardware/table.php b/resources/lang/fi/admin/hardware/table.php index bb05fde42a..86b45975c3 100644 --- a/resources/lang/fi/admin/hardware/table.php +++ b/resources/lang/fi/admin/hardware/table.php @@ -19,6 +19,6 @@ return array( 'status' => 'Tila', 'title' => 'Laite ', 'image' => 'Laitteen kuva', - 'days_without_acceptance' => 'Days Without Acceptance' + 'days_without_acceptance' => 'Päiviä ilman hyväksymistä' ); diff --git a/resources/lang/fi/admin/licenses/form.php b/resources/lang/fi/admin/licenses/form.php index bc1cb3909d..ba810aa65f 100644 --- a/resources/lang/fi/admin/licenses/form.php +++ b/resources/lang/fi/admin/licenses/form.php @@ -6,12 +6,12 @@ return array( 'checkin' => 'Palauta', 'create' => 'Uusi Lisenssi', 'expiration' => 'Viimeinen Käyttöpäivä', - 'license_key' => 'Product Key', + 'license_key' => 'Tuoteavain', 'maintained' => 'Ylläpidossa', 'name' => 'Ohjelmiston Nimi', 'no_depreciation' => 'Ei Poistoluokkaa', 'purchase_order' => 'Ostotilausnumero', - 'reassignable' => 'Reassignable', + 'reassignable' => 'siirrettäviä', 'remaining_seats' => 'Jäljellä olevat käyttäjät', 'seats' => 'Käyttäjien lkm', 'termination_date' => 'Päättymispäivä', diff --git a/resources/lang/fi/admin/licenses/general.php b/resources/lang/fi/admin/licenses/general.php index c13ad0942d..59f48f1515 100644 --- a/resources/lang/fi/admin/licenses/general.php +++ b/resources/lang/fi/admin/licenses/general.php @@ -1,8 +1,8 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'about_licenses_title' => 'Tietoja lisensseistä', + 'about_licenses' => 'Ohjelmistojen seurantaan käytetään lisenssejä. Heillä on tietty määrä paikkoja, jotka voidaan tarkistaa yksityishenkilöille', 'checkin' => 'Palautettavien Lisenssien Käyttäjämäärä', 'checkout_history' => 'Luovutushistoria', 'checkout' => 'Luovutettujen Lisenssien Käyttäjämäärä', diff --git a/resources/lang/fi/admin/licenses/message.php b/resources/lang/fi/admin/licenses/message.php index 2c94ddfd08..8675957728 100644 --- a/resources/lang/fi/admin/licenses/message.php +++ b/resources/lang/fi/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'Laitetta jolle yrität määrittää tämän lisenssin ei löydy.', 'owner_doesnt_match_asset' => 'Laitteen jolle yrität määrittää tämän lisenssin omistaa joku muu kuin se, jonka olet valinnut alasvetovalikosta.', 'assoc_users' => 'Lisenssin on luovutettu käyttäjälle eikä sitä voida poistaa. Palauta lisenssin ensin käyttäjältä, ja yritä sitten uudelleen. ', + 'select_asset_or_person' => 'Sinun on valittava omaisuus tai käyttäjä, mutta ei molempia.', 'create' => array( @@ -22,8 +23,8 @@ return array( 'upload' => array( 'error' => 'Tiedostoja ei lähetetty. Ole hyvä ja yritä uudelleen.', 'success' => 'Tiedostot lähetettiin onnistuneesti.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'nofiles' => 'Et ole valinnut lähetettäviä tiedostoja tai tiedosto, jonka yrität ladata, on liian suuri', + 'invalidfiles' => 'Yksi tai useampi tiedosto on liian suuri tai on filetype, jota ei sallita. Sallitut tiedostotyypit ovat png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml ja lic.', ), 'update' => array( diff --git a/resources/lang/fi/admin/locations/message.php b/resources/lang/fi/admin/locations/message.php index 33c9ac67f5..5fea46c1b2 100644 --- a/resources/lang/fi/admin/locations/message.php +++ b/resources/lang/fi/admin/locations/message.php @@ -4,8 +4,8 @@ return array( 'does_not_exist' => 'Sijaintia ei löydy.', 'assoc_users' => 'Sijainti on määritetty käyttöön yhdelle tai useammalle käyttäjälle joten sitä ei voida poistaa. Poista sijainti käytöstä kaikilta käyttäjiltä ja yritä uudelleen. ', - 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', - 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + 'assoc_assets' => 'Tällä sijainnilla on tällä hetkellä vähintään yksi omaisuus, eikä sitä voi poistaa. Päivitä varastosi, jotta et halua enää viitata tähän sijaintiin ja yritä uudelleen.', + 'assoc_child_loc' => 'Tämä sijainti on tällä hetkellä vähintään yhden lapsen sijainnin emä, eikä sitä voi poistaa. Päivitä sijainnit, jotta et enää viitata tähän sijaintiin ja yritä uudelleen.', 'create' => array( diff --git a/resources/lang/fi/admin/locations/table.php b/resources/lang/fi/admin/locations/table.php index 1523a92249..ba9e738c9a 100644 --- a/resources/lang/fi/admin/locations/table.php +++ b/resources/lang/fi/admin/locations/table.php @@ -1,10 +1,10 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', - 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', + 'about_locations_title' => 'Tietoja sijainneista', + 'about_locations' => 'Sijainteja käytetään käyttäjien, varojen ja muiden kohteiden sijaintitietojen seurantaan', + 'assets_rtd' => 'varat', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Määritetyt varat', 'id' => 'Tunnus', 'city' => 'Kaupunki', 'state' => 'Lääni', @@ -17,5 +17,5 @@ return array( 'locations' => 'Sijainnit', 'parent' => 'Ylempi kategoria', 'currency' => 'Valuutta', - 'ldap_ou' => 'LDAP Search OU', + 'ldap_ou' => 'LDAP-haku OU', ); diff --git a/resources/lang/fi/admin/manufacturers/table.php b/resources/lang/fi/admin/manufacturers/table.php index c00bfe0c75..47d1573fe2 100644 --- a/resources/lang/fi/admin/manufacturers/table.php +++ b/resources/lang/fi/admin/manufacturers/table.php @@ -1,16 +1,16 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'about_manufacturers_title' => 'Tietoja valmistajista', + 'about_manufacturers_text' => 'Valmistajat ovat yrityksiä, jotka luovat omaisuutesi. Voit tallentaa täältä tärkeitä yhteystietoja, jotka näkyvät omaisuustietosivullasi.', 'asset_manufacturers' => 'Laitevalmistajat', 'create' => 'Uusi Valmistaja', 'id' => 'Tunnus', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', + 'name' => 'Nimi', + 'support_email' => 'Tuki sähköpostilla', + 'support_phone' => 'Tuki puhelin', + 'support_url' => 'Tuki URL', 'update' => 'Päivitä Valmistaja', - 'url' => 'URL', + 'url' => 'URL-', ); diff --git a/resources/lang/fi/admin/models/general.php b/resources/lang/fi/admin/models/general.php index c78fc45984..b01fafc73b 100644 --- a/resources/lang/fi/admin/models/general.php +++ b/resources/lang/fi/admin/models/general.php @@ -1,15 +1,15 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted. Click here to restore it.', - 'restore' => 'Restore Model', - 'requestable' => 'Users may request this model', + 'about_models_title' => 'Tietoja varallismalleista', + 'about_models_text' => 'Asset-mallit ovat tapa ryhmitellä identtiset varat. "MBP 2013", "IPhone 6s" jne.', + 'deleted' => 'Tämä malli on poistettu. Vaihda tästä palauttaaksesi sen.', + 'restore' => 'Palauta malli', + 'requestable' => 'Käyttäjät voivat pyytää tätä mallia', 'show_mac_address' => 'Näytä MAC-osoitekenttä tämän mallin laitteille', - 'view_deleted' => 'View Deleted', - 'view_models' => 'View Models', - 'fieldset' => 'Fieldset', - 'no_custom_field' => 'No custom fields', + 'view_deleted' => 'Näytä poistettu', + 'view_models' => 'Näytä mallit', + 'fieldset' => 'fieldset', + 'no_custom_field' => 'Ei muokattuja kenttiä', ); diff --git a/resources/lang/fi/admin/models/message.php b/resources/lang/fi/admin/models/message.php index e51bdceb4f..d607174d81 100644 --- a/resources/lang/fi/admin/models/message.php +++ b/resources/lang/fi/admin/models/message.php @@ -9,7 +9,7 @@ return array( 'create' => array( 'error' => 'Mallia ei luotu, yritä uudelleen.', 'success' => 'Malli luotiin onnistuneesti.', - 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + 'duplicate_set' => 'Tämän nimen, valmistajan ja mallinumeron omaava omaisuusmalli on jo olemassa.', ), 'update' => array( @@ -24,13 +24,13 @@ return array( ), 'restore' => array( - 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.' + 'error' => 'Mallia ei palautettu, yritä uudelleen', + 'success' => 'Mallin palautus onnistui.' ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Mitään kenttää ei muutettu, joten mitään ei päivitetä.', + 'success' => 'Mallit päivitetty.' ), ); diff --git a/resources/lang/fi/admin/settings/general.php b/resources/lang/fi/admin/settings/general.php index c8bcc102e2..0c18852e65 100644 --- a/resources/lang/fi/admin/settings/general.php +++ b/resources/lang/fi/admin/settings/general.php @@ -2,40 +2,40 @@ 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 -verkkotunnus', + 'ad_domain_help' => 'Tämä on joskus sama kuin sähköpostiosoitteesi, mutta ei aina.', + 'is_ad' => 'Tämä on Active Directory -palvelin', 'alert_email' => 'Lähetä ilmoitukset', - 'alerts_enabled' => 'Alerts Enabled', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', - 'asset_ids' => 'Asset IDs', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'alerts_enabled' => 'Hälytykset käytössä', + 'alert_interval' => 'Kynnysrajan kynnys (päivinä)', + 'alert_inv_threshold' => 'Varaston hälytysraja', + 'asset_ids' => 'Omaisuuden tunnukset', + 'audit_interval' => 'Tilintarkastusväli', + 'audit_interval_help' => 'Jos sinun on säännöllisesti tarkastettava varojasi fyysisesti, anna aikaväli kuukausina.', + 'audit_warning_days' => 'Tarkastuksen varoituskynnys', + 'audit_warning_days_help' => 'Kuinka monta päivää etukäteen varoitamme, kun varat on suoritettava tilintarkastukseen?', 'auto_increment_assets' => 'Luo automaattisesti kasvavat laite-ID:t', 'auto_increment_prefix' => 'Etuliite (valinnainen)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'Ota ensin käyttöön automaattinen lisäys omaisuuden tunnuksista', 'backups' => 'Varmuuskopiointi', 'barcode_settings' => 'Viivakoodi asetukset', 'confirm_purge' => 'Vahvista poisto', - 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', + 'confirm_purge_help' => 'Kirjoita alla olevaan kohtaan "DELETE" teksti tyhjentääksesi poistetut tietueet. Tätä toimintoa ei voi kumota.', 'custom_css' => 'Oma CSS', - 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', + 'custom_css_help' => 'Anna haluamasi mukautetut CSS-ohitukset. Älä lisää <style></style> tunnisteita.', 'default_currency' => 'Oletusvaluutta', - 'default_eula_text' => 'Default EULA', + 'default_eula_text' => 'Oletus EULA', 'default_language' => 'Oletuskieli', - 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', + 'default_eula_help_text' => 'Voit myös liittää muokattuja EULA-sopimuksia tiettyihin omaisuusluokkiin.', 'display_asset_name' => 'Näytä laitteen nimi listauksessa', 'display_checkout_date' => 'Näytä luovutuspäivämäärä listauksessa', 'display_eol' => 'Näytä elinaika listauksessa', - 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', - 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', - 'eula_settings' => 'EULA Settings', - 'eula_markdown' => 'This EULA allows Github flavored markdown.', + 'display_qr' => 'Näytä neliökoodit', + 'display_alt_barcode' => 'Näytä 1D viivakoodi', + 'barcode_type' => '2D viivakoodityyppi', + 'alt_barcode_type' => '1D viivakoodityyppi', + 'eula_settings' => 'EULA-asetukset', + 'eula_markdown' => 'Tämä EULA sallii Github-maustamattoman markdown.', 'general_settings' => 'Yleiset asetukset', 'generate_backup' => 'Luo varmuuskopio', 'header_color' => 'Yläosion logo', @@ -45,104 +45,106 @@ return array( 'ldap_integration' => 'LDAP integraatio', 'ldap_settings' => 'LDAP Asetukset', 'ldap_server' => 'LDAP Palvelin', - 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', + 'ldap_server_help' => 'Tämän pitäisi alkaa ldap: // (salaamaton tai TLS) tai ldaps: // (SSL)', 'ldap_server_cert' => 'LDAP SSL Varmenteen varmennus', 'ldap_server_cert_ignore' => 'Salli virheelliset SSL Varmenteet', - '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_server_cert_help' => 'Valitse tämä valintaruutu, jos käytät itse allekirjoitettua SSL-varmennetta ja haluat hyväksyä virheellisen SSL-varmennuksen.', + 'ldap_tls' => 'Käytä TLS: ää', + 'ldap_tls_help' => 'Tämä on tarkistettava vain, jos käynnistät STARTTLS: n LDAP-palvelimella.', + 'ldap_uname' => 'LDAP-sitoa käyttäjätunnusta', + 'ldap_pword' => 'LDAP-sidontalasana', '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_filter' => 'LDAP-suodatin', + 'ldap_pw_sync' => 'LDAP-salasanan synkronointi', + 'ldap_pw_sync_help' => 'Poista tämä valintaruutu, jos et halua säilyttää LDAP-salasanoja synkronoituna paikallisilla salasanoilla. Tämän poistaminen käytöstä tarkoittaa, että käyttäjät eivät ehkä voi kirjautua sisään, jos LDAP-palvelin ei jostain syystä ole tavoitettavissa.', + 'ldap_username_field' => 'Käyttäjätunnus', 'ldap_lname_field' => 'Sukunimi', 'ldap_fname_field' => 'LDAP Etunimi', - 'ldap_auth_filter_query' => 'LDAP Authentication query', + 'ldap_auth_filter_query' => 'LDAP-todennuskysely', 'ldap_version' => 'LDAP Versio', - 'ldap_active_flag' => 'LDAP Active Flag', - 'ldap_emp_num' => 'LDAP Employee Number', + 'ldap_active_flag' => 'LDAP-aktiivinen lippu', + 'ldap_emp_num' => 'LDAP-työntekijän numero', 'ldap_email' => 'LDAP Sähköposti', - 'load_remote_text' => 'Remote Scripts', - 'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'load_remote_text' => 'Etäkriptit', + 'load_remote_help_text' => 'Tämä Snipe-IT-asennus voi ladata skriptejä ulkopuolelta.', + 'login_note' => 'Kirjautumisviesti', + 'login_note_help' => 'Voit myös sisällyttää muutamia lauseita kirjautumisruudulle, esimerkiksi auttaa ihmisiä, jotka ovat löytäneet kadonneen tai varastetun laitteen. Tämä kenttä hyväksyy Github-maustamaton markdown', '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' => 'Käyttäjien (myös ylläpitäjien) rajoittaminen yrityksille varattavaksi yrityksen omiin varoihin.', + 'full_multiple_companies_support_text' => 'Täysi monikansallisten yritysten tuki', 'optional' => 'valinnainen', 'per_page' => 'Tuloksia Per Sivu', 'php' => 'Versio PHP', 'php_gd_info' => 'Sinun tulee asentaa php-gd paketti näyttääksesi QR-koodit, katso lisätietoja asennusohjeista.', 'php_gd_warning' => 'PHP Image Prosessing ja GD-lisäosia EI ole asennettuna.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Salasanan monimutkaisuus', + 'pwd_secure_complexity_help' => 'Valitse mikä tahansa salasanan monimutkaisuus sääntö, jonka haluat panna täytäntöön.', + 'pwd_secure_min' => 'Salasanan minimimerkit', + 'pwd_secure_min_help' => 'Pienin sallittu arvo on 5', + 'pwd_secure_uncommon' => 'Estä tavalliset salasanat', + 'pwd_secure_uncommon_help' => 'Tämä estää käyttäjiä käyttämästä yhteisiä salasanoja ylimmistä 10 000 salasanasta, jotka on ilmoitettu rikkoneen.', 'qr_help' => 'Ota QR-koodit käyttöön valitaksesi tämän', 'qr_text' => 'QR-koodin Teksti', 'setting' => 'Asetus', 'settings' => 'Asetukset', 'site_name' => 'Sivuston Nimi', - 'slack_botname' => 'Slack Botname', - 'slack_channel' => 'Slack Channel', - 'slack_endpoint' => 'Slack Endpoint', + 'slack_botname' => 'Löysä Botname', + 'slack_channel' => 'Löytää kanava', + 'slack_endpoint' => 'Lakkautettu loppupiste', 'slack_integration' => 'Slackin asetukset', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', + 'slack_integration_help' => 'Liukas integraatio on valinnainen, mutta loppupiste ja kanava ovat välttämättömiä, jos haluat käyttää sitä. Jos haluat määrittää Liukastumisen integrointi, sinun on ensin tehtävä luoda saapuva Webhook Laskutus-tilillesi.', 'snipe_version' => 'Snipe-IT versio', 'system' => 'Järjestelmän Tiedot', 'update' => 'Päivitä Asetukset', 'value' => 'Arvo', - 'brand' => 'Branding', + 'brand' => 'brändäys', 'about_settings_title' => 'Tietoa Asetuksista', 'about_settings_text' => 'Näiden asetusten avulla voit mukauttaa tiettyjä toimintoja.', - 'labels_per_page' => 'Labels per page', - 'label_dimensions' => 'Label dimensions (inches)', - 'next_auto_tag_base' => 'Next auto-increment', - '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', + 'labels_per_page' => 'Tarrat sivua kohden', + 'label_dimensions' => 'Tarran mitat (tuumaa)', + 'next_auto_tag_base' => 'Seuraava automaattinen lisäys', + 'page_padding' => 'Sivun marginaalit (tuumaa)', + 'purge' => 'Puhdista poistetut tietueet', + 'labels_display_bgutter' => 'Merkitse pohjaventtiili', + 'labels_display_sgutter' => 'Etikettipuoli', + 'labels_fontsize' => 'Tarrafontin koko', + 'labels_pagewidth' => 'Tarra-arkin leveys', + 'labels_pageheight' => 'Tarralevyn korkeus', + 'label_gutters' => 'Tarraetäisyys (tuumaa)', + 'page_dimensions' => 'Sivun mitat (tuumaa)', + 'label_fields' => 'Merkitse näkyvät kentät', + 'inches' => 'tuumaa', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Linkki Snipe-IT: hen sähköposteissa', + 'show_url_in_emails_help_text' => 'Poista tämä valintaruutu, jos et halua linkata takaisin Snipe-IT-asennukseen sähköpostin alatunnisteisiin. Hyödyllinen, jos useimmat käyttäjät eivät koskaan kirjaudu sisään.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', - 'top' => 'top', - 'bottom' => 'bottom', - 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'thumbnail_max_h' => 'Suurin pikkukuva', + 'thumbnail_max_h_help' => 'Enimmäiskorkeus kuvapisteissä, jotka pienoiskuvat voivat näkyä listalle nähden. Min 25, max 500.', + 'two_factor' => 'Kaksi tekijän todentamista', + 'two_factor_secret' => 'Kaksi-tekijäkoodi', + 'two_factor_enrollment' => 'Kahden tekijän ilmoittautuminen', + 'two_factor_enabled_text' => 'Ota käyttöön kaksi tekijää', + 'two_factor_reset' => 'Nollaa kaksi tekijän salaisuus', + 'two_factor_reset_help' => 'Tämä pakottaa käyttäjän rekisteröimään laitteen uudelleen Google Authenticator -palveluun. Tämä voi olla hyödyllistä, jos heidän tällä hetkellä rekisteröidyt laitteet menetetään tai varastetaan.', + 'two_factor_reset_success' => 'Kaksi tekijälaitetta onnistuneesti nollattu', + 'two_factor_reset_error' => 'Kaksi tekijän laitteen nollausta epäonnistui', + 'two_factor_enabled_warning' => 'Kaksikerroksen ottaminen käyttöön, jos sitä ei ole tällä hetkellä käytössä, välittömästi pakottaa sinut autentikoimaan Google Auth -ohjelmaan kuuluvalla laitteella. Sinulla on mahdollisuus rekisteröidä laite, jos et ole tällä hetkellä rekisteröitynyt.', + 'two_factor_enabled_help' => 'Tämä kytkee kaksitasoisen todennuksen käyttämällä Google Authenticatoria.', + 'two_factor_optional' => 'Valikoiva (Käyttäjät voivat ottaa käyttöön tai poistaa käytöstä, jos sallittu)', + 'two_factor_required' => 'Vaatii kaikille käyttäjille', + 'two_factor_disabled' => 'Liikuntarajoitteinen', + 'two_factor_enter_code' => 'Syötä kaksi tekijäkoodi', + 'two_factor_config_complete' => 'Lähetä koodi', + 'two_factor_enabled_edit_not_allowed' => 'Järjestelmänvalvoja ei salli sinun muokata tätä asetusta.', + 'two_factor_enrollment_text' => "Kaksi tekijän todennusta tarvitaan, mutta laitteesi ei ole vielä kirjoittanut. Avaa Google Authenticator -sovellus ja skannaa alla oleva QR-koodi rekisteröidäksesi laitteesi. Kun olet kirjoittanut laitteesi, kirjoita alla oleva koodi", + 'require_accept_signature' => 'Vaadittava allekirjoitus', + 'require_accept_signature_help_text' => 'Tämän ominaisuuden ottaminen käyttöön edellyttää käyttäjiltä fyysisesti kirjautumista hyväksymisen yhteydessä.', + 'left' => 'vasen', + 'right' => 'oikea', + 'top' => 'Ylin', + 'bottom' => 'pohja', + 'vertical' => 'pystysuora', + 'horizontal' => 'vaakasuora', + 'zerofill_count' => 'Omaisuusavun pituus, mukaan lukien nollatäyttö', ); diff --git a/resources/lang/fi/admin/settings/message.php b/resources/lang/fi/admin/settings/message.php index 668b36ba69..81eb917ed2 100644 --- a/resources/lang/fi/admin/settings/message.php +++ b/resources/lang/fi/admin/settings/message.php @@ -8,15 +8,15 @@ return array( 'success' => 'Asetukset päivitettiin onnistuneesti.' ), 'backup' => array( - 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', - 'file_deleted' => 'The backup file was successfully deleted. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'delete_confirm' => 'Haluatko varmasti poistaa tämän varmuuskopiotiedoston? Tätä toimintoa ei voi kumota.', + 'file_deleted' => 'Varmuuskopiotiedosto on poistettu onnistuneesti.', + 'generated' => 'Uusi varmuuskopiotiedosto luotiin onnistuneesti.', + 'file_not_found' => 'Tätä varmuuskopiotiedostoa ei löytynyt palvelimelta.', ), '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' => 'Virhe on ilmennyt puhdistuksen aikana.', + 'validation_failed' => 'Puhdistustodistus on virheellinen. Kirjoita vahvistusruutuun sana "DELETE".', + 'success' => 'Poistetut tietueet menestyivät onnistuneesti.' ), ); diff --git a/resources/lang/fi/admin/statuslabels/message.php b/resources/lang/fi/admin/statuslabels/message.php index d7e2391104..a314bc104e 100644 --- a/resources/lang/fi/admin/statuslabels/message.php +++ b/resources/lang/fi/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => 'Oletko varma että haluat poistaa tämän tilamerkinnän?', 'error' => 'Tilamerkinnän poistamisessa tapahtui virhe. Yritä uudelleen.', 'success' => 'Tilamerkintä poistettiin onnistuneesti.' - ) + ), + + 'help' => array( + 'undeployable' => 'Näitä varoja ei voida siirtää kenellekään.', + 'deployable' => 'Nämä varat voidaan tarkistaa. Kun ne on määritetty, ne ottavat meta-tilan Deployed.', + 'archived' => 'Näitä varoja ei voi tarkistaa, ja ne näkyvät vain Arkistoitu-näkymässä. Tämä on hyödyllistä, kun säilytetään tietoja varoista budjetointiin / historiallisiin tarkoituksiin, mutta säilytetään ne päivittäisestä omaisuusluettelosta.', + 'pending' => 'Näitä varoja ei voida vielä antaa kenellekään, jota käytetään usein kohteisiin, jotka ovat korjaamattomia, mutta joiden odotetaan palaavan liikkeeseen.', + ), ); diff --git a/resources/lang/fi/admin/statuslabels/table.php b/resources/lang/fi/admin/statuslabels/table.php index 666e476470..6cedfaf209 100644 --- a/resources/lang/fi/admin/statuslabels/table.php +++ b/resources/lang/fi/admin/statuslabels/table.php @@ -4,13 +4,13 @@ return array( 'about' => 'Lisätietoja Tilamerkinnöistä', 'archived' => 'Arkistoitu', 'create' => 'Uusi Tilamerkintä', - 'color' => 'Chart Color', + 'color' => 'Kaavion väri', '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', + 'show_in_nav' => 'Näytä sivut nav', 'title' => 'Tilamerkinnät', 'undeployable' => 'Käyttökelvoton', 'update' => 'Päivitä Tilamerkinnät', diff --git a/resources/lang/fi/admin/suppliers/table.php b/resources/lang/fi/admin/suppliers/table.php index 13b8965618..7809f797ff 100644 --- a/resources/lang/fi/admin/suppliers/table.php +++ b/resources/lang/fi/admin/suppliers/table.php @@ -1,8 +1,8 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'about_suppliers_title' => 'Tietoa toimittajista', + 'about_suppliers_text' => 'Tavarantoimittajien avulla seurataan tuotteiden lähdettä', 'address' => 'Toimittajan Osoite', 'assets' => 'Laitteet', 'city' => 'Kaupunki', diff --git a/resources/lang/fi/admin/users/general.php b/resources/lang/fi/admin/users/general.php index 0fa470b46e..7c7f87c014 100644 --- a/resources/lang/fi/admin/users/general.php +++ b/resources/lang/fi/admin/users/general.php @@ -4,22 +4,22 @@ return array( 'assets_user' => 'Käyttäjälle :name luovutetut laitteet', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', - 'current_assets' => 'Assets currently checked out to this user', + 'bulk_update_warn' => 'Aiotte muokata: user_count käyttäjille ominaisuuksia. Huomaa, että omia käyttäjätunnuksia ei voi muuttaa tämän lomakkeen avulla, vaan sinun on tehtävä muokkauksia omalle käyttäjälleen erikseen.', + 'bulk_update_help' => 'Tällä lomakkeella voit päivittää useita käyttäjiä kerralla. Vain täytä tarvittavat kentät. Kaikki tyhjä kentät pysyvät muuttumattomina.', + 'current_assets' => 'Tällä hetkellä tämän käyttäjän parhaillaan odottavat varat', 'clone' => 'Monista Käyttäjä', 'contact_user' => 'Ota yhteyttä käyttäjään :name', 'edit' => 'Muokkaa käyttäjää', 'filetype_info' => 'Sallitut tiedostotyypit ovat png, gif, jpg, jpeg, doc, docx, pdf, txt, zip ja rar.', 'history_user' => 'Historia käyttäjälle :name', - 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'info' => 'Tiedot', + 'restore_user' => 'Klikkaa tästä palauttaaksesi ne.', 'last_login' => 'Viimeisin kirjautuminen', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', + 'ldap_config_text' => 'LDAP-määritysasetukset löytyvät Järjestelmänvalvoja> Asetukset. Valinnainen (valinnainen) sijainti määritetään kaikille tuodulle käyttäjälle.', 'software_user' => 'Käyttäjälle :name luovutetut ohjelmistot', 'view_user' => 'Näytä Käyttäjä :name', 'usercsv' => 'CSV-tiedosto', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'two_factor_admin_optin_help' => 'Nykyiset järjestelmänvalvojasi asetukset mahdollistavat kaksitekijärjestelmän todentamisen valikoivan täytäntöönpanon.', + 'two_factor_enrolled' => '2FA-laite kirjoittautunut', + 'two_factor_active' => '2FA aktiivinen', ); diff --git a/resources/lang/fi/admin/users/message.php b/resources/lang/fi/admin/users/message.php index d83020ab4f..8b3df494a1 100644 --- a/resources/lang/fi/admin/users/message.php +++ b/resources/lang/fi/admin/users/message.php @@ -2,22 +2,22 @@ return array( - 'accepted' => 'You have successfully accepted this asset.', - 'declined' => 'You have successfully declined this asset.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'accepted' => 'Olet hyväksynyt tämän aineiston.', + 'declined' => 'Olet onnistunut hylkäsi tämän aineiston.', + 'bulk_manager_warn' => 'Käyttäjiäsi on onnistuneesti päivitetty, mutta pääkäyttäjän merkintääsi ei tallennettu, koska valitsemasi hallinnoijan oli myös muokattava käyttäjäluettelossa, eivätkä käyttäjät ole omaa päällikköään. Valitse käyttäjät uudelleen, poislukien johtajan.', 'user_exists' => 'Käyttäjää on jo luotu!', 'user_not_found' => 'Käyttäjää [:id] ei löydy.', 'user_login_required' => 'Käyttäjätunnus vaaditaan', 'user_password_required' => 'Salasana vaaditaan.', 'insufficient_permissions' => 'Riittämättömät Oikeudet.', 'user_deleted_warning' => 'Käyttäjä on jo poistettu. Mikäli haluat muokata tai luovuttaa laitteita hänelle sinun tulee palauttaa käyttäjä.', - 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'ldap_not_configured' => 'LDAP-integraatiota ei ole määritetty tässä asennuksessa.', 'success' => array( 'create' => 'Käyttäjä luotiin onnistuneesti.', 'update' => 'Käyttäjä päivitettiin onnistuneesti.', - 'update_bulk' => 'Users were successfully updated!', + 'update_bulk' => 'Käyttäjiä päivitettiin onnistuneesti!', 'delete' => 'Käyttäjä poistettiin onnistuneesti.', 'ban' => 'Käyttäjä estettiin onnistuneesti.', 'unban' => 'Käyttäjän esto poistettiin onnistuneesti.', @@ -31,29 +31,29 @@ return array( 'create' => 'Käyttäjä luonnissa tapahtui virhe. Yritä uudelleen.', 'update' => 'Käyttäjän päivityksessä tapahtui virhe. Yritä uudelleen.', 'delete' => 'Käyttäjän poistamisessa tapahtui virhe. Yritä uudelleen.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Tällä käyttäjällä on kohteita, joita ei voitu poistaa.', 'unsuspend' => 'Käyttäjän jäädytyksen poistossa tapahtui virhe. Yritä uudelleen.', - 'import' => 'There was an issue importing users. Please try again.', - 'asset_already_accepted' => 'This asset has already been accepted.', - 'accept_or_decline' => 'You must either accept or decline this asset.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'import' => 'Käyttäjä tuonut käyttäjiä. Yritä uudelleen.', + 'asset_already_accepted' => 'Tämä omaisuus on jo hyväksytty.', + 'accept_or_decline' => 'Sinun on joko hyväksyttävä tai hylättävä tämä omaisuus.', + 'incorrect_user_accepted' => 'Omaasi, jonka olet yrittänyt hyväksyä, ei ole tarkistettu sinulle.', + 'ldap_could_not_connect' => 'LDAP-palvelinta ei voitu muodostaa. Tarkista LDAP-palvelimen määritys LDAP-määritystiedostossa.
Häiriö LDAP-palvelimelta:', + 'ldap_could_not_bind' => 'LDAP-palvelinta ei voitu sitoa. Tarkista LDAP-palvelimen määritys LDAP-määritystiedostossa.
Häiriö LDAP-palvelimelta:', + 'ldap_could_not_search' => 'LDAP-palvelinta ei voitu hakea. Tarkista LDAP-palvelimen määritys LDAP-määritystiedostossa.
Häiriö LDAP-palvelimelta:', + 'ldap_could_not_get_entries' => 'LDAP-palvelimelta ei saatu merkintöjä. Tarkista LDAP-palvelimen määritys LDAP-määritystiedostossa.
Häiriö LDAP-palvelimelta:', + 'password_ldap' => 'Tätä salasanaa hallinnoi LDAP / Active Directory. Vaihda salasanasi IT-osastolla.', ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', + 'error' => 'Tiedostoa ei ole poistettu. Yritä uudelleen.', 'success' => 'Tiedosto poistettiin onnistuneesti.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', + 'error' => 'Tiedostoja ei ole ladattu. Yritä uudelleen.', 'success' => 'Tiedostot lähetettiin onnistuneesti.', 'nofiles' => 'Et valinnut yhtään tiedostoa lähetettäväksi', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'invalidfiles' => 'Yksi tai useampi tiedosto on liian suuri tai on filetype, jota ei sallita. Sallitut tiedostotyypit ovat png, gif, jpg, doc, docx, pdf ja txt.', ), ); diff --git a/resources/lang/fi/admin/users/table.php b/resources/lang/fi/admin/users/table.php index 278a90f7a6..43d68c7599 100644 --- a/resources/lang/fi/admin/users/table.php +++ b/resources/lang/fi/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Sijainti', 'lock_passwords' => 'Kirjautumistietoja ei voida muokata tässä asennuksessa.', 'manager' => 'Esimies', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Hallinnoitavat sijainnit', 'name' => 'Nimi', 'notes' => 'Muistiinpanot', 'password_confirm' => 'Vahvista Salasana', @@ -28,10 +28,10 @@ return array( 'show_current' => 'Näytä nykyiset käyttäjät', 'show_deleted' => 'Näytä poistetut käyttäjät', 'title' => 'Titteli', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => 'palauttaa ne.', 'updateuser' => 'Päivitä Käyttäjä', 'username' => 'Käyttäjätunnus', - 'user_deleted_text' => 'This user has been marked as deleted.', + 'user_deleted_text' => 'Tämä käyttäjä on merkitty poistetuiksi.', 'username_note' => '(Tätä käytetään vain Active Directory synkronointiin, ei kirjautumista varten.)', 'cloneuser' => 'Monista Käyttäjä', 'viewusers' => 'Näytä Käyttäjät', diff --git a/resources/lang/fi/auth/general.php b/resources/lang/fi/auth/general.php index bf88cba77a..9cbc95246e 100644 --- a/resources/lang/fi/auth/general.php +++ b/resources/lang/fi/auth/general.php @@ -1,12 +1,12 @@ 'Send Password Reset Link', - 'email_reset_password' => 'Email Password Reset', - 'reset_password' => 'Reset Password', - 'login' => 'Login', - 'login_prompt' => 'Please Login', - 'forgot_password' => 'I forgot my password', - 'remember_me' => 'Remember Me', + 'send_password_link' => 'Lähetä salasanan linkitys', + 'email_reset_password' => 'Sähköposti salasanan palautus', + 'reset_password' => 'Nollaa salasana', + 'login' => 'Kirjaudu sisään', + 'login_prompt' => 'Kirjaudu sisään, ole hyvä', + 'forgot_password' => 'unohdin salasanani', + 'remember_me' => 'Muista minut', ]; diff --git a/resources/lang/fi/auth/message.php b/resources/lang/fi/auth/message.php index 36da70f206..3b5929c2ee 100644 --- a/resources/lang/fi/auth/message.php +++ b/resources/lang/fi/auth/message.php @@ -7,7 +7,7 @@ return array( 'account_not_activated' => 'Käyttäjätiliä ei ole aktivoitu.', 'account_suspended' => 'Käyttäjätili on jäädytetty.', 'account_banned' => 'Käyttäjätili on estetty.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'throttle' => 'Liian monet epäonnistuneet kirjautumisyritykset. Yritä uudelleen noin minuuttien minuuttien ajan.', 'signin' => array( 'error' => 'Sisäänkirjautumisessa tapahtui virhe, yritä uudelleen.', diff --git a/resources/lang/fi/button.php b/resources/lang/fi/button.php index 67c3a325a4..64b32c413b 100644 --- a/resources/lang/fi/button.php +++ b/resources/lang/fi/button.php @@ -4,12 +4,12 @@ return array( 'actions' => 'Toiminnot', 'add' => 'Lisää uusi', 'cancel' => 'Peruuta', - 'checkin_and_delete' => 'Checkin & Delete User', + 'checkin_and_delete' => 'Tarkista & Poista käyttäjä', 'delete' => 'Poista', 'edit' => 'Muokkaa', 'restore' => 'Palauta', - 'request' => 'Request', + 'request' => 'Pyyntö', 'submit' => 'Lähetä', 'upload' => 'Lähetä', - 'select_file' => 'Select File...', + 'select_file' => 'Valitse tiedosto...', ); diff --git a/resources/lang/fi/general.php b/resources/lang/fi/general.php index 5ce2d5bba2..d2c2977d4d 100644 --- a/resources/lang/fi/general.php +++ b/resources/lang/fi/general.php @@ -1,105 +1,106 @@ 'Accessories', + 'accessories' => 'Lisätarvikkeet', 'activated' => 'Aktivoitu', - 'accessory' => 'Accessory', - 'accessory_report' => 'Accessory Report', + 'accessory' => 'lisävaruste', + 'accessory_report' => 'Lisävarusteluettelo', 'action' => 'Toiminto', - 'activity_report' => 'Activity Report', + 'activity_report' => 'Toimintakertomus', 'address' => 'Osoite', 'admin' => 'Ylläpitäjä', - 'add_seats' => 'Added seats', + 'add_seats' => 'Lisäistuimia', 'all_assets' => 'Kaikki Laitteet', 'all' => 'Kaikki', 'archived' => 'Arkistoitu', 'asset_models' => 'Laitemallit', + 'asset_model' => 'Malli', 'asset' => 'Laite', 'asset_report' => 'Laiteraportti', 'asset_tag' => 'Laitetunnus', 'assets_available' => 'laitetta vapaana', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'Tarkastaa', + 'audit_report' => 'Tarkastusloki', 'assets' => 'Laitteet', 'avatar_delete' => 'Poista käyttäjäkuva', 'avatar_upload' => 'Lähetä Käyttäjäkuva', 'back' => 'Edellinen', - 'bad_data' => 'Nothing found. Maybe bad data?', + 'bad_data' => 'Mitään ei löytynyt. Ehkä huonot tiedot?', 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit_status' => 'Tilintarkastuksen tila', 'bulk_checkout' => 'Bulk Checkout', 'cancel' => 'Peruuta', 'categories' => 'Kategoriat', 'category' => 'Kategoria', - 'change' => 'In/Out', + 'change' => 'Sisään ulos', 'changeemail' => 'Muuta Email-osoite', 'changepassword' => 'Muuta Salasana', 'checkin' => 'Palauta', - 'checkin_from' => 'Checkin from', + 'checkin_from' => 'Checkin alkaen', 'checkout' => 'Luovuta', 'city' => 'Kaupunki', - 'click_here' => 'Click here', + 'click_here' => 'Klikkaa tästä', 'companies' => 'Yritykset', 'company' => 'Yritys', 'component' => 'Komponentti', 'components' => 'Komponentit', - 'complete' => 'Complete', - 'consumable' => 'Consumable', - 'consumables' => 'Consumables', + 'complete' => 'Saattaa loppuun', + 'consumable' => 'kuluvia', + 'consumables' => 'kulutushyödykkeet', 'country' => 'Maa', 'create' => 'Luo Uusi', - 'created' => 'Item Created', + 'created' => 'Tuote luotiin', 'created_asset' => 'laite luotu', 'created_at' => 'Luontiaika', - 'updated_at' => 'Updated at', + 'updated_at' => 'Päivitetty klo', 'currency' => '€', // this is deprecated 'current' => 'Käytössä Olevat', 'custom_report' => 'Muokattu Laiteraportti', 'dashboard' => 'Hallintasivu', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'päivää', + 'days_to_next_audit' => 'Päivää seuraavaan tarkastukseen', 'date' => 'Päivä', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'debug_warning' => 'Varoitus!', + 'debug_warning_text' => 'Tämä sovellus on käynnissä tuotantotilassa, jossa virheenkorjaus on käytössä. Tämä voi paljastaa arkaluonteisia tietoja, jos sovellus on ulkomaailman käytettävissä. Poista debug-tilan käytöstä asettamalla APP_DEBUG -arvo .env -tiedostoosi false.', 'delete' => 'Poista', 'deleted' => 'Poistettu', - 'delete_seats' => 'Deleted Seats', - 'departments' => 'Departments', - 'department' => 'Department', + 'delete_seats' => 'Poistetut istuimet', + 'departments' => 'osastot', + 'department' => 'osasto', 'deployed' => 'Käyttöönotettu', 'depreciation_report' => 'Poistoraportti', 'download' => 'Lataa', 'depreciation' => 'Poistoluokka', 'editprofile' => 'Muokkaa Profiilia', 'eol' => 'Elinikä', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', + 'email_domain' => 'Sähköposti-verkkotunnus', + 'email_format' => 'Sähköposti-formaatti', + 'email_domain_help' => 'Tätä käytetään luomaan sähköpostiosoitteita tuotaessa', + 'filastname_format' => 'Ensimmäinen sukunimi (jsmith@example.com)', + 'firstname_lastname_format' => 'Etunimi Sukunimi (jane.smith@example.com)', 'first' => 'Ensimmäinen', 'first_name' => 'Etunimi', - 'first_name_format' => 'First Name (jane@example.com)', + 'first_name_format' => 'Etunimi (jane@example.com)', 'file_name' => 'Tiedosto', 'file_uploads' => 'Tiedostolataus', 'generate' => 'Luo', 'groups' => 'Ryhmät', 'gravatar_email' => 'Gravatarin Email-osoite', - 'history' => 'History', + 'history' => 'Historia', 'history_for' => 'Laitehistoria käyttäjälle', 'id' => 'Tunnus', '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', - 'item' => 'Item', - 'insufficient_permissions' => 'Insufficient permissions!', + 'import-history' => 'Tuontihistoria', + 'asset_maintenance' => 'Omaisuuden ylläpito', + 'asset_maintenance_report' => 'Omaisuudenhoitoraportti', + 'asset_maintenances' => 'Omaisuudenhoito', + 'item' => 'erä', + 'insufficient_permissions' => 'Riittämätön käyttöoikeus!', 'language' => 'Kieli', - 'last' => 'Last', - 'last_login' => 'Last Login', + 'last' => 'Kestää', + 'last_login' => 'Viimeinen kirjautuminen', 'last_name' => 'Sukunimi', 'license' => 'Lisenssi', 'license_report' => 'Lisenssiraportti', @@ -107,91 +108,91 @@ 'licenses' => 'Lisenssit', 'list_all' => 'Listaa Kaikki', 'loading' => 'Ladataan', - 'lock_passwords' => 'This field cannot be edited in this installation.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'lock_passwords' => 'Tätä kenttää ei voi muokata tässä asennuksessa.', + 'feature_disabled' => 'Tämä ominaisuus on poistettu käytöstä demo-asennusta varten.', 'location' => 'Sijainti', 'locations' => 'Sijainnit', 'logout' => 'Kirjaudu Ulos', - 'lookup_by_tag' => 'Lookup by Asset Tag', + 'lookup_by_tag' => 'Haku nimellä Asset Tag', 'manufacturer' => 'Valmistaja', 'manufacturers' => 'Valmistajat', - 'markdown' => 'This field allows Github flavored markdown.', - 'min_amt' => 'Min. QTY', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', + 'markdown' => 'Tämä kenttä mahdollistaa Github-maustamattoman markdown.', + 'min_amt' => 'Min. KPL', + 'min_amt_help' => 'Vähimmäismäärä kohteita, jotka pitäisi olla käytettävissä ennen hälytyksen laukaisua.', 'model_no' => 'Mallinumero', 'months' => 'Kuukautta', 'moreinfo' => 'Lisätiedot', 'name' => 'Nimi', 'next' => 'Seuraava', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', - 'new' => 'new!', + 'next_audit_date' => 'Seuraava tarkastuspäivä', + 'last_audit' => 'Viimeinen tarkastus', + 'new' => 'Uusi!', 'no_depreciation' => 'Ei poistoluokkaa', 'no_results' => 'Ei tuloksia.', 'no' => 'Ei', 'notes' => 'Muistiinpanot', - 'order_number' => 'Order Number', - 'page_menu' => 'Showing _MENU_ items', - 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', + 'order_number' => 'Tilausnumero', + 'page_menu' => 'Näytetään _MENU_ kohteita', + 'pagination_info' => 'Näytetään _START_ _ _END_ _TOTAL_ kohdetta', 'pending' => 'Odottaa', 'people' => 'Ihmiset', 'per_page' => 'Tuloksia Per Sivu', 'previous' => 'Edellinen', 'processing' => 'Käsitellään', 'profile' => 'Profiilisi', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', + 'purchase_cost' => 'Hankintameno', + 'purchase_date' => 'Ostopäivä', 'qty' => 'KPL', 'quantity' => 'Määrä', 'ready_to_deploy' => 'Käyttöönotettavissa', 'recent_activity' => 'Viimeisin toiminta', - 'remove_company' => 'Remove Company Association', + 'remove_company' => 'Poista yritysliitto', 'reports' => 'Raportit', - 'requested' => 'Requested', - 'request_canceled' => 'Request Canceled', + 'requested' => 'pyydetty', + 'request_canceled' => 'Pyyntö peruutettu', 'save' => 'Tallenna', 'select' => 'Valitse', 'search' => 'Etsi', - 'select_category' => 'Select a Category', - 'select_department' => 'Select a Department', - 'select_depreciation' => 'Select a Depreciation Type', + 'select_category' => 'Valitse kategoria', + 'select_department' => 'Valitse osasto', + 'select_depreciation' => 'Valitse poistoluokka', 'select_location' => 'Valitse sijainti', 'select_manufacturer' => 'Valitse valmistaja', - 'select_model' => 'Select a Model', + 'select_model' => 'Valitse malli', 'select_supplier' => 'Valitse toimittaja', 'select_user' => 'Valitse käyttäjä', - 'select_date' => 'Select Date (YYYY-MM-DD)', - 'select_statuslabel' => 'Select Status', - 'select_company' => 'Select Company', - 'select_asset' => 'Select Asset', + 'select_date' => 'Valitse päivämäärä (YYYY-MM-DD)', + 'select_statuslabel' => 'Valitse Tila', + 'select_company' => 'Valitse Yritys', + 'select_asset' => 'Valitse Asset', 'settings' => 'Asetukset', 'sign_in' => 'Kirjaudu sisään', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', + 'signature' => 'Allekirjoitus', + 'some_features_disabled' => 'DEMO-TILA: Jotkin ominaisuudet eivät ole käytössä tässä asennuksessa.', 'site_name' => 'Sivuston Nimi', 'state' => 'Lääni', 'status_labels' => 'Tilamerkinnät', 'status' => 'Tila', - 'supplier' => 'Supplier', + 'supplier' => 'toimittaja', 'suppliers' => 'Toimittajat', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', + 'sure_to_delete' => 'Haluatko varmasti poistaa', + 'submit' => 'Lähetä', + 'target' => 'Kohde', + 'time_and_date_display' => 'Ajan ja päivämäärän näyttö', 'total_assets' => 'laitteita yhteensä', 'total_licenses' => 'lisenssejä yhteensä', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', + 'total_accessories' => 'kaikki lisävarusteet', + 'total_consumables' => 'kulutustarvikkeet', 'type' => 'Tyyppi', 'undeployable' => 'Ei-käyttöönotettavissa', 'unknown_admin' => 'Tuntematon Ylläpitäjä', - 'username_format' => 'Username Format', + 'username_format' => 'Käyttäjätunnus', 'update' => 'Päivitä', 'uploaded' => 'Ladattu', 'user' => 'Käyttäjä', 'accepted' => 'hyväksytty', 'declined' => 'hylkää', - 'unaccepted_asset_report' => 'Unaccepted Assets', + 'unaccepted_asset_report' => 'Hyväksymättömät varat', 'users' => 'Käyttäjät', 'viewassets' => 'Näytä Käyttöönotetut Laitteet', 'website' => 'Verkkosivu', @@ -199,6 +200,6 @@ 'years' => 'vuotta', 'yes' => 'Kyllä', 'zip' => 'Postinumero', - 'noimage' => 'No image uploaded or image not found.', + 'noimage' => 'Ei kuvaa ladattu tai kuvaa ei löytynyt.', 'token_expired' => 'Istuntosi on vanhentunut. Ole hyvä ja kirjaudu uudelleen.', ]; diff --git a/resources/lang/fi/mail.php b/resources/lang/fi/mail.php index c9a4fe182d..2f84eb71eb 100644 --- a/resources/lang/fi/mail.php +++ b/resources/lang/fi/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', + 'a_user_canceled' => 'Käyttäjä on peruuttanut kohteen pyynnön verkkosivustolla', + 'a_user_requested' => 'Käyttäjä on pyytänyt kohdetta verkkosivustolla', + 'accessory_name' => 'Lisävarusteiden nimi:', + 'additional_notes' => 'Lisämerkinnät:', + 'admin_has_created' => 'Järjestelmänvalvoja on luonut tilin sinulle: verkkosivustolla.', 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', + 'asset_name' => 'Omaisuuden nimi:', + 'asset_requested' => 'Omaisuus pyydetty', + 'asset_tag' => 'Omaisuuden tunniste:', + 'assets_warrantee_expiring' => '{1} omaisuus takuupäivänä, joka päättyy seuraavien 60 päivän aikana. | [2, Inf] varat, joilla takuitaika päättyy seuraavien 60 päivän aikana.', + 'assigned_to' => 'Määritetty', + 'best_regards' => 'Parhain terveisin,', + 'canceled' => 'peruutettu:', 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', + 'checkout_date' => 'Checkout Pvm:', + 'click_to_confirm' => 'Vahvista klikkaamalla seuraavaa linkkiä: web-tili:', + 'click_on_the_link_accessory' => 'Klikkaa alla olevaa linkkiä vahvistaaksesi, että olet saanut lisävarusteen.', + 'click_on_the_link_asset' => 'Klikkaa alla olevaa linkkiä vahvistaaksesi, että olet saanut omaisuuden.', + 'Confirm_Asset_Checkin' => 'Vahvista Asset Checkin.', + 'Confirm_Accessory_Checkin' => 'Vahvista lisävarusteen tarkistus.', + 'Confirm_accessory_delivery' => 'Varmista lisävarusteiden toimitus.', + 'Confirm_asset_delivery' => 'Vahvista omaisuuden toimittaminen.', + 'Confirm_consumable_delivery' => 'Varmista kulutustarvikkeet.', + 'current_QTY' => 'Nykyinen QTY', + 'Days' => 'päivää', + 'days' => 'päivää', + 'expecting_checkin_date' => 'Odotettu tarkastuspäivä:', + 'expires' => 'vanhenee', + 'Expiring_Assets_Report' => 'Varallisuusraportin katoaminen.', + 'Expiring_Licenses_Report' => 'Käyttöoikeusraportin katoaminen.', + 'hello' => 'Hei', + 'hi' => 'Moi', + 'i_have_read' => 'Olen lukenut ja hyväksynyt käyttöehdot ja olen saanut tämän kohteen.', + 'item' => 'Tuote:', + 'items_below_minimum' => '{1} kohde, joka on pienimmän inventaarion alapuolella tai alhainen. | [2, Inf] kohteita, jotka ovat pienimmän inventaarion alapuolella tai jotka ovat pian alhaiset.', + 'Item_Request_Canceled' => 'Tuotepyyntö peruutettu', + 'Item_Requested' => 'Pyydetty kohde', + 'licenses_expiring' => '{1} lisenssi, joka päättyy seuraavien 60 päivän aikana. | [2, Inf] lisenssit päättyvät seuraavien 60 päivän aikana.', + 'link_to_update_password' => 'Napsauta seuraavaa linkkiä päivittääksesi: web-salasanasi:', + 'login_first_admin' => 'Kirjaudu sisään uusiin Snipe-IT -asiintaseesi käyttäen alla olevia tunnistetietoja:', + 'login' => 'Kirjaudu sisään:', + 'Low_Inventory_Report' => 'Pieni inventaarioraportti', 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'name' => 'Nimi', + 'new_item_checked' => 'Uusi kohde on tarkistettu nimesi alla, yksityiskohdat ovat alla.', + 'password' => 'Salasana:', + 'password_reset' => 'Salasanan nollaus', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', - 'supplier' => 'Supplier', + 'read_the_terms' => 'Lue käyttöehdot jäljempänä.', + 'read_the_terms_and_click' => 'Lue käyttöehdot alla ja klikkaa alla olevaa linkkiä vahvistaaksesi, että olet lukenut käyttöehdot ja että olet hyväksynyt käyttöehdot.', + 'requested' => 'pyydetään:', + 'reset_link' => 'Salasanasi nollaa linkki', + 'reset_password' => 'Palauta salasana napsauttamalla tätä:', + 'serial' => 'Sarja:', + 'supplier' => 'toimittaja', 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'test_email' => 'Testaa sähköposti Snipe-IT: stä', + 'test_mail_text' => 'Tämä on testi Snipe-IT Asset Management -järjestelmästä. Jos saat tämän, sähköposti toimii :)', + 'the_following_item' => 'Seuraava kohde on tarkistettu:', + 'There_are' => '{1} On | [2, Inf] On', + 'to_reset' => 'Voit palauttaa: web-salasanasi täyttämällä tämän lomakkeen:', + 'type' => 'Tyyppi', + 'user' => 'käyttäjä:', + 'username' => 'Käyttäjätunnus:', + 'welcome' => 'Tervetuloa: nimi', + 'welcome_to' => 'Tervetuloa: web!', + 'your_credentials' => 'Sinun Snipe-IT -asiakirjasi', ); diff --git a/resources/lang/fi/passwords.php b/resources/lang/fi/passwords.php index 5195a9b77c..650e54b9dc 100644 --- a/resources/lang/fi/passwords.php +++ b/resources/lang/fi/passwords.php @@ -1,7 +1,7 @@ 'Your password link has been sent!', - 'user' => 'That user does not exist or does not have an email address associated', + 'sent' => 'Salasanasi linkki on lähetetty!', + 'user' => 'Tätä käyttäjää ei ole tai sillä ei ole sähköpostiosoitetta', ]; diff --git a/resources/lang/fi/table.php b/resources/lang/fi/table.php index 813ef3cf21..783d0f0c6b 100644 --- a/resources/lang/fi/table.php +++ b/resources/lang/fi/table.php @@ -5,6 +5,6 @@ return array( 'actions' => 'Toiminnot', 'action' => 'Toiminto', 'by' => 'Suorittaja', - 'item' => 'Item', + 'item' => 'erä', ); diff --git a/resources/lang/fi/validation.php b/resources/lang/fi/validation.php index bcada1d4cc..e974b7ea7d 100644 --- a/resources/lang/fi/validation.php +++ b/resources/lang/fi/validation.php @@ -16,76 +16,76 @@ return array( 'accepted' => ':attribute tulee hyväksyä.', 'active_url' => ':attribute ei ole oikea URL-osoite.', 'after' => ':attribute tulee olla päivämäärä päivän :date jälkeen.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'The: attribuutin on oltava päivä tai yhtä suuri kuin: date.', 'alpha' => ':attribute saa sisältää ainoastaan kirjaimia.', 'alpha_dash' => ':attribute voi sisältää vain kirjaimia, numeroita ja viivoja.', 'alpha_num' => ':attribute voi sisältää ainoastaan kirjaimia ja numeroita.', - 'array' => 'The :attribute must be an array.', + 'array' => 'Attribuutin on oltava taulukko.', 'before' => ':attribute tulee olla päivämäärä ennen päivää :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'Ominaisuuden on oltava päivä ennen tai yhtä kuin: päivämäärä.', 'between' => [ 'numeric' => ':attribute tulee olla välillä :min - :max.', 'file' => ':attribute tulee olla välillä :min - :max kilotavua.', 'string' => ':attribute tulee olla :min - :max merkkiä.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'Ominaisuuden on oltava välillä: min ja max.', ], - 'boolean' => 'The :attribute field must be true or false.', + 'boolean' => 'Attribuutti-kentän on oltava tosi tai epätosi.', 'confirmed' => ':attribute vahvistus ei täsmää.', 'date' => ':attribute ei ole oikea päivämäärä.', 'date_format' => ':attribute ei täsmää muotoiluun :format.', 'different' => ':attribute ja :other tulee olla erilaisia.', 'digits' => ':attribute tulee olla :digits numeroa pitkä.', 'digits_between' => ':attribute tulee olla numero väliltä :min ja :max.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'Attribuutilla on virheelliset kuvamitat.', + 'distinct' => 'Ominaisuuskentässä on kaksoiskappale.', 'email' => ':attribute muotoilu on virheellinen.', 'exists' => 'Valittu :attribute on virheellinen.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'Attribuutin on oltava tiedosto.', + 'filled' => 'Ominaisuuskentässä on oltava arvo.', 'image' => ':attribute tulee olla kuva.', 'in' => 'Valittu :attribute on virheellinen.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'Ominaisuuskenttää ei ole: muut.', 'integer' => ':attribute tulee olla kokonaisluku.', 'ip' => ':attribute tulee olla oikea IP-osoite.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'Attribuutin on oltava kelvollinen IPv4-osoite.', + 'ipv6' => 'Ominaisuuden on oltava kelvollinen IPv6-osoite.', + 'json' => 'Attribuutin on oltava kelvollinen JSON-merkkijono.', 'max' => [ 'numeric' => ':attribute ei saa olla suurempi kuin :max.', 'file' => ':attribute ei saa olla suurempi kuin :max kilotavua.', 'string' => ':attribute ei saa olla suurempi kuin :max merkkiä.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'Attribuutilla ei saa olla enempää kuin: max-kohteet.', ], 'mimes' => ':attribute tulee olla tiedosto jonka tyyppi on: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'The: attribuutin on oltava tyyppiä tyyppi:: arvot.', 'min' => [ 'numeric' => ':attribute tulee olla vähintään :min.', 'file' => ':attribute tulee olla vähintään :min kilotavua.', 'string' => ':attribute tulee olla vähintään :min merkkiä.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'Ominaisuudella on oltava vähintään: min kohteet.', ], 'not_in' => 'Valittu :attribute on virheellinen.', 'numeric' => ':attribute tulee olla numero.', - 'present' => 'The :attribute field must be present.', + 'present' => 'Attribuutti-kentän on oltava läsnä.', 'regex' => ':attribute muotoilu on virheellinen.', 'required' => ':attribute on vaadittu.', 'required_if' => ':attribute on vaadittu kun :other on :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'The: attribuutti-kenttä on pakollinen, paitsi jos: other on: arvot.', 'required_with' => ':attribute on vaadittu kun :values on määritettynä.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'Ominaisuuskenttää tarvitaan, kun: arvot ovat läsnä.', 'required_without' => ':attribute on vaadittu kun :values ei ole määritettynä.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'Ominaisuuskenttä on pakollinen, kun mitään arvoista ei ole.', 'same' => ':attribute ja :other tulee olla samat.', 'size' => [ 'numeric' => ':attributetulee olla :size.', 'file' => ':attribute tulee olla :size kilotavua.', 'string' => ':attribute tulee olla :size merkkiä.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'Attribuutin on sisällettävä: koon kohteita.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'Määritteen on oltava merkkijono.', + 'timezone' => 'Attribuutin on oltava kelvollinen alue.', 'unique' => ':attribute on jo käytössä.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'Attribuutti ei onnistunut lataamaan.', 'url' => ':attribute muotoilu on virheellinen.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Attribuutin kenttä sisältää merkin, jota ei sallita.", + "email_array" => "Yksi tai useampi sähköpostiosoite on virheellinen.", + "hashed_pass" => "Nykyinen salasanasi on virheellinen", + 'dumbpwd' => 'Salasana on liian yleinen.', + "statuslabel_type" => "Sinun on valittava kelvollinen tilamerkintyyppi", + "unique_undeleted" => "Ominaisuuden on oltava ainutlaatuinen.", ], /* diff --git a/resources/lang/fr/admin/asset_maintenances/message.php b/resources/lang/fr/admin/asset_maintenances/message.php index a238ef77ee..476a0fb6ed 100644 --- a/resources/lang/fr/admin/asset_maintenances/message.php +++ b/resources/lang/fr/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Le type d\'entretien d\'actif a été créé correctement.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'La gestion des actifs n\'a pas été modifiée, veuillez réessayer.', + 'success' => 'Asset Maintenance modifié avec succès.' ], 'asset_maintenance_incomplete' => 'Pas encore complété', 'warranty' => 'Garantie', diff --git a/resources/lang/fr/admin/custom_fields/message.php b/resources/lang/fr/admin/custom_fields/message.php index 548b61a379..2496cbb682 100644 --- a/resources/lang/fr/admin/custom_fields/message.php +++ b/resources/lang/fr/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset n\'existe pas', 'create' => array( 'error' => 'Le fieldset n\'a pas pur être créé, veuillez réessayer.', diff --git a/resources/lang/fr/admin/departments/message.php b/resources/lang/fr/admin/departments/message.php index d65f4fbb2b..8e1a8b4a1f 100644 --- a/resources/lang/fr/admin/departments/message.php +++ b/resources/lang/fr/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Le département n\'existe pas.', + 'assoc_users' => 'Ce service est actuellement associé à au moins un utilisateur et ne peut pas être supprimé. Veuillez mettre à jour vos utilisateurs pour ne plus référencer ce service et réessayer.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Le département n\'a pas été créé. Veuillez réessayer.', + 'success' => 'Département créé avec succès.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Le département n\'a pas été mis à jour. Veuillez réessayer.', + 'success' => 'Département mis à jour avec succès.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Êtes-vous sûr de vouloir supprimer ce département?', + 'error' => 'Il y avait un problème de suppression du département. Veuillez réessayer.', + 'success' => 'Le département a été supprimé avec succès.' ) ); diff --git a/resources/lang/fr/admin/departments/table.php b/resources/lang/fr/admin/departments/table.php index 76494247be..81f12064ee 100644 --- a/resources/lang/fr/admin/departments/table.php +++ b/resources/lang/fr/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'name' => 'Nom du département', + 'manager' => 'Directeur', + 'location' => 'Emplacement', + 'create' => 'Créer un département', + 'update' => 'Mise à jour Département', ); diff --git a/resources/lang/fr/admin/hardware/form.php b/resources/lang/fr/admin/hardware/form.php index a521fd687a..a15c5cea48 100644 --- a/resources/lang/fr/admin/hardware/form.php +++ b/resources/lang/fr/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Coût d\'achat', 'create' => 'Créer des actifs', 'date' => 'Date d\'achat', + 'depreciation' => 'Dépréciation', 'depreciates_on' => 'Amortit sur', 'default_location' => 'Emplacement par défaut', 'eol_date' => 'Date de fin de vie', diff --git a/resources/lang/fr/admin/hardware/general.php b/resources/lang/fr/admin/hardware/general.php index 0bd475e10b..072db155d2 100644 --- a/resources/lang/fr/admin/hardware/general.php +++ b/resources/lang/fr/admin/hardware/general.php @@ -7,7 +7,7 @@ return array( 'asset' => 'Biens', 'bulk_checkout' => 'Attribuer les objets à l\'utilisateur', 'checkin' => 'Retour des Biens', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Commander l\'actif', 'clone' => 'Cloner le Bien', 'deployable' => 'Déployable', 'deleted' => 'Cet actif a été détruit. Cliquez ici pour le restaurer.', diff --git a/resources/lang/fr/admin/hardware/message.php b/resources/lang/fr/admin/hardware/message.php index a63c9174d5..1b093a4548 100644 --- a/resources/lang/fr/admin/hardware/message.php +++ b/resources/lang/fr/admin/hardware/message.php @@ -25,8 +25,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Audit des actifs n\'a pas réussi. Veuillez réessayer.', + 'success' => 'Audit des actifs consigné avec succès.' ), @@ -54,7 +54,7 @@ return array( 'delete' => array( 'confirm' => 'Etes-vous sûr de vouloir supprimer ce bien?', 'error' => 'Il y a eu un problème en supprimant ce bien. Veuillez réessayer.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => 'Aucun actif n\'a été sélectionné, donc rien n\'a été supprimé.', 'success' => 'Ce bien a été supprimé correctement.' ), diff --git a/resources/lang/fr/admin/licenses/message.php b/resources/lang/fr/admin/licenses/message.php index dd35e0d8e7..8d7328e4b2 100644 --- a/resources/lang/fr/admin/licenses/message.php +++ b/resources/lang/fr/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'L\'actif que vous essayez d\'associer avec cette licence n\'existe pas.', 'owner_doesnt_match_asset' => 'L\'actif que vous essayez d\'associer avec cette licence est détenu par une autre personne que celle sélectionnée dans la liste déroulante.', 'assoc_users' => 'Cette catégorie est associée au moins à un modèle et ne peut être supprimée. Veuillez actualiser vos modèles pour ne plus référencer cette catégorie et réessayer.', + 'select_asset_or_person' => 'Vous devez sélectionner un actif ou un utilisateur, mais pas les deux.', 'create' => array( diff --git a/resources/lang/fr/admin/models/message.php b/resources/lang/fr/admin/models/message.php index 159cd6734c..d689e3d778 100644 --- a/resources/lang/fr/admin/models/message.php +++ b/resources/lang/fr/admin/models/message.php @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Aucun champ n\'a été changé, donc rien n\'a été mis à jour.', + 'success' => 'Modèles mis à jour.' ), ); diff --git a/resources/lang/fr/admin/settings/general.php b/resources/lang/fr/admin/settings/general.php index c6e2f32c50..c81d746b3b 100644 --- a/resources/lang/fr/admin/settings/general.php +++ b/resources/lang/fr/admin/settings/general.php @@ -10,10 +10,10 @@ return array( 'alert_interval' => 'Seuil d\'expiration des alertes (en jours)', 'alert_inv_threshold' => 'Seuil d\'alerte d\'inventaire', 'asset_ids' => 'ID de l\'actif', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'Intervalle d\'audit', + 'audit_interval_help' => 'Si vous devez régulièrement vérifier physiquement vos actifs, entrez l\'intervalle en mois.', + 'audit_warning_days' => 'Seuil d\'avertissement d\'audit', + 'audit_warning_days_help' => 'Combien de jours à l\'avance devrions-nous vous avertir lorsque les actifs doivent être vérifiés?', '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', @@ -67,8 +67,8 @@ return array( '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.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => 'Note de connexion', + 'login_note_help' => 'Ajoutez éventuellement quelques phrases sur votre écran de connexion, par exemple pour aider les personnes ayant trouvé un appareil perdu ou volé. Ce champ accepte Github aromatisé markdown', 'logo' => 'Logo', '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', @@ -77,12 +77,12 @@ return array( 'php' => 'Version de PHP', 'php_gd_info' => 'Vous devez installer php-gd afin d\'afficher les QR codes (voir les instructions d\'installation).', 'php_gd_warning' => 'Le PHP Image Processing et GD plugin n\'est PAS installé.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Complexité du mot de passe', + 'pwd_secure_complexity_help' => 'Sélectionnez les règles de complexité de mot de passe que vous souhaitez appliquer.', + 'pwd_secure_min' => 'Mot de passe minimum', + 'pwd_secure_min_help' => 'La valeur minimale autorisée est de 5', + 'pwd_secure_uncommon' => 'Empêcher les mots de passe communs', + 'pwd_secure_uncommon_help' => 'Cela empêchera les utilisateurs d\'utiliser des mots de passe communs parmi les 10 000 premiers mots de passe signalés dans les violations.', 'qr_help' => 'Activer les QR Codes avant de définir ceci', 'qr_text' => 'Texte du QR Code', 'setting' => 'Paramètre', @@ -102,7 +102,7 @@ return array( '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)', - 'next_auto_tag_base' => 'Next auto-increment', + 'next_auto_tag_base' => 'Incrément automatique suivant', 'page_padding' => 'Marges de la page (en pouces)', 'purge' => 'Purger les enregistrements supprimés', 'labels_display_bgutter' => 'Etiquette de la gouttière du bas', @@ -116,9 +116,11 @@ return array( 'inches' => 'pouces', 'width_w' => 'l', 'height_h' => 'h', + 'show_url_in_emails' => 'Lien vers Snipe-IT dans les e-mails', + 'show_url_in_emails_help_text' => 'Décochez cette case si vous ne souhaitez pas relier votre installation Snipe-IT à vos pieds de page. Utile si la plupart de vos utilisateurs ne se connectent jamais.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'thumbnail_max_h' => 'Hauteur maximale de la vignette', + 'thumbnail_max_h_help' => 'Hauteur maximale en pixels que les vignettes peuvent afficher dans la vue de liste. Min 25, max 500', 'two_factor' => 'Authentification en deux étapes', 'two_factor_secret' => 'Code à deux facteurs', 'two_factor_enrollment' => 'Inscription à deux facteurs', diff --git a/resources/lang/fr/admin/statuslabels/message.php b/resources/lang/fr/admin/statuslabels/message.php index d8ecf356ff..066be3b276 100644 --- a/resources/lang/fr/admin/statuslabels/message.php +++ b/resources/lang/fr/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => 'Etes-vous sûr de vouloir supprimer cette étiquette de statut?', 'error' => 'Un problème est survenu durant la suppression de cette étiquette de statut. Merci d\'essayer à nouveau.', 'success' => 'L\'étiquette de statut a bien été supprimée.' - ) + ), + + 'help' => array( + 'undeployable' => 'Ces actifs ne peuvent être attribués à personne.', + 'deployable' => 'Ces actifs peuvent être extraits. Une fois qu\'ils sont assignés, ils supposeront un statut méta de Deployed.', + 'archived' => 'Ces éléments ne peuvent pas être extraits et ne s\'afficheront que dans la vue Archivée. Ceci est utile pour conserver des informations sur les actifs à des fins budgétaires / historiques, mais les garder hors de la liste des actifs au jour le jour.', + 'pending' => 'Ces actifs ne peuvent pas encore être attribués à qui que ce soit, souvent utilisés pour des articles en réparation, mais qui devraient revenir à la circulation.', + ), ); diff --git a/resources/lang/fr/admin/users/general.php b/resources/lang/fr/admin/users/general.php index 656e97938c..94157ef786 100644 --- a/resources/lang/fr/admin/users/general.php +++ b/resources/lang/fr/admin/users/general.php @@ -13,7 +13,7 @@ return array( 'filetype_info' => 'Types de fichier autorisés: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', 'history_user' => 'Historique pour :name', 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => 'Cliquez ici pour les restaurer.', 'last_login' => 'Dernière connexion', 'ldap_config_text' => 'Les paramètres de configuration LDAP se trouvent sous Admin > Réglages. La localisation sélectionnée (optionnelle) sera définie pour tous les utilisateurs importés.', 'software_user' => 'Logiciels associés avec :name', diff --git a/resources/lang/fr/admin/users/message.php b/resources/lang/fr/admin/users/message.php index bcb4fe7be5..84ec9c4ad3 100644 --- a/resources/lang/fr/admin/users/message.php +++ b/resources/lang/fr/admin/users/message.php @@ -31,7 +31,7 @@ return array( 'create' => 'Un problème a eu lieu pendant la création de l\'utilisateur. Veuillez essayer à nouveau.', 'update' => 'Un problème a eu lieu pendant la mise à jour de l\'utilisateur. Veuillez essayer à nouveau.', 'delete' => 'Un problème a eu lieu pendant la suppression de l\'utilisateur. Veuillez essayer à nouveau.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Cet utilisateur a des éléments assignés et n\'a pas pu être supprimé.', 'unsuspend' => 'Un problème a eu lieu pendant la réhabilitation de l\'utilisateur. Veuillez essayer à nouveau.', 'import' => 'Il y a eu un problème lors de l\'importation des utilisateurs. Veuillez réessayer.', 'asset_already_accepted' => 'Cet actif a déjà été accepté.', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => 'Impossible de se connecter au serveur LDAP . S\'il vous plaît vérifier la configuration de votre serveur LDAP dans le fichier de configuration LDAP .
Erreur de serveur LDAP : ', 'ldap_could_not_search' => 'Impossible de rechercher le serveur LDAP . S\'il vous plaît vérifier la configuration de votre serveur LDAP dans le fichier de configuration LDAP .
Erreur de serveur LDAP :', 'ldap_could_not_get_entries' => 'Impossible d\'obtenir les entrées du serveur LDAP . S\'il vous plaît vérifier la configuration de votre serveur LDAP dans le fichier de configuration LDAP .
Erreur de serveur LDAP :', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'Le mot de passe de ce compte est géré par LDAP / Active Directory. Veuillez contacter votre service informatique pour changer votre mot de passe.', ), 'deletefile' => array( diff --git a/resources/lang/fr/admin/users/table.php b/resources/lang/fr/admin/users/table.php index 1e11eef872..09999c4d5f 100644 --- a/resources/lang/fr/admin/users/table.php +++ b/resources/lang/fr/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Lieu', 'lock_passwords' => 'Les informations de connexion ne peuvent pas être modifiés sur cette installation .', 'manager' => 'Responsable', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Emplacements gérés', 'name' => 'Nom', 'notes' => 'Notes', 'password_confirm' => 'Confirmer le mot de passe', diff --git a/resources/lang/fr/general.php b/resources/lang/fr/general.php index 694237fc34..82590f878b 100644 --- a/resources/lang/fr/general.php +++ b/resources/lang/fr/general.php @@ -14,24 +14,25 @@ 'all' => 'Tous', 'archived' => 'Retiré', 'asset_models' => 'Modèles d\'actif', + 'asset_model' => 'maquette', 'asset' => 'Actif', 'asset_report' => 'Rapport d\'actif', 'asset_tag' => 'Étiquette de l\'actif', 'assets_available' => 'Actifs disponibles', 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit_report' => 'Journal d\'audit', 'assets' => 'Actifs', 'avatar_delete' => 'Supprimer l\'Avatar', 'avatar_upload' => 'Charger un Avatar', 'back' => 'Retour', 'bad_data' => 'Aucun résultat, les données sont peut-être erronées?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => 'Vérification en bloc', + 'bulkaudit_status' => 'État de la vérification', 'bulk_checkout' => 'Attribution par lot', 'cancel' => 'Annuler', 'categories' => 'Catégories', 'category' => 'Сatégorie', - 'change' => 'In/Out', + 'change' => 'In / Out', 'changeemail' => 'Changer l\'adresse e-mail', 'changepassword' => 'Changer le mot de passe', 'checkin' => 'Dissocier', @@ -56,16 +57,16 @@ 'current' => 'Actuels', 'custom_report' => 'Rapport d\'actif personnalisé', 'dashboard' => 'Tableau de bord', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'journées', + 'days_to_next_audit' => 'Jours avant la prochaine vérification', 'date' => 'Date', 'debug_warning' => 'Attention !', 'debug_warning_text' => 'Cette application fonctionne en mode de production avec le débogage activé. Cela peut exposer des données sensibles si votre application est accessible au monde extérieur. Désactivez le mode de débogage en définissant la valeur APP_DEBUG dans votre fichier .env sur false .', 'delete' => 'Supprimer', 'deleted' => 'Supprimé', 'delete_seats' => 'Places supprimées', - 'departments' => 'Departments', - 'department' => 'Department', + 'departments' => 'Départements', + 'department' => 'département', 'deployed' => 'Déployé', 'depreciation_report' => 'Rapport d’amortissement', 'download' => 'Télécharger', @@ -123,8 +124,8 @@ 'moreinfo' => 'Plus d\'info', 'name' => 'Nom', 'next' => 'Prochain', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Prochaine date de vérification', + 'last_audit' => 'Dernier audit', 'new' => 'nouveau!', 'no_depreciation' => 'Pas d\'amortissement', 'no_results' => 'Pas de résultat.', @@ -153,14 +154,14 @@ 'select' => 'Sélectionner', 'search' => 'Rechercher', 'select_category' => 'Choisir une catégorie', - 'select_department' => 'Select a Department', + 'select_department' => 'Sélectionnez un département', 'select_depreciation' => 'Choisissez un type d\'amortissement', 'select_location' => 'Choisissez un emplacement', 'select_manufacturer' => 'Choisissez un fabricant', 'select_model' => 'Choisissez un modèle', 'select_supplier' => 'Choisissez un fournisseur', 'select_user' => 'Choisissez un utilisateur', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => 'Sélectionnez la date (AAAA-MM-JJ)', 'select_statuslabel' => 'Choisissez un état', 'select_company' => 'Sélectionnez une compagnie', 'select_asset' => 'Choisir un bien', diff --git a/resources/lang/fr/validation.php b/resources/lang/fr/validation.php index 7b1993377e..6d8d13cfc5 100644 --- a/resources/lang/fr/validation.php +++ b/resources/lang/fr/validation.php @@ -16,18 +16,18 @@ return array( 'accepted' => 'L\'attribut ":attribute" doit être accepté.', 'active_url' => 'L\'attribut ":attribute" n\'est pas une URL valide.', 'after' => 'L\'attribut ":attribute" doit être une date après :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'L\'attribut: doit être une date après ou égale à: date.', 'alpha' => 'L\'attribut ":attribute" ne peut contenir que des lettres.', 'alpha_dash' => 'L\'attribut ":attribute" ne peut contenir que des lettres, des nombres, et des tirets.', 'alpha_num' => 'L\'attribut ":attribute" ne peut contenir que des caractères alphanumériques.', - 'array' => 'The :attribute must be an array.', + 'array' => 'L\'attribut: doit être un tableau.', 'before' => 'L\'attribut ":attribute" doit être une date avant :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'L\'attribut: doit être une date antérieure ou égale à: date.', 'between' => [ 'numeric' => 'L\'attribut ":attribute" doit être entre :min et :max.', 'file' => 'L\'attribut ":attribute" doit être entre :min et :max kilo-octets.', 'string' => 'L\'attribut ":attribute" doit contenir entre :min et :max caractères.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'L\'attribut: doit avoir entre: min et: max items.', ], 'boolean' => 'L\'attribut : doit être vrai ou faux.', 'confirmed' => 'La confirmation et l\'attribut ":attribute" ne concordent pas.', @@ -36,56 +36,56 @@ return array( 'different' => 'L\'attribut ":attribute" et l\'attribut ":other" doivent être différents.', 'digits' => 'L\'attribut ":attribute" doit contenir :digits chiffres.', 'digits_between' => 'L\'attribut ":attribute" doit contenir entre :min et :max chiffres.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'L\'attribut: a des dimensions d\'image invalides.', + 'distinct' => 'Le champ d\'attribut: a une valeur en double.', 'email' => 'Le format de l\'attribut ":attribute" est invalide.', 'exists' => 'L\'attribut ":attribute" est invalide.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'L\'attribut: doit être un fichier.', + 'filled' => 'Le champ d\'attribut: doit avoir une valeur.', 'image' => 'L\'attribut ":attribute" doit être une image.', 'in' => 'Le :attribute selectionné est invalide.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'Le champ d\'attribut: n\'existe pas dans autre.', 'integer' => 'L\'attribut ":attribute" doit être un nombre entier.', 'ip' => 'L\'attribut ":attribute" doit être une adresse IP valide.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'L\'attribut: doit être une adresse IPv4 valide.', + 'ipv6' => 'L\'attribut: doit être une adresse IPv6 valide.', + 'json' => 'L\'attribut: doit être une chaîne JSON valide.', 'max' => [ 'numeric' => 'L\'attribut ":attribute" ne peut pas être plus grand que :max.', 'file' => 'L\'attribut ":attribute" ne doit pas dépasser :max kilo-octets.', 'string' => 'L\'attribut ":attribute" ne doit pas faire plus de :max caractères.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'L\'attribut: peut ne pas avoir plus de: max items.', ], 'mimes' => 'Le fichier :attribute doit être de type :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'L\'attribut: doit être un fichier de type:: valeurs.', 'min' => [ 'numeric' => 'L\'attribut ":attribute" doit être au moins :min.', 'file' => 'L\'attribut ":attribute" doit faire au moins :min kilo-octets.', 'string' => 'L\'attribut ":attribute" doit faire au moins :min caractères.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'L\'attribut: doit avoir au moins: éléments min.', ], 'not_in' => 'L\'attribut ":attribute" est invalide.', 'numeric' => 'L\'attribut ":attribute" doit être un nombre.', - 'present' => 'The :attribute field must be present.', + 'present' => 'Le champ d\'attribut: doit être présent.', 'regex' => 'Le format de l\'attribut ":attribute" est invalide.', 'required' => 'Le champs :attribute est nécessaire.', 'required_if' => 'Le champ :attribute est nécessaire quand :other vaut :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'Le champ d\'attribut: est obligatoire sauf si: autre est dans: valeurs.', 'required_with' => 'Le champ :attribute est nécessaire quand :values est présent.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'Le champ d\'attribut: est requis lorsque: les valeurs sont présentes.', 'required_without' => 'Le champ :attribute est nécessaire quand :values n\'est pas présent.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'Le champ d\'attribut: est requis lorsque aucune des valeurs suivantes n\'est présente.', 'same' => 'L\'attribut ":attribute" et :other doivent correspondre.', 'size' => [ 'numeric' => 'L\'attribut ":attribute" doit faire :size.', 'file' => 'L\'attribut ":attribute" doit faire :size kilo-octets.', 'string' => 'L\'attribut ":attribute" doit faire :size caractères.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'L\'attribut: doit contenir: des éléments de taille.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'L\'attribut: doit être une chaîne.', + 'timezone' => 'L\'attribut: doit être une zone valide.', 'unique' => 'Cet-te :attribute a déjà été pris-e.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'L\'attribut: n\'a pas pu télécharger.', 'url' => 'Le format de cet-te :attribute est invalide.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Le champ d'attribut: contient un caractère qui n'est pas autorisé.", + "email_array" => "Une ou plusieurs adresses électroniques sont invalides.", + "hashed_pass" => "Votre mot de passe actuel est incorrect", + 'dumbpwd' => 'Ce mot de passe est trop commun.', + "statuslabel_type" => "Vous devez sélectionner un type d'étiquette de statut valide", + "unique_undeleted" => "L'attribut: doit être unique.", ], /* diff --git a/resources/lang/ga-IE/admin/accessories/general.php b/resources/lang/ga-IE/admin/accessories/general.php new file mode 100644 index 0000000000..6878a2220c --- /dev/null +++ b/resources/lang/ga-IE/admin/accessories/general.php @@ -0,0 +1,22 @@ + 'Maidir Accessories', + 'about_accessories_text' => 'Is éard atá i gceist le hábhair a eiseoidh tú d\'úsáideoirí ach nach bhfuil sraithuimhir acu (nó nach bhfuil cúram ort faoi iad a rianú uathúil). Mar shampla, lucha ríomhaire nó méarchláir.', + 'accessory_category' => 'Catagóir Cúlpháirtí', + 'accessory_name' => 'Ainm Cúlpháirtí', + 'checkout' => 'Seiceáil Cúlpháirtí', + 'checkin' => 'Cúlpháirtí Checkin', + 'create' => 'Cruthaigh Cúlpháirtí', + 'edit' => 'Cuir Cúlpháirtí in eagar', + 'eula_text' => 'Catagóir EULA', + 'eula_text_help' => 'Ceadaíonn an réimse seo duit do chuid EULA a shaincheapadh le haghaidh cineálacha sonracha sócmhainní. Mura bhfuil EULA amháin agat ar do chuid sócmhainní go léir, is féidir leat an bosca thíos a sheiceáil chun an réamhshocraithe a úsáid.', + 'require_acceptance' => 'A cheangal ar úsáideoirí a chinntiú go nglacfar le sócmhainní sa chatagóir seo.', + 'no_default_eula' => 'Níor aimsíodh aon réamhshocraithe EULA. Cuir ceann amháin i Socruithe.', + 'total' => 'Iomlán', + 'remaining' => 'Bain úsáid as', + 'update' => 'Nuashonraigh Cúlpháirtí', + 'use_default_eula' => 'Bain úsáid as an réamhshocraithe réamhshocrú EULA ina ionad.', + 'use_default_eula_disabled' => 'Cuir an príomh-réamhshocraithe EULA in ionad. Níl aon réamhshocraithe EULA leagtha síos. Cuir ceann amháin i Socruithe le do thoil.', + +); diff --git a/resources/lang/ga-IE/admin/accessories/message.php b/resources/lang/ga-IE/admin/accessories/message.php new file mode 100644 index 0000000000..ca042e6bcc --- /dev/null +++ b/resources/lang/ga-IE/admin/accessories/message.php @@ -0,0 +1,37 @@ + 'Níl an cúlpháirtí ann.', + 'assoc_users' => 'Tá an accessory seo faoi láthair: cuntais a sheiceáil le húsáideoirí. Seiceáil na gabhálais agus déan iarracht arís.', + + 'create' => array( + 'error' => 'Níor cruthaíodh an accessory, déan iarracht arís.', + 'success' => 'Rinneadh an cúlpháirtí a chruthú go rathúil.' + ), + + 'update' => array( + 'error' => 'Níor nuashonraíodh an accessory, déan iarracht arís', + 'success' => 'Tugadh suas chun dáta an cúlpháirtí go rathúil' + ), + + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte gur mian leat an accessory seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an accessory. Arís, le d\'thoil.', + 'success' => 'Scriosadh an cúlpháirtí go rathúil.' + ), + + 'checkout' => array( + 'error' => 'Níor seiceáladh an Cúntóir amach, déan iarracht arís', + 'success' => 'Rinne an cúntóir a sheiceáil go rathúil.', + 'user_does_not_exist' => 'Tá an úsáideoir neamhbhailí. Arís, le d\'thoil.' + ), + + 'checkin' => array( + 'error' => 'Níor seiceáladh an cúntóir isteach, déan iarracht arís', + 'success' => 'Faireacán seiceáil go rathúil.', + 'user_does_not_exist' => 'Tá an úsáideoir neamhbhailí. Arís, le d\'thoil.' + ) + + +); diff --git a/resources/lang/ga-IE/admin/accessories/table.php b/resources/lang/ga-IE/admin/accessories/table.php new file mode 100644 index 0000000000..fa1701724f --- /dev/null +++ b/resources/lang/ga-IE/admin/accessories/table.php @@ -0,0 +1,11 @@ + 'Íoslódáil CSV', + 'eula_text' => 'EULA', + 'id' => 'ID', + 'require_acceptance' => 'Glacadh', + 'title' => 'Ainm Cúlpháirtí', + + +); diff --git a/resources/lang/ga-IE/admin/asset_maintenances/form.php b/resources/lang/ga-IE/admin/asset_maintenances/form.php new file mode 100644 index 0000000000..8eae40a843 --- /dev/null +++ b/resources/lang/ga-IE/admin/asset_maintenances/form.php @@ -0,0 +1,14 @@ + 'Cineál Cothabhála', + 'title' => 'Teideal', + 'start_date' => 'Tosaithe', + 'completion_date' => 'Críochnaithe', + 'cost' => 'Costas', + 'is_warranty' => 'Feabhas ar bharántas', + 'asset_maintenance_time' => 'Laethanta', + 'notes' => 'Nótaí', + 'update' => 'Nuashonrú', + 'create' => 'Cruthaigh' + ]; diff --git a/resources/lang/ga-IE/admin/asset_maintenances/general.php b/resources/lang/ga-IE/admin/asset_maintenances/general.php new file mode 100644 index 0000000000..541e07326a --- /dev/null +++ b/resources/lang/ga-IE/admin/asset_maintenances/general.php @@ -0,0 +1,11 @@ + 'Feabhsúcháin Sócmhainní', + 'edit' => 'Athraigh Cothabháil Sócmhainní', + 'delete' => 'Scrios Cothabháil Sócmhainní', + 'view' => 'Féach ar Mionsonraí Cothabhála Sócmhainní', + 'repair' => 'Deisiúchán', + 'maintenance' => 'Cothabháil', + 'upgrade' => 'Uasghrádú' + ]; diff --git a/resources/lang/ga-IE/admin/asset_maintenances/message.php b/resources/lang/ga-IE/admin/asset_maintenances/message.php new file mode 100644 index 0000000000..1187eac4bc --- /dev/null +++ b/resources/lang/ga-IE/admin/asset_maintenances/message.php @@ -0,0 +1,21 @@ + 'Níor aimsíodh Cothabháil Sócmhainní a bhí á lorg agat!', + 'delete' => [ + 'confirm' => 'An bhfuil tú cinnte gur mian leat an cothabháil sócmhainne seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an cothabháil sócmhainne. Arís, le d\'thoil.', + 'success' => 'Scriosadh an cothabháil sócmhainne go rathúil.' + ], + 'create' => [ + 'error' => 'Níor cruthaíodh Cothabháil Sócmhainní, déan iarracht arís.', + 'success' => 'Cruthaíodh Cothabháil Sócmhainní go rathúil.' + ], + 'edit' => [ + 'error' => 'Níor eagraíodh Cothabháil Sócmhainní, déan iarracht arís.', + 'success' => 'Eagraíodh Cothabháil Sócmhainní go rathúil.' + ], + 'asset_maintenance_incomplete' => 'Gan Críochnú Ach', + 'warranty' => 'Bharántas', + 'not_warranty' => 'Gan Bharántas', + ]; \ No newline at end of file diff --git a/resources/lang/ga-IE/admin/asset_maintenances/table.php b/resources/lang/ga-IE/admin/asset_maintenances/table.php new file mode 100644 index 0000000000..b0c8790913 --- /dev/null +++ b/resources/lang/ga-IE/admin/asset_maintenances/table.php @@ -0,0 +1,8 @@ + 'Cothabháil Sócmhainní', + 'asset_name' => 'Ainm Sócmhainne', + 'is_warranty' => 'Bharántas', + 'dl_csv' => 'Íoslódáil CSV' + ]; diff --git a/resources/lang/ga-IE/admin/categories/general.php b/resources/lang/ga-IE/admin/categories/general.php new file mode 100644 index 0000000000..77c62e2d28 --- /dev/null +++ b/resources/lang/ga-IE/admin/categories/general.php @@ -0,0 +1,23 @@ + 'Catagóirí Maidir', + 'about_categories' => 'Cuidíonn catagóirí leat do chuid míreanna a eagrú. D\'fhéadfadh roinnt catagóirí samplaí a bheith "Desktops", "Laptops", "Mócaí Póca", "Tablets", agus mar sin de, ach is féidir leat catagóirí a úsáid ar bhealach ar bith a dhéanann ciall duit.', + 'asset_categories' => 'Catagóirí Sócmhainne', + 'category_name' => 'Ainm Chatagóir', + 'checkin_email' => 'Seol r-phost chuig an úsáideoir ar checkin.', + 'clone' => 'Catagóir Clón', + 'create' => 'Cruthaigh Catagóir', + 'edit' => 'Cuir Catagóir', + 'eula_text' => 'Catagóir EULA', + 'eula_text_help' => 'Ceadaíonn an réimse seo duit do chuid EULA a shaincheapadh le haghaidh cineálacha sonracha sócmhainní. Mura bhfuil EULA amháin agat ar do chuid sócmhainní go léir, is féidir leat an bosca thíos a sheiceáil chun an réamhshocraithe a úsáid.', + 'name' => 'Ainm Chatagóir', + 'require_acceptance' => 'A cheangal ar úsáideoirí a chinntiú go nglacfar le sócmhainní sa chatagóir seo.', + 'required_acceptance' => 'Cuirfear nasc chuig an úsáideoir seo le do thoil chun a dheimhniú go nglacfar leis an mír seo.', + 'required_eula' => 'Cuirfear cóip den EULA ar an ríomhphost chuig an úsáideoir seo', + 'no_default_eula' => 'Níor aimsíodh aon réamhshocraithe EULA. Cuir ceann amháin i Socruithe.', + 'update' => 'Catagóir Nuashonraithe', + 'use_default_eula' => 'Bain úsáid as an réamhshocraithe réamhshocrú EULA ina ionad.', + 'use_default_eula_disabled' => 'Cuir an príomh-réamhshocraithe EULA in ionad. Níl aon réamhshocraithe EULA leagtha síos. Cuir ceann amháin i Socruithe le do thoil.', + +); diff --git a/resources/lang/ga-IE/admin/categories/message.php b/resources/lang/ga-IE/admin/categories/message.php new file mode 100644 index 0000000000..374feec79e --- /dev/null +++ b/resources/lang/ga-IE/admin/categories/message.php @@ -0,0 +1,25 @@ + 'Níl an chatagóir ann.', + 'assoc_models' => 'Tá an chatagóir seo bainteach le múnla amháin ar a laghad agus ní féidir é a scriosadh. Nuashonraigh do chuid samhlacha le haon tagairt don chatagóir seo a thuilleadh agus déan iarracht arís.', + 'assoc_items' => 'Tá an chatagóir seo bainteach le ceann amháin ar a laghad: asset_type agus ní féidir é a scriosadh. Nuashonraigh do: asset_type chun tagairt a dhéanamh don chatagóir seo a thuilleadh agus déan iarracht arís.', + + 'create' => array( + 'error' => 'Níor cruthaíodh an chatagóir, déan iarracht arís.', + 'success' => 'Catagóir a cruthaíodh go rathúil.' + ), + + 'update' => array( + 'error' => 'Níor nuashonraíodh an chatagóir, déan iarracht arís', + 'success' => 'Catagóir nuashonraithe go rathúil.' + ), + + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte gur mian leat an chatagóir seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an chatagóir. Arís, le d\'thoil.', + 'success' => 'Scriosadh an catagóir go rathúil.' + ) + +); diff --git a/resources/lang/ga-IE/admin/categories/table.php b/resources/lang/ga-IE/admin/categories/table.php new file mode 100644 index 0000000000..133117b6a6 --- /dev/null +++ b/resources/lang/ga-IE/admin/categories/table.php @@ -0,0 +1,10 @@ + 'EULA', + 'id' => 'ID', + 'parent' => 'Tuismitheoir', + 'require_acceptance' => 'Glacadh', + 'title' => 'Ainm Chatagóir Sócmhainní', + +); diff --git a/resources/lang/ga-IE/admin/companies/general.php b/resources/lang/ga-IE/admin/companies/general.php new file mode 100644 index 0000000000..c77835cd53 --- /dev/null +++ b/resources/lang/ga-IE/admin/companies/general.php @@ -0,0 +1,6 @@ + 'Maidir le Cuideachtaí', + 'about_companies_text' => 'Is féidir cuideachtaí a úsáid mar réimse simplí aitheantóra, nó is féidir iad a úsáid chun infheictheacht na sócmhainní, na n-úsáideoirí, srl a theorannú má tá tacaíocht iomlán na cuideachta cumasaithe i do shocruithe Riaracháin.', + 'select_company' => 'Roghnaigh Cuideachta', +]; diff --git a/resources/lang/ga-IE/admin/companies/message.php b/resources/lang/ga-IE/admin/companies/message.php new file mode 100644 index 0000000000..8dd107faab --- /dev/null +++ b/resources/lang/ga-IE/admin/companies/message.php @@ -0,0 +1,18 @@ + 'Níl an chuideachta ann.', + 'assoc_users' => 'Tá baint ag an gcuideachta seo faoi láthair le múnla amháin ar a laghad agus ní féidir é a scriosadh. Déan do chuid múnlaí a thabhairt cothrom le dáta gan tagairt a dhéanamh don chuideachta seo agus déan iarracht arís.', + 'create' => array( + 'error' => 'Níor cruthaíodh an chuideachta, déan iarracht arís.', + 'success' => 'Cruthaíodh an chuideachta go rathúil.' + ), + 'update' => array( + 'error' => 'Níor nuashonraíodh an chuideachta, déan iarracht arís', + 'success' => 'Cuideachta nuashonraithe go rathúil.' + ), + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte gur mian leat an chuideachta seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an chuideachta. Arís, le d\'thoil.', + 'success' => 'Scriosadh an Chuideachta go rathúil.' + ) +); diff --git a/resources/lang/ga-IE/admin/companies/table.php b/resources/lang/ga-IE/admin/companies/table.php new file mode 100644 index 0000000000..86d0d62ef7 --- /dev/null +++ b/resources/lang/ga-IE/admin/companies/table.php @@ -0,0 +1,9 @@ + 'Cuideachtaí', + 'create' => 'Cruthaigh Cuideachta', + 'title' => 'Cuideachta', + 'update' => 'Cuideachta Nuashonraithe', + 'name' => 'Ainm na Cuideachta', + 'id' => 'ID', +); diff --git a/resources/lang/ga-IE/admin/components/general.php b/resources/lang/ga-IE/admin/components/general.php new file mode 100644 index 0000000000..0f96e7acde --- /dev/null +++ b/resources/lang/ga-IE/admin/components/general.php @@ -0,0 +1,17 @@ + 'Maidir Comhpháirteanna', + 'about_components_text' => 'Is iad na comhpháirteanna míreanna atá mar chuid de shócmhainn, mar shampla HDD, RAM, etc.', + 'component_name' => 'Ainm an Chomhpháirt', + 'checkin' => 'Comhpháirt Checkin', + 'checkout' => 'Comhpháirt Seiceáil', + 'cost' => 'Costas Ceannacháin', + 'create' => 'Cruthaigh Comhpháirt', + 'edit' => 'Edit Comhpháirt', + 'date' => 'Dáta Ceannacháin', + 'order' => 'Uimhir ordú', + 'remaining' => 'Ag fágáil', + 'total' => 'Iomlán', + 'update' => 'Comhpháirt Nuashonraithe', +); diff --git a/resources/lang/ga-IE/admin/components/message.php b/resources/lang/ga-IE/admin/components/message.php new file mode 100644 index 0000000000..c84b014629 --- /dev/null +++ b/resources/lang/ga-IE/admin/components/message.php @@ -0,0 +1,36 @@ + 'Níl an comhpháirt ann.', + + 'create' => array( + 'error' => 'Níor cruthaíodh an comhpháirt, déan iarracht arís.', + 'success' => 'Comhpháirt cruthaithe go rathúil.' + ), + + 'update' => array( + 'error' => 'Níor nuashonraíodh an comhpháirt, déan iarracht arís', + 'success' => 'Comhpháirt nuashonraithe go rathúil.' + ), + + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte gur mian leat an comhábhar seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an chomhpháirt. Arís, le d\'thoil.', + 'success' => 'Scriosadh an comhpháirt go rathúil.' + ), + + 'checkout' => array( + 'error' => 'Níor sheiceáil amach an comhpháirt, déan iarracht arís', + 'success' => 'Seiceáil amach an comhpháirt go rathúil.', + 'user_does_not_exist' => 'Tá an úsáideoir neamhbhailí. Arís, le d\'thoil.' + ), + + 'checkin' => array( + 'error' => 'Níor sheiceáil an comhpháirt isteach, déan iarracht arís', + 'success' => 'Seiceáil ar an gcomhpháirt go rathúil.', + 'user_does_not_exist' => 'Tá an úsáideoir neamhbhailí. Arís, le d\'thoil.' + ) + + +); diff --git a/resources/lang/ga-IE/admin/components/table.php b/resources/lang/ga-IE/admin/components/table.php new file mode 100644 index 0000000000..28119e5ea5 --- /dev/null +++ b/resources/lang/ga-IE/admin/components/table.php @@ -0,0 +1,5 @@ + 'Ainm an Chomhpháirt', +); diff --git a/resources/lang/ga-IE/admin/consumables/general.php b/resources/lang/ga-IE/admin/consumables/general.php new file mode 100644 index 0000000000..910af5946b --- /dev/null +++ b/resources/lang/ga-IE/admin/consumables/general.php @@ -0,0 +1,13 @@ + 'Maidir le Tomhaltáin', + 'about_consumables_text' => 'Déantar aon ní a cheannach a úsáidfear le himeacht ama. Mar shampla, dúch printéir nó páipéar cóipeála.', + 'checkout' => 'Seiceáil Inbhuanaithe don Úsáideoir', + 'consumable_name' => 'Ainm Inchaite', + 'create' => 'Cruthaigh Tomhaltach', + 'item_no' => 'Uimh. Mír', + 'remaining' => 'Ag fágáil', + 'total' => 'Iomlán', + 'update' => 'Nuashonrú Inchaite', +); diff --git a/resources/lang/ga-IE/admin/consumables/message.php b/resources/lang/ga-IE/admin/consumables/message.php new file mode 100644 index 0000000000..b6add857ad --- /dev/null +++ b/resources/lang/ga-IE/admin/consumables/message.php @@ -0,0 +1,36 @@ + 'Níl inbhuanaithe ann.', + + 'create' => array( + 'error' => 'Níor cruthaíodh inbhuanaithe, déan iarracht arís.', + 'success' => 'Inbhuanaithe a cruthaíodh go rathúil.' + ), + + 'update' => array( + 'error' => 'Níor nuashonraíodh inmhuirearaithe, déan iarracht arís', + 'success' => 'Nuashonraithe go rathúil.' + ), + + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte gur mian leat an t-inchaite seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an inchaite. Arís, le d\'thoil.', + 'success' => 'Scriosadh an inchaite go rathúil.' + ), + + 'checkout' => array( + 'error' => 'Níor sheiceáil amach an méid inmhuirearaithe, déan iarracht arís', + 'success' => 'Seiceáil inbhuanaithe go rathúil.', + 'user_does_not_exist' => 'Tá an úsáideoir neamhbhailí. Arís, le d\'thoil.' + ), + + 'checkin' => array( + 'error' => 'Níor rinneadh seiceáil inmhuirearaithe, déan iarracht arís', + 'success' => 'Seiceáil inbhuanaithe go rathúil.', + 'user_does_not_exist' => 'Tá an úsáideoir neamhbhailí. Arís, le d\'thoil.' + ) + + +); diff --git a/resources/lang/ga-IE/admin/consumables/table.php b/resources/lang/ga-IE/admin/consumables/table.php new file mode 100644 index 0000000000..e009ee1d04 --- /dev/null +++ b/resources/lang/ga-IE/admin/consumables/table.php @@ -0,0 +1,5 @@ + 'Ainm Inchaite', +); diff --git a/resources/lang/ga-IE/admin/custom_fields/general.php b/resources/lang/ga-IE/admin/custom_fields/general.php new file mode 100644 index 0000000000..9716bca59e --- /dev/null +++ b/resources/lang/ga-IE/admin/custom_fields/general.php @@ -0,0 +1,30 @@ + 'Réimsí Saincheaptha', + 'field' => 'Gort', + 'about_fieldsets_title' => 'Maidir Fieldsets', + 'about_fieldsets_text' => 'Ceadaíonn Fieldsets duit grúpaí de réimsí saincheaptha a chruthú a athúsáidtear go minic a úsáidtear le haghaidh cineálacha sonracha sócmhainne sonracha.', + 'custom_format' => 'Formáid saincheaptha ...', + 'encrypt_field' => 'Criptigh luach an réimse seo sa bhunachar sonraí', + 'encrypt_field_help' => 'RABHADH: Ní chuireann sé clóscríobh ar réimse.', + 'encrypted' => 'Criptithe', + 'fieldset' => 'Fieldset', + 'qty_fields' => 'Qty Fields', + 'fieldsets' => 'Fieldsets', + 'fieldset_name' => 'Ainm Fieldset', + 'field_name' => 'Ainm Réimse', + 'field_values' => 'Luachanna Réimse', + 'field_values_help' => 'Cuir roghanna roghnaithe, ceann in aghaidh an líne. Ní dhéanfar neamhaird ar línte bán seachas an chéad líne.', + 'field_element' => 'Eilimint Foirm', + 'field_element_short' => 'Eilimint', + 'field_format' => 'Formáid', + 'field_custom_format' => 'Formáid Chustaim', + 'required' => 'Riachtanach', + 'req' => 'Req.', + 'used_by_models' => 'Úsáidte trí Mhúnlaí', + 'order' => 'Ordú', + 'create_fieldset' => 'New Fieldset', + 'create_field' => 'Réimse Nua Chustaim', + 'value_encrypted' => 'Tá luach an réimse seo criptithe sa bhunachar sonraí. Ní bheidh ach úsáideoirí riaracháin in ann an luach díchriptithe a fheiceáil', +); diff --git a/resources/lang/ga-IE/admin/custom_fields/message.php b/resources/lang/ga-IE/admin/custom_fields/message.php new file mode 100644 index 0000000000..98eeebcc6e --- /dev/null +++ b/resources/lang/ga-IE/admin/custom_fields/message.php @@ -0,0 +1,57 @@ + array( + 'invalid' => 'Níl an réimse sin ann.', + 'already_added' => 'Réimse curtha cheana féin', + + 'create' => array( + 'error' => 'Níor cruthaíodh réimse, déan iarracht arís.', + 'success' => 'Réimse cruthaithe go rathúil.', + 'assoc_success' => 'Réimse curtha leis go rathúil go rathúil.' + ), + + 'update' => array( + 'error' => 'Níor nuashonraíodh an réimse, déan iarracht arís', + 'success' => 'Réimse cothrom le dáta go rathúil' + ), + + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte gur mian leat an réimse seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an réimse. Arís, le d\'thoil.', + 'success' => 'Scriosadh an réimse go rathúil.', + 'in_use' => 'Tá réimse fós in úsáid.', + ) + + ), + + 'fieldset' => array( + + 'does_not_exist' => 'Ní bhíonn Fieldset ann', + + 'create' => array( + 'error' => 'Níor cruthaíodh Fieldset, déan iarracht arís.', + 'success' => 'Cruthaíodh Fieldset go rathúil.' + ), + + 'update' => array( + 'error' => 'Níor cuireadh nuashonrú ar Fieldset, déan iarracht arís', + 'success' => 'Fieldset uasdátú go rathúil.' + ), + + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte go dteastaíonn uait an teip seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an slí. Arís, le d\'thoil.', + 'success' => 'Scriosadh an frithbhealach go rathúil.', + 'in_use' => 'Tá Fieldset fós in úsáid.', + ) + + ), + + + + + + +); diff --git a/resources/lang/ga-IE/admin/departments/message.php b/resources/lang/ga-IE/admin/departments/message.php new file mode 100644 index 0000000000..0b152002ea --- /dev/null +++ b/resources/lang/ga-IE/admin/departments/message.php @@ -0,0 +1,21 @@ + 'Níl an Roinn ann.', + 'assoc_users' => 'Tá an roinn seo bainteach le húsáid amháin ar a laghad agus ní féidir é a scriosadh. Déan do úsáideoirí a thabhairt cothrom le dáta gan tagairt a dhéanamh don roinn seo a thuilleadh agus déan iarracht arís.', + 'create' => array( + 'error' => 'Níor cruthaíodh an Roinn, déan iarracht arís.', + 'success' => 'Chruthaigh an Roinn go rathúil.' + ), + 'update' => array( + 'error' => 'Níor nuashonraíodh an Roinn, déan iarracht arís', + 'success' => 'Rinne an Roinn cothrom le dáta go rath' + ), + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte gur mian leat an roinn seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an roinn. Arís, le d\'thoil.', + 'success' => 'Scriosadh an roinn go rathúil.' + ) + +); diff --git a/resources/lang/ga-IE/admin/departments/table.php b/resources/lang/ga-IE/admin/departments/table.php new file mode 100644 index 0000000000..b4af1edd58 --- /dev/null +++ b/resources/lang/ga-IE/admin/departments/table.php @@ -0,0 +1,11 @@ + 'ID', + 'name' => 'Ainm na Roinne', + 'manager' => 'Bainisteoir', + 'location' => 'Suíomh', + 'create' => 'Cruthaigh an Roinn', + 'update' => 'An Roinn Nuashonraithe', + ); diff --git a/resources/lang/ga-IE/admin/depreciations/general.php b/resources/lang/ga-IE/admin/depreciations/general.php new file mode 100644 index 0000000000..3d8e6d867c --- /dev/null +++ b/resources/lang/ga-IE/admin/depreciations/general.php @@ -0,0 +1,12 @@ + 'Maidir le Dímheas Sócmhainní', + 'about_depreciations' => 'Is féidir leat dímheasanna sócmhainní a bhunú chun sócmhainní a dhímheas bunaithe ar dhímheas díreach líne.', + 'asset_depreciations' => 'Dímheas Sócmhainní', + 'create' => 'Críochnaigh Dímheas', + 'depreciation_name' => 'Ainm Dímheas', + 'number_of_months' => 'Líon na Míonna', + 'update' => 'Dímheas Nuashonraigh', + +); diff --git a/resources/lang/ga-IE/admin/depreciations/message.php b/resources/lang/ga-IE/admin/depreciations/message.php new file mode 100644 index 0000000000..b1cebaa239 --- /dev/null +++ b/resources/lang/ga-IE/admin/depreciations/message.php @@ -0,0 +1,25 @@ + 'Níl an rang dímheasa ann.', + 'assoc_users' => 'Tá an dímheas seo bainteach le samhlacha amháin nó níos mó faoi láthair agus ní féidir í a scriosadh. Scrios na samhlacha, agus ansin déan iarracht a scriosadh arís.', + + + 'create' => array( + 'error' => 'Níor cruthaíodh rang dímheasa, déan iarracht arís. :(', + 'success' => 'An rang dímheasa a cruthaíodh go rathúil. :)' + ), + + 'update' => array( + 'error' => 'Níor nuashonraíodh an rang dímheasa, déan iarracht arís', + 'success' => 'Rang dímheasta cothrom le dáta go rathúil.' + ), + + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte gur mian leat an rang dímheasa seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an rang dímheasa. Arís, le d\'thoil.', + 'success' => 'Scriosadh an rang dímheasa go rathúil.' + ) + +); diff --git a/resources/lang/ga-IE/admin/depreciations/table.php b/resources/lang/ga-IE/admin/depreciations/table.php new file mode 100644 index 0000000000..9689e785c2 --- /dev/null +++ b/resources/lang/ga-IE/admin/depreciations/table.php @@ -0,0 +1,10 @@ + 'ID', + 'months' => 'Míonna', + 'term' => 'Téarma', + 'title' => 'Ainm', + +); diff --git a/resources/lang/ga-IE/admin/groups/message.php b/resources/lang/ga-IE/admin/groups/message.php new file mode 100644 index 0000000000..1589ad531f --- /dev/null +++ b/resources/lang/ga-IE/admin/groups/message.php @@ -0,0 +1,22 @@ + 'Tá grúpa ann cheana!', + 'group_not_found' => 'Níl grúpa [: id] ann.', + 'group_name_required' => 'Tá an réimse ainmnithe ag teastáil', + + 'success' => array( + 'create' => 'Rinneadh an grúpa a chruthú go rathúil.', + 'update' => 'Rinneadh an grúpa cothrom le dáta go rathúil', + 'delete' => 'Bhí an grúpa scriosta go rathúil.', + ), + + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte gur mian leat an grúpa seo a scriosadh?', + 'create' => 'Bhí ceist ann a chruthaigh an grúpa. Arís, le d\'thoil.', + 'update' => 'Bhí ceist ann ag nuashonrú an ghrúpa. Arís, le d\'thoil.', + 'delete' => 'Bhí ceist ann a scriosadh an grúpa. Arís, le d\'thoil.', + ), + +); diff --git a/resources/lang/ga-IE/admin/groups/table.php b/resources/lang/ga-IE/admin/groups/table.php new file mode 100644 index 0000000000..0aa1d498b5 --- /dev/null +++ b/resources/lang/ga-IE/admin/groups/table.php @@ -0,0 +1,9 @@ + 'Id', + 'name' => 'Ainm', + 'users' => '# Úsáideoirí', + +); diff --git a/resources/lang/ga-IE/admin/groups/titles.php b/resources/lang/ga-IE/admin/groups/titles.php new file mode 100644 index 0000000000..a89b78677f --- /dev/null +++ b/resources/lang/ga-IE/admin/groups/titles.php @@ -0,0 +1,14 @@ + 'Maidir Grúpaí', + 'about_groups' => 'Úsáidtear grúpaí chun ceadanna úsáideora a ghinearálú.', + 'group_management' => 'Bainistíocht Grúpa', + 'create' => 'Cruthaigh Grúpa Nua', + 'update' => 'Eagraigh an Ghrúpa', + 'group_name' => 'Ainm an Ghrúpa', + 'group_admin' => 'Riarachán Grúpa', + 'allow' => 'Ceadaigh', + 'deny' => 'Diúltaigh', + +); diff --git a/resources/lang/ga-IE/admin/hardware/form.php b/resources/lang/ga-IE/admin/hardware/form.php new file mode 100644 index 0000000000..dd51edcb27 --- /dev/null +++ b/resources/lang/ga-IE/admin/hardware/form.php @@ -0,0 +1,43 @@ + 'Dearbhaigh Bulk Sócmhainní a Scriosadh', + 'bulk_delete_help' => 'Athbhreithniú a dhéanamh ar na sócmhainní le haghaidh scriosadh mórchóir thíos. Nuair a bheidh sé scriosta, is féidir na sócmhainní seo a chur ar ais, ach ní bheidh baint acu le haon úsáideoirí a bhfuil siad á sannadh faoi láthair.', + 'bulk_delete_warn' => 'Tá tú ar tí a scriosadh: sócmhainní asset_count.', + 'bulk_update' => 'Sócmhainní Nuashonraithe Bulc', + 'bulk_update_help' => 'Ceadaíonn an fhoirm seo duit il-sócmhainní a thabhairt cothrom le dáta ag an am céanna. Líon isteach na réimsí is gá duit a athrú ach amháin. Ní dhéanfar aon réimsí fágtha gan athrú.', + 'bulk_update_warn' => 'Tá tú ar tí na hairíonna a bhaineann le: sócmhainní asset_count a chur in eagar.', + 'checkedout_to' => 'Seiceáil Amach Chun', + 'checkout_date' => 'Dáta Seiceáil', + 'checkin_date' => 'Dáta Checkin', + 'checkout_to' => 'Seiceáil go', + 'cost' => 'Costas Ceannacháin', + 'create' => 'Cruthaigh Sócmhainn', + 'date' => 'Dáta Ceannacháin', + 'depreciation' => 'Dímheas', + 'depreciates_on' => 'Dímheas Ar Ar', + 'default_location' => 'Suíomh Réamhshocraithe', + 'eol_date' => 'Dáta EOL', + 'eol_rate' => 'Ráta EOL', + 'expected_checkin' => 'An Dáta Seiceála Ionchais', + 'expires' => 'Deireadh', + 'fully_depreciated' => 'Dímheas go hiomlán', + 'help_checkout' => 'Más mian leat an tsócmhainn seo a shannadh láithreach, roghnaigh "Réidh chun Imscaradh" ón liosta stádas thuas.', + 'mac_address' => 'Seoladh MAC', + 'manufacturer' => 'Déantóir', + 'model' => 'Mionsamhail', + 'months' => 'míonna', + 'name' => 'Ainm Sócmhainne', + 'notes' => 'Nótaí', + 'order' => 'Uimhir ordú', + 'qr' => 'Cód QR', + 'requestable' => 'Féadfaidh úsáideoirí an tsócmhainn seo a iarraidh', + 'select_statustype' => 'Roghnaigh Cineál Stádas', + 'serial' => 'Sraithuimhir', + 'status' => 'Stádas', + 'tag' => 'Clib Sócmhainní', + 'update' => 'Nuashonrú Sócmhainní', + 'warranty' => 'Bharántas', + 'years' => 'blianta', +) +; diff --git a/resources/lang/ga-IE/admin/hardware/general.php b/resources/lang/ga-IE/admin/hardware/general.php new file mode 100644 index 0000000000..059d8014f5 --- /dev/null +++ b/resources/lang/ga-IE/admin/hardware/general.php @@ -0,0 +1,23 @@ + 'Maidir Sócmhainní', + 'about_assets_text' => 'Déantar míreanna a rianú trí shraithuimhir nó ar chlib sócmhainne. Is iondúil go n-éireoidh siad le hítimí ar luach níos airde a bhaineann le hábhair shonracha a aithint.', + 'archived' => 'Archived', + 'asset' => 'Sócmhainn', + 'bulk_checkout' => 'Seiceáil na Sócmhainní don Úsáideoir', + 'checkin' => 'Sócmhainn Checkin', + 'checkout' => 'Seiceáil Seiceáil', + 'clone' => 'Sócmhainn Clón', + 'deployable' => 'Infheidhmithe', + 'deleted' => 'Scriosadh an tsócmhainn seo. Cliceáil anseo chun é a chur ar ais.', + 'edit' => 'Athraigh Sócmhainn', + 'filetype_info' => 'Is iad píopaí comhaid a cheadaítear png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'model_deleted' => 'Scriosadh an tsamhail Sócmhainní seo. Caithfidh tú an tsamhail a chur ar ais sular féidir leat an Sócmhainn a athbhunú.
Cliceáil anseo chun an tsamhail a chur ar ais.', + 'requestable' => 'Inrianaithe', + 'requested' => 'Iarrtar', + 'restore' => 'Athchóirigh Sócmhainn', + 'pending' => 'Ar feitheamh', + 'undeployable' => 'Neamhfhostaithe', + 'view' => 'Féach Sócmhainn', +); diff --git a/resources/lang/ga-IE/admin/hardware/message.php b/resources/lang/ga-IE/admin/hardware/message.php new file mode 100644 index 0000000000..9298fe1053 --- /dev/null +++ b/resources/lang/ga-IE/admin/hardware/message.php @@ -0,0 +1,81 @@ + 'Marradh: Tá an tsócmhainn seo marcáilte mar atá inghníomhaithe faoi láthair. Má d\'athraigh an stádas seo, déan an stádas sócmhainne a nuashonrú.', + 'does_not_exist' => 'Níl sócmhainn ann.', + 'does_not_exist_or_not_requestable' => 'Iarracht deas. Níl an tsócmhainn sin ann nó níl sé inghlactha.', + 'assoc_users' => 'Faoi láthair déanfar an tsócmhainn seo a sheiceáil chuig úsáideoir agus ní féidir é a scriosadh. Déan seiceáil ar an tsócmhainn sa chéad uair, agus déan iarracht ansin scriosadh arís.', + + 'create' => array( + 'error' => 'Níor cruthaíodh sócmhainn, déan iarracht arís. :(', + 'success' => 'Cruthaíodh sócmhainn go rathúil. :)' + ), + + 'update' => array( + 'error' => 'Níor tugadh nuashonrú ar an tsócmhainn, déan iarracht arís', + 'success' => 'Nuashonraíodh sócmhainn go rathúil', + 'nothing_updated' => 'Níor roghnaíodh réimsí ar bith, mar sin níor nuashonraíodh aon rud.', + ), + + 'restore' => array( + 'error' => 'Níor cuireadh an tsócmhainn ar ais, déan iarracht arís', + 'success' => 'Aisghabháil sócmhainne go rathúil.' + ), + + 'audit' => array( + 'error' => 'Níor éirigh leis an iniúchadh sócmhainne. Arís, le d\'thoil.', + 'success' => 'Iniúchadh sócmhainne logáilte go rathúil.' + ), + + + 'deletefile' => array( + 'error' => 'Ní scriosadh an comhad. Arís, le d\'thoil.', + 'success' => 'Comhad a scriosadh go rathúil', + ), + + 'upload' => array( + 'error' => 'Comhad (í) nach bhfuil uaslódáil. Arís, le d\'thoil.', + 'success' => 'Comhad (í) uaslódáil go rathúil.', + 'nofiles' => 'Níor roghnaigh tú comhaid ar bith le híoslódáil, nó tá an comhad a bhfuil tú ag iarraidh uaslódáil ró-mhór', + 'invalidfiles' => 'Tá ceann amháin nó níos mó de do chuid comhad ró-mhór nó is comhad í nach bhfuil ceadaithe. Tá píopaí comhaid a cheadaítear png, gif, jpg, doc, docx, pdf, and txt.', + ), + + 'import' => array( + 'error' => 'Níor iompórtáil roinnt míreanna i gceart.', + 'errorDetail' => 'Níor allmhairíodh na Míreanna seo a leanas mar gheall ar earráidí.', + 'success' => "Tá do chomhad iompórtáilte", + 'file_delete_success' => "Tá do chomhad scriosta go rathúil", + 'file_delete_error' => "Níorbh fhéidir an comhad a scriosadh", + ), + + + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte gur mian leat an tsócmhainn seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an tsócmhainn. Arís, le d\'thoil.', + 'nothing_updated' => 'Níor roghnaíodh aon sócmhainní, mar sin níor scriosadh aon rud.', + 'success' => 'Scriosadh an tsócmhainn go rathúil.' + ), + + 'checkout' => array( + 'error' => 'Níor sheiceáil amach an tsócmhainn, déan iarracht arís', + 'success' => 'Seiceáil sheiceáil amach go rathúil.', + 'user_does_not_exist' => 'Tá an úsáideoir neamhbhailí. Arís, le d\'thoil.', + 'not_available' => 'Níl an tsócmhainn sin ar fáil le haghaidh seiceáil!' + ), + + 'checkin' => array( + 'error' => 'Níor seiceáladh an tsócmhainn, déan iarracht arís', + 'success' => 'Seiceáil seiceáil go rathúil.', + 'user_does_not_exist' => 'Tá an úsáideoir neamhbhailí. Arís, le d\'thoil.', + 'already_checked_in' => 'Déantar an sócmhainn sin a sheiceáil cheana féin.', + + ), + + 'requests' => array( + 'error' => 'Níor iarradh sócmhainn, déan iarracht arís', + 'success' => 'D\'iarr sócmhainn go rathúil.', + 'canceled' => 'Iarrtar ar iarraidh seiceáil go rathúil' + ) + +); diff --git a/resources/lang/ga-IE/admin/hardware/table.php b/resources/lang/ga-IE/admin/hardware/table.php new file mode 100644 index 0000000000..94c5b00570 --- /dev/null +++ b/resources/lang/ga-IE/admin/hardware/table.php @@ -0,0 +1,24 @@ + 'Clib Sócmhainní', + 'asset_model' => 'Mionsamhail', + 'book_value' => 'Luach', + 'change' => 'In / Amach', + 'checkout_date' => 'Dáta Seiceáil', + 'checkoutto' => 'Seiceáil Amach', + 'diff' => 'Diff', + 'dl_csv' => 'Íoslódáil CSV', + 'eol' => 'EOL', + 'id' => 'ID', + 'location' => 'Suíomh', + 'purchase_cost' => 'Costas', + 'purchase_date' => 'Ceannacháin', + 'serial' => 'Sraithuimhir', + 'status' => 'Stádas', + 'title' => 'Sócmhainn', + 'image' => 'Íomhá Gléas', + 'days_without_acceptance' => 'Laethanta Gan Glactha' + +); diff --git a/resources/lang/ga-IE/admin/licenses/form.php b/resources/lang/ga-IE/admin/licenses/form.php new file mode 100644 index 0000000000..b3a6bf37d4 --- /dev/null +++ b/resources/lang/ga-IE/admin/licenses/form.php @@ -0,0 +1,22 @@ + 'Sócmhainn', + 'checkin' => 'Checkin', + 'create' => 'Cruthaigh Ceadúnas', + 'expiration' => 'Dáta Diúltaithe', + 'license_key' => 'Eochair Táirge', + 'maintained' => 'Coinnithe', + 'name' => 'Ainm Bogearraí', + 'no_depreciation' => 'Ná Dímheas', + 'purchase_order' => 'Uimhir Ordú Ceannaigh', + 'reassignable' => 'Athsheachanta', + 'remaining_seats' => 'Suíocháin atá ag fanacht', + 'seats' => 'Suíocháin', + 'termination_date' => 'Dáta Foirceannadh', + 'to_email' => 'Ceadúnaithe chuig R-phost', + 'to_name' => 'Ainm Ceadúnaithe', + 'update' => 'Ceadúnas Nuashonraithe', + 'checkout_help' => 'Ní mór duit ceadúnas a sheiceáil amach do shócmhainn chrua-earraí nó do dhuine. Is féidir leat an dá rogha a roghnú, ach ní mór d\'úinéir na sócmhainne a mheaitseáil leis an duine a bhfuil tú ag seiceáil ar an tsócmhainn.' +); diff --git a/resources/lang/ga-IE/admin/licenses/general.php b/resources/lang/ga-IE/admin/licenses/general.php new file mode 100644 index 0000000000..b67eda5593 --- /dev/null +++ b/resources/lang/ga-IE/admin/licenses/general.php @@ -0,0 +1,21 @@ + 'Maidir Ceadúnais', + 'about_licenses' => 'Úsáidtear ceadúnais chun bogearraí a rianú. Tá líon áirithe suíochán acu ar féidir iad a sheiceáil amach do dhaoine aonair', + 'checkin' => 'Suíochán Ceadúnas Checkin', + 'checkout_history' => 'Stair Seiceáil', + 'checkout' => 'Seiceáil Ceadúnas Seiceáil', + 'edit' => 'Athraigh an Ceadúnas', + 'filetype_info' => 'Is iad píopaí comhaid a cheadaítear png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'clone' => 'Ceadúnas Clón', + 'history_for' => 'Stair do', + 'in_out' => 'In / Amach', + 'info' => 'Eolas Ceadúnais', + 'license_seats' => 'Suíocháin Cheadúnais', + 'seat' => 'Suíochán', + 'seats' => 'Suíocháin', + 'software_licenses' => 'Ceadúnais Bogearraí', + 'user' => 'Úsáideoir', + 'view' => 'Féach ar an gCeadúnas', +); diff --git a/resources/lang/ga-IE/admin/licenses/message.php b/resources/lang/ga-IE/admin/licenses/message.php new file mode 100644 index 0000000000..93d64060a6 --- /dev/null +++ b/resources/lang/ga-IE/admin/licenses/message.php @@ -0,0 +1,51 @@ + 'Níl an ceadúnas ann.', + 'user_does_not_exist' => 'Níl an t-úsáideoir ann.', + 'asset_does_not_exist' => 'Níl an tsócmhainn atá tú ag iarraidh a chomhcheangal leis an gceadúnas seo ann.', + 'owner_doesnt_match_asset' => 'Tá somet faoi úinéireacht an tsócmhainn atá tú ag iarraidh a chomhcheangal leis an gceadúnas seo seachas an duine a roghnaíodh sa sannadh chuig an mionsonraithe.', + 'assoc_users' => 'Seiceáiltear an ceadúnas seo faoi láthair d\'úsáideoir agus ní féidir é a scriosadh. Seiceáil an ceadúnas sa chéad uair, agus déan iarracht ansin scriosadh arís.', + 'select_asset_or_person' => 'Ní mór duit sócmhainn nó úsáideoir a roghnú, ach níl an dá cheann.', + + + 'create' => array( + 'error' => 'Níor cruthaíodh an ceadúnas, déan iarracht arís.', + 'success' => 'Cruthaíodh ceadúnas go rathúil.' + ), + + 'deletefile' => array( + 'error' => 'Ní scriosadh an comhad. Arís, le d\'thoil.', + 'success' => 'Comhad a scriosadh go rathúil', + ), + + 'upload' => array( + 'error' => 'Comhad (í) nach bhfuil uaslódáil. Arís, le d\'thoil.', + 'success' => 'Comhad (í) uaslódáil go rathúil.', + 'nofiles' => 'Níor roghnaigh tú comhaid ar bith le híoslódáil, nó tá an comhad a bhfuil tú ag iarraidh uaslódáil ró-mhór', + 'invalidfiles' => 'Tá ceann amháin nó níos mó de do chuid comhad ró-mhór nó is comhad í nach bhfuil ceadaithe. Is iad píopaí comhaid a cheadaítear png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + ), + + 'update' => array( + 'error' => 'Níor nuashonraíodh an ceadúnas, déan iarracht arís', + 'success' => 'Tugadh ceadúnas chun dáta go rathúil' + ), + + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte gur mian leat an ceadúnas seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an ceadúnas. Arís, le d\'thoil.', + 'success' => 'Scriosadh an ceadúnas go rathúil.' + ), + + 'checkout' => array( + 'error' => 'Bhí ceist ann a sheiceáil amach an ceadúnas. Arís, le d\'thoil.', + 'success' => 'Rinneadh an ceadúnas a sheiceáil go rathúil' + ), + + 'checkin' => array( + 'error' => 'Bhí ceist ann a sheiceáil sa cheadúnas. Arís, le d\'thoil.', + 'success' => 'Rinneadh an ceadúnas a sheiceáil go rathúil' + ), + +); diff --git a/resources/lang/ga-IE/admin/licenses/table.php b/resources/lang/ga-IE/admin/licenses/table.php new file mode 100644 index 0000000000..a019bbdacd --- /dev/null +++ b/resources/lang/ga-IE/admin/licenses/table.php @@ -0,0 +1,17 @@ + 'Sannadh Chun', + 'checkout' => 'In / Amach', + 'id' => 'ID', + 'license_email' => 'R-phost Ceadúnais', + 'license_name' => 'Ceadúnaithe Chun', + 'purchase_date' => 'Dáta Ceannacháin', + 'purchased' => 'Ceannacháin', + 'seats' => 'Suíocháin', + 'hardware' => 'Crua-earraí', + 'serial' => 'Sraithuimhir', + 'title' => 'Ceadúnas', + +); diff --git a/resources/lang/ga-IE/admin/locations/message.php b/resources/lang/ga-IE/admin/locations/message.php new file mode 100644 index 0000000000..f67de4aba0 --- /dev/null +++ b/resources/lang/ga-IE/admin/locations/message.php @@ -0,0 +1,27 @@ + 'Níl an suíomh ann.', + 'assoc_users' => 'Tá an suíomh seo bainteach le húsáid amháin ar a laghad agus ní féidir é a scriosadh. Nuashonraigh d\'úsáideoirí an t-ionad seo a thuilleadh agus déan iarracht arís.', + 'assoc_assets' => 'Tá an suíomh seo bainteach le sócmhainn amháin ar a laghad agus ní féidir é a scriosadh. Déan do sócmhainní a thabhairt cothrom le dáta gan tagairt a dhéanamh don áit seo agus déan iarracht arís.', + 'assoc_child_loc' => 'Faoi láthair tá an suíomh seo ina tuismitheoir ar a laghad ar shuíomh leanbh amháin ar a laghad agus ní féidir é a scriosadh. Nuashonraigh do láithreacha le do thoil gan tagairt a dhéanamh don suíomh seo agus déan iarracht arís.', + + + 'create' => array( + 'error' => 'Níor cruthaíodh an suíomh, déan iarracht arís.', + 'success' => 'Suíomh cruthaithe go rathúil.' + ), + + 'update' => array( + 'error' => 'Níor nuashonraíodh an suíomh, déan iarracht arís', + 'success' => 'Suíomh curtha chun dáta go rathúil.' + ), + + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte gur mian leat an suíomh seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an suíomh. Arís, le d\'thoil.', + 'success' => 'Scriosadh an suíomh go rathúil.' + ) + +); diff --git a/resources/lang/ga-IE/admin/locations/table.php b/resources/lang/ga-IE/admin/locations/table.php new file mode 100644 index 0000000000..bd0bd41ce0 --- /dev/null +++ b/resources/lang/ga-IE/admin/locations/table.php @@ -0,0 +1,21 @@ + 'Maidir Suímh', + 'about_locations' => 'Úsáidtear suíomhanna chun faisnéis suímh a rianú d\'úsáideoirí, do shócmhainní agus d\'earraí eile', + 'assets_rtd' => 'Sócmhainní', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Sócmhainní Sannadh', + 'id' => 'ID', + 'city' => 'Cathair', + 'state' => 'Stáit', + 'country' => 'Tír', + 'create' => 'Cruthaigh Suíomh', + 'update' => 'Suíomh Nuashonraithe', + 'name' => 'Ainm Suíomh', + 'address' => 'Seoladh', + 'zip' => 'Cód Poist', + 'locations' => 'Suímh', + 'parent' => 'Tuismitheoir', + 'currency' => 'Airgeadra Suímh', + 'ldap_ou' => 'OL Cuardaigh LDAP', + ); diff --git a/resources/lang/ga-IE/admin/manufacturers/message.php b/resources/lang/ga-IE/admin/manufacturers/message.php new file mode 100644 index 0000000000..9d96303e44 --- /dev/null +++ b/resources/lang/ga-IE/admin/manufacturers/message.php @@ -0,0 +1,24 @@ + 'Níl an monaróir ann.', + 'assoc_users' => 'Tá baint ag an monaróir seo faoi láthair le múnla amháin ar a laghad agus ní féidir é a scriosadh. Nuashonraigh do chuid samhlacha le do thoil gan tagairt a dhéanamh don monaróir seo agus déan iarracht arís.', + + 'create' => array( + 'error' => 'Níor cruthaíodh an monaróir, déan iarracht arís.', + 'success' => 'Cruthaigh an monaróir go rathúil.' + ), + + 'update' => array( + 'error' => 'Níor nuashonraíodh an monaróir, déan iarracht arís', + 'success' => 'Déantar an monaróir chun cinn go rathúil.' + ), + + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte gur mian leat an monaróir seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an monaróir. Arís, le d\'thoil.', + 'success' => 'Scriosadh an Monaróir go rathúil.' + ) + +); diff --git a/resources/lang/ga-IE/admin/manufacturers/table.php b/resources/lang/ga-IE/admin/manufacturers/table.php new file mode 100644 index 0000000000..612719dc26 --- /dev/null +++ b/resources/lang/ga-IE/admin/manufacturers/table.php @@ -0,0 +1,16 @@ + 'Maidir le monaróirí', + 'about_manufacturers_text' => 'Is iad na monaróirí na cuideachtaí a chruthaíonn do shócmhainní. Is féidir leat eolas teagmhála tacaíochta tábhachtach a stóráil anseo, a thaispeántar ar leathanaigh sonraí na sócmhainne.', + 'asset_manufacturers' => 'Déantóirí Sócmhainní', + 'create' => 'Cruthaigh Monaróir', + 'id' => 'ID', + 'name' => 'Ainm', + 'support_email' => 'Ríomhphost Tacaíochta', + 'support_phone' => 'Fón Tacaíochta', + 'support_url' => 'URL Tacaíochta', + 'update' => 'Déantóir Nuashonraithe', + 'url' => 'URL', + +); diff --git a/resources/lang/ga-IE/admin/models/general.php b/resources/lang/ga-IE/admin/models/general.php new file mode 100644 index 0000000000..a2481db9f0 --- /dev/null +++ b/resources/lang/ga-IE/admin/models/general.php @@ -0,0 +1,15 @@ + 'Maidir le Múnlaí Sócmhainne', + 'about_models_text' => 'Tá modhanna sócmhainne ina bhealach chun sócmhainní comhionanna a ghrúpáil. "MBP 2013", "iPhone 6s", etc.', + 'deleted' => 'Scriosadh an múnla seo. Cliceáil anseo chun é a chur ar ais.', + 'restore' => 'Múnla Athchóirigh', + 'requestable' => 'Féadfaidh úsáideoirí an tsamhail seo a iarraidh', + 'show_mac_address' => 'Taispeáin réimse seoladh MAC i sócmhainní sa mhúnla seo', + 'view_deleted' => 'Féach Scriosta', + 'view_models' => 'Amharc ar Mhúnlaí', + 'fieldset' => 'Fieldset', + 'no_custom_field' => 'Uimh réimsí saincheaptha', + +); diff --git a/resources/lang/ga-IE/admin/models/message.php b/resources/lang/ga-IE/admin/models/message.php new file mode 100644 index 0000000000..3dab642e01 --- /dev/null +++ b/resources/lang/ga-IE/admin/models/message.php @@ -0,0 +1,36 @@ + 'Níl múnla ann.', + 'assoc_users' => 'Tá an tsamhail seo bainteach le sócmhainní amháin nó níos mó faoi láthair agus ní féidir é a scriosadh. Scrios na sócmhainní, agus ansin déan iarracht a scriosadh arís.', + + + 'create' => array( + 'error' => 'Níor cruthaíodh an tsamhail, déan iarracht arís.', + 'success' => 'Múnla cruthaithe go rathúil.', + 'duplicate_set' => 'Tá múnla sócmhainne leis an ainm sin, an monaróir agus an uimhir samhail ann cheana féin.', + ), + + 'update' => array( + 'error' => 'Níor nuashonraíodh an tsamhail, déan iarracht arís', + 'success' => 'Modúl nuashonraithe go rathúil' + ), + + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte gur mian leat an tsamhail sócmhainne seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an tsamhail. Arís, le d\'thoil.', + 'success' => 'Scriosadh an tsamhail go rathúil.' + ), + + 'restore' => array( + 'error' => 'Níor athchóiríodh an tsamhail, déan iarracht arís', + 'success' => 'Múnla curtha ar ais go rathúil.' + ), + + 'bulkedit' => array( + 'error' => 'Níor athraíodh aon réimsí, mar sin níor nuashonraíodh aon rud.', + 'success' => 'Modhanna nuashonraithe.' + ), + +); diff --git a/resources/lang/ga-IE/admin/models/table.php b/resources/lang/ga-IE/admin/models/table.php new file mode 100644 index 0000000000..7566b2741a --- /dev/null +++ b/resources/lang/ga-IE/admin/models/table.php @@ -0,0 +1,17 @@ + 'Cruthaigh Samhail Sócmhainne', + 'created_at' => 'Cruthaithe ag', + 'eol' => 'EOL', + 'modelnumber' => 'Múnla Uimh.', + 'name' => 'Ainm an tSamhail Sócmhainne', + 'numassets' => 'Sócmhainní', + 'title' => 'Múnlaí Sócmhainne', + 'update' => 'Nuashonraigh an tSamhail Sócmhainní', + 'view' => 'Féach ar an tSamhail Sócmhainne', + 'update' => 'Nuashonraigh an tSamhail Sócmhainní', + 'clone' => 'Samhail Clón', + 'edit' => 'Modúl a Athrú', +); diff --git a/resources/lang/ga-IE/admin/reports/general.php b/resources/lang/ga-IE/admin/reports/general.php new file mode 100644 index 0000000000..3ebd37aad8 --- /dev/null +++ b/resources/lang/ga-IE/admin/reports/general.php @@ -0,0 +1,5 @@ + 'Roghnaigh na roghanna atá uait as do thuairisc sócmhainne.' +); diff --git a/resources/lang/ga-IE/admin/reports/message.php b/resources/lang/ga-IE/admin/reports/message.php new file mode 100644 index 0000000000..3e9771f629 --- /dev/null +++ b/resources/lang/ga-IE/admin/reports/message.php @@ -0,0 +1,5 @@ + 'Ní mór duit rogha AMHÁIN ar a laghad a roghnú.' +); diff --git a/resources/lang/ga-IE/admin/settings/general.php b/resources/lang/ga-IE/admin/settings/general.php new file mode 100644 index 0000000000..33e067b10e --- /dev/null +++ b/resources/lang/ga-IE/admin/settings/general.php @@ -0,0 +1,150 @@ + 'Eolaire Gníomhach', + 'ad_domain' => 'Fearann ​​Eolaire Gníomhach', + 'ad_domain_help' => 'Tá sé seo mar an gcéanna le do r-phost, ach ní i gcónaí.', + 'is_ad' => 'Is freastalaí Gníomhach Eolaire é seo', + 'alert_email' => 'Seol foláirimh chuig', + 'alerts_enabled' => 'Cumarsáid Cumarsáide', + 'alert_interval' => 'Tairseach Alerts ag dul in éag (i laethanta)', + 'alert_inv_threshold' => 'Tairseach Alert Fardail', + 'asset_ids' => 'IDanna Sócmhainní', + 'audit_interval' => 'Agallamh Iniúchta', + 'audit_interval_help' => 'Más gá duit do chuid sócmhainní a iniúchadh go rialta, cuir isteach an t-eatramh i mí.', + 'audit_warning_days' => 'Tairseach Rabhaidh Iniúchta', + 'audit_warning_days_help' => 'Cé mhéad lá roimh ré ba chóir dúinn rabhadh a thabhairt duit nuair a bhíonn sócmhainní dlite le hiniúchadh?', + 'auto_increment_assets' => 'Gineann IDanna sócmhainne uathchioncrúdaithe', + 'auto_increment_prefix' => 'Réimse (roghnach)', + 'auto_incrementing_help' => 'Cumasaigh IDanna sócmhainne uathghruthaithe ar dtús chun seo a shocrú', + 'backups' => 'Cúltacaí', + 'barcode_settings' => 'Socruithe Barcode', + 'confirm_purge' => 'Dearbhaigh Purge', + 'confirm_purge_help' => 'Cuir isteach an téacs "DELETE" sa bhosca thíos chun do thaifid a scriosadh. Ní féidir an gníomh seo a dhíbirt.', + 'custom_css' => 'CSS saincheaptha', + 'custom_css_help' => 'Cuir isteach aon scriosadh CSS saincheaptha ar mhaith leat a úsáid. Ná cuir na clibeanna <style></style> san áireamh.', + 'default_currency' => 'Réamhshocrú Airgeadra', + 'default_eula_text' => 'Réamhshocrú EULA', + 'default_language' => 'Teanga Réamhshocraithe', + 'default_eula_help_text' => 'Is féidir leat freisin EULAs saincheaptha a chomhcheangal le catagóirí sonracha sócmhainne.', + 'display_asset_name' => 'Taispeáin Ainm na Sócmhainne', + 'display_checkout_date' => 'Taispeáin Dáta Seiceáil', + 'display_eol' => 'Taispeáin EOL in amharc an tábla', + 'display_qr' => 'Taispeáin Cóid Cearnóg', + 'display_alt_barcode' => 'Taispeáin barcode 1D', + 'barcode_type' => 'Cineál Barcode 2D', + 'alt_barcode_type' => 'Cineál barrach 1D', + 'eula_settings' => 'Socruithe EULA', + 'eula_markdown' => 'Ceadaíonn an EULA seo Github flavored markdown.', + 'general_settings' => 'Socruithe Ginearálta', + 'generate_backup' => 'Gin Cúltaca', + 'header_color' => 'Dath Ceannteideal', + 'info' => 'Ligeann na socruithe seo gnéithe áirithe de do shuiteáil a shaincheapadh.', + 'laravel' => 'Leagan Laravel', + 'ldap_enabled' => 'LDAP cumasaithe', + 'ldap_integration' => 'Comhtháthú LDAP', + 'ldap_settings' => 'Socruithe LDAP', + 'ldap_server' => 'Freastalaí LDAP', + 'ldap_server_help' => 'Ba chóir go dtosódh sé seo le ldap: // (le haghaidh neamhchriptithe nó TLS) nó ldaps: // (do SSL)', + 'ldap_server_cert' => 'Bailíochtú deimhnithe SSL LDAP', + 'ldap_server_cert_ignore' => 'Ceadaigh Teastas SSL neamhbhailí', + 'ldap_server_cert_help' => 'Roghnaigh an bosca seo má tá tú ag úsáid deimhnithe SSL féinmhínithe agus gur mhaith leat glacadh le deimhniú SSL neamhbhailí.', + 'ldap_tls' => 'Úsáid TLS', + 'ldap_tls_help' => 'Níor cheart é seo a sheiceáil ach amháin má tá tú ag rith STARTTLS ar do fhreastalaí LDAP.', + 'ldap_uname' => 'LDAP Bind Ainm Úsáideora', + 'ldap_pword' => 'Pasfhocal Bind LDAP', + 'ldap_basedn' => 'Base Bind DN', + 'ldap_filter' => 'Scagaire LDAP', + 'ldap_pw_sync' => 'Sync Pasfhocal LDAP', + 'ldap_pw_sync_help' => 'Déan an bosca seo a dhíscriosadh mura mian leat pasfhocail LDAP a choinneáil ar a dtugtar le pasfhocail áitiúla. Ciallaíonn sé seo go bhféadfadh do úsáideoirí logáil isteach má tá do fhreastalaí LDAP neamhshuim ar chúis éigin.', + 'ldap_username_field' => 'Réimse Ainm Úsáideora', + 'ldap_lname_field' => 'Ainm deiridh', + 'ldap_fname_field' => 'Céadainm LDAP', + 'ldap_auth_filter_query' => 'Ceist Fíordheimhnithe LDAP', + 'ldap_version' => 'Leagan LDAP', + 'ldap_active_flag' => 'Bratach Gníomhach LDAP', + 'ldap_emp_num' => 'Uimhir Fostaí LDAP', + 'ldap_email' => 'Ríomhphost LDAP', + 'load_remote_text' => 'Scripteanna cianda', + 'load_remote_help_text' => 'Is féidir leis an Snipe-IT seo a shuiteáil scripteanna a luchtú ón domhan lasmuigh.', + 'login_note' => 'Logáil isteach Nóta', + 'login_note_help' => 'Áirítear go roghnúil cúpla abairt ar do scáileán logála isteach, mar shampla chun cabhrú le daoine a bhfuair gléas caillte nó goidte. Glacann an réimse seo le Github blastáilte markdown', + 'logo' => 'Logo', + 'full_multiple_companies_support_help_text' => 'Úsáideoirí srianta (lena n-áirítear admins) a shanntar do chuideachtaí le sócmhainní na cuideachta.', + 'full_multiple_companies_support_text' => 'Tacaíocht Iomlána Iompórtálacha Iomlán', + 'optional' => 'roghnach', + 'per_page' => 'Torthaí ar an Leathanach', + 'php' => 'Leagan PHP', + 'php_gd_info' => 'Ní mór duit php-gd a shuiteáil chun cóid QR a thaispeáint, féach treoracha a shuiteáil.', + 'php_gd_warning' => 'NÍ bhfuil an próiseáil Íomhá PHP agus an breiseán GD suiteáilte.', + 'pwd_secure_complexity' => 'Coimpléasc Pasfhocal', + 'pwd_secure_complexity_help' => 'Roghnaigh cibé rialacha coimhdeachta phasfhocal is mian leat a fhorfheidhmiú.', + 'pwd_secure_min' => 'Carachtair íosta Pasfhocal', + 'pwd_secure_min_help' => 'Is é an luach íosta ceadaithe 5', + 'pwd_secure_uncommon' => 'Coinnigh pasfhocail coitianta', + 'pwd_secure_uncommon_help' => 'Ní dhéanfaidh sé seo úsáideoirí a dhíspreagadh ó úsáid focal coitianta ó na 10,000 focal faire is mó a thuairiscítear i sáruithe.', + 'qr_help' => 'Cumasaigh Cóid QR den chéad uair chun seo a leagan síos', + 'qr_text' => 'QR Cód Téacs', + 'setting' => 'Socrú', + 'settings' => 'Socruithe', + 'site_name' => 'Ainm an tSuímh', + 'slack_botname' => 'Botharc Slack', + 'slack_channel' => 'Slack Channel', + 'slack_endpoint' => 'Dúnadh Deiridh', + 'slack_integration' => 'Socruithe Slack', + 'slack_integration_help' => 'Tá comhtháthú sciath roghnach, ach is gá an deireadhphointe agus an cainéal más mian leat é a úsáid. Chun comhtháthú Slack a chumrú, caithfidh tú an chéad creastaigh webhook isteach ar do chuntas Slack.', + 'snipe_version' => 'Snipe-IT leagan', + 'system' => 'Eolas Córas', + 'update' => 'Socruithe Nuashonraithe', + 'value' => 'Luach', + 'brand' => 'Brandáil', + 'about_settings_title' => 'Socruithe Maidir', + 'about_settings_text' => 'Ligeann na socruithe seo gnéithe áirithe de do shuiteáil a shaincheapadh.', + 'labels_per_page' => 'Lipéid in aghaidh an leathanaigh', + 'label_dimensions' => 'Toisí lipéid (orlach)', + 'next_auto_tag_base' => 'Ar Aghaidh auto-incrimint', + 'page_padding' => 'Imeall Page (orlach)', + 'purge' => 'Taifid Scriosta Purge', + 'labels_display_bgutter' => 'Gutter bun lipéadaithe', + 'labels_display_sgutter' => 'Gutter taobh lipéid', + 'labels_fontsize' => 'Méid an chló lipéid', + 'labels_pagewidth' => 'Leithead bileog lipéid', + 'labels_pageheight' => 'Airde bileog lipéid', + 'label_gutters' => 'Spásáil lipéid (orlach)', + 'page_dimensions' => 'Toisí Page (orlach)', + 'label_fields' => 'Feithiclí le feiceáil le lipéad', + 'inches' => 'orlach', + 'width_w' => 'w', + 'height_h' => 'h', + 'show_url_in_emails' => 'Nasc le Snipe-IT i Ríomhphoist', + 'show_url_in_emails_help_text' => 'Déan an bosca seo a dhíscriosadh mura dteastaíonn uait ceangal ar ais chuig do shuiteáil Snipe-IT i do chosáin ríomhphoist. Úsáideach mura ndéanann an chuid is mó d\'úsáideoirí logáil isteach riamh.', + 'text_pt' => 'pt', + 'thumbnail_max_h' => 'Uasmhéid mionnailnail', + 'thumbnail_max_h_help' => 'Uasmhéid airde i bpicteilíní is féidir na mionsamhlacha a thaispeáint san amharc liostaí. Min 25, uasmhéid 500.', + 'two_factor' => 'Fíordheimhniú Dhá Fachtóir', + 'two_factor_secret' => 'Cód Dhá-Fachtóir', + 'two_factor_enrollment' => 'Rollú Dhá Fachtóir', + 'two_factor_enabled_text' => 'Cumasaigh Dhá Fachtóir', + 'two_factor_reset' => 'Athshocraigh Dhá-Rúnda Fachtóir', + 'two_factor_reset_help' => 'Cuirfidh sé seo ar an úsáideoir a n-gléas a chlárú le Google Authenticator arís. D\'fhéadfadh sé seo a bheith úsáideach má cailleadh nó goideadh an gléas atá cláraithe faoi láthair.', + 'two_factor_reset_success' => 'Athshocraigh dhá fheiste fachtóir go rathúil', + 'two_factor_reset_error' => 'Theip ar dhá athshocrú feiste fachtóir', + 'two_factor_enabled_warning' => 'Má chuirtear ar chumas dhá fhachtóir mura bhfuil sé á chumasú faoi láthair, cuirfidh tú i bhfeidhm láithreach le d\'fhíordheimhniú le gléas cláraithe Google Auth. Beidh an cumas agat do ghléas a chlárú mura bhfuil duine cláraithe faoi láthair.', + 'two_factor_enabled_help' => 'Tabharfaidh sé seo fíordheimhniú dhá fhachtóir ag baint úsáide as Google Authenticator.', + 'two_factor_optional' => 'Roghnach (Is féidir le húsáideoirí a chumasú nó a dhíchumasú má cheadaítear)', + 'two_factor_required' => 'Riachtanach do gach úsáideoir', + 'two_factor_disabled' => 'Faoi mhíchumas', + 'two_factor_enter_code' => 'Cuir isteach Dhá Chód Fachtóir', + 'two_factor_config_complete' => 'Cuir Cód', + 'two_factor_enabled_edit_not_allowed' => 'Ní cheadaíonn do riarthóir duit an leagan seo a eagrú.', + 'two_factor_enrollment_text' => "Tá dhá fhíordheimhniú fachtóir ag teastáil, áfach, nach bhfuil do ghléas cláraithe fós. Oscail d'iarratas Google Authenticator agus scrúdaigh an cód QR thíos chun do ghléas a chlárú. Nuair atá tú ag clárú do gléas, cuir isteach an cód thíos", + 'require_accept_signature' => 'A cheangal Síniú', + 'require_accept_signature_help_text' => 'Éileoidh an chumas seo a chumasú d\'úsáideoirí comhartha a dhéanamh go fisiciúil ar ghlacadh sócmhainne.', + 'left' => 'ar chlé', + 'right' => 'ceart', + 'top' => 'barr', + 'bottom' => 'bun', + 'vertical' => 'ingearach', + 'horizontal' => 'cothrománach', + 'zerofill_count' => 'Fad na clibeanna sócmhainne, lena n-áirítear zerofill', +); diff --git a/resources/lang/ga-IE/admin/settings/message.php b/resources/lang/ga-IE/admin/settings/message.php new file mode 100644 index 0000000000..afbeab1ac7 --- /dev/null +++ b/resources/lang/ga-IE/admin/settings/message.php @@ -0,0 +1,22 @@ + array( + 'error' => 'Tharla earráid agus é ag nuashonrú.', + 'success' => 'Nuashonraigh na socruithe go rathúil.' + ), + 'backup' => array( + 'delete_confirm' => 'An bhfuil tú cinnte gur mhaith leat an comhad cúltaca seo a scriosadh? Ní féidir an gníomh seo a dhíbirt.', + 'file_deleted' => 'Scriosadh an comhad cúltaca go rathúil.', + 'generated' => 'Rinneadh comhad cúltaca nua a chruthú go rathúil.', + 'file_not_found' => 'Níorbh fhéidir an comhad cúltaca sin a fháil ar an bhfreastalaí.', + ), + 'purge' => array( + 'error' => 'Tharla earráid agus í ag puráil.', + 'validation_failed' => 'Tá do dheimhniú purge mícheart. Scríobh an focal "DELETE" sa bhosca daingnithe.', + 'success' => 'Taifid arna scriosadh go rathúil.' + ), + +); diff --git a/resources/lang/ga-IE/admin/statuslabels/message.php b/resources/lang/ga-IE/admin/statuslabels/message.php new file mode 100644 index 0000000000..a3a448aa86 --- /dev/null +++ b/resources/lang/ga-IE/admin/statuslabels/message.php @@ -0,0 +1,32 @@ + 'Níl Lipéad Stádas ann.', + 'assoc_assets' => 'Tá an Lipéad Stádas seo bainteach le Sócmhainn amháin ar a laghad agus ní féidir é a scriosadh. Déan do sócmhainní a thabhairt cothrom le dáta gan tagairt a dhéanamh don stádas seo agus déan iarracht arís.', + + + 'create' => array( + 'error' => 'Níor cruthaíodh Lipéad Stádas, déan iarracht arís.', + 'success' => 'Lipéad Stádas a cruthaíodh go rathúil.' + ), + + 'update' => array( + 'error' => 'Níor nuashonraíodh Lipéad Stádas, déan iarracht arís', + 'success' => 'Lipéad Stádas curtha chun dáta go rathúil.' + ), + + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte gur mian leat an Lipéad Stádas seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an Lipéad Stádas. Arís, le d\'thoil.', + 'success' => 'Scriosadh an Lipéad Stádas go rathúil.' + ), + + 'help' => array( + 'undeployable' => 'Ní féidir na sócmhainní sin a shannadh do dhuine ar bith.', + 'deployable' => 'Is féidir na sócmhainní sin a sheiceáil amach. Nuair a bheidh siad sannta, glacfaidh siad meitreo stádas de Deployed.', + 'archived' => 'Ní féidir na sócmhainní sin a sheiceáil amach, agus ní thaispeánfar iad ach san amharc Cartlann. Tá sé seo úsáideach le faisnéis a choinneáil faoi shócmhainní le haghaidh buiséid / cuspóirí stairiúla ach iad a choinneáil amach as an liosta sócmhainne ó lá go lá.', + 'pending' => 'Ní féidir na sócmhainní sin a shannadh go fóill d\'aon duine, a úsáidtear go minic le haghaidh míreanna atá le deisiú, ach táthar ag súil go dtiocfaidh siad ar ais chuig an gcúrsaíocht.', + ), + +); diff --git a/resources/lang/ga-IE/admin/statuslabels/table.php b/resources/lang/ga-IE/admin/statuslabels/table.php new file mode 100644 index 0000000000..009feb2fb2 --- /dev/null +++ b/resources/lang/ga-IE/admin/statuslabels/table.php @@ -0,0 +1,17 @@ + 'Maidir Lipéid Stádas', + 'archived' => 'Archived', + 'create' => 'Lipéad Stádas a Chruthaigh', + 'color' => 'Cairt Dath', + 'deployable' => 'Infheidhmithe', + 'info' => 'Úsáidtear lipéid stádas chun cur síos a dhéanamh ar na stáit éagsúla a d\'fhéadfadh do shócmhainní a bheith ann. Féadfaidh siad a bheith amach le haghaidh a dheisiú, a chailltear / a goideadh, etc. Is féidir leat lipéid stádais nua a chruthú le haghaidh sócmhainní in-imscartha, ar feitheamh agus i gcartlann.', + 'name' => 'Ainm Stádas', + 'pending' => 'Ar feitheamh', + 'status_type' => 'Cineál Stádas', + 'show_in_nav' => 'Taispeáin sa taobh taobh', + 'title' => 'Lipéid Stádas', + 'undeployable' => 'Neamhfhostaithe', + 'update' => 'Lipéad Stádas Nuashonraithe', +); diff --git a/resources/lang/ga-IE/admin/suppliers/message.php b/resources/lang/ga-IE/admin/suppliers/message.php new file mode 100644 index 0000000000..d1bc39c859 --- /dev/null +++ b/resources/lang/ga-IE/admin/suppliers/message.php @@ -0,0 +1,24 @@ + 'Níl an soláthraí ann.', + 'assoc_users' => 'Tá an soláthraí seo bainteach le múnla amháin ar a laghad agus ní féidir é a scriosadh. Déan do mhúnlaí a thabhairt cothrom le dáta gan tagairt a dhéanamh don soláthraí seo agus déan iarracht arís.', + + 'create' => array( + 'error' => 'Níor cruthaíodh an tsoláthraí, déan iarracht arís.', + 'success' => 'An soláthraí a cruthaíodh go rathúil.' + ), + + 'update' => array( + 'error' => 'Níor nuashonraíodh an tsoláthraí, déan iarracht arís', + 'success' => 'Soláthraíodh an soláthraí go rathúil.' + ), + + 'delete' => array( + 'confirm' => 'An bhfuil tú cinnte gur mian leat an soláthraí seo a scriosadh?', + 'error' => 'Bhí ceist ann a scriosadh an soláthraí. Arís, le d\'thoil.', + 'success' => 'Scriosadh an tsoláthraí go rathúil.' + ) + +); diff --git a/resources/lang/ga-IE/admin/suppliers/table.php b/resources/lang/ga-IE/admin/suppliers/table.php new file mode 100644 index 0000000000..c1879f52f2 --- /dev/null +++ b/resources/lang/ga-IE/admin/suppliers/table.php @@ -0,0 +1,27 @@ + 'Maidir Soláthraithe', + 'about_suppliers_text' => 'Úsáidtear soláthraithe chun foinse na n-ítimí a rianú', + 'address' => 'Seoladh an tSoláthraithe', + 'assets' => 'Sócmhainní', + 'city' => 'Cathair', + 'contact' => 'Ainm an Teagmhálaí', + 'country' => 'Tír', + 'create' => 'Cruthaigh Soláthraí', + 'email' => 'Ríomhphost', + 'fax' => 'Facs', + 'id' => 'ID', + 'licenses' => 'Ceadúnais', + 'name' => 'Ainm an tSoláthraithe', + 'notes' => 'Nótaí', + 'phone' => 'Fón', + 'state' => 'Stáit', + 'suppliers' => 'Soláthraithe', + 'update' => 'Soláthróir Nuashonraithe', + 'url' => 'URL', + 'view' => 'Féach ar an Soláthraí', + 'view_assets_for' => 'Féach Sócmhainní le haghaidh', + 'zip' => 'Cód Poist', + +); diff --git a/resources/lang/ga-IE/admin/users/general.php b/resources/lang/ga-IE/admin/users/general.php new file mode 100644 index 0000000000..b94131d0cd --- /dev/null +++ b/resources/lang/ga-IE/admin/users/general.php @@ -0,0 +1,25 @@ + 'Sócmhainní a shanntar do: ainm', + 'bulk_update_warn' => 'Tá tú ar tí in eagar na hairíonna seo a leanas: úsáideoirí user_count. Tabhair faoi deara nach féidir leat tréithe úsáideora féin a athrú ag baint úsáide as an bhfoirm seo, agus ní mór duit athruithe a dhéanamh chuig d\'úsáideoir féin ina n-aonar.', + 'bulk_update_help' => 'Ceadaíonn an fhoirm seo duit il-úsáideoirí a thabhairt cothrom le dáta ag an am céanna. Líon isteach na réimsí is gá duit a athrú ach amháin. Ní dhéanfar aon réimsí fágtha gan athrú.', + 'current_assets' => 'Seiceáil na sócmhainní faoi láthair don úsáideoir seo', + 'clone' => 'Úsáideoir Clón', + 'contact_user' => 'Ainm an Teagmhálaí', + 'edit' => 'Athraigh Úsáideoir', + 'filetype_info' => 'Is iad píopaí comhaid a cheadaítear png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'history_user' => 'Stair le haghaidh: ainm', + 'info' => 'Eolas', + 'restore_user' => 'Cliceáil anseo chun iad a athchóiriú.', + 'last_login' => 'Logáil isteach deireanach', + 'ldap_config_text' => 'Is féidir suímh chumraíochta LDAP a fháil Admin> Settings. Socrófar an suíomh roghnaithe (roghnach) do gach úsáideoir a allmhairítear.', + 'software_user' => 'Bogearraí Seiceáil amach chuig: ainm', + 'view_user' => 'Féach Úsáideoir: ainm', + 'usercsv' => 'Comhad CSV', + 'two_factor_admin_optin_help' => 'Ceadaíonn do shuímh riaracháin reatha forfheidhmiú roghnach fíordheimhnithe dhá fhachtóir.', + 'two_factor_enrolled' => 'Gléas 2FA Cláraithe', + 'two_factor_active' => '2FA Gníomhach', + ); diff --git a/resources/lang/ga-IE/admin/users/message.php b/resources/lang/ga-IE/admin/users/message.php new file mode 100644 index 0000000000..a283bce80c --- /dev/null +++ b/resources/lang/ga-IE/admin/users/message.php @@ -0,0 +1,59 @@ + 'Ghlac tú leis an tsócmhainn seo go rathúil.', + 'declined' => 'Dhiúltaigh tú an tsócmhainn seo go rathúil.', + 'bulk_manager_warn' => 'Rinneadh do chuid úsáideoirí a nuashonrú go rathúil, áfach, níor shábháil do iontráil bainisteora toisc go raibh an bainisteoir a roghnaigh tú chomh maith sa liosta úsáideora le bheith in eagar, agus b\'fhéidir nach mbainfeadh úsáideoirí a mbainisteoir féin. Roghnaigh d\'úsáideoirí arís, gan an bainisteoir a áireamh.', + 'user_exists' => 'Úsáideoir ann cheana!', + 'user_not_found' => 'Ní Úsáideoir [: id] ann.', + 'user_login_required' => 'Is gá an réimse logála isteach', + 'user_password_required' => 'Tá an focal faire ag teastáil.', + 'insufficient_permissions' => 'Ceadanna Easpa.', + 'user_deleted_warning' => 'Scriosadh an t-úsáideoir seo. Beidh ort an t-úsáideoir seo a athchóiriú chun iad a eagrú nó sócmhainní nua a shannadh dóibh.', + 'ldap_not_configured' => 'Níl cumasc LDAP cumraithe don suiteáil seo.', + + + 'success' => array( + 'create' => 'Úsáideadh an t-úsáideoir go rathúil.', + 'update' => 'Rinneadh an nuashonrú ar an úsáideoir.', + 'update_bulk' => 'Tugadh cothrom le dáta d\'úsáideoirí!', + 'delete' => 'Scriosadh an t-úsáideoir go rathúil', + 'ban' => 'Cuireadh cosc ​​ar an úsáideoir go rathúil.', + 'unban' => 'Níor aimsíodh an t-úsáideoir go rathúil.', + 'suspend' => 'Fionraíodh an t-úsáideoir go rathúil.', + 'unsuspend' => 'Rinneadh an t-úsáideoir a neamhshlánú go rathúil.', + 'restored' => 'Cuireadh an t-úsáideoir ar ais go rathúil.', + 'import' => 'Allmhairítear úsáideoirí go rathúil.', + ), + + 'error' => array( + 'create' => 'Bhí ceist ann a chruthaigh an t-úsáideoir. Arís, le d\'thoil.', + 'update' => 'Bhí ceist ann ag nuashonrú an úsáideora. Arís, le d\'thoil.', + 'delete' => 'Bhí ceist ann a scriosadh an t-úsáideoir. Arís, le d\'thoil.', + 'delete_has_assets' => 'Tá míreanna sannta ag an úsáideoir seo agus ní fhéadfaí iad a scriosadh.', + 'unsuspend' => 'Bhí ceist ann gan an t-úsáideoir a chaitheamh. Arís, le d\'thoil.', + 'import' => 'Bhí ceist ann a bhí ag iompórtáil úsáideoirí. Arís, le d\'thoil.', + 'asset_already_accepted' => 'Glactar leis an tsócmhainn seo cheana féin.', + 'accept_or_decline' => 'Ní mór duit an tsócmhainn seo a ghlacadh nó a laghdú.', + 'incorrect_user_accepted' => 'Níor seiceáladh an tsócmhainn a d\'iarr tú glacadh leis.', + 'ldap_could_not_connect' => 'Níorbh fhéidir ceangal leis an bhfreastalaí LDAP. Seiceáil do chumraíocht an fhreastalaí LDAP sa chomhad cumraíochta LDAP.
Error ó Freastalaí LDAP:', + 'ldap_could_not_bind' => 'Níorbh fhéidir ceangal leis an bhfreastalaí LDAP. Seiceáil do chumraíocht an fhreastalaí LDAP sa chomhad cumraíochta LDAP.
Error ó Freastalaí LDAP:', + 'ldap_could_not_search' => 'Níorbh fhéidir an freastalaí LDAP a chuardach. Seiceáil do chumraíocht an fhreastalaí LDAP sa chomhad cumraíochta LDAP.
Error ó Freastalaí LDAP:', + 'ldap_could_not_get_entries' => 'Níorbh fhéidir iontrálacha a fháil ón fhreastalaí LDAP. Seiceáil do chumraíocht an fhreastalaí LDAP sa chomhad cumraíochta LDAP.
Error ó Freastalaí LDAP:', + 'password_ldap' => 'Bainistíonn LDAP / Active Directory an focal faire don chuntas seo. Téigh i dteagmháil le do roinn TF chun do phasfhocal a athrú.', + ), + + 'deletefile' => array( + 'error' => 'Ní scriosadh an comhad. Arís, le d\'thoil.', + 'success' => 'Comhad a scriosadh go rathúil', + ), + + 'upload' => array( + 'error' => 'Comhad (í) nach bhfuil uaslódáil. Arís, le d\'thoil.', + 'success' => 'Comhad (í) uaslódáil go rathúil.', + 'nofiles' => 'Níor roghnaigh tú aon chomhaid le híoslódáil', + 'invalidfiles' => 'Tá ceann amháin nó níos mó de do chuid comhad ró-mhór nó is comhad í nach bhfuil ceadaithe. Tá píopaí comhaid a cheadaítear png, gif, jpg, doc, docx, pdf, and txt.', + ), + +); diff --git a/resources/lang/ga-IE/admin/users/table.php b/resources/lang/ga-IE/admin/users/table.php new file mode 100644 index 0000000000..632b66b17e --- /dev/null +++ b/resources/lang/ga-IE/admin/users/table.php @@ -0,0 +1,38 @@ + 'Gníomhach', + 'allow' => 'Ceadaigh', + 'checkedout' => 'Sócmhainní', + 'created_at' => 'Cruthaithe', + 'createuser' => 'Cruthaigh Úsáideoir', + 'deny' => 'Diúltaigh', + 'email' => 'Ríomhphost', + 'employee_num' => 'Uimhir an Fhostaí', + 'first_name' => 'Ainm', + 'groupnotes' => 'Roghnaigh grúpa chun an t-úsáideoir a shannadh, cuimhnigh go nglacann úsáideoir ceadanna an ghrúpa a sannfar iad.', + 'id' => 'Id', + 'inherit' => 'Inherit', + 'job' => 'Teideal an phoist', + 'last_login' => 'Logáil isteach deireanach', + 'last_name' => 'Ainm deiridh', + 'location' => 'Suíomh', + 'lock_passwords' => 'Ní féidir sonraí logála a athrú ar an suiteáil seo.', + 'manager' => 'Bainisteoir', + 'managed_locations' => 'Láithreáin bhainistithe', + 'name' => 'Ainm', + 'notes' => 'Nótaí', + 'password_confirm' => 'Deimhnigh Pasfhocal', + 'password' => 'Pasfhocal', + 'phone' => 'Fón', + 'show_current' => 'Taispeáin Úsáideoirí Reatha', + 'show_deleted' => 'Taispeáin Úsáideoirí Scriosta', + 'title' => 'Teideal', + 'to_restore_them' => 'iad a chur ar ais.', + 'updateuser' => 'Nuashonraigh Úsáideoir', + 'username' => 'Ainm Úsáideora', + 'user_deleted_text' => 'Marcáladh an t-úsáideoir seo mar a scriosadh é.', + 'username_note' => '(Úsáidtear é seo le haghaidh Eolaire Gníomhach a cheanglaíonn ach amháin, gan logáil isteach.)', + 'cloneuser' => 'Úsáideoir Clón', + 'viewusers' => 'Féach ar Úsáideoirí', +); diff --git a/resources/lang/ga-IE/auth/general.php b/resources/lang/ga-IE/auth/general.php new file mode 100644 index 0000000000..dceabde9a0 --- /dev/null +++ b/resources/lang/ga-IE/auth/general.php @@ -0,0 +1,12 @@ + 'Seol Nasc Athshocraigh Pasfhocal', + 'email_reset_password' => 'Athshocraigh Pasfhocal Ríomhphoist', + 'reset_password' => 'Athshocraigh Pasfhocal', + 'login' => 'Logáil isteach', + 'login_prompt' => 'Logáil isteach le do thoil', + 'forgot_password' => 'Rinne mé dearmad ar mo phasfhocal', + 'remember_me' => 'Cuimhnigh orm', + ]; + diff --git a/resources/lang/ga-IE/auth/message.php b/resources/lang/ga-IE/auth/message.php new file mode 100644 index 0000000000..bc441272b0 --- /dev/null +++ b/resources/lang/ga-IE/auth/message.php @@ -0,0 +1,37 @@ + 'Tá cuntas leis an ríomhphost seo ann cheana féin.', + 'account_not_found' => 'Tá an t-ainm úsáideora nó an focal faire mícheart.', + 'account_not_activated' => 'Níl an cuntas úsáideora seo curtha i ngníomh.', + 'account_suspended' => 'Tá an cuntas úsáideora seo ar fionraí.', + 'account_banned' => 'Tá toirmeasc ar an gcuntas úsáideora seo.', + 'throttle' => 'Go leor iarrachtaí logáil isteach theip. Déan iarracht arís i dtreo: nóiméad nóiméad nóiméad.', + + 'signin' => array( + 'error' => 'Bhí fadhb ann agus tú ag iarraidh logáil isteach, déan iarracht arís.', + 'success' => 'Rinne tú logáil isteach go rathúil.', + ), + + 'signup' => array( + 'error' => 'Bhí fadhb ann agus tú ag iarraidh do chuntas a chruthú, déan iarracht arís.', + 'success' => 'Cruthaigh an cuntas go rathúil.', + ), + + 'forgot-password' => array( + 'error' => 'Bhí fadhb ann agus tú ag iarraidh cód pasfhocal a athshocrú, déan iarracht arís.', + 'success' => 'R-phost aisghabhála pasfhocal a sheoladh go rath', + ), + + 'forgot-password-confirm' => array( + 'error' => 'Bhí fadhb ann agus tú ag iarraidh an focal faire a athshocrú, déan iarracht arís.', + 'success' => 'D\'athshocraigh do phasfhocal go rathúil.', + ), + + 'activate' => array( + 'error' => 'Bhí fadhb ann agus tú ag iarraidh do chuntas a ghníomhachtú, déan iarracht arís.', + 'success' => 'Tá do chuntas gníomhachtaithe go rathúil.', + ), + +); diff --git a/resources/lang/ga-IE/button.php b/resources/lang/ga-IE/button.php new file mode 100644 index 0000000000..08d6312fbd --- /dev/null +++ b/resources/lang/ga-IE/button.php @@ -0,0 +1,15 @@ + 'Gníomhartha', + 'add' => 'Cuir Nua', + 'cancel' => 'Cealaigh', + 'checkin_and_delete' => 'Checkin & Scrios Úsáideoir', + 'delete' => 'Scrios', + 'edit' => 'Athraigh', + 'restore' => 'Athchóirigh', + 'request' => 'Iarratas', + 'submit' => 'Cuir isteach', + 'upload' => 'Uaslódáil', + 'select_file' => 'Roghnaigh Comhad ...', +); diff --git a/resources/lang/ga-IE/general.php b/resources/lang/ga-IE/general.php new file mode 100644 index 0000000000..b8179412ce --- /dev/null +++ b/resources/lang/ga-IE/general.php @@ -0,0 +1,205 @@ + 'Accessories', + 'activated' => 'Gníomhachtaithe', + 'accessory' => 'Cúlpháirtí', + 'accessory_report' => 'Tuarascáil Cúlpháirtí', + 'action' => 'Gníomh', + 'activity_report' => 'Tuarascáil Ghníomhaíochta', + 'address' => 'Seoladh', + 'admin' => 'Riarachán', + 'add_seats' => 'Suíocháin breise', + 'all_assets' => 'Gach Sócmhainn', + 'all' => 'Gach', + 'archived' => 'Archived', + 'asset_models' => 'Múnlaí Sócmhainne', + 'asset_model' => 'Mionsamhail', + 'asset' => 'Sócmhainn', + 'asset_report' => 'Tuarascáil Sócmhainní', + 'asset_tag' => 'Clib Sócmhainní', + 'assets_available' => 'sócmhainní atá ar fáil', + 'audit' => 'Iniúchadh', + 'audit_report' => 'Logáil Iniúchta', + 'assets' => 'Sócmhainní', + 'avatar_delete' => 'Scrios Avatar', + 'avatar_upload' => 'Upload Upload', + 'back' => 'Ar ais', + 'bad_data' => 'Níor aimsíodh aon rud. B\'fhéidir droch-shonraí?', + 'bulkaudit' => 'Iniúchadh Bulc', + 'bulkaudit_status' => 'Stádas Iniúchta', + 'bulk_checkout' => 'Seiceáil Bulc', + 'cancel' => 'Cealaigh', + 'categories' => 'Catagóirí', + 'category' => 'Catagóir', + 'change' => 'In / Amach', + 'changeemail' => 'Athraigh Seoladh Ríomhphoist', + 'changepassword' => 'Athraigh do phasfhocal', + 'checkin' => 'Checkin', + 'checkin_from' => 'Seiceáil ó', + 'checkout' => 'Seiceáil', + 'city' => 'Cathair', + 'click_here' => 'Cliceáil anseo', + 'companies' => 'Cuideachtaí', + 'company' => 'Cuideachta', + 'component' => 'Comhpháirt', + 'components' => 'Comhpháirteanna', + 'complete' => 'Comhlánaigh', + 'consumable' => 'Inchaite', + 'consumables' => 'Tomhaltáin', + 'country' => 'Tír', + 'create' => 'Cruthaigh Nua', + 'created' => 'Mír Cruthaithe', + 'created_asset' => 'cruthaíodh sócmhainn', + 'created_at' => 'Cruthaithe ag', + 'updated_at' => 'Nuashonraithe ag', + 'currency' => '$', // this is deprecated + 'current' => 'Reatha', + 'custom_report' => 'Tuarascáil Sócmhainní Custaim', + 'dashboard' => 'Painéal', + 'days' => 'lá', + 'days_to_next_audit' => 'Laethanta go dtí an chéad Iniúchadh', + 'date' => 'Dáta', + 'debug_warning' => 'Rabhadh!', + 'debug_warning_text' => 'Tá an t-iarratas seo á reáchtáil i mód táirgthe le cumas dífhabhtaithe. Féadfaidh sé seo sonraí íogaire a nochtadh má tá do iarratas inrochtana don domhan lasmuigh. Díchumasaigh an modh dífhabhtaithe trí luachanna APP_DEBUG a leagan amach i do chomhad .env chuig false.', + 'delete' => 'Scrios', + 'deleted' => 'Scriosta', + 'delete_seats' => 'Suíocháin Scriosta', + 'departments' => 'Ranna', + 'department' => 'Roinn', + 'deployed' => 'Imscaradh', + 'depreciation_report' => 'Tuarascáil Dímheas', + 'download' => 'Íoslódáil', + 'depreciation' => 'Dímheas', + 'editprofile' => 'Cuir do phróifíl in eagar', + 'eol' => 'EOL', + 'email_domain' => 'Fearann ​​Ríomhphoist', + 'email_format' => 'Foirm Ríomhphoist', + 'email_domain_help' => 'Úsáidtear é seo chun seoltaí ríomhphoist a ghiniúint nuair a allmhairítear iad', + 'filastname_format' => 'An Chéad Ainm Deiridh Tosaigh (jsmith@example.com)', + 'firstname_lastname_format' => 'Ainm Ainm Chéad Ainm (jane.smith@example.com)', + 'first' => 'An Chéad', + 'first_name' => 'Ainm', + 'first_name_format' => 'Céadainm (jane@example.com)', + 'file_name' => 'Comhad', + 'file_uploads' => 'Uaslódáil comhad', + 'generate' => 'Gin', + 'groups' => 'Grúpaí', + 'gravatar_email' => 'Seoladh Ríomhphoist Gravatar', + 'history' => 'Stair', + 'history_for' => 'Stair do', + 'id' => 'ID', + 'image_delete' => 'Scrios Íomhá', + 'image_upload' => 'Íomhá Uaslódáil', + 'import' => 'Iompórtáil', + 'import-history' => 'Stair Iompórtála', + 'asset_maintenance' => 'Cothabháil Sócmhainní', + 'asset_maintenance_report' => 'Tuarascáil um Chothabháil Sócmhainní', + 'asset_maintenances' => 'Feabhsúcháin Sócmhainní', + 'item' => 'Mír', + 'insufficient_permissions' => 'Ceadanna leordhóthanach!', + 'language' => 'Teanga', + 'last' => 'Last', + 'last_login' => 'Logáil isteach deireanach', + 'last_name' => 'Ainm deiridh', + 'license' => 'Ceadúnas', + 'license_report' => 'Tuarascáil Cheadúnais', + 'licenses_available' => 'ceadúnas ar fáil', + 'licenses' => 'Ceadúnais', + 'list_all' => 'Liosta Gach', + 'loading' => 'Luchtú', + 'lock_passwords' => 'Ní féidir an réimse seo a eagrú sa shuiteáil seo.', + 'feature_disabled' => 'Tá an ghné seo faoi mhíchumas chun an suiteáil taispeántais.', + 'location' => 'Suíomh', + 'locations' => 'Suímh', + 'logout' => 'Logáil Amach', + 'lookup_by_tag' => 'Féach ar Chlib Sócmhainní', + 'manufacturer' => 'Déantóir', + 'manufacturers' => 'Déantóirí', + 'markdown' => 'Ceadaíonn an réimse seo Github flavored markdown.', + 'min_amt' => 'Min. QTY', + 'min_amt_help' => 'Íosmhéid na n-ítimí ba chóir a bheith ar fáil sula dtéann rabhadh folctha.', + 'model_no' => 'Múnla Uimh.', + 'months' => 'míonna', + 'moreinfo' => 'Tuilleadh eolais', + 'name' => 'Ainm', + 'next' => 'Ar Aghaidh', + 'next_audit_date' => 'Ar Aghaidh Dáta Iniúchta', + 'last_audit' => 'An Iniúchadh Deiridh', + 'new' => 'nua!', + 'no_depreciation' => 'Gan Dímheas', + 'no_results' => 'Gan Torthaí.', + 'no' => 'Uimh', + 'notes' => 'Nótaí', + 'order_number' => 'Uimhir ordú', + 'page_menu' => 'Míreanna _MENU_ a thaispeáint', + 'pagination_info' => 'Íomhá _START_ go _END_ de _TOTAL_ míreanna', + 'pending' => 'Ar feitheamh', + 'people' => 'Daoine', + 'per_page' => 'Torthaí ar an Leathanach', + 'previous' => 'Roimhe Seo', + 'processing' => 'Próiseáil', + 'profile' => 'Do phróifíl', + 'purchase_cost' => 'Costas Ceannacháin', + 'purchase_date' => 'Dáta Ceannacháin', + 'qty' => 'QTY', + 'quantity' => 'Cainníocht', + 'ready_to_deploy' => 'Réidh le Imscaradh', + 'recent_activity' => 'Gníomhaíocht le déanaí', + 'remove_company' => 'Bain Cuideachta Chomhlachais', + 'reports' => 'Tuarascálacha', + 'requested' => 'Iarrtar', + 'request_canceled' => 'Iarratas Ar Ceal', + 'save' => 'Sábháil', + 'select' => 'Roghnaigh', + 'search' => 'Cuardaigh', + 'select_category' => 'Roghnaigh Catagóir', + 'select_department' => 'Roghnaigh Roinn', + 'select_depreciation' => 'Roghnaigh Cineál Dímheasa', + 'select_location' => 'Roghnaigh Suíomh', + 'select_manufacturer' => 'Roghnaigh Monaróir', + 'select_model' => 'Roghnaigh Samhail', + 'select_supplier' => 'Roghnaigh Soláthraí', + 'select_user' => 'Roghnaigh Úsáideoir', + 'select_date' => 'Roghnaigh Dáta (BBBB-MM-DD)', + 'select_statuslabel' => 'Roghnaigh Stádas', + 'select_company' => 'Roghnaigh Cuideachta', + 'select_asset' => 'Roghnaigh Sócmhainn', + 'settings' => 'Socruithe', + 'sign_in' => 'Sínigh isteach', + 'signature' => 'Síniú', + 'some_features_disabled' => 'MODH DEMO: Tá gnéithe áirithe faoi mhíchumas don shuiteáil seo agus athshocróidh na sonraí sa chóras seo go laethúil.', + 'site_name' => 'Ainm an tSuímh', + 'state' => 'Stáit', + 'status_labels' => 'Lipéid Stádas', + 'status' => 'Stádas', + 'supplier' => 'Soláthraí', + 'suppliers' => 'Soláthraithe', + 'sure_to_delete' => 'An bhfuil tú cinnte gur mian leat a scriosadh', + 'submit' => 'Cuir isteach', + 'target' => 'Sprioc', + 'time_and_date_display' => 'Taispeáin Am agus Dáta', + 'total_assets' => 'sócmhainní iomlána', + 'total_licenses' => 'ceadúnais iomlána', + 'total_accessories' => 'gabhálais iomlána', + 'total_consumables' => 'inchaite iomlán', + 'type' => 'Cineál', + 'undeployable' => 'Neamh-imscartha', + 'unknown_admin' => 'Riarachán Anaithnid', + 'username_format' => 'Ainm Úsáideora Formáid', + 'update' => 'Nuashonrú', + 'uploaded' => 'Uasluchtaithe', + 'user' => 'Úsáideoir', + 'accepted' => 'glactha', + 'declined' => 'dhiúltaigh', + 'unaccepted_asset_report' => 'Sócmhainní Gan Ghlactha', + 'users' => 'Úsáideoirí', + 'viewassets' => 'Féach Sócmhainní Socraithe', + 'website' => 'Suíomh Gréasáin', + 'welcome' => 'Fáilte, ainm', + 'years' => 'blianta', + 'yes' => 'Tá', + 'zip' => 'Zip', + 'noimage' => 'Níl aon íomhá uaslódáil nó íomhá gan fáil.', + 'token_expired' => 'Tá do sheisiún foirm in éag. Arís, le d\'thoil.', + ]; diff --git a/resources/lang/ga-IE/mail.php b/resources/lang/ga-IE/mail.php new file mode 100644 index 0000000000..24b20def22 --- /dev/null +++ b/resources/lang/ga-IE/mail.php @@ -0,0 +1,71 @@ + 'Tá úsáideoir tar éis iarratas ar mhír a chealú ar an láithreán gréasáin', + 'a_user_requested' => 'D\'iarr úsáideoir mír ar an láithreán gréasáin', + 'accessory_name' => 'Ainm Cúlpháirtí:', + 'additional_notes' => 'Nótaí Breise:', + 'admin_has_created' => 'Tá riarthóir tar éis cuntas a chruthú duit ar: láithreán gréasáin gréasáin.', + 'asset' => 'Sócmhainn:', + 'asset_name' => 'Ainm Sócmhainne:', + 'asset_requested' => 'Iarrtar sócmhainn', + 'asset_tag' => 'Tag Sócmhainní:', + 'assets_warrantee_expiring' => '{1} sócmhainn le warrantee ag dul in éag sa chéad 60 lá eile. | [2, Inf] sócmhainní le warrantees ag dul in éag sna 60 lá atá romhainn.', + 'assigned_to' => 'Sannadh Chun', + 'best_regards' => 'Dea-mhéin,', + 'canceled' => 'Ar ceal:', + 'checkin_date' => 'Dáta Checkin:', + 'checkout_date' => 'Dáta Seiceáil:', + 'click_to_confirm' => 'Cliceáil ar an nasc seo a leanas le do thoil a dheimhniú: cuntas gréasáin:', + 'click_on_the_link_accessory' => 'Cliceáil ar an nasc ag bun an leathanaigh chun a dheimhniú go bhfuair tú an cúlpháirtí.', + 'click_on_the_link_asset' => 'Cliceáil ar an nasc ag bun an leathanaigh chun a dheimhniú go bhfuair tú an tsócmhainn.', + 'Confirm_Asset_Checkin' => 'Dearbhaigh Seicseár Sócmhainne.', + 'Confirm_Accessory_Checkin' => 'Dearbhaigh Checkin Cúlpháirtí.', + 'Confirm_accessory_delivery' => 'Dearbhaigh seachadadh cúlpháirtí.', + 'Confirm_asset_delivery' => 'Dearbhaigh seachadadh sócmhainne.', + 'Confirm_consumable_delivery' => 'Dearbhaigh seachadadh inchaite.', + 'current_QTY' => 'QTY Reatha', + 'Days' => 'Laethanta', + 'days' => 'Laethanta', + 'expecting_checkin_date' => 'Dáta Checkin Ionchais:', + 'expires' => 'Deireadh', + 'Expiring_Assets_Report' => 'Tuairisc ar Shócmhainní a Dhul in éag.', + 'Expiring_Licenses_Report' => 'Tuarascáil um Cheadúnais a Dhul in éag.', + 'hello' => 'Dia dhuit', + 'hi' => 'Haigh', + 'i_have_read' => 'Léigh na téarmaí úsáide agus léigh mé na téarmaí úsáide agus fuair mé an t-ítim seo.', + 'item' => 'Mír:', + 'items_below_minimum' => '{1} atá faoi bhun fardal íosta nó go luath íseal. | [2, Inf] míreanna atá faoi bhun fardal íosta nó go luath íseal.', + 'Item_Request_Canceled' => 'Iarratas Mír ar Cealaíodh', + 'Item_Requested' => 'Mír Iarraidh', + 'licenses_expiring' => '{1} ceadúnas ag dul in éag an chéad 60 lá eile. | [2, Inf] ceadúnais ag dul in éag an chéad 60 lá eile.', + 'link_to_update_password' => 'Cliceáil ar an nasc seo a leanas chun do chuid focal faire:', + 'login_first_admin' => 'Logáil isteach i do shuiteáil Snipe-IT nua ag baint úsáide as na dintiúir thíos:', + 'login' => 'Logáil isteach:', + 'Low_Inventory_Report' => 'Tuarascáil Fardal Íseal', + 'min_QTY' => 'Min QTY', + 'name' => 'Ainm', + 'new_item_checked' => 'Rinneadh mír nua a sheiceáil faoi d\'ainm, tá na sonraí thíos.', + 'password' => 'Pasfhocal:', + 'password_reset' => 'Athshocraigh Pasfhocal', + + 'read_the_terms' => 'Léigh na téarmaí úsáide thíos.', + 'read_the_terms_and_click' => 'Léigh na téarmaí úsáide thíos, agus cliceáil ar an nasc ag bun an leathanaigh chun a dheimhniú go léann tú agus go n-aontaíonn tú na téarmaí úsáide agus go bhfuair tú an tsócmhainn.', + 'requested' => 'Iarrtar:', + 'reset_link' => 'Do Nasc Athshocraigh Pasfhocal', + 'reset_password' => 'Cliceáil anseo chun do phasfhocal a athshocrú:', + 'serial' => 'Sraithuimhir:', + 'supplier' => 'Soláthraí', + 'tag' => 'Clib', + 'test_email' => 'Tástáil Ríomhphost ó Snipe-IT', + 'test_mail_text' => 'Is tástáil é seo ón gCóras Bainistíochta Sócmhainní Snipe-IT. Má fuair tú é seo, tá an ríomhphost ag obair :)', + 'the_following_item' => 'Rinneadh an méid seo a leanas a sheiceáil i:', + 'There_are' => '{1} Tá | [2, Inf] Tá', + 'to_reset' => 'Chun do phasfhocal gréasáin a athshocrú, comhlánaigh an fhoirm seo:', + 'type' => 'Cineál', + 'user' => 'Úsáideoir:', + 'username' => 'Ainm Úsáideora:', + 'welcome' => 'Fáilte: ainm', + 'welcome_to' => 'Fáilte go dtí: gréasáin!', + 'your_credentials' => 'Do dhintiúir Snipe-IT', +); diff --git a/resources/lang/ga-IE/pagination.php b/resources/lang/ga-IE/pagination.php new file mode 100644 index 0000000000..f87284fc96 --- /dev/null +++ b/resources/lang/ga-IE/pagination.php @@ -0,0 +1,20 @@ + '« Roimhe Seo', + + 'next' => 'Ar Aghaidh »', + +); diff --git a/resources/lang/ga-IE/passwords.php b/resources/lang/ga-IE/passwords.php new file mode 100644 index 0000000000..ff3df73c0f --- /dev/null +++ b/resources/lang/ga-IE/passwords.php @@ -0,0 +1,7 @@ + 'Cuireadh nasc do phasfhocal isteach!', + 'user' => 'Níl an t-úsáideoir sin ann nó nach bhfuil seoladh ríomhphoist bainteach leis', +]; + diff --git a/resources/lang/ga-IE/reminders.php b/resources/lang/ga-IE/reminders.php new file mode 100644 index 0000000000..718229999d --- /dev/null +++ b/resources/lang/ga-IE/reminders.php @@ -0,0 +1,24 @@ + "Ní mór go mbeadh sé carachtair ar na focail agus an dearbhú a mheaitseáil.", + + "user" => "Tá ainm úsáideora nó seoladh ríomhphoist mícheart", + + "token" => "Tá an tocsa athshocrú focal faire seo neamhbhailí.", + + "sent" => "Má aimsíodh seoladh ríomhphoist meaitseála, cuireadh meabhrúchán phasfhocal isteach!", + +); diff --git a/resources/lang/ga-IE/table.php b/resources/lang/ga-IE/table.php new file mode 100644 index 0000000000..4a40275971 --- /dev/null +++ b/resources/lang/ga-IE/table.php @@ -0,0 +1,10 @@ + 'Gníomhartha', + 'action' => 'Gníomh', + 'by' => 'De réir', + 'item' => 'Mír', + +); diff --git a/resources/lang/ga-IE/validation.php b/resources/lang/ga-IE/validation.php new file mode 100644 index 0000000000..8bfd9b4f77 --- /dev/null +++ b/resources/lang/ga-IE/validation.php @@ -0,0 +1,136 @@ + 'Ní mór glacadh leis an tréith.', + 'active_url' => 'Níl an tréith: URL bailí.', + 'after' => 'An: Ní mór tréith a bheith ina dháta tar éis: dáta.', + 'after_or_equal' => 'An: Ní mór tréith a bheith ina dáta tar éis nó cothrom leis: dáta.', + 'alpha' => 'Ní fhéadfar ach litreacha a bheith i dtréith.', + 'alpha_dash' => 'Ní féidir leis an tréith: litreacha, uimhreacha, agus taiscí a bheith ann.', + 'alpha_num' => 'Ní fhéadfar ach litreacha agus uimhreacha a bheith i dtréith.', + 'array' => 'An: Ní mór tréith a bheith ina sraith.', + 'before' => 'An: Ní mór tréith a bheith ina dháta roimh: dáta.', + 'before_or_equal' => 'An: Ní mór tréith a bheith ina dháta roimh nó cothrom le: dáta.', + 'between' => [ + 'numeric' => 'An: Ní mór tréith a bheith idir: min agus: max.', + 'file' => 'An: Ní mór tréith a bheith idir: min agus: max kilobytes.', + 'string' => 'An: Ní mór tréith a bheith idir: min agus: carachtair uasta.', + 'array' => 'An: Ní mór go mbeadh idir tréith: min agus: míreanna is mó.', + ], + 'boolean' => 'Ní mór an réimse tréith a bheith fíor nó bréagach.', + 'confirmed' => 'Ní dhéanann an daingniú tréith comhoiriúnach leis.', + 'date' => 'Níl an tréith: dáta bailí.', + 'date_format' => 'An: ní bhaineann an tréith leis an bhformáid: formáid.', + 'different' => 'An: tréith agus: ní mór eile a bheith difriúil.', + 'digits' => 'An: Ní mór tréith a bheith: dhigit dhigit.', + 'digits_between' => 'An: Ní mór tréith a bheith idir: min agus: uimhreacha móra.', + 'dimensions' => 'Tá: toisí íomhá neamhbhailí ag tréith.', + 'distinct' => 'Tá: luach dúblach ag an réimse tréith.', + 'email' => 'An: Ní mór don tréith a bheith ina seoladh ríomhphoist bailí.', + 'exists' => 'An roghnaithe: tá tréith neamhbhailí.', + 'file' => 'An: Ní mór tréith a bheith ina chomhad.', + 'filled' => 'Ní mór go mbeadh luach ag an réimse tréith.', + 'image' => 'An: Ní mór tréith a bheith ina íomhá.', + 'in' => 'An roghnaithe: tá tréith neamhbhailí.', + 'in_array' => 'Níl an: réimse tréith i: eile.', + 'integer' => 'An: Ní mór tréith a bheith ina slánuimhir.', + 'ip' => 'Ní mór an tréith: seoladh IP bailí a bheith ann.', + 'ipv4' => 'Ní mór don ghné seo: seoladh IPv4 bailí.', + 'ipv6' => 'Ní mór don ghné seo: seoladh IPv6 bailí.', + 'json' => 'An: ní mór gur tréith JSON bailí í an tréith.', + 'max' => [ + 'numeric' => 'An: ní fhéadfar tréith a bheith níos mó ná: max.', + 'file' => 'An: Ní fhéadfadh tréith níos mó ná: max kilobytes.', + 'string' => 'An: Ní fhéadfar tréith a bheith níos mó ná: carachtair uasta.', + 'array' => 'An: Ní fhéadfadh go mbeadh níos mó ná tréith: míreanna is mó.', + ], + 'mimes' => 'An: Ní mór tréith a bheith ina chomhad den chineál:: luachanna.', + 'mimetypes' => 'An: Ní mór tréith a bheith ina chomhad den chineál:: luachanna.', + 'min' => [ + 'numeric' => 'Ní mór: tréith a bheith ar a laghad: min.', + 'file' => 'Ní mór: tréith a bheith ar a laghad: kilobyte min.', + 'string' => 'Ní mór: tréith a bheith ar a laghad: carachtair min.', + 'array' => 'Ní mór go mbeadh míreanna min ar a laghad ag an tréith.', + ], + 'not_in' => 'An roghnaithe: tá tréith neamhbhailí.', + 'numeric' => 'An: Ní mór tréith a bheith ina líon.', + 'present' => 'Ní mór an réimse tréith a bheith i láthair.', + 'regex' => 'Tá an fhormáid tréithbhail neamhbhailí.', + 'required' => 'An: Tá réimse tréith ag teastáil.', + 'required_if' => 'An: Tá réimse tréith ag teastáil nuair: eile é: luach.', + 'required_unless' => 'An: Tá réimse tréith de dhíth mura bhfuil: eile i: luachanna.', + 'required_with' => 'An: Tá réimse tréith ag teastáil nuair a bhíonn: luachanna i láthair.', + 'required_with_all' => 'An: Tá réimse tréith ag teastáil nuair a bhíonn: luachanna i láthair.', + 'required_without' => 'An: Tá réimse tréith ag teastáil nuair nach bhfuil luachanna i láthair.', + 'required_without_all' => 'An: Tá réimse tréith ag teastáil nuair nach bhfuil aon cheann de na luachanna i láthair.', + 'same' => 'An: tréith agus: ní mór eile a mheaitseáil.', + 'size' => [ + 'numeric' => 'An: Ní mór tréith a bheith: méid.', + 'file' => 'An: Ní mór tréith a bheith: kilobytes méid.', + 'string' => 'An: Ní mór tréith a bheith: carachtair mhéid.', + 'array' => 'Ní mór go mbeadh na nithe seo a leanas i dtréith: míreanna méide.', + ], + 'string' => 'An: Ní mór tréith a bheith ina teaghrán.', + 'timezone' => 'An: Ní mór go mbeadh tréith ina chrios bailí.', + 'unique' => 'An: tá tréith déanta cheana féin.', + 'uploaded' => 'The: theip ar an tréith a uaslódáil.', + 'url' => 'Tá an fhormáid tréithbhail neamhbhailí.', + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ + 'alpha_space' => "An: sa réimse tréith tá carachtar nach bhfuil ceadaithe.", + "email_array" => "Tá seoltaí ríomhphoist amháin nó níos mó neamhbhailí.", + "hashed_pass" => "Tá do phasfhocal reatha mícheart", + 'dumbpwd' => 'Tá an focal faire sin ró-choitianta.', + "statuslabel_type" => "Ní mór duit cineál lipéad stádas bailí a roghnú", + "unique_undeleted" => "An: Ní mór tréith a bheith uathúil.", + ], + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => [], + +); diff --git a/resources/lang/he/admin/accessories/general.php b/resources/lang/he/admin/accessories/general.php index 792ae8d1be..af4d458681 100644 --- a/resources/lang/he/admin/accessories/general.php +++ b/resources/lang/he/admin/accessories/general.php @@ -16,7 +16,7 @@ return array( 'total' => 'סה"כ', 'remaining' => 'נותר', 'update' => 'עידכון אביזר', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'use_default_eula' => 'במקום זאת, השתמש ב- ברירת המחדל הראשית EULA.', + 'use_default_eula_disabled' => ' השתמש ב- EULA ברירת המחדל הראשוני במקום. לא נקבעה ברירת המחדל הראשית של הסכם הרישיון למשתמש קצה. הוסף אחד בהגדרות.', ); diff --git a/resources/lang/he/admin/asset_maintenances/form.php b/resources/lang/he/admin/asset_maintenances/form.php index de69c69876..deb1b77821 100644 --- a/resources/lang/he/admin/asset_maintenances/form.php +++ b/resources/lang/he/admin/asset_maintenances/form.php @@ -1,14 +1,14 @@ 'Maintenance Type', - 'title' => 'Title', - 'start_date' => 'Started', - 'completion_date' => 'Completed', + 'asset_maintenance_type' => 'סוג תחזוקה', + 'title' => 'כותרת', + 'start_date' => 'התחיל', + 'completion_date' => 'הושלם', 'cost' => 'מחיר', - 'is_warranty' => 'Warranty Improvement', + 'is_warranty' => 'שיפור באחריות', 'asset_maintenance_time' => 'ימים', - 'notes' => 'Notes', - 'update' => 'Update', - 'create' => 'Create' + 'notes' => 'הערות', + 'update' => 'עדכון', + 'create' => 'לִיצוֹר' ]; diff --git a/resources/lang/he/admin/asset_maintenances/general.php b/resources/lang/he/admin/asset_maintenances/general.php index b73cb93111..a2d829b2cc 100644 --- a/resources/lang/he/admin/asset_maintenances/general.php +++ b/resources/lang/he/admin/asset_maintenances/general.php @@ -1,10 +1,10 @@ 'Asset Maintenances', - 'edit' => 'Edit Asset Maintenance', - 'delete' => 'Delete Asset Maintenance', - 'view' => 'View Asset Maintenance Details', + 'asset_maintenances' => 'אחזקת נכסים', + 'edit' => 'עריכת תחזוקת נכס', + 'delete' => 'מחיקת תחזוקת נכס', + 'view' => 'הצג פרטי אחזקת נכס', 'repair' => 'תיקון', 'maintenance' => 'תחזוקה', 'upgrade' => 'שדרוג' diff --git a/resources/lang/he/admin/asset_maintenances/message.php b/resources/lang/he/admin/asset_maintenances/message.php index 5329e65b0e..e5969dc5d6 100644 --- a/resources/lang/he/admin/asset_maintenances/message.php +++ b/resources/lang/he/admin/asset_maintenances/message.php @@ -1,21 +1,21 @@ 'Asset Maintenance you were looking for was not found!', + 'not_found' => 'תחזוקת הנכסים שחיפשת לא נמצאה!', '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' => 'האם אתה בטוח שברצונך למחוק את תחזוקת הנכס?', + 'error' => 'היתה בעיה במחיקת הנכס. בבקשה נסה שוב.', + 'success' => 'תחזוקת הנכס נמחקה בהצלחה.' ], 'create' => [ - 'error' => 'Asset Maintenance was not created, please try again.', - 'success' => 'Asset Maintenance created successfully.' + 'error' => 'תחזוקת הנכסים לא נוצרה, נסה שוב.', + 'success' => 'תחזוקת הנכסים נוצרה בהצלחה.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'תחזוקת הנכסים לא נערכה, נסה שוב.', + 'success' => 'תחזוקת הנכסים נערכה בהצלחה.' ], - 'asset_maintenance_incomplete' => 'Not Completed Yet', + 'asset_maintenance_incomplete' => 'לא הושלם עדיין', 'warranty' => 'אחריות', 'not_warranty' => 'ללא אחריות', ]; \ No newline at end of file diff --git a/resources/lang/he/admin/asset_maintenances/table.php b/resources/lang/he/admin/asset_maintenances/table.php index aeb5415ed4..8ca43f0960 100644 --- a/resources/lang/he/admin/asset_maintenances/table.php +++ b/resources/lang/he/admin/asset_maintenances/table.php @@ -2,7 +2,7 @@ return [ 'title' => 'תחזוקת נכס', - 'asset_name' => 'Asset Name', + 'asset_name' => 'שם הנכס', 'is_warranty' => 'אחריות', 'dl_csv' => 'להוריד CSV' ]; diff --git a/resources/lang/he/admin/categories/general.php b/resources/lang/he/admin/categories/general.php index 8e5683d0b4..754332bc2d 100644 --- a/resources/lang/he/admin/categories/general.php +++ b/resources/lang/he/admin/categories/general.php @@ -1,23 +1,23 @@ 'About Categories', - 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', - 'asset_categories' => 'Asset Categories', + 'about_categories_title' => 'על קטגוריות', + 'about_categories' => 'קטגוריות מסייעות לך לארגן את הפריטים שלך. כמה קטגוריות לדוגמה עשויות להיות "Desktops", "Laptops", " טלפונים ניידים ", " טבלטים ", וכן הלאה, אך תוכל להשתמש בקטגוריות בכל דרך שמתאימה לך.', + 'asset_categories' => 'קטגוריות נכסים', 'category_name' => 'שם קטגוריה', - 'checkin_email' => 'Send email to user on checkin.', - 'clone' => 'Clone Category', - 'create' => 'Create Category', - 'edit' => 'Edit Category', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'name' => 'Category Name', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.', - 'required_eula' => 'This user will be emailed a copy of the EULA', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'update' => 'Update Category', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'checkin_email' => 'שלח דוא"ל למשתמש על גבי ההמחאה.', + 'clone' => 'קטגוריה שיבוט', + 'create' => 'צור קטגוריה', + 'edit' => 'ערוך קטגוריה', + 'eula_text' => 'קטגוריה EULA', + 'eula_text_help' => 'שדה זה מאפשר לך להתאים אישית את ערכי הרישיון שלך עבור סוגים מסוימים של נכסים. אם יש לך רק הסכם רשיון משתמש אחד עבור כל הנכסים שלך, תוכל לסמן את התיבה שבהמשך כדי להשתמש בברירת המחדל העיקרית.', + 'name' => 'שם קטגוריה', + 'require_acceptance' => 'דרוש מהמשתמשים לאשר קבלה של נכסים בקטגוריה זו.', + 'required_acceptance' => 'משתמש זה ישלח בדוא"ל עם קישור לאישור הקבלה של פריט זה.', + 'required_eula' => 'משתמש זה ישלח בדואר אלקטרוני עותק של הסכם הרישיון למשתמש קצה (EULA)', + 'no_default_eula' => 'לא נמצאה ברירת מחדל EULA ברירת מחדל. הוסף אחד בהגדרות.', + 'update' => 'עדכון קטגוריה', + 'use_default_eula' => 'במקום זאת, השתמש ב- ברירת המחדל הראשית EULA.', + 'use_default_eula_disabled' => ' השתמש ב- EULA ברירת המחדל הראשוני במקום. לא נקבעה ברירת המחדל הראשית של הסכם הרישיון למשתמש קצה. הוסף אחד בהגדרות.', ); diff --git a/resources/lang/he/admin/categories/message.php b/resources/lang/he/admin/categories/message.php index 48cf5478e1..0508d5310b 100644 --- a/resources/lang/he/admin/categories/message.php +++ b/resources/lang/he/admin/categories/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Category does not exist.', - 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', - 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ', + 'does_not_exist' => 'קטגוריה לא קיימת.', + 'assoc_models' => 'קטגוריה זו משויכת כרגע לדגם אחד לפחות ולא ניתן למחוק אותה. אנא עדכן את הדגמים שלך כדי לא להתייחס עוד לקטגוריה זו ונסה שוב.', + 'assoc_items' => 'קטגוריה זו משויכת כרגע עם לפחות אחד: type_type ולא ניתן למחוק אותה. עדכן את: הנכס_ typepe כדי לא להתייחס עוד לקטגוריה זו ונסה שוב.', 'create' => array( - 'error' => 'Category was not created, please try again.', - 'success' => 'Category created successfully.' + 'error' => 'הקטגוריה לא נוצרה, נסה שוב.', + 'success' => 'קטגוריה נוצר בהצלחה.' ), 'update' => array( - 'error' => 'Category was not updated, please try again', - 'success' => 'Category updated successfully.' + 'error' => 'הקטגוריה לא עודכנה, נסה שוב', + 'success' => 'קטגוריה עודכנה בהצלחה.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this category?', - 'error' => 'There was an issue deleting the category. Please try again.', - 'success' => 'The category was deleted successfully.' + 'confirm' => 'האם אתה בטוח שברצונך למחוק קטגוריה זו?', + 'error' => 'היתה בעיה במחיקת הקטגוריה. בבקשה נסה שוב.', + 'success' => 'הקטגוריה נמחקה בהצלחה.' ) ); diff --git a/resources/lang/he/admin/categories/table.php b/resources/lang/he/admin/categories/table.php index a3ee96ae7f..660d037c78 100644 --- a/resources/lang/he/admin/categories/table.php +++ b/resources/lang/he/admin/categories/table.php @@ -2,9 +2,9 @@ return array( 'eula_text' => 'EULA', - 'id' => 'ID', - 'parent' => 'Parent', - 'require_acceptance' => 'Acceptance', - 'title' => 'Asset Category Name', + 'id' => 'תְעוּדַת זֶהוּת', + 'parent' => 'הוֹרֶה', + 'require_acceptance' => 'קַבָּלָה', + 'title' => 'שם קטגוריה של נכס', ); diff --git a/resources/lang/he/admin/companies/general.php b/resources/lang/he/admin/companies/general.php index 9a47968977..cd65c0f6bc 100644 --- a/resources/lang/he/admin/companies/general.php +++ b/resources/lang/he/admin/companies/general.php @@ -1,6 +1,6 @@ 'About Companies', - 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', - 'select_company' => 'Select Company', + 'about_companies_title' => 'על חברות', + 'about_companies_text' => 'חברות יכולות לשמש כשדה מזהה פשוט, או שניתן להשתמש בהן להגבלת החשיפה של נכסים, משתמשים וכו \', אם תמיכה מלאה בחברה מופעלת בהגדרות מנהל המערכת.', + 'select_company' => 'בחר חברה', ]; diff --git a/resources/lang/he/admin/companies/message.php b/resources/lang/he/admin/companies/message.php index a6db573519..04a50ddfd9 100644 --- a/resources/lang/he/admin/companies/message.php +++ b/resources/lang/he/admin/companies/message.php @@ -1,18 +1,18 @@ 'Company does not exist.', - 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', + 'does_not_exist' => 'החברה לא קיימת.', + 'assoc_users' => 'חברה זו קשורה כרגע עם דגם אחד לפחות ואינה ניתנת למחיקה. אנא עדכן את המודלים שלך כדי לא להפנות עוד לחברה זו ונסה שוב.', 'create' => array( - 'error' => 'Company was not created, please try again.', - 'success' => 'Company created successfully.' + 'error' => 'החברה לא נוצרה, נסה שוב.', + 'success' => 'החברה יצרה בהצלחה.' ), 'update' => array( - 'error' => 'Company was not updated, please try again', - 'success' => 'Company updated successfully.' + 'error' => 'החברה לא עודכנה, נסה שוב', + 'success' => 'החברה עודכנה בהצלחה.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this company?', - 'error' => 'There was an issue deleting the company. Please try again.', - 'success' => 'The Company was deleted successfully.' + 'confirm' => 'האם אתה בטוח שברצונך למחוק חברה זו?', + 'error' => 'היתה בעיה במחיקת החברה. בבקשה נסה שוב.', + 'success' => 'החברה נמחקה בהצלחה.' ) ); diff --git a/resources/lang/he/admin/companies/table.php b/resources/lang/he/admin/companies/table.php index 2f86126ff2..c924060bf2 100644 --- a/resources/lang/he/admin/companies/table.php +++ b/resources/lang/he/admin/companies/table.php @@ -1,9 +1,9 @@ 'Companies', - 'create' => 'Create Company', - 'title' => 'Company', - 'update' => 'Update Company', - 'name' => 'Company Name', - 'id' => 'ID', + 'companies' => 'חברות', + 'create' => 'צור חברה', + 'title' => 'חֶברָה', + 'update' => 'עדכון החברה', + 'name' => 'שם החברה', + 'id' => 'תְעוּדַת זֶהוּת', ); diff --git a/resources/lang/he/admin/components/general.php b/resources/lang/he/admin/components/general.php index 75c9d250ab..7e40e7c1f4 100644 --- a/resources/lang/he/admin/components/general.php +++ b/resources/lang/he/admin/components/general.php @@ -1,17 +1,17 @@ 'About Components', - 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', - 'component_name' => 'Component Name', - 'checkin' => 'Checkin Component', - 'checkout' => 'Checkout Component', - 'cost' => 'Purchase Cost', - 'create' => 'Create Component', - 'edit' => 'Edit Component', - 'date' => 'Purchase Date', - 'order' => 'Order Number', - 'remaining' => 'Remaining', - 'total' => 'Total', - 'update' => 'Update Component', + 'about_components_title' => 'על רכיבים', + 'about_components_text' => 'רכיבים הם פריטים שהם חלק מנכס, לדוגמה HDD, RAM וכדומה.', + 'component_name' => 'שם רכיב', + 'checkin' => 'רכיב Checkin', + 'checkout' => 'רכיב Checkout', + 'cost' => 'עלות הרכישה', + 'create' => 'צור רכיב', + 'edit' => 'עריכת רכיב', + 'date' => 'תאריך רכישה', + 'order' => 'מספר הזמנה', + 'remaining' => 'נוֹתָר', + 'total' => 'סה"כ', + 'update' => 'עדכון רכיב', ); diff --git a/resources/lang/he/admin/components/message.php b/resources/lang/he/admin/components/message.php index 1d13970f23..32cb4c4fec 100644 --- a/resources/lang/he/admin/components/message.php +++ b/resources/lang/he/admin/components/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Component does not exist.', + 'does_not_exist' => 'הרכיב אינו קיים.', 'create' => array( - 'error' => 'Component was not created, please try again.', - 'success' => 'Component created successfully.' + 'error' => 'הרכיב לא נוצר, נסה שוב.', + 'success' => 'הרכיב נוצר בהצלחה.' ), 'update' => array( - 'error' => 'Component was not updated, please try again', - 'success' => 'Component updated successfully.' + 'error' => 'הרכיב לא עודכן, נסה שוב', + 'success' => 'הרכיב עודכן בהצלחה.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this component?', - 'error' => 'There was an issue deleting the component. Please try again.', - 'success' => 'The component was deleted successfully.' + 'confirm' => 'האם אתה בטוח שברצונך למחוק רכיב זה?', + 'error' => 'הייתה בעיה במחיקת הרכיב. בבקשה נסה שוב.', + 'success' => 'הרכיב נמחק בהצלחה.' ), 'checkout' => array( - 'error' => 'Component was not checked out, please try again', - 'success' => 'Component checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'הרכיב לא נבדק, נסה שוב', + 'success' => 'רכיב הוצא בהצלחה.', + 'user_does_not_exist' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.' ), 'checkin' => array( - 'error' => 'Component was not checked in, please try again', - 'success' => 'Component checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'הרכיב לא נבדק, נסה שוב', + 'success' => 'רכיב נבדק בהצלחה.', + 'user_does_not_exist' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.' ) diff --git a/resources/lang/he/admin/components/table.php b/resources/lang/he/admin/components/table.php index 3d4fed6a7f..c027a774ea 100644 --- a/resources/lang/he/admin/components/table.php +++ b/resources/lang/he/admin/components/table.php @@ -1,5 +1,5 @@ 'Component Name', + 'title' => 'שם רכיב', ); diff --git a/resources/lang/he/admin/consumables/general.php b/resources/lang/he/admin/consumables/general.php index 53a69f8c03..7dbc88cdb8 100644 --- a/resources/lang/he/admin/consumables/general.php +++ b/resources/lang/he/admin/consumables/general.php @@ -1,13 +1,13 @@ 'About Consumables', - 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', - 'checkout' => 'Checkout Consumable to User', - 'consumable_name' => 'Consumable Name', - 'create' => 'Create Consumable', - 'item_no' => 'Item No.', - 'remaining' => 'Remaining', - 'total' => 'Total', - 'update' => 'Update Consumable', + 'about_consumables_title' => 'אודות מוצרים מתכלים', + 'about_consumables_text' => 'מתכלים הם כל דבר שנרכש כי ישמשו לאורך זמן. לדוגמה, דיו למדפסת או נייר צילום.', + 'checkout' => 'Checkout מתכלה למשתמש', + 'consumable_name' => 'שם מתכלה', + 'create' => 'צור מתכלים', + 'item_no' => 'פריט מספר.', + 'remaining' => 'נוֹתָר', + 'total' => 'סה"כ', + 'update' => 'עדכון מתכלה', ); diff --git a/resources/lang/he/admin/consumables/message.php b/resources/lang/he/admin/consumables/message.php index 48a3cfbd9f..d4c2a78cf1 100644 --- a/resources/lang/he/admin/consumables/message.php +++ b/resources/lang/he/admin/consumables/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Consumable does not exist.', + 'does_not_exist' => 'הצריכה אינה קיימת.', 'create' => array( - 'error' => 'Consumable was not created, please try again.', - 'success' => 'Consumable created successfully.' + 'error' => 'הצריכה לא נוצרה, נסה שוב.', + 'success' => 'הצריכה נוצרה בהצלחה.' ), 'update' => array( - 'error' => 'Consumable was not updated, please try again', - 'success' => 'Consumable updated successfully.' + 'error' => 'הצריכה לא עודכנה, נסה שוב', + 'success' => 'הצריכה עודכנה בהצלחה.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this consumable?', - 'error' => 'There was an issue deleting the consumable. Please try again.', - 'success' => 'The consumable was deleted successfully.' + 'confirm' => 'האם אתה בטוח שברצונך למחוק את הפריט המתכלה הזה?', + 'error' => 'היתה בעיה במחיקת המתכלים. בבקשה נסה שוב.', + 'success' => 'המתכלים נמחקו בהצלחה.' ), 'checkout' => array( - 'error' => 'Consumable was not checked out, please try again', - 'success' => 'Consumable checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'הצריכה לא נבדקה, נסה שוב', + 'success' => 'הצריכה נשללה בהצלחה.', + 'user_does_not_exist' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.' ), 'checkin' => array( - 'error' => 'Consumable was not checked in, please try again', - 'success' => 'Consumable checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'הצריכה לא נבדקה, נסה שוב', + 'success' => 'הצריכה נבדקה בהצלחה.', + 'user_does_not_exist' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.' ) diff --git a/resources/lang/he/admin/consumables/table.php b/resources/lang/he/admin/consumables/table.php index bb76721f17..b472b647f1 100644 --- a/resources/lang/he/admin/consumables/table.php +++ b/resources/lang/he/admin/consumables/table.php @@ -1,5 +1,5 @@ 'Consumable Name', + 'title' => 'שם מתכלה', ); diff --git a/resources/lang/he/admin/custom_fields/general.php b/resources/lang/he/admin/custom_fields/general.php index f2e6df90cb..a26858c423 100644 --- a/resources/lang/he/admin/custom_fields/general.php +++ b/resources/lang/he/admin/custom_fields/general.php @@ -1,30 +1,30 @@ 'Custom Fields', - '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.', - 'encrypted' => 'Encrypted', - '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', - 'field_custom_format' => 'Custom Format', - 'required' => 'Required', + 'custom_fields' => 'שדות מותאמים אישית', + 'field' => 'שדה', + 'about_fieldsets_title' => 'אודות שדות', + 'about_fieldsets_text' => 'Fieldsets מאפשרים לך ליצור קבוצות של שדות מותאמים אישית המשמשים לעתים קרובות לשימוש עבור סוגים ספציפיים של דגמי נכסים.', + 'custom_format' => 'פורמט מותאם אישית ...', + 'encrypt_field' => 'הצפן את הערך של שדה זה במסד הנתונים', + 'encrypt_field_help' => 'אזהרה: הצפנת שדה הופכת אותו לבלתי ניתן לחיפוש.', + 'encrypted' => 'מוצפן', + 'fieldset' => 'קבוצת שדות', + 'qty_fields' => 'Qty שדות', + 'fieldsets' => 'שדות', + 'fieldset_name' => 'שם שדה', + 'field_name' => 'שם שדה', + 'field_values' => 'ערכי שדות', + 'field_values_help' => 'הוסף אפשרויות לבחירה, אחת בכל שורה. קווים ריקים שאינם השורה הראשונה יתעלמו.', + 'field_element' => 'אלמנט טופס', + 'field_element_short' => 'אֵלֵמֶנט', + 'field_format' => 'פוּרמָט', + 'field_custom_format' => 'פורמט מותאם אישית', + 'required' => 'נדרש', 'req' => 'Req.', - 'used_by_models' => 'Used By Models', - 'order' => 'Order', - 'create_fieldset' => 'New Fieldset', - 'create_field' => 'New Custom Field', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'used_by_models' => 'דגמים משומשים', + 'order' => 'להזמין', + 'create_fieldset' => 'שדה חדש', + 'create_field' => 'שדה מותאם אישית חדש', + 'value_encrypted' => 'הערך של שדה זה מוצפן במסד הנתונים. רק משתמשי מנהל יוכלו להציג את הערך המפוענח', ); diff --git a/resources/lang/he/admin/custom_fields/message.php b/resources/lang/he/admin/custom_fields/message.php index ed66a6ba16..57276c107e 100644 --- a/resources/lang/he/admin/custom_fields/message.php +++ b/resources/lang/he/admin/custom_fields/message.php @@ -3,48 +3,48 @@ return array( 'field' => array( - 'invalid' => 'That field does not exist.', - 'already_added' => 'Field already added', + 'invalid' => 'שדה זה אינו קיים.', + 'already_added' => 'השדה כבר נוסף', 'create' => array( - 'error' => 'Field was not created, please try again.', - 'success' => 'Field created successfully.', - 'assoc_success' => 'Field successfully added to fieldset.' + 'error' => 'שדה לא נוצר, נסה שוב.', + 'success' => 'שדה נוצר בהצלחה.', + 'assoc_success' => 'שדה נוסף בהצלחה ל- fieldset.' ), 'update' => array( - 'error' => 'Field was not updated, please try again', - 'success' => 'Field updated successfully.' + 'error' => 'השדה לא עודכן, נסה שוב', + 'success' => 'שדה עודכן בהצלחה.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this field?', - 'error' => 'There was an issue deleting the field. Please try again.', - 'success' => 'The field was deleted successfully.', - 'in_use' => 'Field is still in use.', + 'confirm' => 'האם אתה בטוח שברצונך למחוק שדה זה?', + 'error' => 'הייתה בעיה במחיקת השדה. בבקשה נסה שוב.', + 'success' => 'השדה נמחק בהצלחה.', + 'in_use' => 'שדה עדיין בשימוש.', ) ), 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset אינו קיים', 'create' => array( - 'error' => 'Fieldset was not created, please try again.', - 'success' => 'Fieldset created successfully.' + 'error' => 'Fieldset לא נוצר, נסה שוב.', + 'success' => 'Fieldset נוצר בהצלחה.' ), 'update' => array( - 'error' => 'Fieldset was not updated, please try again', - 'success' => 'Fieldset updated successfully.' + 'error' => 'Fieldset לא עודכן, נסה שוב', + 'success' => 'Fieldset עודכן בהצלחה.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this fieldset?', - 'error' => 'There was an issue deleting the fieldset. Please try again.', - 'success' => 'The fieldset was deleted successfully.', - 'in_use' => 'Fieldset is still in use.', + 'confirm' => 'האם אתה בטוח שברצונך למחוק את השדה הזה?', + 'error' => 'היתה בעיה במחיקת השדה. בבקשה נסה שוב.', + 'success' => 'ה- fieldset נמחק בהצלחה.', + 'in_use' => 'Fieldset עדיין בשימוש.', ) ), diff --git a/resources/lang/he/admin/departments/message.php b/resources/lang/he/admin/departments/message.php index d65f4fbb2b..feafc938c4 100644 --- a/resources/lang/he/admin/departments/message.php +++ b/resources/lang/he/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'המחלקה לא קיימת.', + 'assoc_users' => 'מחלקה זו משויכת כרגע למשתמש אחד לפחות ולא ניתן למחוק אותה. עדכן את המשתמשים שלך כדי לא להפנות עוד למחלקה זו ונסה שוב.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'המחלקה לא נוצרה, נסה שוב.', + 'success' => 'המחלקה נוצרה בהצלחה.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'המחלקה לא עודכנה, נסה שוב', + 'success' => 'המחלקה עודכנה בהצלחה.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'האם אתה בטוח שברצונך למחוק מחלקה זו?', + 'error' => 'היתה בעיה במחיקת המחלקה. בבקשה נסה שוב.', + 'success' => 'המחלקה נמחקה בהצלחה.' ) ); diff --git a/resources/lang/he/admin/departments/table.php b/resources/lang/he/admin/departments/table.php index 76494247be..7fe6ec4d65 100644 --- a/resources/lang/he/admin/departments/table.php +++ b/resources/lang/he/admin/departments/table.php @@ -2,10 +2,10 @@ return array( - 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'id' => 'תְעוּדַת זֶהוּת', + 'name' => 'שם מחלקה', + 'manager' => 'מנהל', + 'location' => 'מקום', + 'create' => 'יצירת המחלקה', + 'update' => 'עדכון המחלקה', ); diff --git a/resources/lang/he/admin/depreciations/general.php b/resources/lang/he/admin/depreciations/general.php index 1fca0e2cb7..0594da3f09 100644 --- a/resources/lang/he/admin/depreciations/general.php +++ b/resources/lang/he/admin/depreciations/general.php @@ -1,12 +1,12 @@ 'About Asset Depreciations', - 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', - 'asset_depreciations' => 'Asset Depreciations', - 'create' => 'Create Depreciation', - 'depreciation_name' => 'Depreciation Name', - 'number_of_months' => 'Number of Months', - 'update' => 'Update Depreciation', + 'about_asset_depreciations' => 'על פחת נכסים', + 'about_depreciations' => 'ניתן להגדיר פחתונות נכסים כדי לפחת נכסים על בסיס פחת קו ישר.', + 'asset_depreciations' => 'פחת נכסים', + 'create' => 'יצירת פחת', + 'depreciation_name' => 'שם פחת', + 'number_of_months' => 'מספר החודשים', + 'update' => 'עדכון פחת', ); diff --git a/resources/lang/he/admin/depreciations/message.php b/resources/lang/he/admin/depreciations/message.php index c20e52c13c..c92f6b92bb 100644 --- a/resources/lang/he/admin/depreciations/message.php +++ b/resources/lang/he/admin/depreciations/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Depreciation class does not exist.', - 'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ', + 'does_not_exist' => 'שיעור פחת אינו קיים.', + 'assoc_users' => 'פחת זה משויך כרגע עם דגם אחד או יותר ולא ניתן למחוק אותו. מחק את המודלים ולאחר מכן נסה למחוק שוב.', 'create' => array( - 'error' => 'Depreciation class was not created, please try again. :(', - 'success' => 'Depreciation class created successfully. :)' + 'error' => 'מחלקת הפחת לא נוצרה, נסה שוב. You', + 'success' => 'מחלקת הפחת נוצרה בהצלחה. :)' ), 'update' => array( - 'error' => 'Depreciation class was not updated, please try again', - 'success' => 'Depreciation class updated successfully.' + 'error' => 'שיעור הפחת לא עודכן, נסה שוב', + 'success' => 'שיעור הפחת עודכן בהצלחה.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this depreciation class?', - 'error' => 'There was an issue deleting the depreciation class. Please try again.', - 'success' => 'The depreciation class was deleted successfully.' + 'confirm' => 'האם אתה בטוח שברצונך למחוק את שיעור הפחת הזה?', + 'error' => 'אירעה בעיה במחיקת שיעור הפחת. בבקשה נסה שוב.', + 'success' => 'מחלקת הפחת נמחקה בהצלחה.' ) ); diff --git a/resources/lang/he/admin/depreciations/table.php b/resources/lang/he/admin/depreciations/table.php index 5ba01d132c..837178928d 100644 --- a/resources/lang/he/admin/depreciations/table.php +++ b/resources/lang/he/admin/depreciations/table.php @@ -2,9 +2,9 @@ return array( - 'id' => 'ID', - 'months' => 'Months', - 'term' => 'Term', - 'title' => 'Name ', + 'id' => 'תְעוּדַת זֶהוּת', + 'months' => 'חודשים', + 'term' => 'טווח', + 'title' => 'שֵׁם', ); diff --git a/resources/lang/he/admin/groups/message.php b/resources/lang/he/admin/groups/message.php index f14b6339e8..949d1754a6 100644 --- a/resources/lang/he/admin/groups/message.php +++ b/resources/lang/he/admin/groups/message.php @@ -2,21 +2,21 @@ return array( - 'group_exists' => 'Group already exists!', - 'group_not_found' => 'Group [:id] does not exist.', - 'group_name_required' => 'The name field is required', + 'group_exists' => 'הקבוצה כבר קיימת!', + 'group_not_found' => 'קבוצה [: id] לא קיימת.', + 'group_name_required' => 'שדה השדה נדרש', 'success' => array( - 'create' => 'Group was successfully created.', - 'update' => 'Group was successfully updated.', - 'delete' => 'Group was successfully deleted.', + 'create' => 'הקבוצה נוצרה בהצלחה.', + 'update' => 'הקבוצה עודכנה בהצלחה.', + 'delete' => 'הקבוצה נמחקה בהצלחה.', ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this group?', - 'create' => 'There was an issue creating the group. Please try again.', - 'update' => 'There was an issue updating the group. Please try again.', - 'delete' => 'There was an issue deleting the group. Please try again.', + 'confirm' => 'האם אתה בטוח שברצונך למחוק קבוצה זו?', + 'create' => 'היתה בעיה ביצירת הקבוצה. בבקשה נסה שוב.', + 'update' => 'היתה בעיה בעדכון הקבוצה. בבקשה נסה שוב.', + 'delete' => 'הייתה בעיה במחיקת הקבוצה. בבקשה נסה שוב.', ), ); diff --git a/resources/lang/he/admin/groups/table.php b/resources/lang/he/admin/groups/table.php index 61f060a116..1da80b0ece 100644 --- a/resources/lang/he/admin/groups/table.php +++ b/resources/lang/he/admin/groups/table.php @@ -2,8 +2,8 @@ return array( - 'id' => 'Id', - 'name' => 'Name', - 'users' => '# of Users', + 'id' => 'תְעוּדַת זֶהוּת', + 'name' => 'שֵׁם', + 'users' => '# משתמשים', ); diff --git a/resources/lang/he/admin/groups/titles.php b/resources/lang/he/admin/groups/titles.php index 99e8cc1f6f..6a8a012b75 100644 --- a/resources/lang/he/admin/groups/titles.php +++ b/resources/lang/he/admin/groups/titles.php @@ -1,14 +1,14 @@ 'About Groups', - 'about_groups' => 'Groups are used to generalize user permissions.', - 'group_management' => 'Group Management', - 'create' => 'Create New Group', - 'update' => 'Edit Group', - 'group_name' => 'Group Name', - 'group_admin' => 'Group Admin', - 'allow' => 'Allow', - 'deny' => 'Deny', + 'about_groups_title' => 'על קבוצות', + 'about_groups' => 'קבוצות משמשות להכללת הרשאות משתמש.', + 'group_management' => 'ניהול קבוצה', + 'create' => 'צור קבוצה חדשה', + 'update' => 'ערוך קבוצה', + 'group_name' => 'שם קבוצה', + 'group_admin' => 'מנהל קבוצה', + 'allow' => 'להתיר', + 'deny' => 'לְהַכּחִישׁ', ); diff --git a/resources/lang/he/admin/hardware/form.php b/resources/lang/he/admin/hardware/form.php index abded281fa..5b56b9c417 100644 --- a/resources/lang/he/admin/hardware/form.php +++ b/resources/lang/he/admin/hardware/form.php @@ -1,42 +1,43 @@ 'Confirm Bulk Delete Assets', - 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', - 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', - 'bulk_update' => 'Bulk Update Assets', - 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ', - 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.', - 'checkedout_to' => 'Checked Out To', - 'checkout_date' => 'Checkout Date', - 'checkin_date' => 'Checkin Date', - 'checkout_to' => 'Checkout to', - 'cost' => 'Purchase Cost', - 'create' => 'Create Asset', - 'date' => 'Purchase Date', - 'depreciates_on' => 'Depreciates On', - 'default_location' => 'Default Location', - 'eol_date' => 'EOL Date', - 'eol_rate' => 'EOL Rate', - 'expected_checkin' => 'Expected Checkin Date', - 'expires' => 'Expires', - 'fully_depreciated' => 'Fully Depreciated', - 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', - 'mac_address' => 'MAC Address', - 'manufacturer' => 'Manufacturer', - 'model' => 'Model', - 'months' => 'months', - 'name' => 'Asset Name', - 'notes' => 'Notes', - 'order' => 'Order Number', - 'qr' => 'QR Code', - 'requestable' => 'Users may request this asset', - 'select_statustype' => 'Select Status Type', - 'serial' => 'Serial', - 'status' => 'Status', - 'tag' => 'Asset Tag', - 'update' => 'Asset Update', - 'warranty' => 'Warranty', - 'years' => 'years', + 'bulk_delete' => 'אשר מחיקה גורפת של נכסים', + 'bulk_delete_help' => 'עיין בנכסים למחיקה בכמות גדולה בהמשך. לאחר המחיקה, ניתן לשחזר נכסים אלה, אך הם לא יהיו משויכים עוד עם משתמשים שאליהם הם מוקצים כעת.', + 'bulk_delete_warn' => 'אתה עומד למחוק את הנכסים: asset_count.', + 'bulk_update' => 'עדכון גורפת נכסים', + 'bulk_update_help' => 'טופס זה מאפשר לך לעדכן מספר נכסים בבת אחת. מלא רק את השדות שאתה צריך לשנות. כל השדות שנותרו ריקים יישארו ללא שינוי.', + 'bulk_update_warn' => 'אתה עומד לערוך את המאפיינים של: asset_count נכסים.', + 'checkedout_to' => 'הוצא אל', + 'checkout_date' => 'תבדוק את התאריך', + 'checkin_date' => 'תאריך הגעה', + 'checkout_to' => 'צא אל', + 'cost' => 'עלות הרכישה', + 'create' => 'צור נכס', + 'date' => 'תאריך רכישה', + 'depreciation' => 'פְּחָת', + 'depreciates_on' => 'פוחתת ב', + 'default_location' => 'מיקום ברירת המחדל', + 'eol_date' => 'תאריך EOL', + 'eol_rate' => 'שער EOL', + 'expected_checkin' => 'תאריך הצ\'קין הצפוי', + 'expires' => 'יפוג', + 'fully_depreciated' => 'פוחת לחלוטין', + 'help_checkout' => 'אם ברצונך להקצות נכס זה באופן מיידי, בחר באפשרות "מוכן לפריסה" מרשימת הסטטוס שלמעלה.', + 'mac_address' => 'כתובת MAC', + 'manufacturer' => 'יַצרָן', + 'model' => 'דֶגֶם', + 'months' => 'חודשים', + 'name' => 'שם הנכס', + 'notes' => 'הערות', + 'order' => 'מספר הזמנה', + 'qr' => 'קוד QR', + 'requestable' => 'משתמשים רשאים לבקש את הנכס', + 'select_statustype' => 'בחר סוג סטטוס', + 'serial' => 'סידורי', + 'status' => 'סטָטוּס', + 'tag' => 'תג נכס', + 'update' => 'עדכון נכס', + 'warranty' => 'אַחֲרָיוּת', + 'years' => 'שנים', ) ; diff --git a/resources/lang/he/admin/hardware/general.php b/resources/lang/he/admin/hardware/general.php index 1def86dc9e..c36648848e 100644 --- a/resources/lang/he/admin/hardware/general.php +++ b/resources/lang/he/admin/hardware/general.php @@ -1,23 +1,23 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', - 'archived' => 'Archived', - 'asset' => 'Asset', - 'bulk_checkout' => 'Checkout Assets to User', - 'checkin' => 'Checkin Asset', - 'checkout' => 'Checkout Asset', - 'clone' => 'Clone Asset', - 'deployable' => 'Deployable', - 'deleted' => 'This asset has been deleted. Click here to restore it.', - 'edit' => 'Edit Asset', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', - 'requestable' => 'Requestable', - 'requested' => 'Requested', - 'restore' => 'Restore Asset', - 'pending' => 'Pending', - 'undeployable' => 'Undeployable', - 'view' => 'View Asset', + 'about_assets_title' => 'על נכסים', + 'about_assets_text' => 'נכסים הם פריטים במעקב לפי מספר סידורי או תג נכס. הם נוטים להיות פריטים בעלי ערך גבוה יותר, כאשר מזהים פריטים ספציפיים.', + 'archived' => 'בארכיון', + 'asset' => 'נכס', + 'bulk_checkout' => 'נכסי Checkout למשתמש', + 'checkin' => 'רכוש', + 'checkout' => 'רכוש Checkout', + 'clone' => 'נכס משוכפל', + 'deployable' => 'ניתן לפריסה', + 'deleted' => 'הנכס הזה נמחק. לחץ כאן כדי לשחזר אותו .', + 'edit' => 'ערוך נכס', + 'filetype_info' => 'סוגי קבצים מותרים הם png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, ו rar.', + 'model_deleted' => 'מודל נכסים זה נמחק. עליך לשחזר את המודל לפני שתוכל לשחזר את הנכס
לחץ כאן כדי לשחזר את המודל .', + 'requestable' => 'ניתן לבקש', + 'requested' => 'מבוקש', + 'restore' => 'שחזור נכס', + 'pending' => 'ממתין ל', + 'undeployable' => 'לא ניתן לפריסה', + 'view' => 'הצג נכס', ); diff --git a/resources/lang/he/admin/hardware/message.php b/resources/lang/he/admin/hardware/message.php index 112cf77ded..dad88974cd 100644 --- a/resources/lang/he/admin/hardware/message.php +++ b/resources/lang/he/admin/hardware/message.php @@ -2,81 +2,80 @@ return array( - 'undeployable' => 'Warning: This asset has been marked as currently undeployable. - If this status has changed, please update the asset status.', - 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'undeployable' => ' אזהרה: הנכס הזה סומן כבלתי ניתן לפריסה כעת. אם סטטוס זה השתנה, עדכן את סטטוס הנכס.', + 'does_not_exist' => 'הנכס אינו קיים.', + 'does_not_exist_or_not_requestable' => 'ניסיון יפה. נכס זה אינו קיים או שאינו ניתן לביצוע.', + 'assoc_users' => 'הנכס הזה מסומן כרגע למשתמש ולא ניתן למחוק אותו. בדוק תחילה את הנכס ולאחר מכן נסה למחוק שוב.', 'create' => array( - 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' + 'error' => 'הנכס לא נוצר, נסה שוב. You', + 'success' => 'הנכס נוצר בהצלחה. :)' ), 'update' => array( - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'error' => 'הנכס לא עודכן, נסה שוב', + 'success' => 'הנכס עודכן בהצלחה.', + 'nothing_updated' => 'לא נבחרו שדות, ולכן דבר לא עודכן.', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' + 'error' => 'הנכס לא שוחזר, נסה שוב', + 'success' => 'הנכס שוחזר בהצלחה.' ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'ביקורת הנכסים נכשלה. בבקשה נסה שוב.', + 'success' => 'ביקורת נכסים נרשמה בהצלחה.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'הקובץ לא נמחק. בבקשה נסה שוב.', + 'success' => 'הקובץ נמחק בהצלחה.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'הקובץ לא הועלה. בבקשה נסה שוב.', + 'success' => 'הקבצים הועלו בהצלחה.', + 'nofiles' => 'לא בחרת קבצים להעלאה, או שהקובץ שאתה מנסה להעלות גדול מדי', + 'invalidfiles' => 'אחד או יותר מהקבצים שלך גדול מדי או שהוא סוג קובץ שאינו מותר. סוגי קבצים מותרים הם png, gif, jpg, doc, docx, pdf ו- txt.', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'פריטים מסוימים לא ייבאו כראוי.', + 'errorDetail' => 'הפריטים הבאים לא יובאו בגלל שגיאות.', + 'success' => "הקובץ שלך יובא", + 'file_delete_success' => "הקובץ שלך נמחק בהצלחה", + 'file_delete_error' => "לא ניתן היה למחוק את הקובץ", ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset?', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', - 'success' => 'The asset was deleted successfully.' + 'confirm' => 'האם אתה בטוח שברצונך למחוק את הנכס הזה?', + 'error' => 'היתה בעיה במחיקת הנכס. בבקשה נסה שוב.', + 'nothing_updated' => 'לא נבחרו נכסים ולכן לא נמחק דבר.', + 'success' => 'הנכס נמחק בהצלחה.' ), 'checkout' => array( - 'error' => 'Asset was not checked out, please try again', - 'success' => 'Asset checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'not_available' => 'That asset is not available for checkout!' + 'error' => 'הנכס לא נבדק, נסה שוב', + 'success' => 'הנכס הוצא בהצלחה.', + 'user_does_not_exist' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.', + 'not_available' => 'הנכס הזה אינו זמין לקופה!' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'already_checked_in' => 'That asset is already checked in.', + 'error' => 'הנכס לא נבדק, נסה שוב', + 'success' => 'הנכס נבדק בהצלחה.', + 'user_does_not_exist' => 'משתמש זה אינו חוקי. בבקשה נסה שוב.', + 'already_checked_in' => 'הנכס כבר נבדק.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'הנכס לא התבקש, נסה שוב', + 'success' => 'הנכס המבוקש בהצלחה.', + 'canceled' => 'בקשת התשלום בוטלה בהצלחה' ) ); diff --git a/resources/lang/he/admin/hardware/table.php b/resources/lang/he/admin/hardware/table.php index e8baa09d5a..753e1e0d39 100644 --- a/resources/lang/he/admin/hardware/table.php +++ b/resources/lang/he/admin/hardware/table.php @@ -2,23 +2,23 @@ return array( - 'asset_tag' => 'Asset Tag', - 'asset_model' => 'Model', - 'book_value' => 'Value', - 'change' => 'In/Out', - 'checkout_date' => 'Checkout Date', - 'checkoutto' => 'Checked Out', - 'diff' => 'Diff', - 'dl_csv' => 'Download CSV', + 'asset_tag' => 'תג נכס', + 'asset_model' => 'דֶגֶם', + 'book_value' => 'ערך', + 'change' => 'בפנים בחוץ', + 'checkout_date' => 'תבדוק את התאריך', + 'checkoutto' => 'נבדק', + 'diff' => 'דיף', + 'dl_csv' => 'הורד CSV', 'eol' => 'EOL', - 'id' => 'ID', - 'location' => 'Location', - 'purchase_cost' => 'Cost', - 'purchase_date' => 'Purchased', - 'serial' => 'Serial', - 'status' => 'Status', - 'title' => 'Asset ', - 'image' => 'Device Image', - 'days_without_acceptance' => 'Days Without Acceptance' + 'id' => 'תְעוּדַת זֶהוּת', + 'location' => 'מקום', + 'purchase_cost' => 'עֲלוּת', + 'purchase_date' => 'נרכש', + 'serial' => 'סידורי', + 'status' => 'סטָטוּס', + 'title' => 'נכס', + 'image' => 'תמונה של מכשיר', + 'days_without_acceptance' => 'ימים ללא קבלה' ); diff --git a/resources/lang/he/admin/licenses/form.php b/resources/lang/he/admin/licenses/form.php index ce29167874..555bda7704 100644 --- a/resources/lang/he/admin/licenses/form.php +++ b/resources/lang/he/admin/licenses/form.php @@ -2,21 +2,21 @@ return array( - 'asset' => 'Asset', - 'checkin' => 'Checkin', - 'create' => 'Create License', - 'expiration' => 'Expiration Date', - 'license_key' => 'Product Key', - 'maintained' => 'Maintained', - 'name' => 'Software Name', - 'no_depreciation' => 'Do Not Depreciate', - 'purchase_order' => 'Purchase Order Number', - 'reassignable' => 'Reassignable', - 'remaining_seats' => 'Remaining Seats', - 'seats' => 'Seats', - 'termination_date' => 'Termination Date', - 'to_email' => 'Licensed to Email', - 'to_name' => 'Licensed to Name', - 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' + 'asset' => 'נכס', + 'checkin' => 'קבלה', + 'create' => 'צור רישיון', + 'expiration' => 'תאריך תפוגה', + 'license_key' => 'מפתח מוצר', + 'maintained' => 'נשמר', + 'name' => 'שם התוכנה', + 'no_depreciation' => 'לא פוחת', + 'purchase_order' => 'מספר הזמנה', + 'reassignable' => 'ניתן להקצות מחדש', + 'remaining_seats' => 'מקומות ישיבה שנותרו', + 'seats' => 'מקומות ישיבה', + 'termination_date' => 'תאריך סיום', + 'to_email' => 'מורשה לדוא"ל', + 'to_name' => 'מורשה לשם', + 'update' => 'עדכון רשיון', + 'checkout_help' => 'עליך לבדוק רשיון לנכס חומרה או לאדם. תוכל לבחור את שניהם, אך הבעלים של הנכס חייב להתאים לאדם שאליו אתה בודק את הנכס.' ); diff --git a/resources/lang/he/admin/licenses/general.php b/resources/lang/he/admin/licenses/general.php index 25a536ec56..7e968671ab 100644 --- a/resources/lang/he/admin/licenses/general.php +++ b/resources/lang/he/admin/licenses/general.php @@ -1,21 +1,21 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', - 'checkin' => 'Checkin License Seat', - 'checkout_history' => 'Checkout History', - 'checkout' => 'Checkout License Seat', - 'edit' => 'Edit License', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'clone' => 'Clone License', - 'history_for' => 'History for ', - 'in_out' => 'In/Out', - 'info' => 'License Info', - 'license_seats' => 'License Seats', - 'seat' => 'Seat', - 'seats' => 'Seats', - 'software_licenses' => 'Software Licenses', - 'user' => 'User', - 'view' => 'View License', + 'about_licenses_title' => 'על רישיונות', + 'about_licenses' => 'רשיונות משמשים למעקב אחר תוכנה. יש להם מספר מסוים של מושבים כי ניתן לבדוק את הפרטים', + 'checkin' => 'רישיון רישיון', + 'checkout_history' => 'היסטוריית Checkout', + 'checkout' => 'רישיון', + 'edit' => 'רישיון עריכה', + 'filetype_info' => 'סוגי קבצים מותרים הם png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, ו rar.', + 'clone' => 'רישיון שיבוט', + 'history_for' => 'היסטוריה עבור', + 'in_out' => 'בפנים בחוץ', + 'info' => 'פרטי רישיון', + 'license_seats' => 'מושבי רשיון', + 'seat' => 'מושב', + 'seats' => 'מקומות ישיבה', + 'software_licenses' => 'רשיונות תוכנה', + 'user' => 'מִשׁתַמֵשׁ', + 'view' => 'הצג רישיון', ); diff --git a/resources/lang/he/admin/licenses/message.php b/resources/lang/he/admin/licenses/message.php index d5dbfe77b9..485e8d5424 100644 --- a/resources/lang/he/admin/licenses/message.php +++ b/resources/lang/he/admin/licenses/message.php @@ -2,49 +2,50 @@ return array( - 'does_not_exist' => 'License does not exist.', - 'user_does_not_exist' => 'User does not exist.', - 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', - 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'does_not_exist' => 'הרישיון אינו קיים.', + 'user_does_not_exist' => 'משתמש לא קיים.', + 'asset_does_not_exist' => 'הנכס שאתה מנסה לשייך לרישיון זה אינו קיים.', + 'owner_doesnt_match_asset' => 'הנכס שאתה מנסה לשייך לרישיון זה נמצא בבעלות somene אחר מאשר האדם שנבחר שהוקצה לתפריט הנפתח.', + 'assoc_users' => 'רישיון זה נבדק כעת למשתמש ולא ניתן למחוק אותו. בדוק תחילה את הרישיון ולאחר מכן נסה למחוק שוב.', + 'select_asset_or_person' => 'עליך לבחור נכס או משתמש, אך לא את שניהם.', 'create' => array( - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.' + 'error' => 'הרישיון לא נוצר, נסה שוב.', + 'success' => 'הרישיון נוצר בהצלחה.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'הקובץ לא נמחק. בבקשה נסה שוב.', + 'success' => 'הקובץ נמחק בהצלחה.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'error' => 'הקובץ לא הועלה. בבקשה נסה שוב.', + 'success' => 'הקבצים הועלו בהצלחה.', + 'nofiles' => 'לא בחרת קבצים להעלאה, או שהקובץ שאתה מנסה להעלות גדול מדי', + 'invalidfiles' => 'אחד או יותר מהקבצים שלך גדול מדי או שהוא סוג קובץ שאינו מותר. סוגי קבצים מותרים הם png, gif, jpg, jpeg, docx, pdf, txt, zip, rar, rtf, XML ו- lic.', ), 'update' => array( - 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.' + 'error' => 'הרישיון לא עודכן, נסה שוב', + 'success' => 'הרישיון עודכן בהצלחה.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this license?', - 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.' + 'confirm' => 'האם אתה בטוח שברצונך למחוק רישיון זה?', + 'error' => 'היתה בעיה במחיקת הרישיון. בבקשה נסה שוב.', + 'success' => 'הרישיון נמחק בהצלחה.' ), 'checkout' => array( - 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully' + 'error' => 'היתה בעיה לבדוק את הרישיון. בבקשה נסה שוב.', + 'success' => 'הרשיון נבדק בהצלחה' ), 'checkin' => array( - 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully' + 'error' => 'היתה בעיה בבדיקת הרישיון. בבקשה נסה שוב.', + 'success' => 'הרישיון נבדק בהצלחה' ), ); diff --git a/resources/lang/he/admin/locations/table.php b/resources/lang/he/admin/locations/table.php index ffa69307d5..9b3bf05c2c 100644 --- a/resources/lang/he/admin/locations/table.php +++ b/resources/lang/he/admin/locations/table.php @@ -1,21 +1,21 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', - 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', - 'ldap_ou' => 'LDAP Search OU', + 'about_locations_title' => 'אודות מיקומים', + 'about_locations' => 'מיקומים משמשים למעקב אחר נתוני מיקום עבור משתמשים, נכסים ופריטים אחרים', + 'assets_rtd' => 'נכסים', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'הנכסים הוקצו', + 'id' => 'תְעוּדַת זֶהוּת', + 'city' => 'עִיר', + 'state' => 'מדינה', + 'country' => 'מדינה', + 'create' => 'צור מיקום', + 'update' => 'עדכן מיקום', + 'name' => 'שם מיקום', + 'address' => 'כתובת', + 'zip' => 'מיקוד', + 'locations' => 'מיקומים', + 'parent' => 'הוֹרֶה', + 'currency' => 'מטבע מיקום', + 'ldap_ou' => 'חיפוש OD של LDAP', ); diff --git a/resources/lang/he/admin/manufacturers/message.php b/resources/lang/he/admin/manufacturers/message.php index 6586d2af44..ea4082c1c0 100644 --- a/resources/lang/he/admin/manufacturers/message.php +++ b/resources/lang/he/admin/manufacturers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Manufacturer does not exist.', - 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', + 'does_not_exist' => 'היצרן אינו קיים.', + 'assoc_users' => 'יצרן זה משויך כרגע עם דגם אחד לפחות ולא ניתן למחוק אותו. אנא עדכן את הדגמים שלך כדי לא להתייחס עוד ליצרן זה ונסה שוב.', 'create' => array( - 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.' + 'error' => 'היצרן לא נוצר, נסה שוב.', + 'success' => 'היצרן נוצר בהצלחה.' ), 'update' => array( - 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.' + 'error' => 'היצרן לא עודכן, נסה שוב', + 'success' => 'היצרן עודכן בהצלחה.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the manufacturer. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.' + 'confirm' => 'האם אתה בטוח שברצונך למחוק יצרן זה?', + 'error' => 'אירעה בעיה במחיקת היצרן. בבקשה נסה שוב.', + 'success' => 'היצרן נמחק בהצלחה.' ) ); diff --git a/resources/lang/he/admin/manufacturers/table.php b/resources/lang/he/admin/manufacturers/table.php index 4e3ea9904d..d788333f4e 100644 --- a/resources/lang/he/admin/manufacturers/table.php +++ b/resources/lang/he/admin/manufacturers/table.php @@ -1,16 +1,16 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', - 'asset_manufacturers' => 'Asset Manufacturers', - 'create' => 'Create Manufacturer', - 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', - 'update' => 'Update Manufacturer', - 'url' => 'URL', + 'about_manufacturers_title' => 'על היצרנים', + 'about_manufacturers_text' => 'היצרנים הן החברות שיוצרות את הנכסים שלך. תוכל לאחסן כאן פרטים חשובים ליצירת קשר עם התמיכה, שתוצג בדפי פרטי הנכס שלך.', + 'asset_manufacturers' => 'יצרני נכסים', + 'create' => 'צור יצרן', + 'id' => 'תְעוּדַת זֶהוּת', + 'name' => 'שֵׁם', + 'support_email' => 'דוא"ל תמיכה', + 'support_phone' => 'טלפון תמיכה', + 'support_url' => 'כתובת אתר לתמיכה', + 'update' => 'עדכון היצרן', + 'url' => 'כתובת אתר', ); diff --git a/resources/lang/he/admin/models/general.php b/resources/lang/he/admin/models/general.php index e0da09f780..b024818228 100644 --- a/resources/lang/he/admin/models/general.php +++ b/resources/lang/he/admin/models/general.php @@ -1,15 +1,15 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted. Click here to restore it.', - 'restore' => 'Restore Model', - 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', - 'view_deleted' => 'View Deleted', - 'view_models' => 'View Models', - 'fieldset' => 'Fieldset', - 'no_custom_field' => 'No custom fields', + 'about_models_title' => 'על מודלים הנכסים', + 'about_models_text' => 'מודלים של נכסים הם דרך לקבץ נכסים זהים. "MBP 2013", "iPhone 6s", וכו \'', + 'deleted' => 'מודל זה נמחק. לחץ כאן כדי לשחזר אותו .', + 'restore' => 'שחזור מודל', + 'requestable' => 'משתמשים רשאים לבקש מודל זה', + 'show_mac_address' => 'הצג שדה כתובת MAC בנכסים במודל זה', + 'view_deleted' => 'הצג נמחק', + 'view_models' => 'הצג דגמים', + 'fieldset' => 'קבוצת שדות', + 'no_custom_field' => 'אין שדות מותאמים אישית', ); diff --git a/resources/lang/he/admin/models/message.php b/resources/lang/he/admin/models/message.php index 5b1b9a1a1b..8ac72e9578 100644 --- a/resources/lang/he/admin/models/message.php +++ b/resources/lang/he/admin/models/message.php @@ -2,35 +2,35 @@ return array( - 'does_not_exist' => 'Model does not exist.', - 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', + 'does_not_exist' => 'המודל אינו קיים.', + 'assoc_users' => 'מודל זה משויך כרגע לנכס אחד או יותר ולא ניתן למחוק אותו. מחק את הנכסים ולאחר מכן נסה למחוק שוב.', 'create' => array( - 'error' => 'Model was not created, please try again.', - 'success' => 'Model created successfully.', - 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + 'error' => 'המודל לא נוצר, נסה שוב.', + 'success' => 'המודל נוצר בהצלחה.', + 'duplicate_set' => 'כבר קיים מודל נכסים עם שם, יצרן ומספר דגם זה.', ), 'update' => array( - 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.' + 'error' => 'המודל לא עודכן, נסה שוב', + 'success' => 'המודל עודכן בהצלחה.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset model?', - 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.' + 'confirm' => 'האם אתה בטוח שברצונך למחוק מודל נכס זה?', + 'error' => 'הייתה בעיה במחיקת המודל. בבקשה נסה שוב.', + 'success' => 'המודל נמחק בהצלחה.' ), 'restore' => array( - 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.' + 'error' => 'המודל לא שוחזר, נסה שוב', + 'success' => 'המודל שוחזר בהצלחה.' ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'לא השתנו שדות, ולכן שום דבר לא עודכן.', + 'success' => 'המודלים עודכנו.' ), ); diff --git a/resources/lang/he/admin/models/table.php b/resources/lang/he/admin/models/table.php index 68cd312df1..f43f0d4be2 100644 --- a/resources/lang/he/admin/models/table.php +++ b/resources/lang/he/admin/models/table.php @@ -2,15 +2,15 @@ return array( - 'create' => 'Create Asset Model', - 'created_at' => 'Created at', + 'create' => 'יצירת מודל נכס', + 'created_at' => 'נוצר ב', 'eol' => 'משך החיים', 'modelnumber' => 'מס׳ הדגם.', - 'name' => 'Asset Model Name', + 'name' => 'שם דגם הנכס', 'numassets' => 'נכסים', - 'title' => 'Asset Models', + 'title' => 'מודלים של נכסים', 'update' => 'עדכון דגם הנכס', - 'view' => 'View Asset Model', + 'view' => 'הצג מודל נכס', 'update' => 'עדכון דגם הנכס', 'clone' => 'שיבוט המודל', 'edit' => 'עריכת מודל', diff --git a/resources/lang/he/admin/reports/general.php b/resources/lang/he/admin/reports/general.php index b03b97546f..a11e748694 100644 --- a/resources/lang/he/admin/reports/general.php +++ b/resources/lang/he/admin/reports/general.php @@ -1,5 +1,5 @@ 'Select the options you want for your asset report.' + 'info' => 'בחר את האפשרויות הרצויות עבור דוח הנכס שלך.' ); diff --git a/resources/lang/he/admin/reports/message.php b/resources/lang/he/admin/reports/message.php index d4c8f8198f..be69bd1c03 100644 --- a/resources/lang/he/admin/reports/message.php +++ b/resources/lang/he/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.' + 'error' => 'עליך לבחור לפחות אפשרות אחת.' ); diff --git a/resources/lang/he/admin/settings/general.php b/resources/lang/he/admin/settings/general.php index 73fd052a58..2a7668283c 100644 --- a/resources/lang/he/admin/settings/general.php +++ b/resources/lang/he/admin/settings/general.php @@ -2,147 +2,149 @@ 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', - 'alert_email' => 'Send alerts to', - 'alerts_enabled' => 'Alerts Enabled', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', - 'asset_ids' => 'Asset IDs', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', - 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', - 'backups' => 'Backups', - 'barcode_settings' => 'Barcode Settings', - 'confirm_purge' => 'Confirm Purge', - 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', - 'custom_css' => 'Custom CSS', - 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', - 'default_currency' => 'Default Currency', - 'default_eula_text' => 'Default EULA', - 'default_language' => 'Default Language', - 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', - 'display_asset_name' => 'Display Asset Name', - 'display_checkout_date' => 'Display Checkout Date', - 'display_eol' => 'Display EOL in table view', - 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', - 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', - 'eula_settings' => 'EULA Settings', - 'eula_markdown' => 'This EULA allows Github flavored markdown.', - 'general_settings' => 'General Settings', - 'generate_backup' => 'Generate Backup', - 'header_color' => 'Header Color', - 'info' => 'These settings let you customize certain aspects of your installation.', - 'laravel' => 'Laravel Version', - '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_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', - '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.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', - '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', - 'optional' => 'optional', - 'per_page' => 'Results Per Page', - 'php' => 'PHP Version', - 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', - 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', - 'qr_help' => 'Enable QR Codes first to set this', - 'qr_text' => 'QR Code Text', - 'setting' => 'Setting', - 'settings' => 'Settings', - 'site_name' => 'Site Name', - 'slack_botname' => 'Slack Botname', - 'slack_channel' => 'Slack Channel', - 'slack_endpoint' => 'Slack Endpoint', - 'slack_integration' => 'Slack Settings', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', - 'snipe_version' => 'Snipe-IT version', - 'system' => 'System Information', - 'update' => 'Update Settings', - 'value' => 'Value', - '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)', - 'next_auto_tag_base' => 'Next auto-increment', - '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', + 'ad_domain' => 'תחום Active Directory', + 'ad_domain_help' => 'לפעמים זה זהה לדומיין הדוא"ל שלך, אך לא תמיד.', + 'is_ad' => 'זהו שרת Active Directory', + 'alert_email' => 'שלח התראות אל', + 'alerts_enabled' => 'התראות מופעלות', + 'alert_interval' => 'התראות שפג תוקפן (בימים)', + 'alert_inv_threshold' => 'סף התראה על מלאי', + 'asset_ids' => 'מזהי נכסים', + 'audit_interval' => 'מרווח ביקורת', + 'audit_interval_help' => 'אם אתה נדרש באופן קבוע לביקורת פיזית של הנכסים שלך, הזן את מרווח בחודשים.', + 'audit_warning_days' => 'סף אזהרות ביקורת', + 'audit_warning_days_help' => 'כמה ימים מראש עלינו להזהיר אותך כאשר הנכסים צפויים לביקורת?', + 'auto_increment_assets' => 'צור מזהי נכסים שמגדלים אוטומטית', + 'auto_increment_prefix' => 'קידומת (אופציונלי)', + 'auto_incrementing_help' => 'הפעל תחילה מזהי נכס שמגדילים אוטומטית כדי להגדיר זאת', + 'backups' => 'גיבויים', + 'barcode_settings' => 'הגדרות ברקוד', + 'confirm_purge' => 'אשר את הטיהור', + 'confirm_purge_help' => 'הזן את הטקסט "DELETE" בתיבה למטה כדי לנקות את הרשומות שנמחקו. לא ניתן לבטל פעולה זו.', + 'custom_css' => 'CSS מותאם אישית', + 'custom_css_help' => 'הזן כל דריסת CSS מותאמת אישית שבה תרצה להשתמש. אל תכלול את התגים <style></style>.', + 'default_currency' => 'מטבע ברירת מחדל', + 'default_eula_text' => 'ברירת מחדל ל- EULA', + 'default_language' => 'שפת ברירת מחדל', + 'default_eula_help_text' => 'ניתן גם לשייך ערכי רשיון קצה מותאמים אישית לקטגוריות ספציפיות של נכסים.', + 'display_asset_name' => 'שם נכס לתצוגה', + 'display_checkout_date' => 'הצג תאריך יציאה', + 'display_eol' => 'הצג EOL בתצוגת טבלה', + 'display_qr' => 'הצג קודי מרובע', + 'display_alt_barcode' => 'הצגת ברקוד 1D', + 'barcode_type' => 'סוג ברקוד דו-ממדי', + 'alt_barcode_type' => 'סוג 1D ברקוד', + 'eula_settings' => 'הגדרות EULA', + 'eula_markdown' => 'הסכם רשיון משתמש זה מאפשר Github בטעם מרקדון .', + 'general_settings' => 'הגדרות כלליות', + 'generate_backup' => 'צור גיבוי', + 'header_color' => 'צבע כותרת', + 'info' => 'הגדרות אלה מאפשרות לך להתאים אישית היבטים מסוימים של ההתקנה.', + 'laravel' => 'גירסת Laravel', + 'ldap_enabled' => 'LDAP מופעל', + 'ldap_integration' => 'שילוב LDAP', + 'ldap_settings' => 'הגדרות LDAP', + 'ldap_server' => 'שרת LDAP', + 'ldap_server_help' => 'זה צריך להתחיל עם ldap: // (עבור לא מוצפן או TLS) או ldaps: // (עבור SSL)', + 'ldap_server_cert' => 'אימות תעודת SSL של LDAP', + 'ldap_server_cert_ignore' => 'אפשר אישור SSL לא חוקי', + 'ldap_server_cert_help' => 'בחר בתיבת סימון זו אם אתה משתמש ב- SSL עם חתימה עצמית וברצונך לקבל אישור SSL לא חוקי.', + 'ldap_tls' => 'השתמש ב- TLS', + 'ldap_tls_help' => 'יש לבדוק זאת רק אם אתה מפעיל את STARTTLS בשרת LDAP שלך.', + 'ldap_uname' => 'שם משתמש של LDAP', + 'ldap_pword' => 'קישור סיסמה LDAP', + 'ldap_basedn' => 'בסיס Bind DN', + 'ldap_filter' => 'מסנן LDAP', + 'ldap_pw_sync' => 'סינכרון סיסמת LDAP', + 'ldap_pw_sync_help' => 'בטל את הסימון בתיבה זו אם אינך רוצה לשמור את סיסמאות LDAP המסונכרנות עם סיסמאות מקומיות. השבתה זו פירושה שהמשתמשים שלך לא יוכלו להתחבר אם שרת ה- LDAP שלך אינו ניתן להשגה מסיבה כלשהי.', + 'ldap_username_field' => 'שם משתמש', + 'ldap_lname_field' => 'שם משפחה', + 'ldap_fname_field' => 'שם פרטי של LDAP', + 'ldap_auth_filter_query' => 'שאילתת אימות LDAP', + 'ldap_version' => 'גרסת LDAP', + 'ldap_active_flag' => 'LDAP סמל פעיל', + 'ldap_emp_num' => 'מספר עובד LDAP', + 'ldap_email' => 'דוא"ל LDAP', + 'load_remote_text' => 'סקריפטים מרחוק', + 'load_remote_help_text' => 'זה Snipe-IT להתקין יכול לטעון סקריפטים מהעולם החיצון.', + 'login_note' => 'הערה התחברות', + 'login_note_help' => 'אופציונלי לכלול כמה משפטים במסך הכניסה שלך, למשל כדי לעזור לאנשים שמצאו מכשיר אבוד או נגנב. השדה הזה מקבל Github בטעם מרקדון ', + 'logo' => 'סֵמֶל', + 'full_multiple_companies_support_help_text' => 'הגבלת משתמשים (כולל מנהלי מערכת) שהוקצו לחברות לנכסי החברה שלהם.', + 'full_multiple_companies_support_text' => 'תמיכה מלאה חברות מרובות', + 'optional' => 'אופציונאלי', + 'per_page' => 'תוצאות לעמוד', + 'php' => 'גרסת PHP', + 'php_gd_info' => 'עליך להתקין את PHP-gd כדי להציג קודי QR, ראה הוראות התקנה.', + 'php_gd_warning' => 'עיבוד תמונה PHP ותוסף GD אינו מותקן.', + 'pwd_secure_complexity' => 'מורכבות סיסמה', + 'pwd_secure_complexity_help' => 'בחר את הכללים המורכבים של סיסמאות שברצונך לאכוף.', + 'pwd_secure_min' => 'תווים מינימליים לסיסמה', + 'pwd_secure_min_help' => 'הערך המינימלי המותר הוא 5', + 'pwd_secure_uncommon' => 'מנע סיסמאות נפוצות', + 'pwd_secure_uncommon_help' => 'פעולה זו לא תאפשר למשתמשים להשתמש בסיסמאות נפוצות מתוך 10,000 הסיסמאות המובילות שדווחו על הפרות.', + 'qr_help' => 'הפעל תחילה קודי QR כדי להגדיר זאת', + 'qr_text' => 'טקסט קוד QR', + 'setting' => 'הגדרה', + 'settings' => 'הגדרות', + 'site_name' => 'שם אתר', + 'slack_botname' => 'שם בוטני', + 'slack_channel' => 'ערוץ רפה', + 'slack_endpoint' => 'נקודת הקצה המרוחקת', + 'slack_integration' => 'הגדרות רפוי', + 'slack_integration_help' => 'אינטגרציה חלשה היא אופציונלית, אך נקודת הקצה והערוץ נדרשות אם ברצונך להשתמש בה. כדי להגדיר את האינטגרציה החלשה, עליך תחילה ליצור יצירת webhook נכנסת בחשבון ה- Slack שלך.', + 'snipe_version' => 'Snipe-IT גירסה', + 'system' => 'מידע מערכת', + 'update' => 'עדכן הגדרות', + 'value' => 'ערך', + 'brand' => 'מיתוג', + 'about_settings_title' => 'על הגדרות', + 'about_settings_text' => 'הגדרות אלה מאפשרות לך להתאים אישית היבטים מסוימים של ההתקנה.', + 'labels_per_page' => 'תוויות לדף', + 'label_dimensions' => 'מידות תווית (אינצ\'ים)', + 'next_auto_tag_base' => 'הבא-תוספת אוטומטית', + 'page_padding' => 'שולי דף (אינצ\'ים)', + 'purge' => 'טיהור רשומות שנמחקו', + 'labels_display_bgutter' => 'תווית מרזב תחתון', + 'labels_display_sgutter' => 'תווית בצד תווית', + 'labels_fontsize' => 'גודל גופן של תווית', + 'labels_pagewidth' => 'רוחב גיליון תווית', + 'labels_pageheight' => 'גובה גיליון תווית', + 'label_gutters' => 'תווית ריווח (אינצ\'ים)', + 'page_dimensions' => 'מידות דף (אינצ\'ים)', + 'label_fields' => 'תייג שדות גלויים', + 'inches' => 'אינץ', 'width_w' => 'w', - 'height_h' => 'h', + 'height_h' => 'ח', + 'show_url_in_emails' => 'קישור לצלוף- IT ב הודעות דוא"ל', + 'show_url_in_emails_help_text' => 'בטל את הסימון בתיבה זו אם אינך רוצה לקשר חזרה את ההתקנה Snipe-IT שלך תחתונות הדוא"ל. שימושי אם רוב המשתמשים שלך לא מתחברים.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', - 'top' => 'top', - 'bottom' => 'bottom', - 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'thumbnail_max_h' => 'גובה מקסימלי לתמונה ממוזערת', + 'thumbnail_max_h_help' => 'גובה מקסימלי בפיקסלים שמוצגות תמונות ממוזערות בתצוגת הרישום. מינימום 25, מקסימום 500.', + 'two_factor' => 'אימות שני גורמים', + 'two_factor_secret' => 'קוד שני פקטור', + 'two_factor_enrollment' => 'רישום שני גורמים', + 'two_factor_enabled_text' => 'הפעל שני גורמים', + 'two_factor_reset' => 'אפס סודי פקטור', + 'two_factor_reset_help' => 'פעולה זו תאלץ את המשתמש לרשום שוב את המכשיר באמצעות Google Authenticator. זה יכול להיות שימושי אם המכשיר נרשם כעת אבד או נגנב.', + 'two_factor_reset_success' => 'שני מכשיר גורם לאפס בהצלחה', + 'two_factor_reset_error' => 'איפוס התקן שני גורמים נכשל', + 'two_factor_enabled_warning' => 'הפעלת שני גורמים אם היא אינה מופעלת כעת תאלץ אותך מיד לבצע אימות באמצעות מכשיר רשום של Google Auth. תהיה לך אפשרות לרשום את המכשיר שלך אם אינך רשום כעת.', + 'two_factor_enabled_help' => 'פעולה זו תפעיל אימות דו-גורמי באמצעות המאמת של Google.', + 'two_factor_optional' => 'סלקטיבית (משתמשים יכולים להפעיל או להשבית אם מותר)', + 'two_factor_required' => 'נדרש עבור כל המשתמשים', + 'two_factor_disabled' => 'נָכֶה', + 'two_factor_enter_code' => 'הזן קוד שני פקטורים', + 'two_factor_config_complete' => 'שלח קוד', + 'two_factor_enabled_edit_not_allowed' => 'מנהל המערכת אינו מאפשר לך לערוך הגדרה זו.', + 'two_factor_enrollment_text' => "יש צורך באימות שני גורמים, אך המכשיר עדיין לא נרשם. פתח את אפליקציית המאמת של Google וסרוק את קוד QR שלהלן כדי לרשום את המכשיר שלך. לאחר שתירשם את המכשיר, הזן את הקוד הבא", + 'require_accept_signature' => 'דרוש חתימה', + 'require_accept_signature_help_text' => 'הפעלת תכונה זו תדרוש ממשתמשים להיכנס פיזית בעת קבלת נכס.', + 'left' => 'שמאלה', + 'right' => 'ימין', + 'top' => 'חלק עליון', + 'bottom' => 'תַחתִית', + 'vertical' => 'אֲנָכִי', + 'horizontal' => 'אופקי', + 'zerofill_count' => 'אורך תגי הנכסים, כולל zerofill', ); diff --git a/resources/lang/he/admin/settings/message.php b/resources/lang/he/admin/settings/message.php index 736d5c3e9e..3c7f73fc9e 100644 --- a/resources/lang/he/admin/settings/message.php +++ b/resources/lang/he/admin/settings/message.php @@ -4,19 +4,19 @@ return array( 'update' => array( - 'error' => 'An error has occurred while updating. ', - 'success' => 'Settings updated successfully.' + 'error' => 'אירעה שגיאה בעת העדכון.', + 'success' => 'ההגדרות עודכנו בהצלחה.' ), 'backup' => array( - 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', - 'file_deleted' => 'The backup file was successfully deleted. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'delete_confirm' => 'האם אתה בטוח שברצונך למחוק קובץ גיבוי זה? לא ניתן לבטל פעולה זו.', + 'file_deleted' => 'קובץ הגיבוי נמחק בהצלחה.', + 'generated' => 'קובץ גיבוי חדש נוצר בהצלחה.', + 'file_not_found' => 'קובץ גיבוי זה לא נמצא בשרת.', ), 'purge' => array( - 'error' => 'An error has occurred while purging. ', - 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', - 'success' => 'Deleted records successfully purged.' + 'error' => 'אירעה שגיאה בעת הטיהור.', + 'validation_failed' => 'אישור הטיהור שלך שגוי. הקלד את המילה "DELETE" בתיבת האישור.', + 'success' => 'רשומות נמחקו בהצלחה.' ), ); diff --git a/resources/lang/he/admin/statuslabels/message.php b/resources/lang/he/admin/statuslabels/message.php index 619a5a509c..f67a701199 100644 --- a/resources/lang/he/admin/statuslabels/message.php +++ b/resources/lang/he/admin/statuslabels/message.php @@ -2,24 +2,31 @@ 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' => 'תווית הסטטוס אינה קיימת.', + 'assoc_assets' => 'תווית סטטוס זו משויכת כעת לנכס אחד לפחות ולא ניתן למחוק אותה. עדכן את הנכסים שלך כדי לא להתייחס עוד לסטטוס זה ונסה שוב.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'תווית הסטטוס לא נוצרה, נסה שוב.', + 'success' => 'תווית המצב נוצרה בהצלחה.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'תווית הסטטוס לא עודכנה, נסה שוב', + 'success' => 'תווית הסטטוס עודכנה בהצלחה.' ), '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' => 'האם אתה בטוח שברצונך למחוק את תווית המצב הזו?', + 'error' => 'הייתה בעיה במחיקת תווית המצב. בבקשה נסה שוב.', + 'success' => 'תווית הסטטוס נמחקה בהצלחה.' + ), + + 'help' => array( + 'undeployable' => 'לא ניתן להקצות נכסים אלה לאף אחד.', + 'deployable' => 'ניתן לבדוק את הנכסים האלה. לאחר הקצאתן, הן יקבלו סטטוס meta של פורסמו .', + 'archived' => 'לא ניתן לבדוק את הנכסים האלה, והם יופיעו רק בתצוגה המפורטת בארכיון. אפשרות זו שימושית לשמירת מידע על נכסים לצורך תקצוב / מטרות היסטוריות, אך שמירה על רשימת הנכסים היומיומית.', + 'pending' => 'נכסים אלה עדיין לא ניתן להקצות לאף אחד, משמש לעתים קרובות עבור פריטים כי הם לתיקון, אבל הם צפויים לחזור למחזור.', + ), ); diff --git a/resources/lang/he/admin/statuslabels/table.php b/resources/lang/he/admin/statuslabels/table.php index b9b5b7ec4e..12dd4d44c2 100644 --- a/resources/lang/he/admin/statuslabels/table.php +++ b/resources/lang/he/admin/statuslabels/table.php @@ -1,17 +1,17 @@ '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', + 'about' => 'על תוויות סטטוס', + 'archived' => 'בארכיון', + 'create' => 'צור תווית סטטוס', + 'color' => 'צבע תרשים', + 'deployable' => 'ניתן לפריסה', + 'info' => 'תוויות סטטוס משמשות לתיאור המצבים השונים שהנכסים שלך יכולים להיות בהם. הם עשויים להיות מחוץ לתיקונים, לאיבוד / לגניבה וכו \'. ניתן ליצור תוויות סטטוס חדשות עבור נכסים הניתנים לפריסה, ממתינים ועומדים בארכיון.', + 'name' => 'שם סטטוס', + 'pending' => 'ממתין ל', + 'status_type' => 'סוג סטטוס', + 'show_in_nav' => 'הצג בצד Nav', + 'title' => 'תוויות סטטוס', + 'undeployable' => 'לא ניתן לפריסה', + 'update' => 'עדכון תווית סטטוס', ); diff --git a/resources/lang/he/admin/suppliers/message.php b/resources/lang/he/admin/suppliers/message.php index df4bc41af3..af9c07f085 100644 --- a/resources/lang/he/admin/suppliers/message.php +++ b/resources/lang/he/admin/suppliers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Supplier does not exist.', - 'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ', + 'does_not_exist' => 'הספק אינו קיים.', + 'assoc_users' => 'ספק זה מחובר כרגע עם לפחות מודל אחד ולא ניתן למחוק אותו. אנא עדכן את המודלים שלך כדי לא להפנות עוד הספק הזה ונסה שוב.', 'create' => array( - 'error' => 'Supplier was not created, please try again.', - 'success' => 'Supplier created successfully.' + 'error' => 'הספק לא נוצר, נסה שוב.', + 'success' => 'הספק נוצר בהצלחה.' ), 'update' => array( - 'error' => 'Supplier was not updated, please try again', - 'success' => 'Supplier updated successfully.' + 'error' => 'הספק לא עודכן, נסה שוב', + 'success' => 'הספק עודכן בהצלחה.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this supplier?', - 'error' => 'There was an issue deleting the supplier. Please try again.', - 'success' => 'Supplier was deleted successfully.' + 'confirm' => 'האם אתה בטוח שברצונך למחוק ספק זה?', + 'error' => 'היתה בעיה במחיקת הספק. בבקשה נסה שוב.', + 'success' => 'הספק נמחק בהצלחה.' ) ); diff --git a/resources/lang/he/admin/suppliers/table.php b/resources/lang/he/admin/suppliers/table.php index 2a7b07ca93..a20090edfd 100644 --- a/resources/lang/he/admin/suppliers/table.php +++ b/resources/lang/he/admin/suppliers/table.php @@ -1,27 +1,27 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', - 'address' => 'Supplier Address', - 'assets' => 'Assets', - 'city' => 'City', - 'contact' => 'Contact Name', - 'country' => 'Country', - 'create' => 'Create Supplier', - 'email' => 'Email', - 'fax' => 'Fax', - 'id' => 'ID', - 'licenses' => 'Licenses', - 'name' => 'Supplier Name', - 'notes' => 'Notes', - 'phone' => 'Phone', - 'state' => 'State', - 'suppliers' => 'Suppliers', - 'update' => 'Update Supplier', - 'url' => 'URL', - 'view' => 'View Supplier', - 'view_assets_for' => 'View Assets for', - 'zip' => 'Postal Code', + 'about_suppliers_title' => 'על הספקים', + 'about_suppliers_text' => 'הספקים משמשים כדי לעקוב אחר המקור של פריטים', + 'address' => 'כתובת הספק', + 'assets' => 'נכסים', + 'city' => 'עִיר', + 'contact' => 'שם איש קשר', + 'country' => 'מדינה', + 'create' => 'צור ספק', + 'email' => 'אֶלֶקטרוֹנִי', + 'fax' => 'פַקס', + 'id' => 'תְעוּדַת זֶהוּת', + 'licenses' => 'רישיונות', + 'name' => 'שם ספק', + 'notes' => 'הערות', + 'phone' => 'טלפון', + 'state' => 'מדינה', + 'suppliers' => 'ספקים', + 'update' => 'עדכון הספק', + 'url' => 'כתובת אתר', + 'view' => 'הצג את הספק', + 'view_assets_for' => 'הצג נכסים עבור', + 'zip' => 'מיקוד', ); diff --git a/resources/lang/he/admin/users/general.php b/resources/lang/he/admin/users/general.php index 985138d065..01567e62b7 100644 --- a/resources/lang/he/admin/users/general.php +++ b/resources/lang/he/admin/users/general.php @@ -3,23 +3,23 @@ return array( - 'assets_user' => 'Assets assigned to :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', - 'current_assets' => 'Assets currently checked out to this user', - 'clone' => 'Clone User', - 'contact_user' => 'Contact :name', - 'edit' => 'Edit User', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'history_user' => 'History for :name', - 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', - 'last_login' => 'Last Login', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', - 'software_user' => 'Software Checked out to :name', - 'view_user' => 'View User :name', - 'usercsv' => 'CSV file', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'assets_user' => 'נכסים שהוקצו ל: שם', + 'bulk_update_warn' => 'אתה עומד לערוך את המאפיינים של: user_count משתמשים. שים לב שאינך יכול לשנות את תכונות המשתמש שלך באמצעות טופס זה, ועליך לבצע עריכה למשתמש שלך בנפרד.', + 'bulk_update_help' => 'טופס זה מאפשר לך לעדכן מספר משתמשים בו-זמנית. מלא רק את השדות שאתה צריך לשנות. כל השדות שנותרו ריקים יישארו ללא שינוי.', + 'current_assets' => 'הנכסים נבדקים כעת למשתמש זה', + 'clone' => 'משתמש משוכפל', + 'contact_user' => 'שם איש קשר', + 'edit' => 'ערוך משתמש', + 'filetype_info' => 'סוגי קבצים מותרים הם png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, ו rar.', + 'history_user' => 'היסטוריה עבור: שם', + 'info' => 'מידע', + 'restore_user' => 'לחץ כאן כדי לשחזר אותם.', + 'last_login' => 'כניסה אחרונה', + 'ldap_config_text' => 'הגדרות תצורה של LDAP נמצאות \'מנהל\'> \'הגדרות\'. המיקום הנבחר (אופציונלי) ייקבע עבור כל המשתמשים המיובאים.', + 'software_user' => 'התוכנה נבדקה אל: שם', + 'view_user' => 'הצג משתמש: שם', + 'usercsv' => 'קובץ CSV', + 'two_factor_admin_optin_help' => 'הגדרות מנהל המערכת הנוכחיות מאפשרות אכיפה סלקטיבית של אימות דו-גורמי.', + 'two_factor_enrolled' => 'רשם מכשיר 2FA', + 'two_factor_active' => '2FA פעיל', ); diff --git a/resources/lang/he/admin/users/message.php b/resources/lang/he/admin/users/message.php index 8ee552afab..09ebc42154 100644 --- a/resources/lang/he/admin/users/message.php +++ b/resources/lang/he/admin/users/message.php @@ -2,58 +2,58 @@ return array( - 'accepted' => 'You have successfully accepted this asset.', - 'declined' => 'You have successfully declined this asset.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', - 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', - 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'accepted' => 'קיבלת בהצלחה את הנכס הזה.', + 'declined' => 'דחיית את הנכס הזה בהצלחה.', + 'bulk_manager_warn' => 'המשתמשים שלך עודכנו בהצלחה, אך רשומת המנהל שלך לא נשמרה מפני שהמנהל שבחרת נבחר גם ברשימת המשתמשים כדי לערוך, והמשתמשים לא יכולים להיות המנהל שלהם. בחר שוב את המשתמשים שלך, למעט המנהל.', + 'user_exists' => 'משתמש כבר קיים!', + 'user_not_found' => 'משתמש [: id] אינו קיים.', + 'user_login_required' => 'יש להזין את שדה הכניסה', + 'user_password_required' => 'נדרשת הסיסמה.', + 'insufficient_permissions' => 'הרשאות לא מספיקות.', + 'user_deleted_warning' => 'משתמש זה נמחק. יהיה עליך לשחזר משתמש זה כדי לערוך אותם או להקצות להם נכסים חדשים.', + 'ldap_not_configured' => 'שילוב LDAP לא הוגדר עבור התקנה זו.', 'success' => array( - 'create' => 'User was successfully created.', - 'update' => 'User was successfully updated.', - 'update_bulk' => 'Users were successfully updated!', - 'delete' => 'User was successfully deleted.', - 'ban' => 'User was successfully banned.', - 'unban' => 'User was successfully unbanned.', - 'suspend' => 'User was successfully suspended.', - 'unsuspend' => 'User was successfully unsuspended.', - 'restored' => 'User was successfully restored.', - 'import' => 'Users imported successfully.', + 'create' => 'המשתמש נוצר בהצלחה.', + 'update' => 'המשתמש עודכן בהצלחה.', + 'update_bulk' => 'המשתמשים עודכנו בהצלחה!', + 'delete' => 'המשתמש נמחק בהצלחה.', + 'ban' => 'המשתמש אוסר בהצלחה.', + 'unban' => 'המשתמש בוטל בהצלחה.', + 'suspend' => 'המשתמש הושעה בהצלחה.', + 'unsuspend' => 'המשתמש בוטל בהצלחה.', + 'restored' => 'המשתמש שוחזר בהצלחה.', + 'import' => 'המשתמשים יובאו בהצלחה.', ), 'error' => array( - 'create' => 'There was an issue creating the user. Please try again.', - 'update' => 'There was an issue updating the user. Please try again.', - 'delete' => 'There was an issue deleting the user. Please try again.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', - 'unsuspend' => 'There was an issue unsuspending the user. Please try again.', - 'import' => 'There was an issue importing users. Please try again.', - 'asset_already_accepted' => 'This asset has already been accepted.', - 'accept_or_decline' => 'You must either accept or decline this asset.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'create' => 'היתה בעיה ביצירת המשתמש. בבקשה נסה שוב.', + 'update' => 'היתה בעיה בעדכון המשתמש. בבקשה נסה שוב.', + 'delete' => 'היתה בעיה במחיקת המשתמש. בבקשה נסה שוב.', + 'delete_has_assets' => 'למשתמש זה יש פריטים שהוקצו ולא ניתן למחוק אותם.', + 'unsuspend' => 'היתה בעיה בהתעלמות מהמשתמש. בבקשה נסה שוב.', + 'import' => 'היתה בעיה בייבוא ​​משתמשים. בבקשה נסה שוב.', + 'asset_already_accepted' => 'הנכס כבר התקבל.', + 'accept_or_decline' => 'עליך לקבל או לדחות את הנכס.', + 'incorrect_user_accepted' => 'הנכס שניסית לקבל לא נבדק לך.', + 'ldap_could_not_connect' => 'לא ניתן להתחבר לשרת LDAP. בדוק את תצורת שרת LDAP בקובץ תצורת LDAP.
שגיאה משרת LDAP:', + 'ldap_could_not_bind' => 'לא ניתן היה להתחבר לשרת LDAP. בדוק את תצורת שרת LDAP בקובץ תצורת LDAP.
שגיאה משרת LDAP:', + 'ldap_could_not_search' => 'לא ניתן לחפש בשרת LDAP. בדוק את תצורת שרת LDAP בקובץ תצורת LDAP.
שגיאה משרת LDAP:', + 'ldap_could_not_get_entries' => 'לא ניתן לקבל רשומות משרת LDAP. בדוק את תצורת שרת LDAP בקובץ תצורת LDAP.
שגיאה משרת LDAP:', + 'password_ldap' => 'הסיסמה עבור חשבון זה מנוהלת על ידי LDAP / Active Directory. צור קשר עם מחלקת ה- IT כדי לשנות את הסיסמה שלך.', ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'הקובץ לא נמחק. בבקשה נסה שוב.', + 'success' => 'הקובץ נמחק בהצלחה.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'הקובץ לא הועלה. בבקשה נסה שוב.', + 'success' => 'הקבצים הועלו בהצלחה.', + 'nofiles' => 'לא בחרת קבצים להעלאה', + 'invalidfiles' => 'אחד או יותר מהקבצים שלך גדול מדי או שהוא סוג קובץ שאינו מותר. סוגי קבצים מותרים הם png, gif, jpg, doc, docx, pdf ו- txt.', ), ); diff --git a/resources/lang/he/admin/users/table.php b/resources/lang/he/admin/users/table.php index 9bbe883e19..4bc0620e04 100644 --- a/resources/lang/he/admin/users/table.php +++ b/resources/lang/he/admin/users/table.php @@ -1,38 +1,38 @@ 'Active', - 'allow' => 'Allow', - 'checkedout' => 'Assets', - 'created_at' => 'Created', - 'createuser' => 'Create User', - 'deny' => 'Deny', - 'email' => 'Email', - 'employee_num' => 'Employee No.', - 'first_name' => 'First Name', - 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', - 'id' => 'Id', - 'inherit' => 'Inherit', - 'job' => 'Job Title', - 'last_login' => 'Last Login', - 'last_name' => 'Last Name', - 'location' => 'Location', - 'lock_passwords' => 'Login details cannot be changed on this installation.', - 'manager' => 'Manager', - 'managed_locations' => 'Managed Locations', - 'name' => 'Name', - 'notes' => 'Notes', - 'password_confirm' => 'Confirm Password', - 'password' => 'Password', - 'phone' => 'Phone', - 'show_current' => 'Show Current Users', - 'show_deleted' => 'Show Deleted Users', - 'title' => 'Title', - 'to_restore_them' => 'to restore them.', - 'updateuser' => 'Update User', - 'username' => 'Username', - 'user_deleted_text' => 'This user has been marked as deleted.', - 'username_note' => '(This is used for Active Directory binding only, not for login.)', - 'cloneuser' => 'Clone User', - 'viewusers' => 'View Users', + 'activated' => 'פָּעִיל', + 'allow' => 'להתיר', + 'checkedout' => 'נכסים', + 'created_at' => 'נוצר', + 'createuser' => 'צור משתמש', + 'deny' => 'לְהַכּחִישׁ', + 'email' => 'אֶלֶקטרוֹנִי', + 'employee_num' => 'מספר עובד', + 'first_name' => 'שם פרטי', + 'groupnotes' => 'בחר קבוצה כדי להקצות למשתמש, זכור כי משתמש לוקח את ההרשאות של הקבוצה הם מוקצים.', + 'id' => 'תְעוּדַת זֶהוּת', + 'inherit' => 'לָרֶשֶׁת', + 'job' => 'הגדרת תפקיד', + 'last_login' => 'כניסה אחרונה', + 'last_name' => 'שם משפחה', + 'location' => 'מקום', + 'lock_passwords' => 'אין אפשרות לשנות את פרטי ההתחברות בהתקנה זו.', + 'manager' => 'מנהל', + 'managed_locations' => 'מיקומים מנוהלים', + 'name' => 'שֵׁם', + 'notes' => 'הערות', + 'password_confirm' => 'אשר סיסמה', + 'password' => 'סיסמה', + 'phone' => 'טלפון', + 'show_current' => 'הצג משתמשים נוכחיים', + 'show_deleted' => 'הצג משתמשים שנמחקו', + 'title' => 'כותרת', + 'to_restore_them' => 'כדי לשחזר אותם.', + 'updateuser' => 'עדכן משתמש', + 'username' => 'שם משתמש', + 'user_deleted_text' => 'משתמש זה סומן כממחק.', + 'username_note' => '(זה משמש רק עבור Active Directory מחייב, לא עבור התחברות.)', + 'cloneuser' => 'משתמש משוכפל', + 'viewusers' => 'הצג משתמשים', ); diff --git a/resources/lang/he/auth/general.php b/resources/lang/he/auth/general.php index bf88cba77a..4ff73efeac 100644 --- a/resources/lang/he/auth/general.php +++ b/resources/lang/he/auth/general.php @@ -1,12 +1,12 @@ 'Send Password Reset Link', - 'email_reset_password' => 'Email Password Reset', - 'reset_password' => 'Reset Password', - 'login' => 'Login', - 'login_prompt' => 'Please Login', - 'forgot_password' => 'I forgot my password', - 'remember_me' => 'Remember Me', + 'send_password_link' => 'שלח קישור לאיפוס סיסמה', + 'email_reset_password' => 'איפוס סיסמה אימייל', + 'reset_password' => 'לאפס את הסיסמה', + 'login' => 'התחברות', + 'login_prompt' => 'אנא התחבר', + 'forgot_password' => 'שכחתי את הסיסמא שלי', + 'remember_me' => 'זכור אותי', ]; diff --git a/resources/lang/he/auth/message.php b/resources/lang/he/auth/message.php index bebf9cdd48..57b7292739 100644 --- a/resources/lang/he/auth/message.php +++ b/resources/lang/he/auth/message.php @@ -2,36 +2,36 @@ return array( - 'account_already_exists' => 'An account with the this email already exists.', - 'account_not_found' => 'The username or password is incorrect.', - 'account_not_activated' => 'This user account is not activated.', - 'account_suspended' => 'This user account is suspended.', - 'account_banned' => 'This user account is banned.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'account_already_exists' => 'כבר קיים חשבון עם האימייל הזה.', + 'account_not_found' => 'שם המשתמש או הסיסמה שגויים.', + 'account_not_activated' => 'חשבון משתמש זה אינו מופעל.', + 'account_suspended' => 'חשבון המשתמש הזה מושעה.', + 'account_banned' => 'חשבון משתמש זה מוחרם.', + 'throttle' => 'יותר מדי ניסיונות כניסה נכשלו. נסה שוב בסביבות: דקות (דקות).', 'signin' => array( - 'error' => 'There was a problem while trying to log you in, please try again.', - 'success' => 'You have successfully logged in.', + 'error' => 'אירעה בעיה בעת ניסיון להתחבר אליך, נסה שוב.', + 'success' => 'התחברת בהצלחה.', ), 'signup' => array( - 'error' => 'There was a problem while trying to create your account, please try again.', - 'success' => 'Account sucessfully created.', + 'error' => 'אירעה בעיה בעת ניסיון ליצור את חשבונך, נסה שוב.', + 'success' => 'החשבון נוצר בהצלחה.', ), 'forgot-password' => array( - 'error' => 'There was a problem while trying to get a reset password code, please try again.', - 'success' => 'Password recovery email successfully sent.', + 'error' => 'אירעה בעיה בעת ניסיון לקבל קוד סיסמה לאיפוס, נסה שוב.', + 'success' => 'כתובת הדוא"ל לשחזור סיסמה נשלחה בהצלחה.', ), 'forgot-password-confirm' => array( - 'error' => 'There was a problem while trying to reset your password, please try again.', - 'success' => 'Your password has been successfully reset.', + 'error' => 'אירעה בעיה בעת ניסיון לאפס את הסיסמה שלך, נסה שוב.', + 'success' => 'הסיסמה שלך אופסה בהצלחה.', ), 'activate' => array( - 'error' => 'There was a problem while trying to activate your account, please try again.', - 'success' => 'Your account has been successfully activated.', + 'error' => 'אירעה בעיה בעת ניסיון להפעיל את חשבונך, נסה שוב.', + 'success' => 'החשבון שלך הופעל בהצלחה.', ), ); diff --git a/resources/lang/he/button.php b/resources/lang/he/button.php index 6964689762..9e260dae42 100644 --- a/resources/lang/he/button.php +++ b/resources/lang/he/button.php @@ -1,15 +1,15 @@ 'Actions', - 'add' => 'Add New', - 'cancel' => 'Cancel', - 'checkin_and_delete' => 'Checkin & Delete User', - 'delete' => 'Delete', - 'edit' => 'Edit', - 'restore' => 'Restore', - 'request' => 'Request', - 'submit' => 'Submit', - 'upload' => 'Upload', - 'select_file' => 'Select File...', + 'actions' => 'פעולות', + 'add' => 'הוסף חדש', + 'cancel' => 'לְבַטֵל', + 'checkin_and_delete' => 'מחק & מחק משתמש', + 'delete' => 'לִמְחוֹק', + 'edit' => 'לַעֲרוֹך', + 'restore' => 'לשחזר', + 'request' => 'בַּקָשָׁה', + 'submit' => 'שלח', + 'upload' => 'העלה', + 'select_file' => 'בחר קובץ...', ); diff --git a/resources/lang/he/general.php b/resources/lang/he/general.php index eb6409ddbb..c41e1e67c2 100644 --- a/resources/lang/he/general.php +++ b/resources/lang/he/general.php @@ -1,204 +1,205 @@ 'Accessories', - 'activated' => 'Activated', - 'accessory' => 'Accessory', - 'accessory_report' => 'Accessory Report', - 'action' => 'Action', - 'activity_report' => 'Activity Report', - 'address' => 'Address', - 'admin' => 'Admin', - 'add_seats' => 'Added seats', - 'all_assets' => 'All Assets', - 'all' => 'All', - 'archived' => 'Archived', - 'asset_models' => 'Asset Models', - 'asset' => 'Asset', - 'asset_report' => 'Asset Report', - 'asset_tag' => 'Asset Tag', - 'assets_available' => 'assets available', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', - 'assets' => 'Assets', - 'avatar_delete' => 'Delete Avatar', - 'avatar_upload' => 'Upload Avatar', - 'back' => 'Back', - 'bad_data' => 'Nothing found. Maybe bad data?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', - 'bulk_checkout' => 'Bulk Checkout', - 'cancel' => 'Cancel', - 'categories' => 'Categories', - 'category' => 'Category', - 'change' => 'In/Out', - 'changeemail' => 'Change Email Address', - 'changepassword' => 'Change Password', - 'checkin' => 'Checkin', - 'checkin_from' => 'Checkin from', - 'checkout' => 'Checkout', - 'city' => 'City', - 'click_here' => 'Click here', - 'companies' => 'Companies', - 'company' => 'Company', - 'component' => 'Component', - 'components' => 'Components', - 'complete' => 'Complete', - 'consumable' => 'Consumable', - 'consumables' => 'Consumables', - 'country' => 'Country', - 'create' => 'Create New', - 'created' => 'Item Created', - 'created_asset' => 'created asset', - 'created_at' => 'Created at', - 'updated_at' => 'Updated at', + 'accessories' => 'אביזרים', + 'activated' => 'מוּפעָל', + 'accessory' => 'אבזר', + 'accessory_report' => 'דוח אביזר', + 'action' => 'פעולה', + 'activity_report' => 'דוח פעילות', + 'address' => 'כתובת', + 'admin' => 'מנהל מערכת', + 'add_seats' => 'מושבים נוספים', + 'all_assets' => 'כל הנכסים', + 'all' => 'את כל', + 'archived' => 'בארכיון', + 'asset_models' => 'מודלים של נכסים', + 'asset_model' => 'דֶגֶם', + 'asset' => 'נכס', + 'asset_report' => 'דוח נכסים', + 'asset_tag' => 'תג נכס', + 'assets_available' => 'נכסים זמינים', + 'audit' => 'בְּדִיקָה', + 'audit_report' => 'יומן ביקורת', + 'assets' => 'נכסים', + 'avatar_delete' => 'מחק את אווטר', + 'avatar_upload' => 'העלה את הסמל', + 'back' => 'חזור', + 'bad_data' => 'שום דבר לא נמצא. אולי נתונים רעים?', + 'bulkaudit' => 'ביקורת גורפת', + 'bulkaudit_status' => 'סטטוס ביקורת', + 'bulk_checkout' => 'יציאה גורפת', + 'cancel' => 'לְבַטֵל', + 'categories' => 'קטגוריות', + 'category' => 'קטגוריה', + 'change' => 'בפנים בחוץ', + 'changeemail' => 'שנה כתובת דואר אלקטרוני', + 'changepassword' => 'שנה סיסמא', + 'checkin' => 'קבלה', + 'checkin_from' => 'Checkin מ', + 'checkout' => 'לבדוק', + 'city' => 'עִיר', + 'click_here' => 'לחץ כאן', + 'companies' => 'חברות', + 'company' => 'חֶברָה', + 'component' => 'רְכִיב', + 'components' => 'רכיבים', + 'complete' => 'לְהַשְׁלִים', + 'consumable' => 'מתכלים', + 'consumables' => 'מתכלים', + 'country' => 'מדינה', + 'create' => 'צור חדש', + 'created' => 'פריט נוצר', + 'created_asset' => 'הנכס שנוצר', + 'created_at' => 'נוצר ב', + 'updated_at' => 'עודכן ב', 'currency' => '$', // this is deprecated - 'current' => 'Current', - 'custom_report' => 'Custom Asset Report', - 'dashboard' => 'Dashboard', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', - 'date' => 'Date', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', - 'delete' => 'Delete', - 'deleted' => 'Deleted', - 'delete_seats' => 'Deleted Seats', - 'departments' => 'Departments', - 'department' => 'Department', - 'deployed' => 'Deployed', - 'depreciation_report' => 'Depreciation Report', - 'download' => 'Download', - 'depreciation' => 'Depreciation', - 'editprofile' => 'Edit Your Profile', + 'current' => 'נוֹכְחִי', + 'custom_report' => 'דוח נכס מותאם אישית', + 'dashboard' => 'לוּחַ מַחווָנִים', + 'days' => 'ימים', + 'days_to_next_audit' => 'ימים לביקורת', + 'date' => 'תַאֲרִיך', + 'debug_warning' => 'אַזהָרָה!', + 'debug_warning_text' => 'יישום זה פועל במצב ייצור עם איתור באגים. זה יכול לחשוף נתונים רגישים אם היישום שלך נגיש לעולם החיצון. השבת את מצב איתור הבאגים על ידי הגדרת הערך APP_DEBUG בקובץ .env ל false.', + 'delete' => 'לִמְחוֹק', + 'deleted' => 'נמחק', + 'delete_seats' => 'מושבים שנמחקו', + 'departments' => 'מחלקות', + 'department' => 'מַחלָקָה', + 'deployed' => 'פרוס', + 'depreciation_report' => 'דוח פחת', + 'download' => 'הורד', + 'depreciation' => 'פְּחָת', + 'editprofile' => 'ערוך את הפרופיל שלך', 'eol' => 'EOL', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', - 'first' => 'First', - 'first_name' => 'First Name', - 'first_name_format' => 'First Name (jane@example.com)', - 'file_name' => 'File', - 'file_uploads' => 'File Uploads', - 'generate' => 'Generate', - 'groups' => 'Groups', - 'gravatar_email' => 'Gravatar Email Address', - 'history' => 'History', - 'history_for' => 'History for', - 'id' => 'ID', - 'image_delete' => 'Delete Image', - 'image_upload' => 'Upload Image', - 'import' => 'Import', - 'import-history' => 'Import History', - 'asset_maintenance' => 'Asset Maintenance', - 'asset_maintenance_report' => 'Asset Maintenance Report', - 'asset_maintenances' => 'Asset Maintenances', - 'item' => 'Item', - 'insufficient_permissions' => 'Insufficient permissions!', - 'language' => 'Language', - 'last' => 'Last', - 'last_login' => 'Last Login', - 'last_name' => 'Last Name', - 'license' => 'License', - 'license_report' => 'License Report', - 'licenses_available' => 'licenses available', - 'licenses' => 'Licenses', - 'list_all' => 'List All', - 'loading' => 'Loading', - 'lock_passwords' => 'This field cannot be edited in this installation.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', - 'location' => 'Location', - 'locations' => 'Locations', - 'logout' => 'Logout', - 'lookup_by_tag' => 'Lookup by Asset Tag', - 'manufacturer' => 'Manufacturer', - 'manufacturers' => 'Manufacturers', - 'markdown' => 'This field allows Github flavored markdown.', + 'email_domain' => 'דומיין דוא"ל', + 'email_format' => 'תבנית אימייל', + 'email_domain_help' => 'זה משמש ליצירת כתובות דוא"ל בעת ייבוא', + 'filastname_format' => 'שם משפחה ראשוני ראשון (jsmith@example.com)', + 'firstname_lastname_format' => 'שם משפחה של שם פרטי (jane.smith@example.com)', + 'first' => 'ראשון', + 'first_name' => 'שם פרטי', + 'first_name_format' => 'שם פרטי (jane@example.com)', + 'file_name' => 'קוֹבֶץ', + 'file_uploads' => 'העלאות קבצים', + 'generate' => 'לִיצוֹר', + 'groups' => 'קבוצות', + 'gravatar_email' => 'כתובת דוא"ל Gravatar', + 'history' => 'הִיסטוֹרִיָה', + 'history_for' => 'היסטוריה עבור', + 'id' => 'תְעוּדַת זֶהוּת', + 'image_delete' => 'מחק תמונה', + 'image_upload' => 'העלאת תמונה', + 'import' => 'יְבוּא', + 'import-history' => 'היסטוריית הייבוא', + 'asset_maintenance' => 'אחזקת נכסים', + 'asset_maintenance_report' => 'דוח אחזקה בנכסים', + 'asset_maintenances' => 'אחזקת נכסים', + 'item' => 'פריט', + 'insufficient_permissions' => 'הרשאות לא מספיקות!', + 'language' => 'שפה', + 'last' => 'אחרון', + 'last_login' => 'כניסה אחרונה', + 'last_name' => 'שם משפחה', + 'license' => 'רישיון', + 'license_report' => 'דוח רישיון', + 'licenses_available' => 'רשיונות זמינים', + 'licenses' => 'רישיונות', + 'list_all' => 'רשימת הכל', + 'loading' => 'טוען', + 'lock_passwords' => 'לא ניתן לערוך שדה זה בהתקנה זו.', + 'feature_disabled' => 'תכונה זו הושבתה עבור התקנת ההדגמה.', + 'location' => 'מקום', + 'locations' => 'מיקומים', + 'logout' => 'להתנתק', + 'lookup_by_tag' => 'בדיקה על ידי תג הנכס', + 'manufacturer' => 'יַצרָן', + 'manufacturers' => 'היצרנים', + 'markdown' => 'שדה זה מאפשר Github בטעם מרקדון .', 'min_amt' => 'Min. QTY', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', - 'model_no' => 'Model No.', - 'months' => 'months', - 'moreinfo' => 'More Info', - 'name' => 'Name', - 'next' => 'Next', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', - 'new' => 'new!', - 'no_depreciation' => 'No Depreciation', - 'no_results' => 'No Results.', - 'no' => 'No', - 'notes' => 'Notes', - 'order_number' => 'Order Number', - 'page_menu' => 'Showing _MENU_ items', - 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', - 'pending' => 'Pending', - 'people' => 'People', - 'per_page' => 'Results Per Page', - 'previous' => 'Previous', - 'processing' => 'Processing', - 'profile' => 'Your profile', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', + 'min_amt_help' => 'מספר מינימלי של פריטים שצריכים להיות זמינים לפני הפעלת התראה.', + 'model_no' => 'מספר דגם.', + 'months' => 'חודשים', + 'moreinfo' => 'עוד מידע', + 'name' => 'שֵׁם', + 'next' => 'הַבָּא', + 'next_audit_date' => 'תאריך הביקורת', + 'last_audit' => 'ביקורת אחרונה', + 'new' => 'חָדָשׁ!', + 'no_depreciation' => 'לא פחת', + 'no_results' => 'אין תוצאות.', + 'no' => 'לא', + 'notes' => 'הערות', + 'order_number' => 'מספר הזמנה', + 'page_menu' => 'מציג _MENU_ פריטים', + 'pagination_info' => 'מציג _START_ אל _END_ מתוך _TOTAL_ פריטים', + 'pending' => 'ממתין ל', + 'people' => 'אֲנָשִׁים', + 'per_page' => 'תוצאות לעמוד', + 'previous' => 'קודם', + 'processing' => 'מעבד', + 'profile' => 'הפרופיל שלך', + 'purchase_cost' => 'עלות הרכישה', + 'purchase_date' => 'תאריך רכישה', 'qty' => 'QTY', - 'quantity' => 'Quantity', - 'ready_to_deploy' => 'Ready to Deploy', - 'recent_activity' => 'Recent Activity', - 'remove_company' => 'Remove Company Association', - 'reports' => 'Reports', - 'requested' => 'Requested', - 'request_canceled' => 'Request Canceled', - 'save' => 'Save', - 'select' => 'Select', - 'search' => 'Search', - 'select_category' => 'Select a Category', - 'select_department' => 'Select a Department', - 'select_depreciation' => 'Select a Depreciation Type', - 'select_location' => 'Select a Location', - 'select_manufacturer' => 'Select a Manufacturer', - 'select_model' => 'Select a Model', - 'select_supplier' => 'Select a Supplier', - 'select_user' => 'Select a User', - 'select_date' => 'Select Date (YYYY-MM-DD)', - 'select_statuslabel' => 'Select Status', - 'select_company' => 'Select Company', - 'select_asset' => 'Select Asset', - 'settings' => 'Settings', - 'sign_in' => 'Sign in', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', - 'site_name' => 'Site Name', - 'state' => 'State', - 'status_labels' => 'Status Labels', - 'status' => 'Status', - 'supplier' => 'Supplier', - 'suppliers' => 'Suppliers', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', - 'total_assets' => 'total assets', - 'total_licenses' => 'total licenses', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', - 'type' => 'Type', - 'undeployable' => 'Un-deployable', - 'unknown_admin' => 'Unknown Admin', - 'username_format' => 'Username Format', - 'update' => 'Update', - 'uploaded' => 'Uploaded', - 'user' => 'User', - 'accepted' => 'accepted', - 'declined' => 'declined', - 'unaccepted_asset_report' => 'Unaccepted Assets', - 'users' => 'Users', - 'viewassets' => 'View Assigned Assets', - 'website' => 'Website', - 'welcome' => 'Welcome, :name', - 'years' => 'years', - 'yes' => 'Yes', - 'zip' => 'Zip', - 'noimage' => 'No image uploaded or image not found.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'quantity' => 'כַּמוּת', + 'ready_to_deploy' => 'מוכן לפריסה', + 'recent_activity' => 'פעילות אחרונה', + 'remove_company' => 'הסר התאחדות החברה', + 'reports' => 'דיווחים', + 'requested' => 'מבוקש', + 'request_canceled' => 'הבקשה בוטלה', + 'save' => 'להציל', + 'select' => 'בחר', + 'search' => 'חפש', + 'select_category' => 'בחר קטגוריה', + 'select_department' => 'בחר מחלקה', + 'select_depreciation' => 'בחר סוג פחת', + 'select_location' => 'בחר מיקום', + 'select_manufacturer' => 'בחר יצרן', + 'select_model' => 'בחר דגם', + 'select_supplier' => 'בחר ספק', + 'select_user' => 'בחר משתמש', + 'select_date' => 'בחר תאריך (YYYY-MM-DD)', + 'select_statuslabel' => 'בחר מצב', + 'select_company' => 'בחר חברה', + 'select_asset' => 'בחר נכס', + 'settings' => 'הגדרות', + 'sign_in' => 'היכנס', + 'signature' => 'חֲתִימָה', + 'some_features_disabled' => 'DEMO MODE: תכונות מסוימות מושבתות עבור התקנה זו.', + 'site_name' => 'שם אתר', + 'state' => 'מדינה', + 'status_labels' => 'תוויות סטטוס', + 'status' => 'סטָטוּס', + 'supplier' => 'ספק', + 'suppliers' => 'ספקים', + 'sure_to_delete' => 'האם אתה בטוח שברצונך למחוק', + 'submit' => 'שלח', + 'target' => 'יַעַד', + 'time_and_date_display' => 'תצוגת זמן ותאריך', + 'total_assets' => 'סך נכסים', + 'total_licenses' => 'סך כל הרישיונות', + 'total_accessories' => 'סה"כ אביזרים', + 'total_consumables' => 'סך הכל מתכלים', + 'type' => 'סוּג', + 'undeployable' => 'לא ניתן לפריסה', + 'unknown_admin' => 'מנהל לא ידוע', + 'username_format' => 'פורמט שם משתמש', + 'update' => 'עדכון', + 'uploaded' => 'הועלה', + 'user' => 'מִשׁתַמֵשׁ', + 'accepted' => 'מְקוּבָּל', + 'declined' => 'ירד', + 'unaccepted_asset_report' => 'נכסים לא מקובלים', + 'users' => 'משתמשים', + 'viewassets' => 'הצג נכסים מוקצים', + 'website' => 'אתר אינטרנט', + 'welcome' => 'ברוכים הבאים,: שם', + 'years' => 'שנים', + 'yes' => 'כן', + 'zip' => 'רוכסן', + 'noimage' => 'לא נטענה תמונה או תמונה לא נמצאה.', + 'token_expired' => 'פג תוקף הטופס שלך. בבקשה נסה שוב.', ]; diff --git a/resources/lang/he/mail.php b/resources/lang/he/mail.php index c9a4fe182d..5de486aa7f 100644 --- a/resources/lang/he/mail.php +++ b/resources/lang/he/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', - 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'a_user_canceled' => 'משתמש ביטל בקשת פריט באתר', + 'a_user_requested' => 'משתמש ביקש פריט באתר', + 'accessory_name' => 'שם אביזר:', + 'additional_notes' => 'הערות נוספות:', + 'admin_has_created' => 'מנהל מערכת יצר עבורך חשבון באתר האינטרנט:.', + 'asset' => 'נכס:', + 'asset_name' => 'שם הנכס:', + 'asset_requested' => 'הנכס המבוקש', + 'asset_tag' => 'תג נכס:', + 'assets_warrantee_expiring' => 'יפוג תוקפו של נכס {1} עם אחריותו במהלך 60 הימים הבאים. [2, Inf] עם נכסים שפקיעתם יפוג ב -60 הימים הבאים.', + 'assigned_to' => 'שהוקצה ל', + 'best_regards' => 'כל טוב,', + 'canceled' => 'בּוּטלָה:', + 'checkin_date' => 'תאריך הגעה:', + 'checkout_date' => 'תבדוק את התאריך:', + 'click_to_confirm' => 'לחץ על הקישור הבא כדי לאשר את: חשבון האינטרנט שלך:', + 'click_on_the_link_accessory' => 'לחץ על הקישור בתחתית הדף כדי לאשר שקיבלת את האביזר.', + 'click_on_the_link_asset' => 'לחץ על הקישור שבתחתית כדי לאשר שקיבלת את הנכס.', + 'Confirm_Asset_Checkin' => 'אשר את בדיקת הנכס.', + 'Confirm_Accessory_Checkin' => 'אשר את בדיקת האביזרים.', + 'Confirm_accessory_delivery' => 'אשר את האספקה.', + 'Confirm_asset_delivery' => 'אשר את הצגת הנכס.', + 'Confirm_consumable_delivery' => 'אשר משלוחי צריכה.', + 'current_QTY' => 'QTY הנוכחי', + 'Days' => 'ימים', + 'days' => 'ימים', + 'expecting_checkin_date' => 'תאריך הצפוי:', + 'expires' => 'יפוג', + 'Expiring_Assets_Report' => 'דוח נכסים שפג תוקפם.', + 'Expiring_Licenses_Report' => 'דוח רישיונות שפג תוקפם.', + 'hello' => 'שלום', + 'hi' => 'היי', + 'i_have_read' => 'קראתי והסכמתי לתנאי השימוש וקיבלתי פריט זה.', + 'item' => 'פריט:', + 'items_below_minimum' => '{1} פריט שנמצא מתחת למלאי מינימלי או בקרוב יהיה נמוך. [2, Inf] פריטים הנמצאים מתחת למלאי מינימום או בקרוב יהיה נמוך.', + 'Item_Request_Canceled' => 'פריט בקשה בוטלה', + 'Item_Requested' => 'פריט מבוקש', + 'licenses_expiring' => 'רישיון {1} יפוג ב -60 הימים הבאים. [2, Inf] רשיונות יפוג תוקפו של 60 הימים הבאים.', + 'link_to_update_password' => 'לחץ על הקישור הבא כדי לעדכן את: סיסמת האינטרנט:', + 'login_first_admin' => 'היכנס למערכת ההתקנה החדשה של Snipe-IT באמצעות פרטי הכניסה הבאים:', + 'login' => 'התחברות:', + 'Low_Inventory_Report' => 'דו"ח מלאי נמוך', + 'min_QTY' => 'מינימום QTY', + 'name' => 'שֵׁם', + 'new_item_checked' => 'פריט חדש נבדק תחת שמך, הפרטים להלן.', + 'password' => 'סיסמה:', + 'password_reset' => 'איפוס סיסמא', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'read_the_terms' => 'אנא קרא את תנאי השימוש שלהלן.', + 'read_the_terms_and_click' => 'קרא את תנאי השימוש שלהלן ולחץ על הקישור בתחתית הדף כדי לאשר שאתה קורא את תנאי השימוש ומסכים להם, וקיבלת את הנכס.', + 'requested' => 'התקבלה:', + 'reset_link' => 'איפוס הסיסמה שלך קישור', + 'reset_password' => 'לחץ כאן כדי לאפס את הסיסמה שלך:', + 'serial' => 'סידורי:', + 'supplier' => 'ספק', + 'tag' => 'תָג', + 'test_email' => 'מבחן דוא"ל מאת Snipe-IT', + 'test_mail_text' => 'זהו מבחן מן Snipe- IT ניהול מערכת. אם יש לך את זה, הדואר עובד :)', + 'the_following_item' => 'הפריט הבא נבדק:', + 'There_are' => '{1} יש | [2, Inf] יש', + 'to_reset' => 'כדי לאפס את: סיסמת האינטרנט, מלא טופס זה:', + 'type' => 'סוּג', + 'user' => 'מִשׁתַמֵשׁ:', + 'username' => 'שם משתמש:', + 'welcome' => 'ברוכים הבאים: שם', + 'welcome_to' => 'ברוכים הבאים ל: אינטרנט!', + 'your_credentials' => 'שלך Snipe- IT אישורים', ); diff --git a/resources/lang/he/pagination.php b/resources/lang/he/pagination.php index b573b51e91..58c1f0bab9 100644 --- a/resources/lang/he/pagination.php +++ b/resources/lang/he/pagination.php @@ -13,8 +13,8 @@ return array( | */ - 'previous' => '« Previous', + 'previous' => '« הקודם', - 'next' => 'Next »', + 'next' => 'הבא »', ); diff --git a/resources/lang/he/passwords.php b/resources/lang/he/passwords.php index 5195a9b77c..123d70988f 100644 --- a/resources/lang/he/passwords.php +++ b/resources/lang/he/passwords.php @@ -1,7 +1,7 @@ 'Your password link has been sent!', - 'user' => 'That user does not exist or does not have an email address associated', + 'sent' => 'קישור הסיסמה שלך נשלח!', + 'user' => 'משתמש זה אינו קיים או שאין לו כתובת אימייל', ]; diff --git a/resources/lang/he/reminders.php b/resources/lang/he/reminders.php index e7a476e3a2..7c21931a18 100644 --- a/resources/lang/he/reminders.php +++ b/resources/lang/he/reminders.php @@ -13,12 +13,12 @@ return array( | */ - "password" => "Passwords must be six characters and match the confirmation.", + "password" => "סיסמאות חייבות להיות שש תווים ולהתאים את האישור.", - "user" => "Username or email address is incorrect", + "user" => "שם המשתמש או כתובת האימייל שגויים", - "token" => "This password reset token is invalid.", + "token" => "אסימון איפוס הסיסמה אינו חוקי.", - "sent" => "If a matching email address was found, a password reminder has been sent!", + "sent" => "אם נמצאה כתובת דוא\"ל תואמת, נשלחה תזכורת סיסמא!", ); diff --git a/resources/lang/he/table.php b/resources/lang/he/table.php index f7a49d86c1..333594d698 100644 --- a/resources/lang/he/table.php +++ b/resources/lang/he/table.php @@ -2,9 +2,9 @@ return array( - 'actions' => 'Actions', - 'action' => 'Action', - 'by' => 'By', - 'item' => 'Item', + 'actions' => 'פעולות', + 'action' => 'פעולה', + 'by' => 'על ידי', + 'item' => 'פריט', ); diff --git a/resources/lang/he/validation.php b/resources/lang/he/validation.php index 02cb1fa981..4f96dbe755 100644 --- a/resources/lang/he/validation.php +++ b/resources/lang/he/validation.php @@ -13,80 +13,80 @@ return array( | */ - 'accepted' => 'The :attribute must be accepted.', - 'active_url' => 'The :attribute is not a valid URL.', - 'after' => 'The :attribute must be a date after :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', - 'alpha' => 'The :attribute may only contain letters.', - 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', - 'alpha_num' => 'The :attribute may only contain letters and numbers.', - 'array' => 'The :attribute must be an array.', - 'before' => 'The :attribute must be a date before :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'accepted' => 'התכונה: חייבת להתקבל.', + 'active_url' => 'התכונה: אינה כתובת אתר חוקית.', + 'after' => 'התכונה: חייבת להיות תאריך לאחר: תאריך.', + 'after_or_equal' => 'התכונה: חייבת להיות תאריך אחרי או שווה ל: תאריך.', + 'alpha' => 'התכונה: יכולה להכיל רק אותיות.', + 'alpha_dash' => 'התכונה: עשויה להכיל רק אותיות, מספרים וקווים.', + 'alpha_num' => 'התכונה: עשויה להכיל רק אותיות ומספרים.', + 'array' => 'התכונה: חייבת להיות מערך.', + 'before' => 'התכונה: חייבת להיות תאריך לפני: תאריך.', + 'before_or_equal' => 'התכונה: חייבת להיות תאריך לפני או שווה ל: תאריך.', 'between' => [ - 'numeric' => 'The :attribute must be between :min and :max.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', - 'string' => 'The :attribute must be between :min and :max characters.', - 'array' => 'The :attribute must have between :min and :max items.', + 'numeric' => 'התכונה: חייבת להיות בין: min ו-: max.', + 'file' => 'התכונה: חייבת להיות בין: min ו-: max kilobytes.', + 'string' => 'התכונה: חייבת להיות בין: דקות ו-: תווים מקסימליים.', + 'array' => 'התכונה: חייבת להיות בין: min ו-: max items.', ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', - 'date' => 'The :attribute is not a valid date.', - 'date_format' => 'The :attribute does not match the format :format.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'email' => 'The :attribute must be a valid email address.', - 'exists' => 'The selected :attribute is invalid.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', - 'image' => 'The :attribute must be an image.', - 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'boolean' => 'שדה התכונה: חייב להיות אמיתי או שגוי.', + 'confirmed' => 'אישור התכונה אינו תואם.', + 'date' => 'התכונה: אינה תאריך חוקי.', + 'date_format' => 'התכונה: אינה תואמת את הפורמט: format.', + 'different' => 'התכונה: ו-: אחרים חייבים להיות שונים.', + 'digits' => 'התכונה: חייבת להיות: ספרות ספרות.', + 'digits_between' => 'התכונה: חייבת להיות בין: דקות ו-: ספרות מקסימליות.', + 'dimensions' => 'לתכונה: יש ממדי תמונה לא חוקיים.', + 'distinct' => 'שדה התכונה: יש ערך כפול.', + 'email' => 'התכונה: חייבת להיות כתובת דוא"ל חוקית.', + 'exists' => 'התכונה שנבחרה: אינה חוקית.', + 'file' => 'התכונה: חייבת להיות קובץ.', + 'filled' => 'שדה המאפיין חייב להיות בעל ערך.', + 'image' => 'התכונה: חייבת להיות תמונה.', + 'in' => 'התכונה שנבחרה: אינה חוקית.', + 'in_array' => 'שדה התכונה: אינו קיים ב-: other.', + 'integer' => 'התכונה: חייבת להיות מספר שלם.', + 'ip' => 'התכונה: חייבת להיות כתובת IP חוקית.', + 'ipv4' => 'התכונה: חייבת להיות כתובת IPv4 חוקית.', + 'ipv6' => 'התכונה: חייבת להיות כתובת IPv6 חוקית.', + 'json' => 'התכונה: חייבת להיות מחרוזת JSON חוקית.', 'max' => [ - 'numeric' => 'The :attribute may not be greater than :max.', - 'file' => 'The :attribute may not be greater than :max kilobytes.', - 'string' => 'The :attribute may not be greater than :max characters.', - 'array' => 'The :attribute may not have more than :max items.', + 'numeric' => 'התכונה: לא יכולה להיות גדולה מ: מקסימום.', + 'file' => 'התכונה: לא יכולה להיות גדולה מ: קילו-בתים מקסימליים.', + 'string' => 'התכונה: לא יכולה להיות גדולה מ: תווים מקסימליים.', + 'array' => 'לתכונה: אין יותר מ: פריטים מקסימליים.', ], - 'mimes' => 'The :attribute must be a file of type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimes' => 'התכונה: חייבת להיות קובץ מסוג:: ערכים.', + 'mimetypes' => 'התכונה: חייבת להיות קובץ מסוג:: ערכים.', 'min' => [ - 'numeric' => 'The :attribute must be at least :min.', - 'file' => 'The :attribute must be at least :min kilobytes.', - 'string' => 'The :attribute must be at least :min characters.', - 'array' => 'The :attribute must have at least :min items.', + 'numeric' => 'התכונה: חייבת להיות לפחות: דקות.', + 'file' => 'התכונה: חייבת להיות לפחות: קילובייט מינימלי.', + 'string' => 'התכונה: חייבת להיות לפחות: דקות תווים.', + 'array' => 'התכונה: חייבת לכלול לפחות פריטים מינימליים.', ], - 'not_in' => 'The selected :attribute is invalid.', - 'numeric' => 'The :attribute must be a number.', - 'present' => 'The :attribute field must be present.', - 'regex' => 'The :attribute format is invalid.', - 'required' => 'The :attribute field is required.', - 'required_if' => 'The :attribute field is required when :other is :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', - 'required_with' => 'The :attribute field is required when :values is present.', - 'required_with_all' => 'The :attribute field is required when :values is present.', - 'required_without' => 'The :attribute field is required when :values is not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', - 'same' => 'The :attribute and :other must match.', + 'not_in' => 'התכונה שנבחרה: אינה חוקית.', + 'numeric' => 'התכונה: חייבת להיות מספר.', + 'present' => 'שדה התכונה: חייב להיות נוכח.', + 'regex' => 'תבנית התכונה: אינה חוקית.', + 'required' => 'שדה התכונה: נדרש.', + 'required_if' => 'שדה התכונה: נדרש כאשר: other is: value.', + 'required_unless' => 'שדה התכונה: נדרש, אלא אם: אחרים נמצאים ב: ערכים.', + 'required_with' => 'שדה התכונה: נדרש כאשר: ערכים קיימים.', + 'required_with_all' => 'שדה התכונה: נדרש כאשר: ערכים קיימים.', + 'required_without' => 'שדה התכונה: נדרש כאשר: ערכים לא קיימים.', + 'required_without_all' => 'שדה התכונה: נדרש כאשר אף אחד מערכים אלה אינו קיים.', + 'same' => 'התכונה: ו-: אחרים חייבים להתאים.', 'size' => [ - 'numeric' => 'The :attribute must be :size.', - 'file' => 'The :attribute must be :size kilobytes.', - 'string' => 'The :attribute must be :size characters.', - 'array' => 'The :attribute must contain :size items.', + 'numeric' => 'התכונה: חייבת להיות: גודל.', + 'file' => 'התכונה: חייבת להיות: גודל קילובייט.', + 'string' => 'התכונה: חייבת להיות: גודל תווים.', + 'array' => 'התכונה: חייבת להכיל: פריטי גודל.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', - 'unique' => 'The :attribute has already been taken.', - 'uploaded' => 'The :attribute failed to upload.', - 'url' => 'The :attribute format is invalid.', + 'string' => 'התכונה: חייבת להיות מחרוזת.', + 'timezone' => 'התכונה: חייבת להיות אזור חוקי.', + 'unique' => 'התכונה: כבר נלקחה.', + 'uploaded' => 'התכונה: נכשלה.', + 'url' => 'תבנית התכונה: אינה חוקית.', /* |-------------------------------------------------------------------------- @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "השדה: מאפיין מכיל תו שאינו מותר.", + "email_array" => "כתובת אימייל אחת או יותר אינה חוקית.", + "hashed_pass" => "הסיסמה הנוכחית שלך שגויה", + 'dumbpwd' => 'סיסמה זו נפוצה מדי.', + "statuslabel_type" => "עליך לבחור סוג תווית סטטוס חוקי", + "unique_undeleted" => "התכונה: חייבת להיות ייחודית.", ], /* diff --git a/resources/lang/hr/admin/accessories/general.php b/resources/lang/hr/admin/accessories/general.php index 22771aff0c..6062176068 100644 --- a/resources/lang/hr/admin/accessories/general.php +++ b/resources/lang/hr/admin/accessories/general.php @@ -1,22 +1,22 @@ 'About Accessories', - 'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', - 'accessory_category' => 'Accessory Category', - 'accessory_name' => 'Accessory Name', - 'checkout' => 'Checkout Accessory', - 'checkin' => 'Checkin Accessory', - 'create' => 'Create Accessory', - 'edit' => 'Edit Accessory', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'total' => 'Total', - 'remaining' => 'Avail', - 'update' => 'Update Accessory', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'about_accessories_title' => 'O priboru', + 'about_accessories_text' => 'Pribor je sve što izdajete korisnicima, ali nemaju serijski broj (ili vas ne zanima njihovo jedinstveno praćenje). Na primjer, računalni miševi ili tipkovnice.', + 'accessory_category' => 'Kategorija dodatne opreme', + 'accessory_name' => 'Naziv dodatne opreme', + 'checkout' => 'Dodatna oprema za naplatu', + 'checkin' => 'Checkin dodatak', + 'create' => 'Stvorite dodatnu opremu', + 'edit' => 'Uređivanje dodatne opreme', + 'eula_text' => 'Kategorija EULA', + 'eula_text_help' => 'Ovo polje omogućuje vam da prilagodite svoje EULA-e za određene vrste sredstava. Ako imate samo jedan EULA za sve vaše imovine, možete označiti donji okvir kako biste upotrijebili primarnu postavku.', + 'require_acceptance' => 'Tražite korisnike da potvrdite prihvaćanje imovine u ovoj kategoriji.', + 'no_default_eula' => 'Nisu pronađeni primarni standardni EULA. Dodajte jednu u Postavke.', + 'total' => 'ukupno', + 'remaining' => 'Dobitak', + 'update' => 'Ažuriranje dodatne opreme', + 'use_default_eula' => 'Umjesto toga upotrijebite primarnu postavku EULA.', + 'use_default_eula_disabled' => 'Uporedi primarnu zadanu EULA. Nije postavljena primarna zadana EULA. Dodajte jednu u Postavke.', ); diff --git a/resources/lang/hr/admin/accessories/message.php b/resources/lang/hr/admin/accessories/message.php index 92998a4e14..d27b1e7e43 100644 --- a/resources/lang/hr/admin/accessories/message.php +++ b/resources/lang/hr/admin/accessories/message.php @@ -2,35 +2,35 @@ return array( - 'does_not_exist' => 'The accessory does not exist.', - 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', + 'does_not_exist' => 'Dodatak ne postoji.', + 'assoc_users' => 'Ovaj pribor trenutačno ima: brojčanu stavku označenu korisnicima. Provjerite pribor i pokušajte ponovo.', 'create' => array( - 'error' => 'The accessory was not created, please try again.', - 'success' => 'The accessory was successfully created.' + 'error' => 'Dodatak nije izrađen, pokušajte ponovo.', + 'success' => 'Dodatak je uspješno izrađen.' ), 'update' => array( - 'error' => 'The accessory was not updated, please try again', - 'success' => 'The accessory was updated successfully.' + 'error' => 'Dodatak nije ažuriran, pokušajte ponovo', + 'success' => 'Dodatak je uspješno ažuriran.' ), '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' => 'Jeste li sigurni da želite izbrisati ovaj dodatak?', + 'error' => 'Došlo je do problema s brisanjem dodatne opreme. Molim te pokušaj ponovno.', + 'success' => 'Dodatak je uspješno izbrisan.' ), 'checkout' => array( - 'error' => 'Accessory was not checked out, please try again', - 'success' => 'Accessory checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Dodatak nije provjeren, pokušajte ponovo', + 'success' => 'Usluga je uspješno provjerena.', + 'user_does_not_exist' => 'Taj je korisnik nevažeći. Molim te pokušaj ponovno.' ), 'checkin' => array( - 'error' => 'Accessory was not checked in, please try again', - 'success' => 'Accessory checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Dodatna oprema nije prijavljena, pokušajte ponovo', + 'success' => 'Pristup je uspješno prijavljen.', + 'user_does_not_exist' => 'Taj je korisnik nevažeći. Molim te pokušaj ponovno.' ) diff --git a/resources/lang/hr/admin/accessories/table.php b/resources/lang/hr/admin/accessories/table.php index e02d9f22e4..49d9574cf5 100644 --- a/resources/lang/hr/admin/accessories/table.php +++ b/resources/lang/hr/admin/accessories/table.php @@ -1,11 +1,11 @@ 'Download CSV', + 'dl_csv' => 'Preuzmite CSV', 'eula_text' => 'EULA', - 'id' => 'ID', - 'require_acceptance' => 'Acceptance', - 'title' => 'Accessory Name', + 'id' => 'iskaznica', + 'require_acceptance' => 'Prihvaćanje', + 'title' => 'Naziv dodatne opreme', ); diff --git a/resources/lang/hr/admin/asset_maintenances/form.php b/resources/lang/hr/admin/asset_maintenances/form.php index 2aa005c45f..8e8ad59200 100644 --- a/resources/lang/hr/admin/asset_maintenances/form.php +++ b/resources/lang/hr/admin/asset_maintenances/form.php @@ -1,14 +1,14 @@ 'Maintenance Type', - 'title' => 'Title', - 'start_date' => 'Started', - 'completion_date' => 'Completed', - 'cost' => 'Cost', - 'is_warranty' => 'Warranty Improvement', - 'asset_maintenance_time' => 'Days', - 'notes' => 'Notes', - 'update' => 'Update', - 'create' => 'Create' + 'asset_maintenance_type' => 'Vrsta održavanja', + 'title' => 'Titula', + 'start_date' => 'počeo', + 'completion_date' => 'dovršen', + 'cost' => 'cijena', + 'is_warranty' => 'Poboljšanje jamstva', + 'asset_maintenance_time' => 'dana', + 'notes' => 'Bilješke', + 'update' => 'Ažuriraj', + 'create' => 'Stvoriti' ]; diff --git a/resources/lang/hr/admin/asset_maintenances/general.php b/resources/lang/hr/admin/asset_maintenances/general.php index c7ae42d41a..bbc1ad596a 100644 --- a/resources/lang/hr/admin/asset_maintenances/general.php +++ b/resources/lang/hr/admin/asset_maintenances/general.php @@ -1,11 +1,11 @@ 'Asset Maintenances', - 'edit' => 'Edit Asset Maintenance', - 'delete' => 'Delete Asset Maintenance', - 'view' => 'View Asset Maintenance Details', - 'repair' => 'Repair', - 'maintenance' => 'Maintenance', - 'upgrade' => 'Upgrade' + 'asset_maintenances' => 'Upravljanje imovinom', + 'edit' => 'Uređivanje održavanja imovine', + 'delete' => 'Izbriši održavanje imovine', + 'view' => 'Prikaz pojedinosti o održavanju imovine', + 'repair' => 'Popravak', + 'maintenance' => 'Održavanje', + 'upgrade' => 'nadogradnja' ]; diff --git a/resources/lang/hr/admin/asset_maintenances/message.php b/resources/lang/hr/admin/asset_maintenances/message.php index d121115825..c75d7f84a6 100644 --- a/resources/lang/hr/admin/asset_maintenances/message.php +++ b/resources/lang/hr/admin/asset_maintenances/message.php @@ -1,21 +1,21 @@ 'Asset Maintenance you were looking for was not found!', + 'not_found' => 'Održavanje imovine koju ste tražili nije pronađeno!', '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' => 'Jeste li sigurni da želite izbrisati ovo održavanje imovine?', + 'error' => 'Došlo je do problema s brisanjem održavanja imovine. Molim te pokušaj ponovno.', + 'success' => 'Održavanje imovine uspješno je izbrisano.' ], 'create' => [ - 'error' => 'Asset Maintenance was not created, please try again.', - 'success' => 'Asset Maintenance created successfully.' + 'error' => 'Održavanje imovine nije izrađeno, pokušajte ponovo.', + 'success' => 'Uspješno održavanje imovine.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Održavanje imovine nije uređeno, pokušajte ponovo.', + 'success' => 'Održavanje imovine uspješno je uređeno.' ], - 'asset_maintenance_incomplete' => 'Not Completed Yet', - 'warranty' => 'Warranty', - 'not_warranty' => 'Not Warranty', + 'asset_maintenance_incomplete' => 'Nije još dovršeno', + 'warranty' => 'garancija', + 'not_warranty' => 'Nije jamstvo', ]; \ No newline at end of file diff --git a/resources/lang/hr/admin/asset_maintenances/table.php b/resources/lang/hr/admin/asset_maintenances/table.php index f3a6be60f9..f5ae6a0943 100644 --- a/resources/lang/hr/admin/asset_maintenances/table.php +++ b/resources/lang/hr/admin/asset_maintenances/table.php @@ -1,8 +1,8 @@ 'Asset Maintenance', - 'asset_name' => 'Asset Name', - 'is_warranty' => 'Warranty', - 'dl_csv' => 'Download CSV' + 'title' => 'Održavanje imovine', + 'asset_name' => 'Naziv imovine', + 'is_warranty' => 'garancija', + 'dl_csv' => 'Preuzmite CSV' ]; diff --git a/resources/lang/hr/admin/categories/general.php b/resources/lang/hr/admin/categories/general.php index 16b3b79f51..6219a91691 100644 --- a/resources/lang/hr/admin/categories/general.php +++ b/resources/lang/hr/admin/categories/general.php @@ -1,23 +1,23 @@ 'About Categories', - 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', - 'asset_categories' => 'Asset Categories', - 'category_name' => 'Category Name', - 'checkin_email' => 'Send email to user on checkin.', - 'clone' => 'Clone Category', - 'create' => 'Create Category', - 'edit' => 'Edit Category', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'name' => 'Category Name', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.', - 'required_eula' => 'This user will be emailed a copy of the EULA', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'update' => 'Update Category', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'about_categories_title' => 'O kategorijama', + 'about_categories' => 'Kategorije vam pomažu organizirati stavke. Neke kategorije primjera mogu biti "Desktops", "Laptops", "Mobile Phones", "Tablets" i tako dalje, ali kategorije možete koristiti na bilo koji način koji ima smisla za vas.', + 'asset_categories' => 'Kategorije sredstava', + 'category_name' => 'Naziv kategorije', + 'checkin_email' => 'Pošaljite e-poštu korisniku na ček.', + 'clone' => 'Klon kategorija', + 'create' => 'Izradi kategoriju', + 'edit' => 'Uredi kategoriju', + 'eula_text' => 'Kategorija EULA', + 'eula_text_help' => 'Ovo polje omogućuje vam da prilagodite svoje EULA-e za određene vrste sredstava. Ako imate samo jedan EULA za sve vaše imovine, možete označiti donji okvir kako biste upotrijebili primarnu postavku.', + 'name' => 'Naziv kategorije', + 'require_acceptance' => 'Tražite korisnike da potvrdite prihvaćanje imovine u ovoj kategoriji.', + 'required_acceptance' => 'Korisniku će se poslati veza za potvrdu prihvaćanja ove stavke.', + 'required_eula' => 'Ovaj će korisnik biti poslana kopijom EULA', + 'no_default_eula' => 'Nisu pronađeni primarni standardni EULA. Dodajte jednu u Postavke.', + 'update' => 'Kategorija ažuriranja', + 'use_default_eula' => 'Umjesto toga upotrijebite primarnu postavku EULA.', + 'use_default_eula_disabled' => 'Uporedi primarnu zadanu EULA. Nije postavljena primarna zadana EULA. Dodajte jednu u Postavke.', ); diff --git a/resources/lang/hr/admin/categories/message.php b/resources/lang/hr/admin/categories/message.php index 48cf5478e1..ec51a8307c 100644 --- a/resources/lang/hr/admin/categories/message.php +++ b/resources/lang/hr/admin/categories/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Category does not exist.', - 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', - 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ', + 'does_not_exist' => 'Kategorija ne postoji.', + 'assoc_models' => 'Ova je kategorija trenutno povezana s barem jednim modelom i ne može se izbrisati. Ažurirajte svoje modele da više ne referiraju ovu kategoriju i pokušajte ponovno.', + 'assoc_items' => 'Ova je kategorija trenutno povezana s najmanje jednim: asset_type i ne može se izbrisati. Ažurirajte svoj: asset_type da više ne referirate ovu kategoriju i pokušajte ponovo.', 'create' => array( - 'error' => 'Category was not created, please try again.', - 'success' => 'Category created successfully.' + 'error' => 'Kategorija nije izrađena, pokušajte ponovo.', + 'success' => 'Kategorija je uspješno izrađena.' ), 'update' => array( - 'error' => 'Category was not updated, please try again', - 'success' => 'Category updated successfully.' + 'error' => 'Kategorija nije ažurirana, pokušajte ponovo', + 'success' => 'Kategorija je uspješno ažurirana.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this category?', - 'error' => 'There was an issue deleting the category. Please try again.', - 'success' => 'The category was deleted successfully.' + 'confirm' => 'Jeste li sigurni da želite izbrisati ovu kategoriju?', + 'error' => 'Došlo je do problema s brisanjem kategorije. Molim te pokušaj ponovno.', + 'success' => 'Kategorija je uspješno izbrisana.' ) ); diff --git a/resources/lang/hr/admin/categories/table.php b/resources/lang/hr/admin/categories/table.php index a3ee96ae7f..de6575477b 100644 --- a/resources/lang/hr/admin/categories/table.php +++ b/resources/lang/hr/admin/categories/table.php @@ -2,9 +2,9 @@ return array( 'eula_text' => 'EULA', - 'id' => 'ID', - 'parent' => 'Parent', - 'require_acceptance' => 'Acceptance', - 'title' => 'Asset Category Name', + 'id' => 'iskaznica', + 'parent' => 'Roditelj', + 'require_acceptance' => 'Prihvaćanje', + 'title' => 'Naziv kategorije imovine', ); diff --git a/resources/lang/hr/admin/companies/general.php b/resources/lang/hr/admin/companies/general.php index 9a47968977..f42c9cb066 100644 --- a/resources/lang/hr/admin/companies/general.php +++ b/resources/lang/hr/admin/companies/general.php @@ -1,6 +1,6 @@ 'About Companies', - 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', - 'select_company' => 'Select Company', + 'about_companies_title' => 'O tvrtkama', + 'about_companies_text' => 'Tvrtke se mogu upotrebljavati kao polje jednostavnog identifikatora ili se mogu koristiti za ograničavanje vidljivosti imovine, korisnika itd., Ako je omogućena potpuna podrška tvrtke u administratorskim postavkama.', + 'select_company' => 'Odaberite tvrtku', ]; diff --git a/resources/lang/hr/admin/companies/message.php b/resources/lang/hr/admin/companies/message.php index a6db573519..33175fe6e5 100644 --- a/resources/lang/hr/admin/companies/message.php +++ b/resources/lang/hr/admin/companies/message.php @@ -1,18 +1,18 @@ 'Company does not exist.', - 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', + 'does_not_exist' => 'Tvrtka ne postoji.', + 'assoc_users' => 'Tvrtka je trenutno povezana s barem jednim modelom i ne može se izbrisati. Ažurirajte svoje modele da se više ne referiraju na tu tvrtku i pokušajte ponovno.', 'create' => array( - 'error' => 'Company was not created, please try again.', - 'success' => 'Company created successfully.' + 'error' => 'Tvrtka nije izrađena, pokušajte ponovo.', + 'success' => 'Tvrtka je uspješno stvorena.' ), 'update' => array( - 'error' => 'Company was not updated, please try again', - 'success' => 'Company updated successfully.' + 'error' => 'Tvrtka nije ažurirana, pokušajte ponovo', + 'success' => 'Tvrtka je uspješno ažurirana.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this company?', - 'error' => 'There was an issue deleting the company. Please try again.', - 'success' => 'The Company was deleted successfully.' + 'confirm' => 'Jeste li sigurni da želite izbrisati ovu tvrtku?', + 'error' => 'Došlo je do problema s brisanjem tvrtke. Molim te pokušaj ponovno.', + 'success' => 'Tvrtka je uspješno izbrisana.' ) ); diff --git a/resources/lang/hr/admin/companies/table.php b/resources/lang/hr/admin/companies/table.php index 2f86126ff2..d9b67f44b1 100644 --- a/resources/lang/hr/admin/companies/table.php +++ b/resources/lang/hr/admin/companies/table.php @@ -1,9 +1,9 @@ 'Companies', - 'create' => 'Create Company', - 'title' => 'Company', - 'update' => 'Update Company', - 'name' => 'Company Name', - 'id' => 'ID', + 'companies' => 'Tvrtke', + 'create' => 'Stvorite tvrtku', + 'title' => 'Društvo', + 'update' => 'Ažuriraj tvrtku', + 'name' => 'Naziv tvrtke', + 'id' => 'iskaznica', ); diff --git a/resources/lang/hr/admin/components/general.php b/resources/lang/hr/admin/components/general.php index 75c9d250ab..71b2b09795 100644 --- a/resources/lang/hr/admin/components/general.php +++ b/resources/lang/hr/admin/components/general.php @@ -1,17 +1,17 @@ 'About Components', - 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', - 'component_name' => 'Component Name', - 'checkin' => 'Checkin Component', - 'checkout' => 'Checkout Component', - 'cost' => 'Purchase Cost', - 'create' => 'Create Component', - 'edit' => 'Edit Component', - 'date' => 'Purchase Date', - 'order' => 'Order Number', - 'remaining' => 'Remaining', - 'total' => 'Total', - 'update' => 'Update Component', + 'about_components_title' => 'O komponentama', + 'about_components_text' => 'Komponente su stavke koje su dio imovine, na primjer HDD, RAM itd.', + 'component_name' => 'Naziv komponente', + 'checkin' => 'Komponenta za provjeru', + 'checkout' => 'Komponenta za provjeru', + 'cost' => 'Trošak nabave', + 'create' => 'Izradi komponentu', + 'edit' => 'Uređivanje komponente', + 'date' => 'Datum kupnje', + 'order' => 'Broj narudžbe', + 'remaining' => 'ostali', + 'total' => 'ukupno', + 'update' => 'Ažuriraj komponentu', ); diff --git a/resources/lang/hr/admin/components/message.php b/resources/lang/hr/admin/components/message.php index 1d13970f23..a687bec21b 100644 --- a/resources/lang/hr/admin/components/message.php +++ b/resources/lang/hr/admin/components/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Component does not exist.', + 'does_not_exist' => 'Komponenta ne postoji.', 'create' => array( - 'error' => 'Component was not created, please try again.', - 'success' => 'Component created successfully.' + 'error' => 'Komponenta nije izrađena, pokušajte ponovo.', + 'success' => 'Komponenta je uspješno izrađena.' ), 'update' => array( - 'error' => 'Component was not updated, please try again', - 'success' => 'Component updated successfully.' + 'error' => 'Komponenta nije ažurirana, pokušajte ponovo', + 'success' => 'Komponenta je uspješno ažurirana.' ), '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' => 'Jeste li sigurni da želite izbrisati ovu komponentu?', + 'error' => 'Došlo je do problema s brisanjem komponente. Molim te pokušaj ponovno.', + 'success' => 'Komponenta je uspješno izbrisana.' ), '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' => 'Komponenta nije provjerena, pokušajte ponovo', + 'success' => 'Komponenta je uspješno provjerena.', + 'user_does_not_exist' => 'Taj je korisnik nevažeći. Molim te pokušaj ponovno.' ), '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' => 'Komponenta nije prijavljena, pokušajte ponovo', + 'success' => 'Komponenta je uspješno prijavljena.', + 'user_does_not_exist' => 'Taj je korisnik nevažeći. Molim te pokušaj ponovno.' ) diff --git a/resources/lang/hr/admin/components/table.php b/resources/lang/hr/admin/components/table.php index 3d4fed6a7f..ce4c5edb94 100644 --- a/resources/lang/hr/admin/components/table.php +++ b/resources/lang/hr/admin/components/table.php @@ -1,5 +1,5 @@ 'Component Name', + 'title' => 'Naziv komponente', ); diff --git a/resources/lang/hr/admin/consumables/general.php b/resources/lang/hr/admin/consumables/general.php index 53a69f8c03..6880d465b4 100644 --- a/resources/lang/hr/admin/consumables/general.php +++ b/resources/lang/hr/admin/consumables/general.php @@ -1,13 +1,13 @@ 'About Consumables', - 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', - 'checkout' => 'Checkout Consumable to User', - 'consumable_name' => 'Consumable Name', - 'create' => 'Create Consumable', - 'item_no' => 'Item No.', - 'remaining' => 'Remaining', - 'total' => 'Total', - 'update' => 'Update Consumable', + 'about_consumables_title' => 'O potrošnim materijalima', + 'about_consumables_text' => 'Potrošni materijali su sve što se kupuje, a to će biti iskorišteno tijekom vremena. Na primjer, pisač tinte ili fotokopirni papir.', + 'checkout' => 'Naplata potrošnog za korisnika', + 'consumable_name' => 'Potrošni naziv', + 'create' => 'Napravite potrošni', + 'item_no' => 'Predmet broj.', + 'remaining' => 'ostali', + 'total' => 'ukupno', + 'update' => 'Ažuriraj potrošnju', ); diff --git a/resources/lang/hr/admin/consumables/message.php b/resources/lang/hr/admin/consumables/message.php index 48a3cfbd9f..a0420ff270 100644 --- a/resources/lang/hr/admin/consumables/message.php +++ b/resources/lang/hr/admin/consumables/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Consumable does not exist.', + 'does_not_exist' => 'Potrošnja ne postoji.', 'create' => array( - 'error' => 'Consumable was not created, please try again.', - 'success' => 'Consumable created successfully.' + 'error' => 'Potrošnja nije izrađena, pokušajte ponovo.', + 'success' => 'Potrošnja je uspješno stvorena.' ), 'update' => array( - 'error' => 'Consumable was not updated, please try again', - 'success' => 'Consumable updated successfully.' + 'error' => 'Potrošnja nije ažurirana, pokušajte ponovo', + 'success' => 'Potrošni proizvodi su uspješno ažurirani.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this consumable?', - 'error' => 'There was an issue deleting the consumable. Please try again.', - 'success' => 'The consumable was deleted successfully.' + 'confirm' => 'Jeste li sigurni da želite izbrisati ovaj potrošni materijal?', + 'error' => 'Došlo je do problema s brisanjem potrošnog materijala. Molim te pokušaj ponovno.', + 'success' => 'Potrošni materijal je uspješno izbrisan.' ), 'checkout' => array( - 'error' => 'Consumable was not checked out, please try again', - 'success' => 'Consumable checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Potrošnja nije provjerena, pokušajte ponovo', + 'success' => 'Isporuka potrošnog materijala uspješno je provjerena.', + 'user_does_not_exist' => 'Taj je korisnik nevažeći. Molim te pokušaj ponovno.' ), 'checkin' => array( - 'error' => 'Consumable was not checked in, please try again', - 'success' => 'Consumable checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Potrošnja nije provjerena, pokušajte ponovo', + 'success' => 'Potrošni materijal uspješno je provjeren.', + 'user_does_not_exist' => 'Taj je korisnik nevažeći. Molim te pokušaj ponovno.' ) diff --git a/resources/lang/hr/admin/consumables/table.php b/resources/lang/hr/admin/consumables/table.php index bb76721f17..9634eb3505 100644 --- a/resources/lang/hr/admin/consumables/table.php +++ b/resources/lang/hr/admin/consumables/table.php @@ -1,5 +1,5 @@ 'Consumable Name', + 'title' => 'Potrošni naziv', ); diff --git a/resources/lang/hr/admin/custom_fields/general.php b/resources/lang/hr/admin/custom_fields/general.php index f2e6df90cb..b65475a658 100644 --- a/resources/lang/hr/admin/custom_fields/general.php +++ b/resources/lang/hr/admin/custom_fields/general.php @@ -1,30 +1,30 @@ 'Custom Fields', - '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.', - 'encrypted' => 'Encrypted', + 'custom_fields' => 'Prilagođena polja', + 'field' => 'Polje', + 'about_fieldsets_title' => 'O karticama Fieldsets', + 'about_fieldsets_text' => 'Poljaci omogućuju stvaranje grupa prilagođenih polja koja se često upotrebljavaju za određene vrste imovine.', + 'custom_format' => 'Prilagođeni format ...', + 'encrypt_field' => 'Šifriranje vrijednosti ovog polja u bazi podataka', + 'encrypt_field_help' => 'UPOZORENJE: Šifriranje polja čini ga nedokučivim.', + 'encrypted' => 'kodiran', 'fieldset' => 'Fieldset', - 'qty_fields' => 'Qty Fields', + 'qty_fields' => 'Broj polja', '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', + 'fieldset_name' => 'Naziv polja', + 'field_name' => 'Naziv polja', + 'field_values' => 'Vrijednosti polja', + 'field_values_help' => 'Dodajte opcije koje se mogu odabrati, jednu po retku. Prazne linije osim prvog retka zanemaruju se.', + 'field_element' => 'Obrazac elementa', 'field_element_short' => 'Element', 'field_format' => 'Format', - 'field_custom_format' => 'Custom Format', - 'required' => 'Required', + 'field_custom_format' => 'Prilagođeni format', + 'required' => 'Potreban', 'req' => 'Req.', - 'used_by_models' => 'Used By Models', - 'order' => 'Order', - 'create_fieldset' => 'New Fieldset', - 'create_field' => 'New Custom Field', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'used_by_models' => 'Koristi se po modelu', + 'order' => 'Narudžba', + 'create_fieldset' => 'Novi Fieldset', + 'create_field' => 'Novi prilagođeni polje', + 'value_encrypted' => 'Vrijednost ovog polja je šifrirana u bazi podataka. Samo administratori administratora moći će vidjeti dešifriranu vrijednost', ); diff --git a/resources/lang/hr/admin/custom_fields/message.php b/resources/lang/hr/admin/custom_fields/message.php index ed66a6ba16..69f4a3777e 100644 --- a/resources/lang/hr/admin/custom_fields/message.php +++ b/resources/lang/hr/admin/custom_fields/message.php @@ -3,48 +3,48 @@ return array( 'field' => array( - 'invalid' => 'That field does not exist.', - 'already_added' => 'Field already added', + 'invalid' => 'To polje ne postoji.', + 'already_added' => 'Polje je već dodano', 'create' => array( - 'error' => 'Field was not created, please try again.', - 'success' => 'Field created successfully.', - 'assoc_success' => 'Field successfully added to fieldset.' + 'error' => 'Polje nije izrađeno, pokušajte ponovo.', + 'success' => 'Polje je uspješno izrađeno.', + 'assoc_success' => 'Polje je uspješno dodano u fieldset.' ), 'update' => array( - 'error' => 'Field was not updated, please try again', - 'success' => 'Field updated successfully.' + 'error' => 'Polje nije ažurirano, pokušajte ponovo', + 'success' => 'Polje je uspješno ažurirano.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this field?', - 'error' => 'There was an issue deleting the field. Please try again.', - 'success' => 'The field was deleted successfully.', - 'in_use' => 'Field is still in use.', + 'confirm' => 'Jeste li sigurni da želite izbrisati ovo polje?', + 'error' => 'Došlo je do problema s brisanjem polja. Molim te pokušaj ponovno.', + 'success' => 'Polje je uspješno obrisano.', + 'in_use' => 'Polje je još u upotrebi.', ) ), 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset ne postoji', 'create' => array( - 'error' => 'Fieldset was not created, please try again.', - 'success' => 'Fieldset created successfully.' + 'error' => 'Fieldset nije izrađen, pokušajte ponovo.', + 'success' => 'Fieldset je uspješno izrađen.' ), 'update' => array( - 'error' => 'Fieldset was not updated, please try again', - 'success' => 'Fieldset updated successfully.' + 'error' => 'Fieldset nije ažuriran, pokušajte ponovo', + 'success' => 'Fieldset je uspješno ažuriran.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this fieldset?', - 'error' => 'There was an issue deleting the fieldset. Please try again.', - 'success' => 'The fieldset was deleted successfully.', - 'in_use' => 'Fieldset is still in use.', + 'confirm' => 'Jeste li sigurni da želite izbrisati ovu grupu polja?', + 'error' => 'Došlo je do problema s brisanjem fieldseta. Molim te pokušaj ponovno.', + 'success' => 'Fieldset je uspješno izbrisan.', + 'in_use' => 'Fieldset je još uvijek u upotrebi.', ) ), diff --git a/resources/lang/hr/admin/departments/message.php b/resources/lang/hr/admin/departments/message.php index d65f4fbb2b..f436920cfa 100644 --- a/resources/lang/hr/admin/departments/message.php +++ b/resources/lang/hr/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Odjel ne postoji.', + 'assoc_users' => 'Ovaj je odjel trenutačno povezan s barem jednim korisnikom i ne može se izbrisati. Ažurirajte svoje korisnike da više ne referiraju ovaj odjeljak i pokušajte ponovo.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Odjel nije izrađen, pokušajte ponovo.', + 'success' => 'Odjel je uspješno izrađen.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Odjel nije ažuriran, pokušajte ponovo', + 'success' => 'Odjel je uspješno ažuriran.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Jeste li sigurni da želite izbrisati taj odjel?', + 'error' => 'Došlo je do problema s brisanjem odjela. Molim te pokušaj ponovno.', + 'success' => 'Odjel je uspješno izbrisan.' ) ); diff --git a/resources/lang/hr/admin/departments/table.php b/resources/lang/hr/admin/departments/table.php index 76494247be..a8c218e4dc 100644 --- a/resources/lang/hr/admin/departments/table.php +++ b/resources/lang/hr/admin/departments/table.php @@ -2,10 +2,10 @@ return array( - 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'id' => 'iskaznica', + 'name' => 'Naziv odjela', + 'manager' => 'Menadžer', + 'location' => 'Mjesto', + 'create' => 'Izradi odjel', + 'update' => 'Odjel za ažuriranje', ); diff --git a/resources/lang/hr/admin/depreciations/general.php b/resources/lang/hr/admin/depreciations/general.php index 1fca0e2cb7..be9c5019a8 100644 --- a/resources/lang/hr/admin/depreciations/general.php +++ b/resources/lang/hr/admin/depreciations/general.php @@ -1,12 +1,12 @@ 'About Asset Depreciations', - 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', - 'asset_depreciations' => 'Asset Depreciations', - 'create' => 'Create Depreciation', - 'depreciation_name' => 'Depreciation Name', - 'number_of_months' => 'Number of Months', - 'update' => 'Update Depreciation', + 'about_asset_depreciations' => 'O amortizacijama imovine', + 'about_depreciations' => 'Možete postaviti amortizaciju imovine za amortizaciju imovine na temelju linearne amortizacije.', + 'asset_depreciations' => 'Deprecijacija imovine', + 'create' => 'Stvorite amortizaciju', + 'depreciation_name' => 'Naziv amortizacije', + 'number_of_months' => 'Broj mjeseci', + 'update' => 'Ažuriraj amortizaciju', ); diff --git a/resources/lang/hr/admin/depreciations/message.php b/resources/lang/hr/admin/depreciations/message.php index c20e52c13c..a17e5b83ad 100644 --- a/resources/lang/hr/admin/depreciations/message.php +++ b/resources/lang/hr/admin/depreciations/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Depreciation class does not exist.', - 'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ', + 'does_not_exist' => 'Klasa amortizacije ne postoji.', + 'assoc_users' => 'Ta je amortizacija trenutno povezana s jednim ili više modela i ne može se izbrisati. Izbrišite modele i pokušajte ponovno izbrisati.', 'create' => array( - 'error' => 'Depreciation class was not created, please try again. :(', - 'success' => 'Depreciation class created successfully. :)' + 'error' => 'Klasa amortizacije nije izrađena, pokušajte ponovo. :(', + 'success' => 'Klasa amortizacije uspješno je stvorena. :)' ), 'update' => array( - 'error' => 'Depreciation class was not updated, please try again', - 'success' => 'Depreciation class updated successfully.' + 'error' => 'Klasa amortizacije nije ažurirana, pokušajte ponovo', + 'success' => 'Klasa amortizacije uspješno je ažurirana.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this depreciation class?', - 'error' => 'There was an issue deleting the depreciation class. Please try again.', - 'success' => 'The depreciation class was deleted successfully.' + 'confirm' => 'Jeste li sigurni da želite izbrisati ovu klasu amortizacije?', + 'error' => 'Došlo je do problema s brisanjem klase amortizacije. Molim te pokušaj ponovno.', + 'success' => 'Klasa amortizacije uspješno je izbrisana.' ) ); diff --git a/resources/lang/hr/admin/depreciations/table.php b/resources/lang/hr/admin/depreciations/table.php index 5ba01d132c..5ae73dc3e6 100644 --- a/resources/lang/hr/admin/depreciations/table.php +++ b/resources/lang/hr/admin/depreciations/table.php @@ -2,9 +2,9 @@ return array( - 'id' => 'ID', - 'months' => 'Months', - 'term' => 'Term', - 'title' => 'Name ', + 'id' => 'iskaznica', + 'months' => 'mjeseci', + 'term' => 'Termin', + 'title' => 'Ime', ); diff --git a/resources/lang/hr/admin/groups/message.php b/resources/lang/hr/admin/groups/message.php index f14b6339e8..a4ada9dcf0 100644 --- a/resources/lang/hr/admin/groups/message.php +++ b/resources/lang/hr/admin/groups/message.php @@ -2,21 +2,21 @@ return array( - 'group_exists' => 'Group already exists!', - 'group_not_found' => 'Group [:id] does not exist.', - 'group_name_required' => 'The name field is required', + 'group_exists' => 'Grupa već postoji!', + 'group_not_found' => 'Grupa [: id] ne postoji.', + 'group_name_required' => 'Polje naziva je obavezno', 'success' => array( - 'create' => 'Group was successfully created.', - 'update' => 'Group was successfully updated.', - 'delete' => 'Group was successfully deleted.', + 'create' => 'Grupa je uspješno stvorena.', + 'update' => 'Grupa je uspješno ažurirana.', + 'delete' => 'Grupa je uspješno izbrisana.', ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this group?', - 'create' => 'There was an issue creating the group. Please try again.', - 'update' => 'There was an issue updating the group. Please try again.', - 'delete' => 'There was an issue deleting the group. Please try again.', + 'confirm' => 'Jeste li sigurni da želite izbrisati ovu grupu?', + 'create' => 'Došlo je do problema u stvaranju grupe. Molim te pokušaj ponovno.', + 'update' => 'Došlo je do problema s ažuriranjem grupe. Molim te pokušaj ponovno.', + 'delete' => 'Došlo je do problema s brisanjem grupe. Molim te pokušaj ponovno.', ), ); diff --git a/resources/lang/hr/admin/groups/table.php b/resources/lang/hr/admin/groups/table.php index 61f060a116..b19ab48fdb 100644 --- a/resources/lang/hr/admin/groups/table.php +++ b/resources/lang/hr/admin/groups/table.php @@ -2,8 +2,8 @@ return array( - 'id' => 'Id', - 'name' => 'Name', - 'users' => '# of Users', + 'id' => 'Iskaznica', + 'name' => 'Ime', + 'users' => '# korisnika', ); diff --git a/resources/lang/hr/admin/groups/titles.php b/resources/lang/hr/admin/groups/titles.php index 99e8cc1f6f..0e123478ae 100644 --- a/resources/lang/hr/admin/groups/titles.php +++ b/resources/lang/hr/admin/groups/titles.php @@ -1,14 +1,14 @@ 'About Groups', - 'about_groups' => 'Groups are used to generalize user permissions.', - 'group_management' => 'Group Management', - 'create' => 'Create New Group', - 'update' => 'Edit Group', - 'group_name' => 'Group Name', - 'group_admin' => 'Group Admin', - 'allow' => 'Allow', - 'deny' => 'Deny', + 'about_groups_title' => 'O grupama', + 'about_groups' => 'Grupe se koriste za generaliziranje korisničkih dozvola.', + 'group_management' => 'Upravljanje grupom', + 'create' => 'Izradi novu grupu', + 'update' => 'Uredi grupu', + 'group_name' => 'Grupno ime', + 'group_admin' => 'Administrator grupe', + 'allow' => 'dopustiti', + 'deny' => 'poreći', ); diff --git a/resources/lang/hr/admin/hardware/form.php b/resources/lang/hr/admin/hardware/form.php index abded281fa..da1551eb6d 100644 --- a/resources/lang/hr/admin/hardware/form.php +++ b/resources/lang/hr/admin/hardware/form.php @@ -1,42 +1,43 @@ 'Confirm Bulk Delete Assets', - 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', - 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', - 'bulk_update' => 'Bulk Update Assets', - 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ', - 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.', - 'checkedout_to' => 'Checked Out To', - 'checkout_date' => 'Checkout Date', - 'checkin_date' => 'Checkin Date', + 'bulk_delete' => 'Potvrda opcije brisanja brisanja', + 'bulk_delete_help' => 'U nastavku pregledajte materijale za skupnu brisanje. Nakon što se izbrisati, ta se sredstva mogu vratiti, ali više neće biti povezana s korisnicima kojima su trenutačno dodijeljeni.', + 'bulk_delete_warn' => 'Izbrisat ćete: asset_count assets.', + 'bulk_update' => 'Skupna aktivacija ažuriranja', + 'bulk_update_help' => 'Ovaj vam obrazac omogućuje ažuriranje više imovine odjednom. Popunite polja koja su vam potrebna za promjenu. Sva polja koja su ostala prazna ostat će nepromijenjena.', + 'bulk_update_warn' => 'Namjeravate urediti svojstva: imovine asset_count.', + 'checkedout_to' => 'Provjereno', + 'checkout_date' => 'Datum kupnje', + 'checkin_date' => 'Datum čekanja', 'checkout_to' => 'Checkout to', - 'cost' => 'Purchase Cost', - 'create' => 'Create Asset', - 'date' => 'Purchase Date', - 'depreciates_on' => 'Depreciates On', - 'default_location' => 'Default Location', - 'eol_date' => 'EOL Date', - 'eol_rate' => 'EOL Rate', - 'expected_checkin' => 'Expected Checkin Date', - 'expires' => 'Expires', - 'fully_depreciated' => 'Fully Depreciated', - 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', - 'mac_address' => 'MAC Address', - 'manufacturer' => 'Manufacturer', + 'cost' => 'Trošak nabave', + 'create' => 'Izrada alata', + 'date' => 'Datum kupnje', + 'depreciation' => 'deprecijacija', + 'depreciates_on' => 'Deprecira On', + 'default_location' => 'Zadana lokacija', + 'eol_date' => 'EOL datum', + 'eol_rate' => 'EOL stopu', + 'expected_checkin' => 'Očekivani datum provjere', + 'expires' => 'istječe', + 'fully_depreciated' => 'Potpuno se amortizira', + 'help_checkout' => 'Ako želite odmah dodijeliti ovaj materijal, odaberite "Spreman za implementaciju" iz gore navedenog popisa statusa.', + 'mac_address' => 'Mac adresa', + 'manufacturer' => 'Proizvođač', 'model' => 'Model', - 'months' => 'months', - 'name' => 'Asset Name', - 'notes' => 'Notes', - 'order' => 'Order Number', - 'qr' => 'QR Code', - 'requestable' => 'Users may request this asset', - 'select_statustype' => 'Select Status Type', - 'serial' => 'Serial', + 'months' => 'mjeseci', + 'name' => 'Naziv imovine', + 'notes' => 'Bilješke', + 'order' => 'Broj narudžbe', + 'qr' => 'QR kod', + 'requestable' => 'Korisnici mogu zatražiti ovaj materijal', + 'select_statustype' => 'Odaberite vrstu statusa', + 'serial' => 'Serijski', 'status' => 'Status', - 'tag' => 'Asset Tag', - 'update' => 'Asset Update', - 'warranty' => 'Warranty', - 'years' => 'years', + 'tag' => 'Oznaka imovine', + 'update' => 'Ažuriranje aktiva', + 'warranty' => 'garancija', + 'years' => 'godina', ) ; diff --git a/resources/lang/hr/admin/hardware/general.php b/resources/lang/hr/admin/hardware/general.php index 1def86dc9e..b8ab31a124 100644 --- a/resources/lang/hr/admin/hardware/general.php +++ b/resources/lang/hr/admin/hardware/general.php @@ -1,23 +1,23 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', - 'archived' => 'Archived', - 'asset' => 'Asset', - 'bulk_checkout' => 'Checkout Assets to User', - 'checkin' => 'Checkin Asset', - 'checkout' => 'Checkout Asset', - 'clone' => 'Clone Asset', - 'deployable' => 'Deployable', - 'deleted' => 'This asset has been deleted. Click here to restore it.', - 'edit' => 'Edit Asset', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', + 'about_assets_title' => 'O imovini', + 'about_assets_text' => 'Imovina je stavka koja se prati serijskim brojem ili oznakom imovine. Oni imaju tendenciju da se stavke više vrijednosti gdje je identificiranje određenog predmeta pitanjima.', + 'archived' => 'Arhivirano', + 'asset' => 'Imovina', + 'bulk_checkout' => 'Blagajna sredstva za korisnika', + 'checkin' => 'Provjera imovine', + 'checkout' => 'Asset Checkout', + 'clone' => 'Klonska imovina', + 'deployable' => 'razmjestiti', + 'deleted' => 'Ova je imovina izbrisana. Kliknite ovdje da biste ga vratili.', + 'edit' => 'Uređivanje imovine', + 'filetype_info' => 'Dopuštene vrste datoteka su png, gif, jpg, jpeg, doc, docx, pdf, txt, zip i rar.', + 'model_deleted' => 'Model ove stavke je izbrisan. Morate vratiti model prije nego što vratite Asset.
Kliknite ovdje da biste vratili model.', 'requestable' => 'Requestable', - 'requested' => 'Requested', - 'restore' => 'Restore Asset', - 'pending' => 'Pending', + 'requested' => 'Traženi', + 'restore' => 'Vraćanje imovine', + 'pending' => 'U tijeku', 'undeployable' => 'Undeployable', - 'view' => 'View Asset', + 'view' => 'Prikaz opcije Asset', ); diff --git a/resources/lang/hr/admin/hardware/message.php b/resources/lang/hr/admin/hardware/message.php index 112cf77ded..2c6044f663 100644 --- a/resources/lang/hr/admin/hardware/message.php +++ b/resources/lang/hr/admin/hardware/message.php @@ -2,81 +2,80 @@ return array( - 'undeployable' => 'Warning: This asset has been marked as currently undeployable. - If this status has changed, please update the asset status.', - 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'undeployable' => 'Upozorenje: Ova je snimka označena kao trenutno nedjeljiva. Ako se ovaj status promijenio, ažurirajte status aktive.', + 'does_not_exist' => 'Imovina ne postoji.', + 'does_not_exist_or_not_requestable' => 'Dobar pokušaj. Ta imovina ne postoji ili nije potrebna.', + 'assoc_users' => 'Ovaj je entitet trenutno provjeren korisniku i ne može se izbrisati. Najprije provjerite snimljeni materijal, a zatim pokušajte ponovo ukloniti.', 'create' => array( - 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' + 'error' => 'Imovina nije izrađena, pokušajte ponovo. :(', + 'success' => 'Imovina je uspješno izrađena. :)' ), 'update' => array( - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'error' => 'Imovina nije ažurirana, pokušajte ponovo', + 'success' => 'Imovina je uspješno ažurirana.', + 'nothing_updated' => 'Nije odabrano nijedno polje, tako da ništa nije ažurirano.', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' + 'error' => 'Imovina nije obnovljena, pokušajte ponovo', + 'success' => 'Imovina je uspješno obnovljena.' ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Revizija imovine nije uspjela. Molim te pokušaj ponovno.', + 'success' => 'Uspjeh uspješno prijavljen.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Datoteka nije izbrisana. Molim te pokušaj ponovno.', + 'success' => 'Datoteka je uspješno obrisana.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Datoteke nisu prenesene. Molim te pokušaj ponovno.', + 'success' => 'Datoteke su uspješno učitane.', + 'nofiles' => 'Niste odabrali nijednu datoteku za prijenos ili je datoteka koju pokušavate prenijeti prevelika', + 'invalidfiles' => 'Jedna ili više datoteka je prevelika ili je vrsta datoteke koja nije dopuštena. Dopuštene vrste datoteka su png, gif, jpg, doc, docx, pdf i txt.', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'Neke stavke nisu pravilno uvezene.', + 'errorDetail' => 'Sljedeće stavke nisu uvezene zbog pogrešaka.', + 'success' => "Vaša je datoteka uvezena", + 'file_delete_success' => "Vaša je datoteka uspješno izbrisana", + 'file_delete_error' => "Datoteka nije mogla biti izbrisana", ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset?', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', - 'success' => 'The asset was deleted successfully.' + 'confirm' => 'Jeste li sigurni da želite izbrisati ovaj materijal?', + 'error' => 'Došlo je do problema s brisanjem imovine. Molim te pokušaj ponovno.', + 'nothing_updated' => 'Nijedna imovina nije odabrana, tako da ništa nije izbrisano.', + 'success' => 'Imovina je uspješno obrisana.' ), '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.', - 'not_available' => 'That asset is not available for checkout!' + 'error' => 'Imovina nije odjavljena, pokušajte ponovo', + 'success' => 'Asset je uspješno provjeren.', + 'user_does_not_exist' => 'Taj je korisnik nevažeći. Molim te pokušaj ponovno.', + 'not_available' => 'Taj materijal nije dostupan za naplatu!' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'already_checked_in' => 'That asset is already checked in.', + 'error' => 'Prijava nije provjerena. Pokušajte ponovo', + 'success' => 'Asset je uspješno prijavio.', + 'user_does_not_exist' => 'Taj je korisnik nevažeći. Molim te pokušaj ponovno.', + 'already_checked_in' => 'Taj je entitet već prijavljen.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'Imovina nije zatražena, pokušajte ponovo', + 'success' => 'Imovina je uspješno zatražena.', + 'canceled' => 'Zahtjev za uplatu uspješno je otkazan' ) ); diff --git a/resources/lang/hr/admin/hardware/table.php b/resources/lang/hr/admin/hardware/table.php index e8baa09d5a..b051bff04d 100644 --- a/resources/lang/hr/admin/hardware/table.php +++ b/resources/lang/hr/admin/hardware/table.php @@ -2,23 +2,23 @@ return array( - 'asset_tag' => 'Asset Tag', + 'asset_tag' => 'Oznaka imovine', 'asset_model' => 'Model', - 'book_value' => 'Value', - 'change' => 'In/Out', - 'checkout_date' => 'Checkout Date', - 'checkoutto' => 'Checked Out', - 'diff' => 'Diff', - 'dl_csv' => 'Download CSV', + 'book_value' => 'Vrijednost', + 'change' => 'In / Out', + 'checkout_date' => 'Datum kupnje', + 'checkoutto' => 'Odjavio', + 'diff' => 'diff', + 'dl_csv' => 'Preuzmite CSV', 'eol' => 'EOL', - 'id' => 'ID', - 'location' => 'Location', - 'purchase_cost' => 'Cost', - 'purchase_date' => 'Purchased', - 'serial' => 'Serial', + 'id' => 'iskaznica', + 'location' => 'Mjesto', + 'purchase_cost' => 'cijena', + 'purchase_date' => 'kupljen', + 'serial' => 'Serijski', 'status' => 'Status', - 'title' => 'Asset ', - 'image' => 'Device Image', - 'days_without_acceptance' => 'Days Without Acceptance' + 'title' => 'Imovina', + 'image' => 'Slika uređaja', + 'days_without_acceptance' => 'Dani bez prihvaćanja' ); diff --git a/resources/lang/hr/admin/licenses/form.php b/resources/lang/hr/admin/licenses/form.php index ce29167874..9a4f85475a 100644 --- a/resources/lang/hr/admin/licenses/form.php +++ b/resources/lang/hr/admin/licenses/form.php @@ -2,21 +2,21 @@ return array( - 'asset' => 'Asset', + 'asset' => 'Imovina', 'checkin' => 'Checkin', - 'create' => 'Create License', - 'expiration' => 'Expiration Date', - 'license_key' => 'Product Key', - 'maintained' => 'Maintained', - 'name' => 'Software Name', - 'no_depreciation' => 'Do Not Depreciate', - 'purchase_order' => 'Purchase Order Number', - 'reassignable' => 'Reassignable', - 'remaining_seats' => 'Remaining Seats', - 'seats' => 'Seats', - 'termination_date' => 'Termination Date', - 'to_email' => 'Licensed to Email', - 'to_name' => 'Licensed to Name', - 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' + 'create' => 'Stvorite licencu', + 'expiration' => 'Datum isteka roka trajanja', + 'license_key' => 'Šifra proizvoda', + 'maintained' => 'Održavati', + 'name' => 'Naziv softvera', + 'no_depreciation' => 'Nemojte se smiriti', + 'purchase_order' => 'Broj kupovne narudžbe', + 'reassignable' => 'dodijeliti drugima', + 'remaining_seats' => 'Preostala mjesta', + 'seats' => 'sjedala', + 'termination_date' => 'Datum završetka', + 'to_email' => 'Licencirano na e-poštu', + 'to_name' => 'Licencirano za ime', + 'update' => 'Ažuriraj licencu', + 'checkout_help' => 'Morate provjeriti licencu na hardversku imovinu ili osobu. Možete odabrati oboje, ali vlasnik imovine mora odgovarati osobi kojoj provjeravate imovinu.' ); diff --git a/resources/lang/hr/admin/licenses/general.php b/resources/lang/hr/admin/licenses/general.php index 25a536ec56..b7f844a7eb 100644 --- a/resources/lang/hr/admin/licenses/general.php +++ b/resources/lang/hr/admin/licenses/general.php @@ -1,21 +1,21 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', - 'checkin' => 'Checkin License Seat', - 'checkout_history' => 'Checkout History', - 'checkout' => 'Checkout License Seat', - 'edit' => 'Edit License', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'clone' => 'Clone License', - 'history_for' => 'History for ', - 'in_out' => 'In/Out', - 'info' => 'License Info', - 'license_seats' => 'License Seats', - 'seat' => 'Seat', - 'seats' => 'Seats', - 'software_licenses' => 'Software Licenses', - 'user' => 'User', - 'view' => 'View License', + 'about_licenses_title' => 'O licencama', + 'about_licenses' => 'Licence se koriste za praćenje softvera. Imaju određeni broj mjesta koja se mogu provjeriti pojedincima', + 'checkin' => 'Provjerite mjesto licence', + 'checkout_history' => 'Povijest kupovine', + 'checkout' => 'Mjesto licence za provjeru', + 'edit' => 'Uredite licencu', + 'filetype_info' => 'Dopuštene vrste datoteka su png, gif, jpg, jpeg, doc, docx, pdf, txt, zip i rar.', + 'clone' => 'Klonska licenca', + 'history_for' => 'Povijest za', + 'in_out' => 'In / Out', + 'info' => 'Podaci o licenci', + 'license_seats' => 'Sjedišta licenci', + 'seat' => 'Sjedalo', + 'seats' => 'sjedala', + 'software_licenses' => 'Licence za softver', + 'user' => 'Korisnik', + 'view' => 'Pogledajte licencu', ); diff --git a/resources/lang/hr/admin/licenses/message.php b/resources/lang/hr/admin/licenses/message.php index d5dbfe77b9..8872e801f4 100644 --- a/resources/lang/hr/admin/licenses/message.php +++ b/resources/lang/hr/admin/licenses/message.php @@ -2,49 +2,50 @@ return array( - 'does_not_exist' => 'License does not exist.', - 'user_does_not_exist' => 'User does not exist.', - 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', - 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'does_not_exist' => 'Licenca ne postoji.', + 'user_does_not_exist' => 'Korisnik ne postoji.', + 'asset_does_not_exist' => 'Imovina koju pokušavate povezati s ovom licencom ne postoji.', + 'owner_doesnt_match_asset' => 'Imovina koju pokušavate povezati s ovom licencom u vlasništvu je nekog drugog osim osobe koja je odabrana u odjeljku za padajući izbornik.', + 'assoc_users' => 'Ova je licenca trenutno provjerena korisniku i ne može se izbrisati. Najprije provjerite licencu, a zatim pokušajte ponovno brisati.', + 'select_asset_or_person' => 'Morate odabrati neku vrstu imovine ili korisnika, ali ne oboje.', 'create' => array( - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.' + 'error' => 'Licenca nije izrađena, pokušajte ponovo.', + 'success' => 'Licenca je uspješno stvorena.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Datoteka nije izbrisana. Molim te pokušaj ponovno.', + 'success' => 'Datoteka je uspješno obrisana.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'error' => 'Datoteke nisu prenesene. Molim te pokušaj ponovno.', + 'success' => 'Datoteke su uspješno učitane.', + 'nofiles' => 'Niste odabrali nijednu datoteku za prijenos ili je datoteka koju pokušavate prenijeti prevelika', + 'invalidfiles' => 'Jedna ili više datoteka je prevelika ili je vrsta datoteke koja nije dopuštena. Dopuštene vrste datoteka su png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml i lic.', ), 'update' => array( - 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.' + 'error' => 'Licenca nije ažurirana, pokušajte ponovo', + 'success' => 'Licenca je uspješno ažurirana.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this license?', - 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.' + 'confirm' => 'Jeste li sigurni da želite izbrisati ovu licencu?', + 'error' => 'Došlo je do problema s brisanjem licence. Molim te pokušaj ponovno.', + 'success' => 'Licenca je uspješno obrisana.' ), 'checkout' => array( - 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully' + 'error' => 'Došlo je do problema prilikom provjere licence. Molim te pokušaj ponovno.', + 'success' => 'Licenca je uspješno provjerena' ), 'checkin' => array( - 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully' + 'error' => 'U licenci se provjeravala problem. Molim te pokušaj ponovno.', + 'success' => 'Licenca je uspješno provjerena' ), ); diff --git a/resources/lang/hr/admin/licenses/table.php b/resources/lang/hr/admin/licenses/table.php index dfce4136cb..a593efd17a 100644 --- a/resources/lang/hr/admin/licenses/table.php +++ b/resources/lang/hr/admin/licenses/table.php @@ -2,16 +2,16 @@ return array( - 'assigned_to' => 'Assigned To', - 'checkout' => 'In/Out', - 'id' => 'ID', - 'license_email' => 'License Email', - 'license_name' => 'Licensed To', - 'purchase_date' => 'Purchase Date', - 'purchased' => 'Purchased', - 'seats' => 'Seats', - 'hardware' => 'Hardware', - 'serial' => 'Serial', - 'title' => 'License', + 'assigned_to' => 'Dodijeljena', + 'checkout' => 'In / Out', + 'id' => 'iskaznica', + 'license_email' => 'E-adresa za licencu', + 'license_name' => 'Licencirano', + 'purchase_date' => 'Datum kupnje', + 'purchased' => 'kupljen', + 'seats' => 'sjedala', + 'hardware' => 'Hardver', + 'serial' => 'Serijski', + 'title' => 'licenca', ); diff --git a/resources/lang/hr/admin/locations/message.php b/resources/lang/hr/admin/locations/message.php index 3ba1eed3b6..ded1508d53 100644 --- a/resources/lang/hr/admin/locations/message.php +++ b/resources/lang/hr/admin/locations/message.php @@ -2,26 +2,26 @@ return array( - 'does_not_exist' => 'Location does not exist.', - 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', - 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', - 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + 'does_not_exist' => 'Lokacija ne postoji.', + 'assoc_users' => 'Ta je lokacija trenutačno povezana s barem jednim korisnikom i ne može se izbrisati. Ažurirajte korisnike da više ne referiraju ovu lokaciju i pokušajte ponovno.', + 'assoc_assets' => 'Ta je lokacija trenutačno povezana s barem jednim resursom i ne može se izbrisati. Ažurirajte svoju imovinu da više ne referira na tu lokaciju i pokušajte ponovno.', + 'assoc_child_loc' => 'Ta je lokacija trenutačno roditelj najmanje jedne lokacije za djecu i ne može se izbrisati. Ažurirajte svoje lokacije da više ne referiraju ovu lokaciju i pokušajte ponovo.', 'create' => array( - 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.' + 'error' => 'Lokacija nije izrađena, pokušajte ponovo.', + 'success' => 'Lokacija je uspješno izrađena.' ), 'update' => array( - 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.' + 'error' => 'Lokacija nije ažurirana, pokušajte ponovo', + 'success' => 'Lokacija je uspješno ažurirana.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this location?', - 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.' + 'confirm' => 'Jeste li sigurni da želite izbrisati tu lokaciju?', + 'error' => 'Došlo je do problema s brisanjem lokacije. Molim te pokušaj ponovno.', + 'success' => 'Lokacija je uspješno obrisana.' ) ); diff --git a/resources/lang/hr/admin/locations/table.php b/resources/lang/hr/admin/locations/table.php index ffa69307d5..04a80bb543 100644 --- a/resources/lang/hr/admin/locations/table.php +++ b/resources/lang/hr/admin/locations/table.php @@ -1,21 +1,21 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', - 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', - 'ldap_ou' => 'LDAP Search OU', + 'about_locations_title' => 'O mjestima', + 'about_locations' => 'Lokacije se upotrebljavaju za praćenje podataka o lokaciji korisnika, imovine i ostalih stavki', + 'assets_rtd' => 'Imovina', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Dodijeljene imovine', + 'id' => 'iskaznica', + 'city' => 'Grad', + 'state' => 'država', + 'country' => 'Zemlja', + 'create' => 'Izradi lokaciju', + 'update' => 'Ažuriraj lokaciju', + 'name' => 'Naziv lokacije', + 'address' => 'Adresa', + 'zip' => 'Poštanski broj', + 'locations' => 'lokacije', + 'parent' => 'Roditelj', + 'currency' => 'Valuta lokacije', + 'ldap_ou' => 'LDAP pretraživanje OU', ); diff --git a/resources/lang/hr/admin/manufacturers/message.php b/resources/lang/hr/admin/manufacturers/message.php index 6586d2af44..fcb40d74a3 100644 --- a/resources/lang/hr/admin/manufacturers/message.php +++ b/resources/lang/hr/admin/manufacturers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Manufacturer does not exist.', - 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', + 'does_not_exist' => 'Proizvođač ne postoji.', + 'assoc_users' => 'Ovaj je proizvođač trenutno povezan s barem jednim modelom i ne može se izbrisati. Ažurirajte svoje modele da više ne referiraju ovog proizvođača i pokušajte ponovno.', 'create' => array( - 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.' + 'error' => 'Proizvođač nije izrađen, pokušajte ponovo.', + 'success' => 'Proizvođač je uspješno izrađen.' ), 'update' => array( - 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.' + 'error' => 'Proizvođač nije ažuriran, pokušajte ponovo', + 'success' => 'Proizvođač je uspješno ažuriran.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the manufacturer. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.' + 'confirm' => 'Jeste li sigurni da želite izbrisati ovog proizvođača?', + 'error' => 'Došlo je do problema s brisanjem proizvođača. Molim te pokušaj ponovno.', + 'success' => 'Proizvođač je uspješno izbrisan.' ) ); diff --git a/resources/lang/hr/admin/manufacturers/table.php b/resources/lang/hr/admin/manufacturers/table.php index 4e3ea9904d..b9041bd74c 100644 --- a/resources/lang/hr/admin/manufacturers/table.php +++ b/resources/lang/hr/admin/manufacturers/table.php @@ -1,16 +1,16 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', - 'asset_manufacturers' => 'Asset Manufacturers', - 'create' => 'Create Manufacturer', - 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', - 'update' => 'Update Manufacturer', + 'about_manufacturers_title' => 'O proizvođačima', + 'about_manufacturers_text' => 'Proizvođači su tvrtke koje stvaraju vašu imovinu. Ovdje možete pohraniti važne informacije o kontaktima o podršci koja će se prikazati na vašim stranicama s pojedinostima o imovini.', + 'asset_manufacturers' => 'Prodavači imovine', + 'create' => 'Napravite proizvođača', + 'id' => 'iskaznica', + 'name' => 'Ime', + 'support_email' => 'Podrška e-poštom', + 'support_phone' => 'Podrška telefonu', + 'support_url' => 'Podrška URL-a', + 'update' => 'Ažuriraj proizvođača', 'url' => 'URL', ); diff --git a/resources/lang/hr/admin/models/general.php b/resources/lang/hr/admin/models/general.php index e0da09f780..81af06157c 100644 --- a/resources/lang/hr/admin/models/general.php +++ b/resources/lang/hr/admin/models/general.php @@ -1,15 +1,15 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted. Click here to restore it.', - 'restore' => 'Restore Model', - 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', - 'view_deleted' => 'View Deleted', - 'view_models' => 'View Models', + 'about_models_title' => 'O modelu imovine', + 'about_models_text' => 'Modeli imovine su način grupiranja identične imovine. "MBP 2013", "IPhone 6s" itd.', + 'deleted' => 'Ovaj je model izbrisan. Kliknite ovdje da biste ga vratili.', + 'restore' => 'Vraćanje modela', + 'requestable' => 'Korisnici mogu zatražiti ovaj model', + 'show_mac_address' => 'Prikaži polje MAC adrese u imovini ovog modela', + 'view_deleted' => 'Prikaži izbrisano', + 'view_models' => 'Pogledajte modele', 'fieldset' => 'Fieldset', - 'no_custom_field' => 'No custom fields', + 'no_custom_field' => 'Nema prilagođenih polja', ); diff --git a/resources/lang/hr/admin/models/message.php b/resources/lang/hr/admin/models/message.php index 5b1b9a1a1b..cab3665b3d 100644 --- a/resources/lang/hr/admin/models/message.php +++ b/resources/lang/hr/admin/models/message.php @@ -2,35 +2,35 @@ return array( - 'does_not_exist' => 'Model does not exist.', - 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', + 'does_not_exist' => 'Model ne postoji.', + 'assoc_users' => 'Ovaj je model trenutno povezan s jednom ili više imovine i ne može se izbrisati. Izbrišite imovinu pa pokušajte ponovo ukloniti.', 'create' => array( - 'error' => 'Model was not created, please try again.', - 'success' => 'Model created successfully.', - 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + 'error' => 'Model nije izrađen, pokušajte ponovo.', + 'success' => 'Model je uspješno izrađen.', + 'duplicate_set' => 'Model imovine s tim nazivom, proizvođačem i brojem modela već postoji.', ), 'update' => array( - 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.' + 'error' => 'Model nije ažuriran, pokušajte ponovo', + 'success' => 'Model je uspješno ažuriran.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset model?', - 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.' + 'confirm' => 'Jeste li sigurni da želite izbrisati ovaj model sredstva?', + 'error' => 'Došlo je do problema s brisanjem modela. Molim te pokušaj ponovno.', + 'success' => 'Model je uspješno izbrisan.' ), 'restore' => array( - 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.' + 'error' => 'Model nije obnovljen, pokušajte ponovo', + 'success' => 'Model je uspješno obnovljen.' ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Nijedna polja nisu promijenjena, tako da ništa nije ažurirano.', + 'success' => 'Modeli su ažurirani.' ), ); diff --git a/resources/lang/hr/admin/models/table.php b/resources/lang/hr/admin/models/table.php index 11a512b3d3..97ab9555a5 100644 --- a/resources/lang/hr/admin/models/table.php +++ b/resources/lang/hr/admin/models/table.php @@ -2,16 +2,16 @@ return array( - 'create' => 'Create Asset Model', + 'create' => 'Izradi model aktive', 'created_at' => 'Created at', 'eol' => 'EOL', - 'modelnumber' => 'Model No.', - 'name' => 'Asset Model Name', - 'numassets' => 'Assets', - 'title' => 'Asset Models', - 'update' => 'Update Asset Model', - 'view' => 'View Asset Model', - 'update' => 'Update Asset Model', - 'clone' => 'Clone Model', - 'edit' => 'Edit Model', + 'modelnumber' => 'Model br.', + 'name' => 'Naziv imovine', + 'numassets' => 'Imovina', + 'title' => 'Modeli imovine', + 'update' => 'Ažuriraj model aktive', + 'view' => 'Prikaz modela aktive', + 'update' => 'Ažuriraj model aktive', + 'clone' => 'Klon model', + 'edit' => 'Uredi model', ); diff --git a/resources/lang/hr/admin/reports/general.php b/resources/lang/hr/admin/reports/general.php index b03b97546f..5f5ac0d430 100644 --- a/resources/lang/hr/admin/reports/general.php +++ b/resources/lang/hr/admin/reports/general.php @@ -1,5 +1,5 @@ 'Select the options you want for your asset report.' + 'info' => 'Odaberite željene opcije za izvješće o imovini.' ); diff --git a/resources/lang/hr/admin/reports/message.php b/resources/lang/hr/admin/reports/message.php index d4c8f8198f..827fb0f52e 100644 --- a/resources/lang/hr/admin/reports/message.php +++ b/resources/lang/hr/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.' + 'error' => 'Morate odabrati barem jednu opciju.' ); diff --git a/resources/lang/hr/admin/settings/general.php b/resources/lang/hr/admin/settings/general.php index 73fd052a58..81d1cff153 100644 --- a/resources/lang/hr/admin/settings/general.php +++ b/resources/lang/hr/admin/settings/general.php @@ -1,148 +1,150 @@ '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', - 'alert_email' => 'Send alerts to', - 'alerts_enabled' => 'Alerts Enabled', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', - 'asset_ids' => 'Asset IDs', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', - 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', - 'backups' => 'Backups', - 'barcode_settings' => 'Barcode Settings', - 'confirm_purge' => 'Confirm Purge', - 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', - 'custom_css' => 'Custom CSS', - 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', - 'default_currency' => 'Default Currency', - 'default_eula_text' => 'Default EULA', - 'default_language' => 'Default Language', - 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', - 'display_asset_name' => 'Display Asset Name', - 'display_checkout_date' => 'Display Checkout Date', - 'display_eol' => 'Display EOL in table view', - 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', - 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', - 'eula_settings' => 'EULA Settings', - 'eula_markdown' => 'This EULA allows Github flavored markdown.', - 'general_settings' => 'General Settings', - 'generate_backup' => 'Generate Backup', - 'header_color' => 'Header Color', - 'info' => 'These settings let you customize certain aspects of your installation.', - 'laravel' => 'Laravel Version', - '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_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', - '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.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'ad' => 'Aktivni direktorij', + 'ad_domain' => 'Domena Active Directory', + 'ad_domain_help' => 'Ovo je ponekad isto kao i vaša domena e-pošte, ali ne uvijek.', + 'is_ad' => 'Ovo je poslužitelj Active Directory', + 'alert_email' => 'Pošaljite upozorenja za', + 'alerts_enabled' => 'Upozorenja su omogućena', + 'alert_interval' => 'Prag prekoračenja upozorenja (u danima)', + 'alert_inv_threshold' => 'Prag upozorenja inventara', + 'asset_ids' => 'ID atributi', + 'audit_interval' => 'Interval revizije', + 'audit_interval_help' => 'Ako morate redovito fizički provjeravati svoju imovinu, unesite interval u mjesecima.', + 'audit_warning_days' => 'Prag za upozorenje na reviziju', + 'audit_warning_days_help' => 'Koliko dana unaprijed trebamo vas upozoriti kada imamo sredstva za reviziju?', + 'auto_increment_assets' => 'Generirajte ID-ove imovine za automatsko povećavanje', + 'auto_increment_prefix' => 'Prefiks (opcija)', + 'auto_incrementing_help' => 'Omogućite automatsko povećavanje ID-ova imovine da biste to postavili', + 'backups' => 'Sigurnosne kopije', + 'barcode_settings' => 'Postavke crtičnog koda', + 'confirm_purge' => 'Potvrdite čišćenje', + 'confirm_purge_help' => 'Unesite tekst "DELETE" u donji okvir kako biste očistili brisane zapise. Ta se radnja ne može poništiti.', + 'custom_css' => 'Prilagođeni CSS', + 'custom_css_help' => 'Unesite bilo koji prilagođeni CSS nadjačaj koji biste željeli koristiti. Ne uključujte oznake <style></style>.', + 'default_currency' => 'Zadana valuta', + 'default_eula_text' => 'Zadana EULA', + 'default_language' => 'Zadani jezik', + 'default_eula_help_text' => 'Također možete povezati prilagođene EULA-e s određenim kategorijama imovine.', + 'display_asset_name' => 'Prikaz naziva imovine', + 'display_checkout_date' => 'Prikaz datuma narudžbe', + 'display_eol' => 'Prikaži EOL u prikazu tablice', + 'display_qr' => 'Prikaz kvadratnih kodova', + 'display_alt_barcode' => 'Prikaz 1D crtičnog koda', + 'barcode_type' => 'Vrsta 2D barkod', + 'alt_barcode_type' => '1D tip crtičnog koda', + 'eula_settings' => 'EULA postavke', + 'eula_markdown' => 'Ovo EULA dopušta Gordan markdown.', + 'general_settings' => 'Opće postavke', + 'generate_backup' => 'Izradi sigurnosnu kopiju', + 'header_color' => 'Boja zaglavlja', + 'info' => 'Te postavke omogućuju prilagodbu određenih aspekata vaše instalacije.', + 'laravel' => 'Inačica Laravela', + 'ldap_enabled' => 'LDAP je omogućen', + 'ldap_integration' => 'LDAP integracija', + 'ldap_settings' => 'LDAP postavke', + 'ldap_server' => 'LDAP poslužitelj', + 'ldap_server_help' => 'To bi trebalo započeti s ldap: // (za neispisane ili TLS) ili ldaps: // (za SSL)', + 'ldap_server_cert' => 'Provjera LDAP SSL certifikata', + 'ldap_server_cert_ignore' => 'Dopusti nevažeću SSL certifikat', + 'ldap_server_cert_help' => 'Odaberite ovaj potvrdni okvir ako upotrebljavate autentičnu SSL certifikat i želite prihvatiti nevažeći SSL certifikat.', + 'ldap_tls' => 'Koristite TLS', + 'ldap_tls_help' => 'To treba provjeriti samo ako pokrenete STARTTLS na LDAP poslužitelju.', + 'ldap_uname' => 'LDAP pridržava se korisničko ime', + 'ldap_pword' => 'Lozinka vezivanja LDAP-a', + 'ldap_basedn' => 'Baza se povezuje s DN', + 'ldap_filter' => 'LDAP filtar', + 'ldap_pw_sync' => 'LDAP lozinka sinkronizacija', + 'ldap_pw_sync_help' => 'Poništite ovaj okvir ako ne želite zadržati LDAP zaporke sinkronizirane lokalnim zaporkama. Onemogućavanje ovog znači da se vaši korisnici možda neće moći prijaviti ako vaš LDAP poslužitelj zbog nekog razloga nije dostupan.', + 'ldap_username_field' => 'Polje za korisničko ime', + 'ldap_lname_field' => 'Prezime', + 'ldap_fname_field' => 'Ime LDAP-a', + 'ldap_auth_filter_query' => 'Upit za provjeru autentičnosti LDAP-a', + 'ldap_version' => 'LDAP inačica', + 'ldap_active_flag' => 'LDAP aktivna zastava', + 'ldap_emp_num' => 'Broj zaposlenika LDAP-a', + 'ldap_email' => 'LDAP e-pošta', + 'load_remote_text' => 'Daljinske skripte', + 'load_remote_help_text' => 'Ova instalacija Snipe-IT može učitati skripte iz vanjskog svijeta.', + 'login_note' => 'Prijava bilješke', + 'login_note_help' => 'Po želji možete uključiti nekoliko rečenica na zaslonu za prijavu, na primjer, kako biste pomogli osobama koje su pronašle izgubljeni ili ukradeni uređaj. Ovo polje prihvaća Gordinu s okusom s okusom', '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', - 'optional' => 'optional', - 'per_page' => 'Results Per Page', - 'php' => 'PHP Version', - 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', - 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', - 'qr_help' => 'Enable QR Codes first to set this', - 'qr_text' => 'QR Code Text', - 'setting' => 'Setting', - 'settings' => 'Settings', - 'site_name' => 'Site Name', + 'full_multiple_companies_support_help_text' => 'Ograničavanje korisnika (uključujući administratore) koje tvrtke dodjeljuju imovini tvrtke.', + 'full_multiple_companies_support_text' => 'Potpuna podrška za više tvrtki', + 'optional' => 'neobavezan', + 'per_page' => 'Rezultati po stranici', + 'php' => 'PHP verzija', + 'php_gd_info' => 'Morate instalirati php-gd da biste prikazali QR kodove, pogledajte instalacijske upute.', + 'php_gd_warning' => 'PHP Image Processing i GD dodatak NIJE instalirani.', + 'pwd_secure_complexity' => 'Složenost lozinke', + 'pwd_secure_complexity_help' => 'Odaberite koja pravila za složenost lozinke želite izvršiti.', + 'pwd_secure_min' => 'Najmanji broj znakova', + 'pwd_secure_min_help' => 'Minimalna dopuštena vrijednost je 5', + 'pwd_secure_uncommon' => 'Spriječite uobičajene zaporke', + 'pwd_secure_uncommon_help' => 'To će onemogućiti korisnicima upotrebu uobičajenih zaporki s najviše 10.000 zaporki prijavljenih u kršenju.', + 'qr_help' => 'Najprije omogućite QR kodove za postavljanje', + 'qr_text' => 'QR kodni tekst', + 'setting' => 'postavljanje', + 'settings' => 'postavke', + 'site_name' => 'Ime stranice', 'slack_botname' => 'Slack Botname', 'slack_channel' => 'Slack Channel', 'slack_endpoint' => 'Slack Endpoint', - 'slack_integration' => 'Slack Settings', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', - 'snipe_version' => 'Snipe-IT version', - 'system' => 'System Information', - 'update' => 'Update Settings', - 'value' => 'Value', - '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)', - 'next_auto_tag_base' => 'Next auto-increment', - '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', + 'slack_integration' => 'Zatezanje postavki', + 'slack_integration_help' => 'Slaba integracija nije obavezna, no krajnja točka i kanal su potrebni ako ga želite koristiti. Da biste konfigurirali zamršenu integraciju, prvo morate izraditi dolazni webhook na vašem računu Zalogao.', + 'snipe_version' => 'Snipe-IT verzija', + 'system' => 'Informacije o sustavu', + 'update' => 'Ažuriraj postavke', + 'value' => 'Vrijednost', + 'brand' => 'branding', + 'about_settings_title' => 'O postavkama', + 'about_settings_text' => 'Te postavke omogućuju prilagodbu određenih aspekata vaše instalacije.', + 'labels_per_page' => 'Oznake po stranici', + 'label_dimensions' => 'Dimenzije oznake (inča)', + 'next_auto_tag_base' => 'Sljedeći automatski prirast', + 'page_padding' => 'Margine stranice (inča)', + 'purge' => 'Obrišite izbrisane zapise', + 'labels_display_bgutter' => 'Oznaka donjeg kanala', + 'labels_display_sgutter' => 'Oznaka kanala', + 'labels_fontsize' => 'Oznaka veličine fonta', + 'labels_pagewidth' => 'Širina listova naljepnica', + 'labels_pageheight' => 'Visina naljepnice', + 'label_gutters' => 'Razmak oznaka (inča)', + 'page_dimensions' => 'Dimenzije stranice (inča)', + 'label_fields' => 'Označite vidljiva polja', + 'inches' => 'inča', 'width_w' => 'w', 'height_h' => 'h', - 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', - 'top' => 'top', - 'bottom' => 'bottom', - 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'show_url_in_emails' => 'Veza na Snipe-IT u e-pošti', + 'show_url_in_emails_help_text' => 'Poništite potvrdni okvir ako ne želite povezati vašu Snipe-IT instalaciju u svoje podnožje e-pošte. Korisno je ako se većina korisnika nikada ne prijavljuje.', + 'text_pt' => 'PT', + 'thumbnail_max_h' => 'Maksimalna visina minijature', + 'thumbnail_max_h_help' => 'Maksimalna visina u pikselima koje se minijature prikazuju u prikazu unosa. Min 25, max 500.', + 'two_factor' => 'Dva faktorska provjera autentičnosti', + 'two_factor_secret' => 'Dva faktorska šifra', + 'two_factor_enrollment' => 'Dva faktora upisa', + 'two_factor_enabled_text' => 'Omogući dva faktora', + 'two_factor_reset' => 'Poništi dvoznamenkasti faktor', + 'two_factor_reset_help' => 'To će prisiliti korisnika da ponovno registrira svoj uređaj s Googleovom autentifikatorom. To može biti korisno ako je izgubljen ili ukraden trenutačno upisani uređaj.', + 'two_factor_reset_success' => 'Uspješno resetira dva faktorska uređaja', + 'two_factor_reset_error' => 'Dva faktora resetiranja uređaja nije uspjela', + 'two_factor_enabled_warning' => 'Omogućivanje dva faktora ako trenutačno nije omogućeno odmah će vas prisiliti na provjeru autentičnosti pomoću uređaja za prijavu na Google Auth. Moći ćete upisati svoj uređaj ako ga trenutno niste upisali.', + 'two_factor_enabled_help' => 'To će uključiti autentifikaciju s dva faktora pomoću Google Autentifikatora.', + 'two_factor_optional' => 'Selektivan (Korisnici mogu omogućiti ili onemogućiti ako su dopušteni)', + 'two_factor_required' => 'Obavezno za sve korisnike', + 'two_factor_disabled' => 'onesposobljen', + 'two_factor_enter_code' => 'Unesite dvoznamenkasti kôd', + 'two_factor_config_complete' => 'Pošaljite šifru', + 'two_factor_enabled_edit_not_allowed' => 'Vaš administrator vam ne dopušta uređivanje ove postavke.', + 'two_factor_enrollment_text' => "Potrebna je autentikacija dva faktora, međutim vaš uređaj još nije upisan. Otvorite aplikaciju Google autentifikator i skenirajte QR kôd u nastavku da biste registrirali svoj uređaj. Nakon što upišete uređaj, unesite kôd u nastavku", + 'require_accept_signature' => 'Potražite potpis', + 'require_accept_signature_help_text' => 'Ako omogućite tu značajku, korisnici će se morati fizički odjaviti pri prihvaćanju imovine.', + 'left' => 'lijevo', + 'right' => 'pravo', + 'top' => 'vrh', + 'bottom' => 'dno', + 'vertical' => 'vertikala', + 'horizontal' => 'vodoravan', + 'zerofill_count' => 'Duljina oznaka za imovinu, uključujući nulte punjenje', ); diff --git a/resources/lang/hr/admin/settings/message.php b/resources/lang/hr/admin/settings/message.php index 736d5c3e9e..60e1324480 100644 --- a/resources/lang/hr/admin/settings/message.php +++ b/resources/lang/hr/admin/settings/message.php @@ -4,19 +4,19 @@ return array( 'update' => array( - 'error' => 'An error has occurred while updating. ', - 'success' => 'Settings updated successfully.' + 'error' => 'Došlo je do pogreške prilikom ažuriranja.', + 'success' => 'Postavke su uspješno ažurirane.' ), 'backup' => array( - 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', - 'file_deleted' => 'The backup file was successfully deleted. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'delete_confirm' => 'Jeste li sigurni da želite izbrisati tu sigurnosnu datoteku? Ta se radnja ne može poništiti.', + 'file_deleted' => 'Sigurnosna kopija datoteke je uspješno izbrisana.', + 'generated' => 'Nova sigurnosna kopija datoteke uspješno je stvorena.', + 'file_not_found' => 'Ta se sigurnosna kopija datoteke nije mogla pronaći na poslužitelju.', ), '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' => 'Došlo je do pogreške prilikom čišćenja.', + 'validation_failed' => 'Vaša potvrda o čišćenju nije točna. Upišite riječ "DELETE" u okvir potvrde.', + 'success' => 'Izbrisana su evidencija uspješno očišćena.' ), ); diff --git a/resources/lang/hr/admin/statuslabels/message.php b/resources/lang/hr/admin/statuslabels/message.php index 619a5a509c..320bdafa56 100644 --- a/resources/lang/hr/admin/statuslabels/message.php +++ b/resources/lang/hr/admin/statuslabels/message.php @@ -2,24 +2,31 @@ 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' => 'Oznaka statusa ne postoji.', + 'assoc_assets' => 'Ova Statusna oznaka trenutačno je povezana s barem jednom Assetom i ne može se izbrisati. Ažurirajte svoju aktivu da više ne referira na taj status i pokušajte ponovo.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'Oznaka statusa nije izrađena, pokušajte ponovo.', + 'success' => 'Oznaka statusa uspješno je izrađena.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'Oznaka statusa nije ažurirana, pokušajte ponovo', + 'success' => 'Oznaka statusa uspješno je ažurirana.' ), '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' => 'Jeste li sigurni da želite izbrisati ovu oznaku statusa?', + 'error' => 'Došlo je do problema s brisanjem oznake stanja. Molim te pokušaj ponovno.', + 'success' => 'Oznaka statusa uspješno je izbrisana.' + ), + + 'help' => array( + 'undeployable' => 'Ova se imovina ne može dodijeliti nikome.', + 'deployable' => 'Ova se imovina može provjeriti. Nakon dodjeljivanja, oni će preuzeti meta status Deployed.', + 'archived' => 'Ove se imovine ne može izbrisati, a prikazat će se samo u arhiviranom vlasničkom pregledu. To je korisno za zadržavanje informacija o imovini za proračunsko / povijesne svrhe, ali ih ne bi smjelo ostati iz dnevnog popisa imovine.', + 'pending' => 'Ovu imovinu još se ne može dodijeliti nikome, često se koristi za predmete koji se vraćaju na popravak, ali se očekuje povratak u promet.', + ), ); diff --git a/resources/lang/hr/admin/statuslabels/table.php b/resources/lang/hr/admin/statuslabels/table.php index b9b5b7ec4e..af1e6e7ae8 100644 --- a/resources/lang/hr/admin/statuslabels/table.php +++ b/resources/lang/hr/admin/statuslabels/table.php @@ -1,17 +1,17 @@ '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', + 'about' => 'O oznakama statusa', + 'archived' => 'Arhivirano', + 'create' => 'Stvaranje oznake statusa', + 'color' => 'Boja grafikona', + 'deployable' => 'razmjestiti', + 'info' => 'Oznake statusa upotrebljavaju se za opisivanje različitih država koje vaša imovina može biti. Oni mogu biti izvan za popravak, izgubljen / ukraden, itd. Možete stvoriti nove oznake statusa za raspoložive, čekajuće i arhivirane imovine.', + 'name' => 'Naziv statusa', + 'pending' => 'U tijeku', + 'status_type' => 'Vrsta statusa', + 'show_in_nav' => 'Pokaži na bočnom nav', + 'title' => 'Oznake statusa', 'undeployable' => 'Undeployable', - 'update' => 'Update Status Label', + 'update' => 'Ažuriranje oznake statusa', ); diff --git a/resources/lang/hr/admin/suppliers/message.php b/resources/lang/hr/admin/suppliers/message.php index df4bc41af3..6da70495dc 100644 --- a/resources/lang/hr/admin/suppliers/message.php +++ b/resources/lang/hr/admin/suppliers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Supplier does not exist.', - 'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ', + 'does_not_exist' => 'Dobavljač ne postoji.', + 'assoc_users' => 'Ovaj dobavljač trenutno je povezan s barem jednim modelom i ne može se izbrisati. Ažurirajte svoje modele da više ne referiraju ovog dobavljača i pokušajte ponovno.', 'create' => array( - 'error' => 'Supplier was not created, please try again.', - 'success' => 'Supplier created successfully.' + 'error' => 'Dobavljač nije izrađen, pokušajte ponovo.', + 'success' => 'Dobavljač je uspješno izrađen.' ), 'update' => array( - 'error' => 'Supplier was not updated, please try again', - 'success' => 'Supplier updated successfully.' + 'error' => 'Dobavljač nije ažuriran, pokušajte ponovo', + 'success' => 'Dobavljač je uspješno ažuriran.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this supplier?', - 'error' => 'There was an issue deleting the supplier. Please try again.', - 'success' => 'Supplier was deleted successfully.' + 'confirm' => 'Jeste li sigurni da želite izbrisati ovog dobavljača?', + 'error' => 'Došlo je do problema s brisanjem dobavljača. Molim te pokušaj ponovno.', + 'success' => 'Dobavljač je uspješno izbrisan.' ) ); diff --git a/resources/lang/hr/admin/suppliers/table.php b/resources/lang/hr/admin/suppliers/table.php index 2a7b07ca93..1b1f0414d0 100644 --- a/resources/lang/hr/admin/suppliers/table.php +++ b/resources/lang/hr/admin/suppliers/table.php @@ -1,27 +1,27 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', - 'address' => 'Supplier Address', - 'assets' => 'Assets', - 'city' => 'City', - 'contact' => 'Contact Name', - 'country' => 'Country', - 'create' => 'Create Supplier', - 'email' => 'Email', - 'fax' => 'Fax', - 'id' => 'ID', - 'licenses' => 'Licenses', - 'name' => 'Supplier Name', - 'notes' => 'Notes', - 'phone' => 'Phone', - 'state' => 'State', - 'suppliers' => 'Suppliers', - 'update' => 'Update Supplier', + 'about_suppliers_title' => 'O Dobavljačima', + 'about_suppliers_text' => 'Dobavljači se koriste za praćenje izvora predmeta', + 'address' => 'Adresa dobavljača', + 'assets' => 'Imovina', + 'city' => 'Grad', + 'contact' => 'Ime kontakta', + 'country' => 'Zemlja', + 'create' => 'Izradi dobavljača', + 'email' => 'E-mail', + 'fax' => 'Faks', + 'id' => 'iskaznica', + 'licenses' => 'licence', + 'name' => 'ime dobavljača', + 'notes' => 'Bilješke', + 'phone' => 'Telefon', + 'state' => 'država', + 'suppliers' => 'Dobavljači', + 'update' => 'Ažuriraj dobavljača', 'url' => 'URL', - 'view' => 'View Supplier', - 'view_assets_for' => 'View Assets for', - 'zip' => 'Postal Code', + 'view' => 'Pregledajte dobavljača', + 'view_assets_for' => 'Prikaži opcije za', + 'zip' => 'Poštanski broj', ); diff --git a/resources/lang/hr/admin/users/general.php b/resources/lang/hr/admin/users/general.php index 985138d065..26581617c2 100644 --- a/resources/lang/hr/admin/users/general.php +++ b/resources/lang/hr/admin/users/general.php @@ -3,23 +3,23 @@ return array( - 'assets_user' => 'Assets assigned to :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', - 'current_assets' => 'Assets currently checked out to this user', - 'clone' => 'Clone User', - 'contact_user' => 'Contact :name', - 'edit' => 'Edit User', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'history_user' => 'History for :name', - 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', - 'last_login' => 'Last Login', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', - 'software_user' => 'Software Checked out to :name', - 'view_user' => 'View User :name', - 'usercsv' => 'CSV file', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'assets_user' => 'Imovina dodijeljena za: ime', + 'bulk_update_warn' => 'Namjeravate uređivati ​​svojstva korisnika: user_count. Imajte na umu da ne možete mijenjati vlastite korisničke atribute pomoću ovog obrasca i morati sami uređivati ​​vlastiti korisnik.', + 'bulk_update_help' => 'Ovaj vam obrazac omogućuje ažuriranje više korisnika odjednom. Popunite polja koja su vam potrebna za promjenu. Sva polja koja su ostala prazna ostat će nepromijenjena.', + 'current_assets' => 'Aktiva koji su trenutačno prijavljeni ovom korisniku', + 'clone' => 'Korisnik klona', + 'contact_user' => 'Ime kontakta', + 'edit' => 'Uređivanje korisnika', + 'filetype_info' => 'Dopuštene vrste datoteka su png, gif, jpg, jpeg, doc, docx, pdf, txt, zip i rar.', + 'history_user' => 'Povijest za: ime', + 'info' => 'Informacije', + 'restore_user' => 'Kliknite ovdje da biste ih vratili.', + 'last_login' => 'Zadnja prijava', + 'ldap_config_text' => 'Postavke LDAP konfiguracije mogu se pronaći u Administrator> Postavke. Odabrana lokacija (opcionalno) bit će postavljena za sve uvezene korisnike.', + 'software_user' => 'Softver je provjeren na: ime', + 'view_user' => 'Prikaži korisnika: ime', + 'usercsv' => 'CSV datoteku', + 'two_factor_admin_optin_help' => 'Vaše trenutačne postavke administracije omogućuju selektivnu provedbu autentikacije dvogritera.', + 'two_factor_enrolled' => '2FA uređaj upisan', + 'two_factor_active' => '2FA aktivno', ); diff --git a/resources/lang/hr/admin/users/message.php b/resources/lang/hr/admin/users/message.php index 8ee552afab..09c228f810 100644 --- a/resources/lang/hr/admin/users/message.php +++ b/resources/lang/hr/admin/users/message.php @@ -2,58 +2,58 @@ return array( - 'accepted' => 'You have successfully accepted this asset.', - 'declined' => 'You have successfully declined this asset.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', - 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', - 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'accepted' => 'Uspješno ste prihvatili ovaj materijal.', + 'declined' => 'Uspješno ste odbili ovaj materijal.', + 'bulk_manager_warn' => 'Vaši su korisnici uspješno ažurirani, ali vaš unos upravitelja nije spremljen jer je upravitelj koji ste odabrali također bio na popisu korisnika koji se uređuje, a korisnici možda nisu vlastiti upravitelj. Ponovno odaberite svoje korisnike, isključujući upravitelja.', + 'user_exists' => 'Korisnik već postoji!', + 'user_not_found' => 'Korisnik [: id] ne postoji.', + 'user_login_required' => 'Potrebno je polje za prijavu', + 'user_password_required' => 'Zaporka je potrebna.', + 'insufficient_permissions' => 'Nedovoljna dozvola.', + 'user_deleted_warning' => 'Ovaj je korisnik izbrisan. Morat ćete vratiti tog korisnika da biste ih uredili ili dodijelili novu imovinu.', + 'ldap_not_configured' => 'LDAP integracija nije konfigurirana za ovu instalaciju.', 'success' => array( - 'create' => 'User was successfully created.', - 'update' => 'User was successfully updated.', - 'update_bulk' => 'Users were successfully updated!', - 'delete' => 'User was successfully deleted.', - 'ban' => 'User was successfully banned.', - 'unban' => 'User was successfully unbanned.', - 'suspend' => 'User was successfully suspended.', - 'unsuspend' => 'User was successfully unsuspended.', - 'restored' => 'User was successfully restored.', - 'import' => 'Users imported successfully.', + 'create' => 'Korisnik je uspješno izrađen.', + 'update' => 'Korisnik je uspješno ažuriran.', + 'update_bulk' => 'Korisnici su uspješno ažurirani!', + 'delete' => 'Korisnik je uspješno izbrisan.', + 'ban' => 'Korisnik je uspješno zabranjen.', + 'unban' => 'Korisnik je uspješno bio razotkriven.', + 'suspend' => 'Korisnik je uspješno obustavljen.', + 'unsuspend' => 'Korisnik je uspješno suspendiran.', + 'restored' => 'Korisnik je uspješno obnovljen.', + 'import' => 'Korisnici su uspješno uvezeni.', ), 'error' => array( - 'create' => 'There was an issue creating the user. Please try again.', - 'update' => 'There was an issue updating the user. Please try again.', - 'delete' => 'There was an issue deleting the user. Please try again.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', - 'unsuspend' => 'There was an issue unsuspending the user. Please try again.', - 'import' => 'There was an issue importing users. Please try again.', - 'asset_already_accepted' => 'This asset has already been accepted.', - 'accept_or_decline' => 'You must either accept or decline this asset.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'create' => 'Pojavio se problem pri stvaranju korisnika. Molim te pokušaj ponovno.', + 'update' => 'Došlo je do problema s ažuriranjem korisnika. Molim te pokušaj ponovno.', + 'delete' => 'Došlo je do problema s brisanjem korisnika. Molim te pokušaj ponovno.', + 'delete_has_assets' => 'Ovaj korisnik ima stavke dodijeljene i nije ih moguće izbrisati.', + 'unsuspend' => 'Došlo je do problema s obustavom korisnika. Molim te pokušaj ponovno.', + 'import' => 'Došlo je do problema s uvozom korisnika. Molim te pokušaj ponovno.', + 'asset_already_accepted' => 'Ova je imovina već prihvaćena.', + 'accept_or_decline' => 'Morate prihvatiti ili odbiti ovaj materijal.', + 'incorrect_user_accepted' => 'Predmete koje ste pokušali prihvatiti nisu provjereni.', + 'ldap_could_not_connect' => 'Povezivanje s LDAP poslužiteljem nije uspjelo. Provjerite konfiguraciju LDAP poslužitelja u LDAP konfiguracijskoj datoteci.
Preku s LDAP poslužitelja:', + 'ldap_could_not_bind' => 'Nije moguće povezati se s LDAP poslužiteljem. Provjerite konfiguraciju LDAP poslužitelja u LDAP konfiguracijskoj datoteci.
Preku s LDAP poslužitelja:', + 'ldap_could_not_search' => 'Nije moguće pretražiti LDAP poslužitelj. Provjerite konfiguraciju LDAP poslužitelja u LDAP konfiguracijskoj datoteci.
Preku s LDAP poslužitelja:', + 'ldap_could_not_get_entries' => 'Nije bilo moguće dobiti unose s LDAP poslužitelja. Provjerite konfiguraciju LDAP poslužitelja u LDAP konfiguracijskoj datoteci.
Preku s LDAP poslužitelja:', + 'password_ldap' => 'Lozinku za ovaj račun upravlja LDAP / Active Directory. Obratite se IT odjelu za promjenu zaporke.', ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Datoteka nije izbrisana. Molim te pokušaj ponovno.', + 'success' => 'Datoteka je uspješno obrisana.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Datoteke nisu prenesene. Molim te pokušaj ponovno.', + 'success' => 'Datoteke su uspješno učitane.', + 'nofiles' => 'Niste odabrali nijednu datoteku za prijenos', + 'invalidfiles' => 'Jedna ili više datoteka je prevelika ili je vrsta datoteke koja nije dopuštena. Dopuštene vrste datoteka su png, gif, jpg, doc, docx, pdf i txt.', ), ); diff --git a/resources/lang/hr/admin/users/table.php b/resources/lang/hr/admin/users/table.php index 9bbe883e19..db3c15d6a8 100644 --- a/resources/lang/hr/admin/users/table.php +++ b/resources/lang/hr/admin/users/table.php @@ -1,38 +1,38 @@ 'Active', - 'allow' => 'Allow', - 'checkedout' => 'Assets', - 'created_at' => 'Created', - 'createuser' => 'Create User', - 'deny' => 'Deny', - 'email' => 'Email', - 'employee_num' => 'Employee No.', - 'first_name' => 'First Name', - 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', - 'id' => 'Id', - 'inherit' => 'Inherit', - 'job' => 'Job Title', - 'last_login' => 'Last Login', - 'last_name' => 'Last Name', - 'location' => 'Location', - 'lock_passwords' => 'Login details cannot be changed on this installation.', - 'manager' => 'Manager', - 'managed_locations' => 'Managed Locations', - 'name' => 'Name', - 'notes' => 'Notes', - 'password_confirm' => 'Confirm Password', - 'password' => 'Password', - 'phone' => 'Phone', - 'show_current' => 'Show Current Users', - 'show_deleted' => 'Show Deleted Users', - 'title' => 'Title', - 'to_restore_them' => 'to restore them.', - 'updateuser' => 'Update User', - 'username' => 'Username', - 'user_deleted_text' => 'This user has been marked as deleted.', - 'username_note' => '(This is used for Active Directory binding only, not for login.)', - 'cloneuser' => 'Clone User', - 'viewusers' => 'View Users', + 'activated' => 'Aktivan', + 'allow' => 'dopustiti', + 'checkedout' => 'Imovina', + 'created_at' => 'stvoren', + 'createuser' => 'Stvorite Korisnika', + 'deny' => 'poreći', + 'email' => 'E-mail', + 'employee_num' => 'Broj zaposlenika', + 'first_name' => 'Ime', + 'groupnotes' => 'Odaberite grupu koju ćete dodijeliti korisniku, ne zaboravite da korisnik preuzima dozvole skupine kojoj su dodijeljeni.', + 'id' => 'Iskaznica', + 'inherit' => 'nasljediti', + 'job' => 'Naziv posla', + 'last_login' => 'Zadnja prijava', + 'last_name' => 'Prezime', + 'location' => 'Mjesto', + 'lock_passwords' => 'Na ovoj instalaciji ne mogu se mijenjati podatke za prijavu.', + 'manager' => 'Menadžer', + 'managed_locations' => 'Upravljane lokacije', + 'name' => 'Ime', + 'notes' => 'Bilješke', + 'password_confirm' => 'Potvrdi lozinku', + 'password' => 'Lozinka', + 'phone' => 'Telefon', + 'show_current' => 'Prikaži trenutne korisnike', + 'show_deleted' => 'Prikaži izbrisane korisnike', + 'title' => 'Titula', + 'to_restore_them' => 'vratiti ih.', + 'updateuser' => 'Ažuriranje korisnika', + 'username' => 'Korisničko ime', + 'user_deleted_text' => 'Ovaj je korisnik označen kao izbrisan.', + 'username_note' => '(Ovo se upotrebljava samo za veze u sustavu Active Directory, a ne za prijavu.)', + 'cloneuser' => 'Korisnik klona', + 'viewusers' => 'Prikaži korisnike', ); diff --git a/resources/lang/hr/auth/general.php b/resources/lang/hr/auth/general.php index bf88cba77a..8a4fd14755 100644 --- a/resources/lang/hr/auth/general.php +++ b/resources/lang/hr/auth/general.php @@ -1,12 +1,12 @@ 'Send Password Reset Link', - 'email_reset_password' => 'Email Password Reset', - 'reset_password' => 'Reset Password', - 'login' => 'Login', - 'login_prompt' => 'Please Login', - 'forgot_password' => 'I forgot my password', - 'remember_me' => 'Remember Me', + 'send_password_link' => 'Pošalji lozinku za poništavanje veze', + 'email_reset_password' => 'Ponovno postavljanje lozinke e-pošte', + 'reset_password' => 'Resetiranje lozinke', + 'login' => 'Prijaviti se', + 'login_prompt' => 'Molimo prijavite se', + 'forgot_password' => 'Zaboravio sam lozinku', + 'remember_me' => 'Zapamti me', ]; diff --git a/resources/lang/hr/auth/message.php b/resources/lang/hr/auth/message.php index bebf9cdd48..557a7e4ae2 100644 --- a/resources/lang/hr/auth/message.php +++ b/resources/lang/hr/auth/message.php @@ -2,36 +2,36 @@ return array( - 'account_already_exists' => 'An account with the this email already exists.', - 'account_not_found' => 'The username or password is incorrect.', - 'account_not_activated' => 'This user account is not activated.', - 'account_suspended' => 'This user account is suspended.', - 'account_banned' => 'This user account is banned.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'account_already_exists' => 'Račun s ovom e-porukom već postoji.', + 'account_not_found' => 'Korisničko ime ili zaporka nisu točni.', + 'account_not_activated' => 'Ovaj korisnički račun nije aktiviran.', + 'account_suspended' => 'Ovaj je korisnički račun obustavljen.', + 'account_banned' => 'Ovaj je korisnički račun zabranjen.', + 'throttle' => 'Previše neuspjelih pokušaja prijave. Pokušajte ponovno za oko minute: minute.', 'signin' => array( - 'error' => 'There was a problem while trying to log you in, please try again.', - 'success' => 'You have successfully logged in.', + 'error' => 'Došlo je do problema prilikom pokušaja prijavljivanja, pokušajte ponovo.', + 'success' => 'Uspješno ste se prijavili.', ), 'signup' => array( - 'error' => 'There was a problem while trying to create your account, please try again.', - 'success' => 'Account sucessfully created.', + 'error' => 'Došlo je do problema prilikom pokušaja izrade računa, pokušajte ponovo.', + 'success' => 'Račun je uspješno izrađen.', ), 'forgot-password' => array( - 'error' => 'There was a problem while trying to get a reset password code, please try again.', - 'success' => 'Password recovery email successfully sent.', + 'error' => 'Pojavio se problem prilikom pokušaja ponovnog unosa zaporke, pokušajte ponovo.', + 'success' => 'E-poruka za oporavak zaporke uspješno je poslana', ), 'forgot-password-confirm' => array( - 'error' => 'There was a problem while trying to reset your password, please try again.', - 'success' => 'Your password has been successfully reset.', + 'error' => 'Pokušavao je poništiti zaporku, pokušajte ponovo.', + 'success' => 'Vaša je lozinka uspješno vraćena.', ), 'activate' => array( - 'error' => 'There was a problem while trying to activate your account, please try again.', - 'success' => 'Your account has been successfully activated.', + 'error' => 'Došlo je do problema prilikom pokušaja aktivacije računa, pokušajte ponovo.', + 'success' => 'Vaš je račun uspješno aktiviran.', ), ); diff --git a/resources/lang/hr/button.php b/resources/lang/hr/button.php index 6964689762..8a1793b52f 100644 --- a/resources/lang/hr/button.php +++ b/resources/lang/hr/button.php @@ -1,15 +1,15 @@ 'Actions', - 'add' => 'Add New', - 'cancel' => 'Cancel', - 'checkin_and_delete' => 'Checkin & Delete User', - 'delete' => 'Delete', - 'edit' => 'Edit', - 'restore' => 'Restore', - 'request' => 'Request', - 'submit' => 'Submit', - 'upload' => 'Upload', - 'select_file' => 'Select File...', + 'actions' => 'akcije', + 'add' => 'Dodaj novi', + 'cancel' => 'Otkazati', + 'checkin_and_delete' => 'Prijava i brisanje korisnika', + 'delete' => 'Izbrisati', + 'edit' => 'Uredi', + 'restore' => 'Vratiti', + 'request' => 'Zahtjev', + 'submit' => 'podnijeti', + 'upload' => 'Postavi', + 'select_file' => 'Odaberite datoteku ...', ); diff --git a/resources/lang/hr/general.php b/resources/lang/hr/general.php index eb6409ddbb..7a6eeb2f50 100644 --- a/resources/lang/hr/general.php +++ b/resources/lang/hr/general.php @@ -1,204 +1,205 @@ 'Accessories', - 'activated' => 'Activated', - 'accessory' => 'Accessory', - 'accessory_report' => 'Accessory Report', - 'action' => 'Action', - 'activity_report' => 'Activity Report', - 'address' => 'Address', + 'accessories' => 'Pribor', + 'activated' => 'aktiviran', + 'accessory' => 'Oprema', + 'accessory_report' => 'Izvješće o dodatku', + 'action' => 'Akcijski', + 'activity_report' => 'Izvješće o aktivnostima', + 'address' => 'Adresa', 'admin' => 'Admin', - 'add_seats' => 'Added seats', - 'all_assets' => 'All Assets', - 'all' => 'All', - 'archived' => 'Archived', - 'asset_models' => 'Asset Models', - 'asset' => 'Asset', - 'asset_report' => 'Asset Report', - 'asset_tag' => 'Asset Tag', - 'assets_available' => 'assets available', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', - 'assets' => 'Assets', - 'avatar_delete' => 'Delete Avatar', - 'avatar_upload' => 'Upload Avatar', - 'back' => 'Back', - 'bad_data' => 'Nothing found. Maybe bad data?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'add_seats' => 'Dodana mjesta', + 'all_assets' => 'Sve imovine', + 'all' => 'svi', + 'archived' => 'Arhivirano', + 'asset_models' => 'Modeli imovine', + 'asset_model' => 'Model', + 'asset' => 'Imovina', + 'asset_report' => 'Izvješće o aktivi', + 'asset_tag' => 'Oznaka imovine', + 'assets_available' => 'dostupna imovina', + 'audit' => 'Revizija', + 'audit_report' => 'Zapisnik revizije', + 'assets' => 'Imovina', + 'avatar_delete' => 'Obriši avatar', + 'avatar_upload' => 'Učitaj avatar', + 'back' => 'Nazad', + 'bad_data' => 'Ništa nije pronađeno. Možda loši podaci?', + 'bulkaudit' => 'Skupna revizija', + 'bulkaudit_status' => 'Status revizije', 'bulk_checkout' => 'Bulk Checkout', - 'cancel' => 'Cancel', - 'categories' => 'Categories', - 'category' => 'Category', - 'change' => 'In/Out', - 'changeemail' => 'Change Email Address', - 'changepassword' => 'Change Password', + 'cancel' => 'Otkazati', + 'categories' => 'Kategorije', + 'category' => 'Kategorija', + 'change' => 'In / Out', + 'changeemail' => 'Promijeni e mail adresu', + 'changepassword' => 'Promijeni zaporku', 'checkin' => 'Checkin', - 'checkin_from' => 'Checkin from', - 'checkout' => 'Checkout', - 'city' => 'City', - 'click_here' => 'Click here', - 'companies' => 'Companies', - 'company' => 'Company', - 'component' => 'Component', - 'components' => 'Components', - 'complete' => 'Complete', - 'consumable' => 'Consumable', - 'consumables' => 'Consumables', - 'country' => 'Country', - 'create' => 'Create New', - 'created' => 'Item Created', - 'created_asset' => 'created asset', + 'checkin_from' => 'Prijavite se od tvrtke', + 'checkout' => 'Provjeri', + 'city' => 'Grad', + 'click_here' => 'Kliknite ovdje', + 'companies' => 'Tvrtke', + 'company' => 'Društvo', + 'component' => 'sastavni dio', + 'components' => 'komponente', + 'complete' => 'potpun', + 'consumable' => 'potrošni', + 'consumables' => 'Potrošni', + 'country' => 'Zemlja', + 'create' => 'Izradi novu', + 'created' => 'Stavka je stvorena', + 'created_asset' => 'stvorio imovinu', 'created_at' => 'Created at', - 'updated_at' => 'Updated at', + 'updated_at' => 'Ažurirano u', 'currency' => '$', // this is deprecated - 'current' => 'Current', - 'custom_report' => 'Custom Asset Report', - 'dashboard' => 'Dashboard', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', - 'date' => 'Date', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', - 'delete' => 'Delete', - 'deleted' => 'Deleted', - 'delete_seats' => 'Deleted Seats', - 'departments' => 'Departments', - 'department' => 'Department', - 'deployed' => 'Deployed', - 'depreciation_report' => 'Depreciation Report', - 'download' => 'Download', - 'depreciation' => 'Depreciation', - 'editprofile' => 'Edit Your Profile', + 'current' => 'struja', + 'custom_report' => 'Prilagođeno izvješće o aktivi', + 'dashboard' => 'kontrolna ploča', + 'days' => 'dana', + 'days_to_next_audit' => 'Dani za sljedeću reviziju', + 'date' => 'Datum', + 'debug_warning' => 'Upozorenje!', + 'debug_warning_text' => 'Ova se aplikacija izvodi u načinu rada s omogućenim uklanjanjem pogrešaka. To može otkriti osjetljive podatke ako je aplikacija dostupna vanjskom svijetu. Onemogućite način otklanjanja pogrešaka postavljanjem vrijednosti APP_DEBUG u .env datoteci na false.', + 'delete' => 'Izbrisati', + 'deleted' => 'izbrisana', + 'delete_seats' => 'Izbrisana mjesta', + 'departments' => 'odjeli', + 'department' => 'odjel', + 'deployed' => 'razmještene', + 'depreciation_report' => 'Izvješće o amortizaciji', + 'download' => 'Preuzimanje', + 'depreciation' => 'deprecijacija', + 'editprofile' => 'Uredi svoj profil', 'eol' => 'EOL', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', - 'first' => 'First', - 'first_name' => 'First Name', - 'first_name_format' => 'First Name (jane@example.com)', - 'file_name' => 'File', - 'file_uploads' => 'File Uploads', - 'generate' => 'Generate', - 'groups' => 'Groups', - 'gravatar_email' => 'Gravatar Email Address', - 'history' => 'History', - 'history_for' => 'History for', - 'id' => 'ID', - 'image_delete' => 'Delete Image', - 'image_upload' => 'Upload Image', - 'import' => 'Import', - 'import-history' => 'Import History', - 'asset_maintenance' => 'Asset Maintenance', - 'asset_maintenance_report' => 'Asset Maintenance Report', - 'asset_maintenances' => 'Asset Maintenances', - 'item' => 'Item', - 'insufficient_permissions' => 'Insufficient permissions!', - 'language' => 'Language', - 'last' => 'Last', - 'last_login' => 'Last Login', - 'last_name' => 'Last Name', - 'license' => 'License', - 'license_report' => 'License Report', - 'licenses_available' => 'licenses available', - 'licenses' => 'Licenses', - 'list_all' => 'List All', - 'loading' => 'Loading', - 'lock_passwords' => 'This field cannot be edited in this installation.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', - 'location' => 'Location', - 'locations' => 'Locations', - 'logout' => 'Logout', - 'lookup_by_tag' => 'Lookup by Asset Tag', - 'manufacturer' => 'Manufacturer', - 'manufacturers' => 'Manufacturers', - 'markdown' => 'This field allows Github flavored markdown.', - 'min_amt' => 'Min. QTY', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', - 'model_no' => 'Model No.', - 'months' => 'months', - 'moreinfo' => 'More Info', - 'name' => 'Name', - 'next' => 'Next', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', - 'new' => 'new!', - 'no_depreciation' => 'No Depreciation', - 'no_results' => 'No Results.', - 'no' => 'No', - 'notes' => 'Notes', - 'order_number' => 'Order Number', - 'page_menu' => 'Showing _MENU_ items', - 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', - 'pending' => 'Pending', - 'people' => 'People', - 'per_page' => 'Results Per Page', - 'previous' => 'Previous', - 'processing' => 'Processing', - 'profile' => 'Your profile', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', - 'qty' => 'QTY', - 'quantity' => 'Quantity', - 'ready_to_deploy' => 'Ready to Deploy', - 'recent_activity' => 'Recent Activity', - 'remove_company' => 'Remove Company Association', - 'reports' => 'Reports', - 'requested' => 'Requested', - 'request_canceled' => 'Request Canceled', - 'save' => 'Save', - 'select' => 'Select', - 'search' => 'Search', - 'select_category' => 'Select a Category', - 'select_department' => 'Select a Department', - 'select_depreciation' => 'Select a Depreciation Type', - 'select_location' => 'Select a Location', - 'select_manufacturer' => 'Select a Manufacturer', - 'select_model' => 'Select a Model', - 'select_supplier' => 'Select a Supplier', - 'select_user' => 'Select a User', - 'select_date' => 'Select Date (YYYY-MM-DD)', - 'select_statuslabel' => 'Select Status', - 'select_company' => 'Select Company', - 'select_asset' => 'Select Asset', - 'settings' => 'Settings', - 'sign_in' => 'Sign in', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', - 'site_name' => 'Site Name', - 'state' => 'State', - 'status_labels' => 'Status Labels', + 'email_domain' => 'Domena e-pošte', + 'email_format' => 'Format e-pošte', + 'email_domain_help' => 'Ovo se koristi za generiranje e-adresa prilikom uvoza', + 'filastname_format' => 'Prvo početno prezime (jsmith@example.com)', + 'firstname_lastname_format' => 'Prezime prezime (jane.smith@example.com)', + 'first' => 'Prvi', + 'first_name' => 'Ime', + 'first_name_format' => 'Ime (jane@example.com)', + 'file_name' => 'Datoteka', + 'file_uploads' => 'Prijenos datoteka', + 'generate' => 'Generirati', + 'groups' => 'grupe', + 'gravatar_email' => 'Gravatar adresa e-pošte', + 'history' => 'Povijest', + 'history_for' => 'Povijest za', + 'id' => 'iskaznica', + 'image_delete' => 'Izbriši sliku', + 'image_upload' => 'Prenesite sliku', + 'import' => 'Uvoz', + 'import-history' => 'Povijest uvoza', + 'asset_maintenance' => 'Održavanje imovine', + 'asset_maintenance_report' => 'Izvješće o održavanju imovine', + 'asset_maintenances' => 'Upravljanje imovinom', + 'item' => 'Artikal', + 'insufficient_permissions' => 'Nedovoljna dozvola!', + 'language' => 'Jezik', + 'last' => 'Posljednji', + 'last_login' => 'Zadnja prijava', + 'last_name' => 'Prezime', + 'license' => 'licenca', + 'license_report' => 'Izvješće o licenci', + 'licenses_available' => 'dostupne licence', + 'licenses' => 'licence', + 'list_all' => 'Popis svih', + 'loading' => 'punjenje', + 'lock_passwords' => 'Ovo polje ne može se uređivati ​​u ovoj instalaciji.', + 'feature_disabled' => 'Ova je značajka onemogućena za demo instalaciju.', + 'location' => 'Mjesto', + 'locations' => 'lokacije', + 'logout' => 'Odjaviti se', + 'lookup_by_tag' => 'Pretraživanje pomoću oznake imovine', + 'manufacturer' => 'Proizvođač', + 'manufacturers' => 'Proizvođači', + 'markdown' => 'Ovo polje dopušta gordi s okusom "Github ".', + 'min_amt' => 'Min. Kol', + 'min_amt_help' => 'Minimalni broj stavki koje bi trebale biti dostupne prije nego što se aktivira upozorenje.', + 'model_no' => 'Model br.', + 'months' => 'mjeseci', + 'moreinfo' => 'Više informacija', + 'name' => 'Ime', + 'next' => 'Sljedeći', + 'next_audit_date' => 'Sljedeći datum revizije', + 'last_audit' => 'Posljednja revizija', + 'new' => 'novi!', + 'no_depreciation' => 'Nema amortizacije', + 'no_results' => 'Nema rezultata.', + 'no' => 'Ne', + 'notes' => 'Bilješke', + 'order_number' => 'Broj narudžbe', + 'page_menu' => 'Prikazuje se _MENU_ stavki', + 'pagination_info' => 'Prikazuje se _START_ do _END_ od _TOTAL_ stavki', + 'pending' => 'U tijeku', + 'people' => 'narod', + 'per_page' => 'Rezultati po stranici', + 'previous' => 'prijašnji', + 'processing' => 'Obrada', + 'profile' => 'Tvoj profil', + 'purchase_cost' => 'Trošak nabave', + 'purchase_date' => 'Datum kupnje', + 'qty' => 'Kol', + 'quantity' => 'Količina', + 'ready_to_deploy' => 'Spremni za implementaciju', + 'recent_activity' => 'Nedavna aktivnost', + 'remove_company' => 'Ukloni Udruženje tvrtki', + 'reports' => 'Izvještaji', + 'requested' => 'Traženi', + 'request_canceled' => 'Zahtjev je otkazan', + 'save' => 'Uštedjeti', + 'select' => 'Izaberi', + 'search' => 'traži', + 'select_category' => 'Izaberi kategoriju', + 'select_department' => 'Odaberite Odjel', + 'select_depreciation' => 'Odaberite vrstu amortizacije', + 'select_location' => 'Odaberite lokaciju', + 'select_manufacturer' => 'Odaberite proizvođača', + 'select_model' => 'Odaberite model', + 'select_supplier' => 'Odaberite dobavljača', + 'select_user' => 'Odaberite korisnika', + 'select_date' => 'Odaberite datum (GGGG-MM-DD)', + 'select_statuslabel' => 'Odaberite Status', + 'select_company' => 'Odaberite tvrtku', + 'select_asset' => 'Odaberite Asset', + 'settings' => 'postavke', + 'sign_in' => 'Prijaviti se', + 'signature' => 'Potpis', + 'some_features_disabled' => 'DEMO MODE: Neke su značajke onemogućene za ovu instalaciju.', + 'site_name' => 'Ime stranice', + 'state' => 'država', + 'status_labels' => 'Oznake statusa', 'status' => 'Status', - 'supplier' => 'Supplier', - 'suppliers' => 'Suppliers', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', - 'total_assets' => 'total assets', - 'total_licenses' => 'total licenses', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', - 'type' => 'Type', - 'undeployable' => 'Un-deployable', - 'unknown_admin' => 'Unknown Admin', - 'username_format' => 'Username Format', - 'update' => 'Update', + 'supplier' => 'Dobavljač', + 'suppliers' => 'Dobavljači', + 'sure_to_delete' => 'Jeste li sigurni da želite izbrisati', + 'submit' => 'podnijeti', + 'target' => 'Cilj', + 'time_and_date_display' => 'Prikaz vremena i datuma', + 'total_assets' => 'Ukupna imovina', + 'total_licenses' => 'ukupne licence', + 'total_accessories' => 'ukupni pribor', + 'total_consumables' => 'ukupni potrošni materijal', + 'type' => 'Tip', + 'undeployable' => 'Un-razmjestiti', + 'unknown_admin' => 'Nepoznati administrator', + 'username_format' => 'Format korisničkog imena', + 'update' => 'Ažuriraj', 'uploaded' => 'Uploaded', - 'user' => 'User', - 'accepted' => 'accepted', - 'declined' => 'declined', - 'unaccepted_asset_report' => 'Unaccepted Assets', - 'users' => 'Users', - 'viewassets' => 'View Assigned Assets', - 'website' => 'Website', - 'welcome' => 'Welcome, :name', - 'years' => 'years', - 'yes' => 'Yes', - 'zip' => 'Zip', - 'noimage' => 'No image uploaded or image not found.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'user' => 'Korisnik', + 'accepted' => 'priznat', + 'declined' => 'odbijeno', + 'unaccepted_asset_report' => 'Neprihvaćene imovine', + 'users' => 'Korisnici', + 'viewassets' => 'Prikaz dodijeljenih sredstava', + 'website' => 'Web stranica', + 'welcome' => 'Dobrodošli,: ime', + 'years' => 'godina', + 'yes' => 'Da', + 'zip' => 'poštanski', + 'noimage' => 'Nije prenesena slika niti slika nije pronađena.', + 'token_expired' => 'Sesija za obrazac istekla je. Molim te pokušaj ponovno.', ]; diff --git a/resources/lang/hr/mail.php b/resources/lang/hr/mail.php index c9a4fe182d..ed749f3e65 100644 --- a/resources/lang/hr/mail.php +++ b/resources/lang/hr/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', + 'a_user_canceled' => 'Korisnik je otkazao zahtjev za stavkom na web mjestu', + 'a_user_requested' => 'Korisnik je zatražio stavku na web mjestu', + 'accessory_name' => 'Naziv dodatne opreme:', + 'additional_notes' => 'Dodatne napomene:', + 'admin_has_created' => 'Administrator vam je stvorio račun na: web stranici.', + 'asset' => 'Imovina:', + 'asset_name' => 'Naziv imovine:', + 'asset_requested' => 'Traženo sredstvo', + 'asset_tag' => 'Oznaka imovine:', + 'assets_warrantee_expiring' => '{1} sredstvo s jamcem koje istječe u narednih 60 dana. | [2, Inf] imovina s jamstvima istječe u narednih 60 dana.', + 'assigned_to' => 'Dodijeljena', + 'best_regards' => 'Lijepi Pozdrav,', + 'canceled' => 'otkazano:', + 'checkin_date' => 'Datum prijave:', + 'checkout_date' => 'Datum kupnje:', + 'click_to_confirm' => 'Kliknite na sljedeću vezu kako biste potvrdili svoj: web račun:', + 'click_on_the_link_accessory' => 'Kliknite vezu pri dnu da biste potvrdili da ste primili dodatnu opremu.', + 'click_on_the_link_asset' => 'Kliknite vezu pri dnu kako biste potvrdili da ste primili sredstvo.', + 'Confirm_Asset_Checkin' => 'Potvrdite Asset Checkin.', + 'Confirm_Accessory_Checkin' => 'Potvrdite provjeru dodatne opreme.', + 'Confirm_accessory_delivery' => 'Potvrdite isporuku dodatne opreme.', + 'Confirm_asset_delivery' => 'Potvrdite isporuku sredstava.', + 'Confirm_consumable_delivery' => 'Potvrdite potrošnu isporuku.', + 'current_QTY' => 'Trenutna QTY', + 'Days' => 'dana', + 'days' => 'dana', + 'expecting_checkin_date' => 'Datum predviđenog provjere:', + 'expires' => 'istječe', + 'Expiring_Assets_Report' => 'Izvješće o isteku aktive.', + 'Expiring_Licenses_Report' => 'Istječe izvješće licenci.', + 'hello' => 'zdravo', + 'hi' => 'bok', + 'i_have_read' => 'Pročitao sam i prihvaćam uvjete korištenja i primio sam ovu stavku.', + 'item' => 'Artikal:', + 'items_below_minimum' => '{1} stavka koja je ispod minimalnog popisa ili će uskoro biti niska. | [2, Inf] stavke koje su ispod minimalnog popisa ili će uskoro biti niske.', + 'Item_Request_Canceled' => 'Zahtjev za stavku je otkazan', + 'Item_Requested' => 'Potrebna stavka', + 'licenses_expiring' => '{1} licenca istječe sljedećih 60 dana. | [2, Inf] licence koje istječu sljedećih 60 dana.', + 'link_to_update_password' => 'Kliknite sljedeću vezu da biste ažurirali svoju: web lozinku:', + 'login_first_admin' => 'Prijavite se na svoju novu Snipe-IT instalaciju pomoću vjerodajnica u nastavku:', + 'login' => 'Prijaviti se:', + 'Low_Inventory_Report' => 'Izvješće o niskom oglasnom prostoru', 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'name' => 'Ime', + 'new_item_checked' => 'Nova stavka je provjerena pod vašim imenom, detalji su u nastavku.', + 'password' => 'Lozinka:', + 'password_reset' => 'Ponovno postavljanje zaporke', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'read_the_terms' => 'Pročitajte uvjete upotrebe u nastavku.', + 'read_the_terms_and_click' => 'Pročitajte uvjete upotrebe u nastavku i kliknite vezu pri dnu da biste potvrdili da ste pročitali i prihvatili uvjete upotrebe te ste dobili taj element.', + 'requested' => 'Traženi:', + 'reset_link' => 'Vaša lozinka resetiraj vezu', + 'reset_password' => 'Kliknite ovdje da biste poništili zaporku:', + 'serial' => 'Serijski:', + 'supplier' => 'Dobavljač', + 'tag' => 'Označiti', + 'test_email' => 'Isprobajte e-poštu od Snipe-IT', + 'test_mail_text' => 'Ovo je test od Snipe-IT Asset Management sustava. Ako to dobijete, mail radi :)', + 'the_following_item' => 'Potvrđena je sljedeća stavka:', + 'There_are' => '{1} Tu je | [2, Inf] Postoje', + 'to_reset' => 'Da biste vratili svoju web-zaporku, ispunite ovaj obrazac:', + 'type' => 'Tip', + 'user' => 'Korisnik:', + 'username' => 'Korisničko ime:', + 'welcome' => 'Dobrodošli: ime', + 'welcome_to' => 'Dobrodošli na: web!', + 'your_credentials' => 'Vaše vjerodajnice za Snipe-IT', ); diff --git a/resources/lang/hr/pagination.php b/resources/lang/hr/pagination.php index b573b51e91..e2ceb371ee 100644 --- a/resources/lang/hr/pagination.php +++ b/resources/lang/hr/pagination.php @@ -13,8 +13,8 @@ return array( | */ - 'previous' => '« Previous', + 'previous' => '« Prethodno', - 'next' => 'Next »', + 'next' => 'Sljedeća »', ); diff --git a/resources/lang/hr/passwords.php b/resources/lang/hr/passwords.php index 5195a9b77c..32b2437123 100644 --- a/resources/lang/hr/passwords.php +++ b/resources/lang/hr/passwords.php @@ -1,7 +1,7 @@ 'Your password link has been sent!', - 'user' => 'That user does not exist or does not have an email address associated', + 'sent' => 'Veza lozinke je poslana!', + 'user' => 'Taj korisnik ne postoji ili nema povezanu adresu e-pošte', ]; diff --git a/resources/lang/hr/reminders.php b/resources/lang/hr/reminders.php index e7a476e3a2..d0c15f75ef 100644 --- a/resources/lang/hr/reminders.php +++ b/resources/lang/hr/reminders.php @@ -13,12 +13,12 @@ return array( | */ - "password" => "Passwords must be six characters and match the confirmation.", + "password" => "Zaporke moraju imati šest znakova i odgovarati potvrdi.", - "user" => "Username or email address is incorrect", + "user" => "Korisničko ime ili e-adresa nisu točni", - "token" => "This password reset token is invalid.", + "token" => "Token za resetiranje lozinke nije valjan.", - "sent" => "If a matching email address was found, a password reminder has been sent!", + "sent" => "Ako je pronađena odgovarajuća adresa e-pošte, podsjetnik za lozinku je poslan!", ); diff --git a/resources/lang/hr/table.php b/resources/lang/hr/table.php index f7a49d86c1..cdff01e3ab 100644 --- a/resources/lang/hr/table.php +++ b/resources/lang/hr/table.php @@ -2,9 +2,9 @@ return array( - 'actions' => 'Actions', - 'action' => 'Action', - 'by' => 'By', - 'item' => 'Item', + 'actions' => 'akcije', + 'action' => 'Akcijski', + 'by' => 'Po', + 'item' => 'Artikal', ); diff --git a/resources/lang/hr/validation.php b/resources/lang/hr/validation.php index 770909373e..cd35d885b6 100644 --- a/resources/lang/hr/validation.php +++ b/resources/lang/hr/validation.php @@ -14,79 +14,79 @@ return array( */ 'accepted' => ':attribute mora biti prihvaćen.', - 'active_url' => 'The :attribute is not a valid URL.', - 'after' => 'The :attribute must be a date after :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', - 'alpha' => 'The :attribute may only contain letters.', - 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', - 'alpha_num' => 'The :attribute may only contain letters and numbers.', - 'array' => 'The :attribute must be an array.', - 'before' => 'The :attribute must be a date before :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'active_url' => 'The: atribut nije važeći URL.', + 'after' => 'Atribut mora biti datum nakon: datum.', + 'after_or_equal' => 'Atribut mora biti datum nakon ili jednak: datumu.', + 'alpha' => 'Atribut može sadržavati samo slova.', + 'alpha_dash' => 'Atribut može sadržavati samo slova, brojeve i crtice.', + 'alpha_num' => 'Atribut može sadržavati samo slova i brojeve.', + 'array' => 'Atribut mora biti niz.', + 'before' => 'Atribut mora biti datum prije: datum.', + 'before_or_equal' => 'Atribut mora biti datum prije ili jednak: datumu.', 'between' => [ - 'numeric' => 'The :attribute must be between :min and :max.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', - 'string' => 'The :attribute must be between :min and :max characters.', - 'array' => 'The :attribute must have between :min and :max items.', + 'numeric' => 'Atribut mora biti između: min i: max.', + 'file' => 'Atribut mora biti između: min i: max kilobajta.', + 'string' => 'Atribut mora biti između: min i: max znakova.', + 'array' => 'Atribut mora imati između: min i: max stavki.', ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', - 'date' => 'The :attribute is not a valid date.', - 'date_format' => 'The :attribute does not match the format :format.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'email' => 'The :attribute must be a valid email address.', - 'exists' => 'The selected :attribute is invalid.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', - 'image' => 'The :attribute must be an image.', - 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'boolean' => 'Polje atributa mora biti točno ili netočno.', + 'confirmed' => 'Potvrda atributa ne odgovara.', + 'date' => 'Atribut nije važeći datum.', + 'date_format' => 'The: atribut ne odgovara formatu: format.', + 'different' => 'Atribut: i drugi moraju biti različiti.', + 'digits' => 'Atribut mora biti: znamenke znamenki.', + 'digits_between' => 'Atribut mora biti između: min i: max znamenki.', + 'dimensions' => 'The: atribut ima nevažeće dimenzije slike.', + 'distinct' => 'Polje atributa ima duplikatu vrijednost.', + 'email' => 'Atribut mora biti važeća adresa e-pošte.', + 'exists' => 'Odabrani: atribut nije važeći.', + 'file' => 'The: atribut mora biti datoteka.', + 'filled' => 'Polje atributa mora imati vrijednost.', + 'image' => 'The: atribut mora biti slika.', + 'in' => 'Odabrani: atribut nije važeći.', + 'in_array' => 'Polje atributa ne postoji u: drugom.', + 'integer' => 'Atribut mora biti cijeli broj.', + 'ip' => 'The: atribut mora biti važeća IP adresa.', + 'ipv4' => 'The: atribut mora biti važeća IPv4 adresa.', + 'ipv6' => 'The: atribut mora biti važeća IPv6 adresa.', + 'json' => 'The: atribut mora biti valjan JSON niz.', 'max' => [ - 'numeric' => 'The :attribute may not be greater than :max.', - 'file' => 'The :attribute may not be greater than :max kilobytes.', - 'string' => 'The :attribute may not be greater than :max characters.', - 'array' => 'The :attribute may not have more than :max items.', + 'numeric' => 'Atribut ne smije biti veći od: max.', + 'file' => 'Atribut ne smije biti veći od: maks. Kilobajta.', + 'string' => 'Atribut ne smije biti veći od: max znakova.', + 'array' => 'The: atribut ne smije imati više od: max stavki.', ], - 'mimes' => 'The :attribute must be a file of type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimes' => 'Atribut mora biti datoteka tipa:: vrijednosti.', + 'mimetypes' => 'Atribut mora biti datoteka tipa:: vrijednosti.', 'min' => [ - 'numeric' => 'The :attribute must be at least :min.', - 'file' => 'The :attribute must be at least :min kilobytes.', - 'string' => 'The :attribute must be at least :min characters.', - 'array' => 'The :attribute must have at least :min items.', + 'numeric' => 'Atribut mora biti najmanje: min.', + 'file' => 'Atribut mora biti najmanje: min kilobajta.', + 'string' => 'Atribut mora biti najmanje: min znakova.', + 'array' => 'Atribut mora imati barem: min stavke.', ], - 'not_in' => 'The selected :attribute is invalid.', - 'numeric' => 'The :attribute must be a number.', - 'present' => 'The :attribute field must be present.', - 'regex' => 'The :attribute format is invalid.', - 'required' => 'The :attribute field is required.', - 'required_if' => 'The :attribute field is required when :other is :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', - 'required_with' => 'The :attribute field is required when :values is present.', - 'required_with_all' => 'The :attribute field is required when :values is present.', - 'required_without' => 'The :attribute field is required when :values is not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', - 'same' => 'The :attribute and :other must match.', + 'not_in' => 'Odabrani: atribut nije važeći.', + 'numeric' => 'Atribut mora biti broj.', + 'present' => 'Polje atributa mora biti prisutno.', + 'regex' => 'Format atributa nije važeći.', + 'required' => 'Potrebno je: polje atributa.', + 'required_if' => 'Polje atributa je obavezno kada: druga vrijednost: vrijednost.', + 'required_unless' => 'Polje atributa je obavezno, osim ako: druga nije u: vrijednostima.', + 'required_with' => 'Polje atributa je obavezno kada: postoji vrijednost.', + 'required_with_all' => 'Polje atributa je obavezno kada: postoji vrijednost.', + 'required_without' => 'Polje atributa je potrebno kada: vrijednosti nisu prisutne.', + 'required_without_all' => 'Polje atributa je obavezno ako nijedna od: vrijednosti nije prisutna.', + 'same' => 'Atribut: i drugi moraju odgovarati.', 'size' => [ - 'numeric' => 'The :attribute must be :size.', - 'file' => 'The :attribute must be :size kilobytes.', - 'string' => 'The :attribute must be :size characters.', - 'array' => 'The :attribute must contain :size items.', + 'numeric' => 'Atribut mora biti: veličina.', + 'file' => 'Atribut mora biti: veličina kilobajta.', + 'string' => 'The: atribut mora biti: veličina znakova.', + 'array' => 'Atribut mora sadržavati: stavke veličine.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', - 'unique' => 'The :attribute has already been taken.', - 'uploaded' => 'The :attribute failed to upload.', - 'url' => 'The :attribute format is invalid.', + 'string' => 'The: atribut mora biti niz.', + 'timezone' => 'Atribut mora biti važeća zona.', + 'unique' => 'The: atribut je već snimljen.', + 'uploaded' => 'Atribut nije prenesen.', + 'url' => 'Format atributa nije važeći.', /* |-------------------------------------------------------------------------- @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Polje atributa sadrži znak koji nije dopušten.", + "email_array" => "Jedna ili više adresa e-pošte nije važeća.", + "hashed_pass" => "Vaša trenutačna zaporka nije točna", + 'dumbpwd' => 'Ta je lozinka prečestna.', + "statuslabel_type" => "Morate odabrati valjanu vrstu oznake statusa", + "unique_undeleted" => "Atribut mora biti jedinstven.", ], /* diff --git a/resources/lang/hu/admin/asset_maintenances/message.php b/resources/lang/hu/admin/asset_maintenances/message.php index a98111cb2d..4b6d2b9018 100644 --- a/resources/lang/hu/admin/asset_maintenances/message.php +++ b/resources/lang/hu/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Eszköz karbantartás sikeresen létrejött.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Az Eszközkarbantartást nem szerkesztették, próbálkozzon újra.', + 'success' => 'Az Eszközkarbantartás sikeresen szerkesztett.' ], 'asset_maintenance_incomplete' => 'Nincs kitöltve teljesen', 'warranty' => 'Garancia', diff --git a/resources/lang/hu/admin/categories/message.php b/resources/lang/hu/admin/categories/message.php index d4a3c4ccd8..dd5774709d 100644 --- a/resources/lang/hu/admin/categories/message.php +++ b/resources/lang/hu/admin/categories/message.php @@ -3,8 +3,8 @@ return array( 'does_not_exist' => 'A kategória nem létezik.', - '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' => 'Ez a kategória jelenleg legalább egy modellhez kapcsolódik, és nem törölhető. Kérjük, frissítse a modelleket, hogy ne hivatkozzon erre a kategóriára, és próbálja újra.', + 'assoc_items' => 'Ez a kategória jelenleg legalább egy: asset_type-hez van társítva, és nem törölhető. Kérjük, frissítse a: asset_type-t, hogy ne hivatkozzon erre a kategóriára és próbálja újra.', 'create' => array( 'error' => 'Nem sikerült a kategória létrehozása, kérjük, próbálja újra.', diff --git a/resources/lang/hu/admin/consumables/general.php b/resources/lang/hu/admin/consumables/general.php index 4fc2dde617..5766527344 100644 --- a/resources/lang/hu/admin/consumables/general.php +++ b/resources/lang/hu/admin/consumables/general.php @@ -3,10 +3,10 @@ return array( 'about_consumables_title' => 'A Kellékekről', 'about_consumables_text' => 'Kellékek azok a megvásárolt dolgok amiket idővel felhasználsz. Például nyomtató festék parton vagy fénymásoló papír.', - 'checkout' => 'Checkout Consumable to User', + 'checkout' => 'Checkout Felhasználónak szállítható', 'consumable_name' => 'Kellék Neve', 'create' => 'Kellék létrehozva', - 'item_no' => 'Item No.', + 'item_no' => 'Cikkszám.', 'remaining' => 'Fennmaradó', 'total' => 'Összesen', 'update' => 'Kellék frissítése', diff --git a/resources/lang/hu/admin/custom_fields/message.php b/resources/lang/hu/admin/custom_fields/message.php index be6b4ee067..c59ad4ed95 100644 --- a/resources/lang/hu/admin/custom_fields/message.php +++ b/resources/lang/hu/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'A Fieldset nem létezik', 'create' => array( 'error' => 'A mezőcsoport nem lett létrehozva, próbálkozz újra.', diff --git a/resources/lang/hu/admin/departments/message.php b/resources/lang/hu/admin/departments/message.php index d65f4fbb2b..33f337e4e9 100644 --- a/resources/lang/hu/admin/departments/message.php +++ b/resources/lang/hu/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'A tanszék nem létezik.', + 'assoc_users' => 'Ez a részleg jelenleg társított legalább egy felhasználót, és nem lehet törölni. Kérjük, frissítse a felhasználókat, hogy ne hivatkozzanak az osztályon, és próbálja újra.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Osztály nem jött létre, próbálkozzon újra.', + 'success' => 'Osztály sikeresen létrehozva.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'A tanszék nem frissült, próbálkozzon újra', + 'success' => 'Osztály sikeresen frissült.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Biztosan törölni szeretné ezt az osztályt?', + 'error' => 'Hiba történt a részleg törlésével. Kérlek próbáld újra.', + 'success' => 'Az osztály sikeresen törölve lett.' ) ); diff --git a/resources/lang/hu/admin/groups/titles.php b/resources/lang/hu/admin/groups/titles.php index 0af40d22d7..9294cd21a6 100644 --- a/resources/lang/hu/admin/groups/titles.php +++ b/resources/lang/hu/admin/groups/titles.php @@ -1,11 +1,11 @@ 'About Groups', - 'about_groups' => 'Groups are used to generalize user permissions.', + 'about_groups_title' => 'A csoportokról', + 'about_groups' => 'A csoportokat a felhasználói jogosultságok általánosítására használják.', 'group_management' => 'Csoport kezelés', - 'create' => 'Create New Group', - 'update' => 'Edit Group', + 'create' => 'Új csoport létrehozása', + 'update' => 'Csoport szerkesztése', 'group_name' => 'Csoport neve', 'group_admin' => 'Csoport Admin-ok', 'allow' => 'Engedélyezés', diff --git a/resources/lang/hu/admin/hardware/form.php b/resources/lang/hu/admin/hardware/form.php index a63b3ab2a5..fc69332387 100644 --- a/resources/lang/hu/admin/hardware/form.php +++ b/resources/lang/hu/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confirm Bulk Delete Assets', + 'bulk_delete' => 'A tömeges törlési eszközök megerősítése', 'bulk_delete_help' => 'Tömeges törléshez tekintse át az eszközöket. Ha törli az eszközöket, azok visszaállíthatók, de többé nem lesznek hozzárendelve a korábban hozzárendelt felhasználókhoz.', 'bulk_delete_warn' => 'Le akarod törölni a :asset_count eszközt.', 'bulk_update' => 'Tömeges eszköz frissítés', @@ -14,6 +14,7 @@ return array( 'cost' => 'Beszerzési érték', 'create' => 'Eszköz létrehozása', 'date' => 'Vásárlás dátuma', + 'depreciation' => 'Értékcsökkenés', 'depreciates_on' => 'Leértékelődik', 'default_location' => 'Alapértelmezett hely', 'eol_date' => 'Lejárat Dátuma', diff --git a/resources/lang/hu/admin/hardware/general.php b/resources/lang/hu/admin/hardware/general.php index c77f2829cd..85ee070f15 100644 --- a/resources/lang/hu/admin/hardware/general.php +++ b/resources/lang/hu/admin/hardware/general.php @@ -1,23 +1,23 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + 'about_assets_title' => 'Az eszközökről', + 'about_assets_text' => 'Az eszközök a sorszám vagy az eszközcímke által követett elemek. Ezek általában magasabb értékű termékek, amelyekben egy adott elem azonosítása fontos.', 'archived' => 'Arhivált', 'asset' => 'Eszköz', - 'bulk_checkout' => 'Checkout Assets to User', + 'bulk_checkout' => 'Checkout Eszközök a felhasználónak', 'checkin' => 'Eszköz visszavétele', 'checkout' => 'Checkout Asset', 'clone' => 'Eszköz klónozása', 'deployable' => 'Kiadható', - 'deleted' => 'This asset has been deleted. Click here to restore it.', + 'deleted' => 'Ez az eszköz törölve lett. Kattintson ide a visszaállításához.', 'edit' => 'Eszköz módosítása', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', - 'requestable' => 'Requestable', + 'filetype_info' => 'Az engedélyezett fájltípusok png, gif, jpg, jpeg, doc, docx, pdf, txt, zip és rar.', + 'model_deleted' => 'Ez az Eszközök modell törölve lett. Vissza kell állítania a modellt, mielőtt visszaállíthatja az Eszközt.
Kattintson ide a modell visszaállításához.', + 'requestable' => 'lehívási', 'requested' => 'Kérve', - 'restore' => 'Restore Asset', + 'restore' => 'Visszaállítás eszköz', 'pending' => 'Függőben', 'undeployable' => 'Nem telepíthető', - 'view' => 'View Asset', + 'view' => 'Eszköz megtekintése', ); diff --git a/resources/lang/hu/admin/hardware/message.php b/resources/lang/hu/admin/hardware/message.php index fa77fc6d06..bcbcb31976 100644 --- a/resources/lang/hu/admin/hardware/message.php +++ b/resources/lang/hu/admin/hardware/message.php @@ -4,78 +4,78 @@ return array( 'undeployable' => 'Figyelem: Ez az eszköz pillanatnyilag nem kiadható. Ha ez a helyzet változott, kérjük, frissítse az eszköz állapotát.', 'does_not_exist' => 'Eszköz nem létezik.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'does_not_exist_or_not_requestable' => 'Szép próbálkozás. Az eszköz nem létezik, vagy nem igényelhető.', + 'assoc_users' => 'Ez az eszköz jelenleg ki van jelölve egy felhasználónak, és nem törölhető. Kérjük, először ellenőrizze az eszközt, majd próbálja meg újra törölni.', 'create' => array( - 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' + 'error' => 'Az eszköz nem jött létre, próbálkozzon újra. :(', + 'success' => 'Az eszköz sikeresen létrehozva. :)' ), 'update' => array( - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'error' => 'Az eszköz nem frissült, próbálkozzon újra', + 'success' => 'Az eszköz sikeresen frissült.', + 'nothing_updated' => 'Nem választottak ki mezőket, így semmi sem frissült.', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' + 'error' => 'Az eszköz nem állt helyre, kérjük, próbálkozzon újra', + 'success' => 'Az eszköz sikeresen visszaállítva.' ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Az eszközellenőrzés sikertelen volt. Kérlek próbáld újra.', + 'success' => 'Az eszközellenőrzés sikeresen be van jelentkezve.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'A fájl nem törölve. Kérlek próbáld újra.', + 'success' => 'A fájl sikeresen törölve.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Fel nem töltött fájl (ok). Kérlek próbáld újra.', + 'success' => 'Fájl (ok) sikeresen feltöltve.', + 'nofiles' => 'Nem választottál fel fájlokat a feltöltéshez, vagy a fájl, amelyet feltölteni próbálsz, túl nagy', + 'invalidfiles' => 'Egy vagy több fájl túl nagy vagy egy filetype, amely nem megengedett. Az engedélyezett fájltípusok png, gif, jpg, doc, docx, pdf és txt.', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'Egyes elemek nem importáltak helyesen.', + 'errorDetail' => 'Az alábbi elemeket nem importálták hiba miatt.', + 'success' => "A fájlt importálta", + 'file_delete_success' => "A fájlt sikeresen törölték", + 'file_delete_error' => "A fájlt nem sikerült törölni", ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset?', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', - 'success' => 'The asset was deleted successfully.' + 'confirm' => 'Biztos benne, hogy törli ezt az elemet?', + 'error' => 'Hiba történt az eszköz törlése közben. Kérlek próbáld újra.', + 'nothing_updated' => 'Nincsenek eszközök kijelölve, így semmit sem töröltek.', + 'success' => 'Az eszköz sikeresen törölve lett.' ), '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.', - 'not_available' => 'That asset is not available for checkout!' + 'error' => 'Az eszköz nem lett kijelölve, próbáld újra', + 'success' => 'A készlet sikeresen ki lett állítva.', + 'user_does_not_exist' => 'Ez a felhasználó érvénytelen. Kérlek próbáld újra.', + 'not_available' => 'Ez az eszköz nem áll rendelkezésre pénztárnál!' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'already_checked_in' => 'That asset is already checked in.', + 'error' => 'Az eszköz nem lett bejelölve, próbálkozzon újra', + 'success' => 'Az Asset sikeresen ellenőrzött.', + 'user_does_not_exist' => 'Ez a felhasználó érvénytelen. Kérlek próbáld újra.', + 'already_checked_in' => 'Ez az eszköz már be van jelölve.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'Asset nem kért, kérjük, próbálkozzon újra', + 'success' => 'Az eszköz sikeresen kért.', + 'canceled' => 'A fizetési kérelem sikeresen törölve' ) ); diff --git a/resources/lang/hu/admin/licenses/form.php b/resources/lang/hu/admin/licenses/form.php index 0a3f9f9c7b..a31554a4c8 100644 --- a/resources/lang/hu/admin/licenses/form.php +++ b/resources/lang/hu/admin/licenses/form.php @@ -4,19 +4,19 @@ return array( 'asset' => 'Eszköz', 'checkin' => 'Kiadás', - 'create' => 'Create License', - 'expiration' => 'Expiration Date', - 'license_key' => 'Product Key', - 'maintained' => 'Maintained', - 'name' => 'Software Name', - 'no_depreciation' => 'Do Not Depreciate', - 'purchase_order' => 'Purchase Order Number', - 'reassignable' => 'Reassignable', - 'remaining_seats' => 'Remaining Seats', - 'seats' => 'Seats', - 'termination_date' => 'Termination Date', - 'to_email' => 'Licensed to Email', - 'to_name' => 'Licensed to Name', - 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' + 'create' => 'Licensz létrehozása', + 'expiration' => 'Lejárati dátum', + 'license_key' => 'Termékkulcs', + 'maintained' => 'Fenntartott', + 'name' => 'Szoftver neve', + 'no_depreciation' => 'Ne csüggedjen', + 'purchase_order' => 'Beszerzési megrendelés száma', + 'reassignable' => 'hozzárendelhető', + 'remaining_seats' => 'Fennmaradó ülések', + 'seats' => 'ülések', + 'termination_date' => 'Befejezési időpont', + 'to_email' => 'Engedélyezve e-mailre', + 'to_name' => 'Engedélyezve a névhez', + 'update' => 'Licenc frissítése', + 'checkout_help' => 'A licencet egy hardvereszközhöz vagy egy személyhez kell ellenőriznie. Kiválaszthatja mindkettőt, de az eszköz tulajdonosának meg kell egyeznie azzal a személlyel, akinek ellenőrizte az eszközt.' ); diff --git a/resources/lang/hu/admin/licenses/general.php b/resources/lang/hu/admin/licenses/general.php index f2566f6da8..8949db33c5 100644 --- a/resources/lang/hu/admin/licenses/general.php +++ b/resources/lang/hu/admin/licenses/general.php @@ -1,21 +1,21 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'about_licenses_title' => 'A licencekről', + 'about_licenses' => 'Az engedélyeket a szoftverek nyomon követésére használják. Meghatározott számú ülőhellyel rendelkeznek, melyeket az egyéneknek lehet ellenőrizni', 'checkin' => 'Bevét engedély Seat', 'checkout_history' => 'Visszavét előzmények', 'checkout' => 'Kiadás Licence ülés/kérelem', - 'edit' => 'Edit License', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'edit' => 'Engedély szerkesztése', + 'filetype_info' => 'Az engedélyezett fájltípusok png, gif, jpg, jpeg, doc, docx, pdf, txt, zip és rar.', 'clone' => 'Clone License', - 'history_for' => 'History for ', - 'in_out' => 'In/Out', - 'info' => 'License Info', - 'license_seats' => 'License Seats', - 'seat' => 'Seat', - 'seats' => 'Seats', - 'software_licenses' => 'Software Licenses', - 'user' => 'User', - 'view' => 'View License', + 'history_for' => 'A történelem', + 'in_out' => 'Be ki', + 'info' => 'Licensz információ', + 'license_seats' => 'Licenc ülések', + 'seat' => 'Ülés', + 'seats' => 'ülések', + 'software_licenses' => 'Szoftverlicencek', + 'user' => 'használó', + 'view' => 'Licenc megtekintése', ); diff --git a/resources/lang/hu/admin/licenses/message.php b/resources/lang/hu/admin/licenses/message.php index 6934952a8b..a5a35bf03b 100644 --- a/resources/lang/hu/admin/licenses/message.php +++ b/resources/lang/hu/admin/licenses/message.php @@ -5,46 +5,47 @@ return array( 'does_not_exist' => 'Engedély nem létezik.', 'user_does_not_exist' => 'Felhasználó nem létezik.', 'asset_does_not_exist' => 'A licencel társítani kívánt eszköz nem létezik.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', - 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'owner_doesnt_match_asset' => 'Az ehhez a licenchez társítani kívánt eszköz tulajdonosa nem más, mint a kiválasztott legördülő menüben kiválasztott személy.', + 'assoc_users' => 'Ez a licenc jelenleg ki van adva a felhasználónak, és nem törölhető. Kérjük, először ellenőrizze az engedélyt, majd próbálja meg újra törölni.', + 'select_asset_or_person' => 'Válasszon egy eszközt vagy egy felhasználót, de nem mindkettőt.', 'create' => array( - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.' + 'error' => 'A licenc nem jött létre, próbálkozzon újra.', + 'success' => 'A licenc sikeresen létrehozva.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'A fájl nem törölve. Kérlek próbáld újra.', + 'success' => 'A fájl sikeresen törölve.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'error' => 'Fel nem töltött fájl (ok). Kérlek próbáld újra.', + 'success' => 'Fájl (ok) sikeresen feltöltve.', + 'nofiles' => 'Nem választottál fel fájlokat a feltöltéshez, vagy a fájl, amelyet feltölteni próbálsz, túl nagy', + 'invalidfiles' => 'Egy vagy több fájl túl nagy vagy egy filetype, amely nem megengedett. Az engedélyezett fájltípusok png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml és lic.', ), 'update' => array( - 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.' + 'error' => 'A licenc nem frissült, próbálkozzon újra', + 'success' => 'A licenc sikeresen frissült.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this license?', - 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.' + 'confirm' => 'Biztosan törölni szeretné ezt az engedélyt?', + 'error' => 'Hiba történt az engedély törlése során. Kérlek próbáld újra.', + 'success' => 'Az engedélyt sikeresen törölték.' ), 'checkout' => array( - 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully' + 'error' => 'Hiba történt az engedély megvizsgálásakor. Kérlek próbáld újra.', + 'success' => 'Az engedélyt sikeresen kiállították' ), 'checkin' => array( - 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully' + 'error' => 'Hiba történt az engedélyben. Kérlek próbáld újra.', + 'success' => 'Az engedélyt sikeresen ellenőrizték' ), ); diff --git a/resources/lang/hu/admin/locations/message.php b/resources/lang/hu/admin/locations/message.php index 0d4a619127..0384d260d6 100644 --- a/resources/lang/hu/admin/locations/message.php +++ b/resources/lang/hu/admin/locations/message.php @@ -4,24 +4,24 @@ return array( 'does_not_exist' => 'Hely nem létezik.', 'assoc_users' => 'Ehhez a helyhez jelenleg hozzá van rendelve legalább egy felhasználó és nem törölhető. Kérjük, frissítse a felhasználót aki hozzá volt rendelve ehhez a helyhez, és próbálja meg újra. ', - 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', - 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + 'assoc_assets' => 'Ez a hely jelenleg legalább egy eszközhöz társítva, és nem törölhető. Frissítse eszközeit, hogy ne hivatkozzon erre a helyre, és próbálja újra.', + 'assoc_child_loc' => 'Ez a hely jelenleg legalább egy gyermek helye szülője, és nem törölhető. Frissítse tartózkodási helyeit, hogy ne hivatkozzon erre a helyre, és próbálja újra.', 'create' => array( - 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.' + 'error' => 'A helyszín nem jött létre, próbálkozzon újra.', + 'success' => 'A helyszín sikeresen létrehozva.' ), 'update' => array( - 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.' + 'error' => 'A helyszín nem frissült, próbálkozzon újra', + 'success' => 'A helyszín sikeresen frissült.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this location?', - 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.' + 'confirm' => 'Biztosan törölni szeretné ezt a helyet?', + 'error' => 'Hiba történt a helyszín törlése közben. Kérlek próbáld újra.', + 'success' => 'A helyszínt sikeresen törölték.' ) ); diff --git a/resources/lang/hu/admin/locations/table.php b/resources/lang/hu/admin/locations/table.php index bdc6f9972d..2725f44a46 100644 --- a/resources/lang/hu/admin/locations/table.php +++ b/resources/lang/hu/admin/locations/table.php @@ -1,8 +1,8 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'about_locations_title' => 'A Helyekről', + 'about_locations' => 'A helyek a felhasználók, az eszközök és egyéb elemek helyadatait nyomon követik', 'assets_rtd' => 'Eszközök', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. 'assets_checkedout' => 'Hozzárendelt eszközök', 'id' => 'ID', @@ -17,5 +17,5 @@ return array( 'locations' => 'Helyek', 'parent' => 'Szülő', 'currency' => 'Helyi valuta', - 'ldap_ou' => 'LDAP Search OU', + 'ldap_ou' => 'LDAP keresés OU', ); diff --git a/resources/lang/hu/admin/manufacturers/table.php b/resources/lang/hu/admin/manufacturers/table.php index 89afe164b8..bc3fc9f868 100644 --- a/resources/lang/hu/admin/manufacturers/table.php +++ b/resources/lang/hu/admin/manufacturers/table.php @@ -1,15 +1,15 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'about_manufacturers_title' => 'A gyártókról', + 'about_manufacturers_text' => 'A gyártók azok a vállalatok, amelyek létrehozzák a vagyont. Itt fontos támogatási kapcsolattartási információkat tárolhatsz róluk, amelyek az eszköz részletes oldalain fognak megjelenni.', 'asset_manufacturers' => 'Eszköz gyártoi', 'create' => 'Gyártó lértehozása', 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', + 'name' => 'Név', + 'support_email' => 'Az e-mail támogatása', + 'support_phone' => 'Telefon támogatás', + 'support_url' => 'Támogatási URL', 'update' => 'Gyártó frissítése', 'url' => 'URL', diff --git a/resources/lang/hu/admin/models/general.php b/resources/lang/hu/admin/models/general.php index 4269627ae2..c6103f3f4d 100644 --- a/resources/lang/hu/admin/models/general.php +++ b/resources/lang/hu/admin/models/general.php @@ -1,11 +1,11 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', + 'about_models_title' => 'Az Asset Models-ról', + 'about_models_text' => 'Az eszköz-modellek lehetővé teszik az azonos eszközök csoportosítását. "MBP 2013", "IPhone 6s" stb.', 'deleted' => 'Ez a modell törölve lett. Itt visszaállíthatod.', 'restore' => 'Modell Visszaállítása', - 'requestable' => 'Users may request this model', + 'requestable' => 'A felhasználók kérhetik ezt a modellt', 'show_mac_address' => 'Mutasd a MAC cím mezőt ennél az eszköznél', 'view_deleted' => 'Töröltek megtekintése', 'view_models' => 'Modellek megtekintése', diff --git a/resources/lang/hu/admin/models/message.php b/resources/lang/hu/admin/models/message.php index 24377fc85e..e59eec2c00 100644 --- a/resources/lang/hu/admin/models/message.php +++ b/resources/lang/hu/admin/models/message.php @@ -8,29 +8,29 @@ return array( 'create' => array( 'error' => 'A model nem lett létrehozva. Próbálkozz újra.', - 'success' => 'Model created successfully.', - 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + 'success' => 'A modell sikeresen létrehozva.', + 'duplicate_set' => 'Már létezik ilyen nevű eszközmodell, gyártó és modellszám.', ), 'update' => array( - 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.' + 'error' => 'A modell nem frissült, próbálkozzon újra', + 'success' => 'A modell sikeresen frissült.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset model?', - 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.' + 'confirm' => 'Biztos benne, hogy törli ezt az eszközmodellt?', + 'error' => 'A modell törlését okozta. Kérlek próbáld újra.', + 'success' => 'A modell sikeresen törölve lett.' ), 'restore' => array( - 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.' + 'error' => 'A modell nem állt helyre, próbálkozzon újra', + 'success' => 'A modell sikeresen visszaállt.' ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Nincsenek mezők megváltoztak, így semmi sem frissült.', + 'success' => 'Modellek frissítve.' ), ); diff --git a/resources/lang/hu/admin/settings/general.php b/resources/lang/hu/admin/settings/general.php index 28bcb56ed3..2d45d47e41 100644 --- a/resources/lang/hu/admin/settings/general.php +++ b/resources/lang/hu/admin/settings/general.php @@ -2,147 +2,149 @@ 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 tartomány', + 'ad_domain_help' => 'Ez néha megegyezik az e-mail domainjével, de nem mindig.', + 'is_ad' => 'Ez egy Active Directory szerver', 'alert_email' => 'Riasztás címzettje', 'alerts_enabled' => 'Riasztás engedélyezve', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', + 'alert_interval' => 'A figyelmeztetések lejárata küszöbérték (napokban)', + 'alert_inv_threshold' => 'Leltár riasztási küszöb', 'asset_ids' => 'Eszköz ID', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', - 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'audit_interval' => 'Audit időtartam', + 'audit_interval_help' => 'Ha rendszeres fizikai ellenőrzést igényel az eszközökkel, adja meg az intervallumot hónapokban.', + 'audit_warning_days' => 'Ellenőrzési figyelmeztető küszöbérték', + 'audit_warning_days_help' => 'Hány nappal előre figyelmeztetni kell Önt arra, hogy az eszközöknek az ellenőrzésre van szükségük?', + 'auto_increment_assets' => 'Automatikusan növekvő eszközazonosítókat generál', + 'auto_increment_prefix' => 'Előtag (opcionális)', + 'auto_incrementing_help' => 'Engedélyezze az automatikus értéknövelés eszközazonosítót, hogy beállítsa ezt', 'backups' => 'Biztonsági mentések', 'barcode_settings' => 'Vonalkód beállítások', - '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' => 'Nyugtázza a tisztítást', + 'confirm_purge_help' => 'Az alábbi mezőbe írja be a "DELETE" szöveget a törölt rekordok törléséhez. Ez a művelet nem vonható vissza.', 'custom_css' => 'Egyéni CSS', - 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', + 'custom_css_help' => 'Adjon meg olyan egyedi CSS felülírást, amelyet használni szeretne. Ne tüntesse fel a <style></style> címkéket.', 'default_currency' => 'Alapértelmezett pénznem', 'default_eula_text' => 'Alapértelmezett EULA', 'default_language' => 'Alapértelmezett nyelv', - 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', + 'default_eula_help_text' => 'Egyéni EULA-kat is társíthat bizonyos eszközkategóriákhoz.', 'display_asset_name' => 'Eszköznév megjelenítése', - 'display_checkout_date' => 'Display Checkout Date', - 'display_eol' => 'Display EOL in table view', - 'display_qr' => 'Display Square Codes', + 'display_checkout_date' => 'Megjelenik a Checkout dátum', + 'display_eol' => 'Táblázat nézetben az EOL megjelenítése', + 'display_qr' => 'Kijelző négyzetek', 'display_alt_barcode' => '1D vonalkód megjelenítése', 'barcode_type' => '2D vonalkód típusa', 'alt_barcode_type' => '1D vonalkód típusa', 'eula_settings' => 'EULA beállítások', - 'eula_markdown' => 'This EULA allows Github flavored markdown.', + 'eula_markdown' => 'Ez az EULA lehetővé teszi Github ízesített markdown-et.', 'general_settings' => 'Általános beállítások', - 'generate_backup' => 'Generate Backup', + 'generate_backup' => 'Háttér létrehozása', 'header_color' => 'Fejléc színe', - 'info' => 'These settings let you customize certain aspects of your installation.', - 'laravel' => 'Laravel Version', + 'info' => 'Ezek a beállítások lehetővé teszik a telepítés egyes szempontjainak testreszabását.', + 'laravel' => 'Laravel verzió', 'ldap_enabled' => 'LDAP bekapcsolva', 'ldap_integration' => 'LDAP integráció', 'ldap_settings' => 'LDAP beállítások', 'ldap_server' => 'LDAP szerver', - '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_server_help' => 'Ezt az ldap: // (titkosítatlan vagy TLS) vagy az ldaps:', + 'ldap_server_cert' => 'LDAP SSL tanúsítvány érvényesítés', + 'ldap_server_cert_ignore' => 'Érvénytelen SSL-tanúsítvány engedélyezése', + 'ldap_server_cert_help' => 'Jelölje be ezt a jelölőnégyzetet, ha önállóan aláírt SSL-tanúsítványt használ, és szeretne elfogadni egy érvénytelen SSL-tanúsítványt.', 'ldap_tls' => 'TLS használata', - '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_tls_help' => 'Ezt csak akkor kell ellenőrizni, ha STARTTLS-t futtat az LDAP kiszolgálón.', + 'ldap_uname' => 'LDAP összekapcsolja a felhasználónevet', + 'ldap_pword' => 'LDAP összekötő jelszó', 'ldap_basedn' => 'Base Bind DN', 'ldap_filter' => 'LDAP szűrő', - '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', - '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.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', - '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', - 'optional' => 'optional', - 'per_page' => 'Results Per Page', - 'php' => 'PHP Version', - 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', - 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', - 'qr_help' => 'Enable QR Codes first to set this', - 'qr_text' => 'QR Code Text', - 'setting' => 'Setting', - 'settings' => 'Settings', - 'site_name' => 'Site Name', - 'slack_botname' => 'Slack Botname', - 'slack_channel' => 'Slack Channel', - 'slack_endpoint' => 'Slack Endpoint', - 'slack_integration' => 'Slack Settings', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', - 'snipe_version' => 'Snipe-IT version', - 'system' => 'System Information', - 'update' => 'Update Settings', - 'value' => 'Value', + 'ldap_pw_sync' => 'LDAP jelszószinkronizálás', + 'ldap_pw_sync_help' => 'Törölje a jelölőnégyzetet, ha nem szeretné megőrizni az LDAP jelszavakat szinkronizált helyi jelszavakkal. A letiltás azt jelenti, hogy a felhasználók esetleg nem tudnak bejelentkezni, ha az LDAP-kiszolgáló valamilyen okból elérhetetlenné válik.', + 'ldap_username_field' => 'Felhasználónév mező', + 'ldap_lname_field' => 'Vezetéknév', + 'ldap_fname_field' => 'LDAP keresztnév', + 'ldap_auth_filter_query' => 'LDAP hitelesítési lekérdezés', + 'ldap_version' => 'LDAP verzió', + 'ldap_active_flag' => 'LDAP aktív zászló', + 'ldap_emp_num' => 'LDAP alkalmazott száma', + 'ldap_email' => 'LDAP e-mail', + 'load_remote_text' => 'Távoli parancsfájlok', + 'load_remote_help_text' => 'Ez a Snipe-IT telepítés betölti a szkripteket a külvilágtól.', + 'login_note' => 'Bejelentkezési megjegyzés', + 'login_note_help' => 'Opcionálisan tartalmazhat néhány mondatot a bejelentkezési képernyőn, például, hogy segítse az embereket, akik elvesztett vagy ellopott eszközt találtak. Ez a mező elfogad Github ízesített markdown-et', + 'logo' => 'logo', + 'full_multiple_companies_support_help_text' => 'A vállalatoknak a vállalat eszközeihez rendelt felhasználók (köztük az adminisztrátorok) korlátozása.', + 'full_multiple_companies_support_text' => 'Teljes több vállalat támogatása', + 'optional' => 'választható', + 'per_page' => 'Eredmények oldalanként', + 'php' => 'PHP verzió', + 'php_gd_info' => 'A QR-kódok megjelenítéséhez telepíteni kell a php-gd-t, lásd a telepítési utasításokat.', + 'php_gd_warning' => 'A PHP Image Processing és a GD plugin NEM van telepítve.', + 'pwd_secure_complexity' => 'Jelszó komplexitás', + 'pwd_secure_complexity_help' => 'Válassza ki a jelszavak összetettségi szabályait, amelyeket érvényesíteni kíván.', + 'pwd_secure_min' => 'Jelszó minimális karakterek', + 'pwd_secure_min_help' => 'A minimális megengedett érték 5', + 'pwd_secure_uncommon' => 'A közös jelszavak megakadályozása', + 'pwd_secure_uncommon_help' => 'Ez megakadályozza a felhasználók számára, hogy közös jelszavakat használjanak fel a leggyakrabban előforduló 10 000 jelszóból.', + 'qr_help' => 'Először engedélyezze a QR kódokat, hogy ezt beállítsa', + 'qr_text' => 'QR kód szöveg', + 'setting' => 'Beállítás', + 'settings' => 'Beállítások', + 'site_name' => 'Webhely neve', + 'slack_botname' => 'Laza botneve', + 'slack_channel' => 'Laza csatorna', + 'slack_endpoint' => 'Laza végpont', + 'slack_integration' => 'Laza beállítások', + 'slack_integration_help' => 'A laza integráció opcionális, de a végpont és a csatorna akkor szükséges, ha használni szeretné. A laza integráció beállításához elõször létre kell hoznia egy bejövõ webhook-et a Slack fiókján.', + 'snipe_version' => 'Snipe-IT változat', + 'system' => 'Rendszer információ', + 'update' => 'Frissítési beállítások', + 'value' => 'Érték', '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)', - 'next_auto_tag_base' => 'Next auto-increment', - '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', + 'about_settings_title' => 'A Beállítások részről', + 'about_settings_text' => 'Ezek a beállítások lehetővé teszik a telepítés egyes szempontjainak testreszabását.', + 'labels_per_page' => 'Címkék oldalanként', + 'label_dimensions' => 'Címke méretei (hüvelyk)', + 'next_auto_tag_base' => 'Következő automatikus növekmény', + 'page_padding' => 'Oldal margó (hüvelyk)', + 'purge' => 'Törölje a törölt rekordokat', + 'labels_display_bgutter' => 'Jelölje le az alsó csatornát', + 'labels_display_sgutter' => 'Címke oldalsó csatorna', + 'labels_fontsize' => 'Címke betűmérete', + 'labels_pagewidth' => 'Címke lap szélessége', + 'labels_pageheight' => 'Címke lapmagassága', + 'label_gutters' => 'Címke távolsága (hüvelyk)', + 'page_dimensions' => 'Oldalméretek (hüvelyk)', + 'label_fields' => 'Címke látható mezők', + 'inches' => 'hüvelyk', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Link a Snipe-IT-re az e-mailekben', + 'show_url_in_emails_help_text' => 'Törölje a jelet a jelölőnégyzetből, ha nem kíván visszaváltani a Snipe-IT telepítéséhez az e-mail láblécében. Hasznos ha a legtöbb felhasználó soha nem jelentkezik be.', 'text_pt' => 'pt', 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', - 'top' => 'top', - 'bottom' => 'bottom', - 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'thumbnail_max_h_help' => 'Maximális képpontos magasság, amelyet a bélyegképek megjelenhetnek a listázási nézetben. Min 25, max 500.', + 'two_factor' => 'Két tényező hitelesítés', + 'two_factor_secret' => 'Két faktor kód', + 'two_factor_enrollment' => 'Két faktoros beiratkozás', + 'two_factor_enabled_text' => 'Engedélyezze a két tényezőt', + 'two_factor_reset' => 'Törölje a két faktor titkát', + 'two_factor_reset_help' => 'Ez arra kényszeríti a felhasználót, hogy újból beiktassa eszközét a Google Hitelesítővel. Ez hasznos lehet, ha az éppen beiratkozott eszközüket elveszik vagy ellopják.', + 'two_factor_reset_success' => 'Két tényező eszköz sikeresen visszaáll', + 'two_factor_reset_error' => 'Két faktoros eszköz visszaállítása sikertelen', + 'two_factor_enabled_warning' => 'A két tényező bekapcsolása, ha nincs aktuálisan engedélyezve, azonnal kényszeríti Önt arra, hogy hitelesítést végezzen egy Google Auth által beiratkozott eszközzel. Lehetőséged lesz arra, hogy beírja a készüléket, ha nincs beiratkozva.', + 'two_factor_enabled_help' => 'Ezzel a Google Authenticator használatával kétfaktoros hitelesítést kapcsolhat be.', + 'two_factor_optional' => 'Szelektív (a felhasználók engedélyezhetik vagy letilthatják, ha megengedettek)', + 'two_factor_required' => 'Minden felhasználó számára kötelező', + 'two_factor_disabled' => 'Tiltva', + 'two_factor_enter_code' => 'Adja meg a két faktor kódot', + 'two_factor_config_complete' => 'Kód küldése', + 'two_factor_enabled_edit_not_allowed' => 'Az adminisztrátor nem teszi lehetővé a beállítás szerkesztését.', + 'two_factor_enrollment_text' => "Két tényező hitelesítésre van szükség, de a készülék még nem került bejegyzésre. Nyissa meg a Google Hitelesítő alkalmazást, és szkennelje be az alábbi QR-kódot a készülék regisztrálásához. Miután beírta a készüléket, adja meg az alábbi kódot", + 'require_accept_signature' => 'Aláírásra van szükség', + 'require_accept_signature_help_text' => 'Ha engedélyezni szeretné ezt a funkciót, akkor a felhasználóknak fizikailag ki kell jelentkezniük egy eszköz elfogadásáról.', + 'left' => 'balra', + 'right' => 'jobb', + 'top' => 'felső', + 'bottom' => 'alsó', + 'vertical' => 'függőleges', + 'horizontal' => 'vízszintes', + 'zerofill_count' => 'Az eszközcímkék hossza, beleértve a nem töltöt', ); diff --git a/resources/lang/hu/admin/settings/message.php b/resources/lang/hu/admin/settings/message.php index f4f56f4b95..b20496deda 100644 --- a/resources/lang/hu/admin/settings/message.php +++ b/resources/lang/hu/admin/settings/message.php @@ -8,15 +8,15 @@ return array( 'success' => 'A beállítások sikeresen frissítve.' ), 'backup' => array( - 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', - 'file_deleted' => 'The backup file was successfully deleted. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'delete_confirm' => 'Biztosan törölni szeretné ezt a biztonsági másolatot? Ez a művelet nem vonható vissza.', + 'file_deleted' => 'A biztonsági mentés sikeresen törölve lett.', + 'generated' => 'Új biztonsági másolatot sikerült létrehozni.', + 'file_not_found' => 'A biztonsági másolat nem található a kiszolgálón.', ), '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' => 'Hiba történt a tisztítás során.', + 'validation_failed' => 'A tisztítás megerősítése helytelen. Kérjük, írja be a "DELETE" szót a megerősítő mezőbe.', + 'success' => 'A törölt rekordok sikeresen feltöltöttek.' ), ); diff --git a/resources/lang/hu/admin/statuslabels/message.php b/resources/lang/hu/admin/statuslabels/message.php index 619a5a509c..3b872f9f4e 100644 --- a/resources/lang/hu/admin/statuslabels/message.php +++ b/resources/lang/hu/admin/statuslabels/message.php @@ -2,24 +2,31 @@ 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' => 'A státusz-címke nem létezik.', + 'assoc_assets' => 'Ez az Állapotjelző jelenleg legalább egy Assethez társítva, és nem törölhető. Kérjük, frissítse eszközeit, hogy ne hivatkozzon erre az állapotra, és próbálja újra.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'A státusz-címke nem jött létre, próbálkozzon újra.', + 'success' => 'A státusz címke sikeresen létrehozva.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'A státusz-címke nem frissült, próbálkozzon újra', + 'success' => 'Az állapotjelző sikeresen frissült.' ), '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' => 'Biztos benne, hogy törölni szeretné ezt az állapotjelzőt?', + 'error' => 'Hiba történt az Állapotjelző törlésével. Kérlek próbáld újra.', + 'success' => 'Az Állapotjelző sikeresen törölve lett.' + ), + + 'help' => array( + 'undeployable' => 'Ezeket az eszközöket senkihez nem lehet hozzárendelni.', + 'deployable' => 'Ezek az eszközök kiválaszthatók. Ha kijelölésre került, akkor a Deployed meta állapotát veszi fel.', + 'archived' => 'Ezeket az eszközöket nem lehet kijelölni, és csak az Archivált nézetben jelenhetnek meg. Ez hasznos lehet az eszközökkel kapcsolatos információk megőrzésére költségvetés / történelmi célokra, de a napi eszközlista megtartásával.', + 'pending' => 'Ezeket az eszközöket még nem lehet bárkihez hozzárendelni, gyakran azokat a tételeket használják, amelyek ki vannak javítva, de várhatóan visszatérnek a forgalomba.', + ), ); diff --git a/resources/lang/hu/admin/statuslabels/table.php b/resources/lang/hu/admin/statuslabels/table.php index 69fdb923ac..cce40f2f6e 100644 --- a/resources/lang/hu/admin/statuslabels/table.php +++ b/resources/lang/hu/admin/statuslabels/table.php @@ -4,13 +4,13 @@ return array( 'about' => 'A státusz címkékről', 'archived' => 'Archivált', 'create' => 'Státusz címke létrehozása', - 'color' => 'Chart Color', + 'color' => 'Grafikon színe', 'deployable' => 'Telepíthető', 'info' => 'A státusz címkék arra szolgálnak, hogy az eszközök különböző állapotát leírják. Például javítás alatt, eltűnt/ellopott, stb. Új címkéket is létre lehet hozni telepíthető, függőben levő és archivált eszközökhöz.', 'name' => 'Státusz elnevezése', 'pending' => 'Függőben', 'status_type' => 'Státusz típusa', - 'show_in_nav' => 'Show in side nav', + 'show_in_nav' => 'Mutassa az oldalsó navigációt', 'title' => 'Státusz címkék', 'undeployable' => 'Nem telepíthető', 'update' => 'Státusz címke frissítése', diff --git a/resources/lang/hu/admin/suppliers/message.php b/resources/lang/hu/admin/suppliers/message.php index 265f724673..cc889e91e0 100644 --- a/resources/lang/hu/admin/suppliers/message.php +++ b/resources/lang/hu/admin/suppliers/message.php @@ -7,18 +7,18 @@ return array( 'create' => array( 'error' => 'Beszállító nem lett létrehozva, próbálja meg újra.', - 'success' => 'Supplier created successfully.' + 'success' => 'A szállító sikeresen létrejött.' ), 'update' => array( - 'error' => 'Supplier was not updated, please try again', - 'success' => 'Supplier updated successfully.' + 'error' => 'Szállító nem frissült, próbálkozzon újra', + 'success' => 'Szállító sikeresen frissült.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this supplier?', - 'error' => 'There was an issue deleting the supplier. Please try again.', - 'success' => 'Supplier was deleted successfully.' + 'confirm' => 'Biztosan törölni szeretné ezt a szállítót?', + 'error' => 'A szállító törlését okozta. Kérlek próbáld újra.', + 'success' => 'A szállító sikeresen törölve lett.' ) ); diff --git a/resources/lang/hu/admin/suppliers/table.php b/resources/lang/hu/admin/suppliers/table.php index c28be56d27..875f752644 100644 --- a/resources/lang/hu/admin/suppliers/table.php +++ b/resources/lang/hu/admin/suppliers/table.php @@ -1,8 +1,8 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'about_suppliers_title' => 'A beszállítókról', + 'about_suppliers_text' => 'A szállítók a tételek forrását nyomon követik', 'address' => 'Beszállító címe', 'assets' => 'Eszközök', 'city' => 'Város', diff --git a/resources/lang/hu/admin/users/general.php b/resources/lang/hu/admin/users/general.php index b090b55499..70795a908f 100644 --- a/resources/lang/hu/admin/users/general.php +++ b/resources/lang/hu/admin/users/general.php @@ -4,22 +4,22 @@ return array( 'assets_user' => 'Eszköz(ök) hozzárendelve: :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', + 'bulk_update_warn' => 'A következő felhasználók tulajdonságait szerkesztheti: user_count felhasználók. Kérjük, vegye figyelembe, hogy a saját felhasználói attribútumait nem tudja megváltoztatni ezzel az űrlappal, és személyre kell változtatni a saját felhasználóit.', + 'bulk_update_help' => 'Ez az űrlap egyszerre több felhasználó frissítését teszi lehetővé. Csak töltse ki a megváltoztatni kívánt mezőket. Az üresen maradt mezők változatlanok maradnak.', 'current_assets' => 'Az eszköz jelenleg ki van adva ennek a felhasználónak', 'clone' => 'Felhasználó másolása', - 'contact_user' => 'Contact :name', + 'contact_user' => 'Kapcsolattartó neve', 'edit' => 'Felhasználó szerkesztése', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'history_user' => 'History for :name', + 'filetype_info' => 'Az engedélyezett fájltípusok png, gif, jpg, jpeg, doc, docx, pdf, txt, zip és rar.', + 'history_user' => 'Előzmények a következőhöz: név', 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', - 'last_login' => 'Last Login', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', - 'software_user' => 'Software Checked out to :name', - 'view_user' => 'View User :name', - 'usercsv' => 'CSV file', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'restore_user' => 'Kattintson ide a visszaállításhoz.', + 'last_login' => 'Utolsó bejelentkezés', + 'ldap_config_text' => 'Az LDAP konfigurációs beállításai megtalálhatók az Adminisztrálás> Beállítások menüben. Az (opcionális) kiválasztott hely minden importált felhasználó számára be lesz állítva.', + 'software_user' => 'Szoftver ellenőrzése: név', + 'view_user' => 'Felhasználó megtekintése: név', + 'usercsv' => 'CSV fájl', + 'two_factor_admin_optin_help' => 'A jelenlegi adminisztrációs beállításai lehetővé teszik a kétütemű hitelesítés szelektív végrehajtását.', + 'two_factor_enrolled' => '2FA eszköz beiratkozott', + 'two_factor_active' => '2FA aktív', ); diff --git a/resources/lang/hu/admin/users/message.php b/resources/lang/hu/admin/users/message.php index 7a5b0fb784..2faa72bf8f 100644 --- a/resources/lang/hu/admin/users/message.php +++ b/resources/lang/hu/admin/users/message.php @@ -4,56 +4,56 @@ return array( 'accepted' => 'Ön sikeresen elfogadta ezt az eszközt.', 'declined' => 'Az eszközt sikeresen csökkentetted.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'bulk_manager_warn' => 'A felhasználók sikeresen frissültek, azonban a kezelői bejegyzést nem mentette el, mert a kiválasztott kezelő a szerkesztőben is szerepel a felhasználók listájában, és a felhasználók nem lehetnek saját kezelőik. Kérjük, ismét válassza ki a felhasználókat, kivéve a kezelőt.', 'user_exists' => 'Felhasználó már létezik!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', - 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', - 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'user_not_found' => 'A felhasználó [: id] nem létezik.', + 'user_login_required' => 'A bejelentkezési mező kötelező', + 'user_password_required' => 'A jelszó szükséges.', + 'insufficient_permissions' => 'Nem megfelelő engedélyek.', + 'user_deleted_warning' => 'Ezt a felhasználót törölték. Ezt a felhasználót vissza kell állítania, hogy szerkeszteni tudja őket, vagy hozzárendelhessen új eszközökhöz.', + 'ldap_not_configured' => 'Az LDAP integráció nem lett konfigurálva ehhez a telepítéshez.', 'success' => array( - 'create' => 'User was successfully created.', + 'create' => 'A felhasználó sikeresen létrejött.', 'update' => 'A felhasználó módosítása sikeresen megtörtént.', - 'update_bulk' => 'Users were successfully updated!', + 'update_bulk' => 'A felhasználók sikeresen frissültek!', 'delete' => 'A felhasználó törlése sikeresen megtörtént.', - 'ban' => 'User was successfully banned.', - 'unban' => 'User was successfully unbanned.', - 'suspend' => 'User was successfully suspended.', - 'unsuspend' => 'User was successfully unsuspended.', - 'restored' => 'User was successfully restored.', - 'import' => 'Users imported successfully.', + 'ban' => 'A felhasználó sikeresen tiltott.', + 'unban' => 'A felhasználó sikeresen meg volt semmisítve.', + 'suspend' => 'A felhasználó sikeresen felfüggesztésre került.', + 'unsuspend' => 'A felhasználó sikeresen felfüggesztésre került.', + 'restored' => 'A felhasználó sikeresen visszaállt.', + 'import' => 'A felhasználók sikeresen importáltak.', ), 'error' => array( - 'create' => 'There was an issue creating the user. Please try again.', - 'update' => 'There was an issue updating the user. Please try again.', - 'delete' => 'There was an issue deleting the user. Please try again.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', - 'unsuspend' => 'There was an issue unsuspending the user. Please try again.', - 'import' => 'There was an issue importing users. Please try again.', - 'asset_already_accepted' => 'This asset has already been accepted.', - 'accept_or_decline' => 'You must either accept or decline this asset.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'create' => 'Hiba történt a felhasználó létrehozásában. Kérlek próbáld újra.', + 'update' => 'Hiba történt a felhasználó frissítésében. Kérlek próbáld újra.', + 'delete' => 'A felhasználó törölte a problémát. Kérlek próbáld újra.', + 'delete_has_assets' => 'Ez a felhasználó rendelkezik elemekkel, amelyeket nem lehet törölni.', + 'unsuspend' => 'A felhasználó felfüggesztette a problémát. Kérlek próbáld újra.', + 'import' => 'Hiba történt a felhasználók importálása során. Kérlek próbáld újra.', + 'asset_already_accepted' => 'Ezt az eszközt már elfogadták.', + 'accept_or_decline' => 'El kell fogadnia vagy el kell utasítania ezt az eszközt.', + 'incorrect_user_accepted' => 'Az általad megpróbált eszköz nem lett kiegyenlítve.', + 'ldap_could_not_connect' => 'Nem sikerült csatlakozni az LDAP kiszolgálóhoz. Ellenőrizze az LDAP kiszolgáló konfigurációját az LDAP konfigurációs fájlban.
Az LDAP kiszolgáló hibája:', + 'ldap_could_not_bind' => 'Nem sikerült kötni az LDAP kiszolgálóhoz. Ellenőrizze az LDAP kiszolgáló konfigurációját az LDAP konfigurációs fájlban.
Az LDAP kiszolgáló hibája:', + 'ldap_could_not_search' => 'Nem sikerült keresni az LDAP kiszolgálót. Ellenőrizze az LDAP kiszolgáló konfigurációját az LDAP konfigurációs fájlban.
Az LDAP kiszolgáló hibája:', + 'ldap_could_not_get_entries' => 'Nem sikerült bejegyzéseket szerezni az LDAP kiszolgálóról. Ellenőrizze az LDAP kiszolgáló konfigurációját az LDAP konfigurációs fájlban.
Az LDAP kiszolgáló hibája:', + 'password_ldap' => 'A fiókhoz tartozó jelszót az LDAP / Active Directory kezeli. Kérjük, lépjen kapcsolatba informatikai részlegével a jelszó megváltoztatásához.', ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'A fájl nem törölve. Kérlek próbáld újra.', + 'success' => 'A fájl sikeresen törölve.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Fel nem töltött fájl (ok). Kérlek próbáld újra.', + 'success' => 'Fájl (ok) sikeresen feltöltve.', + 'nofiles' => 'Nem választottál fel fájlokat a feltöltéshez', + 'invalidfiles' => 'Egy vagy több fájl túl nagy vagy egy filetype, amely nem megengedett. Az engedélyezett fájltípusok png, gif, jpg, doc, docx, pdf és txt.', ), ); diff --git a/resources/lang/hu/admin/users/table.php b/resources/lang/hu/admin/users/table.php index e45e3c55cd..acdeac67b4 100644 --- a/resources/lang/hu/admin/users/table.php +++ b/resources/lang/hu/admin/users/table.php @@ -8,31 +8,31 @@ return array( 'createuser' => 'Felhasználó létrehozása', 'deny' => 'Elutasítás', 'email' => 'E-mail cím', - 'employee_num' => 'Employee No.', + 'employee_num' => 'Munkavállaló száma', 'first_name' => 'Keresztnév', - 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', + 'groupnotes' => 'Válasszon ki egy csoportot a felhasználó hozzárendeléséhez, ne felejtse el, hogy a felhasználó átveszi a hozzárendelt csoport engedélyeit.', 'id' => 'Id', - 'inherit' => 'Inherit', - 'job' => 'Job Title', - 'last_login' => 'Last Login', + 'inherit' => 'Örököl', + 'job' => 'Munka megnevezése', + 'last_login' => 'Utolsó bejelentkezés', 'last_name' => 'Vezetéknév', 'location' => 'Helyszín', - 'lock_passwords' => 'Login details cannot be changed on this installation.', + 'lock_passwords' => 'A bejelentkezési adatok nem módosíthatók ebben a telepítésben.', 'manager' => 'Felettes', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Kezelt helyek', 'name' => 'Név', - 'notes' => 'Notes', + 'notes' => 'Megjegyzések', 'password_confirm' => 'Jelszó megerősítése', 'password' => 'Jelszó', 'phone' => 'Telefon', - 'show_current' => 'Show Current Users', - 'show_deleted' => 'Show Deleted Users', - 'title' => 'Title', - 'to_restore_them' => 'to restore them.', - 'updateuser' => 'Update User', - 'username' => 'Username', - 'user_deleted_text' => 'This user has been marked as deleted.', - 'username_note' => '(This is used for Active Directory binding only, not for login.)', - 'cloneuser' => 'Clone User', - 'viewusers' => 'View Users', + 'show_current' => 'Jelenlegi felhasználók megjelenítése', + 'show_deleted' => 'A törölt felhasználók megjelenítése', + 'title' => 'Cím', + 'to_restore_them' => 'visszaállítani őket.', + 'updateuser' => 'Felhasználó frissítése', + 'username' => 'Felhasználónév', + 'user_deleted_text' => 'Ezt a felhasználót törölték.', + 'username_note' => '(Ez csak az Active Directory-kötéshez használható, nem pedig a bejelentkezéshez.)', + 'cloneuser' => 'Klón felhasználó', + 'viewusers' => 'Felhasználók megtekintése', ); diff --git a/resources/lang/hu/auth/message.php b/resources/lang/hu/auth/message.php index d52eb51d53..6b3a7f6f6a 100644 --- a/resources/lang/hu/auth/message.php +++ b/resources/lang/hu/auth/message.php @@ -7,7 +7,7 @@ return array( 'account_not_activated' => 'Ez a felhasználó nincs aktiválva.', 'account_suspended' => 'Ez a felhasználói fiók fel van függesztve.', 'account_banned' => 'Ez a felhasználó ki van tiltva.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'throttle' => 'Túl sok sikertelen bejelentkezési kísérlet. Kérjük, próbáld újra körül: perc perc (s).', 'signin' => array( 'error' => 'Bejelentkezés közben probléma lépett fel, kérjük próbálja újra.', diff --git a/resources/lang/hu/button.php b/resources/lang/hu/button.php index fa11081821..d809f3440b 100644 --- a/resources/lang/hu/button.php +++ b/resources/lang/hu/button.php @@ -4,12 +4,12 @@ return array( 'actions' => 'Műveletek', 'add' => 'Új hozzáadása', 'cancel' => 'Vissza', - 'checkin_and_delete' => 'Checkin & Delete User', + 'checkin_and_delete' => 'Bejelentkezés és Felhasználó törlése', 'delete' => 'Törlés', 'edit' => 'Szerkesztés', 'restore' => 'Visszaállítás', 'request' => 'Kérelem', 'submit' => 'Küldés', 'upload' => 'Feltöltés', - 'select_file' => 'Select File...', + 'select_file' => 'Válaszd ki a fájlt...', ); diff --git a/resources/lang/hu/general.php b/resources/lang/hu/general.php index e9339c4e1b..1ba42738ad 100644 --- a/resources/lang/hu/general.php +++ b/resources/lang/hu/general.php @@ -14,84 +14,85 @@ 'all' => 'Mind', 'archived' => 'Archivált', 'asset_models' => 'Eszköz modell', + 'asset_model' => 'Modell', 'asset' => 'Eszköz', 'asset_report' => 'Eszköz riport', 'asset_tag' => 'Eszköz azonosító', 'assets_available' => 'elérhető eszközök', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'Könyvvizsgálat', + 'audit_report' => 'Audit napló', 'assets' => 'Eszközök', 'avatar_delete' => 'Avatar törlése', 'avatar_upload' => 'Avatar frissítése', 'back' => 'Vissza', 'bad_data' => 'Nincs találat. Talán rossz adat?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => 'Tömeges ellenőrzés', + 'bulkaudit_status' => 'Audit állapot', 'bulk_checkout' => 'Bulk Checkout', 'cancel' => 'Mégse', 'categories' => 'Kategóriák', 'category' => 'Kategória', - 'change' => 'In/Out', + 'change' => 'Be ki', 'changeemail' => 'E-mail cím módosítása', 'changepassword' => 'Jelszó módosítása', 'checkin' => 'Kiadás', 'checkin_from' => 'Kiadás innen', 'checkout' => 'Kiadás', 'city' => 'Város', - 'click_here' => 'Click here', + 'click_here' => 'Kattints ide', 'companies' => 'Cégek', 'company' => 'Cég', 'component' => 'Alkatrész', 'components' => 'Alkatrészek', - 'complete' => 'Complete', + 'complete' => 'teljes', 'consumable' => 'Fogyóeszköz', 'consumables' => 'Fogyóeszközök', 'country' => 'Ország', 'create' => 'Új létrehozása', - 'created' => 'Item Created', + 'created' => 'Elem létrehozva', 'created_asset' => 'létrehozott eszköz', 'created_at' => 'Létrehozva', - 'updated_at' => 'Updated at', + 'updated_at' => 'Frissítve:', 'currency' => 'HUF', // this is deprecated 'current' => 'Aktuális', 'custom_report' => 'Egyedi eszköz riport', 'dashboard' => 'Irányítópult', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'napok', + 'days_to_next_audit' => 'Napok a következő ellenőrzéshez', 'date' => 'Dátum', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'debug_warning' => 'Figyelem!', + 'debug_warning_text' => 'Ez az alkalmazás gyártási módban fut, a hibakeresés engedélyezve. Ez érzékeny adatokat tárhat fel, ha az alkalmazás elérhető a külvilág számára. A hibakeresési mód letiltása a APP_DEBUG érték .env fájlban történő false fájlban történő beállításával.', 'delete' => 'Törlés', 'deleted' => 'Törölve', 'delete_seats' => 'Törölt elemek', - 'departments' => 'Departments', - 'department' => 'Department', + 'departments' => 'Osztályok', + 'department' => 'Osztály', 'deployed' => 'Telepített', 'depreciation_report' => 'Értékcsökkenés riport', 'download' => 'Letöltés', 'depreciation' => 'Értékcsökkenés', 'editprofile' => 'Profil szerkeztése', 'eol' => 'EOL', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', + 'email_domain' => 'E-mail domain', + 'email_format' => 'E-mail formátum', + 'email_domain_help' => 'Ezt az e-mail címek létrehozásához használják az importálás során', + 'filastname_format' => 'Első kezdeti keresztnév (jsmith@example.com)', + 'firstname_lastname_format' => 'Utónév (jane.smith@example.com)', 'first' => 'Első', 'first_name' => 'Keresztnév', - 'first_name_format' => 'First Name (jane@example.com)', + 'first_name_format' => 'Keresztnév (jane@example.com)', 'file_name' => 'Fájl', 'file_uploads' => 'Fájlfeltöltések', 'generate' => 'Létrehoz', 'groups' => 'Csoportok', 'gravatar_email' => 'Gravatar email cím', - 'history' => 'History', + 'history' => 'Történelem', 'history_for' => 'Előzmények:', 'id' => 'ID', 'image_delete' => 'Kép törlése', 'image_upload' => 'Kép feltöltése', 'import' => 'Importálás', - 'import-history' => 'Import History', + 'import-history' => 'Import történet', 'asset_maintenance' => 'Eszköz karbantartás', 'asset_maintenance_report' => 'Eszköz Karbantartás Riport', 'asset_maintenances' => 'Eszköz karbantartások', @@ -99,7 +100,7 @@ 'insufficient_permissions' => 'Elégtelen engedély!', 'language' => 'Nyelv', 'last' => 'Legutóbbi', - 'last_login' => 'Last Login', + 'last_login' => 'Utolsó bejelentkezés', 'last_name' => 'Vezetéknév', 'license' => 'Licensz', 'license_report' => 'Licensz riport', @@ -108,11 +109,11 @@ 'list_all' => 'Listázd mind', 'loading' => 'Betöltés', 'lock_passwords' => 'A mező nem módosítható ebben a vezióban.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'feature_disabled' => 'Ez a funkció le van tiltva a demo telepítéshez.', 'location' => 'Helyszín', 'locations' => 'Helyek', 'logout' => 'Kijelentkezés', - 'lookup_by_tag' => 'Lookup by Asset Tag', + 'lookup_by_tag' => 'Keresés az Asset Tag segítségével', 'manufacturer' => 'Gyártó', 'manufacturers' => 'Gyártók', 'markdown' => 'Ez a mező enged a Github flavored markdown-hoz.', @@ -123,14 +124,14 @@ 'moreinfo' => 'További információ', 'name' => 'Név', 'next' => 'Tovább', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', - 'new' => 'new!', + 'next_audit_date' => 'Következő ellenőrzési dátum', + 'last_audit' => 'Utolsó ellenőrzés', + 'new' => 'új!', 'no_depreciation' => 'Nincs értékcsökkentés', 'no_results' => 'Nincs találat.', 'no' => 'Nem ', 'notes' => 'Megjegyzések', - 'order_number' => 'Order Number', + 'order_number' => 'Rendelésszám', 'page_menu' => '_MENU_ elemet megjelenítve', 'pagination_info' => '_START_ to _END_ of _TOTAL_ elemet megjelenítve', 'pending' => 'Függőben', @@ -139,8 +140,8 @@ 'previous' => 'Korábbi', 'processing' => 'Feldolgozás alatt', 'profile' => 'Profilod', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', + 'purchase_cost' => 'Vásárlási költség', + 'purchase_date' => 'Vásárlás időpontja', 'qty' => 'Mennyiség', 'quantity' => 'Mennyiség', 'ready_to_deploy' => 'Kiadásra kész', @@ -148,44 +149,44 @@ 'remove_company' => 'Vállati kapcsolat megszüntetése', 'reports' => 'Jelentések', 'requested' => 'Kérve', - 'request_canceled' => 'Request Canceled', + 'request_canceled' => 'A kérelem törölve', 'save' => 'Mentés', 'select' => 'Választ', 'search' => 'Keresés', - 'select_category' => 'Select a Category', - 'select_department' => 'Select a Department', + 'select_category' => 'Válasszon egy kategóriát', + 'select_department' => 'Válasszon osztályt', 'select_depreciation' => 'Válasszon ki egy értékcsökkenési típust', 'select_location' => 'Válasszon egy helyet', 'select_manufacturer' => 'Válassza ki a gyártót', 'select_model' => 'Válasszon ki egy modellt', 'select_supplier' => 'Válassza ki a szállítót', 'select_user' => 'Válasszon felhasználót', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => 'Válasszon dátumot (ÉÉÉÉ-HH-NN)', 'select_statuslabel' => 'Státusz kiválasztása', 'select_company' => 'Vállalat kiválasztása', 'select_asset' => 'Válassza ki az eszköz', 'settings' => 'Beállítások', 'sign_in' => 'Bejelentkezés', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', + 'signature' => 'Aláírás', + 'some_features_disabled' => 'DEMO MODE: Néhány funkció le van tiltva a telepítéshez.', 'site_name' => 'Hely neve', 'state' => 'Megye', 'status_labels' => 'Státusz címkék', 'status' => 'Állapot', - 'supplier' => 'Supplier', + 'supplier' => 'Támogató', 'suppliers' => 'Beszállítók', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', + 'sure_to_delete' => 'Biztosan törölni kíván', + 'submit' => 'beküldése', + 'target' => 'Cél', + 'time_and_date_display' => 'Idő és dátum megjelenítése', 'total_assets' => 'eszköz összesen', 'total_licenses' => 'licensz összesen', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', + 'total_accessories' => 'teljes tartozék', + 'total_consumables' => 'összes fogyóeszköz', 'type' => 'Típus', 'undeployable' => 'Nem kiadható', 'unknown_admin' => 'Ismeretlen Admin', - 'username_format' => 'Username Format', + 'username_format' => 'Felhasználónév formátum', 'update' => 'Frissités', 'uploaded' => 'Feltöltve', 'user' => 'Felhasználó', diff --git a/resources/lang/hu/mail.php b/resources/lang/hu/mail.php index 93e34acf98..76f1bd469d 100644 --- a/resources/lang/hu/mail.php +++ b/resources/lang/hu/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', + 'a_user_canceled' => 'A felhasználó törölte az elemkérést a webhelyen', + 'a_user_requested' => 'A felhasználó egy elemet kért a webhelyen', + 'accessory_name' => 'Tartozéknév:', + 'additional_notes' => 'További megjegyzések:', + 'admin_has_created' => 'A rendszergazda létrehozott egy fiókot az alábbi weboldalon:', 'asset' => 'Eszköz:', 'asset_name' => 'Eszköz neve:', 'asset_requested' => 'Asset requested', 'asset_tag' => 'Eszköz azonosító:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', + 'assets_warrantee_expiring' => '{1} vagyonnal a következő 60 napon belül lejár. | [2, Inf] a következő 60 napban lejáró garanciával rendelkező javak.', 'assigned_to' => 'Hozzárendelve', 'best_regards' => 'Üdvözlettel,', 'canceled' => 'Megszakítva:', 'checkin_date' => 'Visszavétel dátuma:', 'checkout_date' => 'Kiadási dátum:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', + 'click_to_confirm' => 'Kérjük, kattintson az alábbi linkre a weboldal megerősítéséhez: web account:', + 'click_on_the_link_accessory' => 'Az alján lévő linkre kattintva ellenőrizheti, hogy megkapta-e a tartozékot.', + 'click_on_the_link_asset' => 'Kérjük, kattintson az alul lévő linkre annak megerősítéséhez, hogy megkapták az eszközt.', + 'Confirm_Asset_Checkin' => 'Az Asset Checkin megerősítése.', + 'Confirm_Accessory_Checkin' => 'Ellenőrizze a kiegészítő ellenőrzéseket.', + 'Confirm_accessory_delivery' => 'Ellenőrizze a tartozék szállítását.', + 'Confirm_asset_delivery' => 'Az eszközátvitel megerősítése.', + 'Confirm_consumable_delivery' => 'Ellenőrizze a fogyóeszközök szállítását.', + 'current_QTY' => 'Jelenlegi QTY', 'Days' => 'Nap', 'days' => 'Nap', 'expecting_checkin_date' => 'Várható visszaadás dátuma:', 'expires' => 'Lejárat', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', + 'Expiring_Assets_Report' => 'Eszközök lejárati jelentése.', + 'Expiring_Licenses_Report' => 'Az engedélyekről szóló jelentés lejárata.', 'hello' => 'Helló', 'hi' => 'Üdv', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', + 'i_have_read' => 'Elolvastam és elfogadom a felhasználási feltételeket, és megkaptuk ezt az elemet.', + 'item' => 'Tétel:', + 'items_below_minimum' => '{1} olyan elem, amely a minimális készlet alatt van, vagy hamarosan alacsony lesz. | [2, Inf] olyan elemek, amelyek a minimális készlet alatt vannak, vagy hamarosan alacsonyak.', + 'Item_Request_Canceled' => 'Elemkérelem törölve', + 'Item_Requested' => 'Kért elem', + 'licenses_expiring' => '{1} engedély a következő 60 nap elteltével. | [2, Inf] licencek a következő 60 napban lejárnak.', + 'link_to_update_password' => 'Kérjük, kattintson a következő linkre a frissítéshez: webes jelszó:', + 'login_first_admin' => 'Jelentkezzen be az új Snipe-IT telepítésébe az alábbi hitelesítő adatok alapján:', 'login' => 'Belépés:', - 'Low_Inventory_Report' => 'Low Inventory Report', + 'Low_Inventory_Report' => 'Alacsony készletjelentés', 'min_QTY' => 'Min QTY', 'name' => 'Név', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', + 'new_item_checked' => 'Egy új elemet az Ön neve alatt ellenőriztek, a részletek lent találhatók.', 'password' => 'Jelszó:', 'password_reset' => 'Jelszó visszaállítása', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', + 'read_the_terms' => 'Kérjük, olvassa el az alábbi használati feltételeket.', + 'read_the_terms_and_click' => 'Kérjük, olvassa el az alábbi használati feltételeket, és kattintson az alul lévő linkre annak megerősítéséhez, hogy olvassa el és elfogadja a használati feltételeket, és megkapta az eszközt.', 'requested' => 'Kérve:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'reset_link' => 'Jelszó visszaállítása linkre', + 'reset_password' => 'Kattintson ide a jelszó visszaállításához:', + 'serial' => 'Sorozatszám:', + 'supplier' => 'Támogató', + 'tag' => 'Címke', + 'test_email' => 'Tesztelje az e-mailt a Snipe-IT-től', + 'test_mail_text' => 'Ez a Snipe-IT Asset Management System tesztje. Ha ez megvan, a levél működik :)', + 'the_following_item' => 'A következő tételt ellenőrzik:', + 'There_are' => '{1} Van | [2, Inf] Vannak', + 'to_reset' => 'A webes jelszó visszaállításához töltsd ki ezt az űrlapot:', + 'type' => 'típus', + 'user' => 'felhasználó:', + 'username' => 'Felhasználónév:', + 'welcome' => 'Üdvözöljük: név', + 'welcome_to' => 'Üdvözöljük a weboldalon!', + 'your_credentials' => 'A Snipe-IT hitelesítő adatai', ); diff --git a/resources/lang/hu/validation.php b/resources/lang/hu/validation.php index 22ff6358f7..60554dd264 100644 --- a/resources/lang/hu/validation.php +++ b/resources/lang/hu/validation.php @@ -16,18 +16,18 @@ return array( 'accepted' => 'A :attribute el kell fogadni.', 'active_url' => 'A :attribute nem valós URL.', 'after' => 'Az :attribute ezután a dátum után kell, hogy legyen :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'A: attribútumnak dátumnak kell lennie, vagy egyenlőnek kell lennie: dátummal.', 'alpha' => 'A :attribute csak betűket tartalmazhat.', 'alpha_dash' => 'A :attribute csak betűket, számokat és perjelet tartalmazhat.', 'alpha_num' => 'A :attribute csak betűket, számokat tartalmazhat.', - 'array' => 'The :attribute must be an array.', + 'array' => 'A: attribútumnak tömbnek kell lennie.', 'before' => 'A :attribute csak :date elötti dátum lehet.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'A: attribútumnak dátumnak kell lennie, vagy egyenlőnek kell lennie: dátummal.', 'between' => [ 'numeric' => 'A :attribute az érték között kell lennie :min -:max.', 'file' => 'A :attribute :min - :max kilobájt között kell lenni.', 'string' => 'A :attribute :min - :max karakter között kell lenni.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'A: attribútumnak rendelkeznie kell: min és max elem között.', ], 'boolean' => 'Az attribútumnak igaznak, vagy hamisnak kell lennie (true/false).', 'confirmed' => 'A :attribute ellenörzés nem egyezik.', @@ -36,56 +36,56 @@ return array( 'different' => 'A :attribute és :other különböznie kell.', 'digits' => 'A :attribute :digits számjegynek kell lenni.', 'digits_between' => 'A :attribute :min - :max számjegy között kell lenni.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'A: attribútum érvénytelen képmérettel rendelkezik.', + 'distinct' => 'A: attribútum mező duplikált értéket tartalmaz.', 'email' => 'Az :attribute formátuma érvénytelen.', 'exists' => 'A kiválasztott :attribute étvénytelen.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'A: attribútumnak fájlnak kell lennie.', + 'filled' => 'A: attribútum mezőnek értéket kell tartalmaznia.', 'image' => 'A :attribute képnek kell lenni.', 'in' => 'A kiválasztott :attribute étvénytelen.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'A: attribútum mező nem létezik: más.', 'integer' => 'A :attribute számnak kell lennie.', 'ip' => 'A :attribute érvényes IP címnek kell lenni.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'A: attribútumnak érvényes IPv4-címnek kell lennie.', + 'ipv6' => 'A: attribútumnak érvényes IPv6-címnek kell lennie.', + 'json' => 'A: attribútumnak érvényes JSON-karakterláncnak kell lennie.', 'max' => [ 'numeric' => 'A :attribute nem lehet nagyobb, mint :max.', 'file' => 'A :attribute nem lehet nagyobb, mint :max kilobájt.', 'string' => 'A :attribute nem lehet nagyobb, mint :max karakter.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'A: attribútumnak nem lehet több: max eleme.', ], 'mimes' => 'A :attribute ilyen fájl típusnak kell lennie: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'A: attribútumnak a következő típusú fájlnak kell lennie:: values.', 'min' => [ 'numeric' => 'A :attribute legalább :min kell lenni.', 'file' => 'A :attribute legalább :min kilobájt kell lenni.', 'string' => 'A :attribute legalább :min karakter kell lenni.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'A: attribútumnak rendelkeznie kell legalább: min elemekkel.', ], 'not_in' => 'A kiválasztott :attribute étvénytelen.', 'numeric' => 'A :attribute csak szám lehet.', - 'present' => 'The :attribute field must be present.', + 'present' => 'A: attribútum mezőnek jelen kell lennie.', 'regex' => 'Az :attribute formátuma érvénytelen.', 'required' => 'A :attribute mező kötelező.', 'required_if' => 'A :attribute mező kötelező ha :other egy :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'A: attribútummezőt csak akkor kell megadni, ha: az egyéb értéke: értéke.', 'required_with' => 'A :attribute mező kötelező ha :value jelen van.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'A: attribútum mező akkor szükséges, ha: értékek vannak jelen.', 'required_without' => 'A :attribute mező kötelező ha :value nincs jelen.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'A: attribútummező akkor szükséges, ha egyik sem: értéke nincs.', 'same' => 'A :attribute és :other egyeznie kell.', 'size' => [ 'numeric' => 'A :attribute kötelező mérete :size.', 'file' => 'A :attribute kötelező mérete :size kilobájt.', 'string' => 'A :attribute kötelező mérete :size karakter.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'A: attribútumnak tartalmaznia kell: méretű elemeket.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'A: attribútumnak stringnek kell lennie.', + 'timezone' => 'A: attribútumnak érvényes zónának kell lennie.', 'unique' => 'A :attribute már foglalt.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'A: attribútum nem sikerült feltölteni.', 'url' => 'Az :attribute formátuma érvénytelen.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "A: attribútum mező olyan karaktert tartalmaz, amely nem megengedett.", + "email_array" => "Egy vagy több e-mail cím érvénytelen.", + "hashed_pass" => "A jelenlegi jelszava helytelen", + 'dumbpwd' => 'Ez a jelszó túl gyakori.', + "statuslabel_type" => "Meg kell határoznia egy érvényes állapotcímke típust", + "unique_undeleted" => "A: attribútumnak egyedinek kell lennie.", ], /* diff --git a/resources/lang/id/admin/asset_maintenances/message.php b/resources/lang/id/admin/asset_maintenances/message.php index be87396015..e6f4f43bef 100644 --- a/resources/lang/id/admin/asset_maintenances/message.php +++ b/resources/lang/id/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Perawatan aset telah sukses di buat.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Pemeliharaan Aset tidak diedit, coba lagi.', + 'success' => 'Pemeliharaan Aset berhasil diedit.' ], 'asset_maintenance_incomplete' => 'Belum selesai', 'warranty' => 'Garansi', diff --git a/resources/lang/id/admin/custom_fields/message.php b/resources/lang/id/admin/custom_fields/message.php index 27f7bdd3b7..5ad9eb4334 100644 --- a/resources/lang/id/admin/custom_fields/message.php +++ b/resources/lang/id/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset tidak ada', 'create' => array( 'error' => 'Fieldset gagal di buat, silahkan coba kembali.', diff --git a/resources/lang/id/admin/departments/message.php b/resources/lang/id/admin/departments/message.php index d65f4fbb2b..4d53020053 100644 --- a/resources/lang/id/admin/departments/message.php +++ b/resources/lang/id/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Departemen tidak ada.', + 'assoc_users' => 'Departemen ini saat ini terkait dengan setidaknya satu pengguna dan tidak dapat dihapus. Perbarui pengguna Anda untuk tidak lagi merujuk departemen ini dan coba lagi.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Departemen tidak tercipta, silahkan dicoba lagi.', + 'success' => 'Departemen berhasil dibuat.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Departemen tidak diperbarui, silakan coba lagi', + 'success' => 'Departemen berhasil diperbarui.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Yakin ingin menghapus departemen ini?', + 'error' => 'Terjadi masalah saat menghapus departemen. Silahkan coba lagi', + 'success' => 'Departemen berhasil dihapus.' ) ); diff --git a/resources/lang/id/admin/departments/table.php b/resources/lang/id/admin/departments/table.php index 76494247be..a259294da5 100644 --- a/resources/lang/id/admin/departments/table.php +++ b/resources/lang/id/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'name' => 'nama departemen', + 'manager' => 'Manajer', + 'location' => 'Lokasi', + 'create' => 'Buat Departemen', + 'update' => 'Perbarui Departemen', ); diff --git a/resources/lang/id/admin/hardware/form.php b/resources/lang/id/admin/hardware/form.php index 5275a62040..6ac4bb3b47 100644 --- a/resources/lang/id/admin/hardware/form.php +++ b/resources/lang/id/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Harga Pembelian', 'create' => 'Membuat aset', 'date' => 'Tanggal pembelian', + 'depreciation' => 'Penyusutan', 'depreciates_on' => 'Penyusutan aktif', 'default_location' => 'Lokasi awal', 'eol_date' => 'Tanggal EOL', diff --git a/resources/lang/id/admin/hardware/general.php b/resources/lang/id/admin/hardware/general.php index a4095cf936..7cc4600c11 100644 --- a/resources/lang/id/admin/hardware/general.php +++ b/resources/lang/id/admin/hardware/general.php @@ -7,7 +7,7 @@ return array( 'asset' => 'Aset', 'bulk_checkout' => 'Pemberian aset kepada pengguna', 'checkin' => 'Pengembalian aset', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Aset Checkout', 'clone' => 'Klon Aset', 'deployable' => 'Dapat digunakan', 'deleted' => 'Aset ini telah di hapus. Klik disini untuk memulihkan.', diff --git a/resources/lang/id/admin/hardware/message.php b/resources/lang/id/admin/hardware/message.php index 9cef28417c..e1f46f67ef 100644 --- a/resources/lang/id/admin/hardware/message.php +++ b/resources/lang/id/admin/hardware/message.php @@ -25,8 +25,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Audit aset tidak berhasil. Silahkan coba lagi', + 'success' => 'Audit aset berhasil login.' ), @@ -54,7 +54,7 @@ return array( 'delete' => array( 'confirm' => 'Apakah Anda yakin untuk menghapus aset ini?', 'error' => 'Terdapat kesalahan pada saat penghapusan aset. Silahkan coba kembali.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => 'Tidak ada aset yang dipilih, jadi tidak ada yang dihapus.', 'success' => 'Aset sukses terhapus.' ), diff --git a/resources/lang/id/admin/licenses/general.php b/resources/lang/id/admin/licenses/general.php index f3e5fbeee8..22290291bc 100644 --- a/resources/lang/id/admin/licenses/general.php +++ b/resources/lang/id/admin/licenses/general.php @@ -2,7 +2,7 @@ return array( 'about_licenses_title' => 'Tentang Lisensi', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'about_licenses' => 'Lisensi digunakan untuk melacak perangkat lunak. Mereka memiliki sejumlah kursi yang bisa diperiksa ke individu', 'checkin' => 'Pemberian kapasitas lisensi', 'checkout_history' => 'Riwayat Pemberian', 'checkout' => 'Pemberian kapasitas lisensi', diff --git a/resources/lang/id/admin/licenses/message.php b/resources/lang/id/admin/licenses/message.php index bdb2517939..d91c2389a6 100644 --- a/resources/lang/id/admin/licenses/message.php +++ b/resources/lang/id/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'Aset yang hendak di asosiasikan dengan lisensi ini tidak ada.', 'owner_doesnt_match_asset' => 'Aset yang hendak di asosiasikan dengan lisensi ini di miliki oleh seseorang yang tidak masuk dalam daftar.', 'assoc_users' => 'Lisensi ini sudah diberikan kepada pengguna dan tidak dapat di hapus. Silahkan cek lisensi terlebih dahulu kemudian coba hapus kembali. ', + 'select_asset_or_person' => 'Anda harus memilih aset atau pengguna, namun tidak keduanya.', 'create' => array( @@ -23,7 +24,7 @@ return array( 'error' => 'Berkas belum terunggah. Silakan coba kembali.', 'success' => 'Berkas sukses terunggah.', 'nofiles' => 'Anda belum memilih berkas untuk di unggah, atau berkas yang akan di unggah terlalu besar ukurannya', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'invalidfiles' => 'Satu atau lebih file Anda terlalu besar atau merupakan jenis filetype yang tidak diizinkan. Filetype yang diperbolehkan adalah png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, dan lic.', ), 'update' => array( diff --git a/resources/lang/id/admin/locations/table.php b/resources/lang/id/admin/locations/table.php index 199e62d7da..95f96a0a67 100644 --- a/resources/lang/id/admin/locations/table.php +++ b/resources/lang/id/admin/locations/table.php @@ -1,8 +1,8 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'about_locations_title' => 'Tentang Lokasi', + 'about_locations' => 'Lokasi digunakan untuk melacak informasi lokasi bagi pengguna, aset, dan item lainnya', 'assets_rtd' => 'Aset', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. 'assets_checkedout' => 'Aset-aset yang ditetapkan', 'id' => 'ID', @@ -17,5 +17,5 @@ return array( 'locations' => 'Lokasi', 'parent' => 'Induk', 'currency' => 'Lokasi Mata Uang', - 'ldap_ou' => 'LDAP Search OU', + 'ldap_ou' => 'LDAP Cari OU', ); diff --git a/resources/lang/id/admin/models/general.php b/resources/lang/id/admin/models/general.php index 95b4daab56..d0be54839e 100644 --- a/resources/lang/id/admin/models/general.php +++ b/resources/lang/id/admin/models/general.php @@ -1,11 +1,11 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', + 'about_models_title' => 'Tentang Model Aset', + 'about_models_text' => 'Model Aset adalah cara untuk mengelompokkan aset identik. "MBP 2013", "IPhone 6s", dll.', 'deleted' => 'Model ini telah dihapus. Click di sini untuk memulihkan.', 'restore' => 'Mengembalikan Model', - 'requestable' => 'Users may request this model', + 'requestable' => 'Pengguna dapat meminta model ini', 'show_mac_address' => 'Tampilkan alamat MAC di aset untuk model ini', 'view_deleted' => 'Lihat yang Dihapus', 'view_models' => 'Lihat Model', diff --git a/resources/lang/id/admin/models/message.php b/resources/lang/id/admin/models/message.php index d35a755a99..927cf6e69a 100644 --- a/resources/lang/id/admin/models/message.php +++ b/resources/lang/id/admin/models/message.php @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Tidak ada bidang yang berubah, jadi tidak ada yang diperbarui.', + 'success' => 'Model diperbarui' ), ); diff --git a/resources/lang/id/admin/settings/general.php b/resources/lang/id/admin/settings/general.php index 714aefba5e..a955a4bc61 100644 --- a/resources/lang/id/admin/settings/general.php +++ b/resources/lang/id/admin/settings/general.php @@ -10,10 +10,10 @@ return array( 'alert_interval' => 'Ambang batas pemberitahuan kadaluarsa (dalam hari)', 'alert_inv_threshold' => 'Ambang pemberitahuan persediaan', 'asset_ids' => 'Aset id', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'Interval Audit', + 'audit_interval_help' => 'Jika Anda diminta untuk secara teratur melakukan audit aset secara fisik, masukkan selang waktu dalam beberapa bulan.', + 'audit_warning_days' => 'Ambang Peringatan Audit', + 'audit_warning_days_help' => 'Berapa hari sebelumnya yang harus kami peringatkan saat aset akan dilelang?', 'auto_increment_assets' => 'Membuat otomatis pembahan nomor ID aset', 'auto_increment_prefix' => 'Awalan (pilihan)', 'auto_incrementing_help' => 'Hidupkan penambahan otomatis terlebih dahulu sebelumnya', @@ -67,8 +67,8 @@ return array( 'ldap_email' => 'LDAP Email', 'load_remote_text' => 'Kode jarak jauh', 'load_remote_help_text' => 'Snipe-IT dapat menggunakan kode program dari luar.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => 'Login Catatan', + 'login_note_help' => 'Opsional memasukkan beberapa kalimat di layar masuk Anda, misalnya untuk membantu orang-orang yang telah menemukan perangkat yang hilang atau dicuri. Bidang ini menerima posur rasa Github', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Membatasi pengguna (termasuk admin) diberikan kepada perusahaan untuk aset perusahaan mereka.', 'full_multiple_companies_support_text' => 'Dukungan penuh beberapa perusahaan', @@ -77,12 +77,12 @@ return array( 'php' => 'Versi PHP', 'php_gd_info' => 'Anda harus memasang php-gd untuk menampilkan kode QR, baca petunjuk pemasangan.', 'php_gd_warning' => 'Plugin PHP pengolahan citra dan GD tidak diinstal.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Kompleksitas Password', + 'pwd_secure_complexity_help' => 'Pilih aturan kerumitan kompleksitas yang ingin Anda tegakkan.', + 'pwd_secure_min' => 'Karakter minimum kata sandi', + 'pwd_secure_min_help' => 'Nilai minimum yang diijinkan adalah 5', + 'pwd_secure_uncommon' => 'Mencegah password umum', + 'pwd_secure_uncommon_help' => 'Ini akan melarang pengguna menggunakan kata kunci umum dari 10.000 sandi teratas yang dilaporkan mengalami pelanggaran.', 'qr_help' => 'Hidupkan kode QR sebelumnya', 'qr_text' => 'Teks kode QR', 'setting' => 'Pengaturan', @@ -102,7 +102,7 @@ return array( 'about_settings_text' => 'Dengan pengaturan ini anda dapat merubah aspek tertentu pada instalasi.', 'labels_per_page' => 'Label per halaman', 'label_dimensions' => 'Dimensi label (inch)', - 'next_auto_tag_base' => 'Next auto-increment', + 'next_auto_tag_base' => 'Berikutnya auto-increment', 'page_padding' => 'Marjin halaman (inch)', 'purge' => 'Pembersihan catatan yang telah terhapus', 'labels_display_bgutter' => 'Ukuran bawah label', @@ -116,28 +116,30 @@ return array( 'inches' => 'inci', 'width_w' => 'l', 'height_h' => 't', + 'show_url_in_emails' => 'Tautan ke Snipe-IT di Email', + 'show_url_in_emails_help_text' => 'Hapus centang pada kotak ini jika Anda tidak ingin menautkan kembali ke instalasi Snipe-IT Anda di footer email Anda. Berguna jika sebagian besar pengguna Anda tidak pernah masuk.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', + 'thumbnail_max_h' => 'Tinggi thumbnail maks', + 'thumbnail_max_h_help' => 'Tinggi maksimum piksel yang dapat ditampilkan thumbnail dalam tampilan daftar. Min 25, maks 500.', + 'two_factor' => 'Dua faktor otentikasi', + 'two_factor_secret' => 'Kode Dua Faktor', + 'two_factor_enrollment' => 'Pendaftaran Dua Faktor', + 'two_factor_enabled_text' => 'Aktifkan Dua Faktor', + 'two_factor_reset' => 'Reset Dua Faktor Rahasia', + 'two_factor_reset_help' => 'Ini akan memaksa pengguna untuk mendaftarkan perangkat mereka dengan Google Authenticator lagi. Ini bisa berguna jika perangkat mereka saat ini terdaftar hilang atau dicuri.', + 'two_factor_reset_success' => 'Dua perangkat faktor berhasil di-reset', + 'two_factor_reset_error' => 'Dua faktor perangkat reset gagal', + 'two_factor_enabled_warning' => 'Mengaktifkan dua faktor jika saat ini tidak diaktifkan akan segera memaksa Anda untuk melakukan otentikasi dengan perangkat yang terdaftar di Google Auth. Anda akan memiliki kemampuan untuk mendaftarkan perangkat Anda jika seseorang tidak terdaftar saat ini.', + 'two_factor_enabled_help' => 'Ini akan mengaktifkan autentikasi dua faktor menggunakan Google Authenticator.', + 'two_factor_optional' => 'Selektif (Pengguna dapat mengaktifkan atau menonaktifkan jika diizinkan)', + 'two_factor_required' => 'Diperlukan untuk semua pengguna', + 'two_factor_disabled' => 'Cacat', + 'two_factor_enter_code' => 'Masukkan Kode Dua Faktor', + 'two_factor_config_complete' => 'Kirim Kode', + 'two_factor_enabled_edit_not_allowed' => 'Administrator Anda tidak mengizinkan Anda untuk mengedit pengaturan ini.', + 'two_factor_enrollment_text' => "Diperlukan dua faktor otentikasi, namun perangkat Anda belum terdaftar. Buka aplikasi Google Authenticator Anda dan pindai kode QR di bawah ini untuk mendaftarkan perangkat Anda. Setelah mendaftarkan perangkat Anda, masukkan kode di bawah ini", + 'require_accept_signature' => 'Membutuhkan tanda tangan', + 'require_accept_signature_help_text' => 'Mengaktifkan fitur ini akan mengharuskan pengguna untuk secara fisik menandatangani untuk menerima aset.', 'left' => 'kiri', 'right' => 'kanan', 'top' => 'atas', diff --git a/resources/lang/id/admin/statuslabels/message.php b/resources/lang/id/admin/statuslabels/message.php index 3566d06ceb..1f6665527c 100644 --- a/resources/lang/id/admin/statuslabels/message.php +++ b/resources/lang/id/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => 'Anda yakin untuk menghapus model label status ini?', 'error' => 'Terdapat kesalahan pada saat penghapusan label status ini. Silahkan coba kembali.', 'success' => 'Sukses menghapus label status.' - ) + ), + + 'help' => array( + 'undeployable' => 'Aset ini tidak dapat diberikan kepada siapapun.', + 'deployable' => 'Aset ini bisa diperiksa. Begitu mereka ditugaskan, mereka akan mengambil status meta Deployed.', + 'archived' => 'Aset ini tidak dapat diperiksa, dan hanya akan muncul di tampilan Arsip. Ini berguna untuk menyimpan informasi tentang aset untuk tujuan anggaran / sejarah namun menjauhkan mereka dari daftar aset sehari-hari.', + 'pending' => 'Aset ini belum bisa diberikan kepada siapapun, sering digunakan untuk barang yang sedang diperbaiki, namun diperkirakan akan kembali beredar.', + ), ); diff --git a/resources/lang/id/admin/suppliers/table.php b/resources/lang/id/admin/suppliers/table.php index a59f5abd31..2187b3aabe 100644 --- a/resources/lang/id/admin/suppliers/table.php +++ b/resources/lang/id/admin/suppliers/table.php @@ -1,8 +1,8 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'about_suppliers_title' => 'Tentang Pemasok', + 'about_suppliers_text' => 'Pemasok digunakan untuk melacak sumber barang', 'address' => 'Alamat pemasok', 'assets' => 'Aset', 'city' => 'Kota', diff --git a/resources/lang/id/admin/users/general.php b/resources/lang/id/admin/users/general.php index eef4f4ea13..1e474883d8 100644 --- a/resources/lang/id/admin/users/general.php +++ b/resources/lang/id/admin/users/general.php @@ -4,8 +4,8 @@ return array( 'assets_user' => 'Aset pada :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', + 'bulk_update_warn' => 'Anda akan mengedit properti dari: user_count pengguna. Harap perhatikan bahwa Anda tidak dapat mengubah atribut pengguna Anda sendiri menggunakan formulir ini, dan harus melakukan pengeditan kepada pengguna Anda sendiri satu per satu.', + 'bulk_update_help' => 'Formulir ini memungkinkan Anda untuk memperbarui beberapa pengguna sekaligus. Isi saja bidang yang perlu Anda ubah. Setiap bidang yang dikosongkan akan tetap tidak berubah.', 'current_assets' => 'Aset ini untuk pengguna ini', 'clone' => 'Klon pengguna', 'contact_user' => 'Kontak :name', @@ -13,13 +13,13 @@ return array( 'filetype_info' => 'Jenis berkas diizinkan adalah png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, dan rar.', 'history_user' => 'Riwayat untuk :name', 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => 'Klik di sini untuk mengembalikannya.', 'last_login' => 'Terakhir masuk', 'ldap_config_text' => 'Konfigurasi LDAP terdapat di Admin > Pengaturan. Jika lokasi di pilih, maka akan di impor untuk semua pengguna.', 'software_user' => 'Perangkat lunak pada :name', 'view_user' => 'Lihat pengguna: name', 'usercsv' => 'Berkas CSV', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'two_factor_admin_optin_help' => 'Pengaturan admin Anda saat ini memungkinkan penegakan dua faktor otentikasi selektif.', + 'two_factor_enrolled' => 'Perangkat 2FA Terdaftar', + 'two_factor_active' => '2FA Aktif', ); diff --git a/resources/lang/id/admin/users/message.php b/resources/lang/id/admin/users/message.php index 26f22ee9e7..da820d015c 100644 --- a/resources/lang/id/admin/users/message.php +++ b/resources/lang/id/admin/users/message.php @@ -4,7 +4,7 @@ return array( 'accepted' => 'Anda sukses menerima aset ini.', 'declined' => 'Anda sukses menolak aset ini.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'bulk_manager_warn' => 'Pengguna Anda telah berhasil diperbarui, namun entri pengelola Anda tidak disimpan karena manajer yang Anda pilih juga ada dalam daftar pengguna untuk diedit, dan pengguna mungkin bukan manajer mereka sendiri. Silakan pilih pengguna Anda lagi, tidak termasuk manajernya.', 'user_exists' => 'Pengguna sudah ada!', 'user_not_found' => 'Pengguna [:id] tidak terdaftar.', 'user_login_required' => 'Kolom login wajib di-isi', @@ -17,7 +17,7 @@ return array( 'success' => array( 'create' => 'Pengguna sukses di buat.', 'update' => 'Pengguna sukses di perbarui.', - 'update_bulk' => 'Users were successfully updated!', + 'update_bulk' => 'Pengguna berhasil diperbarui!', 'delete' => 'Pengguna sukses di hapus.', 'ban' => 'Pengguna sukses di blokir.', 'unban' => 'Pengguna sukses tidak di blokir.', @@ -31,7 +31,7 @@ return array( 'create' => 'Terdapat kesalahan ketika membuat pengguna. Silahkan coba kembali.', 'update' => 'Terdapat masalah ketika memperbarui pengguna. Silahkan coba kembali.', 'delete' => 'Terdapat masalah ketika menghapus pengguna. Silahkan coba kembali.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Pengguna ini memiliki item yang ditugaskan dan tidak dapat dihapus.', 'unsuspend' => 'Terdapat masalah ketika menangguhkan pengguna. Silahkan coba kembali.', 'import' => 'Terdapat masalah ketika mengimpor pengguna. Silahkan coba kembali.', 'asset_already_accepted' => 'Aset ini telah di terima.', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => 'Server LDAP gagal mengikat. Silahkan cek kembali konfigurasi server LDAP di berkas config.
Eror dari server LDAP: ', 'ldap_could_not_search' => 'Gagal mencari server LDAP. Silahkan cek konfigurasi server LDAP di berkas config LDAP.
Eror dari server LDAP:', 'ldap_could_not_get_entries' => 'Gagal menerima catatan dari server LDAP. Silahkan cek konfigurasi server LDAP di berkas config LDAP.
Eror dari server LDAP:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'Kata sandi untuk akun ini dikelola oleh LDAP / Active Directory. Silakan menghubungi departemen TI Anda untuk mengganti kata sandi Anda.', ), 'deletefile' => array( diff --git a/resources/lang/id/admin/users/table.php b/resources/lang/id/admin/users/table.php index 8306ca818d..143aa12b60 100644 --- a/resources/lang/id/admin/users/table.php +++ b/resources/lang/id/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Lokasi', 'lock_passwords' => 'Detail masuk tidak dapat di ubah ketika instalasi.', 'manager' => 'Manajer', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Lokasi yang Dikelola', 'name' => 'Nama', 'notes' => 'Catatan', 'password_confirm' => 'Konfirmasikan Kata Sandi', @@ -28,10 +28,10 @@ return array( 'show_current' => 'Tampilkan pengguna saat ini', 'show_deleted' => 'Tampilkan pengguna yang di hapus', 'title' => 'Judul', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => 'untuk mengembalikannya', 'updateuser' => 'Perbarui Pengguna', 'username' => 'Nama Pengguna', - 'user_deleted_text' => 'This user has been marked as deleted.', + 'user_deleted_text' => 'Pengguna ini telah ditandai sebagai telah dihapus.', 'username_note' => '(Ini digunakan untuk mengikat Active Directory saja, bukan untuk login.)', 'cloneuser' => 'Klon pengguna', 'viewusers' => 'Tampilkan Pengguna', diff --git a/resources/lang/id/auth/message.php b/resources/lang/id/auth/message.php index 47981f328c..ab0eba053a 100644 --- a/resources/lang/id/auth/message.php +++ b/resources/lang/id/auth/message.php @@ -7,7 +7,7 @@ return array( 'account_not_activated' => 'Akun pengguna ini belum ter-aktivasi.', 'account_suspended' => 'Akun pengguna ini di tangguhkan.', 'account_banned' => 'Akun pengguna ini dilarang.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'throttle' => 'Terlalu banyak usaha login yang gagal Silakan coba lagi di sekitar: menit menit (s).', 'signin' => array( 'error' => 'Terdapat kesalahan ketika anda mencoba masuk, silahkan coba kembali.', diff --git a/resources/lang/id/button.php b/resources/lang/id/button.php index c61f005cca..fed0963651 100644 --- a/resources/lang/id/button.php +++ b/resources/lang/id/button.php @@ -11,5 +11,5 @@ return array( 'request' => 'Permintaan', 'submit' => 'Kirim', 'upload' => 'Unggah', - 'select_file' => 'Select File...', + 'select_file' => 'Pilih file...', ); diff --git a/resources/lang/id/general.php b/resources/lang/id/general.php index 77bc100792..8dd86f2e67 100644 --- a/resources/lang/id/general.php +++ b/resources/lang/id/general.php @@ -14,58 +14,59 @@ 'all' => 'Semua', 'archived' => 'Diarsipkan', 'asset_models' => 'Model aset', + 'asset_model' => 'Model', 'asset' => 'Aset', 'asset_report' => 'Laporan aset', 'asset_tag' => 'Tag Aset', 'assets_available' => 'Aset yang tersedia', 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit_report' => 'Log Audit', 'assets' => 'Aset', 'avatar_delete' => 'Hapus avatar', 'avatar_upload' => 'Unggah avatar', 'back' => 'Kembali', 'bad_data' => 'Tidak di temukan. Kemungkinan data rusak?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => 'Audit Massal', + 'bulkaudit_status' => 'Status Audit', 'bulk_checkout' => 'check-out masal', 'cancel' => 'Batalkan', 'categories' => 'Kategori', 'category' => 'Kategori', - 'change' => 'In/Out', + 'change' => 'Masuk / keluar', 'changeemail' => 'Rubah alamat email', 'changepassword' => 'Rubah Kata sandi', 'checkin' => 'Check-in', 'checkin_from' => 'Check-in dari', 'checkout' => 'Check-out', 'city' => 'Kota', - 'click_here' => 'Click here', + 'click_here' => 'Klik disini', 'companies' => 'Perusahaan', 'company' => 'Perusahaan', 'component' => 'Komponen', 'components' => 'Komponen', - 'complete' => 'Complete', + 'complete' => 'Lengkap', 'consumable' => 'Barang Habis Pakai', 'consumables' => 'Barang Habis Pakai', 'country' => 'Negara', 'create' => 'Buat baru', - 'created' => 'Item Created', + 'created' => 'Item dibuat', 'created_asset' => 'Buat aset', 'created_at' => 'Dibuat di', - 'updated_at' => 'Updated at', + 'updated_at' => 'Diperbarui pada', 'currency' => '$', // this is deprecated 'current' => 'Saat ini', 'custom_report' => 'Laporan kustom aset', 'dashboard' => 'Dashboard', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'hari', + 'days_to_next_audit' => 'Hari ke Audit Berikutnya', 'date' => 'Tanggal', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'debug_warning' => 'PERINGATAN!', + 'debug_warning_text' => 'Aplikasi ini berjalan dalam mode produksi dengan debugging diaktifkan. Hal ini dapat mengekspos data sensitif jika aplikasi Anda dapat diakses oleh dunia luar. Nonaktifkan mode debug dengan menetapkan nilai APP_DEBUG di file .env Anda ke false.', 'delete' => 'Hapus', 'deleted' => 'Dihapus', 'delete_seats' => 'Lisensi di hapus', - 'departments' => 'Departments', - 'department' => 'Department', + 'departments' => 'Departemen', + 'department' => 'Departemen', 'deployed' => 'Dijalankan', 'depreciation_report' => 'Laporan penyusutan', 'download' => 'Download', @@ -91,7 +92,7 @@ 'image_delete' => 'Menghapus gambar', 'image_upload' => 'Unggah gambar', 'import' => 'Impor', - 'import-history' => 'Import History', + 'import-history' => 'Sejarah Impor', 'asset_maintenance' => 'Pemeliharaan Aset', 'asset_maintenance_report' => 'Laporan Pemeliharaan Aset', 'asset_maintenances' => 'Pemeliharaan Aset', @@ -99,7 +100,7 @@ 'insufficient_permissions' => 'Tidak ada hak akses!', 'language' => 'Bahasa', 'last' => 'Terakhir', - 'last_login' => 'Last Login', + 'last_login' => 'Login terakhir', 'last_name' => 'Nama Belakang', 'license' => 'Lisensi', 'license_report' => 'Laporan Lisensi', @@ -108,7 +109,7 @@ 'list_all' => 'Tampilkan semua', 'loading' => 'Memuat', 'lock_passwords' => 'Field ini tidak dapat di edit ketika instalasi.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'feature_disabled' => 'Fitur ini telah dinonaktifkan untuk instalasi demo.', 'location' => 'Lokasi', 'locations' => 'Lokasi', 'logout' => 'Keluar', @@ -123,14 +124,14 @@ 'moreinfo' => 'Lebih Lanjut', 'name' => 'Nama', 'next' => 'Berikutnya', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Tanggal Audit berikutnya', + 'last_audit' => 'Audit terakhir', 'new' => 'baru!', 'no_depreciation' => 'Tidak ada penyusutan', 'no_results' => 'Tidak ada hasil.', 'no' => 'Tidak', 'notes' => 'Catatan', - 'order_number' => 'Order Number', + 'order_number' => 'Jumlah order', 'page_menu' => 'Menampilkan item _MENU_', 'pagination_info' => 'Menampilkan hal_START_ to _END_ of _TOTAL_', 'pending' => 'Ditunda', @@ -139,8 +140,8 @@ 'previous' => 'Sebelumnya', 'processing' => 'Pengolahan', 'profile' => 'Profil anda', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', + 'purchase_cost' => 'Biaya Pembelian', + 'purchase_date' => 'Tanggal Pembelian', 'qty' => 'JML', 'quantity' => 'Jumlah', 'ready_to_deploy' => 'Siap digunakan', @@ -148,40 +149,40 @@ 'remove_company' => 'Hapus Asosiasi Perusahaan', 'reports' => 'Laporan', 'requested' => 'Diminta', - 'request_canceled' => 'Request Canceled', + 'request_canceled' => 'Permintaan Dibatalkan', 'save' => 'Simpan', 'select' => 'Pilih', 'search' => 'Cari', 'select_category' => 'Memilih Kategori', - 'select_department' => 'Select a Department', + 'select_department' => 'Pilih Departemen', 'select_depreciation' => 'Memilih tipe penyusutan', 'select_location' => 'Memilih lokasi', 'select_manufacturer' => 'Memilih pabrikan', 'select_model' => 'Memilih model', 'select_supplier' => 'Memilih pemasok', 'select_user' => 'Memilih pengguna', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => 'Pilih Tanggal (YYYY-MM-DD)', 'select_statuslabel' => 'Memilih Status', 'select_company' => 'Memilih Perusahaan', 'select_asset' => 'Memilih Aset', 'settings' => 'Pengaturan', 'sign_in' => 'Masuk', - 'signature' => 'Signature', + 'signature' => 'Tanda tangan', 'some_features_disabled' => 'DEMO: Beberapa fitur tidak aktif.', 'site_name' => 'Nama Situs', 'state' => 'Provinsi', 'status_labels' => 'Status label', 'status' => 'Status', - 'supplier' => 'Supplier', + 'supplier' => 'Pemasok', 'suppliers' => 'Pemasok', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', + 'sure_to_delete' => 'Yakin ingin menghapusnya', + 'submit' => 'Menyerahkan', 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', + 'time_and_date_display' => 'Tampilan Waktu dan Tanggal', 'total_assets' => 'total aset', 'total_licenses' => 'total lisensi', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', + 'total_accessories' => 'total aksesoris', + 'total_consumables' => 'total habis', 'type' => 'Tipe', 'undeployable' => 'Belum siap digunakan', 'unknown_admin' => 'Admin tidak diketahui', diff --git a/resources/lang/id/mail.php b/resources/lang/id/mail.php index 3176f9a2f5..658f12b95d 100644 --- a/resources/lang/id/mail.php +++ b/resources/lang/id/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', + 'a_user_canceled' => 'Pengguna telah membatalkan permintaan item di situs web', + 'a_user_requested' => 'Pengguna telah meminta item di situs web', 'accessory_name' => 'Nama Aksesori:', 'additional_notes' => 'Catatan Tambahan:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', + 'admin_has_created' => 'Administrator telah membuat akun untuk Anda di: situs web web.', 'asset' => 'Aset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', + 'asset_name' => 'Nama Aset:', + 'asset_requested' => 'Permintaan aset', + 'asset_tag' => 'Tag Aset', + 'assets_warrantee_expiring' => '{1} aset dengan waran yang akan habis masa berlakunya dalam 60 hari ke depan. Aset [2, Inf] dengan waran yang akan berakhir dalam 60 hari ke depan.', + 'assigned_to' => 'Ditugaskan untuk', + 'best_regards' => 'Salam Hormat,', + 'canceled' => 'Dibatalkan:', + 'checkin_date' => 'Tanggal Checkin:', + 'checkout_date' => 'Tanggal keluar:', + 'click_to_confirm' => 'Silahkan klik pada link berikut untuk mengkonfirmasi: akun web Anda:', + 'click_on_the_link_accessory' => 'Silahkan klik pada link di bagian bawah untuk mengkonfirmasi bahwa Anda telah menerima aksesori.', + 'click_on_the_link_asset' => 'Silahkan klik pada link di bagian bawah untuk mengkonfirmasi bahwa Anda telah menerima aset tersebut.', + 'Confirm_Asset_Checkin' => 'Konfirmasikan Checkin Aset.', + 'Confirm_Accessory_Checkin' => 'Konfirmasikan Aksesori Checkin.', + 'Confirm_accessory_delivery' => 'Konfirmasikan pengiriman aksesori.', + 'Confirm_asset_delivery' => 'Konfirmasikan pengiriman aset.', + 'Confirm_consumable_delivery' => 'Konfirmasikan pengiriman habis pakai.', + 'current_QTY' => 'QTY saat ini', + 'Days' => 'Hari', + 'days' => 'Hari', + 'expecting_checkin_date' => 'Tanggal Checkin yang Diharapkan:', + 'expires' => 'Kadaluarsa', + 'Expiring_Assets_Report' => 'Laporan Aktiva Kedaluwarsa', + 'Expiring_Licenses_Report' => 'Laporan Lisensi yang Berakhir', + 'hello' => 'Halo', 'hi' => 'Hai', 'i_have_read' => 'Saya telah membaca dan menyetujui persyaratan penggunaan, dan telah menerima barang ini.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', + 'item' => 'Barang:', + 'items_below_minimum' => '{1} item yang berada di bawah persediaan minimum atau akan segera rendah. [2, Inf] item yang berada di bawah persediaan minimum atau akan segera rendah.', + 'Item_Request_Canceled' => 'Permintaan Barang Dibatalkan', + 'Item_Requested' => 'Barang yang diminta', + 'licenses_expiring' => '{1} lisensi kedaluwarsa 60 hari berikutnya. Lisensi [2, Inf] akan berakhir 60 hari ke depan.', + 'link_to_update_password' => 'Silahkan klik pada link berikut untuk mengupdate: password web anda:', + 'login_first_admin' => 'Login ke instalasi Snipe-IT baru Anda dengan menggunakan kredensial di bawah ini:', 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', + 'Low_Inventory_Report' => 'Laporan Inventaris Rendah', 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', + 'name' => 'Nama', + 'new_item_checked' => 'Item baru telah diperiksa berdasarkan nama Anda, rinciannya ada di bawah.', 'password' => 'Password:', 'password_reset' => 'Reset Password', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', + 'read_the_terms' => 'Silahkan baca syarat penggunaan di bawah ini.', + 'read_the_terms_and_click' => 'Harap baca persyaratan penggunaan di bawah ini, dan klik tautan di bagian bawah untuk memastikan bahwa Anda membaca dan menyetujui persyaratan penggunaan, dan telah menerima aset tersebut.', 'requested' => 'Diminta:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', + 'reset_link' => 'Tautan Reset Sandi Anda', + 'reset_password' => 'Klik di sini untuk mengatur ulang kata sandi Anda:', 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'supplier' => 'Pemasok', + 'tag' => 'Menandai', + 'test_email' => 'Uji Email dari Snipe-IT', + 'test_mail_text' => 'Ini adalah ujian dari Snipe-IT Asset Management System. Jika Anda mendapatkan ini, surat bekerja :)', + 'the_following_item' => 'Item berikut telah diperiksa:', + 'There_are' => '{1} Ada Ada [[2, Inf] Ada', + 'to_reset' => 'Untuk mereset password web anda, lengkapi form ini:', + 'type' => 'Mengetik', + 'user' => 'Pengguna:', + 'username' => 'Nama pengguna:', + 'welcome' => 'Selamat datang: nama', + 'welcome_to' => 'Selamat Datang di: web!', + 'your_credentials' => 'Kredensial Snipe-IT Anda', ); diff --git a/resources/lang/id/validation.php b/resources/lang/id/validation.php index 295db5131f..a9795b8043 100644 --- a/resources/lang/id/validation.php +++ b/resources/lang/id/validation.php @@ -16,76 +16,76 @@ return array( 'accepted' => ': Atribut harus diterima.', 'active_url' => ': Atribut ini URL-nya tidak valid.', 'after' => ': Atribut harus tanggal setelah: tanggal.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'The: atribut harus tanggal setelah atau sama dengan: tanggal.', 'alpha' => ': Atribut hanya boleh berisi huruf.', 'alpha_dash' => ': Atribut hanya boleh berisi angka, huruf dan garis.', 'alpha_num' => ': Atribut hanya boleh berisi huruf dan angka.', - 'array' => 'The :attribute must be an array.', + 'array' => 'The: atribut harus berupa array.', 'before' => ': Atribut harus tanggal sebelum: tanggal.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'The: atribut harus tanggal sebelum atau sama dengan: tanggal.', 'between' => [ 'numeric' => ': Atribut harus di antara: min -: maks.', 'file' => ': Atribut harus di antara: min -: maks kilobytes.', 'string' => ': Atribut harus di antara: min -: maks jumlah karakter.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'The: atribut harus antara: min dan: max item.', ], - 'boolean' => 'The :attribute field must be true or false.', + 'boolean' => 'Bidang atribut: harus benar atau salah.', 'confirmed' => 'Konfirmasi :attribute tidak cocok.', 'date' => 'Tanggal :attribute tidak valid.', 'date_format' => ':attribute tidak cocok dengan format :format.', 'different' => ':attribute dan :other harus berbeda.', 'digits' => ':attribute harus dengan :digits digit.', 'digits_between' => 'Digit :attribute harus di antara :min dan :max.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'Atribut: atribut memiliki dimensi gambar yang tidak benar.', + 'distinct' => 'Bidang atribut: memiliki nilai duplikat.', 'email' => 'Format :attribute tidak benar.', 'exists' => ':attribute yang di pilih tidak benar.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'The: atribut harus berupa file.', + 'filled' => 'Bidang atribut: harus memiliki nilai.', 'image' => ':attribute harus dalam bentuk gambar.', 'in' => ':attribute yang di pilih tidak benar.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'Bidang atribut: tidak ada di: other.', 'integer' => ':attribute harus dalam bentuk integer.', 'ip' => ':attribute harus memilik alamat IP yang benar.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'Atribut: harus alamat IPv4 yang valid.', + 'ipv6' => 'Atribut: harus alamat IPv6 yang valid.', + 'json' => 'Atribut: harus string JSON yang valid.', 'max' => [ 'numeric' => ':attribute tidak boleh lebih dari :max.', 'file' => ':attribute tidak boleh lebih dari :max kilobyte.', 'string' => ':attribute tidak boleh lebih dari :max karakter.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'Atribut: mungkin tidak lebih dari: item maks.', ], 'mimes' => ':attribute harus memiliki tipe data :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'The: atribut harus berupa file tipe:: values.', 'min' => [ 'numeric' => ':attribute seharusnya :min.', 'file' => ':attribute harus memiliki :min kilobyte.', 'string' => ':attribute harus memiliki :min jumlah karakter.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'Atribut: setidaknya harus memiliki: item min.', ], 'not_in' => ':attribute yang di pilih tidak benar.', 'numeric' => ':attribute harus dalam angka.', - 'present' => 'The :attribute field must be present.', + 'present' => 'Bidang atribut: harus ada.', 'regex' => 'Format :attribute tidak benar.', 'required' => 'Kolom :attribute wajib di-isi.', 'required_if' => 'Kolom :attribute wajib di-isi ketika :other nya :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'Bidang atribut: diperlukan kecuali: lainnya ada dalam: nilai.', 'required_with' => 'Kolom :attribute wajib di-isi ketika terdapat :values.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'Bidang atribut: diperlukan saat: nilai ada.', 'required_without' => 'Kolom :attribute wajib di-isi ketika :values tidak ada.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'Bidang atribut: diperlukan bila tidak ada: nilai yang ada.', 'same' => ':attribute dan :other harus cocok.', 'size' => [ 'numeric' => 'Ukuran :attribute harus :size.', 'file' => ':attribute harus memiliki :size kilobyte.', 'string' => ':attribute harus memiliki :size karakter.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'Atribut: harus berisi: item ukuran.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'The: atribut harus berupa string.', + 'timezone' => 'Atribut: harus merupakan zona yang valid.', 'unique' => ':attribute sudah digunakan.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'Atribut: gagal diupload.', 'url' => 'Format :attribute tidak benar.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Bidang atribut: berisi karakter yang tidak diizinkan.", + "email_array" => "Satu atau lebih alamat email tidak valid.", + "hashed_pass" => "Kata sandi Anda saat ini salah", + 'dumbpwd' => 'Password itu terlalu umum', + "statuslabel_type" => "Anda harus memilih jenis label status yang valid", + "unique_undeleted" => "Atribut: harus unik.", ], /* diff --git a/resources/lang/it/admin/asset_maintenances/message.php b/resources/lang/it/admin/asset_maintenances/message.php index 2cc9762f63..137bb88852 100644 --- a/resources/lang/it/admin/asset_maintenances/message.php +++ b/resources/lang/it/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Manutenzione prodotto creata con successo.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'La manutenzione degli asset non è stata modificata, riprova.', + 'success' => 'La manutenzione degli asset è stata modificata correttamente.' ], 'asset_maintenance_incomplete' => 'Non ancora completato', 'warranty' => 'Garanzia', diff --git a/resources/lang/it/admin/categories/general.php b/resources/lang/it/admin/categories/general.php index b8568c651f..0cd5f35d13 100644 --- a/resources/lang/it/admin/categories/general.php +++ b/resources/lang/it/admin/categories/general.php @@ -1,8 +1,8 @@ 'About Categories', - 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', + 'about_categories_title' => 'Informazioni sulle categorie', + 'about_categories' => 'Le categorie ti aiutano a organizzare i tuoi articoli. Alcune categorie di esempio potrebbero essere "Desktops", "Laptops", "Mobile Phones", "Tablets" e così via, ma è possibile utilizzare categorie in qualsiasi modo che ha senso per te.', 'asset_categories' => 'Categorie degli Assets', 'category_name' => 'Nome categoria', 'checkin_email' => 'Invia email all\'utente al momento della registrazione.', @@ -11,7 +11,7 @@ return array( 'edit' => 'Modifica Categoria', 'eula_text' => 'Categoria EULA', 'eula_text_help' => 'Questo campo consente di personalizzare le EULA per specifici tipi di attività. Se avete solo un EULA per tutti i vostri beni, è possibile controllare la casella di seguito per utilizzare il valore predefinito.', - 'name' => 'Category Name', + 'name' => 'Nome della categoria', 'require_acceptance' => 'Richiedere agli utenti di confermare l\'accettazione di attività in questa categoria.', 'required_acceptance' => 'Verrà inviata un email all\'utente con un link per confermare l\'accettazione di questo oggetto.', 'required_eula' => 'Verrà inviato all\'utente via email copia di questa EULA', diff --git a/resources/lang/it/admin/companies/general.php b/resources/lang/it/admin/companies/general.php index aebc6b373e..c2850202b1 100644 --- a/resources/lang/it/admin/companies/general.php +++ b/resources/lang/it/admin/companies/general.php @@ -1,6 +1,6 @@ 'About Companies', - 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', + 'about_companies_title' => 'Informazioni sulle aziende', + 'about_companies_text' => 'Le aziende possono essere utilizzate come un campo di identificazione semplice oppure possono essere utilizzate per limitare la visibilità degli asset, degli utenti ecc. Se il supporto aziendale completo è abilitato nelle impostazioni di amministratore.', 'select_company' => 'Seleziona Azienda', ]; diff --git a/resources/lang/it/admin/consumables/general.php b/resources/lang/it/admin/consumables/general.php index 63b124e593..62c75feee8 100644 --- a/resources/lang/it/admin/consumables/general.php +++ b/resources/lang/it/admin/consumables/general.php @@ -3,10 +3,10 @@ return array( 'about_consumables_title' => 'Controlla Consumabili', 'about_consumables_text' => 'I consumabili sono qualcosa che una volta acquistati saranno completamente consumati. Per esempio, inchiostro per stampante o fogli di carta.', - 'checkout' => 'Checkout Consumable to User', + 'checkout' => 'Checkout Consumabile all\'utente', 'consumable_name' => 'Nome Consumabile', 'create' => 'Crea Consumabile', - 'item_no' => 'Item No.', + 'item_no' => 'Oggetto numero.', 'remaining' => 'Rimanenti', 'total' => 'Totale', 'update' => 'Aggiorna Consumabile', diff --git a/resources/lang/it/admin/custom_fields/general.php b/resources/lang/it/admin/custom_fields/general.php index 3b138ab593..d7699ff094 100644 --- a/resources/lang/it/admin/custom_fields/general.php +++ b/resources/lang/it/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => 'Fileldsets', 'about_fieldsets_text' => 'I Fieldsets ti permettono di creare gruppi di campi personalizzati che sono frequentemente riutilizzati per modelli specifici di asset.', 'custom_format' => 'Formato personalizzato...', - 'encrypt_field' => 'Encrypt the value of this field in the database', + 'encrypt_field' => 'Crittografare il valore di questo campo nel database', 'encrypt_field_help' => 'ATTENZIONE: Se il campo viene crittografato non sarà possibile cercarlo.', 'encrypted' => 'Crittografato', 'fieldset' => 'Fieldset', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Nome Fieldset', 'field_name' => 'Nome campo', 'field_values' => 'Valori del campo', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', + 'field_values_help' => 'Aggiungi opzioni selezionabili, una per riga. Le righe vuote diverse dalla prima riga saranno ignorate.', 'field_element' => 'Elemento del form', 'field_element_short' => 'Elemento', 'field_format' => 'Formato', diff --git a/resources/lang/it/admin/custom_fields/message.php b/resources/lang/it/admin/custom_fields/message.php index 0f6b6ff268..84c8a03306 100644 --- a/resources/lang/it/admin/custom_fields/message.php +++ b/resources/lang/it/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset non esiste', 'create' => array( 'error' => 'Il Fieldset non è stato creato, riprova.', diff --git a/resources/lang/it/admin/departments/message.php b/resources/lang/it/admin/departments/message.php index d65f4fbb2b..a3ca000fb1 100644 --- a/resources/lang/it/admin/departments/message.php +++ b/resources/lang/it/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Il dipartimento non esiste.', + 'assoc_users' => 'Questo reparto è attualmente associato a almeno un utente e non può essere eliminato. Aggiorna i tuoi utenti per non fare più riferimento a questo reparto e riprovare.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Il reparto non è stato creato, riprova.', + 'success' => 'Dipartimento creato con successo.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Dipartimento non è stato aggiornato, riprova', + 'success' => 'Dipartimento aggiornato con successo.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Sei sicuro di voler eliminare questo reparto?', + 'error' => 'Si è verificato un problema eliminando il reparto. Riprova.', + 'success' => 'Il reparto è stato eliminato correttamente.' ) ); diff --git a/resources/lang/it/admin/departments/table.php b/resources/lang/it/admin/departments/table.php index 76494247be..49deac78fc 100644 --- a/resources/lang/it/admin/departments/table.php +++ b/resources/lang/it/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', + 'name' => 'Nome Dipartimento', 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'location' => 'luogo', + 'create' => 'Crea reparto', + 'update' => 'Reparto aggiornamento', ); diff --git a/resources/lang/it/admin/depreciations/general.php b/resources/lang/it/admin/depreciations/general.php index b2a024ebf8..df68659f63 100644 --- a/resources/lang/it/admin/depreciations/general.php +++ b/resources/lang/it/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'About Obsolescenza Asset', 'about_depreciations' => 'Puoi settare l\'obsolescenza di un Asset per deprezzarlo in base alle percentuale di Obsolescenza.', 'asset_depreciations' => 'Obsolescenza Asset', - 'create' => 'Create Depreciation', + 'create' => 'Crea un deprezzamento', 'depreciation_name' => 'Nome Obsolescenza', 'number_of_months' => 'Numero di Mesi', - 'update' => 'Update Depreciation', + 'update' => 'Aggiorna l\'ammortamento', ); diff --git a/resources/lang/it/admin/hardware/form.php b/resources/lang/it/admin/hardware/form.php index 5af3f76511..378959ff29 100644 --- a/resources/lang/it/admin/hardware/form.php +++ b/resources/lang/it/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confirm Bulk Delete Assets', + 'bulk_delete' => 'Confermi elementi di eliminazione di massa', 'bulk_delete_help' => 'Rivedi gli assets sottostanti per la cancellazione massiva. Una volta cancellati, questi assets potranno essere ripristinati, ma non saranno più associati ad alcun utente cui siano attualmente assegnati.', 'bulk_delete_warn' => 'Stai per cancellare :asset_count assets.', 'bulk_update' => 'Aggiornamento quantità beni', @@ -14,6 +14,7 @@ return array( 'cost' => 'Costo acquisto', 'create' => 'Creare bene', 'date' => 'Data di acquisto', + 'depreciation' => 'Ammortamento', 'depreciates_on' => 'Deprezza Si', 'default_location' => 'Posizione predefinita', 'eol_date' => 'Data EOL', diff --git a/resources/lang/it/admin/hardware/general.php b/resources/lang/it/admin/hardware/general.php index daf99ae1d5..62130a0e14 100644 --- a/resources/lang/it/admin/hardware/general.php +++ b/resources/lang/it/admin/hardware/general.php @@ -1,13 +1,13 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + 'about_assets_title' => 'Informazioni sugli asset', + 'about_assets_text' => 'Gli asset sono elementi tracciati con il numero di serie o il tag di asset. Tendono ad essere oggetti di valore più elevato dove identificare un elemento specifico.', 'archived' => 'Archiviato', 'asset' => 'Asset', - 'bulk_checkout' => 'Checkout Assets to User', + 'bulk_checkout' => 'Asset Checkout all\'utente', 'checkin' => 'Ingresso Asset', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Asset Checkout', 'clone' => 'Copia Asset', 'deployable' => 'Distribuibile', 'deleted' => 'Questo asset è stato cancellato. Clicca qui per ripristinarlo.', @@ -15,7 +15,7 @@ return array( 'filetype_info' => 'I formati di file permessi sono png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, e rar.', 'model_deleted' => 'Questo modello di Asset è stato cancellato. Devi ripristinare il modello prima di poter ripristinare L\'asset.
Clicca qui per ripristinare il modello.', 'requestable' => 'Disponibile', - 'requested' => 'Requested', + 'requested' => 'richiesto', 'restore' => 'Ripristina Asset', 'pending' => 'In attesa', 'undeployable' => 'Non Distribuilbile', diff --git a/resources/lang/it/admin/hardware/message.php b/resources/lang/it/admin/hardware/message.php index ba75882462..ea492dedf5 100644 --- a/resources/lang/it/admin/hardware/message.php +++ b/resources/lang/it/admin/hardware/message.php @@ -25,8 +25,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'L\'audit del patrimonio non è riuscito. Riprova.', + 'success' => 'L\'audit di risorse si è registrato con successo.' ), @@ -54,7 +54,7 @@ return array( 'delete' => array( 'confirm' => 'Sei sicuro di voler eliminare questo bene?', 'error' => 'C\'è stato un problema durante la cancellazione del bene. Riprova per favore.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => 'Nessun patrimonio è stato selezionato, quindi niente è stato eliminato.', 'success' => 'Il bene è stato eliminato con successo.' ), diff --git a/resources/lang/it/admin/licenses/general.php b/resources/lang/it/admin/licenses/general.php index a0c86c5fb5..cb1ef8b0e3 100644 --- a/resources/lang/it/admin/licenses/general.php +++ b/resources/lang/it/admin/licenses/general.php @@ -2,7 +2,7 @@ return array( 'about_licenses_title' => 'Informazioni sulle licenze', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'about_licenses' => 'Le licenze vengono utilizzate per monitorare il software. Hanno un numero specifico di posti che possono essere verificati agli individui', 'checkin' => 'Registrare Licenza Sede', 'checkout_history' => 'Storico Estrazioni', 'checkout' => 'Estrazione Licenza Sede', diff --git a/resources/lang/it/admin/licenses/message.php b/resources/lang/it/admin/licenses/message.php index bcf996c4eb..6e554aca02 100644 --- a/resources/lang/it/admin/licenses/message.php +++ b/resources/lang/it/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'Il bene che si sta cercando di associare a questa licenza non esiste.', 'owner_doesnt_match_asset' => 'Il bene che si sta cercando di associare a questa licenza è di proprietà di una persona diversa dal soggetto selezionato nel menù a discesa.', 'assoc_users' => 'Questo bene è stato assegnato ad un Utente e non può essere cancellato. Per favore Riassegnalo in magazzino,e dopo riprova a cancellarlo. ', + 'select_asset_or_person' => 'È necessario selezionare un\'attività o un utente, ma non entrambi.', 'create' => array( diff --git a/resources/lang/it/admin/manufacturers/table.php b/resources/lang/it/admin/manufacturers/table.php index c0e2d77293..484469cdcd 100644 --- a/resources/lang/it/admin/manufacturers/table.php +++ b/resources/lang/it/admin/manufacturers/table.php @@ -2,14 +2,14 @@ return array( 'about_manufacturers_title' => 'Informazioni sui produttori', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'about_manufacturers_text' => 'I produttori sono le aziende che creano i vostri beni. È possibile memorizzare qui importanti informazioni sui contatti di supporto, che verranno visualizzate nelle pagine dettagliate dei beni.', 'asset_manufacturers' => 'Produttori Bene', 'create' => 'Crea Produttore', 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', + 'name' => 'Nome', + 'support_email' => 'E-mail di supporto', + 'support_phone' => 'Telefono di sostegno', + 'support_url' => 'URL di supporto', 'update' => 'Aggiorna Produttore', 'url' => 'URL', diff --git a/resources/lang/it/admin/models/message.php b/resources/lang/it/admin/models/message.php index ed799d6f7d..32a55d1059 100644 --- a/resources/lang/it/admin/models/message.php +++ b/resources/lang/it/admin/models/message.php @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Nessun campo è stato modificato, quindi niente è stato aggiornato.', + 'success' => 'Modelli aggiornati.' ), ); diff --git a/resources/lang/it/admin/settings/general.php b/resources/lang/it/admin/settings/general.php index ba687a65ec..63256d6c43 100644 --- a/resources/lang/it/admin/settings/general.php +++ b/resources/lang/it/admin/settings/general.php @@ -3,17 +3,17 @@ return array( 'ad' => 'Active Directory', 'ad_domain' => 'Dominio Active Directory', - '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_help' => 'Questo a volte è lo stesso del dominio email, ma non sempre.', + 'is_ad' => 'Si tratta di un server Active Directory', 'alert_email' => 'Invia avvisi a', 'alerts_enabled' => 'Allarmi Attivati', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', + 'alert_interval' => 'Soglia di avviso di scadenza (in giorni)', + 'alert_inv_threshold' => 'Soglia di allarme di inventario', 'asset_ids' => 'ID modello', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'Intervallo di controllo', + 'audit_interval_help' => 'Se sei tenuto a controllare regolarmente le risorse, inserisci l\'intervallo in mesi.', + 'audit_warning_days' => 'Soglia di allarme di controllo', + 'audit_warning_days_help' => 'Quanti giorni in anticipo dovremmo avvisare quando i beni sono dovuti per il controllo?', 'auto_increment_assets' => 'Genera auto-incremento ID beni', 'auto_increment_prefix' => 'Prefisso (Opzionale)', 'auto_incrementing_help' => 'Abilita auto-incremento ID beni prima di impostare questa', @@ -45,18 +45,18 @@ return array( 'ldap_integration' => 'Integrazione LDAP', 'ldap_settings' => 'Impostazioni LDAP', 'ldap_server' => 'Server LDAP', - 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', + 'ldap_server_help' => 'Questo dovrebbe iniziare con ldap: // (per unencrypted o TLS) o ldaps: // (per SSL)', 'ldap_server_cert' => 'Validazione certificato SSL di LDAP', 'ldap_server_cert_ignore' => 'Consenti Certificato SSL non valido', 'ldap_server_cert_help' => 'Seleziona questa casella se stai utilizzando un certificato SSL autofirmato e vuoi accettare un certificato SSL non valido.', 'ldap_tls' => 'Usa TLS', - 'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ', + 'ldap_tls_help' => 'Questo dovrebbe essere controllato solo se si esegue STARTTLS sul server LDAP.', 'ldap_uname' => 'Nome utente LDAP', 'ldap_pword' => 'Password LDAP', 'ldap_basedn' => 'DN Base', 'ldap_filter' => 'Filtro LDAP', 'ldap_pw_sync' => 'Sincronizzazione password LDAP', - '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_pw_sync_help' => 'Deseleziona questa casella se non desideri mantenere le password LDAP sincronizzate con le password locali. Disattivare questo significa che i tuoi utenti potrebbero non essere in grado di accedere se il server LDAP non è raggiungibile per qualche motivo.', 'ldap_username_field' => 'Campo nome utente', 'ldap_lname_field' => 'Cognome', 'ldap_fname_field' => 'Nome LDAP', @@ -67,8 +67,8 @@ return array( 'ldap_email' => 'Email LDAP', 'load_remote_text' => 'Script remoti', 'load_remote_help_text' => 'Questa installazione di Snipe-IT può caricare script dal mondo esterno.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => 'Nota di accesso', + 'login_note_help' => 'Facoltativamente includere alcune frasi nella schermata di login, ad esempio per aiutare le persone che hanno trovato un dispositivo perso o rubato. Questo campo accetta Goodotto flavored markdown', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Restringere gli utenti (amministratori inclusi) assegnati ad una azienda agli asset della propria azienda.', 'full_multiple_companies_support_text' => 'Supporto completo ad aziende multiple', @@ -77,12 +77,12 @@ return array( 'php' => 'PHP Version', 'php_gd_info' => 'È necessario installare php-gd per visualizzare i codici QR, consultare le istruzioni di installazione.', 'php_gd_warning' => 'Il plugin PHP Image Processing and GD non è installato.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Complicità di password', + 'pwd_secure_complexity_help' => 'Seleziona quale regola di complessità password desideri applicare.', + 'pwd_secure_min' => 'Caratteri minimi di password', + 'pwd_secure_min_help' => 'Il valore minimo consentito è 5', + 'pwd_secure_uncommon' => 'Impedire le password comuni', + 'pwd_secure_uncommon_help' => 'Questo impedirà agli utenti di utilizzare le password comuni dalle prime 10.000 password segnalate in violazione.', 'qr_help' => 'Abilita codici QR primo di impostare questo', 'qr_text' => 'QR Code Text', 'setting' => 'Impostazioni', @@ -102,47 +102,49 @@ return array( 'about_settings_text' => 'Queste impostazioni ti permettono di personalizzare alcuni aspetti della tua installazione.', 'labels_per_page' => 'Etichetta per pagina', 'label_dimensions' => 'Dimensioni dell\'etichetta (pollici)', - 'next_auto_tag_base' => 'Next auto-increment', + 'next_auto_tag_base' => 'Avanzamento automatico successivo', 'page_padding' => 'Margini della pagina (pollici)', 'purge' => 'Eliminare i record cancellati', - '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)', + 'labels_display_bgutter' => 'Etichettare la grondaia inferiore', + 'labels_display_sgutter' => 'Lato laterale dell\'etichetta', + 'labels_fontsize' => 'Dimensione carattere etichetta', + 'labels_pagewidth' => 'Larghezza della lastra di etichetta', + 'labels_pageheight' => 'Altezza del foglio di etichetta', + 'label_gutters' => 'Distanza etichetta (pollici)', 'page_dimensions' => 'Dimensioni della pagina (pollici)', - 'label_fields' => 'Label visible fields', + 'label_fields' => 'Campi visibili delle etichette', 'inches' => 'pollici', 'width_w' => 'l', 'height_h' => 'h', + 'show_url_in_emails' => 'Collegamento a Snipe-IT in posta elettronica', + 'show_url_in_emails_help_text' => 'Deseleziona questa casella se non si desidera collegare nuovamente all\'installazione Snipe-IT nei piè di pagina di posta elettronica. Utile se la maggior parte dei tuoi utenti non entra mai in login.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', + 'thumbnail_max_h' => 'Altezza massima miniatura', + 'thumbnail_max_h_help' => 'Altezza massima in pixel che le miniature possono essere visualizzate nella vista elenco. Min 25, max 500.', + 'two_factor' => 'Autenticazione due fattori', + 'two_factor_secret' => 'Codice a due fattori', + 'two_factor_enrollment' => 'Iscrizione a due fattori', + 'two_factor_enabled_text' => 'Abilita due fattori', + 'two_factor_reset' => 'Resettare il segreto a due fattori', + 'two_factor_reset_help' => 'Ciò obbligherà l\'utente a registrare nuovamente il proprio dispositivo con Google Authenticator. Ciò può essere utile se il dispositivo correntemente iscritto viene perso o rubato.', + 'two_factor_reset_success' => 'Il dispositivo a due fattori viene resettato con successo', + 'two_factor_reset_error' => 'Il reset del dispositivo a due fattori è fallito', + 'two_factor_enabled_warning' => 'L\'abilitazione di due fattori se non è attualmente abilitata vi obbliga immediatamente a autenticare con un dispositivo di accesso a Google Auth. Avrai la possibilità di registrare il tuo dispositivo se uno non è attualmente iscritto.', + 'two_factor_enabled_help' => 'Questo accenderà l\'autenticazione a due fattori utilizzando Google Authenticator.', + 'two_factor_optional' => 'Selettivo (gli utenti possono abilitare o disabilitare se consentiti)', + 'two_factor_required' => 'Obbligatorio per tutti gli utenti', + 'two_factor_disabled' => 'Disabilitato', + 'two_factor_enter_code' => 'Inserisci codice a due fattori', + 'two_factor_config_complete' => 'Invia il codice', + 'two_factor_enabled_edit_not_allowed' => 'L\'amministratore non consente di modificare questa impostazione.', + 'two_factor_enrollment_text' => "È necessaria l'autenticazione di due fattori, tuttavia il tuo dispositivo non è ancora stato iscritto. Apri l'applicazione Google Authenticator e analizza il codice QR qui sotto per iscriverti al tuo dispositivo. Una volta che hai iscritto il tuo dispositivo, inserisci il codice qui sotto", + 'require_accept_signature' => 'Richiedi la firma', + 'require_accept_signature_help_text' => 'L\'attivazione di questa funzionalità richiede che gli utenti si connettano fisicamente all\'accettazione di un\'attività.', 'left' => 'sinistra', 'right' => 'destra', - 'top' => 'top', - 'bottom' => 'bottom', + 'top' => 'superiore', + 'bottom' => 'parte inferiore', 'vertical' => 'verticale', 'horizontal' => 'orizzontale', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'zerofill_count' => 'Lunghezza dei tag di asset, incluso zerofill', ); diff --git a/resources/lang/it/admin/statuslabels/message.php b/resources/lang/it/admin/statuslabels/message.php index cd9d0ad0eb..5b99807fc7 100644 --- a/resources/lang/it/admin/statuslabels/message.php +++ b/resources/lang/it/admin/statuslabels/message.php @@ -21,6 +21,13 @@ Per favore aggiorna i tuoi Asset per togliere i riferimenti a questo stato e rip 'confirm' => 'Sei sicuro di voler cancellare questo stato?', 'error' => 'C\'è stato un problema cancellando lo stato. Per favore riprova.', 'success' => 'L\'etichetta di stato è stata cancellata correttamente.' - ) + ), + + 'help' => array( + 'undeployable' => 'Queste attività non possono essere assegnate a nessuno.', + 'deployable' => 'Queste attività possono essere verificate. Una volta assegnati, assumono uno status meta di Deployed.', + 'archived' => 'Queste attività non possono essere verificate e verranno visualizzate solo nella visualizzazione archiviata. Ciò è utile per conservare le informazioni sugli asset per finalità di bilancio o storiche ma mantenerle dall\'elenco delle attività quotidiane.', + 'pending' => 'Queste attività non possono ancora essere assegnate a nessuno, spesso utilizzate per gli oggetti che sono fuori per la riparazione, ma si prevede di tornare alla circolazione.', + ), ); diff --git a/resources/lang/it/admin/statuslabels/table.php b/resources/lang/it/admin/statuslabels/table.php index c17738a124..8c4fef4dc5 100644 --- a/resources/lang/it/admin/statuslabels/table.php +++ b/resources/lang/it/admin/statuslabels/table.php @@ -4,13 +4,13 @@ return array( 'about' => 'Informazioni sulle etichette di stato', 'archived' => 'Archiviato', 'create' => 'Crea Etichetta di Stato', - 'color' => 'Chart Color', + 'color' => 'Colore del grafico', 'deployable' => 'Distribuibile', 'info' => 'Le etichette di stato sono usate per descrivere i vari stati dei beni. Essi possono essere fuori per la riparazione, perso o rubato, etc. È possibile creare nuove etichette di stato per schierabili, in attesa e dei beni archiviati.', 'name' => 'Nome Stato', 'pending' => 'In attesa', 'status_type' => 'Tipo di stato', - 'show_in_nav' => 'Show in side nav', + 'show_in_nav' => 'Mostra nel nav nav', 'title' => 'Etichette di Stato', 'undeployable' => 'Non Distribuilbile', 'update' => 'Aggiorna Etichetta di Stato', diff --git a/resources/lang/it/admin/suppliers/table.php b/resources/lang/it/admin/suppliers/table.php index f199b71cc6..8894c74c1d 100644 --- a/resources/lang/it/admin/suppliers/table.php +++ b/resources/lang/it/admin/suppliers/table.php @@ -1,8 +1,8 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'about_suppliers_title' => 'Informazioni sui fornitori', + 'about_suppliers_text' => 'I fornitori vengono utilizzati per monitorare la fonte degli articoli', 'address' => 'Indirizzo fornitore', 'assets' => 'Beni', 'city' => 'Città', diff --git a/resources/lang/it/admin/users/general.php b/resources/lang/it/admin/users/general.php index d539b5eda4..c863fea2db 100644 --- a/resources/lang/it/admin/users/general.php +++ b/resources/lang/it/admin/users/general.php @@ -4,22 +4,22 @@ return array( 'assets_user' => 'Bene assegnato a :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', + 'bulk_update_warn' => 'Stai per modificare le proprietà di: user_count users. Tieni presente che non puoi modificare i tuoi attributi utente utilizzando questo modulo e devi modificare individualmente il tuo utente.', + 'bulk_update_help' => 'Questo modulo consente di aggiornare più utenti contemporaneamente. Inserisci solo i campi che devi modificare. Tutti i campi lasciati vuoti rimarranno invariati.', 'current_assets' => 'Asset assegnato a questo utente', 'clone' => 'Clona Utente', 'contact_user' => 'Contatta :name', 'edit' => 'Modifica Utente', 'filetype_info' => 'I formati di file permessi sono png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, e rar.', 'history_user' => 'Storico di :name', - 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'info' => 'Informazioni', + 'restore_user' => 'Clicca qui per ripristinarli.', 'last_login' => 'Ultimo accesso', 'ldap_config_text' => 'Le impostazioni di configurazione di LDAP possono essere trovate su Admin > Impostazioni. La posizione selezionata (facoltativa) verrà impostata per tutti gli utenti importati.', 'software_user' => 'Software estratto a :name', 'view_user' => 'Visualizza Utente :name', 'usercsv' => 'CSV file', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'two_factor_admin_optin_help' => 'Le impostazioni correnti di amministratore consentono l\'esecuzione selettiva dell\'autenticazione a due fattori.', + 'two_factor_enrolled' => 'Apparecchio 2FA iscritto', + 'two_factor_active' => '2FA attivo', ); diff --git a/resources/lang/it/admin/users/message.php b/resources/lang/it/admin/users/message.php index d3cbbc1a27..68c0f6c949 100644 --- a/resources/lang/it/admin/users/message.php +++ b/resources/lang/it/admin/users/message.php @@ -4,7 +4,7 @@ return array( 'accepted' => 'Hai accettato con successo questo prodotto.', 'declined' => 'Hai rifiutato con successo questo prodotto.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'bulk_manager_warn' => 'I tuoi utenti sono stati aggiornati con successo, tuttavia la voce del gestore non è stata salvata perché il gestore selezionato è stato anche nell\'elenco utenti da modificare e gli utenti potrebbero non essere il proprio gestore. Seleziona nuovamente i tuoi utenti, esclusi il gestore.', 'user_exists' => 'Utente già esistente!', 'user_not_found' => 'L\'utente [:id] non esite.', 'user_login_required' => 'È necessario il campo login', @@ -17,7 +17,7 @@ return array( 'success' => array( 'create' => 'Utente creato con successo.', 'update' => 'Utente aggiornato con successo.', - 'update_bulk' => 'Users were successfully updated!', + 'update_bulk' => 'Gli utenti sono stati aggiornati con successo!', 'delete' => 'Utente eliminato con successo.', 'ban' => 'Utente bloccato con successo.', 'unban' => 'Utente sbloccato con successo.', @@ -31,17 +31,17 @@ return array( 'create' => 'C\'è stato un problema durante la creazione dell\'utente. Per favore riprova.', 'update' => 'C\'è stato un problema durante l\'aggiornamento dell\'utente. Per favore riprova.', 'delete' => 'C\'è stato un problema durante la cancellazione dell\'utente. Riprova per favore.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Questo utente dispone di elementi assegnati e non può essere eliminato.', 'unsuspend' => 'C\'è stato un problema durante la riabilitazione dell\'utente. Riprova per favore.', 'import' => 'C\'è stato un problema durante l\'importazione degli utenti. Riprova per favore.', 'asset_already_accepted' => 'Questo bene è già stato accettato.', 'accept_or_decline' => 'Devi accettare o rifiutare questo prodotto.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', + 'incorrect_user_accepted' => 'L\'asset che hai tentato di accettare non è stato verificato.', 'ldap_could_not_connect' => 'Impossibile connettersi al server LDAP. Controlla la configurazione del tuo server LDAP nel file di configurazione LDAP.
Errori dal server LDAP:', 'ldap_could_not_bind' => 'Impossibile unirsi al server LDAP. Controlla la configurazione del tuo server LDAP nel file di configurazione LDAP.
Errori dal server LDAP: ', 'ldap_could_not_search' => 'Impossibile trovare il server LDAP. Controlla la configurazione del tuo server LDAP nel file di configurazione LDAP.
Errori dal server LDAP:', 'ldap_could_not_get_entries' => 'Impossibile ottenere voci dal server LDAP. Controlla la configurazione del tuo server LDAP nel file di configurazione LDAP.
Errori dal server LDAP:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'La password per questo account è gestita da LDAP / Active Directory. Per cambiare la tua password, contatta il tuo reparto IT.', ), 'deletefile' => array( diff --git a/resources/lang/it/admin/users/table.php b/resources/lang/it/admin/users/table.php index 5035d26924..af164d07c4 100644 --- a/resources/lang/it/admin/users/table.php +++ b/resources/lang/it/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Posizione', 'lock_passwords' => 'Dettagli di login non possono essere cambiati in questa installazione.', 'manager' => 'Manager', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Località gestite', 'name' => 'Nome', 'notes' => 'Note', 'password_confirm' => 'Conferma password', @@ -28,10 +28,10 @@ return array( 'show_current' => 'Visualizza utenti attuali', 'show_deleted' => 'Visualizza utenti eliminati', 'title' => 'Titolo', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => 'per ripristinarli.', 'updateuser' => 'Aggiornamento utente', 'username' => 'Username', - 'user_deleted_text' => 'This user has been marked as deleted.', + 'user_deleted_text' => 'Questo utente è stato contrassegnato come eliminato.', 'username_note' => '(Questo è usato solo per Active Directory vincolante, non per il login.)', 'cloneuser' => 'Clona Utente', 'viewusers' => 'Visualizza utenti', diff --git a/resources/lang/it/auth/message.php b/resources/lang/it/auth/message.php index 5909813358..a1a4420271 100644 --- a/resources/lang/it/auth/message.php +++ b/resources/lang/it/auth/message.php @@ -7,7 +7,7 @@ return array( 'account_not_activated' => 'Questo account non è attivo.', 'account_suspended' => 'Questo account è sospeso.', 'account_banned' => 'Questo account è bannato.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'throttle' => 'Troppi tentativi di accesso non riusciti. Riprova in giro: minuti minuti.', 'signin' => array( 'error' => 'C\'è stato un problema durante il tentativo di accesso, riprova.', diff --git a/resources/lang/it/button.php b/resources/lang/it/button.php index 3c8b6c1f66..93316c5d2e 100644 --- a/resources/lang/it/button.php +++ b/resources/lang/it/button.php @@ -11,5 +11,5 @@ return array( 'request' => 'Richiesta', 'submit' => 'Invia', 'upload' => 'Carica / Upload', - 'select_file' => 'Select File...', + 'select_file' => 'Seleziona il file...', ); diff --git a/resources/lang/it/general.php b/resources/lang/it/general.php index 186cbb7def..43fafd0ea1 100644 --- a/resources/lang/it/general.php +++ b/resources/lang/it/general.php @@ -14,84 +14,85 @@ 'all' => 'Tutti', 'archived' => 'Archiviato', 'asset_models' => 'Modello Asset', + 'asset_model' => 'Modello', 'asset' => 'Asset', 'asset_report' => 'Report degli Asset', 'asset_tag' => 'Tag Asset', 'assets_available' => 'Asset Disponibili', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'revisione', + 'audit_report' => 'Registro di controllo', 'assets' => 'Asset', 'avatar_delete' => 'Cancella Avatar', 'avatar_upload' => 'Carica Avatar', 'back' => 'Indietro', 'bad_data' => 'Non è stato trovato nulla. Forse informazioni errate?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', - 'bulk_checkout' => 'Bulk Checkout', + 'bulkaudit' => 'Audit di massa', + 'bulkaudit_status' => 'Stato di controllo', + 'bulk_checkout' => 'Checkout Bulk', 'cancel' => 'annulla', 'categories' => 'Categorie', 'category' => 'Categoria', - 'change' => 'In/Out', + 'change' => 'Dentro fuori', 'changeemail' => 'Modifica indirizzo email', 'changepassword' => 'Modifica password', 'checkin' => 'Carica', 'checkin_from' => 'Carica da', 'checkout' => 'Scarica', 'city' => 'Città', - 'click_here' => 'Click here', + 'click_here' => 'Clicca qui', 'companies' => 'Aziende', 'company' => 'Azienda', 'component' => 'Componente', 'components' => 'Componenti', - 'complete' => 'Complete', + 'complete' => 'Completare', 'consumable' => 'Consumabile', 'consumables' => 'Consumabili', 'country' => 'Paese', 'create' => 'Crea', - 'created' => 'Item Created', + 'created' => 'Articolo creato', 'created_asset' => 'Asset creato', 'created_at' => 'Creato il', - 'updated_at' => 'Updated at', + 'updated_at' => 'Aggiornato a', 'currency' => '$', // this is deprecated 'current' => 'Attuale', 'custom_report' => 'Report assets personalizzato', 'dashboard' => 'Pannello amministrativo', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'giorni', + 'days_to_next_audit' => 'Giorni per il controllo successivo', 'date' => 'Data', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'debug_warning' => 'Avvertimento!', + 'debug_warning_text' => 'Questa applicazione è in esecuzione in modalità di produzione con il debug abilitato. Questo può esporre dati sensibili se l\'applicazione è accessibile al mondo esterno. Disabilitare la modalità di debug impostando il valore APP_DEBUG nel file .env a false.', 'delete' => 'elimina', 'deleted' => 'Eliminata', 'delete_seats' => 'Posti Cancellati', - 'departments' => 'Departments', - 'department' => 'Department', + 'departments' => 'dipartimenti', + 'department' => 'Dipartimento', 'deployed' => 'Distribuita', 'depreciation_report' => 'Report degli Obsoleti', 'download' => 'Scarica', 'depreciation' => 'Obsoleti', 'editprofile' => 'Edita il tuo profilo', 'eol' => 'EOL', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', + 'email_domain' => 'Dominio di posta elettronica', + 'email_format' => 'Formato di posta elettronica', + 'email_domain_help' => 'Questo viene utilizzato per generare indirizzi e-mail durante l\'importazione', + 'filastname_format' => 'Prima cognome iniziale (jsmith@example.com)', + 'firstname_lastname_format' => 'Nome cognome (jane.smith@example.com)', 'first' => 'Primo', 'first_name' => 'Nome', - 'first_name_format' => 'First Name (jane@example.com)', + 'first_name_format' => 'Nome (jane@example.com)', 'file_name' => 'File', 'file_uploads' => 'Carica i file', 'generate' => 'Genera', 'groups' => 'Gruppi', 'gravatar_email' => 'Indirizzo Email Gravatar', - 'history' => 'History', + 'history' => 'Storia', 'history_for' => 'Cronologia', 'id' => 'ID', 'image_delete' => 'Cancella l\'Immagine', 'image_upload' => 'Carica immagine', 'import' => 'Importa', - 'import-history' => 'Import History', + 'import-history' => 'Storia di importazione', 'asset_maintenance' => 'Manutenzione Prodotto', 'asset_maintenance_report' => 'Rapporto manutenzione prodotto', 'asset_maintenances' => 'Manutenzione Prodotto', @@ -99,7 +100,7 @@ 'insufficient_permissions' => 'Permessi Insufficienti!', 'language' => 'Lingua', 'last' => 'Ultimo', - 'last_login' => 'Last Login', + 'last_login' => 'Ultimo accesso', 'last_name' => 'Cognome', 'license' => 'Licenza', 'license_report' => 'Report Licenze', @@ -108,29 +109,29 @@ 'list_all' => 'Visualizza Tutti', 'loading' => 'Caricamento', 'lock_passwords' => 'Questo campo non può essere modificato in quest\'installazione.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'feature_disabled' => 'Questa funzionalità è stata disabilitata per l\'installazione demo.', 'location' => 'Luogo', 'locations' => 'Luoghi', 'logout' => 'logout', - 'lookup_by_tag' => 'Lookup by Asset Tag', + 'lookup_by_tag' => 'Ricerca da Asset Tag', 'manufacturer' => 'Produttore', 'manufacturers' => 'Produttori', - 'markdown' => 'This field allows Github flavored markdown.', + 'markdown' => 'Questo campo consente a Gridubdown flavored markdown.', 'min_amt' => 'Min. QTY', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', + 'min_amt_help' => 'Numero minimo di elementi che dovrebbero essere disponibili prima che un avviso venga attivato.', 'model_no' => 'Modello No.', 'months' => 'mesi', 'moreinfo' => 'Altre informazioni', 'name' => 'Nome', 'next' => 'Successivo', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Prossima data di verifica', + 'last_audit' => 'Ultimo controllo', 'new' => 'nuovo!', 'no_depreciation' => 'Non Obsololeto', 'no_results' => 'Nessun risultato.', 'no' => 'No', 'notes' => 'Note', - 'order_number' => 'Order Number', + 'order_number' => 'Numero d\'ordine', 'page_menu' => 'Visualizza _MENU_Items', 'pagination_info' => 'Visualizza _START_ to _END_ of _TOTAL_ articoli', 'pending' => 'In attesa', @@ -148,25 +149,25 @@ 'remove_company' => 'Rimuovi associazioni azienda', 'reports' => 'Reports', 'requested' => 'Richiesto', - 'request_canceled' => 'Request Canceled', + 'request_canceled' => 'Richiesta annullata', 'save' => 'Salva', 'select' => 'Seleziona', 'search' => 'Cerca', 'select_category' => 'Seleziona una categoria', - 'select_department' => 'Select a Department', + 'select_department' => 'Seleziona un Dipartimento', 'select_depreciation' => 'Selezionare un tipo di ammortamento', 'select_location' => 'Seleziona una posizione', 'select_manufacturer' => 'Selezionare un produttore', 'select_model' => 'Selezionare un modello', 'select_supplier' => 'Selezionare un fornitore', 'select_user' => 'Selezionare un utente', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => 'Seleziona la data (YYYY-MM-DD)', 'select_statuslabel' => 'Seleziona stato', 'select_company' => 'Seleziona Azienda', - 'select_asset' => 'Select Asset', + 'select_asset' => 'Seleziona Asset', 'settings' => 'Impostazioni', 'sign_in' => 'Accedi', - 'signature' => 'Signature', + 'signature' => 'Firma', 'some_features_disabled' => 'DEMO: Alcune caratteristiche sono disabilitate in questa modalità.', 'site_name' => 'Nome sito', 'state' => 'Stato', @@ -174,18 +175,18 @@ 'status' => 'Stato', 'supplier' => 'Fornitore', 'suppliers' => 'Fornitori', - 'sure_to_delete' => 'Are you sure you wish to delete', + 'sure_to_delete' => 'Sei sicuro di voler eliminare', 'submit' => 'Invia', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', + 'target' => 'Bersaglio', + 'time_and_date_display' => 'Visualizzazione del tempo e del tempo', 'total_assets' => 'Assets totali', 'total_licenses' => 'Totale licenze', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', + 'total_accessories' => 'accessori totali', + 'total_consumables' => 'consumabili totali', 'type' => 'Tipo', 'undeployable' => 'Non consegnabile', 'unknown_admin' => 'Amministratore sconosciuto', - 'username_format' => 'Username Format', + 'username_format' => 'Formato di nome utente', 'update' => 'Aggiorna', 'uploaded' => 'Caricato', 'user' => 'Utente', @@ -200,5 +201,5 @@ 'yes' => 'SÌ', 'zip' => 'Zip', 'noimage' => 'Nessuna immagine caricata o immagine non trovata.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'token_expired' => 'La sessione di modulo è scaduta. Riprova.', ]; diff --git a/resources/lang/it/mail.php b/resources/lang/it/mail.php index c9a4fe182d..044d3fa232 100644 --- a/resources/lang/it/mail.php +++ b/resources/lang/it/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', + 'a_user_canceled' => 'Un utente ha annullato una richiesta di elemento sul sito web', + 'a_user_requested' => 'Un utente ha richiesto un elemento sul sito web', + 'accessory_name' => 'Nome accessorio:', + 'additional_notes' => 'Note aggiuntive:', + 'admin_has_created' => 'Un amministratore ha creato un account per il tuo sito web: web.', + 'asset' => 'Bene:', + 'asset_name' => 'Nome del patrimonio:', + 'asset_requested' => 'Asset richiesto', + 'asset_tag' => 'Tag di asset:', + 'assets_warrantee_expiring' => '{1} asset con warrant che scade nei prossimi 60 giorni. | [2, Inf] attività con warrant che scadono nei prossimi 60 giorni.', + 'assigned_to' => 'Assegnato a', + 'best_regards' => 'I migliori saluti,', + 'canceled' => 'Annullato:', + 'checkin_date' => 'Data di iscrizione:', + 'checkout_date' => 'Data di partenza:', + 'click_to_confirm' => 'Per confermare, clicca sul seguente link: account web:', + 'click_on_the_link_accessory' => 'Fare clic sul collegamento in basso per confermare di aver ricevuto l\'accessorio.', + 'click_on_the_link_asset' => 'Fai clic sul link in basso per confermare di aver ricevuto l\'asset.', + 'Confirm_Asset_Checkin' => 'Conferma Asset Checkin.', + 'Confirm_Accessory_Checkin' => 'Conferma controllo accessorio.', + 'Confirm_accessory_delivery' => 'Conferma consegna accessorio.', + 'Confirm_asset_delivery' => 'Conferma la consegna degli asset.', + 'Confirm_consumable_delivery' => 'Confermare la consegna consumabile.', + 'current_QTY' => 'Corrente QTY', + 'Days' => 'giorni', + 'days' => 'giorni', + 'expecting_checkin_date' => 'Data di verifica prevista:', + 'expires' => 'Scade', + 'Expiring_Assets_Report' => 'Termine di scadenza dell\'attivo.', + 'Expiring_Licenses_Report' => 'Termine di licenza scadente.', + 'hello' => 'Ciao', + 'hi' => 'Ciao', + 'i_have_read' => 'Ho letto e accetto i termini di utilizzo e ho ricevuto questo elemento.', + 'item' => 'Articolo:', + 'items_below_minimum' => '{1} elemento che è al di sotto dell\'inventario minimo o sarà presto basso. | [2, Inf] elementi che sono al di sotto dell\'inventario minimo o saranno presto bassi.', + 'Item_Request_Canceled' => 'Richiesta dell\'oggetto annullato', + 'Item_Requested' => 'Item richiesto', + 'licenses_expiring' => '{1} licenza che scade nei prossimi 60 giorni. | [2, Inf] licenze che scadono nei prossimi 60 giorni.', + 'link_to_update_password' => 'Fai clic sul seguente collegamento per aggiornare la tua password: web:', + 'login_first_admin' => 'Accedi alla nuova installazione di Snipe-IT utilizzando le seguenti credenziali:', + 'login' => 'Accesso:', + 'Low_Inventory_Report' => 'Rapporto di inventario basso', 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'name' => 'Nome', + 'new_item_checked' => 'Un nuovo elemento è stato controllato sotto il tuo nome, i dettagli sono sotto.', + 'password' => 'Parola d\'ordine:', + 'password_reset' => 'Reimpostazione della password', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'read_the_terms' => 'Leggi i termini di utilizzo qui sotto.', + 'read_the_terms_and_click' => 'Leggi i termini di utilizzo qui sotto e fai clic sul link in basso per confermare di leggere e accettare i termini di utilizzo e di aver ricevuto l\'asset.', + 'requested' => 'richiesta:', + 'reset_link' => 'La tua password ripristina il collegamento', + 'reset_password' => 'Clicca qui per ripristinare la tua password:', + 'serial' => 'Seriale:', + 'supplier' => 'Fornitore', + 'tag' => 'Etichetta', + 'test_email' => 'Test Email da Snipe-IT', + 'test_mail_text' => 'Questo è un test del Snipe-IT Asset Management System. Se hai questo, la posta è in funzione :)', + 'the_following_item' => 'La seguente voce è stata selezionata:', + 'There_are' => '{1} C\'è | [2, Inf] Ci sono', + 'to_reset' => 'Per reimpostare la tua password web, compila questo modulo:', + 'type' => 'Tipo', + 'user' => 'Utente:', + 'username' => 'Nome utente:', + 'welcome' => 'Benvenuto: nome', + 'welcome_to' => 'Benvenuti in: web!', + 'your_credentials' => 'Le tue credenziali Snipe-IT', ); diff --git a/resources/lang/it/passwords.php b/resources/lang/it/passwords.php index 91044c55aa..b4dd7b49a9 100644 --- a/resources/lang/it/passwords.php +++ b/resources/lang/it/passwords.php @@ -1,7 +1,7 @@ 'Your password link has been sent!', + 'sent' => 'Il tuo collegamento password è stato inviato!', 'user' => 'Questo utente non esiste o non ha una email associata', ]; diff --git a/resources/lang/it/validation.php b/resources/lang/it/validation.php index b1a7504abc..dbb338ee91 100644 --- a/resources/lang/it/validation.php +++ b/resources/lang/it/validation.php @@ -16,76 +16,76 @@ return array( 'accepted' => 'il :attribute è stato accettato.', 'active_url' => ':attribute non è un URL valido.', 'after' => ':attribute deve essere una data oltre il :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'L\'attributo deve essere una data dopo o uguale a: data.', 'alpha' => ':attribute può contenere solo lettere.', 'alpha_dash' => ':attribute può contenere solo lettere numeri e trattini.', 'alpha_num' => ':attribute può contenere solo lettere e numeri.', - 'array' => 'The :attribute must be an array.', + 'array' => 'L\'attributo: deve essere un array.', 'before' => ':attribute deve essere una data dopo :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'L\'attributo deve essere una data precedente o uguale a: data.', 'between' => [ 'numeric' => ':attribute deve essere tra :min - :max.', 'file' => 'il :attribute deve essere tra :min - :max kilobytes.', 'string' => 'il :attribute deve essere tra :min - :max caratteri.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'L\'attributo deve avere tra: min e: max elementi.', ], - 'boolean' => 'The :attribute field must be true or false.', + 'boolean' => 'Il campo: attributo deve essere vero o falso.', 'confirmed' => 'il :attribute non corrisponde.', 'date' => 'la :attribute non è valida.', 'date_format' => 'il :attribute non corrisponde al :format.', 'different' => 'il :attribute e :other devono essere differenti.', 'digits' => 'il :attribute deve essere :digits digits.', 'digits_between' => 'il :attribute deve essere tra :min e :max digits.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'L\'attributo: ha dimensioni di immagine non valide.', + 'distinct' => 'Il campo attributo ha un valore duplicato.', 'email' => 'il formato del :attribute è invalido.', 'exists' => ':attribute selezzionato è invalido.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'L\'attributo: deve essere un file.', + 'filled' => 'Il campo: attributo deve avere un valore.', 'image' => 'il :attribute deve essere un immagine.', 'in' => 'Il selezionato :attribute è invalido.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'Il campo attributo non esiste in: altro.', 'integer' => 'L\' :attribute deve essere un numero intero.', 'ip' => 'L\' :attribute deve essere un indirizzo IP valido.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'L\'attributo: deve essere un indirizzo IPv4 valido.', + 'ipv6' => 'L\'attributo: deve essere un indirizzo IPv6 valido.', + 'json' => 'L\'attributo: deve essere una stringa JSON valida.', 'max' => [ 'numeric' => 'L\' :attribute non può essere superiore di :max.', 'file' => 'L\' :attribute non può essere maggiore di :max kilobytes.', 'string' => 'L\' :attribute non può essere maggiore di :max caratteri.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'L\'attributo: non può avere più di: elementi max.', ], 'mimes' => 'L\' :attribute deve essere un file di type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'L\'attributo: deve essere un file di tipo:: valori.', 'min' => [ 'numeric' => 'L\' :attribute deve essere almeno :min.', 'file' => 'L\' :attribute deve essere almeno :min kilobytes.', 'string' => 'L\' :attribute deve essere almeno :min caratteri.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'L\'attributo deve avere almeno: elementi min.', ], 'not_in' => 'L\' :attribute selezionato è invalido.', 'numeric' => 'L\' :attribute deve essere un numero.', - 'present' => 'The :attribute field must be present.', + 'present' => 'Il campo attributo deve essere presente.', 'regex' => 'Il formato dell\' :attribute è invalido.', 'required' => 'Il campo :attribute è obblogatorio.', 'required_if' => 'L\' :attribute è richiesto quando :other è :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'Il campo: attributo è obbligatorio a meno che: l\'altro sia in: valori.', 'required_with' => 'Il campo :attribute è richiesto quando :values è presente.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'Il campo attributo è necessario quando: i valori sono presenti.', 'required_without' => 'Il campo :attribute è richiesto quando :values non è presente.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'Il campo attributo è richiesto quando nessuno dei valori è presente.', 'same' => 'L\' :attribute e :other devono corrispondere.', 'size' => [ 'numeric' => 'L\' :attribute deve essere :size.', 'file' => 'L\' :attribute deve essere :size kilobytes.', 'string' => 'L\' :attribute deve essere :size characters.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'L\'attributo: deve contenere: elementi di dimensioni.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'L\'attributo: deve essere una stringa.', + 'timezone' => 'L\'attributo: deve essere una zona valida.', 'unique' => 'L\' :attribute è già stato preso.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'L\'attributo: non è riuscito a caricare.', 'url' => 'Il formato dell\' :attribute è invalido.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Il campo attributo contiene un carattere non consentito.", + "email_array" => "Uno o più indirizzi email non sono validi.", + "hashed_pass" => "La tua password corrente non è corretta", + 'dumbpwd' => 'Quella password è troppo comune.', + "statuslabel_type" => "È necessario selezionare un tipo di etichetta di stato valido", + "unique_undeleted" => "L'attributo: deve essere univoco.", ], /* diff --git a/resources/lang/ja/admin/asset_maintenances/message.php b/resources/lang/ja/admin/asset_maintenances/message.php index 5c304861eb..84496898a2 100644 --- a/resources/lang/ja/admin/asset_maintenances/message.php +++ b/resources/lang/ja/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => '資産管理の作成に成功しました。' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => '資産管理を編集できませんでした。もう一度試して下さい。', + 'success' => '資産管理の編集に成功しました。' ], 'asset_maintenance_incomplete' => '不完全です。', 'warranty' => '保証', diff --git a/resources/lang/ja/admin/custom_fields/message.php b/resources/lang/ja/admin/custom_fields/message.php index 3ab0c4f669..2a8d01bcd0 100644 --- a/resources/lang/ja/admin/custom_fields/message.php +++ b/resources/lang/ja/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'フィールドセットが見つかりません', 'create' => array( 'error' => 'フィールドセットは作成されませんでした。もう一度やり直してください。', diff --git a/resources/lang/ja/admin/departments/message.php b/resources/lang/ja/admin/departments/message.php index d65f4fbb2b..5b3d359712 100644 --- a/resources/lang/ja/admin/departments/message.php +++ b/resources/lang/ja/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => '部署が見つかりません', + 'assoc_users' => 'この部署は1人以上の利用者に関連付けされているため、削除できません。部署の関連付けを削除してから、もう一度試して下さい。 ', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => '部署が作成できませんでした。もう一度やり直して下さい。', + 'success' => '部署が作成されました。' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => '部署が編集できませんでした。もう一度やり直して下さい', + 'success' => '部署が更新されました。' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => '本当にこの部署を削除してもよろしいですか?', + 'error' => '部署を削除する際に問題が発生しました。もう一度やり直して下さい。', + 'success' => '部署は削除されました。' ) ); diff --git a/resources/lang/ja/admin/departments/table.php b/resources/lang/ja/admin/departments/table.php index 76494247be..629e97e915 100644 --- a/resources/lang/ja/admin/departments/table.php +++ b/resources/lang/ja/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'name' => '部署名', + 'manager' => '管理者', + 'location' => '設置場所', + 'create' => '部署の作成', + 'update' => '部署の更新', ); diff --git a/resources/lang/ja/admin/hardware/form.php b/resources/lang/ja/admin/hardware/form.php index e528b3713e..df72658ae3 100644 --- a/resources/lang/ja/admin/hardware/form.php +++ b/resources/lang/ja/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => '購入費用', 'create' => '資産を作成', 'date' => '購入日', + 'depreciation' => '減価償却費', 'depreciates_on' => '原価償却対象', 'default_location' => '既定の設置場所', 'eol_date' => 'EOL日付', diff --git a/resources/lang/ja/admin/hardware/general.php b/resources/lang/ja/admin/hardware/general.php index a7d33fd7c1..8e0589bd2e 100644 --- a/resources/lang/ja/admin/hardware/general.php +++ b/resources/lang/ja/admin/hardware/general.php @@ -7,7 +7,7 @@ return array( 'asset' => '資産', 'bulk_checkout' => '利用者に資産をチェックアウトする', 'checkin' => '資産をチェックイン', - 'checkout' => 'Checkout Asset', + 'checkout' => '資産をチェックアウト', 'clone' => '資産を複製', 'deployable' => '配備可能', 'deleted' => 'この資産は削除されました。復元するにはココをクリックして下さい。', diff --git a/resources/lang/ja/admin/hardware/message.php b/resources/lang/ja/admin/hardware/message.php index 0e55642a15..ad3e5ab432 100644 --- a/resources/lang/ja/admin/hardware/message.php +++ b/resources/lang/ja/admin/hardware/message.php @@ -25,8 +25,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => '資産の監査に失敗しました。もう一度やり直してください。', + 'success' => '資産の監査ログに記録しました。' ), @@ -54,7 +54,7 @@ return array( 'delete' => array( 'confirm' => 'この資産を削除してもよろしいですか?', 'error' => '資産を削除する際に問題が発生しました。もう一度やり直して下さい。', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => '資産が選択されていないため、削除されませんでした。', 'success' => '資産は正常に削除されました。' ), diff --git a/resources/lang/ja/admin/licenses/message.php b/resources/lang/ja/admin/licenses/message.php index 8181883e00..32b77c856b 100644 --- a/resources/lang/ja/admin/licenses/message.php +++ b/resources/lang/ja/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'このライセンスに関連付けられている資産が存在しません。', 'owner_doesnt_match_asset' => 'ドロップダウンで割り当てられた以上の利用者にライセンスを関連付けようとしています。', 'assoc_users' => 'このライセンスは利用者にチェックされているため削除できません。ライセンスをチェック後、もう一度、やり直して下さい。 ', + 'select_asset_or_person' => 'アセットまたはユーザーを選択する必要がありますが、両方を選択する必要はありません。', 'create' => array( diff --git a/resources/lang/ja/admin/models/message.php b/resources/lang/ja/admin/models/message.php index cbb9fbe7ab..f1313e3d2a 100644 --- a/resources/lang/ja/admin/models/message.php +++ b/resources/lang/ja/admin/models/message.php @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'フィールドが選択されていないため、更新されませんでした。', + 'success' => '型番を更新しました。' ), ); diff --git a/resources/lang/ja/admin/settings/general.php b/resources/lang/ja/admin/settings/general.php index c6f89317f0..468fa4734c 100644 --- a/resources/lang/ja/admin/settings/general.php +++ b/resources/lang/ja/admin/settings/general.php @@ -10,10 +10,10 @@ return array( 'alert_interval' => 'アラートを無視する期間', 'alert_inv_threshold' => 'インベントリのアラート間隔', 'asset_ids' => '資産ID', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => '監査の間隔', + 'audit_interval_help' => '定期的にあなたの資産を監査する必要がある場合は、間隔を月で入力します。', + 'audit_warning_days' => '監査警告しきい値', + 'audit_warning_days_help' => '資産の監査期限は何日前に警告する必要がありますか?', 'auto_increment_assets' => '資産IDを自動採番で生成', 'auto_increment_prefix' => 'プレフィクス (オプション)', 'auto_incrementing_help' => 'この初期値を使って資産IDの自動採番を有効化', @@ -67,8 +67,8 @@ return array( 'ldap_email' => 'LDAP メール', 'load_remote_text' => 'リモートスクリプト', 'load_remote_help_text' => 'Snipe-ITのインストールは、外部からスクリプトを読み込むことが可能です。', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => 'ログインメッセージ', + 'login_note_help' => 'オプションで、紛失または盗難されたデバイスを見つけた人を支援するなど、ログイン画面に文章を表示することができます。このフィールドはGithub flavored markdownが使用できます。', 'logo' => 'ロゴ', 'full_multiple_companies_support_help_text' => 'ユーザー (管理者を含む) に 資産の割り当て を制限します。', 'full_multiple_companies_support_text' => '複数企業をサポートします。', @@ -77,12 +77,12 @@ return array( 'php' => 'PHPバージョン', 'php_gd_info' => 'QRコードを表示するためにphp-gdをインストールする必要があります。インストールインストラクションを参照して下さい。', 'php_gd_warning' => 'PHP Image Processing および GD plugin が、インストールされていません。', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'パスワードの複雑さ', + 'pwd_secure_complexity_help' => 'どのパスワード複雑性ルールを適用するかを選択します。', + 'pwd_secure_min' => 'パスワードの最低文字数', + 'pwd_secure_min_help' => '最小値は5', + 'pwd_secure_uncommon' => '共通パスワードを防ぐ', + 'pwd_secure_uncommon_help' => '不正アクセス等でに報告された上位10,000個の共通パスワードを、ユーザーが使用できなくなります。', 'qr_help' => 'QRコードを有効化', 'qr_text' => 'QRコードテキスト', 'setting' => '設定', @@ -102,7 +102,7 @@ return array( 'about_settings_text' => 'これらの設定は、あなたのインストレーションの特性に合わせてカスタマイズできます。', 'labels_per_page' => 'ページあたりのラベル数', 'label_dimensions' => 'ラベルの大きさ (インチ)', - 'next_auto_tag_base' => 'Next auto-increment', + 'next_auto_tag_base' => '次の自動インクリメント', 'page_padding' => 'ページ マージン', 'purge' => 'データレコードを消去', 'labels_display_bgutter' => 'ラベル 下余白', @@ -116,9 +116,11 @@ return array( 'inches' => 'インチ', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Snipe-ITへのリンク', + 'show_url_in_emails_help_text' => '電子メールのフッターでSnipe-ITのインストールにリンクしたくない場合は、このボックスのチェックを外してください。ほとんどのユーザーが決してログインしない場合に便利です。', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'thumbnail_max_h' => 'サムネイルの最大の高さ', + 'thumbnail_max_h_help' => 'サムネイルのリストビューに表示される最大の高さ。25~500。', 'two_factor' => '2段階認証', 'two_factor_secret' => '二段階認証コード', 'two_factor_enrollment' => '二段階認証登録', diff --git a/resources/lang/ja/admin/statuslabels/message.php b/resources/lang/ja/admin/statuslabels/message.php index dc4d3b1e19..43526f2125 100644 --- a/resources/lang/ja/admin/statuslabels/message.php +++ b/resources/lang/ja/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => 'このステータスラベルを削除しますか?', 'error' => 'ステータスラベルを削除する際に問題が発生しました。もう一度やり直して下さい。', 'success' => 'ステータスラベルは削除されました。' - ) + ), + + 'help' => array( + 'undeployable' => 'これらのアセットを誰にも割り当てることはできません。', + 'deployable' => 'これらの資産はチェックアウトすることができます。割り当てられたら、 Deployedというメタステータスを想定します。', + 'archived' => 'これらのアセットはチェックアウトできず、アーカイブビューにのみ表示されます。これは、予算/歴史的な目的のために資産に関する情報を保持するが、それらを日々の資産リストから外すことに役立つ。', + 'pending' => 'これらの資産は、誰にも割り当てられません。修理の対象外ではあるが、流通に戻ることが予想されるアイテムによく使用されます。', + ), ); diff --git a/resources/lang/ja/admin/users/general.php b/resources/lang/ja/admin/users/general.php index 87c4bd03dc..fc3326bb80 100644 --- a/resources/lang/ja/admin/users/general.php +++ b/resources/lang/ja/admin/users/general.php @@ -13,7 +13,7 @@ return array( 'filetype_info' => '許可するファイルタイプ(png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar)', 'history_user' => ':nameの履歴', 'info' => '情報', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => '復元するには、ここをクリックします。', 'last_login' => '最終ログイン', 'ldap_config_text' => 'LDAP 構成設定 管理者 > 設定。 選択した場所は、インポートされたすべてのユーザーに対して設定されます。', 'software_user' => 'ソフトウェアは :name にチェックアウトしました。', diff --git a/resources/lang/ja/admin/users/message.php b/resources/lang/ja/admin/users/message.php index 15aeeb7601..a0bbecb510 100644 --- a/resources/lang/ja/admin/users/message.php +++ b/resources/lang/ja/admin/users/message.php @@ -31,7 +31,7 @@ return array( 'create' => '利用者を作成する際に問題が発生しました。もう一度、やり直して下さい。', 'update' => '利用者を更新する際に問題が発生しました。もう一度、やり直して下さい。', 'delete' => '利用者を削除する際に問題が発生しました。もう一度、やり直して下さい。', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'このユーザーにはアイテムが割り当てられており、削除できません。', 'unsuspend' => '利用者を再開する際に問題が発生しました。もう一度、やり直して下さい。', 'import' => '利用者をインポートする際に問題が発生しました。もう一度、やり直して下さい。', 'asset_already_accepted' => 'この資産は既に承認されています。', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => 'LDAPサーバーにバインドできません。LDAP設定ファイル内のサーバー設定を確認して下さい。
LDAPサーバーからのエラー: ', 'ldap_could_not_search' => 'LDAPサーバーを検索できません。LDAP設定ファイル内のサーバー設定を確認して下さい。
LDAPサーバーからのエラー:', 'ldap_could_not_get_entries' => 'LDAPサーバーからエンティティを取得できません。LDAP設定ファイル内のサーバー設定を確認して下さい。
LDAPサーバーからのエラー:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'このアカウントのパスワードは、LDAPかアクティブディレクトリで管理されています。パスワードを変更するには管理者にお問い合わせください。 ', ), 'deletefile' => array( diff --git a/resources/lang/ja/admin/users/table.php b/resources/lang/ja/admin/users/table.php index cc97c568a0..d8419af3bb 100644 --- a/resources/lang/ja/admin/users/table.php +++ b/resources/lang/ja/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'ロケーション:', 'lock_passwords' => 'ログイン時の詳細設定はインストール時に変更することは出来ません。', 'manager' => 'マネージャー', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => '管理ロケーション', 'name' => '名前', 'notes' => '備考', 'password_confirm' => 'パスワードを確認', diff --git a/resources/lang/ja/general.php b/resources/lang/ja/general.php index 01ec5ba7a1..fa0a3b6b3b 100644 --- a/resources/lang/ja/general.php +++ b/resources/lang/ja/general.php @@ -14,24 +14,25 @@ 'all' => 'All', 'archived' => 'アーカイブ', 'asset_models' => '資産モデル', + 'asset_model' => 'モデル', 'asset' => '資産', 'asset_report' => '資産レポート', 'asset_tag' => '資産タグ', 'assets_available' => '利用可能な資産', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => '監査', + 'audit_report' => '監査ログ', 'assets' => '資産数', 'avatar_delete' => 'アバターを削除', 'avatar_upload' => 'アバターをアップロード', 'back' => '戻る', 'bad_data' => '存在しませんでした。データに誤りがあるかもしれません。', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => '一括監査', + 'bulkaudit_status' => '監査ステータス', 'bulk_checkout' => '一括チェックアウト', 'cancel' => 'キャンセル', 'categories' => 'カテゴリー', 'category' => 'カテゴリー', - 'change' => 'In/Out', + 'change' => 'イン/アウト', 'changeemail' => 'メールアドレスを変更', 'changepassword' => 'パスワードを変更', 'checkin' => 'チェックイン', @@ -56,16 +57,16 @@ 'current' => '現在の状況', 'custom_report' => '資産レポートをカスタム', 'dashboard' => 'ダッシュボード', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => '日間', + 'days_to_next_audit' => '次の監査日', 'date' => '日付', 'debug_warning' => '警告!', 'debug_warning_text' => 'このアプリケーションはデバッグモードがONのままプロダクションモードで実行されています。もしアプリケーションが外部からアクセス可能な場合、機密データが抜き取られる可能性があります。.envAPP_DEBUGfalseにしてください。', 'delete' => '削除', 'deleted' => '削除しました。', 'delete_seats' => 'ライセンスを削除', - 'departments' => 'Departments', - 'department' => 'Department', + 'departments' => '部署', + 'department' => '部署', 'deployed' => '配備済', 'depreciation_report' => '減価償却レポート', 'download' => 'ダウンロード', @@ -123,8 +124,8 @@ 'moreinfo' => '詳細', 'name' => '名前', 'next' => '次へ', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => '次の監査日', + 'last_audit' => '前回の監査日', 'new' => '新規', 'no_depreciation' => '非減価償却資産', 'no_results' => '結果はありません。', @@ -153,14 +154,14 @@ 'select' => '選択', 'search' => '検索', 'select_category' => 'カテゴリを選択', - 'select_department' => 'Select a Department', + 'select_department' => '部署を選択', 'select_depreciation' => '減価償却タイプを選択', 'select_location' => '設置場所を選択', 'select_manufacturer' => '製造元を選択', 'select_model' => 'モデルを選択', 'select_supplier' => '仕入先を選択', 'select_user' => '利用者を選択', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => '日付を選択 (YYYY-MM-DD)', 'select_statuslabel' => 'ステータスを選択', 'select_company' => '所属を選択', 'select_asset' => '資産を選択します。', diff --git a/resources/lang/ja/validation.php b/resources/lang/ja/validation.php index 36d936988d..db4655355c 100644 --- a/resources/lang/ja/validation.php +++ b/resources/lang/ja/validation.php @@ -16,18 +16,18 @@ return array( 'accepted' => ':attribute は、承認される必要があります。', 'active_url' => ':attribute は、有効なURLではありません。', 'after' => ':attribute は :date よりも後の日付にして下さい。', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => ':attribute は :date よりも後の日付か同じ日にして下さい。', 'alpha' => ':attribute は、文字が含まれている必要があります。', 'alpha_dash' => ':attribute は、文字列、数字、ダッシュ(−)のみ含めることが出来ます。', 'alpha_num' => ':attribute は、文字列と数字のみ含めることが出来ます。', - 'array' => 'The :attribute must be an array.', + 'array' => ':attribute は配列にして下さい。', 'before' => ':attribute は :date よりも前の日付にして下さい。', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => ':attribute は :date よりも前の日付か同じ日にして下さい。', 'between' => [ 'numeric' => ':attribute は :min - :max の範囲内にして下さい。', 'file' => ':attribute は :min - :max キロバイトの範囲内にして下さい。', 'string' => ':attribute は :min - :max 文字の範囲内にして下さい。', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => ':attribute は :min ~ :max 内の数値にして下さい。', ], 'boolean' => ':attribute は、 true もしくは false にしてください。', 'confirmed' => ':attribute が、一致しませんでした。', @@ -36,56 +36,56 @@ return array( 'different' => ':attribute と :other は、異なっている必要があります。', 'digits' => ':attribute は :digits 数値にして下さい。', 'digits_between' => ':attribute は :min - :max 内の数値にして下さい。', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => ':attribute に無効な画像サイズがあります。', + 'distinct' => ':attribute フィールドに重複する値があります。', 'email' => ':attribute フォーマットが不正です。', 'exists' => '選択された :attribute は不正です。', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => ':attribute はファイルにして下さい。', + 'filled' => ':attribute フィールドは空に出来ません。', 'image' => ':attribute は画像にして下さい。', 'in' => '選択された :attribute は不正です。', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => ':attribute フィールドが :other に存在しません。', 'integer' => ':attribute は整数にして下さい。', 'ip' => ':attribute は有効なIPアドレスにして下さい。', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => ':attribute は有効なIPアドレスにして下さい。', + 'ipv6' => ':attribute は有効なIPv6アドレスにして下さい。', + 'json' => ':attribute は有効なJSON文字列にして下さい。', 'max' => [ 'numeric' => ':attribute は :max 以上にして下さい。', 'file' => ':attribute は :max キロバイト以上にして下さい。', 'string' => ':attribute は :max 文字以上にして下さい。', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => ':attribute は :max 以上のアイテムを持つことは出来ません。', ], 'mimes' => ':attribute は ファイルタイプ :values にして下さい。', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => ':attribute はファイルタイプ :values にして下さい。', 'min' => [ 'numeric' => ':attribute は、少なくとも :min 以上にして下さい。', 'file' => ':attribute は、少なくとも :min キロバイト以上にして下さい。', 'string' => ':attribute は、少なくとも :min 文字以上にして下さい。', - 'array' => 'The :attribute must have at least :min items.', + 'array' => ':attribute は少なくとも :min 以上にして下さい。', ], 'not_in' => '選択された :attribute は不正です。', 'numeric' => ':attribute は数字にして下さい。', - 'present' => 'The :attribute field must be present.', + 'present' => ':attribute フィールドは必須です。', 'regex' => ':attribute フォーマットが不正です。', 'required' => ':attribute フィールドは、必須です。', 'required_if' => ':other が :value の時、:attribute フィールドは必須です。', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => ':other が :value の時でなければ、:attribute フィールドは必須です。', 'required_with' => ':value が存在する場合、:attribute フィールドは必須です。', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => ':value が存在する場合、:attribute フィールドは必須です。', 'required_without' => ':value が存在しな場合、:attribute フィールドは必須です。', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => ':value が存在しない場合、:attribute フィールドは必須です。', 'same' => ':attribute と :other は、一致しなければなりません。', 'size' => [ 'numeric' => ':attribute は :size にして下さい。', 'file' => ':attribute は :size キロバイトにして下さい。', 'string' => ':attribute は :size 文字にして下さい。', - 'array' => 'The :attribute must contain :size items.', + 'array' => ':attribute には、 :size が含まれていなければなりません。', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => ':attribute は文字列にして下さい。', + 'timezone' => ':attribute は有効なゾーンにして下さい。', 'unique' => ':attribute は、取得済みです。', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => ':attribute のアップロードに失敗しました。', 'url' => ':attribute フォーマットが不正です。', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => ":attribute フィールドに、禁止文字列が含まれています。", + "email_array" => "1 つまたは複数の電子メール アドレスが無効です。", + "hashed_pass" => "現在のパスワードが正しくありません。", + 'dumbpwd' => 'そのパスワードはあまりにも脆弱です。', + "statuslabel_type" => "有効なステータスラベルの種類を選択する必要があります。", + "unique_undeleted" => ":attribute は 一意の値である必要があります。", ], /* diff --git a/resources/lang/ko/admin/asset_maintenances/message.php b/resources/lang/ko/admin/asset_maintenances/message.php index 229e6e699a..bee5d0836c 100644 --- a/resources/lang/ko/admin/asset_maintenances/message.php +++ b/resources/lang/ko/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => '자산 관리가 생성되었습니다.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => '자산 관리가 수정되지 않았습니다. 다시 시도해 주세요.', + 'success' => '자산 관리가 수정되었습니다.' ], 'asset_maintenance_incomplete' => '아직 완료되지 않았습니다.', 'warranty' => '보증', diff --git a/resources/lang/ko/admin/custom_fields/message.php b/resources/lang/ko/admin/custom_fields/message.php index dae2aea455..60683c4f7d 100644 --- a/resources/lang/ko/admin/custom_fields/message.php +++ b/resources/lang/ko/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => '항목세트가 존재하지 않습니다', 'create' => array( 'error' => '항목세트를 만들지 못했습니다. 재시도해 주십시오.', diff --git a/resources/lang/ko/admin/hardware/form.php b/resources/lang/ko/admin/hardware/form.php index 674852d416..0ad9e7332b 100644 --- a/resources/lang/ko/admin/hardware/form.php +++ b/resources/lang/ko/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => '구매 원가', 'create' => '자산 생성', 'date' => '구매 일자', + 'depreciation' => '감가 상각', 'depreciates_on' => '감가 상각 일자', 'default_location' => '기본 장소', 'eol_date' => '폐기 일자', diff --git a/resources/lang/ko/admin/hardware/general.php b/resources/lang/ko/admin/hardware/general.php index cee997a06b..ab9c8a3075 100644 --- a/resources/lang/ko/admin/hardware/general.php +++ b/resources/lang/ko/admin/hardware/general.php @@ -7,7 +7,7 @@ return array( 'asset' => '자산', 'bulk_checkout' => '사용자에게 반출할 자산', 'checkin' => '반입 자산', - 'checkout' => 'Checkout Asset', + 'checkout' => '반출 자산', 'clone' => '자산 복제', 'deployable' => '사용가능', 'deleted' => '이 자산은 삭제되었습니다. 복원하려면 여기를 클릭하세요.', diff --git a/resources/lang/ko/admin/hardware/message.php b/resources/lang/ko/admin/hardware/message.php index 53f107bf23..96c43160a1 100644 --- a/resources/lang/ko/admin/hardware/message.php +++ b/resources/lang/ko/admin/hardware/message.php @@ -25,8 +25,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => '자산 감사가 실패했습니다. 다시 시도해 주세요.', + 'success' => '자산 감사가 성공적으로 기록되었습니다.' ), diff --git a/resources/lang/ko/admin/licenses/message.php b/resources/lang/ko/admin/licenses/message.php index 2c4ef63151..7f9c74500a 100644 --- a/resources/lang/ko/admin/licenses/message.php +++ b/resources/lang/ko/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => '이 라이선스와 연결하려는 자산이 존재하지 않습니다.', 'owner_doesnt_match_asset' => '이 라이센스와 연결하려고하는 자산은 드롭 다운 목록에서 선택한 사람이 아닌 다른 누군가가 소유하고 있습니다.', 'assoc_users' => '이 자산은 현재 사용자에게 반출 중이어서 삭제 할 수 없습니다. 먼저 자산을 확인해 보고 다시 삭제를 시도해 주세요. ', + 'select_asset_or_person' => '애셋이나 사용자 중 하나만 선택해야하며 둘 다 선택할 수는 없습니다.', 'create' => array( diff --git a/resources/lang/ko/admin/settings/general.php b/resources/lang/ko/admin/settings/general.php index b8833574ac..39a65ee5d2 100644 --- a/resources/lang/ko/admin/settings/general.php +++ b/resources/lang/ko/admin/settings/general.php @@ -10,10 +10,10 @@ return array( 'alert_interval' => '(일자) 최대값 만료 알림', 'alert_inv_threshold' => '재고 알림 최대값', 'asset_ids' => '자산 ID', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => '감사 간격', + 'audit_interval_help' => '자산을 정기적으로 물리적인 감사를 해야하는 경우, 간격을 개월 단위로 입력하십시오.', + 'audit_warning_days' => '감사 경고 임계값', + 'audit_warning_days_help' => '자산 회계 감사가 예정되어 있을 때 몇 일 전에 경고할까요?', 'auto_increment_assets' => '자동-증가 자산 ID 생성', 'auto_increment_prefix' => '접두사 (부가적)', 'auto_incrementing_help' => '이 것을 설정하려면 자동-증가 자산 ID 사용을 하세요.', @@ -67,8 +67,8 @@ return array( 'ldap_email' => 'LDAP 이메일', 'load_remote_text' => '원격 스크립트', 'load_remote_help_text' => '이 Snipe-IT 설치는 인터넷에서 스크립트들을 읽어 올 수 있습니다.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => '로그인 참고', + 'login_note_help' => '선택적으로 분실되거나 도난당한 장치를 찾은 사람들을 돕기 위한, 로그인 화면에 몇 문장을 포함하십시오. 이 항목에는 Github flavored markdown 를 사용할 수 있습니다.', 'logo' => '로고', 'full_multiple_companies_support_help_text' => '자신이 속한 공급자 자산에 공급자를 할당하는 것을 제한하는 사용자들 (관리자 포함)', 'full_multiple_companies_support_text' => '전체 다중 공급자들 지원', @@ -77,12 +77,12 @@ return array( 'php' => 'PHP 버전', 'php_gd_info' => 'QR 코드를 보려면 php-gd를 설치하셔야 합니다. 설치 설명서를 참고하세요.', 'php_gd_warning' => 'PHP 이미지 처리 및 GD 플러그인이 설치되어 있지 않습니다.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => '비밀번호 복잡성', + 'pwd_secure_complexity_help' => '어떤 비밀번호 복잡성 규칙을 적용할지 선택하십시오.', + 'pwd_secure_min' => '비밀번호 최소 글자수', + 'pwd_secure_min_help' => '최소 허용 값은 5', + 'pwd_secure_uncommon' => '자주쓰이는 비밀번호 방지', + 'pwd_secure_uncommon_help' => '이것은 사용자가 위변조로 보고된 상위 10,000 개의 비밀번호를 기반해 일반적으로 사용되는 비밀번호를 허용하지 않게 합니다.', 'qr_help' => '이 것을 설정하려면 먼저 QR 코드 사용하기를 하세요', 'qr_text' => 'QR 코드 문구', 'setting' => '설정', @@ -116,9 +116,11 @@ return array( 'inches' => '인치', 'width_w' => '넓이', 'height_h' => '높이', + 'show_url_in_emails' => 'Snipe-IT에 이메일로 링크', + 'show_url_in_emails_help_text' => '전자 메일 바닥 글에 Snipe-IT 설치를 다시 연결하지 않으려면이 상자를 선택 취소하십시오. 대부분의 사용자가 로그인하지 않는 경우 유용합니다.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'thumbnail_max_h' => '최대 썸네일 높이', + 'thumbnail_max_h_help' => '섬네일이 목록 보기에 표시될 수있는 최대 높이 (픽셀) 입니다. 최소 25, 최대 500.', 'two_factor' => '2단계 인증', 'two_factor_secret' => '2단계 코드', 'two_factor_enrollment' => '2단계 등록', diff --git a/resources/lang/ko/admin/statuslabels/message.php b/resources/lang/ko/admin/statuslabels/message.php index 65c6962f8e..c5f30f2fcc 100644 --- a/resources/lang/ko/admin/statuslabels/message.php +++ b/resources/lang/ko/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => '이 상태 꼬리표를 삭제하시겠습니까?', 'error' => '상태 꼬리표 삭제시 문제가 발생했습니다. 다시 시도해 주세요.', 'success' => '상태 꼬리표가 삭제되었습니다.' - ) + ), + + 'help' => array( + 'undeployable' => '이러한 자산은 누구에게도 할당 할 수 없습니다.', + 'deployable' => '이러한 자산은 체크 아웃 할 수 있습니다. 할당되면 Deployed의 메타 상태로 가정합니다.', + 'archived' => '이러한 애셋은 체크 아웃 할 수 없으며 보관 된보기에만 표시됩니다. 이는 예산 / 역사적 목적을 위해 자산에 대한 정보를 보유하지만 일상적인 자산 목록에서 유지하는 데 유용합니다.', + 'pending' => '이러한 자산은 아직 수리를 위해 나가는 품목에 자주 사용되지만 누구에게나 할당 될 수는 없지만 유통에 회부 될 것으로 예상됩니다.', + ), ); diff --git a/resources/lang/ko/admin/users/general.php b/resources/lang/ko/admin/users/general.php index a42cf355e0..7721f2ff3b 100644 --- a/resources/lang/ko/admin/users/general.php +++ b/resources/lang/ko/admin/users/general.php @@ -13,7 +13,7 @@ return array( 'filetype_info' => '허용되는 형식들은 png, gif, jpeg, doc, docx, pdf, txt, zip, rar 입니다.', 'history_user' => '이력 :name', 'info' => '정보', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => '그것들을 복원하려면 여기를 클릭하세요.', 'last_login' => '마지막 로그인', 'ldap_config_text' => 'LDAP 구성 설정들은 Admin > Settings 에서 찾을 수 있습니다. (부가적으로) 선택된 장소는 불러온 모든 사용자들에게 설정됩니다.', 'software_user' => '소프트웨어 반출 목록 :name', diff --git a/resources/lang/ko/admin/users/message.php b/resources/lang/ko/admin/users/message.php index d96312c504..42e532efb3 100644 --- a/resources/lang/ko/admin/users/message.php +++ b/resources/lang/ko/admin/users/message.php @@ -31,7 +31,7 @@ return array( 'create' => '사용자를 생성하는 중 문제가 발생했습니다. 다시 시도해 주세요.', 'update' => '사용자를 갱신하는 중 오류가 발생했습니다. 다시 시도해 주세요.', 'delete' => '사용자를 삭제하는 중 문제가 발생했습니다. 다시 시도해 주세요.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => '이 사용자에게 품목이 할당되었고 삭제할 수 없습니다.', 'unsuspend' => '사용자의 대기 해제 중 문제가 발생했습니다. 다시 시도하세요.', 'import' => '사용자를 내보내기 할 때 문제가 발생했습니다. 다시 시도하세요.', 'asset_already_accepted' => '이 자산은 이미 수락되었습니다.', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => 'LDAP 서버와 동기화 할 수 없습니다. LDAP 설정 파일의 LDAP 서버 구성을 확인해 보세요.
LDAP 서버 오류: ', 'ldap_could_not_search' => 'LDAP 서버를 찾을 수 없습니다. LDAP 설정 파일의 LDAP 서버 구성을 확인해 보세요.
LDAP 서버 오류:', 'ldap_could_not_get_entries' => 'LDAP 서버 목록을 가져올 수 없습니다. LDAP 설정 파일의 LDAP 서버 구성을 확인해 보세요.
LDAP 서버 오류:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => '이 계정의 비밀번호는 LDAP/Active 디렉토리에 의해 관리됩니다. 비밀번호를 변경하려면 IT 부서에 문의하세요. ', ), 'deletefile' => array( diff --git a/resources/lang/ko/admin/users/table.php b/resources/lang/ko/admin/users/table.php index 3352e5b3b0..09c4aaf4c3 100644 --- a/resources/lang/ko/admin/users/table.php +++ b/resources/lang/ko/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => '장소', 'lock_passwords' => '이 설치본에서는 로그인 상세를 변경 할 수 없습니다.', 'manager' => '상사', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => '관리되는 위치', 'name' => '이름', 'notes' => '비고', 'password_confirm' => '비밀번호 확인', diff --git a/resources/lang/ko/general.php b/resources/lang/ko/general.php index 4d8d670398..db9693c9c4 100644 --- a/resources/lang/ko/general.php +++ b/resources/lang/ko/general.php @@ -14,19 +14,20 @@ 'all' => '전체', 'archived' => '보관됨', 'asset_models' => '자산 모델', + 'asset_model' => '모델', 'asset' => '자산', 'asset_report' => '자산 보고서', 'asset_tag' => '자산 태그', 'assets_available' => '사용가능 자산', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => '감사', + 'audit_report' => '감사 기록', 'assets' => '자산', 'avatar_delete' => '아바타 삭제', 'avatar_upload' => '아바타 올리기', 'back' => '이전', 'bad_data' => '찾을 수 없습니다. 잘못된 데이터 인가요?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => '대량 감사', + 'bulkaudit_status' => '감사 상태', 'bulk_checkout' => '대량 반출', 'cancel' => '취소', 'categories' => '분류', @@ -56,8 +57,8 @@ 'current' => '현재', 'custom_report' => '맞춤형 자산 보고서', 'dashboard' => '대시보드', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => '일자', + 'days_to_next_audit' => '다음 감사까지의 일자', 'date' => '날짜', 'debug_warning' => '경고!', 'debug_warning_text' => '이 프로그램은 디버깅이 가능한 제품 모드에서 구동중입니다. 당신의 프로그램이 외부 환경과 접속이 가능하다면 중요한 자료가 유출될 수 있습니다. .env 파일의 APP_DEBUG 값을 false 로 설정하여 디버깅을 비활성화 하세요.', @@ -123,8 +124,8 @@ 'moreinfo' => '추가 정보', 'name' => '이름', 'next' => '다음', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => '다음 감사 일자', + 'last_audit' => '최근 감사', 'new' => '신규!', 'no_depreciation' => '감가 상각 없음', 'no_results' => '결과 없음.', diff --git a/resources/lang/ko/validation.php b/resources/lang/ko/validation.php index 3f6cae0f39..d6648bd0e8 100644 --- a/resources/lang/ko/validation.php +++ b/resources/lang/ko/validation.php @@ -16,18 +16,18 @@ return array( 'accepted' => ':attribute 가 수락되었습니다.', 'active_url' => ':attribute 는 잘못된 URL 입니다.', 'after' => ':attribute 는 :date 뒤에 오는 날짜 형식이어야 합니다.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => ':attribute 는 :date 이후거나 같아야 합니다.', 'alpha' => ':attribute 는 문자만 포함해야 합니다.', 'alpha_dash' => ':attribute는 문자, 숫자, 대쉬기호만 포함 할 수 있습니다.', 'alpha_num' => ':attribute 는 문자와 숫자만 포함할 수 있습니다.', - 'array' => 'The :attribute must be an array.', + 'array' => ':attribute는 배열이어야 합니다.', 'before' => ':attribute 는 :date 앞의 날짜 형식이 되야 합니다.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => ':attribute 는 :date 이전이거나 같아야 합니다.', 'between' => [ 'numeric' => ':attribute 는 :min - :max 사이의 값입니다.', 'file' => ':attribute 는 :min - :max Kbyte 사이의 값입니다.', 'string' => ':attribute 는 :min - :max 자 사이의 문자입니다.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => ':attribute 는 :min - :max 품목 사이여야 합니다.', ], 'boolean' => ':attribute 는 참 또는 거짓의 속성만 지정 가능합니다.', 'confirmed' => ':attribute 확인이 일치 하지 않습니다.', @@ -36,56 +36,56 @@ return array( 'different' => ':attribute 와 :other 는 서로 달라야 합니다.', 'digits' => ':attribute 는 :digits 자리수여야 합니다.', 'digits_between' => ':attribute 는 :min - :max 자릿수 사이여야 합니다.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => ':attribute에 잘못된 이미지 크기가 있습니다.', + 'distinct' => ':attribute 항목은 중복된 값입니다.', 'email' => ':attribute 형식이 부정확 합니다.', 'exists' => '선택한 :attribute 가 부정확 합니다.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => ':attribute는 파일이어야 합니다.', + 'filled' => ':attribute 항목은 값이 있어야 합니다.', 'image' => ':attribute 는 이미지 형식만 가능합니다.', 'in' => '선택한 :attribute 가 부정확 합니다.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => ':attribute항목이 :other에 없습니다.', 'integer' => ':attribute 는 정수이어야 합니다.', 'ip' => ':attribute 는 유효한 IP 주소이어야 합니다.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => ':attribute는 유효한 IPv4 주소여야 합니다.', + 'ipv6' => ':attribute는 유효한 IPv6 주소여야 합니다.', + 'json' => ':attribute는 유효한 JSON 문자값이어야 합니다.', 'max' => [ 'numeric' => ':attribute 는 :max 보다 작아야 합니다.', 'file' => ':attribute 는 :max Kbyte보다 작아야 합니다.', 'string' => ':attribute 는 :max 자보다 작아야 합니다.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => ':attribute는 :max 항목보다 작어야 합니다.', ], 'mimes' => ':attribute 는 :values 형식의 파일만 가능합니다.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => ':attribute 는 :values 형식의 파일만 가능합니다.', 'min' => [ 'numeric' => ':attribute 는 최소 :min 이어야 합니다.', 'file' => ':attribute 는 최소 :min Kbyte 이어야 합니다.', 'string' => ':attribute 는 최소 :min 자 이어야 합니다.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => ':attribute는 최소 :min 항목이어야 합니다.', ], 'not_in' => '선택한 :attribute 가 부정확 합니다.', 'numeric' => ':attribute 는 숫자만 가능합니다.', - 'present' => 'The :attribute field must be present.', + 'present' => ':attribute 항목이 있어야 합니다.', 'regex' => ':attribute 형식이 부정확 합니다.', 'required' => ':attribute 항목을 입력해 주세요.', 'required_if' => ':attribute 항목은 :other가 :value 일때 필요합니다.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => ':values에 :other가 있는 경우 : attribute 항목은 필요하지 않습니다.', 'required_with' => ':attribute 항목은 :values 가 존재할 때 필요합니다.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => ':attribute 항목은 :values가 있을 때 필요합니다.', 'required_without' => ':attribute 항목은 :values 가 존재하지 않을 때 필요합니다.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => ':attribute 항목은 :values 가 전혀 없다면 필수입니다.', 'same' => ':attribute 와 :other 는 일치해야 합니다.', 'size' => [ 'numeric' => ':attribute 는 :size 가 되야 합니다.', 'file' => ':attribute 는 :size Kbyte 가 되야 합니다.', 'string' => ':attribute 는 :size 자가 되야 합니다.', - 'array' => 'The :attribute must contain :size items.', + 'array' => ':attribute 는 :size 품목에 포함되야 합니다.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => ':attribute는 글자여야 합니다.', + 'timezone' => ':attribute는 유효한 지역이어야 합니다.', 'unique' => ':attribute 는 이미 획득하였습니다.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => ':attribute는 업로드 하지 못했습니다.', 'url' => ':attribute 형식이 부정확 합니다.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => ":attribute 항목에는 문자를 입력할 수 없습니다.", + "email_array" => "하나 이상의 이메일 주소가 유효하지 않습니다.", + "hashed_pass" => "현재 비밀번호가 잘못되었습니다.", + 'dumbpwd' => '그 비밀번호는 너무 일반적입니다.', + "statuslabel_type" => "유효한 상태 라벨 형식을 선택해 주셔야 합니다", + "unique_undeleted" => ":attribute 는 고유의 값만 가져야 합니다.", ], /* diff --git a/resources/lang/lt/admin/accessories/general.php b/resources/lang/lt/admin/accessories/general.php index 2c77afb9e1..4671338fb9 100644 --- a/resources/lang/lt/admin/accessories/general.php +++ b/resources/lang/lt/admin/accessories/general.php @@ -6,7 +6,7 @@ return array( 'accessory_category' => 'Įrangos kategorija', 'accessory_name' => 'Įrangos pavadinimas', 'checkout' => 'Checkout Accessory', - 'checkin' => 'Checkin Accessory', + 'checkin' => 'Registracijos priedas', 'create' => 'Pridėti įrangą', 'edit' => 'Redaguoti aksesuarą', 'eula_text' => 'EULA kategorija', diff --git a/resources/lang/lt/admin/asset_maintenances/message.php b/resources/lang/lt/admin/asset_maintenances/message.php index bfe3632c9b..dbca60d37d 100644 --- a/resources/lang/lt/admin/asset_maintenances/message.php +++ b/resources/lang/lt/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Įrangos priežiūra sukurta sėkmingai.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Turto priežiūra nebuvo redaguota, bandykite dar kartą.', + 'success' => 'Turto priežiūra sėkmingai redaguojama.' ], 'asset_maintenance_incomplete' => 'Nebaigta', 'warranty' => 'Garantija', diff --git a/resources/lang/lt/admin/asset_maintenances/table.php b/resources/lang/lt/admin/asset_maintenances/table.php index 8c4801d973..0a3e2b150b 100644 --- a/resources/lang/lt/admin/asset_maintenances/table.php +++ b/resources/lang/lt/admin/asset_maintenances/table.php @@ -2,7 +2,7 @@ return [ 'title' => 'Įrangos priežiūra', - 'asset_name' => 'Asset Name', + 'asset_name' => 'Turto pavadinimas', 'is_warranty' => 'Garantija', 'dl_csv' => 'Atsisiųti CSV fromatu' ]; diff --git a/resources/lang/lt/admin/categories/general.php b/resources/lang/lt/admin/categories/general.php index 8af900bdaf..2c87011c41 100644 --- a/resources/lang/lt/admin/categories/general.php +++ b/resources/lang/lt/admin/categories/general.php @@ -1,8 +1,8 @@ 'About Categories', - 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', + 'about_categories_title' => 'Apie kategorijas', + 'about_categories' => 'Kategorijos padeda jums tvarkyti savo daiktus. Kai kurių pavyzdžių kategorijos gali būti "Desktops", "Laptops", "Mobilieji telefonai", "Tablets" ir tt, bet jūs galite naudoti kategorijas bet kokiu būdu, kuris jums yra naudingas.', 'asset_categories' => 'Įrangos kategorijos', 'category_name' => 'Kategorijos pavadinimas', 'checkin_email' => 'Išsiųsti el. paštą naudotojui pridėti įragą.', @@ -11,7 +11,7 @@ return array( 'edit' => 'Keisti kategoriją', 'eula_text' => 'Kategorijos EULA', 'eula_text_help' => 'Šis laukelis leidžia jums keisti EULA atskiroms įrangos grupėms. Jei jūs naudotjate vieną EULA visoms įrangų grupėms, tuomet pažymėkite žemiau esantį laukelį, kad būtų naudojama pirminė numatytoji EULA.', - 'name' => 'Category Name', + 'name' => 'Kategorijos pavadinimas', 'require_acceptance' => 'Reikalauja naudotojus patvirtinti šios kategorijos įrangos priėmimą.', 'required_acceptance' => 'Šiam naudotojui bus išsiųstas el. laiškas su nuoroda patvritinanti šios įrangos priėmimą.', 'required_eula' => 'Šiam naudotojui bus išsiųsta EULA kopija', diff --git a/resources/lang/lt/admin/categories/message.php b/resources/lang/lt/admin/categories/message.php index 112d0ff314..f05e4d5e3f 100644 --- a/resources/lang/lt/admin/categories/message.php +++ b/resources/lang/lt/admin/categories/message.php @@ -3,8 +3,8 @@ return array( 'does_not_exist' => 'Tokios kategorijos nėra.', - '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' => 'Ši kategorija šiuo metu yra susijusi su bent vienu modeliu ir negali būti ištrinta. Atnaujinkite savo modelius, kad nebebūtų nuorodos į šią kategoriją, ir bandykite dar kartą.', + 'assoc_items' => 'Ši kategorija šiuo metu yra susijusi su bent viena: asset_type ir negali būti ištrinta. Prašome atnaujinti savo: asset_type, kad nebebūtų nuorodos į šią kategoriją ir bandykite dar kartą.', 'create' => array( 'error' => 'Kategorijos sukurti nepavyko, prašome badykite dar kartą.', diff --git a/resources/lang/lt/admin/companies/general.php b/resources/lang/lt/admin/companies/general.php index 501cf05172..dde7866b94 100644 --- a/resources/lang/lt/admin/companies/general.php +++ b/resources/lang/lt/admin/companies/general.php @@ -1,6 +1,6 @@ 'About Companies', - 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', + 'about_companies_title' => 'Apie įmones', + 'about_companies_text' => 'Įmonės gali būti naudojamos kaip paprastas identifikatoriaus laukas arba gali būti naudojami norint apriboti turto, naudotojų ir tt matomumą, jei jūsų administratoriaus nustatymuose yra įjungta visa įmonės parama.', 'select_company' => 'Pasirinkite kompaniją', ]; diff --git a/resources/lang/lt/admin/components/general.php b/resources/lang/lt/admin/components/general.php index a87754a5e0..b5cd6ea073 100644 --- a/resources/lang/lt/admin/components/general.php +++ b/resources/lang/lt/admin/components/general.php @@ -4,8 +4,8 @@ return array( 'about_components_title' => 'Apie Komponentus', 'about_components_text' => 'Komponentai yra daiktai, kurie yra įrangos sudedamoji dalis, pavyzdžiui HDD, RAM ir t. t.', 'component_name' => 'Komponento pavadinimas', - 'checkin' => 'Checkin Component', - 'checkout' => 'Checkout Component', + 'checkin' => 'Checkin komponentas', + 'checkout' => 'Checkout komponentas', 'cost' => 'Pirkimo kaina', 'create' => 'Sukurti komponentą', 'edit' => 'Redaguoti komponentą', diff --git a/resources/lang/lt/admin/components/message.php b/resources/lang/lt/admin/components/message.php index 1dedf26a0d..513f46be18 100644 --- a/resources/lang/lt/admin/components/message.php +++ b/resources/lang/lt/admin/components/message.php @@ -10,26 +10,26 @@ return array( ), 'update' => array( - 'error' => 'Component was not updated, please try again', - 'success' => 'Component updated successfully.' + 'error' => 'Komponentas nebuvo atnaujintas, bandykite dar kartą', + 'success' => 'Komponentas sėkmingai atnaujintas.' ), 'delete' => array( 'confirm' => 'Ar tikrai norite ištrinti šį komponentą?', - 'error' => 'There was an issue deleting the component. Please try again.', + 'error' => 'Problema buvo pašalinta komponentas. Prašau, pabandykite dar kartą.', 'success' => 'Komponentas ištrintas sėkmingai.' ), 'checkout' => array( - 'error' => 'Component was not checked out, please try again', - 'success' => 'Component checked out successfully.', + 'error' => 'Komponentas nebuvo išregistruotas, bandykite dar kartą', + 'success' => 'Komponentas sėkmingai patikrintas.', 'user_does_not_exist' => 'Šis naudotojas neteisingas. Prašome bandykite dar kartą.' ), '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' => 'Komponentas nebuvo įregistruotas, bandykite dar kartą', + 'success' => 'Komponentas sėkmingai užregistruotas.', + 'user_does_not_exist' => 'Šis naudotojas yra netinkamas. Prašau, pabandykite dar kartą.' ) diff --git a/resources/lang/lt/admin/consumables/general.php b/resources/lang/lt/admin/consumables/general.php index 0649cd3c88..762dff43e0 100644 --- a/resources/lang/lt/admin/consumables/general.php +++ b/resources/lang/lt/admin/consumables/general.php @@ -3,10 +3,10 @@ return array( 'about_consumables_title' => 'Apie suvartojamą įrangą', 'about_consumables_text' => 'Suvartojama įranga, tai tokia įranga, kuri perkama ir suvartojama per tam tikrą laiką. Pvz. spausdintuvo kasetės ar popierius.', - 'checkout' => 'Checkout Consumable to User', + 'checkout' => 'Užsakymas, kurį reikia išnaudoti vartotojui', 'consumable_name' => 'Suvartojamos įrangos pavadinimas', 'create' => 'Sukurti suvartojamą įrangą', - 'item_no' => 'Item No.', + 'item_no' => 'Prekės Nr.', 'remaining' => 'Likutis', 'total' => 'Viso', 'update' => 'Atnaujinti suvartojamą irangą', diff --git a/resources/lang/lt/admin/custom_fields/general.php b/resources/lang/lt/admin/custom_fields/general.php index 585fcef811..80eeeb3c12 100644 --- a/resources/lang/lt/admin/custom_fields/general.php +++ b/resources/lang/lt/admin/custom_fields/general.php @@ -6,16 +6,16 @@ return array( 'about_fieldsets_title' => 'Apie laukų grupes', 'about_fieldsets_text' => 'Laukų grupės leidžia jums sukurti grupes kurios dažnai naudojamos specifiniai įrangai.', 'custom_format' => 'Pasirinktinį formatą...', - 'encrypt_field' => 'Encrypt the value of this field in the database', - 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', + 'encrypt_field' => 'Šifruoti šio lauko vertę duomenų bazėje', + 'encrypt_field_help' => 'ĮSPĖJIMAS: lauko šifravimas daro jį nepastebimos.', 'encrypted' => 'Šifruotas', 'fieldset' => 'Laukų grupė', 'qty_fields' => 'Laukų kiekis', 'fieldsets' => 'Laukų grupės', 'fieldset_name' => 'Laukų grupės pavadinimas', 'field_name' => 'Lauko pavadinimas', - 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', + 'field_values' => 'Lauko vertės', + 'field_values_help' => 'Pridėti pasirinktinas parinktis, po vieną eilutėje. Tuščios eilutės, išskyrus pirmąją eilutę, bus ignoruojamos.', 'field_element' => 'Laukelio elementas', 'field_element_short' => 'Elementas', 'field_format' => 'Formatas', @@ -26,5 +26,5 @@ return array( 'order' => 'Užsakymas', 'create_fieldset' => 'Nauja laukų grupė', 'create_field' => 'Naujas pritaikomas laukelis', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'value_encrypted' => 'Šio lauko vertė yra užkoduota duomenų bazėje. Tik admin vartotojai galės peržiūrėti iššifruotą vertę', ); diff --git a/resources/lang/lt/admin/custom_fields/message.php b/resources/lang/lt/admin/custom_fields/message.php index 0edc2b66a2..dd4b7439bb 100644 --- a/resources/lang/lt/admin/custom_fields/message.php +++ b/resources/lang/lt/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset neegzistuoja', 'create' => array( 'error' => 'Laukelis nebuvo sukurtas. Prašome bandyti dar kartą.', diff --git a/resources/lang/lt/admin/departments/message.php b/resources/lang/lt/admin/departments/message.php index d65f4fbb2b..bb7ef0d830 100644 --- a/resources/lang/lt/admin/departments/message.php +++ b/resources/lang/lt/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Departamentas neegzistuoja.', + 'assoc_users' => 'Šis skyrius šiuo metu yra susijęs su bent vienu naudotoju ir jo negalima ištrinti. Prašome atnaujinti savo naudotojus, kad jie daugiau nebenumatytų šio skyriaus ir bandytų dar kartą.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Departamentas nebuvo sukurtas, prašome pabandyti dar kartą.', + 'success' => 'Departamentas sėkmingai sukūrė.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Departamentas nebuvo atnaujintas, bandykite dar kartą', + 'success' => 'Departamentas sėkmingai atnaujintas.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Ar tikrai norite ištrinti šį skyrių?', + 'error' => 'Buvo pašalinta departamento problema. Prašau, pabandykite dar kartą.', + 'success' => 'Departamentas sėkmingai ištrintas.' ) ); diff --git a/resources/lang/lt/admin/departments/table.php b/resources/lang/lt/admin/departments/table.php index 76494247be..70d10e1c91 100644 --- a/resources/lang/lt/admin/departments/table.php +++ b/resources/lang/lt/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'name' => 'Departamento pavadinimas', + 'manager' => 'Vadybininkas', + 'location' => 'Vieta', + 'create' => 'Sukurkite skyrių', + 'update' => 'Atnaujinti departamentą', ); diff --git a/resources/lang/lt/admin/depreciations/general.php b/resources/lang/lt/admin/depreciations/general.php index 3ed09a8839..9c7bafebf8 100644 --- a/resources/lang/lt/admin/depreciations/general.php +++ b/resources/lang/lt/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Apie įrangos nusidėvėjimą', 'about_depreciations' => 'Jūs galite nustatyti irangos nusidėvėjimą naudodami proporcinio metodo nusidėvėjimą.', 'asset_depreciations' => 'Irangos nusidėvėjimas', - 'create' => 'Create Depreciation', + 'create' => 'Sukurkite nusidėvėjimą', 'depreciation_name' => 'Nusidėvėjimo pavadinimas', 'number_of_months' => 'Mėnesių skaičius', - 'update' => 'Update Depreciation', + 'update' => 'Atnaujinti nusidėvėjimą', ); diff --git a/resources/lang/lt/admin/groups/titles.php b/resources/lang/lt/admin/groups/titles.php index 77b66b7d89..e57927d94a 100644 --- a/resources/lang/lt/admin/groups/titles.php +++ b/resources/lang/lt/admin/groups/titles.php @@ -1,11 +1,11 @@ 'About Groups', - 'about_groups' => 'Groups are used to generalize user permissions.', + 'about_groups_title' => 'Apie grupes', + 'about_groups' => 'Grupės naudojamos apibendrinti naudotojo leidimus.', 'group_management' => 'Grupės valdymas', - 'create' => 'Create New Group', - 'update' => 'Edit Group', + 'create' => 'Sukurti naują grupę', + 'update' => 'Redaguoti grupę', 'group_name' => 'Grupės pavadinimas', 'group_admin' => 'Gruopės administratorius', 'allow' => 'Leisti', diff --git a/resources/lang/lt/admin/hardware/form.php b/resources/lang/lt/admin/hardware/form.php index 15666db2e2..525215f2e4 100644 --- a/resources/lang/lt/admin/hardware/form.php +++ b/resources/lang/lt/admin/hardware/form.php @@ -1,7 +1,7 @@ 'Confirm Bulk Delete Assets', + 'bulk_delete' => 'Patvirtinkite masinio ištrynimo turinį', 'bulk_delete_help' => 'Peržiūrėkite įrangos ištrinimą žemiau. Ištrinus, įranga galima atstatyti, tačiau daugiau nebus priskirta jokiam vartotojam.', 'bulk_delete_warn' => 'Jūs norite ištrinti :asset_count įranga.', 'bulk_update' => 'Visa atnaujinama įranga', @@ -14,6 +14,7 @@ return array( 'cost' => 'Pirkimo kaina', 'create' => 'Sukurti įrangą', 'date' => 'Pirkimo data', + 'depreciation' => 'Nusidėvėjimas', 'depreciates_on' => 'Nusidėvėjimo data', 'default_location' => 'Numatytoji vietovė', 'eol_date' => 'Irangos naudojimo pabaigos data', diff --git a/resources/lang/lt/admin/hardware/general.php b/resources/lang/lt/admin/hardware/general.php index f3f8fd1a24..b061af919a 100644 --- a/resources/lang/lt/admin/hardware/general.php +++ b/resources/lang/lt/admin/hardware/general.php @@ -1,13 +1,13 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + 'about_assets_title' => 'Apie turtą', + 'about_assets_text' => 'Turtas - tai daiktai, kurie stebimi serijos numeriu arba turinio žyma. Jie dažniausiai būna vertingesni dalykai, kai svarbu nustatyti konkretų elementą.', 'archived' => 'Archyvuota', 'asset' => 'Įranga', 'bulk_checkout' => 'Išduoti įrangą naudotojui', 'checkin' => 'Išduota įranga', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Patikros turtas', 'clone' => 'Kopijuoti įrangą', 'deployable' => 'Naudojamas', 'deleted' => 'Ši įranga buvo ištrinta. Paspauskit čia ją atkurti.', diff --git a/resources/lang/lt/admin/hardware/message.php b/resources/lang/lt/admin/hardware/message.php index e7e3a42064..55d7dde788 100644 --- a/resources/lang/lt/admin/hardware/message.php +++ b/resources/lang/lt/admin/hardware/message.php @@ -24,8 +24,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Turto auditas buvo nesėkmingas. Prašau, pabandykite dar kartą.', + 'success' => 'Turto auditas sėkmingai registruotas.' ), @@ -43,9 +43,9 @@ return array( 'import' => array( 'error' => 'Nepavyko teisingai importuoti kai kurių įrašų.', - 'errorDetail' => 'The following Items were not imported because of errors.', + 'errorDetail' => 'Šie elementai nebuvo importuoti dėl klaidų.', 'success' => "Jūsų failas importuotas", - 'file_delete_success' => "Your file has been been successfully deleted", + 'file_delete_success' => "Jūsų failas buvo sėkmingai ištrintas", 'file_delete_error' => "Nepavyko ištrinti failo", ), @@ -53,7 +53,7 @@ return array( 'delete' => array( 'confirm' => 'Ar jūs tikrai norite ištrinti šią įrangą?', 'error' => 'Nepavyko ištrinti įrangos. Prašome bandykite dar kartą.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => 'Nebuvo pasirinkta jokio turto, taigi niekas nebuvo ištrintas.', 'success' => 'Įranga sėkmingai ištrinta.' ), @@ -61,21 +61,21 @@ return array( 'error' => 'Įranga neišduota, prašome bandyti dar kartą', 'success' => 'Įranga išduota sėkmingai.', 'user_does_not_exist' => 'Netinkamas naudotojas. Prašome bandykite dar kartą.', - 'not_available' => 'That asset is not available for checkout!' + 'not_available' => 'Šis turtas negali būti išsiunčiamas!' ), 'checkin' => array( 'error' => 'Įranga neišduota, prašome bandyti dar kartą', 'success' => 'Įranga išduota sėkmingai.', 'user_does_not_exist' => 'Šis naudotojas neteisingas. Prašome bandykite dar kartą.', - 'already_checked_in' => 'That asset is already checked in.', + 'already_checked_in' => 'Šis turtas jau yra registruotas.', ), 'requests' => array( 'error' => 'Įranga nebuvo užklausta, prašome bandyti dar kartą', 'success' => 'Įrangos užklausa sėkmingai išsiusta.', - 'canceled' => 'Checkout request successfully canceled' + 'canceled' => 'Patikros užklausa sėkmingai atšaukta' ) ); diff --git a/resources/lang/lt/admin/licenses/general.php b/resources/lang/lt/admin/licenses/general.php index 251f55377d..05375b7352 100644 --- a/resources/lang/lt/admin/licenses/general.php +++ b/resources/lang/lt/admin/licenses/general.php @@ -1,8 +1,8 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'about_licenses_title' => 'Apie licencijas', + 'about_licenses' => 'Licencijos naudojamos programinei įrangai stebėti. Jie turi tam tikrą skaičių vietų, kurias galima patikrinti asmenims', 'checkin' => 'Išduoti licenzijos prieigą', 'checkout_history' => 'Išdavimo istorija', 'checkout' => 'Išduotas licenzijų kiekis', diff --git a/resources/lang/lt/admin/licenses/message.php b/resources/lang/lt/admin/licenses/message.php index 216fd48677..3a0f3f6ab1 100644 --- a/resources/lang/lt/admin/licenses/message.php +++ b/resources/lang/lt/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'Įrangą, kurią ketinate susieti su šia licenzija neegzistuoja.', 'owner_doesnt_match_asset' => 'Įrangą, kurią ketinate susieti su šia licenzija yra naudojama kažkieno kito nei asmens, kurį pasirinkote meniu.', 'assoc_users' => 'Ši licenzija šiuo metu yra išduota naudotojui ir negali būti ištrinta. Prašome pirmiausia patikrinkite licenziją ir tik tuomet bandykite vėl ištrinti. ', + 'select_asset_or_person' => 'Turite pasirinkti turtą arba naudotoją, bet ne abu.', 'create' => array( @@ -23,7 +24,7 @@ return array( 'error' => 'Failas (-ai) neįkelti. Prašome bandykite dar kartą.', 'success' => 'Failas (-ai) sėkmingai įkelti.', 'nofiles' => 'Jūs nepasirinkote įkelti jokių failų arba failas, kurį ketinate įkelti yra per didelis', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'invalidfiles' => 'Vienas ar keli jūsų failai yra per dideli arba yra neleidžiamas failų tipas. Leidžiami failų tipai yra png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml ir lic.', ), 'update' => array( diff --git a/resources/lang/lt/admin/locations/table.php b/resources/lang/lt/admin/locations/table.php index 8010ac21da..b6a89e6095 100644 --- a/resources/lang/lt/admin/locations/table.php +++ b/resources/lang/lt/admin/locations/table.php @@ -1,8 +1,8 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'about_locations_title' => 'Apie vietas', + 'about_locations' => 'Vietos naudojamos stebėti naudotojų, turto ir kitų objektų vietovės informaciją', 'assets_rtd' => 'Įranga', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. 'assets_checkedout' => 'Įranga priskirta', 'id' => 'ID', diff --git a/resources/lang/lt/admin/manufacturers/table.php b/resources/lang/lt/admin/manufacturers/table.php index cc61445841..842badf06d 100644 --- a/resources/lang/lt/admin/manufacturers/table.php +++ b/resources/lang/lt/admin/manufacturers/table.php @@ -1,15 +1,15 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'about_manufacturers_title' => 'Apie gamintojus', + 'about_manufacturers_text' => 'Gamintojai yra įmonės, kurios kuria jūsų turtą. Čia galite išsaugoti svarbią palaikymo kontaktinę informaciją apie juos, kuri bus rodoma išsamiuose savo turinio puslapiuose.', 'asset_manufacturers' => 'Įrangos gamintojai', 'create' => 'Sukurti gamintoją', 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', + 'name' => 'vardas', + 'support_email' => 'Palaikymas el. Paštu', + 'support_phone' => 'Palaikymas telefonu', + 'support_url' => 'Palaikymo URL', 'update' => 'Atnaujinti gamintoją', 'url' => 'URL', diff --git a/resources/lang/lt/admin/models/general.php b/resources/lang/lt/admin/models/general.php index 6b7ffea740..832b1c8f04 100644 --- a/resources/lang/lt/admin/models/general.php +++ b/resources/lang/lt/admin/models/general.php @@ -1,8 +1,8 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', + 'about_models_title' => 'Apie turto modelius', + 'about_models_text' => 'Turto modeliai yra būdas grupuoti identišką turtą. "MBP 2013", "IPhone 6s" ir kt.', 'deleted' => 'Šis modelis ištrintas. Spauskite atkurti modelį čia.', 'restore' => 'Atkurti modelį', 'requestable' => 'Naudotojai gali užklausi šį modelį', diff --git a/resources/lang/lt/admin/models/message.php b/resources/lang/lt/admin/models/message.php index 3cd8f2aed7..dec82b4f92 100644 --- a/resources/lang/lt/admin/models/message.php +++ b/resources/lang/lt/admin/models/message.php @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Nebuvo pakeista jokių laukų, todėl niekas nebuvo atnaujintas.', + 'success' => 'Modeliai atnaujinti.' ), ); diff --git a/resources/lang/lt/admin/settings/general.php b/resources/lang/lt/admin/settings/general.php index 0554016bba..8eb13162c8 100644 --- a/resources/lang/lt/admin/settings/general.php +++ b/resources/lang/lt/admin/settings/general.php @@ -2,25 +2,25 @@ 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" domenas', + 'ad_domain_help' => 'Tai kartais sutampa su jūsų el. Pašto domenu, bet ne visada.', + 'is_ad' => 'Tai yra "Active Directory" serveris', 'alert_email' => 'Siūsti įspėjimus', 'alerts_enabled' => 'Perspėjimai įjungti', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', + 'alert_interval' => 'Galiojanti įspėjimų slenkstis (dienomis)', + 'alert_inv_threshold' => 'Inventoriaus įspėjimo slenkstis', 'asset_ids' => 'Įrangos ID', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'Audito intervalas', + 'audit_interval_help' => 'Jei turite reguliariai fiziškai tikrinti savo turtą, įveskite intervalą per mėnesius.', + 'audit_warning_days' => 'Audito įspėjimo slenkstis', + 'audit_warning_days_help' => 'Kiek dienų iš anksto turėtume įspėti, kada turėtume atlikti auditą?', 'auto_increment_assets' => 'Sukurti automatiškai didėjantį įragos ID nr.', 'auto_increment_prefix' => 'Papilomas priedėlis (pasirinktinai)', 'auto_incrementing_help' => 'Įjungti automatiškai didėjantį įrangos ID pirmajam suteikiant šį nr.', 'backups' => 'Atsarginė kopija', 'barcode_settings' => 'Prekės kodo nustatymai', - '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' => 'Patvirtinkite švarą', + 'confirm_purge_help' => 'Žemiau esančiame laukelyje įveskite tekstą "DELETE", kad išvalykite ištrintus įrašus. Šis veiksmas negali būti panaikintas.', 'custom_css' => 'Užsakytas CSS', 'custom_css_help' => 'Įveskite bet kokį užsakytą CSS peržiūrėjimo norėtumėte naudoti. Neįtraukite <style></Stilius> žymės.', 'default_currency' => 'Numatytoji valiuta', @@ -45,18 +45,18 @@ return array( 'ldap_integration' => 'LDAP integracija', 'ldap_settings' => 'LDAP nustatymai', 'ldap_server' => 'LDAP serveris', - 'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', + 'ldap_server_help' => 'Tai turėtų prasidėti su ldap: // (nešifruotam arba TLS) arba ldaps: (jei tai SSL)', 'ldap_server_cert' => 'LDAP SSL sertifikato patvirtinimas', 'ldap_server_cert_ignore' => 'Leisti nepatvirtintą SSL sertifikatą', 'ldap_server_cert_help' => 'Pažymėkite jeigu naudojate savo pasirašytą SSL sertifikatą ir norite naudoti neegzistuojanti SSL sertifikatą.', - 'ldap_tls' => 'Use TLS', - 'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ', + 'ldap_tls' => 'Naudokite TLS', + 'ldap_tls_help' => 'Tai turėtų būti tikrinama, jei jūsų LDAP serveryje naudojate STARTTLS.', 'ldap_uname' => 'LDAP vartotojo vardas', 'ldap_pword' => 'LDAP slaptažodis', 'ldap_basedn' => 'DN', 'ldap_filter' => 'LDAP filtras', - '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_pw_sync' => 'LDAP slaptažodžių sinchronizavimas', + 'ldap_pw_sync_help' => 'Išvalykite šį laukelį, jei nenorite, kad LDAP slaptažodžiai būtų sinchronizuojami su vietiniais slaptažodžiais. Išjungus tai reiškia, kad jūsų vartotojai gali nepavykti prisijungti, jei dėl kokios nors priežasties jūsų LDAP serveris nepasiekiamas.', 'ldap_username_field' => 'Vartotojo vardo laukelis', 'ldap_lname_field' => 'Pavardė', 'ldap_fname_field' => 'LDAP vardas', @@ -67,8 +67,8 @@ return array( 'ldap_email' => 'LDAP el.paštas', 'load_remote_text' => 'Nuotoliniai skriptai', 'load_remote_help_text' => 'Šis Snipe-IT įdiegimas gali įtraukti programinius kodus iš interneto.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => 'Prisijungimo pastaba', + 'login_note_help' => 'Pasirinktinai į savo prisijungimo ekraną įtraukite keletą sakinių, pavyzdžiui, kad padėtumėte žmonėms, kurie rasti pamestą ar pavogtą įrenginį. Šiame lauke pritariama "Github" skonio markdown', 'logo' => 'Logotipas', 'full_multiple_companies_support_help_text' => 'Apriboti vartotojai (įskaitant administratorius) priskirtus kompanijoms.', 'full_multiple_companies_support_text' => 'Pilnas kelių kompanijų palaikymas', @@ -77,12 +77,12 @@ return array( 'php' => 'PHP versija', 'php_gd_info' => 'Jūs turite įdiegti PHP-GD, kad rodytų QR kodus, tam peržiūrėkite diegimo instrukcijas.', 'php_gd_warning' => 'PHP vaizdo apdorojimas ir GD papildinys neįdiegtas.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Slaptažodžio sudėtingumas', + 'pwd_secure_complexity_help' => 'Pasirinkite bet kurį slaptažodžio sudėtingumo taisykles, kurias norite vykdyti.', + 'pwd_secure_min' => 'Slaptažodis minimalus simbolių', + 'pwd_secure_min_help' => 'Minimali leistina vertė yra 5', + 'pwd_secure_uncommon' => 'Neleiskite bendrų slaptažodžių', + 'pwd_secure_uncommon_help' => 'Tai neleis vartotojams naudoti bendrų slaptažodžių iš didžiausių 10 000 slaptažodžių, apie kuriuos pranešta pažeidimų metu.', 'qr_help' => 'Įjungti QR kodus prieš nustatant tai', 'qr_text' => 'QR kodo tekstas', 'setting' => 'Nustatymai', @@ -102,47 +102,49 @@ return array( 'about_settings_text' => 'Šie nustatymai leidžia jums pasirinkti savus diegimo nustatymus.', 'labels_per_page' => 'Etikečių puslapyje', 'label_dimensions' => 'Etiketės išmatavimai (coliais)', - 'next_auto_tag_base' => 'Next auto-increment', - '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', + 'next_auto_tag_base' => 'Kitas automatinis prieaugis', + 'page_padding' => 'Puslapio maržos (coliais)', + 'purge' => 'Išvalyti ištrintus įrašus', + 'labels_display_bgutter' => 'Etiketės apatinis latakai', + 'labels_display_sgutter' => 'Etiketės pusės latakai', + 'labels_fontsize' => 'Etiketės šrifto dydis', + 'labels_pagewidth' => 'Etiketės lapo plotis', + 'labels_pageheight' => 'Etiketės lapo aukštis', + 'label_gutters' => 'Etiketės tarpai (coliais)', + 'page_dimensions' => 'Puslapio matmenys (coliais)', + 'label_fields' => 'Žymėti laukus', + 'inches' => 'colių', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Nuoroda į "Snipe-IT" el. Paštu', + 'show_url_in_emails_help_text' => 'Atžymėkite šį langelį, jei nenorite susieti savo "Snipe-IT" diegimo savo el. Pašto dėžutėse. Naudinga, jei dauguma jūsų naudotojų niekada nebus prisijungę.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', - 'top' => 'top', - 'bottom' => 'bottom', - 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'thumbnail_max_h' => 'Didžiausias miniatiūros aukštis', + 'thumbnail_max_h_help' => 'Didžiausias pikselių aukštis gali būti, kad miniatiūros gali būti rodomos sąrašo rodinyje. Min 25, maks. 500.', + 'two_factor' => 'Du veiksnių autentifikavimas', + 'two_factor_secret' => 'Dviejų veiksnių kodas', + 'two_factor_enrollment' => 'Dviejų veiksnių registracija', + 'two_factor_enabled_text' => 'Įgalinti du veiksnius', + 'two_factor_reset' => 'Atstatyti dviejų veiksnių paslaptį', + 'two_factor_reset_help' => 'Tai privers naudotoją vėl įrašyti įrenginį "Google" autentifikavimo priemone. Tai gali būti naudinga, jei jų šiuo metu užregistruotas įrenginys yra pamestas ar pavogtas.', + 'two_factor_reset_success' => 'Dviejų veiksnių įrenginys sėkmingai iš naujo nustatomas', + 'two_factor_reset_error' => 'Dviejų veiksnių įrenginio atstatymas nepavyko', + 'two_factor_enabled_warning' => 'Įjungus dviejų faktorių, jei jis šiuo metu neįjungtas, iš karto privers jus patvirtinti autentifikavimu naudojant "Google" prijungtą įrenginį. Jūs turėsite galimybę įregistruoti savo įrenginį, jei jis šiuo metu nėra įtrauktas.', + 'two_factor_enabled_help' => 'Tai įgalins dviejų veiksnių autentifikavimą naudojant "Google Authenticator".', + 'two_factor_optional' => 'Atrankinis (vartotojai gali įjungti arba išjungti, jei tai leidžiama)', + 'two_factor_required' => 'Reikalingas visiems vartotojams', + 'two_factor_disabled' => 'Neįgalus', + 'two_factor_enter_code' => 'Įveskite dviejų veiksnių kodą', + 'two_factor_config_complete' => 'Pateikti kodeksą', + 'two_factor_enabled_edit_not_allowed' => 'Jūsų administratorius neleidžia jums redaguoti šio nustatymo.', + 'two_factor_enrollment_text' => "Būtina atlikti du autentiškumo patvirtinimo veiksnius, tačiau jūsų įrenginys dar nebuvo užregistruotas. Atidarykite \"Google\" autentifikavimo priemonės programą ir nuskaitykite žemiau esantį QR kodą, kad užsiregistruotumėte savo įrenginį. Įrašę savo įrenginį įveskite žemiau esantį kodą", + 'require_accept_signature' => 'Reikalauti parašo', + 'require_accept_signature_help_text' => 'Įjungus šią funkciją, naudotojams reikės fiziškai atsisakyti priimti turtą.', + 'left' => 'kairėje', + 'right' => 'teisus', + 'top' => 'viršuje', + 'bottom' => 'apačioje', + 'vertical' => 'vertikalus', + 'horizontal' => 'horizontalus', + 'zerofill_count' => 'Turto žymų ilgis, įskaitant "zerofill"', ); diff --git a/resources/lang/lt/admin/settings/message.php b/resources/lang/lt/admin/settings/message.php index 5c9d6ce773..199af27f96 100644 --- a/resources/lang/lt/admin/settings/message.php +++ b/resources/lang/lt/admin/settings/message.php @@ -14,9 +14,9 @@ return array( 'file_not_found' => 'Atsarginė kopija nerasta.', ), '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' => 'Išvalant įvyko klaida.', + 'validation_failed' => 'Jūsų valymo patvirtinimas yra neteisingas. Patvirtinimo laukelyje įrašykite žodį "DELETE".', + 'success' => 'Ištrinti įrašai sėkmingai išvalomi.' ), ); diff --git a/resources/lang/lt/admin/statuslabels/message.php b/resources/lang/lt/admin/statuslabels/message.php index e43760ce0d..4dcf591ec5 100644 --- a/resources/lang/lt/admin/statuslabels/message.php +++ b/resources/lang/lt/admin/statuslabels/message.php @@ -3,23 +3,30 @@ return array( 'does_not_exist' => 'Statuso žymė neegzistuoja.', - '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. ', + 'assoc_assets' => 'Ši būsenos etiketė šiuo metu yra susijusi su bent vienu turtu ir negali būti ištrinta. Prašome atnaujinti savo turtą, kad nebebūtų nuorodos į šį statusą ir bandykite dar kartą.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'Būsenos etiketė nebuvo sukurta, bandykite dar kartą.', + 'success' => 'Būsenos etiketė sėkmingai sukurta.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'Būsenos etiketė nebuvo atnaujinta, bandykite dar kartą', + 'success' => 'Būsenos etiketė sėkmingai atnaujinta.' ), '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' => 'Ar tikrai norite ištrinti šią būsenos etiketę?', + 'error' => 'Buvo ištaisyta būklės etiketė. Prašau, pabandykite dar kartą.', + 'success' => 'Statuso etiketė sėkmingai ištrinta.' + ), + + 'help' => array( + 'undeployable' => 'Šis turtas niekam negali būti priskirtas.', + 'deployable' => 'Šį turtą galima patikrinti. Kai jie bus priskirti, jie prisiims Darbuoto meta statusą.', + 'archived' => 'Šio turto negalima patikrinti ir jis bus rodomas tik archyvuotame rodinyje. Tai naudinga, jei norite išsaugoti informaciją apie turtą, skirtą biudžetui / istoriniams tikslams, bet išlaikyti juos kasdieniame turto sąraše.', + 'pending' => 'Šis turtas dar negali būti priskirtas visiems, dažnai naudojamas daiktams, kurie yra remontuojami, tačiau tikimasi, kad jie grįš į apyvartą.', + ), ); diff --git a/resources/lang/lt/admin/statuslabels/table.php b/resources/lang/lt/admin/statuslabels/table.php index 9fefd3097c..862e36c105 100644 --- a/resources/lang/lt/admin/statuslabels/table.php +++ b/resources/lang/lt/admin/statuslabels/table.php @@ -10,7 +10,7 @@ return array( 'name' => 'Būklės pavadinimas', 'pending' => 'Vykdoma', 'status_type' => 'Būklės tipas', - 'show_in_nav' => 'Show in side nav', + 'show_in_nav' => 'Rodyti šoninį namą', 'title' => 'Būklės kortelės', 'undeployable' => 'Negalimas naudoti', 'update' => 'Atnaujinti būklės kortelę', diff --git a/resources/lang/lt/admin/suppliers/table.php b/resources/lang/lt/admin/suppliers/table.php index b35b796633..863a3958b8 100644 --- a/resources/lang/lt/admin/suppliers/table.php +++ b/resources/lang/lt/admin/suppliers/table.php @@ -1,8 +1,8 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'about_suppliers_title' => 'Apie tiekėjus', + 'about_suppliers_text' => 'Tiekėjai naudojami daiktų šaltiniui stebėti', 'address' => 'Tiekėjo adresas', 'assets' => 'Įranga', 'city' => 'Miestas', diff --git a/resources/lang/lt/admin/users/general.php b/resources/lang/lt/admin/users/general.php index add252e077..1778c1ea86 100644 --- a/resources/lang/lt/admin/users/general.php +++ b/resources/lang/lt/admin/users/general.php @@ -4,22 +4,22 @@ return array( 'assets_user' => 'Priskirta įranga :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', + 'bulk_update_warn' => 'Jūs ketinate redaguoti vartotojų: user_count savybes. Atminkite, kad negalėsite pakeisti savo naudotojo atributų naudodami šią formą ir savo pasirinkimą keisti individualiai.', + 'bulk_update_help' => 'Ši forma leidžia vienu metu atnaujinti kelis naudotojus. Užpildykite tik tuos laukelius, kuriuos reikia keisti. Visi tušti laukai lieka nepakeisti.', 'current_assets' => 'Šiam vartotojui priskirta įranga', 'clone' => 'Kopijuoti naudotoją', 'contact_user' => 'Susisiekti su :name', 'edit' => 'Redaguoti naudotoją', 'filetype_info' => 'Leidžiami dokumentų formatai png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar.', 'history_user' => ':name naudotojo istorija', - 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'info' => 'Informacija', + 'restore_user' => 'Spauskite čia norėdami juos atkurti.', 'last_login' => 'Paskutinis prisijungimas', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', + 'ldap_config_text' => 'LDAP konfigūracijos parametrus galite rasti Administratorius> Nustatymai. Pasirinkta vieta (pasirinktinai) bus nustatyta visiems importuojamiems vartotojams.', 'software_user' => ':name išduota įranga', 'view_user' => 'Peržiūrėti :name vartotoją', 'usercsv' => 'CSV dokumentas', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'two_factor_admin_optin_help' => 'Dabartiniai jūsų nustatymai leidžia pasirinkti dviejų veiksnių autentifikavimą.', + 'two_factor_enrolled' => 'Įrašytas 2FA įrenginys', + 'two_factor_active' => '2FA aktyvus', ); diff --git a/resources/lang/lt/admin/users/message.php b/resources/lang/lt/admin/users/message.php index ebb46d7760..97846c206a 100644 --- a/resources/lang/lt/admin/users/message.php +++ b/resources/lang/lt/admin/users/message.php @@ -4,7 +4,7 @@ return array( 'accepted' => 'Jūs sėkmingai priėmėte šią įrangą.', 'declined' => 'Jūs sėkmingai atšaukėte šią įrangą.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'bulk_manager_warn' => 'Jūsų vartotojai buvo sėkmingai atnaujinti, tačiau jūsų valdytojo įrašas nebuvo išsaugotas, nes pasirinktas valdytojas taip pat buvo naudotojo sąraše, kurį reikia redaguoti, o vartotojai gali būti ne jų valdytojai. Prašome vėl pasirinkti naudotojus, išskyrus valdytoją.', 'user_exists' => 'Naudotojas jau yra!', 'user_not_found' => 'Naudotojas [:id] neegzistuoja.', 'user_login_required' => 'Prisijungimo laukelis privalomas', @@ -17,7 +17,7 @@ return array( 'success' => array( 'create' => 'Naudotojas sėkmingai sukurtas.', 'update' => 'Naudotojas sėkmingai atnaujintas.', - 'update_bulk' => 'Users were successfully updated!', + 'update_bulk' => 'Vartotojai buvo sėkmingai atnaujinti!', 'delete' => 'Naudotojas sėkmingai ištrintas.', 'ban' => 'Naudotojas sėkmingai užblokuotas.', 'unban' => 'Naudotojas sėkmingai atblokuotas.', @@ -31,7 +31,7 @@ return array( 'create' => 'Nepavyko sukurti naudotojo. Prašome bandykite dar kartą.', 'update' => 'Nepavyko atnaujinti naudotojo. Prašome bandykite dar kartą.', 'delete' => 'Nepavyko ištrinti naudotojo. Prašome bandykite dar kartą.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Šis vartotojas turi priskirtus elementus, kurių negalima ištrinti.', 'unsuspend' => 'Nepavyko atšaldyti naudotojo. Prašome bandykite dar kartą.', 'import' => 'Nepavyko įkelti naudotojų. Prašome bandykite dar kartą.', 'asset_already_accepted' => 'ši įranga jau buvo priimta.', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => 'Negali nustatyti vartotojo prisijungiant prie LDAP serverio. Prašome patikrinkite savo LDAP serverio konfigūraciją LDAP konfigūracijos faile.
Klaida iš LDAP Serverio: ', 'ldap_could_not_search' => 'Negali rasti LDAP serverio. Prašome patikrinkite savo LDAP serverio konfigūraciją LDAP konfigūracijos faile.
Klaida iš LDAP Serverio:', 'ldap_could_not_get_entries' => 'Negali gauti prieigos prie LDAP serverio. Prašome patikrinkite savo LDAP serverio konfigūraciją LDAP konfigūracijos faile.
Klaida iš LDAP Serverio:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'Šios paskyros slaptažodį tvarko LDAP / Active Directory. Prašome susisiekti su savo IT departamentu, kad pakeistumėte slaptažodį.', ), 'deletefile' => array( diff --git a/resources/lang/lt/admin/users/table.php b/resources/lang/lt/admin/users/table.php index 1bda3c9fb2..7e2688e087 100644 --- a/resources/lang/lt/admin/users/table.php +++ b/resources/lang/lt/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Vieta', 'lock_passwords' => 'Prisijungimo duomenys negali būti keičiami šio diegimo metu.', 'manager' => 'Tiesioginis vadovas', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Valdomos vietos', 'name' => 'Pavadinimas', 'notes' => 'Pastabos', 'password_confirm' => 'Patvirtinti slaptažodį', @@ -28,10 +28,10 @@ return array( 'show_current' => 'Rodyti esamus naudotojus', 'show_deleted' => 'Rodyti ištrintus naudotojus', 'title' => 'Antraštė', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => 'juos atkurti.', 'updateuser' => 'Atnaujinti naudotoją', 'username' => 'Vartotojo vardas', - 'user_deleted_text' => 'This user has been marked as deleted.', + 'user_deleted_text' => 'Šis naudotojas pažymėtas kaip ištrintas.', 'username_note' => '(Tai naudojamą tik aktyviam direktorijos binding ne prisijungimui.)', 'cloneuser' => 'Kopijuoti naudotoją', 'viewusers' => 'Peržiūrėti naudotojus', diff --git a/resources/lang/lt/auth/general.php b/resources/lang/lt/auth/general.php index b49960ae20..db41ef7c8b 100644 --- a/resources/lang/lt/auth/general.php +++ b/resources/lang/lt/auth/general.php @@ -2,7 +2,7 @@ return [ 'send_password_link' => 'Slaptažodžio atkūrimo nuoroda', - 'email_reset_password' => 'Email Password Reset', + 'email_reset_password' => 'El. Pašto slaptažodžio atstatymas', 'reset_password' => 'Atstatyti slaptažodį', 'login' => 'Prisijungimas', 'login_prompt' => 'Prašome prisijungti', diff --git a/resources/lang/lt/auth/message.php b/resources/lang/lt/auth/message.php index a6d8c3327e..87cc7e8136 100644 --- a/resources/lang/lt/auth/message.php +++ b/resources/lang/lt/auth/message.php @@ -7,7 +7,7 @@ return array( 'account_not_activated' => 'Šio naudotojo paskyra nėra aktyvuota.', 'account_suspended' => 'Šio naudotojo paskyra užšaldyta.', 'account_banned' => 'Šio vartojo paskyra užblokuota.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'throttle' => 'Per daug bandymų prisijungti nepavyko. Prašome pabandyti dar kartą maždaug minučių (minutėmis).', 'signin' => array( 'error' => 'Iškilo problema bandant prisijungti, prašome bandykite dar kartą.', diff --git a/resources/lang/lt/button.php b/resources/lang/lt/button.php index 77605b9906..160a1de985 100644 --- a/resources/lang/lt/button.php +++ b/resources/lang/lt/button.php @@ -4,12 +4,12 @@ return array( 'actions' => 'Veiksmai', 'add' => 'Pridėti naują', 'cancel' => 'Atšaukti', - 'checkin_and_delete' => 'Checkin & Delete User', + 'checkin_and_delete' => 'Registruokitės ir ištrinkite naudotoją', 'delete' => 'Ištrinti', 'edit' => 'Keisti', 'restore' => 'Atstatyti', 'request' => 'Užklausti', 'submit' => 'Išsaugoti', 'upload' => 'Įkelti', - 'select_file' => 'Select File...', + 'select_file' => 'Pasirinkite failą ...', ); diff --git a/resources/lang/lt/general.php b/resources/lang/lt/general.php index c20402b3ba..2eb505fb84 100644 --- a/resources/lang/lt/general.php +++ b/resources/lang/lt/general.php @@ -14,58 +14,59 @@ 'all' => 'Viskas', 'archived' => 'Archyvuota', 'asset_models' => 'Įrangos modeliai', + 'asset_model' => 'Modelis', 'asset' => 'Įranga', 'asset_report' => 'Įrangos ataskaitos', 'asset_tag' => 'Įrangos nr.', 'assets_available' => 'laisva įranga', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'Auditas', + 'audit_report' => 'Audito žurnalas', 'assets' => 'Įranga', 'avatar_delete' => 'Ištrinti ikoną', 'avatar_upload' => 'Įkelti ikoną', 'back' => 'Grįžti', 'bad_data' => 'Nieko nerasta. Galbūt blogi duomenys?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', - 'bulk_checkout' => 'Bulk Checkout', + 'bulkaudit' => 'Masinis auditas', + 'bulkaudit_status' => 'Audito statusas', + 'bulk_checkout' => '"Bulk Checkout"', 'cancel' => 'Atšaukti', 'categories' => 'Kategorijos', 'category' => 'Kategorija', - 'change' => 'In/Out', + 'change' => 'In / Out', 'changeemail' => 'Pakeisti el. pašto adresą', 'changepassword' => 'Pakeisti slaptažodį', 'checkin' => 'Pridėti', 'checkin_from' => 'Pridėti iš', 'checkout' => 'Išimti', 'city' => 'Miestas', - 'click_here' => 'Click here', + 'click_here' => 'Paspauskite čia', 'companies' => 'Kompanijos', 'company' => 'Kompanija', 'component' => 'Komponentas', 'components' => 'Komponentai', - 'complete' => 'Complete', + 'complete' => 'Baigti', 'consumable' => 'Suvartojama įranga', 'consumables' => 'Suvartojama įranga', 'country' => 'Šalis', 'create' => 'Sukurti naują', - 'created' => 'Item Created', + 'created' => 'Sukurtas elementas', 'created_asset' => 'sukurta įranga', 'created_at' => 'Sukurta', - 'updated_at' => 'Updated at', + 'updated_at' => 'Atnaujinta', 'currency' => '€', // this is deprecated 'current' => 'Dabartinis', 'custom_report' => 'Pasirenkama įrangos ataskaita', 'dashboard' => 'Valdymo skydelis', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'dienos', + 'days_to_next_audit' => 'Dienos iki kito audito', 'date' => 'Data', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'debug_warning' => 'Įspėjimas!', + 'debug_warning_text' => 'Ši programa veikia gamybos režimu, įjungus derinimą. Tai gali atskleisti slaptus duomenis, jei jūsų programa yra prieinama išoriniam pasauliui. Išjunkite derinimo režimą nustatydami APP_DEBUG reikšmę savo .env byloje false.', 'delete' => 'Ištrinti', 'deleted' => 'Ištrinta', 'delete_seats' => 'Ištrintos licenzijos', - 'departments' => 'Departments', - 'department' => 'Department', + 'departments' => 'Departamentai', + 'department' => 'Departamentas', 'deployed' => 'Naudojama', 'depreciation_report' => 'Nusidėvėjimo ataskaita', 'download' => 'Atsisiųsti', @@ -74,7 +75,7 @@ 'eol' => 'Nurašymo data', 'email_domain' => 'El. pašto domenas', 'email_format' => 'El. pašto formatas', - 'email_domain_help' => 'This is used to generate email addresses when importing', + 'email_domain_help' => 'Tai naudojama importuojant importuojamus el. Pašto adresus', 'filastname_format' => 'V. Pavardė (vpavarde@example.com)', 'firstname_lastname_format' => 'Vardas Pavardė (vpavarde@example.com)', 'first' => 'Pirmas', @@ -99,7 +100,7 @@ 'insufficient_permissions' => 'Nepakankamos teisės!', 'language' => 'Kalba', 'last' => 'Paskutinis', - 'last_login' => 'Last Login', + 'last_login' => 'Paskutinis prisijungimas', 'last_name' => 'Pavardė', 'license' => 'Licenzija', 'license_report' => 'Licenzijų ataskaitą', @@ -108,29 +109,29 @@ 'list_all' => 'Parodyti viską', 'loading' => 'Įkeliama', 'lock_passwords' => 'Šis laukelis negali būti keičiamas šiame diegime.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'feature_disabled' => 'Ši funkcija buvo išjungta demo diegimui.', 'location' => 'Vieta', 'locations' => 'Vietovės', 'logout' => 'Atsijungti', - 'lookup_by_tag' => 'Lookup by Asset Tag', + 'lookup_by_tag' => 'Paiešką pagal turto žymą', 'manufacturer' => 'Gamintojas', 'manufacturers' => 'Gamintojai', - 'markdown' => 'This field allows Github flavored markdown.', + 'markdown' => 'Šis laukas leidžia Github skonio markdown.', 'min_amt' => 'Min. KIEKIS', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', + 'min_amt_help' => 'Mažiausias elementų skaičius, kuris turėtų būti prieinamas prieš pradedant perspėjimą.', 'model_no' => 'Modelio Nr.', 'months' => 'mėnesiai', 'moreinfo' => 'Daugiau informacijos', 'name' => 'Vardas', 'next' => 'Kitas', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', - 'new' => 'new!', + 'next_audit_date' => 'Kito audito data', + 'last_audit' => 'Paskutinis auditas', + 'new' => 'naujas!', 'no_depreciation' => 'Nėra nusidėvėjimo', 'no_results' => 'Rezultatų nerasta.', 'no' => 'Ne', 'notes' => 'Pastabos', - 'order_number' => 'Order Number', + 'order_number' => 'Užsakymo numeris', 'page_menu' => 'Rodomi _MENIU_ vienetai', 'pagination_info' => 'Rodomi _nuo_ Pradžios_iki _ Pabaigos_ Viso_ vienetų', 'pending' => 'Vykdoma', @@ -139,8 +140,8 @@ 'previous' => 'Ankstesnis', 'processing' => 'Vykdoma', 'profile' => 'Jūsų profilis', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', + 'purchase_cost' => 'Pirkimo kaina', + 'purchase_date' => 'Pirkimo data', 'qty' => 'Vnt', 'quantity' => 'Kiekis', 'ready_to_deploy' => 'Paruošta naudojimui', @@ -148,44 +149,44 @@ 'remove_company' => 'Panaikinti kompanijos asociaciją', 'reports' => 'Ataskaitos', 'requested' => 'Užklausta', - 'request_canceled' => 'Request Canceled', + 'request_canceled' => 'Prašymas atšauktas', 'save' => 'Išsaugoti', 'select' => 'Pasirinkite', 'search' => 'Ieškoti', 'select_category' => 'Pasirinkite kategoriją', - 'select_department' => 'Select a Department', + 'select_department' => 'Pasirinkite skyrių', 'select_depreciation' => 'Pasirinkti nusidėvėjimo metodą', 'select_location' => 'Pasirinkti vietovę', 'select_manufacturer' => 'Pasirinkti gamintoją', 'select_model' => 'Pasirinkti modelį', 'select_supplier' => 'Pasirinkti tiekėją', 'select_user' => 'Pasirinkti vartotoją', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => 'Pasirinkite datą (MMMM-MM-DD)', 'select_statuslabel' => 'Pasirinkti būseną', 'select_company' => 'Pasirinkite kompaniją', 'select_asset' => 'Pasirinkite įrangą', 'settings' => 'Nustatymai', 'sign_in' => 'Prisijungti', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', + 'signature' => 'Parašas', + 'some_features_disabled' => 'DEMO MODE: kai kurios funkcijos yra išjungtos šio diegimo metu.', 'site_name' => 'Interneto puslapio pavadinimas', 'state' => 'Rajonas', 'status_labels' => 'Būklės kortelės', 'status' => 'Būklė', - 'supplier' => 'Supplier', + 'supplier' => 'Tiekėjas', 'suppliers' => 'Tiekėjai', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', + 'sure_to_delete' => 'Ar tikrai norite ištrinti', + 'submit' => 'Pateikti', + 'target' => 'Tikslinė', + 'time_and_date_display' => 'Laiko ir datos rodymas', 'total_assets' => 'įrangos iš viso', 'total_licenses' => 'iš viso licenzijų', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', + 'total_accessories' => 'visi priedai', + 'total_consumables' => 'visos eksploatacinės medžiagos', 'type' => 'Tipas', 'undeployable' => 'Nepanaudojamas', 'unknown_admin' => 'Nežinomas administratorius', - 'username_format' => 'Username Format', + 'username_format' => 'Vartotojo vardas Formatas', 'update' => 'Atnaujinti', 'uploaded' => 'Įkeltas', 'user' => 'Naudotojas', @@ -200,5 +201,5 @@ 'yes' => 'Taip', 'zip' => 'Pašto kodas', 'noimage' => 'Neįkelta arba nerasta nuotrauka.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'token_expired' => 'Jūsų formos sesija pasibaigė. Prašau, pabandykite dar kartą.', ]; diff --git a/resources/lang/lt/mail.php b/resources/lang/lt/mail.php index 09360440f5..d94dbe1301 100644 --- a/resources/lang/lt/mail.php +++ b/resources/lang/lt/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', + 'a_user_canceled' => 'Vartotojas svetainėje atšaukė elemento užklausą', + 'a_user_requested' => 'Vartotojas paprašė elemento svetainėje', 'accessory_name' => 'Aksesuaro pavadinimas:', 'additional_notes' => 'Papildomi komentarai:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', + 'admin_has_created' => 'Administratorius sukūrė jums sąskaitą: interneto svetainėje.', 'asset' => 'Įranga:', 'asset_name' => 'Įrangos pavadinimas:', 'asset_requested' => 'Užklausta įranga', 'asset_tag' => 'Įrangos nr:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', + 'assets_warrantee_expiring' => '{1} turtas su garantija, kurio galiojimas baigiasi per kitas 60 dienų. | [2, Inf] turtas su garantijomis, kurių galiojimas baigiasi per kitas 60 dienų.', 'assigned_to' => 'Priskirtas', 'best_regards' => 'pagarbiai,', 'canceled' => 'Atšauktas:', 'checkin_date' => 'Priėmimo data:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', + 'checkout_date' => 'Užsakymo data:', + 'click_to_confirm' => 'Spustelėkite šią nuorodą norėdami patvirtinti savo: interneto paskyra:', + 'click_on_the_link_accessory' => 'Spustelėkite nuorodą apačioje, kad patvirtintumėte, jog gavote priedą.', + 'click_on_the_link_asset' => 'Jei norite patvirtinti, kad gavote turtą, spustelėkite saitą apačioje.', + 'Confirm_Asset_Checkin' => 'Patvirtinkite turto registraciją.', + 'Confirm_Accessory_Checkin' => 'Patvirtinkite priedų registraciją.', 'Confirm_accessory_delivery' => 'Patvirtinkite aksesuaro pristatymą.', 'Confirm_asset_delivery' => 'Patvirtinkite įrangos gavimą.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', + 'Confirm_consumable_delivery' => 'Patvirtinkite vartojimo pristatymą.', 'current_QTY' => 'Esamas kiekis', 'Days' => 'Dienos', 'days' => 'Dienos', 'expecting_checkin_date' => 'Numatyta priėmimo data:', 'expires' => 'Galiojimo laikas', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', + 'Expiring_Assets_Report' => 'Galiojanti turto ataskaita.', + 'Expiring_Licenses_Report' => 'Galiojanti licencijų ataskaita.', 'hello' => 'Sveiki', 'hi' => 'Sveiki', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', + 'i_have_read' => 'Aš perskaičiau ir sutinku su naudojimo sąlygomis ir gavau šį elementą.', 'item' => 'Įranga:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', + 'items_below_minimum' => '{1} objektas, kuris yra mažesnis už minimalų inventorių arba netrukus bus mažas. | [2, Inf] elementai, kurie yra mažesni už minimalų inventorių arba netrukus bus maži.', + 'Item_Request_Canceled' => 'Prekės užklausa atšaukta', 'Item_Requested' => 'Įranga užklausta', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', + 'licenses_expiring' => '{1} licencija galioja po 60 dienų. | [2, Inf] licencijos galioja iki 60 dienų.', + 'link_to_update_password' => 'Jei norite atnaujinti savo slaptažodį, spustelėkite šią nuorodą:', + 'login_first_admin' => 'Prisijunkite prie savo naujojo "Snipe-IT" diegimo naudodami toliau nurodytus įgaliojimus:', 'login' => 'Prisijungti:', - 'Low_Inventory_Report' => 'Low Inventory Report', + 'Low_Inventory_Report' => 'Mažos inventorizacijos ataskaita', 'min_QTY' => 'Min Kiekis', 'name' => 'Pavadinimas', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', + 'new_item_checked' => 'Naujas objektas buvo patikrintas pagal jūsų vardą, išsami informacija pateikiama žemiau.', 'password' => 'Slaptažodis:', - 'password_reset' => 'Password Reset', + 'password_reset' => 'Slaptažodžio atstatymas', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', + 'read_the_terms' => 'Prašome perskaityti toliau pateiktas naudojimo sąlygas.', + 'read_the_terms_and_click' => 'Perskaitykite žemiau esančias naudojimo sąlygas ir spustelėkite apačioje esančią nuorodą, kad patvirtintumėte, jog perskaitėte ir sutinkate su naudojimo sąlygomis ir gavote turtą.', 'requested' => 'Užklausta:', 'reset_link' => 'Jūsų slaptažodžio atstatymo nuoroda', 'reset_password' => 'Paspauskite norėdami pakeisti savo slaptažodį:', 'serial' => 'Serijinis numeris:', 'supplier' => 'Tiekėjas', 'tag' => 'Žymė', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', + 'test_email' => 'Išbandykite "Snipe-IT" el. Laišką', + 'test_mail_text' => 'Tai yra "Snipe-IT Asset Management System" testas. Jei tai gavote, paštas dirba :)', + 'the_following_item' => 'Šis elementas buvo pažymėtas:', + 'There_are' => '{1} Yra | [2, Inf] Yra', + 'to_reset' => 'Jei norite iš naujo nustatyti savo: žiniatinklio slaptažodį, užpildykite šią formą:', 'type' => 'Tipas', 'user' => 'Vartotojas:', 'username' => 'Vartotojo vardas:', 'welcome' => 'Sveiki :vardas', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'welcome_to' => 'Sveiki atvykę į: internetą!', + 'your_credentials' => 'Jūsų Snipe-IT įgaliojimai', ); diff --git a/resources/lang/lt/passwords.php b/resources/lang/lt/passwords.php index 5a0a6dc473..d33168c1a6 100644 --- a/resources/lang/lt/passwords.php +++ b/resources/lang/lt/passwords.php @@ -2,6 +2,6 @@ return [ 'sent' => 'Nuoroda atkurti slaptažodį išsiųsta!', - 'user' => 'That user does not exist or does not have an email address associated', + 'user' => 'Šis naudotojas neegzistuoja arba neturi el. Pašto adreso', ]; diff --git a/resources/lang/lt/validation.php b/resources/lang/lt/validation.php index f52071e56a..c09b5a1dc1 100644 --- a/resources/lang/lt/validation.php +++ b/resources/lang/lt/validation.php @@ -16,76 +16,76 @@ return array( 'accepted' => ':attribute turi būti patvirtintas.', 'active_url' => ':attribute nėra tinkamas interentinis puslapis.', 'after' => ':attribute privalo būti data po :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'Atributas turi būti datos, kuri yra arba lygi: data.', 'alpha' => ':attribute gali būti tik raidės.', 'alpha_dash' => ':attribute gali būti tik raidės, skaičiai ir brūkšneliai.', 'alpha_num' => ':attribute gali būti tik raidės ir skaičiai.', - 'array' => 'The :attribute must be an array.', + 'array' => 'Atributas turi būti masyvas.', 'before' => ':attribute turi būti data prieš :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'Atributas turi būti data prieš arba lygus: data.', 'between' => [ 'numeric' => ':attribute privalo būti tarp :min - :max.', 'file' => ':attribute privalo būti tarp :min - :max kilobaitų.', 'string' => ':attribute privalo būti tarp :min - :max ženklų.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'Atributas turi būti tarp: min ir: max elementų.', ], - 'boolean' => 'The :attribute field must be true or false.', + 'boolean' => 'Laukas: attribute turi būti teisingas arba klaidingas.', 'confirmed' => ':attribute patvirtinimas nesutampa.', 'date' => ':attribute nėra galiojanti data.', 'date_format' => ':attribute nesutampa su formatu :format.', 'different' => ':attribute ir :other turi būti skirtingi.', 'digits' => ':attribute privalo būti :digits skaičiai.', 'digits_between' => ':attribute privalo būti tarp :min ir:max skaičių.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'Atributui yra netinkamų vaizdo matmenų.', + 'distinct' => 'Atributo laukas turi dvigubą reikšmę.', 'email' => ':attribute formatas neteisingas.', 'exists' => 'Pasirinktas :attribute neteisingas.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'Atributas turi būti failas.', + 'filled' => 'Atributo laukas turi turėti reikšmę.', 'image' => ':attribute privalo būti paveikslėlis.', 'in' => 'Pasirinktas :attribute neteisingas.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'Atributo laukas neegzistuoja: kitame.', 'integer' => ':attribute turi būti sveikas skaičius.', 'ip' => ':attribute privalo būti tinkamas IP adresas.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'Atributas turi būti galiojantis IPv4 adresas.', + 'ipv6' => 'Atributas turi būti galiojantis IPv6 adresas.', + 'json' => 'Atributas turi būti galiojantis JSON eilutė.', 'max' => [ 'numeric' => ':attribute negali būti didesnis nei :max.', 'file' => ':attribute negali būti didesnis nei :max kilobaitų.', 'string' => ':attribute negali būti didesnis nei :max ženklai.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'Atributas gali būti ne daugiau kaip: max elementai.', ], 'mimes' => ':attribute privalo būti failas, kurio formatas :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'Atributas turi būti failo tipas:: reikšmės.', 'min' => [ 'numeric' => ':attribute privalo būti ne mažesnis nei :min.', 'file' => ':attribute turi būti bent :min kilobaitų.', 'string' => ':attribute privalo būti bent :min ženklai.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'Atributui turi būti bent: min elementai.', ], 'not_in' => 'Pasirinktas :attribute neteisingas.', 'numeric' => ':attribute privalo būti skaičius.', - 'present' => 'The :attribute field must be present.', + 'present' => 'Atributo laukas turi būti.', 'regex' => ':attribute formatas neteisingas.', 'required' => ':attribute laukelis privalomas.', 'required_if' => ':attribute laukelis yra privalomas kai :other yra :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'Atributo laukas reikalingas, nebent: kitame yra: reikšmės.', 'required_with' => ':attribute laukelis privalomas kai :values yra nurodytas.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'Atributo laukas reikalingas tada, kai yra reikšmės.', 'required_without' => ':attribute laukelis privalomas kai :values yra nenurodytas.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'Atributo laukas reikalingas, kai nėra nė vieno iš: vertės.', 'same' => ':attribute ir :other privalo sutapti.', 'size' => [ 'numeric' => ':attribute privalo būti :size.', 'file' => ':attribute privalo būti :size kilobaitų.', 'string' => ':attribute privalo būti :size ženklų.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'Atributas turi būti: dydžio elementai.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'Atributas turi būti eilutė.', + 'timezone' => 'Atributas turi būti tinkama zona.', 'unique' => ':attribute jau užimtas.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'Nepavyko įkelti atributo.', 'url' => ':attribute formatas neteisingas.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Lauke: atributo lauke yra simbolis, kuris nėra leidžiamas.", + "email_array" => "Vienas ar keli el. Pašto adresai yra netinkami.", + "hashed_pass" => "Jūsų dabartinis slaptažodis yra neteisingas", + 'dumbpwd' => 'Šis slaptažodis yra per dažnas.', + "statuslabel_type" => "Turite pasirinkti tinkamą statuso etiketės tipą", + "unique_undeleted" => "Atributas turi būti unikalus.", ], /* diff --git a/resources/lang/lv/admin/accessories/general.php b/resources/lang/lv/admin/accessories/general.php index 22771aff0c..3c3edff849 100644 --- a/resources/lang/lv/admin/accessories/general.php +++ b/resources/lang/lv/admin/accessories/general.php @@ -1,22 +1,22 @@ 'About Accessories', - 'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', - 'accessory_category' => 'Accessory Category', - 'accessory_name' => 'Accessory Name', - 'checkout' => 'Checkout Accessory', - 'checkin' => 'Checkin Accessory', - 'create' => 'Create Accessory', - 'edit' => 'Edit Accessory', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'total' => 'Total', - 'remaining' => 'Avail', - 'update' => 'Update Accessory', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'about_accessories_title' => 'Par piederumiem', + 'about_accessories_text' => 'Aksesuāri ir jebkas, ko jūs izsniedzat lietotājiem, bet kuriem nav sērijas numura (vai arī jums nav svarīgi, vai tie ir unikāli izsekojami). Piemēram, datoru peles vai tastatūras.', + 'accessory_category' => 'Piederumu kategorija', + 'accessory_name' => 'Piederuma nosaukums', + 'checkout' => 'Izrakstīšanās Piederums', + 'checkin' => 'Reģistrēšanās piederums', + 'create' => 'Izveidotu piederums', + 'edit' => 'Labot piederums', + 'eula_text' => 'EULA kategorija', + 'eula_text_help' => 'Šis lauks ļauj jums pielāgot jūsu EULA konkrētu veidu aktīviem. Ja jums ir tikai viens EULA visiem jūsu aktīviem, varat atzīmēt zemāk esošo lodziņu, lai izmantotu galveno noklusējuma funkciju.', + 'require_acceptance' => 'Pieprasīt lietotājiem apstiprināt šīs kategorijas aktīvu pieņemšanu.', + 'no_default_eula' => 'Nav atrasta galvenā noklusējuma EULA. Pievienot vienu sadaļā Iestatījumi.', + 'total' => 'Kopā', + 'remaining' => 'Izmantojams', + 'update' => 'Atjaunināt piederumu', + 'use_default_eula' => 'Tā vietā izmantojiet pirmo noklusējuma EULA.', + 'use_default_eula_disabled' => 'Izmantojiet galveno noklusējuma EULA. Netiek iestatīta galvenā noklusējuma EULA. Lūdzu, pievienojiet vienu pakalpojumā Iestatījumi.', ); diff --git a/resources/lang/lv/admin/accessories/message.php b/resources/lang/lv/admin/accessories/message.php index 92998a4e14..59a704a887 100644 --- a/resources/lang/lv/admin/accessories/message.php +++ b/resources/lang/lv/admin/accessories/message.php @@ -2,35 +2,35 @@ return array( - 'does_not_exist' => 'The accessory does not exist.', - 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', + 'does_not_exist' => 'Piederums neeksistē.', + 'assoc_users' => 'Pašlaik šim piederumam ir: lietotāju skaits tiek pārbaudīts. Lūdzu, pārbaudiet piederumus un mēģiniet vēlreiz.', 'create' => array( - 'error' => 'The accessory was not created, please try again.', - 'success' => 'The accessory was successfully created.' + 'error' => 'Piederums netika izveidots, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Piederums tika veiksmīgi izveidots.' ), 'update' => array( - 'error' => 'The accessory was not updated, please try again', - 'success' => 'The accessory was updated successfully.' + 'error' => 'Piederums netika atjaunināts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Piederums tika veiksmīgi atjaunināts.' ), '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' => 'Vai tiešām vēlaties dzēst šo piederumu?', + 'error' => 'Radās problēma, noņemot piederumu. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Piederums tika veiksmīgi izdzēsts.' ), 'checkout' => array( - 'error' => 'Accessory was not checked out, please try again', - 'success' => 'Accessory checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Piederums netika pārbaudīts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Piederums ir veiksmīgi izrakstīts.', + 'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.' ), 'checkin' => array( - 'error' => 'Accessory was not checked in, please try again', - 'success' => 'Accessory checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Piederums netika atzīmēts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Piederumi ir pārbaudīti veiksmīgi.', + 'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.' ) diff --git a/resources/lang/lv/admin/accessories/table.php b/resources/lang/lv/admin/accessories/table.php index e02d9f22e4..2291b1c4cf 100644 --- a/resources/lang/lv/admin/accessories/table.php +++ b/resources/lang/lv/admin/accessories/table.php @@ -1,11 +1,11 @@ 'Download CSV', + 'dl_csv' => 'Lejupielādējiet CSV', 'eula_text' => 'EULA', 'id' => 'ID', - 'require_acceptance' => 'Acceptance', - 'title' => 'Accessory Name', + 'require_acceptance' => 'Pieņemšana', + 'title' => 'Piederumu nosaukums', ); diff --git a/resources/lang/lv/admin/asset_maintenances/form.php b/resources/lang/lv/admin/asset_maintenances/form.php index 2aa005c45f..dcfae943e8 100644 --- a/resources/lang/lv/admin/asset_maintenances/form.php +++ b/resources/lang/lv/admin/asset_maintenances/form.php @@ -1,14 +1,14 @@ 'Maintenance Type', - 'title' => 'Title', - 'start_date' => 'Started', - 'completion_date' => 'Completed', - 'cost' => 'Cost', - 'is_warranty' => 'Warranty Improvement', - 'asset_maintenance_time' => 'Days', - 'notes' => 'Notes', - 'update' => 'Update', - 'create' => 'Create' + 'asset_maintenance_type' => 'Apkopes veids', + 'title' => 'Nosaukums', + 'start_date' => 'Sākusies', + 'completion_date' => 'Pabeigts', + 'cost' => 'Izmaksas', + 'is_warranty' => 'Garantijas uzlabošana', + 'asset_maintenance_time' => 'Dienas', + 'notes' => 'Piezīmes', + 'update' => 'Atjaunināt', + 'create' => 'Izveidot' ]; diff --git a/resources/lang/lv/admin/asset_maintenances/general.php b/resources/lang/lv/admin/asset_maintenances/general.php index c7ae42d41a..af164b495a 100644 --- a/resources/lang/lv/admin/asset_maintenances/general.php +++ b/resources/lang/lv/admin/asset_maintenances/general.php @@ -1,11 +1,11 @@ 'Asset Maintenances', - 'edit' => 'Edit Asset Maintenance', - 'delete' => 'Delete Asset Maintenance', - 'view' => 'View Asset Maintenance Details', - 'repair' => 'Repair', - 'maintenance' => 'Maintenance', - 'upgrade' => 'Upgrade' + 'asset_maintenances' => 'Aktīvu uzturēšana', + 'edit' => 'Rediģēt aktīvu uzturēšanu', + 'delete' => 'Dzēst īpašuma uzturēšanu', + 'view' => 'Skatīt aktīvu uzturēšanas informāciju', + 'repair' => 'Remonts', + 'maintenance' => 'Apkope', + 'upgrade' => 'Jaunināt' ]; diff --git a/resources/lang/lv/admin/asset_maintenances/message.php b/resources/lang/lv/admin/asset_maintenances/message.php index d121115825..e5a46852c1 100644 --- a/resources/lang/lv/admin/asset_maintenances/message.php +++ b/resources/lang/lv/admin/asset_maintenances/message.php @@ -1,21 +1,21 @@ 'Asset Maintenance you were looking for was not found!', + 'not_found' => 'Aktīvu uzturēšana, kuru meklējāt, netika atrasta!', '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' => 'Vai tiešām vēlaties dzēst šo līdzekļu uzturēšanu?', + 'error' => 'Problēmu novēršanas jautājums tika dzēsts. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Aktīvu uzturēšana tika veiksmīgi dzēsta.' ], 'create' => [ - 'error' => 'Asset Maintenance was not created, please try again.', - 'success' => 'Asset Maintenance created successfully.' + 'error' => 'Aktīvu uzturēšana nav izveidota, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Aktīvu uzturēšana tika veiksmīgi izveidota.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Aktīvu uzturēšana nav rediģēta, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Aktīvu uzturēšana veiksmīgi mainīta.' ], - 'asset_maintenance_incomplete' => 'Not Completed Yet', - 'warranty' => 'Warranty', - 'not_warranty' => 'Not Warranty', + 'asset_maintenance_incomplete' => 'Vēl nav pabeigts', + 'warranty' => 'Garantija', + 'not_warranty' => 'Nav garantija', ]; \ No newline at end of file diff --git a/resources/lang/lv/admin/asset_maintenances/table.php b/resources/lang/lv/admin/asset_maintenances/table.php index f3a6be60f9..46bdcb9332 100644 --- a/resources/lang/lv/admin/asset_maintenances/table.php +++ b/resources/lang/lv/admin/asset_maintenances/table.php @@ -1,8 +1,8 @@ 'Asset Maintenance', - 'asset_name' => 'Asset Name', - 'is_warranty' => 'Warranty', - 'dl_csv' => 'Download CSV' + 'title' => 'Aktīvu uzturēšana', + 'asset_name' => 'Aktīva nosaukums', + 'is_warranty' => 'Garantija', + 'dl_csv' => 'Lejupielādējiet CSV' ]; diff --git a/resources/lang/lv/admin/categories/general.php b/resources/lang/lv/admin/categories/general.php index 16b3b79f51..bd2e4b1e25 100644 --- a/resources/lang/lv/admin/categories/general.php +++ b/resources/lang/lv/admin/categories/general.php @@ -1,23 +1,23 @@ 'About Categories', - 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', - 'asset_categories' => 'Asset Categories', - 'category_name' => 'Category Name', - 'checkin_email' => 'Send email to user on checkin.', - 'clone' => 'Clone Category', - 'create' => 'Create Category', - 'edit' => 'Edit Category', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'name' => 'Category Name', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.', - 'required_eula' => 'This user will be emailed a copy of the EULA', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'update' => 'Update Category', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'about_categories_title' => 'Par kategorijām', + 'about_categories' => 'Kategorijas palīdz jums organizēt savus vienumus. Dažas piemēru kategorijas varētu būt "Desktops", "Laptops", "Mobilie telefoni", "Tablets" un tā tālāk, bet jūs varat izmantot kategorijas tādā veidā, kas jums ir jēga.', + 'asset_categories' => 'Aktīvu kategorijas', + 'category_name' => 'Kategorijas nosaukums', + 'checkin_email' => 'Sūtiet e-pastu lietotājam ar reģistrācijas numuru.', + 'clone' => 'Klona kategorija', + 'create' => 'Izveidot kategoriju', + 'edit' => 'Rediģēt kategoriju', + 'eula_text' => 'EULA kategorija', + 'eula_text_help' => 'Šis lauks ļauj jums pielāgot jūsu EULA konkrētu veidu aktīviem. Ja jums ir tikai viens EULA visiem jūsu aktīviem, varat atzīmēt zemāk esošo lodziņu, lai izmantotu galveno noklusējuma funkciju.', + 'name' => 'Kategorijas nosaukums', + 'require_acceptance' => 'Pieprasīt lietotājiem apstiprināt šīs kategorijas aktīvu pieņemšanu.', + 'required_acceptance' => 'Šis lietotājs tiks nosūtīts pa e-pastu ar saiti, lai apstiprinātu šī vienuma pieņemšanu.', + 'required_eula' => 'Šis lietotājs saņems EULA kopiju', + 'no_default_eula' => 'Nav atrasta galvenā noklusējuma EULA. Pievienot vienu sadaļā Iestatījumi.', + 'update' => 'Atjaunināt kategoriju', + 'use_default_eula' => 'Tā vietā izmantojiet pirmo noklusējuma EULA.', + 'use_default_eula_disabled' => 'Izmantojiet galveno noklusējuma EULA. Netiek iestatīta galvenā noklusējuma EULA. Lūdzu, pievienojiet vienu pakalpojumā Iestatījumi.', ); diff --git a/resources/lang/lv/admin/categories/message.php b/resources/lang/lv/admin/categories/message.php index 48cf5478e1..7493e5f5c4 100644 --- a/resources/lang/lv/admin/categories/message.php +++ b/resources/lang/lv/admin/categories/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Category does not exist.', - 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', - 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ', + 'does_not_exist' => 'Kategorija nav.', + 'assoc_models' => 'Šobrīd šī kategorija ir saistīta ar vismaz vienu modeli, un to nevar izdzēst. Lūdzu, atjauniniet savus modeļus, lai vairs nerindrinātu šo kategoriju, un mēģiniet vēlreiz.', + 'assoc_items' => 'Šobrīd šī kategorija ir saistīta ar vismaz vienu: asset_type un to nevar izdzēst. Lūdzu, atjauniniet savu: asset_type, lai vairs nenorādītu šo kategoriju, un mēģiniet vēlreiz.', 'create' => array( - 'error' => 'Category was not created, please try again.', - 'success' => 'Category created successfully.' + 'error' => 'Kategorija nav izveidota, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Kategorija veiksmīgi izveidota.' ), 'update' => array( - 'error' => 'Category was not updated, please try again', - 'success' => 'Category updated successfully.' + 'error' => 'Kategorija nav atjaunināta, lūdzu, mēģiniet vēlreiz', + 'success' => 'Kategorija ir veiksmīgi atjaunināta.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this category?', - 'error' => 'There was an issue deleting the category. Please try again.', - 'success' => 'The category was deleted successfully.' + 'confirm' => 'Vai tiešām vēlaties dzēst šo kategoriju?', + 'error' => 'Radās problēma, dzēšot kategoriju. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Kategorija tika veiksmīgi dzēsta.' ) ); diff --git a/resources/lang/lv/admin/categories/table.php b/resources/lang/lv/admin/categories/table.php index a3ee96ae7f..6c521fd955 100644 --- a/resources/lang/lv/admin/categories/table.php +++ b/resources/lang/lv/admin/categories/table.php @@ -3,8 +3,8 @@ return array( 'eula_text' => 'EULA', 'id' => 'ID', - 'parent' => 'Parent', - 'require_acceptance' => 'Acceptance', - 'title' => 'Asset Category Name', + 'parent' => 'Vecāks', + 'require_acceptance' => 'Pieņemšana', + 'title' => 'Pamatlīdzekļu kategorijas nosaukums', ); diff --git a/resources/lang/lv/admin/companies/general.php b/resources/lang/lv/admin/companies/general.php index 9a47968977..73a005cdc7 100644 --- a/resources/lang/lv/admin/companies/general.php +++ b/resources/lang/lv/admin/companies/general.php @@ -1,6 +1,6 @@ 'About Companies', - 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', - 'select_company' => 'Select Company', + 'about_companies_title' => 'Par kompānijām', + 'about_companies_text' => 'Uzņēmumus var izmantot kā vienkāršu identifikatora lauku vai tos var izmantot, lai ierobežotu aktīvu, lietotāju utt. Redzamību, ja jūsu Admin iestatījumos ir iespējots pilnīgs uzņēmuma atbalsts.', + 'select_company' => 'Izvēlieties uzņēmumu', ]; diff --git a/resources/lang/lv/admin/companies/message.php b/resources/lang/lv/admin/companies/message.php index a6db573519..b6950d7cf9 100644 --- a/resources/lang/lv/admin/companies/message.php +++ b/resources/lang/lv/admin/companies/message.php @@ -1,18 +1,18 @@ 'Company does not exist.', - 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', + 'does_not_exist' => 'Kompānija neeksistē.', + 'assoc_users' => 'Šobrīd šis uzņēmums ir saistīts ar vismaz vienu modeli, un to nevar izdzēst. Lūdzu, atjauniniet savus modeļus, lai vairs neuzrādītu šo uzņēmumu, un mēģiniet vēlreiz.', 'create' => array( - 'error' => 'Company was not created, please try again.', - 'success' => 'Company created successfully.' + 'error' => 'Uzņēmums netika izveidots, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Uzņēmums veiksmīgi izveidots.' ), 'update' => array( - 'error' => 'Company was not updated, please try again', - 'success' => 'Company updated successfully.' + 'error' => 'Uzņēmums netika atjaunināts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Uzņēmums ir veiksmīgi atjaunināts.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this company?', - 'error' => 'There was an issue deleting the company. Please try again.', - 'success' => 'The Company was deleted successfully.' + 'confirm' => 'Vai tiešām vēlaties izdzēst šo uzņēmumu?', + 'error' => 'Radās problēma, izlaižot uzņēmumu. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Uzņēmums tika veiksmīgi dzēsts.' ) ); diff --git a/resources/lang/lv/admin/companies/table.php b/resources/lang/lv/admin/companies/table.php index 2f86126ff2..c5d586f3cb 100644 --- a/resources/lang/lv/admin/companies/table.php +++ b/resources/lang/lv/admin/companies/table.php @@ -1,9 +1,9 @@ 'Companies', - 'create' => 'Create Company', - 'title' => 'Company', - 'update' => 'Update Company', - 'name' => 'Company Name', + 'companies' => 'Kompānijas', + 'create' => 'Izveidojiet uzņēmumu', + 'title' => 'Uzņēmums', + 'update' => 'Atjaunināt uzņēmumu', + 'name' => 'Kompānijas nosaukums', 'id' => 'ID', ); diff --git a/resources/lang/lv/admin/components/general.php b/resources/lang/lv/admin/components/general.php index 75c9d250ab..5153a52910 100644 --- a/resources/lang/lv/admin/components/general.php +++ b/resources/lang/lv/admin/components/general.php @@ -1,17 +1,17 @@ 'About Components', - 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', - 'component_name' => 'Component Name', - 'checkin' => 'Checkin Component', - 'checkout' => 'Checkout Component', - 'cost' => 'Purchase Cost', - 'create' => 'Create Component', - 'edit' => 'Edit Component', - 'date' => 'Purchase Date', - 'order' => 'Order Number', - 'remaining' => 'Remaining', - 'total' => 'Total', - 'update' => 'Update Component', + 'about_components_title' => 'Par komponentiem', + 'about_components_text' => 'Komponenti ir priekšmeti, kas ir aktīva sastāvdaļa, piemēram, cietais disks, RAM un citi.', + 'component_name' => 'Sastāvdaļas nosaukums', + 'checkin' => 'Reģistrēšanās sastāvdaļa', + 'checkout' => 'Checkout komponentu', + 'cost' => 'Iegādes izmaksas', + 'create' => 'Izveidot komponentu', + 'edit' => 'Rediģēt komponentu', + 'date' => 'Pirkuma datums', + 'order' => 'Pasūtījuma numurs', + 'remaining' => 'Atlikušais', + 'total' => 'Kopā', + 'update' => 'Atjaunināt komponents', ); diff --git a/resources/lang/lv/admin/components/message.php b/resources/lang/lv/admin/components/message.php index 1d13970f23..89c12a2f55 100644 --- a/resources/lang/lv/admin/components/message.php +++ b/resources/lang/lv/admin/components/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Component does not exist.', + 'does_not_exist' => 'Komponents neeksistē.', 'create' => array( - 'error' => 'Component was not created, please try again.', - 'success' => 'Component created successfully.' + 'error' => 'Komponents nav izveidots, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Komponents tika veiksmīgi izveidots.' ), 'update' => array( - 'error' => 'Component was not updated, please try again', - 'success' => 'Component updated successfully.' + 'error' => 'Komponents nav atjaunināts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Komponents ir veiksmīgi atjaunināts.' ), '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' => 'Vai tiešām vēlaties dzēst šo komponentu?', + 'error' => 'Radās problēma, izdzēšot komponentu. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Komponents tika veiksmīgi dzēsts.' ), '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' => 'Komponents netika pārbaudīts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Komponents veiksmīgi pārbaudīts.', + 'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.' ), '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' => 'Komponents nav reģistrēts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Komponents ir veiksmīgi reģistrēts.', + 'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.' ) diff --git a/resources/lang/lv/admin/components/table.php b/resources/lang/lv/admin/components/table.php index 3d4fed6a7f..c33c8e0498 100644 --- a/resources/lang/lv/admin/components/table.php +++ b/resources/lang/lv/admin/components/table.php @@ -1,5 +1,5 @@ 'Component Name', + 'title' => 'Sastāvdaļas nosaukums', ); diff --git a/resources/lang/lv/admin/consumables/general.php b/resources/lang/lv/admin/consumables/general.php index 53a69f8c03..e29c162b30 100644 --- a/resources/lang/lv/admin/consumables/general.php +++ b/resources/lang/lv/admin/consumables/general.php @@ -1,13 +1,13 @@ 'About Consumables', - 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', - 'checkout' => 'Checkout Consumable to User', - 'consumable_name' => 'Consumable Name', - 'create' => 'Create Consumable', - 'item_no' => 'Item No.', - 'remaining' => 'Remaining', - 'total' => 'Total', - 'update' => 'Update Consumable', + 'about_consumables_title' => 'Par patēriņa precēm', + 'about_consumables_text' => 'Izlietojamie materiāli ir kaut kas iegādāts, kas laika gaitā tiks izlietots. Piemēram, printera tinte vai kopētāja papīrs.', + 'checkout' => 'Izrakstīšanās, ko patērē lietotājs', + 'consumable_name' => 'Paturējamais nosaukums', + 'create' => 'Izveidot patērējamu', + 'item_no' => 'Preces Nr.', + 'remaining' => 'Atlikušais', + 'total' => 'Kopā', + 'update' => 'Atjaunināt patērējamu', ); diff --git a/resources/lang/lv/admin/consumables/message.php b/resources/lang/lv/admin/consumables/message.php index 48a3cfbd9f..9e0202739b 100644 --- a/resources/lang/lv/admin/consumables/message.php +++ b/resources/lang/lv/admin/consumables/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Consumable does not exist.', + 'does_not_exist' => 'Patērējamais nav.', 'create' => array( - 'error' => 'Consumable was not created, please try again.', - 'success' => 'Consumable created successfully.' + 'error' => 'Patērējamais nav izveidots, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Izlietojamie tika veiksmīgi izveidoti.' ), 'update' => array( - 'error' => 'Consumable was not updated, please try again', - 'success' => 'Consumable updated successfully.' + 'error' => 'Patērējamais nav atjaunināts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Izlietojamie tiek veiksmīgi atjaunināti.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this consumable?', - 'error' => 'There was an issue deleting the consumable. Please try again.', - 'success' => 'The consumable was deleted successfully.' + 'confirm' => 'Vai tiešām vēlaties izdzēst šo patērējamo?', + 'error' => 'Radās problēma, izdzēšot patērējamo. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Palīgmateriāls tika veiksmīgi dzēsts.' ), 'checkout' => array( - 'error' => 'Consumable was not checked out, please try again', - 'success' => 'Consumable checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Neizdevās izņemt patēriņu, lūdzu, mēģiniet vēlreiz', + 'success' => 'Izlietojamie izrakstīti veiksmīgi.', + 'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.' ), 'checkin' => array( - 'error' => 'Consumable was not checked in, please try again', - 'success' => 'Consumable checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Paredzētais patēriņš netika reģistrēts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Izlietojamie tiek veiksmīgi reģistrēti.', + 'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.' ) diff --git a/resources/lang/lv/admin/consumables/table.php b/resources/lang/lv/admin/consumables/table.php index bb76721f17..1f64bc2a15 100644 --- a/resources/lang/lv/admin/consumables/table.php +++ b/resources/lang/lv/admin/consumables/table.php @@ -1,5 +1,5 @@ 'Consumable Name', + 'title' => 'Paturējamais nosaukums', ); diff --git a/resources/lang/lv/admin/custom_fields/general.php b/resources/lang/lv/admin/custom_fields/general.php index f2e6df90cb..5bea9a3d73 100644 --- a/resources/lang/lv/admin/custom_fields/general.php +++ b/resources/lang/lv/admin/custom_fields/general.php @@ -1,30 +1,30 @@ 'Custom Fields', - '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.', - 'encrypted' => 'Encrypted', - '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', - 'field_custom_format' => 'Custom Format', - 'required' => 'Required', + 'custom_fields' => 'Pielāgotie lauki', + 'field' => 'Lauks', + 'about_fieldsets_title' => 'Par lauka laukiem', + 'about_fieldsets_text' => 'Lauka ailes ļauj jums izveidot pielāgotu lauku grupas, kuras bieži tiek atkārtoti izmantotas konkrētu aktīvu veidu tipiem.', + 'custom_format' => 'Pielāgots formāts ...', + 'encrypt_field' => 'Šifrējiet šī lauka vērtību datu bāzē', + 'encrypt_field_help' => 'BRĪDINĀJUMS: lauka šifrēšana padara to neizpētītu.', + 'encrypted' => 'Šifrēts', + 'fieldset' => 'Lauka laukums', + 'qty_fields' => 'Daudzi lauki', + 'fieldsets' => 'Lauka lauki', + 'fieldset_name' => 'Lauka nosaukums', + 'field_name' => 'Lauka nosaukums', + 'field_values' => 'Lauka vērtības', + 'field_values_help' => 'Pievienot izvēles iespējas, pa vienai katrā rindiņā. Tukšās rindas, izņemot pirmo rindu, tiks ignorētas.', + 'field_element' => 'Veidlapas elements', + 'field_element_short' => 'Elements', + 'field_format' => 'Formāts', + 'field_custom_format' => 'Pielāgotais formāts', + 'required' => 'Obligāts', 'req' => 'Req.', - 'used_by_models' => 'Used By Models', - 'order' => 'Order', - 'create_fieldset' => 'New Fieldset', - 'create_field' => 'New Custom Field', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'used_by_models' => 'Izmantoti modeļi', + 'order' => 'Pasūtījums', + 'create_fieldset' => 'Jauns lauka laukums', + 'create_field' => 'Jauna pielāgota lauks', + 'value_encrypted' => 'Šī lauka vērtība ir šifrēta datu bāzē. Tikai admin lietotāji varēs apskatīt atšifrēto vērtību', ); diff --git a/resources/lang/lv/admin/custom_fields/message.php b/resources/lang/lv/admin/custom_fields/message.php index ed66a6ba16..a1df5007f2 100644 --- a/resources/lang/lv/admin/custom_fields/message.php +++ b/resources/lang/lv/admin/custom_fields/message.php @@ -3,48 +3,48 @@ return array( 'field' => array( - 'invalid' => 'That field does not exist.', - 'already_added' => 'Field already added', + 'invalid' => 'Šis lauks neeksistē.', + 'already_added' => 'Lauks jau ir pievienots', 'create' => array( - 'error' => 'Field was not created, please try again.', - 'success' => 'Field created successfully.', - 'assoc_success' => 'Field successfully added to fieldset.' + 'error' => 'Lauks nav izveidots, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Lauks veiksmīgi izveidots.', + 'assoc_success' => 'Lauks veiksmīgi pievienots lauka laukam.' ), 'update' => array( - 'error' => 'Field was not updated, please try again', - 'success' => 'Field updated successfully.' + 'error' => 'Lauks nav atjaunināts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Lauks ir veiksmīgi atjaunināts.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this field?', - 'error' => 'There was an issue deleting the field. Please try again.', - 'success' => 'The field was deleted successfully.', - 'in_use' => 'Field is still in use.', + 'confirm' => 'Vai tiešām vēlaties dzēst šo lauku?', + 'error' => 'Radās problēma, dzēšot lauku. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Lauks bija veiksmīgi dzēsts.', + 'in_use' => 'Lauks joprojām tiek izmantots.', ) ), 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset nepastāv', 'create' => array( - 'error' => 'Fieldset was not created, please try again.', - 'success' => 'Fieldset created successfully.' + 'error' => 'Fieldset nav izveidots, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Fieldset izveidota veiksmīgi.' ), 'update' => array( - 'error' => 'Fieldset was not updated, please try again', - 'success' => 'Fieldset updated successfully.' + 'error' => 'Fieldset nebija atjaunināts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Fieldset tika veiksmīgi atjaunināta.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this fieldset?', - 'error' => 'There was an issue deleting the fieldset. Please try again.', - 'success' => 'The fieldset was deleted successfully.', - 'in_use' => 'Fieldset is still in use.', + 'confirm' => 'Vai tiešām vēlaties dzēst šo lauka iestatījumu?', + 'error' => 'Radās problēma, novēršot lauka iestatījumu. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Fieldset tika veiksmīgi dzēsts.', + 'in_use' => 'Fieldset joprojām tiek izmantots.', ) ), diff --git a/resources/lang/lv/admin/departments/message.php b/resources/lang/lv/admin/departments/message.php index d65f4fbb2b..34525b7795 100644 --- a/resources/lang/lv/admin/departments/message.php +++ b/resources/lang/lv/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Departaments nepastāv.', + 'assoc_users' => 'Pašlaik šis departaments ir saistīts ar vismaz vienu lietotāju un to nevar izdzēst. Lūdzu, atjauniniet savus lietotājus, lai tie vairs netiktu izmantoti šajā nodaļā, un mēģiniet vēlreiz.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Departaments nav izveidots, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Nodaļa veiksmīgi izveidota.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Departaments netika atjaunināts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Nodaļa veiksmīgi atjaunota.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Vai tiešām vēlaties dzēst šo nodaļu?', + 'error' => 'Radās problēma, izdzēšot nodaļu. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Departaments tika veiksmīgi dzēsts.' ) ); diff --git a/resources/lang/lv/admin/departments/table.php b/resources/lang/lv/admin/departments/table.php index 76494247be..39dde0adde 100644 --- a/resources/lang/lv/admin/departments/table.php +++ b/resources/lang/lv/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'name' => 'Nodaļas nosaukums', + 'manager' => 'Vadītājs', + 'location' => 'Atrašanās vieta', + 'create' => 'Izveidot departamentu', + 'update' => 'Atjaunināt departamentu', ); diff --git a/resources/lang/lv/admin/depreciations/general.php b/resources/lang/lv/admin/depreciations/general.php index 1fca0e2cb7..5a7672341c 100644 --- a/resources/lang/lv/admin/depreciations/general.php +++ b/resources/lang/lv/admin/depreciations/general.php @@ -1,12 +1,12 @@ 'About Asset Depreciations', - 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', - 'asset_depreciations' => 'Asset Depreciations', - 'create' => 'Create Depreciation', - 'depreciation_name' => 'Depreciation Name', - 'number_of_months' => 'Number of Months', - 'update' => 'Update Depreciation', + 'about_asset_depreciations' => 'Par Asset Depreciations', + 'about_depreciations' => 'Jūs varat izveidot aktīvu nolietojumu, lai nolietotu aktīvus, pamatojoties uz lineāro nolietojumu.', + 'asset_depreciations' => 'Aktīvu vērtības samazināšanās', + 'create' => 'Izveidot nolietojumu', + 'depreciation_name' => 'Nolietojuma nosaukums', + 'number_of_months' => 'Mēnešu skaits', + 'update' => 'Atjaunināt nolietojumu', ); diff --git a/resources/lang/lv/admin/depreciations/message.php b/resources/lang/lv/admin/depreciations/message.php index c20e52c13c..065631c1ed 100644 --- a/resources/lang/lv/admin/depreciations/message.php +++ b/resources/lang/lv/admin/depreciations/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Depreciation class does not exist.', - 'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ', + 'does_not_exist' => 'Nolietojuma kategorija nepastāv.', + 'assoc_users' => 'Šis nolietojums pašlaik ir saistīts ar vienu vai vairākiem modeļiem, un tos nevar izdzēst. Lūdzu, izdzēsiet modeļus un pēc tam mēģiniet dzēst vēlreiz.', 'create' => array( - 'error' => 'Depreciation class was not created, please try again. :(', - 'success' => 'Depreciation class created successfully. :)' + 'error' => 'Nolietojuma kategorija netika izveidota, lūdzu, mēģiniet vēlreiz. :(', + 'success' => 'Nolietojuma pakāpe ir veiksmīgi izveidota. :)' ), 'update' => array( - 'error' => 'Depreciation class was not updated, please try again', - 'success' => 'Depreciation class updated successfully.' + 'error' => 'Nolietojuma kategorija netika atjaunināta, lūdzu, mēģiniet vēlreiz', + 'success' => 'Amortizācijas klase ir veiksmīgi atjaunināta.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this depreciation class?', - 'error' => 'There was an issue deleting the depreciation class. Please try again.', - 'success' => 'The depreciation class was deleted successfully.' + 'confirm' => 'Vai tiešām vēlaties dzēst šo nolietojuma klasi?', + 'error' => 'Izdevuma nolietojuma klases dzēšana. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Amortizācijas klase tika veiksmīgi dzēsta.' ) ); diff --git a/resources/lang/lv/admin/depreciations/table.php b/resources/lang/lv/admin/depreciations/table.php index 5ba01d132c..14b2fc81bb 100644 --- a/resources/lang/lv/admin/depreciations/table.php +++ b/resources/lang/lv/admin/depreciations/table.php @@ -3,8 +3,8 @@ return array( 'id' => 'ID', - 'months' => 'Months', - 'term' => 'Term', - 'title' => 'Name ', + 'months' => 'Mēneši', + 'term' => 'Termiņš', + 'title' => 'Nosaukums', ); diff --git a/resources/lang/lv/admin/groups/message.php b/resources/lang/lv/admin/groups/message.php index f14b6339e8..c49d274624 100644 --- a/resources/lang/lv/admin/groups/message.php +++ b/resources/lang/lv/admin/groups/message.php @@ -2,21 +2,21 @@ return array( - 'group_exists' => 'Group already exists!', - 'group_not_found' => 'Group [:id] does not exist.', - 'group_name_required' => 'The name field is required', + 'group_exists' => 'Grupa jau pastāv!', + 'group_not_found' => 'Grupa [: id] nepastāv.', + 'group_name_required' => 'Nosaukuma lauks ir nepieciešams', 'success' => array( - 'create' => 'Group was successfully created.', - 'update' => 'Group was successfully updated.', - 'delete' => 'Group was successfully deleted.', + 'create' => 'Grupa tika veiksmīgi izveidota.', + 'update' => 'Grupa tika veiksmīgi atjaunināta.', + 'delete' => 'Grupa tika veiksmīgi izdzēsta.', ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this group?', - 'create' => 'There was an issue creating the group. Please try again.', - 'update' => 'There was an issue updating the group. Please try again.', - 'delete' => 'There was an issue deleting the group. Please try again.', + 'confirm' => 'Vai tiešām vēlaties dzēst šo grupu?', + 'create' => 'Radās problēma, veidojot grupu. Lūdzu mēģiniet vēlreiz.', + 'update' => 'Radās problēma, atjauninot grupu. Lūdzu mēģiniet vēlreiz.', + 'delete' => 'Radās problēma, izdzēšot grupu. Lūdzu mēģiniet vēlreiz.', ), ); diff --git a/resources/lang/lv/admin/groups/table.php b/resources/lang/lv/admin/groups/table.php index 61f060a116..7003479a4f 100644 --- a/resources/lang/lv/admin/groups/table.php +++ b/resources/lang/lv/admin/groups/table.php @@ -3,7 +3,7 @@ return array( 'id' => 'Id', - 'name' => 'Name', - 'users' => '# of Users', + 'name' => 'Nosaukums', + 'users' => 'Lietotāju skaits', ); diff --git a/resources/lang/lv/admin/groups/titles.php b/resources/lang/lv/admin/groups/titles.php index 99e8cc1f6f..16594ee46f 100644 --- a/resources/lang/lv/admin/groups/titles.php +++ b/resources/lang/lv/admin/groups/titles.php @@ -1,14 +1,14 @@ 'About Groups', - 'about_groups' => 'Groups are used to generalize user permissions.', - 'group_management' => 'Group Management', - 'create' => 'Create New Group', - 'update' => 'Edit Group', - 'group_name' => 'Group Name', - 'group_admin' => 'Group Admin', - 'allow' => 'Allow', - 'deny' => 'Deny', + 'about_groups_title' => 'Par grupām', + 'about_groups' => 'Grupas tiek izmantotas, lai vispārinātu lietotāju atļaujas.', + 'group_management' => 'Grupas vadība', + 'create' => 'Izveidot jaunu grupu', + 'update' => 'Rediģēt grupu', + 'group_name' => 'Grupas nosaukums', + 'group_admin' => 'Grupas administrators', + 'allow' => 'Atļaut', + 'deny' => 'Liegties', ); diff --git a/resources/lang/lv/admin/hardware/form.php b/resources/lang/lv/admin/hardware/form.php index abded281fa..3470eb00bf 100644 --- a/resources/lang/lv/admin/hardware/form.php +++ b/resources/lang/lv/admin/hardware/form.php @@ -1,42 +1,43 @@ 'Confirm Bulk Delete Assets', - 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', - 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', - 'bulk_update' => 'Bulk Update Assets', - 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ', - 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.', - 'checkedout_to' => 'Checked Out To', - 'checkout_date' => 'Checkout Date', - 'checkin_date' => 'Checkin Date', - 'checkout_to' => 'Checkout to', - 'cost' => 'Purchase Cost', - 'create' => 'Create Asset', - 'date' => 'Purchase Date', - 'depreciates_on' => 'Depreciates On', - 'default_location' => 'Default Location', - 'eol_date' => 'EOL Date', - 'eol_rate' => 'EOL Rate', - 'expected_checkin' => 'Expected Checkin Date', - 'expires' => 'Expires', - 'fully_depreciated' => 'Fully Depreciated', - 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', - 'mac_address' => 'MAC Address', - 'manufacturer' => 'Manufacturer', - 'model' => 'Model', - 'months' => 'months', - 'name' => 'Asset Name', - 'notes' => 'Notes', - 'order' => 'Order Number', - 'qr' => 'QR Code', - 'requestable' => 'Users may request this asset', - 'select_statustype' => 'Select Status Type', - 'serial' => 'Serial', - 'status' => 'Status', + 'bulk_delete' => 'Apstiprināt lielapjoma aktīvu dzēšanu', + 'bulk_delete_help' => 'Pārskatīt aktīvu lielapjoma dzēšanu zemāk. Dzēstos aktīvus var atjaunot, bet tie vairs nebūs saistīti ar šībrīža lietotāju.', + 'bulk_delete_warn' => 'Jūs gatavojaties dzēst: asset_count aktīvi.', + 'bulk_update' => 'Lielapjoma atjaunināšanas līdzekļi', + 'bulk_update_help' => 'Šī veidlapa ļauj vienlaikus atjaunināt vairākus aktīvus. Aizpildiet tikai nepieciešamos laukus. Jebkurš tukšs laukums paliek nemainīgs.', + 'bulk_update_warn' => 'Jūs gatavojaties rediģēt: asset_count īpašumus.', + 'checkedout_to' => 'Izrakstīts uz', + 'checkout_date' => 'Izrakstīšanās datums', + 'checkin_date' => 'Reģistrēšanās datums', + 'checkout_to' => 'Izrakstīšanās līdz', + 'cost' => 'Iegādes izmaksas', + 'create' => 'Izveidot īpašumu', + 'date' => 'Pirkuma datums', + 'depreciation' => 'Nolietojums', + 'depreciates_on' => 'Atbalstīts ieslēgts', + 'default_location' => 'Noklusējuma atrašanās vieta', + 'eol_date' => 'EOL datums', + 'eol_rate' => 'EOL likme', + 'expected_checkin' => 'Paredzamais reģistrēšanās datums', + 'expires' => 'Beidzas', + 'fully_depreciated' => 'Pilnībā nolietota', + 'help_checkout' => 'Ja vēlaties piešķirt šo priekšmetu uzreiz, atlasiet "Gatavs izvietošanai" no iepriekšējā statusa saraksta.', + 'mac_address' => 'MAC adrese', + 'manufacturer' => 'Ražotājs', + 'model' => 'Modelis', + 'months' => 'mēneši', + 'name' => 'Aktīva nosaukums', + 'notes' => 'Piezīmes', + 'order' => 'Pasūtījuma numurs', + 'qr' => 'QR kods', + 'requestable' => 'Lietotāji var pieprasīt šo aktīvu', + 'select_statustype' => 'Atlasiet statusa veidu', + 'serial' => 'Sērijas numurs', + 'status' => 'Statuss', 'tag' => 'Asset Tag', - 'update' => 'Asset Update', - 'warranty' => 'Warranty', - 'years' => 'years', + 'update' => 'Aktīvu atjaunošana', + 'warranty' => 'Garantija', + 'years' => 'gadiem', ) ; diff --git a/resources/lang/lv/admin/hardware/general.php b/resources/lang/lv/admin/hardware/general.php index 1def86dc9e..58aa0f84bb 100644 --- a/resources/lang/lv/admin/hardware/general.php +++ b/resources/lang/lv/admin/hardware/general.php @@ -1,23 +1,23 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', - 'archived' => 'Archived', - 'asset' => 'Asset', - 'bulk_checkout' => 'Checkout Assets to User', - 'checkin' => 'Checkin Asset', + 'about_assets_title' => 'Par aktīviem', + 'about_assets_text' => 'Aktīvi ir posteņi, ko izseko pēc sērijas numura vai aktīvu taga. Viņi mēdz būt augstākas vērtības priekšmeti, kad ir svarīgi noteikt konkrētu objektu.', + 'archived' => 'Arhivēts', + 'asset' => 'Aktīvs', + 'bulk_checkout' => 'Norēķinu aktīvi lietotājam', + 'checkin' => 'Reģistrēšanās aktīvs', 'checkout' => 'Checkout Asset', 'clone' => 'Clone Asset', - 'deployable' => 'Deployable', - 'deleted' => 'This asset has been deleted. Click here to restore it.', - 'edit' => 'Edit Asset', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', - 'requestable' => 'Requestable', - 'requested' => 'Requested', - 'restore' => 'Restore Asset', - 'pending' => 'Pending', - 'undeployable' => 'Undeployable', - 'view' => 'View Asset', + 'deployable' => 'Izvietojams', + 'deleted' => 'Šis īpašums ir dzēsts. Noklikšķiniet šeit, lai to atjaunotu.', + 'edit' => 'Rediģēt īpašumu', + 'filetype_info' => 'Atļautie failu tipi ir png, gif, jpg, jpeg, doc, docx, pdf, txt, zip un rar.', + 'model_deleted' => 'Šis Assets modelis ir izdzēsts. Jums ir jāatjauno modelis, lai varētu atjaunot Asset.
Noklikšķiniet šeit, lai atjaunotu modeli.', + 'requestable' => 'Pieļaujams', + 'requested' => 'Pieprasīts', + 'restore' => 'Atjaunot aktīvus', + 'pending' => 'Gaida', + 'undeployable' => 'Nodarbināms', + 'view' => 'Skatīt aktīvu', ); diff --git a/resources/lang/lv/admin/hardware/message.php b/resources/lang/lv/admin/hardware/message.php index 112cf77ded..7881a11706 100644 --- a/resources/lang/lv/admin/hardware/message.php +++ b/resources/lang/lv/admin/hardware/message.php @@ -2,81 +2,80 @@ return array( - 'undeployable' => 'Warning: This asset has been marked as currently undeployable. - If this status has changed, please update the asset status.', - 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'undeployable' => 'Ievadīšana: Šis īpašums ir atzīmēts kā pašlaik nederīgs. Ja šis statuss ir mainījies, lūdzu, atjauniniet aktīvu statusu.', + 'does_not_exist' => 'Aktīvs neeksistē.', + 'does_not_exist_or_not_requestable' => 'Labs mēģinājums. Šis īpašums nepastāv vai nav pieprasāms.', + 'assoc_users' => 'Šobrīd šis īpašums tiek pārbaudīts lietotājam un to nevar izdzēst. Vispirms pārbaudiet aktīvu, un pēc tam mēģiniet vēlreiz izdzēst.', 'create' => array( - 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' + 'error' => 'Īpašums netika izveidots, lūdzu, mēģiniet vēlreiz. :(', + 'success' => 'Īpašums veiksmīgi izveidots. :)' ), 'update' => array( - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'error' => 'Īpašums netika atjaunināts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Īpašums ir veiksmīgi atjaunināts.', + 'nothing_updated' => 'Lauki nav atlasīti, tāpēc nekas netika atjaunināts.', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' + 'error' => 'Īpašums netika atjaunots, lūdzu, mēģiniet vēlreiz', + 'success' => 'Aktīvs veiksmīgi atjaunots.' ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Aktīvu revīzija bija neveiksmīga. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Aktīvu audits ir veiksmīgi reģistrēts.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Fails nav izdzēsts. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Fails veiksmīgi izdzēsts.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Faili nav augšupielādēti. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Faili (-i) ir veiksmīgi augšupielādēti.', + 'nofiles' => 'Jūs neesat atlasījis augšupielādējamos failus, vai arī fails, kuru mēģināt augšupielādēt, ir pārāk liels', + 'invalidfiles' => 'Viens vai vairāki jūsu faili ir pārāk lieli vai nav atļauto faila tipu. Atļautie failu tipi ir png, gif, jpg, doc, docx, pdf un txt.', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'Daži vienumi netika pareizi importēti.', + 'errorDetail' => 'Tālāk minētie vienumi netika importēti kļūdu dēļ.', + 'success' => "Jūsu fails ir importēts", + 'file_delete_success' => "Jūsu fails ir veiksmīgi izdzēsts", + 'file_delete_error' => "Failu nevarēja dzēst", ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset?', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', - 'success' => 'The asset was deleted successfully.' + 'confirm' => 'Vai tiešām vēlaties dzēst šo īpašumu?', + 'error' => 'Radās problēma, noņemot aktīvu. Lūdzu mēģiniet vēlreiz.', + 'nothing_updated' => 'Netika atlasīti neviens aktīvs, tāpēc nekas netika izdzēsts.', + 'success' => 'Aktīvs tika veiksmīgi dzēsts.' ), '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.', - 'not_available' => 'That asset is not available for checkout!' + 'error' => 'Īpašums netika pārbaudīts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Aktīvs pārbaudīts veiksmīgi.', + 'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.', + 'not_available' => 'Šis īpašums nav pieejams izrakstīšanai!' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'already_checked_in' => 'That asset is already checked in.', + 'error' => 'Īpašums netika reģistrēts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Aktīvs ir pārbaudīts veiksmīgi.', + 'user_does_not_exist' => 'Šis lietotājs ir nederīgs. Lūdzu mēģiniet vēlreiz.', + 'already_checked_in' => 'Šis aktīvs jau ir reģistrēts.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'Īpašums netika pieprasīts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Īpašums pieprasīts veiksmīgi.', + 'canceled' => 'Norēķinu pieprasījums ir sekmīgi atcelts' ) ); diff --git a/resources/lang/lv/admin/hardware/table.php b/resources/lang/lv/admin/hardware/table.php index e8baa09d5a..f8d90ef37e 100644 --- a/resources/lang/lv/admin/hardware/table.php +++ b/resources/lang/lv/admin/hardware/table.php @@ -3,22 +3,22 @@ return array( 'asset_tag' => 'Asset Tag', - 'asset_model' => 'Model', - 'book_value' => 'Value', - 'change' => 'In/Out', - 'checkout_date' => 'Checkout Date', - 'checkoutto' => 'Checked Out', - 'diff' => 'Diff', - 'dl_csv' => 'Download CSV', + 'asset_model' => 'Modelis', + 'book_value' => 'Vērtība', + 'change' => 'Iekšā ārā', + 'checkout_date' => 'Izrakstīšanās datums', + 'checkoutto' => 'Izrakstīts', + 'diff' => 'Atšķirība', + 'dl_csv' => 'Lejupielādējiet CSV', 'eol' => 'EOL', 'id' => 'ID', - 'location' => 'Location', - 'purchase_cost' => 'Cost', - 'purchase_date' => 'Purchased', - 'serial' => 'Serial', - 'status' => 'Status', - 'title' => 'Asset ', - 'image' => 'Device Image', - 'days_without_acceptance' => 'Days Without Acceptance' + 'location' => 'Atrašanās vieta', + 'purchase_cost' => 'Izmaksas', + 'purchase_date' => 'Iegādāts', + 'serial' => 'Sērijas numurs', + 'status' => 'Statuss', + 'title' => 'Aktīvs', + 'image' => 'Ierīces attēls', + 'days_without_acceptance' => 'Dienas bez pieņemšanas' ); diff --git a/resources/lang/lv/admin/licenses/form.php b/resources/lang/lv/admin/licenses/form.php index ce29167874..6964c78d9d 100644 --- a/resources/lang/lv/admin/licenses/form.php +++ b/resources/lang/lv/admin/licenses/form.php @@ -2,21 +2,21 @@ return array( - 'asset' => 'Asset', - 'checkin' => 'Checkin', - 'create' => 'Create License', - 'expiration' => 'Expiration Date', - 'license_key' => 'Product Key', - 'maintained' => 'Maintained', - 'name' => 'Software Name', - 'no_depreciation' => 'Do Not Depreciate', - 'purchase_order' => 'Purchase Order Number', - 'reassignable' => 'Reassignable', - 'remaining_seats' => 'Remaining Seats', - 'seats' => 'Seats', - 'termination_date' => 'Termination Date', - 'to_email' => 'Licensed to Email', - 'to_name' => 'Licensed to Name', - 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' + 'asset' => 'Aktīvs', + 'checkin' => 'Reģistrēties', + 'create' => 'Izveidot licenci', + 'expiration' => 'Derīguma termiņš', + 'license_key' => 'Produkta atslēga', + 'maintained' => 'Saglabāts', + 'name' => 'Programmatūras nosaukums', + 'no_depreciation' => 'Nepārliecieties', + 'purchase_order' => 'Pirkuma pasūtījuma numurs', + 'reassignable' => 'Piešķirt atkārtoti', + 'remaining_seats' => 'Atlikušie sēdekļi', + 'seats' => 'Sēdvietas', + 'termination_date' => 'Izbeigšanas datums', + 'to_email' => 'Licencēta uz e-pastu', + 'to_name' => 'Licencēta uz vārdu', + 'update' => 'Atjaunināt licenci', + 'checkout_help' => 'Jums jāpārbauda licence aparatūras aktīvam vai personai. Jūs varat izvēlēties abus, bet īpašnieka īpašumam ir jāatbilst personai, kurai veicat īpašuma pārbaudi.' ); diff --git a/resources/lang/lv/admin/licenses/general.php b/resources/lang/lv/admin/licenses/general.php index 25a536ec56..d09ff39167 100644 --- a/resources/lang/lv/admin/licenses/general.php +++ b/resources/lang/lv/admin/licenses/general.php @@ -1,21 +1,21 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'about_licenses_title' => 'Par licencēm', + 'about_licenses' => 'Licences izmanto, lai izsekotu programmatūru. Viņiem ir noteikts skaits sēdvietu, kurus var pārbaudīt personām', 'checkin' => 'Checkin License Seat', - 'checkout_history' => 'Checkout History', - 'checkout' => 'Checkout License Seat', - 'edit' => 'Edit License', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'clone' => 'Clone License', - 'history_for' => 'History for ', - 'in_out' => 'In/Out', - 'info' => 'License Info', - 'license_seats' => 'License Seats', - 'seat' => 'Seat', - 'seats' => 'Seats', - 'software_licenses' => 'Software Licenses', - 'user' => 'User', - 'view' => 'View License', + 'checkout_history' => 'Checkout vēsture', + 'checkout' => 'Checkout licences sēdeklis', + 'edit' => 'Rediģēt licenci', + 'filetype_info' => 'Atļautie failu tipi ir png, gif, jpg, jpeg, doc, docx, pdf, txt, zip un rar.', + 'clone' => 'Klonēšanas licence', + 'history_for' => 'Vēsture par', + 'in_out' => 'Iekšā ārā', + 'info' => 'Licences informācija', + 'license_seats' => 'Licences vietas', + 'seat' => 'Sēdeklis', + 'seats' => 'Sēdvietas', + 'software_licenses' => 'Programmatūras licences', + 'user' => 'Lietotājs', + 'view' => 'Skatīt licenci', ); diff --git a/resources/lang/lv/admin/licenses/message.php b/resources/lang/lv/admin/licenses/message.php index d5dbfe77b9..fb00ba7e23 100644 --- a/resources/lang/lv/admin/licenses/message.php +++ b/resources/lang/lv/admin/licenses/message.php @@ -2,49 +2,50 @@ return array( - 'does_not_exist' => 'License does not exist.', - 'user_does_not_exist' => 'User does not exist.', - 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', - 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'does_not_exist' => 'Licence neeksistē.', + 'user_does_not_exist' => 'Lietotājs neeksistē.', + 'asset_does_not_exist' => 'Aktīvs, kuru jūs mēģināt saistīt ar šo licenci, nepastāv.', + 'owner_doesnt_match_asset' => 'Aktīvs, kuru jūs mēģināt saistīt ar šo licenci, ir īpašumā somene, kas nav persona, kas atlasīta nolaižamajā sarakstā piešķirtajam.', + 'assoc_users' => 'Šobrīd šī licence tiek izrakstīta lietotājam un to nevar izdzēst. Vispirms pārbaudiet licenci un pēc tam mēģiniet dzēst vēlreiz.', + 'select_asset_or_person' => 'Jums jāizvēlas aktīvs vai lietotājs, bet ne abi.', 'create' => array( - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.' + 'error' => 'Licence netika izveidota, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Licence tika veiksmīgi izveidota.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Fails nav izdzēsts. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Fails veiksmīgi izdzēsts.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'error' => 'Faili nav augšupielādēti. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Faili (-i) ir veiksmīgi augšupielādēti.', + 'nofiles' => 'Jūs neesat atlasījis augšupielādējamos failus, vai arī fails, kuru mēģināt augšupielādēt, ir pārāk liels', + 'invalidfiles' => 'Viens vai vairāki jūsu faili ir pārāk lieli vai nav atļauto faila tipu. Atļautie failu tipi ir png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml un lic.', ), 'update' => array( - 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.' + 'error' => 'Licence netika atjaunināta, lūdzu, mēģiniet vēlreiz', + 'success' => 'Licence tika veiksmīgi atjaunināta.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this license?', - 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.' + 'confirm' => 'Vai tiešām vēlaties dzēst šo licenci?', + 'error' => 'Radās problēma, dzēšot licenci. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Licence tika veiksmīgi dzēsta.' ), 'checkout' => array( - 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully' + 'error' => 'Pārbaudot licenci, radās problēma. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Licence tika veiksmīgi pārbaudīta' ), 'checkin' => array( - 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully' + 'error' => 'Licencē tika pārbaudīta problēma. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Licence tika veiksmīgi reģistrēta' ), ); diff --git a/resources/lang/lv/admin/licenses/table.php b/resources/lang/lv/admin/licenses/table.php index dfce4136cb..ede0459079 100644 --- a/resources/lang/lv/admin/licenses/table.php +++ b/resources/lang/lv/admin/licenses/table.php @@ -2,16 +2,16 @@ return array( - 'assigned_to' => 'Assigned To', - 'checkout' => 'In/Out', + 'assigned_to' => 'Piešķirts', + 'checkout' => 'Iekšā ārā', 'id' => 'ID', - 'license_email' => 'License Email', - 'license_name' => 'Licensed To', - 'purchase_date' => 'Purchase Date', - 'purchased' => 'Purchased', - 'seats' => 'Seats', - 'hardware' => 'Hardware', - 'serial' => 'Serial', - 'title' => 'License', + 'license_email' => 'Licences e-pasts', + 'license_name' => 'Licencēts', + 'purchase_date' => 'Pirkuma datums', + 'purchased' => 'Iegādāts', + 'seats' => 'Sēdvietas', + 'hardware' => 'Aparatūra', + 'serial' => 'Sērijas numurs', + 'title' => 'Licence', ); diff --git a/resources/lang/lv/admin/locations/message.php b/resources/lang/lv/admin/locations/message.php index 3ba1eed3b6..50c3ebd526 100644 --- a/resources/lang/lv/admin/locations/message.php +++ b/resources/lang/lv/admin/locations/message.php @@ -2,26 +2,26 @@ return array( - 'does_not_exist' => 'Location does not exist.', - 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', - 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', - 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + 'does_not_exist' => 'Atrašanās vietas neeksistē.', + 'assoc_users' => 'Pašlaik šī atrašanās vieta ir saistīta ar vismaz vienu lietotāju un to nevar izdzēst. Lūdzu, atjauniniet savus lietotājus, lai vairs nerindrinātu šo atrašanās vietu, un mēģiniet vēlreiz.', + 'assoc_assets' => 'Pašlaik šī atrašanās vieta ir saistīta ar vismaz vienu īpašumu un to nevar izdzēst. Lūdzu, atjauniniet savus aktīvus, lai vairs nerindotu šo atrašanās vietu, un mēģiniet vēlreiz.', + 'assoc_child_loc' => 'Pašlaik šī vieta ir vismaz viena bērna atrašanās vieta un to nevar izdzēst. Lūdzu, atjauniniet savas atrašanās vietas, lai vairs nerindotu šo atrašanās vietu, un mēģiniet vēlreiz.', 'create' => array( - 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.' + 'error' => 'Atrašanās vieta nav izveidota, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Atrašanās vieta ir veiksmīgi izveidota.' ), 'update' => array( - 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.' + 'error' => 'Atrašanās vieta nav atjaunināta, lūdzu, mēģiniet vēlreiz', + 'success' => 'Atrašanās vieta ir veiksmīgi atjaunināta.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this location?', - 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.' + 'confirm' => 'Vai tiešām vēlaties dzēst šo atrašanās vietu?', + 'error' => 'Radās problēma, dzēšot atrašanās vietu. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Atrašanās vieta tika veiksmīgi dzēsta.' ) ); diff --git a/resources/lang/lv/admin/locations/table.php b/resources/lang/lv/admin/locations/table.php index ffa69307d5..a3b975b629 100644 --- a/resources/lang/lv/admin/locations/table.php +++ b/resources/lang/lv/admin/locations/table.php @@ -1,21 +1,21 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', - 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', + 'about_locations_title' => 'Par atrašanās vietu', + 'about_locations' => 'Vietas tiek izmantotas, lai izsekotu atrašanās vietas informāciju lietotājiem, īpašumiem un citiem vienumiem', + 'assets_rtd' => 'Aktīvi', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Piešķirtie aktīvi', 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', + 'city' => 'Pilsēta', + 'state' => 'Valsts', + 'country' => 'Valsts', + 'create' => 'Izveidot atrašanās vietu', + 'update' => 'Atjaunināt atrašanās vietu', + 'name' => 'Atrašanās vietas nosaukums', + 'address' => 'Adrese', + 'zip' => 'Pasta indekss', + 'locations' => 'Atrašanās vietas', + 'parent' => 'Vecāks', + 'currency' => 'Atrašanās vietas valūta', 'ldap_ou' => 'LDAP Search OU', ); diff --git a/resources/lang/lv/admin/manufacturers/message.php b/resources/lang/lv/admin/manufacturers/message.php index 6586d2af44..209769bb0c 100644 --- a/resources/lang/lv/admin/manufacturers/message.php +++ b/resources/lang/lv/admin/manufacturers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Manufacturer does not exist.', - 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', + 'does_not_exist' => 'Ražotājs neeksistē.', + 'assoc_users' => 'Šis ražotājs pašlaik ir saistīts ar vismaz vienu modeli, un to nevar izdzēst. Lūdzu, atjauniniet savus modeļus, lai vairs nerādītu šo ražotāju, un mēģiniet vēlreiz.', 'create' => array( - 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.' + 'error' => 'Ražotājs netika izveidots, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Ražotājs veiksmīgi izveidots.' ), 'update' => array( - 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.' + 'error' => 'Ražotājs netika atjaunināts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Ražotājs tika veiksmīgi atjaunināts.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the manufacturer. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.' + 'confirm' => 'Vai tiešām vēlaties dzēst šo ražotāju?', + 'error' => 'Radās problēma, izdzēšot ražotāju. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Ražotājs tika veiksmīgi dzēsts.' ) ); diff --git a/resources/lang/lv/admin/manufacturers/table.php b/resources/lang/lv/admin/manufacturers/table.php index 4e3ea9904d..2c5d637a1b 100644 --- a/resources/lang/lv/admin/manufacturers/table.php +++ b/resources/lang/lv/admin/manufacturers/table.php @@ -1,16 +1,16 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', - 'asset_manufacturers' => 'Asset Manufacturers', - 'create' => 'Create Manufacturer', + 'about_manufacturers_title' => 'Par ražotājiem', + 'about_manufacturers_text' => 'Ražotāji ir uzņēmumi, kas veido jūsu aktīvus. Šeit varat saglabāt svarīgu atbalsta kontaktinformāciju par tiem, kas tiks parādīti jūsu detalizētās informācijas lapās.', + 'asset_manufacturers' => 'Aktīvu ražotāji', + 'create' => 'Izveidojiet ražotāju', 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', - 'update' => 'Update Manufacturer', + 'name' => 'Nosaukums', + 'support_email' => 'Atbalsta e-pastu', + 'support_phone' => 'Atbalsta tālruni', + 'support_url' => 'Atbalsta URL', + 'update' => 'Atjaunināt ražotāju', 'url' => 'URL', ); diff --git a/resources/lang/lv/admin/models/general.php b/resources/lang/lv/admin/models/general.php index e0da09f780..6959cb9f5e 100644 --- a/resources/lang/lv/admin/models/general.php +++ b/resources/lang/lv/admin/models/general.php @@ -1,15 +1,15 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted. Click here to restore it.', - 'restore' => 'Restore Model', - 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', - 'view_deleted' => 'View Deleted', - 'view_models' => 'View Models', - 'fieldset' => 'Fieldset', - 'no_custom_field' => 'No custom fields', + 'about_models_title' => 'Par īpašuma modeļiem', + 'about_models_text' => 'Aktīvu modeļi ir veids, kā grupēt identiskus aktīvus. "MBP 2013", "IPhone 6s" uc', + 'deleted' => 'Šis modelis ir dzēsts. Noklikšķiniet šeit, lai to atjaunotu.', + 'restore' => 'Atjaunot modeli', + 'requestable' => 'Lietotāji var pieprasīt šo modeli', + 'show_mac_address' => 'Parādiet MAC adreses lauku šī modeļa aktīvos', + 'view_deleted' => 'Skatīt dzēsto', + 'view_models' => 'Skatīt modeļus', + 'fieldset' => 'Lauka laukums', + 'no_custom_field' => 'Nav pielāgotu lauku', ); diff --git a/resources/lang/lv/admin/models/message.php b/resources/lang/lv/admin/models/message.php index 5b1b9a1a1b..ab5b9df01b 100644 --- a/resources/lang/lv/admin/models/message.php +++ b/resources/lang/lv/admin/models/message.php @@ -2,35 +2,35 @@ return array( - 'does_not_exist' => 'Model does not exist.', - 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', + 'does_not_exist' => 'Modelis nepastāv.', + 'assoc_users' => 'Šobrīd šis modelis ir saistīts ar vienu vai vairākiem aktīviem, un tos nevar izdzēst. Lūdzu, izdzēsiet aktīvus un pēc tam mēģiniet vēlreiz dzēst.', 'create' => array( - 'error' => 'Model was not created, please try again.', - 'success' => 'Model created successfully.', - 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + 'error' => 'Modelis netika izveidots, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Modelis veiksmīgi izveidots.', + 'duplicate_set' => 'Aktīvu modelis ar šo nosaukumu, ražotāju un modeļa numuru jau pastāv.', ), 'update' => array( - 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.' + 'error' => 'Modelis nav atjaunināts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Modelis tika veiksmīgi atjaunināts.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset model?', - 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.' + 'confirm' => 'Vai tiešām vēlaties dzēst šo aktīvu modeli?', + 'error' => 'Radās problēma, izdzēšot modeli. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Modelis tika veiksmīgi dzēsts.' ), 'restore' => array( - 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.' + 'error' => 'Modelis netika atjaunots, lūdzu, mēģiniet vēlreiz', + 'success' => 'Veiksmīgi atjaunots modelis.' ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Neviens laukums netika mainīts, tāpēc nekas netika atjaunināts.', + 'success' => 'Modeļi ir atjaunināti.' ), ); diff --git a/resources/lang/lv/admin/models/table.php b/resources/lang/lv/admin/models/table.php index 11a512b3d3..84c9146a23 100644 --- a/resources/lang/lv/admin/models/table.php +++ b/resources/lang/lv/admin/models/table.php @@ -2,16 +2,16 @@ return array( - 'create' => 'Create Asset Model', - 'created_at' => 'Created at', + 'create' => 'Izveidot aktīvu modeli', + 'created_at' => 'Izveidots pie', 'eol' => 'EOL', - 'modelnumber' => 'Model No.', - 'name' => 'Asset Model Name', - 'numassets' => 'Assets', - 'title' => 'Asset Models', - 'update' => 'Update Asset Model', - 'view' => 'View Asset Model', - 'update' => 'Update Asset Model', - 'clone' => 'Clone Model', - 'edit' => 'Edit Model', + 'modelnumber' => 'Modelis Nr.', + 'name' => 'Aktīva modeļa nosaukums', + 'numassets' => 'Aktīvi', + 'title' => 'Aktīvu modeļi', + 'update' => 'Atjaunināt aktīvu modeli', + 'view' => 'Skatīt aktīvu modeli', + 'update' => 'Atjaunināt aktīvu modeli', + 'clone' => 'Klona modelis', + 'edit' => 'Rediģēt modeli', ); diff --git a/resources/lang/lv/admin/reports/general.php b/resources/lang/lv/admin/reports/general.php index b03b97546f..03787fc0dd 100644 --- a/resources/lang/lv/admin/reports/general.php +++ b/resources/lang/lv/admin/reports/general.php @@ -1,5 +1,5 @@ 'Select the options you want for your asset report.' + 'info' => 'Atlasiet opcijas, kuras vēlaties izmantot savam aktīvu pārskatam.' ); diff --git a/resources/lang/lv/admin/reports/message.php b/resources/lang/lv/admin/reports/message.php index d4c8f8198f..49dfcc4244 100644 --- a/resources/lang/lv/admin/reports/message.php +++ b/resources/lang/lv/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.' + 'error' => 'Jums jāizvēlas vismaz ONE iespēja.' ); diff --git a/resources/lang/lv/admin/settings/general.php b/resources/lang/lv/admin/settings/general.php index 73fd052a58..f4eb7fbecf 100644 --- a/resources/lang/lv/admin/settings/general.php +++ b/resources/lang/lv/admin/settings/general.php @@ -2,147 +2,149 @@ 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', - 'alert_email' => 'Send alerts to', - 'alerts_enabled' => 'Alerts Enabled', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', - 'asset_ids' => 'Asset IDs', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', - 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', - 'backups' => 'Backups', - 'barcode_settings' => 'Barcode Settings', - 'confirm_purge' => 'Confirm Purge', - 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', - 'custom_css' => 'Custom CSS', - 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', - 'default_currency' => 'Default Currency', - 'default_eula_text' => 'Default EULA', - 'default_language' => 'Default Language', - 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', - 'display_asset_name' => 'Display Asset Name', - 'display_checkout_date' => 'Display Checkout Date', - 'display_eol' => 'Display EOL in table view', - 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', - 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', - 'eula_settings' => 'EULA Settings', - 'eula_markdown' => 'This EULA allows Github flavored markdown.', - 'general_settings' => 'General Settings', - 'generate_backup' => 'Generate Backup', - 'header_color' => 'Header Color', - 'info' => 'These settings let you customize certain aspects of your installation.', - 'laravel' => 'Laravel Version', - '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', + 'ad_domain' => 'Active Directory domēns', + 'ad_domain_help' => 'Tas dažreiz ir tāds pats kā jūsu e-pasta domēnam, bet ne vienmēr.', + 'is_ad' => 'Tas ir Active Directory serveris', + 'alert_email' => 'Sūtīt brīdinājumus uz', + 'alerts_enabled' => 'Brīdinājumi ir iespējoti', + 'alert_interval' => 'Pabeidzamo brīdinājumu slieksnis (dienās)', + 'alert_inv_threshold' => 'Inventāra trauksmes slieksnis', + 'asset_ids' => 'Aktīvu ID', + 'audit_interval' => 'Audita intervāls', + 'audit_interval_help' => 'Ja jums ir pienākums regulāri fiziski pārbaudīt savus aktīvus, ievadiet intervālu mēnešos.', + 'audit_warning_days' => 'Revīzijas brīdinājuma slieksnis', + 'audit_warning_days_help' => 'Cik dienas iepriekš mēs brīdinātu jūs, kad aktīvi ir jāmaksā par revīziju?', + 'auto_increment_assets' => 'Veidojiet automātisko pieaugošo līdzekļu ID', + 'auto_increment_prefix' => 'Prefikss (pēc izvēles)', + 'auto_incrementing_help' => 'Vispirms, lai to iestatītu, iespējojiet automātisko pieaugošo līdzekļu ID', + 'backups' => 'Rezerves kopijas', + 'barcode_settings' => 'Svītru kodu iestatījumi', + 'confirm_purge' => 'Apstipriniet iztīrīšanu', + 'confirm_purge_help' => 'Ievadiet tekstu "DELETE" zemāk esošajā lodziņā, lai dzēstu savus dzēstos ierakstus. Šo darbību nevar atsaukt.', + 'custom_css' => 'Pielāgota CSS', + 'custom_css_help' => 'Ievadiet jebkuru pielāgotu CSS ignorēšanu, kuru vēlaties izmantot. Neiekļaujiet <style></style> atzīmes.', + 'default_currency' => 'Valūta pēc noklusējuma', + 'default_eula_text' => 'Noklusējuma EULA', + 'default_language' => 'Noklusējuma valoda', + 'default_eula_help_text' => 'Varat arī saistīt pielāgotās EULA ar noteiktām aktīvu kategorijām.', + 'display_asset_name' => 'Displeja aktīvu nosaukums', + 'display_checkout_date' => 'Displeja norēķinu datums', + 'display_eol' => 'Displejs EOL tabulas skatījumā', + 'display_qr' => 'Displeja kvadrātveida kodi', + 'display_alt_barcode' => 'Parādiet 1D svītrkodu', + 'barcode_type' => '2D svītru kodu tips', + 'alt_barcode_type' => '1D svītrkoda tips', + 'eula_settings' => 'EULA iestatījumi', + 'eula_markdown' => 'Šis EULA ļauj Github aromatizēts markdown.', + 'general_settings' => 'Vispārīgie iestatījumi', + 'generate_backup' => 'Izveidot dublējumu', + 'header_color' => 'Galvenes krāsa', + 'info' => 'Šie iestatījumi ļauj jums pielāgot noteiktus instalēšanas aspektus.', + 'laravel' => 'Laravel versija', + 'ldap_enabled' => 'LDAP iespējota', + 'ldap_integration' => 'LDAP integrācija', + 'ldap_settings' => 'LDAP iestatījumi', + 'ldap_server' => 'LDAP serveris', + 'ldap_server_help' => 'Tam vajadzētu sākt ar ldap: // (nešifrētiem vai TLS) vai ldaps: // (attiecībā uz SSL)', + 'ldap_server_cert' => 'LDAP SSL sertifikātu validācija', + 'ldap_server_cert_ignore' => 'Atļaut nederīgu SSL sertifikātu', + 'ldap_server_cert_help' => 'Atzīmējiet šo izvēles rūtiņu, ja izmantojat pašrakstītu SSL sertifikātu un vēlaties pieņemt nederīgu SSL sertifikātu.', + 'ldap_tls' => 'Izmantojiet TLS', + 'ldap_tls_help' => 'To vajadzētu pārbaudīt tikai tad, ja jūsu LDAP serverī izmantojat STARTTLS.', + 'ldap_uname' => 'LDAP Bind Lietotājvārds', + 'ldap_pword' => 'LDAP Bind Parole', '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', - '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.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', - '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', - 'optional' => 'optional', - 'per_page' => 'Results Per Page', - 'php' => 'PHP Version', - 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', - 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', - 'qr_help' => 'Enable QR Codes first to set this', - 'qr_text' => 'QR Code Text', - 'setting' => 'Setting', - 'settings' => 'Settings', - 'site_name' => 'Site Name', - 'slack_botname' => 'Slack Botname', + 'ldap_filter' => 'LDAP filtrs', + 'ldap_pw_sync' => 'LDAP paroles sinhronizācija', + 'ldap_pw_sync_help' => 'Noņemiet atzīmi no šīs izvēles rūtiņas, ja nevēlaties, lai LDAP paroles tiktu sinhronizētas ar vietējām parolēm. Atspējojot to, tas nozīmē, ka jūsu lietotāji, iespējams, nevarēs pieteikties, ja jūsu LDAP serveris kāda iemesla dēļ nav sasniedzams.', + 'ldap_username_field' => 'Lietotājvārds lauks', + 'ldap_lname_field' => 'Uzvārds', + 'ldap_fname_field' => 'LDAP vārds', + 'ldap_auth_filter_query' => 'LDAP autentifikācijas vaicājums', + 'ldap_version' => 'LDAP versija', + 'ldap_active_flag' => 'LDAP aktīvā karodziņa', + 'ldap_emp_num' => 'LDAP darbinieku skaits', + 'ldap_email' => 'LDAP e-pasts', + 'load_remote_text' => 'Attàlie skripti', + 'load_remote_help_text' => 'Šī Snipe-IT instalēšana var ielādēt skriptus no ārpasaules.', + 'login_note' => 'Pieteikšanās piezīme', + 'login_note_help' => 'Jūsu pieteikšanās ekrānā pēc izvēles var iekļaut dažus teikumus, piemēram, lai palīdzētu cilvēkiem, kuri ir atraduši nozaudētu vai nozagtu ierīci. Šajā laukā tiek pieņemti Github aromatizēti atzīme', + 'logo' => 'Logotips', + 'full_multiple_companies_support_help_text' => 'Ierobežot lietotājus (tostarp administratorus), kas uzņēmumiem piešķirti viņu uzņēmuma aktīvos.', + 'full_multiple_companies_support_text' => 'Pilns vairāku uzņēmumu atbalsts', + 'optional' => 'pēc izvēles', + 'per_page' => 'Rezultāti lapā', + 'php' => 'PHP versija', + 'php_gd_info' => 'Jums jāinstalē php-gd, lai parādītu QR kodus, skatiet instalēšanas instrukcijas.', + 'php_gd_warning' => 'PHP attēlu apstrāde un GD spraudnis nav instalēts.', + 'pwd_secure_complexity' => 'Paroles sarežģītība', + 'pwd_secure_complexity_help' => 'Izvēlieties, kuru paroles sarežģītības noteikumus vēlaties izpildīt.', + 'pwd_secure_min' => 'Paroles minimums rakstzīmes', + 'pwd_secure_min_help' => 'Minimālā pieļaujamā vērtība ir 5', + 'pwd_secure_uncommon' => 'Novērst parastās paroles', + 'pwd_secure_uncommon_help' => 'Tas nepieļaus lietotājiem izmantot parastās paroles no lielākajām 10 000 paroļu, par kurām ziņots pārkāpumos.', + 'qr_help' => 'Iespējojiet QR kodus vispirms, lai to iestatītu', + 'qr_text' => 'QR kodu tekstu', + 'setting' => 'Iestatījums', + 'settings' => 'Iestatījumi', + 'site_name' => 'Vietnes nosaukums', + 'slack_botname' => 'Vāja Botname', 'slack_channel' => 'Slack Channel', 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Slack Settings', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', - 'snipe_version' => 'Snipe-IT version', - 'system' => 'System Information', - 'update' => 'Update Settings', - 'value' => 'Value', - '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)', - 'next_auto_tag_base' => 'Next auto-increment', - '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', + 'slack_integration_help' => 'Vāja integrācija nav obligāta, taču galapunkts un kanāls ir vajadzīgi, ja vēlaties to izmantot. Lai konfigurētu Slack integrāciju, vispirms izveidojiet ienākošo webhook savā Slack kontā.', + 'snipe_version' => 'Snipe-IT versija', + 'system' => 'Sistēmas informācija', + 'update' => 'Atjauniniet iestatījumus', + 'value' => 'Vērtība', + 'brand' => 'Brendings', + 'about_settings_title' => 'Par iestatījumiem', + 'about_settings_text' => 'Šie iestatījumi ļauj jums pielāgot noteiktus instalēšanas aspektus.', + 'labels_per_page' => 'Iezīmes uz lapas', + 'label_dimensions' => 'Etiķetes izmēri (collas)', + 'next_auto_tag_base' => 'Nākamais automātiskais pieaugums', + 'page_padding' => 'Lappuse (collas)', + 'purge' => 'Iztīrīt dzēstos ierakstus', + 'labels_display_bgutter' => 'Uzlīmes apakšējā notekcaurule', + 'labels_display_sgutter' => 'Uzlīmes sānu notekas', + 'labels_fontsize' => 'Etiķetes fonta izmērs', + 'labels_pagewidth' => 'Etiķetes lapas platums', + 'labels_pageheight' => 'Etiķetes lapas augstums', + 'label_gutters' => 'Etiķetes atstarpes (collas)', + 'page_dimensions' => 'Lapas izmēri (collas)', + 'label_fields' => 'Iezīmējiet redzamus laukus', + 'inches' => 'collas', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Saite uz Snipe-IT e-pasta ziņojumos', + 'show_url_in_emails_help_text' => 'Noņemiet atzīmi no šīs izvēles rūtiņas, ja nevēlaties savā e-pasta kājenēs atvērt saiti uz savu Snipe-IT instalāciju. Noderīgi, ja lielākā daļa jūsu lietotāju nekad neiesakās.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', - 'top' => 'top', - 'bottom' => 'bottom', - 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'thumbnail_max_h' => 'Maksimālais sīktēlu augstums', + 'thumbnail_max_h_help' => 'Maksimālais augstums pikseļos, kad saraksta skatījumā var tikt rādīti sīktēli. Min 25, max 500.', + 'two_factor' => 'Divu faktoru autentifikācija', + 'two_factor_secret' => 'Divu koeficientu kods', + 'two_factor_enrollment' => 'Divu faktoru uzņemšana', + 'two_factor_enabled_text' => 'Iespējot divus faktorus', + 'two_factor_reset' => 'Atiestatīt divfaktora noslēpumu', + 'two_factor_reset_help' => 'Tas liks lietotājam vēlreiz reģistrēt savu ierīci, izmantojot Google autentifikatoru. Tas var būt noderīgi, ja to pašreizējā reģistrētā ierīce tiek nozaudēta vai nozagta.', + 'two_factor_reset_success' => 'Divu faktoru ierīce ir veiksmīgi atiestatīta', + 'two_factor_reset_error' => 'Divu faktoru ierīces atiestatīšana neizdevās', + 'two_factor_enabled_warning' => 'Iespējojot divu faktoru darbību, ja tas pašlaik nav iespējots, jūs nekavējoties piespiedīs autentificēt ar Google Auth reģistrēto ierīci. Jums būs iespēja ierakstīt savu ierīci, ja tā pašlaik nav reģistrēta.', + 'two_factor_enabled_help' => 'Izmantojot Google autentifikatoru, tiks aktivizēts divu faktoru autentifikācija.', + 'two_factor_optional' => 'Selektīvā (lietotāji var iespējot vai atspējot, ja tas ir atļauts)', + 'two_factor_required' => 'Nepieciešams visiem lietotājiem', + 'two_factor_disabled' => 'Invalīds', + 'two_factor_enter_code' => 'Ievadiet divu faktoru kodu', + 'two_factor_config_complete' => 'Iesniegt kodu', + 'two_factor_enabled_edit_not_allowed' => 'Jūsu administrators neatļauj mainīt šo iestatījumu.', + 'two_factor_enrollment_text' => "Nepieciešama divu faktoru autentifikācija, tomēr jūsu ierīce vēl nav reģistrēta. Atveriet savu lietotni Google autentifikators un skenējiet zemāk redzamo QR kodu, lai reģistrētu savu ierīci. Kad esat reģistrējies savā ierīcē, ievadiet zemāk redzamo kodu", + 'require_accept_signature' => 'Pieprasīt parakstu', + 'require_accept_signature_help_text' => 'Iespējojot šo funkciju, lietotājiem būs jāpiesaista aktīva pieņemšana.', + 'left' => 'pa kreisi', + 'right' => 'pa labi', + 'top' => 'tops', + 'bottom' => 'apakšā', + 'vertical' => 'vertikāla', + 'horizontal' => 'horizontāli', + 'zerofill_count' => 'Aktīvu biržas garums, ieskaitot zerofill', ); diff --git a/resources/lang/lv/admin/settings/message.php b/resources/lang/lv/admin/settings/message.php index 736d5c3e9e..9f831e75a0 100644 --- a/resources/lang/lv/admin/settings/message.php +++ b/resources/lang/lv/admin/settings/message.php @@ -4,19 +4,19 @@ return array( 'update' => array( - 'error' => 'An error has occurred while updating. ', - 'success' => 'Settings updated successfully.' + 'error' => 'Atjaunināšanas laikā radās kļūda.', + 'success' => 'Iestatījumi tika veiksmīgi atjaunināti.' ), 'backup' => array( - 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', - 'file_deleted' => 'The backup file was successfully deleted. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'delete_confirm' => 'Vai tiešām vēlaties izdzēst šo dublējuma failu? Šo darbību nevar atsaukt.', + 'file_deleted' => 'Dublējuma fails tika veiksmīgi izdzēsts.', + 'generated' => 'Veiksmīgi izveidots jauns dublējuma fails.', + 'file_not_found' => 'Šo dublējuma failu nevarēja atrast serverī.', ), 'purge' => array( - 'error' => 'An error has occurred while purging. ', - 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', - 'success' => 'Deleted records successfully purged.' + 'error' => 'Iztīrīšanas laikā radās kļūda.', + 'validation_failed' => 'Jūsu tīrīšanas apstiprinājums nav pareizs. Lūdzu, ierakstiet apstiprinājuma lodziņā vārdu "DELETE".', + 'success' => 'Izdzēstie ieraksti veiksmīgi iztīrīti.' ), ); diff --git a/resources/lang/lv/admin/statuslabels/message.php b/resources/lang/lv/admin/statuslabels/message.php index 619a5a509c..40c199d9c1 100644 --- a/resources/lang/lv/admin/statuslabels/message.php +++ b/resources/lang/lv/admin/statuslabels/message.php @@ -2,24 +2,31 @@ 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' => 'Statusa marķējums nepastāv.', + 'assoc_assets' => 'Šī statusa marķējums pašlaik ir saistīts ar vismaz vienu īpašumu un to nevar izdzēst. Lūdzu, atjauniniet savus aktīvus, lai vairs nenozīmē šo statusu, un mēģiniet vēlreiz.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'Statusa marķējums netika izveidots, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Statusa marķējums tika veiksmīgi izveidots.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'Statusa marķējums nav atjaunināts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Statusa marķējums ir veiksmīgi atjaunināts.' ), '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' => 'Vai tiešām vēlaties dzēst šo statusa etiķeti?', + 'error' => 'Dzēšot statusa marķējumu, radās problēma. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Statusa marķējums tika veiksmīgi dzēsts.' + ), + + 'help' => array( + 'undeployable' => 'Šos līdzekļus nevar nodot nevienam.', + 'deployable' => 'Šos aktīvus var pārbaudīt. Kad tie ir piešķirti, viņi uzņemsies meta statusu detalizēti.', + 'archived' => 'Šos līdzekļus nevar pārbaudīt, un tie tiks parādīti tikai arhivētajā skatā. Tas ir noderīgi, lai saglabātu informāciju par aktīviem budžetam / vēsturiskiem mērķiem, bet tos saglabātu ikdienas aktīvu sarakstā.', + 'pending' => 'Šos aktīvus vēl nevar piešķirt ikvienam, bieži tos izmanto priekšmetos, kas paredzēti remontam, bet tiek sagaidīts, ka tie atgriezīsies apgrozībā.', + ), ); diff --git a/resources/lang/lv/admin/statuslabels/table.php b/resources/lang/lv/admin/statuslabels/table.php index b9b5b7ec4e..595e5701b7 100644 --- a/resources/lang/lv/admin/statuslabels/table.php +++ b/resources/lang/lv/admin/statuslabels/table.php @@ -1,17 +1,17 @@ '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', + 'about' => 'Par statusa etiķetēm', + 'archived' => 'Arhivēts', + 'create' => 'Izveidot statusa marķējumu', + 'color' => 'Diagrammas krāsa', + 'deployable' => 'Izvietojams', + 'info' => 'Statusa etiķetes tiek izmantotas, lai aprakstītu dažādas valstis, kurās varētu būt aktīvi. Tie var būt paredzēti remontam, nozaudēšanai / nozagšanai utt. Varat izveidot jaunas statusa etiķetes izvietojamiem, gaidīšanas un arhivētiem aktīviem.', + 'name' => 'Statusa nosaukums', + 'pending' => 'Gaida', + 'status_type' => 'Statusa veids', + 'show_in_nav' => 'Rādīt pusē', + 'title' => 'Statusa etiķetes', + 'undeployable' => 'Nodarbināms', + 'update' => 'Atjaunināt statusa marķējumu', ); diff --git a/resources/lang/lv/admin/suppliers/message.php b/resources/lang/lv/admin/suppliers/message.php index df4bc41af3..83f5b88fa9 100644 --- a/resources/lang/lv/admin/suppliers/message.php +++ b/resources/lang/lv/admin/suppliers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Supplier does not exist.', - 'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ', + 'does_not_exist' => 'Piegādātājs neeksistē.', + 'assoc_users' => 'Šis piegādātājs pašlaik ir saistīts ar vismaz vienu modeli, un to nevar izdzēst. Lūdzu, atjauniniet savus modeļus, lai vairs nenorādītu šo piegādātāju, un mēģiniet vēlreiz.', 'create' => array( - 'error' => 'Supplier was not created, please try again.', - 'success' => 'Supplier created successfully.' + 'error' => 'Piegādātājs netika izveidots, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Piegādātājs veiksmīgi izveidots.' ), 'update' => array( - 'error' => 'Supplier was not updated, please try again', - 'success' => 'Supplier updated successfully.' + 'error' => 'Piegādātājs netika atjaunināts, lūdzu, mēģiniet vēlreiz', + 'success' => 'Piegādātājs ir veiksmīgi atjaunināts' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this supplier?', - 'error' => 'There was an issue deleting the supplier. Please try again.', - 'success' => 'Supplier was deleted successfully.' + 'confirm' => 'Vai tiešām vēlaties dzēst šo piegādātāju?', + 'error' => 'Radās problēma, izlaižot piegādātāju. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Piegādātājs tika veiksmīgi dzēsts.' ) ); diff --git a/resources/lang/lv/admin/suppliers/table.php b/resources/lang/lv/admin/suppliers/table.php index 2a7b07ca93..f90bbac442 100644 --- a/resources/lang/lv/admin/suppliers/table.php +++ b/resources/lang/lv/admin/suppliers/table.php @@ -1,27 +1,27 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', - 'address' => 'Supplier Address', - 'assets' => 'Assets', - 'city' => 'City', - 'contact' => 'Contact Name', - 'country' => 'Country', - 'create' => 'Create Supplier', - 'email' => 'Email', - 'fax' => 'Fax', + 'about_suppliers_title' => 'Par Piegādātājiem', + 'about_suppliers_text' => 'Piegādātāji tiek izmantoti preču avota izsekošanai', + 'address' => 'Piegādātāja adrese', + 'assets' => 'Aktīvi', + 'city' => 'Pilsēta', + 'contact' => 'Kontaktpersonas vārds', + 'country' => 'Valsts', + 'create' => 'Izveidojiet piegādātāju', + 'email' => 'E-pasts', + 'fax' => 'Fakss', 'id' => 'ID', - 'licenses' => 'Licenses', - 'name' => 'Supplier Name', - 'notes' => 'Notes', - 'phone' => 'Phone', - 'state' => 'State', - 'suppliers' => 'Suppliers', - 'update' => 'Update Supplier', + 'licenses' => 'Licences', + 'name' => 'Piegādātāja vārds', + 'notes' => 'Piezīmes', + 'phone' => 'Tālrunis', + 'state' => 'Valsts', + 'suppliers' => 'Piegādātāji', + 'update' => 'Atjaunināt piegādātāju', 'url' => 'URL', - 'view' => 'View Supplier', - 'view_assets_for' => 'View Assets for', - 'zip' => 'Postal Code', + 'view' => 'Skatīt piegādātāju', + 'view_assets_for' => 'Skatīt aktīvu par', + 'zip' => 'Pasta indekss', ); diff --git a/resources/lang/lv/admin/users/general.php b/resources/lang/lv/admin/users/general.php index 985138d065..719a1e92e0 100644 --- a/resources/lang/lv/admin/users/general.php +++ b/resources/lang/lv/admin/users/general.php @@ -3,23 +3,23 @@ return array( - 'assets_user' => 'Assets assigned to :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', - 'current_assets' => 'Assets currently checked out to this user', - 'clone' => 'Clone User', - 'contact_user' => 'Contact :name', - 'edit' => 'Edit User', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'history_user' => 'History for :name', + 'assets_user' => 'Aktīvi, kas piešķirti: nosaukums', + 'bulk_update_warn' => 'Jūs gatavojaties rediģēt lietotāju: user_count īpašības. Lūdzu, ņemiet vērā, ka jūs nevarat mainīt savus lietotāja atribūtus, izmantojot šo veidlapu, un tie ir jārediģē savam lietotājam atsevišķi.', + 'bulk_update_help' => 'Šī veidlapa ļauj vienlaikus atjaunināt vairākus lietotājus. Aizpildiet tikai nepieciešamos laukus. Jebkurš tukšs laukums paliek nemainīgs.', + 'current_assets' => 'Aktīvi, kas pašlaik tiek pārbaudīti šim lietotājam', + 'clone' => 'Klons lietotājs', + 'contact_user' => 'Kontaktpersona: vārds', + 'edit' => 'Rediģēt lietotāju', + 'filetype_info' => 'Atļautie failu tipi ir png, gif, jpg, jpeg, doc, docx, pdf, txt, zip un rar.', + 'history_user' => 'Vēsture: vārds', 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', - 'last_login' => 'Last Login', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', - 'software_user' => 'Software Checked out to :name', - 'view_user' => 'View User :name', - 'usercsv' => 'CSV file', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'restore_user' => 'Noklikšķiniet šeit, lai tos atjaunotu.', + 'last_login' => 'Pēdējais pieteikšanās', + 'ldap_config_text' => 'LDAP konfigurācijas iestatījumus var atrast Admin> Settings. Atlasītā atrašanās vieta (izvēles) tiks iestatīta visiem importētajiem lietotājiem.', + 'software_user' => 'Programmatūra Pārbaudīta: nosaukums', + 'view_user' => 'Apskatīt Lietotāju: vārds', + 'usercsv' => 'CSV fails', + 'two_factor_admin_optin_help' => 'Jūsu pašreizējie administrēšanas iestatījumi ļauj atlasīt divu faktoru autentifikāciju.', + 'two_factor_enrolled' => 'Reģistrēta 2F ierīce', + 'two_factor_active' => '2FA aktīvs', ); diff --git a/resources/lang/lv/admin/users/message.php b/resources/lang/lv/admin/users/message.php index 8ee552afab..4d04a15886 100644 --- a/resources/lang/lv/admin/users/message.php +++ b/resources/lang/lv/admin/users/message.php @@ -2,58 +2,58 @@ return array( - 'accepted' => 'You have successfully accepted this asset.', - 'declined' => 'You have successfully declined this asset.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', - 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', - 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'accepted' => 'Jūs esat veiksmīgi pieņēmuši šo aktīvu.', + 'declined' => 'Jūs esat veiksmīgi atteicies no šī īpašuma.', + 'bulk_manager_warn' => 'Jūsu lietotāji ir veiksmīgi atjaunināti, taču jūsu pārvaldnieka ieraksts netika saglabāts, jo izvēlētā pārvaldnieks bija arī rediģējamo lietotāju sarakstā, un lietotāji, iespējams, nav viņu īpašnieks. Lūdzu, vēlreiz atlasiet savus lietotājus, izņemot pārvaldnieku.', + 'user_exists' => 'Lietotājs jau eksistē!', + 'user_not_found' => 'Lietotājs [: id] nepastāv.', + 'user_login_required' => 'Ievades lauks ir nepieciešams', + 'user_password_required' => 'Parole ir nepieciešama.', + 'insufficient_permissions' => 'Nepietiekamas atļaujas.', + 'user_deleted_warning' => 'Šis lietotājs ir izdzēsts. Jums būs jāatjauno šis lietotājs, lai tos rediģētu vai piešķirtu tiem jaunus aktīvus.', + 'ldap_not_configured' => 'LDAP integrācija nav konfigurēta šai instalācijai.', 'success' => array( - 'create' => 'User was successfully created.', - 'update' => 'User was successfully updated.', - 'update_bulk' => 'Users were successfully updated!', - 'delete' => 'User was successfully deleted.', - 'ban' => 'User was successfully banned.', - 'unban' => 'User was successfully unbanned.', - 'suspend' => 'User was successfully suspended.', - 'unsuspend' => 'User was successfully unsuspended.', - 'restored' => 'User was successfully restored.', - 'import' => 'Users imported successfully.', + 'create' => 'Lietotājs tika veiksmīgi izveidots.', + 'update' => 'Lietotājs tika veiksmīgi atjaunināts.', + 'update_bulk' => 'Lietotāji tika veiksmīgi atjaunināti!', + 'delete' => 'Lietotājs tika veiksmīgi izdzēsts.', + 'ban' => 'Lietotājs tika veiksmīgi aizliegts.', + 'unban' => 'Lietotājs tika veiksmīgi aizliegts.', + 'suspend' => 'Lietotājs tika veiksmīgi apturēts.', + 'unsuspend' => 'Lietotājs tika veiksmīgi atcelts.', + 'restored' => 'Lietotājs tika veiksmīgi atjaunots.', + 'import' => 'Lietotāji veiksmīgi importēti.', ), 'error' => array( - 'create' => 'There was an issue creating the user. Please try again.', - 'update' => 'There was an issue updating the user. Please try again.', - 'delete' => 'There was an issue deleting the user. Please try again.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', - 'unsuspend' => 'There was an issue unsuspending the user. Please try again.', - 'import' => 'There was an issue importing users. Please try again.', - 'asset_already_accepted' => 'This asset has already been accepted.', - 'accept_or_decline' => 'You must either accept or decline this asset.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'create' => 'Radās problēma, izveidojot lietotāju. Lūdzu mēģiniet vēlreiz.', + 'update' => 'Radās problēma, atjauninot lietotāju. Lūdzu mēģiniet vēlreiz.', + 'delete' => 'Radās problēma, izdzēšot lietotāju. Lūdzu mēģiniet vēlreiz.', + 'delete_has_assets' => 'Šim lietotājam ir piešķirti priekšmeti un to nevarēja dzēst.', + 'unsuspend' => 'Nebija saistīta problēma, kas saistītu ar lietotāju. Lūdzu mēģiniet vēlreiz.', + 'import' => 'Bija problēma importēt lietotājus. Lūdzu mēģiniet vēlreiz.', + 'asset_already_accepted' => 'Šis aktīvs jau ir pieņemts.', + 'accept_or_decline' => 'Jums ir vai nu jāpieņem vai jāatsakās no šī īpašuma.', + 'incorrect_user_accepted' => 'Aktīvs, kuru jūs mēģinājāt pieņemt, netika izrakstīts jums.', + 'ldap_could_not_connect' => 'Nevarēja izveidot savienojumu ar LDAP serveri. Lūdzu, pārbaudiet LDAP servera konfigurāciju LDAP konfigurācijas failā.
Par LDAP servera kļūda:', + 'ldap_could_not_bind' => 'Nevarēja saistīties ar LDAP serveri. Lūdzu, pārbaudiet LDAP servera konfigurāciju LDAP konfigurācijas failā.
Par LDAP servera kļūda:', + 'ldap_could_not_search' => 'Nevarēja meklēt LDAP serverī. Lūdzu, pārbaudiet LDAP servera konfigurāciju LDAP konfigurācijas failā.
Par LDAP servera kļūda:', + 'ldap_could_not_get_entries' => 'Nevarēja iegūt ierakstus no LDAP servera. Lūdzu, pārbaudiet LDAP servera konfigurāciju LDAP konfigurācijas failā.
Par LDAP servera kļūda:', + 'password_ldap' => 'Šī konta paroli pārvalda LDAP / Active Directory. Lai mainītu savu paroli, lūdzu, sazinieties ar IT nodaļu.', ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Fails nav izdzēsts. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Fails veiksmīgi izdzēsts.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Faili nav augšupielādēti. Lūdzu mēģiniet vēlreiz.', + 'success' => 'Faili (-i) ir veiksmīgi augšupielādēti.', + 'nofiles' => 'Jūs neesat atlasījis augšupielādes failus', + 'invalidfiles' => 'Viens vai vairāki jūsu faili ir pārāk lieli vai nav atļauto faila tipu. Atļautie failu tipi ir png, gif, jpg, doc, docx, pdf un txt.', ), ); diff --git a/resources/lang/lv/admin/users/table.php b/resources/lang/lv/admin/users/table.php index 9bbe883e19..7fd6592f0d 100644 --- a/resources/lang/lv/admin/users/table.php +++ b/resources/lang/lv/admin/users/table.php @@ -1,38 +1,38 @@ 'Active', - 'allow' => 'Allow', - 'checkedout' => 'Assets', - 'created_at' => 'Created', - 'createuser' => 'Create User', - 'deny' => 'Deny', - 'email' => 'Email', - 'employee_num' => 'Employee No.', - 'first_name' => 'First Name', - 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', + 'activated' => 'Aktīvs', + 'allow' => 'Atļaut', + 'checkedout' => 'Aktīvi', + 'created_at' => 'Izveidots', + 'createuser' => 'Izveidot lietotāju', + 'deny' => 'Liegties', + 'email' => 'E-pasts', + 'employee_num' => 'Darbinieku skaits', + 'first_name' => 'Vārds', + 'groupnotes' => 'Izvēlieties grupu, kas piešķirta lietotājam, atcerieties, ka lietotājs uzņemas piešķirtās grupas atļaujas.', 'id' => 'Id', - 'inherit' => 'Inherit', - 'job' => 'Job Title', - 'last_login' => 'Last Login', - 'last_name' => 'Last Name', - 'location' => 'Location', - 'lock_passwords' => 'Login details cannot be changed on this installation.', - 'manager' => 'Manager', - 'managed_locations' => 'Managed Locations', - 'name' => 'Name', - 'notes' => 'Notes', - 'password_confirm' => 'Confirm Password', - 'password' => 'Password', - 'phone' => 'Phone', - 'show_current' => 'Show Current Users', - 'show_deleted' => 'Show Deleted Users', - 'title' => 'Title', - 'to_restore_them' => 'to restore them.', - 'updateuser' => 'Update User', - 'username' => 'Username', - 'user_deleted_text' => 'This user has been marked as deleted.', - 'username_note' => '(This is used for Active Directory binding only, not for login.)', - 'cloneuser' => 'Clone User', - 'viewusers' => 'View Users', + 'inherit' => 'Mantot', + 'job' => 'Amata nosaukums', + 'last_login' => 'Pēdējais pieteikšanās', + 'last_name' => 'Uzvārds', + 'location' => 'Atrašanās vieta', + 'lock_passwords' => 'Ieejas dati nevar tikt mainīti šajā instalācijā.', + 'manager' => 'Vadītājs', + 'managed_locations' => 'Pārvaldītās atrašanās vietas', + 'name' => 'Nosaukums', + 'notes' => 'Piezīmes', + 'password_confirm' => 'apstipriniet paroli', + 'password' => 'Parole', + 'phone' => 'Tālrunis', + 'show_current' => 'Rādīt pašreizējos lietotājus', + 'show_deleted' => 'Rādīt izdzēstos lietotājus', + 'title' => 'Nosaukums', + 'to_restore_them' => 'lai tos atjaunotu.', + 'updateuser' => 'Atjaunināt lietotāju', + 'username' => 'Lietotājvārds', + 'user_deleted_text' => 'Šis lietotājs ir atzīmēts kā izdzēsts.', + 'username_note' => '(To izmanto tikai Active Directory saistošai, nevis pieteikšanās.)', + 'cloneuser' => 'Klons lietotājs', + 'viewusers' => 'Skatīt lietotājus', ); diff --git a/resources/lang/lv/auth/general.php b/resources/lang/lv/auth/general.php index bf88cba77a..b4dfd55c31 100644 --- a/resources/lang/lv/auth/general.php +++ b/resources/lang/lv/auth/general.php @@ -1,12 +1,12 @@ 'Send Password Reset Link', - 'email_reset_password' => 'Email Password Reset', - 'reset_password' => 'Reset Password', - 'login' => 'Login', - 'login_prompt' => 'Please Login', - 'forgot_password' => 'I forgot my password', - 'remember_me' => 'Remember Me', + 'send_password_link' => 'Sūtīt paroles atiestatīšanas saiti', + 'email_reset_password' => 'E-pasts paroles atiestatīšana', + 'reset_password' => 'Atiestatīt paroli', + 'login' => 'Pieslēgties', + 'login_prompt' => 'Lūdzu, piesakieties', + 'forgot_password' => 'Es aizmirsu savu paroli', + 'remember_me' => 'Atceries mani', ]; diff --git a/resources/lang/lv/auth/message.php b/resources/lang/lv/auth/message.php index bebf9cdd48..38bffffffc 100644 --- a/resources/lang/lv/auth/message.php +++ b/resources/lang/lv/auth/message.php @@ -2,36 +2,36 @@ return array( - 'account_already_exists' => 'An account with the this email already exists.', - 'account_not_found' => 'The username or password is incorrect.', - 'account_not_activated' => 'This user account is not activated.', - 'account_suspended' => 'This user account is suspended.', - 'account_banned' => 'This user account is banned.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'account_already_exists' => 'Konts ar šo e-pasta adresi jau pastāv.', + 'account_not_found' => 'Lietotājvārds vai parole nav pareiza.', + 'account_not_activated' => 'Šis lietotāja konts nav aktivizēts.', + 'account_suspended' => 'Šī lietotāja konta darbība ir apturēta.', + 'account_banned' => 'Šis lietotāja konts ir aizliegts.', + 'throttle' => 'Pārāk daudz pieteikšanās mēģinājumu neizdevās. Lūdzu, mēģiniet vēlreiz apmēram minūtēs minūtēs.', 'signin' => array( - 'error' => 'There was a problem while trying to log you in, please try again.', - 'success' => 'You have successfully logged in.', + 'error' => 'Mēģinot pieslēgties, radās problēma. Lūdzu, mēģiniet vēlreiz.', + 'success' => 'Jūs esat veiksmīgi pieteicies', ), 'signup' => array( - 'error' => 'There was a problem while trying to create your account, please try again.', - 'success' => 'Account sucessfully created.', + 'error' => 'Mēģinot izveidot kontu, radās problēma. Lūdzu, mēģiniet vēlreiz.', + 'success' => 'Konts veiksmīgi izveidots.', ), 'forgot-password' => array( - 'error' => 'There was a problem while trying to get a reset password code, please try again.', - 'success' => 'Password recovery email successfully sent.', + 'error' => 'Mēģinot atkopt paroles kodu, radās problēma. Lūdzu, mēģiniet vēlreiz.', + 'success' => 'Paroles atjaunošanas e-pasts ir veiksmīgi nosūtīts.', ), 'forgot-password-confirm' => array( - 'error' => 'There was a problem while trying to reset your password, please try again.', - 'success' => 'Your password has been successfully reset.', + 'error' => 'Mēģinot atiestatīt paroli, radās problēma. Lūdzu, mēģiniet vēlreiz.', + 'success' => 'Jūsu parole ir veiksmīgi atiestatīta.', ), 'activate' => array( - 'error' => 'There was a problem while trying to activate your account, please try again.', - 'success' => 'Your account has been successfully activated.', + 'error' => 'Mēģinot aktivizēt kontu, radās problēma. Lūdzu, mēģiniet vēlreiz.', + 'success' => 'Jūsu konts ir veiksmīgi aktivizēts.', ), ); diff --git a/resources/lang/lv/button.php b/resources/lang/lv/button.php index 6964689762..3531aecbaa 100644 --- a/resources/lang/lv/button.php +++ b/resources/lang/lv/button.php @@ -1,15 +1,15 @@ 'Actions', - 'add' => 'Add New', - 'cancel' => 'Cancel', - 'checkin_and_delete' => 'Checkin & Delete User', - 'delete' => 'Delete', - 'edit' => 'Edit', - 'restore' => 'Restore', - 'request' => 'Request', - 'submit' => 'Submit', - 'upload' => 'Upload', - 'select_file' => 'Select File...', + 'actions' => 'Darbības', + 'add' => 'Pievieno jaunu', + 'cancel' => 'Atcelt', + 'checkin_and_delete' => 'Reģistrēties un dzēst lietotāju', + 'delete' => 'Dzēst', + 'edit' => 'Rediģēt', + 'restore' => 'Atjaunot', + 'request' => 'Pieprasījums', + 'submit' => 'Iesniegt', + 'upload' => 'Augšupielādēt', + 'select_file' => 'Atlasiet failu ...', ); diff --git a/resources/lang/lv/general.php b/resources/lang/lv/general.php index eb6409ddbb..dfc075814e 100644 --- a/resources/lang/lv/general.php +++ b/resources/lang/lv/general.php @@ -1,204 +1,205 @@ 'Accessories', - 'activated' => 'Activated', - 'accessory' => 'Accessory', - 'accessory_report' => 'Accessory Report', - 'action' => 'Action', - 'activity_report' => 'Activity Report', - 'address' => 'Address', - 'admin' => 'Admin', - 'add_seats' => 'Added seats', - 'all_assets' => 'All Assets', - 'all' => 'All', - 'archived' => 'Archived', - 'asset_models' => 'Asset Models', - 'asset' => 'Asset', - 'asset_report' => 'Asset Report', + 'accessories' => 'Aksesuāri', + 'activated' => 'Aktivizēts', + 'accessory' => 'Piederums', + 'accessory_report' => 'Piederumu pārskats', + 'action' => 'Darbība', + 'activity_report' => 'Darbības pārskats', + 'address' => 'Adrese', + 'admin' => 'Administrators', + 'add_seats' => 'Pievienoti sēdekļi', + 'all_assets' => 'Visi aktīvi', + 'all' => 'Viss', + 'archived' => 'Arhivēts', + 'asset_models' => 'Aktīvu modeļi', + 'asset_model' => 'Modelis', + 'asset' => 'Aktīvs', + 'asset_report' => 'Aktīvu pārskats', 'asset_tag' => 'Asset Tag', - 'assets_available' => 'assets available', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', - 'assets' => 'Assets', - 'avatar_delete' => 'Delete Avatar', - 'avatar_upload' => 'Upload Avatar', - 'back' => 'Back', - 'bad_data' => 'Nothing found. Maybe bad data?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'assets_available' => 'pieejamie aktīvi', + 'audit' => 'Audits', + 'audit_report' => 'Revīzijas žurnāls', + 'assets' => 'Aktīvi', + 'avatar_delete' => 'Izdzēst Avatar', + 'avatar_upload' => 'Augšupielādēt Avatar', + 'back' => 'Atpakaļ', + 'bad_data' => 'Nekas nav atrasts. Varbūt slikti dati?', + 'bulkaudit' => 'Lielapjoma audits', + 'bulkaudit_status' => 'Revīzijas statuss', 'bulk_checkout' => 'Bulk Checkout', - 'cancel' => 'Cancel', - 'categories' => 'Categories', - 'category' => 'Category', - 'change' => 'In/Out', - 'changeemail' => 'Change Email Address', - 'changepassword' => 'Change Password', - 'checkin' => 'Checkin', - 'checkin_from' => 'Checkin from', - 'checkout' => 'Checkout', - 'city' => 'City', - 'click_here' => 'Click here', - 'companies' => 'Companies', - 'company' => 'Company', - 'component' => 'Component', - 'components' => 'Components', - 'complete' => 'Complete', - 'consumable' => 'Consumable', - 'consumables' => 'Consumables', - 'country' => 'Country', - 'create' => 'Create New', - 'created' => 'Item Created', - 'created_asset' => 'created asset', - 'created_at' => 'Created at', - 'updated_at' => 'Updated at', + 'cancel' => 'Atcelt', + 'categories' => 'Kategorijas', + 'category' => 'Kategorija', + 'change' => 'Iekšā ārā', + 'changeemail' => 'Mainīt epasta adresi', + 'changepassword' => 'Mainīt paroli', + 'checkin' => 'Reģistrēties', + 'checkin_from' => 'Reģistrēšanās no', + 'checkout' => 'Izrakstīšanās', + 'city' => 'Pilsēta', + 'click_here' => 'Noklikšķiniet šeit', + 'companies' => 'Kompānijas', + 'company' => 'Uzņēmums', + 'component' => 'Komponents', + 'components' => 'Komponenti', + 'complete' => 'Pabeigt', + 'consumable' => 'Izlietojams', + 'consumables' => 'Izejmateriāli', + 'country' => 'Valsts', + 'create' => 'Izveidot jaunu', + 'created' => 'Izveidots vienums', + 'created_asset' => 'izveidots aktīvu', + 'created_at' => 'Izveidots pie', + 'updated_at' => 'Atjaunināts vietnē', 'currency' => '$', // this is deprecated - 'current' => 'Current', - 'custom_report' => 'Custom Asset Report', - 'dashboard' => 'Dashboard', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', - 'date' => 'Date', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', - 'delete' => 'Delete', - 'deleted' => 'Deleted', - 'delete_seats' => 'Deleted Seats', - 'departments' => 'Departments', - 'department' => 'Department', - 'deployed' => 'Deployed', - 'depreciation_report' => 'Depreciation Report', - 'download' => 'Download', - 'depreciation' => 'Depreciation', - 'editprofile' => 'Edit Your Profile', + 'current' => 'Pašreizējais', + 'custom_report' => 'Pielāgoto aktīvu pārskats', + 'dashboard' => 'Informācijas panelis', + 'days' => 'dienas', + 'days_to_next_audit' => 'Dienas līdz nākamajam auditam', + 'date' => 'Datums', + 'debug_warning' => 'Brīdinājums!', + 'debug_warning_text' => 'Šī lietojumprogramma darbojas ražošanas režīmā ar iespējotu atkļūdošanu. Tas var pakļaut sensitīvus datus, ja jūsu pieteikums ir pieejams ārpasauli. Atspējošanas atkļūdošanas režīms, iestatot APP_DEBUG vērtību savam .env failam uz false.', + 'delete' => 'Dzēst', + 'deleted' => 'Svītrots', + 'delete_seats' => 'Izdzēstās vietas', + 'departments' => 'Nodaļas', + 'department' => 'nodaļa', + 'deployed' => 'Izvietota', + 'depreciation_report' => 'Amortizācijas atskaite', + 'download' => 'Lejupielādēt', + 'depreciation' => 'Nolietojums', + 'editprofile' => 'Rediģējiet savu profilu', 'eol' => 'EOL', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', - 'first' => 'First', - 'first_name' => 'First Name', - 'first_name_format' => 'First Name (jane@example.com)', - 'file_name' => 'File', - 'file_uploads' => 'File Uploads', - 'generate' => 'Generate', - 'groups' => 'Groups', - 'gravatar_email' => 'Gravatar Email Address', - 'history' => 'History', - 'history_for' => 'History for', + 'email_domain' => 'E-pasta domēns', + 'email_format' => 'E-pasta formāts', + 'email_domain_help' => 'To izmanto, lai importētu e-pasta adreses', + 'filastname_format' => 'Pirmais sākotnējais uzvārds (jsmith@example.com)', + 'firstname_lastname_format' => 'Vārds un uzvārds (jane.smith@example.com)', + 'first' => 'Vispirms', + 'first_name' => 'Vārds', + 'first_name_format' => 'Vārds (jane@example.com)', + 'file_name' => 'Fails', + 'file_uploads' => 'Faila augšupielāde', + 'generate' => 'Izveidot', + 'groups' => 'Grupas', + 'gravatar_email' => 'Gravatar e-pasta adrese', + 'history' => 'Vēsture', + 'history_for' => 'Vēsture par', 'id' => 'ID', - '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', - 'item' => 'Item', - 'insufficient_permissions' => 'Insufficient permissions!', - 'language' => 'Language', - 'last' => 'Last', - 'last_login' => 'Last Login', - 'last_name' => 'Last Name', - 'license' => 'License', - 'license_report' => 'License Report', - 'licenses_available' => 'licenses available', - 'licenses' => 'Licenses', - 'list_all' => 'List All', - 'loading' => 'Loading', - 'lock_passwords' => 'This field cannot be edited in this installation.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', - 'location' => 'Location', - 'locations' => 'Locations', - 'logout' => 'Logout', - 'lookup_by_tag' => 'Lookup by Asset Tag', - 'manufacturer' => 'Manufacturer', - 'manufacturers' => 'Manufacturers', - 'markdown' => 'This field allows Github flavored markdown.', + 'image_delete' => 'Dzēst attēlu', + 'image_upload' => 'Augšupielādēt attēlu', + 'import' => 'Importēt', + 'import-history' => 'Importa vēsture', + 'asset_maintenance' => 'Aktīvu uzturēšana', + 'asset_maintenance_report' => 'Aktīvu uzturēšanas pārskats', + 'asset_maintenances' => 'Aktīvu uzturēšana', + 'item' => 'Vienums', + 'insufficient_permissions' => 'Nepietiekamas atļaujas!', + 'language' => 'Valoda', + 'last' => 'Pēdējais', + 'last_login' => 'Pēdējais pieteikšanās', + 'last_name' => 'Uzvārds', + 'license' => 'Licence', + 'license_report' => 'Licences atskaite', + 'licenses_available' => 'pieejamās licences', + 'licenses' => 'Licences', + 'list_all' => 'Saraksts viss', + 'loading' => 'Ielādē', + 'lock_passwords' => 'Šajā laukā nevar rediģēt šajā instalācijā.', + 'feature_disabled' => 'Demonstrācijas instalēšanai šī funkcija ir atspējota.', + 'location' => 'Atrašanās vieta', + 'locations' => 'Atrašanās vietas', + 'logout' => 'Izlogoties', + 'lookup_by_tag' => 'Meklēt pēc Asset Tag', + 'manufacturer' => 'Ražotājs', + 'manufacturers' => 'Ražotāji', + 'markdown' => 'Šajā laukā ir iespējota Github aromatizēta atzīme.', 'min_amt' => 'Min. QTY', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', - 'model_no' => 'Model No.', - 'months' => 'months', - 'moreinfo' => 'More Info', - 'name' => 'Name', - 'next' => 'Next', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', - 'new' => 'new!', - 'no_depreciation' => 'No Depreciation', - 'no_results' => 'No Results.', - 'no' => 'No', - 'notes' => 'Notes', - 'order_number' => 'Order Number', - 'page_menu' => 'Showing _MENU_ items', - 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', - 'pending' => 'Pending', - 'people' => 'People', - 'per_page' => 'Results Per Page', - 'previous' => 'Previous', - 'processing' => 'Processing', - 'profile' => 'Your profile', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', + 'min_amt_help' => 'Minimālais priekšmetu skaits, kas būtu pieejams pirms brīdinājuma saņemšanas.', + 'model_no' => 'Modelis Nr.', + 'months' => 'mēneši', + 'moreinfo' => 'Vairāk informācijas', + 'name' => 'Nosaukums', + 'next' => 'Nākamais', + 'next_audit_date' => 'Nākamā audita datums', + 'last_audit' => 'Pēdējais audits', + 'new' => 'jauns!', + 'no_depreciation' => 'Nav nolietojuma', + 'no_results' => 'Nav rezultātu.', + 'no' => 'Nē', + 'notes' => 'Piezīmes', + 'order_number' => 'Pasūtījuma numurs', + 'page_menu' => 'Rāda _MENU_ vienumus', + 'pagination_info' => 'Rāda _START_ līdz _END_ no _TOTAL_ vienumiem', + 'pending' => 'Gaida', + 'people' => 'Cilvēki', + 'per_page' => 'Rezultāti lapā', + 'previous' => 'Iepriekšējā', + 'processing' => 'Apstrāde', + 'profile' => 'Tavs profils', + 'purchase_cost' => 'Iegādes izmaksas', + 'purchase_date' => 'Pirkuma datums', 'qty' => 'QTY', - 'quantity' => 'Quantity', - 'ready_to_deploy' => 'Ready to Deploy', - 'recent_activity' => 'Recent Activity', - 'remove_company' => 'Remove Company Association', - 'reports' => 'Reports', - 'requested' => 'Requested', - 'request_canceled' => 'Request Canceled', - 'save' => 'Save', - 'select' => 'Select', - 'search' => 'Search', - 'select_category' => 'Select a Category', - 'select_department' => 'Select a Department', - 'select_depreciation' => 'Select a Depreciation Type', - 'select_location' => 'Select a Location', - 'select_manufacturer' => 'Select a Manufacturer', - 'select_model' => 'Select a Model', - 'select_supplier' => 'Select a Supplier', - 'select_user' => 'Select a User', - 'select_date' => 'Select Date (YYYY-MM-DD)', - 'select_statuslabel' => 'Select Status', - 'select_company' => 'Select Company', - 'select_asset' => 'Select Asset', - 'settings' => 'Settings', - 'sign_in' => 'Sign in', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', - 'site_name' => 'Site Name', - 'state' => 'State', - 'status_labels' => 'Status Labels', - 'status' => 'Status', - 'supplier' => 'Supplier', - 'suppliers' => 'Suppliers', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', - 'total_assets' => 'total assets', - 'total_licenses' => 'total licenses', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', - 'type' => 'Type', + 'quantity' => 'Daudzums', + 'ready_to_deploy' => 'Gatavs izvietot', + 'recent_activity' => 'Pēdējās aktivitātes', + 'remove_company' => 'Noņemt uzņēmumu asociāciju', + 'reports' => 'Ziņojumi', + 'requested' => 'Pieprasīts', + 'request_canceled' => 'Pieprasījums atcelts', + 'save' => 'Saglabājiet', + 'select' => 'Izvēlieties', + 'search' => 'Meklēt', + 'select_category' => 'Izvēlies kategoriju', + 'select_department' => 'Izvēlieties nodaļu', + 'select_depreciation' => 'Atlasiet nolietojuma veidu', + 'select_location' => 'Izvēlieties atrašanās vietu', + 'select_manufacturer' => 'Izvēlieties ražotāju', + 'select_model' => 'Izvēlieties modeli', + 'select_supplier' => 'Izvēlieties piegādātāju', + 'select_user' => 'Izvēlieties lietotāju', + 'select_date' => 'Izvēlieties datumu (GGGG-MM-DD)', + 'select_statuslabel' => 'Atlasiet statusu', + 'select_company' => 'Izvēlieties uzņēmumu', + 'select_asset' => 'Izvēlieties Asset', + 'settings' => 'Iestatījumi', + 'sign_in' => 'Ielogoties', + 'signature' => 'Paraksts', + 'some_features_disabled' => 'DEMO MODE: dažas instalācijas funkcijas ir atspējotas.', + 'site_name' => 'Vietnes nosaukums', + 'state' => 'Valsts', + 'status_labels' => 'Statusa etiķetes', + 'status' => 'Statuss', + 'supplier' => 'Piegādātājs', + 'suppliers' => 'Piegādātāji', + 'sure_to_delete' => 'Vai tiešām vēlaties dzēst', + 'submit' => 'Iesniegt', + 'target' => 'Mērķis', + 'time_and_date_display' => 'Laika un datuma displejs', + 'total_assets' => 'kopējie aktīvi', + 'total_licenses' => 'kopējās licences', + 'total_accessories' => 'kopējie piederumi', + 'total_consumables' => 'kopējie palīgmateriāli', + 'type' => 'Tips', 'undeployable' => 'Un-deployable', - 'unknown_admin' => 'Unknown Admin', - 'username_format' => 'Username Format', - 'update' => 'Update', - 'uploaded' => 'Uploaded', - 'user' => 'User', - 'accepted' => 'accepted', - 'declined' => 'declined', - 'unaccepted_asset_report' => 'Unaccepted Assets', - 'users' => 'Users', - 'viewassets' => 'View Assigned Assets', - 'website' => 'Website', - 'welcome' => 'Welcome, :name', - 'years' => 'years', - 'yes' => 'Yes', + 'unknown_admin' => 'Nezināms administrators', + 'username_format' => 'Lietotājvārds formāts', + 'update' => 'Atjaunināt', + 'uploaded' => 'Augšupielādēts', + 'user' => 'Lietotājs', + 'accepted' => 'pieņemts', + 'declined' => 'noraidīja', + 'unaccepted_asset_report' => 'Nepieņemtie aktīvi', + 'users' => 'Lietotāji', + 'viewassets' => 'Apskatīt piešķirtos aktīvus', + 'website' => 'Tīmekļa vietne', + 'welcome' => 'Laipni lūdzam: vārds', + 'years' => 'gadiem', + 'yes' => 'Jā', 'zip' => 'Zip', - 'noimage' => 'No image uploaded or image not found.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'noimage' => 'Nav augšupielādēts attēls vai attēls nav atrasts.', + 'token_expired' => 'Jūsu veidlapas sesija ir beidzies. Lūdzu mēģiniet vēlreiz.', ]; diff --git a/resources/lang/lv/mail.php b/resources/lang/lv/mail.php index c9a4fe182d..6d35d208cf 100644 --- a/resources/lang/lv/mail.php +++ b/resources/lang/lv/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', + 'a_user_canceled' => 'Lietotājs vietnē ir atcēlis objekta pieprasījumu', + 'a_user_requested' => 'Lietotājs ir pieprasījis vienumu vietnē', + 'accessory_name' => 'Piederumu nosaukums:', + 'additional_notes' => 'Papildu piezīmes:', + 'admin_has_created' => 'Administrators ir izveidojis jums kontu: tīmekļa vietnē.', + 'asset' => 'Aktīvs:', + 'asset_name' => 'Aktīvu nosaukums:', + 'asset_requested' => 'Aktīvs pieprasīts', + 'asset_tag' => 'Aktīvu tags:', + 'assets_warrantee_expiring' => '{1} aktīvs ar garantiju, kura beidzas nākamajās 60 dienās. | [2, Inf] aktīvi ar garantijām, kuru termiņš beidzas nākamajās 60 dienās.', + 'assigned_to' => 'Piešķirts', + 'best_regards' => 'Ar laba vēlējumiem,', + 'canceled' => 'Atcelts:', + 'checkin_date' => 'Reģistrēšanās datums:', + 'checkout_date' => 'Izrakstīšanās datums:', + 'click_to_confirm' => 'Lūdzu, noklikšķiniet uz šīs saites, lai apstiprinātu savu: tīmekļa kontu:', + 'click_on_the_link_accessory' => 'Lūdzu, noklikšķiniet uz saites apakšā, lai apstiprinātu, ka esat saņēmis piederumu.', + 'click_on_the_link_asset' => 'Lūdzu, noklikšķiniet uz saites apakšā, lai apstiprinātu, ka esat saņēmis šo īpašumu.', + 'Confirm_Asset_Checkin' => 'Apstiprināt aktīvo reģistrāciju.', + 'Confirm_Accessory_Checkin' => 'Apstipriniet papildierīču reģistrāciju.', + 'Confirm_accessory_delivery' => 'Apstipriniet piederumu piegādi.', + 'Confirm_asset_delivery' => 'Apstipriniet aktīvu piegādi.', + 'Confirm_consumable_delivery' => 'Apstipriniet piegādājamo piegādi.', + 'current_QTY' => 'Pašreizējais QTY', + 'Days' => 'Dienas', + 'days' => 'Dienas', + 'expecting_checkin_date' => 'Paredzamais reģistrēšanās datums:', + 'expires' => 'Beidzas', + 'Expiring_Assets_Report' => 'Pabeidzis aktīvu pārskats.', + 'Expiring_Licenses_Report' => 'Pabeidzamo licenču pārskats.', + 'hello' => 'Sveiki', + 'hi' => 'Sveiki', + 'i_have_read' => 'Esmu izlasījis un piekrītu lietošanas noteikumiem un saņēmu šo preci.', + 'item' => 'Vienība:', + 'items_below_minimum' => '{1} vienums, kas ir mazāks par minimālo inventāru vai drīzumā būs zems. | [2, Inf] posteņi, kas ir mazāki par minimālo inventāru vai drīzumā būs zemi.', + 'Item_Request_Canceled' => 'Vienuma pieprasījums atcelts', + 'Item_Requested' => 'Pieprasīts vienums', + 'licenses_expiring' => '{1} licence beidzas nākamajās 60 dienās. | [2, Inf] licences beidzas nākamajās 60 dienās.', + 'link_to_update_password' => 'Lūdzu, noklikšķiniet uz šīs saites, lai atjauninātu savu: web paroli:', + 'login_first_admin' => 'Piesakieties savā jaunajā Snipe-IT instalācijā, izmantojot tālāk minētos akreditācijas datus.', + 'login' => 'Pieslēgties:', + 'Low_Inventory_Report' => 'Zema inventarizācijas atskaite', 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'name' => 'Nosaukums', + 'new_item_checked' => 'Jauns objekts ir atzīmēts zem sava vārda, sīkāk ir sniegta zemāk.', + 'password' => 'Parole:', + 'password_reset' => 'Paroles atiestatīšana', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', - 'supplier' => 'Supplier', + 'read_the_terms' => 'Lūdzu, izlasiet lietošanas noteikumus zemāk.', + 'read_the_terms_and_click' => 'Lūdzu, izlasiet lietošanas noteikumus zemāk un noklikšķiniet uz saites apakšā, lai apstiprinātu, ka esat izlasījis un piekrītu lietošanas noteikumiem, un esat saņēmis šo īpašumu.', + 'requested' => 'Pieprasīts:', + 'reset_link' => 'Jūsu paroles atiestatīšanas saite', + 'reset_password' => 'Noklikšķiniet šeit, lai atiestatītu savu paroli:', + 'serial' => 'Sērijas numurs:', + 'supplier' => 'Piegādātājs', 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'test_email' => 'Pārbaudiet e-pastu no Snipe-IT', + 'test_mail_text' => 'Šis ir tests no Snipe-IT Asset Management System. Ja jums ir šis, pasts darbojas :)', + 'the_following_item' => 'Šis ieraksts ir atzīmēts:', + 'There_are' => '{1} Ir [[2, Inf]] Ir', + 'to_reset' => 'Lai atiestatītu: tīmekļa paroli, aizpildiet šo veidlapu:', + 'type' => 'Tips', + 'user' => 'Lietotājs:', + 'username' => 'Lietotājvārds:', + 'welcome' => 'Sveicināti: vārds', + 'welcome_to' => 'Laipni lūdzam: tīmeklī!', + 'your_credentials' => 'Jūsu Snipe-IT akreditācijas dati', ); diff --git a/resources/lang/lv/pagination.php b/resources/lang/lv/pagination.php index b573b51e91..4b74707e33 100644 --- a/resources/lang/lv/pagination.php +++ b/resources/lang/lv/pagination.php @@ -13,8 +13,8 @@ return array( | */ - 'previous' => '« Previous', + 'previous' => '« Iepriekš', - 'next' => 'Next »', + 'next' => 'Nākamais »', ); diff --git a/resources/lang/lv/passwords.php b/resources/lang/lv/passwords.php index 5195a9b77c..6f536f70bc 100644 --- a/resources/lang/lv/passwords.php +++ b/resources/lang/lv/passwords.php @@ -1,7 +1,7 @@ 'Your password link has been sent!', - 'user' => 'That user does not exist or does not have an email address associated', + 'sent' => 'Jūsu paroles saite ir nosūtīta!', + 'user' => 'Šis lietotājs nepastāv vai tam nav e-pasta adreses', ]; diff --git a/resources/lang/lv/reminders.php b/resources/lang/lv/reminders.php index e7a476e3a2..7141770dfc 100644 --- a/resources/lang/lv/reminders.php +++ b/resources/lang/lv/reminders.php @@ -13,12 +13,12 @@ return array( | */ - "password" => "Passwords must be six characters and match the confirmation.", + "password" => "Parolēm jābūt sešām rakstzīmēm un jāatbilst apstiprinājumam.", - "user" => "Username or email address is incorrect", + "user" => "Lietotājvārds vai e-pasta adrese ir nepareiza", - "token" => "This password reset token is invalid.", + "token" => "Šis paroles atiestatīšanas marķieris nav derīgs.", - "sent" => "If a matching email address was found, a password reminder has been sent!", + "sent" => "Ja tika atrasta atbilstoša e-pasta adrese, tika nosūtīts paroles atgādinājums!", ); diff --git a/resources/lang/lv/table.php b/resources/lang/lv/table.php index f7a49d86c1..1e36198579 100644 --- a/resources/lang/lv/table.php +++ b/resources/lang/lv/table.php @@ -2,9 +2,9 @@ return array( - 'actions' => 'Actions', - 'action' => 'Action', - 'by' => 'By', - 'item' => 'Item', + 'actions' => 'Darbības', + 'action' => 'Darbība', + 'by' => 'Līdz', + 'item' => 'Vienums', ); diff --git a/resources/lang/lv/validation.php b/resources/lang/lv/validation.php index 02cb1fa981..bdf13d6fb6 100644 --- a/resources/lang/lv/validation.php +++ b/resources/lang/lv/validation.php @@ -13,80 +13,80 @@ return array( | */ - 'accepted' => 'The :attribute must be accepted.', - 'active_url' => 'The :attribute is not a valid URL.', - 'after' => 'The :attribute must be a date after :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', - 'alpha' => 'The :attribute may only contain letters.', - 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', - 'alpha_num' => 'The :attribute may only contain letters and numbers.', - 'array' => 'The :attribute must be an array.', - 'before' => 'The :attribute must be a date before :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'accepted' => 'Atribūts jāpieņem.', + 'active_url' => 'Atribūts nav derīgs URL.', + 'after' => 'Atribūtam jābūt datumam pēc: datuma.', + 'after_or_equal' => 'Atribūtam jābūt datumam pēc datuma vai pēc tā: datums.', + 'alpha' => 'Atribūts var saturēt tikai burti.', + 'alpha_dash' => 'Atribūts var saturēt tikai burti, ciparus un domuzīmes.', + 'alpha_num' => 'Atribūts var saturēt tikai burti un ciparus.', + 'array' => 'Atribūtam jābūt masīvam.', + 'before' => 'Atribūtam jābūt datumam: datums.', + 'before_or_equal' => 'Atribūtam jābūt datumam pirms vai vienāds ar: datumu.', 'between' => [ - 'numeric' => 'The :attribute must be between :min and :max.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', - 'string' => 'The :attribute must be between :min and :max characters.', - 'array' => 'The :attribute must have between :min and :max items.', + 'numeric' => 'Atribūtam jābūt starp: min un: max.', + 'file' => 'Atribūtam jābūt starp: min un: max kilobaitiem.', + 'string' => 'Atribūtam jābūt no: min un max max rakstzīmēm.', + 'array' => 'Atribūtam jābūt starp: min un: max vienumiem.', ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', - 'date' => 'The :attribute is not a valid date.', - 'date_format' => 'The :attribute does not match the format :format.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'email' => 'The :attribute must be a valid email address.', - 'exists' => 'The selected :attribute is invalid.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', - 'image' => 'The :attribute must be an image.', - 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'boolean' => 'Atribūta laukam jābūt patiesam vai nepatiesam.', + 'confirmed' => 'Atribūta apstiprinājums neatbilst.', + 'date' => 'Atribūts nav derīgs datums.', + 'date_format' => 'Atribūts neatbilst formātam: formātā.', + 'different' => 'Atribūts: un citam jābūt citam.', + 'digits' => 'Atribūtam jābūt: ciparu cipariem.', + 'digits_between' => 'Atribūtam jābūt starp: min un: max cipariem.', + 'dimensions' => 'Atribūts: nederīgie attēla izmēri.', + 'distinct' => 'Atribūta laukam ir dublikāta vērtība.', + 'email' => 'Atribūtam jābūt derīgai e-pasta adresei.', + 'exists' => 'Atlasītais: atribūts nav derīgs.', + 'file' => 'Atribūts ir jābūt failam.', + 'filled' => 'Atribūta laukam jābūt vērtībai.', + 'image' => 'Atribūts ir jābūt attēlam.', + 'in' => 'Atlasītais: atribūts nav derīgs.', + 'in_array' => 'Atribūta lauks neeksistē: citā.', + 'integer' => 'Atribūts ir jābūt veselam skaitlim.', + 'ip' => 'Atribūtam jābūt derīgai IP adresei.', + 'ipv4' => 'Atribūtam jābūt derīgai IPv4 adresei.', + 'ipv6' => 'Atribūtam jābūt derīgai IPv6 adresei.', + 'json' => 'Atribūtam jābūt derīgai JSON virknei.', 'max' => [ - 'numeric' => 'The :attribute may not be greater than :max.', - 'file' => 'The :attribute may not be greater than :max kilobytes.', - 'string' => 'The :attribute may not be greater than :max characters.', - 'array' => 'The :attribute may not have more than :max items.', + 'numeric' => 'Atribūts: nedrīkst būt lielāks par: max.', + 'file' => 'Atribūts: nedrīkst būt lielāks par: maks. Kilobaitus.', + 'string' => 'Atribūts: nedrīkst būt lielāks par: max rakstzīmēm.', + 'array' => 'Atribūts: nedrīkst būt vairāk par: max vienumiem.', ], - 'mimes' => 'The :attribute must be a file of type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimes' => 'Atribūtam jābūt failam ar tipu:: values.', + 'mimetypes' => 'Atribūtam jābūt failam ar tipu:: values.', 'min' => [ - 'numeric' => 'The :attribute must be at least :min.', - 'file' => 'The :attribute must be at least :min kilobytes.', - 'string' => 'The :attribute must be at least :min characters.', - 'array' => 'The :attribute must have at least :min items.', + 'numeric' => 'Atribūtam jābūt vismaz: min.', + 'file' => 'Atribūtam jābūt vismaz: min kilobaitiem.', + 'string' => 'Atribūts: jābūt vismaz: min rakstzīmēm.', + 'array' => 'Atribūtam jābūt vismaz: min vienumiem.', ], - 'not_in' => 'The selected :attribute is invalid.', - 'numeric' => 'The :attribute must be a number.', - 'present' => 'The :attribute field must be present.', - 'regex' => 'The :attribute format is invalid.', - 'required' => 'The :attribute field is required.', - 'required_if' => 'The :attribute field is required when :other is :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', - 'required_with' => 'The :attribute field is required when :values is present.', - 'required_with_all' => 'The :attribute field is required when :values is present.', - 'required_without' => 'The :attribute field is required when :values is not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', - 'same' => 'The :attribute and :other must match.', + 'not_in' => 'Atlasītais: atribūts nav derīgs.', + 'numeric' => 'Atribūts ir jābūt skaitlim.', + 'present' => 'Atribūta laukam jābūt klāt.', + 'regex' => 'Atribūta formāts nav derīgs.', + 'required' => 'Atribūta lauks ir nepieciešams.', + 'required_if' => 'Atribūta lauks ir nepieciešams, ja: cits ir: vērtība.', + 'required_unless' => 'Atribūta lauks ir nepieciešams, ja vien: citā ir: vērtības.', + 'required_with' => 'Atribūta lauks ir nepieciešams, ja: ir vērtības.', + 'required_with_all' => 'Atribūta lauks ir nepieciešams, ja: ir vērtības.', + 'required_without' => 'Atribūta lauks ir nepieciešams, ja: vērtības nav.', + 'required_without_all' => 'Atribūta lauks ir nepieciešams, ja neviena no: vērtības nav.', + 'same' => 'Atribūts: un citam jāatbilst.', 'size' => [ - 'numeric' => 'The :attribute must be :size.', - 'file' => 'The :attribute must be :size kilobytes.', - 'string' => 'The :attribute must be :size characters.', - 'array' => 'The :attribute must contain :size items.', + 'numeric' => 'Atribūts: jābūt lielumam.', + 'file' => 'Atribūts: jābūt kilobaitiem.', + 'string' => 'Atribūts: jābūt lieluma burtiem.', + 'array' => 'Atribūts: jāiekļauj: lieluma vienumi.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', - 'unique' => 'The :attribute has already been taken.', - 'uploaded' => 'The :attribute failed to upload.', - 'url' => 'The :attribute format is invalid.', + 'string' => 'Atribūtam jābūt virknei.', + 'timezone' => 'Atribūtam jābūt derīgai zonai.', + 'unique' => 'Atribūts jau ir pieņemts.', + 'uploaded' => 'Atribūts neizdevās augšupielādēt.', + 'url' => 'Atribūta formāts nav derīgs.', /* |-------------------------------------------------------------------------- @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Laukā: atribūta lauks ir rakstzīme, kas nav atļauta.", + "email_array" => "Viena vai vairākas e-pasta adreses nav derīgas.", + "hashed_pass" => "Jūsu pašreizējā parole nav pareiza", + 'dumbpwd' => 'Šī parole ir pārāk izplatīta.', + "statuslabel_type" => "Jums ir jāizvēlas derīgs statusa etiķetes veids", + "unique_undeleted" => "Atribūtam jābūt unikālam.", ], /* diff --git a/resources/lang/mi/admin/accessories/general.php b/resources/lang/mi/admin/accessories/general.php new file mode 100644 index 0000000000..74e2cc9fe9 --- /dev/null +++ b/resources/lang/mi/admin/accessories/general.php @@ -0,0 +1,22 @@ + 'Mō Ngā Hoahoa', + 'about_accessories_text' => 'Ko nga mea katoa ka hoatu e koe ki nga kaiwhakamahi, engari kaore he tau rangahau (kaore ranei koe e whakaaro ana ki te aroturuki i a raatau). Hei tauira, nga kiore rorohiko me nga papapātuhi ranei.', + 'accessory_category' => 'Kāwai Accessory', + 'accessory_name' => 'Ingoa Whakauru', + 'checkout' => 'Whakaritea Whakairinga', + 'checkin' => 'Tirohia Access Access', + 'create' => 'Waihanga Whakairinga', + 'edit' => 'Whakatikahia te Uru', + 'eula_text' => 'EULA Utu', + 'eula_text_help' => 'Mā tēnei mara e āhei ki a koe te whakarite i ō EULA mō ētahi momo rawa. Mena kei a koe tetahi EULA mo o rawa katoa, ka taea e koe te tirotiro i te pouaka i raro nei hei whakamahi i te taunoa tuatahi.', + 'require_acceptance' => 'Me tono nga kaiwhakamahi ki te whakauru i nga hua o tenei waahanga.', + 'no_default_eula' => 'Karekau he taunga tuatahi taunoa EULA. Tāpirihia tetahi i te Tautuhinga.', + 'total' => 'Te tapeke', + 'remaining' => 'Waea', + 'update' => 'Whakahōuhia te Uru', + 'use_default_eula' => 'Whakamahia te taunoa 123_57__321primary taunoa EULA hei utu mo tenei.', + 'use_default_eula_disabled' => 'Me te taunoa tuatahi o te EULA instead. Karekau he tautuhinga taunoa EULA. Tēnā tāpirihia tētahi i Ngā Tautuhinga.', + +); diff --git a/resources/lang/mi/admin/accessories/message.php b/resources/lang/mi/admin/accessories/message.php new file mode 100644 index 0000000000..9edc2bbfbd --- /dev/null +++ b/resources/lang/mi/admin/accessories/message.php @@ -0,0 +1,37 @@ + 'Kaore te awhina i te tīariari.', + 'assoc_users' => 'Ko tenei taputapu i tenei wa: ko nga nama kua taatatia ki nga kaiwhakamahi. Titiro koa ki nga taputapu me te ngana ano.', + + 'create' => array( + 'error' => 'Kaore i hangaia te taputapu, ngana ano ngana.', + 'success' => 'I angitu te waihanga i te taputapu.' + ), + + 'update' => array( + 'error' => 'Kāore i te whakahouhia te taputapu, tēnā whakamātau anō', + 'success' => 'Kua pai te whakahoutanga o te taputapu.' + ), + + 'delete' => array( + 'confirm' => 'Kei te hiahia koe ki te muku i tenei taputapu?', + 'error' => 'He raruraru kei te whakakore i te taputapu. Tena ngana ano.', + 'success' => 'Kua whakakorehia te taputapu.' + ), + + 'checkout' => array( + 'error' => 'Kaore ano kia uruhia te uru, ka ngana ano', + 'success' => 'He pai te tirotiro i te Accessory.', + 'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.' + ), + + 'checkin' => array( + 'error' => 'Kaore i te takiuruhia te Accessory, tēnā whakamātau anō', + 'success' => 'Whakaratohia te Accessory i te angitu.', + 'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.' + ) + + +); diff --git a/resources/lang/mi/admin/accessories/table.php b/resources/lang/mi/admin/accessories/table.php new file mode 100644 index 0000000000..8962f9350d --- /dev/null +++ b/resources/lang/mi/admin/accessories/table.php @@ -0,0 +1,11 @@ + 'Tikiake CSV', + 'eula_text' => 'EULA', + 'id' => 'ID', + 'require_acceptance' => 'Te whakaae', + 'title' => 'Ingoa Whakauru', + + +); diff --git a/resources/lang/mi/admin/asset_maintenances/form.php b/resources/lang/mi/admin/asset_maintenances/form.php new file mode 100644 index 0000000000..3ebd1d2e8f --- /dev/null +++ b/resources/lang/mi/admin/asset_maintenances/form.php @@ -0,0 +1,14 @@ + 'Tae Whakahaere', + 'title' => 'Taitara', + 'start_date' => 'Kua tīmata', + 'completion_date' => 'Kua oti', + 'cost' => 'Te utu', + 'is_warranty' => 'Whakapai Whaimana', + 'asset_maintenance_time' => 'Nga ra', + 'notes' => 'Tuhipoka', + 'update' => 'Whakahou', + 'create' => 'Waihanga' + ]; diff --git a/resources/lang/mi/admin/asset_maintenances/general.php b/resources/lang/mi/admin/asset_maintenances/general.php new file mode 100644 index 0000000000..604b958460 --- /dev/null +++ b/resources/lang/mi/admin/asset_maintenances/general.php @@ -0,0 +1,11 @@ + 'Mahinga Tahua', + 'edit' => 'Whakatika Tiaki Tahua', + 'delete' => 'Mukua te Whakahaere Taonga', + 'view' => 'Tirohia nga Taipitopito Whakahaere Taonga', + 'repair' => 'Whakapai', + 'maintenance' => 'Te tiaki', + 'upgrade' => 'Whakapai ake' + ]; diff --git a/resources/lang/mi/admin/asset_maintenances/message.php b/resources/lang/mi/admin/asset_maintenances/message.php new file mode 100644 index 0000000000..0f432deb5f --- /dev/null +++ b/resources/lang/mi/admin/asset_maintenances/message.php @@ -0,0 +1,21 @@ + 'Kaore i kitea te Whakahaere Ahua i rapuhia e koe!', + 'delete' => [ + 'confirm' => 'Kei te hiahia koe ki te muku i tenei mahinga taonga?', + 'error' => 'He raru kei te whakakore i te tiaki o te rawa. Tena ngana ano.', + 'success' => 'Kua mukua te mahinga taonga.' + ], + 'create' => [ + 'error' => 'Kaore i hangahia te Whakaaetanga Tahua, me ngana ano.', + 'success' => 'He pai te whakahaere i te tahua.' + ], + 'edit' => [ + 'error' => 'Kaore i whakatikahia te Whakaaetanga Tahua, tēnā whakamātau anō.', + 'success' => 'He pai te whakatikatika i te Whakaaetanga Tahua.' + ], + 'asset_maintenance_incomplete' => 'Kāore i Whakaotihia', + 'warranty' => 'Te tiwhikete', + 'not_warranty' => 'Ehara i te Tiwhikete', + ]; \ No newline at end of file diff --git a/resources/lang/mi/admin/asset_maintenances/table.php b/resources/lang/mi/admin/asset_maintenances/table.php new file mode 100644 index 0000000000..1ae0248c12 --- /dev/null +++ b/resources/lang/mi/admin/asset_maintenances/table.php @@ -0,0 +1,8 @@ + 'Te Whakahaere Ahua', + 'asset_name' => 'Ingoa Ahua', + 'is_warranty' => 'Te tiwhikete', + 'dl_csv' => 'Tikiake CSV' + ]; diff --git a/resources/lang/mi/admin/categories/general.php b/resources/lang/mi/admin/categories/general.php new file mode 100644 index 0000000000..9c715bbd0b --- /dev/null +++ b/resources/lang/mi/admin/categories/general.php @@ -0,0 +1,23 @@ + 'Mō Ngā Kāwai', + 'about_categories' => 'Ka awhina nga akomanga ki a koe ki te whakarite whakaritenga Ko etahi o nga tauira tauira ko "Desktops", "Laptops", "Matau Phones", "Tablets", me te pera ano, engari ka taea e koe te whakamahi i nga kāwai i tetahi ara e whai tikanga ana ki a koe.', + 'asset_categories' => 'Ngā Kāwai Āhuatanga', + 'category_name' => 'Ingoa Kāwai', + 'checkin_email' => 'Tukua he īmēra ki te kaiwhakamahi i te haki.', + 'clone' => 'Tuhinga Kāwai', + 'create' => 'Waihanga Hanga', + 'edit' => 'Whakatikahia te kāwai', + 'eula_text' => 'EULA Utu', + 'eula_text_help' => 'Mā tēnei mara e āhei ki a koe te whakarite i ō EULA mō ētahi momo rawa. Mena kei a koe tetahi EULA mo o rawa katoa, ka taea e koe te tirotiro i te pouaka i raro nei hei whakamahi i te taunoa tuatahi.', + 'name' => 'Ingoa Kāwai', + 'require_acceptance' => 'Me tono nga kaiwhakamahi ki te whakauru i nga hua o tenei waahanga.', + 'required_acceptance' => 'Ka tukuna tenei kaiwhakamahi ki te hono ki te whakauru i tenei waahanga.', + 'required_eula' => 'Ka tukuna tenei kaiwhakamahi i te kape o te EULA', + 'no_default_eula' => 'Karekau he taunga tuatahi taunoa EULA. Tāpirihia tetahi i te Tautuhinga.', + 'update' => 'Whakahōuhia te Kāwai', + 'use_default_eula' => 'Whakamahia te taunoa 123_57__321primary taunoa EULA hei utu mo tenei.', + 'use_default_eula_disabled' => 'Me te taunoa tuatahi o te EULA instead. Karekau he tautuhinga taunoa EULA. Tēnā tāpirihia tētahi i Ngā Tautuhinga.', + +); diff --git a/resources/lang/mi/admin/categories/message.php b/resources/lang/mi/admin/categories/message.php new file mode 100644 index 0000000000..c0f90c92df --- /dev/null +++ b/resources/lang/mi/admin/categories/message.php @@ -0,0 +1,25 @@ + 'Kāhore he kāwai.', + 'assoc_models' => 'Kei te honohia tenei waahanga ki te tauira kotahi, kaore e taea te muku. Tena koa whakahou i o tauira kia kaua e tautuhi i tenei waahanga ka ngana ano.', + 'assoc_items' => 'Ko tenei waahanga kei te hono tahi me te iti rawa: asset_type kaore e taea te muku. Tena koa whakahou i to: asset_type kia kaua e tohutohutia tenei waahanga ka ngana ano.', + + 'create' => array( + 'error' => 'Kāore i hangaia te kāwai, tēnā whakamātau anō.', + 'success' => 'Kua angitu te hanga o te hanga.' + ), + + 'update' => array( + 'error' => 'Kāhore i whakahoutia te kāwai, tēnā whakamātau anō', + 'success' => 'Kua pai te whakahoutanga o te momo.' + ), + + 'delete' => array( + 'confirm' => 'Kei te hiahia koe ki te muku i tenei kāwai?', + 'error' => 'He raruraru kei te whakakore i te kāwai. Tena ngana ano.', + 'success' => 'Kua mukua te kāwai.' + ) + +); diff --git a/resources/lang/mi/admin/categories/table.php b/resources/lang/mi/admin/categories/table.php new file mode 100644 index 0000000000..e384e3a50f --- /dev/null +++ b/resources/lang/mi/admin/categories/table.php @@ -0,0 +1,10 @@ + 'EULA', + 'id' => 'ID', + 'parent' => 'Matua', + 'require_acceptance' => 'Te whakaae', + 'title' => 'Ingoa Kāhua Āhuatanga', + +); diff --git a/resources/lang/mi/admin/companies/general.php b/resources/lang/mi/admin/companies/general.php new file mode 100644 index 0000000000..f8b79e15ec --- /dev/null +++ b/resources/lang/mi/admin/companies/general.php @@ -0,0 +1,6 @@ + 'Mō Kamupene', + 'about_companies_text' => 'Ka taea te whakamahi i nga Kamupene hei mahinga tautuhi maatau, ka taea te whakamahi hei whakaiti i te tirohanga o nga rawa, nga kaiwhakamahi, mehemea ka taea te tautoko o te kamupene katoa i roto i to tautuhinga Kaiwhakahaere.', + 'select_company' => 'Tīpako Kamupene', +]; diff --git a/resources/lang/mi/admin/companies/message.php b/resources/lang/mi/admin/companies/message.php new file mode 100644 index 0000000000..a91d030dfb --- /dev/null +++ b/resources/lang/mi/admin/companies/message.php @@ -0,0 +1,18 @@ + 'Kāore te Kamupene i te tīariari.', + 'assoc_users' => 'Kei te hono tenei kamupene ki te tauira kotahi, kaore e taea te muku. Tena koa whakahou i o tauira kia kaua e tohutohutia tenei kamupene ka ngana ano.', + 'create' => array( + 'error' => 'Kāore i hangaia te Kamupene, tēnā whakamātau anō.', + 'success' => 'I angitu te Kamupene.' + ), + 'update' => array( + 'error' => 'Kāore te Kamupene i whakahoutia, tēnā whakamātau anō', + 'success' => 'Kua angitu te Kamupene.' + ), + 'delete' => array( + 'confirm' => 'Kei te hiahia koe ki te muku i tenei kamupene?', + 'error' => 'He raru kei te whakakore i te kamupene. Tena ngana ano.', + 'success' => 'I mukua te Kamupene.' + ) +); diff --git a/resources/lang/mi/admin/companies/table.php b/resources/lang/mi/admin/companies/table.php new file mode 100644 index 0000000000..495f84fde0 --- /dev/null +++ b/resources/lang/mi/admin/companies/table.php @@ -0,0 +1,9 @@ + 'Kamupene', + 'create' => 'Waihanga Kamupene', + 'title' => 'Kamupene', + 'update' => 'Whakahou Kamupene', + 'name' => 'Ingoa Kamupene', + 'id' => 'ID', +); diff --git a/resources/lang/mi/admin/components/general.php b/resources/lang/mi/admin/components/general.php new file mode 100644 index 0000000000..63ba9bdc37 --- /dev/null +++ b/resources/lang/mi/admin/components/general.php @@ -0,0 +1,17 @@ + 'Mō Ngā Pūrere', + 'about_components_text' => 'Ko nga waahanga he mea waahanga o te taonga, hei tauira HDD, RAM, me etahi atu.', + 'component_name' => 'Ingoa Ingoa', + 'checkin' => 'Tirohia te Mea', + 'checkout' => 'Waehia te Waehere', + 'cost' => 'Utu Hokona', + 'create' => 'Waihanga Wae', + 'edit' => 'Whakatikahia te Wae', + 'date' => 'Raa Hokona', + 'order' => 'Tau Tau', + 'remaining' => 'Te noho', + 'total' => 'Te tapeke', + 'update' => 'Whakahōuhia te Wae', +); diff --git a/resources/lang/mi/admin/components/message.php b/resources/lang/mi/admin/components/message.php new file mode 100644 index 0000000000..f23dfab83d --- /dev/null +++ b/resources/lang/mi/admin/components/message.php @@ -0,0 +1,36 @@ + 'Kāore i te tīariari te wae.', + + 'create' => array( + 'error' => 'Kāore i hangahia te waehanga, tēnā whakamātau anō.', + 'success' => 'Kua pai te hanga o te wae.' + ), + + 'update' => array( + 'error' => 'Kāore i whakahoutia te wāhanga, tēnā whakamātau anō', + 'success' => 'Kua whakahoutia te mea.' + ), + + 'delete' => array( + 'confirm' => 'Kei te hiahia koe ki te muku i tenei waahanga?', + 'error' => 'He raruraru kei te whakakore i te waahanga. Tena ngana ano.', + 'success' => 'I mukua te wāhanga.' + ), + + 'checkout' => array( + 'error' => 'Kāore i tutakina te wāhanga, tēnā whakamātau anō', + 'success' => 'Kua tohua te Waeine.', + 'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.' + ), + + 'checkin' => array( + 'error' => 'Kāore i whakauruhia te wāhanga, tēnā whakamātau anō', + 'success' => 'Kua takitakihia te Waeine.', + 'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.' + ) + + +); diff --git a/resources/lang/mi/admin/components/table.php b/resources/lang/mi/admin/components/table.php new file mode 100644 index 0000000000..72f150476b --- /dev/null +++ b/resources/lang/mi/admin/components/table.php @@ -0,0 +1,5 @@ + 'Ingoa Ingoa', +); diff --git a/resources/lang/mi/admin/consumables/general.php b/resources/lang/mi/admin/consumables/general.php new file mode 100644 index 0000000000..d55325f536 --- /dev/null +++ b/resources/lang/mi/admin/consumables/general.php @@ -0,0 +1,13 @@ + 'Mō te Whakamahere', + 'about_consumables_text' => 'Ko nga taonga e hokona ana ka hokona i runga ake i te wa. Hei tauira, he pene reta, he pepa tuhi ranei.', + 'checkout' => 'Waea Whakamahia ki te Kaiwhakamahi', + 'consumable_name' => 'Ingoa Whakamahia', + 'create' => 'Waihanga Whakamahia', + 'item_no' => 'Te nama take', + 'remaining' => 'Te noho', + 'total' => 'Te tapeke', + 'update' => 'Whakahou Whakamahia', +); diff --git a/resources/lang/mi/admin/consumables/message.php b/resources/lang/mi/admin/consumables/message.php new file mode 100644 index 0000000000..621c0b12af --- /dev/null +++ b/resources/lang/mi/admin/consumables/message.php @@ -0,0 +1,36 @@ + 'Kaore e taea te whakamahi.', + + 'create' => array( + 'error' => 'Kāore i whakamahia te whakamahinga, tēnā whakamātau anō.', + 'success' => 'Ko te whakamahinga i hanga angitu.' + ), + + 'update' => array( + 'error' => 'Kāore i whakamahia te whakamahinga, tēnā whakamātau anō', + 'success' => 'Ko te whakamahinga kua whakahoutia pai.' + ), + + 'delete' => array( + 'confirm' => 'Kei te hiahia koe ki te muku i tenei whakamahinga?', + 'error' => 'He raru kei te whakakore i te kai. Tena ngana ano.', + 'success' => 'Kua mukua te kaihoko.' + ), + + 'checkout' => array( + 'error' => 'Kāore i whakamahia te whakamahinga, tēnā whakamātau anō', + 'success' => 'He pai te tirotiro i te whakamahinga.', + 'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.' + ), + + 'checkin' => array( + 'error' => 'Kāore i whakamahia te whakamahinga, tēnā whakamātau anō', + 'success' => 'Kua tohua te whakamahinga i te pai.', + 'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.' + ) + + +); diff --git a/resources/lang/mi/admin/consumables/table.php b/resources/lang/mi/admin/consumables/table.php new file mode 100644 index 0000000000..76f146d701 --- /dev/null +++ b/resources/lang/mi/admin/consumables/table.php @@ -0,0 +1,5 @@ + 'Ingoa Whakamahia', +); diff --git a/resources/lang/mi/admin/custom_fields/general.php b/resources/lang/mi/admin/custom_fields/general.php new file mode 100644 index 0000000000..a1a304d2a4 --- /dev/null +++ b/resources/lang/mi/admin/custom_fields/general.php @@ -0,0 +1,30 @@ + 'Rawa Ritenga', + 'field' => 'Āpure', + 'about_fieldsets_title' => 'Mō Ngā Āpure', + 'about_fieldsets_text' => 'Ka taea e nga maraahi ki a koe te hanga i nga roopu o nga mahinga ritenga e whakamahia ana mo nga momo waahanga motuhake.', + 'custom_format' => 'Taeranga Ritenga ...', + 'encrypt_field' => 'Whakamunahia te uara o tenei mara i roto i te pātengi raraunga', + 'encrypt_field_help' => 'WARNING: Ko te whakamunatanga o te mara kaore e kitea.', + 'encrypted' => 'Kua whakamunatia', + 'fieldset' => 'Whakaputu', + 'qty_fields' => 'Utu Nga Tae', + 'fieldsets' => 'Ngā Āpure', + 'fieldset_name' => 'Ingoa Fieldset', + 'field_name' => 'Ingoa Āpure', + 'field_values' => 'Ngā Uara Āpure', + 'field_values_help' => 'Tāpirihia he kōwhiringa whiriwhiri, kotahi ia raina. Ko nga raina koreina atu i te raina tuatahi ka waihohia.', + 'field_element' => 'Puka Puka', + 'field_element_short' => 'Tuhinga', + 'field_format' => 'Whakahōputu', + 'field_custom_format' => 'Whakaritenga Ritenga', + 'required' => 'E hiahiatia ana', + 'req' => 'Req.', + 'used_by_models' => 'Kua Whakamahia Ma Nga Tauira', + 'order' => 'Whakatau', + 'create_fieldset' => 'Nga Pakanga Hou', + 'create_field' => 'Rawa Ritenga Hou', + 'value_encrypted' => 'Ko te uara o tenei mara kei te whakamunatia i roto i te pātengi raraunga. Ka taea anake e nga kaiwhakahaere ka kite i te uara kua tohua', +); diff --git a/resources/lang/mi/admin/custom_fields/message.php b/resources/lang/mi/admin/custom_fields/message.php new file mode 100644 index 0000000000..f5039637da --- /dev/null +++ b/resources/lang/mi/admin/custom_fields/message.php @@ -0,0 +1,57 @@ + array( + 'invalid' => 'Kāore te mara i te tīariari.', + 'already_added' => 'Kua tapirihia te mara', + + 'create' => array( + 'error' => 'Kāore i hanga te mara, tēnā whakamātau anō.', + 'success' => 'Kua angitu te hanganga o te mara.', + 'assoc_success' => 'Kua angitu te uru o te mara ki te raruraru.' + ), + + 'update' => array( + 'error' => 'Kāore i te whakahou te mara, tēnā whakamātau anō', + 'success' => 'Kua oti te whakahoutanga o te mara.' + ), + + 'delete' => array( + 'confirm' => 'Kei te hiahia koe ki te muku i tenei mara?', + 'error' => 'He raru kei te whakakore i te mara. Tena ngana ano.', + 'success' => 'Kua mukua te mara.', + 'in_use' => 'Kei te whakamahia tonu te mara.', + ) + + ), + + 'fieldset' => array( + + 'does_not_exist' => 'Kāore i te tīariari te āpure', + + 'create' => array( + 'error' => 'Kaore i hangahia te papawai, me ngana ano.', + 'success' => 'I hanga angitu a Fieldset.' + ), + + 'update' => array( + 'error' => 'Kāore i te whakahoutia a Fieldset, tēnā whakamātau anō', + 'success' => 'Kua pai te whakahōu o Fieldfield.' + ), + + 'delete' => array( + 'confirm' => 'Kei te hiahia koe kia mukua tenei raruraru?', + 'error' => 'He raru kei te whakakore i te raruraru. Tena ngana ano.', + 'success' => 'Kua mukua te raruraru.', + 'in_use' => 'Kei te whakamahia tonu a Fieldset.', + ) + + ), + + + + + + +); diff --git a/resources/lang/mi/admin/departments/message.php b/resources/lang/mi/admin/departments/message.php new file mode 100644 index 0000000000..8047c18a21 --- /dev/null +++ b/resources/lang/mi/admin/departments/message.php @@ -0,0 +1,21 @@ + 'Kāore te Tari i te tīariari.', + 'assoc_users' => 'Kei te hono tonu tenei tari ki tetahi kaiwhakamahi kotahi, kaore e taea te muku. Whakaorangia nga kaiwhakamahi ki te kore e tuhi atu ki tenei tari ka ngana ano.', + 'create' => array( + 'error' => 'Kāore i hanga te Tari, tēnā whakamātau anō.', + 'success' => 'He pai te mahi a te Tari.' + ), + 'update' => array( + 'error' => 'Kāore i te whakahouhia te Tari, tēnā whakamātau anō', + 'success' => 'Kua whakahoutia te Tari.' + ), + 'delete' => array( + 'confirm' => 'Kei te hiahia koe kia mukua tenei tari?', + 'error' => 'He raru kei te whakakore i te tari. Tena ngana ano.', + 'success' => 'I mukua te tari.' + ) + +); diff --git a/resources/lang/mi/admin/departments/table.php b/resources/lang/mi/admin/departments/table.php new file mode 100644 index 0000000000..41feba0928 --- /dev/null +++ b/resources/lang/mi/admin/departments/table.php @@ -0,0 +1,11 @@ + 'ID', + 'name' => 'Ingoa Tari', + 'manager' => 'Kaiwhakahaere', + 'location' => 'Wāhi', + 'create' => 'Waihanga Te Tari', + 'update' => 'Whakahou i te Tari', + ); diff --git a/resources/lang/mi/admin/depreciations/general.php b/resources/lang/mi/admin/depreciations/general.php new file mode 100644 index 0000000000..cafc0521df --- /dev/null +++ b/resources/lang/mi/admin/depreciations/general.php @@ -0,0 +1,12 @@ + 'Mō nga Tahaepaha Tahua', + 'about_depreciations' => 'Ka taea e koe te whakarite i nga whakahekenga o te rawa ki te whakaiti i nga rawa i runga i te toenga o te raina tika.', + 'asset_depreciations' => 'Tapahatanga Tahua', + 'create' => 'Waihangahia te whakahekenga', + 'depreciation_name' => 'Te Ingoa Taweke', + 'number_of_months' => 'Tau o Marama', + 'update' => 'Whakahouhia te whakahekenga', + +); diff --git a/resources/lang/mi/admin/depreciations/message.php b/resources/lang/mi/admin/depreciations/message.php new file mode 100644 index 0000000000..37d6932eb8 --- /dev/null +++ b/resources/lang/mi/admin/depreciations/message.php @@ -0,0 +1,25 @@ + 'Kaore e noho ana te akomanga o te kounga.', + 'assoc_users' => 'Kei te honohia tenei toenga i tetahi tauira neke atu ranei kaore e taea te muku. Me mukua nga tauira, ka ngana ano kia mukua ano.', + + + 'create' => array( + 'error' => 'Kaore ano i tohua te akomanga o te utu, me ngana ano. :(', + 'success' => 'Kua angitu te waahanga o te tahua. :)' + ), + + 'update' => array( + 'error' => 'Kaore i te whakahoutia te akomanga o te whakahekenga, me ngana ano', + 'success' => 'Kua angitu te whakahoutanga o te akomanga.' + ), + + 'delete' => array( + 'confirm' => 'Kei te hiahia koe ki te muku i tenei akomanga uara?', + 'error' => 'I puta he take e whakakore ana i te akomanga whakahekenga. Tena ngana ano.', + 'success' => 'Kua mukua te akomanga ohaoha.' + ) + +); diff --git a/resources/lang/mi/admin/depreciations/table.php b/resources/lang/mi/admin/depreciations/table.php new file mode 100644 index 0000000000..e781b661a0 --- /dev/null +++ b/resources/lang/mi/admin/depreciations/table.php @@ -0,0 +1,10 @@ + 'ID', + 'months' => 'Marama', + 'term' => 'Waea', + 'title' => 'Ingoa', + +); diff --git a/resources/lang/mi/admin/groups/message.php b/resources/lang/mi/admin/groups/message.php new file mode 100644 index 0000000000..c2b4b288b5 --- /dev/null +++ b/resources/lang/mi/admin/groups/message.php @@ -0,0 +1,22 @@ + 'Kua oti te roopu!', + 'group_not_found' => 'Kāore te rōpū [: id] i te tīariari.', + 'group_name_required' => 'Kei te hiahiatia te mara ingoa', + + 'success' => array( + 'create' => 'He pai te waihanga o te roopu.', + 'update' => 'Kua pai te whakahoutanga o te roopu.', + 'delete' => 'Kua mukua te roopu.', + ), + + 'delete' => array( + 'confirm' => 'Kei te hiahia koe ki te muku i tenei roopu?', + 'create' => 'He raruraru kei te hanga i te rōpū. Tena ngana ano.', + 'update' => 'He raruraru kei te whakahou i te rōpū. Tena ngana ano.', + 'delete' => 'He raru kei te whakakore i te rōpū. Tena ngana ano.', + ), + +); diff --git a/resources/lang/mi/admin/groups/table.php b/resources/lang/mi/admin/groups/table.php new file mode 100644 index 0000000000..f04bd1a362 --- /dev/null +++ b/resources/lang/mi/admin/groups/table.php @@ -0,0 +1,9 @@ + 'Tuhinga', + 'name' => 'Ingoa', + 'users' => '# o Kaiwhakamahi', + +); diff --git a/resources/lang/mi/admin/groups/titles.php b/resources/lang/mi/admin/groups/titles.php new file mode 100644 index 0000000000..6d9ea6b8d2 --- /dev/null +++ b/resources/lang/mi/admin/groups/titles.php @@ -0,0 +1,14 @@ + 'Mō Ngā Rōpū', + 'about_groups' => 'Ka whakamahia nga röpü ki te whakawhäiti i nga whakaaetanga kaiwhakamahi.', + 'group_management' => 'Whakahaere Rōpū', + 'create' => 'Waihanga Rōpū Hou', + 'update' => 'Whakatika Rōpū', + 'group_name' => 'Ingoa Rōpū', + 'group_admin' => 'Kaiwhakahaere Rōpū', + 'allow' => 'Tukua', + 'deny' => 'Whakaae', + +); diff --git a/resources/lang/mi/admin/hardware/form.php b/resources/lang/mi/admin/hardware/form.php new file mode 100644 index 0000000000..077281ce31 --- /dev/null +++ b/resources/lang/mi/admin/hardware/form.php @@ -0,0 +1,43 @@ + 'Whakaaetia te Puku Whakamuri Taonga', + 'bulk_delete_help' => 'Arotakehia nga rawa mo te whakakore nui i raro. Kia mukua, ka taea te whakahoki mai i enei taonga, engari kaore i te hono atu ki nga kaiwhakamahi e tukuna ana ki a raatau.', + 'bulk_delete_warn' => 'Kei te tata koe ki te muku: te hua moni rawa.', + 'bulk_update' => 'Kaupapa Whakatairanga Nui', + 'bulk_update_help' => 'Ko tenei puka ka taea e koe te whakahou i nga hua maha i te wa kotahi. Whakakiia nga mara e hiahia ana koe ki te huri. Ko nga mara katoa e mahue ana ka noho tonu.', + 'bulk_update_warn' => 'Kei te tata koe ki te whakatika i nga taonga o: rawa hua.', + 'checkedout_to' => 'Kua aroahia ki te', + 'checkout_date' => 'Rā Rārangi', + 'checkin_date' => 'Rangi Titiro', + 'checkout_to' => 'Whakaritea ki', + 'cost' => 'Utu Hokona', + 'create' => 'Waihanga Ahua', + 'date' => 'Raa Hokona', + 'depreciation' => 'Te whakahekenga moni', + 'depreciates_on' => 'Whakapaihia ana i runga', + 'default_location' => 'Tauwāhi Taunoa', + 'eol_date' => 'EOL Rā', + 'eol_rate' => 'EOL Tau', + 'expected_checkin' => 'Ko te Whakataunga Whakataunga Whakaaro', + 'expires' => 'Ka puta', + 'fully_depreciated' => 'Kua tino tohaina', + 'help_checkout' => 'Ki te hiahia koe ki te tautapa i tenei taonga tonu, tīpakohia "Ka rite ki te Whakamahia" mai i te rārangi mana i runga.', + 'mac_address' => 'Wāhitau MAC', + 'manufacturer' => 'Kaihanga', + 'model' => 'Tauira', + 'months' => 'marama', + 'name' => 'Ingoa Ahua', + 'notes' => 'Tuhipoka', + 'order' => 'Tau Tau', + 'qr' => 'QR Code', + 'requestable' => 'Ka taea e nga kaiwhakamahi te tono mo tenei taonga', + 'select_statustype' => 'Tīpakohia te Momo Tūnga', + 'serial' => 'Waea', + 'status' => 'Tūnga', + 'tag' => 'Tae Taonga', + 'update' => 'Te Whakahou Ahua', + 'warranty' => 'Te tiwhikete', + 'years' => 'tau', +) +; diff --git a/resources/lang/mi/admin/hardware/general.php b/resources/lang/mi/admin/hardware/general.php new file mode 100644 index 0000000000..2982140b5a --- /dev/null +++ b/resources/lang/mi/admin/hardware/general.php @@ -0,0 +1,23 @@ + 'Mō Ngā Taonga', + 'about_assets_text' => 'Ko nga taonga he taonga kua rapua e te tau rangatū, te tohu taonga ranei. He ahua nui ake o nga taonga kei te tautuhi i nga take e tika ana.', + 'archived' => 'Whakamahia', + 'asset' => 'Tahua', + 'bulk_checkout' => 'Tirohia nga Taonga ki te Kaiwhakamahi', + 'checkin' => 'Tirohia te Ahua', + 'checkout' => 'Whakaritehia te Ahua', + 'clone' => 'Te Tino Tae', + 'deployable' => 'Kaore e taea', + 'deleted' => 'Kua mukua tenei taonga. Kia tuhia ki konei hei whakaora i te reira.', + 'edit' => 'Whakatikahia te Ahua', + 'filetype_info' => 'Ko nga piriti kua whakaaetia he png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, me te rar.', + 'model_deleted' => 'Kua mukua tenei tauira Ahua. Me whakahou e koe te tauira i mua i to hokinga mai i te Asset.
Kia huri ki konei kia whakahokia mai te tauira.', + 'requestable' => 'Ka taea te tuku', + 'requested' => 'I tonohia', + 'restore' => 'Whakaorangia te Ahua', + 'pending' => 'Kei te tatari', + 'undeployable' => 'Kaore e taea', + 'view' => 'Tirohia te Ahua', +); diff --git a/resources/lang/mi/admin/hardware/message.php b/resources/lang/mi/admin/hardware/message.php new file mode 100644 index 0000000000..2548ebdaf4 --- /dev/null +++ b/resources/lang/mi/admin/hardware/message.php @@ -0,0 +1,81 @@ + 'Warning: Kua tohua tenei taonga i te mea kaore i te rongonui. Mena kua hurihia tenei mana, whakahouhia te mana o te taonga.', + 'does_not_exist' => 'Kaore he tahua.', + 'does_not_exist_or_not_requestable' => 'He tamata pai. Kaore e noho ana taua taonga, kaore hoki e taea te tuku.', + 'assoc_users' => 'Kei te tirohia tenei taonga i tetahi kaiwhakamahi me te kore e taea te muku. Tirohia koa te taonga i te tuatahi, a ka ngana ki te muku ano.', + + 'create' => array( + 'error' => 'Kaore i hangaia te tahua, tēnā whakamātau anō. :(', + 'success' => 'Kua waihangatia te tahua. :)' + ), + + 'update' => array( + 'error' => 'Kāore i te whakahouhia te tahua, tēnā whakamātau anō', + 'success' => 'Kua whakahoutia te tahua.', + 'nothing_updated' => 'Kaore i whiriwhiria he mahinga, na reira kaore i whakahoutia.', + ), + + 'restore' => array( + 'error' => 'Kaore i whakahokia mai te tahua, tena koa ngana ano', + 'success' => 'Kua hokihia te tahua.' + ), + + 'audit' => array( + 'error' => 'Kaore i te angitu te arotake o te tahua. Tena ngana ano.', + 'success' => 'Kua pai te takiuru o te kaute.' + ), + + + 'deletefile' => array( + 'error' => 'Kāore te kōnae i mukua. Tena ngana ano.', + 'success' => 'Kua mukua te kōnae.', + ), + + 'upload' => array( + 'error' => 'Ko nga kōnae kāore i tukuna. Tena ngana ano.', + 'success' => 'Ko te (ngā) kōnae i tukuna paihia.', + 'nofiles' => 'Kaore i whiriwhiria e koe tetahi kōnae mo te tukuna, ko te kōnae e ngana ana koe ki te tuku he nui rawa', + 'invalidfiles' => 'Kotahi, nui atu ranei o ou kōnae he nui rawa atu, he waaahi ranei e kore e whakaaetia. Ko nga kōnae e whakaaetia ana he png, gif, jpg, doc, docx, pdf, me te txt.', + ), + + 'import' => array( + 'error' => 'Kāore i tika te kawemai o etahi o nga mea.', + 'errorDetail' => 'Ko nga mea e whai ake nei kihai i kawemai no te mea he hapa.', + 'success' => "I kawemai to kōnae", + 'file_delete_success' => "Kua mukua pai to kōnae", + 'file_delete_error' => "Kāore i taea te mukua te kōnae", + ), + + + 'delete' => array( + 'confirm' => 'Kei te hiahia koe ki te muku i tenei taonga?', + 'error' => 'He raru kei te whakakore i te taonga. Tena ngana ano.', + 'nothing_updated' => 'Kaore he rawa i tohua, na reira kaore i whakakorehia.', + 'success' => 'Kua mukua te taonga.' + ), + + 'checkout' => array( + 'error' => 'Kaore i teahia te taketake, me ngana ano', + 'success' => 'Kua tohua te tahua.', + 'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.', + 'not_available' => 'Kaore i te wātea te taonga mo te takitaki!' + ), + + 'checkin' => array( + 'error' => 'Kaore i whakauruhia te taketake, me ngana ano', + 'success' => 'Kua tohua te tahua.', + 'user_does_not_exist' => 'He muhu te kaiwhakamahi. Tena ngana ano.', + 'already_checked_in' => 'Kua tohua taua taonga i roto i.', + + ), + + 'requests' => array( + 'error' => 'Kāore i te tono te tahua, tēnā whakamātau anō', + 'success' => 'I tono angitu te tahua.', + 'canceled' => 'Kua whakakorea te manaakitia o te tono riihi' + ) + +); diff --git a/resources/lang/mi/admin/hardware/table.php b/resources/lang/mi/admin/hardware/table.php new file mode 100644 index 0000000000..e205f35467 --- /dev/null +++ b/resources/lang/mi/admin/hardware/table.php @@ -0,0 +1,24 @@ + 'Tae Taonga', + 'asset_model' => 'Tauira', + 'book_value' => 'Uara', + 'change' => 'In / Out', + 'checkout_date' => 'Rā Rārangi', + 'checkoutto' => 'Kua Mataarahia', + 'diff' => 'Tuhinga o mua', + 'dl_csv' => 'Tikiake CSV', + 'eol' => 'EOL', + 'id' => 'ID', + 'location' => 'Wāhi', + 'purchase_cost' => 'Te utu', + 'purchase_date' => 'Kua hokona', + 'serial' => 'Waea', + 'status' => 'Tūnga', + 'title' => 'Tahua', + 'image' => 'Atahanga Pūrere', + 'days_without_acceptance' => 'Nga Rahui Te Whakaae' + +); diff --git a/resources/lang/mi/admin/licenses/form.php b/resources/lang/mi/admin/licenses/form.php new file mode 100644 index 0000000000..ce326c2144 --- /dev/null +++ b/resources/lang/mi/admin/licenses/form.php @@ -0,0 +1,22 @@ + 'Tahua', + 'checkin' => 'Tirohia', + 'create' => 'Waihanga Raihana', + 'expiration' => 'Rā Paunga', + 'license_key' => 'Hua Hua', + 'maintained' => 'Kia mau tonu', + 'name' => 'Ingoa Pūmanawa', + 'no_depreciation' => 'Kaua e Whakaiti', + 'purchase_order' => 'Tau Tau Whakatau', + 'reassignable' => 'He whakautu', + 'remaining_seats' => 'Nga Noho Tohu', + 'seats' => 'Nga moenga', + 'termination_date' => 'Rā Whakamutunga', + 'to_email' => 'Kua raihanahia ki te Īmēra', + 'to_name' => 'Kua whakaaetia kia Ingoa', + 'update' => 'Whakahou Raihana', + 'checkout_help' => 'Me tirohia e koe he raihana ki tetahi taonga taputapu, ki tetahi tangata ranei. Ka taea e koe te whiriwhiri i nga mea e rua, engari ko te kaipupuri o te rawa ka rite ki te tangata e tirotirohia ana e koe te taonga.' +); diff --git a/resources/lang/mi/admin/licenses/general.php b/resources/lang/mi/admin/licenses/general.php new file mode 100644 index 0000000000..92d4f3c2d8 --- /dev/null +++ b/resources/lang/mi/admin/licenses/general.php @@ -0,0 +1,21 @@ + 'Mō Ngā Raihana', + 'about_licenses' => 'Ka whakamahia nga raihana ki te aroturuki i te rorohiko. Kei a raua he maha o nga nohoanga e taea ana te tirotiro ki nga takitahi', + 'checkin' => 'Waitohu Tika Tono', + 'checkout_history' => 'Tari Hoko', + 'checkout' => 'Whakaritea te Tiwhikete Raihana', + 'edit' => 'Whakatika Raihana', + 'filetype_info' => 'Ko nga piriti kua whakaaetia he png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, me te rar.', + 'clone' => 'Te Raihana Tika', + 'history_for' => 'History mo', + 'in_out' => 'In / Out', + 'info' => 'Raihana Raihana', + 'license_seats' => 'Waahi Raihana', + 'seat' => 'Noho', + 'seats' => 'Nga moenga', + 'software_licenses' => 'Raihana Pūmanawa', + 'user' => 'Kaiwhakamahi', + 'view' => 'Tirohia Raihana', +); diff --git a/resources/lang/mi/admin/licenses/message.php b/resources/lang/mi/admin/licenses/message.php new file mode 100644 index 0000000000..dc507ea5fa --- /dev/null +++ b/resources/lang/mi/admin/licenses/message.php @@ -0,0 +1,51 @@ + 'Kaore he raihana.', + 'user_does_not_exist' => 'Kāore te Kaiwhakamahi i te tīariari.', + 'asset_does_not_exist' => 'Ko te taonga e ngana ana koe ki te hono atu ki tenei raihana kaore i te.', + 'owner_doesnt_match_asset' => 'Ko te taonga e ngana ana koe ki te hono atu ki tenei raihana ko te pene atu i te tangata i whiriwhiria i roto i te waahanga kua tohaina.', + 'assoc_users' => 'Kei te tirohia tenei raihana ki tetahi kaiwhakamahi me te kore e taea te muku. Titirohia te raihana i te tuatahi, ka ngana ki te muku ano.', + 'select_asset_or_person' => 'Me whiriwhiri koe i tetahi rawa, i tetahi kaiwhakamahi ranei, engari ehara i te mea e rua.', + + + 'create' => array( + 'error' => 'Kāore i raihana te waihanga, tēnā whakamātau anō.', + 'success' => 'I waihangahia te raihana.' + ), + + 'deletefile' => array( + 'error' => 'Kāore te kōnae i mukua. Tena ngana ano.', + 'success' => 'Kua mukua te kōnae.', + ), + + 'upload' => array( + 'error' => 'Ko nga kōnae kāore i tukuna. Tena ngana ano.', + 'success' => 'Ko te (ngā) kōnae i tukuna paihia.', + 'nofiles' => 'Kaore i whiriwhiria e koe tetahi kōnae mo te tukuna, ko te kōnae e ngana ana koe ki te tuku he nui rawa', + 'invalidfiles' => 'Kotahi, nui atu ranei o ou kōnae he nui rawa atu, he waaahi ranei e kore e whakaaetia. Ko nga kōnae e whakaaetia ana he png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, me te raihana.', + ), + + 'update' => array( + 'error' => 'Kāore i te whakahouhia te raihana, tēnā whakamātau anō', + 'success' => 'Kua whakahoutia te raihana.' + ), + + 'delete' => array( + 'confirm' => 'Kei te hiahia koe ki te muku i tenei raihana?', + 'error' => 'He raruraru kei te whakakore i te raihana. Tena ngana ano.', + 'success' => 'Kua mukua te raihana.' + ), + + 'checkout' => array( + 'error' => 'I puta he take hei tirotiro i te raihana. Tena ngana ano.', + 'success' => 'I tohua te raihana' + ), + + 'checkin' => array( + 'error' => 'I kitea he take e tirotirohia ana i roto i te raihana. Tena ngana ano.', + 'success' => 'I tohua te raihana i te angitu' + ), + +); diff --git a/resources/lang/mi/admin/licenses/table.php b/resources/lang/mi/admin/licenses/table.php new file mode 100644 index 0000000000..35171f7a93 --- /dev/null +++ b/resources/lang/mi/admin/licenses/table.php @@ -0,0 +1,17 @@ + 'Tohua Ki To', + 'checkout' => 'In / Out', + 'id' => 'ID', + 'license_email' => 'Raihana Email', + 'license_name' => 'I Raihana Hei', + 'purchase_date' => 'Raa Hokona', + 'purchased' => 'Kua hokona', + 'seats' => 'Nga moenga', + 'hardware' => 'Pūmārō', + 'serial' => 'Waea', + 'title' => 'Raihana', + +); diff --git a/resources/lang/mi/admin/locations/message.php b/resources/lang/mi/admin/locations/message.php new file mode 100644 index 0000000000..f04c7db9b2 --- /dev/null +++ b/resources/lang/mi/admin/locations/message.php @@ -0,0 +1,27 @@ + 'Kāore i te tīariari te wāhi.', + 'assoc_users' => 'Kei te hono tenei taangata ki tetahi kaiwhakamahi kotahi, kaore e taea te muku. Whakaorangia nga kaiwhakamahi kia kaua e tautuhi i tenei tauranga ka ngana ano.', + 'assoc_assets' => 'Kei te honohia tenei taapiri ki te iti rawa o te rawa me te kore e taea te muku. Whakaorangia nga taonga ki a koe kia kaua e tautuhi i tenei tauranga ka ngana ano.', + 'assoc_child_loc' => 'Kei tenei waahi te matua o te iti rawa o te mokopuna me te kore e taea te muku. Whakaorangia nga taangata ki a koe kia kaua e tautuhi i tenei tauranga ka ngana ano.', + + + 'create' => array( + 'error' => 'Kāore i tuhia te wāhi, tēnā whakamātau anō.', + 'success' => 'He pai te hanganga o te wahi.' + ), + + 'update' => array( + 'error' => 'Kāore i whakahoutia te wāhi, tēnā whakamātau anō', + 'success' => 'Kua whakahoutia te tau.' + ), + + 'delete' => array( + 'confirm' => 'Kei te hiahia koe ki te muku i tenei tauwāhi?', + 'error' => 'He raru kei te whakakore i te tauwāhi. Tena ngana ano.', + 'success' => 'I mukua te tauwāhi.' + ) + +); diff --git a/resources/lang/mi/admin/locations/table.php b/resources/lang/mi/admin/locations/table.php new file mode 100644 index 0000000000..47c1992533 --- /dev/null +++ b/resources/lang/mi/admin/locations/table.php @@ -0,0 +1,21 @@ + 'Mō Ngā Tauwāhi', + 'about_locations' => 'Whakamahia ai nga waahi ki te aroturuki i nga korero tauwāhi mo nga kaiwhakamahi, nga rawa, me etahi atu mea', + 'assets_rtd' => 'Ngā taonga', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Tahua kua tohua', + 'id' => 'ID', + 'city' => 'City', + 'state' => 'State', + 'country' => 'Whenua', + 'create' => 'Waihanga Wahi', + 'update' => 'Whakahōu Tauwāhi', + 'name' => 'Ingoa Tauwāhi', + 'address' => 'Wāhitau', + 'zip' => 'Waehere Pouaka', + 'locations' => 'Tauranga', + 'parent' => 'Matua', + 'currency' => 'Wāhi Moni', + 'ldap_ou' => 'Rapua Rapu LDAP', + ); diff --git a/resources/lang/mi/admin/manufacturers/message.php b/resources/lang/mi/admin/manufacturers/message.php new file mode 100644 index 0000000000..6c400d2080 --- /dev/null +++ b/resources/lang/mi/admin/manufacturers/message.php @@ -0,0 +1,24 @@ + 'Kaore te kaihoko i te tīariari.', + 'assoc_users' => 'Ko tenei kaiwhakanao e whai ana ki tetahi tauira kotahi, kaore e taea te muku. Whakaorangia nga tauira kia kore koe e tohu i tenei kaihanga me te ngana ano.', + + 'create' => array( + 'error' => 'Kāore i hangaia te kaihanga, tēnā whakamātau anō.', + 'success' => 'He pai te hanga a te kaihanga.' + ), + + 'update' => array( + 'error' => 'Kaore i te whakahoutia te kaihanga, na me ngana ano', + 'success' => 'Kua angitu te kaihanga.' + ), + + 'delete' => array( + 'confirm' => 'Kei te hiahia koe ki te muku i tenei kaiwhakanao?', + 'error' => 'He raru kei te whakakore i te kaihanga. Tena ngana ano.', + 'success' => 'I mukua te Kaihanga.' + ) + +); diff --git a/resources/lang/mi/admin/manufacturers/table.php b/resources/lang/mi/admin/manufacturers/table.php new file mode 100644 index 0000000000..9c47aa3288 --- /dev/null +++ b/resources/lang/mi/admin/manufacturers/table.php @@ -0,0 +1,16 @@ + 'Mo nga kaihanga', + 'about_manufacturers_text' => 'Ko nga kaihanga ko nga kamupene kei te waihanga i o taonga. Ka taea e koe te rokiroki i nga korero whakapiri tautoko nui e pa ana ki a ratou i konei, e whakaatuhia ana ki o raatau tuhinga taipitopito.', + 'asset_manufacturers' => 'Kaihanga Ahua', + 'create' => 'Waihanga Kaihanga', + 'id' => 'ID', + 'name' => 'Ingoa', + 'support_email' => 'Tautoko Īmēra', + 'support_phone' => 'Tautoko Waea', + 'support_url' => 'Tautoko URL', + 'update' => 'Whakahōu Kaihanga', + 'url' => 'URL', + +); diff --git a/resources/lang/mi/admin/models/general.php b/resources/lang/mi/admin/models/general.php new file mode 100644 index 0000000000..2fbf16af60 --- /dev/null +++ b/resources/lang/mi/admin/models/general.php @@ -0,0 +1,15 @@ + 'Mō nga tauira Ahua', + 'about_models_text' => 'Ko nga Momo Ahuatanga he huarahi ki te whakariterite i nga rawa taatai. "MBP 2013", "IPhone 6s", etc.', + 'deleted' => 'Kua mukua tenei tauira. Kua tuhia ki konei hei whakaora i te reira.', + 'restore' => 'Whakahoki Tauira', + 'requestable' => 'Ka taea e nga kaiwhakamahi te tono i tenei tauira', + 'show_mac_address' => 'Whakaatuhia te maraataka MAC mo nga taonga i tenei tauira', + 'view_deleted' => 'Tiro Kua Mukua', + 'view_models' => 'Tirohia nga tauira', + 'fieldset' => 'Whakaputu', + 'no_custom_field' => 'Karekau he mara ritenga', + +); diff --git a/resources/lang/mi/admin/models/message.php b/resources/lang/mi/admin/models/message.php new file mode 100644 index 0000000000..efbad941b0 --- /dev/null +++ b/resources/lang/mi/admin/models/message.php @@ -0,0 +1,36 @@ + 'Kāore te tauira i te tīariari.', + 'assoc_users' => 'Kei te hono tenei tauira ki te kotahi, neke atu ranei nga rawa, kaore e taea te muku. Nganahia nga rawa, ka ngana ki te muku ano.', + + + 'create' => array( + 'error' => 'Kāore i hangaia te tauira, tēnā whakamātau anō.', + 'success' => 'I waihangahia te tauira i pai.', + 'duplicate_set' => 'Ko te tauira o te taonga me te ingoa, te kaiwhakanao me te tau tauira kei te noho tonu.', + ), + + 'update' => array( + 'error' => 'Kāore i te whakahouhia te tauira, na me ngana ano', + 'success' => 'He pai te whakahoutanga o te tauira.' + ), + + 'delete' => array( + 'confirm' => 'Kei te hiahia koe ki te muku i tenei tauira taonga?', + 'error' => 'I puta he take e whakakore ana i te tauira. Tena ngana ano.', + 'success' => 'Kua mukua te tauira.' + ), + + 'restore' => array( + 'error' => 'Kaore ano kia whakahokia mai te tauira, na me ngana ano', + 'success' => 'He tauira kua whakahokia mai.' + ), + + 'bulkedit' => array( + 'error' => 'Kaore i whakarereke nga mara, naore i whakahoutia.', + 'success' => 'Kua whakahoutia nga tauira.' + ), + +); diff --git a/resources/lang/mi/admin/models/table.php b/resources/lang/mi/admin/models/table.php new file mode 100644 index 0000000000..65b0327ac4 --- /dev/null +++ b/resources/lang/mi/admin/models/table.php @@ -0,0 +1,17 @@ + 'Waihanga Tae Ahua', + 'created_at' => 'I hangaia i', + 'eol' => 'EOL', + 'modelnumber' => 'Tauira No.', + 'name' => 'Ingoa Tauira Ahua', + 'numassets' => 'Ngā taonga', + 'title' => 'Ngā Ahua Ahua', + 'update' => 'Whakahouhia te tauira Ahua', + 'view' => 'Tirohia te Ahua Tahua', + 'update' => 'Whakahouhia te tauira Ahua', + 'clone' => 'He tauira tauira', + 'edit' => 'Whakatikahia te tauira', +); diff --git a/resources/lang/mi/admin/reports/general.php b/resources/lang/mi/admin/reports/general.php new file mode 100644 index 0000000000..1cd625ee36 --- /dev/null +++ b/resources/lang/mi/admin/reports/general.php @@ -0,0 +1,5 @@ + 'Tīpakohia nga kōwhiringa e hiahia ana koe mo tō pūrongo hua.' +); diff --git a/resources/lang/mi/admin/reports/message.php b/resources/lang/mi/admin/reports/message.php new file mode 100644 index 0000000000..e60d2fce82 --- /dev/null +++ b/resources/lang/mi/admin/reports/message.php @@ -0,0 +1,5 @@ + 'Me whiriwhiri e koe i te iti rawa kia KOTAHI awhina.' +); diff --git a/resources/lang/mi/admin/settings/general.php b/resources/lang/mi/admin/settings/general.php new file mode 100644 index 0000000000..c0b45cc1e4 --- /dev/null +++ b/resources/lang/mi/admin/settings/general.php @@ -0,0 +1,150 @@ + 'Whaiaronga Active', + 'ad_domain' => 'Rohe Whaiaronga Active', + 'ad_domain_help' => 'He waahi tenei i te wa i to rohe rohe īmēra, engari ehara i nga wa katoa.', + 'is_ad' => 'He raupapa Active Directory tēnei', + 'alert_email' => 'Tukuna nga whakamohi ki', + 'alerts_enabled' => 'Kua Whakahohea nga Aler', + 'alert_interval' => 'Nga Mahinga Whakamutunga Nga Tae (i nga ra)', + 'alert_inv_threshold' => 'Waehere Awhearanga Inventory', + 'asset_ids' => 'Ngā ID tahua', + 'audit_interval' => 'Whirihoranga Arotake', + 'audit_interval_help' => 'Mena ka hiahia koe ki te tirotiro i nga rawa o taau, ka uru ki roto i nga marama.', + 'audit_warning_days' => 'Poari Whakatupato Aitea', + 'audit_warning_days_help' => 'E hia nga ra i mua i te wa e tika ana kia whakatupato koe ki a koe i te wa e tika ana nga moni mo te tirotiro?', + 'auto_increment_assets' => 'Whakanuia nga ID tahua-aunoa', + 'auto_increment_prefix' => 'Taapiri (kōwhiringa)', + 'auto_incrementing_help' => 'Whakahohe i nga ID tautuhinga aunoa-aunoa hei whakarite i tenei', + 'backups' => 'Ngā Pūrua', + 'barcode_settings' => 'Tautuhinga Karauna', + 'confirm_purge' => 'Whakaatu Whakataunga', + 'confirm_purge_help' => 'Whakauruhia te tuhinga "MUA" i roto i te pouaka i raro nei hei horoi i au reta kua mukua. Kaore e taea te whakakore tenei mahi.', + 'custom_css' => 'CSS Ritenga', + 'custom_css_help' => 'Whakauruhia tetahi tahua CSS ritenga e hiahia ana koe ki te whakamahi. Kaua e whakauru i nga tūtohu <style></style>.', + 'default_currency' => 'Moni Moni', + 'default_eula_text' => 'EULA Taunoa', + 'default_language' => 'Reo Taunoa', + 'default_eula_help_text' => 'Ka taea hoki e koe te hono atu i nga Taekerangi ritenga ki nga waahanga tahua.', + 'display_asset_name' => 'Whakaatuhia te Ingoa Tahua', + 'display_checkout_date' => 'Whakaatuhia te Whakataunga Rā', + 'display_eol' => 'Whakaatuhia EOL i te tirohanga ripanga', + 'display_qr' => 'Whakaatuhia nga Waehere Tae', + 'display_alt_barcode' => 'Whakaatuhia te tapanga 1D', + 'barcode_type' => '2D Type Barcode', + 'alt_barcode_type' => '1D momo tapanga', + 'eula_settings' => 'Tautuhinga EULA', + 'eula_markdown' => 'Ka taea e tenei EULA te Github flavored markdown.', + 'general_settings' => 'Tautuhinga Whānui', + 'generate_backup' => 'Whakaritea te Whakaora', + 'header_color' => 'Tae pane', + 'info' => 'Ko enei tautuhinga ka tautuhi koe i etahi waahanga o to tautuhinga.', + 'laravel' => 'Laravel Version', + 'ldap_enabled' => 'I whakahohea te LDAP', + 'ldap_integration' => 'Te whakauru i te LDAP', + 'ldap_settings' => 'Tautuhinga LDAP', + 'ldap_server' => 'Tūmau LDAP', + 'ldap_server_help' => 'Me tīmata tenei ki te ldap: // (mo te whakakoretanga, TLS ranei), mo te hiri: // (mo te SSL)', + 'ldap_server_cert' => 'Tiwhikete Tiwhikete SSL LDAP', + 'ldap_server_cert_ignore' => 'Tukua te Tiwhikete SSL muhu', + 'ldap_server_cert_help' => 'Tīpakohia tenei pouakataki mēnā kei te whakamahi koe i te cert SSL kua hainatia e koe, me te hiahia ki te whakaae i tetahi tiwhikete SSL muhu.', + 'ldap_tls' => 'Whakamahia te TLS', + 'ldap_tls_help' => 'Me taki anake tenei mehemea e rere ana koe i te STARTTLS i runga i to ratonga LDAP.', + 'ldap_uname' => 'Whakauruhia te Ingoa Kaiwhakamahi LDAP', + 'ldap_pword' => 'LDAP Whakauru Kupuhipa', + 'ldap_basedn' => 'Tae Tae Tae', + 'ldap_filter' => 'Tātari LDAP', + 'ldap_pw_sync' => 'Tukutahi Kupuhipa LDAP', + 'ldap_pw_sync_help' => 'Tangohia tenei pouaka ki te kore koe e hiahia ki te pupuri i nga kupuhipa a LDAP e tukuna ana ki nga kupuhipa a rohe. Ko te whakakore i tenei ka kore e taea e to kaiwhakamahi te takiuru mēnā kaore e taea te hoko atu i tō tūmau LDAP mō ētahi take.', + 'ldap_username_field' => 'Ingoa Ingoa Kaiwhakamahi', + 'ldap_lname_field' => 'Ingoa Whakamutunga', + 'ldap_fname_field' => 'Ingoa Tuatahi LDAP', + 'ldap_auth_filter_query' => 'Rapu Whakamotuhēhēnga LDAP', + 'ldap_version' => 'Putanga LDAP', + 'ldap_active_flag' => 'LDAP Karaimana Mahi', + 'ldap_emp_num' => 'Tau Taumahi LDAP', + 'ldap_email' => 'LDAP Email', + 'load_remote_text' => 'Ngā Hōtuhi Mamao', + 'load_remote_help_text' => 'Ka taea e tenei kohinga Snipe-IT te kawe i nga tuhinga mai i te ao o waho.', + 'login_note' => 'Whakauru Tuhipoka', + 'login_note_help' => 'Ka whakauruhia etahi waahanga i runga i to mata takiuru, hei tauira hei awhina i nga tangata i kitea he mea ngaro, tahae ranei. Ka whakaaetia e tenei mara Github flavored markdown', + 'logo' => 'Moko', + 'full_multiple_companies_support_help_text' => 'Te whakaiti i nga kaiwhakamahi (tae atu ki nga kaiwhakahaere) kua tohaina ki nga kamupene ki nga taonga a to kamupene.', + 'full_multiple_companies_support_text' => 'Te Tautoko Kamupene Maha', + 'optional' => 'kōwhiringa', + 'per_page' => 'Nga Hua Nga Whārangi', + 'php' => 'PHP Version', + 'php_gd_info' => 'Me whakauruhia te php-g ki te whakaatu i nga waehere QR, tirohia nga tohutohu whakauru.', + 'php_gd_warning' => 'Kāore i te whakauruhia te taputapu Atahanga PHP me te monohanga GD.', + 'pwd_secure_complexity' => 'Kuputuhi Kupuhipa', + 'pwd_secure_complexity_help' => 'Tīpakohia te tikanga o te whakaari rapanga kupuhipa e hiahia ana koe ki te whakapakari.', + 'pwd_secure_min' => 'Kupuhipa iti kupuhipa', + 'pwd_secure_min_help' => 'Ko te uara iti kua whakaaetia he 5', + 'pwd_secure_uncommon' => 'Aukati i nga kupuhipa noa', + 'pwd_secure_uncommon_help' => 'Ka whakakore tenei i nga kaiwhakamahi i te whakamahi i nga kupuhipa noa mai i te top 10,000 o nga kupuhipa i korerotia i roto i nga takahanga.', + 'qr_help' => 'Whakahohehia nga waehere QR tuatahi ki te whakarite i tenei', + 'qr_text' => 'Kuputuhi Raraunga QR', + 'setting' => 'Tautuhi', + 'settings' => 'Tautuhinga', + 'site_name' => 'Ingoa Pae', + 'slack_botname' => 'Slack Botname', + 'slack_channel' => 'Slack Channel', + 'slack_endpoint' => 'Slack Endpoint', + 'slack_integration' => 'Ngā Tautuhinga Hati', + 'slack_integration_help' => 'Ko te whakauru i te whakauru he mea whiriwhiri, engari e hiahiatia ana te tohu me te waahana ki te hiahia koe ki te whakamahi. Hei whirihora i te whakauru o Slack, me create koe i te webhook i runga i to pūkete Slack.', + 'snipe_version' => 'Whakaaetanga-IT putanga', + 'system' => 'Mōhiohio Pūnaha', + 'update' => 'Tautuhinga Whakahōu', + 'value' => 'Uara', + 'brand' => 'Waitohu', + 'about_settings_title' => 'Mō Ngā Tautuhinga', + 'about_settings_text' => 'Ko enei tautuhinga ka tautuhi koe i etahi waahanga o to tautuhinga.', + 'labels_per_page' => 'Tapanga mo ia whārangi', + 'label_dimensions' => 'Nga waahanga tapanga (inihi)', + 'next_auto_tag_base' => 'Te whakawhitinga aunoa-aunoa', + 'page_padding' => 'Tapapa Whārangi (inga)', + 'purge' => 'Purea nga Tiwhikete Kua Mukua', + 'labels_display_bgutter' => 'Tapapahia te whara o raro', + 'labels_display_sgutter' => 'Ko te tautuhi whanui', + 'labels_fontsize' => 'Te rahi o te momotuhi ingoa', + 'labels_pagewidth' => 'Te whanui whanui whaimana', + 'labels_pageheight' => 'Te papanga pepa', + 'label_gutters' => 'Te mokowhiti tohu (inihi)', + 'page_dimensions' => 'Nga waahanga Whārangi (inihi)', + 'label_fields' => 'Tapahia nga mara e kitea ana', + 'inches' => 'inihi', + 'width_w' => 'w', + 'height_h' => 'h', + 'show_url_in_emails' => 'Hononga ki a Snipe-IT i roto i nga Īmēra', + 'show_url_in_emails_help_text' => 'Tangohia tenei pouaka ki te kore koe e hiahia ki te hono atu ki to tautuhinga Snipe-IT i roto i to tautuhinga īmēra. He pai ki te kore e uru mai te nuinga o nga kaiwhakamahi.', + 'text_pt' => 'pt', + 'thumbnail_max_h' => 'Teitei teitei o te karakōnui', + 'thumbnail_max_h_help' => 'Teitei teitei i nga pika e whakaatuhia ana e nga mokowhiti i te tirohanga o te rarangi. Min 25, max 500.', + 'two_factor' => 'E rua nga taunakitanga Factor', + 'two_factor_secret' => 'Tikanga e rua-whaimana', + 'two_factor_enrollment' => 'Te whakaurunga e rua', + 'two_factor_enabled_text' => 'Whakahohehia te Mea Tuarua', + 'two_factor_reset' => 'Tautuhi anō i te Tino Tuarua', + 'two_factor_reset_help' => 'Ma tenei ka akiaki te kaiwhakamahi ki te whakauru i to raatau mahi ki a Google Authenticator. Ka taea e tenei te whai hua ki te ngaro, ki te tahaehia ranei to raanei.', + 'two_factor_reset_success' => 'E rua tautuhinga pūrere e tautuhi ana', + 'two_factor_reset_error' => 'I rahua nga tautuhinga tautuhi piti', + 'two_factor_enabled_warning' => 'Ka taea e koe te whakauru i nga take e rua ki te kore e taea te mahi i tenei wa ka akiaki koe ki te whakauru ki te kaupapa a Google Auth. Ka taea e koe te whakauru i to raatau ki te kore tetahi e whakauruhia ana.', + 'two_factor_enabled_help' => 'Ka huri tenei ki nga whakamotuhēhēnga e rua-mahinga me te whakamahi i te Authenticator Google.', + 'two_factor_optional' => 'Te Whakarite (Ka taea e nga kaiwhakamahi te whakahohe, te mono ranei ki te whakaaetia)', + 'two_factor_required' => 'E hiahiatia ana mo nga kaiwhakamahi katoa', + 'two_factor_disabled' => 'Nga umanga', + 'two_factor_enter_code' => 'Tāuruhia te Waehere Tuarua-Wae', + 'two_factor_config_complete' => 'Tukuna Waehere', + 'two_factor_enabled_edit_not_allowed' => 'Kaore to kaiwhakahaere e tuku ki a koe kia whakatika i tenei tautuhinga.', + 'two_factor_enrollment_text' => "E rua nga tohu motuhake e hiahiatia ana, ahakoa kuaore i whakauruhia to whakaaro. Whakatūwherahia tō taupānga Authenticator Google me te matawai i te waehere QR i raro nei hei whakauru i tō pūrere. I te wa i whakauruhia e koe to whakaaro, uruhia te waehere i raro nei", + 'require_accept_signature' => 'Me tono Waitohu', + 'require_accept_signature_help_text' => 'Ma te whakahoahoa i tenei ahua ka hiahia nga kaiwhakamahi ki te waitohu i te waahi ki te whakaae i tetahi taonga.', + 'left' => 'maui', + 'right' => 'tika', + 'top' => 'runga', + 'bottom' => 'raro', + 'vertical' => 'poutū', + 'horizontal' => 'whakapae', + 'zerofill_count' => 'Te roa o nga taputapu hua, tae atu ki te korerehu', +); diff --git a/resources/lang/mi/admin/settings/message.php b/resources/lang/mi/admin/settings/message.php new file mode 100644 index 0000000000..95bb1cc8ba --- /dev/null +++ b/resources/lang/mi/admin/settings/message.php @@ -0,0 +1,22 @@ + array( + 'error' => 'I puta he hapa i te whakahou.', + 'success' => 'Kua whakahoutia nga tautuhinga.' + ), + 'backup' => array( + 'delete_confirm' => 'Kei te hiahia koe ki te muku i tenei kōnae taapiri? Kaore e taea te whakakore tenei mahi.', + 'file_deleted' => 'Kua mukua te kōnae taapiri.', + 'generated' => 'He pai te waihanga i tetahi kōnae taapiri hou.', + 'file_not_found' => 'Kāore i kitea te kōnae taapiri i runga i te tūmau.', + ), + 'purge' => array( + 'error' => 'Kua puta he hapa i te wa e purea ana.', + 'validation_failed' => 'He hē te whakauru o te purge. Tena koa tuhia te kupu "MOTORI" i roto i te pouaka whakauru.', + 'success' => 'I horoia nga tuhinga kua mukua.' + ), + +); diff --git a/resources/lang/mi/admin/statuslabels/message.php b/resources/lang/mi/admin/statuslabels/message.php new file mode 100644 index 0000000000..fb2bae0e72 --- /dev/null +++ b/resources/lang/mi/admin/statuslabels/message.php @@ -0,0 +1,32 @@ + 'Kaore te Ingoa Tūnga i te tīariari.', + 'assoc_assets' => 'Ko tenei Tapanga Whakaaetanga kei te hono atu ki tetahi rawa rawa, kaore e taea te muku. Whakaorangia nga taonga ki a koe kia kaua e tuhi i tenei tikanga ka ngana ano.', + + + 'create' => array( + 'error' => 'Kaore i tuhia te Tapanga Whakaaetanga, me ngana ano.', + 'success' => 'I hanga angitu te Tapanga Whakaaetanga.' + ), + + 'update' => array( + 'error' => 'Kāore i te whakahou te Tapanga Tūnga, tēnā whakamātau anō', + 'success' => 'Kua whakahoutia te Tapanga Whakaaetanga.' + ), + + 'delete' => array( + 'confirm' => 'Kei te hiahia koe ki te muku i tenei Tapanga Tūnga?', + 'error' => 'He raru kei te whakakore i te Tapanga Tūnga. Tena ngana ano.', + 'success' => 'I mukua te Tapanga Whakaaetanga.' + ), + + 'help' => array( + 'undeployable' => 'Kaore e taea te tuku atu i enei taonga ki tetahi.', + 'deployable' => 'Ka taea te tirotiro i enei taonga. Kia tohaina ratou, ka whakatauhia he tohu meta o Deployed.', + 'archived' => 'Kaore e taea te tirotiro i enei taonga, ka whakaaturia anake i roto i te tirohanga Whakamahia. He whai hua tenei mo te pupuri i nga korero e pa ana ki nga moni mo te tahua moni / kaupapa whakamaharatanga, engari ko te tiaki ia ratou i te rarangi o nga raanei raanei.', + 'pending' => 'Kaore e taea te tuku atu i enei taonga ki tetahi, e whakamahia ana mo nga mea e tika ana mo te whakapai, engari e tika ana kia hoki mai ki te rere.', + ), + +); diff --git a/resources/lang/mi/admin/statuslabels/table.php b/resources/lang/mi/admin/statuslabels/table.php new file mode 100644 index 0000000000..9f3050651f --- /dev/null +++ b/resources/lang/mi/admin/statuslabels/table.php @@ -0,0 +1,17 @@ + 'Mō nga Tapanga Tūnga', + 'archived' => 'Whakamahia', + 'create' => 'Waihanga Tapanga Whakaaetanga', + 'color' => 'Tae Tae', + 'deployable' => 'Kaore e taea', + 'info' => 'Ka whakamahia nga tapanga taatai ​​hei whakaahua i nga ahuatanga ka taea e nga taonga hei whakauru ki a koe. Ka puta pea ki te whakapai, ki te ngaro, ki te tahae, me era atu. Ka taea e koe te hanga i nga waahanga hou hou mo nga mea e taea ana e nga mea e pa ana, e tatari ana me te kounga.', + 'name' => 'Ingoa Tūnga', + 'pending' => 'Kei te tatari', + 'status_type' => 'Momo Tūnga', + 'show_in_nav' => 'Whakaatuhia i te waka tawhito', + 'title' => 'Ngā Tapanga Tūnga', + 'undeployable' => 'Kaore e taea', + 'update' => 'Whakahoutia te Tapanga Tūnga', +); diff --git a/resources/lang/mi/admin/suppliers/message.php b/resources/lang/mi/admin/suppliers/message.php new file mode 100644 index 0000000000..b44f67e9e9 --- /dev/null +++ b/resources/lang/mi/admin/suppliers/message.php @@ -0,0 +1,24 @@ + 'Kaore he kaiwhakarato.', + 'assoc_users' => 'Kei te hono tenei kaiwhakarato ki te tauira kotahi, kaore e taea te muku. Tena koa whakahou i o tauira kia kaua e tuhi atu ki tenei kaihoko me te ngana ano.', + + 'create' => array( + 'error' => 'Kaore i hangaia te kaiwhakarato, tēnā whakamātau anō.', + 'success' => 'He pai te kaihoko.' + ), + + 'update' => array( + 'error' => 'Kaore i whakahoutia te kaiwhakarato, tēnā whakamātau anō', + 'success' => 'Kua whakahoutia te kaiwhakarato.' + ), + + 'delete' => array( + 'confirm' => 'Kei te hiahia koe ki te muku i tenei kaiwhakarato?', + 'error' => 'He raru kei te whakakore i te kaituku. Tena ngana ano.', + 'success' => 'Kua mukua te kaihoko.' + ) + +); diff --git a/resources/lang/mi/admin/suppliers/table.php b/resources/lang/mi/admin/suppliers/table.php new file mode 100644 index 0000000000..ff5b4bd3af --- /dev/null +++ b/resources/lang/mi/admin/suppliers/table.php @@ -0,0 +1,27 @@ + 'Mō Ngā Kaihoko', + 'about_suppliers_text' => 'Ka whakamahia nga kaiwhakarato ki te whai i te puna o nga taonga', + 'address' => 'Kaihoko Kaiwhakahaere', + 'assets' => 'Ngā taonga', + 'city' => 'City', + 'contact' => 'Ingoa Whakapā', + 'country' => 'Whenua', + 'create' => 'Waihanga Motuhake', + 'email' => 'Īmēra', + 'fax' => 'Waeaatuhi', + 'id' => 'ID', + 'licenses' => 'Raihana', + 'name' => 'Ingoa Kaiwhakarato', + 'notes' => 'Tuhipoka', + 'phone' => 'Waea', + 'state' => 'State', + 'suppliers' => 'Kaihoko', + 'update' => 'Kaiwhakarato Whakahōu', + 'url' => 'URL', + 'view' => 'Tirohia te Kaiwhakarato', + 'view_assets_for' => 'Tirohia nga Taonga mo', + 'zip' => 'Waehere Pouaka', + +); diff --git a/resources/lang/mi/admin/users/general.php b/resources/lang/mi/admin/users/general.php new file mode 100644 index 0000000000..9669f6f647 --- /dev/null +++ b/resources/lang/mi/admin/users/general.php @@ -0,0 +1,25 @@ + 'Nga taonga kua tohaina ki: ingoa', + 'bulk_update_warn' => 'Kei te tata koe ki te whakatika i nga taonga o: kaiwhakamahi kaiwhakamahi_count. Kia mohio koe kaore e taea e koe te whakarereke i a koe ake huanga kaiwhakamahi me te whakamahi i tenei puka, me te whakarereke i to hoa ake.', + 'bulk_update_help' => 'Ko tenei puka ka taea e koe te whakahou i nga kaiwhakamahi maha i te wa kotahi. Whakakiia nga mara e hiahia ana koe ki te huri. Ko nga mara katoa e mahue ana ka noho tonu.', + 'current_assets' => 'Ko nga taonga kei te tirotirohia i tenei wa ki tenei kaiwhakamahi', + 'clone' => 'Kaiwhakamahi Tino', + 'contact_user' => 'Whakapā: ingoa', + 'edit' => 'Whakatika Kaiwhakamahi', + 'filetype_info' => 'Ko nga piriti kua whakaaetia he png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, me te rar.', + 'history_user' => 'Hītori mō: ingoa', + 'info' => 'Mōhiohio', + 'restore_user' => 'Pāwhiri ki konei kia whakahokia mai.', + 'last_login' => 'Whakauru Whakamutunga', + 'ldap_config_text' => 'Ka taea te kitea nga tautuhinga whirihora LDAP Kaiwhakahaere> Tautuhinga. Ko te (tahua) kua tohua te tauwāhi kua tohua mo nga kaiwhakamahi katoa kua kawemai.', + 'software_user' => 'Pūmanawa Kua tirotirohia ki: ingoa', + 'view_user' => 'Tirohia te Kaiwhakamahi: ingoa', + 'usercsv' => 'Kōnae CSV', + 'two_factor_admin_optin_help' => 'Ko to tautuhinga kaiwhakahaere o toianei kei te whakarite i te whakatinanatanga o te whakamotuhēhēnga-rua.', + 'two_factor_enrolled' => 'Kua whakauruhia te Pūrere 2FA', + 'two_factor_active' => '2FA Mahi', + ); diff --git a/resources/lang/mi/admin/users/message.php b/resources/lang/mi/admin/users/message.php new file mode 100644 index 0000000000..6c034cf6a4 --- /dev/null +++ b/resources/lang/mi/admin/users/message.php @@ -0,0 +1,59 @@ + 'Kua whakaaetia e koe tenei taonga.', + 'declined' => 'Kua paopao angitu koe ki tenei taonga.', + 'bulk_manager_warn' => 'Kua angitu te whakahoutia o nga kaiwhakamahi, heoi kihai i tohua to tautuhinga kaiwhakahaere no te mea ko te kaiwhakahaere i tohua e koe i roto i te rarangi kaiwhakamahi kia whakatikaia, kaore ano hoki nga kaiwhakamahi i to ratou ake kaiwhakahaere. Tēnā koa tīpako anō i ō kaiwhakamahi, kaore i te kaiwhakahaere.', + 'user_exists' => 'Kua noho kē te Kaiwhakamahi!', + 'user_not_found' => 'Kāore te Kaiwhakamahi [: id] i te tīariari.', + 'user_login_required' => 'Kei te hiahiatia te mara takiuru', + 'user_password_required' => 'Kei te hiahiatia te kupuhipa.', + 'insufficient_permissions' => 'Nga Whakaae Korero.', + 'user_deleted_warning' => 'Kua mukua tenei kaiwhakamahi. Me whakahou e koe tenei kaiwhakamahi ki te whakatika i aua mea, ki te tuku ranei i nga taonga hou.', + 'ldap_not_configured' => 'Ko te whakaurutanga LDAP kua kore i whirihorahia mo tenei whakauru.', + + + 'success' => array( + 'create' => 'I hanga angitu te Kaiwhakamahi.', + 'update' => 'I whakahoutia te kaiwhakamahi.', + 'update_bulk' => 'Kua pai te whakahou o nga kaiwhakamahi!', + 'delete' => 'Kua mukua te Kaiwhakamahi.', + 'ban' => 'I whakatinanahia te Kaiwhakamahi.', + 'unban' => 'I pai te whakakorea o te Kaiwhakamahi.', + 'suspend' => 'Kua tohua te kaiwhakamahi.', + 'unsuspend' => 'I tino angitu te Kaiwhakamahi.', + 'restored' => 'I angitu te ora o te Kaiwhakamahi.', + 'import' => 'He pai te kawemai o nga kaiwhakamahi.', + ), + + 'error' => array( + 'create' => 'He raruraru kei te hanga i te kaiwhakamahi. Tena ngana ano.', + 'update' => 'He raru kei te whakahou i te kaiwhakamahi. Tena ngana ano.', + 'delete' => 'He raru kei te whakakore i te kaiwhakamahi. Tena ngana ano.', + 'delete_has_assets' => 'Kei a tenei kaiwhakamahi nga mea kua tohua me te kore e taea te muku.', + 'unsuspend' => 'He raruraru kaore i te whakautu i te kaiwhakamahi. Tena ngana ano.', + 'import' => 'He raruraru e kawemai ana i nga kaiwhakamahi. Tena ngana ano.', + 'asset_already_accepted' => 'Kua whakaaetia tenei taonga.', + 'accept_or_decline' => 'Me whakaae ranei koe ki te whakakore i tenei taonga.', + 'incorrect_user_accepted' => 'Ko te taonga i whaia e koe ki te whakaae kihai i tukuna ki a koe.', + 'ldap_could_not_connect' => 'Kāore i taea te hono atu ki te tūmau LDAP. Titiro koa ki te whirihoranga o tō tūmau LDAP i te kōnae whirihora LDAP.
Error mai i te Tūmau LDAP:', + 'ldap_could_not_bind' => 'Kāore i taea te here ki te tūmau LDAP. Titiro koa ki te whirihoranga o tō tūmau LDAP i te kōnae whirihora LDAP.
Error mai i te Tūmau LDAP:', + 'ldap_could_not_search' => 'Kāore i taea te rapu i te tūmau LDAP. Titiro koa ki te whirihoranga o tō tūmau LDAP i te kōnae whirihora LDAP.
Error mai i te Tūmau LDAP:', + 'ldap_could_not_get_entries' => 'Kāore i taea te tiki tuhinga mai i te tūmau LDAP. Titiro koa ki te whirihoranga o tō tūmau LDAP i te kōnae whirihora LDAP.
Error mai i te Tūmau LDAP:', + 'password_ldap' => 'Ko te kupuhipa mo tenei kaute kei te whakahaeretia e LDAP / Active Directory. Tēnā whakapā atu ki tō tari IT hei huri i tō kupuhipa.', + ), + + 'deletefile' => array( + 'error' => 'Kāore te kōnae i mukua. Tena ngana ano.', + 'success' => 'Kua mukua te kōnae.', + ), + + 'upload' => array( + 'error' => 'Ko nga kōnae kāore i tukuna. Tena ngana ano.', + 'success' => 'Ko te (ngā) kōnae i tukuna paihia.', + 'nofiles' => 'Kāore i tīpakohia e koe tetahi kōnae hei tuku ake', + 'invalidfiles' => 'Kotahi, nui atu ranei o ou kōnae he nui rawa atu, he waaahi ranei e kore e whakaaetia. Ko nga kōnae e whakaaetia ana he png, gif, jpg, doc, docx, pdf, me te txt.', + ), + +); diff --git a/resources/lang/mi/admin/users/table.php b/resources/lang/mi/admin/users/table.php new file mode 100644 index 0000000000..54e5b3acf8 --- /dev/null +++ b/resources/lang/mi/admin/users/table.php @@ -0,0 +1,38 @@ + 'He kaha', + 'allow' => 'Tukua', + 'checkedout' => 'Ngā taonga', + 'created_at' => 'I waihangahia', + 'createuser' => 'Waihanga Kaiwhakamahi', + 'deny' => 'Whakaae', + 'email' => 'Īmēra', + 'employee_num' => 'Nga kaimahi No.', + 'first_name' => 'Ingoa Tuatahi', + 'groupnotes' => 'Tīpakohia he rōpū ki te tautuhi ki te kaiwhakamahi, maharahia kei te whakaaetia e te kaiwhakamahi nga whakaaetanga o te rōpū e tohaina ana.', + 'id' => 'Tuhinga', + 'inherit' => 'Whakauru', + 'job' => 'Taitara Job', + 'last_login' => 'Whakauru Whakamutunga', + 'last_name' => 'Ingoa Whakamutunga', + 'location' => 'Wāhi', + 'lock_passwords' => 'Kaore e taea te whakarereke i nga taipitopito whakauru i runga i tenei taunga.', + 'manager' => 'Kaiwhakahaere', + 'managed_locations' => 'Ngā Tauwāhi Whakahaere', + 'name' => 'Ingoa', + 'notes' => 'Tuhipoka', + 'password_confirm' => 'Whakaae Kupuhipa', + 'password' => 'Kupuhipa', + 'phone' => 'Waea', + 'show_current' => 'Whakaatuhia nga Kaiwhakamahi o Naianei', + 'show_deleted' => 'Whakaatu Kaiwhakamahi Kua Mukua', + 'title' => 'Taitara', + 'to_restore_them' => 'ki te whakaora ia ratou.', + 'updateuser' => 'Whakahōu Kaiwhakamahi', + 'username' => 'Ingoa Kaiwhakamahi', + 'user_deleted_text' => 'Kua tohua tenei kaiwhakamahi kia mukua.', + 'username_note' => '(Ka whakamahia tenei mo te Active Directory anake, kaore i te takiuru.)', + 'cloneuser' => 'Kaiwhakamahi Tino', + 'viewusers' => 'Kaiwhakamahi Tiro', +); diff --git a/resources/lang/mi/auth/general.php b/resources/lang/mi/auth/general.php new file mode 100644 index 0000000000..672a22e820 --- /dev/null +++ b/resources/lang/mi/auth/general.php @@ -0,0 +1,12 @@ + 'Tukua te Tautuhi Tautuhi Kupuhipa', + 'email_reset_password' => 'Kupuhipa Īmēra Tautuhi', + 'reset_password' => 'Tautuhi Kupuhipa', + 'login' => 'Whakauru', + 'login_prompt' => 'Koa Takiuru', + 'forgot_password' => 'Kua wareware ahau ki taku kupuhipa', + 'remember_me' => 'Kia mahara ki ahau', + ]; + diff --git a/resources/lang/mi/auth/message.php b/resources/lang/mi/auth/message.php new file mode 100644 index 0000000000..c97fa9af92 --- /dev/null +++ b/resources/lang/mi/auth/message.php @@ -0,0 +1,37 @@ + 'Kei te tīariari tetahi pūkete ki tenei īmēra.', + 'account_not_found' => 'He hē te ingoa kaiwhakamahi, kupuhipa rānei.', + 'account_not_activated' => 'Kāore tēnei pūkete kaiwhakamahi i te whakahohea.', + 'account_suspended' => 'Kua tohua tenei pūkete kaiwhakamahi.', + 'account_banned' => 'Ka whakatakahia tenei pūkete kaiwhakamahi.', + 'throttle' => 'He maha nga whakamatautau takiuru i rahua. Tena ngana ano: meneti meneti (s).', + + 'signin' => array( + 'error' => 'I te raruraru i te wa e ngana ana ki te takiuru ki a koe, tena koa ngana ano.', + 'success' => 'Kua uru koe ki roto.', + ), + + 'signup' => array( + 'error' => 'I te raruraru i te wa e ngana ana ki te hanga i to taakete, me ngana ano.', + 'success' => 'Ko te kaute i hanga.', + ), + + 'forgot-password' => array( + 'error' => 'He raru i te wa e ngana ana ki te tautuhi i te waehere kupuhipa, me ngana ano.', + 'success' => 'Kua angitu te tukunga o te īmēra whakaora password', + ), + + 'forgot-password-confirm' => array( + 'error' => 'He raruraru i te wa e ngana ana ki te tautuhi i to kupuhipa, ngana ano.', + 'success' => 'Kua oti te tautuhi i to kupuhipa.', + ), + + 'activate' => array( + 'error' => 'I te raruraru i te wa e ngana ana ki te whakahohe i tō kaute, tēnā whakamātau anō.', + 'success' => 'Kua angitu tō pūkete.', + ), + +); diff --git a/resources/lang/mi/button.php b/resources/lang/mi/button.php new file mode 100644 index 0000000000..16634c599b --- /dev/null +++ b/resources/lang/mi/button.php @@ -0,0 +1,15 @@ + 'Nga mahi', + 'add' => 'Tāpiri Hou', + 'cancel' => 'Whakakore', + 'checkin_and_delete' => 'Tirohia & Mukua te Kaiwhakamahi', + 'delete' => 'Mukua', + 'edit' => 'Whakatika', + 'restore' => 'Whakaora', + 'request' => 'Tono', + 'submit' => 'Tukuna', + 'upload' => 'Tukuake', + 'select_file' => 'Tīpako Kōnae ...', +); diff --git a/resources/lang/mi/general.php b/resources/lang/mi/general.php new file mode 100644 index 0000000000..f737f2cda9 --- /dev/null +++ b/resources/lang/mi/general.php @@ -0,0 +1,205 @@ + 'Tuhinga', + 'activated' => 'Kua whakahohe', + 'accessory' => 'Waea Uru', + 'accessory_report' => 'Pūrongo Whaiaro', + 'action' => 'Mahi', + 'activity_report' => 'Mahinga Mahi', + 'address' => 'Wāhitau', + 'admin' => 'Kaiwhakahaere', + 'add_seats' => 'Ngā nohoanga kua whakaurua', + 'all_assets' => 'Nga taonga katoa', + 'all' => 'Katoa', + 'archived' => 'Whakamahia', + 'asset_models' => 'Ngā Ahua Ahua', + 'asset_model' => 'Tauira', + 'asset' => 'Tahua', + 'asset_report' => 'Pūrongo Ahua', + 'asset_tag' => 'Tae Taonga', + 'assets_available' => 'nga taonga e wātea ana', + 'audit' => 'Arotake', + 'audit_report' => 'Manatoko Whakamuri', + 'assets' => 'Ngā taonga', + 'avatar_delete' => 'Mukua te Avatar', + 'avatar_upload' => 'Tukuake Avatar', + 'back' => 'Hoki', + 'bad_data' => 'Kaore i kitea. Kaore he raraunga kino?', + 'bulkaudit' => 'Tuhinga Rawa', + 'bulkaudit_status' => 'Tūnga Arotake', + 'bulk_checkout' => 'Putea Poaka', + 'cancel' => 'Whakakore', + 'categories' => 'Ngā Kāwai', + 'category' => 'Kāwai', + 'change' => 'In / Out', + 'changeemail' => 'Huria te Wāhitau Īmēra', + 'changepassword' => 'Hurihia te Kupuhipa', + 'checkin' => 'Tirohia', + 'checkin_from' => 'Tuhinga ka whai mai', + 'checkout' => 'Taki', + 'city' => 'City', + 'click_here' => 'Pāwhiri ki konei', + 'companies' => 'Kamupene', + 'company' => 'Kamupene', + 'component' => 'Tuhinga', + 'components' => 'Tuhinga', + 'complete' => 'Kua oti', + 'consumable' => 'Whakamahia', + 'consumables' => 'Ngā whakamahinga', + 'country' => 'Whenua', + 'create' => 'Waihanga Hou', + 'created' => 'Kua waihangatia te Mea', + 'created_asset' => 'waihanga i te taonga', + 'created_at' => 'I hangaia i', + 'updated_at' => 'Whakahoutia i', + 'currency' => '$', // this is deprecated + 'current' => 'I teie nei', + 'custom_report' => 'Ripoata Ahua Ritenga', + 'dashboard' => 'Papatohu', + 'days' => 'ra', + 'days_to_next_audit' => 'Ko nga ra ki te arotake i muri', + 'date' => 'Rā', + 'debug_warning' => 'Whakatūpato!', + 'debug_warning_text' => 'Ko tenei tono kei te whakahaere i te mahinga whakaputa me te taraiwa kua whakahohea. Ka taea e tenei te whakaatu i nga raraunga taarata mehemea ka uru atu to tono ki te ao o waho. Monokia te aratau taapatu mā te whakarite i te uara APP_DEBUG123_7____132 i roto i to kōnae .env ki false.', + 'delete' => 'Mukua', + 'deleted' => 'Kua mukua', + 'delete_seats' => 'Kua mukua nga Maatai', + 'departments' => 'Nga Tari', + 'department' => 'Tari', + 'deployed' => 'Kua tohua', + 'depreciation_report' => 'Te Poari Kaute', + 'download' => 'Tikiake', + 'depreciation' => 'Te whakahekenga moni', + 'editprofile' => 'Whakatikahia to Whakaatu', + 'eol' => 'EOL', + 'email_domain' => 'Ingoa Īmēra', + 'email_format' => 'Hōputu Īmēra', + 'email_domain_help' => 'Ka whakamahia tenei ki te whakaputa i nga wahitau īmēra ina kawemai', + 'filastname_format' => 'Tuatahi Ingoa Tuatahi (jsmith@example.com)', + 'firstname_lastname_format' => 'Ingoa Tuatahi Ingoa Mutu (jane.smith@example.com)', + 'first' => 'Tuatahi', + 'first_name' => 'Ingoa Tuatahi', + 'first_name_format' => 'Ingoa Tuatahi (jane@example.com)', + 'file_name' => 'Kōnae', + 'file_uploads' => 'Ngā Tukunga Kōnae', + 'generate' => 'Whakanuia', + 'groups' => 'Ngā rōpū', + 'gravatar_email' => 'Gravatar Wāhitau Īmēra', + 'history' => 'Hītori', + 'history_for' => 'History mo', + 'id' => 'ID', + 'image_delete' => 'Mukua te Whakaahua', + 'image_upload' => 'Tukuna Whakaahua', + 'import' => 'Kawemai', + 'import-history' => 'Kaweake Kawemai', + 'asset_maintenance' => 'Te Whakahaere Ahua', + 'asset_maintenance_report' => 'Pūrongo Whakahaere Taonga', + 'asset_maintenances' => 'Mahinga Tahua', + 'item' => 'Tuhinga', + 'insufficient_permissions' => 'He whakaaetanga kore!', + 'language' => 'Reo', + 'last' => 'Last', + 'last_login' => 'Whakauru Whakamutunga', + 'last_name' => 'Ingoa Whakamutunga', + 'license' => 'Raihana', + 'license_report' => 'Ripoata Raihana', + 'licenses_available' => 'kei te wātea nga raihana', + 'licenses' => 'Raihana', + 'list_all' => 'Rārangi Katoa', + 'loading' => 'Whakamahia', + 'lock_passwords' => 'Kāore e taea te whakatika i tenei mara ki tenei taunga.', + 'feature_disabled' => 'Kua monokia tenei ahuatanga mo te tautuhinga whakaatu.', + 'location' => 'Wāhi', + 'locations' => 'Tauranga', + 'logout' => 'Whakaaturanga', + 'lookup_by_tag' => 'Te tirotiro i te Tohu Taonga', + 'manufacturer' => 'Kaihanga', + 'manufacturers' => 'Kaihanga', + 'markdown' => 'Ka whakaaetia e tenei maraa Github flavored markdown.', + 'min_amt' => 'Min. QTY', + 'min_amt_help' => 'He iti rawa te maha o nga mea e tika ana kia puta i mua i te waahi o te mataara.', + 'model_no' => 'Tauira No.', + 'months' => 'marama', + 'moreinfo' => 'He Korero Ano', + 'name' => 'Ingoa', + 'next' => 'Tuhinga o mua', + 'next_audit_date' => 'Ko te Raa Whakakitea', + 'last_audit' => 'Whakamutunga whakamutunga', + 'new' => 'hou!', + 'no_depreciation' => 'Kaore he utu whakaheke', + 'no_results' => 'Kore Hua.', + 'no' => 'No', + 'notes' => 'Tuhipoka', + 'order_number' => 'Tau Tau', + 'page_menu' => 'Te whakaatu i nga mea _MENU_', + 'pagination_info' => 'Whakaatu _START_ ki _END_ o nga mea _TOTAL_', + 'pending' => 'Kei te tatari', + 'people' => 'Te iwi', + 'per_page' => 'Nga Hua Nga Whārangi', + 'previous' => 'Tuhinga o mua', + 'processing' => 'Te tukatuka', + 'profile' => 'To tohu', + 'purchase_cost' => 'Utu Hokona', + 'purchase_date' => 'Raa Hokona', + 'qty' => 'QTY', + 'quantity' => 'Maha', + 'ready_to_deploy' => 'Kua rite ki te Whakamahia', + 'recent_activity' => 'Mahi Hou', + 'remove_company' => 'Tangohia te Kamupene Kamupene', + 'reports' => 'Ngā pūrongo', + 'requested' => 'I tonohia', + 'request_canceled' => 'Tono Whakamutua', + 'save' => 'Tiaki', + 'select' => 'Tīpako', + 'search' => 'Rapua', + 'select_category' => 'Tīpakohia he Kāwai', + 'select_department' => 'Tīpakohia he Tari', + 'select_depreciation' => 'Tīpakohia te Momo Utu', + 'select_location' => 'Tīpakohia he Tauwāhi', + 'select_manufacturer' => 'Tīpakohia he Kaihanga', + 'select_model' => 'Tīpakohia he tauira', + 'select_supplier' => 'Tīpakohia he Kaihoko', + 'select_user' => 'Tīpakohia he Kaiwhakamahi', + 'select_date' => 'Tīpakohia te Rā (YYYY-MM-DD)', + 'select_statuslabel' => 'Tīpako Tūnga', + 'select_company' => 'Tīpako Kamupene', + 'select_asset' => 'Tīpakohia te Tahua', + 'settings' => 'Tautuhinga', + 'sign_in' => 'Waitohu', + 'signature' => 'Waitohu', + 'some_features_disabled' => 'TE WHAKAMAHI MĀTAURANGA: Kua monokia ētahi āhuatanga mo tenei tāutanga me te raraunga i tenei pūnaha ka tautuhi i ia ra.', + 'site_name' => 'Ingoa Pae', + 'state' => 'State', + 'status_labels' => 'Ngā Tapanga Tūnga', + 'status' => 'Tūnga', + 'supplier' => 'Kaihoko', + 'suppliers' => 'Kaihoko', + 'sure_to_delete' => 'Kei te hiahia koe kia mukua', + 'submit' => 'Tukuna', + 'target' => 'Kua arotahi', + 'time_and_date_display' => 'Te Whakaatu me te Whakaaturanga', + 'total_assets' => 'te katoa o nga rawa', + 'total_licenses' => 'katoa raihana', + 'total_accessories' => 'nama katoa', + 'total_consumables' => 'nga taonga katoa', + 'type' => 'Momo', + 'undeployable' => 'Kaore e taea te whakaputa', + 'unknown_admin' => 'Kaiwhakahaere unknown', + 'username_format' => 'Ingoa Kaiwhakamahi Hōputu', + 'update' => 'Whakahou', + 'uploaded' => 'Kua tukuna', + 'user' => 'Kaiwhakamahi', + 'accepted' => 'whakaaetia', + 'declined' => 'ka whakaheke', + 'unaccepted_asset_report' => 'Nga Taahanakitanga Tono', + 'users' => 'Kaiwhakamahi', + 'viewassets' => 'Tirohia nga Tahua kua Tohua', + 'website' => 'Paetukutuku', + 'welcome' => 'Nau mai,: ingoa', + 'years' => 'tau', + 'yes' => 'Ae', + 'zip' => 'Zip', + 'noimage' => 'Kaore i kitea he pikitia i tukuakehia ranei, kaore i kitea.', + 'token_expired' => 'Kua pau te raupapa puka ki a koe. Tena ngana ano.', + ]; diff --git a/resources/lang/mi/mail.php b/resources/lang/mi/mail.php new file mode 100644 index 0000000000..c5ebb2e586 --- /dev/null +++ b/resources/lang/mi/mail.php @@ -0,0 +1,71 @@ + 'Kua whakakorea e tetahi kaiwhakamahi tetahi tonoemi i runga i te paetukutuku', + 'a_user_requested' => 'Kua tono tetahi kaiwhakamahi i tetahi mea i runga i te paetukutuku', + 'accessory_name' => 'Ingoa Whakauru:', + 'additional_notes' => 'Nga Tuhipoka Atu:', + 'admin_has_created' => 'Kua hanga e tetahi kaiwhakahaere tetahi kaute mo koe i runga i te: paetukutuku tukutuku.', + 'asset' => 'Tahua:', + 'asset_name' => 'Ingoa Ahua:', + 'asset_requested' => 'Ka tonohia te taonga', + 'asset_tag' => 'Tae Tūemi:', + 'assets_warrantee_expiring' => '{1} te taonga me te raihana e pau ana i nga ra e 60 mai i muri mai. | [2, Inf] rawa me nga raihana e pau ana i nga ra e 60 mai ana.', + 'assigned_to' => 'Tohua Ki To', + 'best_regards' => 'Ko nga whakaaro pai,', + 'canceled' => 'Kua whakakorehia:', + 'checkin_date' => 'Rangi Whakatau:', + 'checkout_date' => 'Rā Whakatau:', + 'click_to_confirm' => 'Tena koahia te hono e whai ake nei hei whakauru i to:', + 'click_on_the_link_accessory' => 'Tena koahia te hono i raro ki te whakauru kua whiwhi koe i te taputapu.', + 'click_on_the_link_asset' => 'Koahia te hono i raro ki te whakauru kua riro ia koe te taonga.', + 'Confirm_Asset_Checkin' => 'Whakaatuhia te Ahuatanga Ahua.', + 'Confirm_Accessory_Checkin' => 'Whakaaehia te Whakamatau Whawhai.', + 'Confirm_accessory_delivery' => 'Whakaaetia te tuku tuku.', + 'Confirm_asset_delivery' => 'Whakaaetia te tuku tuku moni.', + 'Confirm_consumable_delivery' => 'Whakaaetia te tuku tuku.', + 'current_QTY' => 'QTY o nāianei', + 'Days' => 'Nga ra', + 'days' => 'Nga ra', + 'expecting_checkin_date' => 'Te Whakataunga Whakataunga Whakaaro:', + 'expires' => 'Ka puta', + 'Expiring_Assets_Report' => 'Nga Putanga Taonga Taonga.', + 'Expiring_Licenses_Report' => 'Ripoata Raihana Whakamutunga.', + 'hello' => 'Hiha', + 'hi' => 'Hi', + 'i_have_read' => 'Kua korerohia e au, kua whakaae ki nga tikanga whakamahi, kua riro mai hoki tenei mea.', + 'item' => 'Te nama:', + 'items_below_minimum' => '{1} te mea kei raro iho i te raupapa iti iti ranei ka iti ake nei. | [2, Inf] nga mea kei raro iho i te waahanga iti iti, ka iti ake ranei.', + 'Item_Request_Canceled' => 'Te Whakakore i te Tono', + 'Item_Requested' => 'Ko te nama i tonoa', + 'licenses_expiring' => '{1} raihana e pau ana i te 60 nga ra. [2, Inf] raihana e pau ana i te 60 o nga ra.', + 'link_to_update_password' => 'Koahia te hono e whai ake nei hei whakahou i to: kupuhipahipa:', + 'login_first_admin' => 'Whakauru ki to taahiranga hou Snipe-IT ma te whakamahi i nga taipitopito kei raro nei:', + 'login' => 'Whakauru:', + 'Low_Inventory_Report' => 'Pūrongo Inventory Low', + 'min_QTY' => 'Min QTY', + 'name' => 'Ingoa', + 'new_item_checked' => 'Kua tohua tetahi mea hou i raro i to ingoa, kei raro iho nga korero.', + 'password' => 'Kupuhipa:', + 'password_reset' => 'Tautuhi Kupuhipa', + + 'read_the_terms' => 'Tena koa korerotia nga tikanga o te whakamahi i raro.', + 'read_the_terms_and_click' => 'Tena koa panuihia nga tikanga whakamahi i raro nei, a ka pene i runga i te hono i raro ki te whakauru ka paahitia e koe me te whakaae ki nga tikanga o te whakamahinga, kua riro mai hoki te taonga.', + 'requested' => 'I tonohia:', + 'reset_link' => 'Tautuhi Hononga Kupuhipa', + 'reset_password' => 'Pāwhiri ki konei kia tautuhi i to kupuhipa:', + 'serial' => 'Raupapa:', + 'supplier' => 'Kaihoko', + 'tag' => 'Tohu', + 'test_email' => 'Test Test from Snipe-IT', + 'test_mail_text' => 'He whakamatautau tenei mai i te Pūnaha Whakahaere Utu Snipe-IT. Mena kua whiwhi koe i tenei, kei te mahi te miihana :)', + 'the_following_item' => 'Kua tohua te mea e whai ake nei i:', + 'There_are' => '{1} Kei reira | [2, Inf] Kei reira', + 'to_reset' => 'Hei tautuhi i to: kupuhipa tukutuku, whakaoti i tenei puka:', + 'type' => 'Momo', + 'user' => 'Kaiwhakamahi:', + 'username' => 'Ingoa Kaiwhakamahi:', + 'welcome' => 'Nau mai: ingoa', + 'welcome_to' => 'Nau mai ki: web!', + 'your_credentials' => 'Nga tohu tohu Snipe-IT', +); diff --git a/resources/lang/mi/pagination.php b/resources/lang/mi/pagination.php new file mode 100644 index 0000000000..7ab6f70394 --- /dev/null +++ b/resources/lang/mi/pagination.php @@ -0,0 +1,20 @@ + '« Mua', + + 'next' => 'Tuhinga o mua »', + +); diff --git a/resources/lang/mi/passwords.php b/resources/lang/mi/passwords.php new file mode 100644 index 0000000000..cb368f080f --- /dev/null +++ b/resources/lang/mi/passwords.php @@ -0,0 +1,7 @@ + 'Kua tukuna to hononga kupuhipa!', + 'user' => 'Kaore te kaiwhakamahi i te tīariari, kaore hoki he urupare īmēra e whai pānga ana', +]; + diff --git a/resources/lang/mi/reminders.php b/resources/lang/mi/reminders.php new file mode 100644 index 0000000000..5163d59947 --- /dev/null +++ b/resources/lang/mi/reminders.php @@ -0,0 +1,24 @@ + "Ko nga kupuhipa he ono nga kupuhipa me te whakarite i te haamau.", + + "user" => "He hē te ingoa kaiwhakamahi me te wāhitau īmēra", + + "token" => "He muhu tenei kupuhipa tautuhinga tautuhi.", + + "sent" => "Mena kua kitea he wahitau īmēra rite, kua tukuna he whakamahara kupuhipa!", + +); diff --git a/resources/lang/mi/table.php b/resources/lang/mi/table.php new file mode 100644 index 0000000000..105af16182 --- /dev/null +++ b/resources/lang/mi/table.php @@ -0,0 +1,10 @@ + 'Nga mahi', + 'action' => 'Mahi', + 'by' => 'Na', + 'item' => 'Tuhinga', + +); diff --git a/resources/lang/mi/validation.php b/resources/lang/mi/validation.php new file mode 100644 index 0000000000..e4b859ebb9 --- /dev/null +++ b/resources/lang/mi/validation.php @@ -0,0 +1,136 @@ + 'Ko te: me whakaae te huanga.', + 'active_url' => 'Ko: ko te huanga ehara i te URL whaimana.', + 'after' => 'Ko: ko te huanga me te ra i muri i: ra.', + 'after_or_equal' => 'Ko: ko te huanga me te ra i muri i te waa ranei: te ra.', + 'alpha' => 'Ko te: ko te huanga anake he reta.', + 'alpha_dash' => 'Ko te: ko te huanga anake he reta, he tau, he panga.', + 'alpha_num' => 'Ko te: ko te huanga anake he reta me nga tau.', + 'array' => 'Ko te: me tohu he huanga.', + 'before' => 'Ko: ko te huanga me te ra i mua i: ra.', + 'before_or_equal' => 'Ko: ko te huanga me he ra i mua atu i te wa ranei: te ra.', + 'between' => [ + 'numeric' => 'Te: ko te tohu i waenganui i: min me te: max.', + 'file' => 'Ko: ko te tohu i waenganui i: min me te: max kilobytes.', + 'string' => 'Ko te: ko te tohu i waenganui i: min me te: max.', + 'array' => 'Ko te: ko te tohu i waenganui i: min me te: max max.', + ], + 'boolean' => 'Ko: Ko te waahi tohu he pono, he teka ranei.', + 'confirmed' => 'Ko: ko te tohu whakatairanga kaore e taurite.', + 'date' => 'Ko: ko te huanga ehara i te ra whaimana.', + 'date_format' => 'Ko: ko te huanga kaore e rite ki te horopaki: te whakatakotoranga.', + 'different' => 'Ko: te huanga me: me wehe ke atu.', + 'digits' => 'Ko: ko te tohu: ko nga nama tau.', + 'digits_between' => 'Ko te: ko te tohu i waenganui i: min me te: max tohu.', + 'dimensions' => 'Ko te: ko te ahuatanga o te ahua o te ahua o te whakapakoko.', + 'distinct' => 'Ko te: ko te tahua huanga ko te uara taapiri.', + 'email' => 'Ko te: ko te huanga he wahitau īmēra tika.', + 'exists' => 'Ko te mea i tīpakohia: he muhu te huanga.', + 'file' => 'Ko: ko te huanga he kōnae.', + 'filled' => 'Ko: Ko te waahi tohu ka whai hua.', + 'image' => 'Ko te: me kii he huanga.', + 'in' => 'Ko te mea i tīpakohia: he muhu te huanga.', + 'in_array' => 'Ko te: ko te waahi huanga kaore i roto i: atu.', + 'integer' => 'Ko te: ko te huanga me he tau.', + 'ip' => 'Ko: ko te huanga me waiho he wāhitau IP tika.', + 'ipv4' => 'Ko: ko te huanga me waiho he wāhitau IPv4 tika.', + 'ipv6' => 'Ko te: me tohu he huanga IPv6 tika.', + 'json' => 'Ko: he tohu JSON tika te huanga.', + 'max' => [ + 'numeric' => 'Ko te: ko te huanga ka nui atu i te: max.', + 'file' => 'Ko te: ko te huanga ka nui atu i te: max kilobytes.', + 'string' => 'Ko te: ko te huanga kaore e nui atu i: max tohu.', + 'array' => 'Ko te: ko te huanga kaore i nui atu i: te maha o nga mea.', + ], + 'mimes' => 'Ko: ko te huanga he kōnae o te momo:: uara.', + 'mimetypes' => 'Ko: ko te huanga he kōnae o te momo:: uara.', + 'min' => [ + 'numeric' => 'Ko: ko te tikanga kia iti ake: min.', + 'file' => 'Ko te: ko te tikanga kia iti ake: min kilobytes.', + 'string' => 'Ko te: ko te tohu ko te iti rawa: min.', + 'array' => 'Ko te: me whai i te huanga: iti rawa nga taonga.', + ], + 'not_in' => 'Ko te mea i tīpakohia: he muhu te huanga.', + 'numeric' => 'Ko te: me tohu he huanga.', + 'present' => 'Ko te: ko te waahi tohu kia noho.', + 'regex' => 'Ko te: ko te hōputu huanga he muhu.', + 'required' => 'Ko te: e hiahiatia ana te waahi huanga.', + 'required_if' => 'Ko te: ka hiahiatia te waahi huanga ina: ko etahi atu: te uara.', + 'required_unless' => 'Ko: E hiahiatia ana te waahi huanga engari: ko etahi atu kei roto: nga uara.', + 'required_with' => 'Ko: e hiahiatia ana te waahi huanga ina: kei te waahi nga uara.', + 'required_with_all' => 'Ko: e hiahiatia ana te waahi huanga ina: kei te waahi nga uara.', + 'required_without' => 'Ko: e hiahiatia ana te waahi huanga ka: kaore nga uara i te wa.', + 'required_without_all' => 'Ko te: ka hiahiatia te waahi huanga kaore he: ko nga uara kei reira.', + 'same' => 'Ko: te huanga me te: me uru atu tetahi atu.', + 'size' => [ + 'numeric' => 'Ko: ko te huanga: te rahi.', + 'file' => 'Ko te: ko te tohu: ko te rahi o nga kaitao.', + 'string' => 'Ko: ko te tohu: ko te rahi o te kaituhi.', + 'array' => 'Ko te: me whai kohinga: nga taonga rahi.', + ], + 'string' => 'Ko te: me tohu he huanga.', + 'timezone' => 'Ko: ko te huanga he waa whaimana.', + 'unique' => 'Ko te: kua tangohia te huanga.', + 'uploaded' => 'Ko te: ko te huanga i rahua te tuku.', + 'url' => 'Ko te: ko te hōputu huanga he muhu.', + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ + 'alpha_space' => "Ko te: kei roto i te waahi tohu he momo e kore e whakaaetia.", + "email_array" => "Kotahi, neke atu ranei nga wahitau īmēra he muhu.", + "hashed_pass" => "He hē tō kupuhipa o nāianei", + 'dumbpwd' => 'He noa rawa te kupuhipa.', + "statuslabel_type" => "Me tīpako i te momo tahua tohu whaimana", + "unique_undeleted" => "Ko te: me tino ahurei te huanga.", + ], + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => [], + +); diff --git a/resources/lang/mn/admin/accessories/general.php b/resources/lang/mn/admin/accessories/general.php index 22771aff0c..47444f9eaf 100644 --- a/resources/lang/mn/admin/accessories/general.php +++ b/resources/lang/mn/admin/accessories/general.php @@ -1,22 +1,22 @@ 'About Accessories', - 'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', - 'accessory_category' => 'Accessory Category', - 'accessory_name' => 'Accessory Name', - 'checkout' => 'Checkout Accessory', - 'checkin' => 'Checkin Accessory', - 'create' => 'Create Accessory', - 'edit' => 'Edit Accessory', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'total' => 'Total', - 'remaining' => 'Avail', - 'update' => 'Update Accessory', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'about_accessories_title' => 'Дагалдах хэрэгслийн талаар', + 'about_accessories_text' => 'Дагалдах хэрэгсэл нь таны хэрэглэгчдэд олгодог аливаа зүйл боловч энэ нь сериал дугаартай (эсвэл та тэдгээрийг бусдыг дагах сонирхолтой биш) юм. Жишээ нь, компьютерийн хулгана, гар бөмбөг.', + 'accessory_category' => 'Дагалдах хэрэгслийн ангилал', + 'accessory_name' => 'Дагалдах хэрэгслийн нэр', + 'checkout' => 'Төлбөрийн дагалдах хэрэгсэл', + 'checkin' => 'Дагалдах хэрэгслийг шалгах', + 'create' => 'Дагалдах хэрэгсэл үүсгэх', + 'edit' => 'Дагалдах хэрэгслийг засах', + 'eula_text' => 'Ангилал EULA', + 'eula_text_help' => 'Энэ талбарт та тодорхой төрлийн хөрөнгийн хувьд өөрийн EULA-г өөрчлөх боломжтой. Хэрэв та бүх хөрөнгөө зөвхөн нэг EULA-тэй байгаа бол доорх хайрцгийг шалгаж болно.', + 'require_acceptance' => 'Энэ ангилалд багтах эд хөрөнгийг хүлээн зөвшөөрөхийг баталгаажуулахыг хэрэглэгчээс шаардах.', + 'no_default_eula' => 'Анхдагч анхдагч EULA олдсонгүй. Тохиргоо дотроос нэгийг нэмэх.', + 'total' => 'Нийт', + 'remaining' => 'Ашигтай', + 'update' => 'Дагалдах хэрэгслийг шинэчлэх', + 'use_default_eula' => 'Оронд нь програмын үндсэн EULA-г ашиглаарай.', + 'use_default_eula_disabled' => ' оронд үндсэн анхдагч EULA ашигла. Үндсэн анхдагч EULA тохируулагдаагүй байна. Тохиргоо дотроос нэгийг нэмж оруулна уу.', ); diff --git a/resources/lang/mn/admin/accessories/message.php b/resources/lang/mn/admin/accessories/message.php index 92998a4e14..17a94e1374 100644 --- a/resources/lang/mn/admin/accessories/message.php +++ b/resources/lang/mn/admin/accessories/message.php @@ -2,35 +2,35 @@ return array( - 'does_not_exist' => 'The accessory does not exist.', - 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', + 'does_not_exist' => 'Дагалдах хэрэгсэл байхгүй байна.', + 'assoc_users' => 'Одоогоор энэ дагалдах хэрэгсэлд: хэрэглэгчдийг шалгасан зүйлсийг тоолж байна. Дагалдах хэрэгслийг шалгаад, дахин оролдоно уу.', 'create' => array( - 'error' => 'The accessory was not created, please try again.', - 'success' => 'The accessory was successfully created.' + 'error' => 'Дагалдах хэрэгсэл үүсгээгүй байна, дахин оролдоно уу.', + 'success' => 'Дагалдах хэрэгсэл амжилттай хийгдсэн.' ), 'update' => array( - 'error' => 'The accessory was not updated, please try again', - 'success' => 'The accessory was updated successfully.' + 'error' => 'Дагалдах хэрэгсэл шинэчлэгдсэнгүй, дахин оролдоно уу', + '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' => 'Та энэ нэмэлт хэрэгслийг устгахыг хүсч байгаадаа итгэлтэй байна уу?', + 'error' => 'Дагалдах хэрэгсэл устгах асуудал гарлаа. Дахин оролдоно уу.', + 'success' => 'Дагалдах хэрэгсэл амжилттай устгагдсан.' ), 'checkout' => array( - 'error' => 'Accessory was not checked out, please try again', - 'success' => 'Accessory checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Дагалдах хэрэгсэл шалгагдаагүй байна, дахин оролдоно уу', + 'success' => 'Дагалдах хэрэгсэл амжилттай шалгасан.', + 'user_does_not_exist' => 'Энэ хэрэглэгч буруу байна. Дахин оролдоно уу.' ), 'checkin' => array( - 'error' => 'Accessory was not checked in, please try again', - 'success' => 'Accessory checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Дагалдах хэрэгсэл нэвтэрсэнгүй, дахин оролдоно уу', + 'success' => 'Дагалдах хэрэгсэл амжилттай шалгасан байна.', + 'user_does_not_exist' => 'Энэ хэрэглэгч буруу байна. Дахин оролдоно уу.' ) diff --git a/resources/lang/mn/admin/asset_maintenances/message.php b/resources/lang/mn/admin/asset_maintenances/message.php index 27a4c56818..b13eea9512 100644 --- a/resources/lang/mn/admin/asset_maintenances/message.php +++ b/resources/lang/mn/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Амжилттай үүсгэлээ.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Хөрөнгийн засварыг засаагүй байна, дахин оролдоно уу.', + 'success' => 'Хөрөнгийн засварыг амжилттай засварлав.' ], 'asset_maintenance_incomplete' => 'Дуусаагүй', 'warranty' => 'Баталгаа', diff --git a/resources/lang/mn/admin/categories/message.php b/resources/lang/mn/admin/categories/message.php index 48cf5478e1..d03ecaecf0 100644 --- a/resources/lang/mn/admin/categories/message.php +++ b/resources/lang/mn/admin/categories/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Category does not exist.', - 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', - 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ', + 'does_not_exist' => 'Ангилал байхгүй байна.', + 'assoc_models' => 'Энэ ангилалд дор хаяж нэг загвартай холбоотой бөгөөд устгагдах боломжгүй байна. Энэ загварыг цаашид ашиглахгүй байхаар загвараа шинэчлээд дахин оролдоно уу.', + 'assoc_items' => 'Энэ категор нь дор хаяж нэг: asset_typeтэй холбоотой бөгөөд устгах боломжгүй. Та: asset_type-ыг энэ ангилалд хамааруулахгүй болгож дахин оролдоно уу.', 'create' => array( - 'error' => 'Category was not created, please try again.', - 'success' => 'Category created successfully.' + 'error' => 'Ангилал үүсгээгүй байна, дахин оролдоно уу.', + 'success' => 'Ангилал амжилттай болсон.' ), 'update' => array( - 'error' => 'Category was not updated, please try again', - 'success' => 'Category updated successfully.' + 'error' => 'Ангилал шинэчлэгдсэнгүй, дахин оролдоно уу', + 'success' => 'Ангилал амжилттай шинэчлэгдсэн.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this category?', - 'error' => 'There was an issue deleting the category. Please try again.', - 'success' => 'The category was deleted successfully.' + 'confirm' => 'Та энэ категорийг устгахдаа итгэлтэй байна уу?', + 'error' => 'Категорийг устгахад асуудал гарлаа. Дахин оролдоно уу.', + 'success' => 'Ангилал амжилттай устгагдсан байна.' ) ); diff --git a/resources/lang/mn/admin/categories/table.php b/resources/lang/mn/admin/categories/table.php index a3ee96ae7f..2287db2c8d 100644 --- a/resources/lang/mn/admin/categories/table.php +++ b/resources/lang/mn/admin/categories/table.php @@ -3,8 +3,8 @@ return array( 'eula_text' => 'EULA', 'id' => 'ID', - 'parent' => 'Parent', - 'require_acceptance' => 'Acceptance', - 'title' => 'Asset Category Name', + 'parent' => 'Эцэг эх', + 'require_acceptance' => 'Хүлээн зөвшөөрөх', + 'title' => 'Активын нэр', ); diff --git a/resources/lang/mn/admin/companies/general.php b/resources/lang/mn/admin/companies/general.php index 9a47968977..47dd123284 100644 --- a/resources/lang/mn/admin/companies/general.php +++ b/resources/lang/mn/admin/companies/general.php @@ -1,6 +1,6 @@ 'About Companies', - 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', - 'select_company' => 'Select Company', + 'about_companies_title' => 'Компанийн тухай', + 'about_companies_text' => 'Компаниудыг энгийн тодорхойлогч талбар болгон ашиглаж болно, эсвэл Админ тохиргоонд компаний бүрэн дэмжлэгийг идэвхжүүлсэн тохиолдолд хөрөнгө, хэрэглэгчдийн харагдах байдлыг хязгаарлахад ашиглаж болно.', + 'select_company' => 'Компани сонгох', ]; diff --git a/resources/lang/mn/admin/companies/message.php b/resources/lang/mn/admin/companies/message.php index a6db573519..1450666808 100644 --- a/resources/lang/mn/admin/companies/message.php +++ b/resources/lang/mn/admin/companies/message.php @@ -1,18 +1,18 @@ 'Company does not exist.', - 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', + 'does_not_exist' => 'Компани байхгүй байна.', + 'assoc_users' => 'Энэ компани одоогоор хамгийн багадаа нэг загвартай холбоотой бөгөөд устгах боломжгүй байна. Энэ компанийг цаашид лавлахын тулд загвараа шинэчлээд дахин оролдоно уу.', 'create' => array( - 'error' => 'Company was not created, please try again.', - 'success' => 'Company created successfully.' + 'error' => 'Компани бүтээгдээгүй, дахин оролдоно уу.', + 'success' => 'Компани амжилттай байгуулагдсан.' ), 'update' => array( - 'error' => 'Company was not updated, please try again', - 'success' => 'Company updated successfully.' + 'error' => 'Компани шинэчлэгдсэнгүй, дахин оролдоно уу', + 'success' => 'Компани амжилттай шинэчлэгдсэн.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this company?', - 'error' => 'There was an issue deleting the company. Please try again.', - 'success' => 'The Company was deleted successfully.' + 'confirm' => 'Та энэ компанийг устгахыг хүсч байгаадаа итгэлтэй байна уу?', + 'error' => 'Компаниыг устгахад асуудал гарлаа. Дахин оролдоно уу.', + 'success' => 'Компани амжилттай устгасан.' ) ); diff --git a/resources/lang/mn/admin/companies/table.php b/resources/lang/mn/admin/companies/table.php index 2f86126ff2..3446134d30 100644 --- a/resources/lang/mn/admin/companies/table.php +++ b/resources/lang/mn/admin/companies/table.php @@ -1,9 +1,9 @@ 'Companies', - 'create' => 'Create Company', - 'title' => 'Company', - 'update' => 'Update Company', - 'name' => 'Company Name', + 'companies' => 'Компаниуд', + 'create' => 'Компани үүсгэх', + 'title' => 'Компани', + 'update' => 'Компанийг шинэчлэх', + 'name' => 'Компанийн нэр', 'id' => 'ID', ); diff --git a/resources/lang/mn/admin/components/general.php b/resources/lang/mn/admin/components/general.php index 75c9d250ab..fd2364ad05 100644 --- a/resources/lang/mn/admin/components/general.php +++ b/resources/lang/mn/admin/components/general.php @@ -1,17 +1,17 @@ 'About Components', - 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', - 'component_name' => 'Component Name', + 'about_components_title' => 'Бүрэлдэхүүн хэсгүүдийн тухай', + 'about_components_text' => 'Бүрэлдэхүүн хэсэг нь хөрөнгийн хэсэг болох зүйл, жишээ нь HDD, RAM, гэх мэт.', + 'component_name' => 'Бүрэлдэхүүн хэсэг Нэр', 'checkin' => 'Checkin Component', - 'checkout' => 'Checkout Component', - 'cost' => 'Purchase Cost', - 'create' => 'Create Component', - 'edit' => 'Edit Component', - 'date' => 'Purchase Date', - 'order' => 'Order Number', - 'remaining' => 'Remaining', - 'total' => 'Total', - 'update' => 'Update Component', + 'checkout' => 'Тооцоо хийх хэсэг', + 'cost' => 'Худалдан авах зардал', + 'create' => 'Component үүсгэх', + 'edit' => 'Бүрэлдэхүүн хэсэг засварлах', + 'date' => 'Худалдан авах өдөр', + 'order' => 'Захиалгын дугаар', + 'remaining' => 'Үлдсэн', + 'total' => 'Нийт', + 'update' => 'Бүрэлдэхүүн хэсэг шинэчлэх', ); diff --git a/resources/lang/mn/admin/components/message.php b/resources/lang/mn/admin/components/message.php index 1d13970f23..1adaea3e11 100644 --- a/resources/lang/mn/admin/components/message.php +++ b/resources/lang/mn/admin/components/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Component does not exist.', + 'does_not_exist' => 'Бүрэлдэхүүн хэсэг байхгүй байна.', 'create' => array( - 'error' => 'Component was not created, please try again.', - 'success' => 'Component created successfully.' + 'error' => 'Бүрэлдэхүүн бүтээсэнгүй, дахин оролдоно уу.', + 'success' => 'Бүрэлдэхүүн хэсэг амжилттай бүтээгдсэн.' ), 'update' => array( - 'error' => 'Component was not updated, please try again', - 'success' => 'Component updated successfully.' + 'error' => 'Бүрэлдэхүүн шинэчлэгдсэнгүй, дахин оролдоно уу', + 'success' => 'Бүрэлдэхүүн хэсэг амжилттай шинэчлэгдсэн.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this component?', - 'error' => 'There was an issue deleting the component. Please try again.', - 'success' => 'The component was deleted successfully.' + 'confirm' => 'Та энэ бүрэлдэхүүн хэсгийг устгахдаа итгэлтэй байна уу?', + 'error' => 'Энэ бүрэлдэхүүнийг устгах асуудал гарлаа. Дахин оролдоно уу.', + 'success' => 'Бүрэлдэхүүн хэсэг амжилттай устгагдсан.' ), 'checkout' => array( - 'error' => 'Component was not checked out, please try again', - 'success' => 'Component checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Бүрэлдэхүүнийг шалгаагүй байна, дахин оролдоно уу', + 'success' => 'Бүрэлдэхүүн хэсэг амжилттай шалгагдсан.', + 'user_does_not_exist' => 'Энэ хэрэглэгч буруу байна. Дахин оролдоно уу.' ), 'checkin' => array( - 'error' => 'Component was not checked in, please try again', - 'success' => 'Component checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Бүрэлдэхүүнийг шалгаагүй байна, дахин оролдоно уу', + 'success' => 'Бүрэлдэхүүн хэсэг амжилттай шалгагдсан.', + 'user_does_not_exist' => 'Энэ хэрэглэгч буруу байна. Дахин оролдоно уу.' ) diff --git a/resources/lang/mn/admin/components/table.php b/resources/lang/mn/admin/components/table.php index 3d4fed6a7f..017c29fbf3 100644 --- a/resources/lang/mn/admin/components/table.php +++ b/resources/lang/mn/admin/components/table.php @@ -1,5 +1,5 @@ 'Component Name', + 'title' => 'Бүрэлдэхүүн хэсэг Нэр', ); diff --git a/resources/lang/mn/admin/consumables/general.php b/resources/lang/mn/admin/consumables/general.php index 53a69f8c03..cb10d5843e 100644 --- a/resources/lang/mn/admin/consumables/general.php +++ b/resources/lang/mn/admin/consumables/general.php @@ -1,13 +1,13 @@ 'About Consumables', - 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', - 'checkout' => 'Checkout Consumable to User', - 'consumable_name' => 'Consumable Name', - 'create' => 'Create Consumable', - 'item_no' => 'Item No.', - 'remaining' => 'Remaining', - 'total' => 'Total', - 'update' => 'Update Consumable', + 'about_consumables_title' => 'Хэрэглээний талаар', + 'about_consumables_text' => 'Хэрэглээний бараа бүтээгдэхүүн нь цаг хугацааны турш хэрэглэгдэх зүйл юм. Жишээ нь, хэвлэгч бэх эсвэл хувилах цаас.', + 'checkout' => 'Хэрэглэгчдэд хэрэглэх боломжтой', + 'consumable_name' => 'Боломжийн нэр', + 'create' => 'Болгоомжтой болгох', + 'item_no' => 'Барааны дугаар.', + 'remaining' => 'Үлдсэн', + 'total' => 'Нийт', + 'update' => 'Боломжийн талаар шинэчиллээ', ); diff --git a/resources/lang/mn/admin/consumables/message.php b/resources/lang/mn/admin/consumables/message.php index 48a3cfbd9f..1bc8297097 100644 --- a/resources/lang/mn/admin/consumables/message.php +++ b/resources/lang/mn/admin/consumables/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Consumable does not exist.', + 'does_not_exist' => 'Хадгалах боломжгүй.', 'create' => array( - 'error' => 'Consumable was not created, please try again.', - 'success' => 'Consumable created successfully.' + 'error' => 'Боломжит бүтээгдээгүй байна, дахин оролдоно уу.', + 'success' => 'Боломжит бүтээмж амжилттай болсон.' ), 'update' => array( - 'error' => 'Consumable was not updated, please try again', - 'success' => 'Consumable updated successfully.' + 'error' => 'Боломжийн талаар шинэчилсэн, дахин оролдоно уу', + 'success' => 'Хэрэглээ шинэчлэгдсэн.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this consumable?', - 'error' => 'There was an issue deleting the consumable. Please try again.', - 'success' => 'The consumable was deleted successfully.' + 'confirm' => 'Та үүнийг устгахыг хүсч байгаадаа итгэлтэй байна уу?', + 'error' => 'Хэрэглэгдэхүүн устгах асуудал гарлаа. Дахин оролдоно уу.', + 'success' => 'Хэрэглүүр амжилттай устгагдсан.' ), 'checkout' => array( - 'error' => 'Consumable was not checked out, please try again', - 'success' => 'Consumable checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Боломжийн талаар шалгаагүй байна, дахин оролдоно уу', + 'success' => 'Боломжийн талаар амжилттай шалгасан.', + 'user_does_not_exist' => 'Энэ хэрэглэгч буруу байна. Дахин оролдоно уу.' ), 'checkin' => array( - 'error' => 'Consumable was not checked in, please try again', - 'success' => 'Consumable checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Боломжийн талаар шалгаагүй байна, дахин оролдоно уу', + 'success' => 'Боломжийн шалгуурт амжилттай шалгагдсан.', + 'user_does_not_exist' => 'Энэ хэрэглэгч буруу байна. Дахин оролдоно уу.' ) diff --git a/resources/lang/mn/admin/consumables/table.php b/resources/lang/mn/admin/consumables/table.php index bb76721f17..3715b6935e 100644 --- a/resources/lang/mn/admin/consumables/table.php +++ b/resources/lang/mn/admin/consumables/table.php @@ -1,5 +1,5 @@ 'Consumable Name', + 'title' => 'Боломжийн нэр', ); diff --git a/resources/lang/mn/admin/custom_fields/general.php b/resources/lang/mn/admin/custom_fields/general.php index f2e6df90cb..a6581ec863 100644 --- a/resources/lang/mn/admin/custom_fields/general.php +++ b/resources/lang/mn/admin/custom_fields/general.php @@ -1,30 +1,30 @@ 'Custom Fields', - '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.', - 'encrypted' => 'Encrypted', - 'fieldset' => 'Fieldset', - 'qty_fields' => 'Qty Fields', + 'custom_fields' => 'Гаалийн талбарууд', + 'field' => 'Талбар', + 'about_fieldsets_title' => 'Fieldsets-ийн тухай', + 'about_fieldsets_text' => 'Fieldsets нь тусгай төрлийн загварт зориулж ашиглагддаг байнга ашигладаг тусгайлсан талбарын бүлгүүдийг үүсгэх боломжийг олгодог.', + 'custom_format' => 'Гаалийн формат ...', + 'encrypt_field' => 'Энэ талбарын утгыг мэдээллийн санд оруулна уу', + 'encrypt_field_help' => 'АНХААРУУЛГА: Талбарыг шифрлэх нь үүнийг ойлгомжгүй болгодог.', + 'encrypted' => 'Шифрлэгдсэн', + 'fieldset' => 'Талбар', + '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.', + 'fieldset_name' => 'Талбарын нэр', + 'field_name' => 'Талбарын нэр', + 'field_values' => 'Хээрийн үнэ цэнэ', + 'field_values_help' => 'Нэг мөрөнд нэг сонголтыг нэм. Эхний шугамаас бусад хоосон шугамыг орхигдуулах болно.', 'field_element' => 'Form Element', - 'field_element_short' => 'Element', - 'field_format' => 'Format', - 'field_custom_format' => 'Custom Format', - 'required' => 'Required', + 'field_element_short' => 'Бүрэлдэхүүн', + 'field_format' => 'Формат', + 'field_custom_format' => 'Гаалийн формат', + 'required' => 'Шаардлагатай', 'req' => 'Req.', - 'used_by_models' => 'Used By Models', - 'order' => 'Order', - 'create_fieldset' => 'New Fieldset', - 'create_field' => 'New Custom Field', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'used_by_models' => 'Загвар ашиглана', + 'order' => 'Захиалга', + 'create_fieldset' => 'Шинэ талбарт', + 'create_field' => 'Шинэ Гаалийн талбар', + 'value_encrypted' => 'Энэ талбарын үнэ цэнийг мэдээллийн санд шифрлэдэг. Зөвхөн админ хэрэглэгч нар нь буцаагдсан утгыг харах боломжтой байна', ); diff --git a/resources/lang/mn/admin/custom_fields/message.php b/resources/lang/mn/admin/custom_fields/message.php index ed66a6ba16..41df018663 100644 --- a/resources/lang/mn/admin/custom_fields/message.php +++ b/resources/lang/mn/admin/custom_fields/message.php @@ -3,48 +3,48 @@ return array( 'field' => array( - 'invalid' => 'That field does not exist.', - 'already_added' => 'Field already added', + 'invalid' => 'Энэ талбар байхгүй байна.', + 'already_added' => 'Талбай нэмэгдсэн байна', 'create' => array( - 'error' => 'Field was not created, please try again.', - 'success' => 'Field created successfully.', - 'assoc_success' => 'Field successfully added to fieldset.' + 'error' => 'Талбар үүсгэгдсэнгүй, дахин оролдоно уу.', + 'success' => 'Талбай амжилттай болсон.', + 'assoc_success' => 'Field талбарт амжилттай нэмсэн.' ), 'update' => array( - 'error' => 'Field was not updated, please try again', - 'success' => 'Field updated successfully.' + 'error' => 'Талбар шинэчлэгдсэнгүй, дахин оролдоно уу', + 'success' => 'Field амжилттай шинэчлэгдсэн.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this field?', - 'error' => 'There was an issue deleting the field. Please try again.', - 'success' => 'The field was deleted successfully.', - 'in_use' => 'Field is still in use.', + 'confirm' => 'Та энэ талбарыг устгахыг хүсч байна уу?', + 'error' => 'Энэ талбарыг устгах асуудал гарлаа. Дахин оролдоно уу.', + 'success' => 'Талбар амжилттай устгагдсан байна.', + 'in_use' => 'Талбар ашиглагдаж байна.', ) ), 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset байхгүй байна', 'create' => array( - 'error' => 'Fieldset was not created, please try again.', - 'success' => 'Fieldset created successfully.' + 'error' => 'Fieldset үүсгээгүй байна, дахин оролдоно уу.', + 'success' => 'Fieldset амжилттай болсон.' ), 'update' => array( - 'error' => 'Fieldset was not updated, please try again', - 'success' => 'Fieldset updated successfully.' + 'error' => 'Fieldset шинэчлэгдсэнгүй, дахин оролдоно уу', + 'success' => 'Fieldset амжилттай шинэчлэгдсэн.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this fieldset?', - 'error' => 'There was an issue deleting the fieldset. Please try again.', - 'success' => 'The fieldset was deleted successfully.', - 'in_use' => 'Fieldset is still in use.', + 'confirm' => 'Та энэ талбарыг устгахыг хүсч байгаадаа итгэлтэй байна уу?', + 'error' => 'Энэ талбарыг устгах асуудал гарлаа. Дахин оролдоно уу.', + 'success' => 'Fields амжилттай устгагдсан байна.', + 'in_use' => 'Fieldset ашиглагдаж байна.', ) ), diff --git a/resources/lang/mn/admin/departments/message.php b/resources/lang/mn/admin/departments/message.php index d65f4fbb2b..60176b297a 100644 --- a/resources/lang/mn/admin/departments/message.php +++ b/resources/lang/mn/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Хэлтэс байхгүй байна.', + 'assoc_users' => 'Энэ хэлтэс нь одоогоор хамгийн багадаа нэг хэрэглэгчтэй холбоотой бөгөөд устгах боломжгүй байна. Энэ хэрэглэгчийн лавлагааг цаашид хэрэггүй болгохын тулд хэрэглэгчиддээ шинэчилнэ үү.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Газар үүсгээгүй байна, дахин оролдоно уу.', + 'success' => 'Газар амжилттай бий болсон.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Хэлтэс шинэчлэгдсэнгүй, дахин оролдоно уу', + 'success' => 'Газар амжилттай шинэчлэгдсэн.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Та энэ хэлтэст устгахыг хүсч байна уу?', + 'error' => 'Департаментыг устгах асуудал гарсан. Дахин оролдоно уу.', + 'success' => 'Энэ хэлтэс амжилттай устгагдсан.' ) ); diff --git a/resources/lang/mn/admin/departments/table.php b/resources/lang/mn/admin/departments/table.php index 76494247be..541b45f6f7 100644 --- a/resources/lang/mn/admin/departments/table.php +++ b/resources/lang/mn/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'name' => 'Газрын нэр', + 'manager' => 'Менежер', + 'location' => 'Байршил', + 'create' => 'Газар үүсгэх', + 'update' => 'Шинэчилсэн газар', ); diff --git a/resources/lang/mn/admin/depreciations/general.php b/resources/lang/mn/admin/depreciations/general.php index 1fca0e2cb7..05cb05f281 100644 --- a/resources/lang/mn/admin/depreciations/general.php +++ b/resources/lang/mn/admin/depreciations/general.php @@ -1,12 +1,12 @@ 'About Asset Depreciations', - 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', - 'asset_depreciations' => 'Asset Depreciations', - 'create' => 'Create Depreciation', - 'depreciation_name' => 'Depreciation Name', - 'number_of_months' => 'Number of Months', - 'update' => 'Update Depreciation', + 'about_asset_depreciations' => 'Хөрөнгийн элэгдлийн тухай', + 'about_depreciations' => 'Та шулуун шугамын элэгдэл дээр үндэслэн хөрөнгийг элэгдүүлэхийн тулд хөрөнгийн элэгдлийг үүсгэж болно.', + 'asset_depreciations' => 'Хөрөнгийн элэгдэл', + 'create' => 'Элэгдэл бий болгох', + 'depreciation_name' => 'Элэгдэл Нэр', + 'number_of_months' => 'Сарын тоо', + 'update' => 'Элэгдэл шинэчлэх', ); diff --git a/resources/lang/mn/admin/depreciations/message.php b/resources/lang/mn/admin/depreciations/message.php index c20e52c13c..5d1dde23de 100644 --- a/resources/lang/mn/admin/depreciations/message.php +++ b/resources/lang/mn/admin/depreciations/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Depreciation class does not exist.', - 'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ', + 'does_not_exist' => 'Элэгдлийн анги байхгүй байна.', + 'assoc_users' => 'Энэ элэгдэл нэг буюу хэд хэдэн загвартай холбоотой бөгөөд устгах боломжгүй. Загваруудыг устгаж, дараа нь устгахыг оролдоно уу.', 'create' => array( - 'error' => 'Depreciation class was not created, please try again. :(', - 'success' => 'Depreciation class created successfully. :)' + 'error' => 'Элэгдэлийн анги үүссэнгүй, дахин оролдоно уу. :(', + 'success' => 'Элэгдэлийн элэгдэл бий болсон. :)' ), 'update' => array( - 'error' => 'Depreciation class was not updated, please try again', - 'success' => 'Depreciation class updated successfully.' + 'error' => 'Элэгдэлийн анги шинэчлэгдсэнгүй, дахин оролдоно уу', + 'success' => 'Элэгдэлийн ангилал амжилттай шинэчлэгдсэн.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this depreciation class?', - 'error' => 'There was an issue deleting the depreciation class. Please try again.', - 'success' => 'The depreciation class was deleted successfully.' + 'confirm' => 'Та энэ элэгдлийн ангилалыг устгахыг хүсч байгаадаа итгэлтэй байна уу?', + 'error' => 'Элэгдлийн анги устгах асуудал гарлаа. Дахин оролдоно уу.', + 'success' => 'Элэгдэлийн анги амжилттай устгасан.' ) ); diff --git a/resources/lang/mn/admin/depreciations/table.php b/resources/lang/mn/admin/depreciations/table.php index 5ba01d132c..bbbc6424d2 100644 --- a/resources/lang/mn/admin/depreciations/table.php +++ b/resources/lang/mn/admin/depreciations/table.php @@ -3,8 +3,8 @@ return array( 'id' => 'ID', - 'months' => 'Months', - 'term' => 'Term', - 'title' => 'Name ', + 'months' => 'Сар', + 'term' => 'Хугацаа', + 'title' => 'Нэр', ); diff --git a/resources/lang/mn/admin/groups/message.php b/resources/lang/mn/admin/groups/message.php index f14b6339e8..6ee7aef5c6 100644 --- a/resources/lang/mn/admin/groups/message.php +++ b/resources/lang/mn/admin/groups/message.php @@ -2,21 +2,21 @@ return array( - 'group_exists' => 'Group already exists!', - 'group_not_found' => 'Group [:id] does not exist.', - 'group_name_required' => 'The name field is required', + 'group_exists' => 'Групп аль хэдийн байна!', + 'group_not_found' => 'Групп [: id] байхгүй байна.', + 'group_name_required' => 'Нэрийн талбар шаардлагатай', 'success' => array( - 'create' => 'Group was successfully created.', - 'update' => 'Group was successfully updated.', - 'delete' => 'Group was successfully deleted.', + 'create' => 'Групп амжилттай болсон.', + 'update' => 'Групп амжилттай шинэчлэгдсэн.', + 'delete' => 'Групп амжилттай устгагдсан байна.', ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this group?', - 'create' => 'There was an issue creating the group. Please try again.', - 'update' => 'There was an issue updating the group. Please try again.', - 'delete' => 'There was an issue deleting the group. Please try again.', + 'confirm' => 'Та энэ бүлгийг устгахыг хүсч байгаадаа итгэлтэй байна уу?', + 'create' => 'Бүлэг үүсгэх асуудал үүссэн. Дахин оролдоно уу.', + 'update' => 'Бүлгийг шинэчлэх асуудал гарлаа. Дахин оролдоно уу.', + 'delete' => 'Бүлгийг устгах асуудал гарлаа. Дахин оролдоно уу.', ), ); diff --git a/resources/lang/mn/admin/groups/table.php b/resources/lang/mn/admin/groups/table.php index 61f060a116..893cc7ccbb 100644 --- a/resources/lang/mn/admin/groups/table.php +++ b/resources/lang/mn/admin/groups/table.php @@ -3,7 +3,7 @@ return array( 'id' => 'Id', - 'name' => 'Name', - 'users' => '# of Users', + 'name' => 'Нэр', + 'users' => 'Хэрэглэгчдийн тоо #', ); diff --git a/resources/lang/mn/admin/groups/titles.php b/resources/lang/mn/admin/groups/titles.php index 99e8cc1f6f..75be315a24 100644 --- a/resources/lang/mn/admin/groups/titles.php +++ b/resources/lang/mn/admin/groups/titles.php @@ -1,14 +1,14 @@ 'About Groups', - 'about_groups' => 'Groups are used to generalize user permissions.', - 'group_management' => 'Group Management', - 'create' => 'Create New Group', - 'update' => 'Edit Group', - 'group_name' => 'Group Name', - 'group_admin' => 'Group Admin', - 'allow' => 'Allow', - 'deny' => 'Deny', + 'about_groups_title' => 'Бүлгүүдийн тухай', + 'about_groups' => 'Бүлгүүд нь хэрэглэгчийн зөвшөөрлүүдийг ерөнхийд нь тодорхойлоход ашиглагддаг.', + 'group_management' => 'Группын удирдлага', + 'create' => 'Шинэ бүлэг үүсгэх', + 'update' => 'Бүлгийг засварлах', + 'group_name' => 'Группын нэр', + 'group_admin' => 'Групп админ', + 'allow' => 'Зөвшөөрнө үү', + 'deny' => 'Дене', ); diff --git a/resources/lang/mn/admin/hardware/form.php b/resources/lang/mn/admin/hardware/form.php index abded281fa..6b33145ecf 100644 --- a/resources/lang/mn/admin/hardware/form.php +++ b/resources/lang/mn/admin/hardware/form.php @@ -1,42 +1,43 @@ 'Confirm Bulk Delete Assets', - 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', - 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', - 'bulk_update' => 'Bulk Update Assets', - 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ', - 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.', - 'checkedout_to' => 'Checked Out To', - 'checkout_date' => 'Checkout Date', - 'checkin_date' => 'Checkin Date', - 'checkout_to' => 'Checkout to', - 'cost' => 'Purchase Cost', - 'create' => 'Create Asset', - 'date' => 'Purchase Date', - 'depreciates_on' => 'Depreciates On', - 'default_location' => 'Default Location', - 'eol_date' => 'EOL Date', + 'bulk_delete' => 'Бөөнөөр устгах активыг баталгаажуулна уу', + 'bulk_delete_help' => 'Доорхи их хэмжээний устгалт хийх хөрөнгийг хянаж үзэх. Устгагдсан тохиолдолд эдгээр хөрөнгийг сэргээж болно. Гэхдээ тэдгээр нь одоогоор тэдгээрт хуваарилагдсан хэрэглэгчдэд хамааралгүй болно.', + 'bulk_delete_warn' => 'Та устгах гэж байна: asset_count хөрөнгө.', + 'bulk_update' => 'Бөөнөөр шинэчлэх актив', + 'bulk_update_help' => 'Энэ маягтыг олон дахин нэг зэрэг олон актив шинэчлэх боломжтой. Зөвхөн өөрчлөх шаардлагатай талбаруудыг бөглөөрэй. Хоосон үлдсэн талбарууд өөрчлөгдөхгүй хэвээр үлдэнэ.', + 'bulk_update_warn' => 'Та asset_count активын шинж чанарыг засах гэж байна.', + 'checkedout_to' => 'Үүнийг шалгах', + 'checkout_date' => 'Тооцоо хийх өдөр', + 'checkin_date' => 'Checkin Огноо', + 'checkout_to' => 'Тооцоо хийх', + 'cost' => 'Худалдан авах зардал', + 'create' => 'Хөрөнгө үүсгэх', + 'date' => 'Худалдан авах өдөр', + 'depreciation' => 'Элэгдэл', + 'depreciates_on' => 'On', + 'default_location' => 'Анхдагч байршил', + 'eol_date' => 'EOL Огноо', 'eol_rate' => 'EOL Rate', - 'expected_checkin' => 'Expected Checkin Date', - 'expires' => 'Expires', - 'fully_depreciated' => 'Fully Depreciated', - 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', - 'mac_address' => 'MAC Address', - 'manufacturer' => 'Manufacturer', - 'model' => 'Model', - 'months' => 'months', - 'name' => 'Asset Name', - 'notes' => 'Notes', - 'order' => 'Order Number', - 'qr' => 'QR Code', - 'requestable' => 'Users may request this asset', - 'select_statustype' => 'Select Status Type', - 'serial' => 'Serial', - 'status' => 'Status', - 'tag' => 'Asset Tag', - 'update' => 'Asset Update', - 'warranty' => 'Warranty', - 'years' => 'years', + 'expected_checkin' => 'Хүлээгдэж буй хугацаа', + 'expires' => 'Хугацаа дуусна', + 'fully_depreciated' => 'Бүрэн тооцсон', + 'help_checkout' => 'Хэрэв та энэ хөрөнгийг нэн даруй олгохыг хүсвэл дээрх статусын жагсаалтаас "Илгээхэд бэлэн" -ийг сонгоно уу.', + 'mac_address' => 'MAC хаяг', + 'manufacturer' => 'Үйлдвэрлэгч', + 'model' => 'Загвар', + 'months' => 'сар', + 'name' => 'Хөрөнгийн нэр', + 'notes' => 'Тэмдэглэл', + 'order' => 'Захиалгын дугаар', + 'qr' => 'QR код', + 'requestable' => 'Хэрэглэгчид энэ хөрөнгийг шаардаж болно', + 'select_statustype' => 'Статусын төрлийг сонгоно уу', + 'serial' => 'Цуваа', + 'status' => 'Статус', + 'tag' => 'Хөрөнгийн шошго', + 'update' => 'Хөрөнгийн шинэчлэлт', + 'warranty' => 'Баталгаат', + 'years' => 'жил', ) ; diff --git a/resources/lang/mn/admin/hardware/general.php b/resources/lang/mn/admin/hardware/general.php index 1def86dc9e..c3f25fb844 100644 --- a/resources/lang/mn/admin/hardware/general.php +++ b/resources/lang/mn/admin/hardware/general.php @@ -1,23 +1,23 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', - 'archived' => 'Archived', - 'asset' => 'Asset', - 'bulk_checkout' => 'Checkout Assets to User', + 'about_assets_title' => 'Хөрөнгийн тухай', + 'about_assets_text' => 'Актив нь сериал дугаар буюу хөрөнгийн тэмдэгтээр хянагдсан зүйлс юм. Эдгээр нь тодорхой зүйлүүдийг тодорхойлоход илүү үнэ цэнэтэй зүйлс байх хандлагатай байдаг.', + 'archived' => 'Архивлагдсан', + 'asset' => 'Актив', + 'bulk_checkout' => 'Хэрэглэгч рүү аккаунтыг түр зогсоох', 'checkin' => 'Checkin Asset', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Тооцоот Хөрөнгийн', 'clone' => 'Clone Asset', - 'deployable' => 'Deployable', - 'deleted' => 'This asset has been deleted. Click here to restore it.', - 'edit' => 'Edit Asset', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', - 'requestable' => 'Requestable', - 'requested' => 'Requested', - 'restore' => 'Restore Asset', - 'pending' => 'Pending', + 'deployable' => 'Даалгавартай', + 'deleted' => 'Энэ хөрөнгө устгагдсан байна. Дахин оруулна уу.', + 'edit' => 'Хөрөнгийг засварлах', + 'filetype_info' => 'Зөвшөөрөгдсөн filetypes нь png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'model_deleted' => 'Энэ активын загвар устгагдсан байна. Хөрөнгийг сэргээхээс өмнө загварыг сэргээх хэрэгтэй.
Загвар-г сэргээхийн тулд энд дарна уу.', + 'requestable' => 'Уучлаарай', + 'requested' => 'Хүсэлт гаргасан', + 'restore' => 'Хөрөнгийг дахин сэргээх', + 'pending' => 'Хүлээгдэж байна', 'undeployable' => 'Undeployable', - 'view' => 'View Asset', + 'view' => 'Хөрөнгийг харах', ); diff --git a/resources/lang/mn/admin/hardware/message.php b/resources/lang/mn/admin/hardware/message.php index 112cf77ded..3fdb15a9d4 100644 --- a/resources/lang/mn/admin/hardware/message.php +++ b/resources/lang/mn/admin/hardware/message.php @@ -2,81 +2,80 @@ return array( - 'undeployable' => 'Warning: This asset has been marked as currently undeployable. - If this status has changed, please update the asset status.', - 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'undeployable' => 'Анхааруулга: Энэ хөрөнгө нь одоогоор хүчингүй болсон гэж тэмдэглэгдсэн байна. Хэрэв энэ байдал өөрчлөгдсөн бол хөрөнгийн статусыг шинэчлэнэ үү.', + 'does_not_exist' => 'Хөрөнгө байхгүй байна.', + 'does_not_exist_or_not_requestable' => 'Сайхан оролдлого. Энэ хөрөнгө байхгүй эсвэл хүсэлт гаргаагүй.', + 'assoc_users' => 'Энэ хөрөнгийг одоогоор хэрэглэгчид шалгаж, устгах боломжгүй байна. Эхлээд хөрөнгийг шалгаж үзээд дараа нь устга.', 'create' => array( - 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' + 'error' => 'Акт үүсгээгүй байна, дахин оролдоно уу. :(', + 'success' => 'Хөрөнгө амжилттай болсон. :)' ), 'update' => array( - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'error' => 'Хөрөнгийн шинэчлэлт хийгдээгүй тул дахин оролдоно уу', + 'success' => 'Акт амжилттай шинэчлэгдсэн.', + 'nothing_updated' => 'Ямар ч талбар сонгогдоогүй тул шинэчлэгдээгүй байна.', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' + 'error' => 'Хөрөнгө сэргээгээгүй байна, дахин оролдоно уу', + 'success' => 'Хөрөнгийн амжилттай сэргээгдэв.' ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Хөрөнгийн аудит амжилтгүй болсон. Дахин оролдоно уу.', + 'success' => 'Хөрөнгийн аудит амжилттай нэвтэрсэн байна.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Файлыг устгаагүй байна. Дахин оролдоно уу.', + 'success' => 'Файл амжилттай устгагдсан.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Файлд байршуулаагүй файл. Дахин оролдоно уу.', + 'success' => 'Файлууд амжилттай байршуулсан.', + 'nofiles' => 'Та байршуулах ямар ч файл сонгоогүй, эсвэл байршуулах гэж буй файл хэт том байна', + 'invalidfiles' => 'Таны файлуудын нэг юмуу хэд нь хэтэрхий том юмуу эсвэл файлын төрлийг зөвшөөрдөггүй. Зөвшөөрөгдсөн filetypes нь png, gif, jpg, doc, docx, pdf, болон txt байна.', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'Зарим зүйлс зөв импорт хийгдээгүй байна.', + 'errorDetail' => 'Дараах зүйлсийг алдааны улмаас импортолсонгүй.', + 'success' => "Таны файл импортлогдсон байна", + 'file_delete_success' => "Таны файл амжилттай болсон байна", + 'file_delete_error' => "Файл устгагдах боломжгүй байна", ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset?', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', - 'success' => 'The asset was deleted successfully.' + 'confirm' => 'Та энэ хөрөнгийг устгахыг хүсч байна уу?', + 'error' => 'Хөрөнгийг устгах асуудал гарлаа. Дахин оролдоно уу.', + 'nothing_updated' => 'Ямар ч хөрөнгө сонгогдоогүй тул юу ч устгаагүй.', + 'success' => 'Хөрөнгийг амжилттай устгасан байна.' ), 'checkout' => array( - 'error' => 'Asset was not checked out, please try again', - 'success' => 'Asset checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'not_available' => 'That asset is not available for checkout!' + 'error' => 'Хөрөнгийг шалгаагүй байна, дахин оролдоно уу', + 'success' => 'Акт амжилттай шалгасан.', + 'user_does_not_exist' => 'Энэ хэрэглэгч буруу байна. Дахин оролдоно уу.', + 'not_available' => 'Энэ хөрөнгийг татаж авахад бэлэн биш байна!' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'already_checked_in' => 'That asset is already checked in.', + 'error' => 'Хөрөнгө оруулаагүй байна, дахин оролдоно уу', + 'success' => 'Хөрөнгө амжилттай шалгагдсан.', + 'user_does_not_exist' => 'Энэ хэрэглэгч буруу байна. Дахин оролдоно уу.', + 'already_checked_in' => 'Энэ аккаунтыг аль хэдийн шалгасан байна.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'Акт хүсээгүй тул дахин оролдоно уу', + 'success' => 'Хөрөнгө амжилттай ирэв.', + 'canceled' => 'Тооцоо хийх хүсэлт амжилттай цуцлагдсан' ) ); diff --git a/resources/lang/mn/admin/hardware/table.php b/resources/lang/mn/admin/hardware/table.php index e8baa09d5a..19d78fe5f1 100644 --- a/resources/lang/mn/admin/hardware/table.php +++ b/resources/lang/mn/admin/hardware/table.php @@ -2,23 +2,23 @@ return array( - 'asset_tag' => 'Asset Tag', - 'asset_model' => 'Model', - 'book_value' => 'Value', - 'change' => 'In/Out', - 'checkout_date' => 'Checkout Date', - 'checkoutto' => 'Checked Out', + 'asset_tag' => 'Хөрөнгийн шошго', + 'asset_model' => 'Загвар', + 'book_value' => 'Утга', + 'change' => 'Гадуур нь', + 'checkout_date' => 'Тооцоо хийх өдөр', + 'checkoutto' => 'Нь шалгаж', 'diff' => 'Diff', - 'dl_csv' => 'Download CSV', + 'dl_csv' => 'CSV татаж авах', 'eol' => 'EOL', 'id' => 'ID', - 'location' => 'Location', - 'purchase_cost' => 'Cost', - 'purchase_date' => 'Purchased', - 'serial' => 'Serial', - 'status' => 'Status', - 'title' => 'Asset ', - 'image' => 'Device Image', - 'days_without_acceptance' => 'Days Without Acceptance' + 'location' => 'Байршил', + 'purchase_cost' => 'Зардал', + 'purchase_date' => 'Худалдан авсан', + 'serial' => 'Цуваа', + 'status' => 'Статус', + 'title' => 'Актив', + 'image' => 'Төхөөрөмжийн дүрс', + 'days_without_acceptance' => 'Хүлээн зөвшөөрөхгүй өдрүүд' ); diff --git a/resources/lang/mn/admin/licenses/form.php b/resources/lang/mn/admin/licenses/form.php index ce29167874..ab15e3dd19 100644 --- a/resources/lang/mn/admin/licenses/form.php +++ b/resources/lang/mn/admin/licenses/form.php @@ -2,21 +2,21 @@ return array( - 'asset' => 'Asset', - 'checkin' => 'Checkin', - 'create' => 'Create License', - 'expiration' => 'Expiration Date', - 'license_key' => 'Product Key', - 'maintained' => 'Maintained', - 'name' => 'Software Name', - 'no_depreciation' => 'Do Not Depreciate', - 'purchase_order' => 'Purchase Order Number', - 'reassignable' => 'Reassignable', - 'remaining_seats' => 'Remaining Seats', - 'seats' => 'Seats', - 'termination_date' => 'Termination Date', - 'to_email' => 'Licensed to Email', - 'to_name' => 'Licensed to Name', - 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' + 'asset' => 'Актив', + 'checkin' => 'Шалгах', + 'create' => 'Лиценз үүсгэх', + 'expiration' => 'Хугацаа дуусах хугацаа', + 'license_key' => 'Бүтээгдэхүүний түлхүүр', + 'maintained' => 'Тогтсон', + 'name' => 'Програмын нэр', + 'no_depreciation' => 'Үгүй', + 'purchase_order' => 'Худалдан авалтын захиалгын дугаар', + 'reassignable' => 'Дахин сонгогдох боломжтой', + 'remaining_seats' => 'Үлдсэн суудал', + 'seats' => 'Суудал', + 'termination_date' => 'Төгсгөлийн өдөр', + 'to_email' => 'Имэйлд тусгайлсан', + 'to_name' => 'Нэрээр нь тусгайлсан', + 'update' => 'Лицензийг шинэчлэх', + 'checkout_help' => 'Та лицензийг тоног төхөөрөмжийн хөрөнгө эсвэл хүн болгонд шалгаж үзэх ёстой. Та хоёуланг нь сонгож болно, гэхдээ хөрөнгийн эзэмшигч нь уг хөрөнгөө шалгаж байгаа хүнтэй таарах ёстой.' ); diff --git a/resources/lang/mn/admin/licenses/general.php b/resources/lang/mn/admin/licenses/general.php index 25a536ec56..27cb9e1af2 100644 --- a/resources/lang/mn/admin/licenses/general.php +++ b/resources/lang/mn/admin/licenses/general.php @@ -1,21 +1,21 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', - 'checkin' => 'Checkin License Seat', - 'checkout_history' => 'Checkout History', - 'checkout' => 'Checkout License Seat', - 'edit' => 'Edit License', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'about_licenses_title' => 'Лицензийн тухай', + 'about_licenses' => 'Програмыг хянах лицензийг ашигладаг. Тэдгээр нь тодорхой тооны суудалтай байдаг', + 'checkin' => 'Checkin лицензийн суудал', + 'checkout_history' => 'Тооцоо хийх түүх', + 'checkout' => 'Төлбөрийн лицензийн суудал', + 'edit' => 'Лицензийг засварлах', + 'filetype_info' => 'Зөвшөөрөгдсөн filetypes нь png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', 'clone' => 'Clone License', - 'history_for' => 'History for ', - 'in_out' => 'In/Out', - 'info' => 'License Info', - 'license_seats' => 'License Seats', - 'seat' => 'Seat', - 'seats' => 'Seats', - 'software_licenses' => 'Software Licenses', - 'user' => 'User', - 'view' => 'View License', + 'history_for' => 'Түүх', + 'in_out' => 'Гадуур нь', + 'info' => 'Лицензийн мэдээлэл', + 'license_seats' => 'Лицензийн суудал', + 'seat' => 'Суудал', + 'seats' => 'Суудал', + 'software_licenses' => 'Програм хангамжийн лиценз', + 'user' => 'Хэрэглэгч', + 'view' => 'Лицензийг харах', ); diff --git a/resources/lang/mn/admin/licenses/message.php b/resources/lang/mn/admin/licenses/message.php index d5dbfe77b9..8204a06ddc 100644 --- a/resources/lang/mn/admin/licenses/message.php +++ b/resources/lang/mn/admin/licenses/message.php @@ -2,49 +2,50 @@ return array( - 'does_not_exist' => 'License does not exist.', - 'user_does_not_exist' => 'User does not exist.', - 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', - 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'does_not_exist' => 'Лиценз байхгүй байна.', + 'user_does_not_exist' => 'Хэрэглэгч байхгүй байна.', + 'asset_does_not_exist' => 'Энэ лицензтэй холбогдохыг хүссэн хөрөнгө байхгүй байна.', + 'owner_doesnt_match_asset' => 'Энэ лицензтэй холбогдохыг хүсэж буй хөрөнгө нь тухайн сонгосон хүнээс доош сомдолоос өөр сомений эзэмшдэг.', + 'assoc_users' => 'Энэ лицензийг одоогоор хэрэглэгчид шалгаж, устгах боломжгүй байна. Лицензийг эхлээд шалгаад дахин устгахыг оролдоно уу.', + 'select_asset_or_person' => 'Та хөрөнгө эсвэл хэрэглэгчийг сонгох ёстой, гэхдээ хоёулаа биш.', 'create' => array( - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.' + 'error' => 'Лиценз үүсгэгдсэнгүй, дахин оролдоно уу.', + 'success' => 'Лиценз амжилттай болсон.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Файлыг устгаагүй байна. Дахин оролдоно уу.', + 'success' => 'Файл амжилттай устгагдсан.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'error' => 'Файлд байршуулаагүй файл. Дахин оролдоно уу.', + 'success' => 'Файлууд амжилттай байршуулсан.', + 'nofiles' => 'Та байршуулах ямар ч файл сонгоогүй, эсвэл байршуулах гэж буй файл хэт том байна', + 'invalidfiles' => 'Таны файлуудын нэг юмуу хэд нь хэтэрхий том юмуу эсвэл файлын төрлийг зөвшөөрдөггүй. Зөвшөөрөгдсөн filetypes нь png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, lic юм.', ), 'update' => array( - 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.' + 'error' => 'Лиценз шинэчлэгдсэнгүй, дахин оролдоно уу', + 'success' => 'Лиценз шинэчлэгдсэн.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this license?', - 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.' + 'confirm' => 'Та энэ лицензийг устгахыг хүсч байна уу?', + 'error' => 'Лицензийг устгах асуудал гарлаа. Дахин оролдоно уу.', + 'success' => 'Лиценз амжилттай устгагдсан.' ), 'checkout' => array( - 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully' + 'error' => 'Лицензийг шалгах асуудал гарлаа. Дахин оролдоно уу.', + 'success' => 'Лицензийг амжилттай шалгасан' ), 'checkin' => array( - 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully' + 'error' => 'Лиценз дээр асуудал гарлаа. Дахин оролдоно уу.', + 'success' => 'Лицензийг амжилттай шалгасан байна' ), ); diff --git a/resources/lang/mn/admin/licenses/table.php b/resources/lang/mn/admin/licenses/table.php index dfce4136cb..cbbb4b61f4 100644 --- a/resources/lang/mn/admin/licenses/table.php +++ b/resources/lang/mn/admin/licenses/table.php @@ -2,16 +2,16 @@ return array( - 'assigned_to' => 'Assigned To', - 'checkout' => 'In/Out', + 'assigned_to' => 'Томилогдсон', + 'checkout' => 'Гадуур нь', 'id' => 'ID', - 'license_email' => 'License Email', - 'license_name' => 'Licensed To', - 'purchase_date' => 'Purchase Date', - 'purchased' => 'Purchased', - 'seats' => 'Seats', - 'hardware' => 'Hardware', - 'serial' => 'Serial', - 'title' => 'License', + 'license_email' => 'Лицензийн и-мэйл', + 'license_name' => 'Лицензтэй байна', + 'purchase_date' => 'Худалдан авах өдөр', + 'purchased' => 'Худалдан авсан', + 'seats' => 'Суудал', + 'hardware' => 'Тоног төхөөрөмж', + 'serial' => 'Цуваа', + 'title' => 'Лиценз', ); diff --git a/resources/lang/mn/admin/locations/message.php b/resources/lang/mn/admin/locations/message.php index 3ba1eed3b6..5e087d6c8a 100644 --- a/resources/lang/mn/admin/locations/message.php +++ b/resources/lang/mn/admin/locations/message.php @@ -2,26 +2,26 @@ return array( - 'does_not_exist' => 'Location does not exist.', - 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', - 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', - 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + 'does_not_exist' => 'Байршил байхгүй байна.', + 'assoc_users' => 'Энэ байршил нь одоогоор хамгийн багадаа нэг хэрэглэгчтэй холбоотой бөгөөд устгах боломжгүй байна. Энэ байршлыг лавшруулахгүй болгохын тулд хэрэглэгчдийг шинэчилнэ үү, дахин оролдоно уу.', + 'assoc_assets' => 'Энэ байршил нь одоогоор нэгээс доошгүй активтай холбоотой бөгөөд устгах боломжгүй байна. Энэ байршлыг лавлагаа болгохоо болихын тулд өөрийн хөрөнгийг шинэчлээд дахин оролдоно уу.', + 'assoc_child_loc' => 'Энэ байршил нь одоогоор хамгийн багадаа нэг хүүхдийн байрлалын эцэг эх бөгөөд устгах боломжгүй байна. Энэ байршлыг лавшруулахгүй болгохын тулд байршлаа шинэчлээд дахин оролдоно уу.', 'create' => array( - 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.' + 'error' => 'Байршалт үүсээгүй байна, дахин оролдоно уу.', + 'success' => 'Байршил амжилттай болсон.' ), 'update' => array( - 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.' + 'error' => 'Байршил шинэчлэгдсэнгүй, дахин оролдоно уу', + 'success' => 'Байршил амжилттай шинэчлэгдсэн.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this location?', - 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.' + 'confirm' => 'Та энэ байршлыг устгахыг хүсч байна уу?', + 'error' => 'Байршил устгах асуудал гарлаа. Дахин оролдоно уу.', + 'success' => 'Байршил амжилттай устгагдсан байна.' ) ); diff --git a/resources/lang/mn/admin/locations/table.php b/resources/lang/mn/admin/locations/table.php index ffa69307d5..b5399f6d0f 100644 --- a/resources/lang/mn/admin/locations/table.php +++ b/resources/lang/mn/admin/locations/table.php @@ -1,21 +1,21 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', - 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', + 'about_locations_title' => 'Байршлын тухай', + 'about_locations' => 'Байршил нь хэрэглэгчид, эд хөрөнгө, бусад зүйлсийн байршлын мэдээллийг хянахад ашиглагддаг', + 'assets_rtd' => 'Актив', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Активыг хуваарилсан', 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', - 'ldap_ou' => 'LDAP Search OU', + 'city' => 'Хот', + 'state' => 'Улс', + 'country' => 'Улс', + 'create' => 'Байршлыг үүсгэх нь', + 'update' => 'Байршлын мэдээллийг шинэчлэх', + 'name' => 'Байршил нэр', + 'address' => 'Хаяг', + 'zip' => 'Шуудангийн код', + 'locations' => 'Байршил', + 'parent' => 'Эцэг эх', + 'currency' => 'Байршил валют', + 'ldap_ou' => 'LDAP хайлт ОУ', ); diff --git a/resources/lang/mn/admin/manufacturers/message.php b/resources/lang/mn/admin/manufacturers/message.php index 6586d2af44..a15cb4e3cd 100644 --- a/resources/lang/mn/admin/manufacturers/message.php +++ b/resources/lang/mn/admin/manufacturers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Manufacturer does not exist.', - 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', + 'does_not_exist' => 'Үйлдвэрлэгч байхгүй байна.', + 'assoc_users' => 'Энэ үйлдвэр нь одоогоор хамгийн багадаа нэг загвартай холбоотой бөгөөд устгах боломжгүй. Энэ загварыг дахин үйлдвэрлэхээ больсон загвараа шинэчлээд дахин оролдоно уу.', 'create' => array( - 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.' + 'error' => 'Үйлдвэрлэгч үүсгээгүй байна, дахин оролдоно уу.', + 'success' => 'Үйлдвэрлэгч амжилттай ажиллаж байна.' ), 'update' => array( - 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.' + 'error' => 'Үйлдвэрлэгч шинэчлэгдсэнгүй, дахин оролдоно уу', + 'success' => 'Үйлдвэрлэгч амжилттай шинэчлэгдсэн.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the manufacturer. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.' + 'confirm' => 'Та энэ үйлдвэрлэгчийн устгахыг хүсч байгаадаа итгэлтэй байна уу?', + 'error' => 'Үйлдвэрлэгчийг устгахад асуудал гарлаа. Дахин оролдоно уу.', + 'success' => 'Үйлдвэрлэгч амжилттай устгагдсан байна.' ) ); diff --git a/resources/lang/mn/admin/manufacturers/table.php b/resources/lang/mn/admin/manufacturers/table.php index 4e3ea9904d..6f000c3fd5 100644 --- a/resources/lang/mn/admin/manufacturers/table.php +++ b/resources/lang/mn/admin/manufacturers/table.php @@ -1,16 +1,16 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', - 'asset_manufacturers' => 'Asset Manufacturers', - 'create' => 'Create Manufacturer', + 'about_manufacturers_title' => 'Үйлдвэрлэгчийн талаар', + 'about_manufacturers_text' => 'Үйлдвэрлэгчид нь таны хөрөнгийг үүсгэдэг компаниуд юм. Та эдгээрийн талаар чухал мэдээллийг холбоо барих мэдээллийг хадгалах боломжтой бөгөөд энэ нь таны хөрөнгийн дэлгэрэнгүй хуудаснууд дээр харагдах болно.', + 'asset_manufacturers' => 'Актив үйлдвэрлэгчид', + 'create' => 'Үйлдвэрлэгч үүсгэх', 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', - 'update' => 'Update Manufacturer', + 'name' => 'Нэр', + 'support_email' => 'Дэмжлэг Имэйл', + 'support_phone' => 'Утасны дэмжлэг', + 'support_url' => 'Дэмжих URL', + 'update' => 'Үйлдвэрлэгчийг шинэчлэх', 'url' => 'URL', ); diff --git a/resources/lang/mn/admin/models/general.php b/resources/lang/mn/admin/models/general.php index e0da09f780..6945e7efa1 100644 --- a/resources/lang/mn/admin/models/general.php +++ b/resources/lang/mn/admin/models/general.php @@ -1,15 +1,15 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted. Click here to restore it.', - 'restore' => 'Restore Model', - 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', - 'view_deleted' => 'View Deleted', - 'view_models' => 'View Models', - 'fieldset' => 'Fieldset', - 'no_custom_field' => 'No custom fields', + 'about_models_title' => 'Активын загварууд', + 'about_models_text' => 'Хөрөнгийн загвар нь ижил төрлийн хөрөнгийг бүлэглэх арга юм. "MBP 2013", "IPhone 6s", гэх мэт.', + 'deleted' => 'Энэ загварыг устгасан. Дахин оруулна уу.', + 'restore' => 'Загварыг сэргээх', + 'requestable' => 'Хэрэглэгчид энэ загварыг хүсч болно', + 'show_mac_address' => 'Энэ загварт буй MAC хаягийн талбарыг харуулах', + 'view_deleted' => 'Устгагдсан харах', + 'view_models' => 'Загварыг үзэх', + 'fieldset' => 'Талбар', + 'no_custom_field' => 'Өөрчлөгдсөн талбар байхгүй байна', ); diff --git a/resources/lang/mn/admin/models/message.php b/resources/lang/mn/admin/models/message.php index 5b1b9a1a1b..9f02e2829f 100644 --- a/resources/lang/mn/admin/models/message.php +++ b/resources/lang/mn/admin/models/message.php @@ -2,35 +2,35 @@ return array( - 'does_not_exist' => 'Model does not exist.', - 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', + 'does_not_exist' => 'Загвар байхгүй байна.', + 'assoc_users' => 'Энэ загвар одоогоор нэг буюу хэд хэдэн хөрөнгөтэй холбоотой бөгөөд устгаж болохгүй. Хөрөнгө устгаж, дараа нь устгахыг оролдоно уу.', 'create' => array( - 'error' => 'Model was not created, please try again.', - 'success' => 'Model created successfully.', - 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + 'error' => 'Загвар үүсгэгдсэнгүй, дахин оролдоно уу.', + 'success' => 'Загвар амжилттай болсон.', + 'duplicate_set' => 'Тухайн нэр, үйлдвэрлэгч болон загварын дугаар бүхий хөрөнгийн загвар аль хэдийн гарсан байна.', ), 'update' => array( - 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.' + 'error' => 'Загвар шинэчлэгдсэнгүй, дахин оролдоно уу', + 'success' => 'Загвар амжилттай болсон.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset model?', - 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.' + 'confirm' => 'Та энэ хөрөнгийн загварыг устгахыг хүсэж байна уу?', + 'error' => 'Загварыг устгахад асуудал гарлаа. Дахин оролдоно уу.', + 'success' => 'Загвар амжилттай устгагдсан байна.' ), 'restore' => array( - 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.' + 'error' => 'Загвар сэргээгээгүй, дахин оролдоно уу', + 'success' => 'Загвар амжилттай болсон.' ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Ямар ч талбар өөрчлөгдсөнгүй тул шинэчлэгдээгүй байна.', + 'success' => 'Загвар шинэчилсэн.' ), ); diff --git a/resources/lang/mn/admin/models/table.php b/resources/lang/mn/admin/models/table.php index 11a512b3d3..ba98bda324 100644 --- a/resources/lang/mn/admin/models/table.php +++ b/resources/lang/mn/admin/models/table.php @@ -2,16 +2,16 @@ return array( - 'create' => 'Create Asset Model', - 'created_at' => 'Created at', + 'create' => 'Хөрөнгийн загвар үүсгэх', + 'created_at' => 'Үүсгэгдсэн', 'eol' => 'EOL', - 'modelnumber' => 'Model No.', - 'name' => 'Asset Model Name', - 'numassets' => 'Assets', - 'title' => 'Asset Models', - 'update' => 'Update Asset Model', - 'view' => 'View Asset Model', - 'update' => 'Update Asset Model', - 'clone' => 'Clone Model', - 'edit' => 'Edit Model', + 'modelnumber' => 'Загварын дугаар', + 'name' => 'Хөрөнгийн загварын нэр', + 'numassets' => 'Актив', + 'title' => 'Хөрөнгийн загвар', + 'update' => 'Активын загварыг шинэчлэх', + 'view' => 'Активын загварыг харах', + 'update' => 'Активын загварыг шинэчлэх', + 'clone' => 'Клоны загвар', + 'edit' => 'Загварыг засах', ); diff --git a/resources/lang/mn/admin/reports/general.php b/resources/lang/mn/admin/reports/general.php index b03b97546f..1f097a26a9 100644 --- a/resources/lang/mn/admin/reports/general.php +++ b/resources/lang/mn/admin/reports/general.php @@ -1,5 +1,5 @@ 'Select the options you want for your asset report.' + 'info' => 'Хөрөнгийн тайлангаа хүссэн сонголтоо сонгоно уу.' ); diff --git a/resources/lang/mn/admin/reports/message.php b/resources/lang/mn/admin/reports/message.php index d4c8f8198f..452da9600f 100644 --- a/resources/lang/mn/admin/reports/message.php +++ b/resources/lang/mn/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.' + 'error' => 'Та хамгийн багадаа ONE сонголтыг сонгох ёстой.' ); diff --git a/resources/lang/mn/admin/settings/general.php b/resources/lang/mn/admin/settings/general.php index 73fd052a58..6350ba484a 100644 --- a/resources/lang/mn/admin/settings/general.php +++ b/resources/lang/mn/admin/settings/general.php @@ -1,148 +1,150 @@ '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', - 'alert_email' => 'Send alerts to', - 'alerts_enabled' => 'Alerts Enabled', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', - 'asset_ids' => 'Asset IDs', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', - 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', - 'backups' => 'Backups', - 'barcode_settings' => 'Barcode Settings', - 'confirm_purge' => 'Confirm Purge', - 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', - 'custom_css' => 'Custom CSS', - 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', - 'default_currency' => 'Default Currency', - 'default_eula_text' => 'Default EULA', - 'default_language' => 'Default Language', - 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', - 'display_asset_name' => 'Display Asset Name', - 'display_checkout_date' => 'Display Checkout Date', - 'display_eol' => 'Display EOL in table view', - 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', - 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', - 'eula_settings' => 'EULA Settings', - 'eula_markdown' => 'This EULA allows Github flavored markdown.', - 'general_settings' => 'General Settings', - 'generate_backup' => 'Generate Backup', - 'header_color' => 'Header Color', - 'info' => 'These settings let you customize certain aspects of your installation.', - 'laravel' => 'Laravel Version', - '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_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', - 'ldap_auth_filter_query' => 'LDAP Authentication query', - 'ldap_version' => 'LDAP Version', + 'ad' => 'Идэвхтэй лавлах', + 'ad_domain' => 'Active Directory домэйн', + 'ad_domain_help' => 'Энэ нь заримдаа таны имэйл домэйнтой адил боловч үргэлж биш юм.', + 'is_ad' => 'Энэ бол Active Directory Server', + 'alert_email' => 'Анхааруулга илгээх', + 'alerts_enabled' => 'Идэвхжүүлсэн дохиог', + 'alert_interval' => 'Exped Alerts (босоо хоногоор)', + 'alert_inv_threshold' => 'Бараа материалын Alert босго', + 'asset_ids' => 'Хөрөнгийн дугаар', + 'audit_interval' => 'Аудитын интервал', + 'audit_interval_help' => 'Хэрэв та хөрөнгөө тогтмол шалгаж байх шаардлагатай бол сар бүрийн интервалыг оруул.', + 'audit_warning_days' => 'Аудитын анхааруулах босго', + 'audit_warning_days_help' => 'Хөрөнгө аудит хийхэд бэлэн байх үед танд хэдэн өдөр урьдчилан урьдчилан анхааруулах ёстой вэ?', + 'auto_increment_assets' => 'Авто-нэмэгдэл хөрөнгийн ID-г үүсгэх', + 'auto_increment_prefix' => 'Угтвар (заавал биш)', + 'auto_incrementing_help' => 'Үүнийг тохируулахдаа авто-нэмэгдэл хөрөнгийн ID-г идэвхжүүлэх', + 'backups' => 'Нөөцлөлтүүд', + 'barcode_settings' => 'Бар кодын тохиргоо', + 'confirm_purge' => 'Цэвэршүүлэлтийг баталгаажуулна уу', + 'confirm_purge_help' => 'Таны устгасан бичлэгийг устгахын тулд доорх хайрцгийн "DELETE" текстийг оруулна уу. Энэ үйлдлийг буцаах боломжгүй.', + 'custom_css' => 'CSS тохиргоо', + 'custom_css_help' => 'Ямар нэгэн гаалийн CSS дарж өөрчлөхийг хүсч оруулаарай. <style></style> хаягуудыг бүү оруулаарай.', + 'default_currency' => 'Анхдагч валют', + 'default_eula_text' => 'Үндсэн EULA', + 'default_language' => 'Үндсэн хэл', + 'default_eula_help_text' => 'Та мөн EULA-г тусгай активын төрлөөр ангилж болно.', + 'display_asset_name' => 'Дэлгэцийн нэрийг харуулах', + 'display_checkout_date' => 'Дэлгэцийн төлбөр хийх хугацаа', + 'display_eol' => 'EOL харуулах хүснэгтийг харна уу', + 'display_qr' => 'Талбай кодыг харуулах', + 'display_alt_barcode' => '1D бар кодыг харуулах', + 'barcode_type' => '2D бар кодны төрөл', + 'alt_barcode_type' => '1D бар кодын төрөл', + 'eula_settings' => 'EULA тохиргоо', + 'eula_markdown' => 'Энэ EULA нь Гитуб амттай markdown.', + 'general_settings' => 'Ерөнхий Тохиргоо', + 'generate_backup' => 'Нөөц үүсгэх', + 'header_color' => 'Толгойн өнгө', + 'info' => 'Эдгээр тохиргоонууд нь таны суулгах зарим асуудлуудыг өөрчлөх боломжийг олгоно.', + 'laravel' => 'Лараэлийн хувилбар', + 'ldap_enabled' => 'LDAP идэвхжсэн', + 'ldap_integration' => 'LDAP интеграцчилал', + 'ldap_settings' => 'LDAP Тохиргоо', + 'ldap_server' => 'LDAP сервер', + 'ldap_server_help' => 'Энэ нь ldap: // (unrrypted буюу TLS) эсвэл ldaps-ээр эхлэх ёстой: // (SSL нь)', + 'ldap_server_cert' => 'LDAP SSL гэрчилгээ баталгаажуулалт', + 'ldap_server_cert_ignore' => 'Хүчингүй SSL гэрчилгээг зөвшөөрөх', + 'ldap_server_cert_help' => 'Хэрэв та өөрийгөө гарын үсэг зурсан SSL сертификат ашиглаж байгаа бол энэ сонголтыг сонгож хүчингүй SSL сертификатыг хүлээн авахыг хүсч байна.', + 'ldap_tls' => 'TLS ашиглах', + 'ldap_tls_help' => 'Хэрэв та LDAP сервер дээрээ STARTTLS ажиллуулж байгаа бол үүнийг шалгаж үзэх хэрэгтэй.', + 'ldap_uname' => 'LDAP холбох хэрэглэгчийн нэр', + 'ldap_pword' => 'LDAP нууц үгийн холбох', + 'ldap_basedn' => 'Суурь Bind DN', + 'ldap_filter' => 'LDAP шүүгч', + 'ldap_pw_sync' => 'LDAP нууц үгийн синк', + 'ldap_pw_sync_help' => 'Хэрэв та LDAP нууц үгүүдийг локал нууц үгтэй синхрончлохыг хүсэхгүй байгаа бол энэ хайрцгийг идэвхгүй болгоно уу. Ингэхгүй бол таны LDAP сервер ямар нэг шалтгаанаар хүрэх боломжгүй бол таны хэрэглэгчид нэвтэрч чадахгүй байж болно гэсэн үг юм.', + 'ldap_username_field' => 'Хэрэглэгчийн талбар', + 'ldap_lname_field' => 'Сүүлийн нэр', + 'ldap_fname_field' => 'LDAP анхны нэр', + 'ldap_auth_filter_query' => 'LDAP Танин шалгах хүсэлт', + 'ldap_version' => 'LDAP хувилбар', '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.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', - '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', - 'optional' => 'optional', - 'per_page' => 'Results Per Page', - 'php' => 'PHP Version', - 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', - 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', - 'qr_help' => 'Enable QR Codes first to set this', - 'qr_text' => 'QR Code Text', - 'setting' => 'Setting', - 'settings' => 'Settings', - 'site_name' => 'Site Name', + 'ldap_emp_num' => 'LDAP Ажилчдын тоо', + 'ldap_email' => 'LDAP И-мэйл', + 'load_remote_text' => 'Алсын Scripts', + 'load_remote_help_text' => 'Энэ Snipe-IT суулгах нь гаднах ертөнцөөс скриптүүдийг дуудаж чаддаг.', + 'login_note' => 'Нэвтрэх Тайлбар', + 'login_note_help' => 'Нэвтрэх дэлгэц дээр цөөн хэдэн өгүүлбэрийг оруулаад, жишээ нь алдагдсан эсвэл хулгайлсан төхөөрөмжийг олж авсан хүмүүст туслах. Энэ талбар Github амт markdown', + 'logo' => 'Лого', + 'full_multiple_companies_support_help_text' => 'Компаниудын өмч хөрөнгөд компанид хуваарилсан хэрэглэгчдийг (түүний дотор админуудыг) хязгаарлах.', + 'full_multiple_companies_support_text' => 'Олон тооны компаниудын дэмжлэг', + 'optional' => 'Нэмэлт', + 'per_page' => 'Нэг хуудасны үр дүн', + 'php' => 'PHP хувилбар', + 'php_gd_info' => 'Та php-gd-г QR кодуудыг харуулахын тулд суулгах зааврыг харах хэрэгтэй.', + 'php_gd_warning' => 'PHP Image Processing болон GD залгаас суулгаагүй байна.', + 'pwd_secure_complexity' => 'Нууц үгийн нарийн төвөгтэй байдал', + 'pwd_secure_complexity_help' => 'Хүчээр ажиллахад шаардагдах нууц үгийн нарийн түвшний дүрмийг сонгоорой.', + 'pwd_secure_min' => 'Нууц үгийн хамгийн бага тэмдэгт', + 'pwd_secure_min_help' => 'Хамгийн бага зөвшөөрөгдөх утга нь 5 байна', + 'pwd_secure_uncommon' => 'Нийтлэг нууц үгийг урьдчилан сэргийлэх', + 'pwd_secure_uncommon_help' => 'Энэ нь хэрэглэгчид зөрчсөн гэж мэдээлсэн дээд түвшний 10,000 нууц үгнээс нийтлэг нууц үгийг ашиглах боломжийг хэрэглэгчдэд олгохгүй.', + 'qr_help' => 'Эхлээд QR кодыг идэвхжүүлнэ үү', + 'qr_text' => 'QR кодын текст', + 'setting' => 'Тохируулах', + 'settings' => 'Тохиргоо', + 'site_name' => 'Сайтын нэр', 'slack_botname' => 'Slack Botname', - 'slack_channel' => 'Slack Channel', + 'slack_channel' => 'Slack суваг', 'slack_endpoint' => 'Slack Endpoint', - 'slack_integration' => 'Slack Settings', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', - 'snipe_version' => 'Snipe-IT version', - 'system' => 'System Information', - 'update' => 'Update Settings', - 'value' => 'Value', - '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)', - 'next_auto_tag_base' => 'Next auto-increment', - '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', + 'slack_integration' => 'Slack тохиргоо', + 'slack_integration_help' => 'Slack интеграци нь сонголттой боловч та ашиглахыг хүсэж байгаа бол төгсгөл болон суваг шаардлагатай. Slack интеграцыг тохируулахын тулд та эхлээд нэвтэрч байгаа вэбхook Slack дансанд эхлүүлэх ёстой.', + 'snipe_version' => 'Snipe-IT хувилбар', + 'system' => 'Системийн мэдээлэл', + 'update' => 'Тохиргоог шинэчлэнэ', + 'value' => 'Утга', + 'brand' => 'Брэнд', + 'about_settings_title' => 'Тохиргооны тухай', + 'about_settings_text' => 'Эдгээр тохиргоонууд нь таны суулгах зарим асуудлуудыг өөрчлөх боломжийг олгоно.', + 'labels_per_page' => 'Хуудасны нэг хуудсууд', + 'label_dimensions' => 'Шошго хэмжээ (инч)', + 'next_auto_tag_base' => 'Дараагийн автомат авалт', + 'page_padding' => 'Хуудасны хэмжээ (инч)', + 'purge' => 'Устгагдсан бүртгэл', + 'labels_display_bgutter' => 'Шошгоны доод ус зайлуулах хоолой', + 'labels_display_sgutter' => 'Шошго талын ус зайлуулах хоолой', + 'labels_fontsize' => 'Шошго үсгийн хэмжээ', + 'labels_pagewidth' => 'Шошгоны хуудасны өргөн', + 'labels_pageheight' => 'Шошго хуудасны өндөр', + 'label_gutters' => 'Шошгоны зай (инч)', + 'page_dimensions' => 'Хуудасны хэмжээ (инч)', + 'label_fields' => 'Харагдах талбаруудыг тэмдэглэнэ үү', + 'inches' => 'инч', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Сингапурт Snipe-IT руу холбох', + 'show_url_in_emails_help_text' => 'Хэрэв та өөрийн имэйлийн хөлөгт Snipe-IT суулгалтанд холбохыг хүсэхгүй байгаа бол энэ хайрцгийг арилга. Хэрэглэгчдийн ихэнх нь хэзээ ч нэвтэрч чадахгүй бол ашигтай.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', - 'top' => 'top', - 'bottom' => 'bottom', - 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'thumbnail_max_h' => 'Max зургийн хэмжээ өндөр', + 'thumbnail_max_h_help' => 'Өгөгдлийн зураг дээр харагдах пиксел дэх хамгийн их өндрийг жагсаалт харуулах боломжтой. Min 25, хамгийн ихдээ 500.', + 'two_factor' => 'Хоёр хүчин зүйл баталгаажуулалт', + 'two_factor_secret' => 'Хоёр хүчин зүйлийн код', + 'two_factor_enrollment' => 'Хоёр хүчин зүйлийн элсэлт', + 'two_factor_enabled_text' => 'Хоёр хүчин зүйлийг идэвхжүүлэх', + 'two_factor_reset' => 'Хоёр хүчин зүйлийн нууцыг дахин тохируулна уу', + 'two_factor_reset_help' => 'Энэ нь хэрэглэгчийг Google Authenticator-т ​​дахин ашиглах боломжтой болно. Энэ нь одоогоор бүртгэгдсэн төхөөрөмжөө алдсан эсвэл хулгайлсан тохиолдолд ашигтай байж болно.', + 'two_factor_reset_success' => 'Хоёр хүчин зүйл төхөөрөмжийг амжилттай дахин тохируулах', + 'two_factor_reset_error' => 'Хоёр хүчин зүйлийн төхөөрөмжийн дахин тохируулга амжилтгүй боллоо', + 'two_factor_enabled_warning' => 'Хэрэв та одоогоор идэвхжээгүй бол хоёр хүчин зүйлийг идэвхжүүлэх нь таныг Google Auth бүртгэлтэй төхөөрөмжтэй таныг баталгаажуулахыг шаардана. Хэрэв та элсээгүй бол та төхөөрөмжөө бүртгүүлэх боломжтой болно.', + 'two_factor_enabled_help' => 'Энэ нь Google Authenticator ашиглан хоёр хүчин зүйлийг таньж баталгаажуулах болно.', + 'two_factor_optional' => 'Сонгомол (Зөвшөөрөгдсөн тохиолдолд хэрэглэгчийг идэвхжүүлэх эсвэл идэвхгүй болгох боломжтой)', + 'two_factor_required' => 'Бүх хэрэглэгчдэд шаардлагатай', + 'two_factor_disabled' => 'Хөгжлийн бэрхшээлтэй', + 'two_factor_enter_code' => 'Хоёр хүчин зүйлийн кодыг оруулна уу', + 'two_factor_config_complete' => 'Код илгээх', + 'two_factor_enabled_edit_not_allowed' => 'Таны админ энэ тохиргоог засахыг зөвшөөрөхгүй.', + 'two_factor_enrollment_text' => "Хоёр хүчин зүйлийг баталгаажуулах шаардлагатай боловч таны төхөөрөмж одоогоор бүртгэгдээгүй байна. Google Authenticator аппликейшнийг нээж, төхөөрөмжөө бүртгүүлэхийн тулд доорх QR кодыг хайна уу. Та төхөөрөмжөө бүртгүүлснийхээ дараа доорх кодыг оруулна уу", + 'require_accept_signature' => 'Гарын үсэг зурах шаардлагатай', + 'require_accept_signature_help_text' => 'Энэ функцийг идэвхжүүлэх нь хэрэглэгчид активыг хүлээн авахдаа биечлэн гарын үсэг зурах шаардлагатай болно.', + 'left' => 'үлдсэн', + 'right' => 'баруун', + 'top' => 'дээд', + 'bottom' => 'доод', + 'vertical' => 'босоо', + 'horizontal' => 'хэвтээ', + 'zerofill_count' => 'Үүнд үл хөдлөх хөрөнгийн хаягуудын урт', ); diff --git a/resources/lang/mn/admin/settings/message.php b/resources/lang/mn/admin/settings/message.php index 736d5c3e9e..6c16ed7544 100644 --- a/resources/lang/mn/admin/settings/message.php +++ b/resources/lang/mn/admin/settings/message.php @@ -4,19 +4,19 @@ return array( 'update' => array( - 'error' => 'An error has occurred while updating. ', - 'success' => 'Settings updated successfully.' + 'error' => 'Шинэчлэлт хийх үед алдаа гарлаа.', + 'success' => 'Тохиргоо амжилттай болсон.' ), 'backup' => array( - 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', - 'file_deleted' => 'The backup file was successfully deleted. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'delete_confirm' => 'Та энэ нөөц файлыг устгахыг хүсч байна уу? Энэ үйлдлийг буцаах боломжгүй.', + 'file_deleted' => 'Нөөц файл амжилттай устгагдсан байна.', + 'generated' => 'Шинэ нөөц файл амжилттай болсон.', + 'file_not_found' => 'Энэ нөөц файлыг сервер дээрээс олж чадсангүй.', ), 'purge' => array( - 'error' => 'An error has occurred while purging. ', - 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', - 'success' => 'Deleted records successfully purged.' + 'error' => 'Цэвэрлэх явцад алдаа гарлаа.', + 'validation_failed' => 'Таны таслалтын баталгаа буруу байна. Баталгаажуулалтын хайрцагт "DELETE" үгийг оруулна уу.', + 'success' => 'Устсан бүртгэлийг амжилттай цэвэрлэж байна.' ), ); diff --git a/resources/lang/mn/admin/statuslabels/message.php b/resources/lang/mn/admin/statuslabels/message.php index 619a5a509c..bd0eea63a0 100644 --- a/resources/lang/mn/admin/statuslabels/message.php +++ b/resources/lang/mn/admin/statuslabels/message.php @@ -2,24 +2,31 @@ 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' => 'Статусын шошго байхгүй байна.', + 'assoc_assets' => 'Энэ Статистик хаяг нь одоогоор хамгийн багадаа нэг акттай холбоотой бөгөөд устгагдах боломжгүй байна. Энэ хөрөнгийг дахин ашиглахын тулд өөрийн хөрөнгийг шинэчилнэ үү.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'Статусын шошгыг үүсгээгүй байна, дахин оролдоно уу.', + 'success' => 'Статусын шошго амжилттай болсон.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'Статусын шошго шинэчлэгдсэнгүй, дахин оролдоно уу', + 'success' => 'Статусын шошго амжилттай болсон.' ), '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' => 'Та энэ Статус шошгыг устгахыг хүсч байна уу?', + 'error' => 'Статусын шошгыг устгахад асуудал гарлаа. Дахин оролдоно уу.', + 'success' => 'Статусын шошго амжилттай устгагдсан байна.' + ), + + 'help' => array( + 'undeployable' => 'Эдгээр хөрөнгийг хэн ч өгч чадахгүй.', + 'deployable' => 'Эдгээр хөрөнгийг шалгах боломжтой. Тэдгээрийг оноож дууссаны дараа тэд Deployed гэсэн мета төлөв гэж тооцдог.', + 'archived' => 'Эдгээр хөрөнгө нь шалгагдаагүй, зөвхөн Архивлагдсан үзэгдэлд харагдана. Энэ нь төсөвт / түүхэн зориулалтаар ашиглах хөрөнгийн тухай мэдээллийг хадгалж үлдэхийн зэрэгцээ тэдгээрийг өдөр тутмын хөрөнгийн жагсаалтаас гаргахад тустай байдаг.', + 'pending' => 'Эд хөрөнгийг засварлахын тулд ихэвчлэн ашигладаг боловч эргэлтэнд орохоор хүлээгдэж буй эд зүйлсэд ашиглагддаггүй.', + ), ); diff --git a/resources/lang/mn/admin/statuslabels/table.php b/resources/lang/mn/admin/statuslabels/table.php index b9b5b7ec4e..d1aec89564 100644 --- a/resources/lang/mn/admin/statuslabels/table.php +++ b/resources/lang/mn/admin/statuslabels/table.php @@ -1,17 +1,17 @@ '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', + 'about' => 'Статусын гарчгийн талаар', + 'archived' => 'Архивлагдсан', + 'create' => 'Статусын шошго үүсгэнэ үү', + 'color' => 'График өнгө', + 'deployable' => 'Даалгавартай', + 'info' => 'Статусын шошгонууд нь таны өмч хөрөнгүүдийн янз бүрийн мужуудыг тодорхойлоход хэрэглэгддэг. Засварлах, алдагдах, хулгайлагдах гэх мэтчилэн байж болно. Та байршуулах боломжтой, хүлээгдэж байгаа, архивлагдсан хөрөнгөд зориулсан шинэ статусыг үүсгэж болно.', + 'name' => 'Статусын нэр', + 'pending' => 'Хүлээгдэж байна', + 'status_type' => 'Статус төрөл', + 'show_in_nav' => 'Далд nav-д харуулах', + 'title' => 'Статусын шошго', 'undeployable' => 'Undeployable', - 'update' => 'Update Status Label', + 'update' => 'Статус шошго шинэчлэх', ); diff --git a/resources/lang/mn/admin/suppliers/message.php b/resources/lang/mn/admin/suppliers/message.php index df4bc41af3..1d4d158e59 100644 --- a/resources/lang/mn/admin/suppliers/message.php +++ b/resources/lang/mn/admin/suppliers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Supplier does not exist.', - 'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ', + 'does_not_exist' => 'Нийлүүлэгч байхгүй байна.', + 'assoc_users' => 'Энэ нийлүүлэгч одоогоор хамгийн багадаа нэг загвартай холбоотой бөгөөд устгах боломжгүй байна. Энэ загварыг дахин ашиглахгүй байхын тулд загвараа шинэчлээд дахин оролдоно уу.', 'create' => array( - 'error' => 'Supplier was not created, please try again.', - 'success' => 'Supplier created successfully.' + 'error' => 'Нийлүүлэгч үүсгээгүй байна, дахин оролдоно уу.', + 'success' => 'Ханган нийлүүлэгч амжилтанд хүрсэн.' ), 'update' => array( - 'error' => 'Supplier was not updated, please try again', - 'success' => 'Supplier updated successfully.' + 'error' => 'Нийлүүлэгч шинэчлэгдсэнгүй, дахин оролдоно уу', + 'success' => 'Ханган нийлүүлэгч амжилттай шинэчлэгдсэн.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this supplier?', - 'error' => 'There was an issue deleting the supplier. Please try again.', - 'success' => 'Supplier was deleted successfully.' + 'confirm' => 'Та энэ нийлүүлэгчийг устгахыг хүсэж байна уу?', + 'error' => 'Ханган нийлүүлэгчийг устгах асуудал гарч байсан. Дахин оролдоно уу.', + 'success' => 'Ханган нийлүүлэгч амжилттай устгагдсан.' ) ); diff --git a/resources/lang/mn/admin/suppliers/table.php b/resources/lang/mn/admin/suppliers/table.php index 2a7b07ca93..de48ae0321 100644 --- a/resources/lang/mn/admin/suppliers/table.php +++ b/resources/lang/mn/admin/suppliers/table.php @@ -1,27 +1,27 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', - 'address' => 'Supplier Address', - 'assets' => 'Assets', - 'city' => 'City', - 'contact' => 'Contact Name', - 'country' => 'Country', - 'create' => 'Create Supplier', - 'email' => 'Email', - 'fax' => 'Fax', + 'about_suppliers_title' => 'Нийлүүлэгчийн талаар', + 'about_suppliers_text' => 'Нийлүүлэгч нь эд зүйлийн эх сурвалжийг хянахад ашиглагддаг', + 'address' => 'Нийлүүлэгчийн хаяг', + 'assets' => 'Актив', + 'city' => 'Хот', + 'contact' => 'Холбоо барих нэр', + 'country' => 'Улс', + 'create' => 'Нийлүүлэгч бий болгох', + 'email' => 'И-мэйл хаяг', + 'fax' => 'Факс', 'id' => 'ID', - 'licenses' => 'Licenses', - 'name' => 'Supplier Name', - 'notes' => 'Notes', - 'phone' => 'Phone', - 'state' => 'State', - 'suppliers' => 'Suppliers', - 'update' => 'Update Supplier', + 'licenses' => 'Лицензүүд', + 'name' => 'Нийлүүлэгчийн нэр', + 'notes' => 'Тэмдэглэл', + 'phone' => 'Утас', + 'state' => 'Улс', + 'suppliers' => 'Нийлүүлэгч', + 'update' => 'Нийлүүлэгчийг шинэчлэх', 'url' => 'URL', - 'view' => 'View Supplier', - 'view_assets_for' => 'View Assets for', - 'zip' => 'Postal Code', + 'view' => 'Нийлүүлэгчийг харах', + 'view_assets_for' => 'Активыг харах', + 'zip' => 'Шуудангийн код', ); diff --git a/resources/lang/mn/admin/users/general.php b/resources/lang/mn/admin/users/general.php index 985138d065..69cd1e2357 100644 --- a/resources/lang/mn/admin/users/general.php +++ b/resources/lang/mn/admin/users/general.php @@ -3,23 +3,23 @@ return array( - 'assets_user' => 'Assets assigned to :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', - 'current_assets' => 'Assets currently checked out to this user', - 'clone' => 'Clone User', - 'contact_user' => 'Contact :name', - 'edit' => 'Edit User', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'history_user' => 'History for :name', - 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', - 'last_login' => 'Last Login', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', - 'software_user' => 'Software Checked out to :name', - 'view_user' => 'View User :name', - 'usercsv' => 'CSV file', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'assets_user' => 'Нэр:', + 'bulk_update_warn' => 'Та: user_count хэрэглэгчдийн шинж чанарыг засах гэж байна. Энэ маягтыг ашиглан өөрийн хэрэглэгчийн атрибутуудыг өөрчлөх боломжгүй гэдгийг анхаарна уу. Мөн өөрийн хэрэглэгчдэд тус бүрд засвар хийлгэх ёстой.', + 'bulk_update_help' => 'Энэ маягт нь олон хэрэглэгчийг нэгэн зэрэг шинэчлэх боломжийг олгоно. Зөвхөн өөрчлөх шаардлагатай талбаруудыг бөглөөрэй. Хоосон үлдсэн талбарууд өөрчлөгдөхгүй хэвээр үлдэнэ.', + 'current_assets' => 'Одоогоор ашиглагдаж буй активууд энэ хэрэглэгчийг шалгасан байна', + 'clone' => 'Clone Хэрэглэгч', + 'contact_user' => 'Холбоо барих нэр', + 'edit' => 'Хэрэглэгчийг засварлах', + 'filetype_info' => 'Зөвшөөрөгдсөн filetypes нь png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'history_user' => 'Түүх: нэр', + 'info' => 'Мэдээлэл', + 'restore_user' => 'Тэднийг сэргээхийн тулд энд дарна уу.', + 'last_login' => 'Сүүлчийн Нэвтрэх', + 'ldap_config_text' => 'LDAP тохиргооны тохиргоог Админ> Тохиргоо гэж олж болно. (Заавал биш) сонгосон байршлыг бүх импортлогчдын хувьд тохируулах болно.', + 'software_user' => 'Програм хангамж: нэр', + 'view_user' => 'Хэрэглэгч: нэрийг харах', + 'usercsv' => 'CSV файл', + 'two_factor_admin_optin_help' => 'Таны одоогийн админ тохиргоо нь хоёр хүчин зүйлийн баталгаажуулалтыг сонгохыг зөвшөөрдөг.', + 'two_factor_enrolled' => '2FA төхөөрөмжийг бүртгүүлсэн', + 'two_factor_active' => '2FA идэвхтэй', ); diff --git a/resources/lang/mn/admin/users/message.php b/resources/lang/mn/admin/users/message.php index 8ee552afab..2fb89887c6 100644 --- a/resources/lang/mn/admin/users/message.php +++ b/resources/lang/mn/admin/users/message.php @@ -2,58 +2,58 @@ return array( - 'accepted' => 'You have successfully accepted this asset.', - 'declined' => 'You have successfully declined this asset.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', - 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', - 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'accepted' => 'Та энэ хөрөнгийг амжилттай хүлээн авлаа.', + 'declined' => 'Та энэ хөрөнгийг амжилттай татгалзсан.', + 'bulk_manager_warn' => 'Таны хэрэглэгчид амжилттай шинэчлэгдсэн хэдий ч таны менежерийн оруулгыг хадгалсангүй, учир нь таны сонгосон менежер засварлах хэрэглэгчийн жагсаалт мөн хэрэглэгчид магадгүй өөрийн менежер биш байж болно. Менежерийг оруулалгүйгээр хэрэглэгчдийг дахин сонгоно уу.', + 'user_exists' => 'Хэрэглэгч бүртгэгдсэн байна!', + 'user_not_found' => 'Хэрэглэгч [: id] байхгүй байна.', + 'user_login_required' => 'Нэвтрэх талбар шаардлагатай байна', + 'user_password_required' => 'Нууц үг шаардагдана.', + 'insufficient_permissions' => 'Зөвшөөрөлгүй байна.', + 'user_deleted_warning' => 'Энэ хэрэглэгч устгагдсан. Та энэ хэрэглэгчийг засварлах, шинэ актив үүсгэх эрхтэй.', + 'ldap_not_configured' => 'LDAP интеграци нь энэ суулгацыг тохируулаагүй байна.', 'success' => array( - 'create' => 'User was successfully created.', - 'update' => 'User was successfully updated.', - 'update_bulk' => 'Users were successfully updated!', - 'delete' => 'User was successfully deleted.', - 'ban' => 'User was successfully banned.', - 'unban' => 'User was successfully unbanned.', - 'suspend' => 'User was successfully suspended.', - 'unsuspend' => 'User was successfully unsuspended.', - 'restored' => 'User was successfully restored.', - 'import' => 'Users imported successfully.', + 'create' => 'Хэрэглэгч амжилттай хийгдсэн.', + 'update' => 'Хэрэглэгч амжилттай шинэчлэгдсэн.', + 'update_bulk' => 'Хэрэглэгчид амжилттай шинэчлэгдсэн!', + 'delete' => 'Хэрэглэгч амжилттай устгагдсан.', + 'ban' => 'Хэрэглэгч амжилттай хориглогдсон байна.', + 'unban' => 'Хэрэглэгч амжилтгүй боллоо.', + 'suspend' => 'Хэрэглэгч амжилттай зогссон.', + 'unsuspend' => 'Хэрэглэгч амжилтанд хүрсэнгүй.', + 'restored' => 'Хэрэглэгч амжилттай сэргээгдсэн байна.', + 'import' => 'Хэрэглэгчид амжилттай импортолсон.', ), 'error' => array( - 'create' => 'There was an issue creating the user. Please try again.', - 'update' => 'There was an issue updating the user. Please try again.', - 'delete' => 'There was an issue deleting the user. Please try again.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', - 'unsuspend' => 'There was an issue unsuspending the user. Please try again.', - 'import' => 'There was an issue importing users. Please try again.', - 'asset_already_accepted' => 'This asset has already been accepted.', - 'accept_or_decline' => 'You must either accept or decline this asset.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'create' => 'Хэрэглэгч үүсгэх асуудал гарсан. Дахин оролдоно уу.', + 'update' => 'Хэрэглэгчийг шинэчлэхэд асуудал гарлаа. Дахин оролдоно уу.', + 'delete' => 'Хэрэглэгчийг устгахад асуудал гарлаа. Дахин оролдоно уу.', + 'delete_has_assets' => 'Энэ хэрэглэгчид оноосон зүйлтэй бөгөөд устгах боломжгүй байна.', + 'unsuspend' => 'Хэрэглэгчийг түдгэлзүүлэхэд асуудал үүссэн. Дахин оролдоно уу.', + 'import' => 'Хэрэглэгч импортлох асуудал гарсан. Дахин оролдоно уу.', + 'asset_already_accepted' => 'Энэ хөрөнгийг аль хэдийн хүлээн авлаа.', + 'accept_or_decline' => 'Та энэ хөрөнгийг хүлээн зөвшөөрөх эсвэл хасах ёстой.', + 'incorrect_user_accepted' => 'Таны хүлээн авахыг оролдсон хөрөнгө таныг шалгаагүй байна.', + 'ldap_could_not_connect' => 'LDAP сервертэй холбогдож чадсангүй. LDAP серверийн тохиргоог LDAP тохиргооны файлдаа шалгана уу.
LDAP серверийн алдаа:', + 'ldap_could_not_bind' => 'LDAP сервертэй холбогдож чадахгүй байна. LDAP серверийн тохиргоог LDAP тохиргооны файлдаа шалгана уу.
LDAP серверийн алдаа:', + 'ldap_could_not_search' => 'LDAP серверийг хайж чадахгүй байна. LDAP серверийн тохиргоог LDAP тохиргооны файлдаа шалгана уу.
LDAP серверийн алдаа:', + 'ldap_could_not_get_entries' => 'LDAP серверээс бичилтийг авч чадсангүй. LDAP серверийн тохиргоог LDAP тохиргооны файлдаа шалгана уу.
LDAP серверийн алдаа:', + 'password_ldap' => 'Энэ акаунтын нууц үгийг LDAP / Active Directory удирддаг. Нууц үгээ солихын тулд өөрийн IT хэлтэст хандана уу.', ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Файлыг устгаагүй байна. Дахин оролдоно уу.', + 'success' => 'Файл амжилттай устгагдсан.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Файлд байршуулаагүй файл. Дахин оролдоно уу.', + 'success' => 'Файлууд амжилттай байршуулсан.', + 'nofiles' => 'Та байршуулах ямар ч файл сонгоогүй байна', + 'invalidfiles' => 'Таны файлуудын нэг юмуу хэд нь хэтэрхий том юмуу эсвэл файлын төрлийг зөвшөөрдөггүй. Зөвшөөрөгдсөн filetypes нь png, gif, jpg, doc, docx, pdf, болон txt байна.', ), ); diff --git a/resources/lang/mn/admin/users/table.php b/resources/lang/mn/admin/users/table.php index 9bbe883e19..d456ec47e8 100644 --- a/resources/lang/mn/admin/users/table.php +++ b/resources/lang/mn/admin/users/table.php @@ -1,38 +1,38 @@ 'Active', - 'allow' => 'Allow', - 'checkedout' => 'Assets', - 'created_at' => 'Created', - 'createuser' => 'Create User', - 'deny' => 'Deny', - 'email' => 'Email', - 'employee_num' => 'Employee No.', - 'first_name' => 'First Name', - 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', + 'activated' => 'Идэвхтэй байна', + 'allow' => 'Зөвшөөрнө үү', + 'checkedout' => 'Актив', + 'created_at' => 'Үүсгэсэн', + 'createuser' => 'Хэрэглэгч үүсгэх', + 'deny' => 'Дене', + 'email' => 'И-мэйл хаяг', + 'employee_num' => 'Ажилчдын тоо', + 'first_name' => 'Нэр', + 'groupnotes' => 'Хэрэглэгч рүү томилсон бүлэг сонгох, хэрэглэгч өөрсдийн өгсөн бүлгүүдийн зөвшөөрлийг авдаг гэдгийг санаарай.', 'id' => 'Id', - 'inherit' => 'Inherit', - 'job' => 'Job Title', - 'last_login' => 'Last Login', - 'last_name' => 'Last Name', - 'location' => 'Location', - 'lock_passwords' => 'Login details cannot be changed on this installation.', - 'manager' => 'Manager', + 'inherit' => 'Өв залгамжлах', + 'job' => 'Албан тушаал', + 'last_login' => 'Сүүлчийн Нэвтрэх', + 'last_name' => 'Сүүлийн нэр', + 'location' => 'Байршил', + 'lock_passwords' => 'Энэ суулгац дээр нэвтрэх мэдээлэл өөрчлөгдөх боломжгүй.', + 'manager' => 'Менежер', 'managed_locations' => 'Managed Locations', - 'name' => 'Name', - 'notes' => 'Notes', - 'password_confirm' => 'Confirm Password', - 'password' => 'Password', - 'phone' => 'Phone', - 'show_current' => 'Show Current Users', - 'show_deleted' => 'Show Deleted Users', - 'title' => 'Title', - 'to_restore_them' => 'to restore them.', - 'updateuser' => 'Update User', - 'username' => 'Username', - 'user_deleted_text' => 'This user has been marked as deleted.', - 'username_note' => '(This is used for Active Directory binding only, not for login.)', - 'cloneuser' => 'Clone User', - 'viewusers' => 'View Users', + 'name' => 'Нэр', + 'notes' => 'Тэмдэглэл', + 'password_confirm' => 'Нууц үгээ батална уу', + 'password' => 'Нууц үг', + 'phone' => 'Утас', + 'show_current' => 'Одоогийн хэрэглэгчдийг харуулах', + 'show_deleted' => 'Хасагдсан хэрэглэгчдийг харуулах', + 'title' => 'Гарчиг', + 'to_restore_them' => 'тэднийг сэргээх.', + 'updateuser' => 'Хэрэглэгчийг шинэчлэх', + 'username' => 'Хэрэглэгчийн нэр', + 'user_deleted_text' => 'Энэ хэрэглэгчийг устгасан гэж тэмдэглэсэн.', + 'username_note' => '(Энэ нь нэвтрэхэд биш зөвхөн Active Directory-д зориулж ашиглагддаг.)', + 'cloneuser' => 'Clone Хэрэглэгч', + 'viewusers' => 'Хэрэглэгчдийг харах', ); diff --git a/resources/lang/mn/auth/message.php b/resources/lang/mn/auth/message.php index bebf9cdd48..4629203eb5 100644 --- a/resources/lang/mn/auth/message.php +++ b/resources/lang/mn/auth/message.php @@ -2,36 +2,36 @@ return array( - 'account_already_exists' => 'An account with the this email already exists.', - 'account_not_found' => 'The username or password is incorrect.', - 'account_not_activated' => 'This user account is not activated.', - 'account_suspended' => 'This user account is suspended.', - 'account_banned' => 'This user account is banned.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'account_already_exists' => 'Энэ имэйл хаягтай байна.', + 'account_not_found' => 'Хэрэглэгчийн нэр эсвэл нууц үг буруу байна.', + 'account_not_activated' => 'Энэ хэрэглэгчийн бүртгэл идэвхжээгүй байна.', + 'account_suspended' => 'Энэ хэрэглэгчийн бүртгэлийг түдгэлзүүлсэн байна.', + 'account_banned' => 'Энэ хэрэглэгчийн бүртгэлийг хориглосон байна.', + 'throttle' => 'Маш олон нэвтрэлт оролдлого амжилтгүй болсон. Дахин оролдож үзнэ үү: минут минут (s).', 'signin' => array( - 'error' => 'There was a problem while trying to log you in, please try again.', - 'success' => 'You have successfully logged in.', + 'error' => 'Нэвтрэхийг оролдож байх явцад асуудал гарсан, дахин оролдоно уу.', + 'success' => 'Та амжилттай нэвтэрсэн байна.', ), 'signup' => array( - 'error' => 'There was a problem while trying to create your account, please try again.', - 'success' => 'Account sucessfully created.', + 'error' => 'Таны акаунтыг үүсгэх үед алдаа гарлаа, дахин оролдоно уу.', + 'success' => 'Акаунт амжилттай хийгдсэн.', ), 'forgot-password' => array( - 'error' => 'There was a problem while trying to get a reset password code, please try again.', - 'success' => 'Password recovery email successfully sent.', + 'error' => 'Нууц үгийг дахин тохируулахыг оролдож байх явцад асуудал гарлаа, дахин оролдоно уу.', + 'success' => 'Нууц үг сэргээх и-мэйл амжилттай явуулсан.', ), 'forgot-password-confirm' => array( - 'error' => 'There was a problem while trying to reset your password, please try again.', - 'success' => 'Your password has been successfully reset.', + 'error' => 'Нууц үгээ шинэчлэхдээ алдаа гарлаа, дахин оролдоно уу.', + 'success' => 'Таны нууц үг амжилттай хийгдсэн.', ), 'activate' => array( - 'error' => 'There was a problem while trying to activate your account, please try again.', - 'success' => 'Your account has been successfully activated.', + 'error' => 'Таны акаунтыг идэвхжүүлэхийг оролдох үед асуудал гарлаа, дахин оролдоно уу.', + 'success' => 'Таны бүртгэл амжилттай идэвхжсэн байна.', ), ); diff --git a/resources/lang/mn/general.php b/resources/lang/mn/general.php index bdde4d2cdb..f5deefd67c 100644 --- a/resources/lang/mn/general.php +++ b/resources/lang/mn/general.php @@ -1,204 +1,205 @@ 'Accessories', - 'activated' => 'Activated', - 'accessory' => 'Accessory', - 'accessory_report' => 'Accessory Report', - 'action' => 'Action', - 'activity_report' => 'Activity Report', - 'address' => 'Address', - 'admin' => 'Admin', - 'add_seats' => 'Added seats', - 'all_assets' => 'All Assets', + 'accessories' => 'Дагалдах хэрэгсэл', + 'activated' => 'Идэвхжүүлсэн', + 'accessory' => 'Дагалдах хэрэгсэл', + 'accessory_report' => 'Дагалдах хэрэгслийн тайлан', + 'action' => 'Үйлдэл', + 'activity_report' => 'Үйл ажиллагааны тайлан', + 'address' => 'Хаяг', + 'admin' => 'админ', + 'add_seats' => 'Суудал нэмсэн', + 'all_assets' => 'Бүх хөрөнгө', 'all' => 'Бүгд', 'archived' => 'Архивлагдсан', - 'asset_models' => 'Asset Models', - 'asset' => 'Asset', - 'asset_report' => 'Asset Report', - 'asset_tag' => 'Asset Tag', - 'assets_available' => 'assets available', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', - 'assets' => 'Assets', - 'avatar_delete' => 'Delete Avatar', - 'avatar_upload' => 'Upload Avatar', + 'asset_models' => 'Хөрөнгийн загвар', + 'asset_model' => 'Загвар', + 'asset' => 'Актив', + 'asset_report' => 'Хөрөнгийн тайлан', + 'asset_tag' => 'Хөрөнгийн шошго', + 'assets_available' => 'бэлэн мөнгө', + 'audit' => 'Аудит', + 'audit_report' => 'Аудитын бүртгэл', + 'assets' => 'Актив', + 'avatar_delete' => 'Хөрөг устгах', + 'avatar_upload' => 'Хөрөгийг байршуулах', 'back' => 'Буцах', - 'bad_data' => 'Nothing found. Maybe bad data?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', - 'bulk_checkout' => 'Bulk Checkout', + 'bad_data' => 'Юу ч олдсонгүй. Муу мэдээлэл байна уу?', + 'bulkaudit' => 'Бөөн аудит', + 'bulkaudit_status' => 'Аудитын статус', + 'bulk_checkout' => 'Бөөнөөр Тооцоо хийх', 'cancel' => 'Болих', 'categories' => 'Категориуд', 'category' => 'Бүлэг', - 'change' => 'In/Out', - 'changeemail' => 'Change Email Address', - 'changepassword' => 'Change Password', - 'checkin' => 'Checkin', - 'checkin_from' => 'Checkin from', - 'checkout' => 'Checkout', - 'city' => 'City', - 'click_here' => 'Click here', - 'companies' => 'Companies', - 'company' => 'Company', - 'component' => 'Component', - 'components' => 'Components', - 'complete' => 'Complete', - 'consumable' => 'Consumable', - 'consumables' => 'Consumables', - 'country' => 'Country', - 'create' => 'Create New', - 'created' => 'Item Created', - 'created_asset' => 'created asset', - 'created_at' => 'Created at', - 'updated_at' => 'Updated at', + 'change' => 'Гадуур нь', + 'changeemail' => 'И-мэйл хаягийг өөрчлөх', + 'changepassword' => 'Нууц үг солих', + 'checkin' => 'Шалгах', + 'checkin_from' => '-аас бүртгүүлэх', + 'checkout' => 'Тооцоо хийх', + 'city' => 'Хот', + 'click_here' => 'Энд дар', + 'companies' => 'Компаниуд', + 'company' => 'Компани', + 'component' => 'Бүрэлдэхүүн хэсэг', + 'components' => 'Бүрэлдэхүүн хэсгүүд', + 'complete' => 'Бүрэн дуусгах', + 'consumable' => 'Боломжтой', + 'consumables' => 'Хэрэглээ', + 'country' => 'Улс', + 'create' => 'Шинэ болгох', + 'created' => 'Үүссэн зүйл', + 'created_asset' => 'актив үүсгэсэн', + 'created_at' => 'Үүсгэгдсэн', + 'updated_at' => 'Дээр шинэчилсэн', 'currency' => '$', // this is deprecated - 'current' => 'Current', - 'custom_report' => 'Custom Asset Report', - 'dashboard' => 'Dashboard', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', - 'date' => 'Date', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', - 'delete' => 'Delete', - 'deleted' => 'Deleted', - 'delete_seats' => 'Deleted Seats', - 'departments' => 'Departments', - 'department' => 'Department', - 'deployed' => 'Deployed', - 'depreciation_report' => 'Depreciation Report', - 'download' => 'Download', - 'depreciation' => 'Depreciation', - 'editprofile' => 'Edit Your Profile', + 'current' => 'Одоогийн байдлаар', + 'custom_report' => 'Гаалийн хєрєнгийн тайлан', + 'dashboard' => 'Хянах самбар', + 'days' => 'өдөр', + 'days_to_next_audit' => 'Дараагийн аудитуудад орох өдрүүд', + 'date' => 'Огноо', + 'debug_warning' => 'Анхаар!', + 'debug_warning_text' => 'Энэ програм нь дибаг хийх боломжтойгоор үйлдвэрлэлийн горимд ажиллаж байна. Хэрэв таны хэрэглээ гаднах ертөнцөд хүртээмжтэй бол эмзэг өгөгдлийг илтгэнэ. APP_DEBUG утгыг өөрийн .env файлыг false руу тохируулах замаар дибаг хийх горимыг идэвхгүй болгох.', + 'delete' => 'Устгах', + 'deleted' => 'Устгагдсан', + 'delete_seats' => 'Устгагдсан суудал', + 'departments' => 'Департамент', + 'department' => 'Газар', + 'deployed' => 'Суулгасан', + 'depreciation_report' => 'Элэгдлийн тайлан', + 'download' => 'Татаж авах', + 'depreciation' => 'Элэгдэл', + 'editprofile' => 'Өөрийн профайлаа засах', 'eol' => 'EOL', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', - 'first' => 'First', - 'first_name' => 'First Name', - 'first_name_format' => 'First Name (jane@example.com)', - 'file_name' => 'File', - 'file_uploads' => 'File Uploads', - 'generate' => 'Generate', - 'groups' => 'Groups', + 'email_domain' => 'Домэйн мэйл', + 'email_format' => 'И-мэйл формат', + 'email_domain_help' => 'Энэ нь импортлох үед имэйл хаяг үүсгэхэд ашиглагддаг', + 'filastname_format' => 'Эхний анхны нэр (jsmith@example.com)', + 'firstname_lastname_format' => 'Эхний нэрний нэр (jane.smith@example.com)', + 'first' => 'Эхлээд', + 'first_name' => 'Нэр', + 'first_name_format' => 'Эхний нэр (jane@example.com)', + 'file_name' => 'Файл', + 'file_uploads' => 'Файл оруулах', + 'generate' => 'Үүсгэх', + 'groups' => 'Бүлгүүд', 'gravatar_email' => 'Gravatar Email Address', - 'history' => 'History', - 'history_for' => 'History for', + 'history' => 'Түүх', + 'history_for' => 'Түүх', 'id' => 'ID', - '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', - 'item' => 'Item', - 'insufficient_permissions' => 'Insufficient permissions!', - 'language' => 'Language', - 'last' => 'Last', - 'last_login' => 'Last Login', - 'last_name' => 'Last Name', - 'license' => 'License', - 'license_report' => 'License Report', - 'licenses_available' => 'licenses available', - 'licenses' => 'Licenses', - 'list_all' => 'List All', - 'loading' => 'Loading', - 'lock_passwords' => 'This field cannot be edited in this installation.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', - 'location' => 'Location', - 'locations' => 'Locations', - 'logout' => 'Logout', - 'lookup_by_tag' => 'Lookup by Asset Tag', - 'manufacturer' => 'Manufacturer', - 'manufacturers' => 'Manufacturers', - 'markdown' => 'This field allows
Github flavored markdown.', - 'min_amt' => 'Min. QTY', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', - 'model_no' => 'Model No.', - 'months' => 'months', - 'moreinfo' => 'More Info', - 'name' => 'Name', - 'next' => 'Next', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', - 'new' => 'new!', - 'no_depreciation' => 'No Depreciation', - 'no_results' => 'No Results.', - 'no' => 'No', - 'notes' => 'Notes', - 'order_number' => 'Order Number', - 'page_menu' => 'Showing _MENU_ items', - 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', - 'pending' => 'Pending', - 'people' => 'People', - 'per_page' => 'Results Per Page', - 'previous' => 'Previous', - 'processing' => 'Processing', - 'profile' => 'Your profile', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', + 'image_delete' => 'Зураг устгах', + 'image_upload' => 'Зургийн байршуулалт', + 'import' => 'Импорт', + 'import-history' => 'Түүхийг импортлох', + 'asset_maintenance' => 'Хөрөнгийн засвар үйлчилгээ', + 'asset_maintenance_report' => 'Хөрөнгийн засвар үйлчилгээний тайлан', + 'asset_maintenances' => 'Хөрөнгийн бирж', + 'item' => 'Зүйл', + 'insufficient_permissions' => 'Зөвшөөрөлгүй!', + 'language' => 'Хэл', + 'last' => 'Хамгийн сүүлд', + 'last_login' => 'Сүүлчийн Нэвтрэх', + 'last_name' => 'Сүүлийн нэр', + 'license' => 'Лиценз', + 'license_report' => 'Лицензийн тайлан', + 'licenses_available' => 'лиценз боломжтой', + 'licenses' => 'Лицензүүд', + 'list_all' => 'Бүгдийг жагсаах', + 'loading' => 'Ачаалж байна', + 'lock_passwords' => 'Энэ талбарыг энэ суулгах явцад засварлах боломжгүй.', + 'feature_disabled' => 'Демо суулгацын энэ онцлогийг идэвхгүй болгосон байна.', + 'location' => 'Байршил', + 'locations' => 'Байршил', + 'logout' => 'Гарах', + 'lookup_by_tag' => 'Хөрөнгийн Tagаар хайх', + 'manufacturer' => 'Үйлдвэрлэгч', + 'manufacturers' => 'Үйлдвэрлэгчид', + 'markdown' => 'Энэ талбар нь Гитуб амттай markdown.', + 'min_amt' => 'Мин. QTY', + 'min_amt_help' => 'Анхааруулахаас өмнө бэлэн байх ёстой хамгийн бага тоо.', + 'model_no' => 'Загварын дугаар', + 'months' => 'сар', + 'moreinfo' => 'Илүү мэдээлэл', + 'name' => 'Нэр', + 'next' => 'Дараачийн', + 'next_audit_date' => 'Дараагийн аудитын огноо', + 'last_audit' => 'Сүүлийн аудит', + 'new' => 'шинэ!', + 'no_depreciation' => 'Элэгдэлгүй', + 'no_results' => 'Үр дүнгүй.', + 'no' => 'Үгүй', + 'notes' => 'Тэмдэглэл', + 'order_number' => 'Захиалгын дугаар', + 'page_menu' => '_MENU_ зүйлсийг харуулж байна', + 'pagination_info' => '_TOTAL_ зүйлсийн _START_-ээс харна уу', + 'pending' => 'Хүлээгдэж байна', + 'people' => 'Хүмүүс', + 'per_page' => 'Нэг хуудасны үр дүн', + 'previous' => 'Өмнөх', + 'processing' => 'Боловсруулалт', + 'profile' => 'Таны профайл', + 'purchase_cost' => 'Худалдан авах зардал', + 'purchase_date' => 'Худалдан авах өдөр', 'qty' => 'QTY', - 'quantity' => 'Quantity', - 'ready_to_deploy' => 'Ready to Deploy', - 'recent_activity' => 'Recent Activity', - 'remove_company' => 'Remove Company Association', - 'reports' => 'Reports', - 'requested' => 'Requested', - 'request_canceled' => 'Request Canceled', - 'save' => 'Save', - 'select' => 'Select', - 'search' => 'Search', - 'select_category' => 'Select a Category', - 'select_department' => 'Select a Department', - 'select_depreciation' => 'Select a Depreciation Type', - 'select_location' => 'Select a Location', - 'select_manufacturer' => 'Select a Manufacturer', - 'select_model' => 'Select a Model', - 'select_supplier' => 'Select a Supplier', - 'select_user' => 'Select a User', - 'select_date' => 'Select Date (YYYY-MM-DD)', - 'select_statuslabel' => 'Select Status', - 'select_company' => 'Select Company', - 'select_asset' => 'Select Asset', - 'settings' => 'Settings', - 'sign_in' => 'Sign in', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', - 'site_name' => 'Site Name', - 'state' => 'State', - 'status_labels' => 'Status Labels', - 'status' => 'Status', - 'supplier' => 'Supplier', - 'suppliers' => 'Suppliers', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', - 'total_assets' => 'total assets', - 'total_licenses' => 'total licenses', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', - 'type' => 'Type', - 'undeployable' => 'Un-deployable', + 'quantity' => 'Тоо хэмжээ', + 'ready_to_deploy' => 'Хэрэглэхэд бэлэн байна', + 'recent_activity' => 'Сүүлийн үеийн үйл ажиллагаа', + 'remove_company' => 'Компанийн холбоог устгах', + 'reports' => 'Тайлан', + 'requested' => 'Хүсэлт гаргасан', + 'request_canceled' => 'Хүсэлтийг цуцалсан', + 'save' => 'Хадгалах', + 'select' => 'Сонгох', + 'search' => 'Хайлт', + 'select_category' => 'Ангилал сонго', + 'select_department' => 'Департамент сонгоно уу', + 'select_depreciation' => 'Элэгдэлийн төрлийг сонгоно уу', + 'select_location' => 'Байршлыг сонгоно уу', + 'select_manufacturer' => 'Үйлдвэрлэгчийг сонго', + 'select_model' => 'Загвар сонгоно уу', + 'select_supplier' => 'Нийлүүлэгч сонгоно уу', + 'select_user' => 'Хэрэглэгчийг сонгох', + 'select_date' => 'Огноо сонгох (YYYY-MM-DD)', + 'select_statuslabel' => 'Статус сонго', + 'select_company' => 'Компани сонгох', + 'select_asset' => 'Хөрөнгийг сонгоно уу', + 'settings' => 'Тохиргоо', + 'sign_in' => 'Нэвтрэх', + 'signature' => 'Гарын үсэг', + 'some_features_disabled' => 'DEMO MODE: Энэ суулгацад зарим функцууд хаагдсан байна.', + 'site_name' => 'Сайтын нэр', + 'state' => 'Улс', + 'status_labels' => 'Статусын шошго', + 'status' => 'Статус', + 'supplier' => 'Нийлүүлэгч', + 'suppliers' => 'Нийлүүлэгч', + 'sure_to_delete' => 'Та устгахыг хүсч байгаадаа итгэлтэй байна уу', + 'submit' => 'Илгээх', + 'target' => 'Зорилтот түвшин', + 'time_and_date_display' => 'Цагийн хуваарь', + 'total_assets' => 'Нийт хөрөнгө', + 'total_licenses' => 'нийт лиценз', + 'total_accessories' => 'нийтлэг хэрэгслүүд', + 'total_consumables' => 'Нийт хэрэглээ', + 'type' => 'Төрөл', + 'undeployable' => 'Дахин ашиглах боломжгүй байна', 'unknown_admin' => 'Unknown Admin', - 'username_format' => 'Username Format', - 'update' => 'Update', - 'uploaded' => 'Uploaded', - 'user' => 'User', - 'accepted' => 'accepted', - 'declined' => 'declined', - 'unaccepted_asset_report' => 'Unaccepted Assets', - 'users' => 'Users', - 'viewassets' => 'View Assigned Assets', - 'website' => 'Website', - 'welcome' => 'Welcome, :name', - 'years' => 'years', - 'yes' => 'Yes', + 'username_format' => 'Хэрэглэгчийн нэр Формат', + 'update' => 'Шинэчлэх', + 'uploaded' => 'Байршуулсан байна', + 'user' => 'Хэрэглэгч', + 'accepted' => 'хүлээн зөвшөөрсөн', + 'declined' => 'буурсан', + 'unaccepted_asset_report' => 'Хүлээн зөвшөөрөөгүй хөрөнгө', + 'users' => 'Хэрэглэгчид', + 'viewassets' => 'Хувьцаанд оруулсан хөрөнгө', + 'website' => 'Вэб хуудас', + 'welcome' => 'Тавтай морилно уу,: нэр', + 'years' => 'жил', + 'yes' => 'Тиймээ', 'zip' => 'Zip', - 'noimage' => 'No image uploaded or image not found.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'noimage' => 'Байршуулсан зураг эсвэл зураг олдсонгүй.', + 'token_expired' => 'Таны маягт дууссан байна. Дахин оролдоно уу.', ]; diff --git a/resources/lang/mn/mail.php b/resources/lang/mn/mail.php index c9a4fe182d..c9bc0cea84 100644 --- a/resources/lang/mn/mail.php +++ b/resources/lang/mn/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', + 'a_user_canceled' => 'Хэрэглэгч вэбсайт дээрх зүйл хүсэлтийг цуцалсан байна', + 'a_user_requested' => 'Хэрэглэгч вэбсайт дээрх зүйлийг хүссэн байна', + 'accessory_name' => 'Дагалдах хэрэгслийн нэр:', + 'additional_notes' => 'Нэмэлт тайлбар:', + 'admin_has_created' => 'Администратор танд зориулж дараах вэбсайт дээр акаунт үүсгэсэн байна.', + 'asset' => 'Актив:', + 'asset_name' => 'Хөрөнгийн нэр:', + 'asset_requested' => 'Хөрөнгө хүссэн', + 'asset_tag' => 'Хөрөнгийн тэмдэг:', + 'assets_warrantee_expiring' => '123 хоногоос хэтрэхгүй хугацаагаар батлан ​​даагчтай эд хөрөнгө нь дараагийн 60 хоногт дуусна.', + 'assigned_to' => 'Томилогдсон', + 'best_regards' => 'Хамгийн сайн нь,', + 'canceled' => 'Цуцалсан:', + 'checkin_date' => 'Огноо шалгах:', + 'checkout_date' => 'Тооцоо хийх өдөр:', + 'click_to_confirm' => 'Вэбсайтаа баталгаажуулахын тулд дараах холбоос дээр дарна уу:', + 'click_on_the_link_accessory' => 'Дагалдах хэрэгслийг хүлээн авсан гэдгээ батлахын тулд доорх холбоос дээр дарна уу.', + 'click_on_the_link_asset' => 'Хөрөнгийг хүлээн авсан гэдгээ батлахын тулд доорх холбоос дээр дарна уу.', + 'Confirm_Asset_Checkin' => 'Хөрөнгийн шалгалтыг баталгаажуулна уу.', + 'Confirm_Accessory_Checkin' => 'Дагалдах хэрэгслийг шалгахын тулд баталгаажуулна уу.', + 'Confirm_accessory_delivery' => 'Нэмэлт дагалдах хэрэгслийг баталгаажуулна уу.', + 'Confirm_asset_delivery' => 'Хөрөнгийн хүргэлтийг баталгаажуулна уу.', + 'Confirm_consumable_delivery' => 'Хэрэглэхэд бэлэн хүргэлтийг баталгаажуулна.', + 'current_QTY' => 'Одоогийн QTY', + 'Days' => 'Өдөр', + 'days' => 'Өдөр', + 'expecting_checkin_date' => 'Хүлээгдэж буй хугацаа:', + 'expires' => 'Хугацаа дуусна', + 'Expiring_Assets_Report' => 'Хугацаа дууссан активын тайлан.', + 'Expiring_Licenses_Report' => 'Хугацаа дуусгавар болсон лицензийн тайлан.', + 'hello' => 'Сайн уу', + 'hi' => 'Сайн уу', + 'i_have_read' => 'Би ашиглалтын нөхцөлийг уншиж, зөвшөөрч, энэ зүйлийг хүлээн авсан.', + 'item' => 'Зүйл:', + 'items_below_minimum' => '{1} хамгийн бага бараа материалын доогуур эсвэл удахгүй бага байх болно. | [2, Inf] бараа материалын доод хэмжээнээс бага юмуу удахгүй бага байх болно.', + 'Item_Request_Canceled' => 'Зүйлийн хүсэлтийг хүчингүй болгох', + 'Item_Requested' => 'Барааны хүсэлт', + 'licenses_expiring' => '{1} лиценз нь дараагийн 60 хоног дуусах болно. | [2, Inf] тусгай зөвшөөрлийн дараа 60 хоногийн хугацаа дуусна.', + 'link_to_update_password' => 'Вэбсайтаа шинэчлэхийн тулд дараах холбоос дээр дарна уу:', + 'login_first_admin' => 'Слайд-IT-г суулгахын тулд доорх итгэмжлэлүүдийг ашиглана уу:', + 'login' => 'Нэвтрэх:', + 'Low_Inventory_Report' => 'Бага нөөцийн тайлан', 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'name' => 'Нэр', + 'new_item_checked' => 'Таны нэрээр шинэ зүйл шалгасан бөгөөд дэлгэрэнгүй мэдээлэл доор байна.', + 'password' => 'Нууц үг:', + 'password_reset' => 'Нууц үг шинэчлэх', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'read_the_terms' => 'Доорх хэрэглээний нөхцөлийг уншина уу.', + 'read_the_terms_and_click' => 'Доорх хэрэглээний нөхцөлийг уншина уу, доод тал дээрх холбоос дээр дарж уншсанаа баталгаажуулж, ашиглалтын нөхцөлийг хүлээн зөвшөөрч, уг хөрөнгийг хүлээн авсан болно.', + 'requested' => 'Хүсэлт гаргасан:', + 'reset_link' => 'Таны нууц үгээ шинэчлэх линк', + 'reset_password' => 'Нууц үгээ дахин тохируулах бол энд дарна уу:', + 'serial' => 'Цуваа:', + 'supplier' => 'Нийлүүлэгч', + 'tag' => 'Таг', + 'test_email' => 'Слайк-IT-с тест хийх мэйл', + 'test_mail_text' => 'Энэ бол Snipe-IT Asset Management System-ийн тест юм. Хэрэв та үүнийг авсан бол имэйл ажиллаж байна :)', + 'the_following_item' => 'Дараах зүйлүүдийг шалгасан байна:', + 'There_are' => '{1} | 2 [Infin] байна', + 'to_reset' => 'Та өөрийн: веб нууц үгээ шинэчлэхийн тулд энэ маягтыг бөглөнө үү:', + 'type' => 'Төрөл', + 'user' => 'Хэрэглэгч:', + 'username' => 'Хэрэглэгчийн нэр:', + 'welcome' => 'Тавтай морилно уу: нэр', + 'welcome_to' => 'Тавтай морилно уу: Вэб хуудас!', + 'your_credentials' => 'Таны Snipe-IT итгэмжлэлүүд', ); diff --git a/resources/lang/mn/validation.php b/resources/lang/mn/validation.php index 02cb1fa981..29bfa6273f 100644 --- a/resources/lang/mn/validation.php +++ b/resources/lang/mn/validation.php @@ -13,80 +13,80 @@ return array( | */ - 'accepted' => 'The :attribute must be accepted.', - 'active_url' => 'The :attribute is not a valid URL.', - 'after' => 'The :attribute must be a date after :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', - 'alpha' => 'The :attribute may only contain letters.', - 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', - 'alpha_num' => 'The :attribute may only contain letters and numbers.', - 'array' => 'The :attribute must be an array.', - 'before' => 'The :attribute must be a date before :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'accepted' => 'Үүнд: аттрибут хүлээн авах ёстой.', + 'active_url' => 'Үүнд: атрибут нь зөв URL биш байна.', + 'after' => 'Үүнд: аттрибут нь дараах огноо байх ёстой: date.', + 'after_or_equal' => 'Үүнд: аттрибут нь дараах огноо эсвэл тэнцүү байх огноо байх ёстой.', + 'alpha' => 'Үүнд: аттрибут нь зөвхөн үсэг агуулдаг.', + 'alpha_dash' => 'Үүнд: аттрибут нь зөвхөн үсэг, тоо, зураас агуулсан байж болно.', + 'alpha_num' => 'Үүнд: аттрибут нь зөвхөн үсэг, тоо агуулж болно.', + 'array' => 'Үүнд: атрибут нь массив байх ёстой.', + 'before' => 'Үүнд: аттрибут нь огноогоос өмнө он сар байх ёстой.', + 'before_or_equal' => 'Үүнд: аттрибут нь огноогоос өмнө эсвэл огноо байх ёстой.', 'between' => [ - 'numeric' => 'The :attribute must be between :min and :max.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', - 'string' => 'The :attribute must be between :min and :max characters.', - 'array' => 'The :attribute must have between :min and :max items.', + 'numeric' => 'Үүнд: атрибут нь дараах байх ёстой: min ба: max.', + 'file' => 'Үүнд: аттрибут нь: min ба: max килобайт хооронд байх ёстой.', + 'string' => 'Үүнд: аттрибут нь дараах байх ёстой: min ба: max тэмдэгтүүд.', + 'array' => 'Үүнд: аттрибут нь дараах байх ёстой: min ба: max items.', ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', - 'date' => 'The :attribute is not a valid date.', - 'date_format' => 'The :attribute does not match the format :format.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'email' => 'The :attribute must be a valid email address.', - 'exists' => 'The selected :attribute is invalid.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', - 'image' => 'The :attribute must be an image.', - 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'boolean' => 'Үүнд: аттрибутын талбар нь үнэн эсвэл худал байна.', + 'confirmed' => 'Үүнд: атрибут баталгаажуулалт таарахгүй байна.', + 'date' => 'Үүнд: атрибут нь хүчинтэй хугацаа биш.', + 'date_format' => 'Үүнд: атрибут формат хэлбэрээр тохирохгүй байна.', + 'different' => 'Үүнд: аттрибут болон бусад нь өөр байх ёстой.', + 'digits' => 'Үүнд: аттрибут нь: цифрүүд цифр байна.', + 'digits_between' => 'Үүнд: аттрибут нь дараах байх ёстой: min ба: хамгийн их цифрүүд.', + 'dimensions' => 'Үүнд: атрибут буруу зургийн хэмжээстэй байна.', + 'distinct' => 'Үүнд: атрибутын талбар нь давхар утгатай.', + 'email' => 'Үүнд: атрибут нь зөв имэйл хаяг байх ёстой.', + 'exists' => 'Сонгосон: шинж чанар буруу байна.', + 'file' => 'Үүнд: атрибут нь файл байх ёстой.', + 'filled' => 'Үүнд: аттрибутын талбар нь утгатай байх ёстой.', + 'image' => 'Үүнд: атрибут нь зураг байх ёстой.', + 'in' => 'Сонгосон: шинж чанар буруу байна.', + 'in_array' => 'Үүнд: атрибутын талбар байхгүй байна: бусад.', + 'integer' => 'Үүнд: атрибут нь бүхэл тоо байх ёстой.', + 'ip' => 'Үүнд: атрибут нь зөв IP хаяг байх ёстой.', + 'ipv4' => 'Үүнд: атрибут нь хүчин төгөлдөр IPv4 хаяг байх ёстой.', + 'ipv6' => 'Үүнд: аттрибут нь зөв IPv6 хаяг байх ёстой.', + 'json' => 'Үүнд: атрибут нь JSON тэмдэгт байх ёстой.', 'max' => [ - 'numeric' => 'The :attribute may not be greater than :max.', - 'file' => 'The :attribute may not be greater than :max kilobytes.', - 'string' => 'The :attribute may not be greater than :max characters.', - 'array' => 'The :attribute may not have more than :max items.', + 'numeric' => 'Үүнд: аттрибут нь: max.', + 'file' => 'Үүнд: аттрибут нь: килобайтаас ихгүй байж болно.', + 'string' => 'Үүнд: аттрибут нь хамгийн их тэмдэгтүүдээс их байж болохгүй.', + 'array' => 'Үүнд: аттрибут нь дараахи зүйлсээс ихгүй байна.', ], - 'mimes' => 'The :attribute must be a file of type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimes' => 'Үүнд: аттрибут нь төрөл:: утгуудтай файл байх ёстой.', + 'mimetypes' => 'Үүнд: аттрибут нь төрөл:: утгуудтай файл байх ёстой.', 'min' => [ - 'numeric' => 'The :attribute must be at least :min.', - 'file' => 'The :attribute must be at least :min kilobytes.', - 'string' => 'The :attribute must be at least :min characters.', - 'array' => 'The :attribute must have at least :min items.', + 'numeric' => 'Үүнд: аттрибут дор хаяж байх ёстой.', + 'file' => 'Үүнд: атрибут дор хаяж нэг килобайт байх ёстой.', + 'string' => 'Үүнд: атрибут дор хаяж байх ёстой: min тэмдэгтүүд.', + 'array' => 'Үүнд: атрибут дор хаяж дараах зүйлсийг агуулсан байх ёстой.', ], - 'not_in' => 'The selected :attribute is invalid.', - 'numeric' => 'The :attribute must be a number.', - 'present' => 'The :attribute field must be present.', - 'regex' => 'The :attribute format is invalid.', - 'required' => 'The :attribute field is required.', - 'required_if' => 'The :attribute field is required when :other is :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', - 'required_with' => 'The :attribute field is required when :values is present.', - 'required_with_all' => 'The :attribute field is required when :values is present.', - 'required_without' => 'The :attribute field is required when :values is not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', - 'same' => 'The :attribute and :other must match.', + 'not_in' => 'Сонгосон: шинж чанар буруу байна.', + 'numeric' => 'Үүнд: атрибут нь тоо байх ёстой.', + 'present' => 'Үүнд: атрибутын талбар байх ёстой.', + 'regex' => 'Агуулга формат буруу байна.', + 'required' => 'Үүнд: атрибутын талбар шаардлагатай.', + 'required_if' => 'Үүнд: аттрибутын талбар шаардлагатай үед: бусад нь: утга.', + 'required_unless' => 'Үүнд: аттрибутын талбар шаардлагатай: бусад нь: утга байна.', + 'required_with' => 'Үүнд: аттрибутын талбар шаардлагатай бол: утга байгаа болно.', + 'required_with_all' => 'Үүнд: аттрибутын талбар шаардлагатай бол: утга байгаа болно.', + 'required_without' => 'Үүнд: аттрибутын талбар шаардлагатай үед: утга байхгүй байна.', + 'required_without_all' => 'Үүнд: аттрибутын талбар нь: утга байх ёсгүй.', + 'same' => 'Үүнд: атрибут болон бусад нь таарах ёстой.', 'size' => [ - 'numeric' => 'The :attribute must be :size.', - 'file' => 'The :attribute must be :size kilobytes.', - 'string' => 'The :attribute must be :size characters.', - 'array' => 'The :attribute must contain :size items.', + 'numeric' => 'Үүнд: атрибут нь байх ёстой: хэмжээ.', + 'file' => 'Үүнд: атрибут нь: хэмжээ килобайт байх ёстой.', + 'string' => 'Үүнд: аттрибут нь: хэмжээст тэмдэгтүүд.', + 'array' => 'Үүнд: атрибут нь дараах хэмжээтэй байна: size items.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', - 'unique' => 'The :attribute has already been taken.', - 'uploaded' => 'The :attribute failed to upload.', - 'url' => 'The :attribute format is invalid.', + 'string' => 'Үүнд: атрибут нь мөр байх ёстой.', + 'timezone' => 'Үүнд: атрибут нь хүчинтэй бүс байх ёстой.', + 'unique' => 'Үүнд: атрибут аль хэдийн авсан байна.', + 'uploaded' => 'Үүнд: атрибут байршуулах боломжгүй байна.', + 'url' => 'Агуулга формат буруу байна.', /* |-------------------------------------------------------------------------- @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Үүнд: аттрибут талбар нь зөвшөөрөгдөөгүй тэмдэгт агуулна.", + "email_array" => "Нэг буюу хэд хэдэн имэйл хаяг буруу байна.", + "hashed_pass" => "Таны одоогийн нууц үг буруу байна", + 'dumbpwd' => 'Энэ нууц үг хэтэрхий нийтлэг байна.', + "statuslabel_type" => "Та зөв статустай шошгын төрлийг сонгох ёстой", + "unique_undeleted" => "Үүнд: аттрибут нь өвөрмөц байх ёстой.", ], /* diff --git a/resources/lang/ms/admin/accessories/general.php b/resources/lang/ms/admin/accessories/general.php index b33639f3ce..1f6088c365 100644 --- a/resources/lang/ms/admin/accessories/general.php +++ b/resources/lang/ms/admin/accessories/general.php @@ -10,13 +10,13 @@ return array( 'create' => 'Cipta Aksesori', 'edit' => 'Pinda Aksesori', 'eula_text' => 'Kategori EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', + 'eula_text_help' => 'Bidang ini membolehkan anda menyesuaikan EULA anda untuk jenis aset tertentu. Jika anda hanya mempunyai satu EULA untuk semua aset anda, anda boleh menyemak kotak di bawah untuk menggunakan lalai utama.', + 'require_acceptance' => 'Memerlukan pengguna untuk mengesahkan penerimaan aset dalam kategori ini.', + 'no_default_eula' => 'Tiada EULA lalai utama dijumpai. Tambah satu dalam Tetapan.', 'total' => 'Jumlah', 'remaining' => 'Masih ada', 'update' => 'Kemaskini Aksesori', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'use_default_eula' => 'Gunakan pilihan utama lalai EULA sebaliknya.', + 'use_default_eula_disabled' => 'Gunakan EULA lalai utama bukannya. Tiada seting utama EULA ditetapkan. Sila tambah satu dalam Tetapan.', ); diff --git a/resources/lang/ms/admin/accessories/message.php b/resources/lang/ms/admin/accessories/message.php index 8031802754..1486a853ff 100644 --- a/resources/lang/ms/admin/accessories/message.php +++ b/resources/lang/ms/admin/accessories/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'Aksesori ini tidak wujud.', - 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', + 'assoc_users' => 'Aksesori ini pada masa ini mempunyai: mengira item yang diperiksa kepada pengguna. Sila semak aksesori dan cuba lagi.', 'create' => array( 'error' => 'Aksesori tidak dicipta, sila cuba lagi.', @@ -22,15 +22,15 @@ return array( ), 'checkout' => array( - 'error' => 'Accessory was not checked out, please try again', - 'success' => 'Accessory checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Aksesori tidak diperiksa, sila cuba lagi', + 'success' => 'Aksesori diperiksa dengan jayanya.', + 'user_does_not_exist' => 'Pengguna itu tidak sah. Sila cuba lagi.' ), 'checkin' => array( - 'error' => 'Accessory was not checked in, please try again', - 'success' => 'Accessory checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Aksesori tidak diperiksa, sila cuba lagi', + 'success' => 'Aksesori diperiksa dengan jayanya.', + 'user_does_not_exist' => 'Pengguna itu tidak sah. Sila cuba lagi.' ) diff --git a/resources/lang/ms/admin/asset_maintenances/message.php b/resources/lang/ms/admin/asset_maintenances/message.php index 5b57c72e42..9b246b3df7 100644 --- a/resources/lang/ms/admin/asset_maintenances/message.php +++ b/resources/lang/ms/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Penyelenggaraan aset berjaya dicipta.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Penyelenggaraan Aset tidak diedit, sila cuba lagi.', + 'success' => 'Penyenggaraan Aset berjaya disunting.' ], 'asset_maintenance_incomplete' => 'Tidak dilengkapkan lagi', 'warranty' => 'Waranti', diff --git a/resources/lang/ms/admin/asset_maintenances/table.php b/resources/lang/ms/admin/asset_maintenances/table.php index f3a6be60f9..30f04a2bee 100644 --- a/resources/lang/ms/admin/asset_maintenances/table.php +++ b/resources/lang/ms/admin/asset_maintenances/table.php @@ -1,8 +1,8 @@ 'Asset Maintenance', - 'asset_name' => 'Asset Name', - 'is_warranty' => 'Warranty', - 'dl_csv' => 'Download CSV' + 'title' => 'Penyelenggaraan Aset', + 'asset_name' => 'Nama Aset', + 'is_warranty' => 'Waranti', + 'dl_csv' => 'Muat turun CSV' ]; diff --git a/resources/lang/ms/admin/categories/general.php b/resources/lang/ms/admin/categories/general.php index 28b182da50..0e688e571a 100644 --- a/resources/lang/ms/admin/categories/general.php +++ b/resources/lang/ms/admin/categories/general.php @@ -1,23 +1,23 @@ 'About Categories', - 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', + 'about_categories_title' => 'Mengenai Kategori', + 'about_categories' => 'Kategori membantu anda menyusun item anda. Sesetengah kategori contoh mungkin "Desktops", "Laptops", "Mobile Phones", "Tablets", dan sebagainya, tetapi anda boleh menggunakan kategori dengan cara yang masuk akal untuk anda.', 'asset_categories' => 'Kategori aset', 'category_name' => 'Nama Kategori', - 'checkin_email' => 'Send email to user on checkin.', + 'checkin_email' => 'Hantar e-mel kepada pengguna pada checkin.', 'clone' => 'Klon Kategori', 'create' => 'Cipta Kategori', 'edit' => 'Kemaskini Kategori', 'eula_text' => 'Kategori EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'name' => 'Category Name', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.', - 'required_eula' => 'This user will be emailed a copy of the EULA', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', + 'eula_text_help' => 'Bidang ini membolehkan anda menyesuaikan EULA anda untuk jenis aset tertentu. Jika anda hanya mempunyai satu EULA untuk semua aset anda, anda boleh menyemak kotak di bawah untuk menggunakan lalai utama.', + 'name' => 'Nama Kategori', + 'require_acceptance' => 'Memerlukan pengguna untuk mengesahkan penerimaan aset dalam kategori ini.', + 'required_acceptance' => 'Pengguna ini akan diemail dengan pautan untuk mengesahkan penerimaan item ini.', + 'required_eula' => 'Pengguna ini akan menghantar e-mel salinan EULA', + 'no_default_eula' => 'Tiada EULA lalai utama dijumpai. Tambah satu dalam Tetapan.', 'update' => 'Kemaskini Kategori', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'use_default_eula' => 'Gunakan pilihan utama lalai EULA sebaliknya.', + 'use_default_eula_disabled' => 'Gunakan EULA lalai utama bukannya. Tiada seting utama EULA ditetapkan. Sila tambah satu dalam Tetapan.', ); diff --git a/resources/lang/ms/admin/categories/message.php b/resources/lang/ms/admin/categories/message.php index 41367fc151..4024fc75a3 100644 --- a/resources/lang/ms/admin/categories/message.php +++ b/resources/lang/ms/admin/categories/message.php @@ -3,8 +3,8 @@ return array( 'does_not_exist' => 'Tidak wujud.', - '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' => 'Kategori ini kini dikaitkan dengan sekurang-kurangnya satu model dan tidak boleh dihapuskan. Sila kemas kini model anda untuk tidak lagi merujuk kategori ini dan cuba lagi.', + 'assoc_items' => 'Kategori ini kini dikaitkan dengan sekurang-kurangnya satu: asset_type dan tidak boleh dipadamkan. Sila kemas kini anda: asset_type untuk tidak merujuk kategori ini lagi dan cuba lagi.', 'create' => array( 'error' => 'Kategori tidak dapat dicipta, Sila cuba lagi.', diff --git a/resources/lang/ms/admin/companies/general.php b/resources/lang/ms/admin/companies/general.php index 9a47968977..fff153de74 100644 --- a/resources/lang/ms/admin/companies/general.php +++ b/resources/lang/ms/admin/companies/general.php @@ -1,6 +1,6 @@ 'About Companies', - 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', - 'select_company' => 'Select Company', + 'about_companies_title' => 'Mengenai Syarikat', + 'about_companies_text' => 'Syarikat boleh digunakan sebagai medan pengecam ringkas, atau boleh digunakan untuk membatasi penglihatan aset, pengguna, dan lain-lain jika sokongan syarikat penuh diaktifkan dalam tetapan Admin anda.', + 'select_company' => 'Pilih Syarikat', ]; diff --git a/resources/lang/ms/admin/companies/message.php b/resources/lang/ms/admin/companies/message.php index a6db573519..de48e100dc 100644 --- a/resources/lang/ms/admin/companies/message.php +++ b/resources/lang/ms/admin/companies/message.php @@ -1,18 +1,18 @@ 'Company does not exist.', - 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', + 'does_not_exist' => 'Syarikat tidak wujud.', + 'assoc_users' => 'Syarikat ini kini dikaitkan dengan sekurang-kurangnya satu model dan tidak boleh dipadamkan. Sila kemas kini model anda untuk tidak lagi merujuk syarikat ini dan cuba lagi.', 'create' => array( - 'error' => 'Company was not created, please try again.', - 'success' => 'Company created successfully.' + 'error' => 'Syarikat tidak dicipta, sila cuba lagi.', + 'success' => 'Syarikat berjaya berjaya.' ), 'update' => array( - 'error' => 'Company was not updated, please try again', - 'success' => 'Company updated successfully.' + 'error' => 'Syarikat tidak dikemas kini, sila cuba lagi', + 'success' => 'Syarikat dikemas kini dengan jayanya.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this company?', - 'error' => 'There was an issue deleting the company. Please try again.', - 'success' => 'The Company was deleted successfully.' + 'confirm' => 'Adakah anda pasti ingin memadamkan syarikat ini?', + 'error' => 'Ada masalah memusnahkan syarikat. Sila cuba lagi.', + 'success' => 'Syarikat telah berjaya dipadam.' ) ); diff --git a/resources/lang/ms/admin/companies/table.php b/resources/lang/ms/admin/companies/table.php index 2f86126ff2..0585cdfe18 100644 --- a/resources/lang/ms/admin/companies/table.php +++ b/resources/lang/ms/admin/companies/table.php @@ -1,9 +1,9 @@ 'Companies', - 'create' => 'Create Company', - 'title' => 'Company', - 'update' => 'Update Company', - 'name' => 'Company Name', + 'companies' => 'Syarikat-syarikat', + 'create' => 'Buat Syarikat', + 'title' => 'Syarikat', + 'update' => 'Kemas kini Syarikat', + 'name' => 'nama syarikat', 'id' => 'ID', ); diff --git a/resources/lang/ms/admin/components/general.php b/resources/lang/ms/admin/components/general.php index 75c9d250ab..a536439cee 100644 --- a/resources/lang/ms/admin/components/general.php +++ b/resources/lang/ms/admin/components/general.php @@ -1,17 +1,17 @@ 'About Components', - 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', - 'component_name' => 'Component Name', - 'checkin' => 'Checkin Component', - 'checkout' => 'Checkout Component', - 'cost' => 'Purchase Cost', - 'create' => 'Create Component', - 'edit' => 'Edit Component', - 'date' => 'Purchase Date', - 'order' => 'Order Number', - 'remaining' => 'Remaining', - 'total' => 'Total', - 'update' => 'Update Component', + 'about_components_title' => 'Mengenai Komponen', + 'about_components_text' => 'Komponen adalah item yang merupakan sebahagian daripada aset, contohnya HDD, RAM, dll.', + 'component_name' => 'Nama Komponen', + 'checkin' => 'Komponen Pemeriksa', + 'checkout' => 'Komponen Keluar', + 'cost' => 'Kos Pembelian', + 'create' => 'Buat Komponen', + 'edit' => 'Edit Komponen', + 'date' => 'Tarikh Pembelian', + 'order' => 'Nombor Pesanan', + 'remaining' => 'Baki', + 'total' => 'Jumlah', + 'update' => 'Komponen Kemas Kini', ); diff --git a/resources/lang/ms/admin/components/message.php b/resources/lang/ms/admin/components/message.php index 1d13970f23..a2fd31d7a5 100644 --- a/resources/lang/ms/admin/components/message.php +++ b/resources/lang/ms/admin/components/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Component does not exist.', + 'does_not_exist' => 'Komponen tidak wujud.', 'create' => array( - 'error' => 'Component was not created, please try again.', - 'success' => 'Component created successfully.' + 'error' => 'Komponen tidak dibuat, sila cuba lagi.', + 'success' => 'Komponen berjaya dihasilkan.' ), 'update' => array( - 'error' => 'Component was not updated, please try again', - 'success' => 'Component updated successfully.' + 'error' => 'Komponen tidak dikemas kini, sila cuba lagi', + 'success' => 'Komponen berjaya dikemas kini.' ), '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' => 'Adakah anda pasti ingin memadamkan komponen ini?', + 'error' => 'Terdapat isu memadamkan komponen. Sila cuba lagi.', + 'success' => 'Komponen telah berjaya dipadam.' ), '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' => 'Komponen tidak diperiksa, sila cuba lagi', + 'success' => 'Komponen diperiksa dengan jayanya.', + 'user_does_not_exist' => 'Pengguna itu tidak sah. Sila cuba lagi.' ), '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' => 'Komponen tidak diperiksa, sila cuba lagi', + 'success' => 'Komponen diperiksa dengan jayanya.', + 'user_does_not_exist' => 'Pengguna itu tidak sah. Sila cuba lagi.' ) diff --git a/resources/lang/ms/admin/components/table.php b/resources/lang/ms/admin/components/table.php index 3d4fed6a7f..a370845bf3 100644 --- a/resources/lang/ms/admin/components/table.php +++ b/resources/lang/ms/admin/components/table.php @@ -1,5 +1,5 @@ 'Component Name', + 'title' => 'Nama Komponen', ); diff --git a/resources/lang/ms/admin/consumables/general.php b/resources/lang/ms/admin/consumables/general.php index 53a69f8c03..2f459466e2 100644 --- a/resources/lang/ms/admin/consumables/general.php +++ b/resources/lang/ms/admin/consumables/general.php @@ -1,13 +1,13 @@ 'About Consumables', - 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', - 'checkout' => 'Checkout Consumable to User', - 'consumable_name' => 'Consumable Name', - 'create' => 'Create Consumable', - 'item_no' => 'Item No.', - 'remaining' => 'Remaining', - 'total' => 'Total', - 'update' => 'Update Consumable', + 'about_consumables_title' => 'Mengenai Penggunaan', + 'about_consumables_text' => 'Barang kemas adalah apa-apa yang dibeli yang akan digunakan sepanjang masa. Sebagai contoh, dakwat pencetak atau kertas copier.', + 'checkout' => 'Checkout Disebabkan Pengguna', + 'consumable_name' => 'Nama yang boleh digunakan', + 'create' => 'Buat Makan', + 'item_no' => 'barang No.', + 'remaining' => 'Baki', + 'total' => 'Jumlah', + 'update' => 'Kemas kini boleh digunakan', ); diff --git a/resources/lang/ms/admin/consumables/message.php b/resources/lang/ms/admin/consumables/message.php index 48a3cfbd9f..6fd51bcc2c 100644 --- a/resources/lang/ms/admin/consumables/message.php +++ b/resources/lang/ms/admin/consumables/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Consumable does not exist.', + 'does_not_exist' => 'Tidak boleh digunakan.', 'create' => array( - 'error' => 'Consumable was not created, please try again.', - 'success' => 'Consumable created successfully.' + 'error' => 'Tidak boleh dicipta, sila cuba lagi.', + 'success' => 'Berguna dicipta dengan jayanya.' ), 'update' => array( - 'error' => 'Consumable was not updated, please try again', - 'success' => 'Consumable updated successfully.' + 'error' => 'Dikenakan tidak dikemas kini, sila cuba lagi', + 'success' => 'Berguna dikemas kini berjaya.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this consumable?', - 'error' => 'There was an issue deleting the consumable. Please try again.', - 'success' => 'The consumable was deleted successfully.' + 'confirm' => 'Adakah anda pasti ingin menghapuskan penggunaan ini?', + 'error' => 'Terdapat isu memadamkan pemakaian. Sila cuba lagi.', + 'success' => 'Pemakaian telah berjaya dipadam.' ), 'checkout' => array( - 'error' => 'Consumable was not checked out, please try again', - 'success' => 'Consumable checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Makanan tidak diperiksa, sila cuba lagi', + 'success' => 'Berguna diperiksa dengan jayanya.', + 'user_does_not_exist' => 'Pengguna itu tidak sah. Sila cuba lagi.' ), 'checkin' => array( - 'error' => 'Consumable was not checked in, please try again', - 'success' => 'Consumable checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Dikenakan tidak diperiksa, sila cuba lagi', + 'success' => 'Berguna diperiksa dengan jayanya.', + 'user_does_not_exist' => 'Pengguna itu tidak sah. Sila cuba lagi.' ) diff --git a/resources/lang/ms/admin/consumables/table.php b/resources/lang/ms/admin/consumables/table.php index bb76721f17..b0312f7733 100644 --- a/resources/lang/ms/admin/consumables/table.php +++ b/resources/lang/ms/admin/consumables/table.php @@ -1,5 +1,5 @@ 'Consumable Name', + 'title' => 'Nama yang boleh digunakan', ); diff --git a/resources/lang/ms/admin/custom_fields/general.php b/resources/lang/ms/admin/custom_fields/general.php index f2e6df90cb..34356fd4bd 100644 --- a/resources/lang/ms/admin/custom_fields/general.php +++ b/resources/lang/ms/admin/custom_fields/general.php @@ -1,30 +1,30 @@ 'Custom Fields', - '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.', - 'encrypted' => 'Encrypted', + 'custom_fields' => 'Bidang Tersuai', + 'field' => 'Padang', + 'about_fieldsets_title' => 'Mengenai Fieldsets', + 'about_fieldsets_text' => 'Fieldsets membolehkan anda membuat kumpulan bidang tersuai yang sering digunakan semula digunakan untuk jenis model aset tertentu.', + 'custom_format' => 'Format tersuai ...', + 'encrypt_field' => 'Sulitkan nilai medan ini dalam pangkalan data', + 'encrypt_field_help' => 'AMARAN: Menyulitkan medan menjadikannya tidak dapat ditemui.', + 'encrypted' => 'Disulitkan', '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', + 'fieldset_name' => 'Nama Fieldset', + 'field_name' => 'Nama Field', + 'field_values' => 'Nilai Field', + 'field_values_help' => 'Tambah pilihan pilihan, satu setiap baris. Barisan kosong selain baris pertama akan diabaikan.', + 'field_element' => 'Borang Elemen', + 'field_element_short' => 'Elemen', 'field_format' => 'Format', - 'field_custom_format' => 'Custom Format', - 'required' => 'Required', + 'field_custom_format' => 'Format Tersuai', + 'required' => 'Diperlukan', 'req' => 'Req.', - 'used_by_models' => 'Used By Models', - 'order' => 'Order', - 'create_fieldset' => 'New Fieldset', - 'create_field' => 'New Custom Field', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'used_by_models' => 'Digunakan Oleh Model', + 'order' => 'Perintah', + 'create_fieldset' => 'Fieldset baru', + 'create_field' => 'Padang Tersuai Baru', + 'value_encrypted' => 'Nilai medan ini disulitkan dalam pangkalan data. Hanya pengguna admin sahaja yang dapat melihat nilai yang disahkrit', ); diff --git a/resources/lang/ms/admin/custom_fields/message.php b/resources/lang/ms/admin/custom_fields/message.php index ed66a6ba16..ad0be7bf1a 100644 --- a/resources/lang/ms/admin/custom_fields/message.php +++ b/resources/lang/ms/admin/custom_fields/message.php @@ -3,48 +3,48 @@ return array( 'field' => array( - 'invalid' => 'That field does not exist.', - 'already_added' => 'Field already added', + 'invalid' => 'Bidang itu tidak wujud.', + 'already_added' => 'Bidang sudah ditambahkan', 'create' => array( - 'error' => 'Field was not created, please try again.', - 'success' => 'Field created successfully.', - 'assoc_success' => 'Field successfully added to fieldset.' + 'error' => 'Bidang tidak dibuat, sila cuba lagi.', + 'success' => 'Bidang berjaya dibuat.', + 'assoc_success' => 'Bidang berjaya ditambah ke fieldset.' ), 'update' => array( - 'error' => 'Field was not updated, please try again', - 'success' => 'Field updated successfully.' + 'error' => 'Bidang tidak dikemas kini, sila cuba lagi', + 'success' => 'Bidang dikemas kini berjaya.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this field?', - 'error' => 'There was an issue deleting the field. Please try again.', - 'success' => 'The field was deleted successfully.', - 'in_use' => 'Field is still in use.', + 'confirm' => 'Adakah anda pasti ingin memadamkan medan ini?', + 'error' => 'Terdapat masalah memadamkan medan. Sila cuba lagi.', + 'success' => 'Medan telah berjaya dipadam.', + 'in_use' => 'Medan masih digunakan.', ) ), 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset tidak wujud', 'create' => array( - 'error' => 'Fieldset was not created, please try again.', - 'success' => 'Fieldset created successfully.' + 'error' => 'Fieldset tidak dibuat, sila cuba lagi.', + 'success' => 'Fieldset berjaya berjaya.' ), 'update' => array( - 'error' => 'Fieldset was not updated, please try again', - 'success' => 'Fieldset updated successfully.' + 'error' => 'Fieldset tidak dikemas kini, sila cuba lagi', + 'success' => 'Fieldset dikemas kini dengan jayanya.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this fieldset?', - 'error' => 'There was an issue deleting the fieldset. Please try again.', - 'success' => 'The fieldset was deleted successfully.', - 'in_use' => 'Fieldset is still in use.', + 'confirm' => 'Adakah anda pasti ingin memadamkan medan ini?', + 'error' => 'Terdapat isu memadamkan medan. Sila cuba lagi.', + 'success' => 'Bidang field telah berjaya dipadam.', + 'in_use' => 'Fieldset masih digunakan.', ) ), diff --git a/resources/lang/ms/admin/departments/message.php b/resources/lang/ms/admin/departments/message.php index d65f4fbb2b..0ba7f41676 100644 --- a/resources/lang/ms/admin/departments/message.php +++ b/resources/lang/ms/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Jabatan tidak wujud.', + 'assoc_users' => 'Jabatan ini kini dikaitkan dengan sekurang-kurangnya seorang pengguna dan tidak boleh dipadamkan. Sila kemas kini pengguna anda untuk tidak lagi merujuk jabatan ini dan cuba lagi.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Jabatan tidak dibuat, sila cuba lagi.', + 'success' => 'Jabatan berjaya berjaya.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Jabatan tidak dikemas kini, sila cuba lagi', + 'success' => 'Jabatan dikemas kini berjaya.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Adakah anda pasti ingin memadamkan jabatan ini?', + 'error' => 'Terdapat isu memadamkan jabatan. Sila cuba lagi.', + 'success' => 'Jabatan telah berjaya dipadam.' ) ); diff --git a/resources/lang/ms/admin/departments/table.php b/resources/lang/ms/admin/departments/table.php index 76494247be..ffe953c5f1 100644 --- a/resources/lang/ms/admin/departments/table.php +++ b/resources/lang/ms/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'name' => 'nama jabatan', + 'manager' => 'Pengurus', + 'location' => 'Lokasi', + 'create' => 'Buat Jabatan', + 'update' => 'Jabatan Kemas Kini', ); diff --git a/resources/lang/ms/admin/depreciations/general.php b/resources/lang/ms/admin/depreciations/general.php index ae94bfd054..fdfd7d0186 100644 --- a/resources/lang/ms/admin/depreciations/general.php +++ b/resources/lang/ms/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Mengenai Susut Nilai Harta', 'about_depreciations' => 'Anda boleh tetapkan susut nilai harta berdasarkan kepada penyusutan berasaskan susut nilai garisan lurus.', 'asset_depreciations' => 'Susut Nilai Harta', - 'create' => 'Create Depreciation', + 'create' => 'Buat Susut', 'depreciation_name' => 'Nama Susut Nilai', 'number_of_months' => 'Bilangan Bulan', - 'update' => 'Update Depreciation', + 'update' => 'Kemas kini Susutnilai', ); diff --git a/resources/lang/ms/admin/groups/titles.php b/resources/lang/ms/admin/groups/titles.php index 88369e69b2..7d2612f8b4 100644 --- a/resources/lang/ms/admin/groups/titles.php +++ b/resources/lang/ms/admin/groups/titles.php @@ -1,11 +1,11 @@ 'About Groups', - 'about_groups' => 'Groups are used to generalize user permissions.', + 'about_groups_title' => 'Mengenai Kumpulan', + 'about_groups' => 'Kumpulan digunakan untuk memperibadikan kebenaran pengguna.', 'group_management' => 'Pengurusan Kumpulan', - 'create' => 'Create New Group', - 'update' => 'Edit Group', + 'create' => 'Buat Kumpulan Baru', + 'update' => 'Edit Kumpulan', 'group_name' => 'Nama Kumpulan', 'group_admin' => 'Pengurus Kumpulan', 'allow' => 'Benarkan', diff --git a/resources/lang/ms/admin/hardware/form.php b/resources/lang/ms/admin/hardware/form.php index 30150641a2..34fb49adfd 100644 --- a/resources/lang/ms/admin/hardware/form.php +++ b/resources/lang/ms/admin/hardware/form.php @@ -1,28 +1,29 @@ 'Confirm Bulk Delete Assets', - 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', - 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', - 'bulk_update' => 'Bulk Update Assets', - 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ', - 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.', + 'bulk_delete' => 'Sahkan Pemutihan Aset Pukal', + 'bulk_delete_help' => 'Semak aset untuk penghapusan pukal di bawah. Sebaik sahaja dipadam, aset ini dapat dipulihkan, tetapi mereka tidak lagi akan dikaitkan dengan mana-mana pengguna yang mereka buat sekarang.', + 'bulk_delete_warn' => 'Anda akan hapus: asset_count aset.', + 'bulk_update' => 'Aset Kemas Kini Pukal', + 'bulk_update_help' => 'Borang ini membolehkan anda mengemas kini berbilang aset sekaligus. Hanya isikan medan yang perlu anda ubah. Mana-mana medan yang dibiarkan kosong akan kekal tidak berubah.', + 'bulk_update_warn' => 'Anda akan menyunting sifat aset aset_count.', 'checkedout_to' => 'Agihkan Kepada', - 'checkout_date' => 'Checkout Date', - 'checkin_date' => 'Checkin Date', + 'checkout_date' => 'Tarikh Checkout', + 'checkin_date' => 'Tarikh daftar masuk', 'checkout_to' => 'Agihkan kepada', 'cost' => 'Harga Pembelian', 'create' => 'Cipta Harta', 'date' => 'Tarikh Pembelian', + 'depreciation' => 'Susut nilai', 'depreciates_on' => 'Susut Nilai Pada', 'default_location' => 'Lokasi Asal', 'eol_date' => 'Tarikh EOL', 'eol_rate' => 'Kadar EOL', - 'expected_checkin' => 'Expected Checkin Date', + 'expected_checkin' => 'Tarikh Periksa Yang Diharapkan', 'expires' => 'Luput', 'fully_depreciated' => 'Susut Nilai Penuh', - 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', - 'mac_address' => 'MAC Address', + 'help_checkout' => 'Jika anda ingin memberikan aset ini dengan segera, pilih "Sedia Digelar" dari senarai status di atas.', + 'mac_address' => 'Alamat MAC', 'manufacturer' => 'Pengeluar', 'model' => 'Model', 'months' => 'bulan', @@ -31,7 +32,7 @@ return array( 'order' => 'Nombor Pesanan', 'qr' => 'Kod QR', 'requestable' => 'Pengguna dibenarkan untuk memohon harta ini', - 'select_statustype' => 'Select Status Type', + 'select_statustype' => 'Pilih Jenis Status', 'serial' => 'Siri', 'status' => 'Status', 'tag' => 'Tag Harta', diff --git a/resources/lang/ms/admin/hardware/general.php b/resources/lang/ms/admin/hardware/general.php index fc095844bb..b11ef1866c 100644 --- a/resources/lang/ms/admin/hardware/general.php +++ b/resources/lang/ms/admin/hardware/general.php @@ -1,23 +1,23 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', - 'archived' => 'Archived', + 'about_assets_title' => 'Mengenai Aset', + 'about_assets_text' => 'Aset adalah item yang dikesan oleh nombor siri atau tag aset. Mereka cenderung menjadi item nilai yang lebih tinggi di mana mengenal pasti perkara-perkara tertentu.', + 'archived' => 'Diarkibkan', 'asset' => 'Harta', - 'bulk_checkout' => 'Checkout Assets to User', + 'bulk_checkout' => 'Aset Keluar untuk Pengguna', 'checkin' => 'Terima Harta', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Aset Checkout', 'clone' => 'Pendua Harta', 'deployable' => 'Deployable', - 'deleted' => 'This asset has been deleted. Click here to restore it.', + 'deleted' => 'Aset ini telah dipadamkan. Klik di sini untuk memulihkannya.', 'edit' => 'Kemaskini Harta', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', - 'requestable' => 'Requestable', - 'requested' => 'Requested', - 'restore' => 'Restore Asset', - 'pending' => 'Pending', - 'undeployable' => 'Undeployable', + 'filetype_info' => 'Filetype yang dibenarkan adalah png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, dan rar.', + 'model_deleted' => 'Model Aset ini telah dipadam. Anda mesti memulihkan model sebelum anda boleh memulihkan Asset.
Klik di sini untuk memulihkan model.', + 'requestable' => 'Diminta', + 'requested' => 'Diminta', + 'restore' => 'Pulihkan Asset', + 'pending' => 'Menunggu', + 'undeployable' => 'Tidak dapat dipisahkan', 'view' => 'Papar Harta', ); diff --git a/resources/lang/ms/admin/hardware/message.php b/resources/lang/ms/admin/hardware/message.php index 05e84aa2c2..6a5ce8dc4e 100644 --- a/resources/lang/ms/admin/hardware/message.php +++ b/resources/lang/ms/admin/hardware/message.php @@ -2,10 +2,9 @@ return array( - 'undeployable' => 'Warning: This asset has been marked as currently undeployable. - If this status has changed, please update the asset status.', + 'undeployable' => 'Amaran: Aset ini telah ditandakan sebagai tidak boleh dikehendaki. Jika status ini telah berubah, sila kemas kini status aset.', 'does_not_exist' => 'Harta tidak wujud.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'Cubaan yang baik. Aset itu tidak wujud atau tidak boleh diminta.', 'assoc_users' => 'Harta ini sekarang telah diagihkan kepada pengguna dan tidak boleh dihapuskan. Sila semak status harta ini dahulu, dan kemudian cuba semula. ', 'create' => array( @@ -16,45 +15,45 @@ return array( 'update' => array( 'error' => 'Harta gagal dikemaskini, sila cuba semula', 'success' => 'Harta berjaya dikemaskini.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'nothing_updated' => 'Tiada medan dipilih, jadi tiada apa yang dikemas kini.', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' + 'error' => 'Aset tidak dipulihkan, sila cuba lagi', + 'success' => 'Aset dipulihkan dengan jayanya.' ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Audit aset tidak berjaya. Sila cuba lagi.', + 'success' => 'Audit aset berjaya log.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Fail tidak dipadam. Sila cuba lagi.', + 'success' => 'Fail berjaya dipadam.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Fail tidak dimuat naik. Sila cuba lagi.', + 'success' => 'Fail berjaya dimuat naik.', + 'nofiles' => 'Anda tidak memilih sebarang fail untuk dimuat naik, atau fail yang anda cuba muat naik terlalu besar', + 'invalidfiles' => 'Satu atau lebih daripada fail anda terlalu besar atau merupakan filetype yang tidak dibenarkan. Filetype yang dibenarkan adalah png, gif, jpg, doc, docx, pdf, dan txt.', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'Sesetengah item tidak diimport dengan betul.', + 'errorDetail' => 'Item berikut tidak diimport kerana kesilapan.', + 'success' => "Fail anda telah diimport", + 'file_delete_success' => "Fail anda telah berjaya dihapuskan", + 'file_delete_error' => "Fail tidak dapat dipadamkan", ), 'delete' => array( 'confirm' => 'Anda pasti anda ingin hapuskan harta ini?', 'error' => 'Ada isu semasa menghapuskan harta. Sila cuba lagi.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => 'Tiada aset dipilih, jadi tiada apa yang dipadamkan.', 'success' => 'Harta berjaya dihapuskan.' ), @@ -62,21 +61,21 @@ return array( 'error' => 'Harta gagal diagihkan, sila cuba semula', 'success' => 'Harta berjaya diagihkan.', 'user_does_not_exist' => 'Pengguna tak sah. Sila cuba lagi.', - 'not_available' => 'That asset is not available for checkout!' + 'not_available' => 'Aset itu tidak tersedia untuk checkout!' ), 'checkin' => array( 'error' => 'Harta tidak diterima, sila cuba lagi', 'success' => 'Harta berjaya diterima.', 'user_does_not_exist' => 'Pengguna tidah sah. Sila cuba lagi.', - 'already_checked_in' => 'That asset is already checked in.', + 'already_checked_in' => 'Aset itu sudah diperiksa.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'Aset tidak diminta, sila cuba lagi', + 'success' => 'Aset diminta berjaya.', + 'canceled' => 'Permintaan keluar telah dibatalkan' ) ); diff --git a/resources/lang/ms/admin/hardware/table.php b/resources/lang/ms/admin/hardware/table.php index 77dd904e31..f8d76f0511 100644 --- a/resources/lang/ms/admin/hardware/table.php +++ b/resources/lang/ms/admin/hardware/table.php @@ -18,7 +18,7 @@ return array( 'serial' => 'Siri', 'status' => 'Status', 'title' => 'Harta ', - 'image' => 'Device Image', - 'days_without_acceptance' => 'Days Without Acceptance' + 'image' => 'Imej Peranti', + 'days_without_acceptance' => 'Hari Tanpa Penerimaan' ); diff --git a/resources/lang/ms/admin/licenses/form.php b/resources/lang/ms/admin/licenses/form.php index 0e17206af3..b46bdba9e6 100644 --- a/resources/lang/ms/admin/licenses/form.php +++ b/resources/lang/ms/admin/licenses/form.php @@ -6,15 +6,15 @@ return array( 'checkin' => 'Terima', 'create' => 'Cipta Lesen', 'expiration' => 'Tarikh Luput', - 'license_key' => 'Product Key', - 'maintained' => 'Maintained', + 'license_key' => 'Kunci produk', + 'maintained' => 'Dikekalkan', 'name' => 'Nama Perisian', 'no_depreciation' => 'Tiada Susut Nilai', 'purchase_order' => 'Nombor Pesanan Belian', - 'reassignable' => 'Reassignable', + 'reassignable' => 'Boleh ditugaskan semula', 'remaining_seats' => 'Baki Kekosongan', 'seats' => 'Kekosongan', - 'termination_date' => 'Termination Date', + 'termination_date' => 'Tarikh Penamatan', 'to_email' => 'Lesen Untuk Di \'email\'', 'to_name' => 'Lesen Untuk Dinamakan', 'update' => 'Kemaskini Lesen', diff --git a/resources/lang/ms/admin/licenses/general.php b/resources/lang/ms/admin/licenses/general.php index efa89287aa..65ca4c94c1 100644 --- a/resources/lang/ms/admin/licenses/general.php +++ b/resources/lang/ms/admin/licenses/general.php @@ -1,13 +1,13 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'about_licenses_title' => 'Mengenai Lesen', + 'about_licenses' => 'Lesen digunakan untuk mengesan perisian. Mereka mempunyai bilangan tempat duduk tertentu yang boleh diperiksa kepada individu', 'checkin' => 'Terima Kekosongan Lesen', 'checkout_history' => 'Sejarah Agihan', 'checkout' => 'Agihkan Kekosongan Lesen', 'edit' => 'Kemaskini Lesen', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'filetype_info' => 'Filetype yang dibenarkan adalah png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, dan rar.', 'clone' => 'Pendua Lesen', 'history_for' => 'Sejarah untuk ', 'in_out' => 'Masuk/Keluar', diff --git a/resources/lang/ms/admin/licenses/message.php b/resources/lang/ms/admin/licenses/message.php index 328e37089f..910f475a91 100644 --- a/resources/lang/ms/admin/licenses/message.php +++ b/resources/lang/ms/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'Harta yang anda ingin sekutukan dengan lesen tidak wujud.', 'owner_doesnt_match_asset' => 'Harta yang anda ingin sekutukan dengan lesen ini dimiliki oleh orang lain selain dari orang yang dipilih dalam pilihan yang disekutukan.', 'assoc_users' => 'Lesen ini telah diagihkan kepada pengguna dan tidak boleh dihapuskan. Sila semak lesen terlebih dahulu, dan cuba hapus semula. ', + 'select_asset_or_person' => 'Anda mesti memilih aset atau pengguna, tetapi tidak kedua-duanya.', 'create' => array( @@ -15,15 +16,15 @@ return array( ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Fail tidak dipadam. Sila cuba lagi.', + 'success' => 'Fail berjaya dipadam.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'error' => 'Fail tidak dimuat naik. Sila cuba lagi.', + 'success' => 'Fail berjaya dimuat naik.', + 'nofiles' => 'Anda tidak memilih sebarang fail untuk dimuat naik, atau fail yang anda cuba muat naik terlalu besar', + 'invalidfiles' => 'Satu atau lebih daripada fail anda terlalu besar atau merupakan filetype yang tidak dibenarkan. Filetype yang dibenarkan adalah png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, dan lic.', ), 'update' => array( diff --git a/resources/lang/ms/admin/locations/message.php b/resources/lang/ms/admin/locations/message.php index a26936d58f..3622ea96e9 100644 --- a/resources/lang/ms/admin/locations/message.php +++ b/resources/lang/ms/admin/locations/message.php @@ -4,8 +4,8 @@ return array( 'does_not_exist' => 'Lokasi tidak wujud.', 'assoc_users' => 'Lokasi ini sekaran telah disekutukan dengan sekurang2nya satu pengguna dan tidak boleh dihapuskan. Sila kemaskini pengguna anda supaya tidak lagi merujuk kepada lokasi ini dan cuba lagi. ', - 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', - 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + 'assoc_assets' => 'Lokasi ini kini dikaitkan dengan sekurang-kurangnya satu aset dan tidak boleh dihapuskan. Sila kemas kini aset anda untuk tidak merujuk lagi lokasi ini dan cuba lagi.', + 'assoc_child_loc' => 'Lokasi ini adalah ibu bapa sekurang-kurangnya satu lokasi kanak-kanak dan tidak boleh dipadamkan. Sila kemas kini lokasi anda untuk tidak merujuk lokasi ini lagi dan cuba lagi.', 'create' => array( diff --git a/resources/lang/ms/admin/locations/table.php b/resources/lang/ms/admin/locations/table.php index c7e91f1f12..e83957c3b2 100644 --- a/resources/lang/ms/admin/locations/table.php +++ b/resources/lang/ms/admin/locations/table.php @@ -1,10 +1,10 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', - 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', + 'about_locations_title' => 'Mengenai Lokasi', + 'about_locations' => 'Lokasi digunakan untuk mengesan maklumat lokasi untuk pengguna, aset dan barangan lain', + 'assets_rtd' => 'Aset', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Aset Ditugaskan', 'id' => 'ID', 'city' => 'Bandar', 'state' => 'Negeri', @@ -15,7 +15,7 @@ return array( 'address' => 'Alamat', 'zip' => 'Poskod', 'locations' => 'Lokasi', - 'parent' => 'Parent', - 'currency' => 'Location Currency', - 'ldap_ou' => 'LDAP Search OU', + 'parent' => 'Ibu bapa', + 'currency' => 'Mata Wang Lokasi', + 'ldap_ou' => 'Carian LDAP OU', ); diff --git a/resources/lang/ms/admin/manufacturers/table.php b/resources/lang/ms/admin/manufacturers/table.php index 6ee9ea5782..22b77407bc 100644 --- a/resources/lang/ms/admin/manufacturers/table.php +++ b/resources/lang/ms/admin/manufacturers/table.php @@ -1,15 +1,15 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'about_manufacturers_title' => 'Mengenai pengeluar', + 'about_manufacturers_text' => 'Pengilang adalah syarikat yang membuat aset anda. Anda boleh menyimpan maklumat hubungan sokongan penting tentang mereka di sini, yang akan dipaparkan pada halaman butiran aset anda.', 'asset_manufacturers' => 'Pengeluar Harta', 'create' => 'Cipta Pengeluar', 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', + 'name' => 'Nama', + 'support_email' => 'Sokongan E-mel', + 'support_phone' => 'Sokongan Telefon', + 'support_url' => 'Sokongan URL', 'update' => 'Kemaskini Pengeluar', 'url' => 'URL', diff --git a/resources/lang/ms/admin/models/general.php b/resources/lang/ms/admin/models/general.php index e0da09f780..bde3d3e412 100644 --- a/resources/lang/ms/admin/models/general.php +++ b/resources/lang/ms/admin/models/general.php @@ -1,15 +1,15 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted. Click here to restore it.', - 'restore' => 'Restore Model', - 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', - 'view_deleted' => 'View Deleted', - 'view_models' => 'View Models', + 'about_models_title' => 'Mengenai Model Asset', + 'about_models_text' => 'Model Aset adalah cara untuk mengumpulkan aset yang sama. "MBP 2013", "IPhone 6s", dan sebagainya.', + 'deleted' => 'Model ini telah dipadamkan. Klik di sini untuk memulihkannya.', + 'restore' => 'Pulihkan Model', + 'requestable' => 'Pengguna boleh meminta model ini', + 'show_mac_address' => 'Tunjukkan medan alamat MAC dalam aset dalam model ini', + 'view_deleted' => 'Paparan Dihapus', + 'view_models' => 'Lihat Model', 'fieldset' => 'Fieldset', - 'no_custom_field' => 'No custom fields', + 'no_custom_field' => 'Tiada bidang tersuai', ); diff --git a/resources/lang/ms/admin/models/message.php b/resources/lang/ms/admin/models/message.php index 9ff9bbc36f..690a768f32 100644 --- a/resources/lang/ms/admin/models/message.php +++ b/resources/lang/ms/admin/models/message.php @@ -9,7 +9,7 @@ return array( 'create' => array( 'error' => 'Model gagal dicipta, sila cuba lagi.', 'success' => 'Model berjaya dicipta.', - 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + 'duplicate_set' => 'Model aset dengan nama itu, pengeluar dan nombor model sudah ada.', ), 'update' => array( @@ -24,13 +24,13 @@ return array( ), 'restore' => array( - 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.' + 'error' => 'Model tidak dipulihkan, sila cuba lagi', + 'success' => 'Model berjaya dipulihkan.' ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Tiada medan berubah, jadi tiada apa yang dikemas kini.', + 'success' => 'Model dikemas kini.' ), ); diff --git a/resources/lang/ms/admin/settings/general.php b/resources/lang/ms/admin/settings/general.php index 2ff4ba3302..c1a4194b09 100644 --- a/resources/lang/ms/admin/settings/general.php +++ b/resources/lang/ms/admin/settings/general.php @@ -1,148 +1,150 @@ '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', - 'alert_email' => 'Send alerts to', - 'alerts_enabled' => 'Alerts Enabled', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', - 'asset_ids' => 'Asset IDs', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', - 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', - 'backups' => 'Backups', - 'barcode_settings' => 'Barcode Settings', - 'confirm_purge' => 'Confirm Purge', - 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', - 'custom_css' => 'Custom CSS', - 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', - 'default_currency' => 'Default Currency', - 'default_eula_text' => 'Default EULA', - 'default_language' => 'Default Language', - 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', + 'ad' => 'Direktori Aktif', + 'ad_domain' => 'Domain direktori aktif', + 'ad_domain_help' => 'Ini kadangkala sama dengan domain e-mel anda, tetapi tidak semestinya.', + 'is_ad' => 'Ini adalah pelayan Direktori Aktif', + 'alert_email' => 'Hantar isyarat kepada', + 'alerts_enabled' => 'Isyarat Dihidupkan', + 'alert_interval' => 'Amaran Pemberitahuan Amaran (dalam hari)', + 'alert_inv_threshold' => 'Ambang Amaran Inventori', + 'asset_ids' => 'ID Aset', + 'audit_interval' => 'Selang Audit', + 'audit_interval_help' => 'Sekiranya anda dikehendaki untuk secara tetap mengaudit aset anda, masukkan selang waktu dalam bulan.', + 'audit_warning_days' => 'Ambang Amaran Audit', + 'audit_warning_days_help' => 'Berapa hari lebih awal haruskah kami memberi amaran kepada anda apabila aset perlu untuk pengauditan?', + 'auto_increment_assets' => 'Menjana ID aset auto-incrementing', + 'auto_increment_prefix' => 'Awalan (pilihan)', + 'auto_incrementing_help' => 'Dayakan ID aset auto-increment terlebih dahulu untuk menetapkan ini', + 'backups' => 'Sandaran', + 'barcode_settings' => 'Tetapan Kod Bar', + 'confirm_purge' => 'Mengesahkan Purge', + 'confirm_purge_help' => 'Masukkan teks "DELETE" dalam kotak di bawah untuk membersihkan rekod anda yang dihapuskan. Tindakan ini tidak dapat dibatalkan.', + 'custom_css' => 'CSS tersuai', + 'custom_css_help' => 'Masukkan mana-mana CSS ubah khas yang anda mahu gunakan. Jangan masukkan tag <style></style>.', + 'default_currency' => 'Mata Wang Default', + 'default_eula_text' => 'EULA lalai', + 'default_language' => 'Bahasa Lalai', + 'default_eula_help_text' => 'Anda juga boleh mengaitkan EULA tersuai untuk kategori aset tertentu.', 'display_asset_name' => 'Papar Nama Harta', 'display_checkout_date' => 'Papar Tarikh \'Checkout\'', 'display_eol' => 'Papar EOL dalam paparan jadual', - 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', - 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', - 'eula_settings' => 'EULA Settings', - 'eula_markdown' => 'This EULA allows Github flavored markdown.', - 'general_settings' => 'General Settings', - 'generate_backup' => 'Generate Backup', - 'header_color' => 'Header Color', + 'display_qr' => 'Paparkan Kod Square', + 'display_alt_barcode' => 'Paparkan kod bar 1D', + 'barcode_type' => 'Jenis Barcode 2D', + 'alt_barcode_type' => 'Jenis kod bar 1D', + 'eula_settings' => 'Tetapan EULA', + 'eula_markdown' => 'EULA ini membolehkan markah Github berperisa.', + 'general_settings' => 'Tetapan umum', + 'generate_backup' => 'Hasilkan Backup', + 'header_color' => 'Warna Tandukan', 'info' => 'Tetapan ini membenarkan anda menyesuaikan sesetengah aspek pemasangan anda.', 'laravel' => 'Versi 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_enabled' => 'LDAP diaktifkan', + 'ldap_integration' => 'Integrasi LDAP', + 'ldap_settings' => 'Tetapan LDAP', + 'ldap_server' => 'Pelayan LDAP', + 'ldap_server_help' => 'Ini harus bermula dengan ldap: // (untuk tidak disulitkan atau TLS) atau ldaps: // (untuk SSL)', + 'ldap_server_cert' => 'Pengesahan sijil LDAP SSL', + 'ldap_server_cert_ignore' => 'Benarkan Sijil SSL yang tidak sah', + 'ldap_server_cert_help' => 'Pilih kotak semak ini jika anda menggunakan sijil SSL yang ditandatangani sendiri dan ingin menerima sijil SSL yang tidak sah.', + 'ldap_tls' => 'Gunakan TLS', + 'ldap_tls_help' => 'Ini harus diperiksa hanya jika anda menjalankan STARTTLS pada pelayan LDAP anda.', + 'ldap_uname' => 'Nama Pengguna LDAP Bind', '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', - '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.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'ldap_basedn' => 'Pangkalan Bind DN', + 'ldap_filter' => 'Penapis LDAP', + 'ldap_pw_sync' => 'Sinkron Kata Laluan LDAP', + 'ldap_pw_sync_help' => 'Nyahtandai kotak ini jika anda tidak mahu menyimpan kata laluan LDAP diselaraskan dengan kata laluan tempatan. Melumpuhkan ini bermakna pengguna anda mungkin tidak dapat melog masuk jika pelayan LDAP anda tidak dapat dicapai kerana sebab tertentu.', + 'ldap_username_field' => 'Medan Nama Pengguna', + 'ldap_lname_field' => 'Nama terakhir', + 'ldap_fname_field' => 'Nama Pertama LDAP', + 'ldap_auth_filter_query' => 'Pertanyaan Pengesahan LDAP', + 'ldap_version' => 'Versi LDAP', + 'ldap_active_flag' => 'Bendera Aktif LDAP', + 'ldap_emp_num' => 'Nombor Kakitangan LDAP', + 'ldap_email' => 'E-mel LDAP', + 'load_remote_text' => 'Skrip Jauh', + 'load_remote_help_text' => 'Pemasangan Snipe-IT ini boleh memuatkan skrip dari dunia luar.', + 'login_note' => 'Nota Masuk', + 'login_note_help' => 'Opsyenal termasuk beberapa ayat pada skrin log masuk anda, contohnya untuk membantu orang yang telah menemui peranti yang hilang atau dicuri. Medan ini menerima markah Github markdown', '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', - 'optional' => 'optional', + 'full_multiple_companies_support_help_text' => 'Membataskan pengguna (termasuk pentadbir) yang diberikan kepada syarikat kepada aset syarikat mereka.', + 'full_multiple_companies_support_text' => 'Sokongan Syarikat Pelbagai Penuh', + 'optional' => 'pilihan', 'per_page' => 'Senarai Setiap Mukasurat', 'php' => 'Versi PHP', 'php_gd_info' => 'Anda mesti pasangkan php-gd untuk paparkan kod QR, lihat arahan pemasangan.', 'php_gd_warning' => 'Pemproses imej PHP dan \'plugin\' GD TIDAK dipasang.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Kompleks Kata Laluan', + 'pwd_secure_complexity_help' => 'Pilih mana-mana peraturan kompleksiti kata laluan yang anda mahu untuk menguatkuasakan.', + 'pwd_secure_min' => 'Aksara minimum kata laluan', + 'pwd_secure_min_help' => 'Nilai minimum yang dibenarkan ialah 5', + 'pwd_secure_uncommon' => 'Cegah kata laluan biasa', + 'pwd_secure_uncommon_help' => 'Ini tidak akan membenarkan pengguna menggunakan kata laluan yang biasa dari 10,000 kata laluan teratas dilaporkan melanggar.', 'qr_help' => 'Bolehkan Kod QR dahulu untuk pasang ini', 'qr_text' => 'Teks Kod QR', 'setting' => 'Tetapan', 'settings' => 'Tetapan', 'site_name' => 'Nama Sesawang', - 'slack_botname' => 'Slack Botname', - 'slack_channel' => 'Slack Channel', - 'slack_endpoint' => 'Slack Endpoint', - 'slack_integration' => 'Slack Settings', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', - 'snipe_version' => 'Snipe-IT version', + 'slack_botname' => 'Botak Botak', + 'slack_channel' => 'Saluran Slack', + 'slack_endpoint' => 'Endpoint Slack', + 'slack_integration' => 'Tetapan Slack', + 'slack_integration_help' => 'Penyepaduan slack adalah pilihan, namun titik akhir dan saluran diperlukan jika anda ingin menggunakannya. Untuk mengkonfigurasi integrasi Slack, anda mesti terlebih dahulu create webhook masuk pada akaun Slack anda.', + 'snipe_version' => 'Versi Snipe-IT', 'system' => 'Maklumat Sistem', 'update' => 'Kemaskini Tetapan', 'value' => 'Nilai', - '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)', - 'next_auto_tag_base' => 'Next auto-increment', - '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', + 'brand' => 'Penjenamaan', + 'about_settings_title' => 'Mengenai Tetapan', + 'about_settings_text' => 'Tetapan ini membolehkan anda menyesuaikan aspek tertentu pemasangan anda.', + 'labels_per_page' => 'Label setiap halaman', + 'label_dimensions' => 'Dimensi label (inci)', + 'next_auto_tag_base' => 'Selanjutnya auto-increment', + 'page_padding' => 'Margin halaman (inci)', + 'purge' => 'Rekod Menghapuskan Rekod', + 'labels_display_bgutter' => 'Lapisan bawah bawah label', + 'labels_display_sgutter' => 'Lapisan sampingan label', + 'labels_fontsize' => 'Saiz fon label', + 'labels_pagewidth' => 'Lebar helai label', + 'labels_pageheight' => 'Ketinggian kunci label', + 'label_gutters' => 'Jarak label (inci)', + 'page_dimensions' => 'Dimensi halaman (inci)', + 'label_fields' => 'Label bidang yang kelihatan', + 'inches' => 'inci', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Pautan ke Snipe-IT dalam E-mel', + 'show_url_in_emails_help_text' => 'Nyahtandai kotak ini jika anda tidak mahu memaut kembali ke pemasangan Snipe-IT anda di tapak kaki e-mel anda. Berguna jika kebanyakan pengguna anda tidak masuk.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', - 'top' => 'top', - 'bottom' => 'bottom', - 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'thumbnail_max_h' => 'Ketinggian imej kecil maksimum', + 'thumbnail_max_h_help' => 'Ketinggian maksimum dalam piksel yang lakaran kecil mungkin dipaparkan dalam paparan penyenaraian. Min 25, max 500.', + 'two_factor' => 'Pengesahan Dua Faktor', + 'two_factor_secret' => 'Kod Dua Faktor', + 'two_factor_enrollment' => 'Pendaftaran Dua Faktor', + 'two_factor_enabled_text' => 'Dayakan Dua Faktor', + 'two_factor_reset' => 'Menetapkan semula Rahsia Dua Faktor', + 'two_factor_reset_help' => 'Ini akan memaksa pengguna untuk mendaftarkan peranti mereka dengan Pengesah Google sekali lagi. Ini berguna jika peranti yang sedang didaftarkan sekarang hilang atau dicuri.', + 'two_factor_reset_success' => 'Peranti dua faktor berjaya diset semula', + 'two_factor_reset_error' => 'Penetapan peranti dua faktor gagal', + 'two_factor_enabled_warning' => 'Mengaktifkan dua faktor sekiranya ia tidak didayakan akan segera memaksa anda untuk mengesahkan dengan peranti Google Auth terdaftar. Anda akan mempunyai keupayaan untuk mendaftarkan peranti anda jika seseorang tidak mendaftar pada masa ini.', + 'two_factor_enabled_help' => 'Ini akan menghidupkan pengesahan dua faktor menggunakan Google Authenticator.', + 'two_factor_optional' => 'Selektif (Pengguna boleh mendayakan atau mematikan jika dibenarkan)', + 'two_factor_required' => 'Diperlukan untuk semua pengguna', + 'two_factor_disabled' => 'Dilumpuhkan', + 'two_factor_enter_code' => 'Masukkan Kod Dua Faktor', + 'two_factor_config_complete' => 'Hantar Kod', + 'two_factor_enabled_edit_not_allowed' => 'Pentadbir anda tidak membenarkan anda mengedit tetapan ini.', + 'two_factor_enrollment_text' => "Dua faktor pengesahan diperlukan, namun peranti anda belum lagi mendaftar. Buka apl Google Authenticator anda dan imbas kod QR di bawah untuk mendaftarkan peranti anda. Sebaik sahaja anda telah mendaftarkan peranti anda, masukkan kod di bawah", + 'require_accept_signature' => 'Memerlukan Tandatangan', + 'require_accept_signature_help_text' => 'Mengaktifkan ciri ini akan menghendaki pengguna menandatangani secara fizikal apabila menerima aset.', + 'left' => 'dibiarkan', + 'right' => 'betul', + 'top' => 'atas', + 'bottom' => 'bawah', + 'vertical' => 'menegak', + 'horizontal' => 'mendatar', + 'zerofill_count' => 'Panjang tag aset, termasuk zerofill', ); diff --git a/resources/lang/ms/admin/settings/message.php b/resources/lang/ms/admin/settings/message.php index 953fa6d534..53b01e3330 100644 --- a/resources/lang/ms/admin/settings/message.php +++ b/resources/lang/ms/admin/settings/message.php @@ -8,15 +8,15 @@ return array( 'success' => 'Tetapan berjaya dikemaskini.' ), 'backup' => array( - 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', - 'file_deleted' => 'The backup file was successfully deleted. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'delete_confirm' => 'Adakah anda pasti mahu memadam fail sandaran ini? Tindakan ini tidak dapat dibatalkan.', + 'file_deleted' => 'Fail sandaran telah berjaya dihapuskan.', + 'generated' => 'Fail sandaran baharu berjaya dibuat.', + 'file_not_found' => 'Fail sandaran itu tidak dapat dijumpai di pelayan.', ), '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' => 'Ralat telah berlaku semasa pembersihan.', + 'validation_failed' => 'Pengesahan pembersihan anda tidak betul. Sila taip perkataan "DELETE" dalam kotak pengesahan.', + 'success' => 'Rekod dipadamkan berjaya dibersihkan.' ), ); diff --git a/resources/lang/ms/admin/statuslabels/message.php b/resources/lang/ms/admin/statuslabels/message.php index 619a5a509c..10cc148e1f 100644 --- a/resources/lang/ms/admin/statuslabels/message.php +++ b/resources/lang/ms/admin/statuslabels/message.php @@ -2,24 +2,31 @@ 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' => 'Label Status tidak wujud.', + 'assoc_assets' => 'Label Status ini kini dikaitkan dengan sekurang-kurangnya satu Aset dan tidak boleh dipadamkan. Sila kemas kini aset anda untuk tidak merujuk lagi status ini dan cuba lagi.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'Label Status tidak dibuat, sila cuba lagi.', + 'success' => 'Label Status berjaya dibuat.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'Label Status tidak dikemas kini, sila cuba lagi', + 'success' => 'Label Status berjaya dikemas kini.' ), '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' => 'Adakah anda pasti ingin memadamkan Label Status ini?', + 'error' => 'Terdapat masalah memadamkan Label Status. Sila cuba lagi.', + 'success' => 'Label Status berjaya dipadam.' + ), + + 'help' => array( + 'undeployable' => 'Aset ini tidak boleh diberikan kepada sesiapa sahaja.', + 'deployable' => 'Aset ini boleh diperiksa. Sebaik sahaja mereka ditugaskan, mereka akan menerima status meta Deployed.', + 'archived' => 'Aset-aset ini tidak boleh diperiksa, dan hanya akan dipaparkan dalam pandangan Arkib. Ini berguna untuk mengekalkan maklumat mengenai aset untuk tujuan belanjawan / bersejarah tetapi menyimpannya daripada senarai aset harian.', + 'pending' => 'Aset-aset ini belum dapat ditugaskan kepada sesiapa sahaja, sering kali digunakan untuk barang-barang yang hendak dibaiki, tetapi diharapkan dapat kembali ke peredaran.', + ), ); diff --git a/resources/lang/ms/admin/statuslabels/table.php b/resources/lang/ms/admin/statuslabels/table.php index c3fc36bdd8..9b8c12a839 100644 --- a/resources/lang/ms/admin/statuslabels/table.php +++ b/resources/lang/ms/admin/statuslabels/table.php @@ -2,16 +2,16 @@ return array( 'about' => 'Mengenai Label Status', - 'archived' => 'Archived', + 'archived' => 'Diarkibkan', 'create' => 'Cipata Label Status', - 'color' => 'Chart Color', + 'color' => 'Warna Carta', '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.', + 'info' => 'Label status digunakan untuk menggambarkan pelbagai negeri aset anda boleh masuk. Mereka mungkin keluar untuk dibaiki, hilang / dicuri, dan lain-lain. Anda boleh membuat label status baru untuk aset yang boleh ditugaskan, tertunda dan diarkibkan.', 'name' => 'Nama Status', - 'pending' => 'Pending', - 'status_type' => 'Status Type', - 'show_in_nav' => 'Show in side nav', + 'pending' => 'Menunggu', + 'status_type' => 'Jenis Status', + 'show_in_nav' => 'Tunjukkan di tepi sampingan', 'title' => 'Label Status', - 'undeployable' => 'Undeployable', + 'undeployable' => 'Tidak dapat dipisahkan', 'update' => 'Kemaskini Label Status', ); diff --git a/resources/lang/ms/admin/suppliers/table.php b/resources/lang/ms/admin/suppliers/table.php index 57f0a9733a..18290ef38a 100644 --- a/resources/lang/ms/admin/suppliers/table.php +++ b/resources/lang/ms/admin/suppliers/table.php @@ -1,8 +1,8 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'about_suppliers_title' => 'Mengenai Pembekal', + 'about_suppliers_text' => 'Pembekal digunakan untuk mengesan sumber barangan', 'address' => 'Alamat Pembekal', 'assets' => 'Harta', 'city' => 'Bandar', diff --git a/resources/lang/ms/admin/users/general.php b/resources/lang/ms/admin/users/general.php index 68150fec8d..40dbe555a3 100644 --- a/resources/lang/ms/admin/users/general.php +++ b/resources/lang/ms/admin/users/general.php @@ -4,22 +4,22 @@ return array( 'assets_user' => 'Serahkan harta kepada :nama', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', - 'current_assets' => 'Assets currently checked out to this user', + 'bulk_update_warn' => 'Anda akan menyunting sifat: user_count pengguna. Sila ambil perhatian bahawa anda tidak boleh mengubah atribut pengguna anda sendiri menggunakan borang ini, dan mesti membuat pengeditan kepada pengguna anda sendiri secara individu.', + 'bulk_update_help' => 'Borang ini membolehkan anda mengemas kini berbilang pengguna sekaligus. Hanya isikan medan yang perlu anda ubah. Mana-mana medan yang dibiarkan kosong akan kekal tidak berubah.', + 'current_assets' => 'Aset yang sedang diperiksa kepada pengguna ini', 'clone' => 'Pendua Nama', 'contact_user' => 'Hunungi :nama', 'edit' => 'Kemaskini Pengguna', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'filetype_info' => 'Filetype yang dibenarkan adalah png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, dan rar.', 'history_user' => 'Sejarah untuk :nama', - 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'info' => 'Maklumat', + 'restore_user' => 'Klik di sini untuk memulihkannya.', 'last_login' => 'Log masuk terakhir', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', + 'ldap_config_text' => 'Tetapan konfigurasi LDAP boleh didapati Admin> Tetapan. Lokasi (pilihan) yang dipilih akan ditetapkan untuk semua pengguna yang diimport.', 'software_user' => 'Perisian diagihkan kepada :nama', 'view_user' => 'Papar Pengguna :nama', - 'usercsv' => 'CSV file', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'usercsv' => 'Fail CSV', + 'two_factor_admin_optin_help' => 'Tetapan admin semasa anda membenarkan penguatkuasaan selektif pengesahan dua faktor.', + 'two_factor_enrolled' => '2FA Device Enrolled', + 'two_factor_active' => '2FA Aktif', ); diff --git a/resources/lang/ms/admin/users/message.php b/resources/lang/ms/admin/users/message.php index 77fa40aa8c..0beeb767c1 100644 --- a/resources/lang/ms/admin/users/message.php +++ b/resources/lang/ms/admin/users/message.php @@ -2,58 +2,58 @@ return array( - 'accepted' => 'You have successfully accepted this asset.', - 'declined' => 'You have successfully declined this asset.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'accepted' => 'Anda telah berjaya menerima aset ini.', + 'declined' => 'Anda telah berjaya menolak aset ini.', + 'bulk_manager_warn' => 'Pengguna anda telah berjaya dikemas kini, namun entri pengurus anda tidak disimpan kerana pengurus yang anda pilih juga dalam senarai pengguna untuk diedit, dan pengguna mungkin bukan pengurus mereka sendiri. Sila pilih pengguna anda sekali lagi, tidak termasuk pengurus.', 'user_exists' => 'Pengguna telah wujud!', 'user_not_found' => 'Pengguna [:id] tidak wujud.', 'user_login_required' => 'Ruangan log masuk diperlukan', 'user_password_required' => 'Ruangan kata kunci diperlukan.', 'insufficient_permissions' => 'Tidak cukup kuasa.', 'user_deleted_warning' => 'Pengguna telah dihapuskan. Anda perlu masukkan semula pengguna ini untuk kemaskini atau untuk serahkan dia harta baru.', - 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'ldap_not_configured' => 'Integrasi LDAP belum dikonfigurasi untuk pemasangan ini.', 'success' => array( 'create' => 'Pengguna berjaya dicipta.', 'update' => 'Pengguna berjaya dikemaskini.', - 'update_bulk' => 'Users were successfully updated!', + 'update_bulk' => 'Pengguna berjaya dikemas kini!', 'delete' => 'Pnegguna berjaya dihapuskan.', 'ban' => 'Pengguna berjaya disekat.', 'unban' => 'Pengguna berjaya dibernarkan.', 'suspend' => 'Pengguna berjaya digantung.', 'unsuspend' => 'Pengguna berjaya dilepaskan.', 'restored' => 'Pengguna berjaya dimasukkan semula.', - 'import' => 'Users imported successfully.', + 'import' => 'Pengguna diimport dengan jayanya.', ), 'error' => array( 'create' => 'Ada isu semasa mencipta pengguna. Sila cuba lagi.', 'update' => 'Ada isu semasa mencipta pengguna. Sila cuba lagi.', 'delete' => 'Ada isu semasa menghapuskan pengguna. Sila cuba lagi.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Pengguna ini mempunyai item yang ditetapkan dan tidak dapat dipadamkan.', 'unsuspend' => 'Ada isu semasa melepakan pengguna. Sila cuba lagi. ', - 'import' => 'There was an issue importing users. Please try again.', - 'asset_already_accepted' => 'This asset has already been accepted.', - 'accept_or_decline' => 'You must either accept or decline this asset.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'import' => 'Terdapat masalah mengimport pengguna. Sila cuba lagi.', + 'asset_already_accepted' => 'Aset ini telah diterima.', + 'accept_or_decline' => 'Anda mesti menerima atau menolak aset ini.', + 'incorrect_user_accepted' => 'Aset yang anda telah cuba terima tidak diperiksa kepada anda.', + 'ldap_could_not_connect' => 'Tidak dapat menyambung ke pelayan LDAP. Sila periksa konfigurasi pelayan LDAP anda dalam fail konfigurasi LDAP.
Error dari LDAP Server:', + 'ldap_could_not_bind' => 'Tidak dapat mengikat pelayan LDAP. Sila periksa konfigurasi pelayan LDAP anda dalam fail konfigurasi LDAP.
Error dari LDAP Server:', + 'ldap_could_not_search' => 'Tidak dapat mencari pelayan LDAP. Sila periksa konfigurasi pelayan LDAP anda dalam fail konfigurasi LDAP.
Error dari LDAP Server:', + 'ldap_could_not_get_entries' => 'Tidak dapat masuk dari pelayan LDAP. Sila periksa konfigurasi pelayan LDAP anda dalam fail konfigurasi LDAP.
Error dari LDAP Server:', + 'password_ldap' => 'Kata laluan untuk akaun ini diuruskan oleh LDAP / Active Directory. Sila hubungi jabatan IT anda untuk menukar kata laluan anda.', ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Fail tidak dipadam. Sila cuba lagi.', + 'success' => 'Fail berjaya dipadam.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Fail tidak dimuat naik. Sila cuba lagi.', + 'success' => 'Fail berjaya dimuat naik.', + 'nofiles' => 'Anda tidak memilih sebarang fail untuk dimuat naik', + 'invalidfiles' => 'Satu atau lebih daripada fail anda terlalu besar atau merupakan filetype yang tidak dibenarkan. Filetype yang dibenarkan adalah png, gif, jpg, doc, docx, pdf, dan txt.', ), ); diff --git a/resources/lang/ms/admin/users/table.php b/resources/lang/ms/admin/users/table.php index 7ab2ca7208..3b8588741a 100644 --- a/resources/lang/ms/admin/users/table.php +++ b/resources/lang/ms/admin/users/table.php @@ -17,21 +17,21 @@ return array( 'last_login' => 'Log masuk terakhir', 'last_name' => 'Nama Keluarga', 'location' => 'Lokasi', - 'lock_passwords' => 'Login details cannot be changed on this installation.', + 'lock_passwords' => 'Butiran log masuk tidak boleh diubah pada pemasangan ini.', 'manager' => 'Pengurus', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Lokasi Terurus', 'name' => 'Nama', - 'notes' => 'Notes', + 'notes' => 'Nota', 'password_confirm' => 'Sahkan kata laluan', 'password' => 'Kata Laluan', 'phone' => 'Telefon', - 'show_current' => 'Show Current Users', - 'show_deleted' => 'Show Deleted Users', + 'show_current' => 'Tunjukkan Pengguna Semasa', + 'show_deleted' => 'Tunjukkan Pengguna Dipadamkan', 'title' => 'Tajuk', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => 'untuk memulihkannya.', 'updateuser' => 'Kemaskini Pengguna', 'username' => 'Nama pengguna', - 'user_deleted_text' => 'This user has been marked as deleted.', + 'user_deleted_text' => 'Pengguna ini telah ditandakan sebagai dipadamkan.', 'username_note' => '(Ini digunakan untuk \'Active Directory\' sahaja, bukan untuk log masuk.)', 'cloneuser' => 'Pendua Pengguna', 'viewusers' => 'Papar Pengguna', diff --git a/resources/lang/ms/auth/general.php b/resources/lang/ms/auth/general.php index bf88cba77a..f53d79b605 100644 --- a/resources/lang/ms/auth/general.php +++ b/resources/lang/ms/auth/general.php @@ -1,12 +1,12 @@ 'Send Password Reset Link', - 'email_reset_password' => 'Email Password Reset', - 'reset_password' => 'Reset Password', - 'login' => 'Login', - 'login_prompt' => 'Please Login', - 'forgot_password' => 'I forgot my password', - 'remember_me' => 'Remember Me', + 'send_password_link' => 'Hantar Taipkan Semula Kata Laluan', + 'email_reset_password' => 'Reset Kata Laluan E-mel', + 'reset_password' => 'Menetapkan semula kata laluan', + 'login' => 'Log masuk', + 'login_prompt' => 'Sila daftar masuk', + 'forgot_password' => 'Saya terlupa kata laluan saya', + 'remember_me' => 'Ingat saya', ]; diff --git a/resources/lang/ms/auth/message.php b/resources/lang/ms/auth/message.php index 6c5532db78..6460f65a10 100644 --- a/resources/lang/ms/auth/message.php +++ b/resources/lang/ms/auth/message.php @@ -3,11 +3,11 @@ return array( 'account_already_exists' => 'Akaun menggunakan e-mel ini telah wujud.', - 'account_not_found' => 'The username or password is incorrect.', + 'account_not_found' => 'Nama pengguna atau kata laluan tidak betul.', 'account_not_activated' => 'Akaun pengguna ini tidak aktif. ', 'account_suspended' => 'Akaun pengguna ini digantung.', 'account_banned' => 'Akaun pengguna ini di sekat.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'throttle' => 'Terlalu banyak cubaan log masuk gagal. Sila cuba lagi di sekitar: minit minit.', 'signin' => array( 'error' => 'Ada masalah semasa log masuk, sila cuba lagi.', diff --git a/resources/lang/ms/button.php b/resources/lang/ms/button.php index 66466743df..b214b248c3 100644 --- a/resources/lang/ms/button.php +++ b/resources/lang/ms/button.php @@ -2,14 +2,14 @@ return array( 'actions' => 'Tindakan', - 'add' => 'Add New', - 'cancel' => 'Cancel', - 'checkin_and_delete' => 'Checkin & Delete User', + 'add' => 'Tambah baru', + 'cancel' => 'Batalkan', + 'checkin_and_delete' => 'Periksa & Padamkan Pengguna', 'delete' => 'Hapuskan', 'edit' => 'Kemaskini', 'restore' => 'Masukkan Semula', - 'request' => 'Request', + 'request' => 'Permintaan', 'submit' => 'Hantar', - 'upload' => 'Upload', - 'select_file' => 'Select File...', + 'upload' => 'Muat naik', + 'select_file' => 'Pilih Fail ...', ); diff --git a/resources/lang/ms/general.php b/resources/lang/ms/general.php index 57f32f4392..6db91360d5 100644 --- a/resources/lang/ms/general.php +++ b/resources/lang/ms/general.php @@ -1,204 +1,205 @@ 'Accessories', - 'activated' => 'Activated', - 'accessory' => 'Accessory', - 'accessory_report' => 'Accessory Report', - 'action' => 'Action', - 'activity_report' => 'Activity Report', + 'accessories' => 'Aksesori', + 'activated' => 'Diaktifkan', + 'accessory' => 'Aksesori', + 'accessory_report' => 'Laporan Aksesori', + 'action' => 'Tindakan', + 'activity_report' => 'Laporan Aktiviti', 'address' => 'Alamat', 'admin' => 'Pentadbir', - 'add_seats' => 'Added seats', + 'add_seats' => 'Menambah kerusi', 'all_assets' => 'Semua Harta', 'all' => 'Semua', - 'archived' => 'Archived', + 'archived' => 'Diarkibkan', 'asset_models' => 'Model Harta', + 'asset_model' => 'Model', 'asset' => 'Harta', 'asset_report' => 'Laporan Harta', 'asset_tag' => 'Tag Harta', 'assets_available' => 'Harta yang ada', 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit_report' => 'Log Audit', 'assets' => 'Harta', 'avatar_delete' => 'Hapuskan Avatar', 'avatar_upload' => 'Muat naik Avatar', 'back' => 'Belakang', - 'bad_data' => 'Nothing found. Maybe bad data?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', - 'bulk_checkout' => 'Bulk Checkout', + 'bad_data' => 'Tiada apa-apa Dijumpai. Mungkin data buruk?', + 'bulkaudit' => 'Audit Bulk', + 'bulkaudit_status' => 'Status Audit', + 'bulk_checkout' => 'Checkout Pukal', 'cancel' => 'Batalkan', - 'categories' => 'Categories', - 'category' => 'Category', - 'change' => 'In/Out', + 'categories' => 'Kategori', + 'category' => 'Kategori', + 'change' => 'Dalam keluar', 'changeemail' => 'Ubah Alamat E-mail', 'changepassword' => 'Tukar kata laluan', 'checkin' => 'Terima', - 'checkin_from' => 'Checkin from', + 'checkin_from' => 'Semak dari', 'checkout' => 'Agihkan', 'city' => 'Bandar', - 'click_here' => 'Click here', - 'companies' => 'Companies', - 'company' => 'Company', - 'component' => 'Component', - 'components' => 'Components', - 'complete' => 'Complete', - 'consumable' => 'Consumable', - 'consumables' => 'Consumables', + 'click_here' => 'Tekan di sini', + 'companies' => 'Syarikat-syarikat', + 'company' => 'Syarikat', + 'component' => 'Komponen', + 'components' => 'Komponen', + 'complete' => 'Lengkap', + 'consumable' => 'Boleh makan', + 'consumables' => 'Makanan yang boleh dimakan', 'country' => 'Negara', 'create' => 'Cipta Baru', - 'created' => 'Item Created', + 'created' => 'Perkara yang Dibuat', 'created_asset' => 'cipta harta', 'created_at' => 'Cipta Pada', - 'updated_at' => 'Updated at', + 'updated_at' => 'Dikemaskini di', 'currency' => 'RM', // this is deprecated 'current' => 'Semasa', 'custom_report' => 'Laporan Harta Pilihan', - 'dashboard' => 'Dashboard', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'dashboard' => 'Papan Pemuka', + 'days' => 'hari', + 'days_to_next_audit' => 'Hari ke Audit Seterusnya', 'date' => 'Tarikh', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'debug_warning' => 'Amaran!', + 'debug_warning_text' => 'Aplikasi ini berjalan dalam mod pengeluaran dengan debug membolehkan. Ini boleh mendedahkan data sensitif jika aplikasi anda boleh diakses oleh dunia luar. Lumpuhkan mod debug dengan menetapkan APP_DEBUG nilai dalam fail .env anda ke false.', 'delete' => 'Hapuskan', 'deleted' => 'Dihapuskan', - 'delete_seats' => 'Deleted Seats', - 'departments' => 'Departments', - 'department' => 'Department', + 'delete_seats' => 'Kerusi dipadamkan', + 'departments' => 'Jabatan', + 'department' => 'Jabatan', 'deployed' => 'Telah Diagihkan', 'depreciation_report' => 'Laporan Susut nilai', - 'download' => 'Download', + 'download' => 'Muat turun', 'depreciation' => 'Susut Nilai', 'editprofile' => 'Kemaskini Profail Anda', 'eol' => 'EOL', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', - 'first' => 'First', + 'email_domain' => 'Domain E-mel', + 'email_format' => 'Format E-mel', + 'email_domain_help' => 'Ini digunakan untuk menjana alamat e-mel semasa mengimport', + 'filastname_format' => 'Nama Akhir Permulaan Pertama (jsmith@example.com)', + 'firstname_lastname_format' => 'Nama Akhir Nama Pertama (jane.smith@example.com)', + 'first' => 'Pertama', 'first_name' => 'Nama pertama', - 'first_name_format' => 'First Name (jane@example.com)', - 'file_name' => 'File', - 'file_uploads' => 'File Uploads', + 'first_name_format' => 'Nama Pertama (jane@example.com)', + 'file_name' => 'Fail', + 'file_uploads' => 'Muat Naik Fail', 'generate' => 'Laksanakan', 'groups' => 'Kumpulan', 'gravatar_email' => 'Alam e-mel gravatar', - 'history' => 'History', + 'history' => 'Sejarah', 'history_for' => 'Sejarah untuk', 'id' => 'ID', 'image_delete' => 'Hapuskan imej', 'image_upload' => 'Muat naik imej', 'import' => 'Import', - 'import-history' => 'Import History', - 'asset_maintenance' => 'Asset Maintenance', - 'asset_maintenance_report' => 'Asset Maintenance Report', - 'asset_maintenances' => 'Asset Maintenances', - 'item' => 'Item', - 'insufficient_permissions' => 'Insufficient permissions!', - 'language' => 'Language', - 'last' => 'Last', - 'last_login' => 'Last Login', + 'import-history' => 'Sejarah Import', + 'asset_maintenance' => 'Penyelenggaraan Aset', + 'asset_maintenance_report' => 'Laporan Penyenggaraan Aset', + 'asset_maintenances' => 'Pembaikan Aset', + 'item' => 'Perkara', + 'insufficient_permissions' => 'Kebenaran yang tidak mencukupi!', + 'language' => 'Bahasa', + 'last' => 'Terakhir', + 'last_login' => 'Log masuk kali terakhir', 'last_name' => 'Nama Keluarga', 'license' => 'Lesen', 'license_report' => 'Laporan Lesen', 'licenses_available' => 'Lesen Yang Ada', 'licenses' => 'Lesen', 'list_all' => 'Senaraikan Semua', - 'loading' => 'Loading', - 'lock_passwords' => 'This field cannot be edited in this installation.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'loading' => 'Memuatkan', + 'lock_passwords' => 'Medan ini tidak boleh diedit dalam pemasangan ini.', + 'feature_disabled' => 'Ciri ini telah dilumpuhkan untuk pemasangan demo.', 'location' => 'Lokasi', 'locations' => 'Lokasi', 'logout' => 'Log keluar', - 'lookup_by_tag' => 'Lookup by Asset Tag', + 'lookup_by_tag' => 'Cari dengan Tag Aset', 'manufacturer' => 'Pengeluar', 'manufacturers' => 'Pengeluar', - 'markdown' => 'This field allows Github flavored markdown.', + 'markdown' => 'Bidang ini membolehkan markah rasa Github.', 'min_amt' => 'Min. QTY', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', + 'min_amt_help' => 'Jumlah minimum item yang perlu disediakan sebelum amaran akan dicetuskan.', 'model_no' => 'No. Model.', 'months' => 'Bulan', 'moreinfo' => 'Maklumat tambahan', 'name' => 'Nama', - 'next' => 'Next', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', - 'new' => 'new!', + 'next' => 'Seterusnya', + 'next_audit_date' => 'Tarikh Audit Seterusnya', + 'last_audit' => 'Audit lepas', + 'new' => 'baru!', 'no_depreciation' => 'Tiada Susut Nilai', 'no_results' => 'Tiada kepututsan.', 'no' => 'Tidak', 'notes' => 'Nota', - 'order_number' => 'Order Number', - 'page_menu' => 'Showing _MENU_ items', - 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', + 'order_number' => 'Nombor Pesanan', + 'page_menu' => 'Menunjukkan _MENU_ item', + 'pagination_info' => 'Menunjukkan _START_ ke _END_ dari _TOTAL_ item', 'pending' => 'Belum selesai', 'people' => 'Orang', 'per_page' => 'Senarai Setiap Mukasurat', - 'previous' => 'Previous', - 'processing' => 'Processing', + 'previous' => 'Sebelum ini', + 'processing' => 'Pemprosesan', 'profile' => 'Profail Anda', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', + 'purchase_cost' => 'Kos Pembelian', + 'purchase_date' => 'Tarikh Pembelian', 'qty' => 'QTY', - 'quantity' => 'Quantity', + 'quantity' => 'Kuantiti', 'ready_to_deploy' => 'Sedia untuk diagihkan', - 'recent_activity' => 'Recent Activity', - 'remove_company' => 'Remove Company Association', + 'recent_activity' => 'Aktiviti Terkini', + 'remove_company' => 'Keluarkan Persatuan Syarikat', 'reports' => 'Laporan', - 'requested' => 'Requested', - 'request_canceled' => 'Request Canceled', + 'requested' => 'Diminta', + 'request_canceled' => 'Permintaan Dibatalkan', 'save' => 'Simpan', - 'select' => 'Select', - 'search' => 'Search', - 'select_category' => 'Select a Category', - 'select_department' => 'Select a Department', - 'select_depreciation' => 'Select a Depreciation Type', - 'select_location' => 'Select a Location', - 'select_manufacturer' => 'Select a Manufacturer', - 'select_model' => 'Select a Model', - 'select_supplier' => 'Select a Supplier', - 'select_user' => 'Select a User', - 'select_date' => 'Select Date (YYYY-MM-DD)', - 'select_statuslabel' => 'Select Status', - 'select_company' => 'Select Company', - 'select_asset' => 'Select Asset', + 'select' => 'Pilih', + 'search' => 'Carian', + 'select_category' => 'Pilih kategori', + 'select_department' => 'Pilih Jabatan', + 'select_depreciation' => 'Pilih Jenis Susutnilai', + 'select_location' => 'Pilih Lokasi', + 'select_manufacturer' => 'Pilih pengilang', + 'select_model' => 'Pilih Model', + 'select_supplier' => 'Pilih Pembekal', + 'select_user' => 'Pilih Pengguna', + 'select_date' => 'Pilih Tarikh (YYYY-MM-DD)', + 'select_statuslabel' => 'Pilih Status', + 'select_company' => 'Pilih Syarikat', + 'select_asset' => 'Pilih Asset', 'settings' => 'Tetapan', 'sign_in' => 'Log masuk', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', + 'signature' => 'Tandatangan', + 'some_features_disabled' => 'MODEM DEMO: Sesetengah ciri dilumpuhkan untuk pemasangan ini.', 'site_name' => 'Nama Sesawang', 'state' => 'Negeri', 'status_labels' => 'Label Status', 'status' => 'Status', - 'supplier' => 'Supplier', + 'supplier' => 'Pembekal', 'suppliers' => 'Pembekal', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', + 'sure_to_delete' => 'Adakah anda pasti ingin memadamkannya', + 'submit' => 'Hantar', + 'target' => 'Sasaran', + 'time_and_date_display' => 'Paparan Masa dan Tarikh', 'total_assets' => 'jumlah harta', 'total_licenses' => 'jumlah lesen', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', - 'type' => 'Type', + 'total_accessories' => 'jumlah aksesori', + 'total_consumables' => 'jumlah barang habis', + 'type' => 'Taipkan', 'undeployable' => 'Tidak Boleh Agih', 'unknown_admin' => 'Pentadbir Tidak Dikenali', - 'username_format' => 'Username Format', - 'update' => 'Update', - 'uploaded' => 'Uploaded', + 'username_format' => 'Format Nama Pengguna', + 'update' => 'Kemas kini', + 'uploaded' => 'Dimuat naik', 'user' => 'Pengguna', - 'accepted' => 'accepted', - 'declined' => 'declined', - 'unaccepted_asset_report' => 'Unaccepted Assets', - 'users' => 'Users', + 'accepted' => 'diterima', + 'declined' => 'menurun', + 'unaccepted_asset_report' => 'Aset Tidak Diterima', + 'users' => 'Pengguna', 'viewassets' => 'Paparkan Harta yang diserahkan', 'website' => 'Tapak web', 'welcome' => 'Selamat Datang :nama', 'years' => 'tahun', 'yes' => 'Ya', 'zip' => 'Zip', - 'noimage' => 'No image uploaded or image not found.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'noimage' => 'Tiada gambar yang dimuat naik atau imej tidak dijumpai.', + 'token_expired' => 'Sesi borang anda telah tamat tempoh. Sila cuba lagi.', ]; diff --git a/resources/lang/ms/mail.php b/resources/lang/ms/mail.php index c9a4fe182d..c18900097c 100644 --- a/resources/lang/ms/mail.php +++ b/resources/lang/ms/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', + 'a_user_canceled' => 'Pengguna telah membatalkan permintaan item di laman web', + 'a_user_requested' => 'Seorang pengguna telah meminta item di laman web', + 'accessory_name' => 'Nama Aksesori:', + 'additional_notes' => 'Nota tambahan:', + 'admin_has_created' => 'Pentadbir telah membuat akaun untuk anda di: laman web web.', + 'asset' => 'Aset:', + 'asset_name' => 'Nama Aset:', + 'asset_requested' => 'Aset diminta', + 'asset_tag' => 'Tag Aset:', + 'assets_warrantee_expiring' => '{1} aset dengan pemegang hak yang tamat tempoh dalam 60 hari akan datang. Aset [2, Inf] dengan perantaraan akan tamat tempoh dalam 60 hari akan datang.', + 'assigned_to' => 'Ditugaskan untuk', + 'best_regards' => 'Selamat sejahtera,', + 'canceled' => 'Dibatalkan:', + 'checkin_date' => 'Tarikh Semakan:', + 'checkout_date' => 'Tarikh Semakan:', + 'click_to_confirm' => 'Sila klik pada pautan berikut untuk mengesahkan akaun web anda:', + 'click_on_the_link_accessory' => 'Sila klik pada pautan di bahagian bawah untuk mengesahkan bahawa anda telah menerima aksesori.', + 'click_on_the_link_asset' => 'Sila klik pada pautan di bahagian bawah untuk mengesahkan bahawa anda telah menerima aset tersebut.', + 'Confirm_Asset_Checkin' => 'Sahkan Pengesahan Aset.', + 'Confirm_Accessory_Checkin' => 'Sahkan Checkin Aksesori.', + 'Confirm_accessory_delivery' => 'Sahkan penghantaran aksesori.', + 'Confirm_asset_delivery' => 'Sahkan penghantaran aset.', + 'Confirm_consumable_delivery' => 'Sahkan penghantaran yang boleh digunakan.', + 'current_QTY' => 'QTY semasa', + 'Days' => 'Hari', + 'days' => 'Hari', + 'expecting_checkin_date' => 'Tarikh Semak Yang Diharapkan:', + 'expires' => 'Tamat tempoh', + 'Expiring_Assets_Report' => 'Laporan Aset Tamat.', + 'Expiring_Licenses_Report' => 'Laporan Lesen Berakhir.', 'hello' => 'Hello', 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', - 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'i_have_read' => 'Saya telah membaca dan bersetuju dengan terma penggunaan, dan telah menerima item ini.', + 'item' => 'Perkara:', + 'items_below_minimum' => '{1} item yang berada di bawah inventori minimum atau tidak lama lagi akan menjadi rendah. Item [2, Inf] yang berada di bawah inventori minimum atau tidak lama lagi akan menjadi rendah.', + 'Item_Request_Canceled' => 'Permintaan Item Dibatalkan', + 'Item_Requested' => 'Item yang diminta', + 'licenses_expiring' => '{1} lesen tamat tempoh 60 hari berikutnya. | [2, Inf] lesen tamat 60 hari akan datang.', + 'link_to_update_password' => 'Sila klik pada pautan berikut untuk mengemas kini kata laluan web anda:', + 'login_first_admin' => 'Masuk ke pemasangan Snipe-IT baru anda menggunakan kelayakan di bawah ini:', + 'login' => 'Log masuk:', + 'Low_Inventory_Report' => 'Laporan Inventori Rendah', + 'min_QTY' => 'QTY min', + 'name' => 'Nama', + 'new_item_checked' => 'Item baru telah diperiksa di bawah nama anda, butiran di bawah.', + 'password' => 'Kata Laluan:', + 'password_reset' => 'Memadam kata laluan', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', + 'read_the_terms' => 'Sila baca terma penggunaan di bawah.', + 'read_the_terms_and_click' => 'Sila baca terma penggunaan di bawah, dan klik pada pautan di bahagian bawah untuk mengesahkan bahawa anda membaca dan bersetuju dengan terma penggunaan, dan telah menerima aset tersebut.', + 'requested' => 'Diminta:', + 'reset_link' => 'Pautan Semula Kata Laluan Anda', + 'reset_password' => 'Klik di sini untuk menetapkan semula kata laluan anda:', 'serial' => 'Serial:', - 'supplier' => 'Supplier', + 'supplier' => 'Pembekal', 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'test_email' => 'Uji E-mel dari Snipe-IT', + 'test_mail_text' => 'Ini adalah ujian dari Sistem Pengurusan Asset Snipe-IT. Jika anda mendapat ini, mel sedang berfungsi :)', + 'the_following_item' => 'Item berikut telah diperiksa:', + 'There_are' => '{1} Terdapat | [2, Inf] Ada', + 'to_reset' => 'Untuk menetapkan semula kata laluan web anda, lengkapkan borang ini:', + 'type' => 'Taipkan', + 'user' => 'Pengguna:', + 'username' => 'Nama pengguna:', + 'welcome' => 'Selamat datang: nama', + 'welcome_to' => 'Selamat datang ke: web!', + 'your_credentials' => 'Kredensial Snipe-IT anda', ); diff --git a/resources/lang/ms/passwords.php b/resources/lang/ms/passwords.php index 5195a9b77c..81b8034128 100644 --- a/resources/lang/ms/passwords.php +++ b/resources/lang/ms/passwords.php @@ -1,7 +1,7 @@ 'Your password link has been sent!', - 'user' => 'That user does not exist or does not have an email address associated', + 'sent' => 'Pautan kata laluan anda telah dihantar!', + 'user' => 'Pengguna itu tidak wujud atau tidak mempunyai alamat e-mel yang berkaitan', ]; diff --git a/resources/lang/ms/table.php b/resources/lang/ms/table.php index c3c135e756..5c3e925fe1 100644 --- a/resources/lang/ms/table.php +++ b/resources/lang/ms/table.php @@ -5,6 +5,6 @@ return array( 'actions' => 'Tindakan', 'action' => 'Tindakan', 'by' => 'Oleh', - 'item' => 'Item', + 'item' => 'Perkara', ); diff --git a/resources/lang/ms/validation.php b/resources/lang/ms/validation.php index 5057df387e..84596e5ecc 100644 --- a/resources/lang/ms/validation.php +++ b/resources/lang/ms/validation.php @@ -16,76 +16,76 @@ return array( 'accepted' => ':attribute mesti diterima.', 'active_url' => ':attribute URL yang tidak sah.', 'after' => ':attribute mesti tarik selepas must :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'The: atribut mestilah tarikh selepas atau sama dengan: tarikh.', 'alpha' => ':attribute hanya boleh mengandungi huruf.', 'alpha_dash' => ':attribute hanya boleh mengandungi huruf, nombor dan tanda tolak.', 'alpha_num' => ':attribute hanya boleh mengadungi huruf dan nombor.', - 'array' => 'The :attribute must be an array.', + 'array' => 'The: attribute must be array.', 'before' => ':attribute mestilah tarikh sebelum :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'The: atribut mestilah tarikh sebelum atau sama dengan: tarikh.', 'between' => [ 'numeric' => ':attribute mesti berada diantara :min - :max.', 'file' => ':attribute mesti diantara :min - :max kilobytes.', 'string' => ':attribute mesti diantara :min - :max characters.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'The: attribute must have between: min and: max items.', ], - 'boolean' => 'The :attribute field must be true or false.', + 'boolean' => ': Bidang atribut mestilah benar atau palsu.', 'confirmed' => ':attribute pengesahan tidak sama.', 'date' => ':attribute tarikh yang tidak sah.', 'date_format' => ':attribute tidak mengikut format :format.', 'different' => ':attribute dan :other mesti berbeza.', 'digits' => ':attribute mesti :digits digit.', 'digits_between' => ':attribute mesti diantara :min and :max digit.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'The: attribute mempunyai dimensi imej tidak sah.', + 'distinct' => 'The: bidang atribut mempunyai nilai pendua.', 'email' => ':attribute format tidak sah.', 'exists' => 'Piliah :attribute tidak sah.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'The: attribute must be a file.', + 'filled' => ': Bidang atribut mesti mempunyai nilai.', 'image' => ':attribute mesti imej.', 'in' => 'Piliah :attribute tidak sah.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'The: bidang atribut tidak wujud di: lain.', 'integer' => ':attribute mesti integer.', 'ip' => ':attribute mesti alamat IP yang sah.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'The: attribute mestilah alamat IPv4 yang sah.', + 'ipv6' => 'The: atribut mestilah alamat IPv6 yang sah.', + 'json' => 'The: attribute mestilah rentetan JSON yang sah.', 'max' => [ 'numeric' => ':attribute tidak boleh lebih besar dari :max.', 'file' => ':attribute tidak boleh lebih besar dari :max kilobytes.', 'string' => ':attribute tidak boleh lebih besar dari :max characters.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'The: attribute mungkin tidak mempunyai lebih daripada: item maks.', ], 'mimes' => ':attribute mesti fail jenis: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'The: attribute mestilah file jenis:: nilai.', 'min' => [ 'numeric' => ':attribute mesti sekurang2nya :min.', 'file' => ':attribute mesti sekurang2nya :min kilobytes.', 'string' => ':attribute mesti sekurang2nya :min characters.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'The: atribut mesti mempunyai sekurang-kurangnya: item min.', ], 'not_in' => 'Piliah :attribute tidak sah.', 'numeric' => ':attribute mesti nombor.', - 'present' => 'The :attribute field must be present.', + 'present' => 'Yang: bidang atribut mesti ada.', 'regex' => ':attribute format tidak sah.', 'required' => ':attribute ruangan diperlukan.', 'required_if' => ':attribute rungan diperlukan bila :other adalah :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'Bidang: atribut diperlukan kecuali: yang lain berada dalam: nilai.', 'required_with' => ':attribute ruangan diperlukan bila :values wujud.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'Bidang: sifat diperlukan apabila: nilai hadir.', 'required_without' => ':attribute ruangan diperlukan bila :values tidak wujud.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'The: field attribute diperlukan apabila tidak ada: nilai hadir.', 'same' => ':attribute dan :other mesti sama.', 'size' => [ 'numeric' => ':attribute mesti :size.', 'file' => ':attribute mesti :size kilobytes.', 'string' => ':attribute mesti :size aksara.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'The: attribute mesti mengandungi: item saiz.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'The: attribute must be string.', + 'timezone' => 'The: attribute mesti zon yang sah.', 'unique' => ':attribute telah diambil.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'The: attribute gagal untuk dimuat naik.', 'url' => ':attribute format tidak sah.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Bidang: atribut mengandungi aksara yang tidak dibenarkan.", + "email_array" => "Satu atau lebih alamat e-mel tidak sah.", + "hashed_pass" => "Kata laluan semasa anda tidak betul", + 'dumbpwd' => 'Kata laluan itu terlalu umum.', + "statuslabel_type" => "Anda mesti memilih jenis label status yang sah", + "unique_undeleted" => "The: atribut mestilah unik.", ], /* diff --git a/resources/lang/nl/admin/asset_maintenances/message.php b/resources/lang/nl/admin/asset_maintenances/message.php index caf55eeccd..837bc2f320 100644 --- a/resources/lang/nl/admin/asset_maintenances/message.php +++ b/resources/lang/nl/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Materiaal onderhoud is met succes aangemaakt.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Materiaal onderhoud is niet aangepast, probeer het nogmaals.', + 'success' => 'Materiaal onderhoud is met succes aangepast.' ], 'asset_maintenance_incomplete' => 'Nog niet voltooid', 'warranty' => 'Garantie', diff --git a/resources/lang/nl/admin/custom_fields/message.php b/resources/lang/nl/admin/custom_fields/message.php index ee71f94c98..a645712726 100644 --- a/resources/lang/nl/admin/custom_fields/message.php +++ b/resources/lang/nl/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Veldverzameling bestaat niet', 'create' => array( 'error' => 'Veldverzameling is niet aangemaakt, probeer het opnieuw.', diff --git a/resources/lang/nl/admin/departments/message.php b/resources/lang/nl/admin/departments/message.php index d65f4fbb2b..0e7d7fa963 100644 --- a/resources/lang/nl/admin/departments/message.php +++ b/resources/lang/nl/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Afdeling bestaat niet.', + 'assoc_users' => 'Deze afdeling is op dit moment gekoppeld aan minstens één gebruiker en kan daardoor niet verwijderd worden. Zorg ervoor dat er geen gebruikers meer aan deze afdeling gekoppeld zijn en probeer het opnieuw. ', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Afdeling is niet aangemaakt, probeer het nogmaals.', + 'success' => 'Afdeling succesvol aangemaakt.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Afdeling is niet bijgewerkt, probeer het nogmaals', + 'success' => 'Afdeling succesvol bijgewerkt.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Weet je zeker dat je deze afdeling wil verwijderen?', + 'error' => 'Er was een probleem tijdens het verwijderen van de afdeling, probeer het nogmaals.', + 'success' => 'De afdeling is succesvol verwijderd.' ) ); diff --git a/resources/lang/nl/admin/departments/table.php b/resources/lang/nl/admin/departments/table.php index 76494247be..0ee45cb719 100644 --- a/resources/lang/nl/admin/departments/table.php +++ b/resources/lang/nl/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', + 'name' => 'Afdelingsnaam', 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'location' => 'Locatie', + 'create' => 'Afdeling aanmaken', + 'update' => 'Afdeling bijwerken', ); diff --git a/resources/lang/nl/admin/hardware/form.php b/resources/lang/nl/admin/hardware/form.php index 6451e73134..fdf0cbfc51 100644 --- a/resources/lang/nl/admin/hardware/form.php +++ b/resources/lang/nl/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Aankoopprijs', 'create' => 'Materiaal aanmaken', 'date' => 'Aankoopdatum', + 'depreciation' => 'waardevermindering', 'depreciates_on' => 'Afschrijving op', 'default_location' => 'Standaardlocatie', 'eol_date' => 'EOL datum', diff --git a/resources/lang/nl/admin/hardware/general.php b/resources/lang/nl/admin/hardware/general.php index 15f667adbf..ee36c25ced 100644 --- a/resources/lang/nl/admin/hardware/general.php +++ b/resources/lang/nl/admin/hardware/general.php @@ -7,7 +7,7 @@ return array( 'asset' => 'Materiaal', 'bulk_checkout' => 'Materiaal aan gebruiker uitleveren', 'checkin' => 'Materiaal uitlenen', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Materiaal uitlenen', 'clone' => 'Kloon Materiaal', 'deployable' => 'Uitrolbaar', 'deleted' => 'Dit materiaal is verwijderd. Klik hier om te herstellen.', diff --git a/resources/lang/nl/admin/hardware/message.php b/resources/lang/nl/admin/hardware/message.php index 8e283f0db8..9eef82d42d 100644 --- a/resources/lang/nl/admin/hardware/message.php +++ b/resources/lang/nl/admin/hardware/message.php @@ -24,8 +24,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Product audit is mislukt. probeer het nogmaals.', + 'success' => 'Product audit succesvol gelogd.' ), @@ -53,7 +53,7 @@ return array( 'delete' => array( 'confirm' => 'Weet je zeker dat je dit product wilt verwijderen?', 'error' => 'Er was een probleem tijdens het verwijderen van het product. Probeer opnieuw.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => 'Er was geen product geselecteerd dus is er niks verwijderd.', 'success' => 'Het product is met succes verwijderd.' ), diff --git a/resources/lang/nl/admin/licenses/message.php b/resources/lang/nl/admin/licenses/message.php index 8ddd82af5c..2d6d2c630d 100644 --- a/resources/lang/nl/admin/licenses/message.php +++ b/resources/lang/nl/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'Het product dat je probeert te koppelen met deze licentie bestaat niet.', 'owner_doesnt_match_asset' => 'Het product wat jij probeert te koppelen met deze licentie is in eigendom van iemand anders dan geselecteerd.', 'assoc_users' => 'Deze licentie is momenteel uitgecheckt aan een gebruiker en kan daarom niet worden verwijderd. Controleer je licentie eerst en probeer het later nog eens. ', + 'select_asset_or_person' => 'U moet een actief of een gebruiker selecteren, maar niet allebei.', 'create' => array( diff --git a/resources/lang/nl/admin/models/message.php b/resources/lang/nl/admin/models/message.php index 8c94c82500..e9bdde3a12 100644 --- a/resources/lang/nl/admin/models/message.php +++ b/resources/lang/nl/admin/models/message.php @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Er was geen veld geselecteerd dus is er niks gewijzigd.', + 'success' => 'Modellen bijgewerkt.' ), ); diff --git a/resources/lang/nl/admin/settings/general.php b/resources/lang/nl/admin/settings/general.php index 9f488026c0..d08148c222 100644 --- a/resources/lang/nl/admin/settings/general.php +++ b/resources/lang/nl/admin/settings/general.php @@ -10,10 +10,10 @@ return array( 'alert_interval' => 'Drempel verlopende meldingen (in dagen)', 'alert_inv_threshold' => 'Inventaris melding drempel', 'asset_ids' => 'Product ID\'s', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'Controle-Interval', + 'audit_interval_help' => 'Vul hier de interval in als je op periodieke basis activa moet controleren.', + 'audit_warning_days' => 'Audit waarschuwingsdrempel', + 'audit_warning_days_help' => 'Hoeveel dagen vooraf moeten we je waarschuwen als activa gecontroleerd moet gaan worden?', 'auto_increment_assets' => 'Genereer een auto-verhoging product ID\'s', 'auto_increment_prefix' => 'Voorvoegsel (niet verplicht)', 'auto_incrementing_help' => 'Schakel eerst auto-verhoging voor product ID\'s in', @@ -67,8 +67,8 @@ return array( 'ldap_email' => 'LDAP E-mail', 'load_remote_text' => 'Remote Scripts', 'load_remote_help_text' => 'Deze Snipe-IT installatie kan scripts van de buitenwereld laden.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => 'Inlog notitie', + 'login_note_help' => 'Hier kan je optioneel een paar regels tekst weergeven, bijvoorbeeld om mensen die een verloren of gestolen apparaat hebben gevonden te assisteren. Dit veld accepteert Github markdown opmaak', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Beperk gebruikers (ook admins) die gekoppeld zijn aan hun bedrijf tot hun bedrijfsproducten.', 'full_multiple_companies_support_text' => 'Volledige meerdere bedrijven ondersteuning', @@ -77,12 +77,12 @@ return array( 'php' => 'PHP versie', 'php_gd_info' => 'Je moet php-gd installeren om QR codes te laten zien, zie installatie instructies.', 'php_gd_warning' => 'PHP Image Processing en GD plugin zijn NIET geïnstalleerd.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Wachtwoord complexiteit', + 'pwd_secure_complexity_help' => 'Selecteer wat voor wachtwoord complexiteit je toe wil passen.', + 'pwd_secure_min' => 'Minimum lengte wachtwoord', + 'pwd_secure_min_help' => 'Minimaal toegestane waarde is 5', + 'pwd_secure_uncommon' => 'Algemeen bekende wachtwoorden tegengaan', + 'pwd_secure_uncommon_help' => 'Dit zal tegengaan dat gebruikers wachtwoorden gebruiken die in de top 10.000 meest uitgelekte wachtwoorden voorkomt.', 'qr_help' => 'Schakel QR codes eerst in om dit in te kunnen stellen', 'qr_text' => 'QR Code tekst', 'setting' => 'Instelling', @@ -102,7 +102,7 @@ return array( 'about_settings_text' => 'Deze instellingen laten jou specifieke aspecten aanpassen van jou installatie.', 'labels_per_page' => 'Labels per pagina', 'label_dimensions' => 'Label afmetingen (inches)', - 'next_auto_tag_base' => 'Next auto-increment', + 'next_auto_tag_base' => 'Volgende automatische ophoging', 'page_padding' => 'Pagina marges (inches)', 'purge' => 'Verwijderde items opschonen', 'labels_display_bgutter' => 'Label ondermarge', @@ -116,9 +116,11 @@ return array( 'inches' => 'inches', 'width_w' => 'b', 'height_h' => 'h', + 'show_url_in_emails' => 'Link naar Snipe-IT in e-mails', + 'show_url_in_emails_help_text' => 'Schakel dit selectievakje uit als u niet wilt koppelen aan uw Snipe-IT-installatie in uw e-mailberichten. Nuttig als de meeste gebruikers nooit inloggen.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'thumbnail_max_h' => 'Maximale miniatuur hoogte', + 'thumbnail_max_h_help' => 'Maximale hoogte die miniatuur afbeeldingen mogen hebben in de lijstweergave. Minimaal 25, maximaal 500.', 'two_factor' => 'Twee factor authenticatie', 'two_factor_secret' => 'Twee factor code', 'two_factor_enrollment' => 'Twee factor uitrol', diff --git a/resources/lang/nl/admin/statuslabels/message.php b/resources/lang/nl/admin/statuslabels/message.php index 7f60603a22..6accd399a9 100644 --- a/resources/lang/nl/admin/statuslabels/message.php +++ b/resources/lang/nl/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => 'Weet je zeker dat je dit status label wil verwijderen?', 'error' => 'Er is iets mis gegaan tijdens het verwijderen van het status label, probeer het nogmaals.', 'success' => 'Het status label is succesvol verwijderd.' - ) + ), + + 'help' => array( + 'undeployable' => 'Deze activa kunnen niet aan iemand worden toegewezen.', + 'deployable' => 'Deze activa kunnen worden gecontroleerd. Zodra ze zijn toegewezen, nemen ze een meta-status van Deployed.', + 'archived' => 'Deze activa kunnen niet gecontroleerd worden en worden alleen weergegeven in de Archived view. Dit is handig om informatie over activa te behouden voor budgettering / historische doeleinden, maar deze uit de dagelijkse activa lijst te houden.', + 'pending' => 'Deze activa kunnen nog niet worden toegewezen aan iemand die vaak gebruikt wordt voor items die niet voor reparatie kunnen worden uitgevoerd, maar naar verwachting terugzetten.', + ), ); diff --git a/resources/lang/nl/admin/users/general.php b/resources/lang/nl/admin/users/general.php index ba3dc82f04..66bbedf1e3 100644 --- a/resources/lang/nl/admin/users/general.php +++ b/resources/lang/nl/admin/users/general.php @@ -13,7 +13,7 @@ return array( 'filetype_info' => 'Toegestane bestandstypes zijn png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', 'history_user' => 'Geschiedenis voor :name', 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => 'Klik hier om ze te herstellen.', 'last_login' => 'Laatst aangemeld', 'ldap_config_text' => 'LDAP configuratie kan worden gevonden in Admin > Instellingen. De (optioneel) geselecteerde locatie zal voor alle geimporteerde gebruikers ingesteld worden.', 'software_user' => 'Software toegekend aan :name', diff --git a/resources/lang/nl/admin/users/message.php b/resources/lang/nl/admin/users/message.php index afc7780fd0..a40a64fb01 100644 --- a/resources/lang/nl/admin/users/message.php +++ b/resources/lang/nl/admin/users/message.php @@ -31,7 +31,7 @@ return array( 'create' => 'Er was een probleem tijdens het aanmaken van de gebruiker. Probeer opnieuw, aub.', 'update' => 'Er was een probleem tijdens het bijwerken van de gebruiker. Probeer opnieuw, aub.', 'delete' => 'Er was een probleem tijdens het verwijderen van de gebruiker. Probeer opnieuw, aub.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Deze gebruiker heeft toegewezen items en kon niet worden verwijderd.', 'unsuspend' => 'Er was een probleem tijdens het opnieuw inschakelen van de gebruiker. Probeer opnieuw, aub.', 'import' => 'Er was een probleem met het importeren van de gebruikers. Probeer het opnieuw.', 'asset_already_accepted' => 'Dit product is al geaccepteerd.', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => 'Kan niet verbinden met de LDAP server. Controleer je LDAP server configuratie in de LDAP configuratie bestand.
Fout van LDAP server: ', 'ldap_could_not_search' => 'Kan niet zoeken in de LDAP server. Controleer je LDAP server configuratie in de LDAP configuratie bestand.
Fout van LDAP server:', 'ldap_could_not_get_entries' => 'Kan geen gegeven van de LDAP server krijgen. Controleer je LDAP server configuratie in de LDAP configuratie bestand.
Fout van LDAP server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'Het wachtwoord voor deze account wordt beheerd door LDAP/Active Directory. Neem contact op met uw IT-afdeling om uw wachtwoord te wijzigen. ', ), 'deletefile' => array( diff --git a/resources/lang/nl/admin/users/table.php b/resources/lang/nl/admin/users/table.php index f698b53bde..6194376bed 100644 --- a/resources/lang/nl/admin/users/table.php +++ b/resources/lang/nl/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Locatie', 'lock_passwords' => 'Login gegevens kunnen niet worden gewijzigd in deze installatie.', 'manager' => 'Manager', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Beheerde locaties', 'name' => 'Naam', 'notes' => 'Notities', 'password_confirm' => 'Bevestig uw wachtwoord', diff --git a/resources/lang/nl/general.php b/resources/lang/nl/general.php index 7789977e9f..6ea6c28175 100644 --- a/resources/lang/nl/general.php +++ b/resources/lang/nl/general.php @@ -14,12 +14,13 @@ 'all' => 'Alle', 'archived' => 'Gearchiveerd', 'asset_models' => 'Materiaalmodel', + 'asset_model' => 'Model', 'asset' => 'Materiaal', 'asset_report' => 'Materiaalrapport', 'asset_tag' => 'Materiaaltag', 'assets_available' => 'beschikbare materialen', 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit_report' => 'Controle logboek', 'assets' => 'Materialen', 'avatar_delete' => 'Verwijder profielafbeelding', 'avatar_upload' => 'Upload profielafbeelding', @@ -31,7 +32,7 @@ 'cancel' => 'Annuleren', 'categories' => 'Categorieën', 'category' => 'Categorie', - 'change' => 'In/Out', + 'change' => 'In/Uit', 'changeemail' => 'E-mailadres wijzigen', 'changepassword' => 'Wachtwoord wijzigen', 'checkin' => 'Check-in', @@ -56,16 +57,16 @@ 'current' => 'Huidige', 'custom_report' => 'Handmatig Materiaal Rapport', 'dashboard' => 'Dashboard', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'dagen', + 'days_to_next_audit' => 'Dagen tot de volgende controle', 'date' => 'Datum', 'debug_warning' => 'Waarschuwing!', 'debug_warning_text' => 'Deze applicatie draait in productie modus met foutopsporing ingeschakeld. Dit kan betekenen dat mogelijk gevoelige gegevens zichtbaar zijn voor de buitenwereld. Schakel foutopsporing uit door de APP_DEBUG variabele in je .env bestand op false te zetten.', 'delete' => 'Verwijder', 'deleted' => 'Verwijderd', 'delete_seats' => 'Verwijderde plekken', - 'departments' => 'Departments', - 'department' => 'Department', + 'departments' => 'Afdelingen', + 'department' => 'Afdeling', 'deployed' => 'Ingezet', 'depreciation_report' => 'Afschrijvingsrapport', 'download' => 'Download', @@ -123,8 +124,8 @@ 'moreinfo' => 'Meer Info', 'name' => 'Naam', 'next' => 'Volgende', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Volgende datum van de Audit', + 'last_audit' => 'Laatste controle', 'new' => 'nieuw!', 'no_depreciation' => 'Geen afschrijving', 'no_results' => 'Geen resultaten.', @@ -153,14 +154,14 @@ 'select' => 'Selecteer', 'search' => 'Zoeken', 'select_category' => 'Selecteer een categorie', - 'select_department' => 'Select a Department', + 'select_department' => 'Selecteer de afdeling', 'select_depreciation' => 'Selecteer een afschrijvingstype', 'select_location' => 'Selecteer een locatie', 'select_manufacturer' => 'Selecteer een fabrikant', 'select_model' => 'Selecteer een model', 'select_supplier' => 'Selecteer een leverancier', 'select_user' => 'Selecteer een gebruiker', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => 'Selecteer datum (JJJJ-MM-DD)', 'select_statuslabel' => 'Selecteer de status', 'select_company' => 'Selecteer een bedrijf', 'select_asset' => 'Selecteer product', diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php index 5b1c38359f..c5cce3e242 100644 --- a/resources/lang/nl/validation.php +++ b/resources/lang/nl/validation.php @@ -16,18 +16,18 @@ return array( 'accepted' => ':attribute moet geaccepteerd worden.', 'active_url' => ':attribute is geen geldige URL.', 'after' => ':attribute moet een datum zijn later dan :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => ':attribute moet een datum zijn later dan of gelijk aan :date.', 'alpha' => ':attribute mag enkel letters bevatten.', 'alpha_dash' => ':attribute mag enkel letters, cijfers of koppeltekens bevatten.', 'alpha_num' => ':attribute mag enkel letters en cijfers bevatten.', - 'array' => 'The :attribute must be an array.', + 'array' => ':attribute moet een array zijn.', 'before' => ':attribute moet een datum zijn voor :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => ':attribute moet een datum zijn voor of gelijk aan :date.', 'between' => [ 'numeric' => ':attribute moet een waarde hebben tussen :min en :max.', 'file' => ':attribute moet een waarde hebben tussen :min en :max kilobytes.', 'string' => ':attribute moet tussen de :min en :max aantal karakters lang zijn.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => ':attribute moet tussen de :min en :max items bevatten.', ], 'boolean' => ':attribute moet waar of onwaar zijn.', 'confirmed' => ':attribute bevestiging komt niet overeen.', @@ -36,56 +36,56 @@ return array( 'different' => ':attribute en :other moeten verschillend zijn.', 'digits' => ':attribute moet :digits cijfers lang zijn.', 'digits_between' => ':attribute moet tussen de :min en :max cijfers bevatten.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => ':attribute heeft ongeldige afbeelding afmetingen.', + 'distinct' => ':attribute veld heeft een duplicaat waarde.', 'email' => 'Het formaat van :attribute is ongeldig.', 'exists' => 'Het geselecteerde kenmerk :attribute is ongeldig.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => ':attribute moet een bestand zijn.', + 'filled' => ':attribute veld moet een waarde hebben.', 'image' => ':attribute moet een afbeelding zijn.', 'in' => 'Het geselecteerde kenmerk :attribute is ongeldig.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => ':attribute veld bestaat niet in :other.', 'integer' => ':attribute moet van het type integer zijn.', 'ip' => ':attribute moet een geldig IP-adres zijn.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => ':attribute moet een geldig IP-adres zijn.', + 'ipv6' => ':attribute moet een geldig IPv6-adres zijn.', + 'json' => ':attribute moet valide JSON code zijn.', 'max' => [ 'numeric' => ':attribute moet groter zijn dan :max.', 'file' => ':attribute mag niet groter zijn dan :max kilobytes.', 'string' => ':attribute mag niet langer zijn dan :max karakters.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => ':attribute mag niet meer dan :max items bevatten.', ], 'mimes' => ':attribute moet een bestand zijn van het type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => ':attribute moet een bestand zijn van het type: :values.', 'min' => [ 'numeric' => ':attribute moet minimum :min zijn.', 'file' => ':attribute moet minstens :min kilobytes groot zijn.', 'string' => ':attribute moet tenminste :min karakters bevatten.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => ':attribute moet minimaal :min items bevatten.', ], 'not_in' => 'Het geselecteerde kenmerk :attribute is ongeldig.', 'numeric' => ':attribute moet een getal zijn.', - 'present' => 'The :attribute field must be present.', + 'present' => ':attribute veld moet aanwezig zijn.', 'regex' => 'Het formaat van :attribute is ongeldig.', 'required' => 'Het veld :attribute is verplicht.', 'required_if' => 'het veld :attribute is verplicht als :other gelijk is aan :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => ':attribute veld is vereist tenzij :other is in :values.', 'required_with' => 'Het veld :attribute is verplicht als :values ingesteld staan.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => ':attribute veld is vereist wanneer :values aanwezig is.', 'required_without' => 'Het veld :attribute is verplicht als :values niet ingesteld staan.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => ':attribute veld is vereist wanneer geen van :values aanwezig zijn.', 'same' => ':attribute en :other moeten gelijk zijn.', 'size' => [ 'numeric' => ':attribute moet :size zijn.', 'file' => ':attribute moet :size kilobytes groot zijn.', 'string' => ':attribute moet :size karakters zijn.', - 'array' => 'The :attribute must contain :size items.', + 'array' => ':attribute moet :size items bevatten.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => ':attribute moet een string zijn.', + 'timezone' => ':attribute moet een geldige zone zijn.', 'unique' => 'Het veld :attribute is reeds in gebruik.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'Uploaden van :attribute is mislukt.', 'url' => 'Het formaat van :attribute is ongeldig.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => ":attribute veld bevat een karakter wat niet is toegestaan.", + "email_array" => "één of meer e-mail adressen kloppen niet.", + "hashed_pass" => "Je huidige wachtwoord is incorrect", + 'dumbpwd' => 'Dat wachtwoord is te veelvoorkomend.', + "statuslabel_type" => "Selecteer een valide status label", + "unique_undeleted" => ":attribute moet uniek zijn.", ], /* diff --git a/resources/lang/no/admin/asset_maintenances/message.php b/resources/lang/no/admin/asset_maintenances/message.php index 5bae887af6..b37034435f 100644 --- a/resources/lang/no/admin/asset_maintenances/message.php +++ b/resources/lang/no/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Vedlikeholdet ble opprettet.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Vedlikeholdet ble ikke opprettet, prøv igjen.', + 'success' => 'Vedlikehold endret vellykket.' ], 'asset_maintenance_incomplete' => 'Enda Ikke fullført', 'warranty' => 'Garanti', diff --git a/resources/lang/no/admin/categories/general.php b/resources/lang/no/admin/categories/general.php index ff2d394b93..cae2600bfa 100644 --- a/resources/lang/no/admin/categories/general.php +++ b/resources/lang/no/admin/categories/general.php @@ -2,7 +2,7 @@ return array( 'about_categories_title' => 'Om kategorier', - 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', + 'about_categories' => 'Kategorier hjelper deg med å organisere ting. Eksempeler på kategorier kan være "Skrivebord", "Bærbare", "Mobiltelefon", "Tablet" og så videre, men du kan bruke kategorier som gir mening for deg.', 'asset_categories' => 'Kategorier', 'category_name' => 'Navn', 'checkin_email' => 'Send epost til bruker ved sjekk inn.', diff --git a/resources/lang/no/admin/companies/general.php b/resources/lang/no/admin/companies/general.php index cd931d38dd..8a380dd01f 100644 --- a/resources/lang/no/admin/companies/general.php +++ b/resources/lang/no/admin/companies/general.php @@ -1,6 +1,6 @@ 'Om selskaper', - 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', + 'about_companies_text' => 'Selskaper kan brukes som et enkelt identifikator felt, eller kan brukes til å begrense eksponeringen av eiendeler, brukere, etc hvis hele selskapet støtter er aktivert i innstillingene for Admin.', 'select_company' => 'Velg bedrift', ]; diff --git a/resources/lang/no/admin/custom_fields/general.php b/resources/lang/no/admin/custom_fields/general.php index 7f9aba7bec..dc596db107 100644 --- a/resources/lang/no/admin/custom_fields/general.php +++ b/resources/lang/no/admin/custom_fields/general.php @@ -6,7 +6,7 @@ return array( 'about_fieldsets_title' => 'Om Feltsett', 'about_fieldsets_text' => 'Feltsett lar deg opprette grupper av egendefinerte felt som ofte gjenbrukes brukes til bestemte modelltyper.', 'custom_format' => 'Egendefinert format...', - 'encrypt_field' => 'Encrypt the value of this field in the database', + 'encrypt_field' => 'Kryptere verdien av dette feltet i databasen', 'encrypt_field_help' => 'ADVARSEL: Ved å kryptere et felt gjør du at det ikke kan søkes på.', 'encrypted' => 'Kryptert', 'fieldset' => 'Feltsett', @@ -15,7 +15,7 @@ return array( 'fieldset_name' => 'Feltsett Navn', 'field_name' => 'Felt Navn', 'field_values' => 'Felt verdier', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', + 'field_values_help' => 'Legge til alternativer, ett per linje. Tomme linjer utenom den første vil bli ignorerert.', 'field_element' => 'Skjema Element', 'field_element_short' => 'Element', 'field_format' => 'Format', diff --git a/resources/lang/no/admin/custom_fields/message.php b/resources/lang/no/admin/custom_fields/message.php index c65bc1cb3d..61b19d9b4f 100644 --- a/resources/lang/no/admin/custom_fields/message.php +++ b/resources/lang/no/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset eksisterer ikke', 'create' => array( 'error' => 'Feltsettet ble ikke opprettet, vennligst prøv igjen.', diff --git a/resources/lang/no/admin/departments/message.php b/resources/lang/no/admin/departments/message.php index d65f4fbb2b..f60905b5aa 100644 --- a/resources/lang/no/admin/departments/message.php +++ b/resources/lang/no/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Avdeling finnes ikke.', + 'assoc_users' => 'Denne avdelingen er knyttet til minst én bruker og kan ikke slettes. Oppdater brukerne ikke lenger refererer til denne avdelingen og prøv igjen. ', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Avdelingen ble ikke opprettet, prøv igjen.', + 'success' => 'Avdeling opprettet.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Avdelingen ble ikke oppdatert, prøv igjen', + 'success' => 'Avdeling oppdatert.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Er du sikker på at du vil slette denne avdelingen?', + 'error' => 'Det var et problem med å slette avdelingen. Prøv på nytt.', + 'success' => 'Avdelingen ble slettet.' ) ); diff --git a/resources/lang/no/admin/departments/table.php b/resources/lang/no/admin/departments/table.php index 76494247be..3373541407 100644 --- a/resources/lang/no/admin/departments/table.php +++ b/resources/lang/no/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'name' => 'Avdelingsnavn', + 'manager' => 'Leder', + 'location' => 'Plassering', + 'create' => 'Opprett avdeling', + 'update' => 'Oppdater avdeling', ); diff --git a/resources/lang/no/admin/groups/titles.php b/resources/lang/no/admin/groups/titles.php index f4da5c1aad..a6596adfd8 100644 --- a/resources/lang/no/admin/groups/titles.php +++ b/resources/lang/no/admin/groups/titles.php @@ -2,7 +2,7 @@ return array( 'about_groups_title' => 'Om grupper', - 'about_groups' => 'Groups are used to generalize user permissions.', + 'about_groups' => 'Grupper brukes til å generalisere brukertillatelser.', 'group_management' => 'Gruppeadministrasjon', 'create' => 'Opprett ny gruppe', 'update' => 'Rediger gruppe', diff --git a/resources/lang/no/admin/hardware/form.php b/resources/lang/no/admin/hardware/form.php index 04f47bb2d4..b6ed59450c 100644 --- a/resources/lang/no/admin/hardware/form.php +++ b/resources/lang/no/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Innkjøpskostnad', 'create' => 'Opprett eiendel', 'date' => 'Innkjøpsdato', + 'depreciation' => 'avskrivninger', 'depreciates_on' => 'Avskrivningstype', 'default_location' => 'Standard plassering', 'eol_date' => 'EOL dato', diff --git a/resources/lang/no/admin/hardware/general.php b/resources/lang/no/admin/hardware/general.php index 9b0af49612..a9a28ff572 100644 --- a/resources/lang/no/admin/hardware/general.php +++ b/resources/lang/no/admin/hardware/general.php @@ -1,13 +1,13 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + 'about_assets_title' => 'Om assets', + 'about_assets_text' => 'Eiendeler er sporet av serienummer eller assetsmerke. De pleier å være høyere verdi f. eks for å identifisere spesielle ting.', 'archived' => 'Arkivert', 'asset' => 'Eiendel', 'bulk_checkout' => 'Sjekk ut Eiendel til Bruker', 'checkin' => 'Sjekk inn eiendel', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Sjekk ut asset', 'clone' => 'Klon eiendel', 'deployable' => 'Utleverbar', 'deleted' => 'Denne eiendelen har blitt slettet. Klikk for å gjenopprette den.', diff --git a/resources/lang/no/admin/hardware/message.php b/resources/lang/no/admin/hardware/message.php index 2ed1f8bbed..874ab4de9a 100644 --- a/resources/lang/no/admin/hardware/message.php +++ b/resources/lang/no/admin/hardware/message.php @@ -25,8 +25,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Asset audit var mislykket. Prøv på nytt.', + 'success' => 'Asset audit ble logget.' ), @@ -54,7 +54,7 @@ return array( 'delete' => array( 'confirm' => 'Er du sikker på at du vil slette eiendelen?', 'error' => 'Det oppstod et problem under sletting av eiendel. Vennligst prøv igjen.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => 'Ingen assets ble valgt, så ingenting ble slettet.', 'success' => 'Vellykket sletting av eiendel.' ), diff --git a/resources/lang/no/admin/licenses/general.php b/resources/lang/no/admin/licenses/general.php index 9fdafac372..e220af4c5f 100644 --- a/resources/lang/no/admin/licenses/general.php +++ b/resources/lang/no/admin/licenses/general.php @@ -2,7 +2,7 @@ return array( 'about_licenses_title' => 'Om lisenser', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'about_licenses' => 'Lisenser er brukt til å spore bruk av programvare. De har et angitt antall seter som kan sjekkes ut til enkeltpersoner', 'checkin' => 'Sjekk inn setelisens', 'checkout_history' => 'Utsjekkhistorikk', 'checkout' => 'Sjekk ut setelisens', diff --git a/resources/lang/no/admin/licenses/message.php b/resources/lang/no/admin/licenses/message.php index 191ac70fd7..86041792b5 100644 --- a/resources/lang/no/admin/licenses/message.php +++ b/resources/lang/no/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'Eiendelen du prøver å koble til denne lisensen eksisterer ikke.', 'owner_doesnt_match_asset' => 'Eiendelen du prøver å koble til denne lisensen er eid av noen andre enn personen du har valgt i tildelt til-nedtrekkslista.', 'assoc_users' => 'Denne lisensen er sjekket ut til en bruker og kan ikke slettes. Vennligst sjekk inn lisensen først, og forsøk sletting på nytt. ', + 'select_asset_or_person' => 'Du må velge en ressurs eller en bruker, men ikke begge.', 'create' => array( @@ -23,7 +24,7 @@ return array( 'error' => 'Fil(er) ble ikke lastet opp. Prøv igjen.', 'success' => 'Fil(er) ble slettet.', 'nofiles' => 'Ingen fil er valgt til opplasting, eller filen er for stor', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'invalidfiles' => 'En eller flere av filene er for stor, eller er en filtype som ikke er tillatt. Tillatte filtyper er png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, og lic.', ), 'update' => array( diff --git a/resources/lang/no/admin/locations/table.php b/resources/lang/no/admin/locations/table.php index a41a5f5f1e..a5ff7754f3 100644 --- a/resources/lang/no/admin/locations/table.php +++ b/resources/lang/no/admin/locations/table.php @@ -2,7 +2,7 @@ return array( 'about_locations_title' => 'Om Lokasjoner', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', + 'about_locations' => 'Plassering brukes til å spore stedsinformasjon for brukere, eiendeler og andre elementer', 'assets_rtd' => 'Eiendeler', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. 'assets_checkedout' => 'Eiendeler tildelt', 'id' => 'ID', @@ -17,5 +17,5 @@ return array( 'locations' => 'Plasseringer', 'parent' => 'Overordnet', 'currency' => 'Valuta i lokasjon', - 'ldap_ou' => 'LDAP Search OU', + 'ldap_ou' => 'LDAP-søk OU', ); diff --git a/resources/lang/no/admin/manufacturers/table.php b/resources/lang/no/admin/manufacturers/table.php index 368b6889ee..0b4e7b91cf 100644 --- a/resources/lang/no/admin/manufacturers/table.php +++ b/resources/lang/no/admin/manufacturers/table.php @@ -2,13 +2,13 @@ return array( 'about_manufacturers_title' => 'Om produsenter', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'about_manufacturers_text' => 'Produsenter er firmaer som lager dine eiendeler. Du kan lagre viktig kundestøtte kontaktinformasjon om dem her, som vises på sidene om asset-detaljer.', 'asset_manufacturers' => 'Eiendelsprodusenter', 'create' => 'Opprett produsent', 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', + 'name' => 'Navn', + 'support_email' => 'Støtte epost', + 'support_phone' => 'Støttetelefon', 'support_url' => 'Support URL', 'update' => 'Endre produsent', 'url' => 'URL', diff --git a/resources/lang/no/admin/models/general.php b/resources/lang/no/admin/models/general.php index 86e9e68efa..5a9367a178 100644 --- a/resources/lang/no/admin/models/general.php +++ b/resources/lang/no/admin/models/general.php @@ -1,8 +1,8 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', + 'about_models_title' => 'Om asset modeller', + 'about_models_text' => 'Asset modeller er en måte å gruppere identiske eiendeler. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Denne modellen er slettet. Klikk her for å gjenopprette.', 'restore' => 'Gjenopprett modell', 'requestable' => 'Brukere kan be om denne modellen', diff --git a/resources/lang/no/admin/models/message.php b/resources/lang/no/admin/models/message.php index fa33ce029b..ac6ddcf525 100644 --- a/resources/lang/no/admin/models/message.php +++ b/resources/lang/no/admin/models/message.php @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Ingen felt ble endret, så ingenting ble oppdatert.', + 'success' => 'Modeller oppdatert.' ), ); diff --git a/resources/lang/no/admin/settings/general.php b/resources/lang/no/admin/settings/general.php index 9905779c9b..7a0ec29a59 100644 --- a/resources/lang/no/admin/settings/general.php +++ b/resources/lang/no/admin/settings/general.php @@ -10,10 +10,10 @@ return array( 'alert_interval' => 'Terskel for utløpende varslinger (dager)', 'alert_inv_threshold' => 'Terskel for eiendelsvarslinger', 'asset_ids' => 'Eiendels-IDer', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'Audit intervall', + 'audit_interval_help' => 'Hvis du regelmessig må fysisk overvåke dine eiendeler, angi intervallet i måneder.', + 'audit_warning_days' => 'Audit terskelverdi for advarsel', + 'audit_warning_days_help' => 'Hvor mange dager i forveien bør vi advare deg når eiendeler forfaller for overvåking?', 'auto_increment_assets' => 'Generer automatisk økende eiendels-IDer', 'auto_increment_prefix' => 'Prefiks (valgfritt)', 'auto_incrementing_help' => 'Aktiver først automatisk øking av eiendels-IDer for å velge dette alternativet', @@ -67,8 +67,8 @@ return array( 'ldap_email' => 'LDAP E-post', 'load_remote_text' => 'Eksterne Skript', 'load_remote_help_text' => 'Denne Snipe-IT-installasjonen kan laste skript fra Internett.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => 'Logg inn melding', + 'login_note_help' => 'Eventuelt inkludere et par setninger på logg inn skjermen, for eksempel for å hjelpe mennesker som har funnet en mistet eller stjålet enhet. Dette feltet godtar Github flavored markdown', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Vis kun eiendeler til bedriften brukere (inkl administratorer) er knyttet til.', 'full_multiple_companies_support_text' => 'Full støtte for flere bedrifter', @@ -77,12 +77,12 @@ return array( 'php' => 'PHP-versjon', 'php_gd_info' => 'Du må installere php-gd for å vise QR-koder. Se installasjonsinstruksjoner.', 'php_gd_warning' => 'PHP bildebehandling og GD-plugin er IKKE installert.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Passordkompleksitet', + 'pwd_secure_complexity_help' => 'Velg hvilken passord kompleksitet du ønsker å håndheve.', + 'pwd_secure_min' => 'Passord minimum antall tegn', + 'pwd_secure_min_help' => 'Minimum tillatte verdien er 5', + 'pwd_secure_uncommon' => 'Forhindre vanlige passord', + 'pwd_secure_uncommon_help' => 'Dette vil forhindre brukere fra å bruke vanlige passord fra de vanligste 10 000 passord som er rapportert.', 'qr_help' => 'Aktiver QR-koder først for å velge denne', 'qr_text' => 'Tekst QR-kode', 'setting' => 'Innstilling', @@ -102,7 +102,7 @@ return array( 'about_settings_text' => 'Disse innstillingene lar deg tilpasse enkelte aspekter av installasjonen din.', 'labels_per_page' => 'Etiketter per side', 'label_dimensions' => 'Etikettstørrelsen (inches)', - 'next_auto_tag_base' => 'Next auto-increment', + 'next_auto_tag_base' => 'Neste automatiske økning', 'page_padding' => 'Side marger (inches)', 'purge' => 'Tømme slettede poster', 'labels_display_bgutter' => 'Etikett bunnmarg', @@ -116,9 +116,11 @@ return array( 'inches' => 'tommer', 'width_w' => 'b', 'height_h' => 'h', + 'show_url_in_emails' => 'Link til Snipe-IT i e-post', + 'show_url_in_emails_help_text' => 'Fjern markeringen i denne boksen hvis du ikke vil koble tilbake til Snipe-IT-installasjonen i e-postboksene dine. Nyttig hvis de fleste av brukerne aldri logger inn.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'thumbnail_max_h' => 'Maks miniatyrbilde høyde', + 'thumbnail_max_h_help' => 'Maksimal høyde i piksler som miniatyrbilder kan vise i visningen liste. Min 25, maks 500.', 'two_factor' => 'To-faktor autentisering', 'two_factor_secret' => 'To-faktor kode', 'two_factor_enrollment' => 'To-faktor registrering', @@ -129,15 +131,15 @@ return array( 'two_factor_reset_error' => 'Reset av to-faktor enhet feilet', 'two_factor_enabled_warning' => 'Aktivering av to-faktor autentisering hvis ikke allerede aktivert vil øyeblikkelig tvinge deg til å autentisere med enhet som er aktivert i Google Authenticator. Du vil ha mulighet til å aktivere enheten din hvis ingen er aktivert fra før.', 'two_factor_enabled_help' => 'Dette vil slå på to-faktor autentisering med Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', + 'two_factor_optional' => 'Selektiv (brukere kan aktivere eller deaktivere hvis tillatt)', 'two_factor_required' => 'Påkrevd for alle brukere', 'two_factor_disabled' => 'Deaktivert', 'two_factor_enter_code' => 'Skriv inn to-faktor kode', 'two_factor_config_complete' => 'Send kode', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', + 'two_factor_enabled_edit_not_allowed' => 'Systemansvarlig tillater ikke at du redigerer denne innstillingen.', 'two_factor_enrollment_text' => "To-faktor autentisering er påkrevd, men enheten din har ikke blitt aktivert for dette enda. Åpne Google Authenticator-appen og scan inn QR-koden nedenfor for å aktivere. Når du har aktivert enheten din, skriv inn koden nedenfor", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', + 'require_accept_signature' => 'Kreve signatur', + 'require_accept_signature_help_text' => 'Aktivering av denne funksjonen ville forlange brukernes å fysisk logge ut for å akseptere en eiendel.', 'left' => 'venstre', 'right' => 'høyre', 'top' => 'topp', diff --git a/resources/lang/no/admin/statuslabels/message.php b/resources/lang/no/admin/statuslabels/message.php index 94d1b05ccc..81dc8c7135 100644 --- a/resources/lang/no/admin/statuslabels/message.php +++ b/resources/lang/no/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => 'Er du sikker på at du vil slette dette statusmerket?', 'error' => 'Det oppstod et problem under sletting av statusmerket. Prøv igjen.', 'success' => 'Vellykket sletting av statusmerke.' - ) + ), + + 'help' => array( + 'undeployable' => 'Disse eiendelene kan ikke tilordnes noen.', + 'deployable' => 'Disse eiendelene kan sjekkes ut. Når de er tildelt, antar de en metastatus på Deployed.', + 'archived' => 'Disse eiendelene kan ikke sjekkes ut, og vises bare i arkivert visning. Dette er nyttig for å beholde informasjon om eiendeler for budsjettering / historiske formål, men å holde dem ut av den daglige aktivitetslisten.', + 'pending' => 'Disse eiendelene kan ikke tildeles til noen, ofte brukt til gjenstander som er ute for reparasjon, men forventes å komme tilbake til omløp.', + ), ); diff --git a/resources/lang/no/admin/suppliers/table.php b/resources/lang/no/admin/suppliers/table.php index 44c91936b9..1bbd773b98 100644 --- a/resources/lang/no/admin/suppliers/table.php +++ b/resources/lang/no/admin/suppliers/table.php @@ -1,8 +1,8 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'about_suppliers_title' => 'Om leverandører', + 'about_suppliers_text' => 'Leverandører brukes til å spore kilden til varer', 'address' => 'Leverandøradresse', 'assets' => 'Eiendeler', 'city' => 'By', diff --git a/resources/lang/no/admin/users/general.php b/resources/lang/no/admin/users/general.php index 7f939e5253..28a772c09f 100644 --- a/resources/lang/no/admin/users/general.php +++ b/resources/lang/no/admin/users/general.php @@ -4,8 +4,8 @@ return array( 'assets_user' => 'Eiendeler tildelt :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', + 'bulk_update_warn' => 'Du prøver å redigere egenskapene for: user_count brukere. Merk at du kan ikke endre dine egne brukerens attributter ved hjelp av dette skjemaet, og må gjøre endringer i din egen bruker individuelt.', + 'bulk_update_help' => 'I dette skjemaet kan du oppdatere flere brukere samtidig. Bare fyll ut feltene du vil endre. Eventuelle tomme felt vil forbli uendret.', 'current_assets' => 'Eiendeler som er sjekket ut til denne brukeren', 'clone' => 'Klon bruker', 'contact_user' => 'Kontakt :navn', @@ -13,13 +13,13 @@ return array( 'filetype_info' => 'Gyldige filtyper er png, gif, jpg, jpeg, doc docx, pdf, txt, zip og rar.', 'history_user' => 'Historikk for :name', 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => 'Klikk her for å gjenopprette dem.', 'last_login' => 'Siste innlogging', 'ldap_config_text' => 'LDAP-konfigurasjonsinnstillingene kan finnes på Admin > innstillinger. Den (Valgfrie) valgte plasseringen angis for alle importerte brukere.', 'software_user' => 'Programvare utsjekket til :name', 'view_user' => 'Vis bruker :name', 'usercsv' => 'CSV-fil', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', + 'two_factor_admin_optin_help' => 'Gjeldende administrasjonsinnstillinger tillater selektiv håndhevelse av to-faktor autentisering. ', + 'two_factor_enrolled' => '2FA enhet registrert ', 'two_factor_active' => '2FA Aktiv ', ); diff --git a/resources/lang/no/admin/users/message.php b/resources/lang/no/admin/users/message.php index 358e4f982d..0dff97a95b 100644 --- a/resources/lang/no/admin/users/message.php +++ b/resources/lang/no/admin/users/message.php @@ -4,7 +4,7 @@ return array( 'accepted' => 'Du har akseptert eiendelen.', 'declined' => 'Du har avvist eiendelen.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'bulk_manager_warn' => 'Brukerne er oppdatert, men lederen ble ikke lagret fordi lederen du valgte også i brukerlisten for redigering og brukere kan ikke være sin egen leder. Velg brukerne igjen, unntatt lederen.', 'user_exists' => 'Bruker finnes allerede!', 'user_not_found' => 'Bruker [:id] finnes ikke.', 'user_login_required' => 'Login-feltet er påkrevd', @@ -17,7 +17,7 @@ return array( 'success' => array( 'create' => 'Opprettelse av bruker vellykket.', 'update' => 'Oppdatering av bruker vellykket.', - 'update_bulk' => 'Users were successfully updated!', + 'update_bulk' => 'Oppdatering av brukere vellykket!', 'delete' => 'Sletting av bruker vellykket.', 'ban' => 'Vellykket forbud av bruker.', 'unban' => 'Forbud av bruker ble opphevet.', @@ -31,7 +31,7 @@ return array( 'create' => 'Det oppstod et problem under opprettelse av bruker. Prøv igjen.', 'update' => 'Det oppstod et problem under oppdatering av bruker. Prøv igjen.', 'delete' => 'Det oppstod et problem under sletting av bruker. Prøv igjen.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Denne brukeren har utstyr tildelt og kan ikke slettes.', 'unsuspend' => 'Det oppstod et problem under aktivering av bruker. Prøv igjen.', 'import' => 'Det oppstod et problem under import av brukere. Prøv igjen.', 'asset_already_accepted' => 'Denne eiendelen er allerede akseptert.', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => 'Kunne ikke opprette tilkopling til LDAP-server. Sjekk LDAP-innstillingene i konfigurasjonsfilen.
Feil fra LDAP-server: ', 'ldap_could_not_search' => 'Kunne ikke utføre søk på LDAP-serveren. Sjekk LDAP-innstillingene i konfigurasjonsfilen.
Feil fra LDAP-server:', 'ldap_could_not_get_entries' => 'Fikk ingen oppføringer fra LDAP-serveren. Sjekk LDAP-innstillingene i konfigurasjonsfilen.
Feil fra LDAP-server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'Passordet for denne kontoen administreres av LDAP/Active Directory. Kontakt IT-avdelingen for å endre passordet. ', ), 'deletefile' => array( diff --git a/resources/lang/no/admin/users/table.php b/resources/lang/no/admin/users/table.php index 3653bf7819..6d7cee7d8a 100644 --- a/resources/lang/no/admin/users/table.php +++ b/resources/lang/no/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Lokasjon', 'lock_passwords' => 'Innloggingsdetaljer kan ikke endres i denne installasjonen.', 'manager' => 'Overordnet', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Administrere plasseringer', 'name' => 'Navn', 'notes' => 'Notater', 'password_confirm' => 'Bekreft passord', @@ -28,10 +28,10 @@ return array( 'show_current' => 'Vis nåværende brukere', 'show_deleted' => 'Vis slettede brukere', 'title' => 'Tittel', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => 'for å gjenopprette de.', 'updateuser' => 'Oppdater bruker', 'username' => 'Brukernavn', - 'user_deleted_text' => 'This user has been marked as deleted.', + 'user_deleted_text' => 'Denne brukeren er merket som slettet.', 'username_note' => '(Dette brukes til binding i Active Directory, ikke for innlogging)', 'cloneuser' => 'Klon bruker', 'viewusers' => 'Vis brukere', diff --git a/resources/lang/no/button.php b/resources/lang/no/button.php index 4023f7ff2a..518b0b9983 100644 --- a/resources/lang/no/button.php +++ b/resources/lang/no/button.php @@ -11,5 +11,5 @@ return array( 'request' => 'Forespørsel', 'submit' => 'Send', 'upload' => 'Last opp', - 'select_file' => 'Select File...', + 'select_file' => 'Velg fil...', ); diff --git a/resources/lang/no/general.php b/resources/lang/no/general.php index 51cd59f43a..14a8384b31 100644 --- a/resources/lang/no/general.php +++ b/resources/lang/no/general.php @@ -14,36 +14,37 @@ 'all' => 'Alle', 'archived' => 'Arkivert', 'asset_models' => 'Eiendelsmodeller', + 'asset_model' => 'Modell', 'asset' => 'Eiendel', 'asset_report' => 'Eiendelsrapport', 'asset_tag' => 'Eiendelsmerke', 'assets_available' => 'Tilgjengelige eiendeler', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'Revisjon', + 'audit_report' => 'Overvåkingslogg', 'assets' => 'Eiendeler', 'avatar_delete' => 'Slett Avatar', 'avatar_upload' => 'Last opp Avatar', 'back' => 'Tilbake', 'bad_data' => 'Fant ingenting. Kanskje feil i data?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => 'Bulk revisjon', + 'bulkaudit_status' => 'Revisjon Status', 'bulk_checkout' => 'Masseutsjekk', 'cancel' => 'Avbryt', 'categories' => 'Kategorier', 'category' => 'Kategori', - 'change' => 'In/Out', + 'change' => 'Inn/ut', 'changeemail' => 'Endre e-postadresse', 'changepassword' => 'Endre passord', 'checkin' => 'Sjekk inn', 'checkin_from' => 'Innsjekk fra', 'checkout' => 'Sjekk ut', 'city' => 'By', - 'click_here' => 'Click here', + 'click_here' => 'Klikk her', 'companies' => 'Selskaper', 'company' => 'Firmanavn', 'component' => 'Komponent', 'components' => 'Komponenter', - 'complete' => 'Complete', + 'complete' => 'Fullført', 'consumable' => 'Forbruksvare', 'consumables' => 'Forbruksvarer', 'country' => 'Land', @@ -51,21 +52,21 @@ 'created' => 'Enhet opprettet', 'created_asset' => 'eiendel opprettet', 'created_at' => 'Opprettet i', - 'updated_at' => 'Updated at', + 'updated_at' => 'Oppdatert', 'currency' => '$', // this is deprecated 'current' => 'Nåværende', 'custom_report' => 'Tilpasset eiendelsrapport', 'dashboard' => 'Kontrollpanel', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'dager', + 'days_to_next_audit' => 'Dager til neste revisjon', 'date' => 'Dato', 'debug_warning' => 'Advarsel!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'debug_warning_text' => 'Dette programmet kjører i produksjonsmodus med feilsøking aktiverert. Dette kan utsette følsomme data hvis programmet er tilgjengelig for omverdenen. Deaktiver debug modus ved å sette APP_DEBUG-verdien i filen .env til false.', 'delete' => 'Slett', 'deleted' => 'Slettet', 'delete_seats' => 'Slettede setelisenser', - 'departments' => 'Departments', - 'department' => 'Department', + 'departments' => 'Avdelinger', + 'department' => 'Avdeling', 'deployed' => 'Utlevert', 'depreciation_report' => 'Avskrivningsrapport', 'download' => 'Last ned', @@ -99,7 +100,7 @@ 'insufficient_permissions' => 'Utilstrekkelige rettigheter!', 'language' => 'Språk', 'last' => 'Siste', - 'last_login' => 'Last Login', + 'last_login' => 'Siste pålogging', 'last_name' => 'Etternavn', 'license' => 'Lisens', 'license_report' => 'Lisensrapport', @@ -123,8 +124,8 @@ 'moreinfo' => 'Mer info', 'name' => 'Navn', 'next' => 'Neste', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Neste revisjon dato', + 'last_audit' => 'Siste revisjon', 'new' => 'ny!', 'no_depreciation' => 'Ingen avskrivning', 'no_results' => 'Ingen treff.', @@ -139,8 +140,8 @@ 'previous' => 'Forrige', 'processing' => 'Behandler', 'profile' => 'Din profil', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', + 'purchase_cost' => 'Innkjøpskostnad', + 'purchase_date' => 'Innkjøpsdato', 'qty' => 'Antall', 'quantity' => 'Antall', 'ready_to_deploy' => 'Klar for utlevering', @@ -153,31 +154,31 @@ 'select' => 'Velg', 'search' => 'Søk', 'select_category' => 'Velg en kategori', - 'select_department' => 'Select a Department', + 'select_department' => 'Velg en avdeling', 'select_depreciation' => 'Velg en avskrivningstype', 'select_location' => 'Velg en lokasjon', 'select_manufacturer' => 'Velg en produsent', 'select_model' => 'Velg en modell', 'select_supplier' => 'Velg en leverandør', 'select_user' => 'Velg en bruker', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => 'Velg dato (ÅÅÅÅ-MM-DD)', 'select_statuslabel' => 'Velg status', 'select_company' => 'Velg bedrift', 'select_asset' => 'Velg eiendel', 'settings' => 'Innstillinger', 'sign_in' => 'Logg inn', - 'signature' => 'Signature', + 'signature' => 'Signatur', 'some_features_disabled' => 'DEMO MODUS: Noe funksjonalitet er skrudd av i denne installasjonen.', 'site_name' => 'Nettstedsnavn', 'state' => 'Stat', 'status_labels' => 'Statusmerker', 'status' => 'Status', - 'supplier' => 'Supplier', + 'supplier' => 'Leverandør', 'suppliers' => 'Leverandører', - 'sure_to_delete' => 'Are you sure you wish to delete', + 'sure_to_delete' => 'Er du sikker på at du vil slette', 'submit' => 'Send', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', + 'target' => 'Mål', + 'time_and_date_display' => 'Tid og Datovisning', 'total_assets' => 'eiendeler totalt', 'total_licenses' => 'lisener totalt', 'total_accessories' => 'antall tilbehør', diff --git a/resources/lang/no/validation.php b/resources/lang/no/validation.php index 241bf70653..7f29314d63 100644 --- a/resources/lang/no/validation.php +++ b/resources/lang/no/validation.php @@ -16,76 +16,76 @@ return array( 'accepted' => 'Attributtet :attribute må velges.', 'active_url' => 'Attributtet :attribute er ikke en gyldig URL.', 'after' => 'Attributtet :attribute må være en dato etter :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'Attributtet :attribute må være en dato etter eller lik :date.', 'alpha' => 'Attributtet :attribute kan kun inneholde bokstaver.', 'alpha_dash' => 'Attributtet :attribute kan kun inneholde bokstaver, nummer eller bindestrek.', 'alpha_num' => 'Attributtet :attribute kan kun inneholde bokstaver og numre.', - 'array' => 'The :attribute must be an array.', + 'array' => 'Attributtet må være en matrise.', 'before' => 'Attributtet :attribute må være en dato før :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'Attributtet :attribute må være en dato før eller lik :date.', 'between' => [ 'numeric' => 'Attributtet :attribute må være mellom :min og :max.', 'file' => 'Attributtet :attribute må være mellom :min og :max kilobytes.', 'string' => 'Attributtet :attribute må være mellom :min og :max tegn.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'Attributtet må ha mellom: min og: maks elementer.', ], - 'boolean' => 'The :attribute field must be true or false.', + 'boolean' => 'Attributtfeltet må være sant eller falskt.', 'confirmed' => 'Bekreftelse på attributtet :attribute stemmer ikke.', 'date' => 'Attributtet :attribute er ikke en gyldig dato.', 'date_format' => 'Attributtet :attribute passer ikke formatet :format.', 'different' => 'Attributtet :attribute og :other er forskjellige.', 'digits' => 'Attributtet :attribute må være :digits sifre.', 'digits_between' => 'Attributtet :attribute må være mellom :min og :max sifre.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'Attributtet har ugyldige bildedimensjoner.', + 'distinct' => 'Attributtfeltet har en duplikatverdi.', 'email' => 'Attributtet :attribute er ugyldig.', 'exists' => 'Valgt attributt :attribute er ugyldig.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'Attributtet :attribute må være en fil.', + 'filled' => 'Den :attribute må ha en verdi.', 'image' => 'Attributtet :attribute må være et bilde.', 'in' => 'Det valgte attributtet :attribute er ugyldig.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'Attributtfeltet finnes ikke i: andre.', 'integer' => 'Attributtet :attribute må være et heltall.', 'ip' => 'Attributtet :attribute må være en gyldig IP-adresse.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'Attributtet :attribute må være en gyldig IPv4-adresse.', + 'ipv6' => 'Attributtet :attribute må være en gyldig IPv6-adresse.', + 'json' => 'Attributtet: må være en gyldig JSON-streng.', 'max' => [ 'numeric' => 'Attributtet :attribute må ikke være større enn :max.', 'file' => 'Attributtet :attribute kan ikke være større enn :max kilobytes.', 'string' => 'Attributtet :attribute kan ikke være større enn :max tegn.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'Attributtet: Må ikke ha mer enn: maks. Elementer.', ], 'mimes' => 'Attributtet :attribute må være en fil av typen: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'Attributtet må være en fil av type:: verdier.', 'min' => [ 'numeric' => 'Attributtet :attribute må være minst :min.', 'file' => 'Attributtet :attribute må være minst :min kilobytes.', 'string' => 'Attributtet :attribute må være minst :min tegn.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'Attributtet må ha minst: min elementer.', ], 'not_in' => 'Attributtet :attribute er ugyldig.', 'numeric' => 'Attributtet :attribute må være et nummer.', - 'present' => 'The :attribute field must be present.', + 'present' => 'Atributtfeltet :attribute må ha en verdi.', 'regex' => 'Attributt-formatet til :attribute er ugyldig.', 'required' => 'Attributt-feltet :attribute er påkrevd.', 'required_if' => 'Attributt-feltet :attribute er påkrevd når :oher er :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'Attributtfeltet kreves med mindre: annet er i: verdier.', 'required_with' => 'Attributt-feltet :attribute er påkrevd når :values er tilstede.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'Attributtfeltet kreves når: verdiene er til stede.', 'required_without' => 'Attributt-feltet :attribute er påkrevd når :values ikke er tilstede.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'Attributtfeltet kreves når ingen av: verdiene er til stede.', 'same' => 'Attributtet :attribute og :other må være like.', 'size' => [ 'numeric' => 'Attributtet :attribute må være :size.', 'file' => 'Attributtet :attribute må være :size kilobytes.', 'string' => 'Attributtet :attribute må være :size tegn.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'Attributtet må inneholde: størrelseselementer.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'Attributtet :attribute må være en tekst.', + 'timezone' => 'Attributtet må være en gyldig sone.', 'unique' => 'Attributtet :attribute er allerede tatt.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'Atribbutet :attribute kunne ikke lastes opp.', 'url' => 'Attributt-formatet :attribute er ugyldig.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Attributtfeltet inneholder et tegn som ikke er tillatt.", + "email_array" => "En eller flere e-postadresser er ugyldige.", + "hashed_pass" => "Gjeldende passord er feil", + 'dumbpwd' => 'Passordet er for vanlig.', + "statuslabel_type" => "Du må velge en gyldig statusetikett-type", + "unique_undeleted" => ":attribute må være unik.", ], /* diff --git a/resources/lang/pl/admin/hardware/form.php b/resources/lang/pl/admin/hardware/form.php index 468d369d60..5ac55e2c50 100644 --- a/resources/lang/pl/admin/hardware/form.php +++ b/resources/lang/pl/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Koszt zakupu', 'create' => 'Nowy nabytek', 'date' => 'Data zakupu', + 'depreciation' => 'Deprecjacja', 'depreciates_on' => 'Amortyzacja włączona', 'default_location' => 'Domyślna lokalizacja', 'eol_date' => 'Data końca licencji', diff --git a/resources/lang/pl/admin/licenses/message.php b/resources/lang/pl/admin/licenses/message.php index a3dce9e7c7..5526374c10 100644 --- a/resources/lang/pl/admin/licenses/message.php +++ b/resources/lang/pl/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'Aktywa, które chcesz skojarzyć z licencją nie istnieją.', 'owner_doesnt_match_asset' => 'Aktywa, które chcesz skojarzyć z tą licencją są własnością kogoś innego niż osoba wskazana z rozwijanej listy.', 'assoc_users' => 'Ten nabytek/zasób jest przypisany do użytkownika i nie może być usunięty. Proszę sprawdzić przypisanie nabytków/zasobów a następnie spróbować ponownie. ', + 'select_asset_or_person' => 'Musisz wybrać składnik aktywów lub użytkownika, ale nie oba.', 'create' => array( diff --git a/resources/lang/pl/admin/models/message.php b/resources/lang/pl/admin/models/message.php index 032123e464..c59398f2c0 100644 --- a/resources/lang/pl/admin/models/message.php +++ b/resources/lang/pl/admin/models/message.php @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Żadne pole nie zostało zmodyfikowane, więc nic nie zostało zaktualizowane.', + 'success' => 'Modele zostały uaktualnione.' ), ); diff --git a/resources/lang/pl/admin/settings/general.php b/resources/lang/pl/admin/settings/general.php index 1708bed01d..e020a99139 100644 --- a/resources/lang/pl/admin/settings/general.php +++ b/resources/lang/pl/admin/settings/general.php @@ -11,9 +11,9 @@ return array( 'alert_inv_threshold' => 'Inwentarz progu alarmów', 'asset_ids' => 'ID Aktywa', 'audit_interval' => 'Interwał audytu', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval_help' => 'Jeśli wymagane są regularne kontrole fizycznie aktyw, wprowadź interwał w miesiącach.', + 'audit_warning_days' => 'Próg ostrzegania przed audytem', + 'audit_warning_days_help' => 'Ile dni wcześniej powinniśmy ostrzec Cię, gdy majątek ma zostać poddany audytowi?', 'auto_increment_assets' => 'Generuj automatycznie zwiększane ID aktywa', 'auto_increment_prefix' => 'Prefix (opcjonalnie)', 'auto_incrementing_help' => 'Najpierw aktywuj automatycznie zwiększane ID Aktywa, by móc ustawić te opcje.', @@ -67,8 +67,8 @@ return array( 'ldap_email' => 'E-mail pracownika LDAP', 'load_remote_text' => 'Skrypty zdalne', 'load_remote_help_text' => 'Ta instalacja Snipe-IT może załadować skrypty z zewnętrznego świata.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => 'Noty logowania', + 'login_note_help' => 'Opcjonalnie umieść kilka zdań na ekranie logowania, na przykład w celu pomocy osobom, które znalazły zagubione lub skradzione urządzenia. To pole akceptuje oznaczenia Github ', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Ograniczenie do użytkowników', 'full_multiple_companies_support_text' => 'Wsparcie dla wielu firm', @@ -77,12 +77,12 @@ return array( 'php' => 'Wersja PHP', 'php_gd_info' => 'Aby wyświetlić kody QR wymagana jest instalacja php-gd, sprawdź instrukcję.', 'php_gd_warning' => 'PHP Image Processing i GD plugin nie są zainstalowane.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Złożoności haseł', + 'pwd_secure_complexity_help' => 'Wybierz dowolną regułę złożoności hasła, którą chcesz wymusić.', + 'pwd_secure_min' => 'Minimalne znaki hasła', + 'pwd_secure_min_help' => 'Minimalna dozwolona wartość to 5', + 'pwd_secure_uncommon' => 'Zapobieganie wspólnym hasłom', + 'pwd_secure_uncommon_help' => 'Uniemożliwi to użytkownikom używanie wspólnych haseł z 10 000 haseł zgłaszanych z naruszeniem.', 'qr_help' => 'Aby użyć tej opcji odblokuj Kody QR', 'qr_text' => 'Tekst kodu QR', 'setting' => 'Ustawienie', @@ -92,7 +92,7 @@ return array( 'slack_channel' => 'Kanał Slack', 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Ustawienia Slack', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', + 'slack_integration_help' => 'Integracja luzowa jest opcjonalna, jednakże punkt końcowy i kanał są wymagane, jeśli chcesz go używać. Aby skonfigurować integrację Slack, musisz najpierw tworzyć przychodzący webhook na swoim koncie Slack.', 'snipe_version' => 'Wersja Snipe-IT', 'system' => 'Informacje o Systemie', 'update' => 'Ustawienia Aktualizacji', @@ -102,40 +102,42 @@ return array( 'about_settings_text' => 'Te ustawienia pozwalają ci zmodyfikować najważniejsze szczegóły twojej instalacji.', 'labels_per_page' => 'Etykieta per strona', 'label_dimensions' => 'rozmiar etykiety', - 'next_auto_tag_base' => 'Next auto-increment', + 'next_auto_tag_base' => 'Następny automatyczny przyrost', 'page_padding' => 'Margines strony (cale)', 'purge' => 'Wyczyść usunięte rekordy', - 'labels_display_bgutter' => 'Label bottom gutter', - 'labels_display_sgutter' => 'Label side gutter', + 'labels_display_bgutter' => 'Etykieta z rynną dolną', + 'labels_display_sgutter' => 'Etykieta z rynną boczną', 'labels_fontsize' => 'Rozmiar czcionki na etykiecie', - 'labels_pagewidth' => 'Label sheet width', - 'labels_pageheight' => 'Label sheet height', - 'label_gutters' => 'Label spacing (inches)', - 'page_dimensions' => 'Page dimensions (inches)', - 'label_fields' => 'Label visible fields', + 'labels_pagewidth' => 'Szerokość arkusza etykiety', + 'labels_pageheight' => 'Wysokość arkusza etykiet', + 'label_gutters' => 'Rozstaw etykiet (cale)', + 'page_dimensions' => 'Margines strony (cale)', + 'label_fields' => 'Widoczne póla etykiet', 'inches' => 'cale', 'width_w' => 'szerokość', 'height_h' => 'wysokość', + 'show_url_in_emails' => 'Połącz się z Snipe-IT w wiadomościach e-mail', + 'show_url_in_emails_help_text' => 'Usuń zaznaczenie tego pola, jeśli nie chcesz łączyć się z instalacją Snipe-IT w stopkach wiadomości e-mail. Przydatne, jeśli większość użytkowników nigdy nie loguje się.', 'text_pt' => 'piksel', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'thumbnail_max_h' => 'Max wysokość miniatur', + 'thumbnail_max_h_help' => 'Maksymalna wysokość w pikselach, które miniatury mogą wyświetlać w widoku aukcji. Min 25, maks. 500.', 'two_factor' => 'Autoryzacja dwuskładnikowa', 'two_factor_secret' => 'Kod jednorazowy', - 'two_factor_enrollment' => 'Two-Factor Enrollment', + 'two_factor_enrollment' => 'Rejestracja dwóch czynników', 'two_factor_enabled_text' => 'Włącz uwieżytelnianie dwuskładnikowe', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', + 'two_factor_reset' => 'Zresetować dwuskładnikowy klucz', + 'two_factor_reset_help' => 'Spowoduje to zmuszenie użytkownika do ponownego zapisu swojego urządzenia w usłudze Google Authenticator. Może to być przydatne, jeśli ich aktualnie zapisane urządzenie zostanie utracone lub skradzione.', + 'two_factor_reset_success' => 'Dwa urządzenia współczynnikowe z powodzeniem zresetowane', + 'two_factor_reset_error' => 'Nie udało się zresetować urządzenia', + 'two_factor_enabled_warning' => 'Włączenie dwóch czynników, jeśli nie jest aktualnie włączone, natychmiast zmusi Cię do uwierzytelnienia przy użyciu urządzenia z certyfikatem Google Authentication. Będziesz mieć możliwość zapisania urządzenia, jeśli nie jest on aktualnie zapisany.', + 'two_factor_enabled_help' => 'Włączy to uwierzytelnianie dwuskładnikowe za pomocą narzędzia Google Authenticator.', 'two_factor_optional' => 'Wybiórczo (Użytkownicy mogą włączyć lub wyłączyć jeśli posiadają uprawnienie)', 'two_factor_required' => 'Wymagane dla wszystkich użytkowników', 'two_factor_disabled' => 'Wyłączony', 'two_factor_enter_code' => 'Wprowadź kod jednorazowy', 'two_factor_config_complete' => 'Zatwierdź kod', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", + 'two_factor_enabled_edit_not_allowed' => 'Administrator nie zezwala na edycję tego ustawienia.', + 'two_factor_enrollment_text' => "Wymagane jest uwierzytelnianie dwóch elementów, ale urządzenie nie zostało jeszcze zapisane. Otwórz aplikację Google Authenticator i zeskanuj kod QR poniżej, aby zarejestrować urządzenie. Po zarejestrowaniu urządzenia wprowadź poniższy kod", 'require_accept_signature' => 'Wymagany podpis', 'require_accept_signature_help_text' => 'Włączając tę funkcjonalność wymusza się na użytkownikach fizycznego podpisania przyjęcia aktywa.', 'left' => 'lewo', @@ -144,5 +146,5 @@ return array( 'bottom' => 'dół', 'vertical' => 'pionowy', 'horizontal' => 'poziomy', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'zerofill_count' => 'Długość znaczników zasobów, w tym zerofill', ); diff --git a/resources/lang/pl/admin/statuslabels/message.php b/resources/lang/pl/admin/statuslabels/message.php index d317d97afd..04635505cf 100644 --- a/resources/lang/pl/admin/statuslabels/message.php +++ b/resources/lang/pl/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => 'Czy na pewno chcesz usunąć ten status etykiety?', 'error' => 'Wystąpił błąd podczas usuwania statusu etykiety. Spróbuj ponownie.', 'success' => 'Status etykiety został usunięty pomyślnie.' - ) + ), + + 'help' => array( + 'undeployable' => 'Te aktywa nie mogą być przypisane do nikogo.', + 'deployable' => 'Te aktywa można sprawdzić. Gdy zostaną przypisane, przyjmą stan meta w postaci Deployed.', + 'archived' => 'Te zasoby nie mogą zostać sprawdzone i będą wyświetlane tylko w Archiwizowanym widoku. Jest to użyteczne przy przechowywaniu informacji o zasobach w celach budżetowych / historycznych, ale nie na bieżąco z listy aktywów.', + 'pending' => 'Te aktywa nie mogą być jeszcze przydzielone nikomu, często używane do przedmiotów przeznaczonych do naprawy, ale oczekują, że powrócą do obiegu.', + ), ); diff --git a/resources/lang/pl/admin/suppliers/table.php b/resources/lang/pl/admin/suppliers/table.php index 696d704e2c..eb08467db1 100644 --- a/resources/lang/pl/admin/suppliers/table.php +++ b/resources/lang/pl/admin/suppliers/table.php @@ -2,7 +2,7 @@ return array( 'about_suppliers_title' => 'O Dostawcach', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'about_suppliers_text' => 'Dostawcy są wykorzystywani do śledzenia źródeł elementów', 'address' => 'Adres Dostawcy', 'assets' => 'Aktywa', 'city' => 'Miasto', diff --git a/resources/lang/pl/admin/users/general.php b/resources/lang/pl/admin/users/general.php index 5cce99cdff..7a7583e5c1 100644 --- a/resources/lang/pl/admin/users/general.php +++ b/resources/lang/pl/admin/users/general.php @@ -4,16 +4,16 @@ return array( 'assets_user' => 'Aktwo przypisane do :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', + 'bulk_update_warn' => 'Zamierzasz edytować właściwości: user_count użytkowników. Należy pamiętać, że nie można zmienić własne atrybuty użytkownika, korzystając z tego formularza i musi przeprowadzić edycję własnych użytkownika indywidualnie.', + 'bulk_update_help' => 'Ten formularz umożliwia zbiorczą aktualizację wielu aktywów na raz. Wypełnij tylko te pola, które chcesz zmienić. Puste pola pozostaną niezmienione.', 'current_assets' => 'Aktywo obecnie jest przypisane do tego użytkownika', 'clone' => 'Kopiuj Użytkownika', 'contact_user' => 'Kontakt :name', 'edit' => 'Edycja Użytkownika', 'filetype_info' => 'Dozwolone typy plików: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar.', 'history_user' => 'Historia', - 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'info' => 'Informacje', + 'restore_user' => 'Kliknij tutaj, aby je przywrócić.', 'last_login' => 'Ostatnie logowanie', 'ldap_config_text' => 'Ustawienia konfiguracji LDAP mogą być znalezione w Administracja -> Ustawienia. Opcjonalnie wybierz lokalizacje, która będzie ustawiona dla zaimportowanych użytkowników.', 'software_user' => 'Oprogramowanie przypisane do :name', diff --git a/resources/lang/pl/admin/users/message.php b/resources/lang/pl/admin/users/message.php index 3ca4a368d9..895002abaa 100644 --- a/resources/lang/pl/admin/users/message.php +++ b/resources/lang/pl/admin/users/message.php @@ -4,7 +4,7 @@ return array( 'accepted' => 'Pomyślnie zaakceptowałeś ten składnik aktywów.', 'declined' => 'Pomyślnie odrzuciłeś ten składnik aktywów.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'bulk_manager_warn' => 'Użytkownicy zostały pomyślnie zaktualizowane, jednak Twój wpis manager nie został zapisany, bo dyrektor wybrano był również na liście użytkowników do edycji i użytkowników nie może być ich Menedżer. Wybierz użytkowników, z wyjątkiem Menedżera.', 'user_exists' => 'Użytkownik już istnieje!', 'user_not_found' => 'User [:id] nie istnieje.', 'user_login_required' => 'Pole login jest wymagane', @@ -17,7 +17,7 @@ return array( 'success' => array( 'create' => 'Użytkownik utworzony pomyślnie.', 'update' => 'Użytkownik zaktualizowany pomyślnie.', - 'update_bulk' => 'Users were successfully updated!', + 'update_bulk' => 'Użytkownik zaktualizowany pomyślnie!', 'delete' => 'Użytkownik został usunięty pomyślnie.', 'ban' => 'Użytkownik został zablokowany.', 'unban' => 'Użytkownik został odblokowany.', @@ -31,17 +31,17 @@ return array( 'create' => 'Podczas tworzenia użytkownika wystąpił problem. Spróbuj ponownie.', 'update' => 'Podczas aktualizacji użytkownika wystąpił problem. Spróbuj ponownie.', 'delete' => 'Wystąpił błąd podczas usuwania użytkownika. Spróbuj ponownie.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Ten użytkownik posiada elementy przypisane i nie może być usunięty.', 'unsuspend' => 'Wystąpił problem podczas odblokowania użytkownika. Spróbuj ponownie.', 'import' => 'Podczas importowania użytkowników wystąpił błąd. Spróbuj ponownie.', 'asset_already_accepted' => 'Aktywo zostało już zaakceptowane.', 'accept_or_decline' => 'Musisz zaakceptować lub odrzucić to aktywo.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', + 'incorrect_user_accepted' => 'Zasób, który próbowano zaakceptować nie został wyewidencjonowany dla użytkownika.', 'ldap_could_not_connect' => 'Nie udało się połączyć z serwerem LDAP. Sprawdź proszę konfigurację serwera LDAP w pliku konfiguracji.
Błąd z serwera LDAP:', 'ldap_could_not_bind' => 'Nie udało się połączyć z serwerem LDAP. Sprawdź proszę konfigurację serwera LDAP w pliku konfiguracji.
Błąd z serwera LDAP: ', 'ldap_could_not_search' => 'Nie udało się przeszukać serwera LDAP. Sprawdź proszę konfigurację serwera LDAP w pliku konfiguracji.
Błąd z serwera LDAP:', 'ldap_could_not_get_entries' => 'Nie udało się pobrać pozycji z serwera LDAP. Sprawdź proszę konfigurację serwera LDAP w pliku konfiguracji.
Błąd z serwera LDAP:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'Hasło dla tego konta jest zarządzane przez usługę LDAP, Active Directory. Skontaktuj się z działem IT, aby zmienić swoje hasło. ', ), 'deletefile' => array( diff --git a/resources/lang/pl/admin/users/table.php b/resources/lang/pl/admin/users/table.php index 1cdc62d840..cbbd1b3229 100644 --- a/resources/lang/pl/admin/users/table.php +++ b/resources/lang/pl/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Lokalizacja', 'lock_passwords' => 'Szczegóły loginu nie mogą zostać zmienione dla tej instalacji.', 'manager' => 'Kierownik', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Zarządzane lokalizacje', 'name' => 'Nazwa', 'notes' => 'Uwagi', 'password_confirm' => 'Potwierdź hasło', @@ -28,10 +28,10 @@ return array( 'show_current' => 'Pokaż bieżących użytkowników', 'show_deleted' => 'Pokaż usuniętych użytkowników', 'title' => 'Tytuł', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => 'aby je przywrócić.', 'updateuser' => 'Zaktualizuj użytkownika', 'username' => 'Nazwa użytkownika', - 'user_deleted_text' => 'This user has been marked as deleted.', + 'user_deleted_text' => 'Ten użytkownik został oznaczony jako usunięty.', 'username_note' => '(to jest używane do połączenia do Active Directory, nie do logowania)', 'cloneuser' => 'Kopiuj Użytkownika', 'viewusers' => 'Przeglądaj użytkowników', diff --git a/resources/lang/pl/general.php b/resources/lang/pl/general.php index ed32656f9c..d42fc3c114 100644 --- a/resources/lang/pl/general.php +++ b/resources/lang/pl/general.php @@ -14,6 +14,7 @@ 'all' => 'Wszystko', 'archived' => 'Archiwum', 'asset_models' => 'Typy aktywów', + 'asset_model' => 'Model', 'asset' => 'Aktywa', 'asset_report' => 'Raporty Aktywów', 'asset_tag' => 'Krótka nazwa', @@ -25,8 +26,8 @@ 'avatar_upload' => 'Wgraj Avatara', 'back' => 'Powrót', 'bad_data' => 'Nie znaleziono niczego. Może coś jest nie tak z twoim zapytaniem?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => 'Audyt zbiorczy', + 'bulkaudit_status' => 'Kontrola stanu', 'bulk_checkout' => 'Zbiorcze Przypisanie', 'cancel' => 'Anuluj', 'categories' => 'Kategorie', @@ -48,7 +49,7 @@ 'consumables' => 'Materiały eksploatacyjne', 'country' => 'Kraj', 'create' => 'Utwórz nowe', - 'created' => 'Item Created', + 'created' => 'Utworzony element', 'created_asset' => 'Utworzone aktywa', 'created_at' => 'Utworzone', 'updated_at' => 'Zaktualizowano', @@ -57,7 +58,7 @@ 'custom_report' => 'Raport niestandardowy składnik aktywów', 'dashboard' => 'Panel główny', 'days' => 'dni', - 'days_to_next_audit' => 'Days to Next Audit', + 'days_to_next_audit' => 'Dni do następnej inspekcji', 'date' => 'Data', 'debug_warning' => 'Ostrzeżenie!', 'debug_warning_text' => 'Ta aplikacja jest uruchomiona w trybie produkcyjnym z włączonym debugowaniem. Jeśli aplikacja jest dostępna na zewnątrz, może to zagrażać ujawnieniem wrażliwych danych. Wyłącz tryb debugowania przez ustawienie wartości APP_DEBUG w pliku .env na false.', @@ -123,8 +124,8 @@ 'moreinfo' => 'Więcej informacji', 'name' => 'Nazwa', 'next' => 'Następny', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Data następnej inspekcji', + 'last_audit' => 'Ostatnia inspekcja', 'new' => 'nowy!', 'no_depreciation' => 'Nie Amortyzowany', 'no_results' => 'Brak wyników.', @@ -153,7 +154,7 @@ 'select' => 'Wybierz', 'search' => 'Wyszukaj', 'select_category' => 'Wybierz kategorię', - 'select_department' => 'Select a Department', + 'select_department' => 'Wybierz departament', 'select_depreciation' => 'Wybierz rodzaj amortyzacji', 'select_location' => 'Wybierz lokację', 'select_manufacturer' => 'Wybierz producenta', diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php index 52cb372de1..3dc8e53ab8 100644 --- a/resources/lang/pl/validation.php +++ b/resources/lang/pl/validation.php @@ -16,76 +16,76 @@ return array( 'accepted' => ':attribute musi zostać zaakceptowany.', 'active_url' => ':attribute nie jest poprawnym adresem URL.', 'after' => ':attribute musi być późniejszą datą w stosunku do :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => ':attribute musi być datą po lub równa :date.', 'alpha' => ':attribute może zawierać tylko litery.', 'alpha_dash' => ':attribute może zawierać tylko litery, cyfry i myślniki.', 'alpha_num' => ':attribute może zawierać tylko litery i cyfry.', - 'array' => 'The :attribute must be an array.', + 'array' => ':attribute musi być zbiorem.', 'before' => ':attribute musi być późniejszą datą w stosunku do :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => ':attribute musi być datą po lub równa :date.', 'between' => [ 'numeric' => ':attribute musi być pomiędzy :min - :max.', 'file' => ':attribute musi być pomiędzy :min - :max kilobajtów.', 'string' => ':attribute musi być pomiędzy :min - :max znaków.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => ':attribute musi być pomiędzy :min - :max.', ], - 'boolean' => 'The :attribute field must be true or false.', + 'boolean' => 'Pole atrybutu: musi być prawdziwe lub fałszywe.', 'confirmed' => 'Potwierdzenie :attribute nie pasuje.', 'date' => ':attribute nie jest prawidłową datą.', 'date_format' => 'Format :attribute nie pasuje do :format.', 'different' => ':attribute musi różnić się od :other.', 'digits' => ':attribute musi posiadać cyfry :digits.', 'digits_between' => ':attribute musi być pomiędzy cyframi :min i :max.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'Atrybut: atrybut ma nieprawidłowe wymiary obrazu.', + 'distinct' => 'Pole :attribute ma zduplikowane wartości.', 'email' => 'Format pola :attribute jest niewłaściwy.', 'exists' => 'Wybrane :attribute jest niewłaściwe.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => ':attribute musi być plikiem.', + 'filled' => 'Pole :attribute musi posiadać wartość.', 'image' => ':attribute musi być obrazkiem.', 'in' => 'Wybrane :attribute jest niewłaściwe.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'Pole: attribute nie istnieje w: other.', 'integer' => ':attribute must musi być liczbą całkowitą.', 'ip' => ':attribute musi być poprawnym adresem IP.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'Atrybut: musi być prawidłowym adresem IPv4.', + 'ipv6' => 'Atrybut: musi być prawidłowym adresem IPv6.', + 'json' => 'Atrybut: musi być prawidłowym ciągiem JSON.', 'max' => [ 'numeric' => ':attribute nie może być większy niż :max.', 'file' => ':attribute nie może być więszky niż :max kilobajtów.', 'string' => ':attribute nie może posiadać więcej znaków niż :max.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'Atrybut: atrybut nie może zawierać więcej niż: max elementów.', ], 'mimes' => ':attribute musi być plikiem z rozszerzeniami :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'Atrybut: atrybut musi być plikiem typu:: wartości.', 'min' => [ 'numeric' => ':attribute musi być przynajmniej :min.', 'file' => ':attribute musi być przynajmniej wielkości :min kilobajtów.', 'string' => ':attribute musi być posiadać minimum :min znaki.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'Atrybut: musi zawierać co najmniej: min.', ], 'not_in' => 'Wybrany :attribute jest nieprawidłowy.', 'numeric' => ':attribute musi być liczbą.', - 'present' => 'The :attribute field must be present.', + 'present' => ':attribute nie może być puste.', 'regex' => 'Format :attribute jest niewłaściwy.', 'required' => ':attribute nie może być puste.', 'required_if' => 'Pole :attribute jest wymagane gdy :other jest :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'Pole atrybutów: wymagane jest, chyba że inne są w: wartościach.', 'required_with' => 'Pole :attribute jest wymagane gdy :values jest podana.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'Pole atrybutu: atrybut jest wymagane, gdy: wartości są obecne.', 'required_without' => 'Pole :attribute jest wymagane gdy :values nie jest podana.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'Pole atrybutu: attribute jest wymagane, gdy żadna z: wartości nie jest obecna.', 'same' => ':attribute i :other muszą pasować.', 'size' => [ 'numeric' => ':attribute musi być wielkości :size.', 'file' => ':attribute musi być :size kilobajtów.', 'string' => ':attribute musi być :size znakowy.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'Atrybut: musi zawierać: elementy rozmiaru.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'Atrybut: atrybut musi być ciągiem.', + 'timezone' => 'Atrybut: musi być poprawną strefą.', 'unique' => ':attribute został już wzięty.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'Nie udało się przesłać atrybutu:.', 'url' => 'Format pola :attribute jest niewłaściwy.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Pole: attribute zawiera znak, który nie jest dozwolony.", + "email_array" => "Jeden lub więcej adresów e-mail jest nieprawidłowy.", + "hashed_pass" => "Twoje bieżące hasło jest niepoprawne", + 'dumbpwd' => 'To hasło jest zbyt powszechne.', + "statuslabel_type" => "Musisz wybrać odpowiedni typ etykiety statusu", + "unique_undeleted" => "Atrybut: musi być unikatowy.", ], /* diff --git a/resources/lang/pt-BR/admin/asset_maintenances/message.php b/resources/lang/pt-BR/admin/asset_maintenances/message.php index a1814b008e..b7e7686274 100644 --- a/resources/lang/pt-BR/admin/asset_maintenances/message.php +++ b/resources/lang/pt-BR/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Manutenção do ativo criada com sucesso.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Manutenção de ativos não foi editada, tente novamente.', + 'success' => 'Manutenção de ativos editada com sucesso.' ], 'asset_maintenance_incomplete' => 'Não foi Completada Ainda', 'warranty' => 'Garantia', diff --git a/resources/lang/pt-BR/admin/custom_fields/message.php b/resources/lang/pt-BR/admin/custom_fields/message.php index fac6a6adff..6eb3f3fcb4 100644 --- a/resources/lang/pt-BR/admin/custom_fields/message.php +++ b/resources/lang/pt-BR/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset não existe', 'create' => array( 'error' => 'O Conjunto de campos não foi criado, por favor tente novamente.', diff --git a/resources/lang/pt-BR/admin/hardware/form.php b/resources/lang/pt-BR/admin/hardware/form.php index 06678086c4..38562dd74e 100644 --- a/resources/lang/pt-BR/admin/hardware/form.php +++ b/resources/lang/pt-BR/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Custo da Compra', 'create' => 'Criar Ativo', 'date' => 'Data da Compra', + 'depreciation' => 'Depreciação', 'depreciates_on' => 'Deprecia em', 'default_location' => 'Local Padrão', 'eol_date' => 'Date de EOL', diff --git a/resources/lang/pt-BR/admin/hardware/general.php b/resources/lang/pt-BR/admin/hardware/general.php index 4e0b41797b..21def3813b 100644 --- a/resources/lang/pt-BR/admin/hardware/general.php +++ b/resources/lang/pt-BR/admin/hardware/general.php @@ -7,7 +7,7 @@ return array( 'asset' => 'Ativo', 'bulk_checkout' => 'Atribuir ativo a utilizador', 'checkin' => 'Retornar Ativo', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Ativo de compras', 'clone' => 'Clonar Ativo', 'deployable' => 'Implementável', 'deleted' => 'Este ativo foi excluído. Clique aqui para restaurá-lo.', diff --git a/resources/lang/pt-BR/admin/hardware/message.php b/resources/lang/pt-BR/admin/hardware/message.php index fcb39a7efe..1085fa5158 100644 --- a/resources/lang/pt-BR/admin/hardware/message.php +++ b/resources/lang/pt-BR/admin/hardware/message.php @@ -24,8 +24,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'A auditoria de ativos não teve êxito. Por favor, tente novamente.', + 'success' => 'Auditoria de ativos logada com sucesso.' ), diff --git a/resources/lang/pt-BR/admin/licenses/message.php b/resources/lang/pt-BR/admin/licenses/message.php index 1d93ab2100..1d7da11db0 100644 --- a/resources/lang/pt-BR/admin/licenses/message.php +++ b/resources/lang/pt-BR/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'O ativo do qual você está tentando associar com esta licença não existe.', 'owner_doesnt_match_asset' => 'O bem que você está tentando associar a está licença é propriedade de alguma outra pessoa que não está selecionada na lista suspensa.', 'assoc_users' => 'Esta licença é atualmente check-out para um usuário e não pode ser excluído. Por favor, atualize seu bem para que não referencie mais este usuário e, em seguida, tente apagar novamente. ', + 'select_asset_or_person' => 'Você deve selecionar um recurso ou um usuário, mas não ambos.', 'create' => array( diff --git a/resources/lang/pt-BR/admin/settings/general.php b/resources/lang/pt-BR/admin/settings/general.php index 579a284aec..3ff7230fb4 100644 --- a/resources/lang/pt-BR/admin/settings/general.php +++ b/resources/lang/pt-BR/admin/settings/general.php @@ -10,9 +10,9 @@ return array( 'alert_interval' => 'Limite de Expiração dos Alertas (em dias)', 'alert_inv_threshold' => 'Limite de Alerta de Inventário', 'asset_ids' => 'ID do ativo', - 'audit_interval' => 'Audit Interval', + 'audit_interval' => 'Intervalo de auditoria', 'audit_interval_help' => 'Se você precisa verificar fisicamente seus ativos com frequência, insira um intervalo em meses.', - 'audit_warning_days' => 'Audit Warning Threshold', + 'audit_warning_days' => 'Limiar de aviso de auditoria', 'audit_warning_days_help' => 'Com quantos dias de antecedência deseja ser avisado sobre a verificação de seus ativos?', 'auto_increment_assets' => 'Gerar ID de ativo crescente', 'auto_increment_prefix' => 'Prefixo (opcional)', @@ -68,7 +68,7 @@ return array( 'load_remote_text' => 'Scripts Remotos', 'load_remote_help_text' => 'Esta instalação do Snipe-IT pode carregar qualquer scripts do mundo.', 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note_help' => 'Opcionalmente, inclua algumas frases na tela de login, por exemplo, para ajudar as pessoas que encontraram um dispositivo perdido ou roubado. Este campo aceita Gitão com sabor marcado', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Restringir utilizadores (incluindo admins) associados a empresas ao ativos da empresa.', 'full_multiple_companies_support_text' => 'Suporte multi-empresa completo', @@ -77,12 +77,12 @@ return array( 'php' => 'Versão do PHP', 'php_gd_info' => 'Você deve instalar o php-gd para exibir códigos QR, veja as instruções de instalação.', 'php_gd_warning' => 'O plugin PHP Image Processing and GD NÃO está instalado.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', + 'pwd_secure_complexity' => 'Complexidade de senha', + 'pwd_secure_complexity_help' => 'Selecione as regras de complexidade de senha que você deseja aplicar.', + 'pwd_secure_min' => 'Senha mínima', 'pwd_secure_min_help' => 'Valor mínimo permitido é 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_uncommon' => 'Prevenir senhas comuns', + 'pwd_secure_uncommon_help' => 'Isso impedirá os usuários de usar senhas comuns das 10 senhas superiores registradas em brechas.', 'qr_help' => 'Habilite os Códigos QR primeiro para definir isto', 'qr_text' => 'Texto do Código QR', 'setting' => 'Configuração', @@ -116,9 +116,11 @@ return array( 'inches' => 'polegadas', 'width_w' => 'largura', 'height_h' => 'altura', + 'show_url_in_emails' => 'Link para Snipe-IT em E-mails', + 'show_url_in_emails_help_text' => 'Desmarque esta caixa se não deseja vincular novamente a sua instalação Snipe-IT em seus rodapés de e-mail. Útil se a maioria de seus usuários nunca logar.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'thumbnail_max_h' => 'Altura máxima da miniatura', + 'thumbnail_max_h_help' => 'Altura máxima em pixels que as miniaturas podem exibir na visualização de listagem. Min 25, max 500.', 'two_factor' => 'Autenticação em dois passos', 'two_factor_secret' => 'Código de autenticação em dois passos', 'two_factor_enrollment' => 'Ativação de autenticação em dois passos', diff --git a/resources/lang/pt-BR/admin/statuslabels/message.php b/resources/lang/pt-BR/admin/statuslabels/message.php index 93bdfbb294..d95db6d7ad 100644 --- a/resources/lang/pt-BR/admin/statuslabels/message.php +++ b/resources/lang/pt-BR/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => 'Tem certeza que deseja deletar este Rótulo de estado?', 'error' => 'Ocorreu um problema ao deletar o Rótulo de estado. Por favor tente novamente.', 'success' => 'O Rótulo de estado foi deletado com sucesso.' - ) + ), + + 'help' => array( + 'undeployable' => 'Esses ativos não podem ser atribuídos a ninguém.', + 'deployable' => 'Esses ativos podem ser verificados. Uma vez que são atribuídos, eles assumirão um status meta de Deployed.', + 'archived' => 'Esses ativos não podem ser verificados, e só aparecerão na visão arquivada. Isso é útil para manter informações sobre recursos para fins orçamentários / históricos, mas mantendo-os fora da lista de ativos do dia-a-dia.', + 'pending' => 'Esses ativos ainda não podem ser atribuídos a qualquer pessoa, muitas vezes usado para itens que estão fora de reparo, mas é esperado que retornem à circulação.', + ), ); diff --git a/resources/lang/pt-BR/admin/users/general.php b/resources/lang/pt-BR/admin/users/general.php index 40cc104ce1..84b0800e1a 100644 --- a/resources/lang/pt-BR/admin/users/general.php +++ b/resources/lang/pt-BR/admin/users/general.php @@ -13,7 +13,7 @@ return array( 'filetype_info' => 'Tipo de arquivos permitidos são png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, e rar.', 'history_user' => 'Histórico para :name', 'info' => 'Informações', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => 'Clique aqui para restaurá-los.', 'last_login' => 'Último Login', 'ldap_config_text' => 'As configurações do LDAP podem ser encontradas em \'Administrador > Definições\'. A localização (opcional) selecionada será definida para todos os usuários importados.', 'software_user' => 'Check-out de software para :name', diff --git a/resources/lang/pt-BR/admin/users/message.php b/resources/lang/pt-BR/admin/users/message.php index a8b135771e..ccb0190bac 100644 --- a/resources/lang/pt-BR/admin/users/message.php +++ b/resources/lang/pt-BR/admin/users/message.php @@ -31,7 +31,7 @@ return array( 'create' => 'Houve um problema ao criar o usuário. Tente novamente.', 'update' => 'Houve um problema ao atualizar o usuário. Tente novamente.', 'delete' => 'Houve um problema ao excluir o usuário. Tente novamente.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Este usuário tem itens atribuídos e não pôde ser excluído.', 'unsuspend' => 'Houve um problema ao remover a suspensão do usuário. Tente novamente.', 'import' => 'Houve um problema ao importar usuários. Tente novamente.', 'asset_already_accepted' => 'Este ativo já foi aceito.', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => 'Não foi possível se ligar ao servidor LDAP. Por favor verifique as configurações do servidor LDAP no arquivo de configurações.
Erro do Servidor LDAP: ', 'ldap_could_not_search' => 'Não foi possível procurar o servidor LDAP. Por favor verifique as configurações do servidor LDAP no arquivo de configurações.
Erro do Servidor LDAP:', 'ldap_could_not_get_entries' => 'Não foi possível obter informações do servidor LDAP. Por favor verifique as configurações do servidor LDAP no arquivo de configurações.
Erro do Servidor LDAP:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'A senha desta conta é gerenciada pelo LDAP / Active Directory. Entre em contato com seu departamento de TI para alterar sua senha.', ), 'deletefile' => array( diff --git a/resources/lang/pt-BR/admin/users/table.php b/resources/lang/pt-BR/admin/users/table.php index 528d268df9..9dd53894b3 100644 --- a/resources/lang/pt-BR/admin/users/table.php +++ b/resources/lang/pt-BR/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Local', 'lock_passwords' => 'Detalhes de login não podem ser alterados nesta instalação.', 'manager' => 'Gerenciador', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Locais gerenciados', 'name' => 'Nome', 'notes' => 'Notas', 'password_confirm' => 'Confirmar Senha', diff --git a/resources/lang/pt-BR/general.php b/resources/lang/pt-BR/general.php index fa5242a6a7..9f7a4ad1d0 100644 --- a/resources/lang/pt-BR/general.php +++ b/resources/lang/pt-BR/general.php @@ -14,19 +14,20 @@ 'all' => 'Todos', 'archived' => 'Arquivado', 'asset_models' => 'Modelos de Ativos', + 'asset_model' => 'Modelo', 'asset' => 'Ativo', 'asset_report' => 'Relatório de Ativos', 'asset_tag' => 'Marcação do Ativo', 'assets_available' => 'ativos disponíveis', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'Auditoria', + 'audit_report' => 'Registro de auditoria', 'assets' => 'Ativos', 'avatar_delete' => 'Excluir Avatar', 'avatar_upload' => 'Carregar Avatar', 'back' => 'Voltar', 'bad_data' => 'Nada encontrado. Informações correta?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => 'Auditoria em massa', + 'bulkaudit_status' => 'Status da auditoria', 'bulk_checkout' => 'Check-out em massa', 'cancel' => 'Cancelar', 'categories' => 'Categorias', @@ -56,8 +57,8 @@ 'current' => 'Atuais', 'custom_report' => 'Relatório de Ativos Personalizado', 'dashboard' => 'Painel de Controle', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'dias', + 'days_to_next_audit' => 'Dias para próxima auditoria', 'date' => 'Data', 'debug_warning' => 'Atenção!', 'debug_warning_text' => 'Esta aplicação está em execução no modo de produção com a depuração ativada. Isso pode expor dados sensíveis se seu aplicativo é acessível para o mundo exterior. Desative o modo de depuração mudando o valor de APP_DEBUG no seu arquivo.env para false.', @@ -123,8 +124,8 @@ 'moreinfo' => 'Mais Informações', 'name' => 'Nome', 'next' => 'Próxima', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Próxima Data de Auditoria', + 'last_audit' => 'Última auditoria', 'new' => 'novo!', 'no_depreciation' => 'Sem Depreciação', 'no_results' => 'Sem Resultados.', diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php index ab8755865e..517424eeb8 100644 --- a/resources/lang/pt-BR/validation.php +++ b/resources/lang/pt-BR/validation.php @@ -16,18 +16,18 @@ return array( 'accepted' => 'O :attribute dever ser aceito.', 'active_url' => 'O :attribute não é uma URL válida.', 'after' => 'O :attribute deve ser uma data após :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'O atributo: deve ser uma data após ou igual a: data.', 'alpha' => 'O :attribute pode apenas conter letras.', 'alpha_dash' => 'O :attribute pode apenas conter letras, números, e traços.', 'alpha_num' => 'O :attribute pode apenas conter letras e números.', - 'array' => 'The :attribute must be an array.', + 'array' => 'O atributo: deve ser uma matriz.', 'before' => 'O :attribute deve ser uma data antes de :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'O atributo: deve ser uma data anterior ou igual a: data.', 'between' => [ 'numeric' => 'O :attribute deve estar entre :min - :max.', 'file' => 'O :attribute deve estar entre :min - :max kilobytes.', 'string' => 'O :attribute deve estar entre :min - :max caracteres.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'O atributo deve ter entre: min e: itens máximos.', ], 'boolean' => 'O :atributo têm que ser verdadeiro ou falso.', 'confirmed' => 'A confirmação do :attribute não corresponde.', @@ -36,56 +36,56 @@ return array( 'different' => 'O :attribute e :other devem ser diferentes.', 'digits' => 'O :attribute deve ter :digits dígitos.', 'digits_between' => 'O :attribute deve ter entre :min e :max dígitos.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'O atributo: tem dimensões de imagem inválidas.', + 'distinct' => 'O campo: atributo tem um valor duplicado.', 'email' => 'O formato de :attribute é inválido.', 'exists' => 'O :attribute selecionado é inválido.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'O atributo: deve ser um arquivo.', + 'filled' => 'O campo: atributo deve ter um valor.', 'image' => 'O :attribute deve ser uma imagem.', 'in' => 'O :attribute selecionado é inválido.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'O campo: atributo não existe em: outro.', 'integer' => 'O :attribute deve ser um número inteiro.', 'ip' => 'O :attribute deve ser um endereço de IP válido.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'O atributo: deve ser um endereço IPv4 válido.', + 'ipv6' => 'O atributo deve ser um endereço IPv6 válido.', + 'json' => 'O atributo: deve ser uma string JSON válida.', 'max' => [ 'numeric' => 'O :attribute não pode ser maior do que :max.', 'file' => 'O :attribute não pode ser maior do que :max kilobytes.', 'string' => 'O :attribute não pode ser maior do que :max caracteres.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'O atributo: pode não ter mais do que: itens máximos.', ], 'mimes' => 'O :attribute deve ser um arquivo do tipo: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'O: atributo deve ser um arquivo de tipo:: valores.', 'min' => [ 'numeric' => 'O :attribute deve ter pelo menos :min.', 'file' => 'O :attribute deve ter pelo menos :min kilobytes.', 'string' => 'O :attribute deve ter pelo menos :min caracteres.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'O atributo deve ter pelo menos: itens mínimos.', ], 'not_in' => 'O :attribute selecionado é inválido.', 'numeric' => 'O :attribute deve ser um número.', - 'present' => 'The :attribute field must be present.', + 'present' => 'O campo: atributo deve estar presente.', 'regex' => 'O formato de :attribute é inválido.', 'required' => 'O campo de :attribute é requerido.', 'required_if' => 'O campo de :attribute é requerido quando :other é :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'O campo: atributo é necessário a menos que: outro esteja em: valores.', 'required_with' => 'O campo de :attribute é requerido quando :values está presente.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'O campo: atributo é obrigatório quando: os valores estão presentes.', 'required_without' => 'O campo de :attribute é requerido quando :values não está presente.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'O campo: atributo é obrigatório quando nenhum de: valores estão presentes.', 'same' => 'O :attribute e :other devem corresponderem.', 'size' => [ 'numeric' => 'O :attribute deve ser :size.', 'file' => 'O :attribute deve ter :size kilobytes.', 'string' => 'O :attribute deve ter :size caracteres.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'O atributo: deve conter: itens de tamanho.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'O atributo deve ser uma string.', + 'timezone' => 'O atributo: deve ser uma zona válida.', 'unique' => 'O :attribute já foi tomado.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'O atributo: não foi possível carregar.', 'url' => 'O formato de :attribute é inválido.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "O campo: atributo contém um caractere que não é permitido.", + "email_array" => "Um ou mais endereços de e-mail são inválidos.", + "hashed_pass" => "Sua senha atual está incorreta", + 'dumbpwd' => 'Essa senha é muito comum.', + "statuslabel_type" => "Você deve selecionar um tipo de etiqueta de status válido", + "unique_undeleted" => "O atributo deve ser exclusivo.", ], /* diff --git a/resources/lang/pt-PT/admin/asset_maintenances/message.php b/resources/lang/pt-PT/admin/asset_maintenances/message.php index 46a918c552..33b9a9ffc3 100644 --- a/resources/lang/pt-PT/admin/asset_maintenances/message.php +++ b/resources/lang/pt-PT/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Manutenção do artigo criada com sucesso.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Manutenção de ativos não foi editada, tente novamente.', + 'success' => 'Manutenção de ativos editada com sucesso.' ], 'asset_maintenance_incomplete' => 'Incompleto', 'warranty' => 'Garantia', diff --git a/resources/lang/pt-PT/admin/custom_fields/message.php b/resources/lang/pt-PT/admin/custom_fields/message.php index 92bc0cd5d3..b908c3e9da 100644 --- a/resources/lang/pt-PT/admin/custom_fields/message.php +++ b/resources/lang/pt-PT/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset não existe', 'create' => array( 'error' => 'O Conjunto de campos não foi criado, por favor tente novamente.', diff --git a/resources/lang/pt-PT/admin/departments/message.php b/resources/lang/pt-PT/admin/departments/message.php index d65f4fbb2b..0690b6c866 100644 --- a/resources/lang/pt-PT/admin/departments/message.php +++ b/resources/lang/pt-PT/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Departamento não existe.', + 'assoc_users' => 'Este departamento está atualmente associado a pelo menos um usuário e não pode ser excluído. Atualize seus usuários para não mais fazer referência a este departamento e tente novamente.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'O departamento não foi criado, tente novamente.', + 'success' => 'Departamento criado com sucesso.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'O departamento não foi atualizado, tente novamente', + 'success' => 'Departamento atualizado com sucesso.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Tem certeza de que deseja excluir este departamento?', + 'error' => 'Houve uma questão de eliminar o departamento. Por favor, tente novamente.', + 'success' => 'O departamento foi excluído com sucesso.' ) ); diff --git a/resources/lang/pt-PT/admin/departments/table.php b/resources/lang/pt-PT/admin/departments/table.php index 76494247be..ebbe31d57b 100644 --- a/resources/lang/pt-PT/admin/departments/table.php +++ b/resources/lang/pt-PT/admin/departments/table.php @@ -2,10 +2,10 @@ return array( - 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'id' => 'identidade', + 'name' => 'Nome do departamento', + 'manager' => 'Gerente', + 'location' => 'Localização', + 'create' => 'Criar Departamento', + 'update' => 'Departamento de atualização', ); diff --git a/resources/lang/pt-PT/admin/hardware/form.php b/resources/lang/pt-PT/admin/hardware/form.php index 2be43c677d..5361af9ccd 100644 --- a/resources/lang/pt-PT/admin/hardware/form.php +++ b/resources/lang/pt-PT/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Custo de aquisição', 'create' => 'Criar Ativo', 'date' => 'Data de aquisição', + 'depreciation' => 'Depreciação', 'depreciates_on' => 'Deprecia em', 'default_location' => 'Localização padrão', 'eol_date' => 'Data de EOL', diff --git a/resources/lang/pt-PT/admin/hardware/general.php b/resources/lang/pt-PT/admin/hardware/general.php index 0c86a54d42..7d7a5742fc 100644 --- a/resources/lang/pt-PT/admin/hardware/general.php +++ b/resources/lang/pt-PT/admin/hardware/general.php @@ -7,7 +7,7 @@ return array( 'asset' => 'Ativo', 'bulk_checkout' => 'Atribuir artigo a utilizador', 'checkin' => 'Devolver Ativo', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Ativo de compras', 'clone' => 'Clonar Ativo', 'deployable' => 'Implementável', 'deleted' => 'Este ativo foi removido. Clique aqui para restaurar.', diff --git a/resources/lang/pt-PT/admin/hardware/message.php b/resources/lang/pt-PT/admin/hardware/message.php index 621123dcdb..07be060221 100644 --- a/resources/lang/pt-PT/admin/hardware/message.php +++ b/resources/lang/pt-PT/admin/hardware/message.php @@ -25,8 +25,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'A auditoria de ativos não teve êxito. Por favor, tente novamente.', + 'success' => 'Auditoria de ativos logada com sucesso.' ), @@ -54,7 +54,7 @@ return array( 'delete' => array( 'confirm' => 'Tem a certeza de que pretende eliminar este artigo?', 'error' => 'Ocorreu um problema ao remover o artigo. Por favor, tente novamente.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => 'Nenhum recurso foi selecionado, então nada foi excluído.', 'success' => 'O artigo foi removido com sucesso.' ), diff --git a/resources/lang/pt-PT/admin/licenses/message.php b/resources/lang/pt-PT/admin/licenses/message.php index 8949da2043..c5d6c5a031 100644 --- a/resources/lang/pt-PT/admin/licenses/message.php +++ b/resources/lang/pt-PT/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'O artigo que está a tentar associar com esta licença não existe.', 'owner_doesnt_match_asset' => 'O proprietário do artigo que está a tentar associar com esta licença não é pessoa selecionada na dropdown.', 'assoc_users' => 'Esta licença está correntemente alocada a um utilizador e não pode ser removida. Por favor devolva a licença e de seguida tente remover novamente. ', + 'select_asset_or_person' => 'Você deve selecionar um recurso ou um usuário, mas não ambos.', 'create' => array( diff --git a/resources/lang/pt-PT/admin/manufacturers/table.php b/resources/lang/pt-PT/admin/manufacturers/table.php index 5f576356be..5a8637ea60 100644 --- a/resources/lang/pt-PT/admin/manufacturers/table.php +++ b/resources/lang/pt-PT/admin/manufacturers/table.php @@ -2,14 +2,14 @@ return array( 'about_manufacturers_title' => 'Sobre os fabricantes', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'about_manufacturers_text' => 'Os fabricantes são as empresas que criam seus ativos. Você pode armazenar informações de contato de suporte importantes sobre eles aqui, que serão exibidas nas páginas de detalhes do recurso.', 'asset_manufacturers' => 'Fabricantes de Artigos', 'create' => 'Criar Fabricante', 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', + 'name' => 'Nome', + 'support_email' => 'Email de suporte', + 'support_phone' => 'Telefone de suporte', + 'support_url' => 'URL de suporte', 'update' => 'Atualizar Fabricante', 'url' => 'URL', diff --git a/resources/lang/pt-PT/admin/models/message.php b/resources/lang/pt-PT/admin/models/message.php index 02a8361bf2..ba5950d7c6 100644 --- a/resources/lang/pt-PT/admin/models/message.php +++ b/resources/lang/pt-PT/admin/models/message.php @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Nenhum campo foi alterado, portanto, nada foi atualizado.', + 'success' => 'Modelos atualizados.' ), ); diff --git a/resources/lang/pt-PT/admin/settings/general.php b/resources/lang/pt-PT/admin/settings/general.php index 6fbb2c8a7a..758e456f92 100644 --- a/resources/lang/pt-PT/admin/settings/general.php +++ b/resources/lang/pt-PT/admin/settings/general.php @@ -10,10 +10,10 @@ return array( 'alert_interval' => 'Alertas expiram (em dias)', 'alert_inv_threshold' => 'Alerta limite do inventário', 'asset_ids' => 'IDs dos Artigos', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'Intervalo de auditoria', + 'audit_interval_help' => 'Se você for obrigado a auditar fisicamente seus ativos, insira o intervalo em meses.', + 'audit_warning_days' => 'Limiar de aviso de auditoria', + 'audit_warning_days_help' => 'Quantos dias de antecedência devemos avisar quando os ativos são devidos para a auditoria?', 'auto_increment_assets' => 'Gerar IDs de artigos auto-incrementais', 'auto_increment_prefix' => 'Prefixo (opcional)', 'auto_incrementing_help' => 'Ative IDs auto-incrementais antes da configuração', @@ -68,7 +68,7 @@ return array( 'load_remote_text' => 'Scripts Remotos', 'load_remote_help_text' => 'Esta instalação do Snipe-IT pode carregar scripts do mundo exterior.', 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note_help' => 'Opcionalmente, inclua algumas frases na tela de login, por exemplo, para ajudar as pessoas que encontraram um dispositivo perdido ou roubado. Este campo aceita Gitão com sabor marcado', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Restringir utilizadores (incluindo admins) associados a empresas ao ativos da empresa.', 'full_multiple_companies_support_text' => 'Suporte multi-empresa completo', @@ -77,12 +77,12 @@ return array( 'php' => 'Versão do PHP', 'php_gd_info' => 'Deve instalar a extensão php-gd para mostrar códigos QR, veja as instruções de instalação.', 'php_gd_warning' => 'O Processamento de Imagem PHP e o plugin GD não estão instalados.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Complexidade de senha', + 'pwd_secure_complexity_help' => 'Selecione as regras de complexidade de senha que você deseja aplicar.', + 'pwd_secure_min' => 'Senha mínima', + 'pwd_secure_min_help' => 'O valor mínimo permitido é 5', + 'pwd_secure_uncommon' => 'Prevenir senhas comuns', + 'pwd_secure_uncommon_help' => 'Isso impedirá os usuários de usar senhas comuns das 10 senhas superiores registradas em brechas.', 'qr_help' => 'Ative os códigos QR antes da configuração', 'qr_text' => 'Texto do Código QR', 'setting' => 'Configuração', @@ -102,7 +102,7 @@ return array( 'about_settings_text' => 'Estas configurações permitem-lhe customizar determinados aspetos da sua instalação.', 'labels_per_page' => 'Etiquetas por página', 'label_dimensions' => 'Dimensões das etiquetas (inches)', - 'next_auto_tag_base' => 'Next auto-increment', + 'next_auto_tag_base' => 'Próximo incremento automático', 'page_padding' => 'Margens da pagina (inches)', 'purge' => 'Remover registos apagados', 'labels_display_bgutter' => 'Margem inferior da etiqueta', @@ -116,9 +116,11 @@ return array( 'inches' => 'inches', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Link para Snipe-IT em E-mails', + 'show_url_in_emails_help_text' => 'Desmarque esta caixa se não deseja vincular novamente a sua instalação Snipe-IT em seus rodapés de e-mail. Útil se a maioria de seus usuários nunca logar.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'thumbnail_max_h' => 'Altura máxima da miniatura', + 'thumbnail_max_h_help' => 'Altura máxima em pixels que as miniaturas podem exibir na visualização de listagem. Min 25, max 500.', 'two_factor' => 'Autenticação em dois passos', 'two_factor_secret' => 'Código de autenticação em dois passos', 'two_factor_enrollment' => 'Ativação de autenticação em dois passos', diff --git a/resources/lang/pt-PT/admin/statuslabels/message.php b/resources/lang/pt-PT/admin/statuslabels/message.php index 1b63ff4a14..a6a37d8d01 100644 --- a/resources/lang/pt-PT/admin/statuslabels/message.php +++ b/resources/lang/pt-PT/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => 'Tem a certeza que pretende eliminar esta etiqueta de estado?', 'error' => 'Ocorreu um erra ao eliminar a etiqueta de estado. Tente novamente.', 'success' => 'A etiqueta de estado foi eliminada com sucesso.' - ) + ), + + 'help' => array( + 'undeployable' => 'Esses ativos não podem ser atribuídos a ninguém.', + 'deployable' => 'Esses ativos podem ser verificados. Uma vez que são atribuídos, eles assumirão um status meta de Deployed.', + 'archived' => 'Esses ativos não podem ser verificados, e só aparecerão na visão arquivada. Isso é útil para manter informações sobre recursos para fins orçamentários / históricos, mas mantendo-os fora da lista de ativos do dia-a-dia.', + 'pending' => 'Esses ativos ainda não podem ser atribuídos a qualquer pessoa, muitas vezes usado para itens que estão fora de reparo, mas é esperado que retornem à circulação.', + ), ); diff --git a/resources/lang/pt-PT/admin/users/general.php b/resources/lang/pt-PT/admin/users/general.php index fba06cd5cf..03736815be 100644 --- a/resources/lang/pt-PT/admin/users/general.php +++ b/resources/lang/pt-PT/admin/users/general.php @@ -4,8 +4,8 @@ return array( 'assets_user' => 'Artigos alocados a :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', + 'bulk_update_warn' => 'Você está prestes a editar as propriedades de: user_count users. Observe que você não pode alterar seus próprios atributos do usuário usando este formulário e deve fazer edições para seu próprio usuário individualmente.', + 'bulk_update_help' => 'Este formulário permite que você atualize vários usuários de uma só vez. Apenas preencha os campos que você precisa alterar. Todos os campos deixados em branco permanecerão inalterados.', 'current_assets' => 'Artigos atribuidos atualmente a este utilizador', 'clone' => 'Clonar Utilizador', 'contact_user' => 'Contacto :name', @@ -13,7 +13,7 @@ return array( 'filetype_info' => 'Os tipos de ficheiro permitidos são png, gif, jpg, jpeg, doc, docx, pdf, txt, zip e rar.', 'history_user' => 'Histórico para :name', 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => 'Clique aqui para restaurá-los.', 'last_login' => 'Último início de sessão', 'ldap_config_text' => 'As definições de configuração do LDAP podem ser encontradas em Administrador > Definições. A localização (opcional) selecionada vai ser defenida para todos os utilizadores importados.', 'software_user' => 'Software alocado a :name', diff --git a/resources/lang/pt-PT/admin/users/message.php b/resources/lang/pt-PT/admin/users/message.php index 5ca7847827..e057e4c565 100644 --- a/resources/lang/pt-PT/admin/users/message.php +++ b/resources/lang/pt-PT/admin/users/message.php @@ -4,7 +4,7 @@ return array( 'accepted' => 'Aceitou este artigo com sucesso.', 'declined' => 'Recusou este artigo com sucesso.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'bulk_manager_warn' => 'Seus usuários foram atualizados com sucesso, no entanto, sua entrada de gerente não foi salva porque o gerente que você selecionou também estava na lista de usuários para ser editada e os usuários podem não ser seu próprio gerente. Selecione seus usuários novamente, excluindo o gerente.', 'user_exists' => 'Utilizador já existe!', 'user_not_found' => 'Utilizador [:id] não existe.', 'user_login_required' => 'O atributo login é obrigatório', @@ -17,7 +17,7 @@ return array( 'success' => array( 'create' => 'Utilizador criado com sucesso.', 'update' => 'Utilizador atualizado com sucesso.', - 'update_bulk' => 'Users were successfully updated!', + 'update_bulk' => 'Os usuários foram atualizados com sucesso!', 'delete' => 'Utilizador removido com sucesso.', 'ban' => 'Utilizador desabilitado com sucesso.', 'unban' => 'Utilizador reabilitado com sucesso.', @@ -31,7 +31,7 @@ return array( 'create' => 'Ocorreu um problema ao criar o utilizador. Por favor, tente novamente.', 'update' => 'Ocorreu um problema ao atualizar o utilizador. Por favor, tente novamente.', 'delete' => 'Ocorreu um problema ao remover o utilizador. Por favor, tente novamente.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Este usuário tem itens atribuídos e não pôde ser excluído.', 'unsuspend' => 'Ocorreu um problema ao retirar a suspensão ao utilizador. Por favor, tente novamente.', 'import' => 'Ocorreu um problema ao importar os utilizadores. Por favor, tente novamente.', 'asset_already_accepted' => 'Este artigo já foi aceite.', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => 'Não foi possível estabelecer uma vinculação com o servidor LDAP. Por favor, verifique a configuração de servidor no ficheiro de configuração.
Error do Servidor LDAP: ', 'ldap_could_not_search' => 'Não foi possível pesquisar no servidor LDAP. Por favor, verifique a configuração de servidor no ficheiro de configuração.
Error do Servidor LDAP:', 'ldap_could_not_get_entries' => 'Não foi possível obter registos do servidor LDAP. Por favor, verifique a configuração de servidor no ficheiro de configuração.
Error do Servidor LDAP:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'A senha desta conta é gerenciada pelo LDAP / Active Directory. Entre em contato com seu departamento de TI para alterar sua senha.', ), 'deletefile' => array( diff --git a/resources/lang/pt-PT/admin/users/table.php b/resources/lang/pt-PT/admin/users/table.php index 7eba8add87..aab070b45f 100644 --- a/resources/lang/pt-PT/admin/users/table.php +++ b/resources/lang/pt-PT/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Localização', 'lock_passwords' => 'Detalhes de autenticação não podem ser alterados nesta instalação.', 'manager' => 'Responsável', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Locais gerenciados', 'name' => 'Nome', 'notes' => 'Notas', 'password_confirm' => 'Confirmar palavra-passe', @@ -28,10 +28,10 @@ return array( 'show_current' => 'Mostrar Utilizadores Ativos', 'show_deleted' => 'Mostrar Utilizadores Removidos', 'title' => 'Título', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => 'para restaurá-los.', 'updateuser' => 'Atualizar utilizador', 'username' => 'Nome de utilizador', - 'user_deleted_text' => 'This user has been marked as deleted.', + 'user_deleted_text' => 'Este usuário foi marcado como excluído.', 'username_note' => '(Isto é usado apenas para vinculação com a Active Directory, para para login)', 'cloneuser' => 'Clonar Utilizador', 'viewusers' => 'Ver Utilizadores', diff --git a/resources/lang/pt-PT/button.php b/resources/lang/pt-PT/button.php index f9c5fb7f80..c8ebc3ea09 100644 --- a/resources/lang/pt-PT/button.php +++ b/resources/lang/pt-PT/button.php @@ -11,5 +11,5 @@ return array( 'request' => 'Solicitar', 'submit' => 'Submeter', 'upload' => 'Carregar', - 'select_file' => 'Select File...', + 'select_file' => 'Selecione o arquivo...', ); diff --git a/resources/lang/pt-PT/general.php b/resources/lang/pt-PT/general.php index fc7a1c78c2..da85fa7f4c 100644 --- a/resources/lang/pt-PT/general.php +++ b/resources/lang/pt-PT/general.php @@ -14,36 +14,37 @@ 'all' => 'Todos', 'archived' => 'Arquivado', 'asset_models' => 'Modelos de Artigo', + 'asset_model' => 'Modelo', 'asset' => 'Artigo', 'asset_report' => 'Relatório de Artigo', 'asset_tag' => 'Etiqueta de Artigo', 'assets_available' => 'artigos disponíveis', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'Auditoria', + 'audit_report' => 'Registro de auditoria', 'assets' => 'Artigos', 'avatar_delete' => 'Remover Avatar', 'avatar_upload' => 'Carregar Avatar', 'back' => 'Voltar', 'bad_data' => 'Nada foi encontrado. Talvez dados errados?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => 'Auditoria em massa', + 'bulkaudit_status' => 'Status da auditoria', 'bulk_checkout' => 'Saída em massa', 'cancel' => 'Cancelar', 'categories' => 'Categorias', 'category' => 'Categoria', - 'change' => 'In/Out', + 'change' => 'In / Out', 'changeemail' => 'Alterar endereço de email', 'changepassword' => 'Alterar Palavra-passe', 'checkin' => 'Devolver', 'checkin_from' => 'Devolver de', 'checkout' => 'Alocar', 'city' => 'Cidade', - 'click_here' => 'Click here', + 'click_here' => 'Clique aqui', 'companies' => 'Empresas', 'company' => 'Empresa', 'component' => 'Componente', 'components' => 'Componentes', - 'complete' => 'Complete', + 'complete' => 'Completo', 'consumable' => 'Consumível', 'consumables' => 'Consumíveis', 'country' => 'País', @@ -51,21 +52,21 @@ 'created' => 'Item criado', 'created_asset' => 'artigo criado', 'created_at' => 'Criado em', - 'updated_at' => 'Updated at', + 'updated_at' => 'Atualizado em', 'currency' => '€', // this is deprecated 'current' => 'Atuais', 'custom_report' => 'Relatório de Artigo personalizado', 'dashboard' => 'Dashboard', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'dias', + 'days_to_next_audit' => 'Dias para próxima auditoria', 'date' => 'Data', 'debug_warning' => 'Atenção!', 'debug_warning_text' => 'Esta aplicação está em execução no modo de produção com a depuração activada. Isso pode expor dados sensíveis se seu aplicativo é acessível para o mundo exterior. Desactive o modo de depuração mudando o valor de APP_DEBUG no teu ficheiro .env para false.', 'delete' => 'Remover', 'deleted' => 'Removidos', 'delete_seats' => 'Utilizadores apagados', - 'departments' => 'Departments', - 'department' => 'Department', + 'departments' => 'Departamentos', + 'department' => 'Departamento', 'deployed' => 'Implementado', 'depreciation_report' => 'Relatório de Depreciação', 'download' => 'Download', @@ -99,7 +100,7 @@ 'insufficient_permissions' => 'Permissões insuficientes!', 'language' => 'Idioma', 'last' => 'Última', - 'last_login' => 'Last Login', + 'last_login' => 'Último login', 'last_name' => 'Apelido', 'license' => 'Licença', 'license_report' => 'Relatório de Licenças', @@ -123,8 +124,8 @@ 'moreinfo' => 'Mais informação', 'name' => 'Nome', 'next' => 'Próximo', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Próxima Data de Auditoria', + 'last_audit' => 'Última auditoria', 'new' => 'novo!', 'no_depreciation' => 'Sem Depreciação', 'no_results' => 'Sem Resultados.', @@ -153,14 +154,14 @@ 'select' => 'Selecione', 'search' => 'Pesquisar', 'select_category' => 'Selecionar Categoria', - 'select_department' => 'Select a Department', + 'select_department' => 'Selecione um Departamento', 'select_depreciation' => 'Selecione um Tipo de Depreciação', 'select_location' => 'Selecione uma localização', 'select_manufacturer' => 'Selecione um Fabricante', 'select_model' => 'Selecione um Modelo', 'select_supplier' => 'Selecione um Fornecedor', 'select_user' => 'Selecione um Utilizador', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => 'Selecione a Data (AAAA-MM-DD)', 'select_statuslabel' => 'Selecionar Estado', 'select_company' => 'Selecione a empresa', 'select_asset' => 'Selecionar artigo', @@ -174,10 +175,10 @@ 'status' => 'Estado', 'supplier' => 'Fornecedor', 'suppliers' => 'Fornecedores', - 'sure_to_delete' => 'Are you sure you wish to delete', + 'sure_to_delete' => 'Tem certeza de que deseja excluir', 'submit' => 'Submeter', 'target' => 'Destino', - 'time_and_date_display' => 'Time and Date Display', + 'time_and_date_display' => 'Exibição de hora e data', 'total_assets' => 'artigos', 'total_licenses' => 'licenças', 'total_accessories' => 'acessórios totais', diff --git a/resources/lang/pt-PT/validation.php b/resources/lang/pt-PT/validation.php index 1ebfc3f225..6ca869d397 100644 --- a/resources/lang/pt-PT/validation.php +++ b/resources/lang/pt-PT/validation.php @@ -16,76 +16,76 @@ return array( 'accepted' => 'O :attribute tem que ser aceite.', 'active_url' => 'O :attribute não é um URL válido.', 'after' => 'A :attribute tem que ser superior a :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'O atributo: deve ser uma data após ou igual a: data.', 'alpha' => 'O :attribute só pode conter letras.', 'alpha_dash' => 'O :attribute só pode conter letras, números e traços.', 'alpha_num' => 'O :attribute só pode conter letras e números.', - 'array' => 'The :attribute must be an array.', + 'array' => 'O atributo: deve ser uma matriz.', 'before' => 'A :attribute tem que ser anterior a :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'O atributo: deve ser uma data anterior ou igual a: data.', 'between' => [ 'numeric' => 'O :attribute deve estar entre :min e :max.', 'file' => 'O :attribute deve estar entre :min e :max kilobytes.', 'string' => 'O :attribute deve estar entre :min e :max caracteres.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'O atributo deve ter entre: min e: itens máximos.', ], - 'boolean' => 'The :attribute field must be true or false.', + 'boolean' => 'O campo: atributo deve ser verdadeiro ou falso.', 'confirmed' => 'A confirmação da :attribute não coincide.', 'date' => 'A :attribute não é uma data válida.', 'date_format' => ':attribute não corresponde ao formato :format.', 'different' => ':attribute e :other têm que ser diferentes.', 'digits' => ':attribute de contem :digits dígitos.', 'digits_between' => 'O :attribute deve estar entre :min e :max dígitos.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'O atributo: tem dimensões de imagem inválidas.', + 'distinct' => 'O campo: atributo tem um valor duplicado.', 'email' => 'O formato do :attribute é inválido.', 'exists' => 'O :attribute é inválido.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'O atributo: deve ser um arquivo.', + 'filled' => 'O campo: atributo deve ter um valor.', 'image' => 'O :attribute tem que ser uma imagem.', 'in' => 'O :attribute selecionado é inválido.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'O campo: atributo não existe em: outro.', 'integer' => 'O :attribute tem que ser um inteiro.', 'ip' => 'O :attribute tem que ser um IP válido.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'O atributo: deve ser um endereço IPv4 válido.', + 'ipv6' => 'O atributo deve ser um endereço IPv6 válido.', + 'json' => 'O atributo: deve ser uma string JSON válida.', 'max' => [ 'numeric' => 'O :attribute não pode ser maior do que :max.', 'file' => 'O :attribute não pode ter mais do que :max kilobytes.', 'string' => 'O :attribute não pode tem mais do que :max caracteres.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'O atributo: pode não ter mais do que: itens máximos.', ], 'mimes' => 'O :attribute só pode contem os seguintes formatos: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'O: atributo deve ser um arquivo de tipo:: valores.', 'min' => [ 'numeric' => ':attribute deve ter pelos menos :min.', 'file' => ':attribute deve ter pelos menos :min kilobytes.', 'string' => 'O :attribute deve conter pelos menos :min caracteres.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'O atributo deve ter pelo menos: itens mínimos.', ], 'not_in' => 'O :attribute selecionado é inválido.', 'numeric' => ':attribute tem que ser um número.', - 'present' => 'The :attribute field must be present.', + 'present' => 'O campo: atributo deve estar presente.', 'regex' => 'O formato do :attribute é inválido.', 'required' => ':attribute é obrigatório.', 'required_if' => 'O :attribute é obrigatório quando :other é :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'O campo: atributo é necessário a menos que: outro esteja em: valores.', 'required_with' => 'O :attribute é obrigatório quando :values existem.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'O campo: atributo é obrigatório quando: os valores estão presentes.', 'required_without' => 'O :attribute é obrigatório quando :values não existem.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'O campo: atributo é obrigatório quando nenhum de: valores estão presentes.', 'same' => ':attribute e :other devem coincidir.', 'size' => [ 'numeric' => 'O :attribute deve ser maior que :size.', 'file' => 'O :attribute deve ter :size kilobytes.', 'string' => 'O :attribute deve conter :size caracteres.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'O atributo: deve conter: itens de tamanho.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'O atributo deve ser uma string.', + 'timezone' => 'O atributo: deve ser uma zona válida.', 'unique' => 'Este :attribute já existe.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'O atributo: não foi possível carregar.', 'url' => 'O formato do :attribute é inválido.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "O campo: atributo contém um caractere que não é permitido.", + "email_array" => "Um ou mais endereços de e-mail são inválidos.", + "hashed_pass" => "Sua senha atual está incorreta", + 'dumbpwd' => 'Essa senha é muito comum.', + "statuslabel_type" => "Você deve selecionar um tipo de etiqueta de status válido", + "unique_undeleted" => "O atributo deve ser exclusivo.", ], /* diff --git a/resources/lang/ro/admin/accessories/general.php b/resources/lang/ro/admin/accessories/general.php index bfd637aa72..ec62c375af 100644 --- a/resources/lang/ro/admin/accessories/general.php +++ b/resources/lang/ro/admin/accessories/general.php @@ -5,16 +5,16 @@ return array( 'about_accessories_text' => 'Accesoriile reprezinta produsele distribuite utilizatorilor, dar care nu au un numar serial (sau nu este de interes unica lor inregistrare). De exemplu, mausurile sau tastaturile.', 'accessory_category' => 'Categorie Accesorii', 'accessory_name' => 'Nume Accesoriu', - 'checkout' => 'Checkout Accessory', - 'checkin' => 'Checkin Accessory', - 'create' => 'Create Accessory', - 'edit' => 'Edit Accessory', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', + 'checkout' => 'Predare accesoriu', + 'checkin' => 'Predare accesoriu', + 'create' => 'Adaugă accesoriu', + 'edit' => 'Actualizare Accesoriu', + 'eula_text' => 'Categorie EULA', + 'eula_text_help' => 'Acest câmp vă permite să particularizaţi acordurile dumneavoastră EULA specifice pentru tipuri de bunuri. Dacă ai doar un acord EULA pentru toate bunurile dumneavoastră, puteţi bifa căsuța de mai jos pentru a utiliza implicit acordul.', 'require_acceptance' => 'Solicita utilizatorilor confirmarea adaugarii produselor in aceasta categorie.', 'no_default_eula' => 'EULA implicita nu a fost setata. Adaugati una in Setari.', 'total' => 'Total', - 'remaining' => 'Avail', + 'remaining' => 'Disponibil', 'update' => 'Actualizare Accesoriu', 'use_default_eula' => 'Foloseste EULA general implicita in loc.', 'use_default_eula_disabled' => 'Foloseste EULA general implicita. EULA implicita nu a fost gasita. A se crea una in Setari.', diff --git a/resources/lang/ro/admin/accessories/message.php b/resources/lang/ro/admin/accessories/message.php index 1f5c1051a7..ce2a200998 100644 --- a/resources/lang/ro/admin/accessories/message.php +++ b/resources/lang/ro/admin/accessories/message.php @@ -3,7 +3,7 @@ return array( 'does_not_exist' => 'Accesoriul nu exista.', - 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', + 'assoc_users' => 'Acest accesoriu are în prezent : count elemente predate la utilizatori. Vă rugăm să verificaţi accesoriile și încercați din nou. ', 'create' => array( 'error' => 'Accesoriul nu a fost adaugat, va rugam incercati din nou.', @@ -16,21 +16,21 @@ 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' => 'Sigur doriți să ștergeți acest accesoriu?', + 'error' => 'A apărut o problemă la ştergerea accesoriului. Vă rugăm să încercaţi din nou.', + 'success' => 'Accesoriul a fost şters cu succes.' ), 'checkout' => array( - 'error' => 'Accessory was not checked out, please try again', - 'success' => 'Accessory checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Accesoriu nu a fost predat, vă rugăm să încercaţi din nou', + 'success' => 'Accesoriu a fost predat.', + 'user_does_not_exist' => 'Acest utilizator nu este valid. Vă rugăm să încercaţi din nou.' ), 'checkin' => array( - 'error' => 'Accessory was not checked in, please try again', - 'success' => 'Accessory checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Accesoriul nu a fost primit, vă rugăm să încercaţi din nou', + 'success' => 'Accesoriu primit cu succes.', + 'user_does_not_exist' => 'Acest utilizator nu este valid. Vă rugăm să încercaţi din nou.' ) diff --git a/resources/lang/ro/admin/accessories/table.php b/resources/lang/ro/admin/accessories/table.php index e02d9f22e4..614a95a501 100644 --- a/resources/lang/ro/admin/accessories/table.php +++ b/resources/lang/ro/admin/accessories/table.php @@ -1,11 +1,11 @@ 'Download CSV', + 'dl_csv' => 'Descărcați CSV', 'eula_text' => 'EULA', - 'id' => 'ID', - 'require_acceptance' => 'Acceptance', - 'title' => 'Accessory Name', + 'id' => 'ID-ul', + 'require_acceptance' => 'Acceptare', + 'title' => 'Nume de accesoriu', ); diff --git a/resources/lang/ro/admin/asset_maintenances/form.php b/resources/lang/ro/admin/asset_maintenances/form.php index 2aa005c45f..030ce99572 100644 --- a/resources/lang/ro/admin/asset_maintenances/form.php +++ b/resources/lang/ro/admin/asset_maintenances/form.php @@ -1,14 +1,14 @@ 'Maintenance Type', - 'title' => 'Title', - 'start_date' => 'Started', - 'completion_date' => 'Completed', - 'cost' => 'Cost', - 'is_warranty' => 'Warranty Improvement', - 'asset_maintenance_time' => 'Days', - 'notes' => 'Notes', - 'update' => 'Update', - 'create' => 'Create' + 'asset_maintenance_type' => 'Tip de întreținere', + 'title' => 'Titlu', + 'start_date' => 'A început', + 'completion_date' => 'terminat', + 'cost' => 'A costat', + 'is_warranty' => 'Îmbunătățirea garanției', + 'asset_maintenance_time' => 'zi', + 'notes' => 'notițe', + 'update' => 'Actualizați', + 'create' => 'Crea' ]; diff --git a/resources/lang/ro/admin/asset_maintenances/general.php b/resources/lang/ro/admin/asset_maintenances/general.php index c7ae42d41a..bfd8712622 100644 --- a/resources/lang/ro/admin/asset_maintenances/general.php +++ b/resources/lang/ro/admin/asset_maintenances/general.php @@ -1,11 +1,11 @@ 'Asset Maintenances', - 'edit' => 'Edit Asset Maintenance', - 'delete' => 'Delete Asset Maintenance', - 'view' => 'View Asset Maintenance Details', - 'repair' => 'Repair', - 'maintenance' => 'Maintenance', - 'upgrade' => 'Upgrade' + 'asset_maintenances' => 'Întreținerea activelor', + 'edit' => 'Editați întreținerea activelor', + 'delete' => 'Șterge întreținerea activelor', + 'view' => 'Vizualizați detaliile de întreținere a activelor', + 'repair' => 'Reparație', + 'maintenance' => 'întreținere', + 'upgrade' => 'Actualizare' ]; diff --git a/resources/lang/ro/admin/asset_maintenances/message.php b/resources/lang/ro/admin/asset_maintenances/message.php index d121115825..650b49aedc 100644 --- a/resources/lang/ro/admin/asset_maintenances/message.php +++ b/resources/lang/ro/admin/asset_maintenances/message.php @@ -1,21 +1,21 @@ 'Asset Maintenance you were looking for was not found!', + 'not_found' => 'Întreținerea de active pe care o căutați nu a fost găsită!', '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' => 'Sigur doriți să ștergeți această întreținere a activelor?', + 'error' => 'A apărut o problemă cu ștergerea întreținerii materialelor. Vă rugăm să încercați din nou.', + 'success' => 'Întreținerea activelor a fost ștearsă cu succes.' ], 'create' => [ - 'error' => 'Asset Maintenance was not created, please try again.', - 'success' => 'Asset Maintenance created successfully.' + 'error' => 'Întreținerea activelor nu a fost creată, încercați din nou.', + 'success' => 'Întreținerea activelor a fost creată cu succes.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Întreținerea activelor nu a fost modificată, încercați din nou.', + 'success' => 'Întreținerea activelor a fost editată cu succes.' ], - 'asset_maintenance_incomplete' => 'Not Completed Yet', - 'warranty' => 'Warranty', - 'not_warranty' => 'Not Warranty', + 'asset_maintenance_incomplete' => 'Nu a fost finalizată încă', + 'warranty' => 'garanţie', + 'not_warranty' => 'Nu garanție', ]; \ No newline at end of file diff --git a/resources/lang/ro/admin/asset_maintenances/table.php b/resources/lang/ro/admin/asset_maintenances/table.php index f3a6be60f9..dd66450268 100644 --- a/resources/lang/ro/admin/asset_maintenances/table.php +++ b/resources/lang/ro/admin/asset_maintenances/table.php @@ -1,8 +1,8 @@ 'Asset Maintenance', - 'asset_name' => 'Asset Name', - 'is_warranty' => 'Warranty', - 'dl_csv' => 'Download CSV' + 'title' => 'Întreținerea activelor', + 'asset_name' => 'Numele activului', + 'is_warranty' => 'garanţie', + 'dl_csv' => 'Descărcați CSV' ]; diff --git a/resources/lang/ro/admin/categories/general.php b/resources/lang/ro/admin/categories/general.php index 779e73e055..92d93fcbce 100644 --- a/resources/lang/ro/admin/categories/general.php +++ b/resources/lang/ro/admin/categories/general.php @@ -1,23 +1,23 @@ 'About Categories', - 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', + 'about_categories_title' => 'Despre categorii', + 'about_categories' => 'Categoriile vă ajută să vă organizați articolele. Unele categorii de exemple ar putea fi "Desktops", "Laptops", "Mobile Phones", "Tablets" și așa mai departe, dar puteți utiliza categoriile în orice mod care vă poate face sens.', 'asset_categories' => 'Categoriile de active', 'category_name' => 'Nume categorii', - 'checkin_email' => 'Send email to user on checkin.', - 'clone' => 'Clone Category', + 'checkin_email' => 'Trimiteți e-mail utilizatorului la checkin.', + 'clone' => 'Clona Categorie', 'create' => 'Categorie noua', 'edit' => 'Editare categorie', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'name' => 'Category Name', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.', - 'required_eula' => 'This user will be emailed a copy of the EULA', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', + 'eula_text' => 'Categoria EULA', + 'eula_text_help' => 'Acest câmp vă permite să personalizați acordul dvs. de licență pentru anumite tipuri de active. Dacă aveți doar o singură licență EULA pentru toate activele dvs., puteți bifa caseta de mai jos pentru a utiliza setarea implicită principală.', + 'name' => 'Numele categoriei', + 'require_acceptance' => 'Solicitați utilizatorilor să confirme acceptarea activelor din această categorie.', + 'required_acceptance' => 'Acest utilizator va fi trimis prin e-mail cu un link pentru a confirma acceptarea acestui articol.', + 'required_eula' => 'Acest utilizator va primi prin e-mail o copie a EULA', + 'no_default_eula' => 'Nu a fost găsit niciun acord EULA implicit primar. Adăugați unul în Setări.', 'update' => 'Actualizeaza categorie', - 'use_default_eula' => 'Use the primary default EULA instead.', + 'use_default_eula' => 'Utilizați în schimb implicit EULA.', 'use_default_eula_disabled' => 'Foloseste EULA general implicita. EULA implicita nu a fost gasita. A se crea una in Setari.', ); diff --git a/resources/lang/ro/admin/categories/message.php b/resources/lang/ro/admin/categories/message.php index 9c2da0a372..b97c82deae 100644 --- a/resources/lang/ro/admin/categories/message.php +++ b/resources/lang/ro/admin/categories/message.php @@ -3,8 +3,8 @@ return array( 'does_not_exist' => 'Categoria nu exista.', - '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' => 'Această categorie este în prezent asociată cu cel puțin un model și nu poate fi ștearsă. Actualizați-vă modelele astfel încât să nu mai faceți referire la această categorie și încercați din nou.', + 'assoc_items' => 'Această categorie este în prezent asociată cu cel puțin una: asset_type și nu poate fi ștearsă. Vă rugăm să vă actualizați: asset_type pentru a nu mai face referire la această categorie și încercați din nou.', 'create' => array( 'error' => 'Categoria nu a fost creata, va rugam incercati iar.', diff --git a/resources/lang/ro/admin/categories/table.php b/resources/lang/ro/admin/categories/table.php index aa3926f086..8858a029c1 100644 --- a/resources/lang/ro/admin/categories/table.php +++ b/resources/lang/ro/admin/categories/table.php @@ -4,7 +4,7 @@ return array( 'eula_text' => 'EULA', 'id' => 'ID', 'parent' => 'Parinte', - 'require_acceptance' => 'Acceptance', + 'require_acceptance' => 'Acceptare', 'title' => 'Numele categoriei de active', ); diff --git a/resources/lang/ro/admin/companies/general.php b/resources/lang/ro/admin/companies/general.php index 9a47968977..727ae6896e 100644 --- a/resources/lang/ro/admin/companies/general.php +++ b/resources/lang/ro/admin/companies/general.php @@ -1,6 +1,6 @@ 'About Companies', - 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', - 'select_company' => 'Select Company', + 'about_companies_title' => 'Despre companii', + 'about_companies_text' => 'Companiile pot fi utilizate ca câmp simplu de identificare sau pot fi utilizate pentru a limita vizibilitatea activelor, a utilizatorilor etc., dacă activarea completă a companiei este activată în setările de administrator.', + 'select_company' => 'Selectați Companie', ]; diff --git a/resources/lang/ro/admin/companies/message.php b/resources/lang/ro/admin/companies/message.php index a6db573519..af8f08fcc0 100644 --- a/resources/lang/ro/admin/companies/message.php +++ b/resources/lang/ro/admin/companies/message.php @@ -1,18 +1,18 @@ 'Company does not exist.', - 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', + 'does_not_exist' => 'Compania nu există.', + 'assoc_users' => 'Această companie este în prezent asociată cu cel puțin un model și nu poate fi ștearsă. Actualizați-vă modelele pentru a nu mai referi această companie și încercați din nou.', 'create' => array( - 'error' => 'Company was not created, please try again.', - 'success' => 'Company created successfully.' + 'error' => 'Compania nu a fost creată, încercați din nou.', + 'success' => 'Compania a creat cu succes.' ), 'update' => array( - 'error' => 'Company was not updated, please try again', - 'success' => 'Company updated successfully.' + 'error' => 'Compania nu a fost actualizată, încercați din nou', + 'success' => 'Compania a fost actualizată cu succes.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this company?', - 'error' => 'There was an issue deleting the company. Please try again.', - 'success' => 'The Company was deleted successfully.' + 'confirm' => 'Sigur doriți să ștergeți această companie?', + 'error' => 'A apărut o problemă cu ștergerea companiei. Vă rugăm să încercați din nou.', + 'success' => 'Compania a fost șters cu succes.' ) ); diff --git a/resources/lang/ro/admin/companies/table.php b/resources/lang/ro/admin/companies/table.php index 2f86126ff2..55070356a7 100644 --- a/resources/lang/ro/admin/companies/table.php +++ b/resources/lang/ro/admin/companies/table.php @@ -1,9 +1,9 @@ 'Companies', - 'create' => 'Create Company', - 'title' => 'Company', - 'update' => 'Update Company', - 'name' => 'Company Name', - 'id' => 'ID', + 'companies' => 'Companii', + 'create' => 'Creați o companie', + 'title' => 'Companie', + 'update' => 'Actualizați compania', + 'name' => 'Numele Companiei', + 'id' => 'ID-ul', ); diff --git a/resources/lang/ro/admin/components/general.php b/resources/lang/ro/admin/components/general.php index 75c9d250ab..e17899b82f 100644 --- a/resources/lang/ro/admin/components/general.php +++ b/resources/lang/ro/admin/components/general.php @@ -1,17 +1,17 @@ 'About Components', - 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', - 'component_name' => 'Component Name', - 'checkin' => 'Checkin Component', - 'checkout' => 'Checkout Component', - 'cost' => 'Purchase Cost', - 'create' => 'Create Component', - 'edit' => 'Edit Component', - 'date' => 'Purchase Date', - 'order' => 'Order Number', - 'remaining' => 'Remaining', + 'about_components_title' => 'Despre Componente', + 'about_components_text' => 'Componentele sunt elemente care fac parte dintr-un bun, de exemplu HDD, RAM etc.', + 'component_name' => 'Numele componentei', + 'checkin' => 'Verificați componenta', + 'checkout' => 'Componenta de verificare', + 'cost' => 'Costul de achiziție', + 'create' => 'Creați o componentă', + 'edit' => 'Editați componenta', + 'date' => 'Data cumpărării', + 'order' => 'Numar de ordine', + 'remaining' => 'Rămas', 'total' => 'Total', - 'update' => 'Update Component', + 'update' => 'Actualizați componenta', ); diff --git a/resources/lang/ro/admin/components/message.php b/resources/lang/ro/admin/components/message.php index 1d13970f23..053b9cb7d9 100644 --- a/resources/lang/ro/admin/components/message.php +++ b/resources/lang/ro/admin/components/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Component does not exist.', + 'does_not_exist' => 'Componenta nu există.', 'create' => array( - 'error' => 'Component was not created, please try again.', - 'success' => 'Component created successfully.' + 'error' => 'Componenta nu a fost creată, încercați din nou.', + 'success' => 'Componenta a fost creată cu succes.' ), 'update' => array( - 'error' => 'Component was not updated, please try again', - 'success' => 'Component updated successfully.' + 'error' => 'Componenta nu a fost actualizată, încercați din nou', + 'success' => 'Componenta sa actualizat cu succes.' ), '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' => 'Sigur doriți să ștergeți această componentă?', + 'error' => 'A apărut o problemă de ștergere a componentei. Vă rugăm să încercați din nou.', + 'success' => 'Componenta a fost șters cu succes.' ), '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' => 'Componenta nu a fost verificată, încercați din nou', + 'success' => 'Componenta verificată cu succes.', + 'user_does_not_exist' => 'Acest utilizator este nevalid. Vă rugăm să încercați din nou.' ), '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' => 'Componenta nu a fost verificată, încercați din nou', + 'success' => 'Componenta a fost verificată cu succes.', + 'user_does_not_exist' => 'Acest utilizator este nevalid. Vă rugăm să încercați din nou.' ) diff --git a/resources/lang/ro/admin/components/table.php b/resources/lang/ro/admin/components/table.php index 3d4fed6a7f..e81035a29c 100644 --- a/resources/lang/ro/admin/components/table.php +++ b/resources/lang/ro/admin/components/table.php @@ -1,5 +1,5 @@ 'Component Name', + 'title' => 'Numele componentei', ); diff --git a/resources/lang/ro/admin/consumables/general.php b/resources/lang/ro/admin/consumables/general.php index 53a69f8c03..306445eac9 100644 --- a/resources/lang/ro/admin/consumables/general.php +++ b/resources/lang/ro/admin/consumables/general.php @@ -1,13 +1,13 @@ 'About Consumables', - 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', - 'checkout' => 'Checkout Consumable to User', - 'consumable_name' => 'Consumable Name', - 'create' => 'Create Consumable', - 'item_no' => 'Item No.', - 'remaining' => 'Remaining', + 'about_consumables_title' => 'Despre consumabile', + 'about_consumables_text' => 'Consumabilele sunt produse achiziționate care vor fi consumate în timp. De exemplu, cerneala imprimantei sau hârtia pentru copiatoare.', + 'checkout' => 'Verificați consumul pentru utilizator', + 'consumable_name' => 'Nume consumabile', + 'create' => 'Creați consumabile', + 'item_no' => 'Numărul articolului', + 'remaining' => 'Rămas', 'total' => 'Total', - 'update' => 'Update Consumable', + 'update' => 'Actualizați consumabilele', ); diff --git a/resources/lang/ro/admin/consumables/message.php b/resources/lang/ro/admin/consumables/message.php index 48a3cfbd9f..e59dcf5d49 100644 --- a/resources/lang/ro/admin/consumables/message.php +++ b/resources/lang/ro/admin/consumables/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Consumable does not exist.', + 'does_not_exist' => 'Consumul nu există.', 'create' => array( - 'error' => 'Consumable was not created, please try again.', - 'success' => 'Consumable created successfully.' + 'error' => 'Consumul nu a fost creat, încercați din nou.', + 'success' => 'Consumul a fost creat cu succes.' ), 'update' => array( - 'error' => 'Consumable was not updated, please try again', - 'success' => 'Consumable updated successfully.' + 'error' => 'Consumul nu a fost actualizat, încercați din nou', + 'success' => 'Consumul a fost actualizat cu succes.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this consumable?', - 'error' => 'There was an issue deleting the consumable. Please try again.', - 'success' => 'The consumable was deleted successfully.' + 'confirm' => 'Sigur doriți să ștergeți acest consumabil?', + 'error' => 'A apărut o problemă cu ștergerea consumabilelor. Vă rugăm să încercați din nou.', + 'success' => 'Consumul a fost șters cu succes.' ), 'checkout' => array( - 'error' => 'Consumable was not checked out, please try again', - 'success' => 'Consumable checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Consumul nu a fost verificat, încercați din nou', + 'success' => 'Consumul a fost verificat cu succes.', + 'user_does_not_exist' => 'Acest utilizator este nevalid. Vă rugăm să încercați din nou.' ), 'checkin' => array( - 'error' => 'Consumable was not checked in, please try again', - 'success' => 'Consumable checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Consumul nu a fost verificat, încercați din nou', + 'success' => 'Consumul a fost verificat cu succes.', + 'user_does_not_exist' => 'Acest utilizator este nevalid. Vă rugăm să încercați din nou.' ) diff --git a/resources/lang/ro/admin/consumables/table.php b/resources/lang/ro/admin/consumables/table.php index bb76721f17..d82e81fbdd 100644 --- a/resources/lang/ro/admin/consumables/table.php +++ b/resources/lang/ro/admin/consumables/table.php @@ -1,5 +1,5 @@ 'Consumable Name', + 'title' => 'Nume consumabile', ); diff --git a/resources/lang/ro/admin/custom_fields/general.php b/resources/lang/ro/admin/custom_fields/general.php index f2e6df90cb..7ff0969055 100644 --- a/resources/lang/ro/admin/custom_fields/general.php +++ b/resources/lang/ro/admin/custom_fields/general.php @@ -1,30 +1,30 @@ 'Custom Fields', - '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.', - 'encrypted' => 'Encrypted', - 'fieldset' => 'Fieldset', - 'qty_fields' => 'Qty Fields', + 'custom_fields' => 'câmpuri customizate', + 'field' => 'Camp', + 'about_fieldsets_title' => 'Despre câmpuri', + 'about_fieldsets_text' => 'Seturile de câmpuri vă permit să creați grupuri de câmpuri personalizate care sunt frecvent reutilizate utilizate pentru tipurile de modele specifice de materiale.', + 'custom_format' => 'Formatul personalizat ...', + 'encrypt_field' => 'Criptați valoarea acestui câmp în baza de date', + 'encrypt_field_help' => 'AVERTISMENT: Criptarea unui câmp o face imposibilă.', + 'encrypted' => 'criptat', + 'fieldset' => 'FIELDSET', + 'qty_fields' => 'Câte câmpuri', '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', + 'fieldset_name' => 'Nume de câmp', + 'field_name' => 'Numele domeniului', + 'field_values' => 'Valorile câmpului', + 'field_values_help' => 'Adăugați opțiuni selectabile, câte unul pe rând. Liniile goale, altele decât prima linie, vor fi ignorate.', + 'field_element' => 'Element de formular', 'field_element_short' => 'Element', 'field_format' => 'Format', - 'field_custom_format' => 'Custom Format', - 'required' => 'Required', + 'field_custom_format' => 'Format personalizat', + 'required' => 'Necesar', 'req' => 'Req.', - 'used_by_models' => 'Used By Models', - 'order' => 'Order', - 'create_fieldset' => 'New Fieldset', - 'create_field' => 'New Custom Field', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'used_by_models' => 'Folosit de modele', + 'order' => 'Ordin', + 'create_fieldset' => 'Setul de câmpuri noi', + 'create_field' => 'Noul câmp personalizat', + 'value_encrypted' => 'Valoarea acestui câmp este criptată în baza de date. Numai utilizatorii de administrare vor putea vizualiza valoarea decriptată', ); diff --git a/resources/lang/ro/admin/custom_fields/message.php b/resources/lang/ro/admin/custom_fields/message.php index ed66a6ba16..4f16c15a18 100644 --- a/resources/lang/ro/admin/custom_fields/message.php +++ b/resources/lang/ro/admin/custom_fields/message.php @@ -3,48 +3,48 @@ return array( 'field' => array( - 'invalid' => 'That field does not exist.', - 'already_added' => 'Field already added', + 'invalid' => 'Acest câmp nu există.', + 'already_added' => 'Câmpul deja adăugat', 'create' => array( - 'error' => 'Field was not created, please try again.', - 'success' => 'Field created successfully.', - 'assoc_success' => 'Field successfully added to fieldset.' + 'error' => 'Câmpul nu a fost creat, încercați din nou.', + 'success' => 'Câmpul a fost creat.', + 'assoc_success' => 'Câmpul a fost adăugat cu succes la setul de câmp' ), 'update' => array( - 'error' => 'Field was not updated, please try again', - 'success' => 'Field updated successfully.' + 'error' => 'Câmpul nu a fost actualizat, încercați din nou', + 'success' => 'Câmpul sa actualizat cu succes.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this field?', - 'error' => 'There was an issue deleting the field. Please try again.', - 'success' => 'The field was deleted successfully.', - 'in_use' => 'Field is still in use.', + 'confirm' => 'Sigur doriți să ștergeți acest câmp?', + 'error' => 'A apărut o problemă cu ștergerea câmpului. Vă rugăm să încercați din nou.', + 'success' => 'Câmpul a fost șters cu succes.', + 'in_use' => 'Câmpul este încă în uz.', ) ), 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Setul de câmp nu există', 'create' => array( - 'error' => 'Fieldset was not created, please try again.', - 'success' => 'Fieldset created successfully.' + 'error' => 'Setul de câmp nu a fost creat, încercați din nou.', + 'success' => 'Setul de campuri a fost creat cu succes.' ), 'update' => array( - 'error' => 'Fieldset was not updated, please try again', - 'success' => 'Fieldset updated successfully.' + 'error' => 'Setul de câmp nu a fost actualizat, încercați din nou', + 'success' => 'Setul de câmpuri sa actualizat cu succes.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this fieldset?', - 'error' => 'There was an issue deleting the fieldset. Please try again.', - 'success' => 'The fieldset was deleted successfully.', - 'in_use' => 'Fieldset is still in use.', + 'confirm' => 'Sigur doriți să ștergeți acest set de câmpuri?', + 'error' => 'A apărut o problemă la ștergerea setului de câmpuri. Vă rugăm să încercați din nou.', + 'success' => 'Setul de câmpuri a fost șters cu succes.', + 'in_use' => 'Setul de câmp este încă în uz.', ) ), diff --git a/resources/lang/ro/admin/departments/message.php b/resources/lang/ro/admin/departments/message.php index d65f4fbb2b..cb639a43cf 100644 --- a/resources/lang/ro/admin/departments/message.php +++ b/resources/lang/ro/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Departamentul nu există.', + 'assoc_users' => 'Acest departament este în prezent asociat cu cel puțin un utilizator și nu poate fi șters. Actualizați-vă utilizatorii astfel încât să nu mai faceți referire la acest departament și încercați din nou.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Departamentul nu a fost creat, încercați din nou.', + 'success' => 'Departamentul a creat cu succes.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Departamentul nu a fost actualizat, încercați din nou', + 'success' => 'Departamentul a fost actualizat cu succes.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Sigur doriți să ștergeți acest departament?', + 'error' => 'A apărut o problemă cu ștergerea departamentului. Vă rugăm să încercați din nou.', + 'success' => 'Departamentul a fost șters cu succes.' ) ); diff --git a/resources/lang/ro/admin/departments/table.php b/resources/lang/ro/admin/departments/table.php index 76494247be..0aa1ae1241 100644 --- a/resources/lang/ro/admin/departments/table.php +++ b/resources/lang/ro/admin/departments/table.php @@ -2,10 +2,10 @@ return array( - 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'id' => 'ID-ul', + 'name' => 'numele departamentului', + 'manager' => 'Administrator', + 'location' => 'Locație', + 'create' => 'Creați un departament', + 'update' => 'Actualizați Departamentul', ); diff --git a/resources/lang/ro/admin/depreciations/general.php b/resources/lang/ro/admin/depreciations/general.php index 731e21c287..d5da498ac0 100644 --- a/resources/lang/ro/admin/depreciations/general.php +++ b/resources/lang/ro/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Despre deprecierea activelor', 'about_depreciations' => 'Poti sa setezi deprecierea activelor bazat pe depreciere in linie.', 'asset_depreciations' => 'Deprecierea activelor', - 'create' => 'Create Depreciation', + 'create' => 'Creați amortizări', 'depreciation_name' => 'Nume depreciere', 'number_of_months' => 'Numarul de luni', - 'update' => 'Update Depreciation', + 'update' => 'Actualizați amortizarea', ); diff --git a/resources/lang/ro/admin/groups/titles.php b/resources/lang/ro/admin/groups/titles.php index 3919890e61..c8015b4c07 100644 --- a/resources/lang/ro/admin/groups/titles.php +++ b/resources/lang/ro/admin/groups/titles.php @@ -1,11 +1,11 @@ 'About Groups', - 'about_groups' => 'Groups are used to generalize user permissions.', + 'about_groups_title' => 'Despre Grupuri', + 'about_groups' => 'Grupurile sunt folosite pentru generalizarea permisiunilor utilizatorilor.', 'group_management' => 'Management grupuri', - 'create' => 'Create New Group', - 'update' => 'Edit Group', + 'create' => 'Creați un grup nou', + 'update' => 'Editați grupul', 'group_name' => 'Nume grup', 'group_admin' => 'Admin grup', 'allow' => 'Permite', diff --git a/resources/lang/ro/admin/hardware/form.php b/resources/lang/ro/admin/hardware/form.php index 1df30e7a4a..aa5aa2914a 100644 --- a/resources/lang/ro/admin/hardware/form.php +++ b/resources/lang/ro/admin/hardware/form.php @@ -1,28 +1,29 @@ 'Confirm Bulk Delete Assets', - 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', - 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', - 'bulk_update' => 'Bulk Update Assets', - 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ', - 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.', + 'bulk_delete' => 'Confirmarea activelor șterse în bloc', + 'bulk_delete_help' => 'Consultați mai jos activele pentru ștergerea în bloc. Odată șterse, aceste active pot fi restaurate, dar nu vor mai fi asociate cu utilizatorii cărora li se alocă în prezent.', + 'bulk_delete_warn' => 'Sunteți pe cale să ștergeți: active_count assets.', + 'bulk_update' => 'Actualizarea activelor în bloc', + 'bulk_update_help' => 'Acest formular vă permite să actualizați simultan mai multe elemente. Completați câmpurile pe care trebuie să le schimbați. Toate câmpurile rămase necompletate vor rămâne neschimbate.', + 'bulk_update_warn' => 'Sunteți pe punctul de a edita proprietățile: active_count assets.', 'checkedout_to' => 'Alocat la', - 'checkout_date' => 'Checkout Date', - 'checkin_date' => 'Checkin Date', + 'checkout_date' => 'Verifica data', + 'checkin_date' => 'Verificați data', 'checkout_to' => 'De alocat la', 'cost' => 'Cost achizitie', 'create' => 'Creeaza activ', 'date' => 'Data achizitie', + 'depreciation' => 'Depreciere', 'depreciates_on' => 'Depreciere la', 'default_location' => 'Locatie implicita', 'eol_date' => 'Data EOL', 'eol_rate' => 'Rata EOL', - 'expected_checkin' => 'Expected Checkin Date', + 'expected_checkin' => 'Data de așteptare așteptată', 'expires' => 'Expira', 'fully_depreciated' => 'Depreciere completa', - 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', - 'mac_address' => 'MAC Address', + 'help_checkout' => 'Dacă doriți să alocați imediat acest activ, selectați "Gata de implementat" din lista de stare de mai sus.', + 'mac_address' => 'Adresa mac', 'manufacturer' => 'Producator', 'model' => 'Model', 'months' => 'Luni', diff --git a/resources/lang/ro/admin/hardware/general.php b/resources/lang/ro/admin/hardware/general.php index e745b93c0a..6fc00f6208 100644 --- a/resources/lang/ro/admin/hardware/general.php +++ b/resources/lang/ro/admin/hardware/general.php @@ -1,22 +1,22 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + 'about_assets_title' => 'Despre Active', + 'about_assets_text' => 'Activele sunt elemente urmărite prin numărul de serie sau eticheta de activ. Ele tind să fie elemente de valoare mai mare în cazul în care identificarea unui anumit element contează.', 'archived' => 'Arhivate', 'asset' => 'Activ', - 'bulk_checkout' => 'Checkout Assets to User', + 'bulk_checkout' => 'Verificați activele pentru utilizator', 'checkin' => 'Verifica activ', 'checkout' => 'Checkout Asset', 'clone' => 'Cloneaza activ', 'deployable' => 'Lansabil', - 'deleted' => 'This asset has been deleted. Click here to restore it.', + 'deleted' => 'Acest activ a fost șters. Faceți clic aici pentru a le restabili.', 'edit' => 'Editeaza activ', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', + 'filetype_info' => 'Tipurile de fișiere permise sunt png, gif, jpg, jpeg, doc, docx, pdf, txt, zip și rar.', + 'model_deleted' => 'Acest model de Active a fost șters. Trebuie să restabiliți modelul înainte de a putea să-l restabiliți. 123_45_0_321 Faceți clic aici pentru a restabili modelul.', 'requestable' => 'Requestable', - 'requested' => 'Requested', - 'restore' => 'Restore Asset', + 'requested' => 'Solicitat', + 'restore' => 'Restabilirea activului', 'pending' => 'In asteptare', 'undeployable' => 'Nelansabil', 'view' => 'Vizualizeaza activ', diff --git a/resources/lang/ro/admin/hardware/message.php b/resources/lang/ro/admin/hardware/message.php index 0b77c216e2..763790e8d6 100644 --- a/resources/lang/ro/admin/hardware/message.php +++ b/resources/lang/ro/admin/hardware/message.php @@ -2,10 +2,9 @@ return array( - 'undeployable' => 'Warning: This asset has been marked as currently undeployable. - If this status has changed, please update the asset status.', + 'undeployable' => 'Warning: Acest activ a fost marcat ca fiind în prezent nedelimitat. Dacă această stare sa modificat, actualizați starea activelor.', 'does_not_exist' => 'Activul nu exista.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'Bună încercare. Acest bun nu există sau nu este solicitat.', 'assoc_users' => 'Acest activ este predat catre un utilizator si nu se poate sterge. Va rugam verificati activul, dupa care incercati sa-l stergeti iar. ', 'create' => array( @@ -16,45 +15,45 @@ return array( 'update' => array( 'error' => 'Activul nu a fost actualizat, va rugam incercati iar', 'success' => 'Activul a fost actualizat.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'nothing_updated' => 'Nu au fost selectate câmpuri, deci nimic nu a fost actualizat.', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' + 'error' => 'Asset nu a fost restaurat, încercați din nou', + 'success' => 'Activul a fost restaurat cu succes.' ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Analiza activelor nu a avut succes. Vă rugăm să încercați din nou.', + 'success' => 'Analiza activelor a fost înregistrată cu succes.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Fișierul nu a fost șters. Vă rugăm să încercați din nou.', + 'success' => 'Fișierul a fost șters cu succes.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Fișierul nu a fost încărcat. Vă rugăm să încercați din nou.', + 'success' => 'Fișierul a fost încărcat cu succes.', + 'nofiles' => 'Nu ați selectat niciun fișier pentru încărcare sau fișierul pe care încercați să îl încărcați este prea mare', + 'invalidfiles' => 'Unul sau mai multe fișiere este prea mare sau este un tip de fișier care nu este permis. Tipurile de fișiere permise sunt png, gif, jpg, doc, docx, pdf și txt.', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'Unele elemente nu au importat corect.', + 'errorDetail' => 'Următoarele elemente nu au fost importate din cauza erorilor.', + 'success' => "Fișierul dvs. a fost importat", + 'file_delete_success' => "Fișierul dvs. a fost șters cu succes", + 'file_delete_error' => "Fișierul nu a putut fi șters", ), 'delete' => array( 'confirm' => 'Sunteti sigur ca vreti sa stergeti acest activ?', 'error' => 'S-a intampinat o problema la stergerea activului. Va rugam incercati iar.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => 'Nu au fost selectate active, deci nimic nu a fost șters.', 'success' => 'Activul a fost sters.' ), @@ -62,21 +61,21 @@ return array( 'error' => 'Activul nu a fost predat, va rugam incercati iar', 'success' => 'Activul a fost predat.', 'user_does_not_exist' => 'Utilizatorul este invalid. Va rugam incercati iar.', - 'not_available' => 'That asset is not available for checkout!' + 'not_available' => 'Activul respectiv nu este disponibil pentru checkout!' ), 'checkin' => array( 'error' => 'Activul nu a fost primit, va rugam incercati iar', 'success' => 'Activul a fost primit.', 'user_does_not_exist' => 'Utilizatorul este invalid. Va rugam incercati iar.', - 'already_checked_in' => 'That asset is already checked in.', + 'already_checked_in' => 'Activul respectiv este deja înregistrat.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'Nu a fost solicitat un activ, încercați din nou', + 'success' => 'Activele solicitate cu succes.', + 'canceled' => 'Solicitarea de checkout a fost anulată cu succes' ) ); diff --git a/resources/lang/ro/admin/hardware/table.php b/resources/lang/ro/admin/hardware/table.php index 7d3e0c13a5..b9ba7d03a9 100644 --- a/resources/lang/ro/admin/hardware/table.php +++ b/resources/lang/ro/admin/hardware/table.php @@ -18,7 +18,7 @@ return array( 'serial' => 'Serie', 'status' => 'Statut', 'title' => 'Activ ', - 'image' => 'Device Image', - 'days_without_acceptance' => 'Days Without Acceptance' + 'image' => 'Imagine dispozitiv', + 'days_without_acceptance' => 'Zile fără acceptare' ); diff --git a/resources/lang/ro/admin/licenses/form.php b/resources/lang/ro/admin/licenses/form.php index 970c67db99..5391c8f5cc 100644 --- a/resources/lang/ro/admin/licenses/form.php +++ b/resources/lang/ro/admin/licenses/form.php @@ -6,12 +6,12 @@ return array( 'checkin' => 'Primire', 'create' => 'Creeaza licenta', 'expiration' => 'Data expirarii', - 'license_key' => 'Product Key', + 'license_key' => 'Cheie de produs', 'maintained' => 'Mentinut', 'name' => 'Nume software', 'no_depreciation' => 'Nu deprecia', 'purchase_order' => 'Nr. achizitie', - 'reassignable' => 'Reassignable', + 'reassignable' => 'reatribuită', 'remaining_seats' => 'Locuri ramase', 'seats' => 'Locuri', 'termination_date' => 'Data expirare', diff --git a/resources/lang/ro/admin/licenses/general.php b/resources/lang/ro/admin/licenses/general.php index adb58598c2..61bc9da381 100644 --- a/resources/lang/ro/admin/licenses/general.php +++ b/resources/lang/ro/admin/licenses/general.php @@ -1,13 +1,13 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'about_licenses_title' => 'Despre Licențe', + 'about_licenses' => 'Licențele sunt utilizate pentru a urmări software-ul. Ei au un număr specific de locuri care pot fi verificate pentru persoane fizice', 'checkin' => 'Primire locuri licenta', 'checkout_history' => 'Istoric predari', 'checkout' => 'Locuri licente predate', 'edit' => 'Editeaza licenta', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'filetype_info' => 'Tipurile de fișiere permise sunt png, gif, jpg, jpeg, doc, docx, pdf, txt, zip și rar.', 'clone' => 'Cloneaza licenta', 'history_for' => 'Istoric pentru ', 'in_out' => 'Predare/Primire', diff --git a/resources/lang/ro/admin/licenses/message.php b/resources/lang/ro/admin/licenses/message.php index a91fdeb715..5eb4510f45 100644 --- a/resources/lang/ro/admin/licenses/message.php +++ b/resources/lang/ro/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'Activul pe care incercati sa-l asociati cu aceasta licenta nu exista.', 'owner_doesnt_match_asset' => 'Activul pe care incercati sa-l asociati cu aceasta licenta apartine unei alte persoane decat cea selectata.', 'assoc_users' => 'Aceasta licenta este momentan predata catre un utilizator si nu poate fi stearsa. Va rugam verificati licenta mai intai si dupa incercati s-o stergeti iar. ', + 'select_asset_or_person' => 'Trebuie să selectați un material sau un utilizator, dar nu ambele.', 'create' => array( @@ -22,8 +23,8 @@ return array( 'upload' => array( 'error' => 'Fisierul/Fisierele nu au fost uploadate. Incecati iar.', 'success' => 'Fisierul/Fisierele au fost uploadate.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'nofiles' => 'Nu ați selectat niciun fișier pentru încărcare sau fișierul pe care încercați să îl încărcați este prea mare', + 'invalidfiles' => 'Unul sau mai multe fișiere este prea mare sau este un tip de fișier care nu este permis. Tipurile de fișiere permise sunt png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml și lic.', ), 'update' => array( diff --git a/resources/lang/ro/admin/locations/message.php b/resources/lang/ro/admin/locations/message.php index 097235f481..29f7d59c06 100644 --- a/resources/lang/ro/admin/locations/message.php +++ b/resources/lang/ro/admin/locations/message.php @@ -4,8 +4,8 @@ return array( 'does_not_exist' => 'Locatia nu exista.', 'assoc_users' => 'Aceasta locatie este momentan asociata cu cel putin inca un alt utilizator si nu poate fi stearsa. Va rugam actualizati utilizatorii care nu mai apartin de aceasta locatie si incercati iar. ', - 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', - 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + 'assoc_assets' => 'Această locație este în prezent asociată cu cel puțin un material și nu poate fi ștearsă. Actualizați-vă activele astfel încât acestea să nu mai fie menționate și să încercați din nou.', + 'assoc_child_loc' => 'Această locație este în prezent părinte pentru cel puțin o locație copil și nu poate fi ștearsă. Actualizați locațiile dvs. pentru a nu mai referi această locație și încercați din nou.', 'create' => array( diff --git a/resources/lang/ro/admin/locations/table.php b/resources/lang/ro/admin/locations/table.php index 444ff238e7..763a9a686f 100644 --- a/resources/lang/ro/admin/locations/table.php +++ b/resources/lang/ro/admin/locations/table.php @@ -1,9 +1,9 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', - 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'about_locations_title' => 'Despre Locații', + 'about_locations' => 'Locațiile sunt utilizate pentru a urmări informațiile despre locație pentru utilizatori, active și alte elemente', + 'assets_rtd' => 'bunuri', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. 'assets_checkedout' => 'Assets Assigned', 'id' => 'ID', 'city' => 'Oras', @@ -15,7 +15,7 @@ return array( 'address' => 'Adresa', 'zip' => 'Cod postal', 'locations' => 'Locatii', - 'parent' => 'Parent', - 'currency' => 'Location Currency', - 'ldap_ou' => 'LDAP Search OU', + 'parent' => 'Mamă', + 'currency' => 'Locație Monedă', + 'ldap_ou' => 'LDAP Căutați OU', ); diff --git a/resources/lang/ro/admin/manufacturers/table.php b/resources/lang/ro/admin/manufacturers/table.php index 26f56df7ff..431811b52c 100644 --- a/resources/lang/ro/admin/manufacturers/table.php +++ b/resources/lang/ro/admin/manufacturers/table.php @@ -1,16 +1,16 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'about_manufacturers_title' => 'Despre producători', + 'about_manufacturers_text' => 'Producătorii sunt companiile care vă creează activele. Puteți să stocați aici informații importante despre persoanele de contact despre acestea, care vor fi afișate pe paginile detaliilor despre materiale.', 'asset_manufacturers' => 'Producatori de active', 'create' => 'Creeaza producator', 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', + 'name' => 'Nume', + 'support_email' => 'Email de suport', + 'support_phone' => 'Telefon suport', + 'support_url' => 'URL de asistență', 'update' => 'Actualizeaza producator', - 'url' => 'URL', + 'url' => 'URL-', ); diff --git a/resources/lang/ro/admin/models/general.php b/resources/lang/ro/admin/models/general.php index ecb146cd1c..26984348c1 100644 --- a/resources/lang/ro/admin/models/general.php +++ b/resources/lang/ro/admin/models/general.php @@ -1,15 +1,15 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', + 'about_models_title' => 'Despre modelele de active', + 'about_models_text' => 'Modelele de activ sunt o modalitate de a grupa active identice. "MBP 2013", "iPhone 6s" etc.', 'deleted' => 'Modelul a fost sters. Apasati aici pentru a-l restaura.', 'restore' => 'Restaurare model', - 'requestable' => 'Users may request this model', + 'requestable' => 'Utilizatorii pot solicita acest model', 'show_mac_address' => 'Arata campul Adresa MAC in acest model', 'view_deleted' => 'Vizualizare Sterse', 'view_models' => 'Vizualizare Modele', - 'fieldset' => 'Fieldset', - 'no_custom_field' => 'No custom fields', + 'fieldset' => 'FIELDSET', + 'no_custom_field' => 'Nu există câmpuri personalizate', ); diff --git a/resources/lang/ro/admin/models/message.php b/resources/lang/ro/admin/models/message.php index 94249c3613..ac251bc0f4 100644 --- a/resources/lang/ro/admin/models/message.php +++ b/resources/lang/ro/admin/models/message.php @@ -9,7 +9,7 @@ return array( 'create' => array( 'error' => 'Modelul nu a fost creat, incercati iar.', 'success' => 'Modelul a fost creat.', - 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + 'duplicate_set' => 'Un model de activ cu numele, producătorul și numărul modelului există deja.', ), 'update' => array( @@ -24,13 +24,13 @@ return array( ), 'restore' => array( - 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.' + 'error' => 'Modelul nu a fost restabilit, încercați din nou', + 'success' => 'Modelul a fost restaurat cu succes.' ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Nu au fost modificate câmpuri, deci nimic nu a fost actualizat.', + 'success' => 'Modelele au fost actualizate.' ), ); diff --git a/resources/lang/ro/admin/settings/general.php b/resources/lang/ro/admin/settings/general.php index 6141a11265..ea4686a846 100644 --- a/resources/lang/ro/admin/settings/general.php +++ b/resources/lang/ro/admin/settings/general.php @@ -1,88 +1,88 @@ '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' => 'Director activ', + 'ad_domain' => 'Domeniu Active Directory', + 'ad_domain_help' => 'Acest lucru este uneori același cu domeniul dvs. de e-mail, dar nu întotdeauna.', + 'is_ad' => 'Acesta este un server Active Directory', 'alert_email' => 'Trimite alerte catre', - 'alerts_enabled' => 'Alerts Enabled', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', - 'asset_ids' => 'Asset IDs', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'alerts_enabled' => 'Alerte activată', + 'alert_interval' => 'Termenul de expirare a alertelor (în zile)', + 'alert_inv_threshold' => 'Ajustarea pragului de inventar', + 'asset_ids' => 'ID-uri de active', + 'audit_interval' => 'Interval de audit', + 'audit_interval_help' => 'Dacă vi se cere să efectuați un audit fizic în mod regulat, introduceți intervalul în luni.', + 'audit_warning_days' => 'Prag de avertizare privind auditul', + 'audit_warning_days_help' => 'Câte zile în avans trebuie să vă avertizăm când activele sunt scadente pentru audit?', 'auto_increment_assets' => 'Genereaza ID-uri crescatoare de active', 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', - 'backups' => 'Backups', - 'barcode_settings' => 'Barcode Settings', - 'confirm_purge' => 'Confirm Purge', - 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', - 'custom_css' => 'Custom CSS', - 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', + 'auto_incrementing_help' => 'Activați inițial ID-urile de avertizare automată pentru a seta acest lucru', + 'backups' => 'Copiile de rezervă', + 'barcode_settings' => 'Setări cod de bare', + 'confirm_purge' => 'Confirmați purjarea', + 'confirm_purge_help' => 'Introduceți textul "DELETE" în caseta de mai jos pentru a elimina înregistrările șterse. Această acțiune nu poate fi anulată.', + 'custom_css' => 'CSS personalizat', + 'custom_css_help' => 'Introduceți orice suprascrieri personalizate CSS pe care doriți să le utilizați. Nu includeți etichetele <style></style>.', 'default_currency' => 'Moneda implicita', 'default_eula_text' => 'EULA implicita', - 'default_language' => 'Default Language', - 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', + 'default_language' => 'Limba implicita', + 'default_eula_help_text' => 'De asemenea, puteți asocia clauze personalizate personalizate cu anumite categorii de active.', 'display_asset_name' => 'Afiseaza nume activ', 'display_checkout_date' => 'Arata data predare', 'display_eol' => 'Arata EOL in tabel', - 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', - 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', - 'eula_settings' => 'EULA Settings', - 'eula_markdown' => 'This EULA allows Github flavored markdown.', - 'general_settings' => 'General Settings', - 'generate_backup' => 'Generate Backup', - 'header_color' => 'Header Color', + 'display_qr' => 'Afișați codurile pătrată', + 'display_alt_barcode' => 'Afișați coduri de bare 1D', + 'barcode_type' => 'Tip de cod de bare 2D', + 'alt_barcode_type' => 'Tip de cod de bare 1D', + 'eula_settings' => 'Setările EULA', + 'eula_markdown' => 'Această licență EULA permite Github aromdown markdown.', + 'general_settings' => 'setari generale', + 'generate_backup' => 'Generați Backup', + 'header_color' => 'Culoarea antetului', 'info' => 'Aceste setari va lasa sa modificati anumite aspecte ale instalarii.', 'laravel' => 'Versiune Laravel', - 'ldap_enabled' => 'LDAP enabled', - 'ldap_integration' => 'LDAP Integration', - 'ldap_settings' => 'LDAP Settings', + 'ldap_enabled' => 'LDAP activat', + 'ldap_integration' => 'Integrarea LDAP', + 'ldap_settings' => 'Setări LDAP', '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_server_help' => 'Acest lucru ar trebui să înceapă cu ldap: // (pentru TCP sau TLS) sau ldaps: // (pentru SSL)', + 'ldap_server_cert' => 'Validarea certificatelor SSL pentru LDAP', + 'ldap_server_cert_ignore' => 'Permiteți certificatul SSL nevalid', + 'ldap_server_cert_help' => 'Bifați această casetă de selectare dacă utilizați un certificat SSL auto-semnat și doriți să acceptați un certificat SSL nevalid.', + 'ldap_tls' => 'Utilizați TLS', + 'ldap_tls_help' => 'Acest lucru trebuie verificat numai dacă executați STARTTLS pe ​​serverul LDAP.', 'ldap_uname' => 'LDAP Bind Username', - 'ldap_pword' => 'LDAP Bind Password', + 'ldap_pword' => 'Parola de legare LDAP', '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', - 'ldap_auth_filter_query' => 'LDAP Authentication query', - 'ldap_version' => 'LDAP Version', + 'ldap_filter' => 'Filtrul LDAP', + 'ldap_pw_sync' => 'Sincronizare parolă LDAP', + 'ldap_pw_sync_help' => 'Debifați această casetă dacă nu doriți să păstrați parolele LDAP sincronizate cu parolele locale. Dacă dezactivați acest lucru, este posibil ca utilizatorii dvs. să nu poată să se conecteze dacă serverul dvs. LDAP nu este accesibil din anumite motive.', + 'ldap_username_field' => 'Nume câmp', + 'ldap_lname_field' => 'Numele de familie', + 'ldap_fname_field' => 'Numele LDAP', + 'ldap_auth_filter_query' => 'Solicitare de autentificare LDAP', + 'ldap_version' => 'Versiunea LDAP', '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.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', - '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', - 'optional' => 'optional', + 'ldap_emp_num' => 'Numărul angajatului LDAP', + 'ldap_email' => 'LDAP e-mail', + 'load_remote_text' => 'Scripturi de la distanță', + 'load_remote_help_text' => 'Această instalare Snipe-IT poate încărca scripturi din lumea exterioară.', + 'login_note' => 'Conectați-vă Notă', + 'login_note_help' => 'Opțional includeți câteva propoziții în ecranul de conectare, de exemplu, pentru a ajuta persoanele care au găsit un dispozitiv pierdut sau furat. Acest câmp acceptă markdown Github aromdown', + 'logo' => 'Siglă', + 'full_multiple_companies_support_help_text' => 'Restricționarea utilizatorilor (inclusiv a administratorilor) atribuite companiilor activelor companiei lor.', + 'full_multiple_companies_support_text' => 'Suport complet pentru multiple companii', + 'optional' => 'facultativ', 'per_page' => 'Rezultate pe pagina', 'php' => 'Versiune PHP', 'php_gd_info' => 'Trebuie sa instalati php-gd ca sa afisati coduri QR, verificati instructiunile de instalare.', 'php_gd_warning' => 'PHP Image Processing si GD plugin NU sunt instalate.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Complexitatea parolei', + 'pwd_secure_complexity_help' => 'Selectați oricare dintre regulile de complexitate a parolei pe care doriți să le impuneți.', + 'pwd_secure_min' => 'Caractere minime de caractere', + 'pwd_secure_min_help' => 'Valoarea minimă admisă este de 5', + 'pwd_secure_uncommon' => 'Împiedicați parolele comune', + 'pwd_secure_uncommon_help' => 'Acest lucru va interzice utilizatorilor să folosească parole comune din primele 10.000 de parole raportate în încălcare.', 'qr_help' => 'Activeaza codurile QR inainte sa setati asta', 'qr_text' => 'Text cod QR', 'setting' => 'Setare', @@ -92,57 +92,59 @@ return array( 'slack_channel' => 'Slack Channel', 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Slack Settings', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', - 'snipe_version' => 'Snipe-IT version', + 'slack_integration_help' => 'Slack integration este opțională, totuși punctul final și canalul sunt necesare dacă doriți să îl utilizați. Pentru a configura integrarea Slack, mai întâi trebuie să creați create un webhook de pe contul dvs. Slack.', + 'snipe_version' => 'Snipe-IT versiune', 'system' => 'Informatii sistem', 'update' => 'Actualizeaza setari', 'value' => 'Valoare', '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)', - 'next_auto_tag_base' => 'Next auto-increment', - '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', + 'about_settings_title' => 'Despre Setări', + 'about_settings_text' => 'Aceste setări vă permit să personalizați anumite aspecte ale instalării.', + 'labels_per_page' => 'Etichete pe pagină', + 'label_dimensions' => 'Dimensiunile etichetelor (inci)', + 'next_auto_tag_base' => 'Următoarea creștere automată', + 'page_padding' => 'Marjele paginii (inci)', + 'purge' => 'Eliminați înregistrările șterse', + 'labels_display_bgutter' => 'Etichetați jgheabul de jos', + 'labels_display_sgutter' => 'Eticheta jgheab', + 'labels_fontsize' => 'Dimensiunea fontului etichetei', + 'labels_pagewidth' => 'Etichetă lățime foaie', + 'labels_pageheight' => 'Înălțimea foii de etichete', + 'label_gutters' => 'Intervalele etichetelor (inci)', + 'page_dimensions' => 'Dimensiunile paginii (inci)', + 'label_fields' => 'Etichetați câmpurile vizibile', + 'inches' => 'inch', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Link către Snipe-IT în e-mailuri', + 'show_url_in_emails_help_text' => 'Debifați această casetă dacă nu doriți să vă conectați la instalarea dvs. Snipe-IT în subsolul dvs. de e-mail. Utile dacă majoritatea utilizatorilor dvs. nu se înregistrează niciodată.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', + 'thumbnail_max_h' => 'Max înălțime miniatură', + 'thumbnail_max_h_help' => 'Înălțimea maximă în pixeli pe care miniaturile ar putea să o afișeze în vizualizarea înregistrării. Min 25, max 500.', + 'two_factor' => 'Două autentificare cu factori', + 'two_factor_secret' => 'Codul cu doi factori', + 'two_factor_enrollment' => 'Înscrierea în doi factori', + 'two_factor_enabled_text' => 'Activați doi factori', + 'two_factor_reset' => 'Resetați secretul cu două factori', + 'two_factor_reset_help' => 'Acest lucru va obliga utilizatorul să-și înregistreze din nou dispozitivul cu Google Authenticator. Acest lucru poate fi util dacă dispozitivul înmatriculat în prezent este pierdut sau furat.', + 'two_factor_reset_success' => 'Aparatul cu două factori se resetează', + 'two_factor_reset_error' => 'Restabilirea dispozitivului cu două factori a eșuat', + 'two_factor_enabled_warning' => 'Dacă activați două factori dacă nu este activat în prezent, vă forțați imediat să vă autentificați cu un dispozitiv Google Auth înscris. Veți avea capacitatea de a vă înregistra dispozitivul dacă nu sunteți înscris în prezent.', + 'two_factor_enabled_help' => 'Aceasta va activa autentificarea cu doi factori utilizând Google Authenticator.', + 'two_factor_optional' => 'Selectiv (Utilizatorii pot activa sau dezactiva dacă este permis)', + 'two_factor_required' => 'Obligatoriu pentru toți utilizatorii', + 'two_factor_disabled' => 'invalid', + 'two_factor_enter_code' => 'Introduceți codul cu doi factori', + 'two_factor_config_complete' => 'Trimiteți codul', + 'two_factor_enabled_edit_not_allowed' => 'Administratorul nu vă permite să editați această setare.', + 'two_factor_enrollment_text' => "Este necesară autentificarea cu două factori, cu toate acestea, dispozitivul dvs. nu a fost încă înscris. Deschideți aplicația Google Authenticator și scanați codul QR de mai jos pentru a vă înregistra dispozitivul. După ce ați înscris dispozitivul, introduceți codul de mai jos", + 'require_accept_signature' => 'Solicită semnătura', + 'require_accept_signature_help_text' => 'Activarea acestei funcții va impune utilizatorilor să se deconecteze fizic la acceptarea unui activ.', + 'left' => 'stânga', + 'right' => 'dreapta', 'top' => 'top', - 'bottom' => 'bottom', + 'bottom' => 'fund', 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'horizontal' => 'orizontală', + 'zerofill_count' => 'Lungimea etichetelor de activ, inclusiv zerofill', ); diff --git a/resources/lang/ro/admin/settings/message.php b/resources/lang/ro/admin/settings/message.php index 647f1c4ef0..ad3d1222c6 100644 --- a/resources/lang/ro/admin/settings/message.php +++ b/resources/lang/ro/admin/settings/message.php @@ -8,15 +8,15 @@ return array( 'success' => 'Setari au fost actualizate.' ), 'backup' => array( - 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', - 'file_deleted' => 'The backup file was successfully deleted. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'delete_confirm' => 'Sigur doriți să ștergeți acest fișier de rezervă? Această acțiune nu poate fi anulată.', + 'file_deleted' => 'Fișierul de rezervă a fost șters cu succes.', + 'generated' => 'Un nou dosar de rezervă a fost creat cu succes.', + 'file_not_found' => 'Acest fișier de rezervă nu a putut fi găsit pe server.', ), 'purge' => array( - 'error' => 'An error has occurred while purging. ', - 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', - 'success' => 'Deleted records successfully purged.' + 'error' => 'A apărut o eroare în timpul epurării.', + 'validation_failed' => 'Confirmarea dvs. de purjare este incorectă. Introduceți cuvântul "DELETE" în caseta de confirmare.', + 'success' => 'Înregistrările șterse au fost eliminate cu succes.' ), ); diff --git a/resources/lang/ro/admin/statuslabels/message.php b/resources/lang/ro/admin/statuslabels/message.php index 619a5a509c..60b1268c90 100644 --- a/resources/lang/ro/admin/statuslabels/message.php +++ b/resources/lang/ro/admin/statuslabels/message.php @@ -2,24 +2,31 @@ 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' => 'Eticheta de stare nu există.', + 'assoc_assets' => 'Această etichetă de stare este în prezent asociată cu cel puțin un singur activ și nu poate fi ștearsă. Actualizați-vă activele astfel încât să nu mai faceți referire la această stare și încercați din nou.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'Eticheta de stare nu a fost creată, încercați din nou.', + 'success' => 'Eticheta de stare a fost creată cu succes.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'Eticheta de stare nu a fost actualizată, încercați din nou', + 'success' => 'Eticheta de stare a fost actualizată cu succes.' ), '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' => 'Sigur doriți să ștergeți această etichetă de stare?', + 'error' => 'A apărut o problemă la ștergerea etichetei de stare. Vă rugăm să încercați din nou.', + 'success' => 'Eticheta de stare a fost șters cu succes.' + ), + + 'help' => array( + 'undeployable' => 'Aceste active nu pot fi atribuite nimănui.', + 'deployable' => 'Aceste active pot fi verificate. Odată ce sunt atribuite, vor avea un status meta de Deployed.', + 'archived' => 'Aceste active nu pot fi verificate și vor apărea numai în vizualizarea Arhivat. Acest lucru este util pentru păstrarea informațiilor despre active în scopuri bugetare / istorice, dar păstrându-le din lista activelor zilnice.', + 'pending' => 'Aceste bunuri nu pot fi încă alocate nimănui, adesea folosite pentru articole care urmează să fie reparate, dar se așteaptă ca acestea să revină în circulație.', + ), ); diff --git a/resources/lang/ro/admin/statuslabels/table.php b/resources/lang/ro/admin/statuslabels/table.php index f7644f99a0..dedee8e013 100644 --- a/resources/lang/ro/admin/statuslabels/table.php +++ b/resources/lang/ro/admin/statuslabels/table.php @@ -4,13 +4,13 @@ return array( 'about' => 'Despre etichete status', 'archived' => 'Arhivat', 'create' => 'Creeaza eticheta status', - 'color' => 'Chart Color', + 'color' => 'Grafic Culoare', 'deployable' => 'Lansabil', 'info' => 'Etichetele de status sunt folosite pentru a descrie diferite statusuri in care se pot afla activele. Ele pot fi trimise la reparat, pierdut/furat, etc. Poti crea noi etichete de status pentru active lansabile, in asteptare sau arhivate.', 'name' => 'Nume status', 'pending' => 'In asteptare', 'status_type' => 'Tip status', - 'show_in_nav' => 'Show in side nav', + 'show_in_nav' => 'Afișați în naveta laterală', 'title' => 'Etichete status', 'undeployable' => 'Nelansabil', 'update' => 'Actualizeaza eticheta status', diff --git a/resources/lang/ro/admin/suppliers/table.php b/resources/lang/ro/admin/suppliers/table.php index fc59eee341..4d0db4035d 100644 --- a/resources/lang/ro/admin/suppliers/table.php +++ b/resources/lang/ro/admin/suppliers/table.php @@ -1,8 +1,8 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'about_suppliers_title' => 'Despre Furnizori', + 'about_suppliers_text' => 'Furnizorii sunt utilizați pentru a urmări sursa de articole', 'address' => 'Adresa furnizor', 'assets' => 'Active', 'city' => 'Oras', diff --git a/resources/lang/ro/admin/users/general.php b/resources/lang/ro/admin/users/general.php index ba41510dcf..65cdfbd879 100644 --- a/resources/lang/ro/admin/users/general.php +++ b/resources/lang/ro/admin/users/general.php @@ -4,22 +4,22 @@ return array( 'assets_user' => 'Activul desemnat catre :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', - 'current_assets' => 'Assets currently checked out to this user', + 'bulk_update_warn' => 'Sunteți pe punctul de a edita proprietățile utilizatorilor: user_count. Rețineți că nu puteți modifica propriile atribute ale utilizatorilor utilizând acest formular și trebuie să efectuați modificări individuale ale propriului dvs. utilizator.', + 'bulk_update_help' => 'Acest formular vă permite să actualizați simultan mai mulți utilizatori. Completați câmpurile pe care trebuie să le schimbați. Toate câmpurile rămase necompletate vor rămâne neschimbate.', + 'current_assets' => 'Activele licitate în prezent la acest utilizator', 'clone' => 'Cloneaza utilizator', 'contact_user' => 'Contact :name', 'edit' => 'Editeaza utilizator', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', + 'filetype_info' => 'Tipurile de fișiere permise sunt png, gif, jpg, jpeg, doc, docx, pdf, txt, zip și rar.', 'history_user' => 'Istoric pentru :name', 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => 'Faceți clic aici pentru a le restaura.', 'last_login' => 'Ultima logare', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', + 'ldap_config_text' => 'Setările de configurare LDAP pot fi găsite pe Administrator> Setări. Locația selectată (opțional) va fi setată pentru toți utilizatorii importați.', 'software_user' => 'Software predat catre :name', 'view_user' => 'Vezi utilizator :name', - 'usercsv' => 'CSV file', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'usercsv' => 'Fișier CSV', + 'two_factor_admin_optin_help' => 'Setările dvs. actuale de administrare permit executarea selectivă a autentificării cu două factori.', + 'two_factor_enrolled' => 'Dispozitivul 2FA Înregistrat', + 'two_factor_active' => '2FA Active', ); diff --git a/resources/lang/ro/admin/users/message.php b/resources/lang/ro/admin/users/message.php index ba6dba3025..ac5543bec7 100644 --- a/resources/lang/ro/admin/users/message.php +++ b/resources/lang/ro/admin/users/message.php @@ -2,58 +2,58 @@ return array( - 'accepted' => 'You have successfully accepted this asset.', - 'declined' => 'You have successfully declined this asset.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'accepted' => 'Ați acceptat cu succes acest activ.', + 'declined' => 'Ați refuzat cu succes acest activ.', + 'bulk_manager_warn' => 'Utilizatorii dvs. au fost actualizați cu succes, cu toate acestea, intrarea managerului dvs. nu a fost salvată, deoarece managerul pe care l-ați selectat a fost, de asemenea, în lista de utilizatori care urmează să fie editat și este posibil ca utilizatorii să nu fie propriul manager. Selectați din nou utilizatorii dvs., cu excepția managerului.', 'user_exists' => 'Utilizatorul exista deja!', 'user_not_found' => 'Utilizatorul [:id] nu exista.', 'user_login_required' => 'Campul de login este necesar', 'user_password_required' => 'Este necesara parola.', 'insufficient_permissions' => 'Nu aveti permisiuni suficiente.', 'user_deleted_warning' => 'Acest utilizator a fost sters. Trebuie sa restaurati utilizator ca sa-l editati sau sa-i desemnati active noi.', - 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'ldap_not_configured' => 'Integrarea LDAP nu a fost configurată pentru această instalare.', 'success' => array( 'create' => 'Utilizatorul a fost creat.', 'update' => 'Utilizatorul a fost actualizat.', - 'update_bulk' => 'Users were successfully updated!', + 'update_bulk' => 'Utilizatorii au fost actualizați cu succes!', 'delete' => 'Utilizatorul a fost sters.', 'ban' => 'Utilizatorul a fost banat.', 'unban' => 'Utilizatorul a fost debanat.', 'suspend' => 'Utilizatorul a fost suspendat.', 'unsuspend' => 'Utilizatorul a fost activat.', 'restored' => 'Utilizatorul a fost restaurat.', - 'import' => 'Users imported successfully.', + 'import' => 'Utilizatorii importați cu succes.', ), 'error' => array( 'create' => 'A aparut o problema la crearea utilizatorului. Incercati iar.', 'update' => 'A aparut o problema la actualizarea utilizatorului. Incercati iar.', 'delete' => 'A aparut o problema la stergerea utilizatorului. Incercati iar.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Acest utilizator are elemente atribuite și nu a putut fi șters.', 'unsuspend' => 'A aparut o problema la reactivarea utilizatorului. Incercati iar.', - 'import' => 'There was an issue importing users. Please try again.', - 'asset_already_accepted' => 'This asset has already been accepted.', - 'accept_or_decline' => 'You must either accept or decline this asset.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'import' => 'A apărut o problemă la importarea utilizatorilor. Vă rugăm să încercați din nou.', + 'asset_already_accepted' => 'Acest activ a fost deja acceptat.', + 'accept_or_decline' => 'Trebuie să acceptați sau să refuzați acest activ.', + 'incorrect_user_accepted' => 'Activitatea pe care ați încercat să o acceptați nu a fost verificată de dvs.', + 'ldap_could_not_connect' => 'Nu s-a putut conecta la serverul LDAP. Verificați configurația serverului LDAP în fișierul de configurare LDAP.
Error de la LDAP Server:', + 'ldap_could_not_bind' => 'Nu s-a putut lega la serverul LDAP. Verificați configurația serverului LDAP în fișierul de configurare LDAP.
Error de la LDAP Server:', + 'ldap_could_not_search' => 'Căutarea serverului LDAP nu a putut fi efectuată. Verificați configurația serverului LDAP în fișierul de configurare LDAP.
Error de la LDAP Server:', + 'ldap_could_not_get_entries' => 'Nu s-au putut obține intrări de pe serverul LDAP. Verificați configurația serverului LDAP în fișierul de configurare LDAP.
Error de la LDAP Server:', + 'password_ldap' => 'Parola pentru acest cont este gestionată de LDAP / Active Directory. Contactați departamentul IT pentru a vă schimba parola.', ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Fișierul nu a fost șters. Vă rugăm să încercați din nou.', + 'success' => 'Fișierul a fost șters cu succes.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Fișierul nu a fost încărcat. Vă rugăm să încercați din nou.', + 'success' => 'Fișierul a fost încărcat cu succes.', + 'nofiles' => 'Nu ați selectat niciun fișier pentru încărcare', + 'invalidfiles' => 'Unul sau mai multe fișiere este prea mare sau este un tip de fișier care nu este permis. Tipurile de fișiere permise sunt png, gif, jpg, doc, docx, pdf și txt.', ), ); diff --git a/resources/lang/ro/admin/users/table.php b/resources/lang/ro/admin/users/table.php index 4c5bc6d917..3e8eecae0d 100644 --- a/resources/lang/ro/admin/users/table.php +++ b/resources/lang/ro/admin/users/table.php @@ -17,21 +17,21 @@ return array( 'last_login' => 'Ultima logare', 'last_name' => 'Nume', 'location' => 'Locatie', - 'lock_passwords' => 'Login details cannot be changed on this installation.', + 'lock_passwords' => 'Detaliile de conectare nu pot fi modificate pe această instalare.', 'manager' => 'Manager', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Locații gestionate', 'name' => 'Nume', - 'notes' => 'Notes', + 'notes' => 'notițe', 'password_confirm' => 'Confirma parola', 'password' => 'Parola', 'phone' => 'Telefon', - 'show_current' => 'Show Current Users', - 'show_deleted' => 'Show Deleted Users', + 'show_current' => 'Afișați utilizatorii curenți', + 'show_deleted' => 'Afișați utilizatorii șterși', 'title' => 'Titlu', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => 'pentru a le restabili.', 'updateuser' => 'Actualizeaza utilizator', 'username' => 'Utilizator', - 'user_deleted_text' => 'This user has been marked as deleted.', + 'user_deleted_text' => 'Acest utilizator a fost marcat ca șters.', 'username_note' => '(Folosit numai pentru legatura cu Active Directory, nu pentru logare.)', 'cloneuser' => 'Cloneaza utilizator', 'viewusers' => 'Vezi utilizatori', diff --git a/resources/lang/ro/auth/general.php b/resources/lang/ro/auth/general.php index bf88cba77a..1b905edb67 100644 --- a/resources/lang/ro/auth/general.php +++ b/resources/lang/ro/auth/general.php @@ -1,12 +1,12 @@ 'Send Password Reset Link', - 'email_reset_password' => 'Email Password Reset', - 'reset_password' => 'Reset Password', - 'login' => 'Login', - 'login_prompt' => 'Please Login', - 'forgot_password' => 'I forgot my password', - 'remember_me' => 'Remember Me', + 'send_password_link' => 'Trimiteți parola Resetare legătură', + 'email_reset_password' => 'Resetați parola e-mail', + 'reset_password' => 'Reseteaza parola', + 'login' => 'Logare', + 'login_prompt' => 'Va rugam sa va logati', + 'forgot_password' => 'Am uitat parola', + 'remember_me' => 'Amintește-ți de mine', ]; diff --git a/resources/lang/ro/auth/message.php b/resources/lang/ro/auth/message.php index 6823bdef7b..f25425b9c8 100644 --- a/resources/lang/ro/auth/message.php +++ b/resources/lang/ro/auth/message.php @@ -3,11 +3,11 @@ return array( 'account_already_exists' => 'Exista deja un cont cu aceasta adresa de e-mail.', - 'account_not_found' => 'The username or password is incorrect.', + 'account_not_found' => 'Numele de utilizator sau parola este incorecta.', 'account_not_activated' => 'Acest utilizator nu a fost activat.', 'account_suspended' => 'Acest utilizator este suspendat.', 'account_banned' => 'Acest utilizator este banat.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'throttle' => 'Prea multe încercări de conectare nereușite. Încercați din nou în jur de: minute (minute).', 'signin' => array( 'error' => 'A aparut o problema la logare, va rugam incercati iar.', diff --git a/resources/lang/ro/button.php b/resources/lang/ro/button.php index f72358f087..3c25c7192c 100644 --- a/resources/lang/ro/button.php +++ b/resources/lang/ro/button.php @@ -4,12 +4,12 @@ return array( 'actions' => 'Actiuni', 'add' => 'Adauga', 'cancel' => 'Anuleaza', - 'checkin_and_delete' => 'Checkin & Delete User', + 'checkin_and_delete' => 'Verificați & Ștergeți Utilizatorul', 'delete' => 'Sterge', 'edit' => 'Editeaza', 'restore' => 'Restaureaza', - 'request' => 'Request', + 'request' => 'Cerere', 'submit' => 'Trimiteti', 'upload' => 'Incarca', - 'select_file' => 'Select File...', + 'select_file' => 'Selectați Fișier ...', ); diff --git a/resources/lang/ro/general.php b/resources/lang/ro/general.php index d275c2d808..ef1e3b1516 100644 --- a/resources/lang/ro/general.php +++ b/resources/lang/ro/general.php @@ -1,191 +1,192 @@ 'Accessories', - 'activated' => 'Activated', - 'accessory' => 'Accessory', - 'accessory_report' => 'Accessory Report', - 'action' => 'Action', - 'activity_report' => 'Activity Report', + 'accessories' => 'Accesorii', + 'activated' => 'activat', + 'accessory' => 'Accesorii', + 'accessory_report' => 'Raportul accesoriu', + 'action' => 'Acțiune', + 'activity_report' => 'Raport de activitate', 'address' => 'Adresa', 'admin' => 'Admin', - 'add_seats' => 'Added seats', + 'add_seats' => 'Adăugat scaune', 'all_assets' => 'Toate activele', 'all' => 'Toate', 'archived' => 'Arhivat', 'asset_models' => 'Modele active', + 'asset_model' => 'Model', 'asset' => 'Activ', 'asset_report' => 'Raport de active', 'asset_tag' => 'Eticheta activ', 'assets_available' => 'Active disponibile', 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit_report' => 'Jurnal de audit', 'assets' => 'Active', 'avatar_delete' => 'Sterge avatar', 'avatar_upload' => 'Upload Avatar', 'back' => 'Inapoi', - 'bad_data' => 'Nothing found. Maybe bad data?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', - 'bulk_checkout' => 'Bulk Checkout', + 'bad_data' => 'Nimic gasit. Poate date proaste?', + 'bulkaudit' => 'Auditul în bloc', + 'bulkaudit_status' => 'Starea auditului', + 'bulk_checkout' => 'Comenzi în numerar', 'cancel' => 'Anuleaza', 'categories' => 'Categorii', 'category' => 'Categoria', - 'change' => 'In/Out', + 'change' => 'În afară', 'changeemail' => 'Schimba adresa de E-mail', 'changepassword' => 'Schimba parola', 'checkin' => 'Primeste', - 'checkin_from' => 'Checkin from', + 'checkin_from' => 'Checkin de la', 'checkout' => 'Preda', 'city' => 'Oras', - 'click_here' => 'Click here', - 'companies' => 'Companies', - 'company' => 'Company', - 'component' => 'Component', - 'components' => 'Components', - 'complete' => 'Complete', - 'consumable' => 'Consumable', - 'consumables' => 'Consumables', + 'click_here' => 'Click aici', + 'companies' => 'Companii', + 'company' => 'Companie', + 'component' => 'component', + 'components' => 'Componente', + 'complete' => 'Complet', + 'consumable' => 'Consumabil', + 'consumables' => 'Consumabile', 'country' => 'Tara', 'create' => 'Creeaza', - 'created' => 'Item Created', + 'created' => 'Articol creat', 'created_asset' => 'Activ creat', 'created_at' => 'Creat la', - 'updated_at' => 'Updated at', + 'updated_at' => 'Actualizat la', 'currency' => 'LEI', // this is deprecated 'current' => 'Curent', 'custom_report' => 'Raport active custom', - 'dashboard' => 'Dashboard', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'dashboard' => 'Bord', + 'days' => 'zi', + 'days_to_next_audit' => 'Zile până la următorul audit', 'date' => 'Data', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'debug_warning' => 'Avertizare!', + 'debug_warning_text' => 'Această aplicație rulează în modul de producție cu debugging activat. Acest lucru poate expune date sensibile dacă aplicația dvs. este accesibilă lumii exterioare. Dezactivați modul de depanare setând valoarea APP_DEBUG din fișierul .env la false.', 'delete' => 'Sterge', 'deleted' => 'Sters', - 'delete_seats' => 'Deleted Seats', - 'departments' => 'Departments', - 'department' => 'Department', + 'delete_seats' => 'Locurile șterse', + 'departments' => 'departamente', + 'department' => 'Departament', 'deployed' => 'Pus in folosinta', 'depreciation_report' => 'Raport depreciere', - 'download' => 'Download', + 'download' => 'Descarca', 'depreciation' => 'Depreciere', 'editprofile' => 'Editeaza propriul profil', 'eol' => 'EOL', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', - 'first' => 'First', + 'email_domain' => 'Domeniul de e-mail', + 'email_format' => 'Formatul e-mailului', + 'email_domain_help' => 'Acesta este folosit pentru a genera adrese de e-mail atunci când importați', + 'filastname_format' => 'Primul nume inițial (jsmith@example.com)', + 'firstname_lastname_format' => 'Nume Prenume Nume (jane.smith@example.com)', + 'first' => 'Primul', 'first_name' => 'Prenume', - 'first_name_format' => 'First Name (jane@example.com)', + 'first_name_format' => 'Prenume (jane@example.com)', 'file_name' => 'Fisier', 'file_uploads' => 'Upload fisier', 'generate' => 'Genereaza', 'groups' => 'Grupuri', 'gravatar_email' => 'Adresa E-mail Gravatar', - 'history' => 'History', + 'history' => 'Istorie', 'history_for' => 'Istoric pentru', 'id' => 'ID', 'image_delete' => 'Sterge poza', 'image_upload' => 'Incarca poza', 'import' => 'Import', - 'import-history' => 'Import History', + 'import-history' => 'Istoricul importurilor', 'asset_maintenance' => 'Mentenanta produs', 'asset_maintenance_report' => 'Raport privind mentenanta produsului', - 'asset_maintenances' => 'Asset Maintenances', - 'item' => 'Item', + 'asset_maintenances' => 'Întreținerea activelor', + 'item' => 'Articol', 'insufficient_permissions' => 'Nu aveti permisiuni suficiente!', - 'language' => 'Language', - 'last' => 'Last', - 'last_login' => 'Last Login', + 'language' => 'Limba', + 'last' => 'Ultimul', + 'last_login' => 'Ultima logare', 'last_name' => 'Nume', 'license' => 'Licenta', 'license_report' => 'Raport licente', 'licenses_available' => 'Licente disponibile', 'licenses' => 'Licente', 'list_all' => 'Arata tot', - 'loading' => 'Loading', - 'lock_passwords' => 'This field cannot be edited in this installation.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'loading' => 'se incarca', + 'lock_passwords' => 'Acest câmp nu poate fi editat în această instalare.', + 'feature_disabled' => 'Această funcție a fost dezactivată pentru instalarea demonstrativă.', 'location' => 'Locatie', 'locations' => 'Locatii', 'logout' => 'Log out', - 'lookup_by_tag' => 'Lookup by Asset Tag', + 'lookup_by_tag' => 'Căutarea după eticheta de activ', 'manufacturer' => 'Producator', 'manufacturers' => 'Producatori', - 'markdown' => 'This field allows Github flavored markdown.', + 'markdown' => 'Acest câmp permite marcarea Github markdown.', 'min_amt' => 'Min. QTY', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', + 'min_amt_help' => 'Numărul minim de elemente care ar trebui să fie disponibile înainte de declanșarea unei alerte.', 'model_no' => 'Nr. model', 'months' => 'luni', 'moreinfo' => 'Mai multe', 'name' => 'Nume', - 'next' => 'Next', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', - 'new' => 'new!', + 'next' => 'Următor →', + 'next_audit_date' => 'Data următoarei auditări', + 'last_audit' => 'Ultimul audit', + 'new' => 'nou!', 'no_depreciation' => 'Fara depreciere', 'no_results' => 'Nici un rezultat.', 'no' => 'Nr', 'notes' => 'Note', - 'order_number' => 'Order Number', - 'page_menu' => 'Showing _MENU_ items', - 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', + 'order_number' => 'Numar de ordine', + 'page_menu' => 'Se afișează elementele _MENU_', + 'pagination_info' => 'Se afișează _START_ la _END_ din _TOTAL_ elemente', 'pending' => 'In asteptare', 'people' => 'Oameni', 'per_page' => 'Rezultate pe pagina', - 'previous' => 'Previous', - 'processing' => 'Processing', + 'previous' => 'Anterior', + 'processing' => 'Prelucrare', 'profile' => 'Profilul dvs.', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', + 'purchase_cost' => 'Costul de achiziție', + 'purchase_date' => 'Data cumpărării', 'qty' => 'QTY', 'quantity' => 'Cantitate', 'ready_to_deploy' => 'Gata de lansare', 'recent_activity' => 'Activitate recentă', - 'remove_company' => 'Remove Company Association', + 'remove_company' => 'Eliminați asocierea companiilor', 'reports' => 'Rapoarte', 'requested' => 'Cereri', - 'request_canceled' => 'Request Canceled', + 'request_canceled' => 'Cerere anulată', 'save' => 'Salveaza', 'select' => 'Selectați', 'search' => 'Căutare', - 'select_category' => 'Select a Category', - 'select_department' => 'Select a Department', - 'select_depreciation' => 'Select a Depreciation Type', - 'select_location' => 'Select a Location', - 'select_manufacturer' => 'Select a Manufacturer', - 'select_model' => 'Select a Model', - 'select_supplier' => 'Select a Supplier', + 'select_category' => 'Selectați o categorie', + 'select_department' => 'Selectați un departament', + 'select_depreciation' => 'Selectați un tip de amortizare', + 'select_location' => 'Selectați o locație', + 'select_manufacturer' => 'Selectați un producător', + 'select_model' => 'Selectați un model', + 'select_supplier' => 'Selectați un furnizor', 'select_user' => 'Selectati un utilizatori', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => 'Selectați data (AAAA-MM-DD)', 'select_statuslabel' => 'Selecteaza Starea', - 'select_company' => 'Select Company', - 'select_asset' => 'Select Asset', + 'select_company' => 'Selectați Companie', + 'select_asset' => 'Selectați Activ', 'settings' => 'Setari', 'sign_in' => 'Logheaza-te', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', + 'signature' => 'Semnătură', + 'some_features_disabled' => 'Modul DEMO: Unele caracteristici sunt dezactivate pentru această instalare.', 'site_name' => 'Nume site', 'state' => 'Judet', 'status_labels' => 'Etichete status', 'status' => 'Stare', - 'supplier' => 'Supplier', + 'supplier' => 'Furnizor', 'suppliers' => 'Furnizori', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', + 'sure_to_delete' => 'Sigur doriți să ștergeți', + 'submit' => 'A depune', + 'target' => 'Ţintă', + 'time_and_date_display' => 'Afișarea orei și a datei', 'total_assets' => 'Total active', 'total_licenses' => 'Total licente', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', + 'total_accessories' => 'accesorii complete', + 'total_consumables' => 'consumabile totale', 'type' => 'Tipul', 'undeployable' => 'Nelansabil', 'unknown_admin' => 'Admin necunoscut', - 'username_format' => 'Username Format', + 'username_format' => 'Nume de utilizator Format', 'update' => 'Actualizează', 'uploaded' => 'Încărcat', 'user' => 'Utilizator', @@ -200,5 +201,5 @@ 'yes' => 'Da', 'zip' => 'Cod postal', 'noimage' => 'Nici o imagine incarcata sau imaginea nu exista.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'token_expired' => 'Sesiunea de formular a expirat. Vă rugăm să încercați din nou.', ]; diff --git a/resources/lang/ro/mail.php b/resources/lang/ro/mail.php index c9a4fe182d..cb802b0ca9 100644 --- a/resources/lang/ro/mail.php +++ b/resources/lang/ro/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', - 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'a_user_canceled' => 'Un utilizator a anulat o solicitare de element pe site', + 'a_user_requested' => 'Un utilizator a solicitat un element de pe site', + 'accessory_name' => 'Nume accesoriu:', + 'additional_notes' => 'Note Aditionale:', + 'admin_has_created' => 'Un administrator a creat un cont pentru dvs. pe: site-ul Web.', + 'asset' => 'activ:', + 'asset_name' => 'Numele activului:', + 'asset_requested' => 'Activul solicitat', + 'asset_tag' => 'Eticheta activului:', + 'assets_warrantee_expiring' => '{1} activ cu garanție expiră în următoarele 60 de zile. [2, Inf] active cu garanții care expiră în următoarele 60 de zile.', + 'assigned_to' => 'Atribuit', + 'best_regards' => 'Toate cele bune,', + 'canceled' => 'Anulat:', + 'checkin_date' => 'Checkin Data:', + 'checkout_date' => 'Verifica data:', + 'click_to_confirm' => 'Dați clic pe următorul link pentru a vă confirma: contul web:', + 'click_on_the_link_accessory' => 'Dați clic pe linkul din partea de jos pentru a confirma că ați primit accesoriul.', + 'click_on_the_link_asset' => 'Faceți clic pe linkul din partea de jos pentru a confirma că ați primit activul.', + 'Confirm_Asset_Checkin' => 'Confirmați verificarea activelor.', + 'Confirm_Accessory_Checkin' => 'Confirmați verificarea accesoriilor.', + 'Confirm_accessory_delivery' => 'Confirmați livrarea accesoriilor.', + 'Confirm_asset_delivery' => 'Confirmați livrarea materialelor.', + 'Confirm_consumable_delivery' => 'Confirmați livrarea consumabilă.', + 'current_QTY' => 'CTA curentă', + 'Days' => 'zi', + 'days' => 'zi', + 'expecting_checkin_date' => 'Data expirării așteptate:', + 'expires' => 'expiră', + 'Expiring_Assets_Report' => 'Raportul privind expirarea activelor.', + 'Expiring_Licenses_Report' => 'Certificatul de licență expirat.', + 'hello' => 'buna', + 'hi' => 'Bună', + 'i_have_read' => 'Am citit și sunt de acord cu termenii de utilizare și am primit acest articol.', + 'item' => 'Articol:', + 'items_below_minimum' => '{1} element care este sub inventarul minim sau va fi în curând scăzut. | Elementele [2, Inf] care sunt sub inventarul minim sau vor fi în curând scăzute.', + 'Item_Request_Canceled' => 'Cererea de solicitare a fost anulată', + 'Item_Requested' => 'Elementul solicitat', + 'licenses_expiring' => '{1} licență expiră în următoarele 60 de zile Licențele [2, Inf] expiră următoarele 60 de zile.', + 'link_to_update_password' => 'Faceți clic pe următorul link pentru a vă actualiza parola web:', + 'login_first_admin' => 'Conectați-vă la noua dvs. instalare Snipe-IT utilizând următoarele acreditări:', + 'login' => 'Logare:', + 'Low_Inventory_Report' => 'Raport privind inventarul redus', + 'min_QTY' => 'Cantitate min', + 'name' => 'Nume', + 'new_item_checked' => 'Un element nou a fost verificat sub numele dvs., detaliile sunt de mai jos.', + 'password' => 'Parola:', + 'password_reset' => 'Resetare parola', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', + 'read_the_terms' => 'Citiți termenii de utilizare de mai jos.', + 'read_the_terms_and_click' => 'Citiți termenii de utilizare de mai jos și faceți clic pe link-ul din partea de jos pentru a confirma că ați citit și sunteți de acord cu termenii de utilizare și că ați primit materialul.', + 'requested' => 'Solicitat:', + 'reset_link' => 'Parola Resetare parolă', + 'reset_password' => 'Faceți clic aici pentru a vă reseta parola:', 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'supplier' => 'Furnizor', + 'tag' => 'Etichetă', + 'test_email' => 'Testați e-mailul de la Snipe-IT', + 'test_mail_text' => 'Acesta este un test de la Snipe-IT Asset Management System. Dacă aveți acest lucru, poșta funcționează :)', + 'the_following_item' => 'Următorul articol a fost verificat în:', + 'There_are' => '{1} Există | [2, Inf] Există', + 'to_reset' => 'Pentru a vă reseta parola web, completați acest formular:', + 'type' => 'Tip', + 'user' => 'Utilizator:', + 'username' => 'Nume de utilizator:', + 'welcome' => 'Bun venit: nume', + 'welcome_to' => 'Bun venit pe: web!', + 'your_credentials' => 'Informațiile dvs. Snipe-IT', ); diff --git a/resources/lang/ro/passwords.php b/resources/lang/ro/passwords.php index 5195a9b77c..3000627eff 100644 --- a/resources/lang/ro/passwords.php +++ b/resources/lang/ro/passwords.php @@ -1,7 +1,7 @@ 'Your password link has been sent!', - 'user' => 'That user does not exist or does not have an email address associated', + 'sent' => 'Linkul dvs. de parolă a fost trimis!', + 'user' => 'Acest utilizator nu există sau nu are asociată o adresă de e-mail', ]; diff --git a/resources/lang/ro/table.php b/resources/lang/ro/table.php index c3a187284d..c7e946ed86 100644 --- a/resources/lang/ro/table.php +++ b/resources/lang/ro/table.php @@ -5,6 +5,6 @@ return array( 'actions' => 'Actiuni', 'action' => 'Actiune', 'by' => 'Facut de', - 'item' => 'Item', + 'item' => 'Articol', ); diff --git a/resources/lang/ro/validation.php b/resources/lang/ro/validation.php index 222e50c955..159bab26ec 100644 --- a/resources/lang/ro/validation.php +++ b/resources/lang/ro/validation.php @@ -16,76 +16,76 @@ return array( 'accepted' => ':attribute a fost acceptat.', 'active_url' => ':attribute nu este un URL valid.', 'after' => ':attribute trebuie sa fie o data dupa :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => ': atribute trebuie să fie o dată mai mare sau egală cu :date.', 'alpha' => ':attribute trebuie sa contina numai litere.', 'alpha_dash' => ':attribute poate sa contina numai litere, cifre si linia de punctuatie.', 'alpha_num' => ':attribute poate sa contina numai litere si cifre.', - 'array' => 'The :attribute must be an array.', + 'array' => ': attribute trebuie să fie un șir/matrice.', 'before' => ':attribute trebuie sa contina o data inainte de :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => ': atribute trebuie să fie o dată mai mică cu o zi sau egală cu :date.', 'between' => [ 'numeric' => ':attribute trebuie sa fie intre :min - :max.', 'file' => ':attribute trebuie sa fie intre :min - :max kilobytes.', 'string' => ':attribute trebuie sa aiba intre :min - :max caractere.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => ': atribute trebuie să fie între: min şi: max.', ], - 'boolean' => 'The :attribute field must be true or false.', + 'boolean' => 'Câmpul atributului trebuie să fie adevărat sau fals.', 'confirmed' => 'Confirmarea la :attribute nu este asemanatoare.', 'date' => ':attribute nu este o data.', 'date_format' => ':attribute nu se leaga cu formatul :format.', 'different' => ':attribute si :other trebuie sa fie diferite.', 'digits' => ':attribute trebuie sa fie de :digits cifre.', 'digits_between' => ':attribute trebuie sa fie intre :min si :max cifre.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'Atributul: are dimensiuni de imagine nevalide.', + 'distinct' => 'Câmpul atributului: are o valoare duplicat.', 'email' => 'Formatul :attribute nu este valid.', 'exists' => ':attribute selectat nu e valid.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'Atributul: trebuie să fie un fișier.', + 'filled' => 'Câmpul atributului trebuie să aibă o valoare.', 'image' => ':attribute trebuie sa fie o imagine.', 'in' => ':attribute selectat nu este valid.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'Câmpul atributului nu există în: altul.', 'integer' => ':attribute trebuie sa fie numar intreg.', 'ip' => ':attribute trebuie sa fie o adresa IP valida.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'Atributul: trebuie să fie o adresă IPv4 validă.', + 'ipv6' => 'Atributul: trebuie să fie o adresă IPv6 validă.', + 'json' => 'Atributul: trebuie să fie un șir JSON valid.', 'max' => [ 'numeric' => ':attribute nu poate sa fie mai mare de :max.', 'file' => ':attribute nu poate sa fie mai mare de :max kilobytes.', 'string' => ':attribute nu trebuie sa fie mai mare de :max caractere.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'Atributul:: nu poate avea mai mult de: elemente max.', ], 'mimes' => ':attribute trebuie sa fie un fisier de tipul :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'Atributul: trebuie să fie un fișier de tip:: valori.', 'min' => [ 'numeric' => ':attribute trebuie sa aiba cel putin :min.', 'file' => ':attribute trebuie sa aiba minim :min kilobytes.', 'string' => ':attribute trebuie sa aiba cel putin :min caractere.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'Atributul:: trebuie să aibă cel puțin: min.', ], 'not_in' => ':attribute selectat nu e valid.', 'numeric' => ':attribute trebuie sa fie un numar.', - 'present' => 'The :attribute field must be present.', + 'present' => 'Câmpul atributului trebuie să fie prezent.', 'regex' => 'Formatul :attribute nu este valid.', 'required' => 'Campul :attribute este obligatoriu.', 'required_if' => ':attribute este obligatoriu atunci cand :other este :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'Câmpul atributului este necesar dacă: altul nu este în: valori.', 'required_with' => ':attribute este obligatoriu atunci cand :values este prezent.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'Câmpul atributului este necesar când: există valori.', 'required_without' => ':attribute este obligatoriu atunci cand :values nu este prezent.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'Câmpul atributului este necesar atunci când niciuna dintre valorile: nu este prezentă.', 'same' => ':attribute si :other trebuie sa fie la fel.', 'size' => [ 'numeric' => ':attribute trebuie sa aiba :size.', 'file' => ':attribute trebuie sa aiba :size kilobytes.', 'string' => ':attribute trebuie sa aiba :size caractere.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'Atributul:: trebuie să conțină: elemente de dimensiune.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'Atributul: trebuie să fie un șir.', + 'timezone' => 'Atributul: trebuie să fie o zonă validă.', 'unique' => ':attribute este deja folosit.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'Atributul: nu a reușit să se încarce.', 'url' => 'Formatul :attribute nu este valid.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Câmpul atributului: conține un caracter care nu este permis.", + "email_array" => "Una sau mai multe adrese de e-mail este nevalidă.", + "hashed_pass" => "Parola curentă este incorectă", + 'dumbpwd' => 'Această parolă este prea obișnuită.', + "statuslabel_type" => "Trebuie să selectați un tip de etichetă de stare validă", + "unique_undeleted" => "Atributul: trebuie să fie unic.", ], /* diff --git a/resources/lang/ru/admin/asset_maintenances/message.php b/resources/lang/ru/admin/asset_maintenances/message.php index d6c3ee9148..04dbcad26c 100644 --- a/resources/lang/ru/admin/asset_maintenances/message.php +++ b/resources/lang/ru/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Выполнено.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Обслуживание активов не было отредактировано, повторите попытку.', + 'success' => 'Управление активами отредактировано успешно.' ], 'asset_maintenance_incomplete' => 'Ещё не готово', 'warranty' => 'Гарантия', diff --git a/resources/lang/ru/admin/hardware/form.php b/resources/lang/ru/admin/hardware/form.php index 9642bfa271..feeacdf4fa 100644 --- a/resources/lang/ru/admin/hardware/form.php +++ b/resources/lang/ru/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Цена', 'create' => 'Создать актив', 'date' => 'Дата покупки', + 'depreciation' => 'обесценивание', 'depreciates_on' => 'Обесценивается на', 'default_location' => 'Текущее расположение', 'eol_date' => 'Срок эксплуатации', diff --git a/resources/lang/ru/admin/hardware/general.php b/resources/lang/ru/admin/hardware/general.php index 8948efd118..163ea10c1e 100644 --- a/resources/lang/ru/admin/hardware/general.php +++ b/resources/lang/ru/admin/hardware/general.php @@ -7,7 +7,7 @@ return array( 'asset' => 'Актив', 'bulk_checkout' => 'Выдать активы пользователю', 'checkin' => 'Вернуть актив на склад', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Выдать актив пользователю', 'clone' => 'Клонировать актив', 'deployable' => 'Доступные', 'deleted' => 'Этот актив был удален. Нажмите, чтобы восстановить.', diff --git a/resources/lang/ru/admin/hardware/message.php b/resources/lang/ru/admin/hardware/message.php index 32f362e593..fdb09e8175 100644 --- a/resources/lang/ru/admin/hardware/message.php +++ b/resources/lang/ru/admin/hardware/message.php @@ -25,8 +25,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Аудит активов не увенчался успехом. Пожалуйста, попробуйте еще раз.', + 'success' => 'Аудит успешно выполнен.' ), diff --git a/resources/lang/ru/admin/licenses/message.php b/resources/lang/ru/admin/licenses/message.php index 83447de677..45c728d2c6 100644 --- a/resources/lang/ru/admin/licenses/message.php +++ b/resources/lang/ru/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'Актив который вы пытаетесь ассоциировать с этой лицензией не существует.', 'owner_doesnt_match_asset' => 'Владелец актива, который вы пытаетесь связать с этой лицензией, отличается от выбранного в списке пользователя.', 'assoc_users' => 'Эта лицензия выдана пользователю и не может быть удалена. Перед удалением необходимо сначала списать лицензию на склад. ', + 'select_asset_or_person' => 'Вы должны выбрать актив или пользователя, но не оба.', 'create' => array( diff --git a/resources/lang/ru/admin/settings/general.php b/resources/lang/ru/admin/settings/general.php index bab6914b24..7dbde659cf 100644 --- a/resources/lang/ru/admin/settings/general.php +++ b/resources/lang/ru/admin/settings/general.php @@ -10,10 +10,10 @@ return array( 'alert_interval' => 'Предупреждение об истечении срока (в днях)', 'alert_inv_threshold' => 'Порог оповещения о запасах', 'asset_ids' => 'ID актива', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'Интервал аудита', + 'audit_interval_help' => 'Если вам требуется регулярно физически проверять свои активы, введите интервал в месяцах.', + 'audit_warning_days' => 'Предупреждающий порог предупреждения', + 'audit_warning_days_help' => 'За сколько дней мы должны предупредить вас, когда активы подлежат аудиту?', 'auto_increment_assets' => 'Генерировать автоматическое возрастание идентификационных номеров активов', 'auto_increment_prefix' => 'Префикс ( не обязательно )', 'auto_incrementing_help' => 'Включить автоматические возрастание ID активов начиная с', @@ -116,6 +116,8 @@ return array( 'inches' => 'дюймы', 'width_w' => 'ширина', 'height_h' => 'высота', + 'show_url_in_emails' => 'Ссылка на Snipe-IT в электронных письмах', + 'show_url_in_emails_help_text' => 'Снимите этот флажок, если вы не хотите ссылаться на свою установку Snipe-IT в нижних колонтитулах электронной почты. Полезно, если большинство ваших пользователей никогда не заходят в систему.', 'text_pt' => 'pt', 'thumbnail_max_h' => 'Максимальная высота иконки', 'thumbnail_max_h_help' => 'Максимальная высота в пикселях для отображения в списке. Минимум 25, максимум 500.', diff --git a/resources/lang/ru/admin/statuslabels/message.php b/resources/lang/ru/admin/statuslabels/message.php index eae24e17b0..ae0bfc94fc 100644 --- a/resources/lang/ru/admin/statuslabels/message.php +++ b/resources/lang/ru/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => 'Вы уверены что хотите удалить это состояние?', 'error' => 'При удалении состояния возникла проблема. Пожалуйста попробуйте снова.', 'success' => 'Ярлык состояние был успешно удален.' - ) + ), + + 'help' => array( + 'undeployable' => 'Эти активы не могут быть назначены никому.', + 'deployable' => 'Эти активы можно проверить. После того, как они будут назначены, они будут принимать мета статус: Deployed.', + 'archived' => 'Эти активы не могут быть проверены и будут отображаться только в архивированном виде. Это полезно для сохранения информации об активах для составления бюджета / исторических целей, но не оставляя их вне списка текущих активов.', + 'pending' => 'Эти активы еще не могут быть назначены никому, часто используемым для предметов, которые не подлежат ремонту, но, как ожидается, возвращаются в обращение.', + ), ); diff --git a/resources/lang/ru/admin/users/general.php b/resources/lang/ru/admin/users/general.php index 208dfe78df..d45242795d 100644 --- a/resources/lang/ru/admin/users/general.php +++ b/resources/lang/ru/admin/users/general.php @@ -13,7 +13,7 @@ return array( 'filetype_info' => 'Разрешенные типы файлов: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, и rar.', 'history_user' => 'История для :name', 'info' => 'Информация', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => 'Нажмите здесь, чтобы восстановить их.', 'last_login' => 'Последний вход', 'ldap_config_text' => 'Параметры конфигурации LDAP можно найти Администратор > Параметры. Выбранное местоположение будет установлено для всех импортируемых пользователей. (Необязательно).', 'software_user' => 'Программное обеспечение привязано к :name', diff --git a/resources/lang/ru/general.php b/resources/lang/ru/general.php index 45b24f8b5e..236a805fea 100644 --- a/resources/lang/ru/general.php +++ b/resources/lang/ru/general.php @@ -14,19 +14,20 @@ 'all' => 'Все', 'archived' => 'Архивные', 'asset_models' => 'Модели активов', + 'asset_model' => 'Модель', 'asset' => 'Актив', 'asset_report' => 'Отчет по активам', 'asset_tag' => 'Тег актива', 'assets_available' => 'Доступные активы', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'аудит', + 'audit_report' => 'Журнал аудита', 'assets' => 'Активы', 'avatar_delete' => 'Удалить аватар', 'avatar_upload' => 'Загрузить аватар', 'back' => 'Назад', 'bad_data' => 'Ничего не найдено. Что-то неправильно ввели?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => 'Массовый аудит', + 'bulkaudit_status' => 'Состояние аудита', 'bulk_checkout' => 'Массовая выдача', 'cancel' => 'Отмена', 'categories' => 'Категории', @@ -56,8 +57,8 @@ 'current' => 'Текущий', 'custom_report' => 'Пользовательский отчет по активам', 'dashboard' => 'Панель мониторинга', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'дней', + 'days_to_next_audit' => 'Дней на следующий аудит', 'date' => 'Дата', 'debug_warning' => 'Предупреждение!', 'debug_warning_text' => 'Это приложение выполняется в режиме с включенной отладкой. Это может нарушить конфиденциальность данных, если приложение доступно для внешнего мира. Отключите режим отладки, поменяв значение APP_DEBUG в файле .env на false.', @@ -123,8 +124,8 @@ 'moreinfo' => 'Подробнее', 'name' => 'Имя', 'next' => 'Далее', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Следующая дата аудита', + 'last_audit' => 'Последний аудит', 'new' => 'новое!', 'no_depreciation' => 'Нет аммортизации', 'no_results' => 'Нет результатов.', diff --git a/resources/lang/ru/validation.php b/resources/lang/ru/validation.php index f041674754..7d1f9b3a3c 100644 --- a/resources/lang/ru/validation.php +++ b/resources/lang/ru/validation.php @@ -16,18 +16,18 @@ return array( 'accepted' => ':attribute должен быть принят.', 'active_url' => ':attribute некорректный URL.', 'after' => 'The :attribute должен быть после :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'Атрибут: должен быть датой после или равной: дата.', 'alpha' => ':attribute может содержать только символы.', 'alpha_dash' => ':attribute может содержать только буквы, цифры и тире.', 'alpha_num' => ':attribute может содержать только буквы и цифры.', - 'array' => 'The :attribute must be an array.', + 'array' => 'Атрибут: должен быть массивом.', 'before' => ':attribute должен быть датой до :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'Атрибут: должен быть дата до или равна: дата.', 'between' => [ 'numeric' => ':attribute должен быть между :min - :max.', 'file' => ':attribute должен быть между :min - :max килобайт.', 'string' => ':attribute должен быть между :min - :max символов.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'Атрибут: должен находиться между: min и: max элементами.', ], 'boolean' => ':attribute должен быть true или false.', 'confirmed' => 'Подтверждение :attribute не совпадает.', @@ -36,56 +36,56 @@ return array( 'different' => ':attribute и :other должны быть разными.', 'digits' => ':attribute должен содержать :digits цифр.', 'digits_between' => ':attribute должно быть между :min и :max цифр.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'Атрибут: имеет недопустимые размеры изображения.', + 'distinct' => 'Поле атрибута: имеет двойное значение.', 'email' => 'Неправильный формат :attribute.', 'exists' => 'Выбранный :attribute неправильный.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'Атрибут: должен быть файлом.', + 'filled' => 'Поле атрибута: должно иметь значение.', 'image' => ':attribute должен быть изображением.', 'in' => 'Выбранный :attribute неправильный.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'Поле: атрибут не существует в: other.', 'integer' => ':attribute должно быть числом.', 'ip' => ':attribute должно быть IP адресом.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'Атрибут: должен быть действительным адресом IPv4.', + 'ipv6' => 'Атрибут: должен быть действительным адресом IPv6.', + 'json' => 'Атрибут: должен быть действительной строкой JSON.', 'max' => [ 'numeric' => ':attribute не должно быть больше :max.', 'file' => ':attribute не должен превышать :max килобайт.', 'string' => ':attribute не должно превышать :max символов.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'Атрибут: может быть не больше: max элементов.', ], 'mimes' => ':attribute тип файла должен быть: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'Атрибут: должен быть файл типа:: values.', 'min' => [ 'numeric' => ':attribute должно быть не менее :min.', 'file' => ':attribute должно быть не менее :min килобайт.', 'string' => ':attribute должно быть не менее :min символов.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'Атрибут: должен содержать не менее: мин.', ], 'not_in' => 'Выбранный :attribute неправильный.', 'numeric' => ':attribute должно быть числом.', - 'present' => 'The :attribute field must be present.', + 'present' => 'Поле атрибута: должно присутствовать.', 'regex' => 'Неправильный формат :attribute.', 'required' => ':attribute обязательное поле.', 'required_if' => ':attribute обязательное поле, когда :other :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'Поле атрибута: требуется, если: other находится в: значения.', 'required_with' => ':attribute обязательное поле, когда присутствует :values.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'Поле атрибута: требуется, когда: есть значения.', 'required_without' => ':attribute обязательное поле, когда отсутствует :values.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'Поле атрибута: требуется, если ни один из: значений не присутствует.', 'same' => ':attribute и :other должны совпадать.', 'size' => [ 'numeric' => ':attribute должен быть :size.', 'file' => ':attribute должен быть :size килобайт.', 'string' => ':attribute должен быть :size символов.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'Атрибут: должен содержать: элементы размера.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'Атрибут: должен быть строкой.', + 'timezone' => 'Атрибут: должен быть допустимой зоной.', 'unique' => ':attribute уже занят.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'Атрибут: не удалось загрузить.', 'url' => 'Неправильный формат :attribute.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Поле атрибута: содержит символ, который не разрешен.", + "email_array" => "Один или несколько адресов электронной почты недействительны.", + "hashed_pass" => "Ваш текущий пароль неверен", + 'dumbpwd' => 'Этот пароль слишком распространен.', + "statuslabel_type" => "Вы должны выбрать допустимый тип метки статуса", + "unique_undeleted" => "Атрибут: должен быть уникальным.", ], /* diff --git a/resources/lang/sv-SE/admin/asset_maintenances/message.php b/resources/lang/sv-SE/admin/asset_maintenances/message.php index edf79cf84f..c5f4d9eb38 100644 --- a/resources/lang/sv-SE/admin/asset_maintenances/message.php +++ b/resources/lang/sv-SE/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Inventarieunderhållet skapades.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Asset Maintenance var inte redigerat, försök igen.', + 'success' => 'Asset Maintenance redigerades framgångsrikt.' ], 'asset_maintenance_incomplete' => 'Inte klar ännu', 'warranty' => 'Garanti', diff --git a/resources/lang/sv-SE/admin/companies/general.php b/resources/lang/sv-SE/admin/companies/general.php index 548c6e1ff4..753c44ff46 100644 --- a/resources/lang/sv-SE/admin/companies/general.php +++ b/resources/lang/sv-SE/admin/companies/general.php @@ -1,6 +1,6 @@ 'Om företag', - 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', + 'about_companies_text' => 'Företag kan användas som ett enkelt identifieringsfält, eller kan användas för att begränsa synligheten för tillgångar, användare etc. om fullständigt företagsstöd är aktiverat i dina administratörsinställningar.', 'select_company' => 'Välj företag', ]; diff --git a/resources/lang/sv-SE/admin/components/message.php b/resources/lang/sv-SE/admin/components/message.php index 1d13970f23..a7b01d47f4 100644 --- a/resources/lang/sv-SE/admin/components/message.php +++ b/resources/lang/sv-SE/admin/components/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Component does not exist.', + 'does_not_exist' => 'Komponenten existerar inte.', 'create' => array( - 'error' => 'Component was not created, please try again.', - 'success' => 'Component created successfully.' + 'error' => 'Komponent skapades inte, försök igen.', + 'success' => 'Komponent skapad framgångsrikt.' ), 'update' => array( - 'error' => 'Component was not updated, please try again', - 'success' => 'Component updated successfully.' + 'error' => 'Komponenten uppdaterades inte, var god försök igen', + 'success' => 'Komponent uppdaterad framgångsrikt.' ), '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' => 'Är du säker på att du vill radera den här komponenten?', + 'error' => 'Det gick inte att ta bort komponenten. Var god försök igen.', + 'success' => 'Komponenten har tagits bort.' ), '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' => 'Komponenten var inte utcheckad, försök igen', + 'success' => 'Komponent utcheckad framgångsrikt.', + 'user_does_not_exist' => 'Den användaren är ogiltig. Var god försök igen.' ), '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' => 'Komponenten har inte kontrollerats, var vänlig försök igen', + 'success' => 'Komponent incheckad framgångsrikt.', + 'user_does_not_exist' => 'Den användaren är ogiltig. Var god försök igen.' ) diff --git a/resources/lang/sv-SE/admin/components/table.php b/resources/lang/sv-SE/admin/components/table.php index 3d4fed6a7f..f218a869c9 100644 --- a/resources/lang/sv-SE/admin/components/table.php +++ b/resources/lang/sv-SE/admin/components/table.php @@ -1,5 +1,5 @@ 'Component Name', + 'title' => 'Komponentnamn', ); diff --git a/resources/lang/sv-SE/admin/consumables/message.php b/resources/lang/sv-SE/admin/consumables/message.php index 48a3cfbd9f..3c58c06e46 100644 --- a/resources/lang/sv-SE/admin/consumables/message.php +++ b/resources/lang/sv-SE/admin/consumables/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Consumable does not exist.', + 'does_not_exist' => 'Förbrukningsartiklar existerar inte.', 'create' => array( - 'error' => 'Consumable was not created, please try again.', - 'success' => 'Consumable created successfully.' + 'error' => 'Förbrukningsbarhet skapades inte, försök igen.', + 'success' => 'Förbrukningsbar skapad framgångsrik.' ), 'update' => array( - 'error' => 'Consumable was not updated, please try again', - 'success' => 'Consumable updated successfully.' + 'error' => 'Förbrukningsvaror uppdaterades inte, var god försök igen', + 'success' => 'Förbrukningsvaror uppdateras framgångsrikt.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this consumable?', - 'error' => 'There was an issue deleting the consumable. Please try again.', - 'success' => 'The consumable was deleted successfully.' + 'confirm' => 'Är du säker på att du vill radera denna förbrukningsartiklar?', + 'error' => 'Det gick inte att ta bort förbrukningen. Var god försök igen.', + 'success' => 'Konsumtionen har tagits bort.' ), 'checkout' => array( - 'error' => 'Consumable was not checked out, please try again', - 'success' => 'Consumable checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Förbrukningsartiklarna är inte utcheckade, försök igen', + 'success' => 'Förbrukningsbar utcheckad framgångsrik.', + 'user_does_not_exist' => 'Den användaren är ogiltig. Var god försök igen.' ), 'checkin' => array( - 'error' => 'Consumable was not checked in, please try again', - 'success' => 'Consumable checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'Förbrukningsartiklarna kontrollerades inte, försök igen', + 'success' => 'Konsumtionskontrollen kontrolleras framgångsrikt.', + 'user_does_not_exist' => 'Den användaren är ogiltig. Var god försök igen.' ) diff --git a/resources/lang/sv-SE/admin/consumables/table.php b/resources/lang/sv-SE/admin/consumables/table.php index bb76721f17..c91d1a9abd 100644 --- a/resources/lang/sv-SE/admin/consumables/table.php +++ b/resources/lang/sv-SE/admin/consumables/table.php @@ -1,5 +1,5 @@ 'Consumable Name', + 'title' => 'Förbrukningsnamn', ); diff --git a/resources/lang/sv-SE/admin/custom_fields/general.php b/resources/lang/sv-SE/admin/custom_fields/general.php index a9b4c37d98..dc66e4f36d 100644 --- a/resources/lang/sv-SE/admin/custom_fields/general.php +++ b/resources/lang/sv-SE/admin/custom_fields/general.php @@ -5,17 +5,17 @@ return array( 'field' => 'Fält', 'about_fieldsets_title' => 'Om fältsamlingar', 'about_fieldsets_text' => 'Fältsamlingar låter dig skapa grupper av anpassade fält som ofta används för specifika modelltyper av inventarier.', - '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.', - 'encrypted' => 'Encrypted', + 'custom_format' => 'Anpassat format ...', + 'encrypt_field' => 'Kryptera värdet på det här fältet i databasen', + 'encrypt_field_help' => 'VARNING: Kryptering av ett fält gör det oförsvarligt.', + 'encrypted' => 'krypterad', 'fieldset' => 'Fältsamling', 'qty_fields' => 'Antal fält', 'fieldsets' => 'Fältsamlingar', 'fieldset_name' => 'Namn på fältsamling', 'field_name' => 'Fältnamn', - 'field_values' => 'Field Values', - 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', + 'field_values' => 'Fältvärden', + 'field_values_help' => 'Lägg till valbara alternativ, en per rad. Andra linjer än första raden kommer att ignoreras.', 'field_element' => 'Formulärelement', 'field_element_short' => 'Element', 'field_format' => 'Format', @@ -26,5 +26,5 @@ return array( 'order' => 'Sortering', 'create_fieldset' => 'Ny fältsamling', 'create_field' => 'Nytt anpassat fält', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'value_encrypted' => 'Värdet på det här fältet är krypterat i databasen. Endast adminanvändare kan se det dekrypterade värdet', ); diff --git a/resources/lang/sv-SE/admin/custom_fields/message.php b/resources/lang/sv-SE/admin/custom_fields/message.php index ed66a6ba16..fef4e94dda 100644 --- a/resources/lang/sv-SE/admin/custom_fields/message.php +++ b/resources/lang/sv-SE/admin/custom_fields/message.php @@ -3,48 +3,48 @@ return array( 'field' => array( - 'invalid' => 'That field does not exist.', - 'already_added' => 'Field already added', + 'invalid' => 'Det fältet existerar inte.', + 'already_added' => 'Fält som redan lagts till', 'create' => array( - 'error' => 'Field was not created, please try again.', - 'success' => 'Field created successfully.', - 'assoc_success' => 'Field successfully added to fieldset.' + 'error' => 'Fältet skapades inte, var vänlig försök igen.', + 'success' => 'Fält skapat framgångsrikt.', + 'assoc_success' => 'Fält med framgång tillfogas till fältet.' ), 'update' => array( - 'error' => 'Field was not updated, please try again', - 'success' => 'Field updated successfully.' + 'error' => 'Fältet uppdaterades inte, var vänlig försök igen', + 'success' => 'Fältet uppdateras framgångsrikt.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this field?', - 'error' => 'There was an issue deleting the field. Please try again.', - 'success' => 'The field was deleted successfully.', - 'in_use' => 'Field is still in use.', + 'confirm' => 'Är du säker på att du vill radera det här fältet?', + 'error' => 'Det gick inte att ta bort fältet. Var god försök igen.', + 'success' => 'Fältet raderades framgångsrikt.', + 'in_use' => 'Fältet är fortfarande i bruk.', ) ), 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset existerar inte', 'create' => array( - 'error' => 'Fieldset was not created, please try again.', - 'success' => 'Fieldset created successfully.' + 'error' => 'Fieldset skapades inte, försök igen.', + 'success' => 'Fältet skapades framgångsrikt.' ), 'update' => array( - 'error' => 'Fieldset was not updated, please try again', - 'success' => 'Fieldset updated successfully.' + 'error' => 'Fieldset uppdaterades inte, försök igen', + 'success' => 'Fältet uppdateras framgångsrikt.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this fieldset?', - 'error' => 'There was an issue deleting the fieldset. Please try again.', - 'success' => 'The fieldset was deleted successfully.', - 'in_use' => 'Fieldset is still in use.', + 'confirm' => 'Är du säker på att du vill radera den här fältet?', + 'error' => 'Det gick inte att ta bort fältet. Var god försök igen.', + 'success' => 'Fältet raderades framgångsrikt.', + 'in_use' => 'Fieldset är fortfarande i bruk.', ) ), diff --git a/resources/lang/sv-SE/admin/departments/message.php b/resources/lang/sv-SE/admin/departments/message.php index d65f4fbb2b..8f06bd4d9e 100644 --- a/resources/lang/sv-SE/admin/departments/message.php +++ b/resources/lang/sv-SE/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Avdelningen existerar inte.', + 'assoc_users' => 'Den här avdelningen är för närvarande associerad med minst en användare och kan inte raderas. Uppdatera dina användare för att inte längre referera till den här avdelningen och försök igen.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Avdelningen skapades inte, var god försök igen.', + 'success' => 'Institutionen skapades framgångsrikt.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Avdelningen uppdaterades inte, var god försök igen', + 'success' => 'Avdelning uppdaterad framgångsrikt.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Är du säker på att du vill radera den här avdelningen?', + 'error' => 'Det gick inte att ta bort avdelningen. Var god försök igen.', + 'success' => 'Avdelningen har tagits bort framgångsrikt.' ) ); diff --git a/resources/lang/sv-SE/admin/departments/table.php b/resources/lang/sv-SE/admin/departments/table.php index 76494247be..c261283075 100644 --- a/resources/lang/sv-SE/admin/departments/table.php +++ b/resources/lang/sv-SE/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'name' => 'Avdelningsnamn', + 'manager' => 'Chef', + 'location' => 'Plats', + 'create' => 'Skapa avdelning', + 'update' => 'Uppdateringsavdelning', ); diff --git a/resources/lang/sv-SE/admin/depreciations/general.php b/resources/lang/sv-SE/admin/depreciations/general.php index 4a654d686c..1f3453f026 100644 --- a/resources/lang/sv-SE/admin/depreciations/general.php +++ b/resources/lang/sv-SE/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Om tillgångsavskrivningar', 'about_depreciations' => 'Du kan ställa in inventarieavskrivningar baserat på linjär avskrivning.', 'asset_depreciations' => 'Avskrivningar av inventarier', - 'create' => 'Create Depreciation', + 'create' => 'Skapa avskrivningar', 'depreciation_name' => 'Avskrivningsnamn', 'number_of_months' => 'Antal Månader', - 'update' => 'Update Depreciation', + 'update' => 'Uppdatera avskrivningar', ); diff --git a/resources/lang/sv-SE/admin/depreciations/message.php b/resources/lang/sv-SE/admin/depreciations/message.php index f79f837711..3464c7d3f1 100644 --- a/resources/lang/sv-SE/admin/depreciations/message.php +++ b/resources/lang/sv-SE/admin/depreciations/message.php @@ -3,23 +3,23 @@ return array( 'does_not_exist' => 'Denna avskrivningskategori existerar inte.', - 'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ', + 'assoc_users' => 'Denna avskrivning är för närvarande kopplad till en eller flera modeller och kan inte raderas. Ta bort modellerna och försök sedan radera igen.', 'create' => array( - 'error' => 'Depreciation class was not created, please try again. :(', - 'success' => 'Depreciation class created successfully. :)' + 'error' => 'Avskrivningsklassen skapades inte, försök igen. :(', + 'success' => 'Avskrivningsklassen skapades framgångsrikt. :)' ), 'update' => array( - 'error' => 'Depreciation class was not updated, please try again', - 'success' => 'Depreciation class updated successfully.' + 'error' => 'Avskrivningsklassen uppdaterades inte, var god försök igen', + 'success' => 'Avskrivningsklassen uppdaterades framgångsrikt.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this depreciation class?', - 'error' => 'There was an issue deleting the depreciation class. Please try again.', - 'success' => 'The depreciation class was deleted successfully.' + 'confirm' => 'Är du säker på att du vill ta bort denna avskrivningsklass?', + 'error' => 'Det gick inte att ta bort avskrivningsklassen. Var god försök igen.', + 'success' => 'Avskrivningsklassen har tagits bort.' ) ); diff --git a/resources/lang/sv-SE/admin/groups/titles.php b/resources/lang/sv-SE/admin/groups/titles.php index 30f577bd80..ba4378daad 100644 --- a/resources/lang/sv-SE/admin/groups/titles.php +++ b/resources/lang/sv-SE/admin/groups/titles.php @@ -1,11 +1,11 @@ 'About Groups', - 'about_groups' => 'Groups are used to generalize user permissions.', + 'about_groups_title' => 'Om grupper', + 'about_groups' => 'Grupper används för att generalisera användarbehörigheter.', 'group_management' => 'Grupphantering', - 'create' => 'Create New Group', - 'update' => 'Edit Group', + 'create' => 'Skapa ny grupp', + 'update' => 'Redigera grupp', 'group_name' => 'Gruppnamn', 'group_admin' => 'Gruppadministratör', 'allow' => 'Tillåt', diff --git a/resources/lang/sv-SE/admin/hardware/form.php b/resources/lang/sv-SE/admin/hardware/form.php index 297cbe2604..9747cf3dfa 100644 --- a/resources/lang/sv-SE/admin/hardware/form.php +++ b/resources/lang/sv-SE/admin/hardware/form.php @@ -1,12 +1,12 @@ 'Confirm 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äfta storlekar för borttagning av bulk', + 'bulk_delete_help' => 'Granska tillgångarna för delad borttagning nedan. En gång raderas kan dessa tillgångar återställas, men de kommer inte längre att vara associerade med några användare de tilldelas för närvarande.', + 'bulk_delete_warn' => 'Du håller på att ta bort: asset_count-tillgångar.', 'bulk_update' => 'Bulk Update Assets', - 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ', - 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.', + 'bulk_update_help' => 'I det här formuläret kan du uppdatera flera tillgångar på en gång. Fyll bara i de fält du behöver ändra. Alla fält som lämnas tomma kommer att förbli oförändrade.', + 'bulk_update_warn' => 'Du håller på att redigera egenskaperna hos: asset_count-tillgångar.', 'checkedout_to' => 'Utcheckad till', 'checkout_date' => 'Utcheckningsdatum', 'checkin_date' => 'Incheckningsdatum', @@ -14,15 +14,16 @@ return array( 'cost' => 'Inköpskostnad', 'create' => 'Skapa Tillgång', 'date' => 'Köpdatum', + 'depreciation' => 'Avskrivning', 'depreciates_on' => 'Depreciates On', 'default_location' => 'Standard plats', 'eol_date' => 'EOL Datum', - 'eol_rate' => 'EOL Rate', - 'expected_checkin' => 'Expected Checkin Date', + 'eol_rate' => 'EOL-hastighet', + 'expected_checkin' => 'Förväntad incheckningsdatum', 'expires' => 'Förfaller', - 'fully_depreciated' => 'Fully Depreciated', - 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', - 'mac_address' => 'MAC Address', + 'fully_depreciated' => 'Helt avskrivna', + 'help_checkout' => 'Om du vill tilldela denna tillgång direkt, välj "Klar för att distribuera" från statuslistan ovan.', + 'mac_address' => 'MAC-adress', 'manufacturer' => 'Tillverkare', 'model' => 'Modell', 'months' => 'månader', @@ -30,8 +31,8 @@ return array( 'notes' => 'Anteckningar', 'order' => 'Order Nummer', 'qr' => 'QR-kod', - 'requestable' => 'Users may request this asset', - 'select_statustype' => 'Select Status Type', + 'requestable' => 'Användare kan begära denna tillgång', + 'select_statustype' => 'Välj Statustyp', 'serial' => 'Serienummer', 'status' => 'Status', 'tag' => 'Asset Tag', diff --git a/resources/lang/sv-SE/admin/hardware/general.php b/resources/lang/sv-SE/admin/hardware/general.php index 1def86dc9e..e11f1a8582 100644 --- a/resources/lang/sv-SE/admin/hardware/general.php +++ b/resources/lang/sv-SE/admin/hardware/general.php @@ -1,23 +1,23 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', - 'archived' => 'Archived', - 'asset' => 'Asset', - 'bulk_checkout' => 'Checkout Assets to User', + 'about_assets_title' => 'Om tillgångar', + 'about_assets_text' => 'Tillgångar är poster som spåras med serienummer eller tillgångstagg. De tenderar att vara mer värdefulla saker där identifiering av en viss sak är viktig.', + 'archived' => 'arkiveras', + 'asset' => 'Tillgång', + 'bulk_checkout' => 'Checkout tillgångar till användare', 'checkin' => 'Checkin Asset', 'checkout' => 'Checkout Asset', - 'clone' => 'Clone Asset', + 'clone' => 'Klon tillgång', 'deployable' => 'Deployable', - 'deleted' => 'This asset has been deleted. Click here to restore it.', - 'edit' => 'Edit Asset', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', + 'deleted' => 'Den här tillgången har tagits bort. Klicka här för att återställa det.', + 'edit' => 'Redigera tillgång', + 'filetype_info' => 'Tillåtna filtyper är png, gif, jpg, jpeg, doc, docx, pdf, txt, zip och rar.', + 'model_deleted' => 'Denna tillgångsmodell har raderats. Du måste återställa modellen innan du kan återställa Asset.
Klick här för att återställa modellen.', 'requestable' => 'Requestable', - 'requested' => 'Requested', - 'restore' => 'Restore Asset', - 'pending' => 'Pending', + 'requested' => 'Begärda', + 'restore' => 'Återställ tillgången', + 'pending' => 'Avvaktan', 'undeployable' => 'Undeployable', - 'view' => 'View Asset', + 'view' => 'Visa tillgång', ); diff --git a/resources/lang/sv-SE/admin/hardware/message.php b/resources/lang/sv-SE/admin/hardware/message.php index 112cf77ded..6d8398b055 100644 --- a/resources/lang/sv-SE/admin/hardware/message.php +++ b/resources/lang/sv-SE/admin/hardware/message.php @@ -2,81 +2,80 @@ return array( - 'undeployable' => 'Warning: This asset has been marked as currently undeployable. - If this status has changed, please update the asset status.', - 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'undeployable' => 'Varning: Den här tillgången har markerats som omöjlig för närvarande. Om denna status har ändrats uppdaterar du tillgångsstatusen.', + 'does_not_exist' => 'Tillgång existerar inte.', + 'does_not_exist_or_not_requestable' => 'Bra försök. Den tillgången existerar inte eller är inte önskvärd.', + 'assoc_users' => 'Denna tillgång kontrolleras för närvarande till en användare och kan inte raderas. Kontrollera tillgången först och försök sedan radera igen.', 'create' => array( - 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' + 'error' => 'Tillgången skapades inte, försök igen. :(', + 'success' => 'Asset skapades framgångsrikt. :)' ), 'update' => array( - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'error' => 'Tillgången var inte uppdaterad, försök igen', + 'success' => 'Asset uppdaterad framgångsrikt.', + 'nothing_updated' => 'Inga fält valdes, så ingenting uppdaterades.', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' + 'error' => 'Tillgången återställdes inte, försök igen', + 'success' => 'Tillgången återställs framgångsrikt.' ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Assetrevisionen misslyckades. Var god försök igen.', + 'success' => 'Asset-revision har loggats in.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Filen har inte tagits bort. Var god försök igen.', + 'success' => 'Filen har tagits bort.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Fil (er) inte uppladdade. Var god försök igen.', + 'success' => 'Filer som har laddats upp.', + 'nofiles' => 'Du valde inte några filer för uppladdning, eller filen du försöker ladda upp är för stor', + 'invalidfiles' => 'En eller flera av dina filer är för stora eller är en filtyp som inte är tillåten. Tillåtna filtyper är png, gif, jpg, doc, docx, pdf och txt.', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'Vissa objekt importerades inte korrekt.', + 'errorDetail' => 'Följande objekt importerades inte på grund av fel.', + 'success' => "Din fil har importerats", + 'file_delete_success' => "Din fil har tagits bort", + 'file_delete_error' => "Filen kunde inte raderas", ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset?', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', - 'success' => 'The asset was deleted successfully.' + 'confirm' => 'Är du säker på att du vill radera den här tillgången?', + 'error' => 'Det gick inte att ta bort tillgången. Var god försök igen.', + 'nothing_updated' => 'Inga tillgångar valdes, så ingenting togs bort.', + 'success' => 'Tillgången raderades framgångsrikt.' ), '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.', - 'not_available' => 'That asset is not available for checkout!' + 'error' => 'Tillgången utcheckades inte, försök igen', + 'success' => 'Tillgången checkas ut framgångsrikt.', + 'user_does_not_exist' => 'Den användaren är ogiltig. Var god försök igen.', + 'not_available' => 'Den tillgången är inte tillgänglig för kassan!' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'already_checked_in' => 'That asset is already checked in.', + 'error' => 'Tillgången kontrollerades inte, försök igen', + 'success' => 'Asset kontrolleras framgångsrikt.', + 'user_does_not_exist' => 'Den användaren är ogiltig. Var god försök igen.', + 'already_checked_in' => 'Den tillgången är redan incheckad.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'Tillgången begärdes inte, försök igen', + 'success' => 'Asset begärdes framgångsrikt.', + 'canceled' => 'Checkout förfrågan har avbrutits' ) ); diff --git a/resources/lang/sv-SE/admin/hardware/table.php b/resources/lang/sv-SE/admin/hardware/table.php index e8baa09d5a..9107bc2b9b 100644 --- a/resources/lang/sv-SE/admin/hardware/table.php +++ b/resources/lang/sv-SE/admin/hardware/table.php @@ -3,22 +3,22 @@ return array( 'asset_tag' => 'Asset Tag', - 'asset_model' => 'Model', - 'book_value' => 'Value', - 'change' => 'In/Out', + 'asset_model' => 'Modell', + 'book_value' => 'Värde', + 'change' => 'In ut', 'checkout_date' => 'Checkout Date', - 'checkoutto' => 'Checked Out', + 'checkoutto' => 'Checkat ut', 'diff' => 'Diff', - 'dl_csv' => 'Download CSV', + 'dl_csv' => 'Hämta CSV', 'eol' => 'EOL', 'id' => 'ID', - 'location' => 'Location', - 'purchase_cost' => 'Cost', - 'purchase_date' => 'Purchased', - 'serial' => 'Serial', + 'location' => 'Plats', + 'purchase_cost' => 'Kosta', + 'purchase_date' => 'Köpt', + 'serial' => 'Serie', 'status' => 'Status', - 'title' => 'Asset ', - 'image' => 'Device Image', - 'days_without_acceptance' => 'Days Without Acceptance' + 'title' => 'Tillgång', + 'image' => 'Enhetsbild', + 'days_without_acceptance' => 'Dagar utan godkännande' ); diff --git a/resources/lang/sv-SE/admin/licenses/form.php b/resources/lang/sv-SE/admin/licenses/form.php index ce29167874..08a6b09d20 100644 --- a/resources/lang/sv-SE/admin/licenses/form.php +++ b/resources/lang/sv-SE/admin/licenses/form.php @@ -2,21 +2,21 @@ return array( - 'asset' => 'Asset', - 'checkin' => 'Checkin', - 'create' => 'Create License', - 'expiration' => 'Expiration Date', - 'license_key' => 'Product Key', - 'maintained' => 'Maintained', - 'name' => 'Software Name', - 'no_depreciation' => 'Do Not Depreciate', - 'purchase_order' => 'Purchase Order Number', + 'asset' => 'Tillgång', + 'checkin' => 'Checka in', + 'create' => 'Skapa licens', + 'expiration' => 'Utgångsdatum', + 'license_key' => 'Produktnyckel', + 'maintained' => 'Bibehållen', + 'name' => 'Programnamn', + 'no_depreciation' => 'Depreciera inte', + 'purchase_order' => 'Beställningsnummer', 'reassignable' => 'Reassignable', - 'remaining_seats' => 'Remaining Seats', - 'seats' => 'Seats', - 'termination_date' => 'Termination Date', - 'to_email' => 'Licensed to Email', - 'to_name' => 'Licensed to Name', - 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' + 'remaining_seats' => 'Återstående platser', + 'seats' => 'Säten', + 'termination_date' => 'Slutdatum', + 'to_email' => 'Licensierad till Email', + 'to_name' => 'Licensierad till Namn', + 'update' => 'Uppdateringslicens', + 'checkout_help' => 'Du måste kolla en licens ut till en maskinvaru tillgång eller en person. Du kan välja båda, men ägaren av tillgången måste matcha den person du kontrollerar tillgången ut till.' ); diff --git a/resources/lang/sv-SE/admin/licenses/general.php b/resources/lang/sv-SE/admin/licenses/general.php index 25a536ec56..53c13c17f1 100644 --- a/resources/lang/sv-SE/admin/licenses/general.php +++ b/resources/lang/sv-SE/admin/licenses/general.php @@ -1,21 +1,21 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'about_licenses_title' => 'Om licenser', + 'about_licenses' => 'Licenser används för att spåra programvara. De har ett visst antal platser som kan checkas ut till individer', 'checkin' => 'Checkin License Seat', - 'checkout_history' => 'Checkout History', + 'checkout_history' => 'Checkout historia', 'checkout' => 'Checkout License Seat', - 'edit' => 'Edit License', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'clone' => 'Clone License', - 'history_for' => 'History for ', - 'in_out' => 'In/Out', - 'info' => 'License Info', - 'license_seats' => 'License Seats', - 'seat' => 'Seat', - 'seats' => 'Seats', - 'software_licenses' => 'Software Licenses', - 'user' => 'User', - 'view' => 'View License', + 'edit' => 'Redigera licens', + 'filetype_info' => 'Tillåtna filtyper är png, gif, jpg, jpeg, doc, docx, pdf, txt, zip och rar.', + 'clone' => 'Klonlicens', + 'history_for' => 'Historia för', + 'in_out' => 'In ut', + 'info' => 'Licensinfo', + 'license_seats' => 'Licenssäten', + 'seat' => 'Sittplats', + 'seats' => 'Säten', + 'software_licenses' => 'Programvarulicenser', + 'user' => 'Användare', + 'view' => 'Visa licens', ); diff --git a/resources/lang/sv-SE/admin/licenses/message.php b/resources/lang/sv-SE/admin/licenses/message.php index d5dbfe77b9..a2f349af8c 100644 --- a/resources/lang/sv-SE/admin/licenses/message.php +++ b/resources/lang/sv-SE/admin/licenses/message.php @@ -2,49 +2,50 @@ return array( - 'does_not_exist' => 'License does not exist.', - 'user_does_not_exist' => 'User does not exist.', - 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', - 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'does_not_exist' => 'Licensen finns inte.', + 'user_does_not_exist' => 'Användare finns inte.', + 'asset_does_not_exist' => 'Den tillgång du försöker associera med denna licens existerar inte.', + 'owner_doesnt_match_asset' => 'Den tillgång du försöker associera med denna licens ägs av någon annan än den person som valts i den tilldelade till rullgardinsmenyn.', + 'assoc_users' => 'Licensen är nu utcheckad till en användare och kan inte raderas. Var god kontrollera licensen först och försök sedan radera igen.', + 'select_asset_or_person' => 'Du måste välja en tillgång eller en användare, men inte båda.', 'create' => array( - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.' + 'error' => 'Licensen skapades inte, försök igen.', + 'success' => 'Licensen skapades framgångsrikt.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Filen har inte tagits bort. Var god försök igen.', + 'success' => 'Filen har tagits bort.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'error' => 'Fil (er) inte uppladdade. Var god försök igen.', + 'success' => 'Filer som har laddats upp.', + 'nofiles' => 'Du valde inte några filer för uppladdning, eller filen du försöker ladda upp är för stor', + 'invalidfiles' => 'En eller flera av dina filer är för stora eller är en filtyp som inte är tillåten. Tillåtna filtyper är png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml och lic.', ), 'update' => array( - 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.' + 'error' => 'Licensen uppdaterades inte, var god försök igen', + 'success' => 'Licensen uppdateras framgångsrikt.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this license?', - 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.' + 'confirm' => 'Är du säker på att du vill radera denna licens?', + 'error' => 'Det gick inte att ta bort licensen. Var god försök igen.', + 'success' => 'Licensen har tagits bort.' ), 'checkout' => array( - 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully' + 'error' => 'Det gick inte att kontrollera licensen. Var god försök igen.', + 'success' => 'Licensen utcheckades framgångsrikt' ), 'checkin' => array( - 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully' + 'error' => 'Det gick inte att kontrollera licensen. Var god försök igen.', + 'success' => 'Licensen incheckades med framgång' ), ); diff --git a/resources/lang/sv-SE/admin/licenses/table.php b/resources/lang/sv-SE/admin/licenses/table.php index dfce4136cb..f2410e0d30 100644 --- a/resources/lang/sv-SE/admin/licenses/table.php +++ b/resources/lang/sv-SE/admin/licenses/table.php @@ -2,16 +2,16 @@ return array( - 'assigned_to' => 'Assigned To', - 'checkout' => 'In/Out', + 'assigned_to' => 'Tilldelats', + 'checkout' => 'In ut', 'id' => 'ID', - 'license_email' => 'License Email', - 'license_name' => 'Licensed To', - 'purchase_date' => 'Purchase Date', - 'purchased' => 'Purchased', - 'seats' => 'Seats', - 'hardware' => 'Hardware', - 'serial' => 'Serial', - 'title' => 'License', + 'license_email' => 'Licens Email', + 'license_name' => 'Licensierad till', + 'purchase_date' => 'inköpsdatum', + 'purchased' => 'Köpt', + 'seats' => 'Säten', + 'hardware' => 'Hårdvara', + 'serial' => 'Serie', + 'title' => 'Licens', ); diff --git a/resources/lang/sv-SE/admin/locations/table.php b/resources/lang/sv-SE/admin/locations/table.php index ffa69307d5..992deb4387 100644 --- a/resources/lang/sv-SE/admin/locations/table.php +++ b/resources/lang/sv-SE/admin/locations/table.php @@ -1,21 +1,21 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', - 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', + 'about_locations_title' => 'Om platser', + 'about_locations' => 'Platser används för att spåra platsinformation för användare, tillgångar och andra objekt', + 'assets_rtd' => 'Tillgångar', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Tilldelade tillgångar', 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', - 'ldap_ou' => 'LDAP Search OU', + 'city' => 'Stad', + 'state' => 'stat', + 'country' => 'Land', + 'create' => 'Skapa plats', + 'update' => 'Uppdatera plats', + 'name' => 'Platsnamn', + 'address' => 'Adress', + 'zip' => 'postnummer', + 'locations' => 'platser', + 'parent' => 'Förälder', + 'currency' => 'Platsvaluta', + 'ldap_ou' => 'LDAP-sökning OU', ); diff --git a/resources/lang/sv-SE/admin/manufacturers/table.php b/resources/lang/sv-SE/admin/manufacturers/table.php index 845e59a37d..a54ae28bf1 100644 --- a/resources/lang/sv-SE/admin/manufacturers/table.php +++ b/resources/lang/sv-SE/admin/manufacturers/table.php @@ -1,15 +1,15 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'about_manufacturers_title' => 'Om tillverkare', + 'about_manufacturers_text' => 'Tillverkare är de företag som skapar dina tillgångar. Du kan lagra viktig supportkontaktinformation om dem här, som kommer att visas på dina tillgångssidor.', 'asset_manufacturers' => 'Tillverkare', 'create' => 'Skapa Tillverkare', 'id' => 'ID', - 'name' => 'Name', + 'name' => 'namn', 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', + 'support_phone' => 'Support Telefon', + 'support_url' => 'Stödadress', 'update' => 'Uppdatera Tillverkare', 'url' => 'URL', diff --git a/resources/lang/sv-SE/admin/models/general.php b/resources/lang/sv-SE/admin/models/general.php index 0eb2683fad..57e5836a51 100644 --- a/resources/lang/sv-SE/admin/models/general.php +++ b/resources/lang/sv-SE/admin/models/general.php @@ -1,11 +1,11 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', + 'about_models_title' => 'Om tillgångsmodeller', + 'about_models_text' => 'Tillgångsmodeller är ett sätt att gruppera identiska tillgångar. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Den här modellen har tagits bort. Klicka här för att återskapa.', 'restore' => 'Återskapa Modell', - 'requestable' => 'Users may request this model', + 'requestable' => 'Användare kan begära denna modell', 'show_mac_address' => 'Visa fältet MAC-adress för inventarier av denna modell', 'view_deleted' => 'Visa Borttagna', 'view_models' => 'Visa Modeller', diff --git a/resources/lang/sv-SE/admin/models/message.php b/resources/lang/sv-SE/admin/models/message.php index 8cf146deef..84e08da967 100644 --- a/resources/lang/sv-SE/admin/models/message.php +++ b/resources/lang/sv-SE/admin/models/message.php @@ -9,7 +9,7 @@ return array( 'create' => array( 'error' => 'Modellen skapades inte, försök igen.', 'success' => 'Modellen skapad.', - 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + 'duplicate_set' => 'En tillgångsmodell med det namnet, tillverkaren och modellnumret finns redan.', ), 'update' => array( @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Inga fält ändrades, så ingenting uppdaterades.', + 'success' => 'Modeller uppdaterade.' ), ); diff --git a/resources/lang/sv-SE/admin/models/table.php b/resources/lang/sv-SE/admin/models/table.php index 2b66014407..9d3cafea0a 100644 --- a/resources/lang/sv-SE/admin/models/table.php +++ b/resources/lang/sv-SE/admin/models/table.php @@ -5,12 +5,12 @@ return array( 'create' => 'Skapa Modell', 'created_at' => 'Skapad den', 'eol' => 'EOL', - 'modelnumber' => 'Model No.', - 'name' => 'Asset Model Name', + 'modelnumber' => 'modell nr.', + 'name' => 'Anläggningsmodell Namn', 'numassets' => 'Inventarier', 'title' => 'Inventarie Modell', 'update' => 'Uppdatera Inventarie Modell', - 'view' => 'View Asset Model', + 'view' => 'Visa tillgångsmodell', 'update' => 'Uppdatera Inventarie Modell', 'clone' => 'Kopiera Modell', 'edit' => 'Ändra Modell', diff --git a/resources/lang/sv-SE/admin/reports/general.php b/resources/lang/sv-SE/admin/reports/general.php index b03b97546f..3f959f465b 100644 --- a/resources/lang/sv-SE/admin/reports/general.php +++ b/resources/lang/sv-SE/admin/reports/general.php @@ -1,5 +1,5 @@ 'Select the options you want for your asset report.' + 'info' => 'Välj de alternativ du vill ha för din tillgångsrapport.' ); diff --git a/resources/lang/sv-SE/admin/reports/message.php b/resources/lang/sv-SE/admin/reports/message.php index d4c8f8198f..9260f0b343 100644 --- a/resources/lang/sv-SE/admin/reports/message.php +++ b/resources/lang/sv-SE/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.' + 'error' => 'Du måste välja minst ett alternativ.' ); diff --git a/resources/lang/sv-SE/admin/settings/general.php b/resources/lang/sv-SE/admin/settings/general.php index 35f87c7a84..d0242ac135 100644 --- a/resources/lang/sv-SE/admin/settings/general.php +++ b/resources/lang/sv-SE/admin/settings/general.php @@ -7,16 +7,16 @@ return array( 'is_ad' => 'Detta är en Active Directory-server', 'alert_email' => 'Skicka larm till', 'alerts_enabled' => 'Larm aktivt', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', + 'alert_interval' => 'Utgående varningströskel (i dagar)', + 'alert_inv_threshold' => 'Inventar Alert tröskel', 'asset_ids' => 'Inventarienummer', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'Revisionsintervall', + 'audit_interval_help' => 'Om du är skyldig att regelbundet fysiskt granska dina tillgångar anger du intervallet i månader.', + 'audit_warning_days' => 'Gränsvärde för revision varning', + 'audit_warning_days_help' => 'Hur många dagar i förväg bör vi varna dig när tillgångar beror på revision?', 'auto_increment_assets' => 'Generera automatiskt stigande inventarienummer', 'auto_increment_prefix' => 'Prefix (frivilligt)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'Aktivera automatisk inkrementering av tillgångs-ID först för att ställa in detta', 'backups' => 'Säkerhetskopior', 'barcode_settings' => 'Streckkodsinställningar', 'confirm_purge' => 'Bekräfta tömning', @@ -26,123 +26,125 @@ return array( 'default_currency' => 'Standardvaluta', 'default_eula_text' => 'Standard EULA', 'default_language' => 'Standardspråk', - 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', + 'default_eula_help_text' => 'Du kan också associera anpassade EULA till specifika tillgångskategorier.', 'display_asset_name' => 'Visa inventarienamn', 'display_checkout_date' => 'Visa utcheckningsdatum', 'display_eol' => 'Visa EOL i tabellvy', 'display_qr' => 'Visa QR-koder', - 'display_alt_barcode' => 'Display 1D barcode', - 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', - 'eula_settings' => 'EULA Settings', - 'eula_markdown' => 'This EULA allows Github flavored markdown.', + 'display_alt_barcode' => 'Visa 1D streckkod', + 'barcode_type' => '2D streckkodstyp', + 'alt_barcode_type' => '1D streckkodstyp', + 'eula_settings' => 'EULA-inställningar', + 'eula_markdown' => 'Detta EULA tillåter Github smaksatt markdown.', 'general_settings' => 'Allmänna inställningar', 'generate_backup' => 'Skapa säkerhetskopia', 'header_color' => 'Sidhuvudets färg', - 'info' => 'These settings let you customize certain aspects of your installation.', + 'info' => 'Med dessa inställningar kan du anpassa vissa aspekter av din installation.', 'laravel' => 'Laravel Version', - '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_enabled' => 'LDAP aktiverad', + 'ldap_integration' => 'LDAP-integration', + 'ldap_settings' => 'LDAP-inställningar', + 'ldap_server' => 'LDAP-server', + 'ldap_server_help' => 'Detta bör börja med ldap: // (för okrypterad eller TLS) eller ldaps: // (för SSL)', + 'ldap_server_cert' => 'Validering av LDAP SSL-certifikat', + 'ldap_server_cert_ignore' => 'Tillåt ogiltigt SSL-certifikat', + 'ldap_server_cert_help' => 'Markera den här kryssrutan om du använder en självtecknad SSL-cert och vill acceptera ett ogiltigt SSL-certifikat.', + 'ldap_tls' => 'Använd TLS', + 'ldap_tls_help' => 'Detta bör endast kontrolleras om du kör STARTTLS på din LDAP-server.', + 'ldap_uname' => 'LDAP Bind användarnamn', + 'ldap_pword' => 'LDAP-bindlösenord', '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', - 'ldap_auth_filter_query' => 'LDAP Authentication query', - 'ldap_version' => 'LDAP Version', + 'ldap_filter' => 'LDAP-filter', + 'ldap_pw_sync' => 'LDAP-lösenordssynkronisering', + 'ldap_pw_sync_help' => 'Avmarkera den här rutan om du inte vill behålla LDAP-lösenord synkroniserade med lokala lösenord. Inaktivera detta innebär att dina användare kanske inte kan logga in om din LDAP-server inte är tillgänglig för någon anledning.', + 'ldap_username_field' => 'Användarnamn fält', + 'ldap_lname_field' => 'Efternamn', + 'ldap_fname_field' => 'LDAP förnamn', + 'ldap_auth_filter_query' => 'LDAP-autentiseringsfråga', + '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.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', - 'logo' => 'Logo', - 'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.', + 'ldap_emp_num' => 'LDAP anställd nummer', + 'ldap_email' => 'LDAP-e-post', + 'load_remote_text' => 'Fjärrskript', + 'load_remote_help_text' => 'Denna Snipe-IT-installation kan ladda skript från omvärlden.', + 'login_note' => 'Inloggning Obs', + 'login_note_help' => 'Välj eventuellt några meningar på din inloggningsskärm, till exempel för att hjälpa personer som har hittat en förlorad eller stulen enhet. Detta fält accepterar Github smaksatt markdown', + 'logo' => 'Logotyp', + 'full_multiple_companies_support_help_text' => 'Begränsa användare (inklusive administratörer) tilldelade företag till företagets tillgångar.', 'full_multiple_companies_support_text' => 'Full Multiple Companies Support', - 'optional' => 'optional', - 'per_page' => 'Results Per Page', - 'php' => 'PHP Version', - 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', - 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', - 'qr_help' => 'Enable QR Codes first to set this', - 'qr_text' => 'QR Code Text', - 'setting' => 'Setting', - 'settings' => 'Settings', - 'site_name' => 'Site Name', + 'optional' => 'frivillig', + 'per_page' => 'Resultat per sida', + 'php' => 'PHP-versionen', + 'php_gd_info' => 'Du måste installera php-gd för att visa QR-koder, se installationsanvisningarna.', + 'php_gd_warning' => 'PHP Image Processing och GD plugin är INTE installerat.', + 'pwd_secure_complexity' => 'Lösenordskomplexitet', + 'pwd_secure_complexity_help' => 'Välj vilket lösenordskomplexitetsregler du vill genomdriva.', + 'pwd_secure_min' => 'Minsta tecken för lösenord', + 'pwd_secure_min_help' => 'Lägsta tillåtna värde är 5', + 'pwd_secure_uncommon' => 'Förhindra vanliga lösenord', + 'pwd_secure_uncommon_help' => 'Detta kommer att tillåta användare att använda vanliga lösenord från de över 10 000 lösenorden som rapporterats vid överträdelser.', + 'qr_help' => 'Aktivera QR-koder först för att ställa in detta', + 'qr_text' => 'QR Kod Text', + 'setting' => 'Miljö', + 'settings' => 'inställningar', + 'site_name' => 'Sidnamn', 'slack_botname' => 'Slack Botname', 'slack_channel' => 'Slack Channel', 'slack_endpoint' => 'Slack Endpoint', 'slack_integration' => 'Slack Settings', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', - 'snipe_version' => 'Snipe-IT version', - 'system' => 'System Information', - 'update' => 'Update Settings', - 'value' => 'Value', - '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)', - 'next_auto_tag_base' => 'Next auto-increment', - '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', + 'slack_integration_help' => 'Slak integration är valfri, men ändpunkten och kanalen krävs om du vill använda den. För att konfigurera Slack integration måste du först skapa en inkommande webhook på ditt Slack-konto.', + 'snipe_version' => 'Snipe-IT-versionen', + 'system' => 'Systeminformation', + 'update' => 'Uppdatera inställningarna', + 'value' => 'Värde', + 'brand' => 'branding', + 'about_settings_title' => 'Om inställningar', + 'about_settings_text' => 'Med dessa inställningar kan du anpassa vissa aspekter av din installation.', + 'labels_per_page' => 'Etiketter per sida', + 'label_dimensions' => 'Märkdimensioner (tum)', + 'next_auto_tag_base' => 'Nästa auto-inkrement', + 'page_padding' => 'Sidmarginaler (tum)', + 'purge' => 'Rensa borttagna poster', + 'labels_display_bgutter' => 'Etikett botten takrännan', + 'labels_display_sgutter' => 'Etikett sidotång', + 'labels_fontsize' => 'Etikettstorlek', + 'labels_pagewidth' => 'Märkbladets bredd', + 'labels_pageheight' => 'Märkbladshöjd', + 'label_gutters' => 'Etikettavstånd (tum)', + 'page_dimensions' => 'Siddimensioner (tum)', + 'label_fields' => 'Etikett synliga fält', 'inches' => 'inches', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Länk till Snipe-IT i e-post', + 'show_url_in_emails_help_text' => 'Avmarkera den här rutan om du inte vill länka tillbaka till din Snipe-IT-installation i dina e-postfoton. Användbart om de flesta av dina användare aldrig loggar in.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', - 'top' => 'top', - 'bottom' => 'bottom', - 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'thumbnail_max_h' => 'Max miniatyrhöjd', + 'thumbnail_max_h_help' => 'Maximal höjd i pixlar som miniatyrer kan visas i listningsvyn. Min 25, max 500.', + 'two_factor' => 'Tvåfaktorautentisering', + 'two_factor_secret' => 'Tvåfaktorkod', + 'two_factor_enrollment' => 'Tvåfaktorns inskrivning', + 'two_factor_enabled_text' => 'Aktivera två faktorer', + 'two_factor_reset' => 'Återställ tvåfaktorhemligheten', + 'two_factor_reset_help' => 'Detta kommer att tvinga användaren att anmäla sin enhet med Google Authenticator igen. Detta kan vara användbart om den för närvarande inskrivna enheten är förlorad eller stulen.', + 'two_factor_reset_success' => 'Tvåfaktorns enhet återställs framgångsrikt', + 'two_factor_reset_error' => 'Återställningen av tvåfelsenhet misslyckades', + 'two_factor_enabled_warning' => 'Aktivering av tvåfaktorn om den inte är aktiverad för tillfället tvingar dig omedelbart att verifiera med en Google Auth-registrerad enhet. Du kommer att ha möjlighet att registrera din enhet om du inte är inloggad för närvarande.', + 'two_factor_enabled_help' => 'Detta aktiverar tvåfaktors autentisering med hjälp av Google Authenticator.', + 'two_factor_optional' => 'Selective (Användare kan aktivera eller inaktivera om tillåtet)', + 'two_factor_required' => 'Krävs för alla användare', + 'two_factor_disabled' => 'Inaktiverad', + 'two_factor_enter_code' => 'Ange tvåfaktorkod', + 'two_factor_config_complete' => 'Skicka kod', + 'two_factor_enabled_edit_not_allowed' => 'Din administratör tillåter dig inte att redigera den här inställningen.', + 'two_factor_enrollment_text' => "Tvåfaktorsautentisering krävs, men din enhet har inte registrerats än. Öppna din Google Authenticator-app och skanna QR-koden nedan för att registrera din enhet. När du har skrivit in din enhet anger du koden nedan", + 'require_accept_signature' => 'Kräver signatur', + 'require_accept_signature_help_text' => 'Aktivering av denna funktion kräver att användarna fysiskt loggar av när de accepterar en tillgång.', + 'left' => 'vänster', + 'right' => 'höger', + 'top' => 'topp', + 'bottom' => 'botten', + 'vertical' => 'vertikal', + 'horizontal' => 'horisontell', + 'zerofill_count' => 'Längd på tillgångstaggar, inklusive zerofill', ); diff --git a/resources/lang/sv-SE/admin/settings/message.php b/resources/lang/sv-SE/admin/settings/message.php index 736d5c3e9e..babc201ff4 100644 --- a/resources/lang/sv-SE/admin/settings/message.php +++ b/resources/lang/sv-SE/admin/settings/message.php @@ -4,19 +4,19 @@ return array( 'update' => array( - 'error' => 'An error has occurred while updating. ', - 'success' => 'Settings updated successfully.' + 'error' => 'Ett fel har uppstått under uppdateringen.', + 'success' => 'Inställningarna uppdateras framgångsrikt.' ), 'backup' => array( - 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', - 'file_deleted' => 'The backup file was successfully deleted. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'delete_confirm' => 'Är du säker på att du vill ta bort den här säkerhetskopieringsfilen? Den här åtgärden kan inte ångras.', + 'file_deleted' => 'Säkerhetsfilen har tagits bort.', + 'generated' => 'En ny säkerhetskopieringsfil skapades med framgång.', + 'file_not_found' => 'Den säkerhetskopieringsfilen kunde inte hittas på servern.', ), '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' => 'Ett fel har uppstått vid spolning.', + 'validation_failed' => 'Din rengöringsbekräftelse är felaktig. Vänligen skriv ordet "DELETE" i bekräftelsen rutan.', + 'success' => 'Raderade poster som rensats framgångsrikt.' ), ); diff --git a/resources/lang/sv-SE/admin/statuslabels/message.php b/resources/lang/sv-SE/admin/statuslabels/message.php index 619a5a509c..c09d8fc1d5 100644 --- a/resources/lang/sv-SE/admin/statuslabels/message.php +++ b/resources/lang/sv-SE/admin/statuslabels/message.php @@ -2,24 +2,31 @@ 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' => 'Status Label existerar inte.', + 'assoc_assets' => 'Denna statusetikett är för närvarande associerad med minst en tillgång och kan inte raderas. Uppdatera dina tillgångar för att inte längre referera till denna status och försök igen.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'Statusetiketten skapades inte, försök igen.', + 'success' => 'Status Label skapades framgångsrikt.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'Statusetiketten uppdaterades inte, var god försök igen', + 'success' => 'Statusetiketten uppdateras framgångsrikt.' ), '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' => 'Är du säker på att du vill radera denna statusetikett?', + 'error' => 'Det gick inte att ta bort statusetiketten. Var god försök igen.', + 'success' => 'Statusetiketten har tagits bort.' + ), + + 'help' => array( + 'undeployable' => 'Dessa tillgångar kan inte tilldelas någon.', + 'deployable' => 'Dessa tillgångar kan checkas ut. När de har tilldelats, antar de en metastatus på Deployed.', + 'archived' => 'Dessa tillgångar kan inte checkas ut och visas bara i arkiverad vy. Detta är användbart för att behålla information om tillgångar för budgetering / historiska ändamål men att hålla dem borta från den dagliga tillgångslistan.', + 'pending' => 'Dessa tillgångar kan ännu inte tilldelas någon som ofta används för föremål som är ute för reparation, men förväntas återgå till omlopp.', + ), ); diff --git a/resources/lang/sv-SE/admin/statuslabels/table.php b/resources/lang/sv-SE/admin/statuslabels/table.php index b9b5b7ec4e..b4901367c5 100644 --- a/resources/lang/sv-SE/admin/statuslabels/table.php +++ b/resources/lang/sv-SE/admin/statuslabels/table.php @@ -1,17 +1,17 @@ 'About Status Labels', - 'archived' => 'Archived', - 'create' => 'Create Status Label', - 'color' => 'Chart Color', + 'about' => 'Om statusetiketter', + 'archived' => 'arkiveras', + 'create' => 'Skapa statusetikett', + 'color' => 'Diagramfärg', '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', + 'info' => 'Statusetiketter används för att beskriva de olika tillstånd som dina tillgångar kan vara i. De kan vara ute för reparation, förlorade / stulna etc. Du kan skapa nya statusetiketter för deployerbara, pågående och arkiverade tillgångar.', + 'name' => 'Statusnamn', + 'pending' => 'Avvaktan', + 'status_type' => 'Statustyp', + 'show_in_nav' => 'Visa i sidnav', + 'title' => 'Statusetiketter', 'undeployable' => 'Undeployable', - 'update' => 'Update Status Label', + 'update' => 'Uppdatera statusetikett', ); diff --git a/resources/lang/sv-SE/admin/suppliers/message.php b/resources/lang/sv-SE/admin/suppliers/message.php index f2753d122a..50376cb520 100644 --- a/resources/lang/sv-SE/admin/suppliers/message.php +++ b/resources/lang/sv-SE/admin/suppliers/message.php @@ -3,22 +3,22 @@ return array( 'does_not_exist' => 'Leverantören finns inte.', - 'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ', + 'assoc_users' => 'Denna leverantör är för närvarande associerad med minst en modell och kan inte raderas. Vänligen uppdatera dina modeller för att inte längre referera till denna leverantör och försök igen.', 'create' => array( - 'error' => 'Supplier was not created, please try again.', - 'success' => 'Supplier created successfully.' + 'error' => 'Leverantören skapades inte, var god försök igen.', + 'success' => 'Leverantören skapades framgångsrikt.' ), 'update' => array( - 'error' => 'Supplier was not updated, please try again', - 'success' => 'Supplier updated successfully.' + 'error' => 'Leverantören uppdaterades inte, var god försök igen', + 'success' => 'Leverantören uppdateras framgångsrikt.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this supplier?', - 'error' => 'There was an issue deleting the supplier. Please try again.', - 'success' => 'Supplier was deleted successfully.' + 'confirm' => 'Är du säker på att du vill radera denna leverantör?', + 'error' => 'Det var ett problem att ta bort leverantören. Var god försök igen.', + 'success' => 'Leverantören har tagits bort.' ) ); diff --git a/resources/lang/sv-SE/admin/suppliers/table.php b/resources/lang/sv-SE/admin/suppliers/table.php index 2a7b07ca93..1126d23e4b 100644 --- a/resources/lang/sv-SE/admin/suppliers/table.php +++ b/resources/lang/sv-SE/admin/suppliers/table.php @@ -1,27 +1,27 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', - 'address' => 'Supplier Address', - 'assets' => 'Assets', - 'city' => 'City', - 'contact' => 'Contact Name', - 'country' => 'Country', - 'create' => 'Create Supplier', - 'email' => 'Email', + 'about_suppliers_title' => 'Om leverantörer', + 'about_suppliers_text' => 'Leverantörer används för att spåra källan till objekt', + 'address' => 'Leverantörsadress', + 'assets' => 'Tillgångar', + 'city' => 'Stad', + 'contact' => 'Kontaktnamn', + 'country' => 'Land', + 'create' => 'Skapa leverantör', + 'email' => 'E-post', 'fax' => 'Fax', 'id' => 'ID', - 'licenses' => 'Licenses', - 'name' => 'Supplier Name', - 'notes' => 'Notes', - 'phone' => 'Phone', - 'state' => 'State', - 'suppliers' => 'Suppliers', - 'update' => 'Update Supplier', + 'licenses' => 'licenser', + 'name' => 'Leverantörsnamn', + 'notes' => 'anteckningar', + 'phone' => 'Telefon', + 'state' => 'stat', + 'suppliers' => 'leverantörer', + 'update' => 'Uppdatera Leverantör', 'url' => 'URL', - 'view' => 'View Supplier', - 'view_assets_for' => 'View Assets for', - 'zip' => 'Postal Code', + 'view' => 'Visa leverantör', + 'view_assets_for' => 'Visa tillgångar för', + 'zip' => 'postnummer', ); diff --git a/resources/lang/sv-SE/admin/users/general.php b/resources/lang/sv-SE/admin/users/general.php index 985138d065..508f7f6319 100644 --- a/resources/lang/sv-SE/admin/users/general.php +++ b/resources/lang/sv-SE/admin/users/general.php @@ -3,23 +3,23 @@ return array( - 'assets_user' => 'Assets assigned to :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', - 'current_assets' => 'Assets currently checked out to this user', - 'clone' => 'Clone User', - 'contact_user' => 'Contact :name', - 'edit' => 'Edit User', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'history_user' => 'History for :name', + 'assets_user' => 'Tillgångar tilldelade: namn', + 'bulk_update_warn' => 'Du håller på att redigera egenskaperna hos: user_count-användare. Observera att du inte kan ändra dina egna användarattribut med hjälp av det här formuläret, och måste göra ändringar till din egen användare enskilt.', + 'bulk_update_help' => 'Den här blanketten låter dig uppdatera flera användare samtidigt. Fyll bara i de fält du behöver ändra. Alla fält som lämnas tomma kommer att förbli oförändrade.', + 'current_assets' => 'Tillgångar som för närvarande kontrolleras ut till den här användaren', + 'clone' => 'Klonanvändare', + 'contact_user' => 'Kontaktnamn', + 'edit' => 'Redigera användare', + 'filetype_info' => 'Tillåtna filtyper är png, gif, jpg, jpeg, doc, docx, pdf, txt, zip och rar.', + 'history_user' => 'Historia för: namn', 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', - 'last_login' => 'Last Login', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', - 'software_user' => 'Software Checked out to :name', - 'view_user' => 'View User :name', - 'usercsv' => 'CSV file', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'restore_user' => 'Klicka här för att återställa dem.', + 'last_login' => 'Senaste inloggning', + 'ldap_config_text' => 'LDAP-konfigurationsinställningar finns Admin> Inställningar. Den (valfria) valda platsen kommer att ställas in för alla importerade användare.', + 'software_user' => 'Programvara Kontrollerad till: namn', + 'view_user' => 'Visa användare: namn', + 'usercsv' => 'CSV-fil', + 'two_factor_admin_optin_help' => 'Dina nuvarande administrativa inställningar tillåter selektiv tillämpning av tvåfaktors autentisering.', + 'two_factor_enrolled' => '2FA-enhet inskriven', + 'two_factor_active' => '2FA Aktiv', ); diff --git a/resources/lang/sv-SE/admin/users/message.php b/resources/lang/sv-SE/admin/users/message.php index 8ee552afab..2ff55121c6 100644 --- a/resources/lang/sv-SE/admin/users/message.php +++ b/resources/lang/sv-SE/admin/users/message.php @@ -2,58 +2,58 @@ return array( - 'accepted' => 'You have successfully accepted this asset.', - 'declined' => 'You have successfully declined this asset.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', - 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', - 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'accepted' => 'Du har framgångsrikt godkänt den här tillgången.', + 'declined' => 'Du har framgångsrikt nekat den här tillgången.', + 'bulk_manager_warn' => 'Dina användare har blivit uppdaterade, men din administratörsinmatning sparades inte eftersom den chef du valde också var i användarlistan som ska redigeras, och användare kanske inte är deras egen chef. Vänligen välj dina användare igen, med undantag av chefen.', + 'user_exists' => 'Användaren existerar redan!', + 'user_not_found' => 'Användare [: id] existerar inte.', + 'user_login_required' => 'Inloggningsfältet krävs', + 'user_password_required' => 'Lösenordet krävs.', + 'insufficient_permissions' => 'Otillräckliga tillstånd.', + 'user_deleted_warning' => 'Den här användaren har raderats. Du måste återställa den här användaren för att redigera dem eller tilldela dem nya tillgångar.', + 'ldap_not_configured' => 'LDAP-integrationen har inte konfigurerats för den här installationen.', 'success' => array( - 'create' => 'User was successfully created.', - 'update' => 'User was successfully updated.', - 'update_bulk' => 'Users were successfully updated!', - 'delete' => 'User was successfully deleted.', - 'ban' => 'User was successfully banned.', - 'unban' => 'User was successfully unbanned.', - 'suspend' => 'User was successfully suspended.', - 'unsuspend' => 'User was successfully unsuspended.', - 'restored' => 'User was successfully restored.', - 'import' => 'Users imported successfully.', + 'create' => 'Användaren skapades med framgång.', + 'update' => 'Användaren har uppdaterats.', + 'update_bulk' => 'Användarna uppdaterades med framgång!', + 'delete' => 'Användaren har tagits bort.', + 'ban' => 'Användaren har blivit bannlyst.', + 'unban' => 'Användaren var framgångsrikt obuten.', + 'suspend' => 'Användaren avbröts.', + 'unsuspend' => 'Användaren blev framgångsrikt uppslagen.', + 'restored' => 'Användaren lyckades återställas.', + 'import' => 'Användare importerades framgångsrikt.', ), 'error' => array( - 'create' => 'There was an issue creating the user. Please try again.', - 'update' => 'There was an issue updating the user. Please try again.', - 'delete' => 'There was an issue deleting the user. Please try again.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', - 'unsuspend' => 'There was an issue unsuspending the user. Please try again.', - 'import' => 'There was an issue importing users. Please try again.', - 'asset_already_accepted' => 'This asset has already been accepted.', - 'accept_or_decline' => 'You must either accept or decline this asset.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'create' => 'Det var ett problem att skapa användaren. Var god försök igen.', + 'update' => 'Det gick inte att uppdatera användaren. Var god försök igen.', + 'delete' => 'Det gick inte att ta bort användaren. Var god försök igen.', + 'delete_has_assets' => 'Den här användaren har objekt tilldelade och kunde inte raderas.', + 'unsuspend' => 'Det uppstod ett problem som avbröt användaren. Var god försök igen.', + 'import' => 'Det gick inte att importera användare. Var god försök igen.', + 'asset_already_accepted' => 'Denna tillgång har redan godkänts.', + 'accept_or_decline' => 'Du måste antingen godkänna eller neka den här tillgången.', + 'incorrect_user_accepted' => 'Den tillgång du försökte acceptera har inte checkats ut till dig.', + 'ldap_could_not_connect' => 'Det gick inte att ansluta till LDAP-servern. Kontrollera din LDAP-serverkonfiguration i LDAP-konfigurationsfilen.
Fel från LDAP-servern:', + 'ldap_could_not_bind' => 'Kunde inte binda till LDAP-servern. Kontrollera din LDAP-serverkonfiguration i LDAP-konfigurationsfilen.
Fel från LDAP-servern:', + 'ldap_could_not_search' => 'Det gick inte att söka på LDAP-servern. Kontrollera din LDAP-serverkonfiguration i LDAP-konfigurationsfilen.
Fel från LDAP-servern:', + 'ldap_could_not_get_entries' => 'Det gick inte att få poster från LDAP-servern. Kontrollera din LDAP-serverkonfiguration i LDAP-konfigurationsfilen.
Fel från LDAP-servern:', + 'password_ldap' => 'Lösenordet för det här kontot hanteras av LDAP / Active Directory. Vänligen kontakta din IT-avdelning för att ändra ditt lösenord.', ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'Filen har inte tagits bort. Var god försök igen.', + 'success' => 'Filen har tagits bort.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'Fil (er) inte uppladdade. Var god försök igen.', + 'success' => 'Filer som har laddats upp.', + 'nofiles' => 'Du valde inte några filer för uppladdning', + 'invalidfiles' => 'En eller flera av dina filer är för stora eller är en filtyp som inte är tillåten. Tillåtna filtyper är png, gif, jpg, doc, docx, pdf och txt.', ), ); diff --git a/resources/lang/sv-SE/admin/users/table.php b/resources/lang/sv-SE/admin/users/table.php index 9bbe883e19..c23238e091 100644 --- a/resources/lang/sv-SE/admin/users/table.php +++ b/resources/lang/sv-SE/admin/users/table.php @@ -1,38 +1,38 @@ 'Active', - 'allow' => 'Allow', - 'checkedout' => 'Assets', - 'created_at' => 'Created', - 'createuser' => 'Create User', - 'deny' => 'Deny', - 'email' => 'Email', - 'employee_num' => 'Employee No.', - 'first_name' => 'First Name', - 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', + 'activated' => 'Aktiva', + 'allow' => 'Tillåta', + 'checkedout' => 'Tillgångar', + 'created_at' => 'Skapad', + 'createuser' => 'Skapa användare', + 'deny' => 'Förneka', + 'email' => 'E-post', + 'employee_num' => 'Anställningsnummer.', + 'first_name' => 'Förnamn', + 'groupnotes' => 'Välj en grupp som ska tilldelas användaren, kom ihåg att en användare tar emot behörigheterna för den grupp de tilldelas.', 'id' => 'Id', - 'inherit' => 'Inherit', - 'job' => 'Job Title', - 'last_login' => 'Last Login', - 'last_name' => 'Last Name', - 'location' => 'Location', - 'lock_passwords' => 'Login details cannot be changed on this installation.', - 'manager' => 'Manager', - 'managed_locations' => 'Managed Locations', - 'name' => 'Name', - 'notes' => 'Notes', - 'password_confirm' => 'Confirm Password', - 'password' => 'Password', - 'phone' => 'Phone', - 'show_current' => 'Show Current Users', - 'show_deleted' => 'Show Deleted Users', - 'title' => 'Title', - 'to_restore_them' => 'to restore them.', - 'updateuser' => 'Update User', - 'username' => 'Username', - 'user_deleted_text' => 'This user has been marked as deleted.', - 'username_note' => '(This is used for Active Directory binding only, not for login.)', - 'cloneuser' => 'Clone User', - 'viewusers' => 'View Users', + 'inherit' => 'Ärva', + 'job' => 'Jobbtitel', + 'last_login' => 'Senaste inloggning', + 'last_name' => 'Efternamn', + 'location' => 'Plats', + 'lock_passwords' => 'Inloggningsuppgifter kan inte ändras på den här installationen.', + 'manager' => 'Chef', + 'managed_locations' => 'Managed platser', + 'name' => 'namn', + 'notes' => 'anteckningar', + 'password_confirm' => 'Bekräfta lösenord', + 'password' => 'Lösenord', + 'phone' => 'Telefon', + 'show_current' => 'Visa nuvarande användare', + 'show_deleted' => 'Visa borttagna användare', + 'title' => 'Titel', + 'to_restore_them' => 'att återställa dem.', + 'updateuser' => 'Uppdatera användaren', + 'username' => 'Användarnamn', + 'user_deleted_text' => 'Den här användaren har markerats som borttagen.', + 'username_note' => '(Detta används endast för Active Directory-bindning, inte för inloggning.)', + 'cloneuser' => 'Klonanvändare', + 'viewusers' => 'Visa användare', ); diff --git a/resources/lang/sv-SE/auth/general.php b/resources/lang/sv-SE/auth/general.php index bf88cba77a..a0e928591c 100644 --- a/resources/lang/sv-SE/auth/general.php +++ b/resources/lang/sv-SE/auth/general.php @@ -1,12 +1,12 @@ 'Send Password Reset Link', - 'email_reset_password' => 'Email Password Reset', - 'reset_password' => 'Reset Password', - 'login' => 'Login', - 'login_prompt' => 'Please Login', - 'forgot_password' => 'I forgot my password', - 'remember_me' => 'Remember Me', + 'send_password_link' => 'Skicka lösenord Återställ länk', + 'email_reset_password' => 'E-post Lösenord Återställ', + 'reset_password' => 'Återställ lösenord', + 'login' => 'Logga in', + 'login_prompt' => 'Vänligen logga in', + 'forgot_password' => 'Jag har glömt mitt lösenord', + 'remember_me' => 'Kom ihåg mig', ]; diff --git a/resources/lang/sv-SE/auth/message.php b/resources/lang/sv-SE/auth/message.php index 192129afc3..d0a1b8e3fa 100644 --- a/resources/lang/sv-SE/auth/message.php +++ b/resources/lang/sv-SE/auth/message.php @@ -7,7 +7,7 @@ return array( 'account_not_activated' => 'Detta användarkonto är inte aktiverat.', 'account_suspended' => 'Detta användarkontot har blivit suspenderat.', 'account_banned' => 'Detta användarkontot har blivit avstängt.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'throttle' => 'För många misslyckade inloggningsförsök. Vänligen försök igen i närheten: minuter minut (er).', 'signin' => array( 'error' => 'Det uppstod ett problem när du försökte logga in, försök igen.', diff --git a/resources/lang/sv-SE/button.php b/resources/lang/sv-SE/button.php index a32c69f8dd..71e4485e3c 100644 --- a/resources/lang/sv-SE/button.php +++ b/resources/lang/sv-SE/button.php @@ -11,5 +11,5 @@ return array( 'request' => 'Begäran', 'submit' => 'Skicka', 'upload' => 'Ladda upp', - 'select_file' => 'Select File...', + 'select_file' => 'Välj fil...', ); diff --git a/resources/lang/sv-SE/general.php b/resources/lang/sv-SE/general.php index eb1991941d..d16a8f9d8b 100644 --- a/resources/lang/sv-SE/general.php +++ b/resources/lang/sv-SE/general.php @@ -4,201 +4,202 @@ 'accessories' => 'Tillbehör', 'activated' => 'Aktiverad', 'accessory' => 'Tillbehör', - 'accessory_report' => 'Accessory Report', + 'accessory_report' => 'Tillbehörsrapport', 'action' => 'Åtgärd', 'activity_report' => 'Aktivitets Rapport', 'address' => 'Adress', 'admin' => 'Administratör', - 'add_seats' => 'Added seats', + 'add_seats' => 'Tillagda platser', 'all_assets' => 'Alla Tillgångar', 'all' => 'Alla', 'archived' => 'Arkiverad', 'asset_models' => 'Inventarie Modell', + 'asset_model' => 'Modell', 'asset' => 'Inventarie', 'asset_report' => 'Inventarie Rapport', 'asset_tag' => 'Inventarie Etikett', 'assets_available' => 'tillgängliga inventarier', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'Granska', + 'audit_report' => 'Revisionslogg', 'assets' => 'Inventarier', 'avatar_delete' => 'Ta bort Avatar', 'avatar_upload' => 'Ladda upp Avatar', 'back' => 'Bakåt', - 'bad_data' => 'Nothing found. Maybe bad data?', + 'bad_data' => 'Inget hittat. Kanske dåliga data?', 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit_status' => 'Revisionsstatus', 'bulk_checkout' => 'Bulk Checkout', 'cancel' => 'Avbryt', 'categories' => 'Kategorier', 'category' => 'Kategori', - 'change' => 'In/Out', + 'change' => 'In ut', 'changeemail' => 'Ändra E-postadress', 'changepassword' => 'Ändra Lösenord', 'checkin' => 'Checka in', 'checkin_from' => 'Checka in från', 'checkout' => 'Checka ut', 'city' => 'Ort', - 'click_here' => 'Click here', + 'click_here' => 'Klicka här', 'companies' => 'Företag', 'company' => 'Företag', 'component' => 'Komponent', 'components' => 'Komponenter', - 'complete' => 'Complete', + 'complete' => 'Komplett', 'consumable' => 'Förbrukningsmaterial', 'consumables' => 'Förbrukningsmaterial', 'country' => 'Land', 'create' => 'Skapa Ny', - 'created' => 'Item Created', + 'created' => 'Artikel skapad', 'created_asset' => 'skapa tillgång', 'created_at' => 'Skapad', - 'updated_at' => 'Updated at', + 'updated_at' => 'Uppdaterad på', 'currency' => 'SEK', // this is deprecated 'current' => 'Nuvarande', - 'custom_report' => 'Custom Asset Report', + 'custom_report' => 'Anpassad tillgångsrapport', 'dashboard' => 'Översikt', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'dagar', + 'days_to_next_audit' => 'Dagar till nästa revision', 'date' => 'Datum', 'debug_warning' => 'Varning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'debug_warning_text' => 'Programmet körs i produktionsläge med debugging aktiverat. Detta kan avslöja känslig data om din ansökan är tillgänglig för omvärlden. Inaktivera felsökningsläge genom att ange värdet APP_DEBUG i filen .env till false.', 'delete' => 'Ta bort', 'deleted' => 'Raderad', - 'delete_seats' => 'Deleted Seats', - 'departments' => 'Departments', - 'department' => 'Department', + 'delete_seats' => 'Borttagna platser', + 'departments' => 'avdelningar', + 'department' => 'Avdelning', 'deployed' => 'Används', - 'depreciation_report' => 'Depreciation Report', + 'depreciation_report' => 'Avskrivningsrapport', 'download' => 'Ladda ner', - 'depreciation' => 'Depreciation', + 'depreciation' => 'Avskrivning', 'editprofile' => 'Ändra Din Profil', 'eol' => 'EOL', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', - 'first' => 'First', + 'email_domain' => 'E-postdomän', + 'email_format' => 'E-postformat', + 'email_domain_help' => 'Detta används för att generera e-postadresser vid import', + 'filastname_format' => 'Första Initiala Efternamn (jsmith@example.com)', + 'firstname_lastname_format' => 'Förnamn Efternamn (jane.smith@example.com)', + 'first' => 'Först', 'first_name' => 'Förnamn', - 'first_name_format' => 'First Name (jane@example.com)', + 'first_name_format' => 'Förnamn (jane@example.com)', 'file_name' => 'Fil', 'file_uploads' => 'Filuppladdning', - 'generate' => 'Generate', + 'generate' => 'Generera', 'groups' => 'Grupper', - 'gravatar_email' => 'Gravatar Email Address', + 'gravatar_email' => 'Gravatar e-postadress', 'history' => 'Historik', 'history_for' => 'Historik för', 'id' => 'ID', 'image_delete' => 'Ta bort Bild', 'image_upload' => 'Ladda upp Bild', 'import' => 'Importera', - 'import-history' => 'Import History', + 'import-history' => 'Importera historik', 'asset_maintenance' => 'Inventarieunderhåll', 'asset_maintenance_report' => 'Asset Maintenance Report', 'asset_maintenances' => 'Asset Maintenances', - 'item' => 'Item', - 'insufficient_permissions' => 'Insufficient permissions!', + 'item' => 'Artikel', + 'insufficient_permissions' => 'Otillräckliga behörigheter!', 'language' => 'Språk', - 'last' => 'Last', - 'last_login' => 'Last Login', + 'last' => 'Sista', + 'last_login' => 'Senaste inloggning', 'last_name' => 'Efternamn', 'license' => 'Licens', - 'license_report' => 'License Report', + 'license_report' => 'Licensrapport', 'licenses_available' => 'tillgängliga licenser', 'licenses' => 'Licenser', 'list_all' => 'Lista Alla', 'loading' => 'Laddar', - 'lock_passwords' => 'This field cannot be edited in this installation.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'lock_passwords' => 'Det här fältet kan inte redigeras i den här installationen.', + 'feature_disabled' => 'Den här funktionen har inaktiverats för demoinstallationen.', 'location' => 'Plats', 'locations' => 'Platser', 'logout' => 'Logga ut', - 'lookup_by_tag' => 'Lookup by Asset Tag', + 'lookup_by_tag' => 'Lookup med tillgångslabel', 'manufacturer' => 'Tillverkare', 'manufacturers' => 'Tillverkare', - 'markdown' => 'This field allows Github flavored markdown.', - 'min_amt' => 'Min. QTY', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', - 'model_no' => 'Model No.', + 'markdown' => 'Detta fält tillåter Github smaksatt markdown.', + 'min_amt' => 'Min. ANTAL', + 'min_amt_help' => 'Minsta antal objekt som ska vara tillgängliga innan en varning utlöses.', + 'model_no' => 'modell nr.', 'months' => 'månader', 'moreinfo' => 'Mer information', 'name' => 'Namn', 'next' => 'Nästa', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', - 'new' => 'new!', + 'next_audit_date' => 'Nästa revisionsdatum', + 'last_audit' => 'Senaste revisionen', + 'new' => 'ny!', 'no_depreciation' => 'Ingen avskrivning', 'no_results' => 'Inga resultat.', 'no' => 'Nej', 'notes' => 'Anteckningar', 'order_number' => 'Order Nummer', - 'page_menu' => 'Showing _MENU_ items', - 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', - 'pending' => 'Pending', + 'page_menu' => 'Visar _MENU_ objekt', + 'pagination_info' => 'Visar _START_ till _END_ av _TOTAL_ objekt', + 'pending' => 'Avvaktan', 'people' => 'Personer', - 'per_page' => 'Results Per Page', + 'per_page' => 'Resultat per sida', 'previous' => 'Föregående', 'processing' => 'Bearbetar', 'profile' => 'Din profil', - 'purchase_cost' => 'Purchase Cost', + 'purchase_cost' => 'Köpkostnad', 'purchase_date' => 'Inköpsdatum', 'qty' => 'Antal', 'quantity' => 'Antal', - 'ready_to_deploy' => 'Ready to Deploy', + 'ready_to_deploy' => 'Klar att distribuera', 'recent_activity' => 'Senaste aktivitet', - 'remove_company' => 'Remove Company Association', + 'remove_company' => 'Ta bort företagsföreningen', 'reports' => 'Rapporter', - 'requested' => 'Requested', - 'request_canceled' => 'Request Canceled', + 'requested' => 'Begärda', + 'request_canceled' => 'Förfrågan annulleras', 'save' => 'Spara', 'select' => 'Välj', 'search' => 'Sök', 'select_category' => 'Välj en kategori', - 'select_department' => 'Select a Department', - 'select_depreciation' => 'Select a Depreciation Type', - 'select_location' => 'Select a Location', + 'select_department' => 'Välj en avdelning', + 'select_depreciation' => 'Välj en avskrivningstyp', + 'select_location' => 'Välj en plats', 'select_manufacturer' => 'Välj Tillverkare', 'select_model' => 'Välj Modell', 'select_supplier' => 'Välj Leverantör', 'select_user' => 'Välj Användare', - 'select_date' => 'Select Date (YYYY-MM-DD)', - 'select_statuslabel' => 'Select Status', - 'select_company' => 'Select Company', - 'select_asset' => 'Select Asset', + 'select_date' => 'Välj datum (ÅÅÅÅ-MM-DD)', + 'select_statuslabel' => 'Välj Status', + 'select_company' => 'Välj företag', + 'select_asset' => 'Välj Asset', 'settings' => 'Inställningar', 'sign_in' => 'Logga in', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', - 'site_name' => 'Site Name', - 'state' => 'State', - 'status_labels' => 'Status Labels', + 'signature' => 'Signatur', + 'some_features_disabled' => 'DEMO MODE: Vissa funktioner är inaktiverade för den här installationen.', + 'site_name' => 'Sidnamn', + 'state' => 'stat', + 'status_labels' => 'Statusetiketter', 'status' => 'Status', - 'supplier' => 'Supplier', - 'suppliers' => 'Suppliers', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', - 'total_assets' => 'total assets', - 'total_licenses' => 'total licenses', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', - 'type' => 'Type', - 'undeployable' => 'Un-deployable', - 'unknown_admin' => 'Unknown Admin', - 'username_format' => 'Username Format', - 'update' => 'Update', + 'supplier' => 'Leverantör', + 'suppliers' => 'leverantörer', + 'sure_to_delete' => 'Är du säker på att du vill radera', + 'submit' => 'Lämna', + 'target' => 'Mål', + 'time_and_date_display' => 'Tid och datumvisning', + 'total_assets' => 'totala tillgångar', + 'total_licenses' => 'totala licenser', + 'total_accessories' => 'Totala tillbehör', + 'total_consumables' => 'totala förbrukningsvaror', + 'type' => 'Typ', + 'undeployable' => 'Un-utvecklingsbara', + 'unknown_admin' => 'Okänd Admin', + 'username_format' => 'Användarnamn Format', + 'update' => 'Uppdatering', 'uploaded' => 'Uppladdad', 'user' => 'Användare', - 'accepted' => 'accepted', - 'declined' => 'declined', - 'unaccepted_asset_report' => 'Unaccepted Assets', + 'accepted' => 'accepterad', + 'declined' => 'tackade nej', + 'unaccepted_asset_report' => 'Oaccepterade tillgångar', 'users' => 'Användare', - 'viewassets' => 'View Assigned Assets', + 'viewassets' => 'Visa Tilldelade tillgångar', 'website' => 'Webbsida', - 'welcome' => 'Welcome, :name', + 'welcome' => 'Välkommen, namn', 'years' => 'år', 'yes' => 'Ja', - 'zip' => 'Zip', - 'noimage' => 'No image uploaded or image not found.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'zip' => 'Blixtlås', + 'noimage' => 'Ingen bild uppladdad eller bild hittades inte.', + 'token_expired' => 'Din formulärperiod har löpt ut. Var god försök igen.', ]; diff --git a/resources/lang/sv-SE/mail.php b/resources/lang/sv-SE/mail.php index c9a4fe182d..a9d31db9b3 100644 --- a/resources/lang/sv-SE/mail.php +++ b/resources/lang/sv-SE/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', + 'a_user_canceled' => 'En användare har avbrutit en artikelförfrågan på webbplatsen', + 'a_user_requested' => 'En användare har begärt ett objekt på webbplatsen', + 'accessory_name' => 'Tillbehörsnamn:', + 'additional_notes' => 'Ytterligare anmärkningar:', + 'admin_has_created' => 'En administratör har skapat ett konto för dig på: webbsidan.', + 'asset' => 'Tillgång:', + 'asset_name' => 'Tillgångs namn:', + 'asset_requested' => 'Asset begärd', 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', + 'assets_warrantee_expiring' => '{1} tillgång med garanti som löper ut de närmaste 60 dagarna. | [2, Inf] tillgångar med garantier som löper ut de närmaste 60 dagarna.', + 'assigned_to' => 'Tilldelats', + 'best_regards' => 'Vänliga hälsningar,', + 'canceled' => 'Avbryts:', + 'checkin_date' => 'Inchecknings datum:', + 'checkout_date' => 'Utcheckningsdatum:', + 'click_to_confirm' => 'Vänligen klicka på följande länk för att bekräfta ditt: webbkonto:', + 'click_on_the_link_accessory' => 'Vänligen klicka på länken längst ner för att bekräfta att du har fått tillbehöret.', + 'click_on_the_link_asset' => 'Vänligen klicka på länken längst ner för att bekräfta att du har fått tillgången.', + 'Confirm_Asset_Checkin' => 'Bekräfta Asset Checkin.', + 'Confirm_Accessory_Checkin' => 'Bekräfta tillbehörskontroll.', + 'Confirm_accessory_delivery' => 'Bekräfta tillbehörsleverans.', + 'Confirm_asset_delivery' => 'Bekräfta tillgångsleverans.', + 'Confirm_consumable_delivery' => 'Bekräfta leverans av förbrukning.', + 'current_QTY' => 'Nuvarande QTY', + 'Days' => 'dagar', + 'days' => 'dagar', + 'expecting_checkin_date' => 'Förväntad Incheckningsdatum:', + 'expires' => 'Utgår', 'Expiring_Assets_Report' => 'Expiring Assets Report.', 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', + 'hello' => 'Hallå', + 'hi' => 'Hej', + 'i_have_read' => 'Jag har läst och godkänt användarvillkoren och har fått den här produkten.', + 'item' => 'Artikel:', + 'items_below_minimum' => '{1} objekt som ligger under minsta inventering eller snart kommer att vara lågt. | [2, Inf] objekt som är under miniminivå eller snart kommer att vara låga.', + 'Item_Request_Canceled' => 'Artikelförfrågan annulleras', + 'Item_Requested' => 'Objekt som begärs', + 'licenses_expiring' => '{1} Licens som löper ut nästa 60 dagar. | [2, Inf] licenser som löper ut nästa 60 dagar.', + 'link_to_update_password' => 'Vänligen klicka på följande länk för att uppdatera ditt: webblösenord:', + 'login_first_admin' => 'Logga in på din nya Snipe-IT-installation med hjälp av referensuppgifterna nedan:', + 'login' => 'Logga in:', + 'Low_Inventory_Report' => 'Låg inventeringsrapport', 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'name' => 'namn', + 'new_item_checked' => 'Ett nytt objekt har blivit utcheckat under ditt namn, detaljerna nedan är.', + 'password' => 'Lösenord:', + 'password_reset' => 'Lösenordsåterställning', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'read_the_terms' => 'Läs användarvillkoren nedan.', + 'read_the_terms_and_click' => 'Läs användarvillkoren nedan och klicka på länken längst ner för att bekräfta att du läser och godkänner villkoren för användning och har fått tillgången.', + 'requested' => 'Begärda:', + 'reset_link' => 'Din Lösenord Återställ Länk', + 'reset_password' => 'Klicka här för att återställa ditt lösenord:', + 'serial' => 'Serie:', + 'supplier' => 'Leverantör', + 'tag' => 'Märka', + 'test_email' => 'Test Email från Snipe-IT', + 'test_mail_text' => 'Detta är ett test från Snipe-IT Asset Management System. Om du har det här jobbar posten :)', + 'the_following_item' => 'Följande artikel har blivit kontrollerad:', + 'There_are' => '{1} Det finns | [2, Inf] Det finns', + 'to_reset' => 'För att återställa ditt webbadress lösenord, fyll i det här formuläret:', + 'type' => 'Typ', + 'user' => 'Användare:', + 'username' => 'Användarnamn:', + 'welcome' => 'Välkommen: namn', + 'welcome_to' => 'Välkommen till: web!', + 'your_credentials' => 'Din Snipe-IT-uppgifter', ); diff --git a/resources/lang/sv-SE/pagination.php b/resources/lang/sv-SE/pagination.php index b573b51e91..763a842c3e 100644 --- a/resources/lang/sv-SE/pagination.php +++ b/resources/lang/sv-SE/pagination.php @@ -13,8 +13,8 @@ return array( | */ - 'previous' => '« Previous', + 'previous' => '« Föregående', - 'next' => 'Next »', + 'next' => 'Nästa »', ); diff --git a/resources/lang/sv-SE/passwords.php b/resources/lang/sv-SE/passwords.php index 5195a9b77c..12b4e43942 100644 --- a/resources/lang/sv-SE/passwords.php +++ b/resources/lang/sv-SE/passwords.php @@ -1,7 +1,7 @@ 'Your password link has been sent!', - 'user' => 'That user does not exist or does not have an email address associated', + 'sent' => 'Ditt lösenord länk har skickats!', + 'user' => 'Den användaren existerar inte eller har ingen e-postadress i samband', ]; diff --git a/resources/lang/sv-SE/table.php b/resources/lang/sv-SE/table.php index 8f9c2a2b1c..09544ca5c9 100644 --- a/resources/lang/sv-SE/table.php +++ b/resources/lang/sv-SE/table.php @@ -3,8 +3,8 @@ return array( 'actions' => 'Handlingar', - 'action' => 'Action', - 'by' => 'By', - 'item' => 'Item', + 'action' => 'Handling', + 'by' => 'Av', + 'item' => 'Artikel', ); diff --git a/resources/lang/sv-SE/validation.php b/resources/lang/sv-SE/validation.php index 02cb1fa981..a1005f9199 100644 --- a/resources/lang/sv-SE/validation.php +++ b/resources/lang/sv-SE/validation.php @@ -13,80 +13,80 @@ return array( | */ - 'accepted' => 'The :attribute must be accepted.', - 'active_url' => 'The :attribute is not a valid URL.', - 'after' => 'The :attribute must be a date after :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', - 'alpha' => 'The :attribute may only contain letters.', - 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', - 'alpha_num' => 'The :attribute may only contain letters and numbers.', - 'array' => 'The :attribute must be an array.', - 'before' => 'The :attribute must be a date before :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'accepted' => 'Attributet måste godkännas.', + 'active_url' => 'Attributet är inte en giltig URL.', + 'after' => 'Attributet måste vara ett datum efter: datum.', + 'after_or_equal' => 'Attributet måste vara ett datum efter eller lika med: datum.', + 'alpha' => 'Attributet får bara innehålla bokstäver.', + 'alpha_dash' => 'Attributet får bara innehålla bokstäver, siffror och bindestreck.', + 'alpha_num' => 'Attributet får bara innehålla bokstäver och siffror.', + 'array' => 'Attributet måste vara en matris.', + 'before' => 'Attributet måste vara ett datum före: datum.', + 'before_or_equal' => 'Attributet måste vara ett datum före eller lika med: datum.', 'between' => [ - 'numeric' => 'The :attribute must be between :min and :max.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', - 'string' => 'The :attribute must be between :min and :max characters.', - 'array' => 'The :attribute must have between :min and :max items.', + 'numeric' => 'Attributet måste vara mellan: min och: max.', + 'file' => 'Attributet måste vara mellan: min och: max kilobytes.', + 'string' => 'Attributet måste vara mellan: min och: max tecken.', + 'array' => 'Attributet måste ha mellan: min och: max objekt.', ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', - 'date' => 'The :attribute is not a valid date.', - 'date_format' => 'The :attribute does not match the format :format.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'email' => 'The :attribute must be a valid email address.', - 'exists' => 'The selected :attribute is invalid.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', - 'image' => 'The :attribute must be an image.', - 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'boolean' => 'Attributfältet måste vara sant eller felaktigt.', + 'confirmed' => 'Den: Attributbekräftelsen matchar inte.', + 'date' => 'Attributet är inte ett giltigt datum.', + 'date_format' => 'Attributet matchar inte formatet: format.', + 'different' => 'Attributet: Andet måste vara annorlunda.', + 'digits' => 'Attributet måste vara: siffror siffror.', + 'digits_between' => 'Attributet måste vara mellan: min och: max siffror.', + 'dimensions' => 'Attributet har ogiltiga bilddimensioner.', + 'distinct' => 'Attributfältet har ett duplikatvärde.', + 'email' => 'Attributet måste vara en giltig e-postadress.', + 'exists' => 'Det valda: attributet är ogiltigt.', + 'file' => 'Attributet måste vara en fil.', + 'filled' => 'Attributfältet måste ha ett värde.', + 'image' => 'Attributet måste vara en bild.', + 'in' => 'Det valda: attributet är ogiltigt.', + 'in_array' => 'Attributfältet existerar inte i: andra.', + 'integer' => 'Attributet måste vara ett heltal.', + 'ip' => 'Attributet måste vara en giltig IP-adress.', + 'ipv4' => 'Attributet måste vara en giltig IPv4-adress.', + 'ipv6' => 'Attributet måste vara en giltig IPv6-adress.', + 'json' => 'Attributet måste vara en giltig JSON-sträng.', 'max' => [ - 'numeric' => 'The :attribute may not be greater than :max.', - 'file' => 'The :attribute may not be greater than :max kilobytes.', - 'string' => 'The :attribute may not be greater than :max characters.', - 'array' => 'The :attribute may not have more than :max items.', + 'numeric' => 'Attributet får inte vara större än: max.', + 'file' => 'Attributet får inte vara större än: max kilobytes.', + 'string' => 'Attributet får inte vara större än: Max tecken.', + 'array' => 'Attributet får inte ha mer än: Max objekt.', ], - 'mimes' => 'The :attribute must be a file of type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimes' => 'Attributet måste vara en fil av typen:: värden.', + 'mimetypes' => 'Attributet måste vara en fil av typen:: värden.', 'min' => [ - 'numeric' => 'The :attribute must be at least :min.', - 'file' => 'The :attribute must be at least :min kilobytes.', - 'string' => 'The :attribute must be at least :min characters.', - 'array' => 'The :attribute must have at least :min items.', + 'numeric' => 'Attributet måste vara minst: min.', + 'file' => 'Attributet måste vara minst: min kilobytes.', + 'string' => 'Attributet måste vara minst: mina tecken.', + 'array' => 'Attributet måste ha minst: mina saker.', ], - 'not_in' => 'The selected :attribute is invalid.', - 'numeric' => 'The :attribute must be a number.', - 'present' => 'The :attribute field must be present.', - 'regex' => 'The :attribute format is invalid.', - 'required' => 'The :attribute field is required.', - 'required_if' => 'The :attribute field is required when :other is :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', - 'required_with' => 'The :attribute field is required when :values is present.', - 'required_with_all' => 'The :attribute field is required when :values is present.', - 'required_without' => 'The :attribute field is required when :values is not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', - 'same' => 'The :attribute and :other must match.', + 'not_in' => 'Det valda: attributet är ogiltigt.', + 'numeric' => 'Attributet måste vara ett nummer.', + 'present' => 'Attributfältet måste vara närvarande.', + 'regex' => 'Attributet formatet är ogiltigt.', + 'required' => 'Fältet: Attribut är obligatoriskt.', + 'required_if' => 'Attributfältet krävs när: annat är: värde.', + 'required_unless' => 'Fältet: Attribut är obligatoriskt om inte annat är i: värden.', + 'required_with' => 'Fältet: Attribut är obligatoriskt när: värdena är närvarande.', + 'required_with_all' => 'Fältet: Attribut är obligatoriskt när: värdena är närvarande.', + 'required_without' => 'Fältet: Attribut är obligatoriskt när: värden inte är närvarande.', + 'required_without_all' => 'Attributfältet krävs när ingen av: värdena är närvarande.', + 'same' => 'Den: attributet och: andra måste matcha.', 'size' => [ - 'numeric' => 'The :attribute must be :size.', - 'file' => 'The :attribute must be :size kilobytes.', - 'string' => 'The :attribute must be :size characters.', - 'array' => 'The :attribute must contain :size items.', + 'numeric' => 'Attributet måste vara: storlek.', + 'file' => 'Attributet måste vara: storlek kilobytes.', + 'string' => 'Attributet måste vara: Storlekstecken.', + 'array' => 'Attributet måste innehålla: storlekar.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', - 'unique' => 'The :attribute has already been taken.', - 'uploaded' => 'The :attribute failed to upload.', - 'url' => 'The :attribute format is invalid.', + 'string' => 'Attributet måste vara en sträng.', + 'timezone' => 'Attributet måste vara en giltig zon.', + 'unique' => 'Attributet har redan tagits.', + 'uploaded' => 'Attributet misslyckades att ladda upp.', + 'url' => 'Attributet formatet är ogiltigt.', /* |-------------------------------------------------------------------------- @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Attributfältet innehåller ett tecken som inte är tillåtet.", + "email_array" => "En eller flera e-postadresser är ogiltiga.", + "hashed_pass" => "Ditt nuvarande lösenord är felaktigt", + 'dumbpwd' => 'Det lösenordet är för vanligt.', + "statuslabel_type" => "Du måste välja en giltig status etikett typ", + "unique_undeleted" => "Attributet måste vara unikt.", ], /* diff --git a/resources/lang/ta/admin/accessories/general.php b/resources/lang/ta/admin/accessories/general.php index 22771aff0c..7ae8937ab3 100644 --- a/resources/lang/ta/admin/accessories/general.php +++ b/resources/lang/ta/admin/accessories/general.php @@ -1,22 +1,22 @@ 'About Accessories', - 'about_accessories_text' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.', - 'accessory_category' => 'Accessory Category', - 'accessory_name' => 'Accessory Name', - 'checkout' => 'Checkout Accessory', + 'about_accessories_title' => 'துணைக்கருவிகள் பற்றி', + 'about_accessories_text' => 'நீங்கள் பயனர்களுக்கு வழங்கக்கூடிய எந்தவொரு பாகங்கள் இருந்தாலும், தொடர் எண் இல்லை (அல்லது அவற்றை தனிப்பட்ட முறையில் கண்காணிப்பதில் நீங்கள் அக்கறை கொள்ளவில்லை). உதாரணமாக, கணினி எலிகள் அல்லது விசைப்பலகைகள்.', + 'accessory_category' => 'துணை வகை', + 'accessory_name' => 'துணை பெயர்', + 'checkout' => 'புதுப்பித்துக்கொள்ளும் சேவை', 'checkin' => 'Checkin Accessory', - 'create' => 'Create Accessory', - 'edit' => 'Edit Accessory', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'total' => 'Total', - 'remaining' => 'Avail', - 'update' => 'Update Accessory', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'create' => 'அசெஸரி உருவாக்கவும்', + 'edit' => 'துணை திருத்தும்', + 'eula_text' => 'பகுப்பு EULA', + 'eula_text_help' => 'குறிப்பிட்ட வகை சொத்துக்களை உங்கள் EULA களை தனிப்பயனாக்க இந்தத் துறை உங்களை அனுமதிக்கிறது. உங்களுடைய அனைத்து சொத்துக்களுக்கும் ஒரே ஒரு EULA மட்டுமே இருந்தால், முதன்மை இயல்புநிலையைப் பயன்படுத்த கீழே உள்ள பெட்டியை நீங்கள் பார்க்கலாம்.', + 'require_acceptance' => 'இந்த பிரிவில் உள்ள சொத்துக்களை ஏற்றுக்கொள்வதை உறுதிப்படுத்த பயனர்கள் தேவை.', + 'no_default_eula' => 'முதன்மை இயல்புநிலை EULA இல்லை. அமைப்புகளில் ஒன்றைச் சேர்.', + 'total' => 'மொத்த', + 'remaining' => 'பலனளிக்கவில்லை', + 'update' => 'புதுப்பித்தல் துணை', + 'use_default_eula' => 'பதிலாக primary இயல்புநிலை EULA ஐப் பயன்படுத்துக.', + 'use_default_eula_disabled' => ' முதன்மை இயல்புநிலை EULA ஐப் பயன்படுத்தவும் . முதன்மை இயல்புநிலை EULA அமைக்கப்படவில்லை. அமைப்புகளில் ஒன்றைச் சேர்க்கவும்.', ); diff --git a/resources/lang/ta/admin/accessories/message.php b/resources/lang/ta/admin/accessories/message.php index 92998a4e14..13c23461f7 100644 --- a/resources/lang/ta/admin/accessories/message.php +++ b/resources/lang/ta/admin/accessories/message.php @@ -2,35 +2,35 @@ return array( - 'does_not_exist' => 'The accessory does not exist.', - 'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', + 'does_not_exist' => 'துணை இல்லை.', + 'assoc_users' => 'தற்போது இந்த இணைப்பு உள்ளது: பயனர்களை சோதிக்கப்படும் எண்ணைக் கணக்கிடு. ஆபரணங்களை சரிபார்த்து மீண்டும் முயற்சிக்கவும்.', 'create' => array( - 'error' => 'The accessory was not created, please try again.', - 'success' => 'The accessory was successfully created.' + 'error' => 'துணை உருவாக்கம் செய்யப்படவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'துணை வெற்றிகரமாக உருவாக்கப்பட்டது.' ), 'update' => array( - 'error' => 'The accessory was not updated, please try again', - 'success' => 'The accessory was updated successfully.' + 'error' => 'இணைப்பு புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + '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' => 'நிச்சயமாக இந்த துணை நீக்க விரும்புகிறீர்களா?', + 'error' => 'துணை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'துணை வெற்றிகரமாக நீக்கப்பட்டது.' ), 'checkout' => array( - 'error' => 'Accessory was not checked out, please try again', - 'success' => 'Accessory checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'அசெஸரி அவுட் சரிபார்க்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'அசெஸரி வெற்றிகரமாக சோதிக்கப்பட்டது.', + 'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.' ), 'checkin' => array( - 'error' => 'Accessory was not checked in, please try again', - 'success' => 'Accessory checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'அசெஸரி சோதிக்கப்படவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்', + 'success' => 'அசெஸரி வெற்றிகரமாக சரிபார்க்கப்பட்டது.', + 'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.' ) diff --git a/resources/lang/ta/admin/accessories/table.php b/resources/lang/ta/admin/accessories/table.php index e02d9f22e4..a7236efd84 100644 --- a/resources/lang/ta/admin/accessories/table.php +++ b/resources/lang/ta/admin/accessories/table.php @@ -1,11 +1,11 @@ 'Download CSV', - 'eula_text' => 'EULA', - 'id' => 'ID', - 'require_acceptance' => 'Acceptance', - 'title' => 'Accessory Name', + 'dl_csv' => 'CSV ஐ பதிவிறக்குக', + 'eula_text' => 'இறுதிப் பயனர் உரிம ஒப்பந்தம்', + 'id' => 'ஐடி', + 'require_acceptance' => 'ஏற்றுக்கொள்ளுதல்', + 'title' => 'துணை பெயர்', ); diff --git a/resources/lang/ta/admin/asset_maintenances/form.php b/resources/lang/ta/admin/asset_maintenances/form.php index 2aa005c45f..b82e2ec90f 100644 --- a/resources/lang/ta/admin/asset_maintenances/form.php +++ b/resources/lang/ta/admin/asset_maintenances/form.php @@ -1,14 +1,14 @@ 'Maintenance Type', - 'title' => 'Title', - 'start_date' => 'Started', - 'completion_date' => 'Completed', - 'cost' => 'Cost', - 'is_warranty' => 'Warranty Improvement', - 'asset_maintenance_time' => 'Days', - 'notes' => 'Notes', - 'update' => 'Update', - 'create' => 'Create' + 'asset_maintenance_type' => 'பராமரிப்பு வகை', + 'title' => 'தலைப்பு', + 'start_date' => 'தொடங்குதல்', + 'completion_date' => 'நிறைவு', + 'cost' => 'செலவு', + 'is_warranty' => 'உத்தரவாதத்தை முன்னேற்றம்', + 'asset_maintenance_time' => 'நாட்களில்', + 'notes' => 'குறிப்புக்கள்', + 'update' => 'புதுப்பிக்கப்பட்டது', + 'create' => 'உருவாக்கவும்' ]; diff --git a/resources/lang/ta/admin/asset_maintenances/general.php b/resources/lang/ta/admin/asset_maintenances/general.php index c7ae42d41a..4bf7cb2f36 100644 --- a/resources/lang/ta/admin/asset_maintenances/general.php +++ b/resources/lang/ta/admin/asset_maintenances/general.php @@ -1,11 +1,11 @@ 'Asset Maintenances', - 'edit' => 'Edit Asset Maintenance', - 'delete' => 'Delete Asset Maintenance', - 'view' => 'View Asset Maintenance Details', - 'repair' => 'Repair', - 'maintenance' => 'Maintenance', - 'upgrade' => 'Upgrade' + 'asset_maintenances' => 'சொத்து பராமரித்தல்', + 'edit' => 'சொத்து பராமரிப்பு திருத்தவும்', + 'delete' => 'சொத்து பராமரிப்பு நீக்கு', + 'view' => 'சொத்து பராமரிப்பு விவரங்களைக் காண்க', + 'repair' => 'ரிப்பேர்', + 'maintenance' => 'பராமரிப்பு', + 'upgrade' => 'மேம்படுத்தல்' ]; diff --git a/resources/lang/ta/admin/asset_maintenances/message.php b/resources/lang/ta/admin/asset_maintenances/message.php index d121115825..49cb26cb97 100644 --- a/resources/lang/ta/admin/asset_maintenances/message.php +++ b/resources/lang/ta/admin/asset_maintenances/message.php @@ -1,21 +1,21 @@ 'Asset Maintenance you were looking for was not found!', + 'not_found' => 'நீங்கள் தேடிக்கொண்டிருக்கும் சொத்து பராமரிப்பு இல்லை!', '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' => 'நிச்சயமாக இந்த சொத்து பராமரிப்பு நீக்க வேண்டுமா?', + 'error' => 'சொத்து பராமரிப்பு நீக்கப்பட்ட ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'சொத்து பராமரிப்பு வெற்றிகரமாக நீக்கப்பட்டது.' ], 'create' => [ - 'error' => 'Asset Maintenance was not created, please try again.', - 'success' => 'Asset Maintenance created successfully.' + 'error' => 'சொத்து பராமரிப்பு உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'சொத்து பராமரிப்பு வெற்றிகரமாக உருவாக்கப்பட்டது.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'சொத்து பராமரிப்பு திருத்தப்படவில்லை, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'சொத்து பராமரிப்பு வெற்றிகரமாக திருத்தப்பட்டது.' ], - 'asset_maintenance_incomplete' => 'Not Completed Yet', - 'warranty' => 'Warranty', - 'not_warranty' => 'Not Warranty', + 'asset_maintenance_incomplete' => 'இதுவரையிலும் முடிக்கப்படவில்லை', + 'warranty' => 'உத்தரவாதத்தை', + 'not_warranty' => 'உத்தரவாதம் இல்லை', ]; \ No newline at end of file diff --git a/resources/lang/ta/admin/asset_maintenances/table.php b/resources/lang/ta/admin/asset_maintenances/table.php index f3a6be60f9..ffe64e7b78 100644 --- a/resources/lang/ta/admin/asset_maintenances/table.php +++ b/resources/lang/ta/admin/asset_maintenances/table.php @@ -1,8 +1,8 @@ 'Asset Maintenance', - 'asset_name' => 'Asset Name', - 'is_warranty' => 'Warranty', - 'dl_csv' => 'Download CSV' + 'title' => 'சொத்து பராமரிப்பு', + 'asset_name' => 'சொத்து பெயர்', + 'is_warranty' => 'உத்தரவாதத்தை', + 'dl_csv' => 'CSV ஐ பதிவிறக்குக' ]; diff --git a/resources/lang/ta/admin/categories/general.php b/resources/lang/ta/admin/categories/general.php index 16b3b79f51..2aceb4dc39 100644 --- a/resources/lang/ta/admin/categories/general.php +++ b/resources/lang/ta/admin/categories/general.php @@ -1,23 +1,23 @@ 'About Categories', - 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', - 'asset_categories' => 'Asset Categories', - 'category_name' => 'Category Name', - 'checkin_email' => 'Send email to user on checkin.', - 'clone' => 'Clone Category', - 'create' => 'Create Category', - 'edit' => 'Edit Category', - 'eula_text' => 'Category EULA', - 'eula_text_help' => 'This field allows you to customize your EULAs for specific types of assets. If you only have one EULA for all of your assets, you can check the box below to use the primary default.', - 'name' => 'Category Name', - 'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', - 'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.', - 'required_eula' => 'This user will be emailed a copy of the EULA', - 'no_default_eula' => 'No primary default EULA found. Add one in Settings.', - 'update' => 'Update Category', - 'use_default_eula' => 'Use the primary default EULA instead.', - 'use_default_eula_disabled' => 'Use the primary default EULA instead. No primary default EULA is set. Please add one in Settings.', + 'about_categories_title' => 'வகைகள் பற்றி', + 'about_categories' => 'வகைகள் உங்கள் பொருட்களை ஒழுங்கமைக்க உதவுகின்றன. சில எடுத்துக்காட்டு வகைகள் "Desktops", "Laptops", "Mobile Phones", "Tablets", மற்றும் பலவற்றில் இருக்கலாம், ஆனால் உங்களுக்கான அர்த்தங்களை வகைப்படுத்தலாம்.', + 'asset_categories' => 'சொத்து வகைகள்', + 'category_name' => 'வகை பெயர்', + 'checkin_email' => 'செக்னனில் பயனர் மின்னஞ்சலை அனுப்பவும்.', + 'clone' => 'குளோன் வகை', + 'create' => 'பகுப்பு உருவாக்கவும்', + 'edit' => 'திருத்து பகுப்பு', + 'eula_text' => 'பகுப்பு EULA', + 'eula_text_help' => 'குறிப்பிட்ட வகை சொத்துக்களை உங்கள் EULA களை தனிப்பயனாக்க இந்தத் துறை உங்களை அனுமதிக்கிறது. உங்களுடைய அனைத்து சொத்துக்களுக்கும் ஒரே ஒரு EULA மட்டுமே இருந்தால், முதன்மை இயல்புநிலையைப் பயன்படுத்த கீழே உள்ள பெட்டியை நீங்கள் பார்க்கலாம்.', + 'name' => 'வகை பெயர்', + 'require_acceptance' => 'இந்த பிரிவில் உள்ள சொத்துக்களை ஏற்றுக்கொள்வதை உறுதிப்படுத்த பயனர்கள் தேவை.', + 'required_acceptance' => 'இந்த உருப்படியை ஏற்றுக்கொள்வதை உறுதிப்படுத்துவதற்கான இணைப்புடன் இந்த பயனர் மின்னஞ்சல் அனுப்பப்படும்.', + 'required_eula' => 'இந்த பயனர் EULA இன் ஒரு நகலை மின்னஞ்சல் செய்யப்படும்', + 'no_default_eula' => 'முதன்மை இயல்புநிலை EULA இல்லை. அமைப்புகளில் ஒன்றைச் சேர்.', + 'update' => 'பகுப்பு புதுப்பிக்கவும்', + 'use_default_eula' => 'பதிலாக primary இயல்புநிலை EULA ஐப் பயன்படுத்துக.', + 'use_default_eula_disabled' => ' முதன்மை இயல்புநிலை EULA ஐப் பயன்படுத்தவும் . முதன்மை இயல்புநிலை EULA அமைக்கப்படவில்லை. அமைப்புகளில் ஒன்றைச் சேர்க்கவும்.', ); diff --git a/resources/lang/ta/admin/categories/message.php b/resources/lang/ta/admin/categories/message.php index 48cf5478e1..e90faccec1 100644 --- a/resources/lang/ta/admin/categories/message.php +++ b/resources/lang/ta/admin/categories/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Category does not exist.', - 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', - 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ', + 'does_not_exist' => 'பகுப்பு இல்லை.', + 'assoc_models' => 'இந்த வகை தற்போது குறைந்தபட்சம் ஒரு மாதிரியுடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. இந்த வகைகளை இனி குறிப்பிடவும் உங்கள் மாதிரியைப் புதுப்பிக்கவும் மீண்டும் முயற்சிக்கவும்.', + 'assoc_items' => 'இந்த வகை தற்போது குறைந்தபட்சம் ஒன்றுடன் தொடர்புடையது: சொத்து வகை _ வகை மற்றும் நீக்கப்பட முடியாது. தயவுசெய்து தயவுசெய்து உங்கள் வகை: asset_type ஐ இனி இந்த பிரிவை குறிப்பிடாமல் புதுப்பிக்கவும்.', 'create' => array( - 'error' => 'Category was not created, please try again.', - 'success' => 'Category created successfully.' + 'error' => 'வகையை உருவாக்க முடியவில்லை, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'வகை வெற்றிகரமாக உருவாக்கப்பட்டது.' ), 'update' => array( - 'error' => 'Category was not updated, please try again', - 'success' => 'Category updated successfully.' + 'error' => 'வகை புதுப்பிக்கப்படவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்', + 'success' => 'வகை வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this category?', - 'error' => 'There was an issue deleting the category. Please try again.', - 'success' => 'The category was deleted successfully.' + 'confirm' => 'இந்த வகையை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', + 'error' => 'வகையை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'வகை வெற்றிகரமாக நீக்கப்பட்டது.' ) ); diff --git a/resources/lang/ta/admin/categories/table.php b/resources/lang/ta/admin/categories/table.php index a3ee96ae7f..e43c5b96e8 100644 --- a/resources/lang/ta/admin/categories/table.php +++ b/resources/lang/ta/admin/categories/table.php @@ -1,10 +1,10 @@ 'EULA', - 'id' => 'ID', - 'parent' => 'Parent', - 'require_acceptance' => 'Acceptance', - 'title' => 'Asset Category Name', + 'eula_text' => 'இறுதிப் பயனர் உரிம ஒப்பந்தம்', + 'id' => 'ஐடி', + 'parent' => 'பெற்றோர்', + 'require_acceptance' => 'ஏற்றுக்கொள்ளுதல்', + 'title' => 'சொத்து வகை பெயர்', ); diff --git a/resources/lang/ta/admin/companies/general.php b/resources/lang/ta/admin/companies/general.php index 9a47968977..2b3dd0ccbd 100644 --- a/resources/lang/ta/admin/companies/general.php +++ b/resources/lang/ta/admin/companies/general.php @@ -1,6 +1,6 @@ 'About Companies', - 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', - 'select_company' => 'Select Company', + 'about_companies_title' => 'நிறுவனங்கள் பற்றி', + 'about_companies_text' => 'நிறுவனங்கள் ஒரு எளிய அடையாளங்காட்டி களமாகப் பயன்படுத்தப்படலாம் அல்லது உங்கள் நிர்வாக அமைப்புகளில் முழு நிறுவனம் ஆதரவு இயக்கப்பட்டிருந்தால், சொத்துக்களின் பார்வையையும், பயனர்களையும், பார்வையிடலாம்.', + 'select_company' => 'நிறுவனம் தேர்ந்தெடு', ]; diff --git a/resources/lang/ta/admin/companies/message.php b/resources/lang/ta/admin/companies/message.php index a6db573519..aa8209e990 100644 --- a/resources/lang/ta/admin/companies/message.php +++ b/resources/lang/ta/admin/companies/message.php @@ -1,18 +1,18 @@ 'Company does not exist.', - 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', + 'does_not_exist' => 'நிறுவனம் இல்லை.', + 'assoc_users' => 'இந்த நிறுவனம் தற்போது குறைந்தது ஒரு மாதிரியுடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. இந்த நிறுவனத்தை இனி குறிப்பிடாமல் உங்கள் மாடல்களை புதுப்பிக்கவும் மீண்டும் முயற்சிக்கவும்.', 'create' => array( - 'error' => 'Company was not created, please try again.', - 'success' => 'Company created successfully.' + 'error' => 'நிறுவனம் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'நிறுவனம் வெற்றிகரமாக உருவாக்கப்பட்டது.' ), 'update' => array( - 'error' => 'Company was not updated, please try again', - 'success' => 'Company updated successfully.' + 'error' => 'நிறுவனம் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'நிறுவனம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this company?', - 'error' => 'There was an issue deleting the company. Please try again.', - 'success' => 'The Company was deleted successfully.' + 'confirm' => 'இந்த நிறுவனத்தை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', + 'error' => 'நிறுவனத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'நிறுவனம் வெற்றிகரமாக நீக்கப்பட்டது.' ) ); diff --git a/resources/lang/ta/admin/companies/table.php b/resources/lang/ta/admin/companies/table.php index 2f86126ff2..1898d4af6e 100644 --- a/resources/lang/ta/admin/companies/table.php +++ b/resources/lang/ta/admin/companies/table.php @@ -1,9 +1,9 @@ 'Companies', - 'create' => 'Create Company', - 'title' => 'Company', - 'update' => 'Update Company', - 'name' => 'Company Name', - 'id' => 'ID', + 'companies' => 'நிறுவனங்கள்', + 'create' => 'நிறுவனம் உருவாக்கவும்', + 'title' => 'நிறுவனம்', + 'update' => 'கம்பெனி புதுப்பிக்கவும்', + 'name' => 'நிறுவனத்தின் பெயர்', + 'id' => 'ஐடி', ); diff --git a/resources/lang/ta/admin/components/general.php b/resources/lang/ta/admin/components/general.php index 75c9d250ab..02ce618347 100644 --- a/resources/lang/ta/admin/components/general.php +++ b/resources/lang/ta/admin/components/general.php @@ -1,17 +1,17 @@ 'About Components', - 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', - 'component_name' => 'Component Name', - 'checkin' => 'Checkin Component', - 'checkout' => 'Checkout Component', - 'cost' => 'Purchase Cost', - 'create' => 'Create Component', - 'edit' => 'Edit Component', - 'date' => 'Purchase Date', - 'order' => 'Order Number', - 'remaining' => 'Remaining', - 'total' => 'Total', - 'update' => 'Update Component', + 'about_components_title' => 'கூறுகள் பற்றி', + 'about_components_text' => 'கூறுகள் ஒரு சொத்தின் பகுதியாக இருக்கும், எடுத்துக்காட்டாக HDD, ரேம், போன்றவை.', + 'component_name' => 'கூறு பெயர்', + 'checkin' => 'செக்கோன் உபகரண', + 'checkout' => 'புதுப்பிப்பு உபகரண', + 'cost' => 'கொள்முதல் செலவு', + 'create' => 'உபகரணத்தை உருவாக்கவும்', + 'edit' => 'கூறு திருத்தவும்', + 'date' => 'கொள்முதல் தேதி', + 'order' => 'ஆர்டர் எண்', + 'remaining' => 'மீதமுள்ள', + 'total' => 'மொத்த', + 'update' => 'உபகரணத்தை புதுப்பிக்கவும்', ); diff --git a/resources/lang/ta/admin/components/message.php b/resources/lang/ta/admin/components/message.php index 1d13970f23..5c105450ee 100644 --- a/resources/lang/ta/admin/components/message.php +++ b/resources/lang/ta/admin/components/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Component does not exist.', + 'does_not_exist' => 'கூறு இல்லை.', 'create' => array( - 'error' => 'Component was not created, please try again.', - 'success' => 'Component created successfully.' + 'error' => 'கூறு உருவாக்கப்படவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'கூறு வெற்றிகரமாக உருவாக்கப்பட்டது.' ), 'update' => array( - 'error' => 'Component was not updated, please try again', - 'success' => 'Component updated successfully.' + 'error' => 'கூறு புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'உபகரணமானது வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this component?', - 'error' => 'There was an issue deleting the component. Please try again.', - 'success' => 'The component was deleted successfully.' + 'confirm' => 'நிச்சயமாக இந்த உறுப்பு நீக்க வேண்டுமா?', + 'error' => 'கூறு நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'கூறு வெற்றிகரமாக நீக்கப்பட்டது.' ), 'checkout' => array( - 'error' => 'Component was not checked out, please try again', - 'success' => 'Component checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'உபகரணத்தை சோதிக்க முடியவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'உபகரணமானது வெற்றிகரமாக சரிபார்க்கப்பட்டது.', + 'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.' ), 'checkin' => array( - 'error' => 'Component was not checked in, please try again', - 'success' => 'Component checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'உபகரணத்தை சோதிக்க முடியவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'உபகரணமானது வெற்றிகரமாக சரிபார்க்கப்பட்டது.', + 'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.' ) diff --git a/resources/lang/ta/admin/components/table.php b/resources/lang/ta/admin/components/table.php index 3d4fed6a7f..3a1ca5c873 100644 --- a/resources/lang/ta/admin/components/table.php +++ b/resources/lang/ta/admin/components/table.php @@ -1,5 +1,5 @@ 'Component Name', + 'title' => 'கூறு பெயர்', ); diff --git a/resources/lang/ta/admin/consumables/general.php b/resources/lang/ta/admin/consumables/general.php index 53a69f8c03..6eccc56698 100644 --- a/resources/lang/ta/admin/consumables/general.php +++ b/resources/lang/ta/admin/consumables/general.php @@ -1,13 +1,13 @@ 'About Consumables', - 'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', - 'checkout' => 'Checkout Consumable to User', - 'consumable_name' => 'Consumable Name', - 'create' => 'Create Consumable', - 'item_no' => 'Item No.', - 'remaining' => 'Remaining', - 'total' => 'Total', - 'update' => 'Update Consumable', + 'about_consumables_title' => 'நுகர்வோர் பற்றி', + 'about_consumables_text' => 'நுகர்வோர் காலப்போக்கில் பயன்படுத்தப்படும் என்று வாங்கிய எதையும் உள்ளன. உதாரணமாக, அச்சுப்பொறி மை அல்லது நகலி காகிதம்.', + 'checkout' => 'பயனர் நுகர்வோர் காசோலை', + 'consumable_name' => 'நுகர்வோர் பெயர்', + 'create' => 'நுகர்வோர் உருவாக்க', + 'item_no' => 'பொருள் எண்.', + 'remaining' => 'மீதமுள்ள', + 'total' => 'மொத்த', + 'update' => 'நுகர்வோர் புதுப்பிக்கவும்', ); diff --git a/resources/lang/ta/admin/consumables/message.php b/resources/lang/ta/admin/consumables/message.php index 48a3cfbd9f..1ac3840a5b 100644 --- a/resources/lang/ta/admin/consumables/message.php +++ b/resources/lang/ta/admin/consumables/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Consumable does not exist.', + 'does_not_exist' => 'நுகர்வோர் இல்லை.', 'create' => array( - 'error' => 'Consumable was not created, please try again.', - 'success' => 'Consumable created successfully.' + 'error' => 'நுகர்வோர் உருவாக்கப்படவில்லை, தயவுசெய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'நுகர்வோர் வெற்றிகரமாக உருவாக்கப்பட்டது.' ), 'update' => array( - 'error' => 'Consumable was not updated, please try again', - 'success' => 'Consumable updated successfully.' + 'error' => 'நுகர்வோர் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'நுகர்வோர் வெற்றிகரமாக மேம்படுத்தப்பட்டது.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this consumable?', - 'error' => 'There was an issue deleting the consumable. Please try again.', - 'success' => 'The consumable was deleted successfully.' + 'confirm' => 'நீங்கள் இந்த நுகர்வு நீக்க விரும்புகிறீர்களா?', + 'error' => 'நுகர்வு நீக்கம் ஒரு பிரச்சினை இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'நுகர்வோர் வெற்றிகரமாக நீக்கப்பட்டது.' ), 'checkout' => array( - 'error' => 'Consumable was not checked out, please try again', - 'success' => 'Consumable checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'நுகர்வோர் சரிபார்க்கப்படவில்லை, தயவு செய்து மீண்டும் முயற்சிக்கவும்', + 'success' => 'நுகர்வோர் வெற்றிகரமாக சோதிக்கப்பட்டது.', + 'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.' ), 'checkin' => array( - 'error' => 'Consumable was not checked in, please try again', - 'success' => 'Consumable checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'நுகர்வோர் சரிபார்க்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'நுகர்வோர் வெற்றிகரமாக சோதிக்கப்பட்டது.', + 'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.' ) diff --git a/resources/lang/ta/admin/consumables/table.php b/resources/lang/ta/admin/consumables/table.php index bb76721f17..06a1cf008a 100644 --- a/resources/lang/ta/admin/consumables/table.php +++ b/resources/lang/ta/admin/consumables/table.php @@ -1,5 +1,5 @@ 'Consumable Name', + 'title' => 'நுகர்வோர் பெயர்', ); diff --git a/resources/lang/ta/admin/custom_fields/general.php b/resources/lang/ta/admin/custom_fields/general.php index f2e6df90cb..7f65cd56ac 100644 --- a/resources/lang/ta/admin/custom_fields/general.php +++ b/resources/lang/ta/admin/custom_fields/general.php @@ -1,30 +1,30 @@ 'Custom Fields', - '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.', - 'encrypted' => 'Encrypted', - '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', - 'field_custom_format' => 'Custom Format', - 'required' => 'Required', + 'custom_fields' => 'விருப்ப புலங்கள்', + 'field' => 'களம்', + 'about_fieldsets_title' => 'புலங்கள் பற்றி', + 'about_fieldsets_text' => 'குறிப்பிட்ட சொத்து மாதிரி வகைகளுக்கு அடிக்கடி பயன்படுத்தப்படும் மீண்டும் பயன்படுத்தப்படும் தனிபயன் துறைகள் குழுக்களை உருவாக்க புலங்கள் அனுமதிக்கின்றன.', + 'custom_format' => 'விருப்ப வடிவமைப்பு ...', + 'encrypt_field' => 'தரவுத்தளத்தில் இந்த களத்தின் மதிப்பை குறியாக்கு', + 'encrypt_field_help' => 'எச்சரிக்கை: ஒரு புலத்தை குறியாக்காதே அது தெரியாததாக்குகிறது.', + 'encrypted' => 'முறைமையாக்கப்பட்ட', + 'fieldset' => 'fieldset', + 'qty_fields' => 'Qty புலங்கள்', + 'fieldsets' => 'fieldsets', + 'fieldset_name' => 'புலத்தின் பெயர்', + 'field_name' => 'புலம் பெயர்', + 'field_values' => 'புலம் மதிப்புகள்', + 'field_values_help' => 'தேர்ந்தெடுத்த விருப்பங்களைச் சேர், வரிக்கு ஒன்று. முதல் வரியை தவிர வெற்று வரிகளை புறக்கணிக்க வேண்டும்.', + 'field_element' => 'படிவம் உறுப்பு', + 'field_element_short' => 'உறுப்பு', + 'field_format' => 'வடிவம்', + 'field_custom_format' => 'விருப்ப வடிவமைப்பு', + 'required' => 'தேவையான', 'req' => 'Req.', - 'used_by_models' => 'Used By Models', - 'order' => 'Order', - 'create_fieldset' => 'New Fieldset', - 'create_field' => 'New Custom Field', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'used_by_models' => 'மாதிரிகள் பயன்படுத்தப்படுகிறது', + 'order' => 'ஆணை', + 'create_fieldset' => 'புதிய புலனாய்வு', + 'create_field' => 'புதிய தனிப்பயன் புலம்', + 'value_encrypted' => 'இந்த புலத்தின் மதிப்பு தரவுத்தளத்தில் குறியாக்கம் செய்யப்பட்டுள்ளது. நிர்வாக பயனர்கள் மட்டுமே குறியாக்கப்பட்ட மதிப்புகளைக் காண முடியும்', ); diff --git a/resources/lang/ta/admin/custom_fields/message.php b/resources/lang/ta/admin/custom_fields/message.php index ed66a6ba16..940a31778b 100644 --- a/resources/lang/ta/admin/custom_fields/message.php +++ b/resources/lang/ta/admin/custom_fields/message.php @@ -3,48 +3,48 @@ return array( 'field' => array( - 'invalid' => 'That field does not exist.', - 'already_added' => 'Field already added', + 'invalid' => 'அந்த புலம் இல்லை.', + 'already_added' => 'புலம் ஏற்கனவே சேர்க்கப்பட்டது', 'create' => array( - 'error' => 'Field was not created, please try again.', - 'success' => 'Field created successfully.', - 'assoc_success' => 'Field successfully added to fieldset.' + 'error' => 'புலம் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'புலம் வெற்றிகரமாக உருவாக்கப்பட்டது.', + 'assoc_success' => 'Fieldet க்கு புலம் வெற்றிகரமாக சேர்க்கப்பட்டது.' ), 'update' => array( - 'error' => 'Field was not updated, please try again', - 'success' => 'Field updated successfully.' + 'error' => 'புலம் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'புலம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this field?', - 'error' => 'There was an issue deleting the field. Please try again.', - 'success' => 'The field was deleted successfully.', - 'in_use' => 'Field is still in use.', + 'confirm' => 'நிச்சயமாக இந்த புலம் நீக்க வேண்டுமா?', + 'error' => 'களத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'புலம் வெற்றிகரமாக நீக்கப்பட்டது.', + 'in_use' => 'புலம் இன்னும் பயன்படுத்தப்படுகிறது.', ) ), 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'புலத்தில் இல்லை', 'create' => array( - 'error' => 'Fieldset was not created, please try again.', - 'success' => 'Fieldset created successfully.' + 'error' => 'புலத்தை உருவாக்கவில்லை, தயவு செய்து மீண்டும் முயற்சி செய்க.', + 'success' => 'புலத்தில் வெற்றிகரமாக உருவாக்கப்பட்டது.' ), 'update' => array( - 'error' => 'Fieldset was not updated, please try again', - 'success' => 'Fieldset updated successfully.' + 'error' => 'புலத்தை புதுப்பிக்க முடியவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'புலத்தில் வெற்றிகரமாக மேம்படுத்தப்பட்டது.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this fieldset?', - 'error' => 'There was an issue deleting the fieldset. Please try again.', - 'success' => 'The fieldset was deleted successfully.', - 'in_use' => 'Fieldset is still in use.', + 'confirm' => 'இந்த துறையை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', + 'error' => 'களஞ்சியத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'Fieldset வெற்றிகரமாக நீக்கப்பட்டது.', + 'in_use' => 'புலத்தில் இன்னும் பயன்படுத்தப்படுகிறது.', ) ), diff --git a/resources/lang/ta/admin/departments/message.php b/resources/lang/ta/admin/departments/message.php index d65f4fbb2b..6c7970e0a6 100644 --- a/resources/lang/ta/admin/departments/message.php +++ b/resources/lang/ta/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'துறை இல்லை.', + 'assoc_users' => 'இந்தத் துறை தற்போது குறைந்தது ஒரு பயனருடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. தயவுசெய்து உங்கள் துறையை இனி இந்த துறையை குறிப்பிடாமல் புதுப்பிக்கவும் மற்றும் மீண்டும் முயற்சிக்கவும்.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'துறை உருவாக்கப்பட்டது இல்லை, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'துறை வெற்றிகரமாக உருவாக்கப்பட்டது.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'துறை புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'துறை வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'இந்தத் துறையை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', + 'error' => 'திணைக்களம் நீக்கப்பட்ட ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'துறை வெற்றிகரமாக நீக்கப்பட்டது.' ) ); diff --git a/resources/lang/ta/admin/departments/table.php b/resources/lang/ta/admin/departments/table.php index 76494247be..9bb761aa3b 100644 --- a/resources/lang/ta/admin/departments/table.php +++ b/resources/lang/ta/admin/departments/table.php @@ -2,10 +2,10 @@ return array( - 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'id' => 'ஐடி', + 'name' => 'துறை பெயர்', + 'manager' => 'மேலாளர்', + 'location' => 'இருப்பிடம்', + 'create' => 'திணைக்களம் உருவாக்கவும்', + 'update' => 'புதுப்பிப்பு துறை', ); diff --git a/resources/lang/ta/admin/depreciations/general.php b/resources/lang/ta/admin/depreciations/general.php index 1fca0e2cb7..36cef27ac0 100644 --- a/resources/lang/ta/admin/depreciations/general.php +++ b/resources/lang/ta/admin/depreciations/general.php @@ -1,12 +1,12 @@ 'About Asset Depreciations', - 'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', - 'asset_depreciations' => 'Asset Depreciations', - 'create' => 'Create Depreciation', - 'depreciation_name' => 'Depreciation Name', - 'number_of_months' => 'Number of Months', - 'update' => 'Update Depreciation', + 'about_asset_depreciations' => 'சொத்து துயரங்கள் பற்றி', + 'about_depreciations' => 'நேராக வரி தேய்மானத்தை அடிப்படையாகக் கொண்ட சொத்துக்களை அடமானம் செய்வதற்கு சொத்து இழப்புகளை நீங்கள் அமைக்கலாம்.', + 'asset_depreciations' => 'சொத்து குறைபாடுகள்', + 'create' => 'தேய்மானத்தை உருவாக்குங்கள்', + 'depreciation_name' => 'தேய்மானி பெயர்', + 'number_of_months' => 'மாதங்களின் எண்ணிக்கை', + 'update' => 'தேய்மானம் புதுப்பிக்கவும்', ); diff --git a/resources/lang/ta/admin/depreciations/message.php b/resources/lang/ta/admin/depreciations/message.php index c20e52c13c..e9e712c45e 100644 --- a/resources/lang/ta/admin/depreciations/message.php +++ b/resources/lang/ta/admin/depreciations/message.php @@ -2,24 +2,24 @@ return array( - 'does_not_exist' => 'Depreciation class does not exist.', - 'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ', + 'does_not_exist' => 'தேய்மானம் வகுப்பு இல்லை.', + 'assoc_users' => 'இந்த தேய்மானம் ஒன்று ஒன்று அல்லது அதற்கு மேற்பட்ட மாதிரிகளுடன் தொடர்புடையது, மேலும் நீக்கப்பட முடியாது. மாதிரிகள் நீக்கி, மீண்டும் நீக்கி முயற்சிக்கவும்.', 'create' => array( - 'error' => 'Depreciation class was not created, please try again. :(', - 'success' => 'Depreciation class created successfully. :)' + 'error' => 'தேய்மானம் வகுப்பு உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும். :(', + 'success' => 'தேய்மானம் வகுப்பு வெற்றிகரமாக உருவாக்கப்பட்டது. :)' ), 'update' => array( - 'error' => 'Depreciation class was not updated, please try again', - 'success' => 'Depreciation class updated successfully.' + 'error' => 'தேய்மானம் தரமதிப்பு புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'துடைக்கும் வர்க்கம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this depreciation class?', - 'error' => 'There was an issue deleting the depreciation class. Please try again.', - 'success' => 'The depreciation class was deleted successfully.' + 'confirm' => 'இந்த தேய்மானத் தரத்தை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', + 'error' => 'தேய்மானம் வகுப்பை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'தேய்மானம் வகுப்பு வெற்றிகரமாக நீக்கப்பட்டது.' ) ); diff --git a/resources/lang/ta/admin/depreciations/table.php b/resources/lang/ta/admin/depreciations/table.php index 5ba01d132c..f9c3b089a1 100644 --- a/resources/lang/ta/admin/depreciations/table.php +++ b/resources/lang/ta/admin/depreciations/table.php @@ -2,9 +2,9 @@ return array( - 'id' => 'ID', - 'months' => 'Months', - 'term' => 'Term', - 'title' => 'Name ', + 'id' => 'ஐடி', + 'months' => 'மாதங்கள்', + 'term' => 'கால', + 'title' => 'பெயர்', ); diff --git a/resources/lang/ta/admin/groups/message.php b/resources/lang/ta/admin/groups/message.php index f14b6339e8..709bca3651 100644 --- a/resources/lang/ta/admin/groups/message.php +++ b/resources/lang/ta/admin/groups/message.php @@ -2,21 +2,21 @@ return array( - 'group_exists' => 'Group already exists!', - 'group_not_found' => 'Group [:id] does not exist.', - 'group_name_required' => 'The name field is required', + 'group_exists' => 'குழு ஏற்கனவே உள்ளது!', + 'group_not_found' => 'குழு [: id] இல்லை.', + 'group_name_required' => 'பெயர் புலம் தேவை', 'success' => array( - 'create' => 'Group was successfully created.', - 'update' => 'Group was successfully updated.', - 'delete' => 'Group was successfully deleted.', + 'create' => 'குழு வெற்றிகரமாக உருவாக்கப்பட்டது.', + 'update' => 'குழு வெற்றிகரமாக புதுப்பிக்கப்பட்டது.', + 'delete' => 'குழு வெற்றிகரமாக நீக்கப்பட்டது.', ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this group?', - 'create' => 'There was an issue creating the group. Please try again.', - 'update' => 'There was an issue updating the group. Please try again.', - 'delete' => 'There was an issue deleting the group. Please try again.', + 'confirm' => 'இந்த குழுவையை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', + 'create' => 'குழுவை உருவாக்கும் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'update' => 'குழுவை புதுப்பிப்பதில் சிக்கல் ஏற்பட்டது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'delete' => 'குழுவை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', ), ); diff --git a/resources/lang/ta/admin/groups/table.php b/resources/lang/ta/admin/groups/table.php index 61f060a116..0b89c2f872 100644 --- a/resources/lang/ta/admin/groups/table.php +++ b/resources/lang/ta/admin/groups/table.php @@ -2,8 +2,8 @@ return array( - 'id' => 'Id', - 'name' => 'Name', - 'users' => '# of Users', + 'id' => 'ஐடி', + 'name' => 'பெயர்', + 'users' => '# பயனர்கள்', ); diff --git a/resources/lang/ta/admin/groups/titles.php b/resources/lang/ta/admin/groups/titles.php index 99e8cc1f6f..775116ba50 100644 --- a/resources/lang/ta/admin/groups/titles.php +++ b/resources/lang/ta/admin/groups/titles.php @@ -1,14 +1,14 @@ 'About Groups', - 'about_groups' => 'Groups are used to generalize user permissions.', - 'group_management' => 'Group Management', - 'create' => 'Create New Group', - 'update' => 'Edit Group', - 'group_name' => 'Group Name', - 'group_admin' => 'Group Admin', - 'allow' => 'Allow', - 'deny' => 'Deny', + 'about_groups_title' => 'குழுக்கள் பற்றி', + 'about_groups' => 'பயனர் அனுமதிகள் பொதுமைப்படுத்த குழுக்கள் பயன்படுத்தப்படுகின்றன.', + 'group_management' => 'குழு மேலாண்மை', + 'create' => 'புதிய குழுவை உருவாக்கவும்', + 'update' => 'குழுவைத் திருத்து', + 'group_name' => 'குழு பெயர்', + 'group_admin' => 'குழு நிர்வாகம்', + 'allow' => 'அனுமதி', + 'deny' => 'மறு', ); diff --git a/resources/lang/ta/admin/hardware/form.php b/resources/lang/ta/admin/hardware/form.php index abded281fa..f0242aec14 100644 --- a/resources/lang/ta/admin/hardware/form.php +++ b/resources/lang/ta/admin/hardware/form.php @@ -1,42 +1,43 @@ 'Confirm Bulk Delete Assets', - 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.', - 'bulk_delete_warn' => 'You are about to delete :asset_count assets.', - 'bulk_update' => 'Bulk Update Assets', - 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ', - 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.', - 'checkedout_to' => 'Checked Out To', - 'checkout_date' => 'Checkout Date', - 'checkin_date' => 'Checkin Date', - 'checkout_to' => 'Checkout to', - 'cost' => 'Purchase Cost', - 'create' => 'Create Asset', - 'date' => 'Purchase Date', - 'depreciates_on' => 'Depreciates On', - 'default_location' => 'Default Location', - 'eol_date' => 'EOL Date', - 'eol_rate' => 'EOL Rate', - 'expected_checkin' => 'Expected Checkin Date', - 'expires' => 'Expires', - 'fully_depreciated' => 'Fully Depreciated', - 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', - 'mac_address' => 'MAC Address', - 'manufacturer' => 'Manufacturer', - 'model' => 'Model', - 'months' => 'months', - 'name' => 'Asset Name', - 'notes' => 'Notes', - 'order' => 'Order Number', - 'qr' => 'QR Code', - 'requestable' => 'Users may request this asset', - 'select_statustype' => 'Select Status Type', - 'serial' => 'Serial', - 'status' => 'Status', - 'tag' => 'Asset Tag', - 'update' => 'Asset Update', - 'warranty' => 'Warranty', - 'years' => 'years', + 'bulk_delete' => 'பெரும்பங்கு சொத்துக்களை நீக்குவதை உறுதிப்படுத்தவும்', + 'bulk_delete_help' => 'கீழே மொத்த நீக்குவதற்கான சொத்துக்களை மதிப்பாய்வு செய்யவும். நீக்கப்பட்டவுடன், இந்த சொத்துகள் மீட்டமைக்கப்படலாம், ஆனால் அவை தற்போது எந்த பயனர்களையும் தற்போது ஒதுக்கப்படும்.', + 'bulk_delete_warn' => 'நீங்கள் நீக்குவது: asset_count சொத்துகள்.', + 'bulk_update' => 'மொத்த புதுப்பித்தல் சொத்துகள்', + 'bulk_update_help' => 'இந்த படிவம் ஒரே நேரத்தில் பல சொத்துக்களை புதுப்பிக்க உதவுகிறது. நீங்கள் மாற்ற வேண்டிய துறைகள் மட்டுமே நிரப்பவும். காலியாக உள்ள எந்த புலமும் மாறாமல் இருக்கும்.', + 'bulk_update_warn' => 'சொத்துக்களின் திருத்தங்களை நீங்கள் திருத்திக் கொள்ள உள்ளீர்கள்: asset_count assets.', + 'checkedout_to' => 'அவுட் சரிபார்க்கப்பட்டது', + 'checkout_date' => 'புதுப்பிப்பு தேதி', + 'checkin_date' => 'சரி தேதி', + 'checkout_to' => 'புதுப்பித்தல்', + 'cost' => 'கொள்முதல் செலவு', + 'create' => 'சொத்து உருவாக்கவும்', + 'date' => 'கொள்முதல் தேதி', + 'depreciation' => 'தேய்மானம்', + 'depreciates_on' => 'நிக்காது', + 'default_location' => 'இயல்புநிலை இருப்பிடம்', + 'eol_date' => 'EOL தேதி', + 'eol_rate' => 'EOL விகிதம்', + 'expected_checkin' => 'எதிர்பார்த்த செக்கின் தேதி', + 'expires' => 'காலாவதியாகிறது', + 'fully_depreciated' => 'முற்றிலும் குறைத்து மதிப்பிடப்பட்டுள்ளது', + 'help_checkout' => 'நீங்கள் உடனடியாக இந்த சொத்தை ஒதுக்க விரும்பினால், மேலேயுள்ள நிலை பட்டியலில் இருந்து "வரிசைப்படுத்துவதற்குத் தயார்" என்பதைத் தேர்ந்தெடுக்கவும்.', + 'mac_address' => 'Mac முகவரி', + 'manufacturer' => 'உற்பத்தியாளர்', + 'model' => 'மாதிரி', + 'months' => 'மாதங்கள்', + 'name' => 'சொத்து பெயர்', + 'notes' => 'குறிப்புக்கள்', + 'order' => 'ஆர்டர் எண்', + 'qr' => 'க்யு ஆர் குறியீடு', + 'requestable' => 'பயனர்கள் இந்த சொத்தை கோரலாம்', + 'select_statustype' => 'நிலை வகை தேர்ந்தெடுக்கவும்', + 'serial' => 'சீரியல்', + 'status' => 'நிலைமை', + 'tag' => 'சொத்து டேக்', + 'update' => 'சொத்து புதுப்பிப்பு', + 'warranty' => 'உத்தரவாதத்தை', + 'years' => 'ஆண்டுகள்', ) ; diff --git a/resources/lang/ta/admin/hardware/general.php b/resources/lang/ta/admin/hardware/general.php index 1def86dc9e..0c855a4a8e 100644 --- a/resources/lang/ta/admin/hardware/general.php +++ b/resources/lang/ta/admin/hardware/general.php @@ -1,23 +1,23 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', - 'archived' => 'Archived', - 'asset' => 'Asset', - 'bulk_checkout' => 'Checkout Assets to User', - 'checkin' => 'Checkin Asset', - 'checkout' => 'Checkout Asset', - 'clone' => 'Clone Asset', - 'deployable' => 'Deployable', - 'deleted' => 'This asset has been deleted. Click here to restore it.', - 'edit' => 'Edit Asset', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.
Click here to restore the model.', + 'about_assets_title' => 'சொத்துகள் பற்றி', + 'about_assets_text' => 'சொத்துகள் வரிசை எண் அல்லது சொத்து குறிச்சொல் மூலம் கண்காணிக்கப்படும் உருப்படிகளாக இருக்கின்றன. ஒரு குறிப்பிட்ட உருப்படி விஷயங்களை அடையாளம் காண்பிக்கும் அதிக மதிப்புள்ள பொருட்களாக அவை இருக்கும்.', + 'archived' => 'காப்பகப்படுத்தியவை', + 'asset' => 'சொத்து', + 'bulk_checkout' => 'பயனர் சொத்துக்களை புதுப்பித்தல்', + 'checkin' => 'சரிபார்ப்பு சொத்து', + 'checkout' => 'சரிபார்ப்புச் சொத்து', + 'clone' => 'குளோன் சொத்து', + 'deployable' => 'அணியப்படுத்தக்', + 'deleted' => 'இந்த சொத்து நீக்கப்பட்டது. அதை மீட்டமைக்க இங்கு கிளிக் செய்க. .', + 'edit' => 'சொத்து திருத்து', + 'filetype_info' => 'அனுமதிக்கப்பட்ட கோப்புரிமைகள் png, gif, jpg, jpeg, doc, docx, pdf, txt, zip மற்றும் rar ஆகியவை.', + 'model_deleted' => 'இந்த சொத்து மாடல் நீக்கப்பட்டது. நீங்கள் சொத்து மீட்டமைக்கப்படுவதற்கு முன் மாடலை நீங்கள் மீட்டெடுக்க வேண்டும்.
model ஐ மீட்டமைக்க இங்கே கிளிக் செய்க.', 'requestable' => 'Requestable', - 'requested' => 'Requested', - 'restore' => 'Restore Asset', - 'pending' => 'Pending', + 'requested' => 'கோரப்பட்டது', + 'restore' => 'சொத்து மீட்டமை', + 'pending' => 'நிலுவையில்', 'undeployable' => 'Undeployable', - 'view' => 'View Asset', + 'view' => 'சொத்து காண்க', ); diff --git a/resources/lang/ta/admin/hardware/message.php b/resources/lang/ta/admin/hardware/message.php index 112cf77ded..1a8e4be197 100644 --- a/resources/lang/ta/admin/hardware/message.php +++ b/resources/lang/ta/admin/hardware/message.php @@ -2,81 +2,80 @@ return array( - 'undeployable' => 'Warning: This asset has been marked as currently undeployable. - If this status has changed, please update the asset status.', - 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'undeployable' => ' எச்சரிக்கை: இந்த சொத்து தற்போது undeployable என குறிக்கப்பட்டுள்ளது. இந்த நிலை மாறியிருந்தால், சொத்து நிலையை புதுப்பிக்கவும்.', + 'does_not_exist' => 'சொத்து இல்லை.', + 'does_not_exist_or_not_requestable' => 'நல்ல முயற்சி. அந்த சொத்து இல்லை அல்லது கோரிக்கை இல்லை.', + 'assoc_users' => 'இந்த சொத்து தற்போது ஒரு பயனர் வெளியே சோதிக்கப்பட்டது மற்றும் நீக்க முடியாது. முதலில் சொத்தை சரிபார்த்து, மீண்டும் நீக்கி முயற்சிக்கவும்.', 'create' => array( - 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' + 'error' => 'சொத்து உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும். :(', + 'success' => 'சொத்து வெற்றிகரமாக உருவாக்கப்பட்டது. :)' ), 'update' => array( - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'error' => 'சொத்து புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'சொத்து வெற்றிகரமாக புதுப்பிக்கப்பட்டது.', + 'nothing_updated' => 'எந்த துறைகளும் தேர்ந்தெடுக்கப்படவில்லை, அதனால் எதுவும் புதுப்பிக்கப்படவில்லை.', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' + 'error' => 'சொத்து மீட்டமைக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'சொத்து வெற்றிகரமாக மீட்டமைக்கப்பட்டது.' ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'சொத்து தணிக்கை தோல்வியடைந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'சொத்து தணிக்கை வெற்றிகரமாக உள்நுழைந்தது.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'கோப்பு நீக்கப்படவில்லை. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'கோப்பு வெற்றிகரமாக நீக்கப்பட்டது.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'கோப்பு (கள்) பதிவேற்றப்படவில்லை. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'கோப்பு (கள்) வெற்றிகரமாக பதிவேற்றப்பட்டது.', + 'nofiles' => 'பதிவேற்றுவதற்கான எந்தவொரு கோப்பையும் நீங்கள் தேர்ந்தெடுக்கவில்லை அல்லது நீங்கள் பதிவேற்ற முயற்சிக்கும் கோப்பு மிகப்பெரியது', + 'invalidfiles' => 'உங்கள் கோப்புகளில் ஒன்று அல்லது அதற்கு மேற்பட்டவை மிக அதிகமாக உள்ளது அல்லது அனுமதிக்கப்படாத கோப்பு வகை உள்ளது. அனுமதிக்கப்பட்ட கோப்புரிமைகள் png, gif, jpg, doc, docx, pdf மற்றும் txt ஆகியவை.', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'சில உருப்படிகளை சரியாக இறக்குமதி செய்யவில்லை.', + 'errorDetail' => 'பிழைகள் காரணமாக பின்வரும் உருப்படிகளை இறக்குமதி செய்யப்படவில்லை.', + 'success' => "உங்கள் கோப்பு இறக்குமதி செய்யப்பட்டது", + 'file_delete_success' => "உங்கள் கோப்பு வெற்றிகரமாக நீக்கப்பட்டது", + 'file_delete_error' => "கோப்பை நீக்க முடியவில்லை", ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset?', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', - 'success' => 'The asset was deleted successfully.' + 'confirm' => 'இந்த சொத்தை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', + 'error' => 'சொத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'nothing_updated' => 'சொத்துகள் எதுவும் தேர்ந்தெடுக்கப்படவில்லை, எனவே எதுவும் நீக்கப்படவில்லை.', + 'success' => 'சொத்து வெற்றிகரமாக நீக்கப்பட்டது.' ), 'checkout' => array( - 'error' => 'Asset was not checked out, please try again', - 'success' => 'Asset checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'not_available' => 'That asset is not available for checkout!' + 'error' => 'சொத்து சரிபார்க்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'சொத்து வெற்றிகரமாக சரிபார்க்கப்பட்டது.', + 'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'not_available' => 'புதுப்பித்துக்காக அந்த சொத்து கிடைக்கவில்லை!' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'already_checked_in' => 'That asset is already checked in.', + 'error' => 'சொத்து சரிபார்க்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'சொத்து வெற்றிகரமாக சரிபார்க்கப்பட்டது.', + 'user_does_not_exist' => 'அந்த பயனர் தவறானது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'already_checked_in' => 'அந்தச் சொத்து ஏற்கனவே சோதிக்கப்பட்டுள்ளது.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'சொத்து கோரப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'சொத்து வெற்றிகரமாக கோரப்பட்டது.', + 'canceled' => 'புதுப்பித்து கோரிக்கை வெற்றிகரமாக ரத்துசெய்யப்பட்டது' ) ); diff --git a/resources/lang/ta/admin/hardware/table.php b/resources/lang/ta/admin/hardware/table.php index e8baa09d5a..ee6f2b8df8 100644 --- a/resources/lang/ta/admin/hardware/table.php +++ b/resources/lang/ta/admin/hardware/table.php @@ -2,23 +2,23 @@ return array( - 'asset_tag' => 'Asset Tag', - 'asset_model' => 'Model', - 'book_value' => 'Value', - 'change' => 'In/Out', - 'checkout_date' => 'Checkout Date', - 'checkoutto' => 'Checked Out', - 'diff' => 'Diff', - 'dl_csv' => 'Download CSV', - 'eol' => 'EOL', - 'id' => 'ID', - 'location' => 'Location', - 'purchase_cost' => 'Cost', - 'purchase_date' => 'Purchased', - 'serial' => 'Serial', - 'status' => 'Status', - 'title' => 'Asset ', - 'image' => 'Device Image', - 'days_without_acceptance' => 'Days Without Acceptance' + 'asset_tag' => 'சொத்து டேக்', + 'asset_model' => 'மாதிரி', + 'book_value' => 'மதிப்பு', + 'change' => 'உள்ளே வெளியே', + 'checkout_date' => 'புதுப்பிப்பு தேதி', + 'checkoutto' => 'சரிபார்க்கப்பட்டது', + 'diff' => 'வேறுபாடு', + 'dl_csv' => 'CSV ஐ பதிவிறக்குக', + 'eol' => ', EOL', + 'id' => 'ஐடி', + 'location' => 'இருப்பிடம்', + 'purchase_cost' => 'செலவு', + 'purchase_date' => 'வாங்கப்பட்டது', + 'serial' => 'சீரியல்', + 'status' => 'நிலைமை', + 'title' => 'சொத்து', + 'image' => 'சாதன படம்', + 'days_without_acceptance' => 'ஏற்றுக்கொள்ளாத நாட்கள்' ); diff --git a/resources/lang/ta/admin/licenses/form.php b/resources/lang/ta/admin/licenses/form.php index ce29167874..c46f919a60 100644 --- a/resources/lang/ta/admin/licenses/form.php +++ b/resources/lang/ta/admin/licenses/form.php @@ -2,21 +2,21 @@ return array( - 'asset' => 'Asset', - 'checkin' => 'Checkin', - 'create' => 'Create License', - 'expiration' => 'Expiration Date', - 'license_key' => 'Product Key', - 'maintained' => 'Maintained', - 'name' => 'Software Name', - 'no_depreciation' => 'Do Not Depreciate', - 'purchase_order' => 'Purchase Order Number', + 'asset' => 'சொத்து', + 'checkin' => 'புதுப்பிப்பது', + 'create' => 'உரிமம் உருவாக்கவும்', + 'expiration' => 'காலாவதி தேதி', + 'license_key' => 'தயாரிப்பு திறவு கோல்', + 'maintained' => 'பராமரிக்கப்படுகிறது', + 'name' => 'மென்பொருள் பெயர்', + 'no_depreciation' => 'நம்பாதே', + 'purchase_order' => 'ஆர்டர் எண் வாங்கவும்', 'reassignable' => 'Reassignable', - 'remaining_seats' => 'Remaining Seats', - 'seats' => 'Seats', - 'termination_date' => 'Termination Date', - 'to_email' => 'Licensed to Email', - 'to_name' => 'Licensed to Name', - 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' + 'remaining_seats' => 'மீதமுள்ள இடங்கள்', + 'seats' => 'இருக்கைகள்', + 'termination_date' => 'நிறுத்த தேதி', + 'to_email' => 'மின்னஞ்சல் அனுமதிப்பத்திரம்', + 'to_name' => 'பெயர் உரிமம் பெற்றது', + 'update' => 'உரிமம் புதுப்பிக்கவும்', + 'checkout_help' => 'நீங்கள் ஒரு வன்பொருள் சொத்து அல்லது ஒரு நபருக்கு உரிமம் பெற வேண்டும். நீங்கள் இருவரும் தேர்ந்தெடுக்கலாம், ஆனால் சொத்து உரிமையாளர் நீங்கள் சொத்துக்களை சரிபார்க்கும் நபருடன் பொருந்த வேண்டும்.' ); diff --git a/resources/lang/ta/admin/licenses/general.php b/resources/lang/ta/admin/licenses/general.php index 25a536ec56..078dc2c34d 100644 --- a/resources/lang/ta/admin/licenses/general.php +++ b/resources/lang/ta/admin/licenses/general.php @@ -1,21 +1,21 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', - 'checkin' => 'Checkin License Seat', - 'checkout_history' => 'Checkout History', - 'checkout' => 'Checkout License Seat', - 'edit' => 'Edit License', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'clone' => 'Clone License', - 'history_for' => 'History for ', - 'in_out' => 'In/Out', - 'info' => 'License Info', - 'license_seats' => 'License Seats', - 'seat' => 'Seat', - 'seats' => 'Seats', - 'software_licenses' => 'Software Licenses', - 'user' => 'User', - 'view' => 'View License', + 'about_licenses_title' => 'உரிமங்கள் பற்றி', + 'about_licenses' => 'மென்பொருள் கண்காணிக்க பயன்படுகிறது. தனிநபர்களிடம் சோதிக்கப்படக்கூடிய குறிப்பிட்ட எண்ணிக்கையிலான இடங்களை அவர்கள் கொண்டுள்ளனர்', + 'checkin' => 'Checkin உரிமத்தின் இடம்', + 'checkout_history' => 'புதுப்பித்து வரலாறு', + 'checkout' => 'புதுப்பித்து உரிமம் இருக்கை', + 'edit' => 'உரிமம் திருத்தவும்', + 'filetype_info' => 'அனுமதிக்கப்பட்ட கோப்புரிமைகள் png, gif, jpg, jpeg, doc, docx, pdf, txt, zip மற்றும் rar ஆகியவை.', + 'clone' => 'க்ளோன் உரிமம்', + 'history_for' => 'வரலாறு', + 'in_out' => 'உள்ளே வெளியே', + 'info' => 'உரிமம் தகவல்', + 'license_seats' => 'உரிமம் இருக்கைகள்', + 'seat' => 'இருக்கை', + 'seats' => 'இருக்கைகள்', + 'software_licenses' => 'மென்பொருள் உரிமங்கள்', + 'user' => 'பயனர்', + 'view' => 'உரிமத்தைக் காட்டு', ); diff --git a/resources/lang/ta/admin/licenses/message.php b/resources/lang/ta/admin/licenses/message.php index d5dbfe77b9..c740fe1d79 100644 --- a/resources/lang/ta/admin/licenses/message.php +++ b/resources/lang/ta/admin/licenses/message.php @@ -2,49 +2,50 @@ return array( - 'does_not_exist' => 'License does not exist.', - 'user_does_not_exist' => 'User does not exist.', - 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', - 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'does_not_exist' => 'உரிமம் இல்லை.', + 'user_does_not_exist' => 'பயனர் இல்லை.', + 'asset_does_not_exist' => 'நீங்கள் இந்த உரிமத்துடன் தொடர்பு கொள்ள முயற்சிக்கும் சொத்து இல்லை.', + 'owner_doesnt_match_asset' => 'நீங்கள் இந்த உரிமத்துடன் தொடர்பு கொள்ள முயற்சிக்கும் சொத்தை சொடுக்கும் ஒதுக்கீட்டில் தேர்ந்தெடுக்கப்பட்ட நபரை விட வேறு ஏதேனும் சொந்தமானது.', + 'assoc_users' => 'இந்த உரிமம் தற்போது ஒரு பயனர் வெளியே சோதிக்கப்பட்டது மற்றும் நீக்க முடியாது. முதலில் உரிமம் சரிபார்க்கவும், பின்னர் மீண்டும் நீக்கி முயற்சிக்கவும்.', + 'select_asset_or_person' => 'நீங்கள் ஒரு சொத்து அல்லது ஒரு பயனர் தேர்ந்தெடுக்க வேண்டும், ஆனால் இருவரும் அல்ல.', 'create' => array( - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.' + 'error' => 'உரிமம் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'உரிமம் வெற்றிகரமாக உருவாக்கப்பட்டது.' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'கோப்பு நீக்கப்படவில்லை. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'கோப்பு வெற்றிகரமாக நீக்கப்பட்டது.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'error' => 'கோப்பு (கள்) பதிவேற்றப்படவில்லை. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'கோப்பு (கள்) வெற்றிகரமாக பதிவேற்றப்பட்டது.', + 'nofiles' => 'பதிவேற்றுவதற்கான எந்தவொரு கோப்பையும் நீங்கள் தேர்ந்தெடுக்கவில்லை அல்லது நீங்கள் பதிவேற்ற முயற்சிக்கும் கோப்பு மிகப்பெரியது', + 'invalidfiles' => 'உங்கள் கோப்புகளில் ஒன்று அல்லது அதற்கு மேற்பட்டவை மிக அதிகமாக உள்ளது அல்லது அனுமதிக்கப்படாத கோப்பு வகை உள்ளது. அனுமதிக்கப்பட்ட கோப்புரிமைகள் png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, மற்றும் lic.', ), 'update' => array( - 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.' + 'error' => 'உரிமம் புதுப்பிக்கப்படவில்லை, தயவு செய்து மீண்டும் முயற்சிக்கவும்', + 'success' => 'உரிமம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this license?', - 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.' + 'confirm' => 'இந்த உரிமத்தை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', + 'error' => 'உரிமத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'உரிமம் வெற்றிகரமாக நீக்கப்பட்டது.' ), 'checkout' => array( - 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully' + 'error' => 'உரிமத்தை சரிபார்க்க ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'உரிமம் வெற்றிகரமாக சரிபார்க்கப்பட்டது' ), 'checkin' => array( - 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully' + 'error' => 'உரிமத்தில் சோதனை ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'உரிமம் வெற்றிகரமாக சரிபார்க்கப்பட்டது' ), ); diff --git a/resources/lang/ta/admin/licenses/table.php b/resources/lang/ta/admin/licenses/table.php index dfce4136cb..01eaf15886 100644 --- a/resources/lang/ta/admin/licenses/table.php +++ b/resources/lang/ta/admin/licenses/table.php @@ -2,16 +2,16 @@ return array( - 'assigned_to' => 'Assigned To', - 'checkout' => 'In/Out', - 'id' => 'ID', - 'license_email' => 'License Email', - 'license_name' => 'Licensed To', - 'purchase_date' => 'Purchase Date', - 'purchased' => 'Purchased', - 'seats' => 'Seats', - 'hardware' => 'Hardware', - 'serial' => 'Serial', - 'title' => 'License', + 'assigned_to' => 'ஒதுக்கப்படும்', + 'checkout' => 'உள்ளே வெளியே', + 'id' => 'ஐடி', + 'license_email' => 'உரிமம் மின்னஞ்சல்', + 'license_name' => 'உரிமம் பெற்றது', + 'purchase_date' => 'கொள்முதல் தேதி', + 'purchased' => 'வாங்கப்பட்டது', + 'seats' => 'இருக்கைகள்', + 'hardware' => 'வன்பொருள்', + 'serial' => 'சீரியல்', + 'title' => 'உரிமம்', ); diff --git a/resources/lang/ta/admin/locations/message.php b/resources/lang/ta/admin/locations/message.php index 3ba1eed3b6..6704c8ec67 100644 --- a/resources/lang/ta/admin/locations/message.php +++ b/resources/lang/ta/admin/locations/message.php @@ -2,26 +2,26 @@ return array( - 'does_not_exist' => 'Location does not exist.', - 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', - 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', - 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', + 'does_not_exist' => 'இருப்பிடம் இல்லை.', + 'assoc_users' => 'தற்போது இந்த இடம் குறைந்தபட்சம் ஒரு பயனருடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. தயவுசெய்து இந்த இடத்தை இனி குறிப்பிடாமல் உங்கள் பயனர்களை புதுப்பித்து மீண்டும் முயற்சிக்கவும்.', + 'assoc_assets' => 'இந்த இடம் தற்போது குறைந்தது ஒரு சொத்துடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. இந்த இருப்பிடத்தை இனி குறிப்பிடாமல் உங்கள் சொத்துக்களை புதுப்பித்து மீண்டும் முயற்சிக்கவும்.', + 'assoc_child_loc' => 'இந்த இடம் தற்போது குறைந்தது ஒரு குழந்தையின் இருப்பிடத்தின் பெற்றோர் மற்றும் அதை நீக்க முடியாது. இந்த இருப்பிடத்தை இனி குறிப்பிடாமல் இருக்க உங்கள் இருப்பிடங்களை புதுப்பித்து மீண்டும் முயற்சிக்கவும்.', 'create' => array( - 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.' + 'error' => 'இருப்பிடம் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'இடம் வெற்றிகரமாக உருவாக்கப்பட்டது.' ), 'update' => array( - 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.' + 'error' => 'இருப்பிடம் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'இருப்பிடம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this location?', - 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.' + 'confirm' => 'இந்த இருப்பிடத்தை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', + 'error' => 'இருப்பிடத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'இடம் வெற்றிகரமாக நீக்கப்பட்டது.' ) ); diff --git a/resources/lang/ta/admin/locations/table.php b/resources/lang/ta/admin/locations/table.php index ffa69307d5..4474247aa3 100644 --- a/resources/lang/ta/admin/locations/table.php +++ b/resources/lang/ta/admin/locations/table.php @@ -1,21 +1,21 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', - 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. - 'assets_checkedout' => 'Assets Assigned', - 'id' => 'ID', - 'city' => 'City', - 'state' => 'State', - 'country' => 'Country', - 'create' => 'Create Location', - 'update' => 'Update Location', - 'name' => 'Location Name', - 'address' => 'Address', - 'zip' => 'Postal Code', - 'locations' => 'Locations', - 'parent' => 'Parent', - 'currency' => 'Location Currency', - 'ldap_ou' => 'LDAP Search OU', + 'about_locations_title' => 'இடங்கள் பற்றி', + 'about_locations' => 'பயனர்கள், சொத்துக்கள் மற்றும் பிற பொருட்களுக்கான இருப்பிட தகவலைக் கண்டறிய இடங்கள் பயன்படுத்தப்படுகின்றன', + 'assets_rtd' => 'சொத்துக்கள்', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'சொத்துகள் ஒதுக்கப்பட்டுள்ளன', + 'id' => 'ஐடி', + 'city' => 'பெருநகரம்', + 'state' => 'நிலை', + 'country' => 'நாடு', + 'create' => 'இருப்பிடத்தை உருவாக்கவும்', + 'update' => 'இருப்பிடம் புதுப்பிக்கவும்', + 'name' => 'இருப்பிடம் பெயர்', + 'address' => 'முகவரி', + 'zip' => 'அஞ்சல் குறியீடு', + 'locations' => 'இடங்கள்', + 'parent' => 'பெற்றோர்', + 'currency' => 'இருப்பிடம் நாணய', + 'ldap_ou' => 'LDAP தேடல் OU', ); diff --git a/resources/lang/ta/admin/manufacturers/message.php b/resources/lang/ta/admin/manufacturers/message.php index 6586d2af44..df22d0c1ee 100644 --- a/resources/lang/ta/admin/manufacturers/message.php +++ b/resources/lang/ta/admin/manufacturers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Manufacturer does not exist.', - 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', + 'does_not_exist' => 'உற்பத்தியாளர் இல்லை.', + 'assoc_users' => 'இந்த உற்பத்தியாளர் தற்போது குறைந்தது ஒரு மாதிரியுடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. இந்த உற்பத்தியாளரை இனி குறிப்பிடுவதற்கு உங்கள் மாதிரியைப் புதுப்பிக்கவும் மீண்டும் முயற்சிக்கவும்.', 'create' => array( - 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.' + 'error' => 'உற்பத்தியாளர் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'உற்பத்தியாளர் வெற்றிகரமாக உருவாக்கப்பட்டது.' ), 'update' => array( - 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.' + 'error' => 'உற்பத்தியாளர் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'உற்பத்தியாளர் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this manufacturer?', - 'error' => 'There was an issue deleting the manufacturer. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.' + 'confirm' => 'இந்த உற்பத்தியாளரை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', + 'error' => 'தயாரிப்பாளரை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'உற்பத்தியாளர் வெற்றிகரமாக நீக்கப்பட்டது.' ) ); diff --git a/resources/lang/ta/admin/manufacturers/table.php b/resources/lang/ta/admin/manufacturers/table.php index 4e3ea9904d..700c409a2b 100644 --- a/resources/lang/ta/admin/manufacturers/table.php +++ b/resources/lang/ta/admin/manufacturers/table.php @@ -1,16 +1,16 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', - 'asset_manufacturers' => 'Asset Manufacturers', - 'create' => 'Create Manufacturer', - 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', - 'update' => 'Update Manufacturer', - 'url' => 'URL', + 'about_manufacturers_title' => 'உற்பத்தியாளர்கள் பற்றி', + 'about_manufacturers_text' => 'உற்பத்தியாளர்கள் உங்கள் சொத்துக்களை உருவாக்கும் நிறுவனங்கள். நீங்கள் இங்குள்ள முக்கியமான ஆதரவு தொடர்பு தகவலை இங்கே சேமித்து வைக்கலாம், இது உங்கள் சொத்து விவரம் பக்கங்களில் காண்பிக்கப்படும்.', + 'asset_manufacturers' => 'சொத்து உற்பத்தியாளர்கள்', + 'create' => 'உற்பத்தியாளர் உருவாக்கவும்', + 'id' => 'ஐடி', + 'name' => 'பெயர்', + 'support_email' => 'ஆதரவு மின்னஞ்சல்', + 'support_phone' => 'ஆதரவு தொலைபேசி', + 'support_url' => 'ஆதரவு URL', + 'update' => 'உற்பத்தியாளர் புதுப்பிக்கவும்', + 'url' => 'URL ஐ', ); diff --git a/resources/lang/ta/admin/models/general.php b/resources/lang/ta/admin/models/general.php index e0da09f780..0080c7567b 100644 --- a/resources/lang/ta/admin/models/general.php +++ b/resources/lang/ta/admin/models/general.php @@ -1,15 +1,15 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted. Click here to restore it.', - 'restore' => 'Restore Model', - 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', - 'view_deleted' => 'View Deleted', - 'view_models' => 'View Models', - 'fieldset' => 'Fieldset', - 'no_custom_field' => 'No custom fields', + 'about_models_title' => 'சொத்து மாடல்களைப் பற்றி', + 'about_models_text' => 'சொத்து மாதிரிகள் ஒரே மாதிரியான சொத்துக்களை குழுவாக மாற்றுகின்றன. "MBP 2013", "ஐபோன் 6s", முதலியன', + 'deleted' => 'இந்த மாதிரி நீக்கப்பட்டது. அதை மீட்டமைக்க இங்கு கிளிக் செய்க. .', + 'restore' => 'மாடலை மீட்டெடுக்கவும்', + 'requestable' => 'பயனர்கள் இந்த மாதிரியைக் கோரலாம்', + 'show_mac_address' => 'இந்த மாடலில் சொத்துகளில் MAC முகவரியினைக் காட்டு', + 'view_deleted' => 'காண்க நீக்கப்பட்டது', + 'view_models' => 'மாதிரிகள் காண்க', + 'fieldset' => 'fieldset', + 'no_custom_field' => 'விருப்ப துறைகள் இல்லை', ); diff --git a/resources/lang/ta/admin/models/message.php b/resources/lang/ta/admin/models/message.php index 5b1b9a1a1b..070c4793f4 100644 --- a/resources/lang/ta/admin/models/message.php +++ b/resources/lang/ta/admin/models/message.php @@ -2,35 +2,35 @@ return array( - 'does_not_exist' => 'Model does not exist.', - 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', + 'does_not_exist' => 'மாதிரி இல்லை.', + 'assoc_users' => 'தற்போது இந்த மாதிரி ஒன்று ஒன்று அல்லது அதற்கு மேற்பட்ட சொத்துக்களுடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. சொத்துக்களை நீக்கிவிட்டு மீண்டும் நீக்குவதற்கு முயற்சிக்கவும்.', 'create' => array( - 'error' => 'Model was not created, please try again.', - 'success' => 'Model created successfully.', - 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', + 'error' => 'மாதிரி உருவாக்கப்பட்டது இல்லை, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'மாதிரி வெற்றிகரமாக உருவாக்கப்பட்டது.', + 'duplicate_set' => 'அந்த பெயர், உற்பத்தியாளர் மற்றும் மாதிரி எண்ணுடன் ஏற்கனவே ஒரு சொத்து மாதிரி உள்ளது.', ), 'update' => array( - 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.' + 'error' => 'மாதிரி புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'மாடல் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset model?', - 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.' + 'confirm' => 'இந்த சொத்து மாடலை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', + 'error' => 'மாதிரியை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'மாதிரி வெற்றிகரமாக நீக்கப்பட்டது.' ), 'restore' => array( - 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.' + 'error' => 'மாடல் மீட்டமைக்கப்படவில்லை, தயவு செய்து மீண்டும் முயற்சிக்கவும்', + 'success' => 'மாடல் வெற்றிகரமாக மீட்கப்பட்டது.' ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'எந்த துறைகளும் மாற்றப்படவில்லை, அதனால் எதுவும் புதுப்பிக்கப்படவில்லை.', + 'success' => 'மாதிரிகள் புதுப்பிக்கப்பட்டன.' ), ); diff --git a/resources/lang/ta/admin/models/table.php b/resources/lang/ta/admin/models/table.php index 11a512b3d3..76047d239d 100644 --- a/resources/lang/ta/admin/models/table.php +++ b/resources/lang/ta/admin/models/table.php @@ -2,16 +2,16 @@ return array( - 'create' => 'Create Asset Model', - 'created_at' => 'Created at', - 'eol' => 'EOL', - 'modelnumber' => 'Model No.', - 'name' => 'Asset Model Name', - 'numassets' => 'Assets', - 'title' => 'Asset Models', - 'update' => 'Update Asset Model', - 'view' => 'View Asset Model', - 'update' => 'Update Asset Model', - 'clone' => 'Clone Model', - 'edit' => 'Edit Model', + 'create' => 'சொத்து மாதிரி உருவாக்கவும்', + 'created_at' => 'இல் உருவாக்கப்பட்டது', + 'eol' => ', EOL', + 'modelnumber' => 'மாதிரி எண்.', + 'name' => 'சொத்து மாதிரி பெயர்', + 'numassets' => 'சொத்துக்கள்', + 'title' => 'சொத்து மாதிரிகள்', + 'update' => 'சொத்து மாதிரியை புதுப்பி', + 'view' => 'சொத்து மாடலைக் காண்க', + 'update' => 'சொத்து மாதிரியை புதுப்பி', + 'clone' => 'குளோன் மாதிரி', + 'edit' => 'மாதிரி திருத்தவும்', ); diff --git a/resources/lang/ta/admin/reports/general.php b/resources/lang/ta/admin/reports/general.php index b03b97546f..9846f3bbb8 100644 --- a/resources/lang/ta/admin/reports/general.php +++ b/resources/lang/ta/admin/reports/general.php @@ -1,5 +1,5 @@ 'Select the options you want for your asset report.' + 'info' => 'உங்கள் சொத்து அறிக்கையில் நீங்கள் விரும்பும் விருப்பங்களைத் தேர்ந்தெடுக்கவும்.' ); diff --git a/resources/lang/ta/admin/reports/message.php b/resources/lang/ta/admin/reports/message.php index d4c8f8198f..64ea8dbb67 100644 --- a/resources/lang/ta/admin/reports/message.php +++ b/resources/lang/ta/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.' + 'error' => 'நீங்கள் குறைந்தது ஒரு விருப்பத்தை தேர்ந்தெடுக்க வேண்டும்.' ); diff --git a/resources/lang/ta/admin/settings/general.php b/resources/lang/ta/admin/settings/general.php index 73fd052a58..bb4cc4a055 100644 --- a/resources/lang/ta/admin/settings/general.php +++ b/resources/lang/ta/admin/settings/general.php @@ -1,148 +1,150 @@ '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', - 'alert_email' => 'Send alerts to', - 'alerts_enabled' => 'Alerts Enabled', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', - 'asset_ids' => 'Asset IDs', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', - 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', - 'backups' => 'Backups', - 'barcode_settings' => 'Barcode Settings', - 'confirm_purge' => 'Confirm Purge', - 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', - 'custom_css' => 'Custom CSS', - 'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the <style></style> tags.', - 'default_currency' => 'Default Currency', - 'default_eula_text' => 'Default EULA', - 'default_language' => 'Default Language', - 'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', - 'display_asset_name' => 'Display Asset Name', - 'display_checkout_date' => 'Display Checkout Date', - 'display_eol' => 'Display EOL in table view', - 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', - 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', - 'eula_settings' => 'EULA Settings', - 'eula_markdown' => 'This EULA allows Github flavored markdown.', - 'general_settings' => 'General Settings', - 'generate_backup' => 'Generate Backup', - 'header_color' => 'Header Color', - 'info' => 'These settings let you customize certain aspects of your installation.', - 'laravel' => 'Laravel Version', - '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_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', - '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.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', - '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', - 'optional' => 'optional', - 'per_page' => 'Results Per Page', - 'php' => 'PHP Version', - 'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', - 'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', - 'qr_help' => 'Enable QR Codes first to set this', - 'qr_text' => 'QR Code Text', - 'setting' => 'Setting', - 'settings' => 'Settings', - 'site_name' => 'Site Name', - 'slack_botname' => 'Slack Botname', - 'slack_channel' => 'Slack Channel', - 'slack_endpoint' => 'Slack Endpoint', - 'slack_integration' => 'Slack Settings', - 'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first create an incoming webhook on your Slack account.', - 'snipe_version' => 'Snipe-IT version', - 'system' => 'System Information', - 'update' => 'Update Settings', - 'value' => 'Value', - '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)', - 'next_auto_tag_base' => 'Next auto-increment', - 'page_padding' => 'Page margins (inches)', - 'purge' => 'Purge Deleted Records', - 'labels_display_bgutter' => 'Label bottom gutter', - 'labels_display_sgutter' => 'Label side gutter', - 'labels_fontsize' => 'Label font size', - 'labels_pagewidth' => 'Label sheet width', - 'labels_pageheight' => 'Label sheet height', - 'label_gutters' => 'Label spacing (inches)', - 'page_dimensions' => 'Page dimensions (inches)', - 'label_fields' => 'Label visible fields', - 'inches' => 'inches', - 'width_w' => 'w', - 'height_h' => 'h', - 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', - 'top' => 'top', - 'bottom' => 'bottom', - 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'ad' => 'செயலில் உள்ள அடைவு', + 'ad_domain' => 'Active Directory டொமைன்', + 'ad_domain_help' => 'இது சில நேரங்களில் உங்கள் மின்னஞ்சல் டொமைன் போலவே இருக்கும், ஆனால் எப்போதும் இல்லை.', + 'is_ad' => 'இது ஒரு Active Directory சேவையகம்', + 'alert_email' => 'எச்சரிக்கைகள் அனுப்ப', + 'alerts_enabled' => 'எச்சரிக்கைகள் இயக்கப்பட்டன', + 'alert_interval' => 'அலாரங்கள் முற்றுப்பெறல் (நாட்களில்)', + 'alert_inv_threshold' => 'சரக்கு அலர்ட் த்ரொல்ஹோல்', + 'asset_ids' => 'சொத்து ID கள்', + 'audit_interval' => 'ஆடிட் இடைவேளை', + 'audit_interval_help' => 'நீங்கள் வழக்கமாக உங்கள் சொத்துக்களைத் தணிக்கை செய்ய வேண்டும் என்றால், மாதங்களில் இடைவெளியை உள்ளிடவும்.', + 'audit_warning_days' => 'தணிக்கை எச்சரிக்கை புராணம்', + 'audit_warning_days_help' => 'தணிக்கைக்கு ஆட்கள் தடையின்றி எத்தனை நாட்கள் முன்கூட்டியே நாம் எச்சரிக்க வேண்டும்?', + 'auto_increment_assets' => 'தானியங்கு அதிகரிக்கும் சொத்து ஐடிகளை உருவாக்கவும்', + 'auto_increment_prefix' => 'முன்னுரிமை (விரும்பினால்)', + 'auto_incrementing_help' => 'இதை முதலில் அமைக்க, தானாக அதிகரிக்கும் சொத்து அடையாளங்களை இயக்கவும்', + 'backups' => 'காப்புப்பிரதிகளில்', + 'barcode_settings' => 'பார்கோடு அமைப்புகள்', + 'confirm_purge' => 'தூய்மையை உறுதிப்படுத்துக', + 'confirm_purge_help' => 'நீக்கப்பட்ட பதிவுகள் அகற்றுவதற்கு கீழேயுள்ள பெட்டியில் "DELETE" என்ற உரையை உள்ளிடவும். இந்த செயலைச் செயல்தவிர்க்க முடியாது.', + 'custom_css' => 'தனிப்பயன் CSS', + 'custom_css_help' => 'நீங்கள் பயன்படுத்த விரும்பும் தனிப்பயன் CSS மீறல்களை உள்ளிடுக. <style></style> குறிச்சொற்களை சேர்க்க வேண்டாம்.', + 'default_currency' => 'இயல்புநிலை நாணயம்', + 'default_eula_text' => 'இயல்புநிலை EULA', + 'default_language' => 'இயல்புநிலை மொழி', + 'default_eula_help_text' => 'நீங்கள் தனிபயன் EULA களை குறிப்பிட்ட சொத்து வகையுடன் இணைக்கலாம்.', + 'display_asset_name' => 'சொத்து பெயரைக் காட்டு', + 'display_checkout_date' => 'காட்சி புதுப்பிப்பு தேதி', + 'display_eol' => 'அட்டவணை பார்வையில் EOL காட்டவும்', + 'display_qr' => 'சதுரக் குறியீடுகள் காட்டவும்', + 'display_alt_barcode' => '1D பார்கோடு காட்டவும்', + 'barcode_type' => '2 டி பார்கோடு வகை', + 'alt_barcode_type' => '1 டி பார்கோடு வகை', + 'eula_settings' => 'EULA அமைப்புகள்', + 'eula_markdown' => 'இந்த EULA கிட் ருசியான மார்க் டவுன் 12335_1_321 ஐ அனுமதிக்கிறது.', + 'general_settings' => 'பொது அமைப்புகள்', + 'generate_backup' => 'காப்பு உருவாக்குதல்', + 'header_color' => 'தலைப்பு வண்ணம்', + 'info' => 'உங்கள் நிறுவலின் சில அம்சங்களைத் தனிப்பயனாக்க இந்த அமைப்புகள் உங்களை அனுமதிக்கின்றன.', + 'laravel' => 'லாரேவல் பதிப்பு', + 'ldap_enabled' => 'LDAP இயக்கப்பட்டது', + 'ldap_integration' => 'LDAP ஒருங்கிணைப்பு', + 'ldap_settings' => 'LDAP அமைப்புகள்', + 'ldap_server' => 'LDAP சேவையகம்', + 'ldap_server_help' => 'இது ldap: // (மறைகுறியாக்கப்பட்ட அல்லது TLS க்கு) அல்லது ldaps: // (SSL க்கு) தொடங்க வேண்டும்.', + 'ldap_server_cert' => 'LDAP SSL சான்றிதழ் சரிபார்ப்பு', + 'ldap_server_cert_ignore' => 'தவறான SSL சான்றிதழை அனுமதி', + 'ldap_server_cert_help' => 'நீங்கள் சுயமாக கையொப்பமிடப்பட்ட SSL சான்றிதழைப் பயன்படுத்துகிறீர்கள் என்றால், இந்த செல்லாத பெட்டியை தேர்வுசெய்து தவறான SSL சான்றிதழை ஏற்றுக்கொள்ள விரும்புகிறேன்.', + 'ldap_tls' => 'TLS ஐப் பயன்படுத்துக', + 'ldap_tls_help' => 'நீங்கள் உங்கள் LDAP சர்வரில் STARTTLS ஐ இயங்கினால் மட்டுமே இதை சோதிக்க வேண்டும்.', + 'ldap_uname' => 'LDAP Bind பயனர்பெயர்', + 'ldap_pword' => 'LDAP Bind கடவுச்சொல்', + 'ldap_basedn' => 'அடிப்படை பிணை DN', + 'ldap_filter' => 'LDAP வடிகட்டி', + 'ldap_pw_sync' => 'LDAP கடவுச்சொல் ஒத்திசைவு', + 'ldap_pw_sync_help' => 'உள்ளூர் கடவுச்சொற்களை ஒத்திசைத்த LDAP கடவுச்சொற்களை வைத்திருக்க விரும்பவில்லை என்றால், இந்த பெட்டியை தேர்வுநீக்கம் செய்யவும். இதன் விளைவாக உங்கள் LDAP சேவையகம் சில காரணங்களுக்காக கிடைக்கவில்லை என்றால் உங்கள் பயனர் உள்நுழைய முடியாது என்று அர்த்தம்.', + 'ldap_username_field' => 'பயனாளர் புலம்', + 'ldap_lname_field' => 'கடைசி பெயர்', + 'ldap_fname_field' => 'LDAP முதல் பெயர்', + 'ldap_auth_filter_query' => 'LDAP அங்கீகார வினவல்', + 'ldap_version' => 'LDAP பதிப்பு', + 'ldap_active_flag' => 'LDAP செயலில் கொடி', + 'ldap_emp_num' => 'LDAP பணியாளர் எண்', + 'ldap_email' => 'LDAP மின்னஞ்சல்', + 'load_remote_text' => 'ரிமோட் ஸ்கிரிப்டுகள்', + 'load_remote_help_text' => 'இந்த ஸ்னாப்-ஐடி நிறுவலானது வெளியில் இருந்து ஸ்கிரிப்ட்களை ஏற்றுவதற்கு ஏற்றது.', + 'login_note' => 'குறிப்பு குறிப்பு', + 'login_note_help' => 'விருப்பமாக உங்கள் உள்நுழைவுத் திரையில் சில விதிமுறைகளைச் சேர்க்கலாம், உதாரணமாக இழந்த அல்லது களவாடப்பட்ட சாதனத்தை கண்டறிந்தவர்களுக்கு உதவவும். இந்த புலம் ஜி.ஐ.டி ருசியான மார்க் டவுன் ஐ ஏற்றுக்கொள்கிறது', + 'logo' => 'சின்னம்', + 'full_multiple_companies_support_help_text' => 'தங்கள் நிறுவனத்தின் சொத்துக்களுக்கு நிறுவனங்களுக்கு ஒதுக்கப்பட்டுள்ள பயனர்களை (நிர்வாகிகள் உட்பட) கட்டுப்படுத்துதல்.', + 'full_multiple_companies_support_text' => 'முழு பல நிறுவனங்கள் ஆதரவு', + 'optional' => 'விருப்ப', + 'per_page' => 'பக்கம் ஒன்றுக்கு முடிவு', + 'php' => 'PHP பதிப்பு', + 'php_gd_info' => 'நீங்கள் QR குறியீடுகள் காட்ட PHP- ஜிடி நிறுவ வேண்டும், நிறுவல் வழிமுறைகளை பார்க்கவும்.', + 'php_gd_warning' => 'PHP பட செயலாக்கம் மற்றும் GD சொருகி நிறுவப்படவில்லை.', + 'pwd_secure_complexity' => 'கடவுச்சொல் சிக்கல்', + 'pwd_secure_complexity_help' => 'நீங்கள் செயலாக்க விரும்பும் எந்த கடவுச்சொல் சிக்கலான விதிகள் என்பதைத் தேர்ந்தெடுக்கவும்.', + 'pwd_secure_min' => 'கடவுச்சொல் குறைந்தபட்ச எழுத்துகள்', + 'pwd_secure_min_help' => 'குறைந்தபட்சம் அனுமதிக்கப்பட்ட மதிப்பு 5 ஆகும்', + 'pwd_secure_uncommon' => 'பொதுவான கடவுச்சொற்களைத் தடுக்கவும்', + 'pwd_secure_uncommon_help' => 'இது முரண்பாடுகளில் அறிவிக்கப்பட்ட மேல்மட்ட கடவுச்சொற்களைவிட பொதுவான கடவுச்சொற்களைப் பயன்படுத்துவதை அனுமதிக்காது.', + 'qr_help' => 'முதலில் அமைக்க QR குறியீடுகள் இயக்கவும்', + 'qr_text' => 'QR குறியீடு உரை', + 'setting' => 'அமைப்பை', + 'settings' => 'அமைப்புகள்', + 'site_name' => 'தள பெயர்', + 'slack_botname' => 'துல்லியமான மூலப்பொருள்', + 'slack_channel' => 'ஸ்லாக் சேனல்', + 'slack_endpoint' => 'ஸ்லாக் முடிவுக்கு', + 'slack_integration' => 'மெல்லிய அமைப்புகள்', + 'slack_integration_help' => 'ஸ்லேக் ஒருங்கிணைப்பு விருப்பமானது, இருப்பினும் இறுதிப் பக்கமும் சேனலும் நீங்கள் பயன்படுத்த விரும்பினால், அவசியம். ஸ்லேக் ஒருங்கிணைப்பை கட்டமைக்க, நீங்கள் முதலில் உங்கள் ஸ்லைடு கணக்கில் உள்வரும் webhook ஐ உருவாக்க வேண்டும்.', + 'snipe_version' => 'ஸ்னாப்-ஐடி பதிப்பு', + 'system' => 'கணினி தகவல்', + 'update' => 'அமைப்புகள் புதுப்பிக்கவும்', + 'value' => 'மதிப்பு', + 'brand' => 'பிராண்டிங்', + 'about_settings_title' => 'அமைப்புகள் பற்றி', + 'about_settings_text' => 'உங்கள் நிறுவலின் சில அம்சங்களைத் தனிப்பயனாக்க இந்த அமைப்புகள் உங்களை அனுமதிக்கின்றன.', + 'labels_per_page' => 'பக்கத்திற்கு லேபிள்கள்', + 'label_dimensions' => 'லேபிள் பரிமாணங்கள் (அங்குலங்கள்)', + 'next_auto_tag_base' => 'அடுத்த ஆட்டோ-அதிகரிப்பு', + 'page_padding' => 'பக்க விளிம்புகள் (அங்குலங்கள்)', + 'purge' => 'நீக்கப்பட்ட ரெகார்டுகளை அகற்றவும்', + 'labels_display_bgutter' => 'லேபிள் கீழ்க்காணும்', + 'labels_display_sgutter' => 'லேபிள் பக்க ஜட்டர்', + 'labels_fontsize' => 'லேபிள் எழுத்துரு அளவு', + 'labels_pagewidth' => 'லேபிள் தாள் அகலம்', + 'labels_pageheight' => 'லேபிள் தாள் உயரம்', + 'label_gutters' => 'லேபிள் இடைவெளி (அங்குலங்கள்)', + 'page_dimensions' => 'பக்க பரிமாணங்கள் (அங்குலங்கள்)', + 'label_fields' => 'லேபிள் புலங்கள்', + 'inches' => 'அங்குல', + 'width_w' => 'W', + 'height_h' => 'மணி', + 'show_url_in_emails' => 'மின்னஞ்சல்களில் Snipe-IT இணைப்பு', + 'show_url_in_emails_help_text' => 'உங்கள் மின்னஞ்சல் அடிக்குறிப்புகளில் உங்கள் கத்தோலிக்க-தகவல் நிறுவலுக்கு மீண்டும் இணைக்க விரும்பவில்லை என்றால் இந்த பெட்டியைத் தேர்வுநீக்குக. உங்கள் பயனர்களில் பெரும்பாலானவர்கள் உள்நுழையவில்லை என்றால் பயனுள்ளதாக இருக்கும்.', + 'text_pt' => 'புள்', + 'thumbnail_max_h' => 'அதிகபட்ச சிறு உயரம்', + 'thumbnail_max_h_help' => 'பட்டியல் பார்வையில் சிறுபடங்களைக் காட்டக்கூடிய பிக்சல்களில் அதிகபட்ச உயரம். குறைந்தபட்சம் 25, அதிகபட்சம் 500.', + 'two_factor' => 'இரண்டு காரணி அங்கீகாரம்', + 'two_factor_secret' => 'இரண்டு காரணி குறியீடு', + 'two_factor_enrollment' => 'இரண்டு காரணி பதிவு', + 'two_factor_enabled_text' => 'இரு காரணி இயக்கு', + 'two_factor_reset' => 'இரண்டு காரணி இரகசியத்தை மீட்டமை', + 'two_factor_reset_help' => 'இது மீண்டும் தங்கள் சாதனத்தை Google Authenticator உடன் பதிவு செய்யும்படி கட்டாயப்படுத்தும். அவர்கள் தற்போது பதிவுசெய்யப்பட்ட சாதனம் தொலைந்து அல்லது திருடப்பட்டால் இது பயனுள்ளதாக இருக்கும்.', + 'two_factor_reset_success' => 'இரண்டு காரணி சாதனம் வெற்றிகரமாக மீட்டமைக்கப்பட்டது', + 'two_factor_reset_error' => 'இரண்டு காரணி சாதன மீட்டமைப்பு தோல்வியடைந்தது', + 'two_factor_enabled_warning' => 'தற்போது இயங்கவில்லையெனில் இரண்டு-காரணி செயல்படுத்துவதால், உடனடியாக Google Auth பதிவுசெய்யப்பட்ட சாதனத்துடன் அங்கீகரிக்கும்படி கட்டாயப்படுத்தும். ஒருவர் தற்போது பதிவுசெய்யப்படவில்லை என்றால், உங்கள் சாதனம் பதிவுசெய்யும் திறனை நீங்கள் பெறுவீர்கள்.', + 'two_factor_enabled_help' => 'இது Google Authenticator ஐ பயன்படுத்தி இரு காரணி அங்கீகாரத்தை இயக்கும்.', + 'two_factor_optional' => 'தேர்ந்தெடுக்கப்பட்டவர்கள் (அனுமதிக்கப்பட்டால் பயனர்கள் இயக்கலாம் அல்லது முடக்கலாம்)', + 'two_factor_required' => 'எல்லா பயனர்களுக்கும் தேவை', + 'two_factor_disabled' => 'முடக்கப்பட்டது', + 'two_factor_enter_code' => 'இரு காரணி குறியீடு உள்ளிடவும்', + 'two_factor_config_complete' => 'கோட் சமர்ப்பிக்கவும்', + 'two_factor_enabled_edit_not_allowed' => 'இந்த அமைப்பைத் திருத்த உங்கள் நிர்வாகி அனுமதிக்கவில்லை.', + 'two_factor_enrollment_text' => "இரண்டு காரணி அங்கீகாரம் தேவைப்படுகிறது, ஆனால் உங்கள் சாதனம் இதுவரை பதிவுசெய்யப்படவில்லை. உங்கள் Google Authenticator பயன்பாட்டைத் திறந்து உங்கள் சாதனத்தை சேர்ப்பதற்கு கீழே உள்ள QR குறியீட்டை ஸ்கேன் செய்யவும். உங்கள் சாதனத்தை நீங்கள் சேர்ந்தவுடன், கீழே உள்ள குறியீட்டை உள்ளிடுக", + 'require_accept_signature' => 'கையொப்பம் தேவை', + 'require_accept_signature_help_text' => 'இந்த அம்சத்தை இயக்குவதால், சொத்துக்களை ஏற்கும் வகையில் பயனர்கள் உடனே உள்நுழைய வேண்டும்.', + 'left' => 'விட்டு', + 'right' => 'வலது', + 'top' => 'மேல்', + 'bottom' => 'கீழே', + 'vertical' => 'செங்குத்து', + 'horizontal' => 'கிடைமட்ட', + 'zerofill_count' => 'சொரெஃபைல் உள்ளிட்ட சொத்தின் குறிச்சொற்களை நீளம்', ); diff --git a/resources/lang/ta/admin/settings/message.php b/resources/lang/ta/admin/settings/message.php index 736d5c3e9e..24f2f62340 100644 --- a/resources/lang/ta/admin/settings/message.php +++ b/resources/lang/ta/admin/settings/message.php @@ -4,19 +4,19 @@ return array( 'update' => array( - 'error' => 'An error has occurred while updating. ', - 'success' => 'Settings updated successfully.' + 'error' => 'புதுப்பித்தல் போது ஒரு பிழை ஏற்பட்டது.', + 'success' => 'அமைப்புகள் வெற்றிகரமாக புதுப்பிக்கப்பட்டன.' ), 'backup' => array( - 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', - 'file_deleted' => 'The backup file was successfully deleted. ', - 'generated' => 'A new backup file was successfully created.', - 'file_not_found' => 'That backup file could not be found on the server.', + 'delete_confirm' => 'இந்த காப்புப் பிரதி கோப்பை நிச்சயமாக நீக்க விரும்புகிறீர்களா? இந்த செயலைச் செயல்தவிர்க்க முடியாது.', + 'file_deleted' => 'காப்புப்பதிவு வெற்றிகரமாக நீக்கப்பட்டது.', + 'generated' => 'ஒரு புதிய காப்புப்பதிவு வெற்றிகரமாக உருவாக்கப்பட்டது.', + 'file_not_found' => 'அந்த காப்புப் பிரதி சர்வரில் கண்டுபிடிக்க முடியவில்லை.', ), 'purge' => array( - 'error' => 'An error has occurred while purging. ', - 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', - 'success' => 'Deleted records successfully purged.' + 'error' => 'அகற்றும் போது பிழை ஏற்பட்டது.', + 'validation_failed' => 'உங்கள் தூய்மைப்படுத்தல் உறுதிப்படுத்தல் தவறானது. உறுதிப்படுத்தல் பெட்டியில் "DELETE" என்ற வார்த்தையை தயவுசெய்து தட்டச்சு செய்யவும்.', + 'success' => 'நீக்கப்பட்ட பதிவுகள் வெற்றிகரமாக நீக்கப்பட்டன.' ), ); diff --git a/resources/lang/ta/admin/statuslabels/message.php b/resources/lang/ta/admin/statuslabels/message.php index 619a5a509c..c3bf161897 100644 --- a/resources/lang/ta/admin/statuslabels/message.php +++ b/resources/lang/ta/admin/statuslabels/message.php @@ -2,24 +2,31 @@ 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' => 'நிலை லேபிள் இல்லை.', + 'assoc_assets' => 'இந்த தகுதி லேபிள் தற்போது குறைந்தது ஒரு சொத்துடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. தயவு செய்து உங்கள் சொத்துக்களை இனி இந்த நிலையை குறிப்பிடாமல் புதுப்பிக்கவும்.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'நிலை லேபிள் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'நிலை லேபிள் வெற்றிகரமாக உருவாக்கப்பட்டது.' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'நிலைவட்டு லேபிள் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'தகுதி லேபிள் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' ), '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' => 'இந்த நிலைப்பட்டியலை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', + 'error' => 'நிலை லேபிள் நீக்கப்பட்ட ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'தகுதி லேபிள் வெற்றிகரமாக நீக்கப்பட்டது.' + ), + + 'help' => array( + 'undeployable' => 'இந்த சொத்துக்களை யாருக்கும் ஒதுக்க முடியாது.', + 'deployable' => 'இந்த சொத்துகள் சோதிக்கப்படலாம். அவர்கள் நியமிக்கப்பட்டவுடன், அவர்கள் Deployed என்ற மெட்டா நிலைப்பாட்டை எடுப்பார்கள்.', + 'archived' => 'இந்த சொத்துகள் சரிபார்க்கப்படாது, மேலும் காப்பகப்படுத்தப்பட்ட காட்சியில் மட்டுமே காண்பிக்கப்படும். இது வரவு செலவுத் திட்டத்திற்கான / வரலாற்று நோக்கங்களுக்காக சொத்துக்களைப் பற்றிய தகவலைத் தக்கவைத்துக்கொள்வதற்கும், தினசரி சொத்து பட்டியலில் இருந்து அவற்றைப் பாதுகாப்பதற்கும் பயனுள்ளதாக இருக்கும்.', + 'pending' => 'இந்த சொத்துக்கள் இன்னும் யாருக்கும் ஒதுக்கப்பட முடியாது, பெரும்பாலும் பழுதுக்காக வெளியேற்றப்பட்ட பொருட்களுக்குப் பயன்படுத்தப்படுகின்றன, ஆனால் புழக்கத்திற்கு திரும்ப எதிர்பார்க்கப்படுகிறது.', + ), ); diff --git a/resources/lang/ta/admin/statuslabels/table.php b/resources/lang/ta/admin/statuslabels/table.php index b9b5b7ec4e..ef29997ffc 100644 --- a/resources/lang/ta/admin/statuslabels/table.php +++ b/resources/lang/ta/admin/statuslabels/table.php @@ -1,17 +1,17 @@ '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', + 'about' => 'தகுதி லேபிள்களைப் பற்றி', + 'archived' => 'காப்பகப்படுத்தியவை', + 'create' => 'நிலை லேபிள் உருவாக்கவும்', + 'color' => 'விளக்கப்படம் நிறம்', + 'deployable' => 'அணியப்படுத்தக்', + 'info' => 'நிலைமை லேபிள்கள் உங்கள் சொத்துக்கள் இருக்கும் பல்வேறு மாநிலங்களை விவரிக்க பயன்படுத்தப்படுகின்றன. அவை சரிசெய்யப்பட்டு, இழந்த / திருடப்பட்டவையாக இருக்கலாம். நீங்கள் வரிசைப்படுத்தக்கூடிய, நிலுவையிலுள்ள மற்றும் காப்பகப்படுத்தப்பட்ட சொத்துகளுக்கான புதிய நிலை லேபிள்களை உருவாக்கலாம்.', + 'name' => 'நிலைமை பெயர்', + 'pending' => 'நிலுவையில்', + 'status_type' => 'நிலை வகை', + 'show_in_nav' => 'பக்க nav இல் காட்டு', + 'title' => 'நிலை லேபிள்கள்', 'undeployable' => 'Undeployable', - 'update' => 'Update Status Label', + 'update' => 'Status Label ஐப் புதுப்பிக்கவும்', ); diff --git a/resources/lang/ta/admin/suppliers/message.php b/resources/lang/ta/admin/suppliers/message.php index df4bc41af3..642f719868 100644 --- a/resources/lang/ta/admin/suppliers/message.php +++ b/resources/lang/ta/admin/suppliers/message.php @@ -2,23 +2,23 @@ return array( - 'does_not_exist' => 'Supplier does not exist.', - 'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ', + 'does_not_exist' => 'சப்ளையர் இல்லை.', + 'assoc_users' => 'இந்த சப்ளையர் தற்போது குறைந்தது ஒரு மாதிரியுடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. இந்த சப்ளையரை இனி குறிப்பிடாமல் உங்கள் மாடல்களை புதுப்பித்து மீண்டும் முயற்சிக்கவும்.', 'create' => array( - 'error' => 'Supplier was not created, please try again.', - 'success' => 'Supplier created successfully.' + 'error' => 'சப்ளையர் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'சப்ளையர் வெற்றிகரமாக உருவாக்கப்பட்டது.' ), 'update' => array( - 'error' => 'Supplier was not updated, please try again', - 'success' => 'Supplier updated successfully.' + 'error' => 'சப்ளையர் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', + 'success' => 'சப்ளையர் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this supplier?', - 'error' => 'There was an issue deleting the supplier. Please try again.', - 'success' => 'Supplier was deleted successfully.' + 'confirm' => 'இந்த சப்ளையரை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', + 'error' => 'சப்ளையரை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'சப்ளையர் வெற்றிகரமாக நீக்கப்பட்டது.' ) ); diff --git a/resources/lang/ta/admin/suppliers/table.php b/resources/lang/ta/admin/suppliers/table.php index 2a7b07ca93..8f486be68a 100644 --- a/resources/lang/ta/admin/suppliers/table.php +++ b/resources/lang/ta/admin/suppliers/table.php @@ -1,27 +1,27 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', - 'address' => 'Supplier Address', - 'assets' => 'Assets', - 'city' => 'City', - 'contact' => 'Contact Name', - 'country' => 'Country', - 'create' => 'Create Supplier', - 'email' => 'Email', - 'fax' => 'Fax', - 'id' => 'ID', - 'licenses' => 'Licenses', - 'name' => 'Supplier Name', - 'notes' => 'Notes', - 'phone' => 'Phone', - 'state' => 'State', - 'suppliers' => 'Suppliers', - 'update' => 'Update Supplier', - 'url' => 'URL', - 'view' => 'View Supplier', - 'view_assets_for' => 'View Assets for', - 'zip' => 'Postal Code', + 'about_suppliers_title' => 'சப்ளையர்கள் பற்றி', + 'about_suppliers_text' => 'சப்ளையர்கள் உருப்படிகளின் மூலத்தைக் கண்டறிய பயன்படுகிறது', + 'address' => 'சப்ளையர் முகவரி', + 'assets' => 'சொத்துக்கள்', + 'city' => 'பெருநகரம்', + 'contact' => 'தொடர்பு பெயர்', + 'country' => 'நாடு', + 'create' => 'சப்ளையர் உருவாக்கவும்', + 'email' => 'மின்னஞ்சல்', + 'fax' => 'தொலைநகல்', + 'id' => 'ஐடி', + 'licenses' => 'உரிமங்கள்', + 'name' => 'விற்பனையாளர் பெயர்', + 'notes' => 'குறிப்புக்கள்', + 'phone' => 'தொலைபேசி', + 'state' => 'நிலை', + 'suppliers' => 'சப்ளையர்கள்', + 'update' => 'மேம்படுத்தல் வழங்குநர்', + 'url' => 'URL ஐ', + 'view' => 'சப்ளையரைக் காண்க', + 'view_assets_for' => 'சொத்துகளுக்கான பார்வை', + 'zip' => 'அஞ்சல் குறியீடு', ); diff --git a/resources/lang/ta/admin/users/general.php b/resources/lang/ta/admin/users/general.php index 985138d065..29c6d2e06c 100644 --- a/resources/lang/ta/admin/users/general.php +++ b/resources/lang/ta/admin/users/general.php @@ -3,23 +3,23 @@ return array( - 'assets_user' => 'Assets assigned to :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', - 'current_assets' => 'Assets currently checked out to this user', - 'clone' => 'Clone User', - 'contact_user' => 'Contact :name', - 'edit' => 'Edit User', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'history_user' => 'History for :name', - 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', - 'last_login' => 'Last Login', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', - 'software_user' => 'Software Checked out to :name', - 'view_user' => 'View User :name', - 'usercsv' => 'CSV file', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'assets_user' => 'பெயரிடப்பட்ட சொத்துகள்: பெயர்', + 'bulk_update_warn' => 'User_count பயனர்களின் பண்புகளை நீங்கள் திருத்த வேண்டும். இந்த படிவத்தைப் பயன்படுத்தி உங்கள் சொந்த பயனர் பண்புகளை நீங்கள் மாற்ற முடியாது என்பதை நினைவில் கொள்ளவும், உங்கள் தனிப்பட்ட பயனருக்கு தனித்தனியாக திருத்தவும் வேண்டும்.', + 'bulk_update_help' => 'பல முறை பயனர்களைப் புதுப்பிக்க இந்த படிவம் உங்களை அனுமதிக்கிறது. நீங்கள் மாற்ற வேண்டிய துறைகள் மட்டுமே நிரப்பவும். காலியாக உள்ள எந்த புலமும் மாறாமல் இருக்கும்.', + 'current_assets' => 'இந்த பயனருக்கு தற்போது சொத்துகள் சரிபார்க்கப்பட்டன', + 'clone' => 'குளோன் பயனர்', + 'contact_user' => 'தொடர்பு: பெயர்', + 'edit' => 'பயனர் திருத்து', + 'filetype_info' => 'அனுமதிக்கப்பட்ட கோப்புரிமைகள் png, gif, jpg, jpeg, doc, docx, pdf, txt, zip மற்றும் rar ஆகியவை.', + 'history_user' => 'வரலாறு: பெயர்', + 'info' => 'தகவல்', + 'restore_user' => 'அவற்றை மீட்டெடுக்க இங்கு கிளிக் செய்க.', + 'last_login' => 'கடைசி தேதி', + 'ldap_config_text' => 'LDAP உள்ளமைவு அமைப்புகள் நிர்வாகம்> அமைப்புகள். இறக்குமதி செய்யப்பட்ட அனைத்து பயனர்களுக்கும் (விரும்பினால்) தேர்ந்தெடுக்கப்பட்ட இடம் அமைக்கப்படும்.', + 'software_user' => 'மென்பொருள் சரிபார்க்கப்பட்டது: பெயர்', + 'view_user' => 'பயனர் காண்க: பெயர்', + 'usercsv' => 'CSV கோப்பு', + 'two_factor_admin_optin_help' => 'உங்கள் தற்போதைய நிர்வாக அமைப்புகள் இரண்டு காரணி அங்கீகரிப்பின் தேர்ந்தெடுக்கப்பட்ட செயல்பாட்டை அனுமதிக்கின்றன.', + 'two_factor_enrolled' => '2FA சாதனம் பதிவுசெய்யப்பட்டது', + 'two_factor_active' => '2FA செயலில்', ); diff --git a/resources/lang/ta/admin/users/message.php b/resources/lang/ta/admin/users/message.php index 8ee552afab..f13e3624e0 100644 --- a/resources/lang/ta/admin/users/message.php +++ b/resources/lang/ta/admin/users/message.php @@ -2,58 +2,58 @@ return array( - 'accepted' => 'You have successfully accepted this asset.', - 'declined' => 'You have successfully declined this asset.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', - 'user_exists' => 'User already exists!', - 'user_not_found' => 'User [:id] does not exist.', - 'user_login_required' => 'The login field is required', - 'user_password_required' => 'The password is required.', - 'insufficient_permissions' => 'Insufficient Permissions.', - 'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', - 'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', + 'accepted' => 'இந்த சொத்தை வெற்றிகரமாக ஏற்றுக்கொண்டீர்கள்.', + 'declined' => 'இந்த சொத்து வெற்றிகரமாக நிராகரித்தது.', + 'bulk_manager_warn' => 'உங்கள் பயனர் வெற்றிகரமாக புதுப்பிக்கப்பட்டிருந்தாலும், உங்கள் மேலாளர் நுழைவு சேமிக்கப்படவில்லை, ஏனெனில் நீங்கள் தேர்ந்தெடுத்த மேலாளர் பயனர் பட்டியலில் திருத்தப்பட வேண்டும், மேலும் பயனர்கள் தங்கள் மேலாளராக இருக்கலாம். மேலாளரைத் தவிர்த்து உங்கள் பயனர்களை மீண்டும் தேர்ந்தெடுக்கவும்.', + 'user_exists' => 'பயனர் ஏற்கனவே உள்ளது!', + 'user_not_found' => 'பயனர் [: id] இல்லை.', + 'user_login_required' => 'உள்நுழைவுத் துறை தேவைப்படுகிறது', + 'user_password_required' => 'கடவுச்சொல் தேவை.', + 'insufficient_permissions' => 'போதிய அனுமதிகள் இல்லை.', + 'user_deleted_warning' => 'இந்த பயனர் நீக்கப்பட்டது. நீங்கள் அவற்றை திருத்தவோ அல்லது புதிய சொத்துகளை ஒதுக்கவோ இந்த பயனரை மீட்டெடுக்க வேண்டும்.', + 'ldap_not_configured' => 'இந்த நிறுவலுக்கு LDAP ஒருங்கிணைப்பு கட்டமைக்கப்படவில்லை.', 'success' => array( - 'create' => 'User was successfully created.', - 'update' => 'User was successfully updated.', - 'update_bulk' => 'Users were successfully updated!', - 'delete' => 'User was successfully deleted.', - 'ban' => 'User was successfully banned.', - 'unban' => 'User was successfully unbanned.', - 'suspend' => 'User was successfully suspended.', - 'unsuspend' => 'User was successfully unsuspended.', - 'restored' => 'User was successfully restored.', - 'import' => 'Users imported successfully.', + 'create' => 'பயனர் வெற்றிகரமாக உருவாக்கப்பட்டது.', + 'update' => 'பயனர் வெற்றிகரமாக மேம்படுத்தப்பட்டது.', + 'update_bulk' => 'பயனர்கள் வெற்றிகரமாக மேம்படுத்தப்பட்டன!', + 'delete' => 'பயனர் வெற்றிகரமாக நீக்கப்பட்டது.', + 'ban' => 'பயனர் வெற்றிகரமாக தடை செய்யப்பட்டது.', + 'unban' => 'பயனர் வெற்றிகரமாக தடைசெய்யப்படவில்லை.', + 'suspend' => 'பயனர் வெற்றிகரமாக இடைநீக்கம் செய்யப்பட்டார்.', + 'unsuspend' => 'பயனர் வெற்றிகரமாக தடுக்கப்படவில்லை.', + 'restored' => 'பயனர் வெற்றிகரமாக மீட்டமைக்கப்பட்டார்.', + 'import' => 'பயனர்கள் வெற்றிகரமாக இறக்குமதி செய்தனர்.', ), 'error' => array( - 'create' => 'There was an issue creating the user. Please try again.', - 'update' => 'There was an issue updating the user. Please try again.', - 'delete' => 'There was an issue deleting the user. Please try again.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', - 'unsuspend' => 'There was an issue unsuspending the user. Please try again.', - 'import' => 'There was an issue importing users. Please try again.', - 'asset_already_accepted' => 'This asset has already been accepted.', - 'accept_or_decline' => 'You must either accept or decline this asset.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', - 'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server: ', - 'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file.
Error from LDAP Server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'create' => 'பயனர் உருவாக்கும் சிக்கல் ஏற்பட்டது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'update' => 'பயனரைப் புதுப்பிப்பதில் சிக்கல் ஏற்பட்டது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'delete' => 'பயனரை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'delete_has_assets' => 'இந்த பயனருக்கு ஒதுக்கப்பட்டுள்ள உருப்படிகளைக் கொண்டுள்ளது, மேலும் நீக்க முடியாது.', + 'unsuspend' => 'பயனரை unsuspending ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'import' => 'பயனர்களை இறக்குமதி செய்வதில் சிக்கல் ஏற்பட்டது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'asset_already_accepted' => 'இந்த சொத்து ஏற்கனவே ஏற்கப்பட்டுள்ளது.', + 'accept_or_decline' => 'நீங்கள் இந்த சொத்தை ஏற்கவோ அல்லது குறைக்கவோ கூடாது.', + 'incorrect_user_accepted' => 'நீங்கள் ஏற்றுக்கொள்ள முயற்சித்த சொத்து உங்களிடம் சோதிக்கப்படவில்லை.', + 'ldap_could_not_connect' => 'LDAP சேவையகத்துடன் இணைக்க முடியவில்லை. LDAP கட்டமைப்பு கோப்பில் உங்கள் LDAP சர்வர் கட்டமைப்பை சரிபார்க்கவும்.
LDAP சேவையகத்திலிருந்து பிழை:', + 'ldap_could_not_bind' => 'LDAP சேவையகத்துடன் இணைக்க முடியவில்லை. LDAP கட்டமைப்பு கோப்பில் உங்கள் LDAP சர்வர் கட்டமைப்பை சரிபார்க்கவும்.
LDAP சேவையகத்திலிருந்து பிழை:', + 'ldap_could_not_search' => 'LDAP சேவையகத்தை தேட முடியவில்லை. LDAP கட்டமைப்பு கோப்பில் உங்கள் LDAP சர்வர் கட்டமைப்பை சரிபார்க்கவும்.
LDAP சேவையகத்திலிருந்து பிழை:', + 'ldap_could_not_get_entries' => 'LDAP சேவையகத்திலிருந்து உள்ளீடுகளை பெற முடியவில்லை. LDAP கட்டமைப்பு கோப்பில் உங்கள் LDAP சர்வர் கட்டமைப்பை சரிபார்க்கவும்.
LDAP சேவையகத்திலிருந்து பிழை:', + 'password_ldap' => 'இந்த கணக்கிற்கான கடவுச்சொல் LDAP / Active Directory மூலம் நிர்வகிக்கப்படுகிறது. உங்கள் கடவுச்சொல்லை மாற்ற உங்கள் IT பிரிவை தொடர்பு கொள்ளவும்.', ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'கோப்பு நீக்கப்படவில்லை. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'கோப்பு வெற்றிகரமாக நீக்கப்பட்டது.', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'கோப்பு (கள்) பதிவேற்றப்படவில்லை. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'கோப்பு (கள்) வெற்றிகரமாக பதிவேற்றப்பட்டது.', + 'nofiles' => 'பதிவேற்றுவதற்கான எந்தவொரு கோப்பையும் நீங்கள் தேர்ந்தெடுக்கவில்லை', + 'invalidfiles' => 'உங்கள் கோப்புகளில் ஒன்று அல்லது அதற்கு மேற்பட்டவை மிக அதிகமாக உள்ளது அல்லது அனுமதிக்கப்படாத கோப்பு வகை உள்ளது. அனுமதிக்கப்பட்ட கோப்புரிமைகள் png, gif, jpg, doc, docx, pdf மற்றும் txt ஆகியவை.', ), ); diff --git a/resources/lang/ta/admin/users/table.php b/resources/lang/ta/admin/users/table.php index 9bbe883e19..f7ca235e26 100644 --- a/resources/lang/ta/admin/users/table.php +++ b/resources/lang/ta/admin/users/table.php @@ -1,38 +1,38 @@ 'Active', - 'allow' => 'Allow', - 'checkedout' => 'Assets', - 'created_at' => 'Created', - 'createuser' => 'Create User', - 'deny' => 'Deny', - 'email' => 'Email', - 'employee_num' => 'Employee No.', - 'first_name' => 'First Name', - 'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', - 'id' => 'Id', - 'inherit' => 'Inherit', - 'job' => 'Job Title', - 'last_login' => 'Last Login', - 'last_name' => 'Last Name', - 'location' => 'Location', - 'lock_passwords' => 'Login details cannot be changed on this installation.', - 'manager' => 'Manager', - 'managed_locations' => 'Managed Locations', - 'name' => 'Name', - 'notes' => 'Notes', - 'password_confirm' => 'Confirm Password', - 'password' => 'Password', - 'phone' => 'Phone', - 'show_current' => 'Show Current Users', - 'show_deleted' => 'Show Deleted Users', - 'title' => 'Title', - 'to_restore_them' => 'to restore them.', - 'updateuser' => 'Update User', - 'username' => 'Username', - 'user_deleted_text' => 'This user has been marked as deleted.', - 'username_note' => '(This is used for Active Directory binding only, not for login.)', - 'cloneuser' => 'Clone User', - 'viewusers' => 'View Users', + 'activated' => 'செயலில்', + 'allow' => 'அனுமதி', + 'checkedout' => 'சொத்துக்கள்', + 'created_at' => 'உருவாக்கப்பட்டது', + 'createuser' => 'பயனர் உருவாக்கவும்', + 'deny' => 'மறு', + 'email' => 'மின்னஞ்சல்', + 'employee_num' => 'பணியாளர் எண்', + 'first_name' => 'முதல் பெயர்', + 'groupnotes' => 'பயனர் ஒதுக்க ஒரு குழுவை தேர்ந்தெடுத்து, பயனர் அவர்கள் ஒதுக்கப்பட்டுள்ள குழுவின் அனுமதியை எடுத்துக்கொள்வதை நினைவில் கொள்க.', + 'id' => 'ஐடி', + 'inherit' => 'மரபுரிமையாக', + 'job' => 'வேலை தலைப்பு', + 'last_login' => 'கடைசி தேதி', + 'last_name' => 'கடைசி பெயர்', + 'location' => 'இருப்பிடம்', + 'lock_passwords' => 'இந்த நிறுவலில் உள்நுழைவு விவரங்களை மாற்ற முடியாது.', + 'manager' => 'மேலாளர்', + 'managed_locations' => 'நிர்வகிக்கப்பட்ட இடங்கள்', + 'name' => 'பெயர்', + 'notes' => 'குறிப்புக்கள்', + 'password_confirm' => 'கடவுச்சொல்லை உறுதிப்படுத்துக', + 'password' => 'கடவுச்சொல்', + 'phone' => 'தொலைபேசி', + 'show_current' => 'தற்போதைய பயனர்களைக் காட்டு', + 'show_deleted' => 'நீக்கப்பட்ட பயனர்களைக் காண்பி', + 'title' => 'தலைப்பு', + 'to_restore_them' => 'அவற்றை மீட்டெடுக்க', + 'updateuser' => 'பயனர் புதுப்பிக்கவும்', + 'username' => 'பயனர்பெயர்', + 'user_deleted_text' => 'இந்த பயனர் நீக்கப்பட்டதாக குறிக்கப்பட்டுள்ளது.', + 'username_note' => '(இது உள்நுழைவுக்காக அல்ல, செயலில் உள்ள டைரக்டரிக்கு மட்டுமே பயன்படுத்தப்படுகிறது.)', + 'cloneuser' => 'குளோன் பயனர்', + 'viewusers' => 'பயனர்களைக் காண்க', ); diff --git a/resources/lang/ta/auth/general.php b/resources/lang/ta/auth/general.php index bf88cba77a..daba49c8eb 100644 --- a/resources/lang/ta/auth/general.php +++ b/resources/lang/ta/auth/general.php @@ -1,12 +1,12 @@ 'Send Password Reset Link', - 'email_reset_password' => 'Email Password Reset', - 'reset_password' => 'Reset Password', - 'login' => 'Login', - 'login_prompt' => 'Please Login', - 'forgot_password' => 'I forgot my password', - 'remember_me' => 'Remember Me', + 'send_password_link' => 'கடவுச்சொல் மீட்டமை இணைப்பு அனுப்பவும்', + 'email_reset_password' => 'மின்னஞ்சல் கடவுச்சொல் மீட்டமை', + 'reset_password' => 'கடவுச்சொல்லை மீட்டமைக்க', + 'login' => 'உள் நுழை', + 'login_prompt' => 'தயவு செய்து புகுபதிகை செய்யவும்', + 'forgot_password' => 'என் கடவு சொல்லை மறந்து விட்டேன்', + 'remember_me' => 'என்னை நினைவில் கொள்ளுங்கள்', ]; diff --git a/resources/lang/ta/auth/message.php b/resources/lang/ta/auth/message.php index bebf9cdd48..590567c9d1 100644 --- a/resources/lang/ta/auth/message.php +++ b/resources/lang/ta/auth/message.php @@ -2,36 +2,36 @@ return array( - 'account_already_exists' => 'An account with the this email already exists.', - 'account_not_found' => 'The username or password is incorrect.', - 'account_not_activated' => 'This user account is not activated.', - 'account_suspended' => 'This user account is suspended.', - 'account_banned' => 'This user account is banned.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'account_already_exists' => 'இந்த மின்னஞ்சலுடன் ஒரு கணக்கு ஏற்கனவே உள்ளது.', + 'account_not_found' => 'பயனர் பெயர் அல்லது கடவுச்சொல் தவறானது.', + 'account_not_activated' => 'இந்த பயனர் கணக்கு செயல்படுத்தப்படவில்லை.', + 'account_suspended' => 'இந்த பயனர் கணக்கு இடைநீக்கம் செய்யப்பட்டுள்ளது.', + 'account_banned' => 'இந்த பயனர் கணக்கு தடைசெய்யப்பட்டுள்ளது.', + 'throttle' => 'பல உள்நுழைவு முயற்சிகள் தோல்வியடைந்தது. தயவுசெய்து மீண்டும் முயற்சிக்கவும்: நிமிடங்கள் நிமிடங்கள் (நிமிடங்கள்).', 'signin' => array( - 'error' => 'There was a problem while trying to log you in, please try again.', - 'success' => 'You have successfully logged in.', + 'error' => 'உங்களை உள்நுழைய முயற்சிக்கும்போது சிக்கல் ஏற்பட்டது, தயவுசெய்து மீண்டும் முயற்சிக்கவும்.', + 'success' => 'வெற்றிகரமாக உள்நுழைந்துள்ளீர்கள்.', ), 'signup' => array( - 'error' => 'There was a problem while trying to create your account, please try again.', - 'success' => 'Account sucessfully created.', + 'error' => 'உங்கள் கணக்கை உருவாக்க முயற்சிக்கும்போது ஒரு சிக்கல் ஏற்பட்டது, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'கணக்கு வெற்றிகரமாக உருவாக்கப்பட்டது.', ), 'forgot-password' => array( - 'error' => 'There was a problem while trying to get a reset password code, please try again.', - 'success' => 'Password recovery email successfully sent.', + 'error' => 'மீட்டமை கடவுச்சொல் குறியீட்டை பெற முயற்சிக்கும் போது சிக்கல் ஏற்பட்டது, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'கடவுச்சொல் மீட்பு மின்னஞ்சல் வெற்றிகரமாக அனுப்பப்பட்டது.', ), 'forgot-password-confirm' => array( - 'error' => 'There was a problem while trying to reset your password, please try again.', - 'success' => 'Your password has been successfully reset.', + 'error' => 'உங்கள் கடவுச்சொல்லை மீட்டமைக்க முயற்சிக்கும் போது ஒரு சிக்கல் ஏற்பட்டது, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'உங்கள் கடவுச்சொல் வெற்றிகரமாக மீட்டமைக்கப்பட்டது.', ), 'activate' => array( - 'error' => 'There was a problem while trying to activate your account, please try again.', - 'success' => 'Your account has been successfully activated.', + 'error' => 'உங்கள் கணக்கை செயலாக்க முயற்சிக்கும்போது சிக்கல் ஏற்பட்டது, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'உங்கள் கணக்கு வெற்றிகரமாக செயல்படுத்தப்பட்டது.', ), ); diff --git a/resources/lang/ta/button.php b/resources/lang/ta/button.php index 6964689762..d5470b481e 100644 --- a/resources/lang/ta/button.php +++ b/resources/lang/ta/button.php @@ -1,15 +1,15 @@ 'Actions', - 'add' => 'Add New', - 'cancel' => 'Cancel', - 'checkin_and_delete' => 'Checkin & Delete User', - 'delete' => 'Delete', - 'edit' => 'Edit', - 'restore' => 'Restore', - 'request' => 'Request', - 'submit' => 'Submit', - 'upload' => 'Upload', - 'select_file' => 'Select File...', + 'actions' => 'செயல்கள்', + 'add' => 'புதிதாக சேர்க்கவும்', + 'cancel' => 'ரத்து', + 'checkin_and_delete' => 'சரிபார்க்கவும் & நீக்கு பயனர்', + 'delete' => 'அழி', + 'edit' => 'தொகு', + 'restore' => 'மீட்டமை', + 'request' => 'வேண்டுகோள்', + 'submit' => 'சமர்ப்பி', + 'upload' => 'பதிவேற்றம்', + 'select_file' => 'கோப்பு தேர்ந்தெடு ...', ); diff --git a/resources/lang/ta/general.php b/resources/lang/ta/general.php index eb6409ddbb..5cefca47fe 100644 --- a/resources/lang/ta/general.php +++ b/resources/lang/ta/general.php @@ -1,204 +1,205 @@ 'Accessories', - 'activated' => 'Activated', - 'accessory' => 'Accessory', - 'accessory_report' => 'Accessory Report', - 'action' => 'Action', - 'activity_report' => 'Activity Report', - 'address' => 'Address', - 'admin' => 'Admin', - 'add_seats' => 'Added seats', - 'all_assets' => 'All Assets', - 'all' => 'All', - 'archived' => 'Archived', - 'asset_models' => 'Asset Models', - 'asset' => 'Asset', - 'asset_report' => 'Asset Report', - 'asset_tag' => 'Asset Tag', - 'assets_available' => 'assets available', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', - 'assets' => 'Assets', - 'avatar_delete' => 'Delete Avatar', - 'avatar_upload' => 'Upload Avatar', - 'back' => 'Back', - 'bad_data' => 'Nothing found. Maybe bad data?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', - 'bulk_checkout' => 'Bulk Checkout', - 'cancel' => 'Cancel', - 'categories' => 'Categories', - 'category' => 'Category', - 'change' => 'In/Out', - 'changeemail' => 'Change Email Address', - 'changepassword' => 'Change Password', - 'checkin' => 'Checkin', - 'checkin_from' => 'Checkin from', - 'checkout' => 'Checkout', - 'city' => 'City', - 'click_here' => 'Click here', - 'companies' => 'Companies', - 'company' => 'Company', - 'component' => 'Component', - 'components' => 'Components', - 'complete' => 'Complete', - 'consumable' => 'Consumable', - 'consumables' => 'Consumables', - 'country' => 'Country', - 'create' => 'Create New', - 'created' => 'Item Created', - 'created_asset' => 'created asset', - 'created_at' => 'Created at', - 'updated_at' => 'Updated at', + 'accessories' => 'கருவிகள்', + 'activated' => 'இயக்கப்பட்டது', + 'accessory' => 'துணை', + 'accessory_report' => 'துணை குறிப்பு', + 'action' => 'அதிரடி', + 'activity_report' => 'செயல்பாட்டு அறிக்கை', + 'address' => 'முகவரி', + 'admin' => 'நிர்வாகம்', + 'add_seats' => 'சேர்க்கப்பட்டது இடங்கள்', + 'all_assets' => 'அனைத்து சொத்துகளும்', + 'all' => 'அனைத்து', + 'archived' => 'காப்பகப்படுத்தியவை', + 'asset_models' => 'சொத்து மாதிரிகள்', + 'asset_model' => 'மாதிரி', + 'asset' => 'சொத்து', + 'asset_report' => 'சொத்து அறிக்கை', + 'asset_tag' => 'சொத்து டேக்', + 'assets_available' => 'சொத்துக்கள் கிடைக்கின்றன', + 'audit' => 'தணிக்கை', + 'audit_report' => 'தணிக்கைப் பதிவு', + 'assets' => 'சொத்துக்கள்', + 'avatar_delete' => 'Avatar நீக்கு', + 'avatar_upload' => 'Avatar பதிவேற்றவும்', + 'back' => 'மீண்டும்', + 'bad_data' => 'எதுவும் கிடைக்கவில்லை. மோசமான தரவு?', + 'bulkaudit' => 'மொத்த ஆடிட்', + 'bulkaudit_status' => 'தணிக்கை நிலை', + 'bulk_checkout' => 'மொத்த புதுப்பிப்பு', + 'cancel' => 'ரத்து', + 'categories' => 'வகைகள்', + 'category' => 'வகை', + 'change' => 'உள்ளே வெளியே', + 'changeemail' => 'மின்னஞ்சல் முகவரியை மாற்றவும்', + 'changepassword' => 'கடவுச்சொல்லை மாற்று', + 'checkin' => 'புதுப்பிப்பது', + 'checkin_from' => 'இருந்து சரிபார்க்கவும்', + 'checkout' => 'வெளியேறுதல்', + 'city' => 'பெருநகரம்', + 'click_here' => 'இங்கே கிளிக் செய்யவும்', + 'companies' => 'நிறுவனங்கள்', + 'company' => 'நிறுவனம்', + 'component' => 'உபகரண', + 'components' => 'கூறுகள்', + 'complete' => 'முழுமையான', + 'consumable' => 'பயன்படுத்தக்கூடிய', + 'consumables' => 'நுகர்பொருள்கள்', + 'country' => 'நாடு', + 'create' => 'புதிதாக உருவாக்கு', + 'created' => 'உருப்படி உருவாக்கப்பட்டது', + 'created_asset' => 'சொத்து உருவாக்கப்பட்டது', + 'created_at' => 'இல் உருவாக்கப்பட்டது', + 'updated_at' => 'புதுப்பிக்கப்பட்டது', 'currency' => '$', // this is deprecated - 'current' => 'Current', - 'custom_report' => 'Custom Asset Report', - 'dashboard' => 'Dashboard', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', - 'date' => 'Date', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', - 'delete' => 'Delete', - 'deleted' => 'Deleted', - 'delete_seats' => 'Deleted Seats', - 'departments' => 'Departments', - 'department' => 'Department', - 'deployed' => 'Deployed', - 'depreciation_report' => 'Depreciation Report', - 'download' => 'Download', - 'depreciation' => 'Depreciation', - 'editprofile' => 'Edit Your Profile', - 'eol' => 'EOL', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', - 'first' => 'First', - 'first_name' => 'First Name', - 'first_name_format' => 'First Name (jane@example.com)', - 'file_name' => 'File', - 'file_uploads' => 'File Uploads', - 'generate' => 'Generate', - 'groups' => 'Groups', - 'gravatar_email' => 'Gravatar Email Address', - 'history' => 'History', - 'history_for' => 'History for', - 'id' => 'ID', - 'image_delete' => 'Delete Image', - 'image_upload' => 'Upload Image', - 'import' => 'Import', - 'import-history' => 'Import History', - 'asset_maintenance' => 'Asset Maintenance', - 'asset_maintenance_report' => 'Asset Maintenance Report', - 'asset_maintenances' => 'Asset Maintenances', - 'item' => 'Item', - 'insufficient_permissions' => 'Insufficient permissions!', - 'language' => 'Language', - 'last' => 'Last', - 'last_login' => 'Last Login', - 'last_name' => 'Last Name', - 'license' => 'License', - 'license_report' => 'License Report', - 'licenses_available' => 'licenses available', - 'licenses' => 'Licenses', - 'list_all' => 'List All', - 'loading' => 'Loading', - 'lock_passwords' => 'This field cannot be edited in this installation.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', - 'location' => 'Location', - 'locations' => 'Locations', - 'logout' => 'Logout', - 'lookup_by_tag' => 'Lookup by Asset Tag', - 'manufacturer' => 'Manufacturer', - 'manufacturers' => 'Manufacturers', - 'markdown' => 'This field allows Github flavored markdown.', - 'min_amt' => 'Min. QTY', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', - 'model_no' => 'Model No.', - 'months' => 'months', - 'moreinfo' => 'More Info', - 'name' => 'Name', - 'next' => 'Next', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', - 'new' => 'new!', - 'no_depreciation' => 'No Depreciation', - 'no_results' => 'No Results.', - 'no' => 'No', - 'notes' => 'Notes', - 'order_number' => 'Order Number', - 'page_menu' => 'Showing _MENU_ items', - 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', - 'pending' => 'Pending', - 'people' => 'People', - 'per_page' => 'Results Per Page', - 'previous' => 'Previous', - 'processing' => 'Processing', - 'profile' => 'Your profile', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', - 'qty' => 'QTY', - 'quantity' => 'Quantity', - 'ready_to_deploy' => 'Ready to Deploy', - 'recent_activity' => 'Recent Activity', - 'remove_company' => 'Remove Company Association', - 'reports' => 'Reports', - 'requested' => 'Requested', - 'request_canceled' => 'Request Canceled', - 'save' => 'Save', - 'select' => 'Select', - 'search' => 'Search', - 'select_category' => 'Select a Category', - 'select_department' => 'Select a Department', - 'select_depreciation' => 'Select a Depreciation Type', - 'select_location' => 'Select a Location', - 'select_manufacturer' => 'Select a Manufacturer', - 'select_model' => 'Select a Model', - 'select_supplier' => 'Select a Supplier', - 'select_user' => 'Select a User', - 'select_date' => 'Select Date (YYYY-MM-DD)', - 'select_statuslabel' => 'Select Status', - 'select_company' => 'Select Company', - 'select_asset' => 'Select Asset', - 'settings' => 'Settings', - 'sign_in' => 'Sign in', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', - 'site_name' => 'Site Name', - 'state' => 'State', - 'status_labels' => 'Status Labels', - 'status' => 'Status', - 'supplier' => 'Supplier', - 'suppliers' => 'Suppliers', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', - 'total_assets' => 'total assets', - 'total_licenses' => 'total licenses', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', - 'type' => 'Type', - 'undeployable' => 'Un-deployable', - 'unknown_admin' => 'Unknown Admin', - 'username_format' => 'Username Format', - 'update' => 'Update', + 'current' => 'தற்போதைய', + 'custom_report' => 'விருப்ப சொத்து அறிக்கை', + 'dashboard' => 'டாஷ்போர்டு', + 'days' => 'நாட்களில்', + 'days_to_next_audit' => 'அடுத்த ஆடிட்டிற்கு நாட்கள்', + 'date' => 'தேதி', + 'debug_warning' => 'எச்சரிக்கை!', + 'debug_warning_text' => 'இயல்பான பிழைத்திருத்தத்துடன் இந்த பயன்பாட்டை உற்பத்தி முறையில் இயக்கும். வெளிப்புற உலகத்திற்கு உங்கள் பயன்பாடு அணுகக்கூடியதாக இருந்தால் இது முக்கியமான தரவுகளை அம்பலப்படுத்தலாம். உங்கள் .env கோப்பில் false இல் APP_DEBUG மதிப்பை அமைப்பதன் மூலம் பிழைத்திருத்த முடையை முடக்கு.', + 'delete' => 'அழி', + 'deleted' => 'நீக்கப்பட்ட', + 'delete_seats' => 'நீக்கப்பட்ட இடங்கள்', + 'departments' => 'துறைகள்', + 'department' => 'துறை', + 'deployed' => 'பயன்படுத்தப்படும்போது', + 'depreciation_report' => 'தேய்மானம் அறிக்கை', + 'download' => 'பதிவிறக்க', + 'depreciation' => 'தேய்மானம்', + 'editprofile' => 'உங்கள் சுயவிவரம் திருத்தவும்', + 'eol' => ', EOL', + 'email_domain' => 'மின்னஞ்சல் டொமைன்', + 'email_format' => 'மின்னஞ்சல் வடிவமைப்பு', + 'email_domain_help' => 'இறக்குமதி செய்யும் போது மின்னஞ்சல் முகவரிகள் உருவாக்க இது பயன்படுகிறது', + 'filastname_format' => 'முதல் தொடக்க கடைசி பெயர் (jsmith@example.com)', + 'firstname_lastname_format' => 'முதல் பெயர் கடைசி பெயர் (jane.smith@example.com)', + 'first' => 'முதல்', + 'first_name' => 'முதல் பெயர்', + 'first_name_format' => 'முதல் பெயர் (jane@example.com)', + 'file_name' => 'கோப்பு', + 'file_uploads' => 'கோப்பு பதிவேற்றங்கள்', + 'generate' => 'உருவாக்குதல்', + 'groups' => 'குழுக்கள்', + 'gravatar_email' => 'Gravatar மின்னஞ்சல் முகவரி', + 'history' => 'வரலாறு', + 'history_for' => 'வரலாறு', + 'id' => 'ஐடி', + 'image_delete' => 'படத்தை நீக்கு', + 'image_upload' => 'படத்தை பதிவேற்றம் செய்யவும்', + 'import' => 'இறக்குமதி', + 'import-history' => 'வரலாற்றை இறக்குமதி செய்க', + 'asset_maintenance' => 'சொத்து பராமரிப்பு', + 'asset_maintenance_report' => 'சொத்து பராமரிப்பு அறிக்கை', + 'asset_maintenances' => 'சொத்து பராமரித்தல்', + 'item' => 'பொருள்', + 'insufficient_permissions' => 'போதிய அனுமதிகள் இல்லை!', + 'language' => 'மொழி', + 'last' => 'கடந்த', + 'last_login' => 'கடைசி தேதி', + 'last_name' => 'கடைசி பெயர்', + 'license' => 'உரிமம்', + 'license_report' => 'உரிமம் அறிக்கை', + 'licenses_available' => 'உரிமங்கள் கிடைக்கின்றன', + 'licenses' => 'உரிமங்கள்', + 'list_all' => 'அனைத்தையும் பட்டியலிடு', + 'loading' => 'ஏற்றுதல்', + 'lock_passwords' => 'இந்த நிறுவலில் இந்த புலம் திருத்த முடியாது.', + 'feature_disabled' => 'டெமோ நிறுவலுக்கு இந்த அம்சம் முடக்கப்பட்டுள்ளது.', + 'location' => 'இருப்பிடம்', + 'locations' => 'இடங்கள்', + 'logout' => 'வெளியேறு', + 'lookup_by_tag' => 'சொத்து டேக் மூலம் பார்', + 'manufacturer' => 'உற்பத்தியாளர்', + 'manufacturers' => 'உற்பத்தியாளர்கள்', + 'markdown' => 'இந்தத் துறையில் ஜிடிப் ருசியான மார்க் டவுன் ஐ அனுமதிக்கிறது.', + 'min_amt' => 'Min. கொத்தமல்லி', + 'min_amt_help' => 'ஒரு எச்சரிக்கை தூண்டப்படுவதற்கு முன்னர் கிடைக்க வேண்டிய குறைந்தபட்ச எண்ணிக்கையானது.', + 'model_no' => 'மாதிரி எண்.', + 'months' => 'மாதங்கள்', + 'moreinfo' => 'மேலும் தகவல்', + 'name' => 'பெயர்', + 'next' => 'அடுத்த', + 'next_audit_date' => 'அடுத்த கணக்காய்வு தேதி', + 'last_audit' => 'கடைசி ஆடிட்', + 'new' => 'புதிய!', + 'no_depreciation' => 'தேய்மானம் இல்லை', + 'no_results' => 'முடிவுகள் இல்லை.', + 'no' => 'இல்லை', + 'notes' => 'குறிப்புக்கள்', + 'order_number' => 'ஆர்டர் எண்', + 'page_menu' => '_MENU_ உருப்படிகளைக் காண்பிக்கிறது', + 'pagination_info' => '_TOTAL_ உருப்படிகளின் ____END_ காண்பிக்கிறது', + 'pending' => 'நிலுவையில்', + 'people' => 'மக்கள்', + 'per_page' => 'பக்கம் ஒன்றுக்கு முடிவு', + 'previous' => 'முந்தைய', + 'processing' => 'செயலாக்க', + 'profile' => 'உங்கள் சுயவிவரம்', + 'purchase_cost' => 'கொள்முதல் செலவு', + 'purchase_date' => 'கொள்முதல் தேதி', + 'qty' => 'கொத்தமல்லி', + 'quantity' => 'அளவு', + 'ready_to_deploy' => 'வரிசைப்படுத்த தயாராக உள்ளது', + 'recent_activity' => 'சமீபத்திய நடவடிக்கை', + 'remove_company' => 'நிறுவன சங்கத்தை அகற்று', + 'reports' => 'அறிக்கைகள்', + 'requested' => 'கோரப்பட்டது', + 'request_canceled' => 'கோரிக்கை ரத்து செய்யப்பட்டது', + 'save' => 'சேமி', + 'select' => 'தேர்வு', + 'search' => 'தேடல்', + 'select_category' => 'ஓர் வகையறாவை தேர்ந்தெடு', + 'select_department' => 'ஒரு துறையைத் தேர்ந்தெடுக்கவும்', + 'select_depreciation' => 'தேய்மான வகை ஒன்றைத் தேர்ந்தெடுக்கவும்', + 'select_location' => 'இருப்பிடம் தேர்ந்தெடுக்கவும்', + 'select_manufacturer' => 'ஒரு உற்பத்தியாளர் தேர்ந்தெடுக்கவும்', + 'select_model' => 'ஒரு மாதிரி தேர்ந்தெடுக்கவும்', + 'select_supplier' => 'சப்ளையர் ஒன்றைத் தேர்ந்தெடுக்கவும்', + 'select_user' => 'ஒரு பயனரைத் தேர்ந்தெடுக்கவும்', + 'select_date' => 'தேதி தேர்வு (YYYY-MM-DD)', + 'select_statuslabel' => 'நிலைமையைத் தேர்ந்தெடுக்கவும்', + 'select_company' => 'நிறுவனம் தேர்ந்தெடு', + 'select_asset' => 'சொத்து தேர்ந்தெடு', + 'settings' => 'அமைப்புகள்', + 'sign_in' => 'உள்நுழைக', + 'signature' => 'கையொப்பம்', + 'some_features_disabled' => 'டெமோ முறை: இந்த நிறுவலுக்கு சில அம்சங்கள் முடக்கப்பட்டுள்ளன.', + 'site_name' => 'தள பெயர்', + 'state' => 'நிலை', + 'status_labels' => 'நிலை லேபிள்கள்', + 'status' => 'நிலைமை', + 'supplier' => 'சப்ளையர்', + 'suppliers' => 'சப்ளையர்கள்', + 'sure_to_delete' => 'நீங்கள் நிச்சயமாக நீக்க விரும்புகிறீர்களா?', + 'submit' => 'சமர்ப்பி', + 'target' => 'இலக்கு', + 'time_and_date_display' => 'நேரம் மற்றும் தேதி காட்சி', + 'total_assets' => 'மொத்த சொத்துக்கள்', + 'total_licenses' => 'மொத்த உரிமங்கள்', + 'total_accessories' => 'மொத்த பாகங்கள்', + 'total_consumables' => 'மொத்த நுகர்வு', + 'type' => 'வகை', + 'undeployable' => 'அன்-அணியப்படுத்தக்', + 'unknown_admin' => 'அறியப்படாத நிர்வாகம்', + 'username_format' => 'பயனர்பெயர் வடிவமைப்பு', + 'update' => 'புதுப்பிக்கப்பட்டது', 'uploaded' => 'Uploaded', - 'user' => 'User', - 'accepted' => 'accepted', - 'declined' => 'declined', - 'unaccepted_asset_report' => 'Unaccepted Assets', - 'users' => 'Users', - 'viewassets' => 'View Assigned Assets', - 'website' => 'Website', - 'welcome' => 'Welcome, :name', - 'years' => 'years', - 'yes' => 'Yes', - 'zip' => 'Zip', - 'noimage' => 'No image uploaded or image not found.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'user' => 'பயனர்', + 'accepted' => 'ஏற்றுக்கொள்ளப்பட்ட', + 'declined' => 'குறைந்துள்ளது', + 'unaccepted_asset_report' => 'ஏற்கப்படாத சொத்துகள்', + 'users' => 'பயனர்கள்', + 'viewassets' => 'ஒதுக்கப்பட்ட சொத்துகளைப் பார்க்கலாம்', + 'website' => 'வலைத்தளம்', + 'welcome' => 'வரவேற்பு, பெயர்', + 'years' => 'ஆண்டுகள்', + 'yes' => 'ஆமாம்', + 'zip' => 'zip', + 'noimage' => 'எந்த படமும் பதிவேற்றப்படவில்லை அல்லது படத்தை காணவில்லை.', + 'token_expired' => 'உங்கள் படிவத்தின் அமர்வு காலாவதியாகிவிட்டது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', ]; diff --git a/resources/lang/ta/mail.php b/resources/lang/ta/mail.php index c9a4fe182d..f36d6e8d9b 100644 --- a/resources/lang/ta/mail.php +++ b/resources/lang/ta/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', - 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'a_user_canceled' => 'வலைத்தளத்தில் பயனர் ஒரு உருப்படி கோரிக்கையை ரத்து செய்துள்ளார்', + 'a_user_requested' => 'வலைத்தளத்தில் பயனர் ஒரு உருப்படியைக் கோரியுள்ளார்', + 'accessory_name' => 'துணை பெயர்:', + 'additional_notes' => 'கூடுதல் குறிப்புகள்:', + 'admin_has_created' => 'ஒரு வலைத்தளம் உங்களுக்கு ஒரு கணக்கை உருவாக்கியுள்ளது: இணையத்தளம்.', + 'asset' => 'சொத்து:', + 'asset_name' => 'சொத்து பெயர்:', + 'asset_requested' => 'சொத்து கோரப்பட்டது', + 'asset_tag' => 'சொத்து குறிச்சொல்:', + 'assets_warrantee_expiring' => 'அடுத்த 60 நாட்களில் காலாவதியுடன் காலாவதியாகும் {1} சொத்து | அடுத்த 2 நாட்களில் காலாவதியாகும் உத்தரவாதங்களுடன் சொத்துகள் [2, Inf Inf].', + 'assigned_to' => 'ஒதுக்கப்படும்', + 'best_regards' => 'சிறந்த வாழ்த்துக்கள்,', + 'canceled' => 'ரத்து செய்தவர்:', + 'checkin_date' => 'சரி தேதி', + 'checkout_date' => 'புதுப்பிப்பு தேதி:', + 'click_to_confirm' => 'உங்கள்: இணைய கணக்கை உறுதிப்படுத்த பின்வரும் இணைப்பை கிளிக் செய்யவும்:', + 'click_on_the_link_accessory' => 'நீங்கள் இணைப்பு பெற்றுள்ளீர்கள் என்பதை உறுதிப்படுத்த கீழே உள்ள இணைப்பைக் கிளிக் செய்க.', + 'click_on_the_link_asset' => 'நீங்கள் சொத்தை பெற்றுள்ளீர்கள் என்பதை உறுதிப்படுத்த கீழே உள்ள இணைப்பைக் கிளிக் செய்க.', + 'Confirm_Asset_Checkin' => 'சொத்து சரிபார்த்தலை உறுதிப்படுத்தவும்.', + 'Confirm_Accessory_Checkin' => 'துணை சரிபார்த்தலை உறுதிப்படுத்தவும்.', + 'Confirm_accessory_delivery' => 'துணை விநியோகத்தை உறுதிப்படுத்துக.', + 'Confirm_asset_delivery' => 'சொத்து விநியோகத்தை உறுதிசெய்யவும்.', + 'Confirm_consumable_delivery' => 'நுகர்வு விநியோகத்தை உறுதிப்படுத்துக.', + 'current_QTY' => 'தற்போதைய QTY', + 'Days' => 'நாட்களில்', + 'days' => 'நாட்களில்', + 'expecting_checkin_date' => 'எதிர்பார்த்த செக்கின் தேதி:', + 'expires' => 'காலாவதியாகிறது', + 'Expiring_Assets_Report' => 'சொத்துக்கள் அறிக்கை முடிவடைகிறது.', + 'Expiring_Licenses_Report' => 'காலாவதி உரிமைகள் அறிக்கை.', + 'hello' => 'வணக்கம்', + 'hi' => 'வணக்கம்', + 'i_have_read' => 'நான் பயன்பாட்டு விதிமுறைகளைப் படித்து ஒப்புக்கொள்கிறேன், இந்த உருப்படியைப் பெற்றுள்ளேன்.', + 'item' => 'பொருள்:', + 'items_below_minimum' => '{1} குறைந்தபட்ச விவரப்பட்டியல் கீழே உள்ள உருப்படி அல்லது விரைவில் குறைவாக இருக்கும். | [2, Inf] குறைந்தபட்ச சரக்கு விவரங்களை விட குறைவாக இருக்கும் அல்லது குறைவாக இருக்கும்.', + 'Item_Request_Canceled' => 'பொருள் கோரிக்கை ரத்து செய்யப்பட்டது', + 'Item_Requested' => 'பொருள் கோரியது', + 'licenses_expiring' => 'அடுத்த 60 நாட்கள் காலாவதியாகும் {1} உரிமம். | [2, Inf Inflation] அடுத்த 60 நாட்கள் காலாவதியாகும் உரிமங்கள்.', + 'link_to_update_password' => 'தயவுசெய்து புதுப்பிக்க பின்வரும் இணைப்பை கிளிக் செய்யவும்: உங்கள் இணைய கடவுச்சொல்:', + 'login_first_admin' => 'கீழே உள்ள சான்றுகளை பயன்படுத்தி உங்கள் புதிய Snipe-IT நிறுவலுக்கு உள்நுழையவும்:', + 'login' => 'உள் நுழை:', + 'Low_Inventory_Report' => 'குறைவான சரக்கு அறிக்கை', + 'min_QTY' => 'குறைந்தது QTY', + 'name' => 'பெயர்', + 'new_item_checked' => 'உங்கள் பெயரில் ஒரு புதிய உருப்படி சோதிக்கப்பட்டது, விவரங்கள் கீழே உள்ளன.', + 'password' => 'கடவுச்சொல்:', + 'password_reset' => 'கடவுச்சொல்லை மீட்டமை', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'read_the_terms' => 'கீழே உள்ள விதிமுறைகளை தயவுசெய்து படித்துப் பாருங்கள்.', + 'read_the_terms_and_click' => 'கீழே உள்ள விதிமுறைகளைப் படியுங்கள், மற்றும் நீங்கள் பயன்படுத்தும் விதிமுறைகளைப் படித்து ஒப்புக்கொள்கிறீர்கள் என்பதை உறுதிப்படுத்த கீழே உள்ள இணைப்பைக் கிளிக் செய்து, சொத்துடைமையைப் பெற்றுள்ளீர்கள்.', + 'requested' => 'கோரியவர்:', + 'reset_link' => 'உங்கள் கடவுச்சொல்லை மீட்டமை இணைப்பு', + 'reset_password' => 'உங்கள் கடவுச்சொல்லை மீட்டமைக்க இங்கே கிளிக் செய்க:', + 'serial' => 'சீரியல்:', + 'supplier' => 'சப்ளையர்', + 'tag' => 'டேக்', + 'test_email' => 'ஸ்னாப்-டி இருந்து மின்னஞ்சல் சோதனை', + 'test_mail_text' => 'இது Snipe-IT சொத்து முகாமைத்துவ கணினியிலிருந்து ஒரு சோதனை ஆகும். இதை நீங்கள் பெற்றிருந்தால், மின்னஞ்சல் வேலை செய்கிறது :)', + 'the_following_item' => 'பின்வரும் உருப்படி பின்வருமாறு சரிபார்க்கப்பட்டது:', + 'There_are' => '{1} உள்ளது | [2, Inf] உள்ளன', + 'to_reset' => 'உங்கள் கடவுச்சொல்லை மீட்டமைக்க, இந்த படிவத்தை பூர்த்தி செய்க:', + 'type' => 'வகை', + 'user' => 'பயனர்:', + 'username' => 'பயனர்பெயர்:', + 'welcome' => 'வரவேற்பு: பெயர்', + 'welcome_to' => 'வரவேற்கிறோம்: வலை!', + 'your_credentials' => 'உங்கள் கத்தரி-ஐடி சான்றுகள்', ); diff --git a/resources/lang/ta/pagination.php b/resources/lang/ta/pagination.php index b573b51e91..7ed9bb2e9e 100644 --- a/resources/lang/ta/pagination.php +++ b/resources/lang/ta/pagination.php @@ -13,8 +13,8 @@ return array( | */ - 'previous' => '« Previous', + 'previous' => '« முந்தையது', - 'next' => 'Next »', + 'next' => 'அடுத்த »', ); diff --git a/resources/lang/ta/passwords.php b/resources/lang/ta/passwords.php index 5195a9b77c..a8b2c5b30d 100644 --- a/resources/lang/ta/passwords.php +++ b/resources/lang/ta/passwords.php @@ -1,7 +1,7 @@ 'Your password link has been sent!', - 'user' => 'That user does not exist or does not have an email address associated', + 'sent' => 'உங்கள் கடவுச்சொல் இணைப்பு அனுப்பப்பட்டது!', + 'user' => 'அந்த பயனர் இல்லை அல்லது தொடர்புடைய மின்னஞ்சல் முகவரி இல்லை', ]; diff --git a/resources/lang/ta/reminders.php b/resources/lang/ta/reminders.php index e7a476e3a2..381fc13cf2 100644 --- a/resources/lang/ta/reminders.php +++ b/resources/lang/ta/reminders.php @@ -13,12 +13,12 @@ return array( | */ - "password" => "Passwords must be six characters and match the confirmation.", + "password" => "கடவுச்சொற்கள் ஆறு எழுத்துகள் இருக்க வேண்டும் மற்றும் உறுதிப்படுத்தல் பொருத்த வேண்டும்.", - "user" => "Username or email address is incorrect", + "user" => "பயனர்பெயர் அல்லது மின்னஞ்சல் முகவரி தவறானது", - "token" => "This password reset token is invalid.", + "token" => "இந்த கடவுச்சொல் மீட்டமை டோக்கன் தவறானது.", - "sent" => "If a matching email address was found, a password reminder has been sent!", + "sent" => "பொருத்தமான மின்னஞ்சல் முகவரி இருந்தால், கடவுச்சொல் நினைவூட்டல் அனுப்பப்பட்டது!", ); diff --git a/resources/lang/ta/table.php b/resources/lang/ta/table.php index f7a49d86c1..3407744552 100644 --- a/resources/lang/ta/table.php +++ b/resources/lang/ta/table.php @@ -2,9 +2,9 @@ return array( - 'actions' => 'Actions', - 'action' => 'Action', - 'by' => 'By', - 'item' => 'Item', + 'actions' => 'செயல்கள்', + 'action' => 'அதிரடி', + 'by' => 'மூலம்', + 'item' => 'பொருள்', ); diff --git a/resources/lang/ta/validation.php b/resources/lang/ta/validation.php index 02cb1fa981..3d1b60bcce 100644 --- a/resources/lang/ta/validation.php +++ b/resources/lang/ta/validation.php @@ -13,80 +13,80 @@ return array( | */ - 'accepted' => 'The :attribute must be accepted.', - 'active_url' => 'The :attribute is not a valid URL.', - 'after' => 'The :attribute must be a date after :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', - 'alpha' => 'The :attribute may only contain letters.', - 'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', - 'alpha_num' => 'The :attribute may only contain letters and numbers.', - 'array' => 'The :attribute must be an array.', - 'before' => 'The :attribute must be a date before :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'accepted' => ': பண்புக்கூறு ஏற்றுக்கொள்ளப்பட வேண்டும்.', + 'active_url' => 'பண்புக்கூறு: செல்லுபடியாகாத URL அல்ல.', + 'after' => 'பின்: பண்புக்கூறு: தேதி தேதி.', + 'after_or_equal' => 'தேதி: தேதி அல்லது அதற்கு சமமாக தேதி இருக்க வேண்டும்: தேதி.', + 'alpha' => 'பண்புக்கூறு: கடிதங்கள் மட்டுமே கொண்டிருக்கும்.', + 'alpha_dash' => 'பண்புக்கூறு, எண்கள், கோடுகள் ஆகியவற்றைக் கொண்டிருக்கும்.', + 'alpha_num' => ': பண்புக்கூறுகள் மற்றும் எண்களை மட்டும் கொண்டிருக்கும்.', + 'array' => ': பண்புக்கூறாக ஒரு வரிசை இருக்க வேண்டும்.', + 'before' => ': பண்புக்கூறு முன் தேதி இருக்க வேண்டும்: தேதி.', + 'before_or_equal' => 'தேதி: தேதி முன் அல்லது சமமாக தேதி இருக்க வேண்டும்: தேதி.', 'between' => [ - 'numeric' => 'The :attribute must be between :min and :max.', - 'file' => 'The :attribute must be between :min and :max kilobytes.', - 'string' => 'The :attribute must be between :min and :max characters.', - 'array' => 'The :attribute must have between :min and :max items.', + 'numeric' => ': பண்புக்கூறு: நிமிடம் மற்றும் அதிகபட்சம்.', + 'file' => 'தி: பண்புக்கூறு: நிமிடம் மற்றும்: அதிகபட்ச கிலோபைட்.', + 'string' => 'The: பண்புக்கூறு: min மற்றும்: max characters.', + 'array' => ': பண்புக்கூறு: நிமிடம் மற்றும்: அதிகபட்சம் உருப்படிகள்', ], - 'boolean' => 'The :attribute field must be true or false.', - 'confirmed' => 'The :attribute confirmation does not match.', - 'date' => 'The :attribute is not a valid date.', - 'date_format' => 'The :attribute does not match the format :format.', - 'different' => 'The :attribute and :other must be different.', - 'digits' => 'The :attribute must be :digits digits.', - 'digits_between' => 'The :attribute must be between :min and :max digits.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', - 'email' => 'The :attribute must be a valid email address.', - 'exists' => 'The selected :attribute is invalid.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', - 'image' => 'The :attribute must be an image.', - 'in' => 'The selected :attribute is invalid.', - 'in_array' => 'The :attribute field does not exist in :other.', - 'integer' => 'The :attribute must be an integer.', - 'ip' => 'The :attribute must be a valid IP address.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'boolean' => 'கற்பனை புலம் உண்மையாகவோ தவறாகவோ இருக்க வேண்டும்.', + 'confirmed' => 'பண்புக்கூறு உறுதிப்படுத்தல் பொருந்தவில்லை.', + 'date' => ': பண்புக்கூறு சரியான தேதி அல்ல.', + 'date_format' => 'வடிவமைப்பு: வடிவம் பொருந்தவில்லை வடிவமைப்பு.', + 'different' => 'பண்புக்கூறு: மற்றொன்று வித்தியாசமாக இருக்க வேண்டும்.', + 'digits' => 'பண்புக்கூறு: எண் இலக்கங்கள் இருக்க வேண்டும்.', + 'digits_between' => ': பண்புக்கூறு: நிமிடம் மற்றும்: அதிகபட்ச இலக்கங்கள்.', + 'dimensions' => 'பண்புக்கூறு: தவறான பட பரிமாணங்களை கொண்டுள்ளது.', + 'distinct' => ': பண்புக்கூறு துறையில் ஒரு போலி மதிப்பு உள்ளது.', + 'email' => 'பண்புக்கூறு: செல்லுபடியாகும் மின்னஞ்சல் முகவரி இருக்க வேண்டும்.', + 'exists' => 'தேர்ந்தெடுக்கப்பட்ட: பண்பு தவறானது.', + 'file' => 'பண்புக்கூறு ஒரு கோப்பாக இருக்க வேண்டும்.', + 'filled' => 'பண்புக்கூறு துறையில் ஒரு மதிப்பு இருக்க வேண்டும்.', + 'image' => 'பண்புக்கூறு: ஒரு படம் இருக்க வேண்டும்.', + 'in' => 'தேர்ந்தெடுக்கப்பட்ட: பண்பு தவறானது.', + 'in_array' => ': பண்புக்கூறு புலம் இல்லை: மற்றவை.', + 'integer' => 'பண்புக்கூறு: ஒரு முழு எண்ணாக இருக்க வேண்டும்.', + 'ip' => 'பண்புக்கூறு: செல்லுபடியாகும் IP முகவரி இருக்க வேண்டும்.', + 'ipv4' => 'பண்புக்கூறு: செல்லுபடியாகும் IPv4 முகவரி இருக்க வேண்டும்.', + 'ipv6' => 'பண்புக்கூறு: செல்லுபடியாகும் IPv6 முகவரி இருக்க வேண்டும்.', + 'json' => 'பண்புக்கூறு செல்லுபடியான JSON சரமாக இருக்க வேண்டும்.', 'max' => [ - 'numeric' => 'The :attribute may not be greater than :max.', - 'file' => 'The :attribute may not be greater than :max kilobytes.', - 'string' => 'The :attribute may not be greater than :max characters.', - 'array' => 'The :attribute may not have more than :max items.', + 'numeric' => ': பண்புக்கூறு அதிகமாக இருக்கலாம்: அதிகபட்சம்.', + 'file' => 'உருக்கு: பண்பு அதிகமாக இருக்கலாம்: அதிகபட்ச கிலோபைட்.', + 'string' => ': பண்புக்கூறு அதிகமாக இருக்கலாம்: அதிக எழுத்துகள்.', + 'array' => ': பண்புக்கூறு அதிகமாக இல்லை: அதிகபட்சம் பொருட்களை.', ], - 'mimes' => 'The :attribute must be a file of type: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimes' => 'வகை: வகை ஒரு கோப்பு இருக்க வேண்டும்:: மதிப்புகள்.', + 'mimetypes' => 'வகை: வகை ஒரு கோப்பு இருக்க வேண்டும்:: மதிப்புகள்.', 'min' => [ - 'numeric' => 'The :attribute must be at least :min.', - 'file' => 'The :attribute must be at least :min kilobytes.', - 'string' => 'The :attribute must be at least :min characters.', - 'array' => 'The :attribute must have at least :min items.', + 'numeric' => ': பண்புக்கூறு குறைந்தது: நிமிடம்.', + 'file' => ': பண்புக்கூறு குறைந்தது: நிமிட கிலோபைட்.', + 'string' => ': பண்புக்கூறு குறைந்தது: குறைந்த எழுத்துகள்.', + 'array' => ': பண்புக்கூறு குறைந்தபட்சம்: நிமிடம் உருப்படிகள் வேண்டும்.', ], - 'not_in' => 'The selected :attribute is invalid.', - 'numeric' => 'The :attribute must be a number.', - 'present' => 'The :attribute field must be present.', - 'regex' => 'The :attribute format is invalid.', - 'required' => 'The :attribute field is required.', - 'required_if' => 'The :attribute field is required when :other is :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', - 'required_with' => 'The :attribute field is required when :values is present.', - 'required_with_all' => 'The :attribute field is required when :values is present.', - 'required_without' => 'The :attribute field is required when :values is not present.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', - 'same' => 'The :attribute and :other must match.', + 'not_in' => 'தேர்ந்தெடுக்கப்பட்ட: பண்பு தவறானது.', + 'numeric' => 'பண்புக்கூறு: ஒரு எண் இருக்க வேண்டும்.', + 'present' => ': பண்புக்கூறு களஞ்சியம் இருக்க வேண்டும்.', + 'regex' => 'பண்புக்கூறு வடிவமைப்பு தவறானது.', + 'required' => ': பண்புக்கூறு தேவைப்படுகிறது.', + 'required_if' => ': பண்புக்கூறு புலம் தேவை: மற்றது: மதிப்பு.', + 'required_unless' => ': பண்புக்கூறு தேவைப்படுகிறது: மற்றது: மதிப்புகள்.', + 'required_with' => ': பண்புக்கூறு: போது மதிப்புகள் உள்ளது.', + 'required_with_all' => ': பண்புக்கூறு: போது மதிப்புகள் உள்ளது.', + 'required_without' => ': பண்புக்கூறு புலம் தேவை: மதிப்புகள் இல்லை.', + 'required_without_all' => ': மதிப்புகள் இல்லை போது பண்பு துறையில் தேவைப்படுகிறது.', + 'same' => 'பண்புக்கூறு: மற்றொன்று பொருந்த வேண்டும்.', 'size' => [ - 'numeric' => 'The :attribute must be :size.', - 'file' => 'The :attribute must be :size kilobytes.', - 'string' => 'The :attribute must be :size characters.', - 'array' => 'The :attribute must contain :size items.', + 'numeric' => 'பண்புக்கூறு: அளவு இருக்க வேண்டும்.', + 'file' => 'பண்புக்கூறு: அளவு கிலோபைட்டுகள்.', + 'string' => 'பண்புக்கூறு: அளவுருக்கள் இருக்க வேண்டும்.', + 'array' => ': பண்புக்கூறு: அளவு உருப்படிகளைக் கொண்டிருக்க வேண்டும்.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', - 'unique' => 'The :attribute has already been taken.', - 'uploaded' => 'The :attribute failed to upload.', - 'url' => 'The :attribute format is invalid.', + 'string' => 'பண்புக்கூறு ஒரு சரம் இருக்க வேண்டும்.', + 'timezone' => 'பண்புக்கூறு: செல்லுபடியாகும் மண்டலம் இருக்க வேண்டும்.', + 'unique' => ': பண்பு ஏற்கனவே ஏற்கப்பட்டுள்ளது.', + 'uploaded' => ': பண்புக்கூறு பதிவேற்றத் தவறியது.', + 'url' => 'பண்புக்கூறு வடிவமைப்பு தவறானது.', /* |-------------------------------------------------------------------------- @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "பண்புக்கூறு துறையில் அனுமதிக்கப்படாத ஒரு பாத்திரம் உள்ளது.", + "email_array" => "ஒன்று அல்லது அதற்கு மேற்பட்ட மின்னஞ்சல் முகவரிகள் தவறானவை.", + "hashed_pass" => "உங்கள் தற்போதைய கடவுச்சொல் தவறானது", + 'dumbpwd' => 'அந்த கடவுச்சொல் மிகவும் பொதுவானது.', + "statuslabel_type" => "செல்லுபடியாகும் நிலை லேபிள் வகை தேர்ந்தெடுக்க வேண்டும்", + "unique_undeleted" => "பண்பு: பண்பு தனித்துவமானது.", ], /* diff --git a/resources/lang/th/admin/asset_maintenances/message.php b/resources/lang/th/admin/asset_maintenances/message.php index fc96db07ca..862235e481 100644 --- a/resources/lang/th/admin/asset_maintenances/message.php +++ b/resources/lang/th/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'สร้างการซ่อมบำรุงสินทรัพย์เรียบร้อยแล้ว' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'ไม่ได้แก้ไขการบำรุงรักษาสินทรัพย์โปรดลองอีกครั้ง', + 'success' => 'การบำรุงรักษาสินทรัพย์เสร็จเรียบร้อยแล้ว' ], 'asset_maintenance_incomplete' => 'ยังไม่แล้วเสร็จ', 'warranty' => 'การรับประกัน', diff --git a/resources/lang/th/admin/asset_maintenances/table.php b/resources/lang/th/admin/asset_maintenances/table.php index 63376b16e8..5b5f02deb2 100644 --- a/resources/lang/th/admin/asset_maintenances/table.php +++ b/resources/lang/th/admin/asset_maintenances/table.php @@ -2,7 +2,7 @@ return [ 'title' => 'การซ่อมบำรุงสินทรัพย์', - 'asset_name' => 'Asset Name', + 'asset_name' => 'ชื่อสินทรัพย์', 'is_warranty' => 'การรับประกัน', 'dl_csv' => 'ดาวน์โหลด CSV' ]; diff --git a/resources/lang/th/admin/categories/general.php b/resources/lang/th/admin/categories/general.php index 6aeac4f50a..01f1497041 100644 --- a/resources/lang/th/admin/categories/general.php +++ b/resources/lang/th/admin/categories/general.php @@ -1,8 +1,8 @@ 'About Categories', - 'about_categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.', + 'about_categories_title' => 'เกี่ยวกับประเภท', + 'about_categories' => 'หมวดหมู่ช่วยคุณจัดระเบียบรายการของคุณ หมวดหมู่ตัวอย่างบางประเภทอาจเป็น "Desktops", " แล็ปท็อป", " โทรศัพท์มือถือ", "Tablets" เป็นต้นและคุณสามารถใช้งานประเภทต่างๆที่เหมาะสมกับคุณได้', 'asset_categories' => 'หมวดหมู่ทรัพย์สิน', 'category_name' => 'ชื่อหมวดหมู่', 'checkin_email' => 'ส่งอีเมล์ถึงผู้ใช้เพื่อการเช็คอิน', @@ -11,7 +11,7 @@ return array( 'edit' => 'แก้ไขหมวดหมู่', 'eula_text' => 'หมวดหมู่ข้อกำหนดการใช้งาน', 'eula_text_help' => 'ส่วนนี้อนุญาตให้คุณสามารถทำการปรับแต่งข้อตกลงการใช้งานสำหรับกำหนดชนิดของทรัพย์สินได้ หากคุณมีข้อตกลงการใช้งานเพียงหนึ่ง หรือเรื่องเดียวที่ใช้ครอบคลุมทรัพย์สินของคุณทั้งหมด คุณสามารถตั้งค่าให้เป็นการใช้งานหลัก โดยการทำเครื่องหมายในช่องด้านล่างนี้', - 'name' => 'Category Name', + 'name' => 'ชื่อหมวดหมู่', 'require_acceptance' => 'กำหนดให้ผู้ใช้ยืนยันยอมรับสินทรัพย์ในหมวดหมู่นี้', 'required_acceptance' => 'ผู้ใช้นี้จะสามารถส่งอีเมล ด้วยลิงค์เพื่อการยืนยันยอมรับรายการนี้', 'required_eula' => 'ผู้ใช้นี้จะส่งอีเมลสำเนาของ EULA', diff --git a/resources/lang/th/admin/categories/message.php b/resources/lang/th/admin/categories/message.php index ec93a5c448..92bed1972f 100644 --- a/resources/lang/th/admin/categories/message.php +++ b/resources/lang/th/admin/categories/message.php @@ -3,8 +3,8 @@ return array( 'does_not_exist' => 'ยังไม่มีหมวดหมู่', - 'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', - 'assoc_items' => 'This category is currently associated with at least one :asset_type and cannot be deleted. Please update your :asset_type to no longer reference this category and try again. ', + 'assoc_models' => 'หมวดหมู่นี้เชื่อมโยงกับโมเดลอย่างน้อยหนึ่งรายการและไม่สามารถลบออกได้ โปรดอัปเดตโมเดลของคุณเพื่อไม่ให้อ้างอิงหมวดหมู่นี้อีกแล้วลองอีกครั้ง', + 'assoc_items' => 'หมวดหมู่นี้มีการเชื่อมโยงกับ asset_type อย่างน้อยหนึ่งรายการและไม่สามารถลบได้ โปรดอัปเดต: asset_type เพื่อไม่ให้อ้างอิงหมวดหมู่นี้อีกแล้วลองอีกครั้ง', 'create' => array( 'error' => 'ยังไม่ได้สร้างหมวดหมู่ กรุณาลองอีกครั้ง.', diff --git a/resources/lang/th/admin/companies/general.php b/resources/lang/th/admin/companies/general.php index 9a47968977..6a15779ee0 100644 --- a/resources/lang/th/admin/companies/general.php +++ b/resources/lang/th/admin/companies/general.php @@ -1,6 +1,6 @@ 'About Companies', - 'about_companies_text' => 'Companies can be used as a simple identifier field, or can be used to limit visibility of assets, users, etc if full company support is enabled in your Admin settings.', - 'select_company' => 'Select Company', + 'about_companies_title' => 'เกี่ยวกับ บริษัท', + 'about_companies_text' => 'บริษัท สามารถใช้เป็นฟิลด์ระบุอย่างง่ายหรือสามารถใช้เพื่อ จำกัด การเปิดเผยข้อมูลของผู้ใช้ ฯลฯ หากมีการเปิดใช้งานการสนับสนุน บริษัท ทั้งหมดในการตั้งค่าผู้ดูแลระบบของคุณ', + 'select_company' => 'เลือก บริษัท', ]; diff --git a/resources/lang/th/admin/companies/message.php b/resources/lang/th/admin/companies/message.php index a6db573519..3cd5b38fb6 100644 --- a/resources/lang/th/admin/companies/message.php +++ b/resources/lang/th/admin/companies/message.php @@ -1,18 +1,18 @@ 'Company does not exist.', - 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', + 'does_not_exist' => 'ไม่มี บริษัท', + 'assoc_users' => 'บริษัท นี้เชื่อมโยงกับโมเดลอย่างน้อยหนึ่งรายการและไม่สามารถลบได้ โปรดอัปเดตโมเดลของคุณเพื่อไม่ให้ บริษัท นี้อ้างอิงอีกต่อไปและลองอีกครั้ง', 'create' => array( - 'error' => 'Company was not created, please try again.', - 'success' => 'Company created successfully.' + 'error' => 'บริษัท ไม่ได้สร้างโปรดลองอีกครั้ง', + 'success' => 'บริษัท สร้างสำเร็จแล้ว' ), 'update' => array( - 'error' => 'Company was not updated, please try again', - 'success' => 'Company updated successfully.' + 'error' => 'บริษัท ไม่ได้รับการปรับปรุงโปรดลองอีกครั้ง', + 'success' => 'อัปเดต บริษัท สำเร็จแล้ว' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this company?', - 'error' => 'There was an issue deleting the company. Please try again.', - 'success' => 'The Company was deleted successfully.' + 'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบ บริษัท นี้', + 'error' => 'เกิดปัญหาในการลบ บริษัท กรุณาลองอีกครั้ง.', + 'success' => 'บริษัท ถูกลบเรียบร้อยแล้ว' ) ); diff --git a/resources/lang/th/admin/companies/table.php b/resources/lang/th/admin/companies/table.php index 2f86126ff2..0a4a76a266 100644 --- a/resources/lang/th/admin/companies/table.php +++ b/resources/lang/th/admin/companies/table.php @@ -1,9 +1,9 @@ 'Companies', - 'create' => 'Create Company', - 'title' => 'Company', - 'update' => 'Update Company', - 'name' => 'Company Name', + 'companies' => 'บริษัท', + 'create' => 'สร้าง บริษัท', + 'title' => 'บริษัท', + 'update' => 'ปรับปรุง บริษัท', + 'name' => 'ชื่อ บริษัท', 'id' => 'ID', ); diff --git a/resources/lang/th/admin/components/general.php b/resources/lang/th/admin/components/general.php index 75c9d250ab..a3626cb74a 100644 --- a/resources/lang/th/admin/components/general.php +++ b/resources/lang/th/admin/components/general.php @@ -1,17 +1,17 @@ 'About Components', - 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', - 'component_name' => 'Component Name', - 'checkin' => 'Checkin Component', - 'checkout' => 'Checkout Component', - 'cost' => 'Purchase Cost', - 'create' => 'Create Component', - 'edit' => 'Edit Component', - 'date' => 'Purchase Date', - 'order' => 'Order Number', - 'remaining' => 'Remaining', - 'total' => 'Total', - 'update' => 'Update Component', + 'about_components_title' => 'เกี่ยวกับคอมโพเนนต์', + 'about_components_text' => 'คอมโพเนนต์เป็นรายการที่เป็นส่วนหนึ่งของเนื้อหาเช่นฮาร์ดดิสก์แรม ฯลฯ', + 'component_name' => 'ชื่อคอมโพเนนต์', + 'checkin' => 'คอมโพเนนต์ Checkin', + 'checkout' => 'ส่วนประกอบ Checkout', + 'cost' => 'ซื้อต้นทุน', + 'create' => 'สร้างคอมโพเนนต์', + 'edit' => 'แก้ไขคอมโพเนนต์', + 'date' => 'วันที่ซื้อ', + 'order' => 'เลขที่ใบสั่งซื้อ', + 'remaining' => 'ที่เหลืออยู่', + 'total' => 'ทั้งหมด', + 'update' => 'อัพเดตคอมโพเนนต์', ); diff --git a/resources/lang/th/admin/components/message.php b/resources/lang/th/admin/components/message.php index 1d13970f23..2cb04d1ea6 100644 --- a/resources/lang/th/admin/components/message.php +++ b/resources/lang/th/admin/components/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Component does not exist.', + 'does_not_exist' => 'คอมโพเนนต์ไม่มีอยู่', 'create' => array( - 'error' => 'Component was not created, please try again.', - 'success' => 'Component created successfully.' + 'error' => 'ไม่ได้สร้างคอมโพเนนต์โปรดลองอีกครั้ง', + 'success' => 'สร้างคอมโพเนนต์เรียบร้อยแล้ว' ), 'update' => array( - 'error' => 'Component was not updated, please try again', - 'success' => 'Component updated successfully.' + 'error' => 'คอมโพเนนต์ไม่ได้รับการอัปเดตโปรดลองอีกครั้ง', + 'success' => 'คอมโพเนนต์สำเร็จแล้ว' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this component?', - 'error' => 'There was an issue deleting the component. Please try again.', - 'success' => 'The component was deleted successfully.' + 'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบคอมโพเนนต์นี้', + 'error' => 'เกิดปัญหาในการลบคอมโพเนนต์ กรุณาลองอีกครั้ง.', + 'success' => 'คอมโพเนนต์ถูกลบเรียบร้อยแล้ว' ), 'checkout' => array( - 'error' => 'Component was not checked out, please try again', - 'success' => 'Component checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'ตรวจสอบคอมโพเนนต์แล้วโปรดลองอีกครั้ง', + 'success' => 'ตรวจสอบคอมโพเนนต์เรียบร้อยแล้ว', + 'user_does_not_exist' => 'ผู้ใช้รายนั้นไม่ถูกต้อง กรุณาลองอีกครั้ง.' ), 'checkin' => array( - 'error' => 'Component was not checked in, please try again', - 'success' => 'Component checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.' + 'error' => 'คอมโพเนนต์ไม่ได้รับการตรวจสอบโปรดลองอีกครั้ง', + 'success' => 'ตรวจสอบคอมโพเนนต์เรียบร้อยแล้ว', + 'user_does_not_exist' => 'ผู้ใช้รายนั้นไม่ถูกต้อง กรุณาลองอีกครั้ง.' ) diff --git a/resources/lang/th/admin/components/table.php b/resources/lang/th/admin/components/table.php index 3d4fed6a7f..061b0fddf3 100644 --- a/resources/lang/th/admin/components/table.php +++ b/resources/lang/th/admin/components/table.php @@ -1,5 +1,5 @@ 'Component Name', + 'title' => 'ชื่อคอมโพเนนต์', ); diff --git a/resources/lang/th/admin/consumables/general.php b/resources/lang/th/admin/consumables/general.php index b34c4a000c..af4c007644 100644 --- a/resources/lang/th/admin/consumables/general.php +++ b/resources/lang/th/admin/consumables/general.php @@ -3,10 +3,10 @@ return array( 'about_consumables_title' => 'เกี่ยวกับวัสดุสิ้นเปลือง', 'about_consumables_text' => 'วัสดุสิ้นเปลืองคือสิ่งใดๆ ที่มีการซื้อและนำมาใช้ในช่วงเวลานั้น ยกตัวอย่างเช่น หมึกปริ้นเตอร์ หรือ กระดาษถ่ายสำเนา', - 'checkout' => 'Checkout Consumable to User', + 'checkout' => 'ชำระเงินผ่าน Checkout สำหรับผู้ใช้', 'consumable_name' => 'ชื่อวัสดุสิ้นเปลือง', 'create' => 'สร้างวัสดุสิ้นเปลือง', - 'item_no' => 'Item No.', + 'item_no' => 'หมายเลขสินค้า', 'remaining' => 'คงค้าง', 'total' => 'รวมทั้งหมด', 'update' => 'ปรับปรุงวัสดุสิ้นเปลือง', diff --git a/resources/lang/th/admin/consumables/message.php b/resources/lang/th/admin/consumables/message.php index b29064e420..5c85c464a8 100644 --- a/resources/lang/th/admin/consumables/message.php +++ b/resources/lang/th/admin/consumables/message.php @@ -15,9 +15,9 @@ return array( ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this consumable?', + 'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบข้อมูลการสิ้นเปลืองนี้', 'error' => 'มีปัญหาระหว่างการลบวัสดุสิ้นเปลือง กรุณาลองอีกครั้ง', - 'success' => 'The consumable was deleted successfully.' + 'success' => 'การสิ้นเปลืองถูกลบเรียบร้อยแล้ว' ), 'checkout' => array( diff --git a/resources/lang/th/admin/custom_fields/general.php b/resources/lang/th/admin/custom_fields/general.php index f2e6df90cb..9a57b691a2 100644 --- a/resources/lang/th/admin/custom_fields/general.php +++ b/resources/lang/th/admin/custom_fields/general.php @@ -1,30 +1,30 @@ 'Custom Fields', - '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.', - 'encrypted' => 'Encrypted', - 'fieldset' => 'Fieldset', - 'qty_fields' => 'Qty Fields', + 'custom_fields' => 'ฟิลด์ที่กำหนดเอง', + 'field' => 'สนาม', + 'about_fieldsets_title' => 'เกี่ยวกับ Fieldsets', + 'about_fieldsets_text' => 'ฟิลด์ช่วยให้คุณสามารถสร้างกลุ่มของฟิลด์ที่กำหนดเองซึ่งมักใช้ซ้ำสำหรับรูปแบบโมเดลของเนื้อหาบางประเภท', + 'custom_format' => 'รูปแบบที่กำหนดเอง ...', + 'encrypt_field' => 'เข้ารหัสค่าของฟิลด์นี้ในฐานข้อมูล', + 'encrypt_field_help' => 'คำเตือน: การเข้ารหัสฟิลด์ทำให้ไม่สามารถค้นหาได้', + 'encrypted' => 'เข้ารหัส', + 'fieldset' => 'fieldset', + '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', - 'field_custom_format' => 'Custom Format', - 'required' => 'Required', - 'req' => 'Req.', - 'used_by_models' => 'Used By Models', - 'order' => 'Order', - 'create_fieldset' => 'New Fieldset', - 'create_field' => 'New Custom Field', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'fieldset_name' => 'ชื่อฟิลด์', + 'field_name' => 'ชื่อฟิลด์', + 'field_values' => 'ค่าฟิลด์', + 'field_values_help' => 'เพิ่มตัวเลือกที่เลือกได้หนึ่งตัวต่อบรรทัด บรรทัดว่างที่ไม่ใช่บรรทัดแรกจะถูกละเลย', + 'field_element' => 'องค์ประกอบแบบฟอร์ม', + 'field_element_short' => 'ธาตุ', + 'field_format' => 'รูป', + 'field_custom_format' => 'รูปแบบที่กำหนดเอง', + 'required' => 'จำเป็นต้องใช้', + 'req' => 'req', + 'used_by_models' => 'ใช้ตามโมเดล', + 'order' => 'ใบสั่ง', + 'create_fieldset' => 'Fieldset ใหม่', + 'create_field' => 'ฟิลด์ที่กำหนดเองใหม่', + 'value_encrypted' => 'ค่าของฟิลด์นี้ถูกเข้ารหัสในฐานข้อมูล เฉพาะผู้ดูแลระบบเท่านั้นที่สามารถดูค่าที่ถอดรหัสได้', ); diff --git a/resources/lang/th/admin/custom_fields/message.php b/resources/lang/th/admin/custom_fields/message.php index ed66a6ba16..f7a576f98a 100644 --- a/resources/lang/th/admin/custom_fields/message.php +++ b/resources/lang/th/admin/custom_fields/message.php @@ -3,48 +3,48 @@ return array( 'field' => array( - 'invalid' => 'That field does not exist.', - 'already_added' => 'Field already added', + 'invalid' => 'ฟิลด์นั้นไม่มีอยู่', + 'already_added' => 'ฟิลด์ถูกเพิ่มแล้ว', 'create' => array( - 'error' => 'Field was not created, please try again.', - 'success' => 'Field created successfully.', - 'assoc_success' => 'Field successfully added to fieldset.' + 'error' => 'ไม่ได้สร้างฟิลด์โปรดลองอีกครั้ง', + 'success' => 'สร้างฟิลด์สำเร็จแล้ว', + 'assoc_success' => 'ฟิลด์ถูกเพิ่มเข้าไปใน fieldset สำเร็จแล้ว' ), 'update' => array( - 'error' => 'Field was not updated, please try again', - 'success' => 'Field updated successfully.' + 'error' => 'ฟิลด์ไม่ได้รับการอัปเดตโปรดลองอีกครั้ง', + 'success' => 'ปรับปรุงข้อมูลสำเร็จแล้ว' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this field?', - 'error' => 'There was an issue deleting the field. Please try again.', - 'success' => 'The field was deleted successfully.', - 'in_use' => 'Field is still in use.', + 'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบข้อมูลนี้', + 'error' => 'เกิดปัญหาในการนำออกฟิลด์ กรุณาลองอีกครั้ง.', + 'success' => 'ฟิลด์ถูกลบเรียบร้อยแล้ว', + 'in_use' => 'ฟิลด์ยังคงใช้งานอยู่', ) ), 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'ไม่พบ Fieldset', 'create' => array( - 'error' => 'Fieldset was not created, please try again.', - 'success' => 'Fieldset created successfully.' + 'error' => 'ไม่ได้สร้าง Fieldset โปรดลองอีกครั้ง', + 'success' => 'สร้างฟิลด์สำเร็จแล้ว' ), 'update' => array( - 'error' => 'Fieldset was not updated, please try again', - 'success' => 'Fieldset updated successfully.' + 'error' => 'ไม่ได้อัปเดต Fieldset โปรดลองอีกครั้ง', + 'success' => 'อัปเดตฟิลด์สำเร็จแล้ว' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this fieldset?', - 'error' => 'There was an issue deleting the fieldset. Please try again.', - 'success' => 'The fieldset was deleted successfully.', - 'in_use' => 'Fieldset is still in use.', + 'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบชุดข้อมูลฟิลด์นี้', + 'error' => 'เกิดปัญหาในการลบ fieldset กรุณาลองอีกครั้ง.', + 'success' => 'ฟิลด์ถูกลบเรียบร้อยแล้ว', + 'in_use' => 'Fieldset ยังคงใช้อยู่', ) ), diff --git a/resources/lang/th/admin/departments/message.php b/resources/lang/th/admin/departments/message.php index d65f4fbb2b..eef274bf91 100644 --- a/resources/lang/th/admin/departments/message.php +++ b/resources/lang/th/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'ไม่มีแผนก', + 'assoc_users' => 'แผนกนี้มีการเชื่อมโยงกับผู้ใช้อย่างน้อยหนึ่งรายและไม่สามารถลบได้ โปรดอัปเดตผู้ใช้เพื่ออ้างถึงแผนกนี้อีกครั้งและลองอีกครั้ง', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'ไม่ได้สร้างแผนกโปรดลองอีกครั้ง', + 'success' => 'สร้างแผนกเรียบร้อยแล้ว' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'แผนกไม่ได้รับการปรับปรุงโปรดลองอีกครั้ง', + 'success' => 'อัปเดตแผนกเรียบร้อยแล้ว' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบแผนกนี้', + 'error' => 'เกิดปัญหาในการลบแผนก กรุณาลองอีกครั้ง.', + 'success' => 'แผนกนี้ถูกลบเรียบร้อยแล้ว' ) ); diff --git a/resources/lang/th/admin/departments/table.php b/resources/lang/th/admin/departments/table.php index 76494247be..ddfba6e2a5 100644 --- a/resources/lang/th/admin/departments/table.php +++ b/resources/lang/th/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'name' => 'ชื่อห้างสรรพสินค้า', + 'manager' => 'ผู้จัดการ', + 'location' => 'ที่ตั้ง', + 'create' => 'สร้างแผนก', + 'update' => 'ฝ่ายอัปเดต', ); diff --git a/resources/lang/th/admin/depreciations/general.php b/resources/lang/th/admin/depreciations/general.php index c09dc9d23d..099713274c 100644 --- a/resources/lang/th/admin/depreciations/general.php +++ b/resources/lang/th/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'เกี่ยวกับค่าเสื่อมราคาสินทรัพย์', 'about_depreciations' => 'คุณสามารถกำหนดการคิดค่าเสื่อมราคาเพื่อตัดค่าเสื่อมราคาโดยวิธีการคิดค่าเสื่อมราคาแบบเส้นตรง', 'asset_depreciations' => 'ค่าเสื่อมราคาสินทรัพย์', - 'create' => 'Create Depreciation', + 'create' => 'สร้างค่าเสื่อมราคา', 'depreciation_name' => 'ชื่อค่าเสื่อมราคา', 'number_of_months' => 'จำนวนเดือน', - 'update' => 'Update Depreciation', + 'update' => 'อัปเดตค่าเสื่อมราคา', ); diff --git a/resources/lang/th/admin/groups/titles.php b/resources/lang/th/admin/groups/titles.php index 361e0725e0..b4993ad7df 100644 --- a/resources/lang/th/admin/groups/titles.php +++ b/resources/lang/th/admin/groups/titles.php @@ -2,10 +2,10 @@ return array( 'about_groups_title' => 'About Groups', - 'about_groups' => 'Groups are used to generalize user permissions.', + 'about_groups' => 'กลุ่มใช้ในการให้สิทธิ์ผู้ใช้ทั่วไป', 'group_management' => 'การจัดการกลุ่ม', - 'create' => 'Create New Group', - 'update' => 'Edit Group', + 'create' => 'สร้างกลุ่มใหม่', + 'update' => 'แก้ไขกลุ่ม', 'group_name' => 'ชื่อกลุ่ม', 'group_admin' => 'กลุ่มผู้ดูแล', 'allow' => 'อนุญาต', diff --git a/resources/lang/th/admin/hardware/form.php b/resources/lang/th/admin/hardware/form.php index 4ed05ae9a6..b293a95f47 100644 --- a/resources/lang/th/admin/hardware/form.php +++ b/resources/lang/th/admin/hardware/form.php @@ -1,9 +1,9 @@ 'Confirm 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' => 'ยืนยันการลบเนื้อหาเป็นกลุ่ม', + 'bulk_delete_help' => 'ตรวจทานเนื้อหาสำหรับการลบจำนวนมากด้านล่าง เมื่อลบแล้วเนื้อหาเหล่านี้สามารถเรียกคืนได้ แต่จะไม่มีการเชื่อมโยงกับผู้ใช้ที่ได้รับมอบหมายอยู่ในขณะนี้อีกต่อไป', + 'bulk_delete_warn' => 'คุณกำลังจะลบ: asset_count', 'bulk_update' => 'ปรับปรุงสินทรัพย์แบบหลายรายการ', 'bulk_update_help' => 'ฟอร์มนี้อนุญาตให้คุณปรับปรุงสินทรัพย์แบบหลายรายการในครั้งเดียว เพียงกรอกข้อมูลที่ต้องการเปลี่ยนแปลงลงในช่อง ช่องใดที่ไม่ได้กรอกข้อมูลจะไม่มีการเปลี่ยนแปลงใดๆ ', 'bulk_update_warn' => 'คุณกำลังแก้ไขคุณสมบัติของสินทรัพย์ :asset_count', @@ -14,6 +14,7 @@ return array( 'cost' => 'ราคาซื้อ', 'create' => 'สร้างสินทรัพย์', 'date' => 'วันที่ซื้อ', + 'depreciation' => 'การเสื่อมราคา', 'depreciates_on' => 'คิดค่าเสื่อมราคา', 'default_location' => 'ตำแหน่งพื้นฐาน', 'eol_date' => 'วันที่ EOL', diff --git a/resources/lang/th/admin/hardware/general.php b/resources/lang/th/admin/hardware/general.php index 6475b1c8d5..1cbbc5c1c0 100644 --- a/resources/lang/th/admin/hardware/general.php +++ b/resources/lang/th/admin/hardware/general.php @@ -1,13 +1,13 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + 'about_assets_title' => 'เกี่ยวกับสินทรัพย์', + 'about_assets_text' => 'สินทรัพย์คือรายการที่ติดตามโดยใช้หมายเลขซีเรียลหรือแท็กเนื้อหา พวกเขามีแนวโน้มที่จะเป็นรายการมูลค่าที่สูงขึ้นซึ่งจะระบุรายการที่เฉพาะเจาะจง', 'archived' => 'ถูกเก็บไว้', 'asset' => 'สินทรัพย์', - 'bulk_checkout' => 'Checkout Assets to User', + 'bulk_checkout' => 'ชำระบัญชีสินทรัพย์ให้กับผู้ใช้', 'checkin' => 'เช็คอินสินทรัพย์', - 'checkout' => 'Checkout Asset', + 'checkout' => 'ตรวจสอบสินทรัพย์', 'clone' => 'คัดลอกแบบสินทรัพย์', 'deployable' => 'สามารถใช้งานได้', 'deleted' => 'สินทรัพย์นี้ถูกลบแล้ว คลิกที่นี่เพื่อกู้คืน.', @@ -15,7 +15,7 @@ return array( 'filetype_info' => 'ประเภทของไฟล์ที่อนุญาตแล้ว มีดังนี้ png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', 'model_deleted' => 'รุ่นสินทรัพย์นี้ถูกลบ ก่อนที่คุณจะสามารถกู้คืนสินทรัพย์นี้ คุณต้องกู้คืนรุ่นสินทรัพย์นี้
คลิกที่นี่เพื้อกู้คืนรุ่น.', 'requestable' => 'ร้องขอได้', - 'requested' => 'Requested', + 'requested' => 'การขอใช้บริการ', 'restore' => 'กู้คืนสินทรัพย์', 'pending' => 'อยู่ระหว่างดำเนินการ', 'undeployable' => 'ไม่สามารถนำไปใช้งานได้', diff --git a/resources/lang/th/admin/hardware/message.php b/resources/lang/th/admin/hardware/message.php index 114d295111..d18982a2bc 100644 --- a/resources/lang/th/admin/hardware/message.php +++ b/resources/lang/th/admin/hardware/message.php @@ -4,78 +4,78 @@ return array( 'undeployable' => 'คำเตือน: สินทรัพย์นี้ถูกกำหนดสถานะให้ไม่สามารถใช้งานได้ หากสถานะนี้ถูกเปลี่ยน กรุณาอัพเดทสถานะสินทรัพย์ด้วย', 'does_not_exist' => 'ไม่มีสินทรัพย์', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', - 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', + 'does_not_exist_or_not_requestable' => 'พยายามได้ดี. เนื้อหาดังกล่าวไม่มีอยู่หรือไม่ได้รับการร้องขอ', + 'assoc_users' => 'ขณะนี้มีการตรวจสอบเนื้อหานี้แก่ผู้ใช้และไม่สามารถลบออกได้ โปรดตรวจสอบเนื้อหาเป็นครั้งแรกจากนั้นลองลบอีกครั้ง', 'create' => array( - 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' + 'error' => 'ไม่ได้สร้างเนื้อหาโปรดลองอีกครั้ง :(', + 'success' => 'สร้างเนื้อหาสำเร็จแล้ว :)' ), 'update' => array( - 'error' => 'Asset was not updated, please try again', - 'success' => 'Asset updated successfully.', - 'nothing_updated' => 'No fields were selected, so nothing was updated.', + 'error' => 'ไม่ได้อัปเดตเนื้อหาโปรดลองอีกครั้ง', + 'success' => 'อัปเดตเนื้อหาสำเร็จแล้ว', + 'nothing_updated' => 'ไม่มีการเลือกเขตข้อมูลดังนั้นไม่มีการอัปเดตอะไรเลย', ), 'restore' => array( - 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' + 'error' => 'ไม่ได้กู้คืนเนื้อหาโปรดลองอีกครั้ง', + 'success' => 'กู้คืนเนื้อหาเรียบร้อยแล้ว' ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'การตรวจสอบสินทรัพย์ไม่สำเร็จ กรุณาลองอีกครั้ง.', + 'success' => 'บันทึกการตรวจสอบสินทรัพย์สำเร็จแล้ว' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'ไฟล์ไม่ถูกลบ กรุณาลองอีกครั้ง.', + 'success' => 'ไฟล์ถูกลบเรียบร้อยแล้ว', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', + 'error' => 'ไฟล์ไม่ได้อัปโหลด กรุณาลองอีกครั้ง.', + 'success' => 'ไฟล์ที่อัปโหลดเรียบร้อยแล้ว', + 'nofiles' => 'คุณไม่ได้เลือกไฟล์ใด ๆ สำหรับการอัปโหลดหรือไฟล์ที่คุณกำลังพยายามอัปโหลดมีขนาดใหญ่เกินไป', + 'invalidfiles' => 'ไฟล์ของคุณอย่างน้อยหนึ่งไฟล์มีขนาดใหญ่เกินไปหรือเป็นไฟล์ที่ไม่ได้รับอนุญาต ไฟล์ที่อนุญาตคือ png, gif, jpg, doc, docx, pdf และ txt', ), 'import' => array( - 'error' => 'Some items did not import correctly.', - 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'บางรายการไม่สามารถนำเข้าได้อย่างถูกต้อง', + 'errorDetail' => 'รายการต่อไปนี้ไม่ได้นำเข้าเนื่องจากมีข้อผิดพลาด', + 'success' => "ไฟล์ของคุณถูกนำเข้าแล้ว", + 'file_delete_success' => "ไฟล์ของคุณถูกลบเรียบร้อยแล้ว", + 'file_delete_error' => "ไม่สามารถลบไฟล์ได้", ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this asset?', - 'error' => 'There was an issue deleting the asset. Please try again.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', - 'success' => 'The asset was deleted successfully.' + 'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบเนื้อหานี้', + 'error' => 'เกิดปัญหาในการลบเนื้อหา กรุณาลองอีกครั้ง.', + 'nothing_updated' => 'ไม่มีการเลือกเนื้อหาใด ๆ ดังนั้นจึงไม่มีสิ่งใดถูกลบ', + 'success' => 'เนื้อหาถูกลบเรียบร้อยแล้ว' ), 'checkout' => array( - 'error' => 'Asset was not checked out, please try again', - 'success' => 'Asset checked out successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'not_available' => 'That asset is not available for checkout!' + 'error' => 'ไม่ได้ตรวจสอบเนื้อหาโปรดลองอีกครั้ง', + 'success' => 'ตรวจสอบสินทรัพย์เรียบร้อยแล้ว', + 'user_does_not_exist' => 'ผู้ใช้รายนั้นไม่ถูกต้อง กรุณาลองอีกครั้ง.', + 'not_available' => 'เนื้อหาดังกล่าวไม่สามารถใช้ได้สำหรับเช็คเอาท์!' ), 'checkin' => array( - 'error' => 'Asset was not checked in, please try again', - 'success' => 'Asset checked in successfully.', - 'user_does_not_exist' => 'That user is invalid. Please try again.', - 'already_checked_in' => 'That asset is already checked in.', + 'error' => 'ไม่ได้เช็คอินเนื้อหาโปรดลองอีกครั้ง', + 'success' => 'ตรวจสอบเนื้อหาเรียบร้อยแล้ว', + 'user_does_not_exist' => 'ผู้ใช้รายนั้นไม่ถูกต้อง กรุณาลองอีกครั้ง.', + 'already_checked_in' => 'มีการตรวจสอบเนื้อหาดังกล่าวแล้ว', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'ไม่ได้ร้องขอเนื้อหาโปรดลองอีกครั้ง', + 'success' => 'ขอรับสินทรัพย์สำเร็จแล้ว', + 'canceled' => 'ยกเลิกคำขอชำระเงินเรียบร้อยแล้ว' ) ); diff --git a/resources/lang/th/admin/hardware/table.php b/resources/lang/th/admin/hardware/table.php index e8baa09d5a..6551131633 100644 --- a/resources/lang/th/admin/hardware/table.php +++ b/resources/lang/th/admin/hardware/table.php @@ -2,23 +2,23 @@ return array( - 'asset_tag' => 'Asset Tag', - 'asset_model' => 'Model', - 'book_value' => 'Value', - 'change' => 'In/Out', - 'checkout_date' => 'Checkout Date', - 'checkoutto' => 'Checked Out', - 'diff' => 'Diff', - 'dl_csv' => 'Download CSV', + 'asset_tag' => 'แท็กเนื้อหา', + 'asset_model' => 'แบบ', + 'book_value' => 'ความคุ้มค่า', + 'change' => 'In / Out', + 'checkout_date' => 'ชำระเงินวันที่', + 'checkoutto' => 'เช็คเอาท์', + 'diff' => 'diff', + 'dl_csv' => 'ดาวน์โหลด CSV', 'eol' => 'EOL', 'id' => 'ID', - 'location' => 'Location', - 'purchase_cost' => 'Cost', - 'purchase_date' => 'Purchased', - 'serial' => 'Serial', - 'status' => 'Status', - 'title' => 'Asset ', - 'image' => 'Device Image', - 'days_without_acceptance' => 'Days Without Acceptance' + 'location' => 'ที่ตั้ง', + 'purchase_cost' => 'ราคา', + 'purchase_date' => 'สั่งซื้อ', + 'serial' => 'อนุกรม', + 'status' => 'สถานะ', + 'title' => 'สินทรัพย์', + 'image' => 'ภาพอุปกรณ์', + 'days_without_acceptance' => 'วันโดยปราศจากการยอมรับ' ); diff --git a/resources/lang/th/admin/licenses/form.php b/resources/lang/th/admin/licenses/form.php index ce29167874..5f8a54d236 100644 --- a/resources/lang/th/admin/licenses/form.php +++ b/resources/lang/th/admin/licenses/form.php @@ -2,21 +2,21 @@ return array( - 'asset' => 'Asset', - 'checkin' => 'Checkin', - 'create' => 'Create License', - 'expiration' => 'Expiration Date', - 'license_key' => 'Product Key', - 'maintained' => 'Maintained', - 'name' => 'Software Name', - 'no_depreciation' => 'Do Not Depreciate', - 'purchase_order' => 'Purchase Order Number', - 'reassignable' => 'Reassignable', - 'remaining_seats' => 'Remaining Seats', - 'seats' => 'Seats', - 'termination_date' => 'Termination Date', - 'to_email' => 'Licensed to Email', - 'to_name' => 'Licensed to Name', - 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.' + 'asset' => 'สินทรัพย์', + 'checkin' => 'เช็คอิน', + 'create' => 'สร้างใบอนุญาต', + 'expiration' => 'วันหมดอายุ', + 'license_key' => 'รหัสผลิตภัณฑ์', + 'maintained' => 'การบำรุงรักษา', + 'name' => 'ชื่อซอฟต์แวร์', + 'no_depreciation' => 'ไม่ลดราคา', + 'purchase_order' => 'เลขที่ใบสั่งซื้อ', + 'reassignable' => 'มอบหมายได้', + 'remaining_seats' => 'ที่นั่งที่เหลือ', + 'seats' => 'ที่นั่ง', + 'termination_date' => 'วันสิ้นสุด', + 'to_email' => 'ได้รับอนุญาตให้ใช้อีเมล', + 'to_name' => 'ได้รับอนุญาตให้ตั้งชื่อ', + 'update' => 'อัปเดตสัญญาอนุญาต', + 'checkout_help' => 'คุณต้องตรวจสอบใบอนุญาตออกไปกับเนื้อหาฮาร์ดแวร์หรือบุคคล คุณสามารถเลือกทั้งคู่ แต่เจ้าของเนื้อหาต้องตรงกับบุคคลที่คุณกำลังตรวจสอบเนื้อหาออกไป' ); diff --git a/resources/lang/th/admin/licenses/general.php b/resources/lang/th/admin/licenses/general.php index 25a536ec56..74b4c2a39f 100644 --- a/resources/lang/th/admin/licenses/general.php +++ b/resources/lang/th/admin/licenses/general.php @@ -1,21 +1,21 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'about_licenses_title' => 'เกี่ยวกับใบอนุญาต', + 'about_licenses' => 'ใบอนุญาตใช้ในการติดตามซอฟต์แวร์ พวกเขามีจำนวนที่นั่งที่ระบุซึ่งสามารถเช็คเอาท์ให้บุคคลอื่นได้', 'checkin' => 'Checkin License Seat', - 'checkout_history' => 'Checkout History', - 'checkout' => 'Checkout License Seat', - 'edit' => 'Edit License', - 'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', - 'clone' => 'Clone License', - 'history_for' => 'History for ', - 'in_out' => 'In/Out', - 'info' => 'License Info', - 'license_seats' => 'License Seats', - 'seat' => 'Seat', - 'seats' => 'Seats', - 'software_licenses' => 'Software Licenses', - 'user' => 'User', - 'view' => 'View License', + 'checkout_history' => 'ประวัติการชำระเงิน', + 'checkout' => 'ใบอนุญาตเบิกจ่ายที่นั่ง', + 'edit' => 'แก้ไขสัญญาอนุญาต', + 'filetype_info' => 'ไฟล์ที่อนุญาตคือ png, gif, jpg, jpeg, doc, docx, pdf, txt, zip และ rar', + 'clone' => 'ใบอนุญาตโคลน', + 'history_for' => 'ประวัติสำหรับ', + 'in_out' => 'In / Out', + 'info' => 'ข้อมูลใบอนุญาต', + 'license_seats' => 'ที่นั่งใบอนุญาต', + 'seat' => 'ที่นั่ง', + 'seats' => 'ที่นั่ง', + 'software_licenses' => 'ใบอนุญาตซอฟต์แวร์', + 'user' => 'ผู้ใช้งาน', + 'view' => 'ดูใบอนุญาต', ); diff --git a/resources/lang/th/admin/licenses/message.php b/resources/lang/th/admin/licenses/message.php index d5dbfe77b9..cf04e5ea83 100644 --- a/resources/lang/th/admin/licenses/message.php +++ b/resources/lang/th/admin/licenses/message.php @@ -2,49 +2,50 @@ return array( - 'does_not_exist' => 'License does not exist.', - 'user_does_not_exist' => 'User does not exist.', - 'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', - 'owner_doesnt_match_asset' => 'The asset you are trying to associate with this license is owned by somene other than the person selected in the assigned to dropdown.', - 'assoc_users' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', + 'does_not_exist' => 'ไม่มีสัญญาอนุญาต', + 'user_does_not_exist' => 'ไม่มีผู้ใช้', + 'asset_does_not_exist' => 'เนื้อหาที่คุณกำลังพยายามเชื่อมโยงกับใบอนุญาตนี้ไม่มีอยู่', + 'owner_doesnt_match_asset' => 'เนื้อหาที่คุณกำลังพยายามเชื่อมโยงกับใบอนุญาตนี้เป็นของ somene ไม่ใช่บุคคลที่เลือกในรายการที่กำหนดให้กับ dropdown', + 'assoc_users' => 'ขณะนี้ใบอนุญาตนี้ออกให้แก่ผู้ใช้แล้วและไม่สามารถลบได้ โปรดตรวจสอบใบอนุญาตเป็นครั้งแรกจากนั้นลองลบอีกครั้ง', + 'select_asset_or_person' => 'คุณต้องเลือกเนื้อหาหรือผู้ใช้ แต่ไม่ใช่ทั้งสองอย่าง', 'create' => array( - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.' + 'error' => 'ไม่ได้สร้างสัญญาอนุญาตโปรดลองอีกครั้ง', + 'success' => 'สร้างสัญญาอนุญาตเรียบร้อยแล้ว' ), 'deletefile' => array( - 'error' => 'File not deleted. Please try again.', - 'success' => 'File successfully deleted.', + 'error' => 'ไฟล์ไม่ถูกลบ กรุณาลองอีกครั้ง.', + 'success' => 'ไฟล์ถูกลบเรียบร้อยแล้ว', ), 'upload' => array( - 'error' => 'File(s) not uploaded. Please try again.', - 'success' => 'File(s) successfully uploaded.', - 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'error' => 'ไฟล์ไม่ได้อัปโหลด กรุณาลองอีกครั้ง.', + 'success' => 'ไฟล์ที่อัปโหลดเรียบร้อยแล้ว', + 'nofiles' => 'คุณไม่ได้เลือกไฟล์ใด ๆ สำหรับการอัปโหลดหรือไฟล์ที่คุณกำลังพยายามอัปโหลดมีขนาดใหญ่เกินไป', + 'invalidfiles' => 'ไฟล์ของคุณอย่างน้อยหนึ่งไฟล์มีขนาดใหญ่เกินไปหรือเป็นไฟล์ที่ไม่ได้รับอนุญาต ไฟล์ที่อนุญาตคือ png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml และ lic', ), 'update' => array( - 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.' + 'error' => 'สัญญาอนุญาตไม่ได้รับการปรับปรุงโปรดลองอีกครั้ง', + 'success' => 'มีการอัปเดตใบอนุญาตเรียบร้อยแล้ว' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this license?', - 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.' + 'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบสัญญาอนุญาตนี้', + 'error' => 'เกิดปัญหาในการนำออกใบอนุญาต กรุณาลองอีกครั้ง.', + 'success' => 'ใบอนุญาตถูกลบเรียบร้อยแล้ว' ), 'checkout' => array( - 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully' + 'error' => 'มีปัญหาในการตรวจสอบใบอนุญาต กรุณาลองอีกครั้ง.', + 'success' => 'ออกใบอนุญาตแล้ว' ), 'checkin' => array( - 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully' + 'error' => 'เกิดปัญหาในการตรวจสอบใบอนุญาต กรุณาลองอีกครั้ง.', + 'success' => 'ใบอนุญาตได้รับการตรวจสอบเรียบร้อยแล้ว' ), ); diff --git a/resources/lang/th/admin/licenses/table.php b/resources/lang/th/admin/licenses/table.php index dfce4136cb..993a5175b2 100644 --- a/resources/lang/th/admin/licenses/table.php +++ b/resources/lang/th/admin/licenses/table.php @@ -2,16 +2,16 @@ return array( - 'assigned_to' => 'Assigned To', - 'checkout' => 'In/Out', + 'assigned_to' => 'ได้รับมอบหมายให้', + 'checkout' => 'In / Out', 'id' => 'ID', - 'license_email' => 'License Email', - 'license_name' => 'Licensed To', - 'purchase_date' => 'Purchase Date', - 'purchased' => 'Purchased', - 'seats' => 'Seats', - 'hardware' => 'Hardware', - 'serial' => 'Serial', - 'title' => 'License', + 'license_email' => 'อีเมลใบอนุญาต', + 'license_name' => 'ได้รับอนุญาตให้', + 'purchase_date' => 'วันที่ซื้อ', + 'purchased' => 'สั่งซื้อ', + 'seats' => 'ที่นั่ง', + 'hardware' => 'ฮาร์ดแวร์', + 'serial' => 'อนุกรม', + 'title' => 'การอนุญาต', ); diff --git a/resources/lang/th/admin/locations/table.php b/resources/lang/th/admin/locations/table.php index 479b465032..8d6888b76b 100644 --- a/resources/lang/th/admin/locations/table.php +++ b/resources/lang/th/admin/locations/table.php @@ -1,9 +1,9 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', - 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'about_locations_title' => 'เกี่ยวกับสถานที่', + 'about_locations' => 'สถานที่ถูกใช้เพื่อติดตามข้อมูลตำแหน่งสำหรับผู้ใช้เนื้อหาและรายการอื่น ๆ', + 'assets_rtd' => 'สินทรัพย์', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. 'assets_checkedout' => 'Assets Assigned', 'id' => 'ID', 'city' => 'เขต/อำเภอ', @@ -17,5 +17,5 @@ return array( 'locations' => 'สถานที่', 'parent' => 'หมวดแม่', 'currency' => 'สกุลเงินตามสถานที่', - 'ldap_ou' => 'LDAP Search OU', + 'ldap_ou' => 'LDU Search OU', ); diff --git a/resources/lang/th/admin/manufacturers/table.php b/resources/lang/th/admin/manufacturers/table.php index 8516884b44..971c670306 100644 --- a/resources/lang/th/admin/manufacturers/table.php +++ b/resources/lang/th/admin/manufacturers/table.php @@ -1,15 +1,15 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'about_manufacturers_title' => 'เกี่ยวกับผู้ผลิต', + 'about_manufacturers_text' => 'ผู้ผลิตเป็น บริษัท ที่สร้างสินทรัพย์ของคุณ คุณสามารถจัดเก็บข้อมูลการติดต่อฝ่ายสนับสนุนที่สำคัญไว้ที่นี่ซึ่งจะปรากฏในหน้ารายละเอียดสินทรัพย์ของคุณ', 'asset_manufacturers' => 'ผู้ผลิตสินทรัพย์', 'create' => 'สร้างผู้ผลิต', 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', + 'name' => 'ชื่อ', + 'support_email' => 'อีเมลสนับสนุน', + 'support_phone' => 'โทรศัพท์สนับสนุน', + 'support_url' => 'URL การสนับสนุน', 'update' => 'ปรับปรุงผู้ผลิต', 'url' => 'URL', diff --git a/resources/lang/th/admin/models/general.php b/resources/lang/th/admin/models/general.php index 41e8b897d5..3340aeee11 100644 --- a/resources/lang/th/admin/models/general.php +++ b/resources/lang/th/admin/models/general.php @@ -1,15 +1,15 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', + 'about_models_title' => 'เกี่ยวกับโมเดลสินทรัพย์', + 'about_models_text' => 'โมเดลสินทรัพย์คือวิธีการจัดกลุ่มเนื้อหาที่เหมือนกัน "MBP 2013", "IPhone 6s" ฯลฯ', 'deleted' => 'โมเดลนี้ถูกลบแล้ว Click here to restore it.', 'restore' => 'กู้คืนโมเดล', - 'requestable' => 'Users may request this model', + 'requestable' => 'ผู้ใช้สามารถขอรับโมเดลนี้ได้', 'show_mac_address' => 'แสดง MAC address ในสินทรัพย์ของโมเดลนี้', 'view_deleted' => 'ดูที่ถูกลบ', 'view_models' => 'ดูโมเดล', - 'fieldset' => 'Fieldset', - 'no_custom_field' => 'No custom fields', + 'fieldset' => 'fieldset', + 'no_custom_field' => 'ไม่มีฟิลด์ที่กำหนดเอง', ); diff --git a/resources/lang/th/admin/models/message.php b/resources/lang/th/admin/models/message.php index efb20c7352..b826d0c888 100644 --- a/resources/lang/th/admin/models/message.php +++ b/resources/lang/th/admin/models/message.php @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'ไม่มีการเปลี่ยนแปลงเขตข้อมูลดังนั้นไม่มีอะไรที่ได้รับการปรับปรุง', + 'success' => 'อัปเดตโมเดลแล้ว' ), ); diff --git a/resources/lang/th/admin/settings/general.php b/resources/lang/th/admin/settings/general.php index 3ab27f1e9a..1d1546e335 100644 --- a/resources/lang/th/admin/settings/general.php +++ b/resources/lang/th/admin/settings/general.php @@ -2,38 +2,38 @@ 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', + 'ad_domain_help' => 'นี่เป็นบางครั้งเหมือนกับโดเมนอีเมลของคุณ แต่ไม่บ่อยนัก', + 'is_ad' => 'นี่คือเซิร์ฟเวอร์ Active Directory', 'alert_email' => 'ส่งแจ้งเตือนไปยัง', - 'alerts_enabled' => 'Alerts Enabled', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', + 'alerts_enabled' => 'การแจ้งเตือนถูกเปิดใช้งานแล้ว', + 'alert_interval' => 'เกณฑ์การเตือนที่หมดอายุ (เป็นวัน)', + 'alert_inv_threshold' => 'เกณฑ์การแจ้งเตือนพื้นที่โฆษณา', 'asset_ids' => 'รหัสทรัพย์สิน', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'ช่วงการตรวจสอบ', + 'audit_interval_help' => 'หากคุณจำเป็นต้องตรวจสอบสินทรัพย์ของคุณอย่างสม่ำเสมอให้ป้อนช่วงเวลาเป็นเดือน ๆ', + 'audit_warning_days' => 'เกณฑ์การตรวจสอบคำเตือน', + 'audit_warning_days_help' => 'เราควรเตือนล่วงหน้ากี่วันเมื่อสินทรัพย์มีกำหนดการตรวจสอบ?', 'auto_increment_assets' => 'สร้างการเพิ่มรหัสทรัพย์สินอัตโนมัติ', 'auto_increment_prefix' => 'Prefix (ส่วนเสริม)', 'auto_incrementing_help' => 'เปิดใช้งานการเพิ่มรหัสสินทรัพย์อัตโนมัติก่อนตั้งค่าส่วนนี้', 'backups' => 'สำรอง', 'barcode_settings' => 'ตั้งค่าบาร์โค๊ด', - 'confirm_purge' => 'Confirm Purge', - 'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', + 'confirm_purge' => 'ยืนยัน Purge', + 'confirm_purge_help' => 'ป้อนข้อความ "DELETE" ในช่องด้านล่างเพื่อล้างระเบียนที่ลบไป ไม่สามารถยกเลิกการดำเนินการนี้ได้', 'custom_css' => 'กำหนด CSS เอง', 'custom_css_help' => 'ระบุการกำหนด CSS ที่คุณต้องการใช้แทน ห้ามรวม tags นี้ <style></style>', 'default_currency' => 'สกุลเงินตั้งต้น', 'default_eula_text' => 'ค่าเริ่มต้นข้อกำหนดการใช้งาน', - 'default_language' => 'Default Language', + 'default_language' => 'ภาษาเริ่มต้น', 'default_eula_help_text' => 'คุณยังสามารถปรับแต่งข้อตกลงการใช้งานสำหรับกกำหนดให้กับหมวดหมู่ทรัพย์สินได้', 'display_asset_name' => 'แสดงชื่อทรัพย์สิน', 'display_checkout_date' => 'แสดงวันที่นำออก', 'display_eol' => 'ดู 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' => 'รหัสสแควร์บนจอแสดงผล', + 'display_alt_barcode' => 'แสดงบาร์โค้ด 1D', + 'barcode_type' => 'ประเภทบาร์โค้ด 2D', + 'alt_barcode_type' => 'บาร์โค้ด 1D', 'eula_settings' => 'ตั้งค่าข้อตกลงการใช้งาน', 'eula_markdown' => 'อนุญาต EULA นี้ Github flavored markdown.', 'general_settings' => 'การตั้งค่าทั่วไป', @@ -41,50 +41,50 @@ return array( 'header_color' => 'สีส่วนหัว', 'info' => 'การตั้งค่าเหล่านี้ช่วยให้คุณสามารถปรับแต่งลักษณะบางอย่าง', 'laravel' => 'เวอร์ชั่น 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_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', - 'ldap_auth_filter_query' => 'LDAP Authentication query', - 'ldap_version' => 'LDAP Version', + 'ldap_enabled' => 'เปิดใช้งาน LDAP แล้ว', + 'ldap_integration' => 'การรวม LDAP', + 'ldap_settings' => 'การตั้งค่า LDAP', + 'ldap_server' => 'เซิร์ฟเวอร์ LDAP', + 'ldap_server_help' => 'ซึ่งควรเริ่มต้นด้วย ldap: // (สำหรับ unencrypted หรือ TLS) หรือ ldaps: // (สำหรับ SSL)', + 'ldap_server_cert' => 'การตรวจสอบใบรับรอง SSL LDAP', + 'ldap_server_cert_ignore' => 'อนุญาตใบรับรอง SSL ที่ไม่ถูกต้อง', + 'ldap_server_cert_help' => 'เลือกช่องทำเครื่องหมายนี้ถ้าคุณใช้ใบรับรอง SSL ที่ลงนามด้วยตนเองและต้องการยอมรับใบรับรอง SSL ที่ไม่ถูกต้อง', + 'ldap_tls' => 'ใช้ TLS', + 'ldap_tls_help' => 'ควรเลือกเฉพาะกรณีที่คุณใช้งาน STARTTLS บนเซิร์ฟเวอร์ LDAP ของคุณ', + 'ldap_uname' => 'ชื่อผู้ใช้ LDAP Bind', + 'ldap_pword' => 'รหัสผ่าน LDAP Bind', + 'ldap_basedn' => 'ฐานผูก DN', + 'ldap_filter' => 'ตัวกรอง LDAP', + 'ldap_pw_sync' => 'การซิงค์รหัสผ่าน LDAP', + 'ldap_pw_sync_help' => 'ยกเลิกการเลือกช่องนี้หากคุณไม่ต้องการเก็บรหัสผ่าน LDAP ที่ซิงค์กับรหัสผ่านเฉพาะที่ การปิดใช้งานนี้หมายความว่าผู้ใช้ของคุณอาจไม่สามารถเข้าสู่ระบบได้หากเซิร์ฟเวอร์ LDAP ของคุณไม่สามารถเข้าถึงได้เนื่องจากเหตุผลบางประการ', + 'ldap_username_field' => 'ฟิลด์ชื่อผู้ใช้', + 'ldap_lname_field' => 'นามสกุล', + 'ldap_fname_field' => 'ชื่อแรกของ LDAP', + 'ldap_auth_filter_query' => 'ข้อความค้นหาการตรวจสอบความถูกต้องของ LDAP', + 'ldap_version' => 'เวอร์ชัน LDAP', '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.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'ldap_emp_num' => 'หมายเลขพนักงานของ LDAP', + 'ldap_email' => 'อีเมล LDAP', + 'load_remote_text' => 'สคริปต์ระยะไกล', + 'load_remote_help_text' => 'การติดตั้ง Snipe-IT นี้สามารถโหลดสคริปต์จากภายนอกได้', + 'login_note' => 'เข้าสู่ระบบหมายเหตุ', + 'login_note_help' => 'คุณสามารถเลือกไม่กี่ประโยคในหน้าจอการเข้าสู่ระบบของคุณเช่นช่วยผู้ที่พบอุปกรณ์สูญหายหรือถูกขโมย ฟิลด์นี้ยอมรับเครื่องหมายการค้าที่มีรสปรุงรส Github', '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' => 'จำกัด ผู้ใช้ (รวมทั้งผู้ดูแลระบบ) ที่มอบหมายให้ บริษัท ไปยังสินทรัพย์ของ บริษัท', + 'full_multiple_companies_support_text' => 'การสนับสนุนหลาย บริษัท', 'optional' => 'ออฟชั่นเสริม', 'per_page' => 'ผลการค้นหาต่อหน้า', 'php' => 'เวอร์ชัน PHP', 'php_gd_info' => 'คุณต้องติดตั้ง php-gd เพื่อแสดง QR codes, ดูในคู่มือการติดตั้ง', 'php_gd_warning' => 'ยังไม่ได้ติดตั้ง PHP imgae processing และ GD plugin', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'ความซับซ้อนของรหัสผ่าน', + 'pwd_secure_complexity_help' => 'เลือกกฎความซับซ้อนของรหัสผ่านที่คุณต้องการบังคับใช้', + 'pwd_secure_min' => 'รหัสผ่านขั้นต่ำอักขระ', + 'pwd_secure_min_help' => 'ค่าต่ำสุดที่อนุญาตคือ 5', + 'pwd_secure_uncommon' => 'ป้องกันรหัสผ่านทั่วไป', + 'pwd_secure_uncommon_help' => 'การดำเนินการนี้จะไม่อนุญาตให้ผู้ใช้ใช้รหัสผ่านทั่วไปจากรหัสผ่าน 10,000 อันดับแรกที่รายงานว่าละเมิด', 'qr_help' => 'เปิดใช้งาน QR Codes ก่อนการตั้งค่านี้', - 'qr_text' => 'QR Code Text', + 'qr_text' => 'ข้อความโค้ด QR', 'setting' => 'การตั้งค่า', 'settings' => 'ตั้งค่า', 'site_name' => 'ชื่อไซต์', @@ -97,52 +97,54 @@ return array( 'system' => 'ข้อมูลระบบ', 'update' => 'แก้ไขการตั้งค่า', 'value' => 'มูลค่า', - '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)', - 'next_auto_tag_base' => 'Next auto-increment', - 'page_padding' => 'Page margins (inches)', - 'purge' => 'Purge Deleted Records', - 'labels_display_bgutter' => 'Label bottom gutter', - 'labels_display_sgutter' => 'Label side gutter', - 'labels_fontsize' => 'Label font size', - 'labels_pagewidth' => 'Label sheet width', - 'labels_pageheight' => 'Label sheet height', - 'label_gutters' => 'Label spacing (inches)', - 'page_dimensions' => 'Page dimensions (inches)', - 'label_fields' => 'Label visible fields', - 'inches' => 'inches', - 'width_w' => 'w', - 'height_h' => 'h', - 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', - 'top' => 'top', - 'bottom' => 'bottom', - 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'brand' => 'การสร้างแบรนด์', + 'about_settings_title' => 'เกี่ยวกับการตั้งค่า', + 'about_settings_text' => 'การตั้งค่าเหล่านี้ช่วยให้คุณสามารถปรับแต่งลักษณะการติดตั้งของคุณได้', + 'labels_per_page' => 'ป้ายกำกับต่อหน้า', + 'label_dimensions' => 'ขนาดฉลาก (นิ้ว)', + 'next_auto_tag_base' => 'การเพิ่มอัตโนมัติครั้งต่อไป', + 'page_padding' => 'ส่วนของหน้า (นิ้ว)', + 'purge' => 'ล้างข้อมูลที่ถูกลบ', + 'labels_display_bgutter' => 'ป้ายก้นท่อ', + 'labels_display_sgutter' => 'รางด้านฉลาก', + 'labels_fontsize' => 'ขนาดแบบอักษรของป้ายกำกับ', + 'labels_pagewidth' => 'ความกว้างของแผ่นฉลาก', + 'labels_pageheight' => 'ความสูงของแผ่นฉลาก', + 'label_gutters' => 'ระยะห่างของป้ายกำกับ (นิ้ว)', + 'page_dimensions' => 'ขนาดหน้าเว็บ (นิ้ว)', + 'label_fields' => 'ระบุฟิลด์ที่มองเห็นได้', + 'inches' => 'นิ้ว', + 'width_w' => 'W', + 'height_h' => 'ชั่วโมง', + 'show_url_in_emails' => 'เชื่อมโยงกับ Snipe-IT ในอีเมล', + 'show_url_in_emails_help_text' => 'ยกเลิกการเลือกช่องนี้หากคุณไม่ต้องการเชื่อมโยงกับการติดตั้ง Snipe-IT ในส่วนท้ายของอีเมล มีประโยชน์หากผู้ใช้ส่วนใหญ่ไม่เคยเข้าสู่ระบบ', + 'text_pt' => 'จุด', + 'thumbnail_max_h' => 'ความสูงของภาพขนาดย่อสูงสุด', + 'thumbnail_max_h_help' => 'ความสูงสูงสุดเป็นพิกเซลที่ภาพขนาดย่ออาจแสดงในมุมมองรายการ ต่ำสุด 25, สูงสุด 500', + 'two_factor' => 'การตรวจสอบความถูกต้องของปัจจัยสองตัว', + 'two_factor_secret' => 'รหัสสองปัจจัย', + 'two_factor_enrollment' => 'การลงทะเบียนสองปัจจัย', + 'two_factor_enabled_text' => 'เปิดใช้งาน Two Factor', + 'two_factor_reset' => 'รีเซ็ตความลับสองระดับ', + 'two_factor_reset_help' => 'การดำเนินการนี้จะบังคับให้ผู้ใช้ลงทะเบียนอุปกรณ์ด้วย Google Authenticator อีกครั้ง วิธีนี้มีประโยชน์หากอุปกรณ์ที่ลงทะเบียนเรียนในปัจจุบันสูญหายหรือถูกขโมย', + 'two_factor_reset_success' => 'รีเซ็ตเครื่องอุปกรณ์สองตัวเรียบร้อยแล้ว', + 'two_factor_reset_error' => 'การรีเซ็ตอุปกรณ์สององค์ประกอบล้มเหลว', + 'two_factor_enabled_warning' => 'การเปิดใช้งานสองปัจจัยหากไม่ได้เปิดใช้อยู่ในขณะนี้จะบังคับให้คุณตรวจสอบสิทธิ์ด้วยอุปกรณ์ที่ลงทะเบียนของ Google Auth คุณจะสามารถลงทะเบียนอุปกรณ์ของคุณหากยังไม่ได้ลงทะเบียนเรียน', + 'two_factor_enabled_help' => 'การทำเช่นนี้จะเปิดใช้การตรวจสอบสิทธิ์แบบสองปัจจัยโดยใช้ Google Authenticator', + 'two_factor_optional' => 'เลือก (ผู้ใช้สามารถเปิดหรือปิดใช้งานได้ถ้าได้รับอนุญาต)', + 'two_factor_required' => 'จำเป็นสำหรับผู้ใช้ทั้งหมด', + 'two_factor_disabled' => 'พิการ', + 'two_factor_enter_code' => 'ป้อนรหัสสองปัจจัย', + 'two_factor_config_complete' => 'ส่งรหัส', + 'two_factor_enabled_edit_not_allowed' => 'ผู้ดูแลระบบของคุณไม่อนุญาตให้คุณแก้ไขการตั้งค่านี้', + 'two_factor_enrollment_text' => "จำเป็นต้องมีการตรวจสอบสิทธิ์สองปัจจัย แต่อุปกรณ์ของคุณยังไม่ได้ลงทะเบียน เปิดแอป Google Authenticator และสแกนโค้ด QR ด้านล่างเพื่อลงทะเบียนอุปกรณ์ของคุณ เมื่อคุณลงทะเบียนอุปกรณ์แล้วให้ป้อนรหัสด้านล่าง", + 'require_accept_signature' => 'ต้องการลายเซ็น', + 'require_accept_signature_help_text' => 'การเปิดใช้งานคุณลักษณะนี้จะกำหนดให้ผู้ใช้ลงชื่อเข้าใช้เพื่อยอมรับเนื้อหา', + 'left' => 'ซ้าย', + 'right' => 'ขวา', + 'top' => 'ด้านบน', + 'bottom' => 'ด้านล่าง', + 'vertical' => 'แนวตั้ง', + 'horizontal' => 'ตามแนวนอน', + 'zerofill_count' => 'ความยาวของแท็กเนื้อหารวมทั้ง zerofill', ); diff --git a/resources/lang/th/admin/settings/message.php b/resources/lang/th/admin/settings/message.php index 8adc6729d3..769fbc67bf 100644 --- a/resources/lang/th/admin/settings/message.php +++ b/resources/lang/th/admin/settings/message.php @@ -14,9 +14,9 @@ return array( 'file_not_found' => 'ไม่พบไฟล์ข้อมูลสำรองบนเซิฟเวอร์', ), 'purge' => array( - 'error' => 'An error has occurred while purging. ', - 'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', - 'success' => 'Deleted records successfully purged.' + 'error' => 'เกิดข้อผิดพลาดขณะล้างข้อมูล', + 'validation_failed' => 'การยืนยันการล้างข้อมูลของคุณไม่ถูกต้อง โปรดพิมพ์คำว่า "DELETE" ในช่องยืนยัน', + 'success' => 'ล้างระเบียนเรียบร้อยแล้ว' ), ); diff --git a/resources/lang/th/admin/statuslabels/message.php b/resources/lang/th/admin/statuslabels/message.php index 619a5a509c..fff5ca8bff 100644 --- a/resources/lang/th/admin/statuslabels/message.php +++ b/resources/lang/th/admin/statuslabels/message.php @@ -2,24 +2,31 @@ 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' => 'ไม่มีป้ายสถานะ', + 'assoc_assets' => 'ป้ายสถานะนี้เชื่อมโยงกับสินทรัพย์อย่างน้อยหนึ่งรายการและไม่สามารถลบได้ โปรดอัปเดตเนื้อหาของคุณเพื่อไม่ให้อ้างอิงสถานะนี้อีกแล้วลองอีกครั้ง', 'create' => array( - 'error' => 'Status Label was not created, please try again.', - 'success' => 'Status Label created successfully.' + 'error' => 'ไม่ได้สร้างป้ายสถานะโปรดลองอีกครั้ง', + 'success' => 'สร้างป้ายสถานะสำเร็จแล้ว' ), 'update' => array( - 'error' => 'Status Label was not updated, please try again', - 'success' => 'Status Label updated successfully.' + 'error' => 'ป้ายสถานะไม่ได้รับการอัปเดตโปรดลองอีกครั้ง', + 'success' => 'อัปเดตป้ายสถานะสำเร็จแล้ว' ), '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' => 'คุณแน่ใจหรือไม่ว่าต้องการลบป้ายสถานะนี้', + 'error' => 'มีปัญหาในการลบป้ายสถานะ กรุณาลองอีกครั้ง.', + 'success' => 'ป้ายสถานะถูกลบเรียบร้อยแล้ว' + ), + + 'help' => array( + 'undeployable' => 'ไม่สามารถกำหนดเนื้อหาเหล่านี้ให้กับทุกคนได้', + 'deployable' => 'สามารถตรวจสอบสินทรัพย์เหล่านี้ได้ เมื่อได้รับมอบหมายแล้วพวกเขาจะถือว่าสถานะ meta ของ Deployed', + 'archived' => 'ไม่สามารถตรวจสอบเนื้อหาเหล่านี้ได้และจะปรากฏเฉพาะในมุมมองที่เก็บถาวรเท่านั้น วิธีนี้มีประโยชน์สำหรับการเก็บรักษาข้อมูลเกี่ยวกับสินทรัพย์เพื่อการจัดทำงบประมาณ / วัตถุประสงค์ทางประวัติศาสตร์ แต่จะช่วยให้พวกเขาออกจากรายชื่อสินทรัพย์แบบวันต่อวัน', + 'pending' => 'สินทรัพย์เหล่านี้ยังไม่สามารถกำหนดให้กับทุกคนซึ่งมักใช้สำหรับรายการที่ไม่ได้รับการซ่อม แต่คาดว่าจะกลับสู่การหมุนเวียน', + ), ); diff --git a/resources/lang/th/admin/statuslabels/table.php b/resources/lang/th/admin/statuslabels/table.php index 90a3702e1d..cd3239524f 100644 --- a/resources/lang/th/admin/statuslabels/table.php +++ b/resources/lang/th/admin/statuslabels/table.php @@ -4,13 +4,13 @@ return array( 'about' => 'เกี่ยวกับป้ายสถานะ', 'archived' => 'ที่เก็บถาวร', 'create' => 'สร้างป้ายสถานะ', - 'color' => 'Chart Color', + 'color' => 'สีแผนภูมิ', 'deployable' => 'สามารถใช้งานได้', 'info' => 'ป้ายสถานะใช้สำหรับบ่งบอกสถานะของสินทรัพย์ของคุณว่าอยู่ในสถานะใด ซึ่งอาจจะอยู่สถานะ เช่น ซ่อมแซม สูญหาย ถูกขโมย เป็นต้น คุณสามารถสร้างป้ายสถานะสำหรับ สามารถใช้งานได้ หรืออยู่ในระหว่างการดำเนินการ หรือ ถูกเก็บไว้ถาวร', 'name' => 'ชื่อสถานะ', 'pending' => 'อยู่ระหว่างดำเนินการ', 'status_type' => 'ประเภทสถานะ', - 'show_in_nav' => 'Show in side nav', + 'show_in_nav' => 'แสดงใน nav ด้านข้าง', 'title' => 'ป้ายสถานะ', 'undeployable' => 'ไม่สามารถนำไปใช้งานได้', 'update' => 'ปรับปรุงป้ายสถานะ', diff --git a/resources/lang/th/admin/suppliers/table.php b/resources/lang/th/admin/suppliers/table.php index b1efd52ad2..8c2c01c442 100644 --- a/resources/lang/th/admin/suppliers/table.php +++ b/resources/lang/th/admin/suppliers/table.php @@ -1,8 +1,8 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'about_suppliers_title' => 'เกี่ยวกับซัพพลายเออร์', + 'about_suppliers_text' => 'ซัพพลายเออร์ใช้เพื่อติดตามแหล่งที่มาของสินค้า', 'address' => 'ที่อยู่ซัพพลายเออร์', 'assets' => 'ทรัพย์สิน', 'city' => 'เมือง', diff --git a/resources/lang/th/admin/users/general.php b/resources/lang/th/admin/users/general.php index f1b89aaa65..8b95f34b34 100644 --- a/resources/lang/th/admin/users/general.php +++ b/resources/lang/th/admin/users/general.php @@ -4,22 +4,22 @@ return array( 'assets_user' => 'ทรัพย์สินที่กำหนดให้ :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', - 'current_assets' => 'Assets currently checked out to this user', + 'bulk_update_warn' => 'คุณกำลังแก้ไขคุณสมบัติของ: user_count users โปรดทราบว่าคุณไม่สามารถเปลี่ยนแอตทริบิวต์ผู้ใช้ของคุณเองโดยใช้แบบฟอร์มนี้และต้องแก้ไขผู้ใช้ของคุณเองเป็นรายบุคคล', + 'bulk_update_help' => 'ฟอร์มนี้ช่วยให้คุณสามารถอัปเดตผู้ใช้หลายรายพร้อมกัน กรอกข้อมูลในช่องที่คุณต้องการเปลี่ยนเท่านั้น ช่องใด ๆ ที่เว้นไว้จะไม่มีการเปลี่ยนแปลง', + 'current_assets' => 'เนื้อหาปัจจุบันที่เช็คเอาท์ให้กับผู้ใช้รายนี้', 'clone' => 'โคลนผู้ใช้', 'contact_user' => 'ติดต่อ :name', 'edit' => 'แก้ไขผู้ใช้', 'filetype_info' => 'ประเภทของไฟล์ที่อนุญาตแล้ว มีดังนี้ png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar', 'history_user' => 'ประวัติของ :name', - 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'info' => 'ข้อมูล', + 'restore_user' => 'คลิกที่นี่เพื่อเรียกคืน', 'last_login' => 'เข้าสู่ระบบล่าสุด', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', + 'ldap_config_text' => 'คุณสามารถตั้งค่าการกำหนดค่า LDAP ได้ Admin> การตั้งค่า สถานที่ที่เลือก (เลือกได้) จะถูกตั้งค่าสำหรับผู้ใช้ที่นำเข้าทั้งหมด', 'software_user' => 'ซอฟต์แวร์ที่กำหนดให้ :name', 'view_user' => 'ดูผู้ใช้ :name', 'usercsv' => 'ไฟล์ CSV', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'two_factor_admin_optin_help' => 'การตั้งค่าผู้ดูแลระบบปัจจุบันช่วยให้สามารถใช้การตรวจสอบสิทธิ์แบบสองปัจจัยได้อย่างมีประสิทธิภาพ', + 'two_factor_enrolled' => 'อุปกรณ์ 2FA ที่ลงทะเบียนแล้ว', + 'two_factor_active' => '2FA Active', ); diff --git a/resources/lang/th/admin/users/message.php b/resources/lang/th/admin/users/message.php index 0e1275134f..c1aaf5a1fe 100644 --- a/resources/lang/th/admin/users/message.php +++ b/resources/lang/th/admin/users/message.php @@ -4,7 +4,7 @@ return array( 'accepted' => 'คุณยอมรับสินทรัพย์นี้เรียบร้อยแล้ว', 'declined' => 'คุณปฏิเสธสินทรัพย์นี้เรียบร้อยแล้ว', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'bulk_manager_warn' => 'ผู้ใช้ของคุณได้รับการอัปเดตแล้วแม้ว่ารายการผู้จัดการจะไม่ได้รับการบันทึกเนื่องจากผู้จัดการที่คุณเลือกอยู่ในรายชื่อผู้ใช้ที่จะแก้ไขและผู้ใช้ต้องไม่เป็นผู้จัดการของตัวเอง โปรดเลือกผู้ใช้ของคุณอีกครั้งโดยไม่รวมผู้จัดการ', 'user_exists' => 'มีผู้ใช้งานนี้แล้ว', 'user_not_found' => 'ไม่มีชื่อผู้ใช้งานนี้', 'user_login_required' => 'ต้องการชื่อผู้ใช้งาน', @@ -17,7 +17,7 @@ return array( 'success' => array( 'create' => 'สร้างผู้ใช้งานเสร็จสมบูรณ์แล้ว', 'update' => 'แก้ไขผู้ใช้งานเสร็จสมบูรณ์แล้ว', - 'update_bulk' => 'Users were successfully updated!', + 'update_bulk' => 'อัปเดตผู้ใช้สำเร็จแล้ว!', 'delete' => 'ลบผู้ใช้งานเสร็จสมบูรณ์แล้ว', 'ban' => 'แบนผู้ใช้งานเสร็จสมบูรณ์แล้ว', 'unban' => 'ยกเลิกการแบนผู้ใช้งานเสร็จสมบูรณ์แล้ว', @@ -31,17 +31,17 @@ return array( 'create' => 'มีปัญหาระหว่างการสร้างผู้ใช้งาน กรุณาลองใหม่อีกครั้ง', 'update' => 'มีปัญหาระหว่างปรับปรุงข้อมูลผู้ใช้ กรุณาลองใหม่อีกครั้ง', 'delete' => 'มีปัญหาระหว่างลบผู้ใช้งาน กรุณาลองใหม่อีกครั้ง', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'ผู้ใช้รายนี้มีรายการที่กำหนดและไม่สามารถลบได้', 'unsuspend' => 'มีปัญหาระหว่างการยกเลิกการระงับผู้ใช้งาน กรุณาลองใหม่อีกครั้ง', 'import' => 'มีปัญหาระหว่างการนำเข้าผู้ใช้งาน กรุณาลองใหม่อีกครั้ง', 'asset_already_accepted' => 'ทรัพย์สินนี้ได้รับการยอมรับแล้ว', 'accept_or_decline' => 'คุณต้องยอมรับ หรือปฏิเสธสินทรัพย์นี้', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', + 'incorrect_user_accepted' => 'เนื้อหาที่คุณพยายามยอมรับไม่ได้ถูกเช็คเอาท์ให้คุณ', 'ldap_could_not_connect' => 'ไม่สามารถเชื่อมต่อกับ LDAP Server ได้ กรุณาตรวจสอบการตั้งค่า LDAP Server ของคุณในไฟล์ตั้งค่า LDAP
ผิดพลาดจาก LDAP Server:', 'ldap_could_not_bind' => 'ไม่สามารถผูกกับ LDAP Server ได้ กรุณาตรวจสอบการตั้งค่า LDAP Server ของคุณในไฟล์ตั้งค่า LDAP
ผิดพลาดจาก LDAP Server: ', 'ldap_could_not_search' => 'ไม่สามารถค้นหา LDAP Server ได้ กรุณาตรวจสอบการตั้งค่า LDAP Server ของคุณในไฟล์ตั้งค่า LDAP
ผิดพลาดจาก LDAP Server:', 'ldap_could_not_get_entries' => 'ไม่สามารถดึงข้อมูลจาก LDAP Server ได้ กรุณาตรวจสอบการตั้งค่า LDAP Server ของคุณในไฟล์ตั้งค่า LDAP
ผิดพลาดจาก LDAP Server:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'รหัสผ่านสำหรับบัญชีนี้ได้รับการจัดการโดย LDAP / Active Directory โปรดติดต่อฝ่ายไอทีของคุณเพื่อเปลี่ยนรหัสผ่านของคุณ', ), 'deletefile' => array( diff --git a/resources/lang/th/admin/users/table.php b/resources/lang/th/admin/users/table.php index 38c8030e6b..8adb331dfa 100644 --- a/resources/lang/th/admin/users/table.php +++ b/resources/lang/th/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'สถานที่', 'lock_passwords' => 'รายละเอียดการเข้าสู่ระบบไม่สามารถแก้ไขเปลี่ยนแปลงบนการติดตั้งนี้', 'manager' => 'ผู้จัดการ', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'สถานที่ที่มีการจัดการ', 'name' => 'ชื่อ', 'notes' => 'หมายเหตุ', 'password_confirm' => 'ยืนยันรหัสผ่าน', @@ -28,10 +28,10 @@ return array( 'show_current' => 'แสดงผู้ใช้งานปัจจุบัน', 'show_deleted' => 'แสดงผู้ใช้งานที่ถูกลบแล้ว', 'title' => 'ชื่อเรื่อง', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => 'เพื่อเรียกคืน', 'updateuser' => 'แก้ไขผู้ใช้งาน', 'username' => 'ชื่อผู้ใช้', - 'user_deleted_text' => 'This user has been marked as deleted.', + 'user_deleted_text' => 'ผู้ใช้นี้ถูกทำเครื่องหมายว่าลบแล้ว', 'username_note' => '(ส่วนนี้มีผลเฉพาะกับ Active Directory เท่านั้น ไม่ใช่สำหรับการเข้าสู่ระบบ)', 'cloneuser' => 'คัดลอกผู้ใช้งาน', 'viewusers' => 'ดูผู้ใช้งาน', diff --git a/resources/lang/th/auth/general.php b/resources/lang/th/auth/general.php index bf88cba77a..082c729e48 100644 --- a/resources/lang/th/auth/general.php +++ b/resources/lang/th/auth/general.php @@ -1,12 +1,12 @@ 'Send Password Reset Link', - 'email_reset_password' => 'Email Password Reset', - 'reset_password' => 'Reset Password', - 'login' => 'Login', - 'login_prompt' => 'Please Login', - 'forgot_password' => 'I forgot my password', - 'remember_me' => 'Remember Me', + 'send_password_link' => 'ส่งลิงก์รีเซ็ตรหัสผ่าน', + 'email_reset_password' => 'รีเซ็ตรหัสผ่านอีเมล', + 'reset_password' => 'รีเซ็ตรหัสผ่าน', + 'login' => 'เข้าสู่ระบบ', + 'login_prompt' => 'กรุณาเข้าสู่ระบบ', + 'forgot_password' => 'ฉันลืมรหัสผ่าน', + 'remember_me' => 'จดจำฉัน', ]; diff --git a/resources/lang/th/auth/message.php b/resources/lang/th/auth/message.php index a0b32d9f39..69a789c331 100644 --- a/resources/lang/th/auth/message.php +++ b/resources/lang/th/auth/message.php @@ -7,7 +7,7 @@ return array( 'account_not_activated' => 'ชื่อผู้ใช้นี้ยังไม่ได้ทำการเปิดใช้งาน', 'account_suspended' => 'บัญชีผู้ใช้นี้ถูกระงับการใช้งาน', 'account_banned' => 'บัญชีผู้ใช้นี้ถูกห้ามใช้งาน', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'throttle' => 'พยายามเข้าสู่ระบบไม่มากเกินไป โปรดลองอีกครั้งในรอบ: นาทีนาที', 'signin' => array( 'error' => 'มีปัญหาขณะกำลังเข้าสู่ระบบ กรุณาลองอีกครั้ง', diff --git a/resources/lang/th/button.php b/resources/lang/th/button.php index d2ffb67418..6610deac1d 100644 --- a/resources/lang/th/button.php +++ b/resources/lang/th/button.php @@ -4,12 +4,12 @@ return array( 'actions' => 'การกระทำ', 'add' => 'เพิ่มใหม่', 'cancel' => 'ยกเลิก', - 'checkin_and_delete' => 'Checkin & Delete User', + 'checkin_and_delete' => 'เช็คอินและลบผู้ใช้', 'delete' => 'ลบ', 'edit' => 'แก้ไข', 'restore' => 'นำกลับ', 'request' => 'ร้องขอ', 'submit' => 'ตกลง', 'upload' => 'อัพโหลด', - 'select_file' => 'Select File...', + 'select_file' => 'เลือกไฟล์...', ); diff --git a/resources/lang/th/general.php b/resources/lang/th/general.php index f5a5789584..20b632ab9a 100644 --- a/resources/lang/th/general.php +++ b/resources/lang/th/general.php @@ -2,104 +2,105 @@ return [ 'accessories' => 'อุปกรณ์', - 'activated' => 'Activated', + 'activated' => 'เปิดใช้งาน', 'accessory' => 'อุปกรณ์', 'accessory_report' => 'รายงานอุปกรณ์เสริม', 'action' => 'ดำเนินการ', 'activity_report' => 'รายงานกิจกรรม', 'address' => 'ที่อยู่', 'admin' => 'ผู้ดูแลระบบ', - 'add_seats' => 'Added seats', + 'add_seats' => 'เพิ่มที่นั่งแล้ว', 'all_assets' => 'ทรัพย์สินทั้งหมด', 'all' => 'ทั้งหมด', 'archived' => 'ถูกเก็บไว้', 'asset_models' => 'รุ่นทรัพย์สิน', + 'asset_model' => 'แบบ', 'asset' => 'ทรัพย์สิน', 'asset_report' => 'รายงานทรัพย์สิน', 'asset_tag' => 'รหัสทรัพย์สิน', 'assets_available' => 'ทรัพย์สินพร้อมใช้งาน', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'การตรวจสอบบัญชี', + 'audit_report' => 'บันทึกการตรวจสอบ', 'assets' => 'ทรัพย์สิน', 'avatar_delete' => 'ลบรูปภาพประจำตัว', 'avatar_upload' => 'อัพโหลดภาพประจำตัว', 'back' => 'ย้อนกลับ', 'bad_data' => 'ไม่พบข้อมูลใดๆ หรือข้อมูลอาจไม่ถูกต้อง?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', - 'bulk_checkout' => 'Bulk Checkout', + 'bulkaudit' => 'การตรวจสอบเป็นกลุ่ม', + 'bulkaudit_status' => 'สถานะการตรวจสอบ', + 'bulk_checkout' => 'Checkout เป็นกลุ่ม', 'cancel' => 'ยกเลิก', 'categories' => 'ประเภท', 'category' => 'หมวดหมู่', - 'change' => 'In/Out', + 'change' => 'In / Out', 'changeemail' => 'เปลี่ยนอีเมลแอดเดรส', 'changepassword' => 'เปลี่ยนรหัสผ่าน', 'checkin' => 'เช็คอิน', 'checkin_from' => 'เช็คอินจาก', 'checkout' => 'เช็คเอาท์', 'city' => 'เมือง', - 'click_here' => 'Click here', - 'companies' => 'Companies', - 'company' => 'Company', - 'component' => 'Component', - 'components' => 'Components', - 'complete' => 'Complete', + 'click_here' => 'คลิกที่นี่', + 'companies' => 'บริษัท', + 'company' => 'บริษัท', + 'component' => 'ตัวแทน', + 'components' => 'ส่วนประกอบ', + 'complete' => 'สมบูรณ์', 'consumable' => 'การใช้งาน', 'consumables' => 'การใช้งาน', 'country' => 'ประเทศ', 'create' => 'สร้างใหม่', - 'created' => 'Item Created', + 'created' => 'สร้างรายการแล้ว', 'created_asset' => 'ทรัพย์สินที่ถูกสร้าง', 'created_at' => 'สร้างที่', - 'updated_at' => 'Updated at', + 'updated_at' => 'อัปเดตเมื่อวันที่', 'currency' => '฿', // this is deprecated 'current' => 'ปัจจุบัน', 'custom_report' => 'รายงานทรัพย์สินแบบกำหนดเอง', 'dashboard' => 'หน้าหลัก', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'วัน', + 'days_to_next_audit' => 'วันที่จะตรวจสอบถัดไป', 'date' => 'วันเดือนปี', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'debug_warning' => 'คำเตือน!', + 'debug_warning_text' => 'แอ็พพลิเคชันนี้กำลังทำงานในโหมดการผลิตโดยเปิดใช้งานดีบัก ข้อมูลนี้สามารถเปิดเผยข้อมูลที่ละเอียดอ่อนหากแอปพลิเคชันของคุณสามารถเข้าถึงโลกภายนอกได้ ปิดใช้งานโหมดดีบั๊กโดยการตั้งค่า APP_DEBUG ในไฟล์ .env ของคุณเป็น false', 'delete' => 'ลบ', 'deleted' => 'ลบแล้ว', - 'delete_seats' => 'Deleted Seats', - 'departments' => 'Departments', - 'department' => 'Department', + 'delete_seats' => 'ลบที่นั่งแล้ว', + 'departments' => 'หน่วยงาน', + 'department' => 'แผนก', 'deployed' => 'กำลังใช้งาน', 'depreciation_report' => 'รายงานการเสื่อมราคา', 'download' => 'ดาวน์โหลด', 'depreciation' => 'การเสื่อมราคา', 'editprofile' => 'แก้ไขโปรไฟล์ของคุณ', 'eol' => 'อายุการใช้งาน', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', + 'email_domain' => 'โดเมนอีเมล', + 'email_format' => 'รูปแบบอีเมล', + 'email_domain_help' => 'ใช้เพื่อสร้างที่อยู่อีเมลเมื่อนำเข้า', + 'filastname_format' => 'ชื่อย่อครั้งแรก (jsmith@example.com)', + 'firstname_lastname_format' => 'ชื่อนามสกุล (jane.smith@example.com)', 'first' => 'เริ่ม', 'first_name' => 'ชื่อจริง', - 'first_name_format' => 'First Name (jane@example.com)', + 'first_name_format' => 'ชื่อ (jane@example.com)', 'file_name' => 'ไฟล์', 'file_uploads' => 'อัปโหลดไฟล์', 'generate' => 'สร้าง', 'groups' => 'กลุ่ม', 'gravatar_email' => 'อีเมลแอดเดรส Gravatar', - 'history' => 'History', + 'history' => 'ประวัติศาสตร์', 'history_for' => 'ประวัติของ', 'id' => 'ID', 'image_delete' => 'ลบรูปภาพประจำตัว', 'image_upload' => 'อัพโหลดภาพ', 'import' => 'นำเข้า', - 'import-history' => 'Import History', + 'import-history' => 'นำเข้าประวัติ', 'asset_maintenance' => 'การซ่อมบำรุงสินทรัพย์', 'asset_maintenance_report' => 'รายงานการซ่อมบำรุงสินทรัพย์', 'asset_maintenances' => 'ซ่อมบำรุงสินทรัพย์', 'item' => 'รายการ', - 'insufficient_permissions' => 'Insufficient permissions!', - 'language' => 'Language', + 'insufficient_permissions' => 'สิทธิ์ไม่เพียงพอ!', + 'language' => 'ภาษา', 'last' => 'สุดท้าย', - 'last_login' => 'Last Login', + 'last_login' => 'เข้าสู่ระบบครั้งล่าสุด', 'last_name' => 'นามสกุล', 'license' => 'ลิขสิทธิ์', 'license_report' => 'รายงานลิขสิทธิ์', @@ -108,29 +109,29 @@ 'list_all' => 'รายการทั้งหมด', 'loading' => 'กำลังโหลด', 'lock_passwords' => 'ฟิลด์นี้ไม่สามารถแก้ไขได้ในการติดตั้งนี้', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'feature_disabled' => 'คุณลักษณะนี้ถูกปิดใช้งานสำหรับการติดตั้งแบบสาธิต', 'location' => 'สถานที่', 'locations' => 'สถานที่', 'logout' => 'ออกจากระบบ', - 'lookup_by_tag' => 'Lookup by Asset Tag', + 'lookup_by_tag' => 'การค้นหาตามแท็กเนื้อหา', 'manufacturer' => 'ผู้ผลิต', 'manufacturers' => 'ผู้ผลิต', - 'markdown' => 'This field allows Github flavored markdown.', - 'min_amt' => 'Min. QTY', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', + 'markdown' => 'ฟิลด์นี้ช่วยให้ Github markdown markdown', + 'min_amt' => 'นาที. QTY', + 'min_amt_help' => 'จำนวนรายการต่ำสุดที่ควรจะพร้อมใช้งานก่อนที่การแจ้งเตือนจะถูกเรียกใช้งาน', 'model_no' => 'หมายเลขรุ่น', 'months' => 'เดือน', 'moreinfo' => 'ข้อมูลเพิ่มเติม', 'name' => 'ชื่อ', 'next' => 'ถัด​ไป', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', - 'new' => 'new!', + 'next_audit_date' => 'วันที่ตรวจสอบถัดไป', + 'last_audit' => 'การตรวจสอบครั้งล่าสุด', + 'new' => 'ใหม่!', 'no_depreciation' => 'ไม่มีค่าเสื่อมราคา', 'no_results' => 'ไม่มีผลการค้นหา', 'no' => 'ไม่', 'notes' => 'หมายเหตุ', - 'order_number' => 'Order Number', + 'order_number' => 'เลขที่ใบสั่งซื้อ', 'page_menu' => 'กำลังแสดง_MENU_รายการ', 'pagination_info' => 'กำลังแสดง_START_ถึง_END_จากทั้งหมด_TOTAL_รายการ', 'pending' => 'กําลังดำเนินการ', @@ -139,53 +140,53 @@ 'previous' => 'ก่อนหน้า', 'processing' => 'กำลังดำเนินการ', 'profile' => 'โปรไฟล์ของคุณ', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', + 'purchase_cost' => 'ซื้อต้นทุน', + 'purchase_date' => 'วันที่ซื้อ', 'qty' => 'จำนวน', - 'quantity' => 'Quantity', + 'quantity' => 'ปริมาณ', 'ready_to_deploy' => 'พร้อมใช้งาน', 'recent_activity' => 'กิจกรรมล่าสุด', - 'remove_company' => 'Remove Company Association', + 'remove_company' => 'นำออกสมาคม บริษัท', 'reports' => 'รายงาน', 'requested' => 'คำร้องขอ', - 'request_canceled' => 'Request Canceled', + 'request_canceled' => 'คำขอยกเลิกแล้ว', 'save' => 'บันทึก', 'select' => 'เลือก', 'search' => 'ค้นหา', - 'select_category' => 'Select a Category', - 'select_department' => 'Select a Department', + 'select_category' => 'เลือกหมวด', + 'select_department' => 'เลือกแผนก', 'select_depreciation' => 'เลือกประเภทค่าเสื่อมราคา', 'select_location' => 'เลือกที่ตั้ง', 'select_manufacturer' => 'เลือกผู้ผลิต', 'select_model' => 'เลือกรุ่น', 'select_supplier' => 'เลือกผู้จัดจำหน่าย', 'select_user' => 'เลือกผู้ใช้', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => 'เลือกวันที่ (YYYY-MM-DD)', 'select_statuslabel' => 'เลือกสถานะ', - 'select_company' => 'Select Company', - 'select_asset' => 'Select Asset', + 'select_company' => 'เลือก บริษัท', + 'select_asset' => 'เลือกเนื้อหา', 'settings' => 'การตั้งค่า', 'sign_in' => 'ลงชื่อเข้าใช้', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', + 'signature' => 'ลายเซ็น', + 'some_features_disabled' => 'DEMO MODE: คุณลักษณะบางอย่างถูกปิดใช้งานสำหรับการติดตั้งนี้', 'site_name' => 'ชื่อไซต์', 'state' => 'รัฐ', 'status_labels' => 'ป้ายสถานะ', 'status' => 'สถานะ', - 'supplier' => 'Supplier', + 'supplier' => 'ผู้ผลิต', 'suppliers' => 'ตัวแทนจำหน่าย', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', + 'sure_to_delete' => 'คุณแน่ใจหรือไม่ว่าต้องการลบ', + 'submit' => 'เสนอ', + 'target' => 'เป้า', + 'time_and_date_display' => 'การแสดงเวลาและวันที่', 'total_assets' => 'ทรัพย์สินทั้งหมด', 'total_licenses' => 'ลิขสิทธิ์ทั้งหมด', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', + 'total_accessories' => 'อุปกรณ์เสริมทั้งหมด', + 'total_consumables' => 'เครื่องอุปโภคบริโภคทั้งหมด', 'type' => 'ประเภท', 'undeployable' => 'ไม่สามารถใช้งานได้', 'unknown_admin' => 'ผู้ดูแลระบบที่ไม่รู้จัก', - 'username_format' => 'Username Format', + 'username_format' => 'รูปแบบชื่อผู้ใช้', 'update' => 'ปรับปรุง', 'uploaded' => 'อัพโหลด', 'user' => 'ผู้ใช้', @@ -199,6 +200,6 @@ 'years' => 'ปี', 'yes' => 'ใช่', 'zip' => 'รหัสไปรษณีย์', - 'noimage' => 'No image uploaded or image not found.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'noimage' => 'ไม่พบรูปภาพที่อัปโหลดหรือไม่พบรูปภาพ', + 'token_expired' => 'เซสชันแบบฟอร์มของคุณหมดอายุแล้ว กรุณาลองอีกครั้ง.', ]; diff --git a/resources/lang/th/mail.php b/resources/lang/th/mail.php index c9a4fe182d..4f27553ce4 100644 --- a/resources/lang/th/mail.php +++ b/resources/lang/th/mail.php @@ -1,74 +1,71 @@ 'A user has canceled an item request on the website', - 'a_user_requested' => 'A user has requested an item on the website', - 'accessory_name' => 'Accessory Name:', - 'additional_notes' => 'Additional Notes:', - 'admin_has_created' => 'An administrator has created an account for you on the :web website.', - 'asset' => 'Asset:', - 'asset_name' => 'Asset Name:', - 'asset_requested' => 'Asset requested', - 'asset_tag' => 'Asset Tag:', - 'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees - expiring in the next 60 days.', - 'assigned_to' => 'Assigned To', - 'best_regards' => 'Best regards,', - 'canceled' => 'Canceled:', - 'checkin_date' => 'Checkin Date:', - 'checkout_date' => 'Checkout Date:', - 'click_to_confirm' => 'Please click on the following link to confirm your :web account:', - 'click_on_the_link_accessory' => 'Please click on the link at the bottom to confirm that you have received the accessory.', - 'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', - 'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', - 'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', - 'Confirm_accessory_delivery' => 'Confirm accessory delivery.', - 'Confirm_asset_delivery' => 'Confirm asset delivery.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', + 'a_user_canceled' => 'ผู้ใช้ยกเลิกคำร้องขอสินค้าในเว็บไซต์แล้ว', + 'a_user_requested' => 'ผู้ใช้ร้องขอรายการบนเว็บไซต์', + 'accessory_name' => 'ชื่ออุปกรณ์เสริม:', + 'additional_notes' => 'หมายเหตุเพิ่มเติม:', + 'admin_has_created' => 'ผู้ดูแลระบบได้สร้างบัญชีให้กับคุณบนเว็บไซต์: web', + 'asset' => 'ทรัพย์สิน:', + 'asset_name' => 'ชื่อสินทรัพย์:', + 'asset_requested' => 'สินทรัพย์ที่ขอ', + 'asset_tag' => 'แท็กเนื้อหา:', + 'assets_warrantee_expiring' => '{1} สินทรัพย์พร้อมใบรับประกันที่จะหมดอายุใน 60 วันถัดไป | [2, Inf] กับหนังสือรับรองที่หมดอายุใน 60 วันถัดไป', + 'assigned_to' => 'ได้รับมอบหมายให้', + 'best_regards' => 'ด้วยความเคารพ,', + 'canceled' => 'ยกเลิก:', + 'checkin_date' => 'วันที่เช็คอิน:', + 'checkout_date' => 'วันที่ชำระเงิน:', + 'click_to_confirm' => 'โปรดคลิกลิงก์ต่อไปนี้เพื่อยืนยันข้อมูล: บัญชีเว็บ:', + 'click_on_the_link_accessory' => 'โปรดคลิกที่ลิงค์ด้านล่างเพื่อยืนยันว่าคุณได้รับอุปกรณ์เสริมแล้ว', + 'click_on_the_link_asset' => 'โปรดคลิกลิงก์ที่ด้านล่างเพื่อยืนยันว่าคุณได้รับเนื้อหาแล้ว', + 'Confirm_Asset_Checkin' => 'ยืนยันการเช็คอินสินทรัพย์', + 'Confirm_Accessory_Checkin' => 'ยืนยันการเช็คอินอุปกรณ์เสริม', + 'Confirm_accessory_delivery' => 'ยืนยันการจัดส่งอุปกรณ์เสริม', + 'Confirm_asset_delivery' => 'ยืนยันการจัดส่งเนื้อหา', + 'Confirm_consumable_delivery' => 'ยืนยันการจัดส่งที่สิ้นเปลือง', + 'current_QTY' => 'QTY ปัจจุบัน', + 'Days' => 'วัน', + 'days' => 'วัน', + 'expecting_checkin_date' => 'คาดว่าวันที่เช็คอิน:', + 'expires' => 'วันที่หมดอายุ', + 'Expiring_Assets_Report' => 'รายงานสินทรัพย์หมดอายุ', + 'Expiring_Licenses_Report' => 'รายงานใบอนุญาตหมดอายุ', + 'hello' => 'สวัสดี', + 'hi' => 'สวัสดี', + 'i_have_read' => 'ฉันได้อ่านและยอมรับข้อกำหนดในการให้บริการแล้วและได้รับสินค้านี้แล้ว', + 'item' => 'รายการ:', + 'items_below_minimum' => '{1} รายการที่ต่ำกว่าสินค้าคงคลังขั้นต่ำหรือเร็ว ๆ นี้จะต่ำ | [2, Inf] รายการที่ต่ำกว่าสินค้าคงคลังขั้นต่ำหรือใกล้จะหมดลง', + 'Item_Request_Canceled' => 'ขอรายการถูกยกเลิกแล้ว', + 'Item_Requested' => 'รายการที่ขอ', + 'licenses_expiring' => '{1} ใบอนุญาตหมดอายุใน 60 วันถัดไป | [2, Inf] ที่หมดอายุใน 60 วันถัดไป', + 'link_to_update_password' => 'โปรดคลิกลิงก์ต่อไปนี้เพื่ออัปเดต: รหัสผ่านเว็บ:', + 'login_first_admin' => 'เข้าสู่ระบบการติดตั้ง Snipe-IT ใหม่ของคุณโดยใช้ข้อมูลรับรองด้านล่าง:', + 'login' => 'เข้าสู่ระบบ:', + 'Low_Inventory_Report' => 'รายงานพื้นที่โฆษณาต่ำ', 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'name' => 'ชื่อ', + 'new_item_checked' => 'รายการใหม่ได้รับการตรวจสอบภายใต้ชื่อของคุณแล้วรายละเอียดมีดังนี้', + 'password' => 'รหัสผ่าน:', + 'password_reset' => 'รีเซ็ตรหัสผ่าน', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'read_the_terms' => 'โปรดอ่านเงื่อนไขการใช้งานด้านล่างนี้', + 'read_the_terms_and_click' => 'โปรดอ่านเงื่อนไขการใช้ด้านล่างและคลิกลิงก์ด้านล่างเพื่อยืนยันว่าคุณอ่านและยอมรับข้อกำหนดในการให้บริการและได้รับเนื้อหาแล้ว', + 'requested' => 'ขอ:', + 'reset_link' => 'ลิงก์รีเซ็ตรหัสผ่านของคุณ', + 'reset_password' => 'คลิกที่นี่เพื่อรีเซ็ตรหัสผ่าน:', + 'serial' => 'ซีเรียล:', + 'supplier' => 'ผู้ผลิต', + 'tag' => 'แท็ก', + 'test_email' => 'ทดสอบอีเมลจาก Snipe-IT', + 'test_mail_text' => 'นี่เป็นการทดสอบจาก Snipe-IT Asset Management System ถ้าคุณได้รับอีเมลนี้จะทำงาน :)', + 'the_following_item' => 'รายการต่อไปนี้ได้รับการตรวจสอบใน:', + 'There_are' => '{1} มี | [2, Inf] มีอยู่', + 'to_reset' => 'ในการรีเซ็ตรหัสผ่านเว็บของคุณโปรดกรอกแบบฟอร์มนี้:', + 'type' => 'ชนิด', + 'user' => 'ผู้ใช้:', + 'username' => 'ชื่อผู้ใช้:', + 'welcome' => 'ยินดีต้อนรับ: ชื่อ', + 'welcome_to' => 'ยินดีต้อนรับสู่: web!', + 'your_credentials' => 'ข้อมูลรับรอง Snipe-IT ของคุณ', ); diff --git a/resources/lang/th/passwords.php b/resources/lang/th/passwords.php index 5195a9b77c..4dacde91c8 100644 --- a/resources/lang/th/passwords.php +++ b/resources/lang/th/passwords.php @@ -1,7 +1,7 @@ 'Your password link has been sent!', - 'user' => 'That user does not exist or does not have an email address associated', + 'sent' => 'ลิงค์รหัสผ่านของคุณถูกส่ง!', + 'user' => 'ผู้ใช้รายนั้นไม่มีหรือไม่มีที่อยู่อีเมลที่เชื่อมโยง', ]; diff --git a/resources/lang/th/validation.php b/resources/lang/th/validation.php index a461876d3b..3d617fc296 100644 --- a/resources/lang/th/validation.php +++ b/resources/lang/th/validation.php @@ -16,76 +16,76 @@ return array( 'accepted' => ':attribute ต้องได้รับการยอมรับ', 'active_url' => ':attribute ไม่ใช่ URL ที่ถูกต้อง', 'after' => ':attribute ต้องเป็นวันที่หลังจาก :date', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'แอตทริบิวต์: ต้องเป็นวันที่หลังจากหรือเท่ากับ: date', 'alpha' => ':attribute ต้องมีเฉพาะตัวอักษรเท่านั้น', 'alpha_dash' => ':attribute ต้องมีเฉพาะตัวอักษร ตัวเลข หรือเครื่องหมายลบเท่านั้น', 'alpha_num' => ':attribute ต้องมีเฉพาะตัวอักษรและตัวเลขเท่านั้น', - 'array' => 'The :attribute must be an array.', + 'array' => 'แอตทริบิวต์: ต้องเป็นอาร์เรย์', 'before' => ':attribute ต้องเป็นวันที่ก่อน :date', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'แอตทริบิวต์: ต้องเป็นวันที่ก่อนหรือเท่ากับ: date', 'between' => [ 'numeric' => ':attribute ต้องอยู่ระหว่าง :min - :max', 'file' => ':attribute ต้องมีขนาดระหว่าง :min - :max กิโลไบต์', 'string' => ':attribute ต้องมีจำนวนระหว่าง :min - :max ตัวอักษร', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'แอตทริบิวต์: ต้องมีระหว่าง: min และ: max items', ], - 'boolean' => 'The :attribute field must be true or false.', + 'boolean' => 'ฟิลด์แอ็ตทริบิวต์: ต้องเป็น true หรือ false', 'confirmed' => ':attribute ไม่ตรงกัน', 'date' => ':attribute เป็นรูปแบบวันที่ที่ไม่ถูกต้อง', 'date_format' => ':attribute ไม่ตรงตามรูปแบบ :format', 'different' => ':attribute และ :other ต้องไม่เหมือนกัน', 'digits' => ':attribute ต้องเป็น :digits ตัวเลข', 'digits_between' => ':attribute ต้องเป็นตัวเลขระหว่าง :min และ :max', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'แอตทริบิวต์: มีมิติข้อมูลภาพที่ไม่ถูกต้อง', + 'distinct' => 'ฟิลด์แอ็ตทริบิวต์: มีค่าซ้ำกัน', 'email' => 'รูปแบบของ :attribute ไม่ถูกต้อง', 'exists' => ':attribute ที่เลือกไม่ถูกต้อง', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'แอตทริบิวต์: ต้องเป็นไฟล์', + 'filled' => 'ฟิลด์แอ็ตทริบิวต์ต้องมีค่า', 'image' => ':attribute ต้องเป็นรูปภาพเท่านั้น', 'in' => ':attribute ที่เลือกไม่ถูกต้อง', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'ฟิลด์แอ็ตทริบิวต์: ไม่มีใน: other', 'integer' => ':attribute ต้องเป็นจำนวนเต็มเท่านั้น', 'ip' => ':attribute ต้องเป็นรูปแบบไอพีแอดเดรสเท่านั้น', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'แอตทริบิวต์: ต้องเป็นที่อยู่ IPv4 ที่ถูกต้อง', + 'ipv6' => 'แอตทริบิวต์: ต้องเป็นที่อยู่ IPv6 ที่ถูกต้อง', + 'json' => 'แอตทริบิวต์: ต้องเป็นสตริง JSON ที่ถูกต้อง', 'max' => [ 'numeric' => ':attribute ต้องไม่มากกว่า :max', 'file' => ':attribute ต้องไม่มีขนาดมากกว่า :max กิโลไบต์', 'string' => ':attribute ต้องไม่มีจำนวนตัวอักษรมากกว่า :max ตัวอักษร', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'แอตทริบิวต์: ไม่สามารถมีได้มากกว่า: รายการสูงสุด', ], 'mimes' => ':attribute ต้องเป็นรูปแบบไฟล์ดังนี้: :values', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'แอตทริบิวต์: ต้องเป็นไฟล์ประเภท:: values', 'min' => [ 'numeric' => ':attribute ต้องมีอย่างน้อย :min', 'file' => ':attribute ต้องมีขนาดอย่างน้อย :min กิโลไบต์', 'string' => ':attribute ต้องมีจำนวนอย่างน้อย :min ตัวอักษร', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'แอตทริบิวต์: ต้องมีอย่างน้อย: รายการต่ำสุด', ], 'not_in' => ':attribute ที่เลือกไม่ถูกต้อง', 'numeric' => ':attribute ต้องเป็นตัวเลขเท่านั้น', - 'present' => 'The :attribute field must be present.', + 'present' => 'ฟิลด์แอ็ตทริบิวต์: ต้องมีอยู่', 'regex' => 'รูปแบบของ :attribute ไม่ถูกต้อง', 'required' => 'กรุณากรอกข้อมูลในฟิลด์ :attribute', 'required_if' => 'ฟิลด์ :attribute จำเป็นต้องมีข้อมูล เมื่อ :other เป็น :value', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'ฟิลด์แอ็ตทริบิวต์: ต้องใช้เว้นแต่กรณี: อื่น ๆ อยู่ใน: values', 'required_with' => 'ฟิลด์ :attribute จำเป็นต้องมีข้อมูล เมื่อ :value มีข้อมูลอยู่ด้วย', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'ฟิลด์แอ็ตทริบิวต์: ต้องระบุเมื่อ: มีค่าอยู่', 'required_without' => 'ฟิลด์ :attribute จำเป็นต้องมีข้อมูล เมื่อ :value ไม่มีข้อมูล', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'ฟิลด์แอ็ตทริบิวต์: ต้องระบุเมื่อไม่มี: มีค่าอยู่', 'same' => ':attribute และ :other ต้องตรงกัน', 'size' => [ 'numeric' => ':attribute ต้องมีขนาด :size', 'file' => ':attribute ต้องมีขนาด :size กิโลไบต์', 'string' => ':attribute ต้องมีจำนวน :size ตัวอักษร', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'แอตทริบิวต์ต้องมี: รายการขนาด', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'แอตทริบิวต์: ต้องเป็นสตริง', + 'timezone' => 'แอตทริบิวต์: ต้องเป็นโซนที่ถูกต้อง', 'unique' => ':attribute กำลังใช้งานอยู่', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'แอตทริบิวต์: ล้มเหลวในการอัปโหลด', 'url' => 'รูปแบบของ :attribute ไม่ถูกต้อง', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "ฟิลด์แอ็ตทริบิวต์: มีอักขระที่ไม่ได้รับอนุญาต", + "email_array" => "ที่อยู่อีเมลไม่ถูกต้อง", + "hashed_pass" => "รหัสผ่านปัจจุบันของคุณไม่ถูกต้อง", + 'dumbpwd' => 'รหัสผ่านที่ใช้กันอยู่ทั่วไป', + "statuslabel_type" => "คุณต้องเลือกประเภทป้ายสถานะที่ถูกต้อง", + "unique_undeleted" => "แอตทริบิวต์ต้องไม่ซ้ำกัน", ], /* diff --git a/resources/lang/tr/admin/asset_maintenances/message.php b/resources/lang/tr/admin/asset_maintenances/message.php index ef95845414..9d12978b5a 100644 --- a/resources/lang/tr/admin/asset_maintenances/message.php +++ b/resources/lang/tr/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Varlık Bakımı başarıyla oluşturuldu.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Varlık Bakımı düzenlenmedi, lütfen tekrar deneyin.', + 'success' => 'Varlık Bakımı başarıyla düzenlendi.' ], 'asset_maintenance_incomplete' => 'Henüz Tamamlanmadı', 'warranty' => 'Garanti', diff --git a/resources/lang/tr/admin/custom_fields/message.php b/resources/lang/tr/admin/custom_fields/message.php index 07e1ef8dc2..356bbd0316 100644 --- a/resources/lang/tr/admin/custom_fields/message.php +++ b/resources/lang/tr/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Alan kümesi yok', 'create' => array( 'error' => 'Alan kümesi olşturulamadı, lütfen yeniden deneyin.', diff --git a/resources/lang/tr/admin/hardware/form.php b/resources/lang/tr/admin/hardware/form.php index 04cb23b0aa..951113e68d 100644 --- a/resources/lang/tr/admin/hardware/form.php +++ b/resources/lang/tr/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => 'Satın Alma Ücreti', 'create' => 'Demirbaş Oluştur', 'date' => 'Satın Alma Tarihi', + 'depreciation' => 'Amortisman', 'depreciates_on' => 'Amortisman', 'default_location' => 'Varsayılan Konum', 'eol_date' => 'Ömür', diff --git a/resources/lang/tr/admin/hardware/general.php b/resources/lang/tr/admin/hardware/general.php index ee3559cade..15ec94ad2c 100644 --- a/resources/lang/tr/admin/hardware/general.php +++ b/resources/lang/tr/admin/hardware/general.php @@ -7,7 +7,7 @@ return array( 'asset' => 'Demirbaş', 'bulk_checkout' => 'Varlıkları kullanıcıya ata', 'checkin' => 'Demirbaş Girişi Yap', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Ödenme Öğe', 'clone' => 'Demirbaşı Kopyala', 'deployable' => 'Dağıtılabilir', 'deleted' => 'Bu demirbaş silindi. Geri getirmek için tıklayınız.', diff --git a/resources/lang/tr/admin/hardware/message.php b/resources/lang/tr/admin/hardware/message.php index 45d2a75f01..09feac498d 100644 --- a/resources/lang/tr/admin/hardware/message.php +++ b/resources/lang/tr/admin/hardware/message.php @@ -25,8 +25,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Varlık denetimi başarısız oldu. Lütfen tekrar deneyin.', + 'success' => 'Varlık denetimi başarıyla günlüğe kaydedildi.' ), diff --git a/resources/lang/tr/admin/licenses/message.php b/resources/lang/tr/admin/licenses/message.php index 336f7a54f3..985a8897e8 100644 --- a/resources/lang/tr/admin/licenses/message.php +++ b/resources/lang/tr/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'Lisans ile ilişkilendirmek istediğiniz demirbaş mevcut değil.', 'owner_doesnt_match_asset' => 'Lisans ile ilişkilendirmek istediğiniz demirbaş ilişkilendirmek istediğiniz kişiden başkasına atanmış durumda.', 'assoc_users' => 'Bu demirbaş kullanıcıya çıkış yapılmış olaran görülüyor ve silinemez. Lütfen önce demirbaş girişi yapınız, ardından tekrar siliniz. ', + 'select_asset_or_person' => 'Bir varlık veya kullanıcı seçmelisiniz, ancak her ikisini birden değil.', 'create' => array( diff --git a/resources/lang/tr/admin/settings/general.php b/resources/lang/tr/admin/settings/general.php index f000c8b014..c4db82a8f3 100644 --- a/resources/lang/tr/admin/settings/general.php +++ b/resources/lang/tr/admin/settings/general.php @@ -10,10 +10,10 @@ return array( 'alert_interval' => 'Uyarı bitiş zamanı (gün içinde)', 'alert_inv_threshold' => 'Son uyarı zamanı', 'asset_ids' => 'Demirbaş No', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'Denetim Aralığı', + 'audit_interval_help' => 'Varlıklarınızı düzenli olarak fiziksel olarak denetlemeniz gerekiyorsa, aralığı ay olarak girin.', + 'audit_warning_days' => 'Denetim Uyarı Eşiği', + 'audit_warning_days_help' => 'Mal varlığının denetime tabi olması gerektiği zaman sizi kaç gün öncesinden uyarmalıyız?', 'auto_increment_assets' => 'Otomatik artan Demirbaş No üret', 'auto_increment_prefix' => 'Ünvan (opsiyonel)', 'auto_incrementing_help' => 'Otomatik artan demirbaş No ilk buradan başlasın', @@ -67,8 +67,8 @@ return array( 'ldap_email' => 'LDAP Mail', 'load_remote_text' => 'Uzak Komut dosyaları', 'load_remote_help_text' => 'Bu Snipe-IT kurulumu dış ortamdan scriptler yükleyebilir.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => 'Giriş Notu', + 'login_note_help' => 'İsteğe bağlı olarak, kaybolan veya çalınan bir cihaz bulan kişilere yardımcı olması için giriş ekranınıza birkaç cümle ekleyin. Bu alan Github aromalı markdown kabul eder', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => 'Kısıtlı kullanıcılar Firmaların varlıkları için firmalara atanmıştır.', 'full_multiple_companies_support_text' => 'Birden Fazla Şirket Desteği', @@ -77,12 +77,12 @@ return array( 'php' => 'PHP Versiyonu', 'php_gd_info' => 'QR Kodlarını görüntülemek için php-gd yüklemelisiniz, kurulum talimatlarına bakınız.', 'php_gd_warning' => 'PHP Image Processing ve GD eklentileri yüklü değil.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Şifre Karmaşıklığı', + 'pwd_secure_complexity_help' => 'Hangi şifre karmaşıklığı kurallarını uygulamak istediğinizi seçin.', + 'pwd_secure_min' => 'Şifre minimum karakterleri', + 'pwd_secure_min_help' => 'Minimum izin verilen değer 5', + 'pwd_secure_uncommon' => 'Ortak şifreleri önle', + 'pwd_secure_uncommon_help' => 'Bu, kullanıcıların ihlallerde bildirilen ilk 10.000 şifrelerden ortak şifreler kullanmasına izin vermez.', 'qr_help' => 'Bu işlemi gerçekleştirmek için önce QR Kodlarını etkinleştirin', 'qr_text' => 'QR Kodu Yazısı', 'setting' => 'Ayar', @@ -116,9 +116,11 @@ return array( 'inches' => 'inç', 'width_w' => 'g', 'height_h' => 'y', + 'show_url_in_emails' => 'E-postalardaki Snipe-IT\'ye bağlantı', + 'show_url_in_emails_help_text' => 'E-posta altbilgilerinizdeki Snipe-IT kurulumuna geri dönmek istemiyorsanız, bu kutuyu kaldırın. Kullanıcılarınızın çoğu hiç giriş yapmazsa kullanışlıdır.', 'text_pt' => 'dpi', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'thumbnail_max_h' => 'Maksimum küçük resim yüksekliği', + 'thumbnail_max_h_help' => 'Listeleme görünümünde minyatür resimleri gösterebilecek maksimum yükseklik piksel. Min 25, maks. 500.', 'two_factor' => 'İki Aşamalı Doğrulama', 'two_factor_secret' => 'İki Aşamalı Kod', 'two_factor_enrollment' => 'İki Aşamalı Kayıt', diff --git a/resources/lang/tr/admin/statuslabels/message.php b/resources/lang/tr/admin/statuslabels/message.php index 805514c5be..6736ac59a2 100644 --- a/resources/lang/tr/admin/statuslabels/message.php +++ b/resources/lang/tr/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => 'Bu durum etiketi silmek istediğinizden emin misiniz?', 'error' => 'Durum etiketi silerken bir sorun oluştu. Lütfen yeniden deneyin.', 'success' => 'Durum etiketi başarıyla silindi.' - ) + ), + + 'help' => array( + 'undeployable' => 'Bu varlıklar kimseye atanamaz.', + 'deployable' => 'Bu varlıklar kontrol edilebilir. Bunlar atandıktan sonra, Devlete bir meta statüsü üstleneceklerdir.', + 'archived' => 'Bu öğeler kontrol edilemez ve yalnızca Arşivlenmiş görünümde görünür. Bu, bütçeleme / tarihi amaçlar için varlıklarla ilgili bilgileri korumakta, ancak bunları günlük günlük varlık listesinin dışında tutmak için kullanışlıdır.', + 'pending' => 'Bu varlıklar kimseye atanamıyor, genellikle onarım için olan ancak dolaşıma dönmesi beklenen öğeler için kullanılıyor.', + ), ); diff --git a/resources/lang/tr/admin/users/general.php b/resources/lang/tr/admin/users/general.php index 86a3edc3ac..c8371b7f40 100644 --- a/resources/lang/tr/admin/users/general.php +++ b/resources/lang/tr/admin/users/general.php @@ -13,7 +13,7 @@ return array( 'filetype_info' => 'İzin verilen dosya türleri; png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar.', 'history_user' => ':name Kişisi ile iligli geçmiş', 'info' => 'Bilgi', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => 'Onları geri yüklemek için buraya tıklayın.', 'last_login' => 'Son oturum açma tarihi', 'ldap_config_text' => 'LDAP yapılandırma ayarları Yönetici> Ayarlar\'da bulunabilir. Seçilen yer (isteğe bağlı), tüm içe aktarılan kullanıcılar için ayarlanır.', 'software_user' => 'Yazılıma :name için çıkış yapılmış', diff --git a/resources/lang/tr/admin/users/message.php b/resources/lang/tr/admin/users/message.php index af51befa86..23dfe2418b 100644 --- a/resources/lang/tr/admin/users/message.php +++ b/resources/lang/tr/admin/users/message.php @@ -31,7 +31,7 @@ return array( 'create' => 'Kullanıcı oluştururken bir sorun oluştu. Lütfen yeniden deneyin.', 'update' => 'Kullanıcı oluştururken bir sorun oluştu. Lütfen yeniden deneyin.', 'delete' => 'Kullanıcı silinirken bir problem oluştu. Lütfen tekrar deneyin.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Bu kullanıcının atadığı öğeler var ve silinemiyor.', 'unsuspend' => 'Kullanıcı erişimi açılırken bir sorun oluştu. Lütfen yeniden deneyin.', 'import' => 'Kullanıcılar içe aktarılırken bir sorun oluştu. Lütfen yeniden deneyin.', 'asset_already_accepted' => 'Bu varlık zaten kabul etti.', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => 'LDAP sunucusuna bağlanamadı. LDAP yapılandırma dosyası LDAP sunucusu yapılandırmanızda gözden geçirin.
LDAP sunucusundan Hata: ', 'ldap_could_not_search' => 'LDAP sunucusuna bağlanamadı. LDAP yapılandırma dosyası LDAP sunucusu yapılandırmanızda gözden geçirin.
LDAP sunucusundan Hata:', 'ldap_could_not_get_entries' => 'LDAP sunucusuna bağlanamadı. LDAP yapılandırma dosyası LDAP sunucusu yapılandırmanızda gözden geçirin.
LDAP sunucusundan Hata:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'Bu hesabın parolası LDAP / Active Directory tarafından yönetilir. Lütfen şifrenizi değiştirmek için BT departmanınızla iletişime geçin.', ), 'deletefile' => array( diff --git a/resources/lang/tr/admin/users/table.php b/resources/lang/tr/admin/users/table.php index c107574bd7..ad3eb05e69 100644 --- a/resources/lang/tr/admin/users/table.php +++ b/resources/lang/tr/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Konum', 'lock_passwords' => 'Bu kurulumda giriş bilgileri değiştirilemez.', 'manager' => 'Yönetici', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Yönetilen Mekanlar', 'name' => 'Adı', 'notes' => 'Notlar', 'password_confirm' => 'Şifreyi Doğrula', diff --git a/resources/lang/tr/general.php b/resources/lang/tr/general.php index aaec83567f..82a0526137 100644 --- a/resources/lang/tr/general.php +++ b/resources/lang/tr/general.php @@ -14,19 +14,20 @@ 'all' => 'Tümü', 'archived' => 'Arşivlenmiş', 'asset_models' => 'Demirbaş Modelleri', + 'asset_model' => 'model', 'asset' => 'Demirbaş', 'asset_report' => 'Demirbaş Raporu', 'asset_tag' => 'Demirbaş Etiketi', 'assets_available' => 'Kullanılabilir Demirbaşlar', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'Denetim', + 'audit_report' => 'Denetim Günlüğü', 'assets' => 'Demirbaşlar', 'avatar_delete' => 'Profil Resmini Sil', 'avatar_upload' => 'Profil Resmi Yükle', 'back' => 'Geri', 'bad_data' => 'Hiçbir veri bulunamadı. Bozuk veri olabilir.', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => 'Toplu Denetim', + 'bulkaudit_status' => 'Denetim Durumu', 'bulk_checkout' => 'Toplu Atama', 'cancel' => 'İptal', 'categories' => 'Kategoriler', @@ -56,8 +57,8 @@ 'current' => 'Geçerli', 'custom_report' => 'Özel demirbaş raporu', 'dashboard' => 'Pano', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'günler', + 'days_to_next_audit' => 'Sonraki Denetime Günden Gün Sayısı', 'date' => 'Tarih', 'debug_warning' => 'Uyarı!', 'debug_warning_text' => 'Bu uygulama, hata ayıklamanın etkin olduğu üretim modunda çalışıyor. Bu, hassas verilerinizi, uygulamanıza dış dünyadan erişebilirse ortaya çıkarabilir. Ayarını yaparak hata ayıklama modunu devre dışı bırakın. APP_DEBUG value in your .env file to false. @@ -126,8 +127,8 @@ Context | Request Context 'moreinfo' => 'Daha Fazla Bilgi', 'name' => 'Adı', 'next' => 'Sonraki', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => 'Sonraki Denetim Tarihi', + 'last_audit' => 'Son denetim', 'new' => 'yeni!', 'no_depreciation' => 'Değer kaybı yok', 'no_results' => 'Sonuç Bulunamadı.', diff --git a/resources/lang/tr/validation.php b/resources/lang/tr/validation.php index 27f40fd5ea..26fa5bccba 100644 --- a/resources/lang/tr/validation.php +++ b/resources/lang/tr/validation.php @@ -16,18 +16,18 @@ return array( 'accepted' => ': attribute benzersiz olması gerekir.', 'active_url' => ':attribute geçersiz URL.', 'after' => ':attribute :date sonra olmalı.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => ': Özniteliği, tarihten veya sonrasına ait bir tarih olmalıdır: date.', 'alpha' => ':attribute sadece harf içermeli.', 'alpha_dash' => ':attribute sadece harf, rakam ve noktalama işaretleri olabilir.', 'alpha_num' => ':attribute sadece harf ve rakam olabilir.', - 'array' => 'The :attribute must be an array.', + 'array' => ': Nitelik bir dizi olmalıdır.', 'before' => ':attribute :date den önce olmalı.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => ': Özniteliği, tarihten önce veya ona eşit bir tarih olmalıdır: date.', 'between' => [ 'numeric' => ':attribute :min - :max arasında olmalı.', 'file' => ':attribute :min - :max Kb arasında olmalı.', 'string' => ':attribute :min - :max karakter arasında olmalı.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => ': Özelliği,: min ve: max öğeleri arasında olmalıdır.', ], 'boolean' => ':attribute doğru veya yanlış olabilir.', 'confirmed' => ':attribute doğrulama uyuşmuyor.', @@ -36,56 +36,56 @@ return array( 'different' => ':attribute ve :other farklı olmalı.', 'digits' => ':attribute :digits numara olmalı.', 'digits_between' => ':attribute :min ve :max numara.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => ': Özniteliği geçersiz görüntü boyutlarına sahip.', + 'distinct' => ': Öznitelik alanı yinelenen bir değere sahip.', 'email' => ':attribute biçim geçersiz.', 'exists' => ':attribute seçim geçersiz.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => ': Özniteliği bir dosya olmalıdır.', + 'filled' => ': Attribute alanının bir değeri olmalıdır.', 'image' => ':attribute bir görüntü olması gerekir.', 'in' => ':attribute geçersiz.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => ': Attribute alanı yok diğeri.', 'integer' => ':attribute bir tamsayı olmalıdır.', 'ip' => ':attribute geçerli bir IP adresi olması gerekir.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => ': Özniteliği geçerli bir IPv4 adresi olmalıdır.', + 'ipv6' => ': Özniteliği geçerli bir IPv6 adresi olmalıdır.', + 'json' => ': Özniteliği geçerli bir JSON dizesi olmalıdır.', 'max' => [ 'numeric' => ':attribute :max dan büyük olmalı.', 'file' => ':attribute :max Kb tan büyük olmalı.', 'string' => ':attribute :max karakterden büyük olamaz.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => ': Özniteliği, maksimum öğelerden fazla olamaz.', ], 'mimes' => ':attribute :values türleri olmalı.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => ': Özniteliği,:: değerleri türünde bir dosya olmalıdır.', 'min' => [ 'numeric' => ':attribute :min den küçük olmalı.', 'file' => ':attribute :min Kb tan küçük olmalı.', 'string' => ':attribute :min karakterden küçük olmalı.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => ': Özelliği en az: dakika öğesine sahip olmalıdır.', ], 'not_in' => ':attribute geçersiz.', 'numeric' => ':attribute sayı olmalıdır.', - 'present' => 'The :attribute field must be present.', + 'present' => ': Attribute alanı bulunmalıdır.', 'regex' => ':attribute formatı geçersiz.', 'required' => ':attribute alanı zorunludur.', 'required_if' => ':attribute :other :value geçersiz.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => ': Attribute alanı, aşağıdaki koşullar haricinde: other is in: values.', 'required_with' => ':attribute :values geçersiz.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => ': Öznitelik alanı, şu durumlarda gereklidir: değerler mevcut.', 'required_without' => ':attribute :values geçersiz.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => ': Özellik alanının hiçbiri: değerleri mevcut değilse gereklidir.', 'same' => ':attribute ve :other aynı olmalı.', 'size' => [ 'numeric' => ':attribute :size olmalı.', 'file' => ':attribute :size Kb olmalı.', 'string' => ':attribute :size karakter olmalı.', - 'array' => 'The :attribute must contain :size items.', + 'array' => ': Özniteliği: boyut öğeleri içermelidir.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => ': Özniteliği bir dize olmalıdır.', + 'timezone' => ': Özniteliği geçerli bir bölge olmalıdır.', 'unique' => ':attribute zaten alınmış.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => ': Özniteliği yüklenemedi.', 'url' => ':attribute biçim geçersiz.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => ": Attribute alanı, izin verilmeyen bir karakter içeriyor.", + "email_array" => "Bir veya daha fazla e-posta adresi geçersiz.", + "hashed_pass" => "Geçerli şifre yanlış", + 'dumbpwd' => 'Bu şifre çok yaygındır.', + "statuslabel_type" => "Geçerli bir durum etiketi türü seçmelisiniz", + "unique_undeleted" => ": Özniteliği benzersiz olmalıdır.", ], /* diff --git a/resources/lang/vi/admin/asset_maintenances/message.php b/resources/lang/vi/admin/asset_maintenances/message.php index 855f19b998..546663627e 100644 --- a/resources/lang/vi/admin/asset_maintenances/message.php +++ b/resources/lang/vi/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => 'Tài sản đang bảo trì được tạo thành công.' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => 'Bảo trì Tài sản không được chỉnh sửa, vui lòng thử lại.', + 'success' => 'Bảo trì Tài sản đã được chỉnh sửa thành công.' ], 'asset_maintenance_incomplete' => 'Chưa hoàn thành', 'warranty' => 'Bảo hành', diff --git a/resources/lang/vi/admin/categories/general.php b/resources/lang/vi/admin/categories/general.php index 134e5bbc25..a01941aa9d 100644 --- a/resources/lang/vi/admin/categories/general.php +++ b/resources/lang/vi/admin/categories/general.php @@ -11,7 +11,7 @@ return array( 'edit' => 'Chính sửa hạng mục', 'eula_text' => 'Danh mục EULA', 'eula_text_help' => 'Đây là trường cho phép bạn điều chỉnh EULA cho những loại tài sản riêng biệt. Nếu bạn chỉ có một EULA cho tất cả tài sản, bạn có thể nhấn chọn vào ô bên dưới để sử dụng như là giá trị mặc định.', - 'name' => 'Category Name', + 'name' => 'tên danh mục', 'require_acceptance' => 'Yêu cầu người dùng xác nhận nhận tài sản trong hạng mục này.', 'required_acceptance' => 'Người dùng sẽ nhận được email có chứa đường dẫn để xác nhận chấp nhận tài sản này.', 'required_eula' => 'Đây là người dùng đã được gửi một email bản sao của EULA', diff --git a/resources/lang/vi/admin/companies/message.php b/resources/lang/vi/admin/companies/message.php index 4e59cec54d..b2c8c99d32 100644 --- a/resources/lang/vi/admin/companies/message.php +++ b/resources/lang/vi/admin/companies/message.php @@ -1,18 +1,18 @@ 'Công ty này không tồn tại.', - 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', + 'assoc_users' => 'Công ty này hiện đang liên kết với ít nhất một mô hình và không thể bị xóa. Hãy cập nhật mô hình của bạn để không còn tham khảo công ty này nữa và thử lại.', 'create' => array( 'error' => 'Công ty chưa được tạo, hãy thử lại.', - 'success' => 'Company created successfully.' + 'success' => 'Công ty thành công.' ), 'update' => array( - 'error' => 'Company was not updated, please try again', + 'error' => 'Công ty không được cập nhật, vui lòng thử lại', 'success' => 'Công ty đã được cập nhật thành công.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this company?', - 'error' => 'There was an issue deleting the company. Please try again.', - 'success' => 'The Company was deleted successfully.' + 'confirm' => 'Bạn có chắc chắn muốn xóa công ty này?', + 'error' => 'Đã xảy ra sự cố khi xóa công ty. Vui lòng thử lại.', + 'success' => 'Công ty đã bị xóa thành công.' ) ); diff --git a/resources/lang/vi/admin/companies/table.php b/resources/lang/vi/admin/companies/table.php index 2f86126ff2..f9cb60dc1b 100644 --- a/resources/lang/vi/admin/companies/table.php +++ b/resources/lang/vi/admin/companies/table.php @@ -1,9 +1,9 @@ 'Companies', - 'create' => 'Create Company', - 'title' => 'Company', - 'update' => 'Update Company', - 'name' => 'Company Name', + 'companies' => 'Các công ty', + 'create' => 'Tạo công ty', + 'title' => 'Công ty', + 'update' => 'Cập nhật Công ty', + 'name' => 'Tên công ty', 'id' => 'ID', ); diff --git a/resources/lang/vi/admin/components/general.php b/resources/lang/vi/admin/components/general.php index 1e232fa499..01fb70e800 100644 --- a/resources/lang/vi/admin/components/general.php +++ b/resources/lang/vi/admin/components/general.php @@ -1,17 +1,17 @@ 'About Components', - 'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', - 'component_name' => 'Component Name', - 'checkin' => 'Checkin Component', - 'checkout' => 'Checkout Component', + 'about_components_title' => 'Giới thiệu về Thành phần', + 'about_components_text' => 'Các thành phần là các mục thuộc một nội dung, ví dụ như HDD, RAM, vv', + 'component_name' => 'Tên thành phần', + 'checkin' => 'Hợp phần Checkin', + 'checkout' => 'Hợp phần thanh toán', 'cost' => 'Chi phí mua hàng', - 'create' => 'Create Component', - 'edit' => 'Edit Component', + 'create' => 'Tạo thành phần', + 'edit' => 'Chỉnh sửa Hợp phần', 'date' => 'Ngày mua', 'order' => 'Số đơn hàng', 'remaining' => 'Còn lại', 'total' => 'Tổng số', - 'update' => 'Update Component', + 'update' => 'Cập nhật Hợp phần', ); diff --git a/resources/lang/vi/admin/components/message.php b/resources/lang/vi/admin/components/message.php index 1d13970f23..7fed42c951 100644 --- a/resources/lang/vi/admin/components/message.php +++ b/resources/lang/vi/admin/components/message.php @@ -2,34 +2,34 @@ return array( - 'does_not_exist' => 'Component does not exist.', + 'does_not_exist' => 'Hợp phần không tồn tại.', 'create' => array( - 'error' => 'Component was not created, please try again.', - 'success' => 'Component created successfully.' + 'error' => 'Hợp phần đã không được tạo, vui lòng thử lại.', + 'success' => 'Thành phần thành công.' ), 'update' => array( - 'error' => 'Component was not updated, please try again', - 'success' => 'Component updated successfully.' + 'error' => 'Hợp phần đã không được cập nhật, vui lòng thử lại', + 'success' => 'Thành phần được cập nhật thành công.' ), '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' => 'Bạn có chắc chắn muốn xoá thành phần này?', + 'error' => 'Đã xảy ra sự cố khi xóa thành phần này. Vui lòng thử lại.', + 'success' => 'Thành phần đã được xóa thành công.' ), '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' => 'Hợp phần đã không được kiểm tra, hãy thử lại', + 'success' => 'Thành phần được kiểm tra thành công.', + 'user_does_not_exist' => 'Người dùng đó không hợp lệ. Vui lòng thử lại.' ), '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' => 'Không kiểm tra thành phần, vui lòng thử lại', + 'success' => 'Đã kiểm tra thành công thành phần.', + 'user_does_not_exist' => 'Người dùng đó không hợp lệ. Vui lòng thử lại.' ) diff --git a/resources/lang/vi/admin/components/table.php b/resources/lang/vi/admin/components/table.php index 3d4fed6a7f..eb2628e968 100644 --- a/resources/lang/vi/admin/components/table.php +++ b/resources/lang/vi/admin/components/table.php @@ -1,5 +1,5 @@ 'Component Name', + 'title' => 'Tên thành phần', ); diff --git a/resources/lang/vi/admin/consumables/general.php b/resources/lang/vi/admin/consumables/general.php index e99a6631c0..e6ea0097af 100644 --- a/resources/lang/vi/admin/consumables/general.php +++ b/resources/lang/vi/admin/consumables/general.php @@ -3,10 +3,10 @@ return array( 'about_consumables_title' => 'Vật rẻ mau hỏng', 'about_consumables_text' => 'Vật rẻ mau hỏng là bất cứ thứ gì được mua định kỳ theo thời gian. Ví dụ: mục in hoặc giấy photo.', - 'checkout' => 'Checkout Consumable to User', + 'checkout' => 'Thanh toán cho người tiêu dùng', 'consumable_name' => 'Tên vật tư phụ', 'create' => 'Tạo vật tư phụ', - 'item_no' => 'Item No.', + 'item_no' => 'Mã số', 'remaining' => 'Còn lại', 'total' => 'Tổng số', 'update' => 'Cập nhật vật tư phụ', diff --git a/resources/lang/vi/admin/consumables/message.php b/resources/lang/vi/admin/consumables/message.php index 19f2eceaa8..86edc8e97f 100644 --- a/resources/lang/vi/admin/consumables/message.php +++ b/resources/lang/vi/admin/consumables/message.php @@ -15,9 +15,9 @@ return array( ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this consumable?', + 'confirm' => 'Bạn có chắc chắn muốn xóa tài liệu này không?', 'error' => 'Có vấn đề khi xóa vật tư phụ. Xin vui lòng thử lại.', - 'success' => 'The consumable was deleted successfully.' + 'success' => 'Tài liệu tiêu thụ đã bị xoá thành công.' ), 'checkout' => array( diff --git a/resources/lang/vi/admin/custom_fields/general.php b/resources/lang/vi/admin/custom_fields/general.php index 8467e3df5b..4a3d947222 100644 --- a/resources/lang/vi/admin/custom_fields/general.php +++ b/resources/lang/vi/admin/custom_fields/general.php @@ -1,30 +1,30 @@ 'Custom Fields', - '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_fields' => 'Trường tùy chỉnh', + 'field' => 'Cánh đồng', + 'about_fieldsets_title' => 'Giới thiệu về các trường', + 'about_fieldsets_text' => 'Các trường cho phép bạn tạo các nhóm các trường tùy chỉnh thường được sử dụng lại cho các loại mô hình tài sản cụ thể.', 'custom_format' => 'Định dạng tuỳ chỉnh...', - 'encrypt_field' => 'Encrypt the value of this field in the database', - 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', - 'encrypted' => 'Encrypted', + 'encrypt_field' => 'Mã hóa giá trị của trường này trong cơ sở dữ liệu', + 'encrypt_field_help' => 'CẢNH BÁO: Mã hóa một trường làm cho nó không thể tìm kiếm được.', + 'encrypted' => 'Mã hóa', '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', - 'field_custom_format' => 'Custom Format', - 'required' => 'Required', + 'qty_fields' => 'Các trường Số lượng', + 'fieldsets' => 'Các trường', + 'fieldset_name' => 'Tên trường', + 'field_name' => 'Tên trường', + 'field_values' => 'Giá trị trường', + 'field_values_help' => 'Thêm các tùy chọn có thể chọn, một trong mỗi dòng. Các dòng trống khác dòng đầu tiên sẽ bị bỏ qua.', + 'field_element' => 'Phần tử Mẫu', + 'field_element_short' => 'Thành phần', + 'field_format' => 'định dạng', + 'field_custom_format' => 'Định dạng Tuỳ chỉnh', + 'required' => 'Cần thiết', 'req' => 'Req.', - 'used_by_models' => 'Used By Models', - 'order' => 'Order', + 'used_by_models' => 'Được sử dụng theo mô hình', + 'order' => 'Gọi món', 'create_fieldset' => 'New Fieldset', - 'create_field' => 'New Custom Field', - 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', + 'create_field' => 'Trường tùy chỉnh mới', + 'value_encrypted' => 'Giá trị của trường này được mã hóa trong cơ sở dữ liệu. Chỉ những người dùng quản trị mới có thể xem được giá trị được giải mã', ); diff --git a/resources/lang/vi/admin/custom_fields/message.php b/resources/lang/vi/admin/custom_fields/message.php index ed66a6ba16..8706b2cfba 100644 --- a/resources/lang/vi/admin/custom_fields/message.php +++ b/resources/lang/vi/admin/custom_fields/message.php @@ -3,48 +3,48 @@ return array( 'field' => array( - 'invalid' => 'That field does not exist.', - 'already_added' => 'Field already added', + 'invalid' => 'Lĩnh vực đó không tồn tại.', + 'already_added' => 'Trường đã được thêm', 'create' => array( - 'error' => 'Field was not created, please try again.', - 'success' => 'Field created successfully.', - 'assoc_success' => 'Field successfully added to fieldset.' + 'error' => 'Trường không được tạo, vui lòng thử lại.', + 'success' => 'Trường được tạo thành công.', + 'assoc_success' => 'Trường đã được thêm vào fieldset.' ), 'update' => array( - 'error' => 'Field was not updated, please try again', - 'success' => 'Field updated successfully.' + 'error' => 'Trường không được cập nhật, vui lòng thử lại', + 'success' => 'Trường cập nhật thành công.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this field?', - 'error' => 'There was an issue deleting the field. Please try again.', - 'success' => 'The field was deleted successfully.', - 'in_use' => 'Field is still in use.', + 'confirm' => 'Bạn có chắc chắn muốn xoá trường này không?', + 'error' => 'Đã xảy ra sự cố khi xóa trường. Vui lòng thử lại.', + 'success' => 'Trường đã bị xóa thành công.', + 'in_use' => 'Trường vẫn đang được sử dụng.', ) ), 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => 'Fieldset không tồn tại', 'create' => array( - 'error' => 'Fieldset was not created, please try again.', - 'success' => 'Fieldset created successfully.' + 'error' => 'Fieldset chưa được tạo, vui lòng thử lại.', + 'success' => 'Fieldset được tạo thành công.' ), 'update' => array( - 'error' => 'Fieldset was not updated, please try again', - 'success' => 'Fieldset updated successfully.' + 'error' => 'Fieldset chưa được cập nhật, vui lòng thử lại', + 'success' => 'Đã cập nhật thành công Fieldset.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this fieldset?', - 'error' => 'There was an issue deleting the fieldset. Please try again.', - 'success' => 'The fieldset was deleted successfully.', - 'in_use' => 'Fieldset is still in use.', + 'confirm' => 'Bạn có chắc chắn muốn xóa bộ công việc này không?', + 'error' => 'Có vấn đề xóa fieldset. Vui lòng thử lại.', + 'success' => 'Fieldset đã bị xóa thành công.', + 'in_use' => 'Fieldset vẫn đang được sử dụng.', ) ), diff --git a/resources/lang/vi/admin/departments/message.php b/resources/lang/vi/admin/departments/message.php index d65f4fbb2b..cfa74d4fff 100644 --- a/resources/lang/vi/admin/departments/message.php +++ b/resources/lang/vi/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => 'Bộ không tồn tại.', + 'assoc_users' => 'Bộ phận này hiện đang kết hợp với ít nhất một người dùng và không thể bị xóa. Hãy cập nhật người dùng của bạn để không tham khảo bộ phận này nữa và thử lại.', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => 'Phòng không được tạo, vui lòng thử lại.', + 'success' => 'Bộ tạo thành công.' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => 'Bộ chưa cập nhật, vui lòng thử lại', + 'success' => 'Phòng đã được cập nhật thành công.' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => 'Bạn có chắc chắn muốn xóa bộ phận này?', + 'error' => 'Đã xảy ra sự cố khi xóa bộ phận. Vui lòng thử lại.', + 'success' => 'Bộ đã bị xóa thành công.' ) ); diff --git a/resources/lang/vi/admin/departments/table.php b/resources/lang/vi/admin/departments/table.php index 76494247be..cc5c5b37dc 100644 --- a/resources/lang/vi/admin/departments/table.php +++ b/resources/lang/vi/admin/departments/table.php @@ -3,9 +3,9 @@ return array( 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'name' => 'Tên bộ phận', + 'manager' => 'Giám đốc', + 'location' => 'Vị trí', + 'create' => 'Tạo bộ phận', + 'update' => 'Bộ phận cập nhật', ); diff --git a/resources/lang/vi/admin/depreciations/general.php b/resources/lang/vi/admin/depreciations/general.php index 27a3889732..8a9f328dfc 100644 --- a/resources/lang/vi/admin/depreciations/general.php +++ b/resources/lang/vi/admin/depreciations/general.php @@ -4,9 +4,9 @@ return array( 'about_asset_depreciations' => 'Thông tin về khấu hao tài sản', 'about_depreciations' => 'Bạn có thể thiết lập các loại khấu hao để khấu hao tài sản dựa trên straight-line khấu hao.', 'asset_depreciations' => 'Khấu hao tài sản', - 'create' => 'Create Depreciation', + 'create' => 'Tạo khấu hao', 'depreciation_name' => 'Tên khấu hao', 'number_of_months' => 'Số lượng tháng', - 'update' => 'Update Depreciation', + 'update' => 'Cập nhật khấu hao', ); diff --git a/resources/lang/vi/admin/groups/titles.php b/resources/lang/vi/admin/groups/titles.php index 4968e2f3ba..5bf1639043 100644 --- a/resources/lang/vi/admin/groups/titles.php +++ b/resources/lang/vi/admin/groups/titles.php @@ -1,11 +1,11 @@ 'About Groups', - 'about_groups' => 'Groups are used to generalize user permissions.', + 'about_groups_title' => 'Giới Nhóm', + 'about_groups' => 'Các nhóm được sử dụng để khái quát hóa quyền người dùng.', 'group_management' => 'Quản lý nhóm', - 'create' => 'Create New Group', - 'update' => 'Edit Group', + 'create' => 'Tạo nhóm mới', + 'update' => 'Chỉnh sửa nhóm', 'group_name' => 'Tên nhóm', 'group_admin' => 'Quản lý nhóm', 'allow' => 'Cho phép', diff --git a/resources/lang/vi/admin/hardware/form.php b/resources/lang/vi/admin/hardware/form.php index 2700f83c72..633b4ebe50 100644 --- a/resources/lang/vi/admin/hardware/form.php +++ b/resources/lang/vi/admin/hardware/form.php @@ -1,9 +1,9 @@ 'Confirm 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' => 'Xác nhận Hàng loạt Xóa Tài sản', + 'bulk_delete_help' => 'Xem lại tài sản để xóa hàng loạt dưới đây. Sau khi đã xóa, những nội dung này có thể được khôi phục, nhưng chúng sẽ không còn được kết hợp với bất kỳ người dùng nào hiện đang được chỉ định.', + 'bulk_delete_warn' => 'Bạn sắp xóa: asset_count tài sản.', 'bulk_update' => 'Cập nhật tài sản số lượng lớn', 'bulk_update_help' => 'Form này cho phép bạn cập nhật nhiều tài sản cùng lúc. Chỉ điền vào ô bạn cần thay đổi. Bất kỳ ô nào để trống sẽ thông báo là chưa thay đổi. ', 'bulk_update_warn' => 'Bạn muốn chỉnh sửa các thuộc tính của :asset_count assets.', @@ -14,6 +14,7 @@ return array( 'cost' => 'Chi phí mua hàng', 'create' => 'Tạo tài sản', 'date' => 'Ngày mua', + 'depreciation' => 'Khấu hao', 'depreciates_on' => 'Trích khấu hao', 'default_location' => 'Vị trí mặc định', 'eol_date' => 'Ngày EOL', diff --git a/resources/lang/vi/admin/hardware/general.php b/resources/lang/vi/admin/hardware/general.php index cf726908b1..33e789c69f 100644 --- a/resources/lang/vi/admin/hardware/general.php +++ b/resources/lang/vi/admin/hardware/general.php @@ -1,13 +1,13 @@ 'About Assets', - 'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.', + 'about_assets_title' => 'Giới thiệu về Tài sản', + 'about_assets_text' => 'Tài sản là các mục được theo dõi bằng số sê-ri hoặc thẻ nội dung. Chúng thường có giá trị cao hơn khi xác định một mục cụ thể.', 'archived' => 'Đã lưu trữ', 'asset' => 'Tài sản', - 'bulk_checkout' => 'Checkout Assets to User', + 'bulk_checkout' => 'Tài sản thanh toán cho Người dùng', 'checkin' => 'Checkin tài sản', - 'checkout' => 'Checkout Asset', + 'checkout' => 'Tài sản thanh toán', 'clone' => 'Nhân đôi tài sản', 'deployable' => 'Cho phép cấp phát', 'deleted' => 'Tài sản này đã bị xóa. Nhấn vào đây để phục hồi.', @@ -15,7 +15,7 @@ return array( 'filetype_info' => 'Cho phép loại tập tin như png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', 'model_deleted' => 'Kiểu tài sản này đã bị xóa. Bạn phải phục hồi kiểu tài sản trước khi bạn phục hồi Tài sản.
Nhấn vào đây để phục hồi kiểu tài sản.', 'requestable' => 'Cho phép đề xuất', - 'requested' => 'Requested', + 'requested' => 'Yêu cầu', 'restore' => 'Phục hồi tài sản', 'pending' => 'Đang chờ', 'undeployable' => 'Không cho phép cấp phát', diff --git a/resources/lang/vi/admin/hardware/message.php b/resources/lang/vi/admin/hardware/message.php index 49907cfa8c..eb0d469176 100644 --- a/resources/lang/vi/admin/hardware/message.php +++ b/resources/lang/vi/admin/hardware/message.php @@ -25,8 +25,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => 'Kiểm toán nội dung không thành công. Vui lòng thử lại.', + 'success' => 'Kiểm tra thành công tài sản.' ), @@ -43,18 +43,18 @@ 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", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", + 'error' => 'Một số mặt hàng không nhập chính xác.', + 'errorDetail' => 'Các mục sau đây không được nhập khẩu vì lỗi.', + 'success' => "Tệp của bạn đã được nhập", + 'file_delete_success' => "Tập tin của bạn đã được xóa thành công", + 'file_delete_error' => "Không thể xóa tệp", ), 'delete' => array( 'confirm' => 'Bạn có chắc chắn muốn xoá bỏ tài sản này?', 'error' => 'Đã có vấn đề xảy ra khi xoá tài sản này. Bạn hãy thử lại xem.', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => 'Không có nội dung nào được chọn, vì vậy không có gì bị xóa.', 'success' => 'Tài sản này được xoá thành công.' ), @@ -62,21 +62,21 @@ return array( 'error' => 'Tài sản chưa được checkout, xin vui lòng thử lại', 'success' => 'Tài sản đã checkout thành công.', 'user_does_not_exist' => 'Người dùng này không tồn tại. Bạn hãy thử lại.', - 'not_available' => 'That asset is not available for checkout!' + 'not_available' => 'Tài sản đó không có sẵn để thanh toán!' ), 'checkin' => array( 'error' => 'Tài sản chưa được checkin, xin vui lòng thử lại', 'success' => 'Tài sản đã checkin thành công.', 'user_does_not_exist' => 'Người dùng này không tồn tại. Bạn hãy thử lại.', - 'already_checked_in' => 'That asset is already checked in.', + 'already_checked_in' => 'Nội dung đó đã được kiểm tra.', ), 'requests' => array( - 'error' => 'Asset was not requested, please try again', - 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' + 'error' => 'Tài sản không được yêu cầu, vui lòng thử lại', + 'success' => 'Tài sản đã yêu cầu thành công.', + 'canceled' => 'Yêu cầu Thanh toán đã được hủy thành công' ) ); diff --git a/resources/lang/vi/admin/hardware/table.php b/resources/lang/vi/admin/hardware/table.php index fe46f427cf..e65a51a569 100644 --- a/resources/lang/vi/admin/hardware/table.php +++ b/resources/lang/vi/admin/hardware/table.php @@ -18,7 +18,7 @@ return array( 'serial' => 'Sê-ri', 'status' => 'Tình trạng', 'title' => 'Tài sản ', - 'image' => 'Device Image', + 'image' => 'Hình ảnh Thiết bị', 'days_without_acceptance' => 'Những ngày không chấp nhận' ); diff --git a/resources/lang/vi/admin/licenses/form.php b/resources/lang/vi/admin/licenses/form.php index 54d55e4170..981ef67736 100644 --- a/resources/lang/vi/admin/licenses/form.php +++ b/resources/lang/vi/admin/licenses/form.php @@ -6,7 +6,7 @@ return array( 'checkin' => 'Đăng ký vào', 'create' => 'Tạo giấp phép', 'expiration' => 'Ngày hết hạn', - 'license_key' => 'Product Key', + 'license_key' => 'Mã sản phẩm', 'maintained' => 'Đã duy trì', 'name' => 'Tên phần mềm', 'no_depreciation' => 'Không khấu hao', diff --git a/resources/lang/vi/admin/licenses/general.php b/resources/lang/vi/admin/licenses/general.php index f84ddf9532..740dd56a87 100644 --- a/resources/lang/vi/admin/licenses/general.php +++ b/resources/lang/vi/admin/licenses/general.php @@ -1,8 +1,8 @@ 'About Licenses', - 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', + 'about_licenses_title' => 'Về giấy phép', + 'about_licenses' => 'Giấy phép được sử dụng để theo dõi phần mềm. Họ có một số lượng ghế xác định mà có thể được kiểm tra ra cho cá nhân', 'checkin' => 'Checkin bản quyền đặt vào', 'checkout_history' => 'Lịch sử Checkout', 'checkout' => 'Checkout bản quyền đặt vào', diff --git a/resources/lang/vi/admin/licenses/message.php b/resources/lang/vi/admin/licenses/message.php index 2a7297d970..e4e9700f3d 100644 --- a/resources/lang/vi/admin/licenses/message.php +++ b/resources/lang/vi/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => 'Tài sản bản đang cố gắng liên kết với bản quyền này không tồn tại.', 'owner_doesnt_match_asset' => 'Tài sản bạn đang cố gắng liên kết với bản quyền đã được sở hữu hởi một người nào đó khác với người đang được lựa chọn để gán trong danh sách xổ xuống.', 'assoc_users' => 'Bản quyền này hiện tại đã được checkout đến một người dùng và có thể đã bị xóa. Xin vui lòng kiểm tra lại bản quyền đầu tiên, và kế đến có gắng xóa thêm lần nữa. ', + 'select_asset_or_person' => 'Bạn phải chọn một nội dung hoặc người dùng, nhưng không phải cả hai.', 'create' => array( @@ -23,7 +24,7 @@ return array( 'error' => 'Tập tin không tải lên được. Xin vui lòng thử lại.', 'success' => 'Tập tin đã tải lên thành công.', 'nofiles' => 'Bạn chưa chọn bất kỳ tập tin nào để tải lên, hoặc tập tin bạn đang cố gắng tải lên có dung lượng quá lớn', - 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', + 'invalidfiles' => 'Một hoặc nhiều tệp của bạn quá lớn hoặc là loại tập tin không được phép. Các loại tệp được cho phép là png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml và lic.', ), 'update' => array( diff --git a/resources/lang/vi/admin/locations/table.php b/resources/lang/vi/admin/locations/table.php index 8030edeaf6..1117568f05 100644 --- a/resources/lang/vi/admin/locations/table.php +++ b/resources/lang/vi/admin/locations/table.php @@ -1,9 +1,9 @@ 'About Locations', - 'about_locations' => 'Locations are used to track location information for users, assets, and other items', - 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'about_locations_title' => 'Giới thiệu về Địa điểm', + 'about_locations' => 'Vị trí được sử dụng để theo dõi thông tin vị trí cho người dùng, nội dung và các mục khác', + 'assets_rtd' => 'Tài sản', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. 'assets_checkedout' => 'Assets Assigned', 'id' => 'ID', 'city' => 'Thành phố', @@ -17,5 +17,5 @@ return array( 'locations' => 'Địa phương', 'parent' => 'Parent', 'currency' => 'Tiền tệ địa phương', - 'ldap_ou' => 'LDAP Search OU', + 'ldap_ou' => 'Tìm kiếm LDAP của OU', ); diff --git a/resources/lang/vi/admin/manufacturers/table.php b/resources/lang/vi/admin/manufacturers/table.php index c34ead518e..845503de36 100644 --- a/resources/lang/vi/admin/manufacturers/table.php +++ b/resources/lang/vi/admin/manufacturers/table.php @@ -1,15 +1,15 @@ 'About manufacturers', - 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', + 'about_manufacturers_title' => 'Giới thiệu về nhà sản xuất', + 'about_manufacturers_text' => 'Các nhà sản xuất là những công ty tạo ra tài sản của bạn. Bạn có thể lưu trữ thông tin liên hệ hỗ trợ quan trọng về họ tại đây, sẽ được hiển thị trên trang chi tiết tài sản của bạn.', 'asset_manufacturers' => 'Hãng sản xuất', 'create' => 'Tạo hãng sản xuất', 'id' => 'ID', - 'name' => 'Name', - 'support_email' => 'Support Email', - 'support_phone' => 'Support Phone', - 'support_url' => 'Support URL', + 'name' => 'Tên', + 'support_email' => 'Hỗ trợ Email', + 'support_phone' => 'Điện thoại hỗ trợ', + 'support_url' => 'URL Hỗ trợ', 'update' => 'Cập nhật hãng sản xuất', 'url' => 'URL', diff --git a/resources/lang/vi/admin/models/general.php b/resources/lang/vi/admin/models/general.php index 9de4e51750..24049fe6c1 100644 --- a/resources/lang/vi/admin/models/general.php +++ b/resources/lang/vi/admin/models/general.php @@ -1,15 +1,15 @@ 'About Asset Models', - 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', + 'about_models_title' => 'Giới thiệu về Mô hình Tài sản', + 'about_models_text' => 'Mô hình Tài sản là một cách để nhóm các tài sản giống nhau. "MBP 2013", "IPhone 6", v.v ...', 'deleted' => 'Model này đã bị xoá. Bấm vào đây để khôi phục lại.', 'restore' => 'Khôi phục Model', - 'requestable' => 'Users may request this model', + 'requestable' => 'Người dùng có thể yêu cầu mô hình này', 'show_mac_address' => 'Hiển thị trường địa chỉ MAC trong tài sản của model này', 'view_deleted' => 'Xem Model đã xoá', 'view_models' => 'Xem model', 'fieldset' => 'Fieldset', - 'no_custom_field' => 'No custom fields', + 'no_custom_field' => 'Không có trường tùy chỉnh', ); diff --git a/resources/lang/vi/admin/models/message.php b/resources/lang/vi/admin/models/message.php index 35021bb8e9..dc50cb4db5 100644 --- a/resources/lang/vi/admin/models/message.php +++ b/resources/lang/vi/admin/models/message.php @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => 'Không có trường nào được thay đổi, vì vậy không có gì được cập nhật.', + 'success' => 'Các mô hình được cập nhật.' ), ); diff --git a/resources/lang/vi/admin/settings/general.php b/resources/lang/vi/admin/settings/general.php index 5547528ca3..6c2c7cb811 100644 --- a/resources/lang/vi/admin/settings/general.php +++ b/resources/lang/vi/admin/settings/general.php @@ -2,87 +2,87 @@ 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.', + 'ad_domain' => 'Miền Active Directory', + 'ad_domain_help' => 'Đôi khi giống như tên miền email của bạn, nhưng không phải luôn luôn.', 'is_ad' => 'Đây là một máy chủ Active Directory', 'alert_email' => 'Gửi cảnh báo đến', - 'alerts_enabled' => 'Alerts Enabled', - 'alert_interval' => 'Expiring Alerts Threshold (in days)', - 'alert_inv_threshold' => 'Inventory Alert Threshold', + 'alerts_enabled' => 'Bật Cảnh báo', + 'alert_interval' => 'Ngưỡng Cảnh báo Hết hạn (theo ngày)', + 'alert_inv_threshold' => 'Ngưỡng thông báo khoảng không quảng cáo', 'asset_ids' => 'ID tài sản', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => 'Khoảng Kiểm toán', + 'audit_interval_help' => 'Nếu bạn được yêu cầu kiểm tra thường xuyên tài sản của mình, hãy nhập khoảng thời gian trong nhiều tháng.', + 'audit_warning_days' => 'Ngưỡng cảnh báo kiểm tra', + 'audit_warning_days_help' => 'Bao nhiêu ngày trước chúng tôi nên cảnh báo bạn khi tài sản đến hạn kiểm toán?', 'auto_increment_assets' => 'Tạo ID tài sản tự động tăng', 'auto_increment_prefix' => 'Tiền tố (tùy chọn)', 'auto_incrementing_help' => 'Cho phép ID tài sản tự động tăng đầu tiên được đặt cho nó', 'backups' => 'Sao lưu', 'barcode_settings' => 'Cài đặt mã vạch', - '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' => 'Xác nhận Xóa', + 'confirm_purge_help' => 'Nhập văn bản "DELETE" vào hộp dưới đây để xóa các bản ghi đã xóa của bạn. Hành động này không thể được hoàn tác.', 'custom_css' => 'CSS tùy chỉnh', 'custom_css_help' => 'Nhập bất kỳ CSS tùy chỉnh. Không bao gồm thẻ <style></style>.', 'default_currency' => 'Tiền tệ mặc định', 'default_eula_text' => 'EULA mặc định', - 'default_language' => 'Default Language', + 'default_language' => 'Ngôn ngữ mặc định', 'default_eula_help_text' => 'Bạn cũng có thể liên kế EULA tùy chỉnh đến danh mục tài sản riêng biệt.', 'display_asset_name' => 'Hiển thị tên tài sản', 'display_checkout_date' => 'Hiển thị ngày checkout', 'display_eol' => 'Hiển thị EOL ở bảng', - 'display_qr' => 'Display Square Codes', - 'display_alt_barcode' => 'Display 1D barcode', - 'barcode_type' => '2D Barcode Type', - 'alt_barcode_type' => '1D barcode type', + 'display_qr' => 'Mã quảng cáo hiển thị', + 'display_alt_barcode' => 'Hiển thị mã vạch 1D', + 'barcode_type' => 'Loại mã vạch 2D', + 'alt_barcode_type' => 'Loại mã vạch 1D', 'eula_settings' => 'Cài đặt EULA', 'eula_markdown' => 'Đây là EULA cho phép Github flavored markdown.', 'general_settings' => 'Cài đặt thường', - 'generate_backup' => 'Generate Backup', + 'generate_backup' => 'Tạo Sao lưu', 'header_color' => 'Màu Header', 'info' => 'Các thiết lập này cho phép bạn tùy chỉnh một số khía cạnh của quá trình cài đặt.', 'laravel' => 'Phiên bản 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_enabled' => 'Bật LDAP', + 'ldap_integration' => 'Tích hợp LDAP', + 'ldap_settings' => 'Cài đặt LDAP', + 'ldap_server' => 'Máy chủ LDAP', + 'ldap_server_help' => 'Điều này sẽ bắt đầu với ldap: // (cho không mã hóa hoặc TLS) hoặc ldaps: // (cho SSL)', + 'ldap_server_cert' => 'Xác thực giấy chứng nhận LDAP SSL', + 'ldap_server_cert_ignore' => 'Cho phép Chứng chỉ SSL không hợp lệ', + 'ldap_server_cert_help' => 'Chọn hộp kiểm này nếu bạn đang sử dụng chứng chỉ SSL ký tự và muốn chấp nhận chứng chỉ SSL không hợp lệ.', + 'ldap_tls' => 'Sử dụng TLS', + 'ldap_tls_help' => 'Điều này chỉ nên được kiểm tra nếu bạn đang chạy STARTTLS trên máy chủ LDAP của mình.', 'ldap_uname' => 'LDAP Bind Username', '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', - 'ldap_auth_filter_query' => 'LDAP Authentication query', - 'ldap_version' => 'LDAP Version', + 'ldap_filter' => 'Bộ lọc LDAP', + 'ldap_pw_sync' => 'Đồng bộ hóa mật khẩu LDAP', + 'ldap_pw_sync_help' => 'Bỏ chọn hộp này nếu bạn không muốn giữ mật khẩu LDAP được đồng bộ với mật khẩu cục bộ. Tắt tính năng này có nghĩa là người dùng của bạn không thể đăng nhập nếu máy chủ LDAP của bạn không thể truy cập được vì một số lý do.', + 'ldap_username_field' => 'Trường tên người dùng', + 'ldap_lname_field' => 'Họ', + 'ldap_fname_field' => 'Tên LDAP', + 'ldap_auth_filter_query' => 'Truy vấn xác thực LDAP', + 'ldap_version' => 'Phiên bản LDAP', 'ldap_active_flag' => 'LDAP Active Flag', - 'ldap_emp_num' => 'LDAP Employee Number', - 'ldap_email' => 'LDAP Email', + 'ldap_emp_num' => 'Số nhân viên LDAP', + 'ldap_email' => 'Email LDAP', 'load_remote_text' => 'Remote Scripts', - 'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'load_remote_help_text' => 'Cài đặt Snipe-IT này có thể tải các tập lệnh từ thế giới bên ngoài.', + 'login_note' => 'Lưu ý đăng nhập', + 'login_note_help' => 'Tùy chọn bao gồm một vài câu trên màn hình đăng nhập của bạn, ví dụ để hỗ trợ những người đã tìm thấy thiết bị bị mất hoặc bị đánh cắp. Trường này chấp nhận Bài nhãn hiệu có hương vị cố định', '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' => 'Hạn chế người dùng (kể cả quản trị viên) được giao cho các công ty vào tài sản của công ty họ.', + 'full_multiple_companies_support_text' => 'Hỗ trợ nhiều công ty', 'optional' => 'tùy ý', 'per_page' => 'Kết quả trên trang', 'php' => 'Phiên bản PHP', 'php_gd_info' => 'Bạn phải cài đặt php-gd để hiển thị QR codes, xem cấu trúc cài đặt.', 'php_gd_warning' => 'PHP Image Processing và GD plugin thì CHƯA cài đặt.', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => 'Mật khẩu phức tạp', + 'pwd_secure_complexity_help' => 'Chọn bất kỳ quy tắc phức tạp về mật khẩu nào bạn muốn thực thi.', + 'pwd_secure_min' => 'Ký tự tối thiểu mật khẩu', + 'pwd_secure_min_help' => 'Giá trị cho phép tối thiểu là 5', + 'pwd_secure_uncommon' => 'Ngăn chặn mật khẩu thông thường', + 'pwd_secure_uncommon_help' => 'Điều này sẽ không cho phép người dùng sử dụng mật khẩu thông thường từ 10.000 mật khẩu hàng đầu được báo cáo là vi phạm.', 'qr_help' => 'Bật QR Code đầu tiên để gán cho nó', 'qr_text' => 'Chuỗi QR Code', 'setting' => 'Cài đặt', @@ -97,52 +97,54 @@ return array( 'system' => 'Thông tin hệ thống', 'update' => 'Cập nhật cài đặt', 'value' => 'Giá trị', - '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)', - 'next_auto_tag_base' => 'Next auto-increment', - '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', + 'brand' => 'Xây dựng thương hiệu', + 'about_settings_title' => 'Giới thiệu Cài đặt', + 'about_settings_text' => 'Các cài đặt này cho phép bạn tuỳ chỉnh các khía cạnh nhất định trong quá trình cài đặt của bạn.', + 'labels_per_page' => 'Nhãn trên mỗi trang', + 'label_dimensions' => 'Kích thước nhãn (inch)', + 'next_auto_tag_base' => 'Tiếp theo tự động tăng', + 'page_padding' => 'Lề trang (inch)', + 'purge' => 'Xóa các bản ghi đã xóa', + 'labels_display_bgutter' => 'Nhãn máng đáy', + 'labels_display_sgutter' => 'Nhãn máng xối', + 'labels_fontsize' => 'Kích thước phông chữ nhãn', + 'labels_pagewidth' => 'Chiều rộng nhãn nhãn', + 'labels_pageheight' => 'Chiều cao tấm nhãn', + 'label_gutters' => 'Khoảng cách nhãn (inch)', + 'page_dimensions' => 'Kích thước trang (inch)', + 'label_fields' => 'Gắn nhãn các lĩnh vực hiển thị', + 'inches' => 'inch', 'width_w' => 'w', 'height_h' => 'h', + 'show_url_in_emails' => 'Liên kết đến Snipe-IT trong email', + 'show_url_in_emails_help_text' => 'Bỏ chọn hộp này nếu bạn không muốn liên kết lại với cài đặt Snipe-IT của mình trong phần chân trang email. Có ích nếu hầu hết người dùng của bạn không đăng nhập.', 'text_pt' => 'pt', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', - 'two_factor' => 'Two Factor Authentication', - 'two_factor_secret' => 'Two-Factor Code', - 'two_factor_enrollment' => 'Two-Factor Enrollment', - 'two_factor_enabled_text' => 'Enable Two Factor', - 'two_factor_reset' => 'Reset Two-Factor Secret', - 'two_factor_reset_help' => 'This will force the user to enroll their device with Google Authenticator again. This can be useful if their currently enrolled device is lost or stolen. ', - 'two_factor_reset_success' => 'Two factor device successfully reset', - 'two_factor_reset_error' => 'Two factor device reset failed', - 'two_factor_enabled_warning' => 'Enabling two-factor if it is not currently enabled will immediately force you to authenticate with a Google Auth enrolled device. You will have the ability to enroll your device if one is not currently enrolled.', - 'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', - 'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', - 'two_factor_required' => 'Required for all users', - 'two_factor_disabled' => 'Disabled', - 'two_factor_enter_code' => 'Enter Two-Factor Code', - 'two_factor_config_complete' => 'Submit Code', - 'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', - 'two_factor_enrollment_text' => "Two factor authentication is required, however your device has not been enrolled yet. Open your Google Authenticator app and scan the QR code below to enroll your device. Once you've enrolled your device, enter the code below", - 'require_accept_signature' => 'Require Signature', - 'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', - 'left' => 'left', - 'right' => 'right', - 'top' => 'top', - 'bottom' => 'bottom', - 'vertical' => 'vertical', - 'horizontal' => 'horizontal', - 'zerofill_count' => 'Length of asset tags, including zerofill', + 'thumbnail_max_h' => 'Chiều cao thu nhỏ tối đa', + 'thumbnail_max_h_help' => 'Chiều cao tối đa bằng pixel mà hình thu nhỏ có thể hiển thị trong chế độ xem danh sách. Tối thiểu 25, tối đa 500.', + 'two_factor' => 'Xác thực hai nhân tố', + 'two_factor_secret' => 'Mã số hai nhân tố', + 'two_factor_enrollment' => 'Đăng ký Hai nhân tố', + 'two_factor_enabled_text' => 'Kích hoạt hai yếu tố', + 'two_factor_reset' => 'Đặt lại Hai yếu tố bí mật', + 'two_factor_reset_help' => 'Thao tác này sẽ bắt buộc người dùng đăng ký lại thiết bị của họ bằng Google Authenticator. Điều này có thể hữu ích nếu thiết bị đang học của họ bị mất hoặc bị đánh cắp.', + 'two_factor_reset_success' => 'Thiết lập thành công hai yếu tố', + 'two_factor_reset_error' => 'Thiết lập lại thiết bị hai yếu tố không thành công', + 'two_factor_enabled_warning' => 'Bật hai yếu tố nếu hiện tại không được bật sẽ buộc bạn phải xác thực ngay lập tức bằng thiết bị được đăng ký Google Auth. Bạn sẽ có khả năng đăng ký thiết bị của bạn nếu một trong số đó hiện không đăng ký.', + 'two_factor_enabled_help' => 'Điều này sẽ bật xác thực hai yếu tố bằng Google Authenticator.', + 'two_factor_optional' => 'Chọn lọc (Người dùng có thể bật hoặc tắt nếu được phép)', + 'two_factor_required' => 'Bắt buộc cho tất cả người dùng', + 'two_factor_disabled' => 'Tàn tật', + 'two_factor_enter_code' => 'Nhập mã số hai nhân tố', + 'two_factor_config_complete' => 'Gửi Mã', + 'two_factor_enabled_edit_not_allowed' => 'Quản trị viên của bạn không cho phép bạn chỉnh sửa cài đặt này.', + 'two_factor_enrollment_text' => "Yêu cầu xác thực hai yếu tố, tuy nhiên thiết bị của bạn chưa được đăng ký. Mở ứng dụng Google Authenticator của bạn và quét mã QR dưới đây để đăng ký thiết bị của bạn. Khi bạn đã đăng ký thiết bị của mình, hãy nhập mã dưới đây", + 'require_accept_signature' => 'Yêu cầu Chữ ký', + 'require_accept_signature_help_text' => 'Bật tính năng này sẽ yêu cầu người dùng đăng ký về việc chấp nhận nội dung.', + 'left' => 'trái', + 'right' => 'đúng', + 'top' => 'hàng đầu', + 'bottom' => 'đáy', + 'vertical' => 'theo chiều dọc', + 'horizontal' => 'ngang', + 'zerofill_count' => 'Chiều dài của các thẻ thuộc tính, bao gồm zerofill', ); diff --git a/resources/lang/vi/admin/settings/message.php b/resources/lang/vi/admin/settings/message.php index 3d06d7e3ad..c38508886b 100644 --- a/resources/lang/vi/admin/settings/message.php +++ b/resources/lang/vi/admin/settings/message.php @@ -8,15 +8,15 @@ return array( 'success' => 'Cập nhật cài đặt thành công.' ), 'backup' => array( - 'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', - 'file_deleted' => 'The backup file was successfully deleted. ', + 'delete_confirm' => 'Bạn có chắc chắn muốn xóa tệp sao lưu này? Hành động này không thể được hoàn tác.', + 'file_deleted' => 'Tệp sao lưu đã được xoá thành công.', 'generated' => 'Một tập tin sao lưu mới được tạo thành công.', 'file_not_found' => 'Tập tin sao lưu không tìm thấy trên máy chủ.', ), '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' => 'Đã xảy ra lỗi trong khi xóa.', + 'validation_failed' => 'Xác nhận thanh lọc của bạn không chính xác. Vui lòng nhập từ "DELETE" vào hộp xác nhận.', + 'success' => 'Đã xoá thành công hồ sơ thành công.' ), ); diff --git a/resources/lang/vi/admin/statuslabels/message.php b/resources/lang/vi/admin/statuslabels/message.php index 667bf9cb16..468f9f8d98 100644 --- a/resources/lang/vi/admin/statuslabels/message.php +++ b/resources/lang/vi/admin/statuslabels/message.php @@ -2,12 +2,12 @@ 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' => 'Nhãn Trạng thái không tồn tại.', + 'assoc_assets' => 'Nhãn Trạng thái này hiện được liên kết với ít nhất một Tài sản và không thể bị xóa. Vui lòng cập nhật nội dung của bạn để không tham khảo trạng thái này nữa và thử lại.', 'create' => array( - 'error' => 'Status Label was not created, please try again.', + 'error' => 'Nhãn trạng thái không được tạo, vui lòng thử lại.', 'success' => 'Nhãn trạng thái được tạo thành công.' ), @@ -18,8 +18,15 @@ return array( 'delete' => array( 'confirm' => 'Bạn có chắc bạn muốn xóa nhãn tình trạng này?', - 'error' => 'There was an issue deleting the Status Label. Please try again.', - 'success' => 'The Status Label was deleted successfully.' - ) + 'error' => 'Đã xảy ra sự cố khi xóa Nhãn trạng thái. Vui lòng thử lại.', + 'success' => 'Nhãn Trạng thái đã bị xóa thành công.' + ), + + 'help' => array( + 'undeployable' => 'Những tài sản này không thể gán cho bất cứ ai.', + 'deployable' => 'Những tài sản này có thể được kiểm tra. Khi được chỉ định, họ sẽ giả sử trạng thái meta là Doanh tác.', + 'archived' => 'Không thể kiểm tra các tài sản này và sẽ chỉ hiển thị trong chế độ xem Thư mục lưu trữ. Điều này hữu ích cho việc giữ lại thông tin về tài sản cho mục đích lịch sử ngân sách nhưng giữ chúng khỏi danh mục tài sản hằng ngày.', + 'pending' => 'Những tài sản này không thể được gán cho bất cứ ai, thường được sử dụng cho các vật phẩm được sửa chữa, nhưng dự kiến ​​sẽ quay trở lại lưu thông.', + ), ); diff --git a/resources/lang/vi/admin/suppliers/table.php b/resources/lang/vi/admin/suppliers/table.php index 748c814e9e..8e1941f12d 100644 --- a/resources/lang/vi/admin/suppliers/table.php +++ b/resources/lang/vi/admin/suppliers/table.php @@ -1,8 +1,8 @@ 'About Suppliers', - 'about_suppliers_text' => 'Suppliers are used to track the source of items', + 'about_suppliers_title' => 'Giới thiệu nhà cung cấp', + 'about_suppliers_text' => 'Các nhà cung cấp được sử dụng để theo dõi nguồn hàng', 'address' => 'Địa chỉ nhà cung cấp', 'assets' => 'Tài sản', 'city' => 'Thành phố', diff --git a/resources/lang/vi/admin/users/general.php b/resources/lang/vi/admin/users/general.php index f4e8d126ca..79f1bc1a07 100644 --- a/resources/lang/vi/admin/users/general.php +++ b/resources/lang/vi/admin/users/general.php @@ -4,22 +4,22 @@ return array( 'assets_user' => 'Tài sản đã được cấp phát đến :name', - 'bulk_update_warn' => 'You are about to edit the properties of :user_count users. Please note that you cannot change your own user attributes using this form, and must make edits to your own user individually.', - 'bulk_update_help' => 'This form allows you to update multiple users at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged.', - 'current_assets' => 'Assets currently checked out to this user', + 'bulk_update_warn' => 'Bạn sắp chỉnh sửa các thuộc tính của: user_count users. Xin lưu ý rằng bạn không thể thay đổi thuộc tính người dùng của mình bằng cách sử dụng biểu mẫu này và phải thực hiện chỉnh sửa cho người dùng riêng của mình.', + 'bulk_update_help' => 'Biểu mẫu này cho phép bạn cập nhật nhiều người dùng cùng một lúc. Chỉ điền vào các trường mà bạn cần thay đổi. Bất kỳ trường nào để trống sẽ không thay đổi.', + 'current_assets' => 'Tài sản hiện được kiểm tra cho người dùng này', 'clone' => 'Nhân đôi người dùng', 'contact_user' => 'Liên hệ :name', 'edit' => 'Sửa người dùng', 'filetype_info' => 'Cho phép loại tập tin are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', 'history_user' => 'Lịch sử cấp phát của :name', - 'info' => 'Info', - 'restore_user' => 'Click here to restore them.', + 'info' => 'Thông tin', + 'restore_user' => 'Nhấp vào đây để khôi phục chúng.', 'last_login' => 'Lần đăng nhập trước', - 'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.', + 'ldap_config_text' => 'Bạn có thể tìm thấy cài đặt cấu hình LDAP Quản trị> Cài đặt. Địa điểm đã chọn (tùy chọn) sẽ được đặt cho tất cả người dùng được nhập.', 'software_user' => 'Phần mềm đã được checkout đến :name', 'view_user' => 'Xem người dùng :name', 'usercsv' => 'Tập tin CSV', - 'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', - 'two_factor_enrolled' => '2FA Device Enrolled ', - 'two_factor_active' => '2FA Active ', + 'two_factor_admin_optin_help' => 'Cài đặt quản trị hiện tại của bạn cho phép thực thi có chọn lọc xác thực hai yếu tố.', + 'two_factor_enrolled' => 'Thiết bị 2FA đã đăng ký', + 'two_factor_active' => '2FA Hoạt động', ); diff --git a/resources/lang/vi/admin/users/message.php b/resources/lang/vi/admin/users/message.php index be215eec51..3586982864 100644 --- a/resources/lang/vi/admin/users/message.php +++ b/resources/lang/vi/admin/users/message.php @@ -4,7 +4,7 @@ return array( 'accepted' => 'Bạn đã xác nhận tài sản này thành công.', 'declined' => 'Bạn đã từ chối tài sản này thành công.', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'bulk_manager_warn' => 'Người dùng của bạn đã được cập nhật thành công, tuy nhiên mục nhập của người quản lý của bạn không được lưu bởi vì người quản lý bạn đã chọn cũng nằm trong danh sách người dùng cần chỉnh sửa, và người dùng không phải là người quản lý của họ. Vui lòng chọn người dùng của bạn một lần nữa, ngoại trừ người quản lý.', 'user_exists' => 'Người dùng thật sự tồn tại!', 'user_not_found' => 'Người dùng [:id] không tồn tại.', 'user_login_required' => 'Trường đăng nhập thì bắt buộc', @@ -17,7 +17,7 @@ return array( 'success' => array( 'create' => 'Người dùng đã được tạo thành công.', 'update' => 'Người dùng đã được cập nhật thành công.', - 'update_bulk' => 'Users were successfully updated!', + 'update_bulk' => 'Người dùng đã được cập nhật thành công!', 'delete' => 'Người dùng đã được xóa thành công.', 'ban' => 'Người dùng đã bị cấm thành công.', 'unban' => 'Phục hồi người dùng bị cấm thành công.', @@ -31,17 +31,17 @@ return array( 'create' => 'Có vấn đề xảy ra khi tạo người dùng. Xin thử lại lần nữa.', 'update' => 'Có vấn đề xảy ra khi cập nhật người dùng. Xin thử lại lần nữa.', 'delete' => 'Có vấn đề xảy ra khi xóa người dùng. Xin thử lại lần nữa.', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => 'Người dùng này đã gán các mục và không thể bị xóa.', 'unsuspend' => 'Có vấn đề xảy ra khi phục hồi người dùng bị tạm ngưng. Xin thử lại.', 'import' => 'Có vấn đề xảy ra khi nhập danh sách người dùng. Xin thử lại.', 'asset_already_accepted' => 'Tài sản này đã được chấp thuận.', 'accept_or_decline' => 'Bạn phải chấp nhận hoặc từ chối tài sản này.', - 'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', + 'incorrect_user_accepted' => 'Nội dung bạn đã cố gắng chấp nhận không được kiểm tra cho bạn.', 'ldap_could_not_connect' => 'Không thể kết nối đến máy chủ LDAP. Xin vui lòng kiểm tra lại cấu hình máy chủ LDAP của bạn ở trong tập tin cấu hình LDAP.
Lỗi từ máy chủ LDAP:', 'ldap_could_not_bind' => 'Không thể liên kết đến máy chủ LDAP. Xin vui lòng kiểm tra lại cấu hình máy chủ LDAP của bạn ở trong tập tin cấu hình LDAP.
Lỗi từ máy chủ LDAP: ', 'ldap_could_not_search' => 'Không thể tìm thấy máy chủ LDAP. Xin vui lòng kiểm tra cấu hình cài đặt máy chủ LDAP của bạn ở trong tập tin cấu hình LDAP.
Lỗi từ máy chủ LDAP:', 'ldap_could_not_get_entries' => 'Không thể lấy các mục từ máy chủ LDAP. Xin vui lòng kiểm tra lại cấu hình máy chủ LDAP của bạn ở trong tập tin cấu hình LDAP.
Lỗi từ máy chủ LDAP:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => 'Mật khẩu cho tài khoản này được quản lý bởi LDAP / Active Directory. Vui lòng liên hệ với bộ phận CNTT của bạn để thay đổi mật khẩu.', ), 'deletefile' => array( diff --git a/resources/lang/vi/admin/users/table.php b/resources/lang/vi/admin/users/table.php index 9c50aac2ee..30515151d7 100644 --- a/resources/lang/vi/admin/users/table.php +++ b/resources/lang/vi/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => 'Địa phương', 'lock_passwords' => 'Chi tiết đăng nhập không thể thay đổi trong cài đặt này.', 'manager' => 'Người quản lý', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => 'Vị trí Quản lý', 'name' => 'Tên', 'notes' => 'Ghi chú', 'password_confirm' => 'Xác nhận mật khẩu', @@ -28,10 +28,10 @@ return array( 'show_current' => 'Hiển thị người dùng hiện tại', 'show_deleted' => 'Hiển thị người dùng đã xóa', 'title' => 'Tiêu đề', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => 'để khôi phục lại chúng.', 'updateuser' => 'Cập nhật người dùng', 'username' => 'Tên đăng nhập', - 'user_deleted_text' => 'This user has been marked as deleted.', + 'user_deleted_text' => 'Người dùng này đã bị đánh dấu là đã bị xóa.', 'username_note' => '(This is used for Active Directory binding only, not for login.)', 'cloneuser' => 'Nhân đôi người dùng', 'viewusers' => 'Xem Người dùng', diff --git a/resources/lang/vi/auth/general.php b/resources/lang/vi/auth/general.php index 6906857b3f..3a6a3ff6fa 100644 --- a/resources/lang/vi/auth/general.php +++ b/resources/lang/vi/auth/general.php @@ -1,9 +1,9 @@ 'Send Password Reset Link', - 'email_reset_password' => 'Email Password Reset', - 'reset_password' => 'Reset Password', + 'send_password_link' => 'Gửi Liên kết Đặt lại Mật khẩu', + 'email_reset_password' => 'Đặt lại Mật khẩu Email', + 'reset_password' => 'Đặt lại mật khẩu', 'login' => 'Đăng nhập', 'login_prompt' => 'Vui lòng đăng nhập', 'forgot_password' => 'Tôi đã quên mật khẩu của tôi', diff --git a/resources/lang/vi/auth/message.php b/resources/lang/vi/auth/message.php index 8da4c82b03..cc7381d0f8 100644 --- a/resources/lang/vi/auth/message.php +++ b/resources/lang/vi/auth/message.php @@ -7,7 +7,7 @@ return array( 'account_not_activated' => 'Tài khoản người dùng này chưa được kích hoạt.', 'account_suspended' => 'Tài khoản người dùng này đã bị tạm ngưng.', 'account_banned' => 'Tài khoản người dùng này đã bị cấm.', - 'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', + 'throttle' => 'Quá nhiều lần đăng nhập thất bại. Vui lòng thử lại trong khoảng: phút phút phút.', 'signin' => array( 'error' => 'Có vấn đề khi bạn có gắng đăng nhập, xin thử lại.', diff --git a/resources/lang/vi/button.php b/resources/lang/vi/button.php index 5fd5d998a6..9addea393a 100644 --- a/resources/lang/vi/button.php +++ b/resources/lang/vi/button.php @@ -4,12 +4,12 @@ return array( 'actions' => 'Thao tác', 'add' => 'Thêm mới', 'cancel' => 'Hủy', - 'checkin_and_delete' => 'Checkin & Delete User', + 'checkin_and_delete' => 'Kiểm tra & Xóa Người dùng', 'delete' => 'Xóa', 'edit' => 'Sửa', 'restore' => 'Khôi phục', 'request' => 'Yêu cầu', 'submit' => 'Gửi', 'upload' => 'Tải lên', - 'select_file' => 'Select File...', + 'select_file' => 'Chọn tập tin...', ); diff --git a/resources/lang/vi/general.php b/resources/lang/vi/general.php index 84ee1fa7df..a6818c66a4 100644 --- a/resources/lang/vi/general.php +++ b/resources/lang/vi/general.php @@ -2,104 +2,105 @@ return [ 'accessories' => 'Phụ kiện', - 'activated' => 'Activated', + 'activated' => 'Kích hoạt', 'accessory' => 'Phụ kiện', 'accessory_report' => 'Báo cáo phụ kiện', 'action' => 'Tác vụ', 'activity_report' => 'Activity Report', 'address' => 'Địa chỉ', 'admin' => 'Quản lý', - 'add_seats' => 'Added seats', + 'add_seats' => 'Thêm chỗ ngồi', 'all_assets' => 'Tất cả tài sản', 'all' => 'Tất cả', 'archived' => 'Đã lưu trữ', 'asset_models' => 'Kiểu tài sản', + 'asset_model' => 'Mô hình', 'asset' => 'Tài sản', 'asset_report' => 'Báo cáo tài sản', 'asset_tag' => 'Thẻ tài sản', 'assets_available' => 'tài sản sẵn có', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => 'Kiểm toán', + 'audit_report' => 'Sổ ghi chép đánh giá', 'assets' => 'Tài sản', 'avatar_delete' => 'Xóa hình đại diện', 'avatar_upload' => 'Tải lên hình đại diện', 'back' => 'Quay lại', 'bad_data' => 'Không tìm thấy bất cứ gì. Có thể dữ liệu bị mất?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', - 'bulk_checkout' => 'Bulk Checkout', + 'bulkaudit' => 'Kiểm toán hàng loạt', + 'bulkaudit_status' => 'Trạng thái kiểm tra', + 'bulk_checkout' => 'Thanh toán hàng loạt', 'cancel' => 'Hủy', 'categories' => 'Danh mục', 'category' => 'Thể loại', - 'change' => 'In/Out', + 'change' => 'Vào / ra', 'changeemail' => 'Thay đổi địa chỉ Email', 'changepassword' => 'Đổi mật khẩu', 'checkin' => 'Checkin', 'checkin_from' => 'Checkin từ', 'checkout' => 'Checkout', 'city' => 'Thành phố', - 'click_here' => 'Click here', - 'companies' => 'Companies', - 'company' => 'Company', - 'component' => 'Component', - 'components' => 'Components', - 'complete' => 'Complete', + 'click_here' => 'Bấm vào đây', + 'companies' => 'Các công ty', + 'company' => 'Công ty', + 'component' => 'Hợp phần', + 'components' => 'Các thành phần', + 'complete' => 'Hoàn thành', 'consumable' => 'Vật tư phụ', 'consumables' => 'Vật tư phụ', 'country' => 'Nước', 'create' => 'Tạo mới', - 'created' => 'Item Created', + 'created' => 'Mục đã tạo', 'created_asset' => 'tài sản đã tạo', 'created_at' => 'Đã tạo lúc', - 'updated_at' => 'Updated at', + 'updated_at' => 'Cập nhật tại', 'currency' => '$', // this is deprecated 'current' => 'Hiện hành', 'custom_report' => 'Điều chỉnh báo cáo tài sản', 'dashboard' => 'Bảng điều khiển', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => 'ngày', + 'days_to_next_audit' => 'Ngày kiểm tra tiếp theo', 'date' => 'Ngày', - 'debug_warning' => 'Warning!', - 'debug_warning_text' => 'This application is running in production mode with debugging enabled. This can expose sensitive data if your application is accessible to the outside world. Disable debug mode by setting the APP_DEBUG value in your .env file to false.', + 'debug_warning' => 'Cảnh báo!', + 'debug_warning_text' => 'Ứng dụng này đang chạy trong chế độ sản xuất với bật gỡ lỗi. Điều này có thể phơi bày dữ liệu nhạy cảm nếu ứng dụng của bạn có thể tiếp cận được với thế giới bên ngoài. Tắt chế độ gỡ lỗi bằng cách đặt giá trị APP_DEBUG trong tệp .env của bạn thành false.', 'delete' => 'Xóa', 'deleted' => 'Đã xóa', - 'delete_seats' => 'Deleted Seats', - 'departments' => 'Departments', - 'department' => 'Department', + 'delete_seats' => 'Ghế đã Xóa', + 'departments' => 'Phòng ban', + 'department' => 'Bộ phận', 'deployed' => 'Đã cấp phát', 'depreciation_report' => 'Báo cáo khấu hao', 'download' => 'Tải về', 'depreciation' => 'Khấu hao', 'editprofile' => 'Chỉnh sửa hồ sơ của bạn', 'eol' => 'EOL', - 'email_domain' => 'Email Domain', - 'email_format' => 'Email Format', - 'email_domain_help' => 'This is used to generate email addresses when importing', - 'filastname_format' => 'First Initial Last Name (jsmith@example.com)', - 'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', + 'email_domain' => 'Tên miền email', + 'email_format' => 'Định dạng Email', + 'email_domain_help' => 'Địa chỉ này được sử dụng để tạo địa chỉ email khi nhập', + 'filastname_format' => 'Tên Họ Tên Đầu tiên (jsmith@example.com)', + 'firstname_lastname_format' => 'Họ Tên Họ (jane.smith@example.com)', 'first' => 'Đầu tiên', 'first_name' => 'Họ và tên đệm', - 'first_name_format' => 'First Name (jane@example.com)', + 'first_name_format' => 'Tên (jane@example.com)', 'file_name' => 'Tập tin', 'file_uploads' => 'Tải lên tập tin', 'generate' => 'Tạo ra', 'groups' => 'Nhóm', 'gravatar_email' => 'Gravatar địa chỉ email', - 'history' => 'History', + 'history' => 'Lịch sử', 'history_for' => 'Lịch cấp phát của', 'id' => 'ID', 'image_delete' => 'Xóa hình', 'image_upload' => 'Tải hình', 'import' => 'Nhập', - 'import-history' => 'Import History', + 'import-history' => 'Lịch sử Nhập khẩu', 'asset_maintenance' => 'Tài sản đang bảo trì', 'asset_maintenance_report' => 'Báo cáo tài sản bảo trì', 'asset_maintenances' => 'Tài sản đang bảo trì', 'item' => 'Mục', - 'insufficient_permissions' => 'Insufficient permissions!', - 'language' => 'Language', + 'insufficient_permissions' => 'Không đủ quyền!', + 'language' => 'Ngôn ngữ', 'last' => 'Cuối', - 'last_login' => 'Last Login', + 'last_login' => 'Lân đăng nhập cuôi', 'last_name' => 'Tên', 'license' => 'Bản quyền', 'license_report' => 'Báo cáo bản quyền', @@ -108,29 +109,29 @@ 'list_all' => 'Tất cả', 'loading' => 'Đang tải', 'lock_passwords' => 'Trường này không thể chỉnh sửa trong cài đặt này.', - 'feature_disabled' => 'This feature has been disabled for the demo installation.', + 'feature_disabled' => 'Tính năng này đã bị vô hiệu hóa để cài đặt bản demo.', 'location' => 'Địa phương', 'locations' => 'Địa phương', 'logout' => 'Thoát', - 'lookup_by_tag' => 'Lookup by Asset Tag', + 'lookup_by_tag' => 'Tra cứu theo Thẻ nội dung', 'manufacturer' => 'Nhà sản xuất', 'manufacturers' => 'Nhà sản xuất', - 'markdown' => 'This field allows Github flavored markdown.', + 'markdown' => 'Trường này cho phép đánh dấu Github mùi vị.', 'min_amt' => 'Min. QTY', - 'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', + 'min_amt_help' => 'Số lượng tối thiểu các mục cần có sẵn trước khi cảnh báo được kích hoạt.', 'model_no' => 'Model No.', 'months' => 'tháng', 'moreinfo' => 'Xem thêm thông tin', 'name' => 'Tên', 'next' => 'Tiếp', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', - 'new' => 'new!', + 'next_audit_date' => 'Ngày kiểm toán tiếp theo', + 'last_audit' => 'Kiểm toán Lần cuối', + 'new' => 'Mới!', 'no_depreciation' => 'Không khấu hao', 'no_results' => 'Không có kết quả.', 'no' => 'No', 'notes' => 'Ghi chú', - 'order_number' => 'Order Number', + 'order_number' => 'Số đơn đặt hàng', 'page_menu' => 'Showing _MENU_ items', 'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pending' => 'Đang chờ', @@ -139,53 +140,53 @@ 'previous' => 'Trước', 'processing' => 'Đang xử lý', 'profile' => 'Hồ sơ của bạn', - 'purchase_cost' => 'Purchase Cost', - 'purchase_date' => 'Purchase Date', + 'purchase_cost' => 'Chi phí mua hàng', + 'purchase_date' => 'Ngày mua', 'qty' => 'Số lượng', - 'quantity' => 'Quantity', + 'quantity' => 'Số lượng', 'ready_to_deploy' => 'Sẵn sàng để cấp phát', 'recent_activity' => 'Hoạt động gần đây', - 'remove_company' => 'Remove Company Association', + 'remove_company' => 'Xóa Hiệp hội Công ty', 'reports' => 'Các báo cáo', 'requested' => 'Đã yêu cầu', - 'request_canceled' => 'Request Canceled', + 'request_canceled' => 'Yêu cầu Đã Hủy', 'save' => 'Lưu', 'select' => 'Chọn', 'search' => 'Tìm kiếm', - 'select_category' => 'Select a Category', - 'select_department' => 'Select a Department', + 'select_category' => 'Chọn một danh mục', + 'select_department' => 'Chọn một Phòng', 'select_depreciation' => 'Lựa chọn một Loại Khấu hao', 'select_location' => 'Lựa chọn một Địa phương', 'select_manufacturer' => 'Lựa chọn một nhà sản xuất', 'select_model' => 'Lựa chọn một Kiểu tài sản', 'select_supplier' => 'Lựa chọn một Nhà cung cấp', 'select_user' => 'Lựa chọn một Người dùng', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => 'Chọn Ngày (YYYY-MM-DD)', 'select_statuslabel' => 'Chọn tình trạng', - 'select_company' => 'Select Company', - 'select_asset' => 'Select Asset', + 'select_company' => 'Chọn công ty', + 'select_asset' => 'Chọn Tài sản', 'settings' => 'Cài đặt', 'sign_in' => 'Đăng nhập', - 'signature' => 'Signature', - 'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', + 'signature' => 'Chữ ký', + 'some_features_disabled' => 'DEMO MODE: Một số tính năng đã bị vô hiệu cho cài đặt này.', 'site_name' => 'Tên trang web', 'state' => 'Tỉnh/Thành phố', 'status_labels' => 'Tình trạng nhãn', 'status' => 'Tình trạng', - 'supplier' => 'Supplier', + 'supplier' => 'Nhà cung cấp', 'suppliers' => 'Nhà cung cấp', - 'sure_to_delete' => 'Are you sure you wish to delete', - 'submit' => 'Submit', - 'target' => 'Target', - 'time_and_date_display' => 'Time and Date Display', + 'sure_to_delete' => 'Bạn có chắc chắn muốn xoá', + 'submit' => 'Đệ trình', + 'target' => 'Mục tiêu', + 'time_and_date_display' => 'Hiển thị thời gian và ngày tháng', 'total_assets' => 'tổng số tài sản', 'total_licenses' => 'tổng số bản quyền', - 'total_accessories' => 'total accessories', - 'total_consumables' => 'total consumables', + 'total_accessories' => 'tổng số phụ kiện', + 'total_consumables' => 'tổng số hàng tiêu dùng', 'type' => 'Loại', 'undeployable' => 'Không cho phép cấp phát', 'unknown_admin' => 'Unknown Admin', - 'username_format' => 'Username Format', + 'username_format' => 'Định dạng Tên người dùng', 'update' => 'Cập nhật', 'uploaded' => 'Đã tải lên', 'user' => 'Người dùng', @@ -199,6 +200,6 @@ 'years' => 'năm', 'yes' => 'Yes', 'zip' => 'Zip', - 'noimage' => 'No image uploaded or image not found.', - 'token_expired' => 'Your form session has expired. Please try again.', + 'noimage' => 'Không tìm thấy hình ảnh hoặc hình ảnh nào được tìm thấy.', + 'token_expired' => 'Phiên họp mẫu của bạn đã hết hạn. Vui lòng thử lại.', ]; diff --git a/resources/lang/vi/mail.php b/resources/lang/vi/mail.php index 5c53f8e4dd..78f02f6e5f 100644 --- a/resources/lang/vi/mail.php +++ b/resources/lang/vi/mail.php @@ -23,51 +23,49 @@ return array( 'Confirm_Accessory_Checkin' => 'Xác nhận cấp phát Phụ kiện.', 'Confirm_accessory_delivery' => 'Xác nhận giao phụ kiện.', 'Confirm_asset_delivery' => 'Xác nhận giao tài sản.', - 'Confirm_consumable_delivery' => 'Confirm consumable delivery.', - 'current_QTY' => 'Current QTY', - 'Days' => 'Days', - 'days' => 'Days', - 'expecting_checkin_date' => 'Expected Checkin Date:', - 'expires' => 'Expires', - 'Expiring_Assets_Report' => 'Expiring Assets Report.', - 'Expiring_Licenses_Report' => 'Expiring Licenses Report.', - 'hello' => 'Hello', - 'hi' => 'Hi', - 'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', - 'item' => 'Item:', - 'items_below_minimum' => '{1} item that is below minimum inventory or will soon be low.|[2,Inf] items that are below minimum - inventory or will soon be low.', - 'Item_Request_Canceled' => 'Item Request Canceled', - 'Item_Requested' => 'Item Requested', - 'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', - 'link_to_update_password' => 'Please click on the following link to update your :web password:', - 'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', - 'login' => 'Login:', - 'Low_Inventory_Report' => 'Low Inventory Report', + 'Confirm_consumable_delivery' => 'Xác nhận giao hàng tiêu hao.', + 'current_QTY' => 'QTY hiện tại', + 'Days' => 'Ngày', + 'days' => 'Ngày', + 'expecting_checkin_date' => 'Dự kiến ​​ngày Checkin:', + 'expires' => 'Hết hạn', + 'Expiring_Assets_Report' => 'Báo cáo tài sản đang hết hạn.', + 'Expiring_Licenses_Report' => 'Giấy phép Giấy phép hết hạn.', + 'hello' => 'xin chào', + 'hi' => 'Chào', + 'i_have_read' => 'Tôi đã đọc và đồng ý với các điều khoản sử dụng và đã nhận được mục này.', + 'item' => 'Mục:', + 'items_below_minimum' => '{1} mục thấp hơn khoảng không quảng cáo tối thiểu hoặc sắp tới sẽ thấp. | [2, Chi tiết] thấp hơn khoảng không quảng cáo tối thiểu hoặc sắp tới sẽ thấp.', + 'Item_Request_Canceled' => 'Yêu cầu Mặt hàng bị Hủy', + 'Item_Requested' => 'Yêu cầu', + 'licenses_expiring' => '{1} giấy phép hết hạn trong 60 ngày tiếp theo. | [2, Inf] giấy phép hết hạn trong 60 ngày tiếp theo.', + 'link_to_update_password' => 'Vui lòng nhấp vào liên kết sau để cập nhật: mật khẩu web:', + 'login_first_admin' => 'Đăng nhập vào hệ thống Snipe-IT mới bằng các thông tin dưới đây:', + 'login' => 'Đăng nhập:', + 'Low_Inventory_Report' => 'Báo cáo tồn kho thấp', 'min_QTY' => 'Min QTY', - 'name' => 'Name', - 'new_item_checked' => 'A new item has been checked out under your name, details are below.', - 'password' => 'Password:', - 'password_reset' => 'Password Reset', + 'name' => 'Tên', + 'new_item_checked' => 'Một mục mới đã được kiểm tra dưới tên của bạn, chi tiết dưới đây.', + 'password' => 'Mật khẩu:', + 'password_reset' => 'Đặt lại mật khẩu', - 'read_the_terms' => 'Please read the terms of use below.', - 'read_the_terms_and_click' => 'Please read the terms of use below, and click on the link at the bottom to confirm that you read - and agree to the terms of use, and have received the asset.', - 'requested' => 'Requested:', - 'reset_link' => 'Your Password Reset Link', - 'reset_password' => 'Click here to reset your password:', - 'serial' => 'Serial:', - 'supplier' => 'Supplier', - 'tag' => 'Tag', - 'test_email' => 'Test Email from Snipe-IT', - 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', - 'the_following_item' => 'The following item has been checked in: ', - 'There_are' => '{1} There is|[2,Inf] There are', - 'to_reset' => 'To reset your :web password, complete this form:', - 'type' => 'Type', - 'user' => 'User:', - 'username' => 'Username:', - 'welcome' => 'Welcome :name', - 'welcome_to' => 'Welcome to :web!', - 'your_credentials' => 'Your Snipe-IT credentials', + 'read_the_terms' => 'Vui lòng đọc các điều khoản sử dụng bên dưới.', + 'read_the_terms_and_click' => 'Vui lòng đọc các điều khoản sử dụng dưới đây và nhấp vào liên kết ở phía dưới để xác nhận rằng bạn đã đọc và đồng ý với các điều khoản sử dụng và đã nhận được nội dung.', + 'requested' => 'Yêu cầu:', + 'reset_link' => 'Liên kết Đặt lại Mật khẩu của bạn', + 'reset_password' => 'Nhấn vào đây để đặt lại mật khẩu của bạn:', + 'serial' => 'Nối tiếp:', + 'supplier' => 'Nhà cung cấp', + 'tag' => 'Nhãn', + 'test_email' => 'Kiểm tra Email từ Snipe-IT', + 'test_mail_text' => 'Đây là một bài kiểm tra từ Hệ thống Quản lý Tài sản Snipe-IT. Nếu bạn nhận được điều này, mail đang làm việc :)', + 'the_following_item' => 'Mục dưới đây đã được kiểm tra:', + 'There_are' => '{1} Có | [2, Inf] Có', + 'to_reset' => 'Để đặt lại mật khẩu web của bạn, hãy hoàn thành biểu mẫu này:', + 'type' => 'Kiểu', + 'user' => 'Người dùng:', + 'username' => 'Tên đăng nhập:', + 'welcome' => 'Chào mừng: tên', + 'welcome_to' => 'Chào mừng đến với: web!', + 'your_credentials' => 'Thông tin về Snipe-IT của bạn', ); diff --git a/resources/lang/vi/validation.php b/resources/lang/vi/validation.php index af72fcaa7a..b86285b7f4 100644 --- a/resources/lang/vi/validation.php +++ b/resources/lang/vi/validation.php @@ -16,76 +16,76 @@ return array( 'accepted' => ':attribute phải được chấp nhận.', 'active_url' => ':attribute thì không phải URL hợp lệ.', 'after' => ':attribute phải có ngày sau ngày :date.', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'Thuộc tính: phải là một ngày sau hoặc bằng: date.', 'alpha' => ':attribute có thể chỉ chứa chữ.', 'alpha_dash' => ':attribute có thể chỉ chứa chữ, số và dấu phẩy.', 'alpha_num' => ':attribute có thể chỉ chứa chữ và số.', - 'array' => 'The :attribute must be an array.', + 'array' => 'Thuộc tính: phải là một mảng.', 'before' => ':attribute phải có ngày trước ngày :date.', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => 'Thuộc tính: phải là ngày trước hoặc bằng: ngày.', 'between' => [ 'numeric' => ':attribute phải nằm giữa :min - :max.', 'file' => ':attribute phải nằm giữa :min - :max kilobytes.', 'string' => ':attribute phải nằm :min - :max ký tự.', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'Thuộc tính: phải có từ: min và: max items.', ], - 'boolean' => 'The :attribute field must be true or false.', + 'boolean' => 'Trường thuộc tính: phải là đúng hoặc sai.', 'confirmed' => ':attribute xác nhận không đúng.', 'date' => ':attribute có ngày không hợp lý.', 'date_format' => ':attribute không phù hợp định dạng :format.', 'different' => ':attribute và :other phải khác nhau.', 'digits' => ':attribute phải có :digits số.', 'digits_between' => ':attribute phải ở giữa :min và :max số.', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'Thuộc tính: có kích thước hình ảnh không hợp lệ.', + 'distinct' => 'Trường thuộc tính: có một giá trị trùng lặp.', 'email' => 'Định dạng :attribute thì không phù hợp.', 'exists' => ':attribute đã chọn không phù hợp.', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => 'Thuộc tính: phải là một tệp.', + 'filled' => 'Trường: attribute phải có giá trị.', 'image' => ':attribute phải là một hình.', 'in' => ':attribute đã lựa chọn không hợp lý.', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => 'Trường thuộc tính: không tồn tại trong: other.', 'integer' => ':attribute phải là một số nguyên.', 'ip' => ':attribute phải là một địa chỉ IP.', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => 'Thuộc tính: phải là địa chỉ IPv4 hợp lệ', + 'ipv6' => 'Thuộc tính: phải là địa chỉ IPv6 hợp lệ', + 'json' => 'Thuộc tính: phải là một chuỗi JSON hợp lệ', 'max' => [ 'numeric' => ':attribute có thể không lớn hơn :max.', 'file' => ':attribute có thể không lớn hơn :max kilobytes.', 'string' => ':attribute có thể không lớn hơn :max ký tự.', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => 'Thuộc tính: không có nhiều hơn: các mục tối đa.', ], 'mimes' => ':attribute phải là một tập tin có phần mở rộng là: :values.', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => 'Thuộc tính: phải là tệp kiểu:: values.', 'min' => [ 'numeric' => ':attribute phải có ít nhất :min.', 'file' => ':attribute phải ít nhất :min kilobytes.', 'string' => ':attribute phải ít nhất :min ký tự.', - 'array' => 'The :attribute must have at least :min items.', + 'array' => 'Thuộc tính: phải có ít nhất: min items.', ], 'not_in' => ':attribute đã chọn không hợp lý.', 'numeric' => ':attribute phải là một số.', - 'present' => 'The :attribute field must be present.', + 'present' => 'Trường thuộc tính: phải có mặt.', 'regex' => 'Định dạng :attribute thì không hợp lý.', 'required' => 'Trường :attribute thì bắt buộc.', 'required_if' => 'Trường :attribute thì bắt buộc khi :other là :value.', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => 'Trường thuộc tính: required required trừ khi: other is in: values.', 'required_with' => 'Trường :attribute thì bắt buộc khi :values là hiện hành.', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => 'Lĩnh vực thuộc tính: được yêu cầu khi: các giá trị hiện diện.', 'required_without' => 'Trường :attribute thì bắt buộc khi :values không hiện hành.', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => 'Lĩnh vực thuộc tính: được yêu cầu khi không có: giá trị hiện diện.', 'same' => ':attribute và :other phải giống nhau.', 'size' => [ 'numeric' => ':attribute phải có cỡ :size.', 'file' => ':attribute phải có cỡ :size kilobytes.', 'string' => ':attribute phải có :size ký tự.', - 'array' => 'The :attribute must contain :size items.', + 'array' => 'Thuộc tính: phải chứa: các mục kích thước.', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => 'Thuộc tính: phải là một chuỗi.', + 'timezone' => 'Thuộc tính: phải là một vùng hợp lệ.', 'unique' => ':attribute đã sẵn sàng.', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => 'Thuộc tính: không thể tải lên.', 'url' => 'Định dạng :attribute thì không hợp lý.', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => "Trường: attribute chứa một ký tự không được phép.", + "email_array" => "Một hoặc nhiều địa chỉ email không hợp lệ.", + "hashed_pass" => "Mật khẩu hiện tại của bạn không chính xác", + 'dumbpwd' => 'Mật khẩu đó quá phổ biến.', + "statuslabel_type" => "Bạn phải chọn một loại nhãn tình trạng hợp lệ", + "unique_undeleted" => "Thuộc tính: phải là duy nhất.", ], /* diff --git a/resources/lang/zh-CN/admin/asset_maintenances/message.php b/resources/lang/zh-CN/admin/asset_maintenances/message.php index b16d5325c7..f29f19b43c 100644 --- a/resources/lang/zh-CN/admin/asset_maintenances/message.php +++ b/resources/lang/zh-CN/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => '资产维护信息已创建。' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => '资产维护信息创建失败,请重试', + 'success' => '资产维护信息已成功编辑。' ], 'asset_maintenance_incomplete' => '尚未完成', 'warranty' => '有质保', diff --git a/resources/lang/zh-CN/admin/categories/general.php b/resources/lang/zh-CN/admin/categories/general.php index f485f5b46a..ef75348ff1 100644 --- a/resources/lang/zh-CN/admin/categories/general.php +++ b/resources/lang/zh-CN/admin/categories/general.php @@ -11,7 +11,7 @@ return array( 'edit' => '编辑分类', 'eula_text' => '类别的最终用户许可协议', 'eula_text_help' => '此字段允许您自定义的EULA(最终用户许可协议)为特定类型的资产。如果您所有资产只有一个EULA(最终用户许可协议),你可以检查下面的框中使用默认设置。', - 'name' => 'Category Name', + 'name' => '分类名称', 'require_acceptance' => '要求用户确认接受这一类的资产。', 'required_acceptance' => '用户会收到一封邮件,邮件中包含一个确认接收的链接。', 'required_eula' => '用户将收到关于EULA(最终用户许可协议)的邮件。', diff --git a/resources/lang/zh-CN/admin/custom_fields/message.php b/resources/lang/zh-CN/admin/custom_fields/message.php index 4db82d37af..0def52baa9 100644 --- a/resources/lang/zh-CN/admin/custom_fields/message.php +++ b/resources/lang/zh-CN/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => '现场集不存在', 'create' => array( 'error' => '新增字段集失败,请重试', diff --git a/resources/lang/zh-CN/admin/departments/message.php b/resources/lang/zh-CN/admin/departments/message.php index d65f4fbb2b..be3b0ad8b7 100644 --- a/resources/lang/zh-CN/admin/departments/message.php +++ b/resources/lang/zh-CN/admin/departments/message.php @@ -2,20 +2,20 @@ return array( - 'does_not_exist' => 'Department does not exist.', - 'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ', + 'does_not_exist' => '部门不存在', + 'assoc_users' => '该位置下关联的还有其他用户,目前不能删除,请更新该用户的信息之后,再尝试删除。 ', 'create' => array( - 'error' => 'Department was not created, please try again.', - 'success' => 'Department created successfully.' + 'error' => '部门没有创建,请重试。', + 'success' => '部门创建成功。' ), 'update' => array( - 'error' => 'Department was not updated, please try again', - 'success' => 'Department updated successfully.' + 'error' => '部门没有更新,请重试', + 'success' => '部门更新成功。' ), 'delete' => array( - 'confirm' => 'Are you sure you wish to delete this department?', - 'error' => 'There was an issue deleting the department. Please try again.', - 'success' => 'The department was deleted successfully.' + 'confirm' => '你确定要删除这个部门吗?', + 'error' => '删除部门有一个问题。请再试一次。', + 'success' => '已成功删除该部门。' ) ); diff --git a/resources/lang/zh-CN/admin/departments/table.php b/resources/lang/zh-CN/admin/departments/table.php index 76494247be..26a3c508cd 100644 --- a/resources/lang/zh-CN/admin/departments/table.php +++ b/resources/lang/zh-CN/admin/departments/table.php @@ -2,10 +2,10 @@ return array( - 'id' => 'ID', - 'name' => 'Department Name', - 'manager' => 'Manager', - 'location' => 'Location', - 'create' => 'Create Department', - 'update' => 'Update Department', + 'id' => '编号', + 'name' => '部门名称', + 'manager' => '领导', + 'location' => '位置', + 'create' => '创建部门', + 'update' => '更新部门', ); diff --git a/resources/lang/zh-CN/admin/hardware/form.php b/resources/lang/zh-CN/admin/hardware/form.php index 083cf9dc7e..9ebe9220b9 100644 --- a/resources/lang/zh-CN/admin/hardware/form.php +++ b/resources/lang/zh-CN/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => '采购价格', 'create' => '创建资产', 'date' => '购买时间', + 'depreciation' => '折旧', 'depreciates_on' => '折旧于', 'default_location' => '默认位置', 'eol_date' => '产品寿命日期', diff --git a/resources/lang/zh-CN/admin/hardware/general.php b/resources/lang/zh-CN/admin/hardware/general.php index 83aa8aaaf8..c27f7777c4 100644 --- a/resources/lang/zh-CN/admin/hardware/general.php +++ b/resources/lang/zh-CN/admin/hardware/general.php @@ -7,7 +7,7 @@ return array( 'asset' => '资产', 'bulk_checkout' => '借出资产给某人', 'checkin' => '借入资产', - 'checkout' => 'Checkout Asset', + 'checkout' => '借出资产', 'clone' => '复制资产', 'deployable' => '可部署', 'deleted' => '该资产已删除。 点击此处恢复.', diff --git a/resources/lang/zh-CN/admin/hardware/message.php b/resources/lang/zh-CN/admin/hardware/message.php index a20fb41ad9..bd8c51116f 100644 --- a/resources/lang/zh-CN/admin/hardware/message.php +++ b/resources/lang/zh-CN/admin/hardware/message.php @@ -24,8 +24,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => '尝试一下', + 'success' => '资产审计已成功记录。' ), @@ -53,7 +53,7 @@ return array( 'delete' => array( 'confirm' => '你确定要删除这个资产吗?', 'error' => '删除资产的过程中出现了一点儿问题,请重试。', - 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'nothing_updated' => '没有选择任何资产,所以没有删除任何资产。', 'success' => '资产成功被删除。' ), diff --git a/resources/lang/zh-CN/admin/licenses/message.php b/resources/lang/zh-CN/admin/licenses/message.php index aa5d1090e4..2a1383bc1d 100644 --- a/resources/lang/zh-CN/admin/licenses/message.php +++ b/resources/lang/zh-CN/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => '您正在授权的资产不存在。', 'owner_doesnt_match_asset' => '您正在授权的资产已经被占用,请选择其他人。', 'assoc_users' => '此许可证已经分配给某个用户,目前不能被删除,请检查资产信息,然后再尝试删除。', + 'select_asset_or_person' => '您必须选择资产或用户,但不能同时选择两者。', 'create' => array( diff --git a/resources/lang/zh-CN/admin/locations/table.php b/resources/lang/zh-CN/admin/locations/table.php index c5cf8c4245..c02d9a8145 100644 --- a/resources/lang/zh-CN/admin/locations/table.php +++ b/resources/lang/zh-CN/admin/locations/table.php @@ -17,5 +17,5 @@ return array( 'locations' => '地理位置', 'parent' => '上级节点', 'currency' => '当地货币单位', - 'ldap_ou' => 'LDAP Search OU', + 'ldap_ou' => 'LDAP中搜索组织单位(OU)', ); diff --git a/resources/lang/zh-CN/admin/models/message.php b/resources/lang/zh-CN/admin/models/message.php index f208a28066..b4c5531212 100644 --- a/resources/lang/zh-CN/admin/models/message.php +++ b/resources/lang/zh-CN/admin/models/message.php @@ -29,8 +29,8 @@ return array( ), 'bulkedit' => array( - 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.' + 'error' => '没有字段被更改,因此没有更新任何内容。', + 'success' => '模板已更新。' ), ); diff --git a/resources/lang/zh-CN/admin/settings/general.php b/resources/lang/zh-CN/admin/settings/general.php index e472fd8060..d3e5f6497d 100644 --- a/resources/lang/zh-CN/admin/settings/general.php +++ b/resources/lang/zh-CN/admin/settings/general.php @@ -10,10 +10,10 @@ return array( 'alert_interval' => '警报阈值(天)', 'alert_inv_threshold' => '库存警报阈值', 'asset_ids' => '资产ID', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => '盘点时间间隔', + 'audit_interval_help' => '如果您需要定期盘点您的资产,请输入月数间隔。', + 'audit_warning_days' => '盘点开始提醒', + 'audit_warning_days_help' => '需要提前多少天让我们通知您需要盘点资产?', 'auto_increment_assets' => '生成自动递增资产ID', 'auto_increment_prefix' => '前缀(可选)', 'auto_incrementing_help' => '在启用自动递增的资产ID之前设置此处。', @@ -67,8 +67,8 @@ return array( 'ldap_email' => 'LDAP Email', 'load_remote_text' => '外部脚本', 'load_remote_help_text' => '允许Snipe-IT安装外部的加载脚本。', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => '登陆提示', + 'login_note_help' => '可选择性地在登陆界面显示一些信息,例如给找到丢失或者被偷设备的用户提供帮助。这里支持Github的markdown语法。', 'logo' => '徽标', 'full_multiple_companies_support_help_text' => '限制归属特定公司的用户(包括管理员)仅能访问该公司资产', 'full_multiple_companies_support_text' => '完整多企业支持', @@ -77,12 +77,12 @@ return array( 'php' => 'PHP版本', 'php_gd_info' => '您必须安装php-gd显示二维码,请参阅安装说明。', 'php_gd_warning' => 'PHP图像处理的GD[php-gd]插件没有安装', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => '密码复杂度', + 'pwd_secure_complexity_help' => '选择您想执行哪种密码复杂性规则。', + 'pwd_secure_min' => '密码最少包含的字符', + 'pwd_secure_min_help' => '最小允许值是 5', + 'pwd_secure_uncommon' => '禁止使用常见密码', + 'pwd_secure_uncommon_help' => '这将会禁止用户使用最常见的10000个密码。', 'qr_help' => '允许二维码首次设置', 'qr_text' => '二维码文本', 'setting' => '设置', @@ -102,7 +102,7 @@ return array( 'about_settings_text' => '这些设置允许您自定义您的安装偏好', 'labels_per_page' => '每页显示', 'label_dimensions' => 'Label 尺寸(英尺)', - 'next_auto_tag_base' => 'Next auto-increment', + 'next_auto_tag_base' => '下一个自动增量', 'page_padding' => '页面边框', 'purge' => '清除已标记删除的记录', 'labels_display_bgutter' => '标签底部装订线', @@ -116,9 +116,11 @@ return array( 'inches' => '英尺', 'width_w' => '宽', 'height_h' => '高', + 'show_url_in_emails' => '链接到Snipe-IT在电子邮件', + 'show_url_in_emails_help_text' => '如果您不希望链接回电子邮件页脚中的Snipe-IT安装,请取消选中此框。如果您的大多数用户从未登录,则很有用', 'text_pt' => '磅', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'thumbnail_max_h' => '最大缩略图高度', + 'thumbnail_max_h_help' => '以像素为单位的缩略图可能在列表视图中显示的最大高度。最小25,最高 500。', 'two_factor' => '两步验证', 'two_factor_secret' => '两步验证验证码', 'two_factor_enrollment' => '加入两步验证', @@ -136,7 +138,7 @@ return array( 'two_factor_config_complete' => '发送两步验证代码', 'two_factor_enabled_edit_not_allowed' => '你的管理员不允许您编辑此设置。', 'two_factor_enrollment_text' => "本系统强制两步验证,但您尚未登记您的移动设备。请启动您的 Google Authenticator 应用并扫描下方二维码以设置两步验证。在您完成后,请在下方输入生成的认证代码。", - 'require_accept_signature' => 'Require Signature', + 'require_accept_signature' => '需要签名', 'require_accept_signature_help_text' => '启用此功能将需要用户亲自签署来接受一项资产。', 'left' => '左', 'right' => '右', diff --git a/resources/lang/zh-CN/admin/statuslabels/message.php b/resources/lang/zh-CN/admin/statuslabels/message.php index 503b55d311..8b88aa8666 100644 --- a/resources/lang/zh-CN/admin/statuslabels/message.php +++ b/resources/lang/zh-CN/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => '你是否确认删除此状态标签?', 'error' => '删除状态标签发生错误,请重试', 'success' => '状态标签删除成功。' - ) + ), + + 'help' => array( + 'undeployable' => '这些资产不能分配给任何人。', + 'deployable' => '这些资产可以检出。一旦分配了它们,它们将承担一个元状态 Deployed。', + 'archived' => '这些资产无法签出,只会显示在“存档”视图中。这有助于保留有关资产的预算/历史目的信息,但将其保留在日常资产清单之外。', + 'pending' => '这些资产不能分配给任何人,经常用于修理的物品,但预计将重新流通。', + ), ); diff --git a/resources/lang/zh-CN/admin/users/general.php b/resources/lang/zh-CN/admin/users/general.php index ad19b362ff..aca1211300 100644 --- a/resources/lang/zh-CN/admin/users/general.php +++ b/resources/lang/zh-CN/admin/users/general.php @@ -13,7 +13,7 @@ return array( 'filetype_info' => '允许的文件类型有: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar', 'history_user' => ':name的历史', 'info' => '信息', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => '单击此处可将其还原。', 'last_login' => '上一次登陆', 'ldap_config_text' => 'LDAP配置在 管理 > 设置。所选位置将为导入的用户所用', 'software_user' => ':name 借走的软件', diff --git a/resources/lang/zh-CN/admin/users/message.php b/resources/lang/zh-CN/admin/users/message.php index 251b163208..39c1935070 100644 --- a/resources/lang/zh-CN/admin/users/message.php +++ b/resources/lang/zh-CN/admin/users/message.php @@ -4,7 +4,7 @@ return array( 'accepted' => '你已成功接受此项资产。', 'declined' => '你已拒绝此项资产。', - 'bulk_manager_warn' => 'Your users have been successfully updated, however your manager entry was not saved because the manager you selected was also in the user list to be edited, and users may not be their own manager. Please select your users again, excluding the manager.', + 'bulk_manager_warn' => '您的用户已成功更新,但是您的经理条目未保存,因为您选择的经理也在要编辑的用户列表中,用户可能不是自己的经理。请再次选择您的用户,不包括经理。', 'user_exists' => '用户已经存在!', 'user_not_found' => '用户[:id] 不存在', 'user_login_required' => '登陆字段是必须的', @@ -31,7 +31,7 @@ return array( 'create' => '创建用户过程中出现了一些问题,请重试。', 'update' => '更新用户过程中出现了一些问题,请重试。', 'delete' => '删除用户过程中出现了一点儿问题,请重试。', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => '此用户具有分配的项目,无法删除。', 'unsuspend' => '恢复停用用户的过程中出现了一点儿问题,请重试。', 'import' => '导入用户出现问题。请再试一次。', 'asset_already_accepted' => '资产已被接受', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => '无法绑定到LDAP服务器,请检查LDAP配置文件中的相关设置。
LDAP服务器错误信息: ', 'ldap_could_not_search' => '查询LDAP服务器失败,请检查LDAP配置文件中的相关设置。
LDAP服务器错误信息:', 'ldap_could_not_get_entries' => '从LDAP服务器获取信息条目失败,请检查LDAP配置文件中的相关设置。
LDAP服务器错误信息:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => '此帐户的密码由LDAP / Active Directory管理。请联系您的IT部门更改您的密码。', ), 'deletefile' => array( diff --git a/resources/lang/zh-CN/admin/users/table.php b/resources/lang/zh-CN/admin/users/table.php index 1081f87670..b403fc6f1a 100644 --- a/resources/lang/zh-CN/admin/users/table.php +++ b/resources/lang/zh-CN/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => '位置', 'lock_passwords' => '不能更换登陆资料', 'manager' => '领导', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => '管理位置', 'name' => '名字', 'notes' => '笔记', 'password_confirm' => '确认密码', @@ -28,10 +28,10 @@ return array( 'show_current' => '已当前用户', 'show_deleted' => '已删除用户', 'title' => '职位', - 'to_restore_them' => 'to restore them.', + 'to_restore_them' => '恢复它们。', 'updateuser' => '更新用户', 'username' => '用户名', - 'user_deleted_text' => 'This user has been marked as deleted.', + 'user_deleted_text' => '此用户已被标记为已删除。', 'username_note' => '(这个是用来活动目录「Active Directory」的绑定,非用来登录)', 'cloneuser' => '克隆用户', 'viewusers' => '查看用户', diff --git a/resources/lang/zh-CN/general.php b/resources/lang/zh-CN/general.php index e1ca5f809e..04bcd698ea 100644 --- a/resources/lang/zh-CN/general.php +++ b/resources/lang/zh-CN/general.php @@ -14,24 +14,25 @@ 'all' => '所有', 'archived' => '已存档', 'asset_models' => '资产型号', + 'asset_model' => '模型', 'asset' => '资产', 'asset_report' => '资产报备', 'asset_tag' => '资产标签', 'assets_available' => '可用资产', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => '审计', + 'audit_report' => '审核日志', 'assets' => '资产', 'avatar_delete' => '删除头像', 'avatar_upload' => '上传头像', 'back' => '后退', 'bad_data' => '未发现任何东西,是否数据错误?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => '批量审核', + 'bulkaudit_status' => '盘点状态', 'bulk_checkout' => '批量借出', 'cancel' => '取消', 'categories' => '目录', 'category' => '类别:', - 'change' => 'In/Out', + 'change' => '归还/借出', 'changeemail' => '更改邮箱', 'changepassword' => '修改密码', 'checkin' => '借入', @@ -56,16 +57,16 @@ 'current' => '当前', 'custom_report' => '客户资产的报告', 'dashboard' => '控制面板', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => '天数', + 'days_to_next_audit' => '距离下一次盘点的天数', 'date' => '日期', 'debug_warning' => '警告!', 'debug_warning_text' => '此应用程序运行在生产模式下的调试状态。如果您的应用程序可以被外部访问,这会使敏感数据暴露。通过将 .env 文件中的APP_DEBUG 值设置为 false来 禁用调试模式。', 'delete' => '刪除', 'deleted' => '已删除', 'delete_seats' => '已移除空位', - 'departments' => 'Departments', - 'department' => 'Department', + 'departments' => '部门', + 'department' => '部门', 'deployed' => '已分配', 'depreciation_report' => '折旧报告', 'download' => '下载', @@ -123,8 +124,8 @@ 'moreinfo' => '更多信息', 'name' => '名称', 'next' => '下一页', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => '下一次盘点时间', + 'last_audit' => '上一次盘点', 'new' => '新!', 'no_depreciation' => '永久', 'no_results' => '没有结果', @@ -153,14 +154,14 @@ 'select' => '选择', 'search' => '搜索', 'select_category' => '选择一个类别', - 'select_department' => 'Select a Department', + 'select_department' => '选择一个部门', 'select_depreciation' => '选择失效类型', 'select_location' => '选择地点', 'select_manufacturer' => '选择生产商', 'select_model' => '选择型号', 'select_supplier' => '选择供货商', 'select_user' => '选择用户', - 'select_date' => 'Select Date (YYYY-MM-DD)', + 'select_date' => '选择日期 (YYYY-MM-DD)', 'select_statuslabel' => '选择状态', 'select_company' => '选择公司', 'select_asset' => '选择资产', diff --git a/resources/lang/zh-CN/validation.php b/resources/lang/zh-CN/validation.php index 4708a28b06..550246a426 100644 --- a/resources/lang/zh-CN/validation.php +++ b/resources/lang/zh-CN/validation.php @@ -16,76 +16,76 @@ return array( 'accepted' => ' :attribute 必须接受', 'active_url' => ':attribute 不是正确的网址', 'after' => ' :attribute 必须在 :date 之后', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => 'the:属性必须是以下或之后的日期:date。', 'alpha' => ':attribute 只能包含字母', 'alpha_dash' => ':attribute 只能包含字母,数字和\'-\'', 'alpha_num' => ':attribute 只允许字母和数字', - 'array' => 'The :attribute must be an array.', + 'array' => ':属性必须是数组。', 'before' => ':attribute 必须在 :date 之前', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => ':属性必须是之前或之前的日期:date。', 'between' => [ 'numeric' => ':attribute 必须在 :min - :max 之间', 'file' => ':attribute 必须在 :min - :max kb 之间', 'string' => ':attribute 必须在 :min - :max 字符之间', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => 'the:属性必须有:min和:max items之间。', ], - 'boolean' => 'The :attribute field must be true or false.', + 'boolean' => ':属性字段必须为true或false。', 'confirmed' => ':attribute 属性不匹配', 'date' => ':attribute 不是有效日期', 'date_format' => ':attribute 不符合 :format 的格式', 'different' => ' :attribute 和 :other 不能相同', 'digits' => ':attribute 必须是 :digits 数字', 'digits_between' => ':attribute 必须在 :min 和 :max 数字之间', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => 'the:属性具有无效的图像尺寸。', + 'distinct' => ':属性字段具有重复值。', 'email' => ':attribute 格式不对', 'exists' => '选择的 :attribute 无效', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => ':属性必须是一个文件。', + 'filled' => ':属性字段必须有一个值。', 'image' => ':attribute 必须是图片格式', 'in' => '选择的 :attribute 无效', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => ':属性字段不存在于:其他。', 'integer' => ':attribute 必须是整数', 'ip' => ':attribute 必须是有效IP', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => ':属性必须是有效的IPv4地址。', + 'ipv6' => ':属性必须是有效的IPv6地址。', + 'json' => ':属性必须是有效的JSON字符串。', 'max' => [ 'numeric' => ':attribute 不大于 :max', 'file' => ':attribute 不大于 :max kb', 'string' => ':attribute 不大于 :max 字符', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => ':属性可能不超过:max项。', ], 'mimes' => ':attribute 文件类型必须是 :values', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => ':属性必须是一个类型为:的值的文件。', 'min' => [ 'numeric' => ':attribute 最少 :min', 'file' => ':attribute 最小 :min kb', 'string' => ':attribute 最少 :min个字符', - 'array' => 'The :attribute must have at least :min items.', + 'array' => ':属性必须至少有:最小项。', ], 'not_in' => '选择的 :attribute 无效', 'numeric' => ':attribute 必须是数字', - 'present' => 'The :attribute field must be present.', + 'present' => ':属性字段必须存在。', 'regex' => ':attribute 格式不对', 'required' => ':attribute 字段必填', 'required_if' => ':attribute 字段在 :other 是 :value 时是必须的', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => '需要:属性字段,除非:other is in:values。', 'required_with' => ' 当:values 是现在 :attribute 是必需的', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => '当:值存在时,需要:属性字段。', 'required_without' => '当:values 是现在 :attribute 是必需的', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => '当不存在:值时,需要:属性字段。', 'same' => ':attribute 和 :other 必需匹配', 'size' => [ 'numeric' => ':attribute 必需是 :size', 'file' => ':attribute 必需是 :size kb', 'string' => ':attribute 必需是 :size 个字符', - 'array' => 'The :attribute must contain :size items.', + 'array' => ':属性必须包含:size项。', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => ':属性必须是字符串。', + 'timezone' => ':属性必须是有效区域。', 'unique' => ':attribute 已经被采用', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => ':属性无法上传。', 'url' => ':attribute 格式无效', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => ":属性字段包含不允许的字符。", + "email_array" => "一个或多个电子邮件地址无效。", + "hashed_pass" => "您当前的密码不正确", + 'dumbpwd' => '那个密码太常见了。', + "statuslabel_type" => "您必须选择有效的状态标签类型", + "unique_undeleted" => ":属性必须是唯一的。", ], /* diff --git a/resources/lang/zh-TW/admin/asset_maintenances/message.php b/resources/lang/zh-TW/admin/asset_maintenances/message.php index d9bb336c55..add2fe4776 100644 --- a/resources/lang/zh-TW/admin/asset_maintenances/message.php +++ b/resources/lang/zh-TW/admin/asset_maintenances/message.php @@ -12,8 +12,8 @@ 'success' => '資產維護訊息已新增。' ], 'edit' => [ - 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'error' => '資產維護訊息修改失敗。請再試一次', + 'success' => '資產維護訊息已修改。' ], 'asset_maintenance_incomplete' => '尚未完成', 'warranty' => '保固', diff --git a/resources/lang/zh-TW/admin/custom_fields/message.php b/resources/lang/zh-TW/admin/custom_fields/message.php index f42916868c..3346a091c6 100644 --- a/resources/lang/zh-TW/admin/custom_fields/message.php +++ b/resources/lang/zh-TW/admin/custom_fields/message.php @@ -28,7 +28,7 @@ return array( 'fieldset' => array( - 'does_not_exist' => 'Fieldset does not exist', + 'does_not_exist' => '欄位集不存在', 'create' => array( 'error' => '新增欄位集失敗,請重試。', diff --git a/resources/lang/zh-TW/admin/hardware/form.php b/resources/lang/zh-TW/admin/hardware/form.php index 5c81b4933f..482d4a1d16 100644 --- a/resources/lang/zh-TW/admin/hardware/form.php +++ b/resources/lang/zh-TW/admin/hardware/form.php @@ -14,6 +14,7 @@ return array( 'cost' => '採購成本', 'create' => '新增資產', 'date' => '採購日期', + 'depreciation' => '折舊', 'depreciates_on' => '折舊於', 'default_location' => '預設位置', 'eol_date' => '產品壽命日期', diff --git a/resources/lang/zh-TW/admin/hardware/general.php b/resources/lang/zh-TW/admin/hardware/general.php index 377f54d4e1..6489bf2d5a 100644 --- a/resources/lang/zh-TW/admin/hardware/general.php +++ b/resources/lang/zh-TW/admin/hardware/general.php @@ -7,7 +7,7 @@ return array( 'asset' => '資產', 'bulk_checkout' => '借出資產給使用者', 'checkin' => '資產繳回', - 'checkout' => 'Checkout Asset', + 'checkout' => '借出資產', 'clone' => '複製資產', 'deployable' => '可部署', 'deleted' => '此資產已刪除。點擊此處恢復.', diff --git a/resources/lang/zh-TW/admin/hardware/message.php b/resources/lang/zh-TW/admin/hardware/message.php index 1f8ef75f2f..d6b4c14f9e 100644 --- a/resources/lang/zh-TW/admin/hardware/message.php +++ b/resources/lang/zh-TW/admin/hardware/message.php @@ -24,8 +24,8 @@ return array( ), 'audit' => array( - 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' + 'error' => '資產稽核失敗。請再試一次。', + 'success' => '資產稽核成功登錄。' ), diff --git a/resources/lang/zh-TW/admin/licenses/message.php b/resources/lang/zh-TW/admin/licenses/message.php index 23873e8221..6daa27a0ba 100644 --- a/resources/lang/zh-TW/admin/licenses/message.php +++ b/resources/lang/zh-TW/admin/licenses/message.php @@ -7,6 +7,7 @@ return array( 'asset_does_not_exist' => '您正在授權的資產不存在。', 'owner_doesnt_match_asset' => '您正在授權的資產已被其他人佔用,請重新選擇。', 'assoc_users' => '此授權已分配給某個使用者,目前不能被刪除,請檢查後重試。', + 'select_asset_or_person' => '您必須選擇資產或用戶,但不能同時選擇兩者。', 'create' => array( diff --git a/resources/lang/zh-TW/admin/settings/general.php b/resources/lang/zh-TW/admin/settings/general.php index daf7ae3f2f..9fe83a7e60 100644 --- a/resources/lang/zh-TW/admin/settings/general.php +++ b/resources/lang/zh-TW/admin/settings/general.php @@ -10,10 +10,10 @@ return array( 'alert_interval' => '警報閾值(天)', 'alert_inv_threshold' => '庫存警報閾值', 'asset_ids' => '資產ID', - 'audit_interval' => 'Audit Interval', - 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', - 'audit_warning_days' => 'Audit Warning Threshold', - 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', + 'audit_interval' => '稽核間隔', + 'audit_interval_help' => '如果您需要定期對您的資產進行身體審核,請輸入幾個月的時間間隔。', + 'audit_warning_days' => '稽核警告閾值', + 'audit_warning_days_help' => '當資產到期時,我們應該提前幾天提前審核?', 'auto_increment_assets' => '產生自動遞增資產ID', 'auto_increment_prefix' => '前綴(可選)', 'auto_incrementing_help' => '在啟用自動遞增的資產ID之前設定此處。', @@ -68,8 +68,8 @@ return array( 'ldap_email' => 'LDAP Email', 'load_remote_text' => '外部腳本', 'load_remote_help_text' => '允許 Snipe-IT 安裝外部腳本', - 'login_note' => 'Login Note', - 'login_note_help' => 'Optionally include a few sentences on your login screen, for example to assist people who have found a lost or stolen device. This field accepts Github flavored markdown', + 'login_note' => '登錄說明', + 'login_note_help' => '可選地,在您的登錄屏幕上包括幾個句子,例如幫助找到丟失或被盜設備的人。此字段接受Github風味的markdown', 'logo' => 'Logo', 'full_multiple_companies_support_help_text' => '限制使用者(包括管理員) 僅能存取該公司的資產', 'full_multiple_companies_support_text' => '完整支援多公司', @@ -78,12 +78,12 @@ return array( 'php' => 'PHP 版本', 'php_gd_info' => '您必須安裝 php-gd 顯示二維條碼,請參閱安裝說明。', 'php_gd_warning' => 'PHP 圖形處理及 php-gd 套件沒有安裝', - 'pwd_secure_complexity' => 'Password Complexity', - 'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', - 'pwd_secure_min' => 'Password minimum characters', - 'pwd_secure_min_help' => 'Minimum permitted value is 5', - 'pwd_secure_uncommon' => 'Prevent common passwords', - 'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', + 'pwd_secure_complexity' => '密碼複雜性', + 'pwd_secure_complexity_help' => '選擇要強制執行的任何密碼複雜度規則。', + 'pwd_secure_min' => '密碼的最少字元', + 'pwd_secure_min_help' => '最小允許值是 5', + 'pwd_secure_uncommon' => '防止常見密碼', + 'pwd_secure_uncommon_help' => '這將不允許用戶使用違反報告的前10,000個密碼的常用密碼。', 'qr_help' => '允許二維條碼首次設置', 'qr_text' => '二維條碼文字', 'setting' => '設定', @@ -117,9 +117,11 @@ return array( 'inches' => '英吋', 'width_w' => '寬', 'height_h' => '高', + 'show_url_in_emails' => '鏈接到Snipe-IT在電子郵件', + 'show_url_in_emails_help_text' => '如果您不希望鏈接回電子郵件頁腳中的Snipe-IT安裝,請取消選中此框。如果您的大多數用戶從未登錄,則很有用', 'text_pt' => '磅', - 'thumbnail_max_h' => 'Max thumbnail height', - 'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', + 'thumbnail_max_h' => '最大縮略圖高度', + 'thumbnail_max_h_help' => '縮略圖可能在列表視圖中顯示的最大高度(以像素為單位)。最小25,最多500。', 'two_factor' => '雙因素身份驗證', 'two_factor_secret' => '雙因素驗證代碼', 'two_factor_enrollment' => '登記雙因素驗證', diff --git a/resources/lang/zh-TW/admin/statuslabels/message.php b/resources/lang/zh-TW/admin/statuslabels/message.php index a3c787ef2c..87ebdf5313 100644 --- a/resources/lang/zh-TW/admin/statuslabels/message.php +++ b/resources/lang/zh-TW/admin/statuslabels/message.php @@ -20,6 +20,13 @@ return array( 'confirm' => '您確定要刪除此狀態標籤嗎?', 'error' => '刪除狀態標籤失敗,請重試。', 'success' => '刪除狀態標籤成功。' - ) + ), + + 'help' => array( + 'undeployable' => '這些資產不能分配給任何人。', + 'deployable' => '這些資產可以檢出。一旦分配了它們,它們將承擔一個元狀態 Deployed。', + 'archived' => '這些資產無法簽出,只會顯示在“存檔”視圖中。這有助於保留有關資產的預算/歷史目的信息,但將其保留在日常資產清單之外。', + 'pending' => '這些資產不能分配給任何人,經常用於修理的物品,但預計將重新流通。', + ), ); diff --git a/resources/lang/zh-TW/admin/users/general.php b/resources/lang/zh-TW/admin/users/general.php index 1563dbd082..ed192df31c 100644 --- a/resources/lang/zh-TW/admin/users/general.php +++ b/resources/lang/zh-TW/admin/users/general.php @@ -13,7 +13,7 @@ return array( 'filetype_info' => '允許檔案類型:png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar。', 'history_user' => ':name 的歷史記錄', 'info' => '資訊', - 'restore_user' => 'Click here to restore them.', + 'restore_user' => '點擊此處可將它們還原。', 'last_login' => '上次登入', 'ldap_config_text' => 'LDAP 設定在 管理 > 設定。所選位置將套用至匯入的使用者。', 'software_user' => ':name 借出的軟體', diff --git a/resources/lang/zh-TW/admin/users/message.php b/resources/lang/zh-TW/admin/users/message.php index bd4bad6522..250feb0541 100644 --- a/resources/lang/zh-TW/admin/users/message.php +++ b/resources/lang/zh-TW/admin/users/message.php @@ -31,7 +31,7 @@ return array( 'create' => '新增使用者失敗,請重試。', 'update' => '更新使用者失敗,請重試。', 'delete' => '刪除使用者失敗,請重試。', - 'delete_has_assets' => 'This user has items assigned and could not be deleted.', + 'delete_has_assets' => '此使用者已分配物件,無法刪除。', 'unsuspend' => '解除停用使用者失敗,請重試。', 'import' => '匯入使用者失敗,請重試。', 'asset_already_accepted' => '資產已被接受', @@ -41,7 +41,7 @@ return array( 'ldap_could_not_bind' => '無法綁定 LDAP 伺服器,請檢查 LDAP 設定文件中的相關設定。
LDAP 伺服器錯誤訊息:', 'ldap_could_not_search' => '查詢 LDAP 伺服器失敗,請檢查 LDAP 設定文件中的相關設定。
LDAP 伺服器錯誤訊息:', 'ldap_could_not_get_entries' => ' LDAP 伺服器取得資訊條目失敗,請檢查 LDAP 設定文件中的相關設定。
LDAP 伺服器錯誤訊息:', - 'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', + 'password_ldap' => '此帳戶的密碼由 LDAP/AD 管理。若要更改您的密碼,請聯繫您的 IT 部門。 ', ), 'deletefile' => array( diff --git a/resources/lang/zh-TW/admin/users/table.php b/resources/lang/zh-TW/admin/users/table.php index fb4072f092..ed261f406f 100644 --- a/resources/lang/zh-TW/admin/users/table.php +++ b/resources/lang/zh-TW/admin/users/table.php @@ -19,7 +19,7 @@ return array( 'location' => '位置', 'lock_passwords' => '不能修改登入資料', 'manager' => '主管', - 'managed_locations' => 'Managed Locations', + 'managed_locations' => '管理位置', 'name' => '名字', 'notes' => '備註', 'password_confirm' => '確認密碼', diff --git a/resources/lang/zh-TW/general.php b/resources/lang/zh-TW/general.php index 095cc32810..8745ac746d 100644 --- a/resources/lang/zh-TW/general.php +++ b/resources/lang/zh-TW/general.php @@ -14,19 +14,20 @@ 'all' => '所有', 'archived' => '已封存', 'asset_models' => '資產樣板', + 'asset_model' => '模型', 'asset' => '資產', 'asset_report' => '資產報告', 'asset_tag' => '資產標籤', 'assets_available' => '可用資產', - 'audit' => 'Audit', - 'audit_report' => 'Audit Log', + 'audit' => '稽核', + 'audit_report' => '稽核記錄', 'assets' => '資產', 'avatar_delete' => '刪除頭像', 'avatar_upload' => '上傳頭像', 'back' => '返回', 'bad_data' => '未發現任何東西,是否資料有誤?', - 'bulkaudit' => 'Bulk Audit', - 'bulkaudit_status' => 'Audit Status', + 'bulkaudit' => '批次稽核', + 'bulkaudit_status' => '稽核狀態', 'bulk_checkout' => '批次借出', 'cancel' => '取消', 'categories' => '類別', @@ -56,8 +57,8 @@ 'current' => '目前', 'custom_report' => '自訂資產報告', 'dashboard' => '儀表板', - 'days' => 'days', - 'days_to_next_audit' => 'Days to Next Audit', + 'days' => '天', + 'days_to_next_audit' => '下次稽核時間(天)', 'date' => '日期', 'debug_warning' => '警告!', 'debug_warning_text' => '此應用程式已開啟除錯模式, 如果開放外部存取可能造成敏感資料外洩。您可透過修改.env檔案中的參數APP_DEBUG,將值改為false關閉除錯模式。', @@ -123,8 +124,8 @@ 'moreinfo' => '更多訊息', 'name' => '名稱', 'next' => '下一頁', - 'next_audit_date' => 'Next Audit Date', - 'last_audit' => 'Last Audit', + 'next_audit_date' => '下次稽核日期', + 'last_audit' => '最後稽核日期', 'new' => 'new!', 'no_depreciation' => '永久', 'no_results' => '沒有結果', diff --git a/resources/lang/zh-TW/validation.php b/resources/lang/zh-TW/validation.php index f0b034974c..f396c7fc95 100644 --- a/resources/lang/zh-TW/validation.php +++ b/resources/lang/zh-TW/validation.php @@ -16,18 +16,18 @@ return array( 'accepted' => ':attribute 必須接受', 'active_url' => '屬性不是有效的URL', 'after' => ':attribute 必須在 :date 之後', - 'after_or_equal' => 'The :attribute must be a date after or equal to :date.', + 'after_or_equal' => ':attribute 必須在 :date 之後', 'alpha' => ':attribute 只能包含字母', 'alpha_dash' => ':attribute 只能包含字母,數字和\'-\'', 'alpha_num' => ':attribute 只允許字母和數字', - 'array' => 'The :attribute must be an array.', + 'array' => ':attribute 必須是陣列', 'before' => ':attribute 必須在 :date 之前', - 'before_or_equal' => 'The :attribute must be a date before or equal to :date.', + 'before_or_equal' => ':attribute 必須在 :date 之前', 'between' => [ 'numeric' => ':attribute 必須在 :min - :max 之間', 'file' => ':attribute 必須在 :min - :max KB 之間', 'string' => ':attribute 必須在 :min - :max 字元之間', - 'array' => 'The :attribute must have between :min and :max items.', + 'array' => ':attribute 必須在 :min 和 :max 之間', ], 'boolean' => ':attribute 必須是 true 或 false', 'confirmed' => ':attribute 屬性不相符', @@ -36,56 +36,56 @@ return array( 'different' => ':attribute 和 :other 不能相同', 'digits' => ':attribute 必須是 :digits 數字', 'digits_between' => ':attribute 必須在 :min 和 :max 之间', - 'dimensions' => 'The :attribute has invalid image dimensions.', - 'distinct' => 'The :attribute field has a duplicate value.', + 'dimensions' => ':attribute 屬性具有不正確圖像尺寸。', + 'distinct' => ':attribute 具有重複值', 'email' => ':attribute 格式不正確', 'exists' => '選擇的 :attribute 無效', - 'file' => 'The :attribute must be a file.', - 'filled' => 'The :attribute field must have a value.', + 'file' => ':attribute 必須是檔案', + 'filled' => ':attribute 欄位必須有值。', 'image' => ':attribute 必須是圖片格式', 'in' => '選擇的 :attribute 無效', - 'in_array' => 'The :attribute field does not exist in :other.', + 'in_array' => ':attribute 屬性欄位不存在 :other。', 'integer' => ':attribute 必須是整數', 'ip' => ':attribute 必須是有效 IP', - 'ipv4' => 'The :attribute must be a valid IPv4 address.', - 'ipv6' => 'The :attribute must be a valid IPv6 address.', - 'json' => 'The :attribute must be a valid JSON string.', + 'ipv4' => ':attribute 必須是有效的 IPv4 位址', + 'ipv6' => ':attribute 必須是有效的 IPv6 位址', + 'json' => ':attribute 必須是有效的 JSON 字串', 'max' => [ 'numeric' => ':attribute 不可大於 :max', 'file' => ':attribute 不可大於 :max KB', 'string' => ':attribute 不可大於 :max 個字元', - 'array' => 'The :attribute may not have more than :max items.', + 'array' => ':attribute 不可大於 :max 個項目', ], 'mimes' => ':attribute 檔案類型必須是 :values', - 'mimetypes' => 'The :attribute must be a file of type: :values.', + 'mimetypes' => ':attribute 檔案類型必須是 :values', 'min' => [ 'numeric' => ':attribute 最少 :min', 'file' => ':attribute 最小 :min KB', 'string' => ':attribute 最少要有 :min 個字元', - 'array' => 'The :attribute must have at least :min items.', + 'array' => ':attribute 最少要有 :min 個項目', ], 'not_in' => '選擇的 :attribute 無效', 'numeric' => ':attribute 必須是數字', - 'present' => 'The :attribute field must be present.', + 'present' => ':屬性字段必須存在。', 'regex' => ':attribute 格式不正確', 'required' => ':attribute 欄位必填', 'required_if' => ':attribute 欄位在 :other 是 :value 時是必填的', - 'required_unless' => 'The :attribute field is required unless :other is in :values.', + 'required_unless' => '需要:屬性字段,除非:other is in:values。', 'required_with' => '當設定 :value 時,:attribute 欄位必填', - 'required_with_all' => 'The :attribute field is required when :values is present.', + 'required_with_all' => '當:值存在時,需要:屬性字段。', 'required_without' => '當設定非 :value 時,:attribute 欄位必填', - 'required_without_all' => 'The :attribute field is required when none of :values are present.', + 'required_without_all' => '當不存在:值時,需要:屬性字段。', 'same' => ':attribute 和 :other 必需相符', 'size' => [ 'numeric' => ':attribute 必須是 :size', 'file' => ':attribute 必須是 :size KB', 'string' => ':attribute 必須是 :size 個字元', - 'array' => 'The :attribute must contain :size items.', + 'array' => ':attribute 必須包含 :size 個項目', ], - 'string' => 'The :attribute must be a string.', - 'timezone' => 'The :attribute must be a valid zone.', + 'string' => ':attribute 必須是字串', + 'timezone' => ':屬性必須是有效區域。', 'unique' => ':attribute 已被採用', - 'uploaded' => 'The :attribute failed to upload.', + 'uploaded' => ':attribute 上傳失敗', 'url' => ':attribute 格式不正確', /* @@ -112,12 +112,12 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", - 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", - "unique_undeleted" => "The :attribute must be unique.", + 'alpha_space' => ":attribute 含有無效字元", + "email_array" => "一個或多個郵件地址不正確", + "hashed_pass" => "當前密碼不正確!", + 'dumbpwd' => '該密碼太常見。', + "statuslabel_type" => "您必須選擇一個有效的狀態標籤", + "unique_undeleted" => ":attribute 必須是唯一值", ], /* diff --git a/resources/lang/zu/admin/accessories/general.php b/resources/lang/zu/admin/accessories/general.php new file mode 100644 index 0000000000..11e5cb5ab2 --- /dev/null +++ b/resources/lang/zu/admin/accessories/general.php @@ -0,0 +1,22 @@ + 'Mayelana nezesekeli', + 'about_accessories_text' => 'Izesekeli yilokho okukhipha kubasebenzisi kodwa ezingenayo inombolo ye-serial (noma awunandaba nokulandelela ngokuhlukile). Isibonelo, amagundane wekhompiyutha noma amakhibhodi.', + 'accessory_category' => 'Isigaba sokufinyelela', + 'accessory_name' => 'Igama lokufinyelela', + 'checkout' => 'I-Checkout Accessory', + 'checkin' => 'I-Checkin Yokufinyelela', + 'create' => 'Dala ukufinyelela', + 'edit' => 'Hlela Ukufinyelela', + 'eula_text' => 'Isigaba EULA', + 'eula_text_help' => 'Le nsimu ikuvumela ukuthi wenze ngezifiso ama-EULA akho ngezinhlobo ezithile zezimpahla. Uma unayo i-EULA eyodwa yezimpahla zakho zonke, ungabheka ibhokisi elingezansi ukuthi usebenzise okuzenzakalelayo okuzenzakalelayo.', + 'require_acceptance' => 'Idinga ukuthi abasebenzisi baqinisekise ukwamukelwa kwezimpahla kulesi sigaba.', + 'no_default_eula' => 'Ayikho i-EULA eyimfihlo eyatholakala. Engeza eyodwa kuzilungiselelo.', + 'total' => 'Inani', + 'remaining' => 'Kukhona', + 'update' => 'Buyekeza Ukufinyelela', + 'use_default_eula' => 'Sebenzisa okungu-kuzenzakalela okuzenzakalelayo ku-EULA kunalokho.', + 'use_default_eula_disabled' => 'Sebenzisa i-EULA eyinhloko yokuzenzakalela esikhundleni. Ayikho i-EULA eyimilayezo eyisisekelo esethiwe. Sicela ungeze eyodwa kuzilungiselelo.', + +); diff --git a/resources/lang/zu/admin/accessories/message.php b/resources/lang/zu/admin/accessories/message.php new file mode 100644 index 0000000000..2b1decbfb2 --- /dev/null +++ b/resources/lang/zu/admin/accessories/message.php @@ -0,0 +1,37 @@ + 'I-accessory ayikho.', + 'assoc_users' => 'Lesi sesekeli samanje sino: ukubala izinto ezihlolwe kubasebenzisi. Sicela uhlole izesekeli bese uzama futhi.', + + 'create' => array( + 'error' => 'Impahla ayidalwanga, sicela uzame futhi.', + 'success' => 'I-accessory yenziwe ngempumelelo.' + ), + + 'update' => array( + 'error' => 'Isesekeli asizange sibuyekezwe, sicela uzame futhi', + 'success' => 'I-accessory ibuyekezwe ngempumelelo.' + ), + + 'delete' => array( + 'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa le ndawo yokufinyelela?', + 'error' => 'Kube nenkinga yokususa i-accessory. Ngicela uzame futhi.', + 'success' => 'Isesekeli sisusiwe ngempumelelo.' + ), + + 'checkout' => array( + 'error' => 'Ukufinyelela akuzange kuhlolwe, sicela uzame futhi', + 'success' => 'Ukufinyelela kufakwe ngempumelelo.', + 'user_does_not_exist' => 'Lo msebenzisi awuvumelekile. Ngicela uzame futhi.' + ), + + 'checkin' => array( + 'error' => 'Ukufinyelela akuzange kungenwe, sicela uzame futhi', + 'success' => 'Okufinyeleleka kuhlolwe ngempumelelo.', + 'user_does_not_exist' => 'Lo msebenzisi awuvumelekile. Ngicela uzame futhi.' + ) + + +); diff --git a/resources/lang/zu/admin/accessories/table.php b/resources/lang/zu/admin/accessories/table.php new file mode 100644 index 0000000000..a1359d6775 --- /dev/null +++ b/resources/lang/zu/admin/accessories/table.php @@ -0,0 +1,11 @@ + 'Landa i-CSV', + 'eula_text' => 'I-EULA', + 'id' => 'ID', + 'require_acceptance' => 'Ukwamukelwa', + 'title' => 'Igama lokufinyelela', + + +); diff --git a/resources/lang/zu/admin/asset_maintenances/form.php b/resources/lang/zu/admin/asset_maintenances/form.php new file mode 100644 index 0000000000..98f3388294 --- /dev/null +++ b/resources/lang/zu/admin/asset_maintenances/form.php @@ -0,0 +1,14 @@ + 'Uhlobo lokulondoloza', + 'title' => 'Isihloko', + 'start_date' => 'Iqalile', + 'completion_date' => 'Kuqedile', + 'cost' => 'Izindleko', + 'is_warranty' => 'Ukuthuthukiswa kwewaranti', + 'asset_maintenance_time' => 'Izinsuku', + 'notes' => 'Amanothi', + 'update' => 'Ukubuyekeza', + 'create' => 'Dala' + ]; diff --git a/resources/lang/zu/admin/asset_maintenances/general.php b/resources/lang/zu/admin/asset_maintenances/general.php new file mode 100644 index 0000000000..4c7026fb8e --- /dev/null +++ b/resources/lang/zu/admin/asset_maintenances/general.php @@ -0,0 +1,11 @@ + 'Ama-Maintenances aseMpahla', + 'edit' => 'Hlela Ukugcinwa Kwempahla', + 'delete' => 'Susa Ukugcinwa Kwempahla', + 'view' => 'Buka Imininingwane Yokugcinwa Kwempahla', + 'repair' => 'Lungisa', + 'maintenance' => 'Isondlo', + 'upgrade' => 'Thuthukisa' + ]; diff --git a/resources/lang/zu/admin/asset_maintenances/message.php b/resources/lang/zu/admin/asset_maintenances/message.php new file mode 100644 index 0000000000..287dc32d04 --- /dev/null +++ b/resources/lang/zu/admin/asset_maintenances/message.php @@ -0,0 +1,21 @@ + 'Ukulondoloza Impahla owawuyifunayo akutholakalanga!', + 'delete' => [ + 'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa lokhu kulungiswa kwempahla?', + 'error' => 'Kube nenkinga yokususa ukugcinwa kwefa. Ngicela uzame futhi.', + 'success' => 'Ukugcinwa kwempahla kususiwe ngempumelelo.' + ], + 'create' => [ + 'error' => 'Ukugcinwa kwefa akuzange kudalwe, sicela uzame futhi.', + 'success' => 'Ukugcinwa Kwempahla kudalwe ngempumelelo.' + ], + 'edit' => [ + 'error' => 'Ukugcinwa kwe-Asset akuhlelekile, sicela uzame futhi.', + 'success' => 'Ukugcinwa Kwempahla kuhlelwe ngempumelelo.' + ], + 'asset_maintenance_incomplete' => 'Akuqediwe Nokho', + 'warranty' => 'Iwaranti', + 'not_warranty' => 'Akuyona iwaranti', + ]; \ No newline at end of file diff --git a/resources/lang/zu/admin/asset_maintenances/table.php b/resources/lang/zu/admin/asset_maintenances/table.php new file mode 100644 index 0000000000..78f1845e50 --- /dev/null +++ b/resources/lang/zu/admin/asset_maintenances/table.php @@ -0,0 +1,8 @@ + 'Ukugcinwa Kwempahla', + 'asset_name' => 'Igama lefa', + 'is_warranty' => 'Iwaranti', + 'dl_csv' => 'Landa i-CSV' + ]; diff --git a/resources/lang/zu/admin/categories/general.php b/resources/lang/zu/admin/categories/general.php new file mode 100644 index 0000000000..4926dffa52 --- /dev/null +++ b/resources/lang/zu/admin/categories/general.php @@ -0,0 +1,23 @@ + 'Mayelana nezigaba', + 'about_categories' => 'Izigaba zikusiza ukuthi uhlele izinto zakho. Ezinye izigaba zesibonelo zingase zibe "Izinkinobho", "Izinketho", "Amafoni omakhalekhukhwini", "Amakhodi", njalonjalo, kodwa ungasebenzisa izigaba noma iyiphi indlela enengqondo kuwe.', + 'asset_categories' => 'Izigaba zefa', + 'category_name' => 'Igama lesigaba', + 'checkin_email' => 'Thumela i-imeyili kumsebenzisi ku-checkin.', + 'clone' => 'Isigaba se-clone', + 'create' => 'Dala Isigaba', + 'edit' => 'Hlela Isigaba', + 'eula_text' => 'Isigaba EULA', + 'eula_text_help' => 'Le nsimu ikuvumela ukuthi wenze ngezifiso ama-EULA akho ngezinhlobo ezithile zezimpahla. Uma unayo i-EULA eyodwa yezimpahla zakho zonke, ungabheka ibhokisi elingezansi ukuthi usebenzise okuzenzakalelayo okuzenzakalelayo.', + 'name' => 'Igama lesigaba', + 'require_acceptance' => 'Idinga ukuthi abasebenzisi baqinisekise ukwamukelwa kwezimpahla kulesi sigaba.', + 'required_acceptance' => 'Lo msebenzisi uzothunyelwa nge-imeyili ngesixhumanisi sokuqinisekisa ukwamukela le nto.', + 'required_eula' => 'Lo msebenzisi uzothunyelwa nge-imeyili ikhophi ye-EULA', + 'no_default_eula' => 'Ayikho i-EULA eyimfihlo eyatholakala. Engeza eyodwa kuzilungiselelo.', + 'update' => 'Isigaba sokuvuselela', + 'use_default_eula' => 'Sebenzisa okungu-kuzenzakalela okuzenzakalelayo ku-EULA kunalokho.', + 'use_default_eula_disabled' => 'Sebenzisa i-EULA eyinhloko yokuzenzakalela esikhundleni. Ayikho i-EULA eyimilayezo eyisisekelo esethiwe. Sicela ungeze eyodwa kuzilungiselelo.', + +); diff --git a/resources/lang/zu/admin/categories/message.php b/resources/lang/zu/admin/categories/message.php new file mode 100644 index 0000000000..d65a2dad80 --- /dev/null +++ b/resources/lang/zu/admin/categories/message.php @@ -0,0 +1,25 @@ + 'Isigaba asikho.', + 'assoc_models' => 'Lesi sigaba okwamanje sihlotshaniswa okungenani oyisibonelo esisodwa futhi asikwazi ukususwa. Sicela ubuyekeze amamodeli akho ukuthi ungasaphinde ubhekise lesi sigaba uphinde uzame futhi.', + 'assoc_items' => 'Lesi sigaba okwamanje sihlotshaniswa okungenani esisodwa: i-asset_type futhi asikwazi ukususwa. Sicela ubuyekeze: i-asset_type ukuze ungasaphinde ubhekise lesi sigaba uphinde uzame futhi.', + + 'create' => array( + 'error' => 'Isigaba asizange sidalwe, sicela uzame futhi.', + 'success' => 'Isigaba sidalwe ngempumelelo.' + ), + + 'update' => array( + 'error' => 'Isigaba asibuyekezwanga, sicela uzame futhi', + 'success' => 'Isigaba sibuyekezwe ngempumelelo.' + ), + + 'delete' => array( + 'confirm' => 'Uqinisekile ukuthi ufisa ukususa lesi sigaba?', + 'error' => 'Kube nenkinga yokususa isigaba. Ngicela uzame futhi.', + 'success' => 'Isigaba sisusiwe ngempumelelo.' + ) + +); diff --git a/resources/lang/zu/admin/categories/table.php b/resources/lang/zu/admin/categories/table.php new file mode 100644 index 0000000000..ef63e97817 --- /dev/null +++ b/resources/lang/zu/admin/categories/table.php @@ -0,0 +1,10 @@ + 'I-EULA', + 'id' => 'ID', + 'parent' => 'Umzali', + 'require_acceptance' => 'Ukwamukelwa', + 'title' => 'Igama lesigaba sefa', + +); diff --git a/resources/lang/zu/admin/companies/general.php b/resources/lang/zu/admin/companies/general.php new file mode 100644 index 0000000000..3e391ddcad --- /dev/null +++ b/resources/lang/zu/admin/companies/general.php @@ -0,0 +1,6 @@ + 'Mayelana nezinkampani', + 'about_companies_text' => 'Izinkampani zingasetshenziswa njengensimu yokuhlonza elula, noma ingasetshenziselwa ukunciphisa ukubonakala kwamafa, abasebenzisi, njll uma ukusekelwa okugcwele kwenkampani kunikwe amandla kuzilungiselelo zakho zoMlawuli.', + 'select_company' => 'Khetha inkampani', +]; diff --git a/resources/lang/zu/admin/companies/message.php b/resources/lang/zu/admin/companies/message.php new file mode 100644 index 0000000000..8fe2ac3b5c --- /dev/null +++ b/resources/lang/zu/admin/companies/message.php @@ -0,0 +1,18 @@ + 'Inkampani ayikho.', + 'assoc_users' => 'Le nkampani okwamanje ihlotshaniswa okungenani oyisibonelo esisodwa futhi ayikwazi ukususwa. Sicela ubuyekeze amamodeli akho ukuthi angasaphinde abhekisele kule nkampani futhi uzame futhi.', + 'create' => array( + 'error' => 'Inkampani ayidalwanga, sicela uzame futhi.', + 'success' => 'Inkampani idalwe ngempumelelo.' + ), + 'update' => array( + 'error' => 'Inkampani ayizange ibuyekezwe, sicela uzame futhi', + 'success' => 'Inkampani ibuyekezwe ngempumelelo.' + ), + 'delete' => array( + 'confirm' => 'Uqinisekile ukuthi ufisa ukususa le nkampani?', + 'error' => 'Kube nenkinga yokususa inkampani. Ngicela uzame futhi.', + 'success' => 'INkampani isuliwe ngempumelelo.' + ) +); diff --git a/resources/lang/zu/admin/companies/table.php b/resources/lang/zu/admin/companies/table.php new file mode 100644 index 0000000000..51885c01ef --- /dev/null +++ b/resources/lang/zu/admin/companies/table.php @@ -0,0 +1,9 @@ + 'Izinkampani', + 'create' => 'Dala iNkampani', + 'title' => 'Inkampani', + 'update' => 'Buyekeza Inkampani', + 'name' => 'Igama Lenkampani', + 'id' => 'ID', +); diff --git a/resources/lang/zu/admin/components/general.php b/resources/lang/zu/admin/components/general.php new file mode 100644 index 0000000000..67bf76f039 --- /dev/null +++ b/resources/lang/zu/admin/components/general.php @@ -0,0 +1,17 @@ + 'Mayelana Nezingxenye', + 'about_components_text' => 'Izingxenye kukhona izinto eziyingxenye yefa, isibonelo i-HDD, i-RAM, njll.', + 'component_name' => 'Igama lesakhiwo', + 'checkin' => 'I-Checkin Ingxenye', + 'checkout' => 'I-Checkout Ingxenye', + 'cost' => 'Izindleko zokuthenga', + 'create' => 'Dala i-Component', + 'edit' => 'Hlela Ingxenye', + 'date' => 'Usuku lokuthenga', + 'order' => 'Inombolo Ye-oda', + 'remaining' => 'Ukuhlala', + 'total' => 'Inani', + 'update' => 'Buyekeza Ingxenye', +); diff --git a/resources/lang/zu/admin/components/message.php b/resources/lang/zu/admin/components/message.php new file mode 100644 index 0000000000..f64e4cbe88 --- /dev/null +++ b/resources/lang/zu/admin/components/message.php @@ -0,0 +1,36 @@ + 'Ingxenye ayikho.', + + 'create' => array( + 'error' => 'Ingxenye ayizange idalwe, sicela uzame futhi.', + 'success' => 'Ingxenye idalwe ngempumelelo.' + ), + + 'update' => array( + 'error' => 'Ingxenye ayizange ibuyekezwe, sicela uzame futhi', + 'success' => 'Ingxenye ibuyekezwe ngempumelelo.' + ), + + 'delete' => array( + 'confirm' => 'Uqinisekile ukuthi ufisa ukususa le ngxenye?', + 'error' => 'Kube nenkinga yokususa ingxenye. Ngicela uzame futhi.', + 'success' => 'Ingxenye isusiwe ngempumelelo.' + ), + + 'checkout' => array( + 'error' => 'Ingxenye ayizange ihlolwe, sicela uzame futhi', + 'success' => 'Ingxenye ihloliwe ngempumelelo.', + 'user_does_not_exist' => 'Lo msebenzisi awuvumelekile. Ngicela uzame futhi.' + ), + + 'checkin' => array( + 'error' => 'Ingxenye ayizange ihlolwe, sicela uzame futhi', + 'success' => 'Ingxenye ihlolwe ngempumelelo.', + 'user_does_not_exist' => 'Lo msebenzisi awuvumelekile. Ngicela uzame futhi.' + ) + + +); diff --git a/resources/lang/zu/admin/components/table.php b/resources/lang/zu/admin/components/table.php new file mode 100644 index 0000000000..e6e8f361ff --- /dev/null +++ b/resources/lang/zu/admin/components/table.php @@ -0,0 +1,5 @@ + 'Igama lesakhiwo', +); diff --git a/resources/lang/zu/admin/consumables/general.php b/resources/lang/zu/admin/consumables/general.php new file mode 100644 index 0000000000..0c57a95f35 --- /dev/null +++ b/resources/lang/zu/admin/consumables/general.php @@ -0,0 +1,13 @@ + 'Mayelana Nezikhwama', + 'about_consumables_text' => 'Amakhomikhali ayithengiwe azosetshenziswa ngaphezulu kwesikhathi. Isibonelo, iphepha lephrinta noma iphepha lokukopisha.', + 'checkout' => 'I-Checkout Eyayisebenzisela Umsebenzisi', + 'consumable_name' => 'Igama elihlekayo', + 'create' => 'Dala ukukhishwa', + 'item_no' => 'Itha.', + 'remaining' => 'Ukuhlala', + 'total' => 'Inani', + 'update' => 'Ukuvuselelwa okudliwe', +); diff --git a/resources/lang/zu/admin/consumables/message.php b/resources/lang/zu/admin/consumables/message.php new file mode 100644 index 0000000000..6a7effdbeb --- /dev/null +++ b/resources/lang/zu/admin/consumables/message.php @@ -0,0 +1,36 @@ + 'Ukuthengwa akukho.', + + 'create' => array( + 'error' => 'Ukuthengwa akuzange kudalwe, sicela uzame futhi.', + 'success' => 'Ukuthengwa okudalwe ngempumelelo.' + ), + + 'update' => array( + 'error' => 'Ukuthengwa akuzange kubuyekezwe, sicela uzame futhi', + 'success' => 'Ingahle ibuyekezwe ngempumelelo.' + ), + + 'delete' => array( + 'confirm' => 'Uqinisekile ukuthi ufisa ukususa lokhu okudliwayo?', + 'error' => 'Kube nenkinga yokususa okungadliwayo. Ngicela uzame futhi.', + 'success' => 'I-consumable isusiwe ngempumelelo.' + ), + + 'checkout' => array( + 'error' => 'Ukuthengwa akuzange kuhlolwe, sicela uzame futhi', + 'success' => 'Ukuthengwa kuhloliwe ngempumelelo.', + 'user_does_not_exist' => 'Lo msebenzisi awuvumelekile. Ngicela uzame futhi.' + ), + + 'checkin' => array( + 'error' => 'Ukuthengwa akuzange kuhlolwe, sicela uzame futhi', + 'success' => 'Ukuthengwa kuhlolwe ngempumelelo.', + 'user_does_not_exist' => 'Lo msebenzisi awuvumelekile. Ngicela uzame futhi.' + ) + + +); diff --git a/resources/lang/zu/admin/consumables/table.php b/resources/lang/zu/admin/consumables/table.php new file mode 100644 index 0000000000..764737b8fe --- /dev/null +++ b/resources/lang/zu/admin/consumables/table.php @@ -0,0 +1,5 @@ + 'Igama elihlekayo', +); diff --git a/resources/lang/zu/admin/custom_fields/general.php b/resources/lang/zu/admin/custom_fields/general.php new file mode 100644 index 0000000000..9bf3934755 --- /dev/null +++ b/resources/lang/zu/admin/custom_fields/general.php @@ -0,0 +1,30 @@ + 'Amasimu wangokwezifiso', + 'field' => 'Inkambu', + 'about_fieldsets_title' => 'Mayelana nama-Fieldsets', + 'about_fieldsets_text' => 'Ama-Fieldsets akuvumela ukuthi udale amaqembu wenkambiso yenkambiso evame ukusetshenziselwa kabusha asetshenziselwa izinhlobo ezithile zemodeli yefa.', + 'custom_format' => 'Ifomethi ngokwezifiso ...', + 'encrypt_field' => 'Bhala ukubaluleka kwalensimu ku-database', + 'encrypt_field_help' => 'ISEXWAYISO: Ukubethela insimu kungenza kungabhekeki.', + 'encrypted' => 'Kubhalisiwe', + 'fieldset' => 'Fieldset', + 'qty_fields' => 'Izinkambu ze-Qty', + 'fieldsets' => 'Fieldsets', + 'fieldset_name' => 'Igama le-Fieldset', + 'field_name' => 'Igama leNsimu', + 'field_values' => 'Izindinganiso zensimu', + 'field_values_help' => 'Engeza okukhethwa kukho okukhethwa kukho, umugqa ngamunye. Imigqa engacacile ngaphandle kwelayini yokuqala izobe ishaywa indiva.', + 'field_element' => 'Ifomu Element', + 'field_element_short' => 'I-Element', + 'field_format' => 'Fometha', + 'field_custom_format' => 'Ifomethi Yokwezifiso', + 'required' => 'Kudingeka', + 'req' => 'Req.', + 'used_by_models' => 'Isetshenziswe ngamamodeli', + 'order' => 'I-oda', + 'create_fieldset' => 'Fieldset entsha', + 'create_field' => 'Insimu Engokwezifiso Entsha', + 'value_encrypted' => 'Inani lale nsimu libethelwe kwi-database. Abasebenzisi kuphela abasebenzisi bazokwazi ukubuka inani elimisiwe', +); diff --git a/resources/lang/zu/admin/custom_fields/message.php b/resources/lang/zu/admin/custom_fields/message.php new file mode 100644 index 0000000000..d192e5695c --- /dev/null +++ b/resources/lang/zu/admin/custom_fields/message.php @@ -0,0 +1,57 @@ + array( + 'invalid' => 'Leyo nsiyo ayikho.', + 'already_added' => 'Inkambu isivele iseziwe', + + 'create' => array( + 'error' => 'Inkundla ayidalwanga, sicela uzame futhi.', + 'success' => 'Inkundla idalwe ngempumelelo.', + 'assoc_success' => 'Inkambu ingezwe ngempumelelo ku-fieldset.' + ), + + 'update' => array( + 'error' => 'Inkambu ayizange ibuyekezwe, sicela uzame futhi', + 'success' => 'Inkundla ibuyekezwe ngempumelelo.' + ), + + 'delete' => array( + 'confirm' => 'Uqinisekile ukuthi ufisa ukususa le nsimu?', + 'error' => 'Kube nenkinga yokususa insimu. Ngicela uzame futhi.', + 'success' => 'Insimu isusiwe ngempumelelo.', + 'in_use' => 'Insimu isasebenza.', + ) + + ), + + 'fieldset' => array( + + 'does_not_exist' => 'I-Fieldset ayikho', + + 'create' => array( + 'error' => 'I-Fieldset ayidalwanga, sicela uzame futhi.', + 'success' => 'I-Fieldset idalwe ngempumelelo.' + ), + + 'update' => array( + 'error' => 'I-Fieldset ayizange ibuyekezwe, sicela uzame futhi', + 'success' => 'I-Fieldset ibuyekezwe ngempumelelo.' + ), + + 'delete' => array( + 'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa lesi sigaba sendawo?', + 'error' => 'Kube nenkinga ekususeni ukusethwa kwenkambu. Ngicela uzame futhi.', + 'success' => 'I-fieldset isusiwe ngempumelelo.', + 'in_use' => 'I-Fieldset isasebenza.', + ) + + ), + + + + + + +); diff --git a/resources/lang/zu/admin/departments/message.php b/resources/lang/zu/admin/departments/message.php new file mode 100644 index 0000000000..bb7f6289a5 --- /dev/null +++ b/resources/lang/zu/admin/departments/message.php @@ -0,0 +1,21 @@ + 'Umnyango awukho.', + 'assoc_users' => 'Lo mnyango njengamanje uhlotshaniswa nomsebenzisi oyedwa futhi awukwazi ukususwa. Sicela ubuyekeze abasebenzisi bakho ukuthi bangasaphinde babhekisele kulo mnyango bese uzama futhi.', + 'create' => array( + 'error' => 'Umnyango awuzange wadalwe, sicela uzame futhi.', + 'success' => 'Umnyango udale ngempumelelo.' + ), + 'update' => array( + 'error' => 'Umnyango awubuyekezwanga, sicela uzame futhi', + 'success' => 'Umnyango ubuyekezwe ngempumelelo.' + ), + 'delete' => array( + 'confirm' => 'Uqinisekile ukuthi ufisa ukususa lo mnyango?', + 'error' => 'Kube nenkinga yokususa umnyango. Ngicela uzame futhi.', + 'success' => 'Umnyango ususwe ngempumelelo.' + ) + +); diff --git a/resources/lang/zu/admin/departments/table.php b/resources/lang/zu/admin/departments/table.php new file mode 100644 index 0000000000..5e180073b4 --- /dev/null +++ b/resources/lang/zu/admin/departments/table.php @@ -0,0 +1,11 @@ + 'ID', + 'name' => 'Igama lomnyango', + 'manager' => 'Umphathi', + 'location' => 'Indawo', + 'create' => 'Dala uMnyango', + 'update' => 'Umnyango Wokuvuselela', + ); diff --git a/resources/lang/zu/admin/depreciations/general.php b/resources/lang/zu/admin/depreciations/general.php new file mode 100644 index 0000000000..5364b9b120 --- /dev/null +++ b/resources/lang/zu/admin/depreciations/general.php @@ -0,0 +1,12 @@ + 'Mayelana nokunciphisa kwefa', + 'about_depreciations' => 'Ungasetha ukwehla kwefa ukuze wehlise izimpahla ezisuselwe ekunciphiseni komugqa oqondile.', + 'asset_depreciations' => 'Ukuncishiswa kwempahla', + 'create' => 'Dala ukwehla', + 'depreciation_name' => 'Igama lokunciphisa', + 'number_of_months' => 'Inani lezinyanga', + 'update' => 'Buyekeza ukwehla kwenani', + +); diff --git a/resources/lang/zu/admin/depreciations/message.php b/resources/lang/zu/admin/depreciations/message.php new file mode 100644 index 0000000000..14ee21b2d2 --- /dev/null +++ b/resources/lang/zu/admin/depreciations/message.php @@ -0,0 +1,25 @@ + 'Isigaba sokunciphisa asikho.', + 'assoc_users' => 'Lokhu kwehla kwamanje kuhlotshaniswa nomfanekiso oyedwa noma ngaphezulu futhi awukwazi ukususwa. Sicela ususe amamodeli, bese uzama ukususa futhi.', + + + 'create' => array( + 'error' => 'Isigaba sokunciphisa asizange sidalwe, sicela uzame futhi. :(', + 'success' => 'Isigaba sokunciphisa senziwe ngempumelelo. :)' + ), + + 'update' => array( + 'error' => 'Isigaba sokunciphisa asizange sibuyekezwe, sicela uzame futhi', + 'success' => 'Isigaba sokunciphisa sibuyekezwe ngempumelelo.' + ), + + 'delete' => array( + 'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa lesi sigaba sokunciphisa?', + 'error' => 'Kube nenkinga yokususa isigaba sokunciphisa. Ngicela uzame futhi.', + 'success' => 'Isigaba sokunciphisa sisusiwe ngempumelelo.' + ) + +); diff --git a/resources/lang/zu/admin/depreciations/table.php b/resources/lang/zu/admin/depreciations/table.php new file mode 100644 index 0000000000..c12549f612 --- /dev/null +++ b/resources/lang/zu/admin/depreciations/table.php @@ -0,0 +1,10 @@ + 'ID', + 'months' => 'Izinyanga', + 'term' => 'Ithemu', + 'title' => 'Igama', + +); diff --git a/resources/lang/zu/admin/groups/message.php b/resources/lang/zu/admin/groups/message.php new file mode 100644 index 0000000000..68c113d4e4 --- /dev/null +++ b/resources/lang/zu/admin/groups/message.php @@ -0,0 +1,22 @@ + 'Iqembu selivele likhona!', + 'group_not_found' => 'Iqembu [: id] alikho.', + 'group_name_required' => 'Inkambu yegama iyadingeka', + + 'success' => array( + 'create' => 'Iqembu ladalwa ngempumelelo.', + 'update' => 'Iqembu libuyekezwe ngempumelelo.', + 'delete' => 'Iqembu lisusiwe ngempumelelo.', + ), + + 'delete' => array( + 'confirm' => 'Uqinisekile ukuthi ufisa ukususa leli qembu?', + 'create' => 'Kube nenkinga yokudala iqembu. Ngicela uzame futhi.', + 'update' => 'Kube nenkinga ekuvuseleleni iqembu. Ngicela uzame futhi.', + 'delete' => 'Kube nenkinga yokususa iqembu. Ngicela uzame futhi.', + ), + +); diff --git a/resources/lang/zu/admin/groups/table.php b/resources/lang/zu/admin/groups/table.php new file mode 100644 index 0000000000..cee780c165 --- /dev/null +++ b/resources/lang/zu/admin/groups/table.php @@ -0,0 +1,9 @@ + 'Id', + 'name' => 'Igama', + 'users' => 'Abasebenzisi abangu- #', + +); diff --git a/resources/lang/zu/admin/groups/titles.php b/resources/lang/zu/admin/groups/titles.php new file mode 100644 index 0000000000..39bfca8dcd --- /dev/null +++ b/resources/lang/zu/admin/groups/titles.php @@ -0,0 +1,14 @@ + 'Mayelana namaqembu', + 'about_groups' => 'Amaqembu asetshenziselwa ukukhiqiza izimvume zomsebenzisi.', + 'group_management' => 'Ukuphathwa kweqembu', + 'create' => 'Dala iqembu elisha', + 'update' => 'Hlela iqembu', + 'group_name' => 'Igama Leqembu', + 'group_admin' => 'I-Group Admin', + 'allow' => 'Vumela', + 'deny' => 'Yeka', + +); diff --git a/resources/lang/zu/admin/hardware/form.php b/resources/lang/zu/admin/hardware/form.php new file mode 100644 index 0000000000..b1b41ed457 --- /dev/null +++ b/resources/lang/zu/admin/hardware/form.php @@ -0,0 +1,43 @@ + 'Qinisekisa u-Bulk Susa amafa', + 'bulk_delete_help' => 'Buyekeza amafa wokususwa okuningi ngezansi. Uma usususiwe, la mafa angabuyiselwa, kodwa ngeke ahlanganiswe nanoma yimuphi abasebenzisi okwamanje abelwe wona.', + 'bulk_delete_warn' => 'Uzosusa: impahla ye-asethi_diza.', + 'bulk_update' => 'Ukuvuselela amafa we-Bulk', + 'bulk_update_help' => 'Leli fomu likuvumela ukuthi ubuyekeze amafa amaningi ngesikhathi esisodwa. Gcwalisa kuphela amasimu okudingayo ukuguqula. Noma yiziphi izinkambu ezishiywe zingenakushintshwa.', + 'bulk_update_warn' => 'Usuzohlela izakhiwo ze-asethi_impahla yamanani.', + 'checkedout_to' => 'Ikhiyiwe Kuzo', + 'checkout_date' => 'Usuku lokuhlola', + 'checkin_date' => 'Usuku lokuhlola', + 'checkout_to' => 'I-Checkout iya', + 'cost' => 'Izindleko zokuthenga', + 'create' => 'Dala i-Asset', + 'date' => 'Usuku lokuthenga', + 'depreciation' => 'Ukunciphisa', + 'depreciates_on' => 'Iyancipha', + 'default_location' => 'Indawo okuzenzakalelayo', + 'eol_date' => 'Usuku lwe-EOL', + 'eol_rate' => 'I-EOL Rate', + 'expected_checkin' => 'Ilanga le-Checkin elilindelekile', + 'expires' => 'Iphelelwa yisikhathi', + 'fully_depreciated' => 'Ukunciphisa ngokuphelele', + 'help_checkout' => 'Uma ufisa ukwabela le mali ngaso leso sikhathi, khetha "Ukulungele Ukusebenzisa" kusuka kuhlu lokulunga ngenhla.', + 'mac_address' => 'Ikheli le-MAC', + 'manufacturer' => 'Umkhiqizi', + 'model' => 'Isibonelo', + 'months' => 'izinyanga', + 'name' => 'Igama lefa', + 'notes' => 'Amanothi', + 'order' => 'Inombolo Ye-oda', + 'qr' => 'Ikhodi ye-QR', + 'requestable' => 'Abasebenzisi bangase bacele le mali', + 'select_statustype' => 'Khetha uhlobo lomumo', + 'serial' => 'Serial', + 'status' => 'Isimo', + 'tag' => 'Ithegi lefa', + 'update' => 'Ukuvuselelwa kwefa', + 'warranty' => 'Iwaranti', + 'years' => 'iminyaka', +) +; diff --git a/resources/lang/zu/admin/hardware/general.php b/resources/lang/zu/admin/hardware/general.php new file mode 100644 index 0000000000..85675701b1 --- /dev/null +++ b/resources/lang/zu/admin/hardware/general.php @@ -0,0 +1,23 @@ + 'Mayelana namafa', + 'about_assets_text' => 'Amafa yizinto ezilandelwa inombolo ye-série noma i-tag tag. Bavame ukuba izinto eziphakeme kakhulu lapho behlonza izinto ezithile.', + 'archived' => 'I-Archived', + 'asset' => 'Impahla', + 'bulk_checkout' => 'Ama-Checkout ase-User', + 'checkin' => 'I-Checkin Asset', + 'checkout' => 'I-Asset ye-Checkout', + 'clone' => 'Clone Asset', + 'deployable' => 'Iyasebenza', + 'deleted' => 'Lefa isusiwe. Chofoza lapha ukuze ubuyiselwe.', + 'edit' => 'Hlela Impahla', + 'filetype_info' => 'Amafayela afakiwe avunyelwe yi-png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, ne-rar.', + 'model_deleted' => 'Le model ye-Assets isusiwe. Kumelwe ubuyisele imodeli ngaphambi kokuthi ubuyisele i-Asset.
Chofoza lapha ukuze ubuyisele imodeli.', + 'requestable' => 'Iyadingeka', + 'requested' => 'Kuceliwe', + 'restore' => 'Buyisela imali', + 'pending' => 'Kulindile', + 'undeployable' => 'Awuvumelekile', + 'view' => 'Buka Impahla', +); diff --git a/resources/lang/zu/admin/hardware/message.php b/resources/lang/zu/admin/hardware/message.php new file mode 100644 index 0000000000..b669e19534 --- /dev/null +++ b/resources/lang/zu/admin/hardware/message.php @@ -0,0 +1,81 @@ + 'Thola: Lelifa limakwe njengamanje elingenakutholakali. Uma lesi simo sesishintshile, sicela ubuyekeze isimo sesifa.', + 'does_not_exist' => 'Impahla ayikho.', + 'does_not_exist_or_not_requestable' => 'Zama okuhle. Lelifa alikho noma aliceli.', + 'assoc_users' => 'Leli fayela okwamanje lihlolwe kumsebenzisi futhi alikwazi ukususwa. Sicela uhlole ifa ekuqaleni, bese uzama ukususa futhi.', + + 'create' => array( + 'error' => 'Impahla ayidalwanga, sicela uzame futhi. :(', + 'success' => 'Ifa lidalwe ngempumelelo. :)' + ), + + 'update' => array( + 'error' => 'Ifa alizange libuyekezwe, sicela uzame futhi', + 'success' => 'Ifa libuyekezwe ngempumelelo.', + 'nothing_updated' => 'Awekho amasimu akhethiwe, ngakho-ke akukho lutho olubuyekeziwe.', + ), + + 'restore' => array( + 'error' => 'Ifa alizange libuyiselwe, sicela uzame futhi', + 'success' => 'Ifa libuyiselwe ngempumelelo.' + ), + + 'audit' => array( + 'error' => 'Ukuhlolwa kwamafa akuphumelelanga. Ngicela uzame futhi.', + 'success' => 'I-akhawunti yokuthengisa ilandelwe ngempumelelo.' + ), + + + 'deletefile' => array( + 'error' => 'Ifayela alisusiwe. Ngicela uzame futhi.', + 'success' => 'Ifayili isusiwe ngempumelelo.', + ), + + 'upload' => array( + 'error' => 'Amafayela (ama) awalayishiwe. Ngicela uzame futhi.', + 'success' => 'Amafayela (ama) alayishwe ngempumelelo.', + 'nofiles' => 'Awukakhethi noma yimaphi amafayela okulayishwa, noma ifayela ozama ukulilayisha likhulu kakhulu', + 'invalidfiles' => 'Ifayela elilodwa noma ngaphezulu likhulu kakhulu noma ifayelathi engavumelekile. Amafayela afakiwe avunyelwe i-png, i-gif, i-jpg, i-doc, i-docx, i-pdf, ne-txt.', + ), + + 'import' => array( + 'error' => 'Ezinye izinto azange zingenise ngendlela efanele.', + 'errorDetail' => 'Izinto ezilandelayo azange zingeniswe ngenxa yamaphutha.', + 'success' => "Ifayela lakho lifakiwe", + 'file_delete_success' => "Ifayela lakho lisusiwe ngempumelelo", + 'file_delete_error' => "Ifayela alikwazanga ukususwa", + ), + + + 'delete' => array( + 'confirm' => 'Uqinisekile ukuthi ufisa ukususa le mali?', + 'error' => 'Kube nenkinga yokususa le mali. Ngicela uzame futhi.', + 'nothing_updated' => 'Azikho izimpahla ezikhethiwe, ngakho akukho lutho olususwe.', + 'success' => 'Impahla isusiwe ngempumelelo.' + ), + + 'checkout' => array( + 'error' => 'Ifa alizange lihlolwe, sicela uzame futhi', + 'success' => 'Ifa likhiphe ngempumelelo.', + 'user_does_not_exist' => 'Lo msebenzisi awuvumelekile. Ngicela uzame futhi.', + 'not_available' => 'Le mali ayitholakali ukuhlolwa!' + ), + + 'checkin' => array( + 'error' => 'Ifa alizange lihlolwe, sicela uzame futhi', + 'success' => 'Ifa lihlolwe ngempumelelo.', + 'user_does_not_exist' => 'Lo msebenzisi awuvumelekile. Ngicela uzame futhi.', + 'already_checked_in' => 'Le mali isivele ihlolwe.', + + ), + + 'requests' => array( + 'error' => 'Ifa alizange liceliwe, sicela uzame futhi', + 'success' => 'Ifa liceliwe ngempumelelo.', + 'canceled' => 'Isicelo sokuhlola sikhanseliwe ngempumelelo' + ) + +); diff --git a/resources/lang/zu/admin/hardware/table.php b/resources/lang/zu/admin/hardware/table.php new file mode 100644 index 0000000000..ede9ddf5e7 --- /dev/null +++ b/resources/lang/zu/admin/hardware/table.php @@ -0,0 +1,24 @@ + 'Ithegi lefa', + 'asset_model' => 'Isibonelo', + 'book_value' => 'Inani', + 'change' => 'In / Out', + 'checkout_date' => 'Usuku lokuhlola', + 'checkoutto' => 'Ikhishiwe', + 'diff' => 'Ukuhluka', + 'dl_csv' => 'Landa i-CSV', + 'eol' => 'I-EOL', + 'id' => 'ID', + 'location' => 'Indawo', + 'purchase_cost' => 'Izindleko', + 'purchase_date' => 'Kuthengwe', + 'serial' => 'Serial', + 'status' => 'Isimo', + 'title' => 'Impahla', + 'image' => 'Isithombe sedivayisi', + 'days_without_acceptance' => 'Izinsuku Ngaphandle Kwemukelwa' + +); diff --git a/resources/lang/zu/admin/licenses/form.php b/resources/lang/zu/admin/licenses/form.php new file mode 100644 index 0000000000..c90f4d5665 --- /dev/null +++ b/resources/lang/zu/admin/licenses/form.php @@ -0,0 +1,22 @@ + 'Impahla', + 'checkin' => 'Ngena', + 'create' => 'Dala ilayisensi', + 'expiration' => 'Usuku lokuphelelwa isikhathi', + 'license_key' => 'Ukhiye Womkhiqizo', + 'maintained' => 'Kugcinwe', + 'name' => 'Igama leSofthiwe', + 'no_depreciation' => 'Ungagcini', + 'purchase_order' => 'Inombolo Yokuthenga Yokuthenga', + 'reassignable' => 'Iphinde isenqatshelwe', + 'remaining_seats' => 'Izihlalo ezihlala', + 'seats' => 'Izihlalo', + 'termination_date' => 'Usuku lokuphela', + 'to_email' => 'Ilayisensi ye-imeyili', + 'to_name' => 'Ilayisensi Yegama', + 'update' => 'Buyekeza i-License', + 'checkout_help' => 'Kumele uhlole ilayisense ku-hardware yefa noma umuntu. Ungakhetha kokubili, kodwa umnikazi wefa kufanele afane nomuntu ohlola ifa lakho.' +); diff --git a/resources/lang/zu/admin/licenses/general.php b/resources/lang/zu/admin/licenses/general.php new file mode 100644 index 0000000000..7de97daf4c --- /dev/null +++ b/resources/lang/zu/admin/licenses/general.php @@ -0,0 +1,21 @@ + 'Mayelana namalayisense', + 'about_licenses' => 'Amalayisensi asetshenziselwa ukulandelela isofthiwe. Unenombolo ecacisiwe yezihlalo ezingahlolwa kubantu ngabanye', + 'checkin' => 'Isikhundla selayisensi ye-Checkin', + 'checkout_history' => 'Umlando Wokuhlola', + 'checkout' => 'I-Checkout License Isihlalo', + 'edit' => 'Hlela i-License', + 'filetype_info' => 'Amafayela afakiwe avunyelwe yi-png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, ne-rar.', + 'clone' => 'Ilayisensi ye-clone', + 'history_for' => 'Umlando we', + 'in_out' => 'In / Out', + 'info' => 'Ulwazi lwelayisense', + 'license_seats' => 'Izihlalo zelayisense', + 'seat' => 'Isihlalo', + 'seats' => 'Izihlalo', + 'software_licenses' => 'Ilayisense Yezinhlelo', + 'user' => 'Umsebenzisi', + 'view' => 'Buka ilayisense', +); diff --git a/resources/lang/zu/admin/licenses/message.php b/resources/lang/zu/admin/licenses/message.php new file mode 100644 index 0000000000..ca5e4b789a --- /dev/null +++ b/resources/lang/zu/admin/licenses/message.php @@ -0,0 +1,51 @@ + 'Ilayisense ayikho.', + 'user_does_not_exist' => 'Umsebenzisi akakho.', + 'asset_does_not_exist' => 'Impahla ozama ukuyihlanganisa nale layisensi ayikho.', + 'owner_doesnt_match_asset' => 'Ifa ozama ukulihlobanisa nale layisensi linomunye umuntu ngaphandle komuntu okhethiwe ekudonsweni kokunikezelwa.', + 'assoc_users' => 'Leli layisensi okwamanje lihlolwe kumsebenzisi futhi alikwazi ukususwa. Sicela uhlole ilayisensi ekuqaleni, bese uzama ukususa futhi.', + 'select_asset_or_person' => 'Kumele ukhethe ifa noma umsebenzisi, kodwa hhayi kokubili.', + + + 'create' => array( + 'error' => 'Ilayisensi ayidalwanga, sicela uzame futhi.', + 'success' => 'Ilayisense idaliwe ngempumelelo.' + ), + + 'deletefile' => array( + 'error' => 'Ifayela alisusiwe. Ngicela uzame futhi.', + 'success' => 'Ifayili isusiwe ngempumelelo.', + ), + + 'upload' => array( + 'error' => 'Amafayela (ama) awalayishiwe. Ngicela uzame futhi.', + 'success' => 'Amafayela (ama) alayishwe ngempumelelo.', + 'nofiles' => 'Awukakhethi noma yimaphi amafayela okulayishwa, noma ifayela ozama ukulilayisha likhulu kakhulu', + 'invalidfiles' => 'Ifayela elilodwa noma ngaphezulu likhulu kakhulu noma ifayelathi engavumelekile. Amafayela afakiwe avunyelwe ama-png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, nelayisensi.', + ), + + 'update' => array( + 'error' => 'Ilayisensi ayizange ibuyekezwe, sicela uzame futhi', + 'success' => 'Ilayisensi ibuyekezwe ngempumelelo.' + ), + + 'delete' => array( + 'confirm' => 'Uqinisekile ukuthi ufisa ukususa le layisensi?', + 'error' => 'Kube nenkinga yokususa ilayisense. Ngicela uzame futhi.', + 'success' => 'Ilayisense isusiwe ngempumelelo.' + ), + + 'checkout' => array( + 'error' => 'Kube nenkinga yokuhlola ilayisense. Ngicela uzame futhi.', + 'success' => 'Ilayisensi yahlolwa ngokuphumelelayo' + ), + + 'checkin' => array( + 'error' => 'Kube nenkinga ekuhloleni ilayisense. Ngicela uzame futhi.', + 'success' => 'Ilayisensi ihlolwe ngempumelelo' + ), + +); diff --git a/resources/lang/zu/admin/licenses/table.php b/resources/lang/zu/admin/licenses/table.php new file mode 100644 index 0000000000..2617943682 --- /dev/null +++ b/resources/lang/zu/admin/licenses/table.php @@ -0,0 +1,17 @@ + 'Kwabiwa Ku', + 'checkout' => 'In / Out', + 'id' => 'ID', + 'license_email' => 'I-imeyili yelayisense', + 'license_name' => 'Kulayisensi', + 'purchase_date' => 'Usuku lokuthenga', + 'purchased' => 'Kuthengwe', + 'seats' => 'Izihlalo', + 'hardware' => 'Hardware', + 'serial' => 'Serial', + 'title' => 'Ilayisensi', + +); diff --git a/resources/lang/zu/admin/locations/message.php b/resources/lang/zu/admin/locations/message.php new file mode 100644 index 0000000000..38fa033e9c --- /dev/null +++ b/resources/lang/zu/admin/locations/message.php @@ -0,0 +1,27 @@ + 'Indawo ayikho.', + 'assoc_users' => 'Le ndawo okwamanje ihlobene nomsebenzisi oyedwa futhi ayikwazi ukususwa. Sicela ubuyekeze abasebenzisi bakho ukuba bangabe besayibhekisela kule ndawo bese uzama futhi.', + 'assoc_assets' => 'Le ndawo okwamanje ihlotshaniswa okungenani nefa elilodwa futhi ayikwazi ukususwa. Sicela ubuyekeze izimpahla zakho ukuze ungasaphinde ubhekise le ndawo futhi uzame futhi.', + 'assoc_child_loc' => 'Le ndawo okwamanje ungumzali okungenani indawo eyodwa yengane futhi ayikwazi ukususwa. Sicela ubuyekeze izindawo zakho ukuze ungasaphinde ubhekisele kule ndawo bese uyazama futhi.', + + + 'create' => array( + 'error' => 'Indawo ayidalwanga, sicela uzame futhi.', + 'success' => 'Indawo idalwe ngempumelelo.' + ), + + 'update' => array( + 'error' => 'Indawo ayizange ibuyekezwe, sicela uzame futhi', + 'success' => 'Indawo ibuyekezwe ngempumelelo.' + ), + + 'delete' => array( + 'confirm' => 'Uqinisekile ukuthi ufisa ukususa le ndawo?', + 'error' => 'Kube nenkinga ekususeni indawo. Ngicela uzame futhi.', + 'success' => 'Indawo isusiwe ngempumelelo.' + ) + +); diff --git a/resources/lang/zu/admin/locations/table.php b/resources/lang/zu/admin/locations/table.php new file mode 100644 index 0000000000..3925a42ba2 --- /dev/null +++ b/resources/lang/zu/admin/locations/table.php @@ -0,0 +1,21 @@ + 'Mayelana Nezindawo', + 'about_locations' => 'Izindawo zisetshenziselwa ukulandelela ulwazi lendawo kubasebenzisi, amafa, nezinye izinto', + 'assets_rtd' => 'Amafa', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. + 'assets_checkedout' => 'Amafa anikezwe', + 'id' => 'ID', + 'city' => 'Idolobha', + 'state' => 'Isimo', + 'country' => 'Izwe', + 'create' => 'Dala indawo', + 'update' => 'Buyekeza Indawo', + 'name' => 'Igama lendawo', + 'address' => 'Ikheli', + 'zip' => 'I-Postal Code', + 'locations' => 'Izindawo', + 'parent' => 'Umzali', + 'currency' => 'Imali Yendawo', + 'ldap_ou' => 'Usesho lwe-LDAP OU', + ); diff --git a/resources/lang/zu/admin/manufacturers/message.php b/resources/lang/zu/admin/manufacturers/message.php new file mode 100644 index 0000000000..4cd18aa02f --- /dev/null +++ b/resources/lang/zu/admin/manufacturers/message.php @@ -0,0 +1,24 @@ + 'Umkhiqizi akekho.', + 'assoc_users' => 'Lo menzi okwamanje uhlotshaniswa okungenani oyisibonelo esisodwa futhi angeke asuswe. Sicela ubuyekeze amamodeli akho ukuba angasaphinde abhekisele kulo mkhiqizi futhi uzame futhi.', + + 'create' => array( + 'error' => 'Umkhiqizi akazange adalwe, sicela uzame futhi.', + 'success' => 'Umkhiqizi wadalwa ngempumelelo.' + ), + + 'update' => array( + 'error' => 'Umkhiqizi akabuyekezwanga, sicela uzame futhi', + 'success' => 'Umkhiqizi ubuyekezwe ngempumelelo.' + ), + + 'delete' => array( + 'confirm' => 'Uqinisekile ukuthi ufisa ukususa lo menzi?', + 'error' => 'Kube nenkinga yokususa umenzi. Ngicela uzame futhi.', + 'success' => 'Umkhiqizi ususiwe ngempumelelo.' + ) + +); diff --git a/resources/lang/zu/admin/manufacturers/table.php b/resources/lang/zu/admin/manufacturers/table.php new file mode 100644 index 0000000000..181e478849 --- /dev/null +++ b/resources/lang/zu/admin/manufacturers/table.php @@ -0,0 +1,16 @@ + 'Mayelana nabakhiqizi', + 'about_manufacturers_text' => 'Abakhiqizi yizinkampani ezidala izimpahla zakho. Ungagcina imininingwane ebalulekile yokuxhumana yokusekela mayelana nabo lapha, ezoboniswa kumakhasi wakho imininingwane yempahla.', + 'asset_manufacturers' => 'Abakhiqizi befa', + 'create' => 'Dala umkhiqizi', + 'id' => 'ID', + 'name' => 'Igama', + 'support_email' => 'Support Imeyili', + 'support_phone' => 'Ifoni yokusekela', + 'support_url' => 'I-URL yokusekela', + 'update' => 'Buyekeza umkhiqizi', + 'url' => 'I-URL', + +); diff --git a/resources/lang/zu/admin/models/general.php b/resources/lang/zu/admin/models/general.php new file mode 100644 index 0000000000..668d8e133b --- /dev/null +++ b/resources/lang/zu/admin/models/general.php @@ -0,0 +1,15 @@ + 'Mayelana namamodeli asefa', + 'about_models_text' => 'Amamodeli asefa kuyindlela yokuqoqa amafa afanayo. "MBP 2013", "IPhone 6s", njll.', + 'deleted' => 'Le model isusiwe. Chofoza lapha ukuze ubuyiselwe.', + 'restore' => 'Buyisela Isibonelo', + 'requestable' => 'Abasebenzisi bangacela lesi model', + 'show_mac_address' => 'Khombisa inkambu yekheli le-MAC kumpahla kule model', + 'view_deleted' => 'Buka ukususiwe', + 'view_models' => 'Buka amamodeli', + 'fieldset' => 'Fieldset', + 'no_custom_field' => 'Awekho amasimu wangokwezifiso', + +); diff --git a/resources/lang/zu/admin/models/message.php b/resources/lang/zu/admin/models/message.php new file mode 100644 index 0000000000..cf040f78f0 --- /dev/null +++ b/resources/lang/zu/admin/models/message.php @@ -0,0 +1,36 @@ + 'Isibonelo asikho.', + 'assoc_users' => 'Lo modeli okwamanje uhlotshaniswa nefa elilodwa noma ngaphezulu futhi alinakususwa. Sicela ususe amafa, bese uzama ukususa futhi.', + + + 'create' => array( + 'error' => 'Isibonelo asizange sidalwe, sicela uzame futhi.', + 'success' => 'Isibonelo sidalwe ngempumelelo.', + 'duplicate_set' => 'Imodeli yezimpahla ngelo gama, umkhiqizi kanye nenombolo yomodeli kakade ikhona.', + ), + + 'update' => array( + 'error' => 'Isibonelo asibuyekezwanga, sicela uzame futhi', + 'success' => 'Isibonelo sibuyekezwe ngempumelelo.' + ), + + 'delete' => array( + 'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa le model?', + 'error' => 'Kube nenkinga yokususa imodeli. Ngicela uzame futhi.', + 'success' => 'Imodeli isusiwe ngempumelelo.' + ), + + 'restore' => array( + 'error' => 'Isibonelo asibuyisiwe, sicela uzame futhi', + 'success' => 'Isibonelo sibuyiselwe ngempumelelo.' + ), + + 'bulkedit' => array( + 'error' => 'Azikho amasimu ashintshiwe, ngakho akukho lutho olubuyekeziwe.', + 'success' => 'Amamodeli abuyekeziwe.' + ), + +); diff --git a/resources/lang/zu/admin/models/table.php b/resources/lang/zu/admin/models/table.php new file mode 100644 index 0000000000..a3b43f07d8 --- /dev/null +++ b/resources/lang/zu/admin/models/table.php @@ -0,0 +1,17 @@ + 'Dala i-Asset Model', + 'created_at' => 'Kudalwe ngaso', + 'eol' => 'I-EOL', + 'modelnumber' => 'I-Model No.', + 'name' => 'Igama le-Asset Model', + 'numassets' => 'Amafa', + 'title' => 'Amamodeli asefa', + 'update' => 'Buyekeza i-Asset Model', + 'view' => 'Buka i-Model Model', + 'update' => 'Buyekeza i-Asset Model', + 'clone' => 'I-Clone Model', + 'edit' => 'Hlela Isibonelo', +); diff --git a/resources/lang/zu/admin/reports/general.php b/resources/lang/zu/admin/reports/general.php new file mode 100644 index 0000000000..79fb7bdcab --- /dev/null +++ b/resources/lang/zu/admin/reports/general.php @@ -0,0 +1,5 @@ + 'Khetha okukhethwa kukho okufunayo kumbiko wakho wefa.' +); diff --git a/resources/lang/zu/admin/reports/message.php b/resources/lang/zu/admin/reports/message.php new file mode 100644 index 0000000000..24b5d7bfe2 --- /dev/null +++ b/resources/lang/zu/admin/reports/message.php @@ -0,0 +1,5 @@ + 'Kumele ukhethe okungenani ukhetho olulodwa.' +); diff --git a/resources/lang/zu/admin/settings/general.php b/resources/lang/zu/admin/settings/general.php new file mode 100644 index 0000000000..d4870e25f6 --- /dev/null +++ b/resources/lang/zu/admin/settings/general.php @@ -0,0 +1,150 @@ + 'I-Active Directory', + 'ad_domain' => 'Isizinda se-Active Directory', + 'ad_domain_help' => 'Lokhu ngezinye izikhathi kufana nesizinda sakho se-imeyili, kodwa hhayi njalo.', + 'is_ad' => 'Lena iseva ye-Active Directory', + 'alert_email' => 'Thumela izexwayiso ku', + 'alerts_enabled' => 'Izaziso zivuliwe', + 'alert_interval' => 'Ukuphelelwa yisikhathi kwe-Alerts Threshold (ezinsukwini)', + 'alert_inv_threshold' => 'Inventory Alert Threshold', + 'asset_ids' => 'Ama-ID wefa', + 'audit_interval' => 'I-Interval Audit', + 'audit_interval_help' => 'Uma kudingeka ukuba uhlole amafa akho njalo ngokomzimba, faka isikhashana ezinyangeni.', + 'audit_warning_days' => 'I-Audit Warning Threshold', + 'audit_warning_days_help' => 'Zingaki izinsuku kusengaphambili kufanele sikuxwayise uma izimpahla zifanele ukuhlolwa?', + 'auto_increment_assets' => 'Qalisa ama-ID wefa lokuthuthukisa okuzenzakalelayo', + 'auto_increment_prefix' => 'Isiqalo (okukhethwa kukho)', + 'auto_incrementing_help' => 'Nika amandla ama-ID we-asethi okukhulisa ngokuzenzakalela kuqala ukusetha lokhu', + 'backups' => 'Izipele', + 'barcode_settings' => 'Izilungiselelo zebhakhodi', + 'confirm_purge' => 'Qinisekisa i-Purge', + 'confirm_purge_help' => 'Faka umbhalo "SUSELA" ebhokisini elingezansi ukuze uhlenge amarekhodi akho asusiwe. Lesi senzo asikwazi ukuhlehliswa.', + 'custom_css' => 'I-Custom CSS', + 'custom_css_help' => 'Faka noma iyiphi i-CSS yangokwezifiso ongathanda ukuyisebenzisa. Ungafaki amathegi angu-<style></style>.', + 'default_currency' => 'Imali Eyingqayizivele', + 'default_eula_text' => 'I-EULA ezenzakalelayo', + 'default_language' => 'Ulimi oluzenzakalelayo', + 'default_eula_help_text' => 'Ungase futhi uhlobanise ama-EULA wangokwezifiso kwizigaba ezithile zefa.', + 'display_asset_name' => 'Bonisa igama lomhlaba', + 'display_checkout_date' => 'Bonisa usuku lokuhlola', + 'display_eol' => 'Bonisa i-EOL ekubukeni kwetafula', + 'display_qr' => 'Bonisa Amakhodi Wesikwele', + 'display_alt_barcode' => 'Bonisa ibhakhodi ye-1D', + 'barcode_type' => 'Uhlobo lwe-Barcode ye-2D', + 'alt_barcode_type' => 'Uhlobo lwe-barcode lwe-1D', + 'eula_settings' => 'Izilungiselelo ze-EULA', + 'eula_markdown' => 'Le-EULA ivumela i- i-markdown flavored markdown.', + 'general_settings' => 'Izilungiselelo Ezijwayelekile', + 'generate_backup' => 'Yenza isipele', + 'header_color' => 'Umbala wekhanda', + 'info' => 'Lezi zilungiselelo zikuvumela ukuba wenze ngezici ezithile izici zokufaka kwakho.', + 'laravel' => 'Inguqulo yeLaravel', + 'ldap_enabled' => 'I-LDAP inikwe amandla', + 'ldap_integration' => 'Ukuhlanganiswa kwe-LDAP', + 'ldap_settings' => 'Izilungiselelo ze-LDAP', + 'ldap_server' => 'Iseva ye-LDAP', + 'ldap_server_help' => 'Lokhu kufanele kuqale nge-ldap: // (for uncrypted or TLS) noma ldaps: // (for SSL)', + 'ldap_server_cert' => 'Ukuqinisekiswa kwesitifiketi se-LDAP SSL', + 'ldap_server_cert_ignore' => 'Vumela isitifikedi se-SSL esingavumelekile', + 'ldap_server_cert_help' => 'Khetha leli bhokisi lokuhlola uma usebenzisa isitifiketi se-SSL esayiniwe futhi ungathanda ukwamukela isitifiketi esingavumelekile se-SSL.', + 'ldap_tls' => 'Sebenzisa i-TLS', + 'ldap_tls_help' => 'Lokhu kufanele kuhlolwe kuphela uma usebenzisa i-STARTTLS kuseva yakho ye-LDAP.', + 'ldap_uname' => 'Igama lomsebenzisi le-LDAP Ukubopha', + 'ldap_pword' => 'I-LDAP Ukubopha Iphasiwedi', + 'ldap_basedn' => 'I-Base Bind DN', + 'ldap_filter' => 'Isihlungi se-LDAP', + 'ldap_pw_sync' => 'Ukuvumelanisa kwephasiwedi ye-LDAP', + 'ldap_pw_sync_help' => 'Ungawukhipheli leli bhokisi uma ungafisi ukugcina amaphasiwedi e-LDAP avumelanisiwe namaphasiwedi wendawo. Ukukhubaza lokhu kusho ukuthi abasebenzisi bakho bangakwazi ukungena ngemvume uma ngabe iseva yakho ye-LDAP ayitholakali ngesizathu esithile.', + 'ldap_username_field' => 'Insimu yomsebenzisi', + 'ldap_lname_field' => 'Isibongo', + 'ldap_fname_field' => 'Igama Lokuqala LDAP', + 'ldap_auth_filter_query' => 'Umbuzo wokuqinisekisa we-LDAP', + 'ldap_version' => 'Inguqulo ye-LDAP', + 'ldap_active_flag' => 'I-LDAP i-Flag Active', + 'ldap_emp_num' => 'Inombolo yabasebenzi be-LDAP', + 'ldap_email' => 'I-imeyili ye-LDAP', + 'load_remote_text' => 'Izikrini ezikude', + 'load_remote_help_text' => 'Lokhu kufakwa kwe-Snipe-IT kungakwazi ukulayisha izikripthi ezweni langaphandle.', + 'login_note' => 'Inothi lokungena ngemvume', + 'login_note_help' => 'Ngokuzikhethela faka imisho embalwa kusikrini sakho sokungena ngemvume, isibonelo ukusiza abantu abatholile idivayisi elahlekile noma eyebiwe. Le nsimu iyakwamukela I-markdown ekhanyisiwe', + 'logo' => 'Ilogo', + 'full_multiple_companies_support_help_text' => 'Ukukhawulela abasebenzisi (kufaka phakathi ama-admins) abelwe izinkampani kumpahla yenkampani yabo.', + 'full_multiple_companies_support_text' => 'Ama-Multiple Companies Support Support', + 'optional' => 'ukuzikhethela', + 'per_page' => 'Imiphumela Ngayo Ikhasi', + 'php' => 'I-PHP Version', + 'php_gd_info' => 'Kumele ufake i-php-gd ukubonisa amakhodi we-QR, bona imiyalo yokufaka.', + 'php_gd_warning' => 'I-PHP Image Processing ne-GD plugin ayifakiwe.', + 'pwd_secure_complexity' => 'I-Password Complexity', + 'pwd_secure_complexity_help' => 'Khetha noma iyiphi inkinga ye-password eyinkimbinkimbi ufisa ukuphoqelela.', + 'pwd_secure_min' => 'Izinhlamvu ezincane zephasiwedi', + 'pwd_secure_min_help' => 'Inani elincane elivumelekile lingu-5', + 'pwd_secure_uncommon' => 'Vimbela amaphasiwedi avamile', + 'pwd_secure_uncommon_help' => 'Lokhu ngeke kuvumele abasebenzisi ukuthi basebenzise amaphasiwedi avamile kusuka amaphasiwedi aphezulu angama-10,000 abikwa ngokuphulwa.', + 'qr_help' => 'Vumela Amakhodi we-QR kuqala ukusetha lokhu', + 'qr_text' => 'Umbhalo wekhodi ye-QR', + 'setting' => 'Ukubeka', + 'settings' => 'Izilungiselelo', + 'site_name' => 'Igama lesayithi', + 'slack_botname' => 'Slack Botname', + 'slack_channel' => 'Slack Channel', + 'slack_endpoint' => 'Slack Endpoint', + 'slack_integration' => 'Izilungiselelo ze-Slack', + 'slack_integration_help' => 'Ukuhlanganiswa kwe-Slack kuyindlela yokuzikhethela, kodwa ukuphela nesiteshi kuyadingeka uma ufisa ukuyisebenzisa. Ukuze ulungise ukuhlanganiswa kwe-Slack, kufanele uqale dale i-webhook engenayo kwi-akhawunti yakho ye-Slack.', + 'snipe_version' => 'Inguqulo ye-Snipe-IT', + 'system' => 'Ulwazi lwesistimu', + 'update' => 'Buyekeza izilungiselelo', + 'value' => 'Inani', + 'brand' => 'Ukushayela', + 'about_settings_title' => 'Mayelana nezilungiselelo', + 'about_settings_text' => 'Lezi zilungiselelo zikuvumela ukuba wenze ngezici ezithile izici zokufaka kwakho.', + 'labels_per_page' => 'Amalebula ngekhasi ngalinye', + 'label_dimensions' => 'Ubukhulu belebula (amayintshi)', + 'next_auto_tag_base' => 'Ukunyuka kokuzenzakalela okulandelayo', + 'page_padding' => 'Ikhasi lamamitha (amasentimitha)', + 'purge' => 'Phenya Amarekhodi Asusiwe', + 'labels_display_bgutter' => 'Ibhuloho elingezansi lokubhala', + 'labels_display_sgutter' => 'I-label side gutter', + 'labels_fontsize' => 'Linganisa usayizi wefonti', + 'labels_pagewidth' => 'Ububanzi bekhadi lebhalo', + 'labels_pageheight' => 'Ukuphakama kwekhadi lelebula', + 'label_gutters' => 'Ukukhala kwelebuli (amayintshi)', + 'page_dimensions' => 'Ubukhulu bekhasi (amasentimitha)', + 'label_fields' => 'Izinkambu ezibonakalayo zelebuli', + 'inches' => 'amasentimitha', + 'width_w' => 'w', + 'height_h' => 'h', + 'show_url_in_emails' => 'Xhumanisa ku-Snipe-IT kuma-imeyili', + 'show_url_in_emails_help_text' => 'Ungawukhipheli leli bhokisi uma ungafisi ukuxhuma emuva ekufakweni kwakho kwe-Snipe-IT kuma-footer akho e-imeyili. Kuwusizo uma iningi labasebenzisi bakho lingalokothi lingene ngemvume.', + 'text_pt' => 'pt', + 'thumbnail_max_h' => 'Ukuphakama kwesilinganiso se-max', + 'thumbnail_max_h_help' => 'Ukuphakama okukhulu kuma-pixel ukuthi izithonjana zingabonisa ekubukeni kuhlu. Min 25, max 500.', + 'two_factor' => 'Ubufakazi bokubili bokuqinisekisa', + 'two_factor_secret' => 'I-Code-Two-Factor', + 'two_factor_enrollment' => 'Ukubhaliswa kwe-Two-Factor', + 'two_factor_enabled_text' => 'Nika amandla i-Factor Two', + 'two_factor_reset' => 'Setha kabusha Imfihlakalo emibili', + 'two_factor_reset_help' => 'Lokhu kuzophoqa umsebenzisi ukubhalisa idivayisi yakhe ne-Google Authenticator futhi. Lokhu kungaba usizo uma idivayisi yabo ebhalisiwe njengamanje ilahlekile noma yebiwe.', + 'two_factor_reset_success' => 'Idivayisi yesici ezimbili isetha kabusha ngempumelelo', + 'two_factor_reset_error' => 'Ukusetha kabusha kabusha kwedivayisi yesici kuhlulekile', + 'two_factor_enabled_warning' => 'Ukunika amandla isici ezimbili uma kungakanikwe amandla okwamanje kuzokuphoqelela ukuba uqinisekise ngobuchwepheshe obhalisiwe be-Google Auth. Uzokwazi ukubhalisa idivayisi yakho uma umuntu engabhalisile okwamanje.', + 'two_factor_enabled_help' => 'Lokhu kuzovula ukuqinisekiswa kwezinto ezimbili usebenzisa i-Google Authenticator.', + 'two_factor_optional' => 'Ukukhetha (Abasebenzisi bangenza noma bakhubaze uma kuvunyelwe)', + 'two_factor_required' => 'Kudingeka kubo bonke abasebenzisi', + 'two_factor_disabled' => 'Khutshaziwe', + 'two_factor_enter_code' => 'Faka i-Code-Two Factor', + 'two_factor_config_complete' => 'Thumela ikhodi', + 'two_factor_enabled_edit_not_allowed' => 'Umlawuli wakho akakakuvumeli ukuhlela lesi silungiselelo.', + 'two_factor_enrollment_text' => "Ukuqinisekiswa okubili kokubili kuyadingeka, noma ngabe idivayisi yakho ayibhalisile okwamanje. Vula uhlelo lwakho lokusebenza lwe-Google Authenticator bese uskena ikhodi ye-QR ngezansi ukuze ubhalise idivayisi yakho. Uma usubhalisile idivayisi yakho, faka ikhodi ngezansi", + 'require_accept_signature' => 'Kudinga isignesha', + 'require_accept_signature_help_text' => 'Ukunika amandla lesi sici kuzodinga ukuthi abasebenzisi bakwazi ukusayina ngokomzimba ngokwamukela ifa.', + 'left' => 'kwesokunxele', + 'right' => 'kwesokudla', + 'top' => 'phezulu', + 'bottom' => 'phansi', + 'vertical' => 'ngokuqondile', + 'horizontal' => 'enezingqimba', + 'zerofill_count' => 'Ubude bamathegi wefa, kufaka phakathi i-zerofill', +); diff --git a/resources/lang/zu/admin/settings/message.php b/resources/lang/zu/admin/settings/message.php new file mode 100644 index 0000000000..a3ddde188e --- /dev/null +++ b/resources/lang/zu/admin/settings/message.php @@ -0,0 +1,22 @@ + array( + 'error' => 'Kuvele iphutha ngenkathi kubuyekezwa.', + 'success' => 'Izilungiselelo zibuyekezwe ngempumelelo.' + ), + 'backup' => array( + 'delete_confirm' => 'Uqinisekile ukuthi ungathanda ukususa le fayela yokulondoloza? Lesi senzo asikwazi ukuhlehliswa.', + 'file_deleted' => 'Ifayela lokusekelayo lisusiwe ngempumelelo.', + 'generated' => 'Ifayela elisha lokusekelayo lidalwe ngempumelelo.', + 'file_not_found' => 'Leli fayela lokusekelayo ayitholakalanga kuseva.', + ), + 'purge' => array( + 'error' => 'Kuvele iphutha ngenkathi kuhlanzwa.', + 'validation_failed' => 'Isiqinisekiso sakho sokuhlanza asilungile. Sicela uthayiphe igama elithi "SUSELA" ebhokisini lokuqinisekisa.', + 'success' => 'Amarekhodi asusiwe ahlanjululwe ngempumelelo.' + ), + +); diff --git a/resources/lang/zu/admin/statuslabels/message.php b/resources/lang/zu/admin/statuslabels/message.php new file mode 100644 index 0000000000..988a3232da --- /dev/null +++ b/resources/lang/zu/admin/statuslabels/message.php @@ -0,0 +1,32 @@ + 'Ilebula Label asikho.', + 'assoc_assets' => 'Le Label Yesimo okwamanje ihlotshaniswa okungenani neAfa eyodwa futhi ayikwazi ukususwa. Sicela ubuyekeze izimpahla zakho ukuze ungasabonakali lesi simo futhi uzame futhi.', + + + 'create' => array( + 'error' => 'Ithebula lesimo asizange idalwe, sicela uzame futhi.', + 'success' => 'Ilebula Label isakhiwe ngempumelelo.' + ), + + 'update' => array( + 'error' => 'Ithebula lesimo asizange ibuyekezwe, sicela uzame futhi', + 'success' => 'Ilebuli yesimo ibuyekezwe ngempumelelo.' + ), + + 'delete' => array( + 'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa le Label Yesimo?', + 'error' => 'Kube khona inkinga yokusula i-Label Status. Ngicela uzame futhi.', + 'success' => 'Ilebula Label isusiwe ngempumelelo.' + ), + + 'help' => array( + 'undeployable' => 'Lezi zimpahla azikwazi ukwabiwa kunoma ubani.', + 'deployable' => 'Lezi zimpahla zingahlolwa. Uma sebebelwe, bazobheka isimo se-meta sika Ihlisiwe.', + 'archived' => 'Lezi zimpahla azikwazi ukuhlolwa, futhi zizovela kuphela ku-Archived view. Lokhu kuyasiza ukugcina ulwazi mayelana nempahla yezinhloso zebhajethi / zomlando kodwa ukuwagcina ohlwini lwamafaji wosuku nosuku.', + 'pending' => 'Lezi zimpahla azikwazi ukunikezwa kunoma ubani, ngokuvamile okusetshenziselwa izinto ezingaphandle kokulungisa, kodwa kulindeleke ukuthi zibuyele ekusakazweni.', + ), + +); diff --git a/resources/lang/zu/admin/statuslabels/table.php b/resources/lang/zu/admin/statuslabels/table.php new file mode 100644 index 0000000000..156c35c940 --- /dev/null +++ b/resources/lang/zu/admin/statuslabels/table.php @@ -0,0 +1,17 @@ + 'Mayelana namalebula wesimo', + 'archived' => 'I-Archived', + 'create' => 'Dala Ithebula Lesimo', + 'color' => 'Umbala weshadi', + 'deployable' => 'Iyasebenza', + 'info' => 'Amalebula wesimo asetshenziselwa ukuchaza okuhlukahlukene ukuthi izimpahla zakho zingangena. Zingase zibe khona ukulungiswa, ukulahleka / ukwebiwa, njll. Ungakha amalebula wombuso amasha wezimpahla ezingasetshenziswa, ezilindile kanye nezinqolobane zomlando.', + 'name' => 'Igama lesimo', + 'pending' => 'Kulindile', + 'status_type' => 'Uhlobo lomumo', + 'show_in_nav' => 'Bonisa eceleni kwe-nav', + 'title' => 'Amalebula wesimo', + 'undeployable' => 'Awuvumelekile', + 'update' => 'Buyekeza i-Label yesimo', +); diff --git a/resources/lang/zu/admin/suppliers/message.php b/resources/lang/zu/admin/suppliers/message.php new file mode 100644 index 0000000000..e7134cbae4 --- /dev/null +++ b/resources/lang/zu/admin/suppliers/message.php @@ -0,0 +1,24 @@ + 'Umphakeli akekho.', + 'assoc_users' => 'Lo mhlinzeki okwamanje uhlotshaniswa okungenani oyisibonelo esisodwa futhi angeke asuswe. Sicela ubuyekeze amamodeli akho ukuthi ungasaphinde ubhekisele kulo mhlinzeki futhi uzame futhi.', + + 'create' => array( + 'error' => 'Umphakeli akazange adalwe, sicela uzame futhi.', + 'success' => 'Umphakeli wadala ngempumelelo.' + ), + + 'update' => array( + 'error' => 'Umphakeli akabuyekezwanga, sicela uzame futhi', + 'success' => 'Umphakeli ubuyekezwe ngempumelelo.' + ), + + 'delete' => array( + 'confirm' => 'Uqinisekile ukuthi ufisa ukususa lo mphakeli?', + 'error' => 'Kube nenkinga yokususa umphakeli. Ngicela uzame futhi.', + 'success' => 'Umphakeli ususiwe ngempumelelo.' + ) + +); diff --git a/resources/lang/zu/admin/suppliers/table.php b/resources/lang/zu/admin/suppliers/table.php new file mode 100644 index 0000000000..1da48debcd --- /dev/null +++ b/resources/lang/zu/admin/suppliers/table.php @@ -0,0 +1,27 @@ + 'Mayelana nabathengi', + 'about_suppliers_text' => 'Abathengi basetshenziselwa ukulandelela umthombo wezinto', + 'address' => 'Ikheli Lezinsizakalo', + 'assets' => 'Amafa', + 'city' => 'Idolobha', + 'contact' => 'igama longaxhumana naye', + 'country' => 'Izwe', + 'create' => 'Dala umthengisi', + 'email' => 'I-imeyili', + 'fax' => 'Ifeksi', + 'id' => 'ID', + 'licenses' => 'Amalayisensi', + 'name' => 'Igama lomphakeli', + 'notes' => 'Amanothi', + 'phone' => 'Ifoni', + 'state' => 'Isimo', + 'suppliers' => 'Abahlinzeki', + 'update' => 'Buyekeza Umphakeli', + 'url' => 'I-URL', + 'view' => 'Buka umthengisi', + 'view_assets_for' => 'Buka amafa', + 'zip' => 'I-Postal Code', + +); diff --git a/resources/lang/zu/admin/users/general.php b/resources/lang/zu/admin/users/general.php new file mode 100644 index 0000000000..2533eec401 --- /dev/null +++ b/resources/lang/zu/admin/users/general.php @@ -0,0 +1,25 @@ + 'Amafa abelwe: igama', + 'bulk_update_warn' => 'Usuzohlela izakhiwo ze: abasebenzisi be-akhawunti_abasebenzisi. Sicela uqaphele ukuthi awukwazi ukushintsha izimfanelo zakho zomsebenzisi usebenzisa le fomu, futhi kufanele uhlele kumsebenzisi wakho ngamunye.', + 'bulk_update_help' => 'Leli fomu ikuvumela ukuba ubuyekeze abasebenzisi abaningi ngesikhathi esisodwa. Gcwalisa kuphela amasimu okudingayo ukuguqula. Noma yiziphi izinkambu ezishiywe zingenakushintshwa.', + 'current_assets' => 'Amafa okwamanje ahlolwe kulo msebenzisi', + 'clone' => 'Clone Umsebenzisi', + 'contact_user' => 'Igama longaxhumana naye', + 'edit' => 'Hlela umsebenzisi', + 'filetype_info' => 'Amafayela afakiwe avunyelwe yi-png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, ne-rar.', + 'history_user' => 'Umlando wegama: igama', + 'info' => 'Ulwazi', + 'restore_user' => 'Chofoza lapha ukuze ubuyisele.', + 'last_login' => 'Ukungena ngemvume kokugcina', + 'ldap_config_text' => 'Izilungiselelo zokuhlela ze-LDAP zitholakala Admin> Izilungiselelo. Indawo (okukhethwa kukho) ekhethiwe izobekwa kuwo wonke abasebenzisi abangenisiwe.', + 'software_user' => 'Isofthiwe ihlolwe ku: igama', + 'view_user' => 'Buka umsebenzisi: igama', + 'usercsv' => 'Ifayela le-CSV', + 'two_factor_admin_optin_help' => 'Izilungiselelo zakho zamanje zomlawuli zivumela ukusethwa okukhethiwe kokuqinisekiswa kwezinto ezimbili.', + 'two_factor_enrolled' => 'I-2FA Idivayisi ibhalisiwe', + 'two_factor_active' => 'I-2FA isebenza', + ); diff --git a/resources/lang/zu/admin/users/message.php b/resources/lang/zu/admin/users/message.php new file mode 100644 index 0000000000..4e2d4f5650 --- /dev/null +++ b/resources/lang/zu/admin/users/message.php @@ -0,0 +1,59 @@ + 'Uwamukele ngempumelelo le mali.', + 'declined' => 'Uye wenqaba ngempumelelo le mali.', + 'bulk_manager_warn' => 'Abasebenzisi bakho babuyekezwe ngempumelelo, kodwa ukungena kwakho kwemenenja akulondoloziwe ngoba umphathi oyikhethile naye ohlwini lomsebenzisi oluzohlelwa, futhi abasebenzisi bangase bangabi umphathi wabo. Sicela ukhethe abasebenzisi bakho futhi, ngaphandle kwamenenja.', + 'user_exists' => 'Umsebenzisi usuvele ukhona!', + 'user_not_found' => 'Umsebenzisi [: id] akekho.', + 'user_login_required' => 'Insimu yokungena ngemvume iyadingeka', + 'user_password_required' => 'Iphasiwedi iyadingeka.', + 'insufficient_permissions' => 'Izimvume ezinganele.', + 'user_deleted_warning' => 'Lo msebenzisi ususiwe. Kuzodingeka ubuyisele lo msebenzisi ukuwahlela noma ubanikeze amafa amasha.', + 'ldap_not_configured' => 'Ukuhlanganiswa kwe-LDAP akulungiselelwe lokhu kufakwa.', + + + 'success' => array( + 'create' => 'Umsebenzisi udale ngempumelelo.', + 'update' => 'Umsebenzisi ubuyekezwe ngempumelelo.', + 'update_bulk' => 'Abasebenzisi baphinde babuyekezwe ngempumelelo!', + 'delete' => 'Umsebenzisi ususwe ngempumelelo.', + 'ban' => 'Umsebenzisi uvinjelwe ngempumelelo.', + 'unban' => 'Umsebenzisi uvinjelwe ngempumelelo.', + 'suspend' => 'Umsebenzisi umiswe ngempumelelo.', + 'unsuspend' => 'Umsebenzisi uphumelelwanga ngempumelelo.', + 'restored' => 'Umsebenzisi ubuyiselwe ngempumelelo.', + 'import' => 'Abasebenzisi bangeniswe ngempumelelo.', + ), + + 'error' => array( + 'create' => 'Kube nenkinga yokudala umsebenzisi. Ngicela uzame futhi.', + 'update' => 'Kube nenkinga yokuvuselela umsebenzisi. Ngicela uzame futhi.', + 'delete' => 'Kube nenkinga yokusula umsebenzisi. Ngicela uzame futhi.', + 'delete_has_assets' => 'Lo msebenzisi unezinto ezinikezwe futhi azikwazanga ukususwa.', + 'unsuspend' => 'Kube nenkinga engalindeleki umsebenzisi. Ngicela uzame futhi.', + 'import' => 'Kube nenkinga yokungenisa abasebenzisi. Ngicela uzame futhi.', + 'asset_already_accepted' => 'Lelifa selivele lamukelwe.', + 'accept_or_decline' => 'Kufanele wamukele noma unqabe le mali.', + 'incorrect_user_accepted' => 'Impahla oyizame ukwamukela ayizange ihlolwe kuwe.', + 'ldap_could_not_connect' => 'Ayikwazanga ukuxhuma kuseva ye-LDAP. Sicela uhlole ukumisa kweseva yakho ye-LDAP kufayili ye-LDAP config.
Iphutha kusuka kwiseva ye-LDAP:', + 'ldap_could_not_bind' => 'Ayikwazanga ukubopha iseva ye-LDAP. Sicela uhlole ukumisa kweseva yakho ye-LDAP kufayili ye-LDAP config.
Iphutha kusuka kwiseva ye-LDAP:', + 'ldap_could_not_search' => 'Ayikwazanga ukusesha isiphakeli se-LDAP. Sicela uhlole ukumisa kweseva yakho ye-LDAP kufayili ye-LDAP config.
Iphutha kusuka kwiseva ye-LDAP:', + 'ldap_could_not_get_entries' => 'Ayikwazanga ukungena okuvela kuseva ye-LDAP. Sicela uhlole ukumisa kweseva yakho ye-LDAP kufayili ye-LDAP config.
Iphutha kusuka kwiseva ye-LDAP:', + 'password_ldap' => 'Iphasiwedi yale akhawunti ilawulwa yi-LDAP / Active Directory. Sicela uxhumane nomnyango wakho we-IT ukushintsha iphasiwedi yakho.', + ), + + 'deletefile' => array( + 'error' => 'Ifayela alisusiwe. Ngicela uzame futhi.', + 'success' => 'Ifayili isusiwe ngempumelelo.', + ), + + 'upload' => array( + 'error' => 'Amafayela (ama) awalayishiwe. Ngicela uzame futhi.', + 'success' => 'Amafayela (ama) alayishwe ngempumelelo.', + 'nofiles' => 'Awukakhethi noma yimaphi amafayela okulayishwa', + 'invalidfiles' => 'Ifayela elilodwa noma ngaphezulu likhulu kakhulu noma ifayelathi engavumelekile. Amafayela afakiwe avunyelwe i-png, i-gif, i-jpg, i-doc, i-docx, i-pdf, ne-txt.', + ), + +); diff --git a/resources/lang/zu/admin/users/table.php b/resources/lang/zu/admin/users/table.php new file mode 100644 index 0000000000..e651d6d768 --- /dev/null +++ b/resources/lang/zu/admin/users/table.php @@ -0,0 +1,38 @@ + 'Isebenza', + 'allow' => 'Vumela', + 'checkedout' => 'Amafa', + 'created_at' => 'Kudalwe', + 'createuser' => 'Dala umsebenzisi', + 'deny' => 'Yeka', + 'email' => 'I-imeyili', + 'employee_num' => 'I-Employee No.', + 'first_name' => 'Igama', + 'groupnotes' => 'Khetha iqembu ukuze ulinike umsebenzisi, khumbula ukuthi umsebenzisi uthatha izimvume zeqembu abelwe zona.', + 'id' => 'Id', + 'inherit' => 'Ifa', + 'job' => 'Isihloko somsebenzi', + 'last_login' => 'Ukungena ngemvume kokugcina', + 'last_name' => 'Isibongo', + 'location' => 'Indawo', + 'lock_passwords' => 'Imininingwane yokungena ayikwazi ukushintshwa kulokhu ukufakwa.', + 'manager' => 'Umphathi', + 'managed_locations' => 'Izindawo eziphethwe', + 'name' => 'Igama', + 'notes' => 'Amanothi', + 'password_confirm' => 'Qinisekisa Iphasiwedi', + 'password' => 'Iphasiwedi', + 'phone' => 'Ifoni', + 'show_current' => 'Bonisa Abasebenzisi Bamanje', + 'show_deleted' => 'Bonisa Abasebenzisi Abasusiwe', + 'title' => 'Isihloko', + 'to_restore_them' => 'ukuze ubuyisele.', + 'updateuser' => 'Buyekeza Umsebenzisi', + 'username' => 'Igama lomsebenzisi', + 'user_deleted_text' => 'Lo msebenzisi umakwe njengosusiwe.', + 'username_note' => '(Lokhu kusetshenziselwa i-Active Directory ukubopha kuphela, hhayi ukungena ngemvume.)', + 'cloneuser' => 'Clone Umsebenzisi', + 'viewusers' => 'Buka Abasebenzisi', +); diff --git a/resources/lang/zu/auth/general.php b/resources/lang/zu/auth/general.php new file mode 100644 index 0000000000..dfebd95c1d --- /dev/null +++ b/resources/lang/zu/auth/general.php @@ -0,0 +1,12 @@ + 'Thumela iphasiwedi Hlaziya kabusha isixhumanisi', + 'email_reset_password' => 'Iphasiwedi ye-imeyli Hlela kabusha', + 'reset_password' => 'Setha kabusha iphasiwedi', + 'login' => 'Ngena ngemvume', + 'login_prompt' => 'Sicela ungene ngemvume', + 'forgot_password' => 'Ngikhohliwe iphasiwedi yami', + 'remember_me' => 'Ngikhumbule', + ]; + diff --git a/resources/lang/zu/auth/message.php b/resources/lang/zu/auth/message.php new file mode 100644 index 0000000000..cb069ab6cf --- /dev/null +++ b/resources/lang/zu/auth/message.php @@ -0,0 +1,37 @@ + 'I-akhawunti nale imeyili isivele ikhona.', + 'account_not_found' => 'Igama lomsebenzisi noma iphasiwedi alilungile.', + 'account_not_activated' => 'Le akhawunti yomsebenzisi ayisebenzi.', + 'account_suspended' => 'Le akhawunti yomsebenzisi imiswe okwesikhashana.', + 'account_banned' => 'Le akhawunti yomsebenzisi ivaliwe.', + 'throttle' => 'Imizamo eminingi yokungena ngemvume ayihlulekile. Sicela uzame futhi kuzungeze: iminithi yamaminithi.', + + 'signin' => array( + 'error' => 'Kube nenkinga ngenkathi uzama ukungena ngemvume, sicela uzame futhi.', + 'success' => 'Ungene ngemvume ngempumelelo.', + ), + + 'signup' => array( + 'error' => 'Kube nenkinga ngenkathi uzama ukudala i-akhawunti yakho, sicela uzame futhi.', + 'success' => 'I-akhawunti idalwe ngokuphumelelayo.', + ), + + 'forgot-password' => array( + 'error' => 'Kube nenkinga ngenkathi uzama ukuthola ikhodi yephasiwedi yokusetha kabusha, sicela uzame futhi.', + 'success' => 'I-imeyili yokutakula iphasiwedi ithunyelwe ngempumelelo.', + ), + + 'forgot-password-confirm' => array( + 'error' => 'Kube nenkinga ngenkathi uzama ukusetha kabusha iphasiwedi yakho, sicela uzame futhi.', + 'success' => 'Iphasiwedi yakho isethwe kabusha ngempumelelo.', + ), + + 'activate' => array( + 'error' => 'Kube nenkinga ngenkathi uzama ukwenza i-akhawunti yakho isebenze, sicela uzame futhi.', + 'success' => 'I-akhawunti yakho isebenze ngempumelelo.', + ), + +); diff --git a/resources/lang/zu/button.php b/resources/lang/zu/button.php new file mode 100644 index 0000000000..7efa56530f --- /dev/null +++ b/resources/lang/zu/button.php @@ -0,0 +1,15 @@ + 'Izenzo', + 'add' => 'Engeza okusha', + 'cancel' => 'Khansela', + 'checkin_and_delete' => 'Hlola & Susa Umsebenzisi', + 'delete' => 'Susa', + 'edit' => 'Hlela', + 'restore' => 'Buyisela', + 'request' => 'Isicelo', + 'submit' => 'Thumela', + 'upload' => 'Layisha', + 'select_file' => 'Khetha Ifayela ...', +); diff --git a/resources/lang/zu/general.php b/resources/lang/zu/general.php new file mode 100644 index 0000000000..a3105d84ef --- /dev/null +++ b/resources/lang/zu/general.php @@ -0,0 +1,205 @@ + 'Izesekeli', + 'activated' => 'Kuvunyelwe', + 'accessory' => 'Ukufinyelela', + 'accessory_report' => 'Umbiko wokufinyelela', + 'action' => 'Isenzo', + 'activity_report' => 'Umbiko Womsebenzi', + 'address' => 'Ikheli', + 'admin' => 'Ukuphatha', + 'add_seats' => 'Izihlalo ezengeziwe', + 'all_assets' => 'Zonke izimpahla', + 'all' => 'Konke', + 'archived' => 'I-Archived', + 'asset_models' => 'Amamodeli asefa', + 'asset_model' => 'Isibonelo', + 'asset' => 'Impahla', + 'asset_report' => 'Umbiko wezezimali', + 'asset_tag' => 'Ithegi lefa', + 'assets_available' => 'izimpahla zitholakalayo', + 'audit' => 'I-Audit', + 'audit_report' => 'I-Audit Log', + 'assets' => 'Amafa', + 'avatar_delete' => 'Susa i-Avatar', + 'avatar_upload' => 'Layisha i-Avatar', + 'back' => 'Emuva', + 'bad_data' => 'Akukho okutholiwe. Mhlawumbe idatha embi?', + 'bulkaudit' => 'Ukuhlola Okukhulu', + 'bulkaudit_status' => 'Isimo se-Audit', + 'bulk_checkout' => 'Ukuhlola okuningi', + 'cancel' => 'Khansela', + 'categories' => 'Izigaba', + 'category' => 'Isigaba', + 'change' => 'In / Out', + 'changeemail' => 'Shintsha ikheli le-imeyli', + 'changepassword' => 'SHINTSHA iphasiwedi', + 'checkin' => 'Ngena', + 'checkin_from' => 'Hlola kusuka', + 'checkout' => 'Hlola', + 'city' => 'Idolobha', + 'click_here' => 'Chofoza lapha', + 'companies' => 'Izinkampani', + 'company' => 'Inkampani', + 'component' => 'Ingxenye', + 'components' => 'Izingxenye', + 'complete' => 'Qedela', + 'consumable' => 'Iyatholakala', + 'consumables' => 'Amakhomikhali', + 'country' => 'Izwe', + 'create' => 'Dala Okusha', + 'created' => 'Into edalwe', + 'created_asset' => 'ifa elidalwe', + 'created_at' => 'Kudalwe ngaso', + 'updated_at' => 'Kubuyekezwe ku', + 'currency' => '$', // this is deprecated + 'current' => 'Okwamanje', + 'custom_report' => 'Umbiko wezezimali ngokwezifiso', + 'dashboard' => 'Ideshibhodi', + 'days' => 'izinsuku', + 'days_to_next_audit' => 'Izinsuku kuya ku-Audit Elandelayo', + 'date' => 'Usuku', + 'debug_warning' => 'Isexwayiso!', + 'debug_warning_text' => 'Lolu hlelo lokusebenza lusemodi yokukhiqiza ngokususa iphutha kunikwe amandla. Lokhu kungabonisa idatha ebucayi uma isicelo sakho sifinyeleleka ezweni langaphandle. Khubaza imodi yokulungisa iphutha ngokubeka inani le-APP_DEBUG kufayela lakho le-.env kuya ku-false.', + 'delete' => 'Susa', + 'deleted' => 'Isusiwe', + 'delete_seats' => 'Izihlalo ezifakiwe', + 'departments' => 'Iminyango', + 'department' => 'UMnyango', + 'deployed' => 'Isusiwe', + 'depreciation_report' => 'Umbiko Wokunciphisa', + 'download' => 'Landa', + 'depreciation' => 'Ukunciphisa', + 'editprofile' => 'Hlela iphrofayela yakho', + 'eol' => 'I-EOL', + 'email_domain' => 'Domain Imeyili', + 'email_format' => 'Ifomethi ye-imeyli', + 'email_domain_help' => 'Lokhu kusetshenziselwa ukhiqiza amakheli e-imeyili uma ungenisa', + 'filastname_format' => 'Igama Lokuqala Lokuqala Lokuqala (jsmith@example.com)', + 'firstname_lastname_format' => 'Igama Lokuqala Igama Lokugcina (jane.smith@example.com)', + 'first' => 'Okokuqala', + 'first_name' => 'Igama', + 'first_name_format' => 'Igama Lokuqala (jane@example.com)', + 'file_name' => 'Ifayela', + 'file_uploads' => 'Ukulayishwa kwamafayela', + 'generate' => 'Qalisa', + 'groups' => 'Amaqembu', + 'gravatar_email' => 'Ikheli le-imeyili le-Gravatar', + 'history' => 'Umlando', + 'history_for' => 'Umlando we', + 'id' => 'ID', + 'image_delete' => 'Susa isithombe', + 'image_upload' => 'Layisha isithombe', + 'import' => 'Ngenisa', + 'import-history' => 'Ngenisa Umlando', + 'asset_maintenance' => 'Ukugcinwa Kwempahla', + 'asset_maintenance_report' => 'Umbiko Wokugcinwa Kwempahla', + 'asset_maintenances' => 'Ama-Maintenances aseMpahla', + 'item' => 'Into', + 'insufficient_permissions' => 'Izimvume ezinganele!', + 'language' => 'Ulimi', + 'last' => 'Okokugcina', + 'last_login' => 'Ukungena ngemvume kokugcina', + 'last_name' => 'Isibongo', + 'license' => 'Ilayisensi', + 'license_report' => 'Umbiko Welayisense', + 'licenses_available' => 'amalayisensi atholakalayo', + 'licenses' => 'Amalayisensi', + 'list_all' => 'Bhala konke', + 'loading' => 'Iyalayisha', + 'lock_passwords' => 'Le nsimu ayikwazi ukuhlelwa kulokhu ukufakwa.', + 'feature_disabled' => 'Lesi sici sikhutshaziwe ukufakwa kwedemo.', + 'location' => 'Indawo', + 'locations' => 'Izindawo', + 'logout' => 'Phuma', + 'lookup_by_tag' => 'Ukubheka nge-Tag Tag', + 'manufacturer' => 'Umkhiqizi', + 'manufacturers' => 'Abakhiqizi', + 'markdown' => 'Le nsimu ivumela i-I-markdown ekhanyisiwe.', + 'min_amt' => 'Min. QTY', + 'min_amt_help' => 'Inombolo encane yezinto okufanele zitholakale ngaphambi kokuba kuvele ukuxwayisa.', + 'model_no' => 'I-Model No.', + 'months' => 'izinyanga', + 'moreinfo' => 'Ulwazi oluningi', + 'name' => 'Igama', + 'next' => 'Olandelayo', + 'next_audit_date' => 'Usuku Lolwazi Olulandelayo', + 'last_audit' => 'Ukucwaninga kokugcina', + 'new' => 'okusha!', + 'no_depreciation' => 'Akukho ukwehla', + 'no_results' => 'Ayikho imiphumela.', + 'no' => 'Cha', + 'notes' => 'Amanothi', + 'order_number' => 'Inombolo Ye-oda', + 'page_menu' => 'Ibonisa izinto ezingu-_MENU_', + 'pagination_info' => 'Ibonisa _START_ kuya _END_ kwezinto ezingu-_TOTAL_', + 'pending' => 'Kulindile', + 'people' => 'Abantu', + 'per_page' => 'Imiphumela Ngayo Ikhasi', + 'previous' => 'Ngaphambilini', + 'processing' => 'Iyacubungula', + 'profile' => 'Iphrofayela yakho', + 'purchase_cost' => 'Izindleko zokuthenga', + 'purchase_date' => 'Usuku lokuthenga', + 'qty' => 'QTY', + 'quantity' => 'Inani', + 'ready_to_deploy' => 'Ukulungele Ukusebenzisa', + 'recent_activity' => 'Umsebenzi wakamuva', + 'remove_company' => 'Susa Inkampani Yenkampani', + 'reports' => 'Imibiko', + 'requested' => 'Kuceliwe', + 'request_canceled' => 'Isicelo sikhanseliwe', + 'save' => 'Londoloza', + 'select' => 'Khetha', + 'search' => 'Sesha', + 'select_category' => 'Khetha Isigaba', + 'select_department' => 'Khetha uMnyango', + 'select_depreciation' => 'Khetha uhlobo lokuncipha', + 'select_location' => 'Khetha indawo', + 'select_manufacturer' => 'Khetha Umkhiqizi', + 'select_model' => 'Khetha Isibonelo', + 'select_supplier' => 'Khetha Umhlinzeki', + 'select_user' => 'Khetha Umsebenzisi', + 'select_date' => 'Khetha Usuku (YYYY-MM-DD)', + 'select_statuslabel' => 'Khetha Isimo', + 'select_company' => 'Khetha inkampani', + 'select_asset' => 'Khetha Ifa', + 'settings' => 'Izilungiselelo', + 'sign_in' => 'Ngena ngemvume', + 'signature' => 'Isiginesha', + 'some_features_disabled' => 'I-DEMO MODE: Ezinye izici zikhutshaziwe ngalokhu kufakwa futhi idatha kule nqubo izosetha kabusha nsuku zonke.', + 'site_name' => 'Igama lesayithi', + 'state' => 'Isimo', + 'status_labels' => 'Amalebula wesimo', + 'status' => 'Isimo', + 'supplier' => 'Umphakeli', + 'suppliers' => 'Abahlinzeki', + 'sure_to_delete' => 'Uqinisekile ukuthi ufisa ukususa', + 'submit' => 'Thumela', + 'target' => 'I-Target', + 'time_and_date_display' => 'Isikhathi Nosuku Lokubonisa', + 'total_assets' => 'izimpahla eziphelele', + 'total_licenses' => 'amalayisensi ephelele', + 'total_accessories' => 'izesekeli eziphelele', + 'total_consumables' => 'ukusetshenziswa okuphelele', + 'type' => 'Thayipha', + 'undeployable' => 'I-non-deployable', + 'unknown_admin' => 'Isilawuli esingaziwa', + 'username_format' => 'Igama lomsebenzisi Ifomethi', + 'update' => 'Ukubuyekeza', + 'uploaded' => 'Ilayishiwe', + 'user' => 'Umsebenzisi', + 'accepted' => 'yamukelwe', + 'declined' => 'inqatshelwe', + 'unaccepted_asset_report' => 'Izimpahla ezingamukelekile', + 'users' => 'Abasebenzisi', + 'viewassets' => 'Buka Amafa Abiwe', + 'website' => 'Iwebhusayithi', + 'welcome' => 'Siyakwamukela,: igama', + 'years' => 'iminyaka', + 'yes' => 'Yebo', + 'zip' => 'I-Zip', + 'noimage' => 'Akukho ukulayishwa kwesithombe noma isithombe esingatholakali.', + 'token_expired' => 'Isikhathi sakho sefomu siphelelwe yisikhathi. Ngicela uzame futhi.', + ]; diff --git a/resources/lang/zu/mail.php b/resources/lang/zu/mail.php new file mode 100644 index 0000000000..4f38ca772b --- /dev/null +++ b/resources/lang/zu/mail.php @@ -0,0 +1,71 @@ + 'Umsebenzisi ukhanse isicelo sezinto kuwebhusayithi', + 'a_user_requested' => 'Umsebenzisi ucele into ku-website', + 'accessory_name' => 'Igama lokufinyelela:', + 'additional_notes' => 'Amanothi angeziwe:', + 'admin_has_created' => 'Umlawuli udale i-akhawunti kuwe: iwebhusayithi yewebhu.', + 'asset' => 'Impahla:', + 'asset_name' => 'Igama lomhlaba:', + 'asset_requested' => 'Ifa liceliwe', + 'asset_tag' => 'Ithegi yetekisi:', + 'assets_warrantee_expiring' => '{1} impahla ne-warrantee iphelelwa yisikhathi ezinsukwini ezingu-60 ezizayo. | [2, ama-Inf] amafa ane-warrantees aphelelwa yisikhathi ezinsukwini ezingu-60 ezizayo.', + 'assigned_to' => 'Kwabiwa Ku', + 'best_regards' => 'Ozithobayo,', + 'canceled' => 'Ikhanseliwe:', + 'checkin_date' => 'Usuku lokuhlola:', + 'checkout_date' => 'Usuku lokuhlola:', + 'click_to_confirm' => 'Sicela uchofoze kusixhumanisi esilandelayo ukuqinisekisa i-akhawunti yakho yewebhu:', + 'click_on_the_link_accessory' => 'Sicela uchofoze kusixhumanisi ngezansi ukuze uqinisekise ukuthi uthole i-accessory.', + 'click_on_the_link_asset' => 'Sicela uchofoze kusixhumanisi ngezansi ukuze uqinisekise ukuthi uthole ifa.', + 'Confirm_Asset_Checkin' => 'Qinisekisa i-Asset Checkin.', + 'Confirm_Accessory_Checkin' => 'Qinisekisa i-Accessory Checkin.', + 'Confirm_accessory_delivery' => 'Qinisekisa ukulethwa kwezidingo.', + 'Confirm_asset_delivery' => 'Qinisekisa ukulethwa kwempahla.', + 'Confirm_consumable_delivery' => 'Qinisekisa ukulethwa okudliwayo.', + 'current_QTY' => 'I-QTY yamanje', + 'Days' => 'Izinsuku', + 'days' => 'Izinsuku', + 'expecting_checkin_date' => 'Ilanga le-Checkin elilindelekile:', + 'expires' => 'Iphelelwa yisikhathi', + 'Expiring_Assets_Report' => 'Ukubika Okubanjelwe Amafa.', + 'Expiring_Licenses_Report' => 'Umbiko Welayisense Okuphelelwa yisikhathi.', + 'hello' => 'Sawubona', + 'hi' => 'Sawubona', + 'i_have_read' => 'Ngifunde futhi ngiyavumelana nemigomo yokusetshenziswa, futhi ngithole le nto.', + 'item' => 'Into:', + 'items_below_minimum' => 'Into engu-{1} engezansi yokusungula noma ngokushesha izoba ngaphansi. Izinto ezingu- [2, Inf] ezingaphansi kwe-inventory encane noma maduze zizobe ziphansi.', + 'Item_Request_Canceled' => 'Into yokucela ikhanseliwe', + 'Item_Requested' => 'Into ifunwe', + 'licenses_expiring' => 'Ilayisensi engu-{1} iphelelwa yisikhathi ezinsukwini ezingu-60 ezilandelayo. | [2, i-Inf] amalayisensi aphelelwa yisikhathi ezinsukwini ezingu-60 ezilandelayo.', + 'link_to_update_password' => 'Sicela uchofoze kusixhumanisi esilandelayo ukuze ubuyekeze: iphasiwedi yakho yewebhu:', + 'login_first_admin' => 'Ngena ngemvume ekufakweni kwakho okusha kwe-Snipe-IT usebenzisa iziqinisekiso ezingezansi:', + 'login' => 'Ngena ngemvume:', + 'Low_Inventory_Report' => 'Umbiko Wokungenisa Okuphansi', + 'min_QTY' => 'I-Min QTY', + 'name' => 'Igama', + 'new_item_checked' => 'Into entsha ihloliwe ngaphansi kwegama lakho, imininingwane ingezansi.', + 'password' => 'Iphasiwedi:', + 'password_reset' => 'I-Password Setha kabusha', + + 'read_the_terms' => 'Sicela ufunde imigomo yokusetshenziswa ngezansi.', + 'read_the_terms_and_click' => 'Sicela ufunde imigomo yokusetshenziswa ngezansi, bese uchofoza isixhumanisi phansi ukuze uqinisekise ukuthi ufunda futhi uvumelana nemigomo yokusetshenziswa, futhi uthole ifa.', + 'requested' => 'Ucele:', + 'reset_link' => 'Iphasiwedi yakho Hlaziya kabusha Isixhumanisi', + 'reset_password' => 'Chofoza lapha ukuze usethe kabusha iphasiwedi yakho:', + 'serial' => 'I-serial:', + 'supplier' => 'Umphakeli', + 'tag' => 'Maka', + 'test_email' => 'I-imeyili yokuhlola evela ku-Snipe-IT', + 'test_mail_text' => 'Lokhu kuhlolwa kusuka ohlelweni lwezokuphathwa kwe-Asset ye-Snipe-IT. Uma unalokhu, i-imeyili isebenza :)', + 'the_following_item' => 'Into elandelayo ihloliwe ku:', + 'There_are' => '{1} Kukhona | [2, Inf] Kukhona', + 'to_reset' => 'Ukuze usethe kabusha: iphasiwedi yewebhu, ugcwalise leli fomu:', + 'type' => 'Thayipha', + 'user' => 'Umsebenzisi:', + 'username' => 'Igama lomsebenzisi:', + 'welcome' => 'Siyakwamukela: igama', + 'welcome_to' => 'Siyakwamukela ku: iwebhu!', + 'your_credentials' => 'Izimpawu zakho ze-Snipe-IT', +); diff --git a/resources/lang/zu/pagination.php b/resources/lang/zu/pagination.php new file mode 100644 index 0000000000..196495c2f5 --- /dev/null +++ b/resources/lang/zu/pagination.php @@ -0,0 +1,20 @@ + '« Ngaphambilini', + + 'next' => 'Okulandelayo »', + +); diff --git a/resources/lang/zu/passwords.php b/resources/lang/zu/passwords.php new file mode 100644 index 0000000000..ce806fc722 --- /dev/null +++ b/resources/lang/zu/passwords.php @@ -0,0 +1,7 @@ + 'Isixhumanisi sakho sephasiwedi sithunyelwe!', + 'user' => 'Lo msebenzisi akekho noma awunalo ikheli le-imeyili elihlotshanisiwe', +]; + diff --git a/resources/lang/zu/reminders.php b/resources/lang/zu/reminders.php new file mode 100644 index 0000000000..2f0478748d --- /dev/null +++ b/resources/lang/zu/reminders.php @@ -0,0 +1,24 @@ + "Amaphasiwedi kufanele abe izinhlamvu eziyisithupha futhi afane nokuqinisekiswa.", + + "user" => "Igama lomsebenzisi noma ikheli le-imeyili alilungile", + + "token" => "Le ithokheni yokusetha kabusha iphasiwedi ayivumelekile.", + + "sent" => "Uma ikheli le-imeyili elifanayo litholakala, isikhumbuzi sephasiwedi sithunyelwe!", + +); diff --git a/resources/lang/zu/table.php b/resources/lang/zu/table.php new file mode 100644 index 0000000000..0797bd00f3 --- /dev/null +++ b/resources/lang/zu/table.php @@ -0,0 +1,10 @@ + 'Izenzo', + 'action' => 'Isenzo', + 'by' => 'Ngu', + 'item' => 'Into', + +); diff --git a/resources/lang/zu/validation.php b/resources/lang/zu/validation.php new file mode 100644 index 0000000000..52439d57ee --- /dev/null +++ b/resources/lang/zu/validation.php @@ -0,0 +1,136 @@ + 'I: izimfanelo kufanele zamukelwe.', + 'active_url' => 'I: imfanelo ayiyona i-URL evumelekile.', + 'after' => 'I: imfanelo kufanele ibe usuku emva: idethi.', + 'after_or_equal' => 'I: imfanelo kufanele ibe usuku olulandelayo noma olulingana nalokhu: usuku.', + 'alpha' => 'I: imfanelo ingase ibe nezinhlamvu kuphela.', + 'alpha_dash' => 'I: i-attribute ingaqukatha kuphela izinhlamvu, izinombolo, kanye nokudonswa.', + 'alpha_num' => 'I: Imfanelo ingase ibe nezinhlamvu nezinombolo kuphela.', + 'array' => 'I: imfanelo kufanele ibe i-array.', + 'before' => 'I: Imfanelo kufanele ibe usuku ngaphambi: idethi.', + 'before_or_equal' => 'I: imfanelo kufanele ibe usuku ngaphambi noma elilingana nalokhu: usuku.', + 'between' => [ + 'numeric' => 'I: imfanelo kufanele ibe phakathi: min futhi: max.', + 'file' => 'I: imfanelo kufanele ibe phakathi: min futhi: max kilobyte.', + 'string' => 'I: imfanelo kufanele ibe phakathi: min futhi: max izinhlamvu.', + 'array' => 'I: imfanelo kufanele ibe phakathi kwe: min kanye: izinto eziningi.', + ], + 'boolean' => 'I: Insimu yemfanelo kufanele ibe yikho noma ingamanga.', + 'confirmed' => 'I: imfanelo yokuqinisekisa ayifani.', + 'date' => 'I: imfanelo akuyona idethi evumelekile.', + 'date_format' => 'I: imfanelo ayihambisani nefomethi: ifomethi.', + 'different' => 'I: i-attribut futhi: enye kumele ihluke.', + 'digits' => 'I: imfanelo kufanele ibe: amadijithi amadijithali.', + 'digits_between' => 'I: imfanelo kufanele ibe phakathi: iminithi kanye: amadijithi amaningi.', + 'dimensions' => 'I: imfanelo inezinhlobo zesithombe ezingavumelekile.', + 'distinct' => 'I: insimu yemfanelo inenani eliphindwe kabili.', + 'email' => 'I: imfanelo kufanele ibe ikheli le-imeyili elivumelekile.', + 'exists' => 'Okukhethiwe: imfanelo ayivumelekile.', + 'file' => 'I: imfanelo kufanele ibe ifayela.', + 'filled' => 'I: insimu yemfanelo kufanele ibe nenani.', + 'image' => 'I: imfanelo kufanele ibe isithombe.', + 'in' => 'Okukhethiwe: imfanelo ayivumelekile.', + 'in_array' => 'I: inkambu yokwazisa ayikho: enye.', + 'integer' => 'I: imfanelo kufanele ibe inamba.', + 'ip' => 'I: imfanelo kufanele ibe ikheli le-IP elivumelekile.', + 'ipv4' => 'I: imfanelo kufanele ibe ikheli le-IPv4 elivumelekile.', + 'ipv6' => 'I: imfanelo kufanele ibe ikheli le-IPv6 elivumelekile.', + 'json' => 'I: imfanelo kufanele ibe yocingo oluvumelekile le-JSON.', + 'max' => [ + 'numeric' => 'I: umqondo kungenzeka ukuthi awukhulu kun: max.', + 'file' => 'I: I-attribute ingase ingabi mkhulu kune: ama-kilobytes amaningi.', + 'string' => 'I: I-attribute ingase ingabi mkhulu kune: izinhlamvu eziphezulu.', + 'array' => 'I: i-attribute ingase ingabi nalokhu: izinto eziningi.', + ], + 'mimes' => 'I: imfanelo kufanele ibe ifayela lohlobo:: amanani.', + 'mimetypes' => 'I: imfanelo kufanele ibe ifayela lohlobo:: amanani.', + 'min' => [ + 'numeric' => 'I: imfanelo kumele ibe okungenani: min.', + 'file' => 'I: imfanelo kufanele ibe okungenani: min kilobytes.', + 'string' => 'I: imfanelo kufanele ibe okungenani: izinhlamvu ezincane.', + 'array' => 'I: i-attribut kumele ibe okungenani: min min.', + ], + 'not_in' => 'Okukhethiwe: imfanelo ayivumelekile.', + 'numeric' => 'I: imfanelo kufanele ibe inombolo.', + 'present' => 'I: insimu yemfanelo kufanele ibe khona.', + 'regex' => 'I: ifomethi yokwaziswa ayivumelekile.', + 'required' => 'I: insimu yemfanelo iyadingeka.', + 'required_if' => 'I: Insimu yemfanelo iyadingeka uma: enye ingukuthi: inani.', + 'required_unless' => 'I: insimu yemfanelo iyadingeka ngaphandle: enye ikhona: amanani.', + 'required_with' => 'I: Insimu yemfanelo iyadingeka lapho: amanani ekhona.', + 'required_with_all' => 'I: Insimu yemfanelo iyadingeka lapho: amanani ekhona.', + 'required_without' => 'I: Insimu yemfanelo iyadingeka lapho: amanani engekho.', + 'required_without_all' => 'I: Insimu yemfanelo iyadingeka lapho kungekho namunye: amanani akhona.', + 'same' => 'I: i-attribut futhi: enye kufanele ifane.', + 'size' => [ + 'numeric' => 'I: imfanelo kufanele ibe: usayizi.', + 'file' => 'I: imfanelo kufanele ibe: ama-kilobytes wesayizi.', + 'string' => 'I: imfanelo kufanele ibe: izinhlamvu zesayizi.', + 'array' => 'I: imfanelo kufanele ibe nalokhu: izinto ezisayizi.', + ], + 'string' => 'I: imfanelo kufanele ibe yocingo.', + 'timezone' => 'I: imfanelo kufanele ibe yindawo evumelekile.', + 'unique' => 'I: imfanelo isivele ithathwe.', + 'uploaded' => 'I: imfanelo ayihlulekile ukulayisha.', + 'url' => 'I: ifomethi yokwaziswa ayivumelekile.', + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ + 'alpha_space' => "I: Insimu yemfanelo iqukethe umlingiswa ongavunyelwe.", + "email_array" => "Ikheli elilodwa noma ngaphezulu le-imeyili alivumelekile.", + "hashed_pass" => "Iphasiwedi yakho yamanje ayilungile", + 'dumbpwd' => 'Lelo phasiwedi livame kakhulu.', + "statuslabel_type" => "Kumele ukhethe uhlobo lwelebula lesimo esivumelekile", + "unique_undeleted" => "I: imfanelo kufanele ibe eyingqayizivele.", + ], + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => [], + +); diff --git a/resources/macros/macros.php b/resources/macros/macros.php index f600ff6049..f298568783 100644 --- a/resources/macros/macros.php +++ b/resources/macros/macros.php @@ -15,12 +15,12 @@ Form::macro('locales', function ($name = "locale", $selected = null, $class = nu ''=> " ", 'en'=> "English, US", 'en-GB'=> "English, UK", - //'af'=> "Afrikaans", + 'af'=> "Afrikaans", 'ar'=> "Arabic", 'bg'=> "Bulgarian", 'zh-CN'=> "Chinese Simplified", 'zh-TW'=> "Chinese Traditional", - // 'hr'=> "Croatian", + 'hr'=> "Croatian", 'cs'=> "Czech", 'da'=> "Danish", 'nl'=> "Dutch", @@ -33,12 +33,14 @@ Form::macro('locales', function ($name = "locale", $selected = null, $class = nu 'he'=> "Hebrew", 'hu'=> "Hungarian", 'id'=> "Indonesian", + 'ga-IE'=> "Italian", 'it'=> "Italian", 'ja'=> "Japanese", 'ko'=> "Korean", - // 'lv'=>'Latvian', + 'lv'=>'Latvian', 'lt'=> "Lithuanian", 'ms'=> "Malay", + 'mi'=> "Maori", 'mn'=> "Mongolian", 'no'=> "Norwegian", 'fa'=> "Persian", @@ -50,10 +52,11 @@ Form::macro('locales', function ($name = "locale", $selected = null, $class = nu 'es-ES'=> "Spanish", 'es-CO'=> "Spanish, Colombia", 'sv-SE'=> "Swedish", - //'ta'=> "Tamil", + 'ta'=> "Tamil", 'th'=> "Thai", 'tr'=> "Turkish", 'vi'=> "Vietnamese", + 'zu'=> "Zulu", ); $idclause=''; diff --git a/resources/views/settings/ldap.blade.php b/resources/views/settings/ldap.blade.php index 81509a613a..705fdcafc9 100644 --- a/resources/views/settings/ldap.blade.php +++ b/resources/views/settings/ldap.blade.php @@ -34,10 +34,14 @@ @else - {{ Form::open(['method' => 'POST', 'files' => false, 'autocomplete' => 'off', 'class' => 'form-horizontal', 'role' => 'form' ]) }} + {{ Form::open(['method' => 'POST', 'files' => false, 'autocomplete' => 'false', 'class' => 'form-horizontal', 'role' => 'form' ]) }} {{csrf_field()}} + + + +