Merge branch 'develop'

This commit is contained in:
snipe 2017-10-17 18:53:21 -07:00
commit 1f1d9d5461
1438 changed files with 21947 additions and 15782 deletions

View file

@ -1,22 +1,22 @@
<?php <?php
return array( return array(
'about_accessories_title' => 'About Accessories', 'about_accessories_title' => 'Oor Toebehore',
'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' => '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' => 'Accessory Category', 'accessory_category' => 'Toebehore Kategorie',
'accessory_name' => 'Accessory Name', 'accessory_name' => 'Toebehore Naam',
'checkout' => 'Checkout Accessory', 'checkout' => 'Checkout Accessory',
'checkin' => 'Checkin Accessory', 'checkin' => 'Checkin Accessory',
'create' => 'Create Accessory', 'create' => 'Skep bykomstighede',
'edit' => 'Edit Accessory', 'edit' => 'Wysig bykomstighede',
'eula_text' => 'Category EULA', 'eula_text' => 'Kategorie 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_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' => 'Require users to confirm acceptance of assets in this category.', 'require_acceptance' => 'Vereis gebruikers om die aanvaarding van bates in hierdie kategorie te bevestig.',
'no_default_eula' => 'No primary default EULA found. Add one in Settings.', 'no_default_eula' => 'Geen primêre standaard EULA gevind nie. Voeg een by Instellings.',
'total' => 'Total', 'total' => 'totale',
'remaining' => 'Avail', 'remaining' => 'opgelewer',
'update' => 'Update Accessory', 'update' => 'Opdatering bywerk',
'use_default_eula' => 'Use the <a href="#" data-toggle="modal" data-target="#eulaModal">primary default EULA</a> instead.', 'use_default_eula' => 'Gebruik eerder die <a href="#" data-toggle="modal" data-target="#eulaModal">primary standaard EULA</a>.',
'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.', 'use_default_eula_disabled' => '<del>Gebruik die primêre standaardverlof in plaas daarvan.</del> Geen primêre standaard EULA is ingestel nie. Voeg asseblief een by Instellings.',
); );

View file

@ -2,35 +2,35 @@
return array( return array(
'does_not_exist' => 'The accessory does not exist.', 'does_not_exist' => 'Die accessoire bestaan nie.',
'assoc_users' => 'This accessory currently has :count items checked out to users. Please check in the accessories and and try again. ', 'assoc_users' => 'Hierdie bykomstige het tans: tel items wat uitgekontroleer is aan gebruikers. Kontroleer asseblief die bykomstighede en en probeer weer.',
'create' => array( 'create' => array(
'error' => 'The accessory was not created, please try again.', 'error' => 'Die bykomstigheid is nie geskep nie, probeer asseblief weer.',
'success' => 'The accessory was successfully created.' 'success' => 'Die bykomstigheid is suksesvol geskep.'
), ),
'update' => array( 'update' => array(
'error' => 'The accessory was not updated, please try again', 'error' => 'Die bykomstigheid is nie opgedateer nie, probeer asseblief weer',
'success' => 'The accessory was updated successfully.' 'success' => 'Die bykomstigheid is suksesvol opgedateer.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this accessory?', 'confirm' => 'Is jy seker jy wil hierdie toebehore uitvee?',
'error' => 'There was an issue deleting the accessory. Please try again.', 'error' => 'Daar was \'n probleem met die verwydering van die bykomstigheid. Probeer asseblief weer.',
'success' => 'The accessory was deleted successfully.' 'success' => 'Die bykomstigheid is suksesvol verwyder.'
), ),
'checkout' => array( 'checkout' => array(
'error' => 'Accessory was not checked out, please try again', 'error' => 'Toebehore is nie nagegaan nie, probeer asseblief weer',
'success' => 'Accessory checked out successfully.', 'success' => 'Toebehore suksesvol nagegaan.',
'user_does_not_exist' => 'That user is invalid. Please try again.' 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.'
), ),
'checkin' => array( 'checkin' => array(
'error' => 'Accessory was not checked in, please try again', 'error' => 'Toebehore is nie nagegaan nie, probeer asseblief weer',
'success' => 'Accessory checked in successfully.', 'success' => 'Toebehore is suksesvol nagegaan.',
'user_does_not_exist' => 'That user is invalid. Please try again.' 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.'
) )

View file

@ -1,11 +1,11 @@
<?php <?php
return array( return array(
'dl_csv' => 'Download CSV', 'dl_csv' => 'Laai CSV af',
'eula_text' => 'EULA', 'eula_text' => 'EULA',
'id' => 'ID', 'id' => 'ID',
'require_acceptance' => 'Acceptance', 'require_acceptance' => 'aanvaarding',
'title' => 'Accessory Name', 'title' => 'Toebehore Naam',
); );

View file

@ -1,14 +1,14 @@
<?php <?php
return [ return [
'asset_maintenance_type' => 'Maintenance Type', 'asset_maintenance_type' => 'Onderhoudstipe',
'title' => 'Title', 'title' => 'Titel',
'start_date' => 'Started', 'start_date' => 'begin',
'completion_date' => 'Completed', 'completion_date' => 'voltooi',
'cost' => 'Cost', 'cost' => 'koste',
'is_warranty' => 'Warranty Improvement', 'is_warranty' => 'Garantieverbetering',
'asset_maintenance_time' => 'Days', 'asset_maintenance_time' => 'dae',
'notes' => 'Notes', 'notes' => 'notas',
'update' => 'Update', 'update' => 'Opdateer',
'create' => 'Create' 'create' => 'Skep'
]; ];

View file

@ -2,10 +2,10 @@
return [ return [
'asset_maintenances' => 'Asset Maintenances', 'asset_maintenances' => 'Asset Maintenances',
'edit' => 'Edit Asset Maintenance', 'edit' => 'Wysig bateonderhoud',
'delete' => 'Delete Asset Maintenance', 'delete' => 'Verwyder Bate Onderhoud',
'view' => 'View Asset Maintenance Details', 'view' => 'Bekyk Bate Onderhoud Besonderhede',
'repair' => 'Repair', 'repair' => 'herstel',
'maintenance' => 'Maintenance', 'maintenance' => 'onderhoud',
'upgrade' => 'Upgrade' 'upgrade' => 'opgradering'
]; ];

View file

@ -1,21 +1,21 @@
<?php <?php
return [ return [
'not_found' => 'Asset Maintenance you were looking for was not found!', 'not_found' => 'Bate-instandhouding waarna jy gesoek is, is nie gevind nie!',
'delete' => [ 'delete' => [
'confirm' => 'Are you sure you wish to delete this asset maintenance?', 'confirm' => 'Is jy seker jy wil hierdie bate instandhouding uitvee?',
'error' => 'There was an issue deleting the asset maintenance. Please try again.', 'error' => 'Daar was \'n probleem met die verwydering van die bate-instandhouding. Probeer asseblief weer.',
'success' => 'The asset maintenance was deleted successfully.' 'success' => 'Die bate-instandhouding is suksesvol verwyder.'
], ],
'create' => [ 'create' => [
'error' => 'Asset Maintenance was not created, please try again.', 'error' => 'Asset Maintenance is nie geskep nie, probeer asseblief weer.',
'success' => 'Asset Maintenance created successfully.' 'success' => 'Bate Onderhoud geskep suksesvol.'
], ],
'edit' => [ 'edit' => [
'error' => 'Asset Maintenance was not edited, please try again.', 'error' => 'Bateonderhoud is nie geredigeer nie, probeer asseblief weer.',
'success' => 'Asset Maintenance edited successfully.' 'success' => 'Bate Onderhoud suksesvol geredigeer.'
], ],
'asset_maintenance_incomplete' => 'Not Completed Yet', 'asset_maintenance_incomplete' => 'Nog nie voltooi nie',
'warranty' => 'Warranty', 'warranty' => 'waarborg',
'not_warranty' => 'Not Warranty', 'not_warranty' => 'Nie waarborg nie',
]; ];

View file

@ -1,8 +1,8 @@
<?php <?php
return [ return [
'title' => 'Asset Maintenance', 'title' => 'Bate Onderhoud',
'asset_name' => 'Asset Name', 'asset_name' => 'Bate Naam',
'is_warranty' => 'Warranty', 'is_warranty' => 'waarborg',
'dl_csv' => 'Download CSV' 'dl_csv' => 'Laai CSV af'
]; ];

View file

@ -1,23 +1,23 @@
<?php <?php
return array( return array(
'about_categories_title' => 'About Categories', 'about_categories_title' => 'Oor Kategorieë',
'about_categories' => 'Categories help you organize your items. Some example categories might be &quot;Desktops&quot;, &quot;Laptops&quot;, &quot;Mobile Phones&quot;, &quot;Tablets&quot;, and so on, but you can use categories any way that makes sense for you.', 'about_categories' => 'Kategorieë help jou om jou items te organiseer. Sommige voorbeeldkategorieë kan wees &quot;Desktops&quot;, &quot;Laptops&quot;, &quot;Mobile Phones&quot;, &quot;Tablets&quot;, ensovoorts, maar jy kan kategorieë gebruik wat vir jou sin maak.',
'asset_categories' => 'Asset Categories', 'asset_categories' => 'Bate kategorieë',
'category_name' => 'Category Name', 'category_name' => 'Kategorie Naam',
'checkin_email' => 'Send email to user on checkin.', 'checkin_email' => 'Stuur e-pos aan gebruiker op inskrywing.',
'clone' => 'Clone Category', 'clone' => 'Klone Kategorie',
'create' => 'Create Category', 'create' => 'Skep Kategorie',
'edit' => 'Edit Category', 'edit' => 'Wysig Kategorie',
'eula_text' => 'Category EULA', 'eula_text' => 'Kategorie 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_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' => 'Category Name', 'name' => 'Kategorie Naam',
'require_acceptance' => 'Require users to confirm acceptance of assets in this category.', 'require_acceptance' => 'Vereis gebruikers om die aanvaarding van bates in hierdie kategorie te bevestig.',
'required_acceptance' => 'This user will be emailed with a link to confirm acceptance of this item.', 'required_acceptance' => 'Hierdie gebruiker sal per e-pos met \'n skakel gestuur word om die aanvaarding van hierdie item te bevestig.',
'required_eula' => 'This user will be emailed a copy of the EULA', 'required_eula' => 'Hierdie gebruiker sal \'n afskrif van die EULA ontvang',
'no_default_eula' => 'No primary default EULA found. Add one in Settings.', 'no_default_eula' => 'Geen primêre standaard EULA gevind nie. Voeg een by Instellings.',
'update' => 'Update Category', 'update' => 'Opdateer kategorie',
'use_default_eula' => 'Use the <a href="#" data-toggle="modal" data-target="#eulaModal">primary default EULA</a> instead.', 'use_default_eula' => 'Gebruik eerder die <a href="#" data-toggle="modal" data-target="#eulaModal">primary standaard EULA</a>.',
'use_default_eula_disabled' => '<del>Use the primary default EULA instead.</del> No primary default EULA is set. Please add one in Settings.', 'use_default_eula_disabled' => '<del>Gebruik die primêre standaardverlof in plaas daarvan.</del> Geen primêre standaard EULA is ingestel nie. Voeg asseblief een by Instellings.',
); );

View file

@ -2,24 +2,24 @@
return array( return array(
'does_not_exist' => 'Category does not exist.', 'does_not_exist' => 'Kategorie bestaan nie.',
'assoc_models' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ', 'assoc_models' => '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' => '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_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( 'create' => array(
'error' => 'Category was not created, please try again.', 'error' => 'Kategorie is nie geskep nie, probeer asseblief weer.',
'success' => 'Category created successfully.' 'success' => 'Kategorie geskep suksesvol.'
), ),
'update' => array( 'update' => array(
'error' => 'Category was not updated, please try again', 'error' => 'Kategorie is nie opgedateer nie, probeer asseblief weer',
'success' => 'Category updated successfully.' 'success' => 'Kategorie suksesvol opgedateer.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this category?', 'confirm' => 'Is jy seker jy wil hierdie kategorie uitvee?',
'error' => 'There was an issue deleting the category. Please try again.', 'error' => 'Daar was \'n probleem met die verwydering van die kategorie. Probeer asseblief weer.',
'success' => 'The category was deleted successfully.' 'success' => 'Die kategorie is suksesvol verwyder.'
) )
); );

View file

@ -3,8 +3,8 @@
return array( return array(
'eula_text' => 'EULA', 'eula_text' => 'EULA',
'id' => 'ID', 'id' => 'ID',
'parent' => 'Parent', 'parent' => 'Ouer',
'require_acceptance' => 'Acceptance', 'require_acceptance' => 'aanvaarding',
'title' => 'Asset Category Name', 'title' => 'Bate Kategorie Naam',
); );

View file

@ -1,6 +1,6 @@
<?php <?php
return [ return [
'about_companies_title' => 'About Companies', 'about_companies_title' => 'Oor Maatskappye',
'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' => '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' => 'Select Company', 'select_company' => 'Kies Maatskappy',
]; ];

View file

@ -1,18 +1,18 @@
<?php <?php
return array( return array(
'does_not_exist' => 'Company does not exist.', 'does_not_exist' => 'Maatskappy bestaan nie.',
'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' => '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( 'create' => array(
'error' => 'Company was not created, please try again.', 'error' => 'Maatskappy is nie geskep nie, probeer asseblief weer.',
'success' => 'Company created successfully.' 'success' => 'Maatskappy geskep suksesvol.'
), ),
'update' => array( 'update' => array(
'error' => 'Company was not updated, please try again', 'error' => 'Maatskappy is nie opgedateer nie, probeer asseblief weer',
'success' => 'Company updated successfully.' 'success' => 'Maatskappy suksesvol opgedateer.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this company?', 'confirm' => 'Is jy seker jy wil hierdie maatskappy uitvee?',
'error' => 'There was an issue deleting the company. Please try again.', 'error' => 'Daar was \'n probleem met die verwydering van die maatskappy. Probeer asseblief weer.',
'success' => 'The Company was deleted successfully.' 'success' => 'Die maatskappy is suksesvol verwyder.'
) )
); );

View file

@ -1,9 +1,9 @@
<?php <?php
return array( return array(
'companies' => 'Companies', 'companies' => 'maatskappye',
'create' => 'Create Company', 'create' => 'Skep maatskappy',
'title' => 'Company', 'title' => 'maatskappy',
'update' => 'Update Company', 'update' => 'Update Company',
'name' => 'Company Name', 'name' => 'maatskappynaam',
'id' => 'ID', 'id' => 'ID',
); );

View file

@ -1,17 +1,17 @@
<?php <?php
return array( return array(
'about_components_title' => 'About Components', 'about_components_title' => 'Oor komponente',
'about_components_text' => 'Components are items that are part of an asset, for example HDD, RAM, etc.', 'about_components_text' => 'Komponente is items wat deel van \'n bate is, byvoorbeeld HDD, RAM, ens.',
'component_name' => 'Component Name', 'component_name' => 'Komponentnaam',
'checkin' => 'Checkin Component', 'checkin' => 'Checkin-komponent',
'checkout' => 'Checkout Component', 'checkout' => 'Afhandelingskomponent',
'cost' => 'Purchase Cost', 'cost' => 'Aankoopskoste',
'create' => 'Create Component', 'create' => 'Skep komponent',
'edit' => 'Edit Component', 'edit' => 'Wysig komponent',
'date' => 'Purchase Date', 'date' => 'Aankoop datum',
'order' => 'Order Number', 'order' => 'Bestellingnommer',
'remaining' => 'Remaining', 'remaining' => 'oorblywende',
'total' => 'Total', 'total' => 'totale',
'update' => 'Update Component', 'update' => 'Opdateer komponent',
); );

View file

@ -2,34 +2,34 @@
return array( return array(
'does_not_exist' => 'Component does not exist.', 'does_not_exist' => 'Komponent bestaan nie.',
'create' => array( 'create' => array(
'error' => 'Component was not created, please try again.', 'error' => 'Komponent is nie geskep nie, probeer asseblief weer.',
'success' => 'Component created successfully.' 'success' => 'Komponent geskep suksesvol.'
), ),
'update' => array( 'update' => array(
'error' => 'Component was not updated, please try again', 'error' => 'Komponent is nie opgedateer nie, probeer asseblief weer',
'success' => 'Component updated successfully.' 'success' => 'Komponent suksesvol opgedateer.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this component?', 'confirm' => 'Is jy seker jy wil hierdie komponent uitvee?',
'error' => 'There was an issue deleting the component. Please try again.', 'error' => 'Daar was \'n probleem met die verwydering van die komponent. Probeer asseblief weer.',
'success' => 'The component was deleted successfully.' 'success' => 'Die komponent is suksesvol verwyder.'
), ),
'checkout' => array( 'checkout' => array(
'error' => 'Component was not checked out, please try again', 'error' => 'Komponent is nie nagegaan nie, probeer asseblief weer',
'success' => 'Component checked out successfully.', 'success' => 'Komponent is suksesvol nagegaan.',
'user_does_not_exist' => 'That user is invalid. Please try again.' 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.'
), ),
'checkin' => array( 'checkin' => array(
'error' => 'Component was not checked in, please try again', 'error' => 'Komponent is nie nagegaan nie, probeer asseblief weer',
'success' => 'Component checked in successfully.', 'success' => 'Komponent is suksesvol nagegaan.',
'user_does_not_exist' => 'That user is invalid. Please try again.' 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.'
) )

View file

@ -1,5 +1,5 @@
<?php <?php
return array( return array(
'title' => 'Component Name', 'title' => 'Komponentnaam',
); );

View file

@ -1,13 +1,13 @@
<?php <?php
return array( return array(
'about_consumables_title' => 'About Consumables', 'about_consumables_title' => 'Oor Verbruiksgoedere',
'about_consumables_text' => 'Consumables are anything purchased that will be used up over time. For example, printer ink or copier paper.', 'about_consumables_text' => 'Verbruiksgoedere word enigiets aangekoop wat oor tyd gebruik sal word. Byvoorbeeld, drukker ink of kopieermapier.',
'checkout' => 'Checkout Consumable to User', 'checkout' => 'Afhandeling Verbruiker na Gebruiker',
'consumable_name' => 'Consumable Name', 'consumable_name' => 'Verbruikbare Naam',
'create' => 'Create Consumable', 'create' => 'Skep Verbruik',
'item_no' => 'Item No.', 'item_no' => 'Item No.',
'remaining' => 'Remaining', 'remaining' => 'oorblywende',
'total' => 'Total', 'total' => 'totale',
'update' => 'Update Consumable', 'update' => 'Verbruik Verbruik',
); );

View file

@ -2,34 +2,34 @@
return array( return array(
'does_not_exist' => 'Consumable does not exist.', 'does_not_exist' => 'Verbruiksgoedere bestaan nie.',
'create' => array( 'create' => array(
'error' => 'Consumable was not created, please try again.', 'error' => 'Verbruiksgoedere is nie geskep nie, probeer asseblief weer.',
'success' => 'Consumable created successfully.' 'success' => 'Verbruiker geskep suksesvol.'
), ),
'update' => array( 'update' => array(
'error' => 'Consumable was not updated, please try again', 'error' => 'Verbruiksgoedere is nie opgedateer nie, probeer asseblief weer',
'success' => 'Consumable updated successfully.' 'success' => 'Verbruiksgoedere suksesvol opgedateer.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this consumable?', 'confirm' => 'Is jy seker jy wil hierdie verbruiksgoed uitvee?',
'error' => 'There was an issue deleting the consumable. Please try again.', 'error' => 'Daar was \'n probleem met die verwydering van die verbruik. Probeer asseblief weer.',
'success' => 'The consumable was deleted successfully.' 'success' => 'Die verbruiksgoed is suksesvol verwyder.'
), ),
'checkout' => array( 'checkout' => array(
'error' => 'Consumable was not checked out, please try again', 'error' => 'Verbruiksgoedere is nie nagegaan nie, probeer asseblief weer',
'success' => 'Consumable checked out successfully.', 'success' => 'Verbruiksgoedere is suksesvol nagegaan.',
'user_does_not_exist' => 'That user is invalid. Please try again.' 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.'
), ),
'checkin' => array( 'checkin' => array(
'error' => 'Consumable was not checked in, please try again', 'error' => 'Verbruiksgoedere is nie nagegaan nie, probeer asseblief weer',
'success' => 'Consumable checked in successfully.', 'success' => 'Verbruiker word suksesvol nagegaan.',
'user_does_not_exist' => 'That user is invalid. Please try again.' 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.'
) )

View file

@ -1,5 +1,5 @@
<?php <?php
return array( return array(
'title' => 'Consumable Name', 'title' => 'Verbruikbare Naam',
); );

View file

@ -1,30 +1,30 @@
<?php <?php
return array( return array(
'custom_fields' => 'Custom Fields', 'custom_fields' => 'Aangepaste velde',
'field' => 'Field', 'field' => 'veld',
'about_fieldsets_title' => 'About Fieldsets', 'about_fieldsets_title' => 'Oor Fieldsets',
'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' => 'Veldstelle stel jou in staat om groepe van persoonlike velde te skep wat gereeld hergebruik word vir spesifieke tipe bates.',
'custom_format' => 'Custom format...', 'custom_format' => 'Gepasmaakte formaat ...',
'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field' => 'Enkripteer die waarde van hierdie veld in die databasis',
'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypt_field_help' => 'WAARSKUWING: Om \'n veld te enkripteer, maak dit onondersoekbaar.',
'encrypted' => 'Encrypted', 'encrypted' => 'encrypted',
'fieldset' => 'Fieldset', 'fieldset' => 'fieldset',
'qty_fields' => 'Qty Fields', 'qty_fields' => 'Aantal velde',
'fieldsets' => 'Fieldsets', 'fieldsets' => 'Fieldsets',
'fieldset_name' => 'Fieldset Name', 'fieldset_name' => 'Veldsetnaam',
'field_name' => 'Field Name', 'field_name' => 'Veldnaam',
'field_values' => 'Field Values', 'field_values' => 'Veldwaardes',
'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.', 'field_values_help' => 'Voeg selekteer opsies by, een per reël. Blanke lyne behalwe die eerste reël sal geïgnoreer word.',
'field_element' => 'Form Element', 'field_element' => 'Vorm Element',
'field_element_short' => 'Element', 'field_element_short' => 'element',
'field_format' => 'Format', 'field_format' => 'formaat',
'field_custom_format' => 'Custom Format', 'field_custom_format' => 'Gepasmaakte formaat',
'required' => 'Required', 'required' => 'vereis',
'req' => 'Req.', 'req' => 'Req.',
'used_by_models' => 'Used By Models', 'used_by_models' => 'Gebruik deur modelle',
'order' => 'Order', 'order' => 'Orde',
'create_fieldset' => 'New Fieldset', 'create_fieldset' => 'Nuwe Fieldset',
'create_field' => 'New Custom Field', 'create_field' => 'Nuwe aangepaste veld',
'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' => 'Die waarde van hierdie veld is geïnkripteer in die databasis. Slegs admingebruikers sal die gedecodeerde waarde kan sien',
); );

View file

@ -3,48 +3,48 @@
return array( return array(
'field' => array( 'field' => array(
'invalid' => 'That field does not exist.', 'invalid' => 'Daardie veld bestaan nie.',
'already_added' => 'Field already added', 'already_added' => 'Veld reeds bygevoeg',
'create' => array( 'create' => array(
'error' => 'Field was not created, please try again.', 'error' => 'Veld is nie geskep nie, probeer asseblief weer.',
'success' => 'Field created successfully.', 'success' => 'Veld geskep suksesvol.',
'assoc_success' => 'Field successfully added to fieldset.' 'assoc_success' => 'Veld suksesvol bygevoeg tot veldtog.'
), ),
'update' => array( 'update' => array(
'error' => 'Field was not updated, please try again', 'error' => 'Veld is nie opgedateer nie, probeer asseblief weer',
'success' => 'Field updated successfully.' 'success' => 'Veld suksesvol opgedateer.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this field?', 'confirm' => 'Is jy seker jy wil hierdie veld uitvee?',
'error' => 'There was an issue deleting the field. Please try again.', 'error' => 'Daar was \'n probleem met die verwydering van die veld. Probeer asseblief weer.',
'success' => 'The field was deleted successfully.', 'success' => 'Die veld is suksesvol verwyder.',
'in_use' => 'Field is still in use.', 'in_use' => 'Veld is nog steeds in gebruik.',
) )
), ),
'fieldset' => array( 'fieldset' => array(
'does_not_exist' => 'Fieldset does not exist', 'does_not_exist' => 'Veldset bestaan nie',
'create' => array( 'create' => array(
'error' => 'Fieldset was not created, please try again.', 'error' => 'Veldtipe is nie geskep nie, probeer asseblief weer.',
'success' => 'Fieldset created successfully.' 'success' => 'Veldtipe suksesvol geskep.'
), ),
'update' => array( 'update' => array(
'error' => 'Fieldset was not updated, please try again', 'error' => 'Fieldset is nie opgedateer nie, probeer asseblief weer',
'success' => 'Fieldset updated successfully.' 'success' => 'Veldset suksesvol opgedateer.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this fieldset?', 'confirm' => 'Is jy seker jy wil hierdie veldtog uitvee?',
'error' => 'There was an issue deleting the fieldset. Please try again.', 'error' => 'Daar was \'n probleem met die verwydering van die veldtog. Probeer asseblief weer.',
'success' => 'The fieldset was deleted successfully.', 'success' => 'Die veldtog is suksesvol verwyder.',
'in_use' => 'Fieldset is still in use.', 'in_use' => 'Veldset is nog steeds in gebruik.',
) )
), ),

View file

@ -2,20 +2,20 @@
return array( return array(
'does_not_exist' => 'Department does not exist.', 'does_not_exist' => 'Departement bestaan nie.',
'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' => '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( 'create' => array(
'error' => 'Department was not created, please try again.', 'error' => 'Departement is nie geskep nie, probeer asseblief weer.',
'success' => 'Department created successfully.' 'success' => 'Departement geskep suksesvol.'
), ),
'update' => array( 'update' => array(
'error' => 'Department was not updated, please try again', 'error' => 'Departement is nie opgedateer nie, probeer asseblief weer',
'success' => 'Department updated successfully.' 'success' => 'Departement suksesvol opgedateer.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this department?', 'confirm' => 'Is jy seker jy wil hierdie departement uitvee?',
'error' => 'There was an issue deleting the department. Please try again.', 'error' => 'Daar is \'n probleem met die verwydering van die departement. Probeer asseblief weer.',
'success' => 'The department was deleted successfully.' 'success' => 'Die departement is suksesvol geskrap.'
) )
); );

View file

@ -3,9 +3,9 @@
return array( return array(
'id' => 'ID', 'id' => 'ID',
'name' => 'Department Name', 'name' => 'Departement Naam',
'manager' => 'Manager', 'manager' => 'Bestuurder',
'location' => 'Location', 'location' => 'plek',
'create' => 'Create Department', 'create' => 'Skep Departement',
'update' => 'Update Department', 'update' => 'Update Departement',
); );

View file

@ -1,12 +1,12 @@
<?php <?php
return array( return array(
'about_asset_depreciations' => 'About Asset Depreciations', 'about_asset_depreciations' => 'Oor bate afskrywing',
'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', 'about_depreciations' => 'U kan bate-afskrywings opstel om bates te deprecieer gebaseer op reguit-waardevermindering.',
'asset_depreciations' => 'Asset Depreciations', 'asset_depreciations' => 'Bate afskrywing',
'create' => 'Create Depreciation', 'create' => 'Skep waardevermindering',
'depreciation_name' => 'Depreciation Name', 'depreciation_name' => 'Waardevermindering Naam',
'number_of_months' => 'Number of Months', 'number_of_months' => 'Aantal maande',
'update' => 'Update Depreciation', 'update' => 'Werk waardevermindering op',
); );

View file

@ -2,24 +2,24 @@
return array( return array(
'does_not_exist' => 'Depreciation class does not exist.', 'does_not_exist' => 'Waardeverminderingsklas bestaan nie.',
'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' => '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( 'create' => array(
'error' => 'Depreciation class was not created, please try again. :(', 'error' => 'Waardeverminderingsklas is nie geskep nie, probeer asseblief weer. :(',
'success' => 'Depreciation class created successfully. :)' 'success' => 'Depresiasieklas geskep suksesvol. :)'
), ),
'update' => array( 'update' => array(
'error' => 'Depreciation class was not updated, please try again', 'error' => 'Waardeverminderingsklas is nie opgedateer nie, probeer asseblief weer',
'success' => 'Depreciation class updated successfully.' 'success' => 'Waardeverminderingsklas suksesvol opgedateer.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this depreciation class?', 'confirm' => 'Is jy seker jy wil hierdie depresiasieklas verwyder?',
'error' => 'There was an issue deleting the depreciation class. Please try again.', 'error' => 'Daar was \'n probleem met die verwydering van die waardeverminderingsklas. Probeer asseblief weer.',
'success' => 'The depreciation class was deleted successfully.' 'success' => 'Die waardeverminderingsklas is suksesvol verwyder.'
) )
); );

View file

@ -3,8 +3,8 @@
return array( return array(
'id' => 'ID', 'id' => 'ID',
'months' => 'Months', 'months' => 'maande',
'term' => 'Term', 'term' => 'termyn',
'title' => 'Name ', 'title' => 'naam',
); );

View file

@ -2,21 +2,21 @@
return array( return array(
'group_exists' => 'Group already exists!', 'group_exists' => 'Groep bestaan reeds!',
'group_not_found' => 'Group [:id] does not exist.', 'group_not_found' => 'Groep [: id] bestaan nie.',
'group_name_required' => 'The name field is required', 'group_name_required' => 'Die naam veld is nodig',
'success' => array( 'success' => array(
'create' => 'Group was successfully created.', 'create' => 'Groep is suksesvol geskep.',
'update' => 'Group was successfully updated.', 'update' => 'Groep is suksesvol opgedateer.',
'delete' => 'Group was successfully deleted.', 'delete' => 'Groep is suksesvol verwyder.',
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this group?', 'confirm' => 'Is jy seker jy wil hierdie groep uitvee?',
'create' => 'There was an issue creating the group. Please try again.', 'create' => 'Kon nie die groep skep nie. Probeer asseblief weer.',
'update' => 'There was an issue updating the group. Please try again.', 'update' => 'Kon nie die groep opdateer nie. Probeer asseblief weer.',
'delete' => 'There was an issue deleting the group. Please try again.', 'delete' => 'Kon nie die groep uitvee nie. Probeer asseblief weer.',
), ),
); );

View file

@ -2,8 +2,8 @@
return array( return array(
'id' => 'Id', 'id' => 'id',
'name' => 'Name', 'name' => 'naam',
'users' => '# of Users', 'users' => '# gebruikers',
); );

View file

@ -1,14 +1,14 @@
<?php <?php
return array( return array(
'about_groups_title' => 'About Groups', 'about_groups_title' => 'Oor groepe',
'about_groups' => 'Groups are used to generalize user permissions.', 'about_groups' => 'Groepe word gebruik om gebruikersregte te veralgemeen.',
'group_management' => 'Group Management', 'group_management' => 'Groepbestuur',
'create' => 'Create New Group', 'create' => 'Skep nuwe groep',
'update' => 'Edit Group', 'update' => 'Redigeer groep',
'group_name' => 'Group Name', 'group_name' => 'Groep Naam',
'group_admin' => 'Group Admin', 'group_admin' => 'Groep Admin',
'allow' => 'Allow', 'allow' => 'laat',
'deny' => 'Deny', 'deny' => 'ontken',
); );

View file

@ -1,42 +1,43 @@
<?php <?php
return array( return array(
'bulk_delete' => 'Confirm Bulk Delete Assets', 'bulk_delete' => 'Bevestig bates vir die verwydering van grootmaat',
'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_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' => 'You are about to delete :asset_count assets.', 'bulk_delete_warn' => 'Jy is op die punt om te verwyder: bate_count bates.',
'bulk_update' => 'Bulk Update Assets', 'bulk_update' => 'Grootskaalse opdateringsbates',
'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_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' => 'You are about to edit the properties of :asset_count assets.', 'bulk_update_warn' => 'Jy is op die punt om die eienskappe van: bate_count bates te wysig.',
'checkedout_to' => 'Checked Out To', 'checkedout_to' => 'Gekontroleer na',
'checkout_date' => 'Checkout Date', 'checkout_date' => 'Checkout Datum',
'checkin_date' => 'Checkin Date', 'checkin_date' => 'Incheckdatum',
'checkout_to' => 'Checkout to', 'checkout_to' => 'Afrekenen na',
'cost' => 'Purchase Cost', 'cost' => 'Aankoopskoste',
'create' => 'Create Asset', 'create' => 'Skep bate',
'date' => 'Purchase Date', 'date' => 'Aankoop datum',
'depreciates_on' => 'Depreciates On', 'depreciation' => 'waardevermindering',
'default_location' => 'Default Location', 'depreciates_on' => 'Depresiate On',
'eol_date' => 'EOL Date', 'default_location' => 'Verstek Ligging',
'eol_rate' => 'EOL Rate', 'eol_date' => 'EOL Datum',
'expected_checkin' => 'Expected Checkin Date', 'eol_rate' => 'EOL-tarief',
'expires' => 'Expires', 'expected_checkin' => 'Verwagte tjekdatum',
'fully_depreciated' => 'Fully Depreciated', 'expires' => 'verstryk',
'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', 'fully_depreciated' => 'Ten volle gedepresieer',
'mac_address' => 'MAC Address', 'help_checkout' => 'As u hierdie bate onmiddellik wil toewys, kies \'Klaar om te Implementeer\' uit die statuslys hierbo.',
'manufacturer' => 'Manufacturer', 'mac_address' => 'MAC adres',
'model' => 'Model', 'manufacturer' => 'vervaardiger',
'months' => 'months', 'model' => 'model',
'name' => 'Asset Name', 'months' => 'maande',
'notes' => 'Notes', 'name' => 'Bate Naam',
'order' => 'Order Number', 'notes' => 'notas',
'qr' => 'QR Code', 'order' => 'Bestellingnommer',
'requestable' => 'Users may request this asset', 'qr' => 'QR-kode',
'select_statustype' => 'Select Status Type', 'requestable' => 'Gebruikers kan hierdie bate aanvra',
'select_statustype' => 'Kies Status Tipe',
'serial' => 'Serial', 'serial' => 'Serial',
'status' => 'Status', 'status' => 'status',
'tag' => 'Asset Tag', 'tag' => 'Bate-tag',
'update' => 'Asset Update', 'update' => 'Asset Update',
'warranty' => 'Warranty', 'warranty' => 'waarborg',
'years' => 'years', 'years' => 'jaar',
) )
; ;

View file

@ -1,23 +1,23 @@
<?php <?php
return array( return array(
'about_assets_title' => 'About Assets', 'about_assets_title' => 'Oor bates',
'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' => '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' => 'Archived', 'archived' => 'argief',
'asset' => 'Asset', 'asset' => 'bate',
'bulk_checkout' => 'Checkout Assets to User', 'bulk_checkout' => 'Checkout Bates aan gebruiker',
'checkin' => 'Checkin Asset', 'checkin' => 'Kontrole bate',
'checkout' => 'Checkout Asset', 'checkout' => 'Checkout Asset',
'clone' => 'Clone Asset', 'clone' => 'Klone Bate',
'deployable' => 'Deployable', 'deployable' => 'verbintenis',
'deleted' => 'This asset has been deleted. <a href="/hardware/:asset_id/restore">Click here to restore it</a>.', 'deleted' => 'Hierdie bate is verwyder. <a href="/hardware/:asset_id/restore">Klik hier om dit te herstel</a>.',
'edit' => 'Edit Asset', 'edit' => 'Wysig bate',
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', 'filetype_info' => 'Toegelate filetipes is png, gif, jpg, jpeg, doc, docx, pdf, txt, zip en rar.',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.<br/> <a href="/hardware/models/:model_id/restore">Click here to restore the model</a>.', 'model_deleted' => 'Hierdie batesmodel is uitgevee. Jy moet die model herstel voordat jy die Bate kan herstel. <br/> <a href="/hardware/models/:model_id/restore">Klik hier om die model</a> te herstel.',
'requestable' => 'Requestable', 'requestable' => 'Requestable',
'requested' => 'Requested', 'requested' => 'versoek',
'restore' => 'Restore Asset', 'restore' => 'Herstel bate',
'pending' => 'Pending', 'pending' => 'hangende',
'undeployable' => 'Undeployable', 'undeployable' => 'Undeployable',
'view' => 'View Asset', 'view' => 'Bekyk bate',
); );

View file

@ -2,81 +2,80 @@
return array( return array(
'undeployable' => '<strong>Warning: </strong> This asset has been marked as currently undeployable. 'undeployable' => '<strong>Waarskuwing: </strong> Hierdie bate is gemerk as tans onbruikbaar. As hierdie status verander het, verander asseblief die batestatus.',
If this status has changed, please update the asset status.', 'does_not_exist' => 'Bate bestaan nie.',
'does_not_exist' => 'Asset does not exist.', 'does_not_exist_or_not_requestable' => 'Goeie probeerslag. Daardie bate bestaan nie of is nie versoekbaar nie.',
'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', '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.',
'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. ',
'create' => array( 'create' => array(
'error' => 'Asset was not created, please try again. :(', 'error' => 'Bate is nie geskep nie, probeer asseblief weer. :(',
'success' => 'Asset created successfully. :)' 'success' => 'Bate geskep suksesvol. :)'
), ),
'update' => array( 'update' => array(
'error' => 'Asset was not updated, please try again', 'error' => 'Bate is nie opgedateer nie, probeer asseblief weer',
'success' => 'Asset updated successfully.', 'success' => 'Bate is suksesvol opgedateer.',
'nothing_updated' => 'No fields were selected, so nothing was updated.', 'nothing_updated' => 'Geen velde is gekies nie, dus niks is opgedateer nie.',
), ),
'restore' => array( 'restore' => array(
'error' => 'Asset was not restored, please try again', 'error' => 'Bate is nie herstel nie, probeer asseblief weer',
'success' => 'Asset restored successfully.' 'success' => 'Bate herstel suksesvol.'
), ),
'audit' => array( 'audit' => array(
'error' => 'Asset audit was unsuccessful. Please try again.', 'error' => 'Bate-oudit was onsuksesvol. Probeer asseblief weer.',
'success' => 'Asset audit successfully logged.' 'success' => 'Bate oudit suksesvol aangemeld.'
), ),
'deletefile' => array( 'deletefile' => array(
'error' => 'File not deleted. Please try again.', 'error' => 'Lêer nie verwyder nie. Probeer asseblief weer.',
'success' => 'File successfully deleted.', 'success' => 'Lêer suksesvol uitgevee.',
), ),
'upload' => array( 'upload' => array(
'error' => 'File(s) not uploaded. Please try again.', 'error' => 'Lêer (s) nie opgelaai nie. Probeer asseblief weer.',
'success' => 'File(s) successfully uploaded.', 'success' => 'Lêer (s) suksesvol opgelaai.',
'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', 'nofiles' => 'Jy het nie enige lêers vir oplaai gekies nie, of die lêer wat jy probeer oplaai is te groot',
'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' => '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( 'import' => array(
'error' => 'Some items did not import correctly.', 'error' => 'Sommige items is nie korrek ingevoer nie.',
'errorDetail' => 'The following Items were not imported because of errors.', 'errorDetail' => 'Die volgende items is nie ingevoer as gevolg van foute nie.',
'success' => "Your file has been imported", 'success' => "Jou lêer is ingevoer",
'file_delete_success' => "Your file has been been successfully deleted", 'file_delete_success' => "Jou lêer is suksesvol verwyder",
'file_delete_error' => "The file was unable to be deleted", 'file_delete_error' => "Die lêer kon nie uitgevee word nie",
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset?', 'confirm' => 'Is jy seker jy wil hierdie bate uitvee?',
'error' => 'There was an issue deleting the asset. Please try again.', 'error' => 'Daar was \'n probleem met die verwydering van die bate. Probeer asseblief weer.',
'nothing_updated' => 'No assets were selected, so nothing was deleted.', 'nothing_updated' => 'Geen bates is gekies nie, so niks is verwyder nie.',
'success' => 'The asset was deleted successfully.' 'success' => 'Die bate is suksesvol verwyder.'
), ),
'checkout' => array( 'checkout' => array(
'error' => 'Asset was not checked out, please try again', 'error' => 'Bate is nie nagegaan nie, probeer asseblief weer',
'success' => 'Asset checked out successfully.', 'success' => 'Die bate is suksesvol nagegaan.',
'user_does_not_exist' => 'That user is invalid. Please try again.', 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.',
'not_available' => 'That asset is not available for checkout!' 'not_available' => 'Die bate is nie beskikbaar vir die kassa nie!'
), ),
'checkin' => array( 'checkin' => array(
'error' => 'Asset was not checked in, please try again', 'error' => 'Bate is nie nagegaan nie, probeer asseblief weer',
'success' => 'Asset checked in successfully.', 'success' => 'Die bate is suksesvol nagegaan.',
'user_does_not_exist' => 'That user is invalid. Please try again.', 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.',
'already_checked_in' => 'That asset is already checked in.', 'already_checked_in' => 'Daardie bate is reeds nagegaan.',
), ),
'requests' => array( 'requests' => array(
'error' => 'Asset was not requested, please try again', 'error' => 'Bate is nie aangevra nie, probeer asseblief weer',
'success' => 'Asset requested successfully.', 'success' => 'Die bate is suksesvol aangevra.',
'canceled' => 'Checkout request successfully canceled' 'canceled' => 'Afhandeling versoek suksesvol gekanselleer'
) )
); );

View file

@ -2,23 +2,23 @@
return array( return array(
'asset_tag' => 'Asset Tag', 'asset_tag' => 'Bate-tag',
'asset_model' => 'Model', 'asset_model' => 'model',
'book_value' => 'Value', 'book_value' => 'waarde',
'change' => 'In/Out', 'change' => 'In uit',
'checkout_date' => 'Checkout Date', 'checkout_date' => 'Checkout Datum',
'checkoutto' => 'Checked Out', 'checkoutto' => 'Gekontroleer',
'diff' => 'Diff', 'diff' => 'diff',
'dl_csv' => 'Download CSV', 'dl_csv' => 'Laai CSV af',
'eol' => 'EOL', 'eol' => 'EOL',
'id' => 'ID', 'id' => 'ID',
'location' => 'Location', 'location' => 'plek',
'purchase_cost' => 'Cost', 'purchase_cost' => 'koste',
'purchase_date' => 'Purchased', 'purchase_date' => 'gekoop',
'serial' => 'Serial', 'serial' => 'Serial',
'status' => 'Status', 'status' => 'status',
'title' => 'Asset ', 'title' => 'bate',
'image' => 'Device Image', 'image' => 'Toestelbeeld',
'days_without_acceptance' => 'Days Without Acceptance' 'days_without_acceptance' => 'Dae sonder aanvaarding'
); );

View file

@ -2,21 +2,21 @@
return array( return array(
'asset' => 'Asset', 'asset' => 'bate',
'checkin' => 'Checkin', 'checkin' => 'Inboek',
'create' => 'Create License', 'create' => 'Skep lisensie',
'expiration' => 'Expiration Date', 'expiration' => 'Vervaldatum',
'license_key' => 'Product Key', 'license_key' => 'Produk sleutel',
'maintained' => 'Maintained', 'maintained' => 'gehandhaaf',
'name' => 'Software Name', 'name' => 'Sagteware naam',
'no_depreciation' => 'Do Not Depreciate', 'no_depreciation' => 'Moenie Depresieer',
'purchase_order' => 'Purchase Order Number', 'purchase_order' => 'Bestelling nommer',
'reassignable' => 'Reassignable', 'reassignable' => 'heraanwysbare',
'remaining_seats' => 'Remaining Seats', 'remaining_seats' => 'Oorblywende sitplekke',
'seats' => 'Seats', 'seats' => 'sitplekke',
'termination_date' => 'Termination Date', 'termination_date' => 'Termyn Datum',
'to_email' => 'Licensed to Email', 'to_email' => 'Gelisensieer om te e-pos',
'to_name' => 'Licensed to Name', 'to_name' => 'Gelisensieer om te Noem',
'update' => 'Update License', 'update' => 'Update Lisensie',
'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' => '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.'
); );

View file

@ -1,21 +1,21 @@
<?php <?php
return array( return array(
'about_licenses_title' => 'About Licenses', 'about_licenses_title' => 'Oor lisensies',
'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', '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', 'checkin' => 'Checkin License Seat',
'checkout_history' => 'Checkout History', 'checkout_history' => 'Afhandeling Geskiedenis',
'checkout' => 'Checkout License Seat', 'checkout' => 'Checkout License Seat',
'edit' => 'Edit License', 'edit' => 'Wysig lisensie',
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', 'filetype_info' => 'Toegelate filetipes is png, gif, jpg, jpeg, doc, docx, pdf, txt, zip en rar.',
'clone' => 'Clone License', 'clone' => 'Klone lisensie',
'history_for' => 'History for ', 'history_for' => 'Geskiedenis vir',
'in_out' => 'In/Out', 'in_out' => 'In uit',
'info' => 'License Info', 'info' => 'Lisensie-inligting',
'license_seats' => 'License Seats', 'license_seats' => 'Lisensie Seats',
'seat' => 'Seat', 'seat' => 'Seat',
'seats' => 'Seats', 'seats' => 'sitplekke',
'software_licenses' => 'Software Licenses', 'software_licenses' => 'Sagteware lisensies',
'user' => 'User', 'user' => 'gebruiker',
'view' => 'View License', 'view' => 'Bekyk lisensie',
); );

View file

@ -2,49 +2,50 @@
return array( return array(
'does_not_exist' => 'License does not exist.', 'does_not_exist' => 'Lisensie bestaan nie.',
'user_does_not_exist' => 'User does not exist.', 'user_does_not_exist' => 'Gebruiker bestaan nie.',
'asset_does_not_exist' => 'The asset you are trying to associate with this license does not exist.', 'asset_does_not_exist' => 'Die bate wat u met hierdie lisensie probeer assosieer, bestaan nie.',
'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.', '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' => 'This license is currently checked out to a user and cannot be deleted. Please check the license in first, and then try deleting again. ', '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( 'create' => array(
'error' => 'License was not created, please try again.', 'error' => 'Lisensie is nie geskep nie, probeer asseblief weer.',
'success' => 'License created successfully.' 'success' => 'Lisensie geskep suksesvol.'
), ),
'deletefile' => array( 'deletefile' => array(
'error' => 'File not deleted. Please try again.', 'error' => 'Lêer nie verwyder nie. Probeer asseblief weer.',
'success' => 'File successfully deleted.', 'success' => 'Lêer suksesvol uitgevee.',
), ),
'upload' => array( 'upload' => array(
'error' => 'File(s) not uploaded. Please try again.', 'error' => 'Lêer (s) nie opgelaai nie. Probeer asseblief weer.',
'success' => 'File(s) successfully uploaded.', 'success' => 'Lêer (s) suksesvol opgelaai.',
'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', 'nofiles' => 'Jy het nie enige lêers vir oplaai gekies nie, of die lêer wat jy probeer oplaai is te groot',
'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' => '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( 'update' => array(
'error' => 'License was not updated, please try again', 'error' => 'Lisensie is nie opgedateer nie, probeer asseblief weer',
'success' => 'License updated successfully.' 'success' => 'Lisensie suksesvol opgedateer.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this license?', 'confirm' => 'Is jy seker jy wil hierdie lisensie uitvee?',
'error' => 'There was an issue deleting the license. Please try again.', 'error' => 'Daar was \'n probleem met die verwydering van die lisensie. Probeer asseblief weer.',
'success' => 'The license was deleted successfully.' 'success' => 'Die lisensie is suksesvol verwyder.'
), ),
'checkout' => array( 'checkout' => array(
'error' => 'There was an issue checking out the license. Please try again.', 'error' => 'Daar was \'n probleem om die lisensie te kontroleer. Probeer asseblief weer.',
'success' => 'The license was checked out successfully' 'success' => 'Die lisensie is suksesvol nagegaan'
), ),
'checkin' => array( 'checkin' => array(
'error' => 'There was an issue checking in the license. Please try again.', 'error' => 'Daar was \'n probleem om die lisensie te kontroleer. Probeer asseblief weer.',
'success' => 'The license was checked in successfully' 'success' => 'Die lisensie is suksesvol nagegaan'
), ),
); );

View file

@ -2,16 +2,16 @@
return array( return array(
'assigned_to' => 'Assigned To', 'assigned_to' => 'Toevertrou aan',
'checkout' => 'In/Out', 'checkout' => 'In uit',
'id' => 'ID', 'id' => 'ID',
'license_email' => 'License Email', 'license_email' => 'Lisensie E-pos',
'license_name' => 'Licensed To', 'license_name' => 'Gelisensieer om',
'purchase_date' => 'Purchase Date', 'purchase_date' => 'Aankoop datum',
'purchased' => 'Purchased', 'purchased' => 'gekoop',
'seats' => 'Seats', 'seats' => 'sitplekke',
'hardware' => 'Hardware', 'hardware' => 'Hardware',
'serial' => 'Serial', 'serial' => 'Serial',
'title' => 'License', 'title' => 'lisensie',
); );

View file

@ -2,26 +2,26 @@
return array( return array(
'does_not_exist' => 'Location does not exist.', 'does_not_exist' => 'Ligging bestaan nie.',
'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_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' => '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_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' => '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_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( 'create' => array(
'error' => 'Location was not created, please try again.', 'error' => 'Ligging is nie geskep nie, probeer asseblief weer.',
'success' => 'Location created successfully.' 'success' => 'Ligging suksesvol geskep.'
), ),
'update' => array( 'update' => array(
'error' => 'Location was not updated, please try again', 'error' => 'Ligging is nie opgedateer nie, probeer asseblief weer',
'success' => 'Location updated successfully.' 'success' => 'Ligging suksesvol opgedateer.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this location?', 'confirm' => 'Is jy seker jy wil hierdie ligging uitvee?',
'error' => 'There was an issue deleting the location. Please try again.', 'error' => 'Daar was \'n probleem met die verwydering van die ligging. Probeer asseblief weer.',
'success' => 'The location was deleted successfully.' 'success' => 'Die ligging is suksesvol verwyder.'
) )
); );

View file

@ -1,21 +1,21 @@
<?php <?php
return array( return array(
'about_locations_title' => 'About Locations', 'about_locations_title' => 'Oor plekke',
'about_locations' => 'Locations are used to track location information for users, assets, and other items', 'about_locations' => 'Plekke word gebruik om ligginginligting vir gebruikers, bates en ander items op te spoor',
'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. 'assets_rtd' => 'bates', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'Assets Assigned', 'assets_checkedout' => 'Bates toegewys',
'id' => 'ID', 'id' => 'ID',
'city' => 'City', 'city' => 'Stad',
'state' => 'State', 'state' => 'staat',
'country' => 'Country', 'country' => 'land',
'create' => 'Create Location', 'create' => 'Skep Ligging',
'update' => 'Update Location', 'update' => 'Opdateer Plek',
'name' => 'Location Name', 'name' => 'Pleknaam',
'address' => 'Address', 'address' => 'adres',
'zip' => 'Postal Code', 'zip' => 'Poskode',
'locations' => 'Locations', 'locations' => 'plekke',
'parent' => 'Parent', 'parent' => 'Ouer',
'currency' => 'Location Currency', 'currency' => 'Ligging Geld',
'ldap_ou' => 'LDAP Search OU', 'ldap_ou' => 'LDAP soek OU',
); );

View file

@ -2,23 +2,23 @@
return array( return array(
'does_not_exist' => 'Manufacturer does not exist.', 'does_not_exist' => 'Vervaardiger bestaan nie.',
'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' => '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( 'create' => array(
'error' => 'Manufacturer was not created, please try again.', 'error' => 'Vervaardiger is nie geskep nie, probeer asseblief weer.',
'success' => 'Manufacturer created successfully.' 'success' => 'Vervaardiger suksesvol geskep.'
), ),
'update' => array( 'update' => array(
'error' => 'Manufacturer was not updated, please try again', 'error' => 'Vervaardiger is nie opgedateer nie, probeer asseblief weer',
'success' => 'Manufacturer updated successfully.' 'success' => 'Vervaardiger suksesvol opgedateer.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this manufacturer?', 'confirm' => 'Is jy seker jy wil hierdie vervaardiger uitvee?',
'error' => 'There was an issue deleting the manufacturer. Please try again.', 'error' => 'Daar was \'n probleem met die verwydering van die vervaardiger. Probeer asseblief weer.',
'success' => 'The Manufacturer was deleted successfully.' 'success' => 'Die vervaardiger is suksesvol verwyder.'
) )
); );

View file

@ -1,16 +1,16 @@
<?php <?php
return array( return array(
'about_manufacturers_title' => 'About manufacturers', 'about_manufacturers_title' => 'Oor vervaardigers',
'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' => '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' => 'Asset Manufacturers', 'asset_manufacturers' => 'Bate Vervaardigers',
'create' => 'Create Manufacturer', 'create' => 'Skep vervaardiger',
'id' => 'ID', 'id' => 'ID',
'name' => 'Name', 'name' => 'naam',
'support_email' => 'Support Email', 'support_email' => 'Ondersteunings-e-pos',
'support_phone' => 'Support Phone', 'support_phone' => 'Ondersteuningsfoon',
'support_url' => 'Support URL', 'support_url' => 'Ondersteunings-URL',
'update' => 'Update Manufacturer', 'update' => 'Update Fabrikant',
'url' => 'URL', 'url' => 'URL',
); );

View file

@ -1,15 +1,15 @@
<?php <?php
return array( return array(
'about_models_title' => 'About Asset Models', 'about_models_title' => 'Oor Asset Models',
'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'about_models_text' => 'Batemodelle is \'n manier om identiese bates te groepeer. "MBP 2013", "IPhone 6s", ens.',
'deleted' => 'This model has been deleted. <a href="/hardware/models/:model_id/restore">Click here to restore it</a>.', 'deleted' => 'Hierdie model is verwyder. <a href="/hardware/models/:model_id/restore">Klik hier om dit te herstel</a>.',
'restore' => 'Restore Model', 'restore' => 'Herstel Model',
'requestable' => 'Users may request this model', 'requestable' => 'Gebruikers kan hierdie model aanvra',
'show_mac_address' => 'Show MAC address field in assets in this model', 'show_mac_address' => 'Wys MAC adres veld in bates in hierdie model',
'view_deleted' => 'View Deleted', 'view_deleted' => 'Bekyk verwyder',
'view_models' => 'View Models', 'view_models' => 'Kyk Modelle',
'fieldset' => 'Fieldset', 'fieldset' => 'fieldset',
'no_custom_field' => 'No custom fields', 'no_custom_field' => 'Geen persoonlike velde nie',
); );

View file

@ -2,35 +2,35 @@
return array( return array(
'does_not_exist' => 'Model does not exist.', 'does_not_exist' => 'Model bestaan nie.',
'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' => '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( 'create' => array(
'error' => 'Model was not created, please try again.', 'error' => 'Model is nie geskep nie, probeer asseblief weer.',
'success' => 'Model created successfully.', 'success' => 'Model suksesvol geskep.',
'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', 'duplicate_set' => '\'N Bate-model met die naam, vervaardiger en modelnommer bestaan reeds.',
), ),
'update' => array( 'update' => array(
'error' => 'Model was not updated, please try again', 'error' => 'Model is nie opgedateer nie, probeer asseblief weer',
'success' => 'Model updated successfully.' 'success' => 'Model suksesvol opgedateer.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset model?', 'confirm' => 'Is jy seker jy wil hierdie batemodel uitvee?',
'error' => 'There was an issue deleting the model. Please try again.', 'error' => 'Daar was \'n probleem met die verwydering van die model. Probeer asseblief weer.',
'success' => 'The model was deleted successfully.' 'success' => 'Die model is suksesvol verwyder.'
), ),
'restore' => array( 'restore' => array(
'error' => 'Model was not restored, please try again', 'error' => 'Model is nie herstel nie, probeer asseblief weer',
'success' => 'Model restored successfully.' 'success' => 'Model herstel suksesvol.'
), ),
'bulkedit' => array( 'bulkedit' => array(
'error' => 'No fields were changed, so nothing was updated.', 'error' => 'Geen velde is verander nie, so niks is opgedateer nie.',
'success' => 'Models updated.' 'success' => 'Modelle opgedateer.'
), ),
); );

View file

@ -2,16 +2,16 @@
return array( return array(
'create' => 'Create Asset Model', 'create' => 'Skep bate model',
'created_at' => 'Created at', 'created_at' => 'Geskep op',
'eol' => 'EOL', 'eol' => 'EOL',
'modelnumber' => 'Model No.', 'modelnumber' => 'Model Nr.',
'name' => 'Asset Model Name', 'name' => 'Bate Model Naam',
'numassets' => 'Assets', 'numassets' => 'bates',
'title' => 'Asset Models', 'title' => 'Bate Modelle',
'update' => 'Update Asset Model', 'update' => 'Update Bate Model',
'view' => 'View Asset Model', 'view' => 'Bekyk bate-model',
'update' => 'Update Asset Model', 'update' => 'Update Bate Model',
'clone' => 'Clone Model', 'clone' => 'Klone Model',
'edit' => 'Edit Model', 'edit' => 'Wysig Model',
); );

View file

@ -1,5 +1,5 @@
<?php <?php
return array( return array(
'info' => 'Select the options you want for your asset report.' 'info' => 'Kies die opsies wat jy wil hê vir jou bateverslag.'
); );

View file

@ -1,5 +1,5 @@
<?php <?php
return array( return array(
'error' => 'You must select at least ONE option.' 'error' => 'Jy moet ten minste EEN opsie kies.'
); );

View file

@ -1,148 +1,150 @@
<?php <?php
return array( return array(
'ad' => 'Active Directory', 'ad' => 'Aktiewe gids',
'ad_domain' => 'Active Directory domain', 'ad_domain' => 'Active Directory-domein',
'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.', 'ad_domain_help' => 'Dit is soms dieselfde as jou e-pos domein, maar nie altyd nie.',
'is_ad' => 'This is an Active Directory server', 'is_ad' => 'Dit is \'n Active Directory-bediener',
'alert_email' => 'Send alerts to', 'alert_email' => 'Stuur kennisgewings aan',
'alerts_enabled' => 'Alerts Enabled', 'alerts_enabled' => 'Alerts aangeskakel',
'alert_interval' => 'Expiring Alerts Threshold (in days)', 'alert_interval' => 'Uitgaande Alert Drempel (in dae)',
'alert_inv_threshold' => 'Inventory Alert Threshold', 'alert_inv_threshold' => 'Voorraadwaarskuwingsdrempel',
'asset_ids' => 'Asset IDs', 'asset_ids' => 'Bate ID\'s',
'audit_interval' => 'Audit Interval', 'audit_interval' => 'Ouditinterval',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', 'audit_interval_help' => 'As u gereeld u bates fisies moet kontroleer, vul die interval in maande in.',
'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days' => 'Oudit Waarskuwing Drempel',
'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', 'audit_warning_days_help' => 'Hoeveel dae vooruit moet ons u waarsku wanneer bates verskuldig is vir ouditering?',
'auto_increment_assets' => 'Generate auto-incrementing asset IDs', 'auto_increment_assets' => 'Genereer outomaties inkrementele bate-ID\'s',
'auto_increment_prefix' => 'Prefix (optional)', 'auto_increment_prefix' => 'Voorvoegsel (opsioneel)',
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', 'auto_incrementing_help' => 'Aktiveer outomaties inkrementering van bate ID\'s om dit te stel',
'backups' => 'Backups', 'backups' => 'rugsteun',
'barcode_settings' => 'Barcode Settings', 'barcode_settings' => 'Barcode-instellings',
'confirm_purge' => 'Confirm Purge', 'confirm_purge' => 'Bevestig skoonmaak',
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone.', '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' => 'Custom CSS', 'custom_css' => 'Aangepaste CSS',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the &lt;style&gt;&lt;/style&gt; tags.', 'custom_css_help' => 'Voer enige aangepaste CSS-oortredings in wat u graag wil gebruik. Moenie die &lt;style&gt;&lt;/style&gt;-etikette insluit nie.',
'default_currency' => 'Default Currency', 'default_currency' => 'Verstek Geld',
'default_eula_text' => 'Default EULA', 'default_eula_text' => 'Standaard EULA',
'default_language' => 'Default Language', 'default_language' => 'Verstek taal',
'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', 'default_eula_help_text' => 'U kan ook aangepaste EULA\'s aan spesifieke batekategorieë assosieer.',
'display_asset_name' => 'Display Asset Name', 'display_asset_name' => 'Wys bate naam',
'display_checkout_date' => 'Display Checkout Date', 'display_checkout_date' => 'Vertoon Checkout Date',
'display_eol' => 'Display EOL in table view', 'display_eol' => 'Wys EOL in tabelweergawe',
'display_qr' => 'Display Square Codes', 'display_qr' => 'Vertoon vierkante kodes',
'display_alt_barcode' => 'Display 1D barcode', 'display_alt_barcode' => 'Wys 1D strepieskode',
'barcode_type' => '2D Barcode Type', 'barcode_type' => '2D Barcode Type',
'alt_barcode_type' => '1D barcode type', 'alt_barcode_type' => '1D barcode tipe',
'eula_settings' => 'EULA Settings', 'eula_settings' => 'EULA-instellings',
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.', 'eula_markdown' => 'Hierdie EULA laat <a href="https://help.github.com/articles/github-flavored-markdown/">Github-geurde markdown</a> toe.',
'general_settings' => 'General Settings', 'general_settings' => 'Algemene instellings',
'generate_backup' => 'Generate Backup', 'generate_backup' => 'Genereer rugsteun',
'header_color' => 'Header Color', 'header_color' => 'Opskrif Kleur',
'info' => 'These settings let you customize certain aspects of your installation.', 'info' => 'Met hierdie instellings kan u sekere aspekte van u installasie aanpas.',
'laravel' => 'Laravel Version', 'laravel' => 'Laravel Weergawe',
'ldap_enabled' => 'LDAP enabled', 'ldap_enabled' => 'LDAP aangeskakel',
'ldap_integration' => 'LDAP Integration', 'ldap_integration' => 'LDAP-integrasie',
'ldap_settings' => 'LDAP Settings', 'ldap_settings' => 'LDAP-instellings',
'ldap_server' => 'LDAP Server', 'ldap_server' => 'LDAP-bediener',
'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_help' => 'Dit moet begin met ldap: // (vir unencrypted of TLS) of ldaps: // (vir SSL)',
'ldap_server_cert' => 'LDAP SSL certificate validation', 'ldap_server_cert' => 'LDAP SSL-sertifikaat-validering',
'ldap_server_cert_ignore' => 'Allow invalid SSL Certificate', 'ldap_server_cert_ignore' => 'Laat ongeldige SSL-sertifikaat toe',
'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_cert_help' => 'Kies hierdie boks as u \'n self-ondertekende SSL-sertifikaat gebruik en graag \'n ongeldige SSL-sertifikaat aanvaar.',
'ldap_tls' => 'Use TLS', 'ldap_tls' => 'Gebruik TLS',
'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ', 'ldap_tls_help' => 'Dit moet slegs nagegaan word as u STARTTLS op u LDAP-bediener uitvoer.',
'ldap_uname' => 'LDAP Bind Username', 'ldap_uname' => 'LDAP Bind Gebruikersnaam',
'ldap_pword' => 'LDAP Bind Password', 'ldap_pword' => 'LDAP-koppel wagwoord',
'ldap_basedn' => 'Base Bind DN', 'ldap_basedn' => 'Base Bind DN',
'ldap_filter' => 'LDAP Filter', 'ldap_filter' => 'LDAP Filter',
'ldap_pw_sync' => 'LDAP Password Sync', 'ldap_pw_sync' => 'LDAP-wagwoordsynkronisering',
'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' => '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' => 'Username Field', 'ldap_username_field' => 'Gebruikernaam',
'ldap_lname_field' => 'Last Name', 'ldap_lname_field' => 'Van',
'ldap_fname_field' => 'LDAP First Name', 'ldap_fname_field' => 'LDAP Voornaam',
'ldap_auth_filter_query' => 'LDAP Authentication query', 'ldap_auth_filter_query' => 'LDAP-verifikasie navraag',
'ldap_version' => 'LDAP Version', 'ldap_version' => 'LDAP-weergawe',
'ldap_active_flag' => 'LDAP Active Flag', 'ldap_active_flag' => 'LDAP-aktiewe vlag',
'ldap_emp_num' => 'LDAP Employee Number', 'ldap_emp_num' => 'LDAP Werknemersnommer',
'ldap_email' => 'LDAP Email', 'ldap_email' => 'LDAP-e-pos',
'load_remote_text' => 'Remote Scripts', 'load_remote_text' => 'Remote Scripts',
'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.', 'load_remote_help_text' => 'Hierdie Snipe-IT installasie kan skrifte van die buitewêreld laai.',
'login_note' => 'Login Note', 'login_note' => 'Login Nota',
'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 <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>', '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 <a href="https://help.github.com/articles/github-flavored-markdown/">Gitub-gegeurde markdown</a>',
'logo' => 'Logo', 'logo' => 'logo',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.', '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' => 'Full Multiple Companies Support', 'full_multiple_companies_support_text' => 'Volledige Veelvuldige Maatskappye Ondersteuning',
'optional' => 'optional', 'optional' => 'opsioneel',
'per_page' => 'Results Per Page', 'per_page' => 'Resultate per bladsy',
'php' => 'PHP Version', 'php' => 'PHP weergawe',
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', 'php_gd_info' => 'Jy moet php-gd installeer om QR-kodes te vertoon, sien installeringsinstruksies.',
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', 'php_gd_warning' => 'PHP Image Processing en GD plugin is NIE geïnstalleer nie.',
'pwd_secure_complexity' => 'Password Complexity', 'pwd_secure_complexity' => 'Wagwoord Kompleksiteit',
'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', 'pwd_secure_complexity_help' => 'Kies watter wagwoord kompleksiteit reëls jy wil afdwing.',
'pwd_secure_min' => 'Password minimum characters', 'pwd_secure_min' => 'Wagwoord minimum karakters',
'pwd_secure_min_help' => 'Minimum permitted value is 5', 'pwd_secure_min_help' => 'Minimum toelaatbare waarde is 5',
'pwd_secure_uncommon' => 'Prevent common passwords', 'pwd_secure_uncommon' => 'Voorkom algemene wagwoorde',
'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', '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' => 'Enable QR Codes first to set this', 'qr_help' => 'Aktiveer QR-kodes eers om dit te stel',
'qr_text' => 'QR Code Text', 'qr_text' => 'QR Kode Teks',
'setting' => 'Setting', 'setting' => 'omgewing',
'settings' => 'Settings', 'settings' => 'instellings',
'site_name' => 'Site Name', 'site_name' => 'Site Naam',
'slack_botname' => 'Slack Botname', 'slack_botname' => 'Slack Botname',
'slack_channel' => 'Slack Channel', 'slack_channel' => 'Slack Channel',
'slack_endpoint' => 'Slack Endpoint', 'slack_endpoint' => 'Slack Endpoint',
'slack_integration' => 'Slack Settings', '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 <a href=":slack_link" target="_new">create an incoming webhook</a> on your Slack account.', '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 <a href=":slack_link" target="_new">\'n inkomende webhook</a> op jou Slack-rekening skep.',
'snipe_version' => 'Snipe-IT version', 'snipe_version' => 'Snipe-IT-weergawe',
'system' => 'System Information', 'system' => 'Stelselinligting',
'update' => 'Update Settings', 'update' => 'Opdateer instellings',
'value' => 'Value', 'value' => 'waarde',
'brand' => 'Branding', 'brand' => 'Handelsmerk',
'about_settings_title' => 'About Settings', 'about_settings_title' => 'Oor instellings',
'about_settings_text' => 'These settings let you customize certain aspects of your installation.', 'about_settings_text' => 'Met hierdie instellings kan u sekere aspekte van u installasie aanpas.',
'labels_per_page' => 'Labels per page', 'labels_per_page' => 'Etikette per bladsy',
'label_dimensions' => 'Label dimensions (inches)', 'label_dimensions' => 'Etiketafmetings (duim)',
'next_auto_tag_base' => 'Next auto-increment', 'next_auto_tag_base' => 'Volgende outomatiese inkrement',
'page_padding' => 'Page margins (inches)', 'page_padding' => 'Bladsy marges (duim)',
'purge' => 'Purge Deleted Records', 'purge' => 'Verwyder verwyderde rekords',
'labels_display_bgutter' => 'Label bottom gutter', 'labels_display_bgutter' => 'Etiket onderkant goot',
'labels_display_sgutter' => 'Label side gutter', 'labels_display_sgutter' => 'Label side goot',
'labels_fontsize' => 'Label font size', 'labels_fontsize' => 'Etiket lettergrootte',
'labels_pagewidth' => 'Label sheet width', 'labels_pagewidth' => 'Label vel breedte',
'labels_pageheight' => 'Label sheet height', 'labels_pageheight' => 'Etiketbladhoogte',
'label_gutters' => 'Label spacing (inches)', 'label_gutters' => 'Etiket spasiëring (duim)',
'page_dimensions' => 'Page dimensions (inches)', 'page_dimensions' => 'Bladsy dimensies (duim)',
'label_fields' => 'Label visible fields', 'label_fields' => 'Merk sigbare velde',
'inches' => 'inches', 'inches' => 'duim',
'width_w' => 'w', 'width_w' => 'w',
'height_h' => 'h', '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', 'text_pt' => 'pt',
'thumbnail_max_h' => 'Max thumbnail height', 'thumbnail_max_h' => 'Maksimum miniatuurhoogte',
'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', 'thumbnail_max_h_help' => 'Maksimum hoogte in pixels wat duimnaels mag vertoon in die lysinskrywing. Min 25, maksimum 500.',
'two_factor' => 'Two Factor Authentication', 'two_factor' => 'Twee faktor verifikasie',
'two_factor_secret' => 'Two-Factor Code', 'two_factor_secret' => 'Twee-faktor kode',
'two_factor_enrollment' => 'Two-Factor Enrollment', 'two_factor_enrollment' => 'Twee-faktorinskrywing',
'two_factor_enabled_text' => 'Enable Two Factor', 'two_factor_enabled_text' => 'Aktiveer twee faktore',
'two_factor_reset' => 'Reset Two-Factor Secret', 'two_factor_reset' => 'Herstel twee-faktor geheim',
'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_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' => 'Two factor device successfully reset', 'two_factor_reset_success' => 'Twee faktor toestel suksesvol herstel',
'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_reset_error' => 'Twee faktor toestel herstel het misluk',
'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_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' => 'This will turn on two-factor authentication using Google Authenticator.', 'two_factor_enabled_help' => 'Dit sal twee-faktor-verifikasie met behulp van Google Authenticator aanskakel.',
'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_optional' => 'Selektief (Gebruikers kan aktiveer of deaktiveer indien toegelaat)',
'two_factor_required' => 'Required for all users', 'two_factor_required' => 'Benodig vir alle gebruikers',
'two_factor_disabled' => 'Disabled', 'two_factor_disabled' => 'gestremde',
'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_enter_code' => 'Voer twee-faktor kode in',
'two_factor_config_complete' => 'Submit Code', 'two_factor_config_complete' => 'Dien kode in',
'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enabled_edit_not_allowed' => 'Jou administrateur laat jou nie toe om hierdie instelling te wysig nie.',
'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_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' => 'Require Signature', 'require_accept_signature' => 'Vereis Handtekening',
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'require_accept_signature_help_text' => 'As u hierdie kenmerk aanskakel, sal gebruikers fisies moet afmeld wanneer hulle \'n bate aanvaar.',
'left' => 'left', 'left' => 'links',
'right' => 'right', 'right' => 'reg',
'top' => 'top', 'top' => 'Top',
'bottom' => 'bottom', 'bottom' => 'onderkant',
'vertical' => 'vertical', 'vertical' => 'vertikale',
'horizontal' => 'horizontal', 'horizontal' => 'horisontale',
'zerofill_count' => 'Length of asset tags, including zerofill', 'zerofill_count' => 'Lengte van bate-etikette, insluitend zerofill',
); );

View file

@ -4,19 +4,19 @@ return array(
'update' => array( 'update' => array(
'error' => 'An error has occurred while updating. ', 'error' => '\'N Fout het voorgekom tydens opdatering.',
'success' => 'Settings updated successfully.' 'success' => 'Stellings suksesvol opgedateer.'
), ),
'backup' => array( 'backup' => array(
'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', 'delete_confirm' => 'Is jy seker jy wil hierdie rugsteunlêer uitvee? Hierdie handeling kan nie ongedaan gemaak word nie.',
'file_deleted' => 'The backup file was successfully deleted. ', 'file_deleted' => 'Die rugsteunlêer is suksesvol verwyder.',
'generated' => 'A new backup file was successfully created.', 'generated' => '\'N Nuwe rugsteunlêer is suksesvol geskep.',
'file_not_found' => 'That backup file could not be found on the server.', 'file_not_found' => 'Daardie rugsteunlêer kon nie op die bediener gevind word nie.',
), ),
'purge' => array( 'purge' => array(
'error' => 'An error has occurred while purging. ', 'error' => '\'N Fout het voorgekom tydens suiwering.',
'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', 'validation_failed' => 'Jou skoonmaakbevestiging is verkeerd. Tik asseblief die woord "DELETE" in die bevestigingsboks.',
'success' => 'Deleted records successfully purged.' 'success' => 'Geskrapte rekords verwyder.'
), ),
); );

View file

@ -2,24 +2,31 @@
return array( return array(
'does_not_exist' => 'Status Label does not exist.', 'does_not_exist' => 'Statuslabel bestaan nie.',
'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' => '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( 'create' => array(
'error' => 'Status Label was not created, please try again.', 'error' => 'Statuslabel is nie geskep nie, probeer asseblief weer.',
'success' => 'Status Label created successfully.' 'success' => 'Status Label suksesvol geskep.'
), ),
'update' => array( 'update' => array(
'error' => 'Status Label was not updated, please try again', 'error' => 'Statuslabel is nie opgedateer nie, probeer asseblief weer',
'success' => 'Status Label updated successfully.' 'success' => 'Status Label suksesvol opgedateer.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this Status Label?', 'confirm' => 'Is jy seker jy wil hierdie Status Label uitvee?',
'error' => 'There was an issue deleting the Status Label. Please try again.', 'error' => 'Daar was \'n probleem met die verwydering van die statusetiket. Probeer asseblief weer.',
'success' => 'The Status Label was deleted successfully.' '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 <i class="fa fa-circle text-blue"></i> <strong>Deployed</strong> 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.',
),
); );

View file

@ -1,17 +1,17 @@
<?php <?php
return array( return array(
'about' => 'About Status Labels', 'about' => 'Oor Status Etikette',
'archived' => 'Archived', 'archived' => 'argief',
'create' => 'Create Status Label', 'create' => 'Skep statusetiket',
'color' => 'Chart Color', 'color' => 'Grafiek Kleur',
'deployable' => 'Deployable', 'deployable' => 'verbintenis',
'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' => '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 Name', 'name' => 'Status Naam',
'pending' => 'Pending', 'pending' => 'hangende',
'status_type' => 'Status Type', 'status_type' => 'Status Tipe',
'show_in_nav' => 'Show in side nav', 'show_in_nav' => 'Wys in sy nav',
'title' => 'Status Labels', 'title' => 'Status etikette',
'undeployable' => 'Undeployable', 'undeployable' => 'Undeployable',
'update' => 'Update Status Label', 'update' => 'Dateer Status Label op',
); );

View file

@ -2,23 +2,23 @@
return array( return array(
'does_not_exist' => 'Supplier does not exist.', 'does_not_exist' => 'Verskaffer bestaan nie.',
'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' => '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( 'create' => array(
'error' => 'Supplier was not created, please try again.', 'error' => 'Verskaffer is nie geskep nie, probeer asseblief weer.',
'success' => 'Supplier created successfully.' 'success' => 'Verskaffer geskep suksesvol.'
), ),
'update' => array( 'update' => array(
'error' => 'Supplier was not updated, please try again', 'error' => 'Verskaffer is nie opgedateer nie, probeer asseblief weer',
'success' => 'Supplier updated successfully.' 'success' => 'Verskaffer suksesvol opgedateer.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this supplier?', 'confirm' => 'Is jy seker jy wil hierdie verskaffer uitvee?',
'error' => 'There was an issue deleting the supplier. Please try again.', 'error' => 'Daar was \'n probleem met die verwydering van die verskaffer. Probeer asseblief weer.',
'success' => 'Supplier was deleted successfully.' 'success' => 'Verskaffer is suksesvol verwyder.'
) )
); );

View file

@ -1,27 +1,27 @@
<?php <?php
return array( return array(
'about_suppliers_title' => 'About Suppliers', 'about_suppliers_title' => 'Oor verskaffers',
'about_suppliers_text' => 'Suppliers are used to track the source of items', 'about_suppliers_text' => 'Verskaffers word gebruik om die bron van items op te spoor',
'address' => 'Supplier Address', 'address' => 'Verskaffer Adres',
'assets' => 'Assets', 'assets' => 'bates',
'city' => 'City', 'city' => 'Stad',
'contact' => 'Contact Name', 'contact' => 'Kontak naam',
'country' => 'Country', 'country' => 'land',
'create' => 'Create Supplier', 'create' => 'Skep Verskaffer',
'email' => 'Email', 'email' => 'e-pos',
'fax' => 'Fax', 'fax' => 'Faks',
'id' => 'ID', 'id' => 'ID',
'licenses' => 'Licenses', 'licenses' => 'lisensies',
'name' => 'Supplier Name', 'name' => 'Verskaffernaam',
'notes' => 'Notes', 'notes' => 'notas',
'phone' => 'Phone', 'phone' => 'Foon',
'state' => 'State', 'state' => 'staat',
'suppliers' => 'Suppliers', 'suppliers' => 'Verskaffers',
'update' => 'Update Supplier', 'update' => 'Update Verskaffer',
'url' => 'URL', 'url' => 'URL',
'view' => 'View Supplier', 'view' => 'Kyk verskaffer',
'view_assets_for' => 'View Assets for', 'view_assets_for' => 'Bekyk bates vir',
'zip' => 'Postal Code', 'zip' => 'Poskode',
); );

View file

@ -3,23 +3,23 @@
return array( return array(
'assets_user' => 'Assets assigned to :name', 'assets_user' => 'Bates toegewys aan: naam',
'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_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' => '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_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' => 'Assets currently checked out to this user', 'current_assets' => 'Bates wat tans na hierdie gebruiker gekontroleer word',
'clone' => 'Clone User', 'clone' => 'Klone gebruiker',
'contact_user' => 'Contact :name', 'contact_user' => 'Kontak naam',
'edit' => 'Edit User', 'edit' => 'Wysig gebruiker',
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', 'filetype_info' => 'Toegelate filetipes is png, gif, jpg, jpeg, doc, docx, pdf, txt, zip en rar.',
'history_user' => 'History for :name', 'history_user' => 'Geskiedenis vir: naam',
'info' => 'Info', 'info' => 'info',
'restore_user' => 'Click here to restore them.', 'restore_user' => 'Klik hier om dit te herstel.',
'last_login' => 'Last Login', 'last_login' => 'Laaste Aanmelding',
'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-konfigurasie-instellings kan Admin> Instellings gevind word. Die (opsionele) gekose ligging sal vir alle ingevoerde gebruikers gestel word.',
'software_user' => 'Software Checked out to :name', 'software_user' => 'Sagteware Uitgesoek na: naam',
'view_user' => 'View User :name', 'view_user' => 'Sien gebruiker: naam',
'usercsv' => 'CSV file', 'usercsv' => 'CSV-lêer',
'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', 'two_factor_admin_optin_help' => 'Jou huidige administrasie-instellings laat selektiewe handhawing van twee-faktor-verifikasie toe.',
'two_factor_enrolled' => '2FA Device Enrolled ', 'two_factor_enrolled' => '2FA-toestel ingeskryf',
'two_factor_active' => '2FA Active ', 'two_factor_active' => '2FA aktief',
); );

View file

@ -2,58 +2,58 @@
return array( return array(
'accepted' => 'You have successfully accepted this asset.', 'accepted' => 'U het hierdie bate suksesvol aanvaar.',
'declined' => 'You have successfully declined this asset.', 'declined' => 'Jy het hierdie bate suksesvol geweier.',
'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' => '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' => 'User already exists!', 'user_exists' => 'Gebruiker bestaan reeds!',
'user_not_found' => 'User [:id] does not exist.', 'user_not_found' => 'Gebruiker [: id] bestaan nie.',
'user_login_required' => 'The login field is required', 'user_login_required' => 'Die aanmeldingsveld is nodig',
'user_password_required' => 'The password is required.', 'user_password_required' => 'Die wagwoord is nodig.',
'insufficient_permissions' => 'Insufficient Permissions.', 'insufficient_permissions' => 'Onvoldoende Toestemmings.',
'user_deleted_warning' => 'This user has been deleted. You will have to restore this user to edit them or assign them new assets.', '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 integration has not been configured for this installation.', 'ldap_not_configured' => 'LDAP-integrasie is nie vir hierdie installasie gekonfigureer nie.',
'success' => array( 'success' => array(
'create' => 'User was successfully created.', 'create' => 'Gebruiker is suksesvol geskep.',
'update' => 'User was successfully updated.', 'update' => 'Gebruiker is suksesvol opgedateer.',
'update_bulk' => 'Users were successfully updated!', 'update_bulk' => 'Gebruikers is suksesvol opgedateer!',
'delete' => 'User was successfully deleted.', 'delete' => 'Gebruiker is suksesvol verwyder.',
'ban' => 'User was successfully banned.', 'ban' => 'Gebruiker is suksesvol verban.',
'unban' => 'User was successfully unbanned.', 'unban' => 'Gebruiker is suksesvol geblokkeer.',
'suspend' => 'User was successfully suspended.', 'suspend' => 'Gebruiker is suksesvol opgeskort.',
'unsuspend' => 'User was successfully unsuspended.', 'unsuspend' => 'Gebruiker is suksesvol ingetrek.',
'restored' => 'User was successfully restored.', 'restored' => 'Gebruiker is suksesvol herstel.',
'import' => 'Users imported successfully.', 'import' => 'Gebruikers suksesvol ingevoer.',
), ),
'error' => array( 'error' => array(
'create' => 'There was an issue creating the user. Please try again.', 'create' => 'Kon nie die gebruiker skep nie. Probeer asseblief weer.',
'update' => 'There was an issue updating the user. Please try again.', 'update' => 'Kon nie die gebruiker opdateer nie. Probeer asseblief weer.',
'delete' => 'There was an issue deleting the user. Please try again.', 'delete' => 'Daar was \'n probleem met die verwydering van die gebruiker. Probeer asseblief weer.',
'delete_has_assets' => 'This user has items assigned and could not be deleted.', 'delete_has_assets' => 'Hierdie gebruiker het items toegeken en kon nie uitgevee word nie.',
'unsuspend' => 'There was an issue unsuspending the user. Please try again.', 'unsuspend' => 'Daar was \'n probleem wat die gebruiker onttrek het. Probeer asseblief weer.',
'import' => 'There was an issue importing users. Please try again.', 'import' => 'Kon nie gebruikers invoer nie. Probeer asseblief weer.',
'asset_already_accepted' => 'This asset has already been accepted.', 'asset_already_accepted' => 'Hierdie bate is reeds aanvaar.',
'accept_or_decline' => 'You must either accept or decline this asset.', 'accept_or_decline' => 'U moet hierdie bate aanvaar of afkeur.',
'incorrect_user_accepted' => 'The asset you have attempted to accept was not checked out to you.', 'incorrect_user_accepted' => 'Die bate wat u probeer aanvaar het, is nie na u gekontroleer nie.',
'ldap_could_not_connect' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:', 'ldap_could_not_connect' => 'Kon nie aan die LDAP-bediener koppel nie. Gaan asseblief die LDAP-bediener opstelling in die LDAP-konfigurasie lêer. <br>Error van LDAP-bediener:',
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server: ', 'ldap_could_not_bind' => 'Kon nie aan die LDAP-bediener bind nie. Gaan asseblief die LDAP-bediener opstelling in die LDAP-konfigurasie lêer. <br>Error van LDAP-bediener:',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:', 'ldap_could_not_search' => 'Kon nie die LDAP-bediener soek nie. Gaan asseblief die LDAP-bediener opstelling in die LDAP-konfigurasie lêer. <br>Error van LDAP-bediener:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:', '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. <br>Error van LDAP-bediener:',
'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', '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( 'deletefile' => array(
'error' => 'File not deleted. Please try again.', 'error' => 'Lêer nie verwyder nie. Probeer asseblief weer.',
'success' => 'File successfully deleted.', 'success' => 'Lêer suksesvol uitgevee.',
), ),
'upload' => array( 'upload' => array(
'error' => 'File(s) not uploaded. Please try again.', 'error' => 'Lêer (s) nie opgelaai nie. Probeer asseblief weer.',
'success' => 'File(s) successfully uploaded.', 'success' => 'Lêer (s) suksesvol opgelaai.',
'nofiles' => 'You did not select any files for upload', 'nofiles' => 'Jy het nie enige lêers vir oplaai gekies nie',
'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' => '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.',
), ),
); );

View file

@ -1,38 +1,38 @@
<?php <?php
return array( return array(
'activated' => 'Active', 'activated' => 'aktiewe',
'allow' => 'Allow', 'allow' => 'laat',
'checkedout' => 'Assets', 'checkedout' => 'bates',
'created_at' => 'Created', 'created_at' => 'Geskep',
'createuser' => 'Create User', 'createuser' => 'Skep gebruiker',
'deny' => 'Deny', 'deny' => 'ontken',
'email' => 'Email', 'email' => 'e-pos',
'employee_num' => 'Employee No.', 'employee_num' => 'Werknemer No.',
'first_name' => 'First Name', 'first_name' => 'Eerste naam',
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned.', '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', 'id' => 'id',
'inherit' => 'Inherit', 'inherit' => 'erf',
'job' => 'Job Title', 'job' => 'Werkstitel',
'last_login' => 'Last Login', 'last_login' => 'Laaste Aanmelding',
'last_name' => 'Last Name', 'last_name' => 'Van',
'location' => 'Location', 'location' => 'plek',
'lock_passwords' => 'Login details cannot be changed on this installation.', 'lock_passwords' => 'Login besonderhede kan nie op hierdie installasie verander word nie.',
'manager' => 'Manager', 'manager' => 'Bestuurder',
'managed_locations' => 'Managed Locations', 'managed_locations' => 'Bestuurde plekke',
'name' => 'Name', 'name' => 'naam',
'notes' => 'Notes', 'notes' => 'notas',
'password_confirm' => 'Confirm Password', 'password_confirm' => 'Bevestig Wagwoord',
'password' => 'Password', 'password' => 'wagwoord',
'phone' => 'Phone', 'phone' => 'Foon',
'show_current' => 'Show Current Users', 'show_current' => 'Wys huidige gebruikers',
'show_deleted' => 'Show Deleted Users', 'show_deleted' => 'Wys verwyderde gebruikers',
'title' => 'Title', 'title' => 'Titel',
'to_restore_them' => 'to restore them.', 'to_restore_them' => 'om hulle te herstel.',
'updateuser' => 'Update User', 'updateuser' => 'Update gebruiker',
'username' => 'Username', 'username' => 'Gebruikersnaam',
'user_deleted_text' => 'This user has been marked as deleted.', 'user_deleted_text' => 'Hierdie gebruiker is gemerk as verwyder.',
'username_note' => '(This is used for Active Directory binding only, not for login.)', 'username_note' => '(Dit word slegs vir Active Directory-binding gebruik, nie vir inskrywing nie.)',
'cloneuser' => 'Clone User', 'cloneuser' => 'Klone gebruiker',
'viewusers' => 'View Users', 'viewusers' => 'Bekyk gebruikers',
); );

View file

@ -1,12 +1,12 @@
<?php <?php
return [ return [
'send_password_link' => 'Send Password Reset Link', 'send_password_link' => 'Stuur wagwoord terugstel skakel',
'email_reset_password' => 'Email Password Reset', 'email_reset_password' => 'E-pos wagwoord herstel',
'reset_password' => 'Reset Password', 'reset_password' => 'Herstel wagwoord',
'login' => 'Login', 'login' => 'Teken aan',
'login_prompt' => 'Please Login', 'login_prompt' => 'Asseblief Login',
'forgot_password' => 'I forgot my password', 'forgot_password' => 'ek het my wagwoord vergeet',
'remember_me' => 'Remember Me', 'remember_me' => 'Onthou my',
]; ];

View file

@ -2,36 +2,36 @@
return array( return array(
'account_already_exists' => 'An account with the this email already exists.', 'account_already_exists' => '\'N Rekening met hierdie e-pos bestaan reeds.',
'account_not_found' => 'The username or password is incorrect.', 'account_not_found' => 'Die gebruikersnaam of wagwoord is verkeerd.',
'account_not_activated' => 'This user account is not activated.', 'account_not_activated' => 'Hierdie gebruikers rekening is nie geaktiveer nie.',
'account_suspended' => 'This user account is suspended.', 'account_suspended' => 'Hierdie gebruikerrekening is opgeskort.',
'account_banned' => 'This user account is banned.', 'account_banned' => 'Hierdie gebruikerrekening is verban.',
'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', 'throttle' => 'Te veel mislukte aanmeldpogings. Probeer asseblief weer in: minute minuut (s).',
'signin' => array( 'signin' => array(
'error' => 'There was a problem while trying to log you in, please try again.', 'error' => 'Kon nie jou inteken nie, probeer asseblief weer.',
'success' => 'You have successfully logged in.', 'success' => 'Jy is suksesvol aangemeld.',
), ),
'signup' => array( 'signup' => array(
'error' => 'There was a problem while trying to create your account, please try again.', 'error' => 'Kon nie jou rekening skep nie, probeer asseblief weer.',
'success' => 'Account sucessfully created.', 'success' => 'Rekening suksesvol geskep.',
), ),
'forgot-password' => array( 'forgot-password' => array(
'error' => 'There was a problem while trying to get a reset password code, please try again.', 'error' => 'Daar was \'n probleem tydens die herstel van wagwoordkode, probeer asseblief weer.',
'success' => 'Password recovery email successfully sent.', 'success' => 'Wagwoordherstel-e-pos is suksesvol gestuur.',
), ),
'forgot-password-confirm' => array( 'forgot-password-confirm' => array(
'error' => 'There was a problem while trying to reset your password, please try again.', 'error' => 'Kon nie jou wagwoord herstel nie, probeer asseblief weer.',
'success' => 'Your password has been successfully reset.', 'success' => 'Jou wagwoord is suksesvol gereset.',
), ),
'activate' => array( 'activate' => array(
'error' => 'There was a problem while trying to activate your account, please try again.', 'error' => 'Kon nie jou rekening aktiveer nie, probeer asseblief weer.',
'success' => 'Your account has been successfully activated.', 'success' => 'Jou rekening is suksesvol geaktiveer.',
), ),
); );

View file

@ -1,15 +1,15 @@
<?php <?php
return array( return array(
'actions' => 'Actions', 'actions' => 'aksies',
'add' => 'Add New', 'add' => 'Voeg nuwe',
'cancel' => 'Cancel', 'cancel' => 'kanselleer',
'checkin_and_delete' => 'Checkin & Delete User', 'checkin_and_delete' => 'Kontroleer en verwyder gebruiker',
'delete' => 'Delete', 'delete' => 'verwyder',
'edit' => 'Edit', 'edit' => 'wysig',
'restore' => 'Restore', 'restore' => 'herstel',
'request' => 'Request', 'request' => 'versoek',
'submit' => 'Submit', 'submit' => 'Indien',
'upload' => 'Upload', 'upload' => 'oplaai',
'select_file' => 'Select File...', 'select_file' => 'Kies lêer ...',
); );

View file

@ -1,204 +1,205 @@
<?php <?php
return [ return [
'accessories' => 'Accessories', 'accessories' => 'bykomstighede',
'activated' => 'Activated', 'activated' => 'geaktiveer',
'accessory' => 'Accessory', 'accessory' => 'Bykomstigheid',
'accessory_report' => 'Accessory Report', 'accessory_report' => 'Toebehoreverslag',
'action' => 'Action', 'action' => 'aksie',
'activity_report' => 'Activity Report', 'activity_report' => 'Aktiwiteitsverslag',
'address' => 'Address', 'address' => 'adres',
'admin' => 'Admin', 'admin' => 'admin',
'add_seats' => 'Added seats', 'add_seats' => 'Bykomende sitplekke',
'all_assets' => 'All Assets', 'all_assets' => 'Alle bates',
'all' => 'All', 'all' => 'Almal',
'archived' => 'Archived', 'archived' => 'argief',
'asset_models' => 'Asset Models', 'asset_models' => 'Bate Modelle',
'asset' => 'Asset', 'asset_model' => 'model',
'asset' => 'bate',
'asset_report' => 'Asset Report', 'asset_report' => 'Asset Report',
'asset_tag' => 'Asset Tag', 'asset_tag' => 'Bate-tag',
'assets_available' => 'assets available', 'assets_available' => 'bates beskikbaar',
'audit' => 'Audit', 'audit' => 'oudit',
'audit_report' => 'Audit Log', 'audit_report' => 'Ouditlogboek',
'assets' => 'Assets', 'assets' => 'bates',
'avatar_delete' => 'Delete Avatar', 'avatar_delete' => 'Verwyder Avatar',
'avatar_upload' => 'Upload Avatar', 'avatar_upload' => 'Laai avatar op',
'back' => 'Back', 'back' => 'terug',
'bad_data' => 'Nothing found. Maybe bad data?', 'bad_data' => 'Niks gevind. Miskien slegte data?',
'bulkaudit' => 'Bulk Audit', 'bulkaudit' => 'Grootmaat Oudit',
'bulkaudit_status' => 'Audit Status', 'bulkaudit_status' => 'Ouditstatus',
'bulk_checkout' => 'Bulk Checkout', 'bulk_checkout' => 'Grootmaat Checkout',
'cancel' => 'Cancel', 'cancel' => 'kanselleer',
'categories' => 'Categories', 'categories' => 'kategorieë',
'category' => 'Category', 'category' => 'kategorie',
'change' => 'In/Out', 'change' => 'In uit',
'changeemail' => 'Change Email Address', 'changeemail' => 'Verander e-pos adres',
'changepassword' => 'Change Password', 'changepassword' => 'Verander wagwoord',
'checkin' => 'Checkin', 'checkin' => 'Inboek',
'checkin_from' => 'Checkin from', 'checkin_from' => 'Kontroleer vanaf',
'checkout' => 'Checkout', 'checkout' => 'Uitteken',
'city' => 'City', 'city' => 'Stad',
'click_here' => 'Click here', 'click_here' => 'Klik hier',
'companies' => 'Companies', 'companies' => 'maatskappye',
'company' => 'Company', 'company' => 'maatskappy',
'component' => 'Component', 'component' => 'komponent',
'components' => 'Components', 'components' => 'komponente',
'complete' => 'Complete', 'complete' => 'volledige',
'consumable' => 'Consumable', 'consumable' => 'verbruikbare',
'consumables' => 'Consumables', 'consumables' => 'Consumables',
'country' => 'Country', 'country' => 'land',
'create' => 'Create New', 'create' => 'Skep nuwe',
'created' => 'Item Created', 'created' => 'Item geskep',
'created_asset' => 'created asset', 'created_asset' => 'geskep bate',
'created_at' => 'Created at', 'created_at' => 'Geskep op',
'updated_at' => 'Updated at', 'updated_at' => 'Opgedateer op',
'currency' => '$', // this is deprecated 'currency' => '$', // this is deprecated
'current' => 'Current', 'current' => 'Huidige',
'custom_report' => 'Custom Asset Report', 'custom_report' => 'Aangepaste bateverslag',
'dashboard' => 'Dashboard', 'dashboard' => 'Dashboard',
'days' => 'days', 'days' => 'dae',
'days_to_next_audit' => 'Days to Next Audit', 'days_to_next_audit' => 'Dae na Volgende Oudit',
'date' => 'Date', 'date' => 'datum',
'debug_warning' => 'Warning!', 'debug_warning' => 'Waarskuwing!',
'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 <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.', '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 <code>APP_DEBUG</code>-waarde in jou <code>.env</code>-lêer te stel na <code>false</code>.',
'delete' => 'Delete', 'delete' => 'verwyder',
'deleted' => 'Deleted', 'deleted' => 'geskrap',
'delete_seats' => 'Deleted Seats', 'delete_seats' => 'Plekke verwyder',
'departments' => 'Departments', 'departments' => 'departemente',
'department' => 'Department', 'department' => 'Departement',
'deployed' => 'Deployed', 'deployed' => 'ontplooi',
'depreciation_report' => 'Depreciation Report', 'depreciation_report' => 'Waardeverminderingsverslag',
'download' => 'Download', 'download' => 'Aflaai',
'depreciation' => 'Depreciation', 'depreciation' => 'waardevermindering',
'editprofile' => 'Edit Your Profile', 'editprofile' => 'Wysig jou profiel',
'eol' => 'EOL', 'eol' => 'EOL',
'email_domain' => 'Email Domain', 'email_domain' => 'E-pos Domein',
'email_format' => 'Email Format', 'email_format' => 'E-pos formaat',
'email_domain_help' => 'This is used to generate email addresses when importing', 'email_domain_help' => 'Dit word gebruik om e-posadresse te genereer wanneer u dit invoer',
'filastname_format' => 'First Initial Last Name (jsmith@example.com)', 'filastname_format' => 'Eerste Voorletter (jsmith@voorbeeld.com)',
'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', 'firstname_lastname_format' => 'Vir Naam Van (jane.smith@example.com)',
'first' => 'First', 'first' => 'eerste',
'first_name' => 'First Name', 'first_name' => 'Eerste naam',
'first_name_format' => 'First Name (jane@example.com)', 'first_name_format' => 'Voornaam (jane@example.com)',
'file_name' => 'File', 'file_name' => 'lêer',
'file_uploads' => 'File Uploads', 'file_uploads' => 'Lêeroplaaie',
'generate' => 'Generate', 'generate' => 'genereer',
'groups' => 'Groups', 'groups' => 'groepe',
'gravatar_email' => 'Gravatar Email Address', 'gravatar_email' => 'Gravatar e-pos adres',
'history' => 'History', 'history' => 'Geskiedenis',
'history_for' => 'History for', 'history_for' => 'Geskiedenis vir',
'id' => 'ID', 'id' => 'ID',
'image_delete' => 'Delete Image', 'image_delete' => 'Vee prent uit',
'image_upload' => 'Upload Image', 'image_upload' => 'Laai prent op',
'import' => 'Import', 'import' => 'invoer',
'import-history' => 'Import History', 'import-history' => 'Invoer Geskiedenis',
'asset_maintenance' => 'Asset Maintenance', 'asset_maintenance' => 'Bate Onderhoud',
'asset_maintenance_report' => 'Asset Maintenance Report', 'asset_maintenance_report' => 'Asset Maintenance Report',
'asset_maintenances' => 'Asset Maintenances', 'asset_maintenances' => 'Asset Maintenances',
'item' => 'Item', 'item' => 'item',
'insufficient_permissions' => 'Insufficient permissions!', 'insufficient_permissions' => 'Onvoldoende toestemmings!',
'language' => 'Language', 'language' => 'Taal',
'last' => 'Last', 'last' => 'laaste',
'last_login' => 'Last Login', 'last_login' => 'Laaste Aanmelding',
'last_name' => 'Last Name', 'last_name' => 'Van',
'license' => 'License', 'license' => 'lisensie',
'license_report' => 'License Report', 'license_report' => 'Lisensie Verslag',
'licenses_available' => 'licenses available', 'licenses_available' => 'lisensies beskikbaar',
'licenses' => 'Licenses', 'licenses' => 'lisensies',
'list_all' => 'List All', 'list_all' => 'Lys almal',
'loading' => 'Loading', 'loading' => 'laai',
'lock_passwords' => 'This field cannot be edited in this installation.', 'lock_passwords' => 'Hierdie veld kan nie in hierdie installasie geredigeer word nie.',
'feature_disabled' => 'This feature has been disabled for the demo installation.', 'feature_disabled' => 'Hierdie funksie is afgeskakel vir die demo-installasie.',
'location' => 'Location', 'location' => 'plek',
'locations' => 'Locations', 'locations' => 'plekke',
'logout' => 'Logout', 'logout' => 'Teken uit',
'lookup_by_tag' => 'Lookup by Asset Tag', 'lookup_by_tag' => 'Opsoek deur Asset Tag',
'manufacturer' => 'Manufacturer', 'manufacturer' => 'vervaardiger',
'manufacturers' => 'Manufacturers', 'manufacturers' => 'vervaardigers',
'markdown' => 'This field allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.', 'markdown' => 'Hierdie veld laat <a href="https://help.github.com/articles/github-flavored-markdown/">Gitub-gegeurde markdown</a> toe.',
'min_amt' => 'Min. QTY', 'min_amt' => 'Min. HOEV',
'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', 'min_amt_help' => 'Minimum aantal items wat beskikbaar moet wees voordat \'n waarskuwing geaktiveer word.',
'model_no' => 'Model No.', 'model_no' => 'Model Nr.',
'months' => 'months', 'months' => 'maande',
'moreinfo' => 'More Info', 'moreinfo' => 'Meer inligting',
'name' => 'Name', 'name' => 'naam',
'next' => 'Next', 'next' => 'volgende',
'next_audit_date' => 'Next Audit Date', 'next_audit_date' => 'Volgende ouditdatum',
'last_audit' => 'Last Audit', 'last_audit' => 'Laaste Oudit',
'new' => 'new!', 'new' => 'nuwe!',
'no_depreciation' => 'No Depreciation', 'no_depreciation' => 'Geen Waardevermindering',
'no_results' => 'No Results.', 'no_results' => 'Geen resultate.',
'no' => 'No', 'no' => 'Geen',
'notes' => 'Notes', 'notes' => 'notas',
'order_number' => 'Order Number', 'order_number' => 'Bestellingnommer',
'page_menu' => 'Showing _MENU_ items', 'page_menu' => 'Wys _MENU_ items',
'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pagination_info' => 'Wys _START_ tot _END_ van _TOTAL_ items',
'pending' => 'Pending', 'pending' => 'hangende',
'people' => 'People', 'people' => 'mense',
'per_page' => 'Results Per Page', 'per_page' => 'Resultate per bladsy',
'previous' => 'Previous', 'previous' => 'vorige',
'processing' => 'Processing', 'processing' => 'verwerking',
'profile' => 'Your profile', 'profile' => 'Jou profiel',
'purchase_cost' => 'Purchase Cost', 'purchase_cost' => 'Aankoopskoste',
'purchase_date' => 'Purchase Date', 'purchase_date' => 'Aankoop datum',
'qty' => 'QTY', 'qty' => 'HOEV',
'quantity' => 'Quantity', 'quantity' => 'hoeveelheid',
'ready_to_deploy' => 'Ready to Deploy', 'ready_to_deploy' => 'Klaar om te implementeer',
'recent_activity' => 'Recent Activity', 'recent_activity' => 'Onlangse aktiwiteite',
'remove_company' => 'Remove Company Association', 'remove_company' => 'Verwyder Maatskappyvereniging',
'reports' => 'Reports', 'reports' => 'Berigte',
'requested' => 'Requested', 'requested' => 'versoek',
'request_canceled' => 'Request Canceled', 'request_canceled' => 'Versoek gekanselleer',
'save' => 'Save', 'save' => 'Save',
'select' => 'Select', 'select' => 'Kies',
'search' => 'Search', 'search' => 'Soek',
'select_category' => 'Select a Category', 'select_category' => 'Kies \'n kategorie',
'select_department' => 'Select a Department', 'select_department' => 'Kies \'n Departement',
'select_depreciation' => 'Select a Depreciation Type', 'select_depreciation' => 'Kies \'n waardeverminderingstipe',
'select_location' => 'Select a Location', 'select_location' => 'Kies \'n plek',
'select_manufacturer' => 'Select a Manufacturer', 'select_manufacturer' => 'Kies \'n vervaardiger',
'select_model' => 'Select a Model', 'select_model' => 'Kies \'n model',
'select_supplier' => 'Select a Supplier', 'select_supplier' => 'Kies \'n Verskaffer',
'select_user' => 'Select a User', 'select_user' => 'Kies \'n gebruiker',
'select_date' => 'Select Date (YYYY-MM-DD)', 'select_date' => 'Kies Datum (JJJJ-MM-DD)',
'select_statuslabel' => 'Select Status', 'select_statuslabel' => 'Kies Status',
'select_company' => 'Select Company', 'select_company' => 'Kies Maatskappy',
'select_asset' => 'Select Asset', 'select_asset' => 'Kies Asset',
'settings' => 'Settings', 'settings' => 'instellings',
'sign_in' => 'Sign in', 'sign_in' => 'Teken in',
'signature' => 'Signature', 'signature' => 'Handtekening',
'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'some_features_disabled' => 'DEMO MODE: Sommige funksies is afgeskakel vir hierdie installasie.',
'site_name' => 'Site Name', 'site_name' => 'Site Naam',
'state' => 'State', 'state' => 'staat',
'status_labels' => 'Status Labels', 'status_labels' => 'Status etikette',
'status' => 'Status', 'status' => 'status',
'supplier' => 'Supplier', 'supplier' => 'verskaffer',
'suppliers' => 'Suppliers', 'suppliers' => 'Verskaffers',
'sure_to_delete' => 'Are you sure you wish to delete', 'sure_to_delete' => 'Is jy seker jy wil verwyder',
'submit' => 'Submit', 'submit' => 'Indien',
'target' => 'Target', 'target' => 'teiken',
'time_and_date_display' => 'Time and Date Display', 'time_and_date_display' => 'Tyd en datum vertoon',
'total_assets' => 'total assets', 'total_assets' => 'totale bates',
'total_licenses' => 'total licenses', 'total_licenses' => 'totale lisensies',
'total_accessories' => 'total accessories', 'total_accessories' => 'totale toebehore',
'total_consumables' => 'total consumables', 'total_consumables' => 'totale verbruiksgoedere',
'type' => 'Type', 'type' => 'tipe',
'undeployable' => 'Un-deployable', 'undeployable' => 'Un-verbintenis',
'unknown_admin' => 'Unknown Admin', 'unknown_admin' => 'Onbekende Admin',
'username_format' => 'Username Format', 'username_format' => 'Gebruikernaam',
'update' => 'Update', 'update' => 'Opdateer',
'uploaded' => 'Uploaded', 'uploaded' => 'opgelaai',
'user' => 'User', 'user' => 'gebruiker',
'accepted' => 'accepted', 'accepted' => 'aanvaarde',
'declined' => 'declined', 'declined' => 'afgeneem',
'unaccepted_asset_report' => 'Unaccepted Assets', 'unaccepted_asset_report' => 'Onaanvaarde Bates',
'users' => 'Users', 'users' => 'gebruikers',
'viewassets' => 'View Assigned Assets', 'viewassets' => 'Bekyk Toegewysde Bates',
'website' => 'Website', 'website' => 'webwerf',
'welcome' => 'Welcome, :name', 'welcome' => 'Welkom, naam',
'years' => 'years', 'years' => 'jaar',
'yes' => 'Yes', 'yes' => 'Ja',
'zip' => 'Zip', 'zip' => 'zip',
'noimage' => 'No image uploaded or image not found.', 'noimage' => 'Geen prent opgelaai of prent nie gevind nie.',
'token_expired' => 'Your form session has expired. Please try again.', 'token_expired' => 'Jou vormsessie het verval. Probeer asseblief weer.',
]; ];

View file

@ -1,74 +1,71 @@
<?php <?php
return array( return array(
'a_user_canceled' => 'A user has canceled an item request on the website', 'a_user_canceled' => '\'N Gebruiker het \'n itemversoek op die webwerf gekanselleer',
'a_user_requested' => 'A user has requested an item on the website', 'a_user_requested' => '\'N Gebruiker het \'n item op die webwerf versoek',
'accessory_name' => 'Accessory Name:', 'accessory_name' => 'Toebehore Naam:',
'additional_notes' => 'Additional Notes:', 'additional_notes' => 'Bykomende aantekeninge:',
'admin_has_created' => 'An administrator has created an account for you on the :web website.', 'admin_has_created' => '\'N Administrateur het \'n rekening vir jou op die webtuiste gemaak.',
'asset' => 'Asset:', 'asset' => 'bate:',
'asset_name' => 'Asset Name:', 'asset_name' => 'Bate Naam:',
'asset_requested' => 'Asset requested', 'asset_requested' => 'Bate aangevra',
'asset_tag' => 'Asset Tag:', 'asset_tag' => 'Bate-tag:',
'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees '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.',
expiring in the next 60 days.', 'assigned_to' => 'Toevertrou aan',
'assigned_to' => 'Assigned To', 'best_regards' => 'Beste wense,',
'best_regards' => 'Best regards,', 'canceled' => 'gekanselleer:',
'canceled' => 'Canceled:', 'checkin_date' => 'Incheckdatum:',
'checkin_date' => 'Checkin Date:', 'checkout_date' => 'Checkout Datum:',
'checkout_date' => 'Checkout Date:', 'click_to_confirm' => 'Klik asseblief op die volgende skakel om u webadres te bevestig:',
'click_to_confirm' => 'Please click on the following link to confirm your :web account:', 'click_on_the_link_accessory' => 'Klik asseblief op die skakel onderaan om te bevestig dat u die bykomstigheid ontvang het.',
'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' => 'Klik asseblief op die skakel onderaan om te bevestig dat u die bate ontvang het.',
'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', 'Confirm_Asset_Checkin' => 'Bevestig Asset Checkin.',
'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', 'Confirm_Accessory_Checkin' => 'Bevestig Accessoire Checkin.',
'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', 'Confirm_accessory_delivery' => 'Bevestig toebehore-aflewering.',
'Confirm_accessory_delivery' => 'Confirm accessory delivery.', 'Confirm_asset_delivery' => 'Bevestig bate aflewering.',
'Confirm_asset_delivery' => 'Confirm asset delivery.', 'Confirm_consumable_delivery' => 'Bevestig verbruikslewering.',
'Confirm_consumable_delivery' => 'Confirm consumable delivery.', 'current_QTY' => 'Huidige QTY',
'current_QTY' => 'Current QTY', 'Days' => 'dae',
'Days' => 'Days', 'days' => 'dae',
'days' => 'Days', 'expecting_checkin_date' => 'Verwagte inskrywingsdatum:',
'expecting_checkin_date' => 'Expected Checkin Date:', 'expires' => 'verstryk',
'expires' => 'Expires', 'Expiring_Assets_Report' => 'Verlenging van bateverslag.',
'Expiring_Assets_Report' => 'Expiring Assets Report.', 'Expiring_Licenses_Report' => 'Verlenging van lisensiesverslag.',
'Expiring_Licenses_Report' => 'Expiring Licenses Report.', 'hello' => 'hallo',
'hello' => 'Hello',
'hi' => 'Hi', 'hi' => 'Hi',
'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', 'i_have_read' => 'Ek het die gebruiksvoorwaardes gelees en ingestem en het hierdie item ontvang.',
'item' => '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 '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.',
inventory or will soon be low.', 'Item_Request_Canceled' => 'Item Versoek gekanselleer',
'Item_Request_Canceled' => 'Item Request Canceled', 'Item_Requested' => 'Item gevra',
'Item_Requested' => 'Item Requested', 'licenses_expiring' => '{1} lisensie verstryk volgende 60 dae. | [2, Inf] lisensies verval volgende 60 dae.',
'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', 'link_to_update_password' => 'Klik asseblief op die volgende skakel om u webtuiste te verander:',
'link_to_update_password' => 'Please click on the following link to update your :web password:', 'login_first_admin' => 'Teken in op jou nuwe Snipe-IT-installasie deur die volgende inligting te gebruik:',
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', 'login' => 'Teken aan:',
'login' => 'Login:', 'Low_Inventory_Report' => 'Lae voorraadverslag',
'Low_Inventory_Report' => 'Low Inventory Report',
'min_QTY' => 'Min QTY', 'min_QTY' => 'Min QTY',
'name' => 'Name', 'name' => 'naam',
'new_item_checked' => 'A new item has been checked out under your name, details are below.', 'new_item_checked' => '\'N Nuwe item is onder u naam nagegaan, besonderhede is hieronder.',
'password' => 'Password:', 'password' => 'wagwoord:',
'password_reset' => 'Password Reset', 'password_reset' => 'Wagwoord Herstel',
'read_the_terms' => 'Please read the terms of use below.', 'read_the_terms' => 'Lees asseblief die gebruiksvoorwaardes hieronder.',
'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 '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.',
and agree to the terms of use, and have received the asset.', 'requested' => 'versoek:',
'requested' => 'Requested:', 'reset_link' => 'Jou wagwoord herstel skakel',
'reset_link' => 'Your Password Reset Link', 'reset_password' => 'Klik hier om jou wagwoord terug te stel:',
'reset_password' => 'Click here to reset your password:',
'serial' => 'Serial:', 'serial' => 'Serial:',
'supplier' => 'Supplier', 'supplier' => 'verskaffer',
'tag' => 'Tag', 'tag' => 'tag',
'test_email' => 'Test Email from Snipe-IT', 'test_email' => 'Toets e-pos van Snipe-IT',
'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', 'test_mail_text' => 'Dit is \'n toets van die Snipe-IT Batebestuurstelsel. As jy dit het, werk die pos :)',
'the_following_item' => 'The following item has been checked in: ', 'the_following_item' => 'Die volgende item is nagegaan:',
'There_are' => '{1} There is|[2,Inf] There are', 'There_are' => '{1} Daar is | [2, Inf] Daar is',
'to_reset' => 'To reset your :web password, complete this form:', 'to_reset' => 'Om jou webadres te herstel, voltooi hierdie vorm:',
'type' => 'Type', 'type' => 'tipe',
'user' => 'User:', 'user' => 'gebruiker:',
'username' => 'Username:', 'username' => 'Gebruikersnaam:',
'welcome' => 'Welcome :name', 'welcome' => 'Welkom: naam',
'welcome_to' => 'Welcome to :web!', 'welcome_to' => 'Welkom by: web!',
'your_credentials' => 'Your Snipe-IT credentials', 'your_credentials' => 'Jou Snipe-IT-referenties',
); );

View file

@ -13,8 +13,8 @@ return array(
| |
*/ */
'previous' => '&laquo; Previous', 'previous' => '&laquo; Vorige',
'next' => 'Next &raquo;', 'next' => 'Volgende &raquo;',
); );

View file

@ -1,7 +1,7 @@
<?php <?php
return [ return [
'sent' => 'Your password link has been sent!', 'sent' => 'Jou wagwoord skakel is gestuur!',
'user' => 'That user does not exist or does not have an email address associated', 'user' => 'Daardie gebruiker bestaan nie of het \'n e-pos adres geassosieer nie',
]; ];

View file

@ -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!",
); );

View file

@ -2,9 +2,9 @@
return array( return array(
'actions' => 'Actions', 'actions' => 'aksies',
'action' => 'Action', 'action' => 'aksie',
'by' => 'By', 'by' => 'deur',
'item' => 'Item', 'item' => 'item',
); );

View file

@ -13,80 +13,80 @@ return array(
| |
*/ */
'accepted' => 'The :attribute must be accepted.', 'accepted' => 'Die: Attribuut moet aanvaar word.',
'active_url' => 'The :attribute is not a valid URL.', 'active_url' => 'Die: Attribuut is nie \'n geldige URL nie.',
'after' => 'The :attribute must be a date after :date.', 'after' => 'Die: Attribuut moet \'n datum wees na: datum.',
'after_or_equal' => 'The :attribute must be a date after or equal to :date.', 'after_or_equal' => 'Die: Attribuut moet \'n datum na of gelyk wees aan: datum.',
'alpha' => 'The :attribute may only contain letters.', 'alpha' => 'Die: Attribuut mag slegs letters bevat.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', 'alpha_dash' => 'Die: Attribuut mag slegs letters, nommers en streepies bevat.',
'alpha_num' => 'The :attribute may only contain letters and numbers.', 'alpha_num' => 'Die: Attribuut mag slegs letters en syfers bevat.',
'array' => 'The :attribute must be an array.', 'array' => 'Die: kenmerk moet \'n skikking wees.',
'before' => 'The :attribute must be a date before :date.', 'before' => 'Die: Attribuut moet \'n datum wees voor: datum.',
'before_or_equal' => 'The :attribute must be a date before or equal to :date.', 'before_or_equal' => 'Die: Attribuut moet \'n datum voor of gelyk wees aan: datum.',
'between' => [ 'between' => [
'numeric' => 'The :attribute must be between :min and :max.', 'numeric' => 'Die: Attribuut moet tussen: min en: maksimum wees.',
'file' => 'The :attribute must be between :min and :max kilobytes.', 'file' => 'Die: Attribuut moet tussen: min en: maksimum kilobytes wees.',
'string' => 'The :attribute must be between :min and :max characters.', 'string' => 'Die: Attribuut moet tussen: min en: maksimum karakters wees.',
'array' => 'The :attribute must have between :min and :max items.', 'array' => 'Die: Attribuut moet tussen: min en: maksimum items hê.',
], ],
'boolean' => 'The :attribute field must be true or false.', 'boolean' => 'Die: Attribuut veld moet waar of onwaar wees.',
'confirmed' => 'The :attribute confirmation does not match.', 'confirmed' => 'Die: Attribuut bevestiging stem nie ooreen nie.',
'date' => 'The :attribute is not a valid date.', 'date' => 'Die: Attribuut is nie \'n geldige datum nie.',
'date_format' => 'The :attribute does not match the format :format.', 'date_format' => 'Die: Attribuut stem nie ooreen met die formaat: formaat.',
'different' => 'The :attribute and :other must be different.', 'different' => 'Die: attribuut en: ander moet anders wees.',
'digits' => 'The :attribute must be :digits digits.', 'digits' => 'Die: Attribuut moet wees: syfers syfers.',
'digits_between' => 'The :attribute must be between :min and :max digits.', 'digits_between' => 'Die: Attribuut moet tussen: min en: maksimum syfers wees.',
'dimensions' => 'The :attribute has invalid image dimensions.', 'dimensions' => 'Die: Attribuut het ongeldige beeldafmetings.',
'distinct' => 'The :attribute field has a duplicate value.', 'distinct' => 'Die: Attribuut veld het \'n duplikaat waarde.',
'email' => 'The :attribute must be a valid email address.', 'email' => 'Die: Attribuut moet \'n geldige e-posadres wees.',
'exists' => 'The selected :attribute is invalid.', 'exists' => 'Die gekose: attribuut is ongeldig.',
'file' => 'The :attribute must be a file.', 'file' => 'Die: Attribuut moet \'n lêer wees.',
'filled' => 'The :attribute field must have a value.', 'filled' => 'Die: Attribuut veld moet \'n waarde hê.',
'image' => 'The :attribute must be an image.', 'image' => 'Die: kenmerk moet \'n beeld wees.',
'in' => 'The selected :attribute is invalid.', 'in' => 'Die gekose: attribuut is ongeldig.',
'in_array' => 'The :attribute field does not exist in :other.', 'in_array' => 'Die: attribuut veld bestaan nie in: ander.',
'integer' => 'The :attribute must be an integer.', 'integer' => 'Die: Attribuut moet \'n heelgetal wees.',
'ip' => 'The :attribute must be a valid IP address.', 'ip' => 'Die: Attribuut moet \'n geldige IP-adres wees.',
'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv4' => 'Die: Attribuut moet \'n geldige IPv4-adres wees.',
'ipv6' => 'The :attribute must be a valid IPv6 address.', 'ipv6' => 'Die: Attribuut moet \'n geldige IPv6-adres wees.',
'json' => 'The :attribute must be a valid JSON string.', 'json' => 'Die: Attribuut moet \'n geldige JSON-string wees.',
'max' => [ 'max' => [
'numeric' => 'The :attribute may not be greater than :max.', 'numeric' => 'Die: Attribuut mag nie groter wees as: maksimum.',
'file' => 'The :attribute may not be greater than :max kilobytes.', 'file' => 'Die: kenmerk mag nie groter wees as: maksimum kilobytes.',
'string' => 'The :attribute may not be greater than :max characters.', 'string' => 'Die: Attribuut mag nie groter wees as: maksimum karakters.',
'array' => 'The :attribute may not have more than :max items.', 'array' => 'Die: Attribuut mag nie meer as: maksimum items hê nie.',
], ],
'mimes' => 'The :attribute must be a file of type: :values.', 'mimes' => 'Die: kenmerk moet \'n lêer van tipe wees:: waardes.',
'mimetypes' => 'The :attribute must be a file of type: :values.', 'mimetypes' => 'Die: kenmerk moet \'n lêer van tipe wees:: waardes.',
'min' => [ 'min' => [
'numeric' => 'The :attribute must be at least :min.', 'numeric' => 'Die: attribuut moet ten minste wees: min.',
'file' => 'The :attribute must be at least :min kilobytes.', 'file' => 'Die: attribuut moet ten minste wees: min kilobytes.',
'string' => 'The :attribute must be at least :min characters.', 'string' => 'Die: kenmerk moet ten minste wees: min karakters.',
'array' => 'The :attribute must have at least :min items.', 'array' => 'Die: Attribuut moet ten minste: min items hê.',
], ],
'not_in' => 'The selected :attribute is invalid.', 'not_in' => 'Die gekose: attribuut is ongeldig.',
'numeric' => 'The :attribute must be a number.', 'numeric' => 'Die: Attribuut moet \'n nommer wees.',
'present' => 'The :attribute field must be present.', 'present' => 'Die: attribuut veld moet teenwoordig wees.',
'regex' => 'The :attribute format is invalid.', 'regex' => 'Die: Attribuutformaat is ongeldig.',
'required' => 'The :attribute field is required.', 'required' => 'Die: attribuut veld is nodig.',
'required_if' => 'The :attribute field is required when :other is :value.', 'required_if' => 'Die: attribuut veld is nodig wanneer: ander is: waarde.',
'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_unless' => 'Die: Attribuut veld is nodig tensy: ander is in: waardes.',
'required_with' => 'The :attribute field is required when :values is present.', 'required_with' => 'Die: Attribuut veld is nodig wanneer: waardes teenwoordig is.',
'required_with_all' => 'The :attribute field is required when :values is present.', 'required_with_all' => 'Die: Attribuut veld is nodig wanneer: waardes teenwoordig is.',
'required_without' => 'The :attribute field is required when :values is not present.', 'required_without' => 'Die: Attribuut veld is nodig wanneer: waardes nie teenwoordig is nie.',
'required_without_all' => 'The :attribute field is required when none of :values are present.', 'required_without_all' => 'Die: Attribuut veld is nodig wanneer geen van: waardes teenwoordig is nie.',
'same' => 'The :attribute and :other must match.', 'same' => 'Die: attribuut en ander moet ooreenstem.',
'size' => [ 'size' => [
'numeric' => 'The :attribute must be :size.', 'numeric' => 'Die: Attribuut moet wees: grootte.',
'file' => 'The :attribute must be :size kilobytes.', 'file' => 'Die: Attribuut moet wees: grootte kilobyte.',
'string' => 'The :attribute must be :size characters.', 'string' => 'Die: Attribuut moet wees: grootte karakters.',
'array' => 'The :attribute must contain :size items.', 'array' => 'Die: Attribuut moet bevat: grootte items.',
], ],
'string' => 'The :attribute must be a string.', 'string' => 'Die: kenmerk moet \'n string wees.',
'timezone' => 'The :attribute must be a valid zone.', 'timezone' => 'Die: Attribuut moet \'n geldige sone wees.',
'unique' => 'The :attribute has already been taken.', 'unique' => 'Die: Attribuut is reeds geneem.',
'uploaded' => 'The :attribute failed to upload.', 'uploaded' => 'Die: kenmerk kon nie opgelaai word nie.',
'url' => 'The :attribute format is invalid.', 'url' => 'Die: Attribuutformaat is ongeldig.',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@ -112,12 +112,12 @@ return array(
*/ */
'custom' => [ 'custom' => [
'alpha_space' => "The :attribute field contains a character that is not allowed.", 'alpha_space' => "Die: attribuut veld bevat 'n karakter wat nie toegelaat word nie.",
"email_array" => "One or more email addresses is invalid.", "email_array" => "Een of meer e-posadresse is ongeldig.",
"hashed_pass" => "Your current password is incorrect", "hashed_pass" => "Jou huidige wagwoord is verkeerd",
'dumbpwd' => 'That password is too common.', 'dumbpwd' => 'Daardie wagwoord is te algemeen.',
"statuslabel_type" => "You must select a valid status label type", "statuslabel_type" => "U moet 'n geldige statusetiket tipe kies",
"unique_undeleted" => "The :attribute must be unique.", "unique_undeleted" => "Die: Attribuut moet uniek wees.",
], ],
/* /*

View file

@ -12,8 +12,8 @@
'success' => 'تم إنشاء سند صيانة الأصل بنجاح.' 'success' => 'تم إنشاء سند صيانة الأصل بنجاح.'
], ],
'edit' => [ 'edit' => [
'error' => 'Asset Maintenance was not edited, please try again.', 'error' => 'لم يتم تعديل صيانة الأصول، يرجى إعادة المحاولة.',
'success' => 'Asset Maintenance edited successfully.' 'success' => 'تم تحرير صيانة الأصول بنجاح.'
], ],
'asset_maintenance_incomplete' => 'لم يكتمل بعد', 'asset_maintenance_incomplete' => 'لم يكتمل بعد',
'warranty' => 'الضمان', 'warranty' => 'الضمان',

View file

@ -11,7 +11,7 @@ return array(
'edit' => 'تعديل التصنيف', 'edit' => 'تعديل التصنيف',
'eula_text' => 'إتفاقية الإستخدام للتصنيف', 'eula_text' => 'إتفاقية الإستخدام للتصنيف',
'eula_text_help' => 'يسمح لك هذا الحقل بتخصيص الاتفاقيات لأنواع معينة من الأصول. اذا كنت تمتلك اتفاقية واحدة لجميع أصولك يمكنك أن تقوم بتأشير المربع في الأسفل لاستخدام الاتفاقية الافتراضية.', 'eula_text_help' => 'يسمح لك هذا الحقل بتخصيص الاتفاقيات لأنواع معينة من الأصول. اذا كنت تمتلك اتفاقية واحدة لجميع أصولك يمكنك أن تقوم بتأشير المربع في الأسفل لاستخدام الاتفاقية الافتراضية.',
'name' => 'Category Name', 'name' => 'اسم التصنيف',
'require_acceptance' => 'مطالبة المستخدمين بتأكيد قبولهم للأصول في هذا التصنيف.', 'require_acceptance' => 'مطالبة المستخدمين بتأكيد قبولهم للأصول في هذا التصنيف.',
'required_acceptance' => 'سيتم اشعار المستخدم لتأكيد قبول الأصل.', 'required_acceptance' => 'سيتم اشعار المستخدم لتأكيد قبول الأصل.',
'required_eula' => 'سيتم إشعار هذا المستخدم بإتفاقية الإستخدام', 'required_eula' => 'سيتم إشعار هذا المستخدم بإتفاقية الإستخدام',

View file

@ -5,38 +5,39 @@ return array(
'bulk_delete_help' => 'الرجاء مراجعة الأصول المعينة للحذف بالجملة أدناه. بمجرد الحذف، يمكن استعادة هذه الأصول، لكنها لن تكون مقترنة مع أي من المستخدمين اللذين تم تعيين الاصول لهم من قبل.', 'bulk_delete_help' => 'الرجاء مراجعة الأصول المعينة للحذف بالجملة أدناه. بمجرد الحذف، يمكن استعادة هذه الأصول، لكنها لن تكون مقترنة مع أي من المستخدمين اللذين تم تعيين الاصول لهم من قبل.',
'bulk_delete_warn' => 'أنت على وشك حذف اصول asset_count: .', 'bulk_delete_warn' => 'أنت على وشك حذف اصول asset_count: .',
'bulk_update' => 'تحديث الاصول بالجملة', '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_help' => 'يتيح لك هذا النموذج تحديث عدة مواد عرض دفعة واحدة. قم بملء الحقول التي تحتاج إلى تغييرها. ستظل أية حقول فارغة فارغة دون تغيير.',
'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.', 'bulk_update_warn' => 'أنت على وشك تعديل خصائص: مواد عرض الأصول.',
'checkedout_to' => 'Checked Out To', 'checkedout_to' => 'تم تسجيل الوصول إلى',
'checkout_date' => 'Checkout Date', 'checkout_date' => 'موعد انتهاء الأقامة',
'checkin_date' => 'Checkin Date', 'checkin_date' => 'تاريخ التسجيل',
'checkout_to' => 'Checkout to', 'checkout_to' => 'الخروج إلى',
'cost' => 'تكلفة الشراء', 'cost' => 'تكلفة الشراء',
'create' => 'إنشاء اصل', 'create' => 'إنشاء اصل',
'date' => 'تاريخ الشراء', 'date' => 'تاريخ الشراء',
'depreciation' => 'الاستهلاك',
'depreciates_on' => 'تنتهي في', 'depreciates_on' => 'تنتهي في',
'default_location' => 'Default Location', 'default_location' => 'الموقع الافتراضي',
'eol_date' => 'EOL Date', 'eol_date' => 'تاريخ يول',
'eol_rate' => 'EOL Rate', 'eol_rate' => 'معدل يول',
'expected_checkin' => 'Expected Checkin Date', 'expected_checkin' => 'تاريخ الوصول المتوقع',
'expires' => 'ينتهي', 'expires' => 'ينتهي',
'fully_depreciated' => 'Fully Depreciated', 'fully_depreciated' => 'مستهلك بالكامل',
'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ', 'help_checkout' => 'إذا كنت ترغب في تعيين هذا الأصل فورا، فحدد "جاهز للنشر" من قائمة الحالة أعلاه.',
'mac_address' => 'MAC Address', 'mac_address' => 'عنوان ماك',
'manufacturer' => 'Manufacturer', 'manufacturer' => 'الصانع',
'model' => 'موديل', 'model' => 'موديل',
'months' => 'أشهر', 'months' => 'أشهر',
'name' => 'اسم الأصل', 'name' => 'اسم الأصل',
'notes' => 'مُلاحظات', 'notes' => 'مُلاحظات',
'order' => 'رقم طلب الشراء', 'order' => 'رقم طلب الشراء',
'qr' => 'رمز QR', 'qr' => 'رمز QR',
'requestable' => 'Users may request this asset', 'requestable' => 'يمكن للمستخدمين طلب هذا الأصل',
'select_statustype' => 'Select Status Type', 'select_statustype' => 'حدد نوع الحالة',
'serial' => 'Serial', 'serial' => 'مسلسل',
'status' => 'Status', 'status' => 'الحالة',
'tag' => 'Asset Tag', 'tag' => 'علامة الأصول',
'update' => 'Asset Update', 'update' => 'تحديث الأصول',
'warranty' => 'Warranty', 'warranty' => 'ضمان',
'years' => 'years', 'years' => 'سنوات',
) )
; ;

View file

@ -2,20 +2,20 @@
return array( return array(
'about_assets_title' => 'حول الأصول', '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' => 'مؤرشف', 'archived' => 'مؤرشف',
'asset' => 'أصل', 'asset' => 'أصل',
'bulk_checkout' => 'Checkout Assets to User', 'bulk_checkout' => 'الخروج من الأصول إلى المستخدم',
'checkin' => 'Checkin Asset', 'checkin' => 'تشيكين أسيت',
'checkout' => 'Checkout Asset', 'checkout' => 'الخروج من مادة العرض',
'clone' => 'استنساخ الأصل', 'clone' => 'استنساخ الأصل',
'deployable' => 'قابل للنشر', 'deployable' => 'قابل للنشر',
'deleted' => 'This asset has been deleted. <a href="/hardware/:asset_id/restore">Click here to restore it</a>.', 'deleted' => 'تم حذف مادة العرض هذه. <a href="/hardware/:asset_id/restore"> انقر هنا لاستعادته </a>.',
'edit' => 'تعديل الاصل', 'edit' => 'تعديل الاصل',
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', 'filetype_info' => 'أنواع الملفات المسموح بها هي ينغ و جيف و جبغ و جبيغ و دوك و دوك و بدف و تكست و زيب و رار.',
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.<br/> <a href="/hardware/models/:model_id/restore">Click here to restore the model</a>.', 'model_deleted' => 'تم حذف نموذج الأصول هذا. يجب عليك استعادة النموذج قبل أن تتمكن من استعادة Asset.<br/> <a href="/hardware/models/:model_id/restore"> انقر هنا لاستعادة النموذج</a>.',
'requestable' => 'Requestable', 'requestable' => 'Requestable',
'requested' => 'Requested', 'requested' => 'طلب',
'restore' => 'استعادة الأصل', 'restore' => 'استعادة الأصل',
'pending' => 'معلق', 'pending' => 'معلق',
'undeployable' => 'Undeployable', 'undeployable' => 'Undeployable',

View file

@ -5,28 +5,28 @@ return array(
'undeployable' => '<strong>تحذير: </strong> هذا الأصل معلم كـ غير قابل للنشر. 'undeployable' => '<strong>تحذير: </strong> هذا الأصل معلم كـ غير قابل للنشر.
إذا لم يتغير هذا الوضع، يرجى تحديث الحالة الأصول.', إذا لم يتغير هذا الوضع، يرجى تحديث الحالة الأصول.',
'does_not_exist' => 'الأصل غير موجود.', 'does_not_exist' => 'الأصل غير موجود.',
'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', 'does_not_exist_or_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. ', 'assoc_users' => 'يتم حاليا سحب مادة العرض هذه إلى مستخدم ولا يمكن حذفها. يرجى التحقق من مادة العرض أولا، ثم محاولة الحذف مرة أخرى.',
'create' => array( 'create' => array(
'error' => 'Asset was not created, please try again. :(', 'error' => 'لم يتم إنشاء مادة العرض، يرجى إعادة المحاولة. :(',
'success' => 'تم إنشاء الأصل بنجاح.' 'success' => 'تم إنشاء الأصل بنجاح.'
), ),
'update' => array( 'update' => array(
'error' => 'Asset was not updated, please try again', 'error' => 'لم يتم تحديث مادة العرض، يرجى إعادة المحاولة',
'success' => 'تم تحديث الأصل بنجاح.', 'success' => 'تم تحديث الأصل بنجاح.',
'nothing_updated' => 'No fields were selected, so nothing was updated.', 'nothing_updated' => 'لم يتم اختيار أي حقول، لذلك لم يتم تحديث أي شيء.',
), ),
'restore' => array( 'restore' => array(
'error' => 'Asset was not restored, please try again', 'error' => 'لم تتم استعادة مادة العرض، يرجى إعادة المحاولة',
'success' => 'Asset restored successfully.' 'success' => 'تمت استعادة مادة العرض بنجاح.'
), ),
'audit' => array( 'audit' => array(
'error' => 'Asset audit was unsuccessful. Please try again.', 'error' => 'لم تنجح مراجعة الأصول. حاول مرة اخرى.',
'success' => 'Asset audit successfully logged.' 'success' => 'تم تسجيل تدقيق الأصول بنجاح.'
), ),
@ -36,47 +36,47 @@ return array(
), ),
'upload' => array( 'upload' => array(
'error' => 'File(s) not uploaded. Please try again.', 'error' => 'لم يتم تحميل الملف. حاول مرة اخرى.',
'success' => 'File(s) successfully uploaded.', 'success' => 'تم تحميل الملف بنجاح.',
'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', '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' => 'واحد أو أكثر من الملفات كبير جدا أو هو نوع ملف غير مسموح به. أنواع الملفات المسموح بها هي ينغ و جيف و جبغ و دوك و دوك و بدف و تكست.',
), ),
'import' => array( 'import' => array(
'error' => 'Some items did not import correctly.', 'error' => 'لم يتم استيراد بعض العناصر بشكل صحيح.',
'errorDetail' => 'The following Items were not imported because of errors.', 'errorDetail' => 'لم يتم استيراد العناصر التالية بسبب الأخطاء.',
'success' => "Your file has been imported", 'success' => "تم استيراد الملف",
'file_delete_success' => "Your file has been been successfully deleted", 'file_delete_success' => "تم حذف ملفك بنجاح",
'file_delete_error' => "The file was unable to be deleted", 'file_delete_error' => "تعذر حذف الملف",
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset?', 'confirm' => 'هل تريد بالتأكيد حذف مادة العرض هذه؟',
'error' => 'There was an issue deleting the asset. Please try again.', 'error' => 'حدثت مشكلة أثناء حذف مادة العرض. حاول مرة اخرى.',
'nothing_updated' => 'No assets were selected, so nothing was deleted.', 'nothing_updated' => 'لم يتم اختيار أي أصول، لذلك لم يتم حذف أي شيء.',
'success' => 'تم حذف الأصل بنجاح.' 'success' => 'تم حذف الأصل بنجاح.'
), ),
'checkout' => array( 'checkout' => array(
'error' => 'Asset was not checked out, please try again', 'error' => 'لم يتم سحب مادة العرض، يرجى إعادة المحاولة',
'success' => 'Asset checked out successfully.', 'success' => 'تم التحقق من الأصول بنجاح.',
'user_does_not_exist' => 'That user is invalid. Please try again.', 'user_does_not_exist' => 'هذا المستخدم غير صالح. حاول مرة اخرى.',
'not_available' => 'That asset is not available for checkout!' 'not_available' => 'هذا الأصل غير متاح للخروج!'
), ),
'checkin' => array( 'checkin' => array(
'error' => 'Asset was not checked in, please try again', 'error' => 'لم يتم التحقق من مادة العرض، يرجى إعادة المحاولة',
'success' => 'Asset checked in successfully.', 'success' => 'تم التحقق من مادة العرض بنجاح.',
'user_does_not_exist' => 'That user is invalid. Please try again.', 'user_does_not_exist' => 'هذا المستخدم غير صالح. حاول مرة اخرى.',
'already_checked_in' => 'That asset is already checked in.', 'already_checked_in' => 'تم التحقق من ذلك الأصل بالفعل.',
), ),
'requests' => array( 'requests' => array(
'error' => 'Asset was not requested, please try again', 'error' => 'لم يتم طلب مادة العرض، يرجى إعادة المحاولة',
'success' => 'Asset requested successfully.', 'success' => 'تم طلب مادة العرض بنجاح.',
'canceled' => 'Checkout request successfully canceled' 'canceled' => 'تم إلغاء طلب تشيكوت بنجاح'
) )
); );

View file

@ -6,8 +6,8 @@ return array(
'asset_model' => 'موديل', 'asset_model' => 'موديل',
'book_value' => 'القيمة', 'book_value' => 'القيمة',
'change' => 'داخل\\خارج', 'change' => 'داخل\\خارج',
'checkout_date' => 'Checkout Date', 'checkout_date' => 'موعد انتهاء الأقامة',
'checkoutto' => 'Checked Out', 'checkoutto' => 'فحصت',
'diff' => 'الفرق', 'diff' => 'الفرق',
'dl_csv' => 'التنزيل كملف CSV', 'dl_csv' => 'التنزيل كملف CSV',
'eol' => 'نهاية الحياة', 'eol' => 'نهاية الحياة',
@ -16,9 +16,9 @@ return array(
'purchase_cost' => 'التكلفة', 'purchase_cost' => 'التكلفة',
'purchase_date' => 'تم الشراء', 'purchase_date' => 'تم الشراء',
'serial' => 'الرقم التسلسلي', 'serial' => 'الرقم التسلسلي',
'status' => 'Status', 'status' => 'الحالة',
'title' => 'أصل ', 'title' => 'أصل ',
'image' => 'صورة الجهاز', 'image' => 'صورة الجهاز',
'days_without_acceptance' => 'Days Without Acceptance' 'days_without_acceptance' => 'أيام بدون قبول'
); );

View file

@ -3,20 +3,20 @@
return array( return array(
'asset' => 'أصل', 'asset' => 'أصل',
'checkin' => 'Checkin', 'checkin' => 'تحقق في',
'create' => 'إنشاء رخصة', 'create' => 'إنشاء رخصة',
'expiration' => 'تاريخ الانتهاء', 'expiration' => 'تاريخ الانتهاء',
'license_key' => 'مفتاح المنتج', 'license_key' => 'مفتاح المنتج',
'maintained' => 'Maintained', 'maintained' => 'حافظ',
'name' => 'إسم البرنامج', 'name' => 'إسم البرنامج',
'no_depreciation' => 'Do Not Depreciate', 'no_depreciation' => 'لا تستهلك',
'purchase_order' => 'رقم طلب الشراء', 'purchase_order' => 'رقم طلب الشراء',
'reassignable' => 'قابل لإعادة التعيين', 'reassignable' => 'قابل لإعادة التعيين',
'remaining_seats' => 'المقاعد المتبقية', 'remaining_seats' => 'المقاعد المتبقية',
'seats' => 'مقاعد', 'seats' => 'مقاعد',
'termination_date' => 'تاريخ الإلغاء', 'termination_date' => 'تاريخ الإلغاء',
'to_email' => 'Licensed to Email', 'to_email' => 'مرخص إلى البريد الإلكتروني',
'to_name' => 'Licensed to Name', 'to_name' => 'مرخص للاسم',
'update' => 'تحديث الرخصة', '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' => 'يجب عليك التحقق من ترخيص إلى أصل جهاز أو شخص. يمكنك تحديد كليهما، ولكن يجب أن يتطابق مالك مادة العرض مع الشخص الذي تتحقق منه مادة العرض.'
); );

View file

@ -2,20 +2,20 @@
return array( return array(
'about_licenses_title' => 'حول الرخص', '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', 'about_licenses' => 'وتستخدم التراخيص لتتبع البرمجيات. لديهم عدد محدد من المقاعد التي يمكن التحقق منها للأفراد',
'checkin' => 'Checkin License Seat', 'checkin' => 'فحص مقعد الترخيص',
'checkout_history' => 'Checkout History', 'checkout_history' => 'سجل الخروج',
'checkout' => 'Checkout License Seat', 'checkout' => 'مقعد ترخيص الخروج',
'edit' => 'تعديل الرخصة', 'edit' => 'تعديل الرخصة',
'filetype_info' => 'انواع صيغ الملفات المسوح بها هي png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', 'filetype_info' => 'انواع صيغ الملفات المسوح بها هي png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
'clone' => 'استنساخ الرخصة', 'clone' => 'استنساخ الرخصة',
'history_for' => 'History for ', 'history_for' => 'التاريخ ل',
'in_out' => 'داخل\\خارج', 'in_out' => 'داخل\\خارج',
'info' => 'معلومات الرخصة', 'info' => 'معلومات الرخصة',
'license_seats' => 'مقاعد الرخصة', 'license_seats' => 'مقاعد الرخصة',
'seat' => 'مقعد', 'seat' => 'مقعد',
'seats' => 'Seats', 'seats' => 'مقاعد',
'software_licenses' => 'Software Licenses', 'software_licenses' => 'تراخيص البرامج',
'user' => 'مستخدم', 'user' => 'مستخدم',
'view' => 'View License', 'view' => 'ترخيص عرض',
); );

View file

@ -4,13 +4,14 @@ return array(
'does_not_exist' => 'الرخصة غير موجودة.', '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.', '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.', 'owner_doesnt_match_asset' => 'يمتلك الأصل الذي تحاول إقرانه بهذا الترخيص سومين غير الشخص المحدد في القائمة المنسدلة المخصصة.',
'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. ', 'assoc_users' => 'يتم التحقق من هذا الترخيص حاليا للمستخدم ولا يمكن حذفه. يرجى التحقق من الترخيص في البداية، ثم محاولة الحذف مرة أخرى.',
'select_asset_or_person' => 'يجب تحديد مادة عرض أو مستخدم، وليس كليهما.',
'create' => array( 'create' => array(
'error' => 'License was not created, please try again.', 'error' => 'لم يتم إنشاء الترخيص، يرجى إعادة المحاولة.',
'success' => 'تم إنشاء الرخصة بنجاح.' 'success' => 'تم إنشاء الرخصة بنجاح.'
), ),
@ -20,31 +21,31 @@ return array(
), ),
'upload' => array( 'upload' => array(
'error' => 'File(s) not uploaded. Please try again.', 'error' => 'لم يتم تحميل الملف. حاول مرة اخرى.',
'success' => 'تم رفع الملف(ات) بنجاح.', 'success' => 'تم رفع الملف(ات) بنجاح.',
'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', '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' => 'واحد أو أكثر من الملفات كبير جدا أو هو نوع ملف غير مسموح به. أنواع الملفات المسموح بها هي ينغ و جيف و جبغ و جبيغ و دوك و دوك و بدف و تكست و زيب و رار و رتف و شمل و ليك.',
), ),
'update' => array( 'update' => array(
'error' => 'License was not updated, please try again', 'error' => 'لم يتم تحديث الترخيص، يرجى إعادة المحاولة',
'success' => 'License updated successfully.' 'success' => 'تم تحديث الترخيص بنجاح.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'هل أنت متأكد من رغبتك في حذف هذه الرخصة؟', 'confirm' => 'هل أنت متأكد من رغبتك في حذف هذه الرخصة؟',
'error' => 'There was an issue deleting the license. Please try again.', 'error' => 'حدثت مشكلة أثناء حذف الترخيص. حاول مرة اخرى.',
'success' => 'The license was deleted successfully.' 'success' => 'تم حذف الترخيص بنجاح.'
), ),
'checkout' => array( 'checkout' => array(
'error' => 'There was an issue checking out the license. Please try again.', 'error' => 'حدثت مشكلة أثناء التحقق من الترخيص. حاول مرة اخرى.',
'success' => 'The license was checked out successfully' 'success' => 'تم التحقق من الترخيص بنجاح'
), ),
'checkin' => array( 'checkin' => array(
'error' => 'There was an issue checking in the license. Please try again.', 'error' => 'حدثت مشكلة في التحقق من الترخيص. حاول مرة اخرى.',
'success' => 'The license was checked in successfully' 'success' => 'تم التحقق من الترخيص بنجاح'
), ),
); );

View file

@ -5,7 +5,7 @@ return array(
'assigned_to' => 'مخصص لـ', 'assigned_to' => 'مخصص لـ',
'checkout' => 'داخل\\خارج', 'checkout' => 'داخل\\خارج',
'id' => 'رقم التعريف', 'id' => 'رقم التعريف',
'license_email' => 'License Email', 'license_email' => 'ترخيص البريد الإلكتروني',
'license_name' => 'مرخص الى', 'license_name' => 'مرخص الى',
'purchase_date' => 'تاريخ الشراء', 'purchase_date' => 'تاريخ الشراء',
'purchased' => 'تم الشراء', 'purchased' => 'تم الشراء',

View file

@ -3,9 +3,9 @@
return array( return array(
'does_not_exist' => 'الموقع غير موجود.', '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_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_assets' => 'هذا الموقع مقترن حاليا بمادة عرض واحدة على الأقل ولا يمكن حذفها. يرجى تحديث مواد العرض لم تعد تشير إلى هذا الموقع ثم أعد المحاولة.',
'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_child_loc' => 'هذا الموقع هو حاليا أحد الوالدين لموقع طفل واحد على الأقل ولا يمكن حذفه. يرجى تحديث مواقعك لم تعد تشير إلى هذا الموقع ثم أعد المحاولة.',
'create' => array( 'create' => array(
@ -19,8 +19,8 @@ return array(
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this location?', 'confirm' => 'هل تريد بالتأكيد حذف هذا الموقع؟',
'error' => 'There was an issue deleting the location. Please try again.', 'error' => 'حدثت مشكلة أثناء حذف الموقع. حاول مرة اخرى.',
'success' => 'تم حذف الموقع بنجاح.' 'success' => 'تم حذف الموقع بنجاح.'
) )

View file

@ -2,7 +2,7 @@
return array( return array(
'about_locations_title' => 'عن المواقع', '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_rtd' => 'الأصول', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
'assets_checkedout' => 'الأصول المعينة', 'assets_checkedout' => 'الأصول المعينة',
'id' => 'رقم التعريف', 'id' => 'رقم التعريف',
@ -10,12 +10,12 @@ return array(
'state' => 'الحالة', 'state' => 'الحالة',
'country' => 'الدولة', 'country' => 'الدولة',
'create' => 'إنشاء موقع', 'create' => 'إنشاء موقع',
'update' => 'Update Location', 'update' => 'تحديث الموقع',
'name' => 'إسم الموقع', 'name' => 'إسم الموقع',
'address' => 'العنوان', 'address' => 'العنوان',
'zip' => 'الرمز البريدي', 'zip' => 'الرمز البريدي',
'locations' => 'المواقع', 'locations' => 'المواقع',
'parent' => 'Parent', 'parent' => 'الأبوين',
'currency' => 'عملة الموقع', 'currency' => 'عملة الموقع',
'ldap_ou' => 'LDAP Search OU', 'ldap_ou' => 'لداب البحث أو',
); );

View file

@ -2,15 +2,15 @@
return array( return array(
'about_manufacturers_title' => 'حول الشركات المصنعة', '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' => 'مصنعين الأصول', 'asset_manufacturers' => 'مصنعين الأصول',
'create' => 'إنشاء شركة مصنعة', 'create' => 'إنشاء شركة مصنعة',
'id' => 'رقم التعريف', 'id' => 'رقم التعريف',
'name' => 'Name', 'name' => 'اسم',
'support_email' => 'Support Email', 'support_email' => 'دعم البريد الإلكتروني',
'support_phone' => 'Support Phone', 'support_phone' => 'دعم الهاتف',
'support_url' => 'Support URL', 'support_url' => 'عنوان ورل للدعم',
'update' => 'Update Manufacturer', 'update' => 'تحديث الشركة المصنعة',
'url' => 'URL', 'url' => 'URL',
); );

View file

@ -2,14 +2,14 @@
return array( return array(
'about_models_title' => 'حول موديلات الأصول', 'about_models_title' => 'حول موديلات الأصول',
'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'about_models_text' => 'نماذج الأصول هي طريقة لتجميع الأصول المتطابقة. "مب 2013"، "إفون 6s"، الخ.',
'deleted' => 'This model has been deleted. <a href="/hardware/models/:model_id/restore">Click here to restore it</a>.', 'deleted' => 'تم حذف هذا النموذج. <a href="/hardware/models/:model_id/restore"> انقر هنا لاستعادته </a>.',
'restore' => 'إستعادة الموديل', 'restore' => 'إستعادة الموديل',
'requestable' => 'Users may request this model', 'requestable' => 'يمكن للمستخدمين طلب هذا النموذج',
'show_mac_address' => 'Show MAC address field in assets in this model', 'show_mac_address' => 'عرض حقل عنوان ماك في مواد العرض في هذا النموذج',
'view_deleted' => 'مشاهدة محذوفة', 'view_deleted' => 'مشاهدة محذوفة',
'view_models' => 'عرض الموديلات', 'view_models' => 'عرض الموديلات',
'fieldset' => 'Fieldset', 'fieldset' => 'مجموعة حقول',
'no_custom_field' => 'لا يوجد حقول مخصصة', 'no_custom_field' => 'لا يوجد حقول مخصصة',
); );

View file

@ -3,34 +3,34 @@
return array( return array(
'does_not_exist' => 'الموديل غير موجود.', '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( 'create' => array(
'error' => 'لم يتم إنشاء الموديل، حاول مجددا.', 'error' => 'لم يتم إنشاء الموديل، حاول مجددا.',
'success' => 'تم إنشاء الموديل بنجاح.', 'success' => 'تم إنشاء الموديل بنجاح.',
'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', 'duplicate_set' => 'يوجد بالفعل نموذج أصول بهذا الاسم، الشركة المصنعة ورقم الطراز.',
), ),
'update' => array( 'update' => array(
'error' => 'Model was not updated, please try again', 'error' => 'لم يتم تحديث النموذج، يرجى إعادة المحاولة',
'success' => 'Model updated successfully.' 'success' => 'تم تحديث النموذج بنجاح.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset model?', 'confirm' => 'هل تريد بالتأكيد حذف نموذج مادة العرض هذا؟',
'error' => 'There was an issue deleting the model. Please try again.', 'error' => 'حدثت مشكلة أثناء حذف النموذج. حاول مرة اخرى.',
'success' => 'The model was deleted successfully.' 'success' => 'تم حذف النموذج بنجاح.'
), ),
'restore' => array( 'restore' => array(
'error' => 'Model was not restored, please try again', 'error' => 'لم تتم استعادة النموذج، يرجى إعادة المحاولة',
'success' => 'تم إستعادة المودير بنجاح.' 'success' => 'تم إستعادة المودير بنجاح.'
), ),
'bulkedit' => array( 'bulkedit' => array(
'error' => 'No fields were changed, so nothing was updated.', 'error' => 'لم يتم تغيير أي حقول، لذلك لم يتم تحديث أي شيء.',
'success' => 'Models updated.' 'success' => 'تم تحديث النماذج.'
), ),
); );

View file

@ -9,9 +9,9 @@ return array(
'name' => 'إسم موديل الأصل', 'name' => 'إسم موديل الأصل',
'numassets' => 'الأصول', 'numassets' => 'الأصول',
'title' => 'موديل الأصول', 'title' => 'موديل الأصول',
'update' => 'Update Asset Model', 'update' => 'تحديث نموذج الأصول',
'view' => 'View Asset Model', 'view' => 'مشاهدة ملف أسيت موديل',
'update' => 'Update Asset Model', 'update' => 'تحديث نموذج الأصول',
'clone' => 'استنساخ الموديل', 'clone' => 'استنساخ الموديل',
'edit' => 'تحرير الموديل', 'edit' => 'تحرير الموديل',
); );

View file

@ -3,146 +3,148 @@
return array( return array(
'ad' => 'الدليل النشط', 'ad' => 'الدليل النشط',
'ad_domain' => 'مجال الدليل النشط', 'ad_domain' => 'مجال الدليل النشط',
'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.', 'ad_domain_help' => 'هذا هو أحيانا نفس نطاق البريد الإلكتروني الخاص بك، ولكن ليس دائما.',
'is_ad' => 'This is an Active Directory server', 'is_ad' => 'هذا هو ملقم أكتيف ديركتوري',
'alert_email' => 'إرسال تنبيهات إلى', 'alert_email' => 'إرسال تنبيهات إلى',
'alerts_enabled' => 'التنبيهان ممكنه', 'alerts_enabled' => 'التنبيهان ممكنه',
'alert_interval' => 'Expiring Alerts Threshold (in days)', 'alert_interval' => 'انتهاء فترة التنبيهات (بالأيام)',
'alert_inv_threshold' => 'Inventory Alert Threshold', 'alert_inv_threshold' => 'عتبة تنبيه المخزون',
'asset_ids' => 'Asset IDs', 'asset_ids' => 'معرفات مواد العرض',
'audit_interval' => 'Audit Interval', 'audit_interval' => 'الفاصل الزمني للتدقيق',
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', 'audit_interval_help' => 'إذا كان مطلوبا منك مراجعة أصولك بشكل دوري، فعليك بإدخال الفاصل الزمني في غضون أشهر.',
'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days' => 'عتبة تحذير التدقيق',
'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', 'audit_warning_days_help' => 'كم يوما مقدما يجب أن نحذركم عندما تكون الأصول مستحقة للتدقيق؟',
'auto_increment_assets' => 'Generate auto-incrementing asset IDs', 'auto_increment_assets' => 'إنشاء معرفات مواد العرض التي تعمل على زيادة تلقائية',
'auto_increment_prefix' => 'البادئة (اختياري)', 'auto_increment_prefix' => 'البادئة (اختياري)',
'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', 'auto_incrementing_help' => 'تمكين معرفات مواد العرض التي تعمل على زيادة تلقائية أولا لتعيين هذا',
'backups' => 'النسخ الإحتياطية', 'backups' => 'النسخ الإحتياطية',
'barcode_settings' => 'Barcode Settings', 'barcode_settings' => 'إعدادات الباركود',
'confirm_purge' => '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_help' => 'أدخل النص "ديليت" في المربع أدناه لتطهير السجلات المحذوفة. لا يمكن التراجع عن هذا الإجراء.',
'custom_css' => 'CSS مخصص', 'custom_css' => 'CSS مخصص',
'custom_css_help' => 'Enter any custom CSS overrides you would like to use. Do not include the &lt;style&gt;&lt;/style&gt; tags.', 'custom_css_help' => 'أدخل أي كس مخصص يلغي رغبتك في استخدامه. لا تضمن علامات &lt;style&gt;&lt;/style&gt;.',
'default_currency' => 'Default Currency', 'default_currency' => 'العملة الافتراضية',
'default_eula_text' => 'Default EULA', 'default_eula_text' => 'اتفاقية ترخيص المستخدم النهائي',
'default_language' => 'Default Language', 'default_language' => 'اللغة الافتراضية',
'default_eula_help_text' => 'You can also associate custom EULAs to specific asset categories.', 'default_eula_help_text' => 'يمكنك أيضا إقران يولا المخصصة لفئات محددة من مواد العرض.',
'display_asset_name' => 'Display Asset Name', 'display_asset_name' => 'عرض اسم مادة العرض',
'display_checkout_date' => 'Display Checkout Date', 'display_checkout_date' => 'عرض تاريخ الخروج',
'display_eol' => 'Display EOL in table view', 'display_eol' => 'عرض يول في عرض الجدول',
'display_qr' => 'Display Square Codes', 'display_qr' => 'عرض رموز مربع',
'display_alt_barcode' => 'Display 1D barcode', 'display_alt_barcode' => 'عرض 1D الباركود',
'barcode_type' => '2D Barcode Type', 'barcode_type' => '2D نوع الباركود',
'alt_barcode_type' => '1D barcode type', 'alt_barcode_type' => '1D نوع الباركود',
'eula_settings' => 'EULA Settings', 'eula_settings' => 'إعدادات يولا',
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.', 'eula_markdown' => 'تسمح اتفاقية ترخيص المستخدم هذه <a href="https://help.github.com/articles/github-flavored-markdown/"> بوضع علامة على النكهة markdown</a>.',
'general_settings' => 'General Settings', 'general_settings' => 'الاعدادات العامة',
'generate_backup' => 'Generate Backup', 'generate_backup' => 'إنشاء النسخ الاحتياطي',
'header_color' => 'Header Color', 'header_color' => 'رأس اللون',
'info' => 'These settings let you customize certain aspects of your installation.', 'info' => 'تتيح لك هذه الإعدادات تخصيص بعض جوانب التثبيت.',
'laravel' => 'Laravel Version', 'laravel' => 'نسخة لارافيل',
'ldap_enabled' => 'LDAP enabled', 'ldap_enabled' => 'تم تمكين لداب',
'ldap_integration' => 'LDAP Integration', 'ldap_integration' => 'دمج لداب',
'ldap_settings' => 'LDAP Settings', 'ldap_settings' => 'إعدادات لداب',
'ldap_server' => 'LDAP Server', 'ldap_server' => 'خادم لداب',
'ldap_server_help' => 'This should start with ldap:// (for unencrypted or TLS) or ldaps:// (for SSL)', 'ldap_server_help' => 'يجب أن يبدأ هذا مع لداب: // (لغير مشفرة أو تلس) أو لدابس: // (ل سل)',
'ldap_server_cert' => 'LDAP SSL certificate validation', 'ldap_server_cert' => 'التحقق من صحة شهادة سل لداب',
'ldap_server_cert_ignore' => 'Allow invalid SSL Certificate', 'ldap_server_cert_ignore' => 'السماح بشهادة سل غير صالحة',
'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_cert_help' => 'حدد مربع الاختيار هذا إذا كنت تستخدم شهادة سل موقعة ذاتيا وترغب في قبول شهادة سل غير صالحة.',
'ldap_tls' => 'Use TLS', 'ldap_tls' => 'استخدام تلس',
'ldap_tls_help' => 'This should be checked only if you are running STARTTLS on your LDAP server. ', 'ldap_tls_help' => 'يجب التحقق من ذلك فقط في حالة تشغيل ستارتلز على خادم لداب.',
'ldap_uname' => 'LDAP Bind Username', 'ldap_uname' => 'لداب ربط اسم المستخدم',
'ldap_pword' => 'LDAP Bind Password', 'ldap_pword' => 'لداب ربط كلمة المرور',
'ldap_basedn' => 'Base Bind DN', 'ldap_basedn' => 'قاعدة ربط دن',
'ldap_filter' => 'LDAP Filter', 'ldap_filter' => 'فلتر لداب',
'ldap_pw_sync' => 'LDAP Password Sync', 'ldap_pw_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_help' => 'ألغ تحديد هذا المربع إذا كنت لا ترغب في الاحتفاظ بكلمات مرور لداب التي تمت مزامنتها مع كلمات المرور المحلية. ويعني تعطيل هذا أن المستخدمين قد لا يتمكنون من تسجيل الدخول إذا تعذر الوصول إلى خادم لداب لسبب ما.',
'ldap_username_field' => 'Username Field', 'ldap_username_field' => 'حقل اسم المستخدم',
'ldap_lname_field' => 'Last Name', 'ldap_lname_field' => 'الكنية',
'ldap_fname_field' => 'LDAP First Name', 'ldap_fname_field' => 'لداب الاسم الأول',
'ldap_auth_filter_query' => 'LDAP Authentication query', 'ldap_auth_filter_query' => 'استعلام مصادقة لداب',
'ldap_version' => 'LDAP Version', 'ldap_version' => 'إصدار لداب',
'ldap_active_flag' => 'LDAP Active Flag', 'ldap_active_flag' => 'لداب العلم النشط',
'ldap_emp_num' => 'LDAP Employee Number', 'ldap_emp_num' => 'رقم موظف لداب',
'ldap_email' => 'LDAP Email', 'ldap_email' => 'بريد لداب',
'load_remote_text' => 'Remote Scripts', 'load_remote_text' => 'المخطوطات عن بعد',
'load_remote_help_text' => 'This Snipe-IT install can load scripts from the outside world.', 'load_remote_help_text' => 'هذا قنص إيت تثبيت يمكن تحميل البرامج النصية من العالم الخارجي.',
'login_note' => '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 <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>', 'login_note_help' => 'يمكنك تضمين بعض الجمل على شاشة تسجيل الدخول، على سبيل المثال لمساعدة الأشخاص الذين وجدوا جهازا مفقودا أو مسروقا. يقبل هذا الحقل <a href="https://help.github.com/articles/github-flavored-markdown/">Gookub بنكوريد markdown</a>',
'logo' => 'Logo', 'logo' => 'شعار',
'full_multiple_companies_support_help_text' => 'Restricting users (including admins) assigned to companies to their company\'s assets.', 'full_multiple_companies_support_help_text' => 'تقييد المستخدمين (بما في ذلك المشرفون) المعينون للشركات إلى أصول شركاتهم.',
'full_multiple_companies_support_text' => 'Full Multiple Companies Support', 'full_multiple_companies_support_text' => 'كامل دعم الشركات المتعددة',
'optional' => 'optional', 'optional' => 'اختياري',
'per_page' => 'Results Per Page', 'per_page' => 'النتائج لكل صفحة',
'php' => 'PHP Version', 'php' => 'نسخة فب',
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', 'php_gd_info' => 'يجب تثبيت فب-غ لعرض رموز قر، راجع تعليمات التثبيت.',
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', 'php_gd_warning' => 'لم يتم تثبيت فب معالجة الصور و غ المساعد.',
'pwd_secure_complexity' => 'Password Complexity', 'pwd_secure_complexity' => 'تعقيد كلمة المرور',
'pwd_secure_complexity_help' => 'Select whichever password complexity rules you wish to enforce.', 'pwd_secure_complexity_help' => 'حدد أي قواعد تعقيد كلمة المرور التي ترغب في فرضها.',
'pwd_secure_min' => 'Password minimum characters', 'pwd_secure_min' => 'كلمة المرور الحد الأدنى من الأحرف',
'pwd_secure_min_help' => 'Minimum permitted value is 5', 'pwd_secure_min_help' => 'الحد الأدنى المسموح به هو 5',
'pwd_secure_uncommon' => 'Prevent common passwords', 'pwd_secure_uncommon' => 'منع كلمات المرور الشائعة',
'pwd_secure_uncommon_help' => 'This will disallow users from using common passwords from the top 10,000 passwords reported in breaches.', 'pwd_secure_uncommon_help' => 'سيؤدي ذلك إلى منع المستخدمين من استخدام كلمات المرور الشائعة من أعلى 10000 كلمة مرور يتم الإبلاغ عنها في حالات خرق.',
'qr_help' => 'Enable QR Codes first to set this', 'qr_help' => 'تمكين رموز قر أولا لتعيين هذا',
'qr_text' => 'QR Code Text', 'qr_text' => 'نص رمز الاستجابة السريعة',
'setting' => 'Setting', 'setting' => 'ضبط',
'settings' => 'Settings', 'settings' => 'إعدادات',
'site_name' => 'Site Name', 'site_name' => 'اسم الموقع',
'slack_botname' => 'Slack Botname', 'slack_botname' => 'سلاك بوتنام',
'slack_channel' => 'Slack Channel', 'slack_channel' => 'قناة سلاك',
'slack_endpoint' => 'Slack Endpoint', 'slack_endpoint' => 'نقطة نهاية سلاك',
'slack_integration' => 'Slack Settings', 'slack_integration' => 'إعدادات سلاك',
'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 <a href=":slack_link" target="_new">create an incoming webhook</a> on your Slack account.', 'slack_integration_help' => 'التكامل سلاك هو اختياري، ولكن مطلوبة نقطة النهاية والقناة إذا كنت ترغب في استخدامه. لتهيئة تكامل سلاك، يجب أولا إنشاء <a href=":slack_link" target="_new"> إنشاء webhook</a> واردة على حساب سلاك.',
'snipe_version' => 'Snipe-IT version', 'snipe_version' => 'قنص-إيت الإصدار',
'system' => 'System Information', 'system' => 'معلومات النظام',
'update' => 'Update Settings', 'update' => 'إعدادات التحديث',
'value' => 'Value', 'value' => 'القيمة',
'brand' => 'Branding', 'brand' => 'العلامات التجارية',
'about_settings_title' => 'About Settings', 'about_settings_title' => 'حول الإعدادات',
'about_settings_text' => 'These settings let you customize certain aspects of your installation.', 'about_settings_text' => 'تتيح لك هذه الإعدادات تخصيص بعض جوانب التثبيت.',
'labels_per_page' => 'Labels per page', 'labels_per_page' => 'التصنيفات لكل صفحة',
'label_dimensions' => 'Label dimensions (inches)', 'label_dimensions' => 'أبعاد التسمية (بوصة)',
'next_auto_tag_base' => 'Next auto-increment', 'next_auto_tag_base' => 'الترقية التلقائية التالية',
'page_padding' => 'Page margins (inches)', 'page_padding' => 'هوامش الصفحة (بوصة)',
'purge' => 'Purge Deleted Records', 'purge' => 'تطهير السجلات المحذوفة',
'labels_display_bgutter' => 'Label bottom gutter', 'labels_display_bgutter' => 'تسمية مزراب السفلي',
'labels_display_sgutter' => 'Label side gutter', 'labels_display_sgutter' => 'تسمية مزراب الجانب',
'labels_fontsize' => 'Label font size', 'labels_fontsize' => 'تسمية حجم الخط',
'labels_pagewidth' => 'Label sheet width', 'labels_pagewidth' => 'عرض ورقة التسمية',
'labels_pageheight' => 'Label sheet height', 'labels_pageheight' => 'ارتفاع ورقة التسمية',
'label_gutters' => 'Label spacing (inches)', 'label_gutters' => 'تباعد التسمية (بوصة)',
'page_dimensions' => 'Page dimensions (inches)', 'page_dimensions' => 'أبعاد الصفحة (بوصة)',
'label_fields' => 'Label visible fields', 'label_fields' => 'تسمية الحقول المرئية',
'inches' => 'inches', 'inches' => 'بوصة',
'width_w' => 'w', 'width_w' => 'ث',
'height_h' => 'h', 'height_h' => 'ح',
'text_pt' => 'pt', 'show_url_in_emails' => 'رابط إلى قنص تكنولوجيا المعلومات في رسائل البريد الإلكتروني',
'thumbnail_max_h' => 'Max thumbnail height', 'show_url_in_emails_help_text' => 'قم بإلغاء تحديد هذا المربع إذا كنت لا ترغب في ربط مرة أخرى إلى التثبيت قنص تكنولوجيا المعلومات في تذييلات البريد الإلكتروني الخاص بك. مفيدة إذا كان معظم المستخدمين لم تسجل الدخول.',
'thumbnail_max_h_help' => 'Maximum height in pixels that thumbnails may display in the listing view. Min 25, max 500.', 'text_pt' => 'حزب العمال',
'two_factor' => 'Two Factor Authentication', 'thumbnail_max_h' => 'ماكس ارتفاع الصورة المصغرة',
'two_factor_secret' => 'Two-Factor Code', 'thumbnail_max_h_help' => 'الحد الأقصى للارتفاع بالبكسل الذي قد تعرضه الصور المصغرة في طريقة عرض بطاقة البيانات. الحد الأدنى 25، 500 كحد أقصى.',
'two_factor_enrollment' => 'Two-Factor Enrollment', 'two_factor' => 'توثيق ذو عاملين',
'two_factor_enabled_text' => 'Enable Two Factor', 'two_factor_secret' => 'رمز عاملين',
'two_factor_reset' => 'Reset Two-Factor Secret', 'two_factor_enrollment' => 'اثنان عامل التسجيل',
'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_enabled_text' => 'تمكين عاملين',
'two_factor_reset_success' => 'Two factor device successfully reset', 'two_factor_reset' => 'إعادة تعيين سر عاملين',
'two_factor_reset_error' => 'Two factor device reset failed', 'two_factor_reset_help' => 'سيؤدي هذا إلى إجبار المستخدم على تسجيل أجهزته باستخدام أداة مصادقة غوغل مرة أخرى. ويمكن أن يكون ذلك مفيدا إذا فقدت أو سرقت الجهاز المسجل حاليا.',
'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_reset_success' => 'جهاز عاملين إعادة تعيين بنجاح',
'two_factor_enabled_help' => 'This will turn on two-factor authentication using Google Authenticator.', 'two_factor_reset_error' => 'أخفق إعادة تعيين عامل عامل اثنين',
'two_factor_optional' => 'Selective (Users can enable or disable if permitted)', 'two_factor_enabled_warning' => 'سيؤدي تمكين عاملين إذا لم يتم تمكينه حاليا إلى إجبارك فورا على المصادقة باستخدام جهاز مسجل في غوغل أوث. سيكون لديك القدرة على تسجيل جهازك إذا كان أحد غير مسجل حاليا.',
'two_factor_required' => 'Required for all users', 'two_factor_enabled_help' => 'سيؤدي هذا إلى تشغيل المصادقة الثنائية باستخدام غوغل أوثنتيكاتور.',
'two_factor_disabled' => 'Disabled', 'two_factor_optional' => 'انتقائي (يمكن للمستخدمين تمكين أو تعطيل إذا كان مسموحا به)',
'two_factor_enter_code' => 'Enter Two-Factor Code', 'two_factor_required' => 'مطلوب لجميع المستخدمين',
'two_factor_config_complete' => 'Submit Code', 'two_factor_disabled' => 'معاق',
'two_factor_enabled_edit_not_allowed' => 'Your administrator does not permit you to edit this setting.', 'two_factor_enter_code' => 'أدخل رمز عاملين',
'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_config_complete' => 'إرسال الرمز',
'require_accept_signature' => 'Require Signature', 'two_factor_enabled_edit_not_allowed' => 'لا يسمح لك المشرف بتعديل هذا الإعداد.',
'require_accept_signature_help_text' => 'Enabling this feature will require users to physically sign off on accepting an asset.', 'two_factor_enrollment_text' => "مطلوب عاملين التوثيق، ولكن لم يتم تسجيل جهازك بعد. افتح تطبيق غوغل أوثنتيكاتور وافحص رمز الاستجابة السريعة أدناه لتسجيل جهازك. بعد تسجيل جهازك، أدخل الرمز أدناه",
'left' => 'left', 'require_accept_signature' => 'يتطلب التوقيع',
'right' => 'right', 'require_accept_signature_help_text' => 'سيتطلب تمكين هذه الميزة من المستخدمين تسجيل الدخول فعليا عند قبول مادة العرض.',
'top' => 'top', 'left' => 'اليسار',
'bottom' => 'bottom', 'right' => 'حق',
'vertical' => 'vertical', 'top' => 'أعلى',
'horizontal' => 'horizontal', 'bottom' => 'الأسفل',
'zerofill_count' => 'Length of asset tags, including zerofill', 'vertical' => 'عمودي',
'horizontal' => 'أفقي',
'zerofill_count' => 'طول علامات الأصول، بما في ذلك زيروفيل',
); );

View file

@ -8,15 +8,15 @@ return array(
'success' => 'تم تحديث الإعدادات بنجاح.' 'success' => 'تم تحديث الإعدادات بنجاح.'
), ),
'backup' => array( 'backup' => array(
'delete_confirm' => 'Are you sure you would like to delete this backup file? This action cannot be undone. ', 'delete_confirm' => 'هل تريد بالتأكيد حذف ملف النسخة الاحتياطية هذا؟ لا يمكن التراجع عن هذا الإجراء.',
'file_deleted' => 'The backup file was successfully deleted. ', 'file_deleted' => 'تم حذف ملف النسخ الاحتياطي بنجاح.',
'generated' => 'A new backup file was successfully created.', 'generated' => 'تم إنشاء ملف نسخ احتياطي جديد بنجاح.',
'file_not_found' => 'That backup file could not be found on the server.', 'file_not_found' => 'تعذر العثور على ملف النسخ الاحتياطي هذا على الملقم.',
), ),
'purge' => array( 'purge' => array(
'error' => 'An error has occurred while purging. ', 'error' => 'حدث خطأ أثناء التطهير.',
'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.', 'validation_failed' => 'تأكيد التطهير غير صحيح. الرجاء كتابة الكلمة "ديليت" في مربع التأكيد.',
'success' => 'Deleted records successfully purged.' 'success' => 'تمت إزالة السجلات المحذوفة بنجاح.'
), ),
); );

View file

@ -3,23 +3,30 @@
return array( return array(
'does_not_exist' => 'حالة التصنيف غير موجود.', '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( 'create' => array(
'error' => 'Status Label was not created, please try again.', 'error' => 'لم يتم إنشاء تصنيف الحالة، يرجى إعادة المحاولة.',
'success' => 'تم إنشاء تسمية الحالة بنجاح.' 'success' => 'تم إنشاء تسمية الحالة بنجاح.'
), ),
'update' => array( 'update' => array(
'error' => 'Status Label was not updated, please try again', 'error' => 'لم يتم تحديث تصنيف الحالة، يرجى إعادة المحاولة',
'success' => 'تم تحديث تسمية الحالة بنجاح.' 'success' => 'تم تحديث تسمية الحالة بنجاح.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this Status Label?', 'confirm' => 'هل تريد بالتأكيد حذف تصنيف الحالة هذا؟',
'error' => 'There was an issue deleting the Status Label. Please try again.', 'error' => 'حدثت مشكلة أثناء حذف تصنيف الحالة. حاول مرة اخرى.',
'success' => 'The Status Label was deleted successfully.' 'success' => 'تم حذف تصنيف الحالة بنجاح.'
) ),
'help' => array(
'undeployable' => 'لا يمكن تعيين هذه الأصول لأي شخص.',
'deployable' => 'ويمكن سحب هذه الأصول. بعد تعيينهم، سيتحملون حالة ميتا من <i class="fa fa-circle text-blue"></i> <strong>Deployed</strong>.',
'archived' => 'لا يمكن سحب هذه الأصول، ولن تظهر إلا في طريقة العرض المؤرشفة. وهذا مفيد للاحتفاظ بالمعلومات عن الأصول لأغراض الميزنة / التاريخية ولكن الاحتفاظ بها من قائمة الأصول اليومية.',
'pending' => 'لا يمكن بعد تعيين هذه الأصول لأي شخص، وغالبا ما تستخدم للبنود التي هي خارج للإصلاح، ولكن من المتوقع أن يعود إلى التداول.',
),
); );

View file

@ -3,15 +3,15 @@
return array( return array(
'about' => 'حول تسميات الحالات', 'about' => 'حول تسميات الحالات',
'archived' => 'مؤرشف', 'archived' => 'مؤرشف',
'create' => 'Create Status Label', 'create' => 'إنشاء تصنيف الحالة',
'color' => 'Chart Color', '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.', 'info' => 'يتم استخدام تصنيفات الحالة لوصف الحالات المختلفة التي يمكن أن تكون فيها مواد العرض التابعة لك. قد تكون جاهزة للإصلاح أو المفقودة أو المسروقة، وما إلى ذلك. يمكنك إنشاء تصنيفات حالة جديدة لمواد العرض القابلة للنشر والمعلقة والمرتجعة.',
'name' => 'اسم الحالة', 'name' => 'اسم الحالة',
'pending' => 'معلق', 'pending' => 'معلق',
'status_type' => 'نوع الحالة', 'status_type' => 'نوع الحالة',
'show_in_nav' => 'أظهِر في الشريط الجانبي', 'show_in_nav' => 'أظهِر في الشريط الجانبي',
'title' => 'تسميات الحالة', 'title' => 'تسميات الحالة',
'undeployable' => 'غير قابل للنشر', 'undeployable' => 'غير قابل للنشر',
'update' => 'Update Status Label', 'update' => 'تحديث تصنيف الحالة',
); );

View file

@ -3,7 +3,7 @@
return array( return array(
'does_not_exist' => 'المورد غير مجود.', '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( 'create' => array(
'error' => 'لم يتم إنشاء المورد، الرجاء المحاولة مرة أخرى.', 'error' => 'لم يتم إنشاء المورد، الرجاء المحاولة مرة أخرى.',
@ -11,13 +11,13 @@ return array(
), ),
'update' => array( 'update' => array(
'error' => 'Supplier was not updated, please try again', 'error' => 'لم يتم تحديث المورد، يرجى إعادة المحاولة',
'success' => 'Supplier updated successfully.' 'success' => 'تم تحديث المورد بنجاح.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'هل أنت متأكد من رغبتك في حذف هذا المورد؟', 'confirm' => 'هل أنت متأكد من رغبتك في حذف هذا المورد؟',
'error' => 'There was an issue deleting the supplier. Please try again.', 'error' => 'حدثت مشكلة أثناء حذف المورد. حاول مرة اخرى.',
'success' => 'تم حذف المورد بنجاح.' 'success' => 'تم حذف المورد بنجاح.'
) )

View file

@ -2,7 +2,7 @@
return array( return array(
'about_suppliers_title' => 'حول الموردين', 'about_suppliers_title' => 'حول الموردين',
'about_suppliers_text' => 'Suppliers are used to track the source of items', 'about_suppliers_text' => 'يتم استخدام الموردين لتتبع مصدر العناصر',
'address' => 'عنوان المورد', 'address' => 'عنوان المورد',
'assets' => 'الأصول', 'assets' => 'الأصول',
'city' => 'المدينة', 'city' => 'المدينة',
@ -14,14 +14,14 @@ return array(
'id' => 'رقم التعريف', 'id' => 'رقم التعريف',
'licenses' => 'الرخص', 'licenses' => 'الرخص',
'name' => 'إسم المورد', 'name' => 'إسم المورد',
'notes' => 'Notes', 'notes' => 'ملاحظات',
'phone' => 'Phone', 'phone' => 'هاتف',
'state' => 'الحالة', 'state' => 'الحالة',
'suppliers' => 'الموردون', 'suppliers' => 'الموردون',
'update' => 'تحديث المورد', 'update' => 'تحديث المورد',
'url' => 'الرابط', 'url' => 'الرابط',
'view' => 'مشاهدة المورد', 'view' => 'مشاهدة المورد',
'view_assets_for' => 'عرض الأصول لـ', 'view_assets_for' => 'عرض الأصول لـ',
'zip' => 'Postal Code', 'zip' => 'الرمز البريدي',
); );

View file

@ -4,22 +4,22 @@
return array( return array(
'assets_user' => 'الجهاز مسجل بعهدة :name', '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_warn' => 'أنت على وشك تعديل خصائص: user_count. يرجى ملاحظة أنه لا يمكنك تغيير سمات المستخدم الخاصة بك باستخدام هذا النموذج، ويجب إجراء تعديلات على المستخدم الخاص بك بشكل فردي.',
'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_help' => 'يتيح لك هذا النموذج تحديث عدة مستخدمين في وقت واحد. قم بملء الحقول التي تحتاج إلى تغييرها. ستظل أية حقول فارغة فارغة دون تغيير.',
'current_assets' => 'Assets currently checked out to this user', 'current_assets' => 'يتم حاليا سحب الأصول إلى هذا المستخدم',
'clone' => 'نسخ المستخدم', 'clone' => 'نسخ المستخدم',
'contact_user' => 'اتصل بـ :name', 'contact_user' => 'اتصل بـ :name',
'edit' => 'تعديل المستخدم', 'edit' => 'تعديل المستخدم',
'filetype_info' => 'انواع صيغ الملفات المسوح بها هي png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.', 'filetype_info' => 'انواع صيغ الملفات المسوح بها هي png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
'history_user' => 'الأرشيف الخاص بـ :name', 'history_user' => 'الأرشيف الخاص بـ :name',
'info' => 'Info', 'info' => 'معلومات',
'restore_user' => 'Click here to restore them.', 'restore_user' => 'انقر هنا لاستعادتها.',
'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.', 'ldap_config_text' => 'يمكن العثور على إعدادات تهيئة لداب المشرف> الإعدادات. سيتم تعيين الموقع (اختياري) المحدد لجميع المستخدمين الذين تم استيرادهم.',
'software_user' => 'البرامج المسجلة لـ :name', 'software_user' => 'البرامج المسجلة لـ :name',
'view_user' => 'عرض المستخدم :name', 'view_user' => 'عرض المستخدم :name',
'usercsv' => 'ملف CSV', 'usercsv' => 'ملف CSV',
'two_factor_admin_optin_help' => 'Your current admin settings allow selective enforcement of two-factor authentication. ', 'two_factor_admin_optin_help' => 'تسمح إعدادات المشرف الحالية بإنفاذ انتقائي للمصادقة الثنائية.',
'two_factor_enrolled' => '2FA Device Enrolled ', 'two_factor_enrolled' => '2FA الجهاز المسجلين',
'two_factor_active' => '2FA Active ', 'two_factor_active' => '2FA نشط',
); );

View file

@ -4,20 +4,20 @@ return array(
'accepted' => 'لقد قبلت هذا الأصل بنجاح.', 'accepted' => 'لقد قبلت هذا الأصل بنجاح.',
'declined' => 'لقد رفضت هذا الأصل بنجاح.', '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_exists' => 'المستخدم موجود مسبقاً!',
'user_not_found' => 'المستخدم [id:] غير موجود.', 'user_not_found' => 'المستخدم [id:] غير موجود.',
'user_login_required' => 'حقل "الدخول" مطلوب', 'user_login_required' => 'حقل "الدخول" مطلوب',
'user_password_required' => 'كلمة السر مطلوبة.', 'user_password_required' => 'كلمة السر مطلوبة.',
'insufficient_permissions' => 'صلاحيات غير كافية.', 'insufficient_permissions' => 'صلاحيات غير كافية.',
'user_deleted_warning' => 'تم حذف المستخدم. سيكون عليك استعادة هذا المستخدم للتعديل عليه او تسليمه اجهزة جديدة.', 'user_deleted_warning' => 'تم حذف المستخدم. سيكون عليك استعادة هذا المستخدم للتعديل عليه او تسليمه اجهزة جديدة.',
'ldap_not_configured' => 'LDAP integration has not been configured for this installation.', 'ldap_not_configured' => 'لم يتم تكوين دمج لداب لهذا التثبيت.',
'success' => array( 'success' => array(
'create' => 'تم إنشاء المستخدم بنجاح.', 'create' => 'تم إنشاء المستخدم بنجاح.',
'update' => 'تم تعديل المستخدم بنجاح.', 'update' => 'تم تعديل المستخدم بنجاح.',
'update_bulk' => 'Users were successfully updated!', 'update_bulk' => 'تم تحديث المستخدمين بنجاح!',
'delete' => 'تم حذف المستخدم بنجاح.', 'delete' => 'تم حذف المستخدم بنجاح.',
'ban' => 'تم حظر المستخدم بنجاح.', 'ban' => 'تم حظر المستخدم بنجاح.',
'unban' => 'تم إلغاء الحظر عن المستخدم بنجاح.', 'unban' => 'تم إلغاء الحظر عن المستخدم بنجاح.',
@ -31,29 +31,29 @@ return array(
'create' => 'حدث خطأ ما أثناء إنشاء هذا المستخدم. حاول مرة أخرى.', 'create' => 'حدث خطأ ما أثناء إنشاء هذا المستخدم. حاول مرة أخرى.',
'update' => 'حدث خطأ أثناء تحديث هذا المستخدم. حاول مرة أخرى.', 'update' => 'حدث خطأ أثناء تحديث هذا المستخدم. حاول مرة أخرى.',
'delete' => 'حدث خطأ ما أثناء حذف هذا المستخدم. حاول مرة أخرى.', 'delete' => 'حدث خطأ ما أثناء حذف هذا المستخدم. حاول مرة أخرى.',
'delete_has_assets' => 'This user has items assigned and could not be deleted.', 'delete_has_assets' => 'يحتوي هذا المستخدم على عناصر تم تعيينها ولا يمكن حذفها.',
'unsuspend' => 'حدث خطأ ما أثناء إلغاء التعليق عن المستخدم. حاول مرة أخرى.', 'unsuspend' => 'حدث خطأ ما أثناء إلغاء التعليق عن المستخدم. حاول مرة أخرى.',
'import' => 'حدث خطأ أثناء استيراد المستخدمين. حاول مرة أخرى.', 'import' => 'حدث خطأ أثناء استيراد المستخدمين. حاول مرة أخرى.',
'asset_already_accepted' => 'هذا الجهاز تم قبوله مسبقاً.', 'asset_already_accepted' => 'هذا الجهاز تم قبوله مسبقاً.',
'accept_or_decline' => 'You must either accept or decline this asset.', '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' => 'Could not connect to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:', 'ldap_could_not_connect' => 'تعذر الاتصال بخادم لداب. يرجى التحقق من تهيئة خادم لداب في ملف تهيئة لداب. <br> خطأ من خادم لداب:',
'ldap_could_not_bind' => 'Could not bind to the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server: ', 'ldap_could_not_bind' => 'تعذر ربط خادم لداب. يرجى التحقق من تهيئة خادم لداب في ملف تهيئة لداب. <br> خطأ من خادم لداب:',
'ldap_could_not_search' => 'Could not search the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:', 'ldap_could_not_search' => 'تعذر البحث في خادم لداب. يرجى التحقق من تهيئة خادم لداب في ملف تهيئة لداب. <br> خطأ من خادم لداب:',
'ldap_could_not_get_entries' => 'Could not get entries from the LDAP server. Please check your LDAP server configuration in the LDAP config file. <br>Error from LDAP Server:', 'ldap_could_not_get_entries' => 'تعذر الحصول على إدخالات من خادم لداب. يرجى التحقق من تهيئة خادم لداب في ملف تهيئة لداب. <br> خطأ من خادم لداب:',
'password_ldap' => 'The password for this account is managed by LDAP/Active Directory. Please contact your IT department to change your password. ', 'password_ldap' => 'تتم إدارة كلمة المرور لهذا الحساب بواسطة لداب / أكتيف ديركتوري. يرجى الاتصال بقسم تقنية المعلومات لتغيير كلمة المرور.',
), ),
'deletefile' => array( 'deletefile' => array(
'error' => 'File not deleted. Please try again.', 'error' => 'لم يتم حذف الملف. حاول مرة اخرى.',
'success' => 'File successfully deleted.', 'success' => 'تم حذف الملف بنجاح.',
), ),
'upload' => array( 'upload' => array(
'error' => 'File(s) not uploaded. Please try again.', 'error' => 'لم يتم تحميل الملف. حاول مرة اخرى.',
'success' => 'File(s) successfully uploaded.', 'success' => 'تم تحميل الملف بنجاح.',
'nofiles' => 'You did not select any files for upload', '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' => 'واحد أو أكثر من الملفات كبير جدا أو هو نوع ملف غير مسموح به. أنواع الملفات المسموح بها هي ينغ و جيف و جبغ و دوك و دوك و بدف و تكست.',
), ),
); );

View file

@ -10,28 +10,28 @@ return array(
'email' => 'البريد الالكتروني', 'email' => 'البريد الالكتروني',
'employee_num' => 'رقم الموظف', 'employee_num' => 'رقم الموظف',
'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.', 'groupnotes' => 'حدد مجموعة لتعيينها للمستخدم، تذكر أن المستخدم يأخذ أذونات المجموعة التي يتم تعيينها.',
'id' => 'رقم المعرف', 'id' => 'رقم المعرف',
'inherit' => 'Inherit', 'inherit' => 'يرث',
'job' => 'العنوان الوظيفي', 'job' => 'العنوان الوظيفي',
'last_login' => 'اخر تسجيل دخول', 'last_login' => 'اخر تسجيل دخول',
'last_name' => 'الإسم الأخير', 'last_name' => 'الإسم الأخير',
'location' => 'الموقع', 'location' => 'الموقع',
'lock_passwords' => 'لا يمكن تغيير تفاصيل الدخول بالنسبة لهذا التنصيب.', 'lock_passwords' => 'لا يمكن تغيير تفاصيل الدخول بالنسبة لهذا التنصيب.',
'manager' => 'المدير', 'manager' => 'المدير',
'managed_locations' => 'Managed Locations', 'managed_locations' => 'المواقع المدارة',
'name' => 'الاسم', 'name' => 'الاسم',
'notes' => 'مُلاحظات', 'notes' => 'مُلاحظات',
'password_confirm' => 'تأكيد كلمة المرور', 'password_confirm' => 'تأكيد كلمة المرور',
'password' => 'كلمة المرور', 'password' => 'كلمة المرور',
'phone' => 'رقم الهاتف', 'phone' => 'رقم الهاتف',
'show_current' => 'Show Current Users', 'show_current' => 'عرض المستخدمين الحاليين',
'show_deleted' => 'Show Deleted Users', 'show_deleted' => 'عرض المستخدمين المحذوفين',
'title' => 'المسمى الوظيفي', 'title' => 'المسمى الوظيفي',
'to_restore_them' => 'to restore them.', 'to_restore_them' => 'لاستعادتها.',
'updateuser' => 'تحديث المستخدم', 'updateuser' => 'تحديث المستخدم',
'username' => 'اسم المستخدم', 'username' => 'اسم المستخدم',
'user_deleted_text' => 'This user has been marked as deleted.', 'user_deleted_text' => 'تم وضع علامة على هذا المستخدم على أنه محذوف.',
'username_note' => '(يستخدم فقط للربط مع الـ Active Directory وليس لغرض تسجيل الدخول.)', 'username_note' => '(يستخدم فقط للربط مع الـ Active Directory وليس لغرض تسجيل الدخول.)',
'cloneuser' => 'نسخ المستخدم', 'cloneuser' => 'نسخ المستخدم',
'viewusers' => 'عرض المستخدمين', 'viewusers' => 'عرض المستخدمين',

View file

@ -2,7 +2,7 @@
return [ return [
'send_password_link' => 'إرسال رسالة إعادة تعيين كلمة المرور', 'send_password_link' => 'إرسال رسالة إعادة تعيين كلمة المرور',
'email_reset_password' => 'Email Password Reset', 'email_reset_password' => 'البريد الإلكتروني إعادة تعيين كلمة المرور',
'reset_password' => 'إعادة تعيين كلمة المرور', 'reset_password' => 'إعادة تعيين كلمة المرور',
'login' => 'الدخول', 'login' => 'الدخول',
'login_prompt' => 'الرجاء تسجيل الدخول', 'login_prompt' => 'الرجاء تسجيل الدخول',

View file

@ -5,33 +5,33 @@ return array(
'account_already_exists' => 'حساب بهذا البريد الإلكتروني موجود مسبقا.', 'account_already_exists' => 'حساب بهذا البريد الإلكتروني موجود مسبقا.',
'account_not_found' => 'اسم المستخدم أو كلمة المرور غير صحيحة.', 'account_not_found' => 'اسم المستخدم أو كلمة المرور غير صحيحة.',
'account_not_activated' => 'لم يتم تنشيط حساب هذا المستخدم.', 'account_not_activated' => 'لم يتم تنشيط حساب هذا المستخدم.',
'account_suspended' => 'This user account is suspended.', 'account_suspended' => 'تم تعليق حساب المستخدم هذا.',
'account_banned' => 'This user account is banned.', 'account_banned' => 'تم حظر حساب المستخدم هذا.',
'throttle' => 'Too many failed login attempts. Please try again in around :minutes minute(s).', 'throttle' => 'هناك عدد كبير جدا من محاولات تسجيل الدخول الفاشلة. يرجى المحاولة مرة أخرى في جميع أنحاء: دقيقة دقيقة (ق).',
'signin' => array( 'signin' => array(
'error' => 'There was a problem while trying to log you in, please try again.', 'error' => 'حدثت مشكلة أثناء محاولة تسجيل دخولك، الرجاء إعادة المحاولة.',
'success' => 'قمت بتسجيل الدخول بنجاح.', 'success' => 'قمت بتسجيل الدخول بنجاح.',
), ),
'signup' => array( 'signup' => array(
'error' => 'There was a problem while trying to create your account, please try again.', 'error' => 'حدثت مشكلة أثناء محاولة إنشاء حسابك، يرجى إعادة المحاولة.',
'success' => 'Account sucessfully created.', 'success' => 'تم إنشاء الحساب بنجاح.',
), ),
'forgot-password' => array( 'forgot-password' => array(
'error' => 'There was a problem while trying to get a reset password code, please try again.', 'error' => 'حدثت مشكلة أثناء محاولة الحصول على رمز إعادة تعيين كلمة المرور، الرجاء إعادة المحاولة.',
'success' => 'Password recovery email successfully sent.', 'success' => 'تم إرسال البريد الإلكتروني لاستعادة كلمة المرور بنجاح.',
), ),
'forgot-password-confirm' => array( 'forgot-password-confirm' => array(
'error' => 'There was a problem while trying to reset your password, please try again.', 'error' => 'حدثت مشكلة أثناء محاولة إعادة تعيين كلمة المرور، الرجاء إعادة المحاولة.',
'success' => 'Your password has been successfully reset.', 'success' => 'تمت إعادة تعيين كلمة المرور بنجاح.',
), ),
'activate' => array( 'activate' => array(
'error' => 'There was a problem while trying to activate your account, please try again.', 'error' => 'حدثت مشكلة أثناء محاولة تنشيط حسابك، يرجى إعادة المحاولة.',
'success' => 'Your account has been successfully activated.', 'success' => 'تم تفعيل حسابك بنجاح.',
), ),
); );

View file

@ -4,12 +4,12 @@ return array(
'actions' => 'الإجراءات', 'actions' => 'الإجراءات',
'add' => 'إضافة جديد', 'add' => 'إضافة جديد',
'cancel' => 'إلغاء', 'cancel' => 'إلغاء',
'checkin_and_delete' => 'Checkin & Delete User', 'checkin_and_delete' => 'فحص وحذف المستخدم',
'delete' => 'حذف', 'delete' => 'حذف',
'edit' => 'تعديل', 'edit' => 'تعديل',
'restore' => 'إستعادة', 'restore' => 'إستعادة',
'request' => 'طلب', 'request' => 'طلب',
'submit' => 'إرسال', 'submit' => 'إرسال',
'upload' => 'رفع', 'upload' => 'رفع',
'select_file' => 'Select File...', 'select_file' => 'حدد ملف ...',
); );

View file

@ -9,196 +9,197 @@
'activity_report' => 'تقرير الأنشطة', 'activity_report' => 'تقرير الأنشطة',
'address' => 'العنوان', 'address' => 'العنوان',
'admin' => 'الإدارة', 'admin' => 'الإدارة',
'add_seats' => 'Added seats', 'add_seats' => 'المقاعد المضافة',
'all_assets' => 'كل الأصول', 'all_assets' => 'كل الأصول',
'all' => 'الكل', 'all' => 'الكل',
'archived' => 'مؤرشف', 'archived' => 'مؤرشف',
'asset_models' => 'نماذج الأصول', 'asset_models' => 'نماذج الأصول',
'asset_model' => 'نموذج',
'asset' => 'الأصول', 'asset' => 'الأصول',
'asset_report' => 'Asset Report', 'asset_report' => 'تقرير الأصول',
'asset_tag' => 'وسم الأصول', 'asset_tag' => 'وسم الأصول',
'assets_available' => 'الأصول المتاحة', 'assets_available' => 'الأصول المتاحة',
'audit' => 'Audit', 'audit' => 'تدقيق',
'audit_report' => 'Audit Log', 'audit_report' => 'سجل التدقيق',
'assets' => 'الأصول', 'assets' => 'الأصول',
'avatar_delete' => 'حذف الصورة الرمزية', 'avatar_delete' => 'حذف الصورة الرمزية',
'avatar_upload' => 'رفع صورة رمزية', 'avatar_upload' => 'رفع صورة رمزية',
'back' => 'الرجوع للخلف', 'back' => 'الرجوع للخلف',
'bad_data' => 'Nothing found. Maybe bad data?', 'bad_data' => 'لم يتم العثور على شيء. ربما البيانات السيئة؟',
'bulkaudit' => 'Bulk Audit', 'bulkaudit' => 'التدقيق المجمع',
'bulkaudit_status' => 'Audit Status', 'bulkaudit_status' => 'حالة التدقيق',
'bulk_checkout' => 'Bulk Checkout', 'bulk_checkout' => 'الدفع المجمع',
'cancel' => 'إلغاء', 'cancel' => 'إلغاء',
'categories' => 'التصنيفات', 'categories' => 'التصنيفات',
'category' => 'تصنيف', 'category' => 'تصنيف',
'change' => 'In/Out', 'change' => 'في خارج',
'changeemail' => 'تغيير عنوان البريد الإلكتروني', 'changeemail' => 'تغيير عنوان البريد الإلكتروني',
'changepassword' => 'تغيير كلمة المرور', 'changepassword' => 'تغيير كلمة المرور',
'checkin' => 'تسجيل', 'checkin' => 'تسجيل',
'checkin_from' => 'Checkin from', 'checkin_from' => 'تحقق من',
'checkout' => 'ترجيع', 'checkout' => 'ترجيع',
'city' => 'المدينة', 'city' => 'المدينة',
'click_here' => 'Click here', 'click_here' => 'انقر هنا',
'companies' => 'Companies', 'companies' => 'الشركات',
'company' => 'Company', 'company' => 'شركة',
'component' => 'Component', 'component' => 'مكون',
'components' => 'Components', 'components' => 'المكونات',
'complete' => 'Complete', 'complete' => 'اكتمال',
'consumable' => 'Consumable', 'consumable' => 'مستهلكات',
'consumables' => 'Consumables', 'consumables' => 'المواد الاستهلاكية',
'country' => 'الدولة', 'country' => 'الدولة',
'create' => 'إضافة', 'create' => 'إضافة',
'created' => 'Item Created', 'created' => 'تم إنشاء العنصر',
'created_asset' => 'الأصول المضافة', 'created_asset' => 'الأصول المضافة',
'created_at' => 'أنشئت في', 'created_at' => 'أنشئت في',
'updated_at' => 'Updated at', 'updated_at' => 'تم التحديث في',
'currency' => '$', // this is deprecated 'currency' => '$', // this is deprecated
'current' => 'الحالي', 'current' => 'الحالي',
'custom_report' => 'Custom Asset Report', 'custom_report' => 'تقرير مخصص للأصول',
'dashboard' => 'Dashboard', 'dashboard' => 'لوحة القيادة',
'days' => 'days', 'days' => 'أيام',
'days_to_next_audit' => 'Days to Next Audit', 'days_to_next_audit' => 'أيام إلى التدقيق التالي',
'date' => 'التاريخ', 'date' => 'التاريخ',
'debug_warning' => 'Warning!', 'debug_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 <code>APP_DEBUG</code> value in your <code>.env</code> file to <code>false</code>.', 'debug_warning_text' => 'هذا التطبيق يعمل في وضع الإنتاج مع تمكين التصحيح. هذا يمكن أن يعرض البيانات الحساسة إذا كان التطبيق الخاص بك هو في متناول العالم الخارجي. تعطيل وضع التصحيح عن طريق تعيين قيمة <code>APP_DEBUG</code> في ملف <code>.env</code> إلى <code>false</code>.',
'delete' => 'حذف', 'delete' => 'حذف',
'deleted' => 'تم حذفها', 'deleted' => 'تم حذفها',
'delete_seats' => 'Deleted Seats', 'delete_seats' => 'المقاعد المحذوفة',
'departments' => 'Departments', 'departments' => 'الإدارات',
'department' => 'Department', 'department' => ' قسم، أقسام',
'deployed' => 'مُوزعة', 'deployed' => 'مُوزعة',
'depreciation_report' => 'تقرير الإستهلاك', 'depreciation_report' => 'تقرير الإستهلاك',
'download' => 'Download', 'download' => 'تحميل',
'depreciation' => 'الإستهلاك', 'depreciation' => 'الإستهلاك',
'editprofile' => 'تعديل الملف الشخصي', 'editprofile' => 'تعديل الملف الشخصي',
'eol' => 'الحياة', 'eol' => 'الحياة',
'email_domain' => 'Email Domain', 'email_domain' => 'نطاق البريد الإلكتروني',
'email_format' => 'Email Format', 'email_format' => 'تنسيق البريد الإلكتروني',
'email_domain_help' => 'This is used to generate email addresses when importing', 'email_domain_help' => 'يتم استخدام هذا لتوليد عناوين البريد الإلكتروني عند الاستيراد',
'filastname_format' => 'First Initial Last Name (jsmith@example.com)', 'filastname_format' => 'الاسم الأخير الأول (jsmith@example.com)',
'firstname_lastname_format' => 'First Name Last Name (jane.smith@example.com)', 'firstname_lastname_format' => 'الاسم الأول الاسم الأخير (jane.smith@example.com)',
'first' => 'First', 'first' => 'الأول',
'first_name' => 'الإسم الأول', 'first_name' => 'الإسم الأول',
'first_name_format' => 'First Name (jane@example.com)', 'first_name_format' => 'الاسم الأول (jane@example.com)',
'file_name' => 'File', 'file_name' => 'ملف',
'file_uploads' => 'File Uploads', 'file_uploads' => 'تحميلات الملفات',
'generate' => 'Generate', 'generate' => 'توفير',
'groups' => 'المجموعات', 'groups' => 'المجموعات',
'gravatar_email' => 'البريد الإلكتروني لخدمة Gravatar', 'gravatar_email' => 'البريد الإلكتروني لخدمة Gravatar',
'history' => 'History', 'history' => 'التاريخ',
'history_for' => 'السجل لـ', 'history_for' => 'السجل لـ',
'id' => 'الرقم', 'id' => 'الرقم',
'image_delete' => 'حذف الصورة', 'image_delete' => 'حذف الصورة',
'image_upload' => 'رفع صورة', 'image_upload' => 'رفع صورة',
'import' => 'Import', 'import' => 'استيراد',
'import-history' => 'Import History', 'import-history' => 'استيراد السجل',
'asset_maintenance' => 'Asset Maintenance', 'asset_maintenance' => 'صيانة الأصول',
'asset_maintenance_report' => 'Asset Maintenance Report', 'asset_maintenance_report' => 'تقرير صيانة الأصول',
'asset_maintenances' => 'Asset Maintenances', 'asset_maintenances' => 'صيانة الأصول',
'item' => 'Item', 'item' => 'بند',
'insufficient_permissions' => 'Insufficient permissions!', 'insufficient_permissions' => 'أذونات غير كافية!',
'language' => 'Language', 'language' => 'لغة',
'last' => 'Last', 'last' => 'الاخير',
'last_login' => 'Last Login', 'last_login' => 'آخر تسجيل دخول',
'last_name' => 'الإسم الأخير', 'last_name' => 'الإسم الأخير',
'license' => 'الرخص', 'license' => 'الرخص',
'license_report' => 'License Report', 'license_report' => 'تقرير الترخيص',
'licenses_available' => 'الرخص المتاحة', 'licenses_available' => 'الرخص المتاحة',
'licenses' => 'الرخص', 'licenses' => 'الرخص',
'list_all' => 'عرض الكل', 'list_all' => 'عرض الكل',
'loading' => 'Loading', 'loading' => 'جار التحميل',
'lock_passwords' => 'This field cannot be edited in this installation.', 'lock_passwords' => 'لا يمكن تعديل هذا الحقل في هذا التثبيت.',
'feature_disabled' => 'This feature has been disabled for the demo installation.', 'feature_disabled' => 'تم تعطيل هذه الميزة للتثبيت التجريبي.',
'location' => 'الموقع', 'location' => 'الموقع',
'locations' => 'المواقع', 'locations' => 'المواقع',
'logout' => 'تسجيل خروج', 'logout' => 'تسجيل خروج',
'lookup_by_tag' => 'Lookup by Asset Tag', 'lookup_by_tag' => 'البحث عن طريق علامة الأصول',
'manufacturer' => 'الشركة المصنعة', 'manufacturer' => 'الشركة المصنعة',
'manufacturers' => 'الشركات المصنعة', 'manufacturers' => 'الشركات المصنعة',
'markdown' => 'This field allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.', 'markdown' => 'يتيح هذا الحقل <a href="https://help.github.com/articles/github-flavored-markdown/">Gildub بنكيد markdown</a>.',
'min_amt' => 'Min. QTY', 'min_amt' => 'دقيقة. الكمية',
'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered.', 'min_amt_help' => 'الحد الأدنى لعدد العناصر التي يجب توفرها قبل بدء التنبيه.',
'model_no' => 'رقم الموديل', 'model_no' => 'رقم الموديل',
'months' => 'أشهر', 'months' => 'أشهر',
'moreinfo' => 'المزيد من المعلومات', 'moreinfo' => 'المزيد من المعلومات',
'name' => 'الإسم', 'name' => 'الإسم',
'next' => 'Next', 'next' => 'التالى',
'next_audit_date' => 'Next Audit Date', 'next_audit_date' => 'تاريخ التدقيق التالي',
'last_audit' => 'Last Audit', 'last_audit' => 'آخر مراجعة',
'new' => 'new!', 'new' => 'الجديد!',
'no_depreciation' => 'لا يوجد إستهلاك', 'no_depreciation' => 'لا يوجد إستهلاك',
'no_results' => 'لا يوجد نتائج.', 'no_results' => 'لا يوجد نتائج.',
'no' => 'لا', 'no' => 'لا',
'notes' => 'مُلاحظات', 'notes' => 'مُلاحظات',
'order_number' => 'Order Number', 'order_number' => 'رقم الأمر',
'page_menu' => 'Showing _MENU_ items', 'page_menu' => 'عرض عناصر _MENU_',
'pagination_info' => 'Showing _START_ to _END_ of _TOTAL_ items', 'pagination_info' => 'عرض _START_ إلى _END_ من إجمالي العناصر البالغ عددها TOTAL_',
'pending' => 'في انتظار المراجعة', 'pending' => 'في انتظار المراجعة',
'people' => 'الأشخاص', 'people' => 'الأشخاص',
'per_page' => 'عدد النتائج في كل صفحة', 'per_page' => 'عدد النتائج في كل صفحة',
'previous' => 'Previous', 'previous' => 'سابق',
'processing' => 'Processing', 'processing' => 'معالجة',
'profile' => 'ملفك الشخصي', 'profile' => 'ملفك الشخصي',
'purchase_cost' => 'Purchase Cost', 'purchase_cost' => 'تكلفة الشراء',
'purchase_date' => 'Purchase Date', 'purchase_date' => 'تاريخ الشراء',
'qty' => 'QTY', 'qty' => 'الكمية',
'quantity' => 'Quantity', 'quantity' => 'كمية',
'ready_to_deploy' => 'جاهزة للتوزيع', 'ready_to_deploy' => 'جاهزة للتوزيع',
'recent_activity' => 'Recent Activity', 'recent_activity' => 'آخر نشاط',
'remove_company' => 'Remove Company Association', 'remove_company' => 'إزالة جمعية الشركة',
'reports' => 'التقارير', 'reports' => 'التقارير',
'requested' => 'Requested', 'requested' => 'طلب',
'request_canceled' => 'Request Canceled', 'request_canceled' => 'تم إلغاء الطلب',
'save' => 'حفظ', 'save' => 'حفظ',
'select' => 'Select', 'select' => 'تحديد',
'search' => 'Search', 'search' => 'بحث',
'select_category' => 'Select a Category', 'select_category' => 'اختر تصنيف',
'select_department' => 'Select a Department', 'select_department' => 'حدد قسم',
'select_depreciation' => 'Select a Depreciation Type', 'select_depreciation' => 'حدد نوع الإهلاك',
'select_location' => 'Select a Location', 'select_location' => 'حدد موقعا',
'select_manufacturer' => 'Select a Manufacturer', 'select_manufacturer' => 'حدد الشركة المصنعة',
'select_model' => 'Select a Model', 'select_model' => 'حدد نموذجا',
'select_supplier' => 'Select a Supplier', 'select_supplier' => 'حدد المورد',
'select_user' => 'Select a User', 'select_user' => 'حدد مستخدم',
'select_date' => 'Select Date (YYYY-MM-DD)', 'select_date' => 'تحديد التاريخ (يي-مم-د)',
'select_statuslabel' => 'Select Status', 'select_statuslabel' => 'حدد الحالة',
'select_company' => 'Select Company', 'select_company' => 'حدد الشركة',
'select_asset' => 'Select Asset', 'select_asset' => 'حدد مادة العرض',
'settings' => 'الإعدادات', 'settings' => 'الإعدادات',
'sign_in' => 'تسجيل الدخول', 'sign_in' => 'تسجيل الدخول',
'signature' => 'Signature', 'signature' => 'التوقيع',
'some_features_disabled' => 'DEMO MODE: Some features are disabled for this installation.', 'some_features_disabled' => 'ديمو مود: يتم تعطيل بعض الميزات لهذا التثبيت.',
'site_name' => 'إسم الموقع', 'site_name' => 'إسم الموقع',
'state' => 'المنطقة / الولاية', 'state' => 'المنطقة / الولاية',
'status_labels' => 'بطاقات الحالة', 'status_labels' => 'بطاقات الحالة',
'status' => 'الحالة', 'status' => 'الحالة',
'supplier' => 'Supplier', 'supplier' => 'المورد',
'suppliers' => 'الموردون', 'suppliers' => 'الموردون',
'sure_to_delete' => 'Are you sure you wish to delete', 'sure_to_delete' => 'هل تريد بالتأكيد حذفها',
'submit' => 'Submit', 'submit' => 'عرض',
'target' => 'Target', 'target' => 'استهداف',
'time_and_date_display' => 'Time and Date Display', 'time_and_date_display' => 'عرض الوقت والتاريخ',
'total_assets' => 'إجمالي الأصول', 'total_assets' => 'إجمالي الأصول',
'total_licenses' => 'إجمالي الرخص', 'total_licenses' => 'إجمالي الرخص',
'total_accessories' => 'مجموع الملحقات', 'total_accessories' => 'مجموع الملحقات',
'total_consumables' => 'total consumables', 'total_consumables' => 'مجموع المواد الاستهلاكية',
'type' => 'Type', 'type' => 'اكتب',
'undeployable' => 'غير قابلة للتوزيع', 'undeployable' => 'غير قابلة للتوزيع',
'unknown_admin' => 'إداري غير معروف', 'unknown_admin' => 'إداري غير معروف',
'username_format' => 'Username Format', 'username_format' => 'تنسيق اسم المستخدم',
'update' => 'Update', 'update' => 'تحديث',
'uploaded' => 'Uploaded', 'uploaded' => 'تم تحميلها',
'user' => 'المستخدم', 'user' => 'المستخدم',
'accepted' => 'accepted', 'accepted' => 'قبلت',
'declined' => 'declined', 'declined' => 'رفض',
'unaccepted_asset_report' => 'Unaccepted Assets', 'unaccepted_asset_report' => 'الأصول غير المقبولة',
'users' => 'Users', 'users' => 'المستخدمين',
'viewassets' => 'عرض الأصول المسجلة', 'viewassets' => 'عرض الأصول المسجلة',
'website' => 'الموقع', 'website' => 'الموقع',
'welcome' => 'إهلاً وسهلاً، :name', 'welcome' => 'إهلاً وسهلاً، :name',
'years' => 'سنوات', 'years' => 'سنوات',
'yes' => 'نعم', 'yes' => 'نعم',
'zip' => 'الرمز البريدي', 'zip' => 'الرمز البريدي',
'noimage' => 'No image uploaded or image not found.', 'noimage' => 'لم يتم تحميل أي صورة أو صورة لم يتم العثور عليها.',
'token_expired' => 'Your form session has expired. Please try again.', 'token_expired' => 'انتهت صلاحية جلسة النموذج. حاول مرة اخرى.',
]; ];

View file

@ -5,70 +5,67 @@ return array(
'a_user_requested' => 'طلب مستخدم عنصر على الموقع', 'a_user_requested' => 'طلب مستخدم عنصر على الموقع',
'accessory_name' => 'اسم الملحق:', 'accessory_name' => 'اسم الملحق:',
'additional_notes' => 'ملاحظات إضافية:', 'additional_notes' => 'ملاحظات إضافية:',
'admin_has_created' => 'An administrator has created an account for you on the :web website.', 'admin_has_created' => 'قام مسؤول بإنشاء حساب لك على: موقع ويب.',
'asset' => 'أصل:', 'asset' => 'أصل:',
'asset_name' => 'اسم الأصل:', 'asset_name' => 'اسم الأصل:',
'asset_requested' => 'Asset requested', 'asset_requested' => 'تم طلب مادة العرض',
'asset_tag' => 'Asset Tag:', 'asset_tag' => 'علامة الأصول:',
'assets_warrantee_expiring' => '{1} asset with warrantee expiring in the next 60 days.|[2,Inf] assets with warrantees 'assets_warrantee_expiring' => '{1} الأصول التي تنتهي مدة الضمان بها خلال ال 60 يوما القادمة | [2، إنف] تنتهي صلاحية الأصول مع الضمانات خلال ال 60 يوما القادمة.',
expiring in the next 60 days.',
'assigned_to' => 'مخصص لـ', 'assigned_to' => 'مخصص لـ',
'best_regards' => 'أفضل التحيات،', 'best_regards' => 'أفضل التحيات،',
'canceled' => 'ملغى:', 'canceled' => 'ملغى:',
'checkin_date' => 'Checkin Date:', 'checkin_date' => 'تاريخ الوصول:',
'checkout_date' => 'Checkout Date:', 'checkout_date' => 'موعد انتهاء الأقامة:',
'click_to_confirm' => 'Please click on the following link to confirm your :web account:', 'click_to_confirm' => 'يرجى النقر على الرابط التالي لتأكيد: حساب الويب:',
'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_accessory' => 'الرجاء النقر على الرابط الموجود في الأسفل لتأكيد استلامك للملحق.',
'click_on_the_link_asset' => 'Please click on the link at the bottom to confirm that you have received the asset.', 'click_on_the_link_asset' => 'يرجى النقر على الرابط في الجزء السفلي للتأكد من أنك قد تلقيت مادة العرض.',
'Confirm_Asset_Checkin' => 'Confirm Asset Checkin.', 'Confirm_Asset_Checkin' => 'تأكيد فحص الأصول.',
'Confirm_Accessory_Checkin' => 'Confirm Accessory Checkin.', 'Confirm_Accessory_Checkin' => 'تأكيد الإيداع المساعد.',
'Confirm_accessory_delivery' => 'Confirm accessory delivery.', 'Confirm_accessory_delivery' => 'تأكيد التسليم التبعي.',
'Confirm_asset_delivery' => 'Confirm asset delivery.', 'Confirm_asset_delivery' => 'تأكيد تسليم الأصول.',
'Confirm_consumable_delivery' => 'Confirm consumable delivery.', 'Confirm_consumable_delivery' => 'تأكيد التسليم المستهلكة.',
'current_QTY' => 'Current QTY', 'current_QTY' => 'الكمية الحالية',
'Days' => 'أيام', 'Days' => 'أيام',
'days' => 'أيام', 'days' => 'أيام',
'expecting_checkin_date' => 'Expected Checkin Date:', 'expecting_checkin_date' => 'تاريخ الوصول المتوقع:',
'expires' => 'ينتهي', 'expires' => 'ينتهي',
'Expiring_Assets_Report' => 'Expiring Assets Report.', 'Expiring_Assets_Report' => 'تقرير الأصول المنتهية الصلاحية.',
'Expiring_Licenses_Report' => 'Expiring Licenses Report.', 'Expiring_Licenses_Report' => 'تقرير التراخيص المنتهية الصلاحية.',
'hello' => 'Hello', 'hello' => 'مرحبا',
'hi' => 'Hi', 'hi' => 'مرحبا',
'i_have_read' => 'I have read and agree to the terms of use, and have received this item.', 'i_have_read' => 'لقد قرأت بنود الاستخدام وأوافق عليها، وقد تلقيت هذا البند.',
'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 'items_below_minimum' => '{1} بند أقل من الحد الأدنى من المخزون أو سيكون قريبا منخفضا | [2، إنف] البنود التي هي أقل من الحد الأدنى من المخزون أو سوف تكون منخفضة قريبا.',
inventory or will soon be low.', 'Item_Request_Canceled' => 'تم إلغاء طلب العنصر',
'Item_Request_Canceled' => 'Item Request Canceled', 'Item_Requested' => 'العنصر المطلوب',
'Item_Requested' => 'Item Requested', 'licenses_expiring' => '{1} ترخيص تنتهي مدة 60 يوما القادمة | [2، إنف] تراخيص تنتهي صلاحيتها بعد 60 يوما.',
'licenses_expiring' => '{1} license expiring next 60 days.|[2,Inf] licenses expiring next 60 days.', 'link_to_update_password' => 'يرجى النقر على الرابط التالي لتحديث الخاص بك: كلمة السر على شبكة الإنترنت:',
'link_to_update_password' => 'Please click on the following link to update your :web password:', 'login_first_admin' => 'تسجيل الدخول إلى التثبيت الجديد قنص-إيت باستخدام بيانات الاعتماد أدناه:',
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:', 'login' => 'تسجيل الدخول:',
'login' => 'Login:', 'Low_Inventory_Report' => 'تقرير المخزون المنخفض',
'Low_Inventory_Report' => 'Low Inventory Report', 'min_QTY' => 'دقيقة الكمية',
'min_QTY' => 'Min QTY', 'name' => 'اسم',
'name' => 'Name', 'new_item_checked' => 'تم فحص عنصر جديد تحت اسمك، التفاصيل أدناه.',
'new_item_checked' => 'A new item has been checked out under your name, details are below.', 'password' => 'كلمه السر:',
'password' => 'Password:', 'password_reset' => 'إعادة تعيين كلمة المرور',
'password_reset' => 'Password Reset',
'read_the_terms' => 'Please read the terms of use below.', '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 'read_the_terms_and_click' => 'يرجى قراءة بنود الاستخدام أدناه، والنقر على الرابط في الأسفل للتأكد من أنك تقرأ بنود الاستخدام ووافقت عليها، وتلقت مادة العرض.',
and agree to the terms of use, and have received the asset.', 'requested' => 'طلب:',
'requested' => 'Requested:', 'reset_link' => 'رابط إعادة تعيين كلمة المرور',
'reset_link' => 'Your Password Reset Link', 'reset_password' => 'انقر هنا لإعادة تعيين كلمة المرور:',
'reset_password' => 'Click here to reset your password:', 'serial' => 'مسلسل:',
'serial' => 'Serial:', 'supplier' => 'المورد',
'supplier' => 'Supplier', 'tag' => 'بطاقة',
'tag' => 'Tag', 'test_email' => 'اختبار البريد الإلكتروني من قنص-تكنولوجيا المعلومات',
'test_email' => 'Test Email from Snipe-IT', 'test_mail_text' => 'هذا هو اختبار من قنص-إيت نظام إدارة الأصول. إذا كنت حصلت على هذا، البريد يعمل :)',
'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' => 'The following item has been checked in: ', 'There_are' => '{1} هناك | [2، إنف] هناك',
'There_are' => '{1} There is|[2,Inf] There are', 'to_reset' => 'لإعادة تعيين: كلمة مرور الويب، أكمل هذا النموذج:',
'to_reset' => 'To reset your :web password, complete this form:', 'type' => 'اكتب',
'type' => 'Type', 'user' => 'المستعمل:',
'user' => 'User:', 'username' => 'اسم المستخدم:',
'username' => 'Username:', 'welcome' => 'مرحبا: الاسم',
'welcome' => 'Welcome :name', 'welcome_to' => 'مرحبا بكم في: الويب!',
'welcome_to' => 'Welcome to :web!', 'your_credentials' => 'أوراق اعتماد قنص-إيت الخاص بك',
'your_credentials' => 'Your Snipe-IT credentials',
); );

View file

@ -2,6 +2,6 @@
return [ return [
'sent' => 'تم إرسال رابط كلمة المرور الخاصة بك!', 'sent' => 'تم إرسال رابط كلمة المرور الخاصة بك!',
'user' => 'That user does not exist or does not have an email address associated', 'user' => 'هذا المستخدم غير موجود أو ليس لديه عنوان بريد إلكتروني مرتبط',
]; ];

View file

@ -16,77 +16,77 @@ return array(
'accepted' => ':attribute يجب ان يكون مقبولا.', 'accepted' => ':attribute يجب ان يكون مقبولا.',
'active_url' => ':attribute موقع غير صحيح.', 'active_url' => ':attribute موقع غير صحيح.',
'after' => ':attribute يجب ان يكون تاريخ قبل :date.', 'after' => ':attribute يجب ان يكون تاريخ قبل :date.',
'after_or_equal' => 'The :attribute must be a date after or equal to :date.', 'after_or_equal' => 'يجب أن تكون السمة عبارة عن تاريخ بعد أو يساوي: التاريخ.',
'alpha' => 'The :attribute may only contain letters.', 'alpha' => 'قد تحتوي السمة على أحرف فقط.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.', 'alpha_dash' => 'قد تحتوي السمة على أحرف وأرقام وشرطات فقط.',
'alpha_num' => 'The :attribute may only contain letters and numbers.', 'alpha_num' => 'قد تحتوي السمة على أحرف وأرقام فقط.',
'array' => 'The :attribute must be an array.', 'array' => 'يجب أن تكون السمة مصفوفة.',
'before' => ':attribute يجب ان يكون تاريخ قبل :date.', 'before' => ':attribute يجب ان يكون تاريخ قبل :date.',
'before_or_equal' => 'The :attribute must be a date before or equal to :date.', 'before_or_equal' => 'يجب أن تكون السمة عبارة عن تاريخ قبل أو يساوي: ديت.',
'between' => [ 'between' => [
'numeric' => ':attribute يجب ان يكون بين :min - :max.', 'numeric' => ':attribute يجب ان يكون بين :min - :max.',
'file' => 'The :attribute must be between :min and :max kilobytes.', 'file' => 'يجب أن تكون السمة: مين و: ماكس كيلوبايت.',
'string' => 'The :attribute must be between :min and :max characters.', 'string' => 'يجب أن تكون السمة: مين و: ماكس من الأحرف.',
'array' => 'The :attribute must have between :min and :max items.', 'array' => 'يجب أن تتضمن السمة ما بين: مين و: ماكس من العناصر.',
], ],
'boolean' => 'The :attribute field must be true or false.', 'boolean' => 'يجب أن يكون حقل السمة صحيحا أو خاطئا.',
'confirmed' => 'The :attribute confirmation does not match.', 'confirmed' => 'لا يتطابق تأكيد السمة.',
'date' => ':attribute تاريخ غير صحيح.', 'date' => ':attribute تاريخ غير صحيح.',
'date_format' => 'The :attribute does not match the format :format.', 'date_format' => 'لا تتطابق السمة: مع التنسيق.',
'different' => 'The :attribute and :other must be different.', 'different' => 'السمة: و أخرى يجب أن تكون مختلفة.',
'digits' => 'The :attribute must be :digits digits.', 'digits' => 'يجب أن تكون السمة: أرقام الأرقام.',
'digits_between' => 'The :attribute must be between :min and :max digits.', 'digits_between' => 'يجب أن تكون السمة: مين و: ماكس ديجيتس.',
'dimensions' => 'The :attribute has invalid image dimensions.', 'dimensions' => 'تحتوي السمة: على أبعاد غير صالحة للصور.',
'distinct' => 'The :attribute field has a duplicate value.', 'distinct' => 'يحتوي حقل السمة على قيمة مكررة.',
'email' => 'The :attribute must be a valid email address.', 'email' => 'يجب أن تكون السمة عنوان بريد إلكتروني صالحا.',
'exists' => 'The selected :attribute is invalid.', 'exists' => 'السمة المحددة: غير صالحة.',
'file' => 'The :attribute must be a file.', 'file' => 'يجب أن تكون السمة ملف.',
'filled' => 'The :attribute field must have a value.', 'filled' => 'يجب أن يحتوي حقل السمة على قيمة.',
'image' => 'The :attribute must be an image.', 'image' => 'يجب أن تكون السمة صورة.',
'in' => 'The selected :attribute is invalid.', 'in' => 'السمة المحددة: غير صالحة.',
'in_array' => 'The :attribute field does not exist in :other.', 'in_array' => 'حقل السمة: غير موجود في: أخرى.',
'integer' => 'The :attribute must be an integer.', 'integer' => 'يجب أن تكون السمة عدد صحيح.',
'ip' => 'The :attribute must be a valid IP address.', 'ip' => 'يجب أن تكون الخاصية المميزة عنوان إب صالحا.',
'ipv4' => 'The :attribute must be a valid IPv4 address.', 'ipv4' => 'يجب أن تكون السمة عنوان IPv4 صالحا.',
'ipv6' => 'The :attribute must be a valid IPv6 address.', 'ipv6' => 'يجب أن تكون الخاصية المميزة عنوان IPv6 صالح.',
'json' => 'The :attribute must be a valid JSON string.', 'json' => 'يجب أن تكون السمة سلسلة جسون صالحة.',
'max' => [ 'max' => [
'numeric' => 'The :attribute may not be greater than :max.', 'numeric' => 'قد لا تكون السمة: أكبر من: ماكس.',
'file' => 'The :attribute may not be greater than :max kilobytes.', 'file' => 'قد لا تكون السمة: أكبر من كيلوبايت كحد أقصى.',
'string' => 'The :attribute may not be greater than :max characters.', 'string' => 'قد لا تكون السمة: أكبر من: الأحرف كحد أقصى.',
'array' => 'The :attribute may not have more than :max items.', 'array' => 'قد لا تحتوي السمة على أكثر من: الحد الأقصى للعناصر.',
], ],
'mimes' => 'The :attribute must be a file of type: :values.', 'mimes' => 'يجب أن تكون الخاصية المميزة ملف من النوع:: القيم.',
'mimetypes' => 'The :attribute must be a file of type: :values.', 'mimetypes' => 'يجب أن تكون الخاصية المميزة ملف من النوع:: القيم.',
'min' => [ 'min' => [
'numeric' => 'The :attribute must be at least :min.', 'numeric' => 'يجب أن تكون السمة: على الأقل: دقيقة.',
'file' => 'The :attribute must be at least :min kilobytes.', 'file' => 'يجب أن تكون السمة: على الأقل كيلوبايت.',
'string' => 'The :attribute must be at least :min characters.', 'string' => 'يجب أن تكون السمة: مين على الأقل.',
'array' => 'The :attribute must have at least :min items.', 'array' => 'يجب أن تحتوي السمة على الأقل على: مين من العناصر.',
], ],
'not_in' => 'The selected :attribute is invalid.', 'not_in' => 'السمة المحددة: غير صالحة.',
'numeric' => 'The :attribute must be a number.', 'numeric' => 'يجب أن تكون السمة رقم.',
'present' => 'The :attribute field must be present.', 'present' => 'يجب أن يكون حقل السمة موجود.',
'regex' => 'The :attribute format is invalid.', 'regex' => 'تنسيق السمة: غير صالح.',
'required' => 'The :attribute field is required.', 'required' => 'حقل السمة: مطلوب.',
'required_if' => 'The :attribute field is required when :other is :value.', 'required_if' => 'حقل السمة: مطلوب عند: أوثر إس: فالو.',
'required_unless' => 'The :attribute field is required unless :other is in :values.', 'required_unless' => 'حقل السمة: مطلوب ما لم: الآخر في: القيم.',
'required_with' => 'The :attribute field is required when :values is present.', 'required_with' => 'حقل السمة: مطلوب عند: القيم موجودة.',
'required_with_all' => 'The :attribute field is required when :values is present.', 'required_with_all' => 'حقل السمة: مطلوب عند: القيم موجودة.',
'required_without' => 'The :attribute field is required when :values is not present.', 'required_without' => 'حقل السمة: مطلوب عند: القيم غير موجودة.',
'required_without_all' => 'The :attribute field is required when none of :values are present.', 'required_without_all' => 'حقل السمة: مطلوب عند عدم وجود: القيم موجودة.',
'same' => 'The :attribute and :other must match.', 'same' => ': السمة و: يجب أن تطابق أخرى.',
'size' => [ 'size' => [
'numeric' => 'The :attribute must be :size.', 'numeric' => 'يجب أن تكون السمة: سيز.',
'file' => 'The :attribute must be :size kilobytes.', 'file' => 'يجب أن تكون السمة: كيلوبايت بحجم.',
'string' => 'The :attribute must be :size characters.', 'string' => 'يجب أن تكون السمة: سيز تشاراكترز.',
'array' => 'The :attribute must contain :size items.', 'array' => 'يجب أن تحتوي السمة على: حجم العناصر.',
], ],
'string' => 'The :attribute must be a string.', 'string' => 'يجب أن تكون السمة عبارة عن سلسلة.',
'timezone' => 'The :attribute must be a valid zone.', 'timezone' => 'يجب أن تكون السمة منطقة صالحة.',
'unique' => 'The :attribute has already been taken.', 'unique' => 'تم أخذ السمة: بالفعل.',
'uploaded' => 'The :attribute failed to upload.', 'uploaded' => 'أخفق تحميل السمة:.',
'url' => 'The :attribute format is invalid.', 'url' => 'تنسيق السمة: غير صالح.',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
@ -112,12 +112,12 @@ return array(
*/ */
'custom' => [ 'custom' => [
'alpha_space' => "The :attribute field contains a character that is not allowed.", 'alpha_space' => "يحتوي حقل السمة على حرف غير مسموح به.",
"email_array" => "One or more email addresses is invalid.", "email_array" => "عنوان بريد إلكتروني واحد أو أكثر غير صالح.",
"hashed_pass" => "Your current password is incorrect", "hashed_pass" => "كلمة المرور الحالية غير صحيحة",
'dumbpwd' => 'That password is too common.', 'dumbpwd' => 'كلمة المرور هذه شائعة جدا.',
"statuslabel_type" => "You must select a valid status label type", "statuslabel_type" => "يجب تحديد نوع تصنيف حالة صالح",
"unique_undeleted" => "The :attribute must be unique.", "unique_undeleted" => "يجب أن تكون السمة فريدة.",
], ],
/* /*

View file

@ -12,8 +12,8 @@
'success' => 'Поддръжката на актив създадена успешно.' 'success' => 'Поддръжката на актив създадена успешно.'
], ],
'edit' => [ 'edit' => [
'error' => 'Asset Maintenance was not edited, please try again.', 'error' => 'Поддръжката на активите не бе редактирана. Моля, опитайте отново.',
'success' => 'Asset Maintenance edited successfully.' 'success' => 'Активирането на активите бе редактирано успешно.'
], ],
'asset_maintenance_incomplete' => 'Все още неприключила', 'asset_maintenance_incomplete' => 'Все още неприключила',
'warranty' => 'Гаранция', 'warranty' => 'Гаранция',

View file

@ -28,7 +28,7 @@ return array(
'fieldset' => array( 'fieldset' => array(
'does_not_exist' => 'Fieldset does not exist', 'does_not_exist' => 'Полето не съществува',
'create' => array( 'create' => array(
'error' => 'Fieldset не беше създаден, моля опитайте отново.', 'error' => 'Fieldset не беше създаден, моля опитайте отново.',

View file

@ -2,20 +2,20 @@
return array( return array(
'does_not_exist' => 'Department does not exist.', '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. ', 'assoc_users' => 'Този отдел понастоящем е свързан с поне един потребител и не може да бъде изтрит. Моля, актуализирайте потребителите си, за да не препращате към този отдел и опитайте отново.',
'create' => array( 'create' => array(
'error' => 'Department was not created, please try again.', 'error' => 'Отделът не е създаден, моля, опитайте отново.',
'success' => 'Department created successfully.' 'success' => 'Отделът е създаден успешно.'
), ),
'update' => array( 'update' => array(
'error' => 'Department was not updated, please try again', 'error' => 'Отделът не е актуализиран, моля, опитайте отново',
'success' => 'Department updated successfully.' 'success' => 'Отделът се актуализира успешно.'
), ),
'delete' => array( 'delete' => array(
'confirm' => 'Are you sure you wish to delete this department?', 'confirm' => 'Наистина ли искате да изтриете този отдел?',
'error' => 'There was an issue deleting the department. Please try again.', 'error' => 'Имаше проблем с изтриването на отдела. Моля, опитайте отново.',
'success' => 'The department was deleted successfully.' 'success' => 'Отделът бе изтрит успешно.'
) )
); );

Some files were not shown because too many files have changed in this diff Show more