diff --git a/resources/lang/af/admin/accessories/general.php b/resources/lang/af/admin/accessories/general.php
index 64a6714e28..fb4968061a 100644
--- a/resources/lang/af/admin/accessories/general.php
+++ b/resources/lang/af/admin/accessories/general.php
@@ -1,6 +1,6 @@
'Toebehore Kategorie',
'accessory_name' => 'Toebehore Naam',
'checkout' => 'Checkout Accessory',
@@ -17,4 +17,4 @@ return [
'use_default_eula' => 'Gebruik eerder die primary standaard EULA.',
'use_default_eula_disabled' => 'Gebruik die primêre standaardverlof in plaas daarvan. Geen primêre standaard EULA is ingestel nie. Voeg asseblief een by Instellings.',
-];
+);
diff --git a/resources/lang/af/admin/accessories/message.php b/resources/lang/af/admin/accessories/message.php
index e98b68d296..36c2fd100b 100644
--- a/resources/lang/af/admin/accessories/message.php
+++ b/resources/lang/af/admin/accessories/message.php
@@ -1,36 +1,37 @@
'The accessory [:id] does not exist.',
'assoc_users' => 'Hierdie bykomstige het tans: tel items wat uitgekontroleer is aan gebruikers. Kontroleer asseblief die bykomstighede en en probeer weer.',
- 'create' => [
+ 'create' => array(
'error' => 'Die bykomstigheid is nie geskep nie, probeer asseblief weer.',
- 'success' => 'Die bykomstigheid is suksesvol geskep.',
- ],
+ 'success' => 'Die bykomstigheid is suksesvol geskep.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Die bykomstigheid is nie opgedateer nie, probeer asseblief weer',
- 'success' => 'Die bykomstigheid is suksesvol opgedateer.',
- ],
+ 'success' => 'Die bykomstigheid is suksesvol opgedateer.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Is jy seker jy wil hierdie toebehore uitvee?',
'error' => 'Daar was \'n probleem met die verwydering van die bykomstigheid. Probeer asseblief weer.',
- 'success' => 'Die bykomstigheid is suksesvol verwyder.',
- ],
+ 'success' => 'Die bykomstigheid is suksesvol verwyder.'
+ ),
- 'checkout' => [
+ 'checkout' => array(
'error' => 'Toebehore is nie nagegaan nie, probeer asseblief weer',
'success' => 'Toebehore suksesvol nagegaan.',
- 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.',
- ],
+ 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.'
+ ),
- 'checkin' => [
+ 'checkin' => array(
'error' => 'Toebehore is nie nagegaan nie, probeer asseblief weer',
'success' => 'Toebehore is suksesvol nagegaan.',
- 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.',
- ],
+ 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.'
+ )
-];
+
+);
diff --git a/resources/lang/af/admin/accessories/table.php b/resources/lang/af/admin/accessories/table.php
index 275d9db851..d8fa52c62c 100644
--- a/resources/lang/af/admin/accessories/table.php
+++ b/resources/lang/af/admin/accessories/table.php
@@ -1,10 +1,11 @@
'Laai CSV af',
- 'eula_text' => 'EULA',
+return array(
+ 'dl_csv' => 'Laai CSV af',
+ 'eula_text' => 'EULA',
'id' => 'ID',
'require_acceptance' => 'aanvaarding',
'title' => 'Toebehore Naam',
-];
+
+);
diff --git a/resources/lang/af/admin/asset_maintenances/form.php b/resources/lang/af/admin/asset_maintenances/form.php
index 4fb7228e4a..eb6caf5937 100644
--- a/resources/lang/af/admin/asset_maintenances/form.php
+++ b/resources/lang/af/admin/asset_maintenances/form.php
@@ -10,5 +10,5 @@
'asset_maintenance_time' => 'dae',
'notes' => 'notas',
'update' => 'Opdateer',
- 'create' => 'Skep',
+ 'create' => 'Skep'
];
diff --git a/resources/lang/af/admin/categories/general.php b/resources/lang/af/admin/categories/general.php
index 23305dda1e..32b68f8cdb 100644
--- a/resources/lang/af/admin/categories/general.php
+++ b/resources/lang/af/admin/categories/general.php
@@ -1,6 +1,6 @@
'Bate kategorieë',
'category_name' => 'Kategorie Naam',
'checkin_email' => 'Stuur e-pos aan gebruiker by aanmelding/afmelding.',
@@ -20,4 +20,4 @@ return [
'use_default_eula_disabled' => 'Gebruik die primêre standaardverlof in plaas daarvan. Geen primêre standaard EULA is ingestel nie. Voeg asseblief een by Instellings.',
'use_default_eula_column' => 'Use default EULA',
-];
+);
diff --git a/resources/lang/af/admin/categories/message.php b/resources/lang/af/admin/categories/message.php
index 6d05579ad2..85103589b2 100644
--- a/resources/lang/af/admin/categories/message.php
+++ b/resources/lang/af/admin/categories/message.php
@@ -1,25 +1,25 @@
'Kategorie bestaan nie.',
'assoc_models' => 'Hierdie kategorie is tans gekoppel aan ten minste een model en kan nie uitgevee word nie. Dateer asseblief jou modelle op om nie meer hierdie kategorie te verwys nie en probeer weer.',
'assoc_items' => 'Hierdie kategorie word tans geassosieer met ten minste een: asset_type en kan nie uitgevee word nie. Werk asseblief jou: bat_type op om nie meer hierdie kategorie te verwys nie en probeer weer.',
- 'create' => [
+ 'create' => array(
'error' => 'Kategorie is nie geskep nie, probeer asseblief weer.',
- 'success' => 'Kategorie geskep suksesvol.',
- ],
+ 'success' => 'Kategorie geskep suksesvol.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Kategorie is nie opgedateer nie, probeer asseblief weer',
- 'success' => 'Kategorie suksesvol opgedateer.',
- ],
+ 'success' => 'Kategorie suksesvol opgedateer.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Is jy seker jy wil hierdie kategorie uitvee?',
'error' => 'Daar was \'n probleem met die verwydering van die kategorie. Probeer asseblief weer.',
- 'success' => 'Die kategorie is suksesvol verwyder.',
- ],
+ 'success' => 'Die kategorie is suksesvol verwyder.'
+ )
-];
+);
diff --git a/resources/lang/af/admin/categories/table.php b/resources/lang/af/admin/categories/table.php
index 6bd492e76c..8c05175bd9 100644
--- a/resources/lang/af/admin/categories/table.php
+++ b/resources/lang/af/admin/categories/table.php
@@ -1,10 +1,10 @@
'EULA',
+return array(
+ 'eula_text' => 'EULA',
'id' => 'ID',
'parent' => 'Ouer',
'require_acceptance' => 'aanvaarding',
'title' => 'Bate Kategorie Naam',
-];
+);
diff --git a/resources/lang/af/admin/companies/general.php b/resources/lang/af/admin/companies/general.php
index eaa6228206..b76c71677a 100644
--- a/resources/lang/af/admin/companies/general.php
+++ b/resources/lang/af/admin/companies/general.php
@@ -2,4 +2,6 @@
return [
'select_company' => 'Kies Maatskappy',
+ 'about_companies' => 'About Companies',
+ 'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.',
];
diff --git a/resources/lang/af/admin/companies/table.php b/resources/lang/af/admin/companies/table.php
index bfdafd7a25..9c4badb11b 100644
--- a/resources/lang/af/admin/companies/table.php
+++ b/resources/lang/af/admin/companies/table.php
@@ -1,10 +1,9 @@
'maatskappye',
'create' => 'Skep maatskappy',
'title' => 'maatskappy',
'update' => 'Update Company',
'name' => 'maatskappynaam',
'id' => 'ID',
-];
+);
diff --git a/resources/lang/af/admin/components/general.php b/resources/lang/af/admin/components/general.php
index 7af3143aed..61ea3b215d 100644
--- a/resources/lang/af/admin/components/general.php
+++ b/resources/lang/af/admin/components/general.php
@@ -1,6 +1,6 @@
'Komponentnaam',
'checkin' => 'Checkin-komponent',
'checkout' => 'Afhandelingskomponent',
@@ -12,4 +12,4 @@ return [
'remaining' => 'oorblywende',
'total' => 'totale',
'update' => 'Opdateer komponent',
-];
+);
diff --git a/resources/lang/af/admin/components/message.php b/resources/lang/af/admin/components/message.php
index 297616b906..a841a29e6d 100644
--- a/resources/lang/af/admin/components/message.php
+++ b/resources/lang/af/admin/components/message.php
@@ -1,35 +1,36 @@
'Komponent bestaan nie.',
- 'create' => [
+ 'create' => array(
'error' => 'Komponent is nie geskep nie, probeer asseblief weer.',
- 'success' => 'Komponent geskep suksesvol.',
- ],
+ 'success' => 'Komponent geskep suksesvol.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Komponent is nie opgedateer nie, probeer asseblief weer',
- 'success' => 'Komponent suksesvol opgedateer.',
- ],
+ 'success' => 'Komponent suksesvol opgedateer.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Is jy seker jy wil hierdie komponent uitvee?',
'error' => 'Daar was \'n probleem met die verwydering van die komponent. Probeer asseblief weer.',
- 'success' => 'Die komponent is suksesvol verwyder.',
- ],
+ 'success' => 'Die komponent is suksesvol verwyder.'
+ ),
- 'checkout' => [
+ 'checkout' => array(
'error' => 'Komponent is nie nagegaan nie, probeer asseblief weer',
'success' => 'Komponent is suksesvol nagegaan.',
- 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.',
- ],
+ 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.'
+ ),
- 'checkin' => [
+ 'checkin' => array(
'error' => 'Komponent is nie nagegaan nie, probeer asseblief weer',
'success' => 'Komponent is suksesvol nagegaan.',
- 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.',
- ],
+ 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.'
+ )
-];
+
+);
diff --git a/resources/lang/af/admin/components/table.php b/resources/lang/af/admin/components/table.php
index b50120bc6c..093d250f2b 100644
--- a/resources/lang/af/admin/components/table.php
+++ b/resources/lang/af/admin/components/table.php
@@ -1,5 +1,5 @@
'Komponentnaam',
-];
+);
diff --git a/resources/lang/af/admin/consumables/general.php b/resources/lang/af/admin/consumables/general.php
index 12f50364ff..9c690cb898 100644
--- a/resources/lang/af/admin/consumables/general.php
+++ b/resources/lang/af/admin/consumables/general.php
@@ -1,6 +1,6 @@
'Afhandeling Verbruiker na Gebruiker',
'consumable_name' => 'Verbruikbare Naam',
'create' => 'Skep Verbruik',
@@ -8,4 +8,4 @@ return [
'remaining' => 'oorblywende',
'total' => 'totale',
'update' => 'Verbruik Verbruik',
-];
+);
diff --git a/resources/lang/af/admin/consumables/message.php b/resources/lang/af/admin/consumables/message.php
index d3ca5a3236..0dca909303 100644
--- a/resources/lang/af/admin/consumables/message.php
+++ b/resources/lang/af/admin/consumables/message.php
@@ -1,35 +1,36 @@
'Verbruiksgoedere bestaan nie.',
- 'create' => [
+ 'create' => array(
'error' => 'Verbruiksgoedere is nie geskep nie, probeer asseblief weer.',
- 'success' => 'Verbruiker geskep suksesvol.',
- ],
+ 'success' => 'Verbruiker geskep suksesvol.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Verbruiksgoedere is nie opgedateer nie, probeer asseblief weer',
- 'success' => 'Verbruiksgoedere suksesvol opgedateer.',
- ],
+ 'success' => 'Verbruiksgoedere suksesvol opgedateer.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Is jy seker jy wil hierdie verbruiksgoed uitvee?',
'error' => 'Daar was \'n probleem met die verwydering van die verbruik. Probeer asseblief weer.',
- 'success' => 'Die verbruiksgoed is suksesvol verwyder.',
- ],
+ 'success' => 'Die verbruiksgoed is suksesvol verwyder.'
+ ),
- 'checkout' => [
+ 'checkout' => array(
'error' => 'Verbruiksgoedere is nie nagegaan nie, probeer asseblief weer',
'success' => 'Verbruiksgoedere is suksesvol nagegaan.',
- 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.',
- ],
+ 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.'
+ ),
- 'checkin' => [
+ 'checkin' => array(
'error' => 'Verbruiksgoedere is nie nagegaan nie, probeer asseblief weer',
'success' => 'Verbruiker word suksesvol nagegaan.',
- 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.',
- ],
+ 'user_does_not_exist' => 'Die gebruiker is ongeldig. Probeer asseblief weer.'
+ )
-];
+
+);
diff --git a/resources/lang/af/admin/consumables/table.php b/resources/lang/af/admin/consumables/table.php
index ca3de2964c..f468d5363e 100644
--- a/resources/lang/af/admin/consumables/table.php
+++ b/resources/lang/af/admin/consumables/table.php
@@ -1,5 +1,5 @@
'Verbruikbare Naam',
-];
+);
diff --git a/resources/lang/af/admin/custom_fields/general.php b/resources/lang/af/admin/custom_fields/general.php
index 0705e80006..e440728058 100644
--- a/resources/lang/af/admin/custom_fields/general.php
+++ b/resources/lang/af/admin/custom_fields/general.php
@@ -2,10 +2,11 @@
return [
'custom_fields' => 'Aangepaste velde',
+ 'manage' => 'Manage',
'field' => 'veld',
'about_fieldsets_title' => 'Oor Fieldsets',
- 'about_fieldsets_text' => 'Veldstelle stel jou in staat om groepe van persoonlike velde te skep wat gereeld hergebruik word vir spesifieke tipe bates.',
- 'custom_format' => 'Gepasmaakte formaat ...',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
+ 'custom_format' => 'Custom Regex format...',
'encrypt_field' => 'Enkripteer die waarde van hierdie veld in die databasis',
'encrypt_field_help' => 'WAARSKUWING: Om \'n veld te enkripteer, maak dit onondersoekbaar.',
'encrypted' => 'encrypted',
@@ -26,7 +27,19 @@ return [
'used_by_models' => 'Gebruik deur modelle',
'order' => 'Orde',
'create_fieldset' => 'Nuwe Fieldset',
+ 'create_fieldset_title' => 'Create a new fieldset',
'create_field' => 'Nuwe aangepaste veld',
+ 'create_field_title' => 'Create a new custom field',
'value_encrypted' => 'Die waarde van hierdie veld is geïnkripteer in die databasis. Slegs admingebruikers sal die gedecodeerde waarde kan sien',
'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails.',
+ 'help_text' => 'Help Text',
+ 'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.',
+ 'about_custom_fields_title' => 'About Custom Fields',
+ 'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.',
+ 'add_field_to_fieldset' => 'Add Field to Fieldset',
+ 'make_optional' => 'Required - click to make optional',
+ 'make_required' => 'Optional - click to make required',
+ 'reorder' => 'Reorder',
+ 'db_field' => 'DB Field',
+ 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column
but should be :expected .'
];
diff --git a/resources/lang/af/admin/custom_fields/message.php b/resources/lang/af/admin/custom_fields/message.php
index 534c449072..b52f9bb43f 100644
--- a/resources/lang/af/admin/custom_fields/message.php
+++ b/resources/lang/af/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Daardie veld bestaan nie.',
'already_added' => 'Veld reeds bygevoeg',
- 'create' => [
+ 'create' => array(
'error' => 'Veld is nie geskep nie, probeer asseblief weer.',
'success' => 'Veld geskep suksesvol.',
- 'assoc_success' => 'Veld suksesvol bygevoeg tot veldtog.',
- ],
+ 'assoc_success' => 'Veld suksesvol bygevoeg tot veldtog.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Veld is nie opgedateer nie, probeer asseblief weer',
- 'success' => 'Veld suksesvol opgedateer.',
- ],
+ 'success' => 'Veld suksesvol opgedateer.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Is jy seker jy wil hierdie veld uitvee?',
'error' => 'Daar was \'n probleem met die verwydering van die veld. Probeer asseblief weer.',
'success' => 'Die veld is suksesvol verwyder.',
'in_use' => 'Veld is nog steeds in gebruik.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Veldset bestaan nie',
- 'create' => [
+ 'create' => array(
'error' => 'Veldtipe is nie geskep nie, probeer asseblief weer.',
- 'success' => 'Veldtipe suksesvol geskep.',
- ],
+ 'success' => 'Veldtipe suksesvol geskep.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset is nie opgedateer nie, probeer asseblief weer',
- 'success' => 'Veldset suksesvol opgedateer.',
- ],
+ 'success' => 'Veldset suksesvol opgedateer.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Is jy seker jy wil hierdie veldtog uitvee?',
'error' => 'Daar was \'n probleem met die verwydering van die veldtog. Probeer asseblief weer.',
'success' => 'Die veldtog is suksesvol verwyder.',
'in_use' => 'Veldset is nog steeds in gebruik.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/af/admin/departments/message.php b/resources/lang/af/admin/departments/message.php
index b9f406e891..d1351b1862 100644
--- a/resources/lang/af/admin/departments/message.php
+++ b/resources/lang/af/admin/departments/message.php
@@ -1,21 +1,21 @@
'Departement bestaan nie.',
'assoc_users' => 'Hierdie afdeling word tans geassosieer met minstens een gebruiker en kan nie verwyder word nie. Dateer asseblief u gebruikers op om nie meer hierdie departement te verwys nie en probeer weer.',
- 'create' => [
+ 'create' => array(
'error' => 'Departement is nie geskep nie, probeer asseblief weer.',
- 'success' => 'Departement geskep suksesvol.',
- ],
- 'update' => [
+ 'success' => 'Departement geskep suksesvol.'
+ ),
+ 'update' => array(
'error' => 'Departement is nie opgedateer nie, probeer asseblief weer',
- 'success' => 'Departement suksesvol opgedateer.',
- ],
- 'delete' => [
+ 'success' => 'Departement suksesvol opgedateer.'
+ ),
+ 'delete' => array(
'confirm' => 'Is jy seker jy wil hierdie departement uitvee?',
'error' => 'Daar is \'n probleem met die verwydering van die departement. Probeer asseblief weer.',
- 'success' => 'Die departement is suksesvol geskrap.',
- ],
+ 'success' => 'Die departement is suksesvol geskrap.'
+ )
-];
+);
diff --git a/resources/lang/af/admin/departments/table.php b/resources/lang/af/admin/departments/table.php
index 4fa0ecdd9e..fd299d67b9 100644
--- a/resources/lang/af/admin/departments/table.php
+++ b/resources/lang/af/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Departement Naam',
@@ -8,4 +8,4 @@ return [
'location' => 'plek',
'create' => 'Skep Departement',
'update' => 'Update Departement',
- ];
+ );
diff --git a/resources/lang/af/admin/depreciations/general.php b/resources/lang/af/admin/depreciations/general.php
index 59bbb71c31..047f50d004 100644
--- a/resources/lang/af/admin/depreciations/general.php
+++ b/resources/lang/af/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Bate afskrywing',
'create' => 'Skep waardevermindering',
'depreciation_name' => 'Waardevermindering Naam',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Aantal maande',
'update' => 'Werk waardevermindering op',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/af/admin/depreciations/message.php b/resources/lang/af/admin/depreciations/message.php
index 63996c2342..50b978ff38 100644
--- a/resources/lang/af/admin/depreciations/message.php
+++ b/resources/lang/af/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Waardeverminderingsklas bestaan nie.',
'assoc_users' => 'Hierdie waardevermindering word tans geassosieer met een of meer modelle en kan nie uitgevee word nie. Skrap asseblief die modelle, en probeer dan weer uitvee.',
- 'create' => [
+
+ 'create' => array(
'error' => 'Waardeverminderingsklas is nie geskep nie, probeer asseblief weer. :(',
- 'success' => 'Depresiasieklas geskep suksesvol. :)',
- ],
+ 'success' => 'Depresiasieklas geskep suksesvol. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Waardeverminderingsklas is nie opgedateer nie, probeer asseblief weer',
- 'success' => 'Waardeverminderingsklas suksesvol opgedateer.',
- ],
+ 'success' => 'Waardeverminderingsklas suksesvol opgedateer.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Is jy seker jy wil hierdie depresiasieklas verwyder?',
'error' => 'Daar was \'n probleem met die verwydering van die waardeverminderingsklas. Probeer asseblief weer.',
- 'success' => 'Die waardeverminderingsklas is suksesvol verwyder.',
- ],
+ 'success' => 'Die waardeverminderingsklas is suksesvol verwyder.'
+ )
-];
+);
diff --git a/resources/lang/af/admin/depreciations/table.php b/resources/lang/af/admin/depreciations/table.php
index 133ba2b1df..18c1103ff1 100644
--- a/resources/lang/af/admin/depreciations/table.php
+++ b/resources/lang/af/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'maande',
'term' => 'termyn',
'title' => 'naam',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/af/admin/groups/message.php b/resources/lang/af/admin/groups/message.php
index 0d7e090c07..8a9f6e8fa1 100644
--- a/resources/lang/af/admin/groups/message.php
+++ b/resources/lang/af/admin/groups/message.php
@@ -1,22 +1,22 @@
'Groep bestaan reeds!',
'group_not_found' => 'Groep [: id] bestaan nie.',
'group_name_required' => 'Die naam veld is nodig',
- 'success' => [
+ 'success' => array(
'create' => 'Groep is suksesvol geskep.',
'update' => 'Groep is suksesvol opgedateer.',
'delete' => 'Groep is suksesvol verwyder.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Is jy seker jy wil hierdie groep uitvee?',
'create' => 'Kon nie die groep skep nie. Probeer asseblief weer.',
'update' => 'Kon nie die groep opdateer nie. Probeer asseblief weer.',
'delete' => 'Kon nie die groep uitvee nie. Probeer asseblief weer.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/af/admin/groups/table.php b/resources/lang/af/admin/groups/table.php
index 4061e0e52a..98842b37a6 100644
--- a/resources/lang/af/admin/groups/table.php
+++ b/resources/lang/af/admin/groups/table.php
@@ -1,9 +1,9 @@
'id',
'name' => 'naam',
'users' => '# gebruikers',
-];
+);
diff --git a/resources/lang/af/admin/groups/titles.php b/resources/lang/af/admin/groups/titles.php
index 16fce4789a..f692a10cd0 100644
--- a/resources/lang/af/admin/groups/titles.php
+++ b/resources/lang/af/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Groep Admin',
'allow' => 'laat',
'deny' => 'ontken',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/af/admin/hardware/form.php b/resources/lang/af/admin/hardware/form.php
index 753ad62709..04e4df9e9f 100644
--- a/resources/lang/af/admin/hardware/form.php
+++ b/resources/lang/af/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'waarborg',
'warranty_expires' => 'Warranty Expires',
'years' => 'jaar',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/af/admin/hardware/general.php b/resources/lang/af/admin/hardware/general.php
index de5c217862..5e6cad4a3d 100644
--- a/resources/lang/af/admin/hardware/general.php
+++ b/resources/lang/af/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Requestable',
'requested' => 'versoek',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Herstel bate',
'pending' => 'hangende',
'undeployable' => 'Undeployable',
'view' => 'Bekyk bate',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+
+ Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/af/admin/hardware/message.php b/resources/lang/af/admin/hardware/message.php index be0dd10c65..3360c31752 100644 --- a/resources/lang/af/admin/hardware/message.php +++ b/resources/lang/af/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Waarskuwing: Hierdie bate is gemerk as tans onbruikbaar. As hierdie status verander het, verander asseblief die batestatus.', 'does_not_exist' => 'Bate bestaan nie.', - 'does_not_exist_or_not_requestable' => 'Goeie probeerslag. Daardie bate bestaan nie of is nie versoekbaar nie.', + 'does_not_exist_or_not_requestable' => '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.', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Bate oudit suksesvol aangemeld.', ], + 'deletefile' => [ 'error' => 'Lêer nie verwyder nie. Probeer asseblief weer.', 'success' => 'Lêer suksesvol uitgevee.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Die lêer kon nie uitgevee word nie', ], + 'delete' => [ 'confirm' => 'Is jy seker jy wil hierdie bate uitvee?', 'error' => 'Daar was \'n probleem met die verwydering van die bate. Probeer asseblief weer.', diff --git a/resources/lang/af/admin/hardware/table.php b/resources/lang/af/admin/hardware/table.php index 099f465538..7595033684 100644 --- a/resources/lang/af/admin/hardware/table.php +++ b/resources/lang/af/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Bate-tag', 'asset_model' => 'model', - 'book_value' => 'waarde', + 'book_value' => 'Current Value', 'change' => 'In uit', 'checkout_date' => 'Checkout Datum', 'checkoutto' => 'Gekontroleer', + 'current_value' => 'Current Value', 'diff' => 'diff', 'dl_csv' => 'Laai CSV af', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serial', 'status' => 'status', 'title' => 'bate', - 'image' => 'Toestelbeeld', + 'image' => 'Toestelbeeld', 'days_without_acceptance' => 'Dae sonder aanvaarding', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/af/admin/kits/general.php b/resources/lang/af/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/af/admin/kits/general.php +++ b/resources/lang/af/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/af/admin/licenses/form.php b/resources/lang/af/admin/licenses/form.php index 460cd0da22..88d7c31150 100644 --- a/resources/lang/af/admin/licenses/form.php +++ b/resources/lang/af/admin/licenses/form.php @@ -1,6 +1,6 @@ 'bate', 'checkin' => 'Inboek', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Gelisensieer om te e-pos', 'to_name' => 'Gelisensieer om te Noem', 'update' => 'Update Lisensie', - 'checkout_help' => 'U moet \'n lisensie na \'n hardeware bate of \'n persoon nagaan. Jy kan albei kies, maar die eienaar van die bate moet ooreenstem met die persoon waarna jy die bate nagaan.', -]; + 'checkout_help' => 'U moet \'n lisensie na \'n hardeware bate of \'n persoon nagaan. Jy kan albei kies, maar die eienaar van die bate moet ooreenstem met die persoon waarna jy die bate nagaan.' +); diff --git a/resources/lang/af/admin/licenses/general.php b/resources/lang/af/admin/licenses/general.php index 8abc29a517..7b4f741389 100644 --- a/resources/lang/af/admin/licenses/general.php +++ b/resources/lang/af/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Oor lisensies', 'about_licenses' => 'Lisensies word gebruik om sagteware op te spoor. Hulle het \'n gespesifiseerde aantal sitplekke wat aan individue nagekeken kan word', 'checkin' => 'Checkin License Seat', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Sagteware lisensies', 'user' => 'gebruiker', 'view' => 'Bekyk lisensie', -]; +); diff --git a/resources/lang/af/admin/licenses/message.php b/resources/lang/af/admin/licenses/message.php index ed94574534..bb40061b72 100644 --- a/resources/lang/af/admin/licenses/message.php +++ b/resources/lang/af/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Lisensie bestaan nie.', 'user_does_not_exist' => 'Gebruiker bestaan nie.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Jy moet \'n bate of \'n gebruiker kies, maar nie albei nie.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Lisensie is nie geskep nie, probeer asseblief weer.', - 'success' => 'Lisensie geskep suksesvol.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Lisensie is nie geskep nie, probeer asseblief weer.', + 'success' => 'Lisensie geskep suksesvol.' + ), + + 'deletefile' => array( 'error' => 'Lêer nie verwyder nie. Probeer asseblief weer.', 'success' => 'Lêer suksesvol uitgevee.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Lêer (s) nie opgelaai nie. Probeer asseblief weer.', 'success' => 'Lêer (s) suksesvol opgelaai.', 'nofiles' => 'Jy het nie enige lêers vir oplaai gekies nie, of die lêer wat jy probeer oplaai is te groot', 'invalidfiles' => 'Een of meer van jou lêers is te groot of is \'n filetipe wat nie toegelaat word nie. Toegelate filetipes is png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml en lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Lisensie is nie opgedateer nie, probeer asseblief weer', - 'success' => 'Lisensie suksesvol opgedateer.', - ], + 'success' => 'Lisensie suksesvol opgedateer.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Is jy seker jy wil hierdie lisensie uitvee?', 'error' => 'Daar was \'n probleem met die verwydering van die lisensie. Probeer asseblief weer.', - 'success' => 'Die lisensie is suksesvol verwyder.', - ], + 'success' => 'Die lisensie is suksesvol verwyder.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Daar was \'n probleem om die lisensie te kontroleer. Probeer asseblief weer.', - 'success' => 'Die lisensie is suksesvol nagegaan', - ], + 'success' => 'Die lisensie is suksesvol nagegaan' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Daar was \'n probleem om die lisensie te kontroleer. Probeer asseblief weer.', - 'success' => 'Die lisensie is suksesvol nagegaan', - ], + 'success' => 'Die lisensie is suksesvol nagegaan' + ), -]; +); diff --git a/resources/lang/af/admin/licenses/table.php b/resources/lang/af/admin/licenses/table.php index f652e0086b..f9c2c2c662 100644 --- a/resources/lang/af/admin/licenses/table.php +++ b/resources/lang/af/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Toevertrou aan', 'checkout' => 'In uit', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serial', 'title' => 'lisensie', -]; +); diff --git a/resources/lang/af/admin/locations/message.php b/resources/lang/af/admin/locations/message.php index f74be9dfe6..28d3b421c7 100644 --- a/resources/lang/af/admin/locations/message.php +++ b/resources/lang/af/admin/locations/message.php @@ -1,26 +1,27 @@ 'Ligging bestaan nie.', 'assoc_users' => 'Hierdie ligging is tans gekoppel aan ten minste een gebruiker en kan nie uitgevee word nie. Dateer asseblief u gebruikers op om nie meer hierdie ligging te verwys nie en probeer weer.', 'assoc_assets' => 'Hierdie ligging is tans geassosieer met ten minste een bate en kan nie uitgevee word nie. Dateer asseblief jou bates op om nie meer hierdie ligging te verwys nie en probeer weer.', 'assoc_child_loc' => 'Hierdie ligging is tans die ouer van ten minste een kind se plek en kan nie uitgevee word nie. Werk asseblief jou liggings by om nie meer hierdie ligging te verwys nie en probeer weer.', - 'create' => [ + + 'create' => array( 'error' => 'Ligging is nie geskep nie, probeer asseblief weer.', - 'success' => 'Ligging suksesvol geskep.', - ], + 'success' => 'Ligging suksesvol geskep.' + ), - 'update' => [ + 'update' => array( 'error' => 'Ligging is nie opgedateer nie, probeer asseblief weer', - 'success' => 'Ligging suksesvol opgedateer.', - ], + 'success' => 'Ligging suksesvol opgedateer.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Is jy seker jy wil hierdie ligging uitvee?', 'error' => 'Daar was \'n probleem met die verwydering van die ligging. Probeer asseblief weer.', - 'success' => 'Die ligging is suksesvol verwyder.', - ], + 'success' => 'Die ligging is suksesvol verwyder.' + ) -]; +); diff --git a/resources/lang/af/admin/locations/table.php b/resources/lang/af/admin/locations/table.php index c01ecd7666..c3ecd35800 100644 --- a/resources/lang/af/admin/locations/table.php +++ b/resources/lang/af/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Ouer', 'currency' => 'Ligging Geld', 'ldap_ou' => 'LDAP soek OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/af/admin/manufacturers/message.php b/resources/lang/af/admin/manufacturers/message.php index f8ed7bc513..fa3c570978 100644 --- a/resources/lang/af/admin/manufacturers/message.php +++ b/resources/lang/af/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Vervaardiger bestaan nie.', 'assoc_users' => 'Hierdie vervaardiger word tans geassosieer met ten minste een model en kan nie verwyder word nie. Dateer asseblief jou modelle op om nie meer hierdie vervaardiger te gebruik nie en probeer weer.', - 'create' => [ + 'create' => array( 'error' => 'Vervaardiger is nie geskep nie, probeer asseblief weer.', - 'success' => 'Vervaardiger suksesvol geskep.', - ], + 'success' => 'Vervaardiger suksesvol geskep.' + ), - 'update' => [ + 'update' => array( 'error' => 'Vervaardiger is nie opgedateer nie, probeer asseblief weer', - 'success' => 'Vervaardiger suksesvol opgedateer.', - ], + 'success' => 'Vervaardiger suksesvol opgedateer.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Manufacturer was not restored, please try again', - 'success' => 'Manufacturer restored successfully.', - ], + 'success' => 'Manufacturer restored successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Is jy seker jy wil hierdie vervaardiger uitvee?', 'error' => 'Daar was \'n probleem met die verwydering van die vervaardiger. Probeer asseblief weer.', - 'success' => 'Die vervaardiger is suksesvol verwyder.', - ], + 'success' => 'Die vervaardiger is suksesvol verwyder.' + ) -]; +); diff --git a/resources/lang/af/admin/manufacturers/table.php b/resources/lang/af/admin/manufacturers/table.php index 8b179d8d72..cb869350ab 100644 --- a/resources/lang/af/admin/manufacturers/table.php +++ b/resources/lang/af/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Oor vervaardigers', 'about_manufacturers_text' => 'Vervaardigers is die maatskappye wat jou bates skep. U kan belangrike kontakbesonderhede vir ondersteuning hier opberg, wat op u bate detailbladsye vertoon sal word.', 'asset_manufacturers' => 'Bate Vervaardigers', @@ -13,4 +13,4 @@ return [ 'update' => 'Update Fabrikant', 'url' => 'URL', -]; +); diff --git a/resources/lang/af/admin/models/general.php b/resources/lang/af/admin/models/general.php index dd1a0e87a6..522061cfc7 100644 --- a/resources/lang/af/admin/models/general.php +++ b/resources/lang/af/admin/models/general.php @@ -1,6 +1,6 @@ 'Oor Asset Models', 'about_models_text' => 'Batemodelle is \'n manier om identiese bates te groepeer. "MBP 2013", "IPhone 6s", ens.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'restore' => 'Herstel Model', 'requestable' => 'Gebruikers kan hierdie model aanvra', - 'show_mac_address' => 'Wys MAC adres veld in bates in hierdie model', + 'show_mac_address' => 'Wys MAC adres veld in bates in hierdie model', 'view_deleted' => 'Bekyk verwyder', 'view_models' => 'Kyk Modelle', 'fieldset' => 'fieldset', 'no_custom_field' => 'Geen persoonlike velde nie', 'add_default_values' => 'Add default values', -]; +); diff --git a/resources/lang/af/admin/models/message.php b/resources/lang/af/admin/models/message.php index 0fdeecad2f..3c09500b07 100644 --- a/resources/lang/af/admin/models/message.php +++ b/resources/lang/af/admin/models/message.php @@ -1,41 +1,42 @@ 'Model bestaan nie.', 'assoc_users' => 'Hierdie model word tans geassosieer met een of meer bates en kan nie verwyder word nie. Verwyder asseblief die bates en probeer dan weer uitvee.', - 'create' => [ + + 'create' => array( 'error' => 'Model is nie geskep nie, probeer asseblief weer.', 'success' => 'Model suksesvol geskep.', 'duplicate_set' => '\'N Bate-model met die naam, vervaardiger en modelnommer bestaan reeds.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model is nie opgedateer nie, probeer asseblief weer', - 'success' => 'Model suksesvol opgedateer.', - ], + 'success' => 'Model suksesvol opgedateer.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Is jy seker jy wil hierdie batemodel uitvee?', 'error' => 'Daar was \'n probleem met die verwydering van die model. Probeer asseblief weer.', - 'success' => 'Die model is suksesvol verwyder.', - ], + 'success' => 'Die model is suksesvol verwyder.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Model is nie herstel nie, probeer asseblief weer', - 'success' => 'Model herstel suksesvol.', - ], + 'success' => 'Model herstel suksesvol.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Geen velde is verander nie, so niks is opgedateer nie.', - 'success' => 'Modelle opgedateer.', - ], + 'success' => 'Modelle opgedateer.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'No models were selected, so nothing was deleted.', 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', - ], + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), -]; +); diff --git a/resources/lang/af/admin/models/table.php b/resources/lang/af/admin/models/table.php index b1f4d8b01a..32f0dcf009 100644 --- a/resources/lang/af/admin/models/table.php +++ b/resources/lang/af/admin/models/table.php @@ -1,6 +1,6 @@ 'Skep bate model', 'created_at' => 'Geskep op', @@ -14,4 +14,4 @@ return [ 'update' => 'Update Bate Model', 'clone' => 'Klone Model', 'edit' => 'Wysig Model', -]; +); diff --git a/resources/lang/af/admin/reports/general.php b/resources/lang/af/admin/reports/general.php index c3d194910c..4551ae28f3 100644 --- a/resources/lang/af/admin/reports/general.php +++ b/resources/lang/af/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Kies die opsies wat jy wil hê vir jou bateverslag.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/af/admin/reports/message.php b/resources/lang/af/admin/reports/message.php index 90dd0d98a6..f79828cffc 100644 --- a/resources/lang/af/admin/reports/message.php +++ b/resources/lang/af/admin/reports/message.php @@ -1,5 +1,5 @@ 'Jy moet ten minste EEN opsie kies.', -]; +return array( + 'error' => 'Jy moet ten minste EEN opsie kies.' +); diff --git a/resources/lang/af/admin/settings/general.php b/resources/lang/af/admin/settings/general.php index 1094a2d941..de3f005c02 100644 --- a/resources/lang/af/admin/settings/general.php +++ b/resources/lang/af/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'Dit is \'n Active Directory-bediener', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Stuur kennisgewings aan', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Alerts aangeskakel', 'alert_interval' => 'Uitgaande Alert Drempel (in dae)', 'alert_inv_threshold' => 'Voorraadwaarskuwingsdrempel', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'As u gereeld u bates fisies moet kontroleer, vul die interval in maande in.', 'audit_warning_days' => 'Oudit Waarskuwing Drempel', 'audit_warning_days_help' => 'Hoeveel dae vooruit moet ons u waarsku wanneer bates verskuldig is vir ouditering?', - 'auto_increment_assets' => 'Genereer outomaties inkrementele bate-ID\'s', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Voorvoegsel (opsioneel)', - 'auto_incrementing_help' => 'Aktiveer outomaties inkrementering van bate ID\'s om dit te stel', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'rugsteun', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/af/mail.php b/resources/lang/af/mail.php index a377848553..44afbeb2c4 100644 --- a/resources/lang/af/mail.php +++ b/resources/lang/af/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Dit is \'n toets van die Snipe-IT Batebestuurstelsel. As jy dit het, werk die pos :)', 'the_following_item' => 'Die volgende item is nagegaan:', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'Om jou webadres te herstel, voltooi hierdie vorm:', 'type' => 'tipe', diff --git a/resources/lang/af/pagination.php b/resources/lang/af/pagination.php index d3fef03af5..6f99c193af 100644 --- a/resources/lang/af/pagination.php +++ b/resources/lang/af/pagination.php @@ -1,6 +1,6 @@ 'Volgende »', -]; +); diff --git a/resources/lang/af/reminders.php b/resources/lang/af/reminders.php index 7bdd172bb3..c8c030ffa9 100644 --- a/resources/lang/af/reminders.php +++ b/resources/lang/af/reminders.php @@ -1,6 +1,6 @@ 'Wagwoorde moet ses karakters wees en ooreenstem met die bevestiging.', + "password" => "Wagwoorde moet ses karakters wees en ooreenstem met die bevestiging.", - 'user' => 'Gebruikersnaam of e-posadres is verkeerd', + "user" => "Gebruikersnaam of e-posadres is verkeerd", - 'token' => 'Hierdie wagwoord-reset-token is ongeldig.', + "token" => "Hierdie wagwoord-reset-token is ongeldig.", - 'sent' => "As 'n ooreenstemmende e-posadres gevind is, is 'n wagwoordherinnering gestuur!", + "sent" => "As 'n ooreenstemmende e-posadres gevind is, is 'n wagwoordherinnering gestuur!", -]; +); diff --git a/resources/lang/af/table.php b/resources/lang/af/table.php index 2c9a1a9250..50f5f3c4c8 100644 --- a/resources/lang/af/table.php +++ b/resources/lang/af/table.php @@ -1,10 +1,10 @@ 'aksies', 'action' => 'aksie', 'by' => 'deur', 'item' => 'item', -]; +); diff --git a/resources/lang/af/validation.php b/resources/lang/af/validation.php index 57e194b841..a5b2e34f92 100644 --- a/resources/lang/af/validation.php +++ b/resources/lang/af/validation.php @@ -1,6 +1,6 @@ 'Die: kenmerk moet ten minste wees: min karakters.', 'array' => 'Die: Attribuut moet ten minste: min items hê.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Die gekose: attribuut is ongeldig.', 'numeric' => 'Die: Attribuut moet \'n nommer wees.', 'present' => 'Die: attribuut veld moet teenwoordig wees.', @@ -88,8 +89,8 @@ return array( 'unique' => 'Die: Attribuut is reeds geneem.', 'uploaded' => 'Die: kenmerk kon nie opgelaai word nie.', 'url' => 'Die: Attribuutformaat is ongeldig.', - "unique_undeleted" => "The :attribute must be unique.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Die: attribuut veld bevat 'n karakter wat nie toegelaat word nie.", - "email_array" => "Een of meer e-posadresse is ongeldig.", - "hashed_pass" => "Jou huidige wagwoord is verkeerd", + 'alpha_space' => 'Die: attribuut veld bevat \'n karakter wat nie toegelaat word nie.', + 'email_array' => 'Een of meer e-posadresse is ongeldig.', + 'hashed_pass' => 'Jou huidige wagwoord is verkeerd', 'dumbpwd' => 'Daardie wagwoord is te algemeen.', - "statuslabel_type" => "U moet 'n geldige statusetiket tipe kies", + 'statuslabel_type' => 'U moet \'n geldige statusetiket tipe kies', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/am/admin/asset_maintenances/message.php b/resources/lang/am/admin/asset_maintenances/message.php index d121115825..b44f618207 100644 --- a/resources/lang/am/admin/asset_maintenances/message.php +++ b/resources/lang/am/admin/asset_maintenances/message.php @@ -5,17 +5,17 @@ 'delete' => [ 'confirm' => 'Are you sure you wish to delete this asset maintenance?', 'error' => 'There was an issue deleting the asset maintenance. Please try again.', - 'success' => 'The asset maintenance was deleted successfully.' + 'success' => 'The asset maintenance was deleted successfully.', ], 'create' => [ 'error' => 'Asset Maintenance was not created, please try again.', - 'success' => 'Asset Maintenance created successfully.' + 'success' => 'Asset Maintenance created successfully.', ], 'edit' => [ 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'success' => 'Asset Maintenance edited successfully.', ], 'asset_maintenance_incomplete' => 'Not Completed Yet', 'warranty' => 'Warranty', 'not_warranty' => 'Not Warranty', - ]; \ No newline at end of file + ]; diff --git a/resources/lang/am/admin/asset_maintenances/table.php b/resources/lang/am/admin/asset_maintenances/table.php index f3a6be60f9..3ba895038d 100644 --- a/resources/lang/am/admin/asset_maintenances/table.php +++ b/resources/lang/am/admin/asset_maintenances/table.php @@ -4,5 +4,5 @@ 'title' => 'Asset Maintenance', 'asset_name' => 'Asset Name', 'is_warranty' => 'Warranty', - 'dl_csv' => 'Download CSV' + 'dl_csv' => 'Download CSV', ]; diff --git a/resources/lang/am/admin/companies/general.php b/resources/lang/am/admin/companies/general.php index 9d58ccb58e..37781012ba 100644 --- a/resources/lang/am/admin/companies/general.php +++ b/resources/lang/am/admin/companies/general.php @@ -1,4 +1,7 @@ 'Select Company', + 'about_companies' => 'About Companies', + 'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.', ]; diff --git a/resources/lang/am/admin/companies/message.php b/resources/lang/am/admin/companies/message.php index a6db573519..b44bdd4b85 100644 --- a/resources/lang/am/admin/companies/message.php +++ b/resources/lang/am/admin/companies/message.php @@ -1,18 +1,19 @@ 'Company does not exist.', 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', - 'create' => array( + 'create' => [ 'error' => 'Company was not created, please try again.', - 'success' => 'Company created successfully.' - ), - 'update' => array( + 'success' => 'Company created successfully.', + ], + 'update' => [ 'error' => 'Company was not updated, please try again', - 'success' => 'Company updated successfully.' - ), - 'delete' => array( + 'success' => 'Company updated successfully.', + ], + 'delete' => [ 'confirm' => 'Are you sure you wish to delete this company?', 'error' => 'There was an issue deleting the company. Please try again.', - 'success' => 'The Company was deleted successfully.' - ) -); + 'success' => 'The Company was deleted successfully.', + ], +]; diff --git a/resources/lang/am/admin/custom_fields/general.php b/resources/lang/am/admin/custom_fields/general.php index c8d2a70a71..8483c67c69 100644 --- a/resources/lang/am/admin/custom_fields/general.php +++ b/resources/lang/am/admin/custom_fields/general.php @@ -1,11 +1,12 @@ 'Custom Fields', + 'manage' => 'Manage', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', - 'custom_format' => 'Custom regex format...', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', @@ -26,7 +27,19 @@ return array( 'used_by_models' => 'Used By Models', 'order' => 'Order', 'create_fieldset' => 'New Fieldset', + 'create_fieldset_title' => 'Create a new fieldset', 'create_field' => 'New Custom Field', + 'create_field_title' => 'Create a new custom field', 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', 'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails.', -); + 'help_text' => 'Help Text', + 'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.', + 'about_custom_fields_title' => 'About Custom Fields', + 'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.', + 'add_field_to_fieldset' => 'Add Field to Fieldset', + 'make_optional' => 'Required - click to make optional', + 'make_required' => 'Optional - click to make required', + 'reorder' => 'Reorder', + 'db_field' => 'DB Field', + 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column
but should be :expected .'
+];
diff --git a/resources/lang/am/admin/depreciations/general.php b/resources/lang/am/admin/depreciations/general.php
index a5dec994c2..1a5666f9dc 100644
--- a/resources/lang/am/admin/depreciations/general.php
+++ b/resources/lang/am/admin/depreciations/general.php
@@ -1,13 +1,16 @@
'About Asset Depreciations',
'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
'asset_depreciations' => 'Asset Depreciations',
'create' => 'Create Depreciation',
'depreciation_name' => 'Depreciation Name',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Number of Months',
'update' => 'Update Depreciation',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
-);
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
+];
diff --git a/resources/lang/am/admin/depreciations/table.php b/resources/lang/am/admin/depreciations/table.php
index 5ba01d132c..256b10b92a 100644
--- a/resources/lang/am/admin/depreciations/table.php
+++ b/resources/lang/am/admin/depreciations/table.php
@@ -1,10 +1,11 @@
'ID',
'months' => 'Months',
'term' => 'Term',
'title' => 'Name ',
+ 'depreciation_min' => 'Floor Value',
-);
+];
diff --git a/resources/lang/am/admin/groups/titles.php b/resources/lang/am/admin/groups/titles.php
index 99e8cc1f6f..d875f190d7 100644
--- a/resources/lang/am/admin/groups/titles.php
+++ b/resources/lang/am/admin/groups/titles.php
@@ -1,6 +1,6 @@
'About Groups',
'about_groups' => 'Groups are used to generalize user permissions.',
'group_management' => 'Group Management',
@@ -10,5 +10,7 @@ return array(
'group_admin' => 'Group Admin',
'allow' => 'Allow',
'deny' => 'Deny',
-
-);
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
+];
diff --git a/resources/lang/am/admin/hardware/form.php b/resources/lang/am/admin/hardware/form.php
index 9b3ac32410..0c1a3167be 100644
--- a/resources/lang/am/admin/hardware/form.php
+++ b/resources/lang/am/admin/hardware/form.php
@@ -1,12 +1,12 @@
'Confirm Bulk Delete Assets',
+return [
+ 'bulk_delete' => 'Confirm Bulk Delete Assets',
'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.',
'bulk_delete_warn' => 'You are about to delete :asset_count assets.',
- 'bulk_update' => 'Bulk Update Assets',
- 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
- 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.',
+ 'bulk_update' => 'Bulk Update Assets',
+ 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
+ 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.',
'checkedout_to' => 'Checked Out To',
'checkout_date' => 'Checkout Date',
'checkin_date' => 'Checkin Date',
@@ -38,7 +38,12 @@ return array(
'tag' => 'Asset Tag',
'update' => 'Asset Update',
'warranty' => 'Warranty',
- 'warranty_expires' => 'Warranty Expires',
+ 'warranty_expires' => 'Warranty Expires',
'years' => 'years',
-)
-;
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
+];
diff --git a/resources/lang/am/admin/hardware/general.php b/resources/lang/am/admin/hardware/general.php
index af2be65fc6..1ac49efef1 100644
--- a/resources/lang/am/admin/hardware/general.php
+++ b/resources/lang/am/admin/hardware/general.php
@@ -1,9 +1,9 @@
'About Assets',
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
- 'archived' => 'Archived',
+ 'archived' => 'Archived',
'asset' => 'Asset',
'bulk_checkout' => 'Checkout Assets',
'checkin' => 'Checkin Asset',
@@ -15,8 +15,29 @@ return array(
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Requestable',
'requested' => 'Requested',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'View Asset',
-);
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' +]; diff --git a/resources/lang/am/admin/hardware/message.php b/resources/lang/am/admin/hardware/message.php index e087cad26f..8c8e323a73 100644 --- a/resources/lang/am/admin/hardware/message.php +++ b/resources/lang/am/admin/hardware/message.php @@ -1,83 +1,83 @@ 'Warning: This asset has been marked as currently undeployable. If this status has changed, please update the asset status.', 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', - 'create' => array( + 'create' => [ 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' - ), + 'success' => 'Asset created successfully. :)', + ], - 'update' => array( + 'update' => [ 'error' => 'Asset was not updated, please try again', 'success' => 'Asset updated successfully.', 'nothing_updated' => 'No fields were selected, so nothing was updated.', - ), + ], - 'restore' => array( + 'restore' => [ 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' - ), + 'success' => 'Asset restored successfully.', + ], - 'audit' => array( + 'audit' => [ 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' - ), + 'success' => 'Asset audit successfully logged.', + ], - 'deletefile' => array( + 'deletefile' => [ 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', - ), + ], - 'upload' => array( + 'upload' => [ 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', - ), + ], - 'import' => array( + 'import' => [ 'error' => 'Some items did not import correctly.', 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", - ), + 'success' => 'Your file has been imported', + 'file_delete_success' => 'Your file has been been successfully deleted', + 'file_delete_error' => 'The file was unable to be deleted', + ], - 'delete' => array( + 'delete' => [ 'confirm' => 'Are you sure you wish to delete this asset?', 'error' => 'There was an issue deleting the asset. Please try again.', 'nothing_updated' => 'No assets were selected, so nothing was deleted.', - 'success' => 'The asset was deleted successfully.' - ), + 'success' => 'The asset was deleted successfully.', + ], - 'checkout' => array( + 'checkout' => [ 'error' => 'Asset was not checked out, please try again', 'success' => 'Asset checked out successfully.', 'user_does_not_exist' => 'That user is invalid. Please try again.', 'not_available' => 'That asset is not available for checkout!', - 'no_assets_selected' => 'You must select at least one asset from the list' - ), + 'no_assets_selected' => 'You must select at least one asset from the list', + ], - 'checkin' => array( + 'checkin' => [ 'error' => 'Asset was not checked in, please try again', 'success' => 'Asset checked in successfully.', 'user_does_not_exist' => 'That user is invalid. Please try again.', 'already_checked_in' => 'That asset is already checked in.', - ), + ], - 'requests' => array( + 'requests' => [ 'error' => 'Asset was not requested, please try again', 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' - ) + 'canceled' => 'Checkout request successfully canceled', + ], -); +]; diff --git a/resources/lang/am/admin/hardware/table.php b/resources/lang/am/admin/hardware/table.php index 38788e1984..6166ba8045 100644 --- a/resources/lang/am/admin/hardware/table.php +++ b/resources/lang/am/admin/hardware/table.php @@ -1,13 +1,14 @@ 'Asset Tag', 'asset_model' => 'Model', - 'book_value' => 'Value', + 'book_value' => 'Current Value', 'change' => 'In/Out', 'checkout_date' => 'Checkout Date', 'checkoutto' => 'Checked Out', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Download CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return array( 'serial' => 'Serial', 'status' => 'Status', 'title' => 'Asset ', - 'image' => 'Device Image', + 'image' => 'Device Image', 'days_without_acceptance' => 'Days Without Acceptance', - 'monthly_depreciation' => 'Monthly Depreciation' - -); + 'monthly_depreciation' => 'Monthly Depreciation', + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', +]; diff --git a/resources/lang/am/admin/kits/general.php b/resources/lang/am/admin/kits/general.php index b4f2d90ae1..f724ecbf07 100644 --- a/resources/lang/am/admin/kits/general.php +++ b/resources/lang/am/admin/kits/general.php @@ -1,6 +1,6 @@ 'About Predefined Kits', 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.', 'checkout' => 'Checkout Kit ', @@ -13,5 +13,38 @@ return array( 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - -); + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', +]; diff --git a/resources/lang/am/admin/locations/table.php b/resources/lang/am/admin/locations/table.php index 1cbe540749..29edf0f565 100644 --- a/resources/lang/am/admin/locations/table.php +++ b/resources/lang/am/admin/locations/table.php @@ -1,6 +1,6 @@ 'About Locations', 'about_locations' => 'Locations are used to track location information for users, assets, and other items', 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. @@ -20,4 +20,21 @@ return array( 'parent' => 'Parent', 'currency' => 'Location Currency', 'ldap_ou' => 'LDAP Search OU', - ); + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/am/admin/reports/general.php b/resources/lang/am/admin/reports/general.php index b03b97546f..344d5c8743 100644 --- a/resources/lang/am/admin/reports/general.php +++ b/resources/lang/am/admin/reports/general.php @@ -1,5 +1,10 @@ 'Select the options you want for your asset report.' -); +return [ + 'info' => 'Select the options you want for your asset report.', + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/am/admin/settings/general.php b/resources/lang/am/admin/settings/general.php index fb268f39f0..3e7a60f89f 100644 --- a/resources/lang/am/admin/settings/general.php +++ b/resources/lang/am/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Active Directory domain', 'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.', 'ad_append_domain_label' => 'Append domain name', 'ad_append_domain' => 'Append domain name to username field', - 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".' , + 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".', 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'This is an Active Directory server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Send alerts to', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Email Alerts Enabled', 'alert_interval' => 'Expiring Alerts Threshold (in days)', 'alert_inv_threshold' => 'Inventory Alert Threshold', 'allow_user_skin' => 'Allow user skin', - 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' , + 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.', 'asset_ids' => 'Asset IDs', 'audit_interval' => 'Audit Interval', 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/am/help.php b/resources/lang/am/help.php index 4cb2354f89..ac0df59422 100644 --- a/resources/lang/am/help.php +++ b/resources/lang/am/help.php @@ -1,6 +1,6 @@ "More Info", + 'more_info_title' => 'More Info', - "audit_help" => "Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log. :db_column
but should be :expected .'
];
diff --git a/resources/lang/ar/admin/custom_fields/message.php b/resources/lang/ar/admin/custom_fields/message.php
index aa0544d129..44ff697900 100644
--- a/resources/lang/ar/admin/custom_fields/message.php
+++ b/resources/lang/ar/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'هذا الحقل غير موجود.',
'already_added' => 'تم إضافة الحقل مسبقا',
- 'create' => [
+ 'create' => array(
'error' => 'لم يتم إنشاء الحقل، الرجاء المحاولة مرة اخرى.',
'success' => 'تم إنشاء الحقل بنجاح.',
- 'assoc_success' => 'تم اضافة الحقل الى مجموعة الحقول بنجاح.',
- ],
+ 'assoc_success' => 'تم اضافة الحقل الى مجموعة الحقول بنجاح.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'لم يتم تحديث الحقل، الرجاء المحاولة مرة اخرى',
- 'success' => 'تم تحديث الحقل بنجاح.',
- ],
+ 'success' => 'تم تحديث الحقل بنجاح.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'هل أنت متأكد من رغبتك في حذف هذا الحقل؟',
'error' => 'لقد حدثت مشكلة أثناء عملية حذف الحقل، الرجاء المحاولة مرة اخرى.',
'success' => 'تم حذف الحقل بنجاح.',
'in_use' => 'لا يزال الحقل قيد الإستخدام.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'مجموعة الحقول غير موجودة',
- 'create' => [
+ 'create' => array(
'error' => 'لم يتم إنشاء مجموعة الحقول، الرجاء المحاولة مرة اخرى.',
- 'success' => 'تم إنشاء مجموعة الحقول بنجاح.',
- ],
+ 'success' => 'تم إنشاء مجموعة الحقول بنجاح.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'لم يتم تحديث مجموعة الحقول، الرجاء المحاولة مرة اخرى',
- 'success' => 'تم تحديث مجموعة الحقول بنجاح.',
- ],
+ 'success' => 'تم تحديث مجموعة الحقول بنجاح.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'هل أنت متأكد من رغبتك في حذف مجموعة الحقول هذه؟',
'error' => 'لقد حدثت مشكلة أثناء عملية حذف مجموعة الحقول هذه، الرجاء المحاولة مرة اخرى.',
'success' => 'تم حذف مجموعة الحقول بنجاح.',
'in_use' => 'مجموعة الحقول لا تزال قيد الاستخدام.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/ar/admin/departments/message.php b/resources/lang/ar/admin/departments/message.php
index c8f5e274e0..4d4ad8eccf 100644
--- a/resources/lang/ar/admin/departments/message.php
+++ b/resources/lang/ar/admin/departments/message.php
@@ -1,21 +1,21 @@
'القسم الاداري غير موجود.',
'assoc_users' => 'هذا القسم الإداري مرتبط حاليا مع مستخدم واحد على الأقل ولا يمكن حذفه. الرجاء تحديث تفاصيل المستخدمين حيث لا تحتوي هذا القسم وحاول مرة أخرى. ',
- 'create' => [
+ 'create' => array(
'error' => 'لم يتم إنشاء القسم الإداري، الرجاء المحاولة مرة أخرى.',
- 'success' => 'تم انشاء القسم الاداري بنجاح.',
- ],
- 'update' => [
+ 'success' => 'تم انشاء القسم الاداري بنجاح.'
+ ),
+ 'update' => array(
'error' => 'لم يتم تحديث القسم الإداري، الرجاء المحاولة مرة أخرى',
- 'success' => 'تم تحديث القسم الاداري بنجاح.',
- ],
- 'delete' => [
+ 'success' => 'تم تحديث القسم الاداري بنجاح.'
+ ),
+ 'delete' => array(
'confirm' => 'هل أنت متأكد من رغبتك في حذف هذا القسم؟',
'error' => 'حدثت مشكلة اثناء عملية حذف القسم الاداري. الرجاء المحاولة مرة اُخرى.',
- 'success' => 'تم حذف القسم الاداري بنجاح.',
- ],
+ 'success' => 'تم حذف القسم الاداري بنجاح.'
+ )
-];
+);
diff --git a/resources/lang/ar/admin/departments/table.php b/resources/lang/ar/admin/departments/table.php
index c43a83a49b..92f7df1ea8 100644
--- a/resources/lang/ar/admin/departments/table.php
+++ b/resources/lang/ar/admin/departments/table.php
@@ -1,6 +1,6 @@
'رقم التعريف',
'name' => 'اسم القسم الإداري',
@@ -8,4 +8,4 @@ return [
'location' => 'الموقع',
'create' => 'إنشاء قسم اداري',
'update' => 'تحديث قسم اداري',
- ];
+ );
diff --git a/resources/lang/ar/admin/depreciations/general.php b/resources/lang/ar/admin/depreciations/general.php
index 12a3b5e54d..2438fcd4f1 100644
--- a/resources/lang/ar/admin/depreciations/general.php
+++ b/resources/lang/ar/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'استهلاك الأصول',
'create' => 'إنشاء الاستهلاك',
'depreciation_name' => 'اسم الاستهلاك',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'عدد الأشهر',
'update' => 'تحديث الاستهلاك',
- 'depreciation_min' => 'الحد الأدنى للقيمة بعد الاستهلاك'
-
+ 'depreciation_min' => 'الحد الأدنى للقيمة بعد الاستهلاك',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/ar/admin/depreciations/message.php b/resources/lang/ar/admin/depreciations/message.php
index a2ad27b5b8..4a9914bf64 100644
--- a/resources/lang/ar/admin/depreciations/message.php
+++ b/resources/lang/ar/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'فئة الاستهلاك غير موجودة.',
'assoc_users' => 'لا يزال سند هذا الاستهلاك مرتبط مع أحد الموديلات ولا يمكن حذفه، الرجاء حذف الموديلات، وثم حاول الحذف مرة اخرى. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'لم يتم إنشاء فئة الاستهلاك، الرجاء المحاولة مرة اخرى :(',
- 'success' => 'تم إنشاء فئة الاستهلاك بنجاح. :)',
- ],
+ 'success' => 'تم إنشاء فئة الاستهلاك بنجاح. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'لم يتم تحديث فئة الاستهلاك، الرجاء المحاولة مرة اخرى',
- 'success' => 'تم تحديث فئة الاستهلاك بنجاح.',
- ],
+ 'success' => 'تم تحديث فئة الاستهلاك بنجاح.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'هل أنت متأكد من رغبتك في حذف فئة الاستهلاك هذه؟',
'error' => 'لقد حدثت مشكلة أثناء عملية حذف فئة الاستهلاك، الرجاء المحاولة مرة اخرى.',
- 'success' => 'تم إنشاء فئة الاستهلاك بنجاح.',
- ],
+ 'success' => 'تم إنشاء فئة الاستهلاك بنجاح.'
+ )
-];
+);
diff --git a/resources/lang/ar/admin/depreciations/table.php b/resources/lang/ar/admin/depreciations/table.php
index 1bb64837fa..434f788116 100644
--- a/resources/lang/ar/admin/depreciations/table.php
+++ b/resources/lang/ar/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'أشهر',
'term' => 'المدة',
'title' => 'الإسم ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/ar/admin/groups/message.php b/resources/lang/ar/admin/groups/message.php
index 7691e68652..56e9755c0b 100644
--- a/resources/lang/ar/admin/groups/message.php
+++ b/resources/lang/ar/admin/groups/message.php
@@ -1,22 +1,22 @@
'المجموعة موجودة مسبقا!',
'group_not_found' => 'المجموعة رقم :id غير موجودة.',
'group_name_required' => 'حقل الإسم اجباري',
- 'success' => [
+ 'success' => array(
'create' => 'تم إنشاء المجموعة بنجاح.',
'update' => 'تم تحديث المجموعة بنجاح.',
'delete' => 'تم حذف المجموعة بنجاح.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'هل أنت متأكد من رغبتك في حذف المجموعة؟',
'create' => 'لقد حدث خطأ أثناء إنشاء هذه المجموعة. الرجاء المحاولة مرة اخرى.',
'update' => 'لقد حدث خطأ أثناء تحديث هذه المجموعة. الرجاء المحاولة مرة أخرى.',
'delete' => 'لقد حدث خطأ أثناء حذف هذه المجموعة. الرجاء المحاولة مرة أخرى.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/ar/admin/groups/table.php b/resources/lang/ar/admin/groups/table.php
index 0962e474ac..0afbdddd09 100644
--- a/resources/lang/ar/admin/groups/table.php
+++ b/resources/lang/ar/admin/groups/table.php
@@ -1,9 +1,9 @@
'رقم التعريف',
'name' => 'الإسم',
'users' => 'عدد المستخدمين',
-];
+);
diff --git a/resources/lang/ar/admin/groups/titles.php b/resources/lang/ar/admin/groups/titles.php
index ea254f0a68..eae101fee3 100644
--- a/resources/lang/ar/admin/groups/titles.php
+++ b/resources/lang/ar/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'مدير المجموعة',
'allow' => 'سماح',
'deny' => 'منع',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/ar/admin/hardware/form.php b/resources/lang/ar/admin/hardware/form.php
index 42933c6ffa..75748eb05e 100644
--- a/resources/lang/ar/admin/hardware/form.php
+++ b/resources/lang/ar/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'الضمان',
'warranty_expires' => 'انتهاء مدة صلاحية الضمان',
'years' => 'سنوات',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/ar/admin/hardware/general.php b/resources/lang/ar/admin/hardware/general.php
index 97752f492e..65ab33ddcf 100644
--- a/resources/lang/ar/admin/hardware/general.php
+++ b/resources/lang/ar/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'تم حذف موديل الأصول هذا. يجب استعادة الموديل قبل أن تتمكن من استعادة الأصل.',
'requestable' => 'قابل للطلب',
'requested' => 'تم الطلب',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'استعادة الأصل',
'pending' => 'قيد الانتظار',
'undeployable' => 'غير قابل للتوزيع',
'view' => 'عرض الأصل',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/ar/admin/hardware/message.php b/resources/lang/ar/admin/hardware/message.php index 62bcc77ec2..d63ea2f0be 100644 --- a/resources/lang/ar/admin/hardware/message.php +++ b/resources/lang/ar/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => ' تحذير: تم تحديد الحالة لهذا الأصل بانه غير قابل للتوزيع حاليا. إذا تغيرت هذه الحالة، يرجى تحديث حالة الأصل.', 'does_not_exist' => 'الأصل غير موجود.', - 'does_not_exist_or_not_requestable' => 'محاولة جيدة. هذا الأصل غير موجود أو غير قابل للطلب.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'هذا الأصل مخرج حاليا لمستخدم ولا يمكن حذفه. يرجى التحقق من الأصل أولا، ثم حاول الحذف مرة أخرى. ', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'تم تسجيل تدقيق الأصل بنجاح.', ], + 'deletefile' => [ 'error' => 'لم يتم حذف الملف. الرجاء المحاولة مرة اخرى.', 'success' => 'تم حذف الملف بنجاح.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'تعذر حذف الملف', ], + 'delete' => [ 'confirm' => 'هل تريد بالتأكيد حذف هذا الأصل؟', 'error' => 'حدثت مشكلة أثناء حذف هذا الأصل. حاول مرة اخرى.', diff --git a/resources/lang/ar/admin/hardware/table.php b/resources/lang/ar/admin/hardware/table.php index 997a713c50..84c7afc762 100644 --- a/resources/lang/ar/admin/hardware/table.php +++ b/resources/lang/ar/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'ترميز الأصل', 'asset_model' => 'الموديل', - 'book_value' => 'القيمة', + 'book_value' => 'Current Value', 'change' => 'ادخال \\ اخراج', 'checkout_date' => 'تاريخ الاخراج', 'checkoutto' => 'الاخراج', + 'current_value' => 'Current Value', 'diff' => 'الفرق', 'dl_csv' => 'التنزيل كملف CSV', 'eol' => 'نهاية العمر', @@ -18,8 +19,12 @@ return [ 'serial' => 'التسلسل', 'status' => 'الحالة', 'title' => 'أصل ', - 'image' => 'صورة الجهاز', + 'image' => 'صورة الجهاز', 'days_without_acceptance' => 'أيام بدون قبول', 'monthly_depreciation' => 'الإهلاك الشهري', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/ar/admin/kits/general.php b/resources/lang/ar/admin/kits/general.php index ac037af293..a3652735a3 100644 --- a/resources/lang/ar/admin/kits/general.php +++ b/resources/lang/ar/admin/kits/general.php @@ -15,5 +15,38 @@ return [ 'none_licenses' => 'لا توجد مقاعد كافية متاحة لـ: ترخيص الخروج. الكمية مطلوبة. ', 'none_consumables' => 'لا توجد وحدات متوفرة كافية من: قابلة للاستهلاك لـ Checkout. الكمية مطلوبة. ', 'none_accessory' => 'لا توجد وحدات متوفرة كافية من: ملحق ل checkout. الكمية مطلوبة. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/ar/admin/licenses/form.php b/resources/lang/ar/admin/licenses/form.php index 37851fc511..eb8bd96da6 100644 --- a/resources/lang/ar/admin/licenses/form.php +++ b/resources/lang/ar/admin/licenses/form.php @@ -1,6 +1,6 @@ 'أصل', 'checkin' => 'ادخال', @@ -18,5 +18,5 @@ return [ 'to_email' => 'مرخص إلى البريد الإلكتروني', 'to_name' => 'مرخص للاسم', 'update' => 'تحديث الترخيص', - 'checkout_help' => 'يجب عليك اخراج الترخيص إلى جهاز أو شخص. يمكنك اختيار كليهما، ولكن يجب أن يتطابق مالك الأصل مع الشخص الذي تم الاخراج له.', -]; + 'checkout_help' => 'يجب عليك اخراج الترخيص إلى جهاز أو شخص. يمكنك اختيار كليهما، ولكن يجب أن يتطابق مالك الأصل مع الشخص الذي تم الاخراج له.' +); diff --git a/resources/lang/ar/admin/licenses/general.php b/resources/lang/ar/admin/licenses/general.php index 24471007f6..9a9e0df1b7 100644 --- a/resources/lang/ar/admin/licenses/general.php +++ b/resources/lang/ar/admin/licenses/general.php @@ -1,6 +1,6 @@ 'حول التراخيص', 'about_licenses' => 'تستخدم التراخيص لتتبع البرمجيات. كل لديه عدد محدد من المقاعد التي يمكن اخراجها للأفراد', 'checkin' => 'ادخال مقعد الترخيص', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'تراخيص البرامج', 'user' => 'مستخدم', 'view' => 'عرض الترخيص', -]; +); diff --git a/resources/lang/ar/admin/licenses/message.php b/resources/lang/ar/admin/licenses/message.php index df03445120..89b7f9ef97 100644 --- a/resources/lang/ar/admin/licenses/message.php +++ b/resources/lang/ar/admin/licenses/message.php @@ -1,6 +1,6 @@ 'الترخيص غير موجود.', 'user_does_not_exist' => 'المستخدم غير موجود.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'يجب تحديد أصل أو مستخدم، وليس كليهما.', 'not_found' => 'لم يتم العثور على الترخيص', - 'create' => [ - 'error' => 'لم يتم إنشاء الترخيص، يرجى إعادة المحاولة.', - 'success' => 'تم إنشاء الترخيص بنجاح.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'لم يتم إنشاء الترخيص، يرجى إعادة المحاولة.', + 'success' => 'تم إنشاء الترخيص بنجاح.' + ), + + 'deletefile' => array( 'error' => 'لم يتم حذف الملف. الرجاء المحاولة مرة اخرى.', 'success' => 'تم حذف الملف بنجاح.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'لم يتم تحميل الملف(ات). حاول مرة اخرى.', 'success' => 'تم تحميل الملف(ات) بنجاح.', 'nofiles' => 'لم تحدد أي ملفات للتحميل، أو أن الملف الذي تحاول تحميله كبير جدا', 'invalidfiles' => 'واحد أو أكثر من الملفات كبير جدا أو انه نوع ملف غير مسموح به. أنواع الملفات المسموح بها هي png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, و lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'لم يتم تحديث الترخيص، يرجى إعادة المحاولة', - 'success' => 'تم تحديث الترخيص بنجاح.', - ], + 'success' => 'تم تحديث الترخيص بنجاح.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'هل أنت متأكد من رغبتك في حذف هذا الترخيص؟', 'error' => 'حدثت مشكلة أثناء حذف الترخيص. يرجى إعادة المحاولة.', - 'success' => 'تم حذف الترخيص بنجاح.', - ], + 'success' => 'تم حذف الترخيص بنجاح.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'حدثت مشكلة أثناء اخراج الترخيص. يرجى إعادة المحاولة.', - 'success' => 'تم اخراج الترخيص بنجاح', - ], + 'success' => 'تم اخراج الترخيص بنجاح' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'حدثت مشكلة في التحقق من الترخيص. يرجى إعادة المحاولة.', - 'success' => 'تم ادخال الترخيص بنجاح', - ], + 'success' => 'تم ادخال الترخيص بنجاح' + ), -]; +); diff --git a/resources/lang/ar/admin/licenses/table.php b/resources/lang/ar/admin/licenses/table.php index 0dfc45ed58..10fc7de7f9 100644 --- a/resources/lang/ar/admin/licenses/table.php +++ b/resources/lang/ar/admin/licenses/table.php @@ -1,6 +1,6 @@ 'عينت الى', 'checkout' => 'داخل\\خارج', @@ -14,4 +14,4 @@ return [ 'serial' => 'التسلسل', 'title' => 'الترخيص', -]; +); diff --git a/resources/lang/ar/admin/locations/message.php b/resources/lang/ar/admin/locations/message.php index 2daf5036ba..1dab8f3bde 100644 --- a/resources/lang/ar/admin/locations/message.php +++ b/resources/lang/ar/admin/locations/message.php @@ -1,26 +1,27 @@ 'الموقع غير موجود.', 'assoc_users' => 'هذا الموقع مرتبط حاليا بمستخدم واحد على الأقل ولا يمكن حذفه. يرجى تحديث المستخدمين لم يعد يشيروا إلى هذا الموقع ثم أعد المحاولة. ', 'assoc_assets' => 'هذا الموقع مرتبط حاليا بمادة عرض واحدة على الأقل ولا يمكن حذفها. يرجى تحديث مواد العرض لم تعد تشير إلى هذا الموقع ثم أعد المحاولة. ', 'assoc_child_loc' => 'هذا الموقع هو حاليا أحد الوالدين لموقع طفل واحد على الأقل ولا يمكن حذفه. يرجى تحديث مواقعك لم تعد تشير إلى هذا الموقع ثم أعد المحاولة.', - 'create' => [ + + 'create' => array( 'error' => 'لم يتم إنشاء الموقع، الرجاء المحاولة مرة أخرى.', - 'success' => 'تم إنشاء الموقع بنجاح.', - ], + 'success' => 'تم إنشاء الموقع بنجاح.' + ), - 'update' => [ + 'update' => array( 'error' => 'لم يتم تحديث الموقع، الرجاء المحاولة مرة أخرى', - 'success' => 'تم تحديث الموقع بنجاح.', - ], + 'success' => 'تم تحديث الموقع بنجاح.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'هل تريد بالتأكيد حذف هذا الموقع؟', 'error' => 'حدثت مشكلة أثناء حذف الموقع. حاول مرة اخرى.', - 'success' => 'تم حذف الموقع بنجاح.', - ], + 'success' => 'تم حذف الموقع بنجاح.' + ) -]; +); diff --git a/resources/lang/ar/admin/locations/table.php b/resources/lang/ar/admin/locations/table.php index 266e048422..1a6ce3f8e9 100644 --- a/resources/lang/ar/admin/locations/table.php +++ b/resources/lang/ar/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'الأبوين', 'currency' => 'عملة الموقع', 'ldap_ou' => 'لداب البحث أو', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/ar/admin/manufacturers/message.php b/resources/lang/ar/admin/manufacturers/message.php index b9b2628e66..569536b9ff 100644 --- a/resources/lang/ar/admin/manufacturers/message.php +++ b/resources/lang/ar/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'الشركة المصنعة غير موجودة.', 'assoc_users' => 'هذه الشركة المصنعة مرتبطة حاليا مع موديل واحد على الأقل وبالتالي لا يمكن حذفها. يرجى تحديث الموديلات الخاصة بك بحيث لا تشير لهذه الشركة المصنعة وحاول مرة أخرى. ', - 'create' => [ + 'create' => array( 'error' => 'لم يتم إنشاء هذه الشركة المصنعة، يرجى المحاولة مرة أخرى.', - 'success' => 'تم إنشاء الشركة المصنعة بنجاح.', - ], + 'success' => 'تم إنشاء الشركة المصنعة بنجاح.' + ), - 'update' => [ + 'update' => array( 'error' => 'لم يتم تحديث الشركة المصنعة، يرجى إعادة المحاولة', - 'success' => 'تم تحديث الشركة المصنعة بنجاح.', - ], + 'success' => 'تم تحديث الشركة المصنعة بنجاح.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'لم تتم استعادة الشركة المصنعة، يرجى المحاولة مرة أخرى', - 'success' => 'تم إستعادة الشركة المصنعة بنجاح.', - ], + 'success' => 'تم إستعادة الشركة المصنعة بنجاح.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'هل أنت متأكد من رغبتك في حذف هذه الشركة المصنعة؟', 'error' => 'لقد حدثت مشكلة اثناء عملية حذف الشركة المصنعة، الرجاء المحاولة مرة اخرى.', - 'success' => 'تم حذف الشركة المصنعة بنجاح.', - ], + 'success' => 'تم حذف الشركة المصنعة بنجاح.' + ) -]; +); diff --git a/resources/lang/ar/admin/manufacturers/table.php b/resources/lang/ar/admin/manufacturers/table.php index a6b178405d..ff5f3cff63 100644 --- a/resources/lang/ar/admin/manufacturers/table.php +++ b/resources/lang/ar/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'حول الشركات المصنعة', 'about_manufacturers_text' => 'الشركات المصنعة هي الشركات التي تقوم بتصنيع الأصول الخاصة بك. يمكنك تخزين معلومات الاتصال بالدعم المهمة عنها هنا، والتي سيتم عرضها على صفحات تفاصيل الأصول.', 'asset_manufacturers' => 'مصنعي الأصول', @@ -13,4 +13,4 @@ return [ 'update' => 'تحديث الشركة المصنعة', 'url' => 'الرابط', -]; +); diff --git a/resources/lang/ar/admin/models/general.php b/resources/lang/ar/admin/models/general.php index d6b18080c3..94e438651b 100644 --- a/resources/lang/ar/admin/models/general.php +++ b/resources/lang/ar/admin/models/general.php @@ -1,6 +1,6 @@ 'حول موديلات الأصول', 'about_models_text' => 'موديلات الأصول هي طريقة لتجميع الأصول المتطابقة "MBP 2013", "IPhone 6s", الخ.', 'deleted' => 'تم حذف هذا الموديل.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'أنت على وشك حذف :model_count من موديلات الأصول.', 'restore' => 'إستعادة الموديل', 'requestable' => 'يمكن للمستخدمين طلب هذا الموديل', - 'show_mac_address' => 'عرض حقل عنوان ماك MAC في الأصول لهذا الموديل', + 'show_mac_address' => 'عرض حقل عنوان ماك MAC في الأصول لهذا الموديل', 'view_deleted' => 'مشاهدة محذوفة', 'view_models' => 'عرض الموديلات', 'fieldset' => 'مجموعة حقول', 'no_custom_field' => 'لا يوجد حقول مخصصة', 'add_default_values' => 'أضف القيم الافتراضية', -]; +); diff --git a/resources/lang/ar/admin/models/message.php b/resources/lang/ar/admin/models/message.php index d83bcc092b..e690990305 100644 --- a/resources/lang/ar/admin/models/message.php +++ b/resources/lang/ar/admin/models/message.php @@ -1,41 +1,42 @@ 'الموديل غير موجود.', 'assoc_users' => 'هذا الموديل مرتبط حاليا بواحد أو أكثر من الأصول ولا يمكن حذفه. يرجى حذف الأصول، ثم محاولة الحذف مرة أخرى. ', - 'create' => [ + + 'create' => array( 'error' => 'لم يتم انشاء الموديل، يرجى إعادة المحاولة.', 'success' => 'تم إنشاء الموديل بنجاح.', 'duplicate_set' => 'يوجد مسبقا موديل بهذا الاسم، الشركة المصنعة ورقم الموديل.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'لم يتم تحديث الموديل، يرجى إعادة المحاولة', - 'success' => 'تم تحديث الموديل بنجاح.', - ], + 'success' => 'تم تحديث الموديل بنجاح.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'هل تريد بالتأكيد حذف موديل الأصل هذا؟', 'error' => 'حدثت مشكلة أثناء حذف الموديل. حاول مرة اخرى.', - 'success' => 'تم حذف الموديل بنجاح.', - ], + 'success' => 'تم حذف الموديل بنجاح.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'لم تتم استعادة الموديل، يرجى إعادة المحاولة', - 'success' => 'تم إستعادة الموديل بنجاح.', - ], + 'success' => 'تم إستعادة الموديل بنجاح.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'لم يتم تغيير أي حقول، لذلك لم يتم تحديث أي شيء.', - 'success' => 'تم تحديث الموديل.', - ], + 'success' => 'تم تحديث الموديل.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'لم يتم اختيار أي موديلات، لذلك لم يتم حذف أي شيء.', 'success' => 'تم حذف success_count: من الموديلات!', - 'success_partial' => 'تم حذف:success_count: من الموديلات، ومع ذلك تعذر حذف fail_count: نظرًا لأنها لا تزال تحتوي على أصول مقترنة بها.', - ], + 'success_partial' => 'تم حذف:success_count: من الموديلات، ومع ذلك تعذر حذف fail_count: نظرًا لأنها لا تزال تحتوي على أصول مقترنة بها.' + ), -]; +); diff --git a/resources/lang/ar/admin/models/table.php b/resources/lang/ar/admin/models/table.php index e90871cc65..d1f27a13fc 100644 --- a/resources/lang/ar/admin/models/table.php +++ b/resources/lang/ar/admin/models/table.php @@ -1,6 +1,6 @@ 'إنشاء موديل الأصل', 'created_at' => 'أنشئت في', @@ -14,4 +14,4 @@ return [ 'update' => 'تحديث موديل الأصول', 'clone' => 'استنساخ الموديل', 'edit' => 'تعديل الموديل', -]; +); diff --git a/resources/lang/ar/admin/reports/general.php b/resources/lang/ar/admin/reports/general.php index da261494b2..dca6aca2b7 100644 --- a/resources/lang/ar/admin/reports/general.php +++ b/resources/lang/ar/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'حدد الخيارات التي تريدها لتقرير الأصول الخاصة بك.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/ar/admin/reports/message.php b/resources/lang/ar/admin/reports/message.php index 8d619b2f7b..9c1a9fc16f 100644 --- a/resources/lang/ar/admin/reports/message.php +++ b/resources/lang/ar/admin/reports/message.php @@ -1,5 +1,5 @@ 'يجب عليك أن تختار اختيار واحد على الأقل.', -]; +return array( + 'error' => 'يجب عليك أن تختار اختيار واحد على الأقل.' +); diff --git a/resources/lang/ar/admin/settings/general.php b/resources/lang/ar/admin/settings/general.php index c8d93a3ff0..249150e4f8 100644 --- a/resources/lang/ar/admin/settings/general.php +++ b/resources/lang/ar/admin/settings/general.php @@ -1,30 +1,39 @@ 'الدليل النشط', 'ad_domain' => 'مجال الدليل النشط', 'ad_domain_help' => 'هذا هو أحيانا نفس نطاق البريد الإلكتروني الخاص بك، ولكن ليس دائما.', 'ad_append_domain_label' => 'إلحاق اسم domain', 'ad_append_domain' => 'إلحاق اسم domain إلى حقل اسم المستخدم', - 'ad_append_domain_help' => 'المستخدم غير مطلوب لكتابة "username@domain.local" ، فإنها يمكن أن تكتب فقط "اسم المستخدم".' , + 'ad_append_domain_help' => 'المستخدم غير مطلوب لكتابة "username@domain.local" ، فإنها يمكن أن تكتب فقط "اسم المستخدم".', 'admin_cc_email' => 'نسخة اضافية للبريد الإكتروني', 'admin_cc_email_help' => 'إذا كنت ترغب في إرسال نسخة من رسائل البريد الإلكتروني لتسجيل الدخول / الخروج التي يتم إرسالها إلى المستخدمين إلى حساب بريد إلكتروني إضافي، فقم بإدخالها هنا. خلاف ذلك، اترك هذه الخانة فارغة.', 'is_ad' => 'هذا هو ملقم أكتيف ديركتوري', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'إرسال تنبيهات إلى', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'التنبيهان ممكنه', 'alert_interval' => 'انتهاء فترة التنبيهات (بالأيام)', 'alert_inv_threshold' => 'عتبة تنبيه المخزون', 'allow_user_skin' => 'السماح بنمط المستخدم', - 'allow_user_skin_help_text' => 'التحقق من هذا المربع سيسمح للمستخدم باستخدام مظهر واجهة المستخدم بمظهر آخر.' , + 'allow_user_skin_help_text' => 'التحقق من هذا المربع سيسمح للمستخدم باستخدام مظهر واجهة المستخدم بمظهر آخر.', 'asset_ids' => 'ارقام تعريف الاصول', 'audit_interval' => 'مدة التدقيق', 'audit_interval_help' => 'إذا كان مطلوبا منك مراجعة أصولك الفعلية بشكل دوري، قم بإدخال المدة بالأشهر.', 'audit_warning_days' => 'عتبة تحذير التدقيق', 'audit_warning_days_help' => 'كم يوما مقدما يجب أن نحذركم عندما تكون الأصول مستحقة للتدقيق؟', - 'auto_increment_assets' => 'إنشاء ارقام تعريف الاصول مع التزايد التلقائي', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'البادئة (اختياري)', - 'auto_incrementing_help' => 'أولا قم بتفعيل ارقام تعريف الاصول مع التزايد التلقائي لكي تستطيع تعيين هذا', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'النسخ الإحتياطية', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/ar/mail.php b/resources/lang/ar/mail.php index 963b799fb5..8706ebc8ce 100644 --- a/resources/lang/ar/mail.php +++ b/resources/lang/ar/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'يعتبر هذا اختبارا من نظام إدارة الأصول Snipe-IT. إذا كنت حصلت على هذا، فان البريد يعمل :)', 'the_following_item' => 'تم ادخال العنصر التالي: ', 'low_inventory_alert' => 'هنالك :count عناصر أقل من الحد الأدنى للمخزون أول سوف تصبح أقل منه قريباً.', - 'assets_warrantee_alert' => 'هنالك :count أصل سوف تنتهي فترة الضمان الخاصة به في الأيام :threshold القادمة.| هنالك :count أصول سوف تنتهي فترة الضمان الخاصة بهم في الأيام :threshold القادمة.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'هنالك :count رخص سوف تنتهي في الأيام :threshold القادمة.', 'to_reset' => 'لإعادة تعيين كلمة مرور على :web، رجاءا أكمل هذا النموذج:', 'type' => 'اكتب', diff --git a/resources/lang/ar/pagination.php b/resources/lang/ar/pagination.php index d91edb046e..ca1d84b247 100644 --- a/resources/lang/ar/pagination.php +++ b/resources/lang/ar/pagination.php @@ -1,6 +1,6 @@ 'التالي;raquo&', -]; +); diff --git a/resources/lang/ar/reminders.php b/resources/lang/ar/reminders.php index d877288ada..9f5848a50c 100644 --- a/resources/lang/ar/reminders.php +++ b/resources/lang/ar/reminders.php @@ -1,6 +1,6 @@ 'كلمة المرور يجب أن تتكون من ستة خانات وتكون متطابقة مع خانة التأكيد.', + "password" => "كلمة المرور يجب أن تتكون من ستة خانات وتكون متطابقة مع خانة التأكيد.", - 'user' => 'إسم المستخدم أو كلمة المرور غير صحيحة', + "user" => "إسم المستخدم أو كلمة المرور غير صحيحة", - 'token' => 'رمز إعادة ضبط كلمة المرور غير مقبول.', + "token" => "رمز إعادة ضبط كلمة المرور غير مقبول.", - 'sent' => 'إذا وجد بريد إلكتروني مطابق، تم إرسال التذكير بكلمة المرور!', + "sent" => "إذا وجد بريد إلكتروني مطابق، تم إرسال التذكير بكلمة المرور!", -]; +); diff --git a/resources/lang/ar/table.php b/resources/lang/ar/table.php index 0135a3044a..ee7428d7c0 100644 --- a/resources/lang/ar/table.php +++ b/resources/lang/ar/table.php @@ -1,10 +1,10 @@ 'الإجراءات', 'action' => 'الإجراء', 'by' => 'بواسطة', 'item' => 'عنصر', -]; +); diff --git a/resources/lang/ar/validation.php b/resources/lang/ar/validation.php index 2cb761af45..2260c9e1f4 100644 --- a/resources/lang/ar/validation.php +++ b/resources/lang/ar/validation.php @@ -1,6 +1,6 @@ 'يجب أن يكون :attribute على الأقل :min من الاحرف.', 'array' => 'يجب أن تحتوي :attribute على الأقل :min من العناصر.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => ':attribute المحدد غير صالح.', 'numeric' => 'يجب أن يكون :attribute رقما.', 'present' => 'يجب أن يكون :attribute موجود.', @@ -88,8 +89,8 @@ return array( 'unique' => 'لقد تم أخذ :attribute مسبقا.', 'uploaded' => 'لقد فشل تحميل :attribute.', 'url' => 'ان تنسيق :attribute غير صالح.', - "unique_undeleted" => ":attribute يجب ان تكون فريدة.", - "non_circular" => "يجب ألا تنشئ السمة مرجعًا دائريًا.", + 'unique_undeleted' => ':attribute يجب ان تكون فريدة.', + 'non_circular' => 'يجب ألا تنشئ السمة مرجعًا دائريًا.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "يحتوي الحقل :attribute على حرف غير مسموح به.", - "email_array" => "عنوان بريد إلكتروني واحد أو أكثر غير صالح.", - "hashed_pass" => "كلمة المرور الحالية غير صحيحة", + 'alpha_space' => 'يحتوي الحقل :attribute على حرف غير مسموح به.', + 'email_array' => 'عنوان بريد إلكتروني واحد أو أكثر غير صالح.', + 'hashed_pass' => 'كلمة المرور الحالية غير صحيحة', 'dumbpwd' => 'كلمة المرور هذه شائعة جدا.', - "statuslabel_type" => "يجب تحديد نوع تسمية حالة صالح", + 'statuslabel_type' => 'يجب تحديد نوع تسمية حالة صالح', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/bg/admin/accessories/general.php b/resources/lang/bg/admin/accessories/general.php index ac1f1262e8..b9cd2d55ec 100644 --- a/resources/lang/bg/admin/accessories/general.php +++ b/resources/lang/bg/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Категория аксесоари', 'accessory_name' => 'Аксесоар', 'checkout' => 'Отписване на аксесоар', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Използване на EULA по подразбиране.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/bg/admin/custom_fields/message.php b/resources/lang/bg/admin/custom_fields/message.php
index 67a028bf20..a578f4fd13 100644
--- a/resources/lang/bg/admin/custom_fields/message.php
+++ b/resources/lang/bg/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Това поле не съществува.',
'already_added' => 'Вече е добавено поле',
- 'create' => [
+ 'create' => array(
'error' => 'Поле не беше създадено, моля опитайте отново.',
'success' => 'Поле създадено успешно.',
- 'assoc_success' => 'Поле успешно добавено към fieldset.',
- ],
+ 'assoc_success' => 'Поле успешно добавено към fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Полето не беше актуализирано, моля опитайте отново',
- 'success' => 'Поле актуализирано успешно.',
- ],
+ 'success' => 'Поле актуализирано успешно.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Сигурни ли сте, че желаете да изтриете това поле?',
'error' => 'Възникна проблем при изтриването на това поле. Моля, опитайте отново.',
'success' => 'Полето бе изтрито успешно.',
'in_use' => 'Полето все още се използва.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Полето не съществува',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset не беше създаден, моля опитайте отново.',
- 'success' => 'Fieldset създаден успешно.',
- ],
+ 'success' => 'Fieldset създаден успешно.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset не беше актуализиран, моля опитайте отново',
- 'success' => 'Fieldset актуализиран успешно.',
- ],
+ 'success' => 'Fieldset актуализиран успешно.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Сигурни ли сте, че желаете да изтриете този fieldset?',
'error' => 'Възникна проблем при изтриването на този fieldset. Моля, опитайте отново.',
'success' => 'Fieldset бе изтрит успешно.',
'in_use' => 'Fieldset все още се използва.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/bg/admin/departments/message.php b/resources/lang/bg/admin/departments/message.php
index 7c91b13349..a0e8c5c8a9 100644
--- a/resources/lang/bg/admin/departments/message.php
+++ b/resources/lang/bg/admin/departments/message.php
@@ -1,21 +1,21 @@
'Департаментът не съществува.',
'assoc_users' => 'Този отдел понастоящем е свързан с поне един потребител и не може да бъде изтрит. Моля, актуализирайте потребителите си, за да не препращате към този отдел и опитайте отново.',
- 'create' => [
+ 'create' => array(
'error' => 'Отделът не е създаден, моля, опитайте отново.',
- 'success' => 'Отделът е създаден успешно.',
- ],
- 'update' => [
+ 'success' => 'Отделът е създаден успешно.'
+ ),
+ 'update' => array(
'error' => 'Отделът не е актуализиран, моля, опитайте отново',
- 'success' => 'Отделът се актуализира успешно.',
- ],
- 'delete' => [
+ 'success' => 'Отделът се актуализира успешно.'
+ ),
+ 'delete' => array(
'confirm' => 'Наистина ли искате да изтриете този отдел?',
'error' => 'Имаше проблем с изтриването на отдела. Моля, опитайте отново.',
- 'success' => 'Отделът бе изтрит успешно.',
- ],
+ 'success' => 'Отделът бе изтрит успешно.'
+ )
-];
+);
diff --git a/resources/lang/bg/admin/departments/table.php b/resources/lang/bg/admin/departments/table.php
index 3d21ccb74d..3771364aea 100644
--- a/resources/lang/bg/admin/departments/table.php
+++ b/resources/lang/bg/admin/departments/table.php
@@ -1,6 +1,6 @@
'ИД№',
'name' => 'Име на отдел',
@@ -8,4 +8,4 @@ return [
'location' => 'Местоположение',
'create' => 'Създайте отдела',
'update' => 'Отдел за актуализиране',
- ];
+ );
diff --git a/resources/lang/bg/admin/depreciations/general.php b/resources/lang/bg/admin/depreciations/general.php
index 2cd93e808f..c695227f19 100644
--- a/resources/lang/bg/admin/depreciations/general.php
+++ b/resources/lang/bg/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Амортизация на активи',
'create' => 'Създаване на амортизация',
'depreciation_name' => 'Амортизация',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Брой месеци',
'update' => 'Обновяване на амортизация',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/bg/admin/depreciations/message.php b/resources/lang/bg/admin/depreciations/message.php
index dd48e5fcd3..e633844a7c 100644
--- a/resources/lang/bg/admin/depreciations/message.php
+++ b/resources/lang/bg/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Амортизацията не съществува.',
'assoc_users' => 'Тази амортизация е асоциирана с един или повече модели и не може да бъде изтрита. Моля изтрийте моделите и опитайте отново.',
- 'create' => [
+
+ 'create' => array(
'error' => 'Класът на амортизация не беше създаден. Моля опитайте отново.',
- 'success' => 'Класът на амортизация създаден успешно.',
- ],
+ 'success' => 'Класът на амортизация създаден успешно.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Класът на амортизация не беше обновен. Моля опитайте отново.',
- 'success' => 'Класът на амортизация обновен успешно.',
- ],
+ 'success' => 'Класът на амортизация обновен успешно.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Сигурни ли сте, че желаете изтриване на класът на амортизация?',
'error' => 'Проблем при изтриването на класа на амортизация. Моля опитайте отново.',
- 'success' => 'Класът на амортизация изтрит успешно.',
- ],
+ 'success' => 'Класът на амортизация изтрит успешно.'
+ )
-];
+);
diff --git a/resources/lang/bg/admin/depreciations/table.php b/resources/lang/bg/admin/depreciations/table.php
index 30f130dda6..b9a910ab38 100644
--- a/resources/lang/bg/admin/depreciations/table.php
+++ b/resources/lang/bg/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Месеци',
'term' => 'Срок',
'title' => 'Име',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/bg/admin/groups/message.php b/resources/lang/bg/admin/groups/message.php
index b301735ff2..d27a62e61c 100644
--- a/resources/lang/bg/admin/groups/message.php
+++ b/resources/lang/bg/admin/groups/message.php
@@ -1,22 +1,22 @@
'Групата вече съществува!',
'group_not_found' => 'Групата [:id] не съществува.',
'group_name_required' => 'Полето име е задължително',
- 'success' => [
+ 'success' => array(
'create' => 'Групата създадена успешно.',
'update' => 'Групата обновена успешно.',
'delete' => 'Групата изтрита успешно.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Сигурни ли сте, че желаете да изтриете групата?',
'create' => 'Проблем при създаване на групата. Моля опитайте отново.',
'update' => 'Проблем при обновяването на групата. Моля опитайте отново.',
'delete' => 'Проблем при изтриване на групата. Моля опитайте отново.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/bg/admin/groups/table.php b/resources/lang/bg/admin/groups/table.php
index b7fc6c39ea..3e8b453ba3 100644
--- a/resources/lang/bg/admin/groups/table.php
+++ b/resources/lang/bg/admin/groups/table.php
@@ -1,9 +1,9 @@
'ID',
'name' => 'Име',
'users' => 'Брой потребители',
-];
+);
diff --git a/resources/lang/bg/admin/groups/titles.php b/resources/lang/bg/admin/groups/titles.php
index 468e607d3c..b7b7c0b09d 100644
--- a/resources/lang/bg/admin/groups/titles.php
+++ b/resources/lang/bg/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Администратор на група',
'allow' => 'Разрешаване',
'deny' => 'Отказ',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/bg/admin/hardware/form.php b/resources/lang/bg/admin/hardware/form.php
index 266aa13db7..27f931cea9 100644
--- a/resources/lang/bg/admin/hardware/form.php
+++ b/resources/lang/bg/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Гаранция',
'warranty_expires' => 'Гаранцията изтича',
'years' => 'години',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/bg/admin/hardware/general.php b/resources/lang/bg/admin/hardware/general.php
index 86547bd9a1..608e0c7cc5 100644
--- a/resources/lang/bg/admin/hardware/general.php
+++ b/resources/lang/bg/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Може да бъде изискван',
'requested' => 'Изискан',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Възстановяване на актив',
'pending' => 'Предстоящ',
'undeployable' => 'Не може да бъде предоставян',
'view' => 'Преглед на актив',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/bg/admin/hardware/message.php b/resources/lang/bg/admin/hardware/message.php index e4e416ae8c..c9bca9876a 100644 --- a/resources/lang/bg/admin/hardware/message.php +++ b/resources/lang/bg/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Внимание: Този актив е маркиран като невъзможен за предоставяне. Ако статусът е променен, моля обновете актива.', 'does_not_exist' => 'Активът не съществува.', - 'does_not_exist_or_not_requestable' => 'Добър опит. Активът не съществува или не може а бъде предоставян.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Активът е изписан на потребител и не може да бъде изтрит. Моля впишете го обратно и след това опитайте да го изтриете отново.', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Активният одит бе успешно регистриран.', ], + 'deletefile' => [ 'error' => 'Файлът не беше изтрит. Моля опитайте отново.', 'success' => 'Файлът изтрит успешно.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Файлът не е в състояние да бъде изтрит', ], + 'delete' => [ 'confirm' => 'Сигурни ли сте, че желаете изтриване на актива?', 'error' => 'Проблем при изтриване на актива. Моля опитайте отново.', diff --git a/resources/lang/bg/admin/hardware/table.php b/resources/lang/bg/admin/hardware/table.php index d1f3e8a10c..2e15ec24f6 100644 --- a/resources/lang/bg/admin/hardware/table.php +++ b/resources/lang/bg/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Инвентарен номер', 'asset_model' => 'Модел', - 'book_value' => 'Стойност', + 'book_value' => 'Current Value', 'change' => 'Предоставяне', 'checkout_date' => 'Дата на изписване', 'checkoutto' => 'Изписан', + 'current_value' => 'Current Value', 'diff' => 'Разлика', 'dl_csv' => 'Сваляне на CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Сериен номер', 'status' => 'Статус', 'title' => 'Актив ', - 'image' => 'Изображение на устройството', + 'image' => 'Изображение на устройството', 'days_without_acceptance' => 'Дни без да е предаден', 'monthly_depreciation' => 'Месечна Амортизация', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/bg/admin/kits/general.php b/resources/lang/bg/admin/kits/general.php index 49b2271c34..6c26e82319 100644 --- a/resources/lang/bg/admin/kits/general.php +++ b/resources/lang/bg/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'Няма достатъчно налични :license за изписване. Не достигат :qty . ', 'none_consumables' => 'Няма достатъчно налични бройки от :consumable за изписване. Не достигат :qty . ', 'none_accessory' => 'Няма достатъчно налични бройки от :accessory за изписване. Не достигат :qty . ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/bg/admin/licenses/form.php b/resources/lang/bg/admin/licenses/form.php index dfb41a6e44..daa5c1d599 100644 --- a/resources/lang/bg/admin/licenses/form.php +++ b/resources/lang/bg/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Актив', 'checkin' => 'Вписване', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Лиценз към e-mail', 'to_name' => 'Лиценз към име', 'update' => 'Обновяване на лиценз', - 'checkout_help' => 'Можете да изпишете лиценз към конкретен хардуер или потребител. Един лиценз може да бъде изписан едновременно и на хардуер и на потребител, но потребителя трябва да бъде собственик на съответния хардуерен актив.', -]; + 'checkout_help' => 'Можете да изпишете лиценз към конкретен хардуер или потребител. Един лиценз може да бъде изписан едновременно и на хардуер и на потребител, но потребителя трябва да бъде собственик на съответния хардуерен актив.' +); diff --git a/resources/lang/bg/admin/licenses/general.php b/resources/lang/bg/admin/licenses/general.php index 8db59146e3..9ad54be10a 100644 --- a/resources/lang/bg/admin/licenses/general.php +++ b/resources/lang/bg/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Относно лицензи', 'about_licenses' => 'Лицензите се използват за проследяване на софтуер. Те имат определен брой места, които могат да бъдат отписани към лица', 'checkin' => 'Вписване на потребителски лиценз', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Софтуерни лицензи', 'user' => 'Потребител', 'view' => 'Преглед на лиценз', -]; +); diff --git a/resources/lang/bg/admin/licenses/message.php b/resources/lang/bg/admin/licenses/message.php index 856e2e4b5e..7b1806aaa6 100644 --- a/resources/lang/bg/admin/licenses/message.php +++ b/resources/lang/bg/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Лицензът не съществува.', 'user_does_not_exist' => 'Потребителят не съществува.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Трябва да изберете актив или потребител, но не и двете.', 'not_found' => 'Лиценът не е намерен', - 'create' => [ - 'error' => 'Лицензът не беше създаден. Моля, опитайте отново.', - 'success' => 'Лицензът е създаден.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Лицензът не беше създаден. Моля, опитайте отново.', + 'success' => 'Лицензът е създаден.' + ), + + 'deletefile' => array( 'error' => 'Файлът не е изтрит. Моля, опитайте отново.', 'success' => 'Файлът е изтрит.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Файлът (файловете) не е качен. Моля, опитайте отново.', 'success' => 'Файлът (файловете) е качен.', 'nofiles' => 'Не сте избрали файл за качване или файлът, който се опитвате да качите е твърде голям', 'invalidfiles' => 'Един или повече от вашите файлове е твърде голям или е забранен тип файл. Разрешените типове файл са png, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, и lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Лицензът не беше обновен. Моля, опитайте отново', - 'success' => 'Лицензът е обновен.', - ], + 'success' => 'Лицензът е обновен.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Сигурни ли сте, че искате да изтриете този лиценз?', 'error' => 'Възникна проблем при изтриването на този лиценз. Моля, опитайте отново.', - 'success' => 'Лицензът е изтрит.', - ], + 'success' => 'Лицензът е изтрит.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Възникна проблем при изписването на лиценза. Моля, опитайте отново.', - 'success' => 'Лицензът е изписан', - ], + 'success' => 'Лицензът е изписан' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Възникна проблем при вписването на лиценза. Моля, опитайте отново.', - 'success' => 'Лицензът е вписан', - ], + 'success' => 'Лицензът е вписан' + ), -]; +); diff --git a/resources/lang/bg/admin/licenses/table.php b/resources/lang/bg/admin/licenses/table.php index 90cfd128de..b20e680ca5 100644 --- a/resources/lang/bg/admin/licenses/table.php +++ b/resources/lang/bg/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Предоставен на', 'checkout' => 'Предоставяне', @@ -14,4 +14,4 @@ return [ 'serial' => 'Сериен номер', 'title' => 'Лиценз', -]; +); diff --git a/resources/lang/bg/admin/locations/message.php b/resources/lang/bg/admin/locations/message.php index 1e2997358a..ae9564195b 100644 --- a/resources/lang/bg/admin/locations/message.php +++ b/resources/lang/bg/admin/locations/message.php @@ -1,26 +1,27 @@ 'Местоположението не съществува.', 'assoc_users' => 'Местоположението е свързано с поне един потребител и не може да бъде изтрито. Моля, актуализирайте потребителите, така че да не са свързани с това местоположение и опитайте отново. ', 'assoc_assets' => 'Местоположението е свързано с поне един актив и не може да бъде изтрито. Моля, актуализирайте активите, така че да не са свързани с това местоположение и опитайте отново. ', 'assoc_child_loc' => 'В избраното местоположение е присъединено едно или повече местоположения. Моля преместете ги в друго и опитайте отново.', - 'create' => [ + + 'create' => array( 'error' => 'Местоположението не е създадено. Моля, опитайте отново.', - 'success' => 'Местоположението е създадено.', - ], + 'success' => 'Местоположението е създадено.' + ), - 'update' => [ + 'update' => array( 'error' => 'Местоположението не е обновено. Моля, опитайте отново', - 'success' => 'Местоположението е обновено.', - ], + 'success' => 'Местоположението е обновено.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Сигурни ли сте, че искате да изтриете това местоположение?', 'error' => 'Възникна проблем при изтриване на местоположението. Моля, опитайте отново.', - 'success' => 'Местоположението е изтрито.', - ], + 'success' => 'Местоположението е изтрито.' + ) -]; +); diff --git a/resources/lang/bg/admin/locations/table.php b/resources/lang/bg/admin/locations/table.php index 6c2bd99edf..0c4cb1b4a3 100644 --- a/resources/lang/bg/admin/locations/table.php +++ b/resources/lang/bg/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Присъединено към', 'currency' => 'Валута на местоположението', 'ldap_ou' => 'Търсене в LDAP OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/bg/admin/manufacturers/message.php b/resources/lang/bg/admin/manufacturers/message.php index 3c6a2de171..36ce40de1e 100644 --- a/resources/lang/bg/admin/manufacturers/message.php +++ b/resources/lang/bg/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Несъществуващ производител.', 'assoc_users' => 'Този производител е асоцииран с поне един от моделите и не може да бъде изтрит. Моля, променете връзките на моделите по отношение на този производител и опитайте отново. ', - 'create' => [ + 'create' => array( 'error' => 'Производителят не беше създаден. Моля, опитайте отново.', - 'success' => 'Производителят е създаден.', - ], + 'success' => 'Производителят е създаден.' + ), - 'update' => [ + 'update' => array( 'error' => 'Производителят не е обновен. Моля, опитайте отново', - 'success' => 'Производителят е обновен.', - ], + 'success' => 'Производителят е обновен.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Производителят не беше възстановен. Моля, опитайте отново', - 'success' => 'Производителят възстановен успешно.', - ], + 'success' => 'Производителят възстановен успешно.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Сигурни ли сте, че искате да изтриете този производител?', 'error' => 'Възникна проблем при изтриването на проиводителя. Моля, опитайте отново.', - 'success' => 'Производителят е изтрит.', - ], + 'success' => 'Производителят е изтрит.' + ) -]; +); diff --git a/resources/lang/bg/admin/manufacturers/table.php b/resources/lang/bg/admin/manufacturers/table.php index f7ba68cadf..c7a478c5cb 100644 --- a/resources/lang/bg/admin/manufacturers/table.php +++ b/resources/lang/bg/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Относно производителите', 'about_manufacturers_text' => 'Производителите са компаниите, които създават вашите активи. Можете да трупате важна информация на контакти за поддръжка относно тях тук, която ще бъде показана на страницата за подробности на активи.', 'asset_manufacturers' => 'Производители', @@ -13,4 +13,4 @@ return [ 'update' => 'Обновяване на производител', 'url' => 'URL адрес', -]; +); diff --git a/resources/lang/bg/admin/models/general.php b/resources/lang/bg/admin/models/general.php index 2bce3d912f..1b666e285a 100644 --- a/resources/lang/bg/admin/models/general.php +++ b/resources/lang/bg/admin/models/general.php @@ -1,6 +1,6 @@ 'Относно модели на актив', 'about_models_text' => 'Модели на актив са начин за групиране на идентични активи. "MBP 2013", "IPhone 6s" и др.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Ще бъдат изтрити :model_count модели на активи.', 'restore' => 'Възстановяване на модел', 'requestable' => 'Потребителите могат да поискат този модел', - 'show_mac_address' => 'Визуализиране на поле за MAC адрес в активите за този модел', + 'show_mac_address' => 'Визуализиране на поле за MAC адрес в активите за този модел', 'view_deleted' => 'Преглед на изтритите', 'view_models' => 'Преглед на моделите', 'fieldset' => 'Полета', 'no_custom_field' => 'Няма потребителски полета', 'add_default_values' => 'Добавяне на стойности по подразбиране', -]; +); diff --git a/resources/lang/bg/admin/models/message.php b/resources/lang/bg/admin/models/message.php index 9ee1f47644..5315483d53 100644 --- a/resources/lang/bg/admin/models/message.php +++ b/resources/lang/bg/admin/models/message.php @@ -1,41 +1,42 @@ 'Моделът не съществува.', 'assoc_users' => 'Този модел е асоцииран с един или повече активи и не може да бъде изтрит. Моля изтрийте активите и опитайте отново.', - 'create' => [ + + 'create' => array( 'error' => 'Моделът не беше създаден. Моля опитайте отново.', 'success' => 'Моделът създаден успешно.', 'duplicate_set' => 'Актив с това име, производител и номер на модел вече е въведен.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Моделът не беше обновен. Моля опитайте отново.', - 'success' => 'Моделът обновен успешно.', - ], + 'success' => 'Моделът обновен успешно.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Желаете ли изтриване на модела?', 'error' => 'Проблем при изтриване на модела. Моля опитайте отново.', - 'success' => 'Моделът изтрит успешно.', - ], + 'success' => 'Моделът изтрит успешно.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Моделът не беше възстановен. Моля опитайте отново.', - 'success' => 'Моделът възстановен успешно.', - ], + 'success' => 'Моделът възстановен успешно.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Няма полета, който да са се променили, така че нищо не е осъвременено.', - 'success' => 'Моделите са осъвременени.', - ], + 'success' => 'Моделите са осъвременени.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Няма избрани модели, така че нищо не бе изтрито.', 'success' => ':success_count модела бяха изтрити!', - 'success_partial' => ':success_count модела бяха изтрити, но :fail_count не бяха, тъй като към тях има асоциирани активи.', - ], + 'success_partial' => ':success_count модела бяха изтрити, но :fail_count не бяха, тъй като към тях има асоциирани активи.' + ), -]; +); diff --git a/resources/lang/bg/admin/models/table.php b/resources/lang/bg/admin/models/table.php index 0dd2ae07d9..017c1635b9 100644 --- a/resources/lang/bg/admin/models/table.php +++ b/resources/lang/bg/admin/models/table.php @@ -1,6 +1,6 @@ 'Създаване на модел на актив', 'created_at' => 'Създаден в', @@ -14,4 +14,4 @@ return [ 'update' => 'Обновяване на модел на актив', 'clone' => 'Копиране на модел', 'edit' => 'Редакция на модел', -]; +); diff --git a/resources/lang/bg/admin/reports/general.php b/resources/lang/bg/admin/reports/general.php index 189f1b6766..14dd55a29c 100644 --- a/resources/lang/bg/admin/reports/general.php +++ b/resources/lang/bg/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Изберете опциите, които желаете за справката за активи.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/bg/admin/reports/message.php b/resources/lang/bg/admin/reports/message.php index 9c777833e3..ededaa0dea 100644 --- a/resources/lang/bg/admin/reports/message.php +++ b/resources/lang/bg/admin/reports/message.php @@ -1,5 +1,5 @@ 'Трябва да изберете поне една опция.', -]; +return array( + 'error' => 'Трябва да изберете поне една опция.' +); diff --git a/resources/lang/bg/admin/settings/general.php b/resources/lang/bg/admin/settings/general.php index 0e5beb99f2..5d5ab06335 100644 --- a/resources/lang/bg/admin/settings/general.php +++ b/resources/lang/bg/admin/settings/general.php @@ -1,30 +1,39 @@ 'Активна директория', 'ad_domain' => 'Домейн на активна директория', 'ad_domain_help' => 'Това е понякога еднакво с вашия email домейн, но не винаги.', 'ad_append_domain_label' => 'Добави името на домейна', 'ad_append_domain' => 'Добави името на домейна към потребителското име', - 'ad_append_domain_help' => 'От потребителя не се изисква да въвежда "username@domain.local", достатъчно е да напише само "username".' , + 'ad_append_domain_help' => 'От потребителя не се изисква да въвежда "username@domain.local", достатъчно е да напише само "username".', 'admin_cc_email' => 'CC електронна поща', 'admin_cc_email_help' => 'Въведете допълнителни електронни адреси, ако желаете да се изпраща копие на електронните пощи при вписване и изписване на активи.', 'is_ad' => 'Това е активна директория на сървър', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Изпращане на нотификации към', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Включване на известията', 'alert_interval' => 'Изтичаш праг на известия (в дни)', 'alert_inv_threshold' => 'Праг на известия за запаси', 'allow_user_skin' => 'Позволи потребителска тема', - 'allow_user_skin_help_text' => 'Поставянето на отметка тук, ще позволи на потребителя да ползва различна UI тема от основната.' , + 'allow_user_skin_help_text' => 'Поставянето на отметка тук, ще позволи на потребителя да ползва различна UI тема от основната.', 'asset_ids' => 'ID на активи', 'audit_interval' => 'Одитен интервал', 'audit_interval_help' => 'Ако се изисква редовно да извършвате физически одит на активите си, въведете интервала в месеци.', 'audit_warning_days' => 'Праг за предупреждение за одит', 'audit_warning_days_help' => 'Колко дни предварително трябва да ви предупреждаваме, когато активите са дължими за одит?', - 'auto_increment_assets' => 'Автоматично генериране на инвентарни номера на активите', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Префикс (незадължително)', - 'auto_incrementing_help' => 'Първо включете автоматично генериране на инвентарни номера, за да включите тази опция.', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Архивиране', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/bg/mail.php b/resources/lang/bg/mail.php index 37dcef87ad..5dd1927eb0 100644 --- a/resources/lang/bg/mail.php +++ b/resources/lang/bg/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Това е тест от Snipe-IT система за управление на активи. Ако сте получили това, email-а работи :)', 'the_following_item' => 'Следният артикул беше вписан:', 'low_inventory_alert' => 'Има :count артикул, който е под минималния праг за наличност или скоро ще се изчерпа.| Има :count артикула, които са под минималния праг за наличност или скоро ще се изчерпат.', - 'assets_warrantee_alert' => 'Има :count актив с гаранция, която ще изтече в следващите :threshold дни.|Има :count активa с гаранция, която ще изтече в следващите :threshold дни.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Има :count лиценз, който изтича в следващите :threshold дни.|Има :count лиценза, които изтичат в следващите :threshold дни.', 'to_reset' => 'За да нулирате вашата :web password, попълнете този формуляр:', 'type' => 'Вид', diff --git a/resources/lang/bg/pagination.php b/resources/lang/bg/pagination.php index ab4281cb85..d8d1c2028f 100644 --- a/resources/lang/bg/pagination.php +++ b/resources/lang/bg/pagination.php @@ -1,6 +1,6 @@ 'Следваща »', -]; +); diff --git a/resources/lang/bg/reminders.php b/resources/lang/bg/reminders.php index b0d8e0da4f..ef8cbc6a4b 100644 --- a/resources/lang/bg/reminders.php +++ b/resources/lang/bg/reminders.php @@ -1,6 +1,6 @@ 'Паролата трябва да бъде поне 6 символа и да съвпада с потвърждението.', + "password" => "Паролата трябва да бъде поне 6 символа и да съвпада с потвърждението.", - 'user' => 'Грешно потребителско име или имейл адрес', + "user" => "Грешно потребителско име или имейл адрес", - 'token' => 'Връзката за възстановяване на паролата е невалидна.', + "token" => "Връзката за възстановяване на паролата е невалидна.", - 'sent' => 'Ако е зададен email, на потребителя ще бъде изпратена връзка за възстановяване на паролата.', + "sent" => "Ако е зададен email, на потребителя ще бъде изпратена връзка за възстановяване на паролата.", -]; +); diff --git a/resources/lang/bg/table.php b/resources/lang/bg/table.php index 4430abb87e..8f4b409245 100644 --- a/resources/lang/bg/table.php +++ b/resources/lang/bg/table.php @@ -1,10 +1,10 @@ 'Действия', 'action' => 'Действие', 'by' => 'От', 'item' => 'Информация', -]; +); diff --git a/resources/lang/bg/validation.php b/resources/lang/bg/validation.php index b7aef454ca..dbaa8b28c9 100644 --- a/resources/lang/bg/validation.php +++ b/resources/lang/bg/validation.php @@ -1,6 +1,6 @@ ':attribute трябва да бъде минимум :min символа.', 'array' => 'Атрибутът: трябва да има поне: min елементи.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Избраният :attribute е невалиден.', 'numeric' => ':attribute трябва да бъде число.', 'present' => 'Полето на атрибута трябва да е налице.', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute вече е вписан.', 'uploaded' => 'Атрибутът: не успя да качи.', 'url' => 'Форматът на :attribute е невалиден.', - "unique_undeleted" => ":attribute трябва да бъде уникален.", - "non_circular" => ":attribute не трябва да създава препрадка към себе си.", + 'unique_undeleted' => ':attribute трябва да бъде уникален.', + 'non_circular' => ':attribute не трябва да създава препрадка към себе си.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Полето атрибут: съдържа знак, който не е разрешен.", - "email_array" => "Един или повече имейл адреси са невалидни.", - "hashed_pass" => "Текущата ви парола е неправилна", + 'alpha_space' => 'Полето атрибут: съдържа знак, който не е разрешен.', + 'email_array' => 'Един или повече имейл адреси са невалидни.', + 'hashed_pass' => 'Текущата ви парола е неправилна', 'dumbpwd' => 'Тази парола е твърде често срещана.', - "statuslabel_type" => "Трябва да изберете валиден тип етикет на състоянието", + 'statuslabel_type' => 'Трябва да изберете валиден тип етикет на състоянието', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/ca/admin/asset_maintenances/message.php b/resources/lang/ca/admin/asset_maintenances/message.php index d121115825..b44f618207 100644 --- a/resources/lang/ca/admin/asset_maintenances/message.php +++ b/resources/lang/ca/admin/asset_maintenances/message.php @@ -5,17 +5,17 @@ 'delete' => [ 'confirm' => 'Are you sure you wish to delete this asset maintenance?', 'error' => 'There was an issue deleting the asset maintenance. Please try again.', - 'success' => 'The asset maintenance was deleted successfully.' + 'success' => 'The asset maintenance was deleted successfully.', ], 'create' => [ 'error' => 'Asset Maintenance was not created, please try again.', - 'success' => 'Asset Maintenance created successfully.' + 'success' => 'Asset Maintenance created successfully.', ], 'edit' => [ 'error' => 'Asset Maintenance was not edited, please try again.', - 'success' => 'Asset Maintenance edited successfully.' + 'success' => 'Asset Maintenance edited successfully.', ], 'asset_maintenance_incomplete' => 'Not Completed Yet', 'warranty' => 'Warranty', 'not_warranty' => 'Not Warranty', - ]; \ No newline at end of file + ]; diff --git a/resources/lang/ca/admin/asset_maintenances/table.php b/resources/lang/ca/admin/asset_maintenances/table.php index f3a6be60f9..3ba895038d 100644 --- a/resources/lang/ca/admin/asset_maintenances/table.php +++ b/resources/lang/ca/admin/asset_maintenances/table.php @@ -4,5 +4,5 @@ 'title' => 'Asset Maintenance', 'asset_name' => 'Asset Name', 'is_warranty' => 'Warranty', - 'dl_csv' => 'Download CSV' + 'dl_csv' => 'Download CSV', ]; diff --git a/resources/lang/ca/admin/companies/general.php b/resources/lang/ca/admin/companies/general.php index 9d58ccb58e..37781012ba 100644 --- a/resources/lang/ca/admin/companies/general.php +++ b/resources/lang/ca/admin/companies/general.php @@ -1,4 +1,7 @@ 'Select Company', + 'about_companies' => 'About Companies', + 'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.', ]; diff --git a/resources/lang/ca/admin/companies/message.php b/resources/lang/ca/admin/companies/message.php index a6db573519..b44bdd4b85 100644 --- a/resources/lang/ca/admin/companies/message.php +++ b/resources/lang/ca/admin/companies/message.php @@ -1,18 +1,19 @@ 'Company does not exist.', 'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ', - 'create' => array( + 'create' => [ 'error' => 'Company was not created, please try again.', - 'success' => 'Company created successfully.' - ), - 'update' => array( + 'success' => 'Company created successfully.', + ], + 'update' => [ 'error' => 'Company was not updated, please try again', - 'success' => 'Company updated successfully.' - ), - 'delete' => array( + 'success' => 'Company updated successfully.', + ], + 'delete' => [ 'confirm' => 'Are you sure you wish to delete this company?', 'error' => 'There was an issue deleting the company. Please try again.', - 'success' => 'The Company was deleted successfully.' - ) -); + 'success' => 'The Company was deleted successfully.', + ], +]; diff --git a/resources/lang/ca/admin/custom_fields/general.php b/resources/lang/ca/admin/custom_fields/general.php index c8d2a70a71..8483c67c69 100644 --- a/resources/lang/ca/admin/custom_fields/general.php +++ b/resources/lang/ca/admin/custom_fields/general.php @@ -1,11 +1,12 @@ 'Custom Fields', + 'manage' => 'Manage', 'field' => 'Field', 'about_fieldsets_title' => 'About Fieldsets', - 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used used for specific asset model types.', - 'custom_format' => 'Custom regex format...', + 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.', + 'custom_format' => 'Custom Regex format...', 'encrypt_field' => 'Encrypt the value of this field in the database', 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.', 'encrypted' => 'Encrypted', @@ -26,7 +27,19 @@ return array( 'used_by_models' => 'Used By Models', 'order' => 'Order', 'create_fieldset' => 'New Fieldset', + 'create_fieldset_title' => 'Create a new fieldset', 'create_field' => 'New Custom Field', + 'create_field_title' => 'Create a new custom field', 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', 'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails.', -); + 'help_text' => 'Help Text', + 'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.', + 'about_custom_fields_title' => 'About Custom Fields', + 'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.', + 'add_field_to_fieldset' => 'Add Field to Fieldset', + 'make_optional' => 'Required - click to make optional', + 'make_required' => 'Optional - click to make required', + 'reorder' => 'Reorder', + 'db_field' => 'DB Field', + 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column
but should be :expected .'
+];
diff --git a/resources/lang/ca/admin/depreciations/general.php b/resources/lang/ca/admin/depreciations/general.php
index a5dec994c2..1a5666f9dc 100644
--- a/resources/lang/ca/admin/depreciations/general.php
+++ b/resources/lang/ca/admin/depreciations/general.php
@@ -1,13 +1,16 @@
'About Asset Depreciations',
'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
'asset_depreciations' => 'Asset Depreciations',
'create' => 'Create Depreciation',
'depreciation_name' => 'Depreciation Name',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Number of Months',
'update' => 'Update Depreciation',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
-);
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
+];
diff --git a/resources/lang/ca/admin/depreciations/table.php b/resources/lang/ca/admin/depreciations/table.php
index 5ba01d132c..256b10b92a 100644
--- a/resources/lang/ca/admin/depreciations/table.php
+++ b/resources/lang/ca/admin/depreciations/table.php
@@ -1,10 +1,11 @@
'ID',
'months' => 'Months',
'term' => 'Term',
'title' => 'Name ',
+ 'depreciation_min' => 'Floor Value',
-);
+];
diff --git a/resources/lang/ca/admin/groups/titles.php b/resources/lang/ca/admin/groups/titles.php
index 99e8cc1f6f..d875f190d7 100644
--- a/resources/lang/ca/admin/groups/titles.php
+++ b/resources/lang/ca/admin/groups/titles.php
@@ -1,6 +1,6 @@
'About Groups',
'about_groups' => 'Groups are used to generalize user permissions.',
'group_management' => 'Group Management',
@@ -10,5 +10,7 @@ return array(
'group_admin' => 'Group Admin',
'allow' => 'Allow',
'deny' => 'Deny',
-
-);
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
+];
diff --git a/resources/lang/ca/admin/hardware/form.php b/resources/lang/ca/admin/hardware/form.php
index 9b3ac32410..0c1a3167be 100644
--- a/resources/lang/ca/admin/hardware/form.php
+++ b/resources/lang/ca/admin/hardware/form.php
@@ -1,12 +1,12 @@
'Confirm Bulk Delete Assets',
+return [
+ 'bulk_delete' => 'Confirm Bulk Delete Assets',
'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.',
'bulk_delete_warn' => 'You are about to delete :asset_count assets.',
- 'bulk_update' => 'Bulk Update Assets',
- 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
- 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.',
+ 'bulk_update' => 'Bulk Update Assets',
+ 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
+ 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.',
'checkedout_to' => 'Checked Out To',
'checkout_date' => 'Checkout Date',
'checkin_date' => 'Checkin Date',
@@ -38,7 +38,12 @@ return array(
'tag' => 'Asset Tag',
'update' => 'Asset Update',
'warranty' => 'Warranty',
- 'warranty_expires' => 'Warranty Expires',
+ 'warranty_expires' => 'Warranty Expires',
'years' => 'years',
-)
-;
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
+];
diff --git a/resources/lang/ca/admin/hardware/general.php b/resources/lang/ca/admin/hardware/general.php
index af2be65fc6..1ac49efef1 100644
--- a/resources/lang/ca/admin/hardware/general.php
+++ b/resources/lang/ca/admin/hardware/general.php
@@ -1,9 +1,9 @@
'About Assets',
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
- 'archived' => 'Archived',
+ 'archived' => 'Archived',
'asset' => 'Asset',
'bulk_checkout' => 'Checkout Assets',
'checkin' => 'Checkin Asset',
@@ -15,8 +15,29 @@ return array(
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Requestable',
'requested' => 'Requested',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'View Asset',
-);
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' +]; diff --git a/resources/lang/ca/admin/hardware/message.php b/resources/lang/ca/admin/hardware/message.php index e087cad26f..8c8e323a73 100644 --- a/resources/lang/ca/admin/hardware/message.php +++ b/resources/lang/ca/admin/hardware/message.php @@ -1,83 +1,83 @@ 'Warning: This asset has been marked as currently undeployable. If this status has changed, please update the asset status.', 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', - 'create' => array( + 'create' => [ 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' - ), + 'success' => 'Asset created successfully. :)', + ], - 'update' => array( + 'update' => [ 'error' => 'Asset was not updated, please try again', 'success' => 'Asset updated successfully.', 'nothing_updated' => 'No fields were selected, so nothing was updated.', - ), + ], - 'restore' => array( + 'restore' => [ 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' - ), + 'success' => 'Asset restored successfully.', + ], - 'audit' => array( + 'audit' => [ 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' - ), + 'success' => 'Asset audit successfully logged.', + ], - 'deletefile' => array( + 'deletefile' => [ 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', - ), + ], - 'upload' => array( + 'upload' => [ 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', - ), + ], - 'import' => array( + 'import' => [ 'error' => 'Some items did not import correctly.', 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", - ), + 'success' => 'Your file has been imported', + 'file_delete_success' => 'Your file has been been successfully deleted', + 'file_delete_error' => 'The file was unable to be deleted', + ], - 'delete' => array( + 'delete' => [ 'confirm' => 'Are you sure you wish to delete this asset?', 'error' => 'There was an issue deleting the asset. Please try again.', 'nothing_updated' => 'No assets were selected, so nothing was deleted.', - 'success' => 'The asset was deleted successfully.' - ), + 'success' => 'The asset was deleted successfully.', + ], - 'checkout' => array( + 'checkout' => [ 'error' => 'Asset was not checked out, please try again', 'success' => 'Asset checked out successfully.', 'user_does_not_exist' => 'That user is invalid. Please try again.', 'not_available' => 'That asset is not available for checkout!', - 'no_assets_selected' => 'You must select at least one asset from the list' - ), + 'no_assets_selected' => 'You must select at least one asset from the list', + ], - 'checkin' => array( + 'checkin' => [ 'error' => 'Asset was not checked in, please try again', 'success' => 'Asset checked in successfully.', 'user_does_not_exist' => 'That user is invalid. Please try again.', 'already_checked_in' => 'That asset is already checked in.', - ), + ], - 'requests' => array( + 'requests' => [ 'error' => 'Asset was not requested, please try again', 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' - ) + 'canceled' => 'Checkout request successfully canceled', + ], -); +]; diff --git a/resources/lang/ca/admin/hardware/table.php b/resources/lang/ca/admin/hardware/table.php index 38788e1984..6166ba8045 100644 --- a/resources/lang/ca/admin/hardware/table.php +++ b/resources/lang/ca/admin/hardware/table.php @@ -1,13 +1,14 @@ 'Asset Tag', 'asset_model' => 'Model', - 'book_value' => 'Value', + 'book_value' => 'Current Value', 'change' => 'In/Out', 'checkout_date' => 'Checkout Date', 'checkoutto' => 'Checked Out', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Download CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return array( 'serial' => 'Serial', 'status' => 'Status', 'title' => 'Asset ', - 'image' => 'Device Image', + 'image' => 'Device Image', 'days_without_acceptance' => 'Days Without Acceptance', - 'monthly_depreciation' => 'Monthly Depreciation' - -); + 'monthly_depreciation' => 'Monthly Depreciation', + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', +]; diff --git a/resources/lang/ca/admin/kits/general.php b/resources/lang/ca/admin/kits/general.php index b4f2d90ae1..f724ecbf07 100644 --- a/resources/lang/ca/admin/kits/general.php +++ b/resources/lang/ca/admin/kits/general.php @@ -1,6 +1,6 @@ 'About Predefined Kits', 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.', 'checkout' => 'Checkout Kit ', @@ -13,5 +13,38 @@ return array( 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - -); + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', +]; diff --git a/resources/lang/ca/admin/locations/table.php b/resources/lang/ca/admin/locations/table.php index 1cbe540749..29edf0f565 100644 --- a/resources/lang/ca/admin/locations/table.php +++ b/resources/lang/ca/admin/locations/table.php @@ -1,6 +1,6 @@ 'About Locations', 'about_locations' => 'Locations are used to track location information for users, assets, and other items', 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. @@ -20,4 +20,21 @@ return array( 'parent' => 'Parent', 'currency' => 'Location Currency', 'ldap_ou' => 'LDAP Search OU', - ); + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/ca/admin/reports/general.php b/resources/lang/ca/admin/reports/general.php index b03b97546f..344d5c8743 100644 --- a/resources/lang/ca/admin/reports/general.php +++ b/resources/lang/ca/admin/reports/general.php @@ -1,5 +1,10 @@ 'Select the options you want for your asset report.' -); +return [ + 'info' => 'Select the options you want for your asset report.', + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/ca/admin/settings/general.php b/resources/lang/ca/admin/settings/general.php index fb268f39f0..3e7a60f89f 100644 --- a/resources/lang/ca/admin/settings/general.php +++ b/resources/lang/ca/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Active Directory domain', 'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.', 'ad_append_domain_label' => 'Append domain name', 'ad_append_domain' => 'Append domain name to username field', - 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".' , + 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".', 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'This is an Active Directory server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Send alerts to', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Email Alerts Enabled', 'alert_interval' => 'Expiring Alerts Threshold (in days)', 'alert_inv_threshold' => 'Inventory Alert Threshold', 'allow_user_skin' => 'Allow user skin', - 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' , + 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.', 'asset_ids' => 'Asset IDs', 'audit_interval' => 'Audit Interval', 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/ca/help.php b/resources/lang/ca/help.php index 4cb2354f89..ac0df59422 100644 --- a/resources/lang/ca/help.php +++ b/resources/lang/ca/help.php @@ -1,6 +1,6 @@ "More Info", + 'more_info_title' => 'More Info', - "audit_help" => "Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log. :db_column
but should be :expected .'
];
diff --git a/resources/lang/cs/admin/custom_fields/message.php b/resources/lang/cs/admin/custom_fields/message.php
index f19663b1c9..72a065acb4 100644
--- a/resources/lang/cs/admin/custom_fields/message.php
+++ b/resources/lang/cs/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Takové pole neexistuje.',
'already_added' => 'Takové pole již existuje',
- 'create' => [
+ 'create' => array(
'error' => 'Pole se nepodařilo přidat, pokuste se o to znovu.',
'success' => 'Pole se v pořádku vytvořilo.',
- 'assoc_success' => 'Pole se v pořádku přidalo do sady.',
- ],
+ 'assoc_success' => 'Pole se v pořádku přidalo do sady.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Pole se nepodařilo upravit, pokuste se o to znovu',
- 'success' => 'Pole v pořádku upraveno.',
- ],
+ 'success' => 'Pole v pořádku upraveno.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Opravdu si přejete odstranit toto pole?',
'error' => 'Nepodařilo se nám pole odstranit. Zkuste to prosím znovu.',
'success' => 'Pole bylo v pořádku odstraněno.',
'in_use' => 'Toto pole je stále používané.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset neexistuje',
- 'create' => [
+ 'create' => array(
'error' => 'Sadu se nám nepodařilo vytvořit, pokuste se o to znovu.',
- 'success' => 'Sada byla úspěšně vytvořena.',
- ],
+ 'success' => 'Sada byla úspěšně vytvořena.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Sadu se nám nepodařilo upravit, pokuste se o to znovu',
- 'success' => 'Sada byla v pořádku upravena.',
- ],
+ 'success' => 'Sada byla v pořádku upravena.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Opravdu si přejete odstranit celou tuto sadu?',
'error' => 'Nepodařilo se nám sadu odstranit. Zkuste to prosím znovu.',
'success' => 'Sada byla v pořádku odstraněna.',
'in_use' => 'Sada je stále užívána.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/cs/admin/departments/message.php b/resources/lang/cs/admin/departments/message.php
index edd653c0b8..c2f1f1452f 100644
--- a/resources/lang/cs/admin/departments/message.php
+++ b/resources/lang/cs/admin/departments/message.php
@@ -1,21 +1,21 @@
'Oddělení neexistuje.',
'assoc_users' => 'Toto oddělení je momentálně přiřazeno alespoň jednomu uživateli a nelze jej smazat. Aktualizujte své uživatele tak, aby již neodkázali na toto oddělení a zkuste to znovu.',
- 'create' => [
+ 'create' => array(
'error' => 'Oddělení nebylo vytvořeno, zkuste to prosím znovu.',
- 'success' => 'Oddělení bylo úspěšně vytvořeno.',
- ],
- 'update' => [
+ 'success' => 'Oddělení bylo úspěšně vytvořeno.'
+ ),
+ 'update' => array(
'error' => 'Oddělení nebylo aktualizováno, zkuste to prosím znovu',
- 'success' => 'Oddělení se úspěšně aktualizovalo.',
- ],
- 'delete' => [
+ 'success' => 'Oddělení se úspěšně aktualizovalo.'
+ ),
+ 'delete' => array(
'confirm' => 'Opravdu chcete smazat toto oddělení?',
'error' => 'Byl problém odstranit oddělení. Prosím zkuste to znovu.',
- 'success' => 'Oddělení bylo úspěšně smazáno.',
- ],
+ 'success' => 'Oddělení bylo úspěšně smazáno.'
+ )
-];
+);
diff --git a/resources/lang/cs/admin/departments/table.php b/resources/lang/cs/admin/departments/table.php
index c23c348bec..057b2eaf5c 100644
--- a/resources/lang/cs/admin/departments/table.php
+++ b/resources/lang/cs/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Název Oddělení',
@@ -8,4 +8,4 @@ return [
'location' => 'Umístění',
'create' => 'Vytvořit Oddělení',
'update' => 'Aktualizovat Oddělení',
- ];
+ );
diff --git a/resources/lang/cs/admin/depreciations/general.php b/resources/lang/cs/admin/depreciations/general.php
index 449088f921..cc1c3173be 100644
--- a/resources/lang/cs/admin/depreciations/general.php
+++ b/resources/lang/cs/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Amortizace majetku',
'create' => 'Vytvořit amortizaci',
'depreciation_name' => 'Jméno amortizace',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Počet měsíců',
'update' => 'Aktualizovat amortizaci',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/cs/admin/depreciations/message.php b/resources/lang/cs/admin/depreciations/message.php
index b435f3d17a..3981249497 100644
--- a/resources/lang/cs/admin/depreciations/message.php
+++ b/resources/lang/cs/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Amortizační skupina neexistuje.',
'assoc_users' => 'Tato amortizace je momentálně spojena s jedním nebo více modely a nemůže být smazáno. Prosím smažte tyto modely a pak to zkuste znovu. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Skupina amrotizace nebyla vytvořena, zkuste to znovu. :(',
- 'success' => 'Skupina amrotizace úspěšně vytvořena. :)',
- ],
+ 'success' => 'Skupina amrotizace úspěšně vytvořena. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Skupina amrotizace nebyla aktualizována, zkuste to znovu',
- 'success' => 'Skupina amrotizace úspěšně aktualizována.',
- ],
+ 'success' => 'Skupina amrotizace úspěšně aktualizována.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Opravdu chcete smazat tuto skupinu amrotizace?',
'error' => 'Vyskytl se problém při mazání skupiny amrotizace. Zkuste to znovu.',
- 'success' => 'Skupina amrotizace byla úspěšně smazána.',
- ],
+ 'success' => 'Skupina amrotizace byla úspěšně smazána.'
+ )
-];
+);
diff --git a/resources/lang/cs/admin/depreciations/table.php b/resources/lang/cs/admin/depreciations/table.php
index eb7a799fe7..85bbeae692 100644
--- a/resources/lang/cs/admin/depreciations/table.php
+++ b/resources/lang/cs/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Měsíců',
'term' => 'Podmínka',
'title' => 'Název ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/cs/admin/groups/message.php b/resources/lang/cs/admin/groups/message.php
index 796bcc69f1..08724d2bc5 100644
--- a/resources/lang/cs/admin/groups/message.php
+++ b/resources/lang/cs/admin/groups/message.php
@@ -1,22 +1,22 @@
'Skupina již existuje!',
'group_not_found' => 'Skupina [:id] neexistuje.',
'group_name_required' => 'Název je vyžadován',
- 'success' => [
+ 'success' => array(
'create' => 'Skupina byla úspěšně vytvořena.',
'update' => 'Skupina byla úspěšně upravena.',
'delete' => 'Skupina byla úspěšně odstraněna.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Určitě chcete odstranit tuto skupinu?',
'create' => 'Vyskytl se problém s vytvářením skupiny. Zkuste to znovu.',
'update' => 'Vyskytl se problém s aktualizací skupiny. Zkuste to znovu.',
'delete' => 'Vyskytl se problém se smazáním skupiny. Zkuste to znovu.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/cs/admin/groups/table.php b/resources/lang/cs/admin/groups/table.php
index 7326a64537..679f6d52ff 100644
--- a/resources/lang/cs/admin/groups/table.php
+++ b/resources/lang/cs/admin/groups/table.php
@@ -1,9 +1,9 @@
'ID',
'name' => 'Název',
'users' => '# z uživatelů',
-];
+);
diff --git a/resources/lang/cs/admin/groups/titles.php b/resources/lang/cs/admin/groups/titles.php
index 71a60341e3..e4e873934f 100644
--- a/resources/lang/cs/admin/groups/titles.php
+++ b/resources/lang/cs/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Správce skupiny',
'allow' => 'Povolit',
'deny' => 'Zakázat',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/cs/admin/hardware/form.php b/resources/lang/cs/admin/hardware/form.php
index 5c7a726abc..bbcff0a6ec 100644
--- a/resources/lang/cs/admin/hardware/form.php
+++ b/resources/lang/cs/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Záruka',
'warranty_expires' => 'Záruka končí',
'years' => 'roky',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/cs/admin/hardware/general.php b/resources/lang/cs/admin/hardware/general.php
index 6d1b8579a5..2754fd77eb 100644
--- a/resources/lang/cs/admin/hardware/general.php
+++ b/resources/lang/cs/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Lze vyžádat',
'requested' => 'Požadováno',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Obnovit zařízení',
'pending' => 'Čekající',
'undeployable' => 'Nepřiřaditelné',
'view' => 'Zobrazit majetek',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/cs/admin/hardware/message.php b/resources/lang/cs/admin/hardware/message.php index 77eddf7675..4314c9a483 100644 --- a/resources/lang/cs/admin/hardware/message.php +++ b/resources/lang/cs/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Varování: Toto zařízení bylo označeno jako momentálně nepřiřaditelné. Pokud se na jeho stavu něco změnilo, upravte jej.', 'does_not_exist' => 'Majetek nenalezen.', - 'does_not_exist_or_not_requestable' => 'Hezký pokus, ale majetek buď neexistuje, nebo není možné jej převzít.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Majetek je předán svému uživateli a nelze jej odstranit. Před odstraněním jej nejprve převezměte. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Audit aktiv byl úspěšně zaznamenáván.', ], + 'deletefile' => [ 'error' => 'Soubor se nesmazal, prosím zkuste to znovu.', 'success' => 'Soubor byl úspěšně smazán.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'Soubor nelze odstranit', ], + 'delete' => [ 'confirm' => 'Opravdu si přejete tento majetek odstranit?', 'error' => 'Nepodařilo se nám tento majetek odstranit. Zkuste to prosím znovu.', diff --git a/resources/lang/cs/admin/hardware/table.php b/resources/lang/cs/admin/hardware/table.php index fa9dd8093c..38ce9bbc88 100644 --- a/resources/lang/cs/admin/hardware/table.php +++ b/resources/lang/cs/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Označení majetku', 'asset_model' => 'Model', - 'book_value' => 'Hodnota', + 'book_value' => 'Current Value', 'change' => 'Příjem/Výdej', 'checkout_date' => 'Datum vydání', 'checkoutto' => 'Vydané', + 'current_value' => 'Current Value', 'diff' => 'Rozdíl', 'dl_csv' => 'Stáhnout CSV', 'eol' => 'Konec životnosti', @@ -18,8 +19,12 @@ return [ 'serial' => 'Sériové číslo', 'status' => 'Stav', 'title' => 'Majetek ', - 'image' => 'Obrázek zařízení', + 'image' => 'Obrázek zařízení', 'days_without_acceptance' => 'Dní bez schválení', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/cs/admin/kits/general.php b/resources/lang/cs/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/cs/admin/kits/general.php +++ b/resources/lang/cs/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/cs/admin/licenses/form.php b/resources/lang/cs/admin/licenses/form.php index 85e756856a..e3d9b9a084 100644 --- a/resources/lang/cs/admin/licenses/form.php +++ b/resources/lang/cs/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Majetek', 'checkin' => 'Příjem', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Registrováno na Email', 'to_name' => 'Registrace na jméno', 'update' => 'Úprava licence', - 'checkout_help' => 'Licence musí být přidělena majetku nebo uživateli. Pokud zvolíte obojí, uživatel zvoleného majetku musí souhlasit se zvoleným uživatelem.', -]; + 'checkout_help' => 'Licence musí být přidělena majetku nebo uživateli. Pokud zvolíte obojí, uživatel zvoleného majetku musí souhlasit se zvoleným uživatelem.' +); diff --git a/resources/lang/cs/admin/licenses/general.php b/resources/lang/cs/admin/licenses/general.php index 40c24f88f8..c2b56ec195 100644 --- a/resources/lang/cs/admin/licenses/general.php +++ b/resources/lang/cs/admin/licenses/general.php @@ -1,6 +1,6 @@ 'O licencích', 'about_licenses' => 'Licence jsou používány ke sledování softwaru. Mají stanovený počet uživatelských licencí, které mohou být přiděleny jednotlivcům', 'checkin' => 'Převzít jednu licenci', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Softwarové licence', 'user' => 'Uživatel', 'view' => 'Ukaž licenci', -]; +); diff --git a/resources/lang/cs/admin/licenses/message.php b/resources/lang/cs/admin/licenses/message.php index 20db101332..086fbaa9ae 100644 --- a/resources/lang/cs/admin/licenses/message.php +++ b/resources/lang/cs/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Licence neexistuje.', 'user_does_not_exist' => 'Uživatel neexistuje.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Musíte vybrat aktivum nebo uživatele, ale ne obojí.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Licence nebyla vytvořena, zkuste to prosím znovu.', - 'success' => 'Licence byla úspěšně vytvořena.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Licence nebyla vytvořena, zkuste to prosím znovu.', + 'success' => 'Licence byla úspěšně vytvořena.' + ), + + 'deletefile' => array( 'error' => 'Soubor se nepodařilo smazat. Prosím zkuste to znovu.', 'success' => 'Soubor byl úspěšně smazán.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Soubor(y) se nepodařilo nahrát. Prosím zkuste to znovu.', 'success' => 'Soubor(y) byly v pořádku nahrány.', 'nofiles' => 'K nahrání jste nevybrali žádný, nebo příliš velký soubor', 'invalidfiles' => 'Jeden nebo více označených souborů je příliš velkých nebo nejsou podporované. Povolenými příponami jsou png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, a lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Licence nebyla aktualizována, zkuste to prosím znovu', - 'success' => 'Licence byla úspěšně aktualizována.', - ], + 'success' => 'Licence byla úspěšně aktualizována.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Jste si jisti, že chcete odstranit tuto licenci?', 'error' => 'Vyskytl se problém při mazání licence. Zkuste to znovu prosím.', - 'success' => 'Licence byla úspěšně smazána.', - ], + 'success' => 'Licence byla úspěšně smazána.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Vyskytl se problém při výdeji licence. Zkuste to znovu prosím.', - 'success' => 'Licence byla úspěšně vydána', - ], + 'success' => 'Licence byla úspěšně vydána' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Vyskytl se problém při ověřování licence. Zkuste to znovu prosím.', - 'success' => 'Licence byla úspěšně zkontrolována', - ], + 'success' => 'Licence byla úspěšně zkontrolována' + ), -]; +); diff --git a/resources/lang/cs/admin/licenses/table.php b/resources/lang/cs/admin/licenses/table.php index b097714d98..ea0538d372 100644 --- a/resources/lang/cs/admin/licenses/table.php +++ b/resources/lang/cs/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Přiděleno', 'checkout' => 'Stav', @@ -14,4 +14,4 @@ return [ 'serial' => 'Sériové číslo', 'title' => 'Licence', -]; +); diff --git a/resources/lang/cs/admin/locations/message.php b/resources/lang/cs/admin/locations/message.php index 0777338857..55d776091d 100644 --- a/resources/lang/cs/admin/locations/message.php +++ b/resources/lang/cs/admin/locations/message.php @@ -1,26 +1,27 @@ 'Místo neexistuje.', 'assoc_users' => 'Toto umístění je spojeno s alespoň jedním uživatelem a nemůže být smazáno. Aktualizujte uživatele aby nenáleželi k tomuto umístění a zkuste to znovu. ', 'assoc_assets' => 'Toto umístění je spojeno s alespoň jedním majetkem a nemůže být smazáno. Aktualizujte majetky tak aby nenáleželi k tomuto umístění a zkuste to znovu. ', 'assoc_child_loc' => 'Toto umístění je nadřazené alespoň jednomu umístění a nelze jej smazat. Aktualizujte své umístění tak, aby na toto umístění již neodkazovalo a zkuste to znovu. ', - 'create' => [ + + 'create' => array( 'error' => 'Místo nebylo vytvořeno, zkuste to znovu prosím.', - 'success' => 'Místo bylo úspěšně vytvořeno.', - ], + 'success' => 'Místo bylo úspěšně vytvořeno.' + ), - 'update' => [ + 'update' => array( 'error' => 'Místo nebylo aktualizováno, zkuste to znovu prosím', - 'success' => 'Místo úspěšně aktualizováno.', - ], + 'success' => 'Místo úspěšně aktualizováno.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Opravdu si želáte vymazat tohle místo na trvalo?', 'error' => 'Vyskytl se problém při mazání místa. Zkuste to znovu prosím.', - 'success' => 'Místo bylo úspěšně smazáno.', - ], + 'success' => 'Místo bylo úspěšně smazáno.' + ) -]; +); diff --git a/resources/lang/cs/admin/locations/table.php b/resources/lang/cs/admin/locations/table.php index 79bbea3d70..ce33d11389 100644 --- a/resources/lang/cs/admin/locations/table.php +++ b/resources/lang/cs/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Nadřazené', 'currency' => 'Měna', 'ldap_ou' => 'LDAP Vyhledat OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/cs/admin/manufacturers/message.php b/resources/lang/cs/admin/manufacturers/message.php index 733442e302..be73b254ee 100644 --- a/resources/lang/cs/admin/manufacturers/message.php +++ b/resources/lang/cs/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Výrobce neexistuje.', 'assoc_users' => 'Tento výrobce je uveden minimálně u jednoho modelu a nemůže být smazán. Odstraňte výrobce z modelů a zkuste to znovu. ', - 'create' => [ + 'create' => array( 'error' => 'Výrobce nebyl vytvořen, zkuste to znovu.', - 'success' => 'Výrobce úspěšně vytvořen.', - ], + 'success' => 'Výrobce úspěšně vytvořen.' + ), - 'update' => [ + 'update' => array( 'error' => 'Výrobce nebyl vytvořen, zkuste to znovu', - 'success' => 'Výrobce úspěšně vytvořen.', - ], + 'success' => 'Výrobce úspěšně vytvořen.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Výrobce nebyl obnoven, zkuste to znovu', - 'success' => 'Výrobce úspěšně obnoven.', - ], + 'success' => 'Výrobce úspěšně obnoven.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Opravdu chcete smazat tohoto výrobce?', 'error' => 'Vyskytl se problém se smazáním výrobce. Zkuste to znovu.', - 'success' => 'Výrobce byl úspěšně smazán.', - ], + 'success' => 'Výrobce byl úspěšně smazán.' + ) -]; +); diff --git a/resources/lang/cs/admin/manufacturers/table.php b/resources/lang/cs/admin/manufacturers/table.php index fb38a817a9..4254e895a7 100644 --- a/resources/lang/cs/admin/manufacturers/table.php +++ b/resources/lang/cs/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'O výrobcích', 'about_manufacturers_text' => 'Výrobci jsou společnosti, které vytvářejí váš majetek. Zde můžete uložit důležitá kontaktní informace o podpoře, která se zobrazí na stránkách s podrobnostmi o majetku.', 'asset_manufacturers' => 'Výrobci', @@ -13,4 +13,4 @@ return [ 'update' => 'Upravit Výrobce', 'url' => 'URL', -]; +); diff --git a/resources/lang/cs/admin/models/general.php b/resources/lang/cs/admin/models/general.php index 71748aa810..04ac152826 100644 --- a/resources/lang/cs/admin/models/general.php +++ b/resources/lang/cs/admin/models/general.php @@ -1,6 +1,6 @@ 'O modelech majetku', 'about_models_text' => 'Modely majetku jsou způsoby seskupení shodných majetků. "MBP 2013", "iPhone 6s" atd.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Chystáte se smazat :model_count asset models.', 'restore' => 'Obnovení Modelu', 'requestable' => 'Uživatelé můžou požádat o tento model', - 'show_mac_address' => 'Zobrazovat pole MAC adresa u zařízení tohoto druhu', + 'show_mac_address' => 'Zobrazovat pole MAC adresa u zařízení tohoto druhu', 'view_deleted' => 'Zobrazit smazané', 'view_models' => 'Zobrazit Modely', 'fieldset' => 'Sada polí', 'no_custom_field' => 'Bez vlastních polí', 'add_default_values' => 'Přidat výchozí hodnoty', -]; +); diff --git a/resources/lang/cs/admin/models/message.php b/resources/lang/cs/admin/models/message.php index 655ddaccdc..421bf5625e 100644 --- a/resources/lang/cs/admin/models/message.php +++ b/resources/lang/cs/admin/models/message.php @@ -1,41 +1,42 @@ 'Model neexistuje.', 'assoc_users' => 'Tento model je spojen s alespoň jedním majetkem a nemůže být smazán. Prosím smažte tyto majetky a pak to zkuste znovu. ', - 'create' => [ + + 'create' => array( 'error' => 'Model nebyl vytvořen, zkuste to znovu.', 'success' => 'Model byl úspěšně vytvořen.', 'duplicate_set' => 'Model majetku s tímto názvem, výrobcem a číslem modelu již existuje.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model nebyl aktualizován, zkuste to prosím znovu', - 'success' => 'Model byl úspěšně aktualizován.', - ], + 'success' => 'Model byl úspěšně aktualizován.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Opravdu si přejete tento model majetku odstranit?', 'error' => 'Vyskytl se problém se smazáním modelu. Zkuste to znovu.', - 'success' => 'Model byl úspěšně smazán.', - ], + 'success' => 'Model byl úspěšně smazán.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Model nebyl obnoven, zkuste to prosím znovu', - 'success' => 'Model byl úspěšně obnoven.', - ], + 'success' => 'Model byl úspěšně obnoven.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Žádné pole nebyly změněny, takže nic nebylo aktualizováno.', - 'success' => 'Modely byly aktualizovány.', - ], + 'success' => 'Modely byly aktualizovány.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Nebyly vybrány žádné modely, takže nebylo nic smazáno.', 'success' => ':success_count modelů smazáno!', - 'success_partial' => ':success_count modelů smazáno, ale :fail_count nebylo možné smazat protože pořád mají přiřazený majetek.', - ], + 'success_partial' => ':success_count modelů smazáno, ale :fail_count nebylo možné smazat protože pořád mají přiřazený majetek.' + ), -]; +); diff --git a/resources/lang/cs/admin/models/table.php b/resources/lang/cs/admin/models/table.php index 7548d57ee2..93a38bf48c 100644 --- a/resources/lang/cs/admin/models/table.php +++ b/resources/lang/cs/admin/models/table.php @@ -1,6 +1,6 @@ 'Vytvořit vzor majetku', 'created_at' => 'Vytvořeno', @@ -14,4 +14,4 @@ return [ 'update' => 'Upravit vzor majetku', 'clone' => 'Kopíruj modelovou řadu', 'edit' => 'Edituj model', -]; +); diff --git a/resources/lang/cs/admin/reports/general.php b/resources/lang/cs/admin/reports/general.php index ddfc4f9827..762ef343de 100644 --- a/resources/lang/cs/admin/reports/general.php +++ b/resources/lang/cs/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Zvolte možnosti zprávy o majetku.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/cs/admin/reports/message.php b/resources/lang/cs/admin/reports/message.php index 3c2485d7cd..6457338c1f 100644 --- a/resources/lang/cs/admin/reports/message.php +++ b/resources/lang/cs/admin/reports/message.php @@ -1,5 +1,5 @@ 'Musíte vybrat alespoň jednu možnost.', -]; +return array( + 'error' => 'Musíte vybrat alespoň jednu možnost.' +); diff --git a/resources/lang/cs/admin/settings/general.php b/resources/lang/cs/admin/settings/general.php index 170fe43732..3cb7e7a0bb 100644 --- a/resources/lang/cs/admin/settings/general.php +++ b/resources/lang/cs/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Doména služby Active Directory', 'ad_domain_help' => 'Toto je někdy stejné jako vaše emailová doména, ale ne vždy.', 'ad_append_domain_label' => 'Append domain name', 'ad_append_domain' => 'Append domain name to username field', - 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".' , + 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".', 'admin_cc_email' => 'Ve skryté kopii', 'admin_cc_email_help' => 'Chcete-li poslat kopii e-mailů pro check-in / checkout, které jsou uživatelům zaslány na další e-mailový účet, zadejte je zde. V opačném případě nechte toto pole prázdné.', 'is_ad' => 'Toto je server služby Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Zasílat upozornění na', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Upozornění zapnutá', 'alert_interval' => 'Mez upozornění na vypršení (ve dnech)', 'alert_inv_threshold' => 'Mez upozornění skladu', 'allow_user_skin' => 'Povolit vzhled uživatele', - 'allow_user_skin_help_text' => 'Zaškrtnutí tohoto políčka umožní uživateli přepsat vzhled uživatelského rozhraní jiným.' , + 'allow_user_skin_help_text' => 'Zaškrtnutí tohoto políčka umožní uživateli přepsat vzhled uživatelského rozhraní jiným.', 'asset_ids' => 'ID majetku', 'audit_interval' => 'Interval auditu', 'audit_interval_help' => 'Pokud budete muset pravidelně fyzicky kontrolovat svůj majetek, zadejte interval v měsících.', 'audit_warning_days' => 'Prah výstrahy auditu', 'audit_warning_days_help' => 'Kolik dní předem bychom vás měli varovat, když jsou aktiva splatná pro audit?', - 'auto_increment_assets' => 'Vygenerovat zvyšující se ID majetku', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Předpona (volitnelná)', - 'auto_incrementing_help' => 'Nastavte nejdříve automaticky se zvyšující ID majetku pro nastavení tohoto', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Zálohy', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/cs/mail.php b/resources/lang/cs/mail.php index c0b43e2677..ed99fbe6c9 100644 --- a/resources/lang/cs/mail.php +++ b/resources/lang/cs/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Toto je test ze systému Snipe-IT Asset Management System. Pokud jste ho dostali, email funguje :)', 'the_following_item' => 'Následující položka byla převzata: ', 'low_inventory_alert' => 'Je zde :count položka která je pod minimálním stavem nebo brzy bude.|Jsou zde :count položky které jsou pod minimálním stavem nebo brzy budou.', - 'assets_warrantee_alert' => 'Je zde :count majetek se zárukou končící v následujících :threshold dnech.|Jsou zde :count majetky se zárukou končící v následujících :threshold dnech.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Je zde :count licence, které končí platnost v příštích :threshold dnech.|Jsou zde :count licence, kterým končí platnost v příštích :threshold dnech.', 'to_reset' => 'Pro resetování vašeho hesla vyplňte tento formulář:', 'type' => 'Typ', diff --git a/resources/lang/cs/pagination.php b/resources/lang/cs/pagination.php index d0051fae48..cde6554830 100644 --- a/resources/lang/cs/pagination.php +++ b/resources/lang/cs/pagination.php @@ -1,6 +1,6 @@ 'Další »', -]; +); diff --git a/resources/lang/cs/reminders.php b/resources/lang/cs/reminders.php index b0b54d3021..eb0594e2e4 100644 --- a/resources/lang/cs/reminders.php +++ b/resources/lang/cs/reminders.php @@ -1,6 +1,6 @@ 'Heslo musí mít šest znaků a schodovat se s potvrzujícím heslem.', + "password" => "Heslo musí mít šest znaků a schodovat se s potvrzujícím heslem.", - 'user' => 'Uživatelské jméno nebo email je chybný', + "user" => "Uživatelské jméno nebo email je chybný", - 'token' => 'Tento token pro reset hesla je neplatný.', + "token" => "Tento token pro reset hesla je neplatný.", - 'sent' => 'Pokud byl email nalezen, tak bylo heslo zasláno!', + "sent" => "Pokud byl email nalezen, tak bylo heslo zasláno!", -]; +); diff --git a/resources/lang/cs/table.php b/resources/lang/cs/table.php index eb0134bd1a..3ab875403a 100644 --- a/resources/lang/cs/table.php +++ b/resources/lang/cs/table.php @@ -1,10 +1,10 @@ 'Akce', 'action' => 'Akce', 'by' => 'Vytvořil', 'item' => 'Položka', -]; +); diff --git a/resources/lang/cs/validation.php b/resources/lang/cs/validation.php index 685e0a56fb..e7c22001da 100644 --- a/resources/lang/cs/validation.php +++ b/resources/lang/cs/validation.php @@ -1,6 +1,6 @@ ':attribute musí mít minimálně :min znaků.', 'array' => 'Atribut musí mít alespoň: min položky.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Zvolený :attribute je neplatný.', 'numeric' => ':attribute musí být číslo.', 'present' => 'Pole atributu musí být přítomno.', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute byl již vybrán.', 'uploaded' => 'Atribut: se nepodařilo nahrát.', 'url' => 'Formát :attribute je neplatný.', - "unique_undeleted" => "Je třeba, aby se :attribute neopakoval.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'Je třeba, aby se :attribute neopakoval.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Pole atributu: atribut obsahuje znak, který není povolen.", - "email_array" => "Jedna nebo více e-mailových adres je neplatná.", - "hashed_pass" => "Vaše současné heslo je nesprávné", + 'alpha_space' => 'Pole atributu: atribut obsahuje znak, který není povolen.', + 'email_array' => 'Jedna nebo více e-mailových adres je neplatná.', + 'hashed_pass' => 'Vaše současné heslo je nesprávné', 'dumbpwd' => 'Toto heslo je příliš běžné.', - "statuslabel_type" => "Musíte vybrat platný typ štítku stavu", + 'statuslabel_type' => 'Musíte vybrat platný typ štítku stavu', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/cy/admin/accessories/general.php b/resources/lang/cy/admin/accessories/general.php index 4fcd47a8a1..c89cfa68e6 100644 --- a/resources/lang/cy/admin/accessories/general.php +++ b/resources/lang/cy/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Categori Ategolyn', 'accessory_name' => 'Enw Ategolyn', 'checkout' => 'Cofnodi ategolyn allan', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Defnyddio\'r prif CTDT diofyn yn lle.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/cy/admin/custom_fields/message.php b/resources/lang/cy/admin/custom_fields/message.php
index 728bdd68eb..b2f2ed6fb5 100644
--- a/resources/lang/cy/admin/custom_fields/message.php
+++ b/resources/lang/cy/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Nid yw\'r maes yn bodoli.',
'already_added' => 'Maes eisoes yn bodoli',
- 'create' => [
+ 'create' => array(
'error' => 'Ni crewyd y maes, ceisiwch eto o. g. y. dd.',
'success' => 'Maes wedi creu yn llwyddiannus.',
- 'assoc_success' => 'Maes wedi ychwanegu\'n llwyddiannus ir set maes.',
- ],
+ 'assoc_success' => 'Maes wedi ychwanegu\'n llwyddiannus ir set maes.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Ni diweddarwyd y maes, ceisiwch eto o. g. y. dd',
- 'success' => 'Maes wedi diweddaru\'n llwyddiannus.',
- ],
+ 'success' => 'Maes wedi diweddaru\'n llwyddiannus.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r maes yma?',
'error' => 'Nid oedd yn bosib dileu\'r maes. Ceisiwch eto o. g. y. dd.',
'success' => 'Maes wedi dileu\'n llwyddiannus.',
'in_use' => 'Maes mewn defnydd.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Nid yw\'r set maes yn bodoli',
- 'create' => [
+ 'create' => array(
'error' => 'Ni crewyd y set maes, ceisiwch eto o. g. y. dd.',
- 'success' => 'Set maes wedi creu yn llwyddiannus.',
- ],
+ 'success' => 'Set maes wedi creu yn llwyddiannus.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Ni diweddarwyd y set maes, ceisiwch eto o. g. y. dd',
- 'success' => 'Set maes wedi diweddaru\'n llwyddiannus.',
- ],
+ 'success' => 'Set maes wedi diweddaru\'n llwyddiannus.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r set maes yma?',
'error' => 'Nid oedd yn bosib dileu\'r set maes. Ceisiwch eto o. g. y. dd.',
'success' => 'Set maes wedi dileu\'n llwyddiannus.',
'in_use' => 'Set maes mewn defnydd.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/cy/admin/departments/message.php b/resources/lang/cy/admin/departments/message.php
index 73dc5f2e36..2da6466ee0 100644
--- a/resources/lang/cy/admin/departments/message.php
+++ b/resources/lang/cy/admin/departments/message.php
@@ -1,21 +1,21 @@
'Nid yw\'r adran yn bodoli.',
'assoc_users' => 'Mae\'r adran yma wedi perthnasu i oleiaf un defnyddiwr a nid yw\'n bosib dileu. Diweddarwch eich defnyddwyr i beidio cyfeirio at yr adran yma ac yna ceisiwch eto. ',
- 'create' => [
+ 'create' => array(
'error' => 'Ni crewyd yr adran, ceisiwch eto o. g. y. dd.',
- 'success' => 'Adran wedi creu yn llwyddiannus.',
- ],
- 'update' => [
+ 'success' => 'Adran wedi creu yn llwyddiannus.'
+ ),
+ 'update' => array(
'error' => 'Ni diweddarwyd yr adran, ceisiwch eto o. g. y. dd',
- 'success' => 'Adran wedi diweddaru\'n llwyddiannus.',
- ],
- 'delete' => [
+ 'success' => 'Adran wedi diweddaru\'n llwyddiannus.'
+ ),
+ 'delete' => array(
'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r adran yma?',
'error' => 'Nid oedd yn bosib dileu\'r adran. Ceisiwch eto o. g. y. dd.',
- 'success' => 'Adran wedi dileu\'n llwyddiannus.',
- ],
+ 'success' => 'Adran wedi dileu\'n llwyddiannus.'
+ )
-];
+);
diff --git a/resources/lang/cy/admin/departments/table.php b/resources/lang/cy/admin/departments/table.php
index 6467161076..4ad726d2c3 100644
--- a/resources/lang/cy/admin/departments/table.php
+++ b/resources/lang/cy/admin/departments/table.php
@@ -1,6 +1,6 @@
'Rhif Unigryw',
'name' => 'Enw Adran',
@@ -8,4 +8,4 @@ return [
'location' => 'Lleoliad',
'create' => 'Creu Adran',
'update' => 'Diweddaru Adran',
- ];
+ );
diff --git a/resources/lang/cy/admin/depreciations/general.php b/resources/lang/cy/admin/depreciations/general.php
index d676e6cec6..4a78177cca 100644
--- a/resources/lang/cy/admin/depreciations/general.php
+++ b/resources/lang/cy/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Dibrisiant Asedau',
'create' => 'Creu Dibrisiant',
'depreciation_name' => 'Enw Dibrisiant',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Nifer o Fisoedd',
'update' => 'Diweddaru Dibrisiant',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/cy/admin/depreciations/message.php b/resources/lang/cy/admin/depreciations/message.php
index cf2ad109a7..89ee67191e 100644
--- a/resources/lang/cy/admin/depreciations/message.php
+++ b/resources/lang/cy/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Nid yw\'r dosbarth yma o dibrsiant yn bodoli.',
'assoc_users' => 'Mae\'r dibrisiantyma wedi perthnasu hefo un neu mwy o modelau a nid oes modd i\'w dileu. Fydd rhaid dileu\'r modelau ac yna trio eto. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Ni crewyd y dosbarth dibrisiant, ceisiwch eto o. g. y. dd. :(',
- 'success' => 'Dosbarth dibrisiant wedi\'i creu yn llwyddiannus. :)',
- ],
+ 'success' => 'Dosbarth dibrisiant wedi\'i creu yn llwyddiannus. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Ni diweddarwyd y dosbarth dibrisiant, ceisiwch eto o. g. y. dd',
- 'success' => 'Dosbarth dibrisiant wedi\'i diweddaru yn llwyddiannus.',
- ],
+ 'success' => 'Dosbarth dibrisiant wedi\'i diweddaru yn llwyddiannus.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r dosbarth dibrisiant yma?',
'error' => 'Nid oedd yn bosib dileu\'r dosbarth dibrisiant. Ceisiwch eto o. g. y. dd.',
- 'success' => 'Dosbarth dibrisiant wedi\'i dileu yn llwyddiannus.',
- ],
+ 'success' => 'Dosbarth dibrisiant wedi\'i dileu yn llwyddiannus.'
+ )
-];
+);
diff --git a/resources/lang/cy/admin/depreciations/table.php b/resources/lang/cy/admin/depreciations/table.php
index f19c2bb047..64046ec61a 100644
--- a/resources/lang/cy/admin/depreciations/table.php
+++ b/resources/lang/cy/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Misoedd',
'term' => 'Cyfnod',
'title' => 'Enw ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/cy/admin/groups/message.php b/resources/lang/cy/admin/groups/message.php
index 53f5e6b6aa..e0ee41d447 100644
--- a/resources/lang/cy/admin/groups/message.php
+++ b/resources/lang/cy/admin/groups/message.php
@@ -1,22 +1,22 @@
'Grwp yn bodoli yn barod!',
'group_not_found' => 'Nid yw grwp [:id] yn bodoli.',
'group_name_required' => 'Mae angen llenwi\'r maes enw',
- 'success' => [
+ 'success' => array(
'create' => 'Wedi llwyddo i creu\'r grwp.',
'update' => 'Wedi llwyddo i diweddaru\'r grwp.',
'delete' => 'Wedi llwyddo i dileu\'r grwp.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r grwp yma?',
'create' => 'Roedd problem wrth ceisio creu\'r grwp. Ceisiwch eto o. g. y. dd.',
'update' => 'Roedd problem wrth ceisio diweddaru\'r grwp. Ceisiwch eto o. g. y. dd.',
'delete' => 'Roedd problem wrth ceisio dileu\'r grwp. Ceisiwch eto o. g. y. dd.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/cy/admin/groups/table.php b/resources/lang/cy/admin/groups/table.php
index 039a11f02c..120d4e53cc 100644
--- a/resources/lang/cy/admin/groups/table.php
+++ b/resources/lang/cy/admin/groups/table.php
@@ -1,9 +1,9 @@
'Rhif Unigryw',
'name' => 'Enw',
'users' => '# o defnyddwyr',
-];
+);
diff --git a/resources/lang/cy/admin/groups/titles.php b/resources/lang/cy/admin/groups/titles.php
index f1ecc856e4..4a3ae3f04b 100644
--- a/resources/lang/cy/admin/groups/titles.php
+++ b/resources/lang/cy/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Gweinyddwr Grwp',
'allow' => 'Caniatau',
'deny' => 'Gwrthod',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/cy/admin/hardware/form.php b/resources/lang/cy/admin/hardware/form.php
index b3ea39d393..4084e0e231 100644
--- a/resources/lang/cy/admin/hardware/form.php
+++ b/resources/lang/cy/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Warant',
'warranty_expires' => 'Warrant yn dod I ben',
'years' => 'blynyddoedd',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/cy/admin/hardware/general.php b/resources/lang/cy/admin/hardware/general.php
index 077b5727d5..df8bf55b0e 100644
--- a/resources/lang/cy/admin/hardware/general.php
+++ b/resources/lang/cy/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Ar gael',
'requested' => 'Gofynnwyd amdano',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Adfer Ased',
'pending' => 'Yn disgwl',
'undeployable' => 'Dim ar gael',
'view' => 'Gweld Ased',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/cy/admin/hardware/message.php b/resources/lang/cy/admin/hardware/message.php index 99ee05e7a3..5b3cda8bb4 100644 --- a/resources/lang/cy/admin/hardware/message.php +++ b/resources/lang/cy/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => ' Rhybudd: Mae\'r ased hwn wedi\'i nodi fel un na ellir ei ddefnyddio ar hyn o bryd. Os yw\'r statws hwn wedi newid, diweddarwch statws yr ased.', 'does_not_exist' => 'Nid yw\'r ased yn bodoli.', - 'does_not_exist_or_not_requestable' => 'Ymdrech da. Nid yw\'r ased yma yn bodoli neu ar gael.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Ar hyn o bryd mae\'r ased yma allan gan ddefnyddiwr ac ni ellir ei ddileu. Cofnodwch yr ased yn ol i fewn yn gyntaf, ac yna ceisiwch ei ddileu eto. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Cofnodwyd archwiliad asedau yn llwyddiannus.', ], + 'deletefile' => [ 'error' => 'Ffeil heb ei ddileu. Ceisiwch eto o.g.y.dd.', 'success' => 'Ffeil wedi dileu yn llwyddiannus.', @@ -44,11 +45,12 @@ return [ 'import' => [ 'error' => 'Rhai eitemau heb ei mewnforio\'n gywir.', 'errorDetail' => 'Ni fewnforiwyd yr eitemau canlynol oherwydd gwallau.', - 'success' => "Mae'ch ffeil wedi'i mewnforio", - 'file_delete_success' => "Mae eich ffeil wedi'i dileu yn llwyddiannus", - 'file_delete_error' => "Nid oedd yn bosib dileu'r ffeil", + 'success' => 'Mae\'ch ffeil wedi\'i mewnforio', + 'file_delete_success' => 'Mae eich ffeil wedi\'i dileu yn llwyddiannus', + 'file_delete_error' => 'Nid oedd yn bosib dileu\'r ffeil', ], + 'delete' => [ 'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r ased yma?', 'error' => 'Roedd problem wrth ceisio dileu\'r ased. Ceisiwch eto o. g. y. dd.', diff --git a/resources/lang/cy/admin/hardware/table.php b/resources/lang/cy/admin/hardware/table.php index 44f3b324ba..c5174d306e 100644 --- a/resources/lang/cy/admin/hardware/table.php +++ b/resources/lang/cy/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Rhif Ased (tag)', 'asset_model' => 'Model', - 'book_value' => 'Gwerth', + 'book_value' => 'Current Value', 'change' => 'Mewn/Allan', 'checkout_date' => 'Dyddiad Allan', 'checkoutto' => 'Allan', + 'current_value' => 'Current Value', 'diff' => 'Gwahaniaeth', 'dl_csv' => 'Lawrlwytho CSV', 'eol' => 'DB', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serial', 'status' => 'Statws', 'title' => 'Ased ', - 'image' => 'Delwedd Dyfais', + 'image' => 'Delwedd Dyfais', 'days_without_acceptance' => 'Diwrnodau Heb Derbyn', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/cy/admin/kits/general.php b/resources/lang/cy/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/cy/admin/kits/general.php +++ b/resources/lang/cy/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/cy/admin/licenses/form.php b/resources/lang/cy/admin/licenses/form.php index 7fc5e41b16..5cec85c6f0 100644 --- a/resources/lang/cy/admin/licenses/form.php +++ b/resources/lang/cy/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Ased', 'checkin' => 'Nodi i mewn', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Ebost wedi trwyddedu', 'to_name' => 'Enw wedi trwyddedu', 'update' => 'Diweddaru Trwydded', - 'checkout_help' => 'Fedrwch nodi trwydded allan yn erbyn ased neu person. Fedrwch dewis y ddau ond rhaid i\'r person cydfynd hefo perchenog yr ased.', -]; + 'checkout_help' => 'Fedrwch nodi trwydded allan yn erbyn ased neu person. Fedrwch dewis y ddau ond rhaid i\'r person cydfynd hefo perchenog yr ased.' +); diff --git a/resources/lang/cy/admin/licenses/general.php b/resources/lang/cy/admin/licenses/general.php index 69a07d9fd5..188dc06251 100644 --- a/resources/lang/cy/admin/licenses/general.php +++ b/resources/lang/cy/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Amdan trwyddedau', 'about_licenses' => 'Mae trwyddedau yn tracio feddalwedd. May yna nifer o seddi fedrwch nodi yn erbyn unigolion', 'checkin' => 'Nodi sedd trwydded i fewn', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Trwyddedau Meddalwedd', 'user' => 'Defnyddiwr', 'view' => 'Gweld Trwydded', -]; +); diff --git a/resources/lang/cy/admin/licenses/message.php b/resources/lang/cy/admin/licenses/message.php index 470bafa041..d9862b0371 100644 --- a/resources/lang/cy/admin/licenses/message.php +++ b/resources/lang/cy/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Nid yw\'r trwydded yn bodoli.', 'user_does_not_exist' => 'Nid yw\'r defnyddiwr yn bodoli.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Rhaid i chi ddewis ased neu defnyddiwr ond nid y ddau.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Ni crewyd y trwydded, ceisiwch eto o. g. y. dd.', - 'success' => 'Trwydded wedi creu yn llwyddiannus.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Ni crewyd y trwydded, ceisiwch eto o. g. y. dd.', + 'success' => 'Trwydded wedi creu yn llwyddiannus.' + ), + + 'deletefile' => array( 'error' => 'Ffeil heb ei ddileu. Ceisiwch eto o. g. y. dd.', 'success' => 'Ffeil wedi dileu yn llwyddiannus.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Ffeil(iau) heb ei uwchlwytho. Ceisiwch eto o. g. y. dd.', 'success' => 'Ffeil(iau) wedi uwchlwytho yn llwyddiannus.', 'nofiles' => 'Ni wnaethoch chi ddewis unrhyw ffeiliau i\'w uwchlwytho, neu mae\'r ffeil rydych chi\'n ceisio ei huwchlwytho yn rhy fawr', 'invalidfiles' => 'Mae un neu mwy o\'r ffeiliau unai yn rhy fawr neu ddim y math cywir. Derbynir png, gif, fjp, doc, docx, pdf a txt.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Ni diweddarwyd y trwydded, ceisiwch eto o. g. y. dd', - 'success' => 'Trwydded wedi diweddaru\'n llwyddiannus.', - ], + 'success' => 'Trwydded wedi diweddaru\'n llwyddiannus.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r trwydded yma?', 'error' => 'Nid oedd yn bosib dileu\'r trwydded. Ceisiwch eto o. g. y. dd.', - 'success' => 'Trwydded wedi dileu yn llwyddiannus.', - ], + 'success' => 'Trwydded wedi dileu yn llwyddiannus.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Nid oedd yn bosib nodi\'r trwydded allan. Ceisiwch eto o. g. y. dd.', - 'success' => 'Trwydded wedi nodi allan yn llwyddiannus', - ], + 'success' => 'Trwydded wedi nodi allan yn llwyddiannus' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Nid oedd yn bosib nodi\'r trwydded i mewn. Ceisiwch eto o. g. y. dd.', - 'success' => 'Trwydded wedi nodi i fewn yn llwyddiannus', - ], + 'success' => 'Trwydded wedi nodi i fewn yn llwyddiannus' + ), -]; +); diff --git a/resources/lang/cy/admin/licenses/table.php b/resources/lang/cy/admin/licenses/table.php index 472e842a45..07166b8f64 100644 --- a/resources/lang/cy/admin/licenses/table.php +++ b/resources/lang/cy/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Wedi Neilltuo i', 'checkout' => 'Mewn/Allan', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serial', 'title' => 'Trwydded', -]; +); diff --git a/resources/lang/cy/admin/locations/message.php b/resources/lang/cy/admin/locations/message.php index 381b8c017c..5db2381d6a 100644 --- a/resources/lang/cy/admin/locations/message.php +++ b/resources/lang/cy/admin/locations/message.php @@ -1,26 +1,27 @@ 'Nid yw\'r lleoliad yn bodoli.', 'assoc_users' => 'Mae\'r lleoliad yma wedi perthnasu i oleiaf un defnyddiwr a nid yw\'n bosib dileu. Diweddarwch eich defnyddwyr i beidio cyfeirio at y lleoliad yma ac yna ceisiwch eto. ', 'assoc_assets' => 'Mae\'r lleoliad yma wedi perthnasu i oleiaf un ased a nid yw\'n bosib dileu. Diweddarwch eich asedau i beidio cyfeirio at y lleoliad yma ac yna ceisiwch eto. ', 'assoc_child_loc' => 'Mae\'r lleoliad yma yn rhiant i oleiaf un lleoliad a nid yw\'n bosib dileu. Diweddarwch eich lleoliadau i beidio cyfeirio at y lleoliad yma ac yna ceisiwch eto. ', - 'create' => [ + + 'create' => array( 'error' => 'Ni crewyd y lleoliad, ceisiwch eto o.g.y.dd.', - 'success' => 'Lleoliad wedi creu yn llwyddiannus.', - ], + 'success' => 'Lleoliad wedi creu yn llwyddiannus.' + ), - 'update' => [ + 'update' => array( 'error' => 'Ni diweddarwyd y lleoliad, ceisiwch eto o.g.y.dd', - 'success' => 'Lleoliad wedi diweddaru\'n llwyddiannus.', - ], + 'success' => 'Lleoliad wedi diweddaru\'n llwyddiannus.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Ydych chi\'n siwr eich bod eisiau dileu\'r lleoliad yma?', 'error' => 'Nid oedd yn bosib dileu\'r lleoliad. Ceisiwch eto o.g.y.dd.', - 'success' => 'Lleoliad wedi dileu\'n llwyddiannus.', - ], + 'success' => 'Lleoliad wedi dileu\'n llwyddiannus.' + ) -]; +); diff --git a/resources/lang/cy/admin/locations/table.php b/resources/lang/cy/admin/locations/table.php index 5572dd8390..70bbcfd383 100644 --- a/resources/lang/cy/admin/locations/table.php +++ b/resources/lang/cy/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Rhiant', 'currency' => 'Arian y Lleoliad', 'ldap_ou' => 'OU a denyddir wrth chwilio LDAP', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/cy/admin/manufacturers/message.php b/resources/lang/cy/admin/manufacturers/message.php index 2ac3071b84..80ff96369a 100644 --- a/resources/lang/cy/admin/manufacturers/message.php +++ b/resources/lang/cy/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Nid yw\'r gwneuthyrwr yn bodoli.', 'assoc_users' => 'Mae\'r gwneuthyrwr yma wedi perthnasu i oleiaf un model a nid yw\'n bosib dileu. Diweddarwch eich modelau i beidio cyfeirio at y gwneuthyrwr yma ac yna ceisiwch eto. ', - 'create' => [ + 'create' => array( 'error' => 'Ni crewyd ygwneuthyrwr, ceisiwch eto o. g. y. dd.', - 'success' => 'Gwneuthyrwr wedi creu yn llwyddiannus.', - ], + 'success' => 'Gwneuthyrwr wedi creu yn llwyddiannus.' + ), - 'update' => [ + 'update' => array( 'error' => 'Ni diweddarwyd y gwneuthyrwr, ceisiwch eto o. g. y. dd', - 'success' => 'Gwneuthyrwr wedi diweddaru yn llwyddiannus.', - ], + 'success' => 'Gwneuthyrwr wedi diweddaru yn llwyddiannus.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Nid oedd yn bosib adfer y gwneuthyrwr, ceisiwch eto o. g. y. dd', - 'success' => 'Gwneuthyrwr wedi adfer yn llwyddiannus.', - ], + 'success' => 'Gwneuthyrwr wedi adfer yn llwyddiannus.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r gwneuthyrwr yma?', 'error' => 'Roedd problem wrth ceisio dileu\'r gwneuthyrwr. Ceisiwch eto o. g. y. dd.', - 'success' => 'Gwneuthyrwr wedi dileu\'n llwyddiannus.', - ], + 'success' => 'Gwneuthyrwr wedi dileu\'n llwyddiannus.' + ) -]; +); diff --git a/resources/lang/cy/admin/manufacturers/table.php b/resources/lang/cy/admin/manufacturers/table.php index a3dab9b305..b9c1dd7c7a 100644 --- a/resources/lang/cy/admin/manufacturers/table.php +++ b/resources/lang/cy/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Amdan Gwneuthyrwyr', 'about_manufacturers_text' => 'Gwneuthurwyr yw\'r cwmnïau sy\'n creu eich asedau. Gallwch ddod o hyd i wybodaeth bwysig amdanynt yma, a fydd yn cael ei harddangos ar eich tudalennau manylion asedau.', 'asset_manufacturers' => 'Gwneuthyrwyr Asedau', @@ -13,4 +13,4 @@ return [ 'update' => 'Diweddaru Gwneuthyrwr', 'url' => 'URL', -]; +); diff --git a/resources/lang/cy/admin/models/general.php b/resources/lang/cy/admin/models/general.php index ecd35826ae..757c90d3f0 100644 --- a/resources/lang/cy/admin/models/general.php +++ b/resources/lang/cy/admin/models/general.php @@ -1,6 +1,6 @@ 'Amdan Modelau', 'about_models_text' => 'Mae modelau o asedau yn ffordd o creu grwp o asedau. "iPhone 7, Samsung TAB 4, ayyb.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Rydych am dileu :model_count o asedau.', 'restore' => 'Adfer Model', 'requestable' => 'Gellir defnyddwyr gwneud cais am yr ased yma', - 'show_mac_address' => 'Dangos cyfeiriad MAC yn asedau o\'r model yma', + 'show_mac_address' => 'Dangos cyfeiriad MAC yn asedau o\'r model yma', 'view_deleted' => 'Wedi Dileu', 'view_models' => 'Gweld Modelau', 'fieldset' => 'Fieldset', 'no_custom_field' => 'Defnyddio meysydd addasedig', 'add_default_values' => 'Ychwanegu gwerthoedd diofyn', -]; +); diff --git a/resources/lang/cy/admin/models/message.php b/resources/lang/cy/admin/models/message.php index ec74d804d1..0a25c9960c 100644 --- a/resources/lang/cy/admin/models/message.php +++ b/resources/lang/cy/admin/models/message.php @@ -1,41 +1,42 @@ 'Nid yw\'r model yn bodoli.', 'assoc_users' => 'Mae\'r model yma wedi perthnasu hefo un neu mwy o asedau. Fydd rhaid dileu\'r asedau ac yna trio eto. ', - 'create' => [ + + 'create' => array( 'error' => 'Ni crewyd y model, ceisiwch eto o.g.y.dd.', 'success' => 'Model wedi creu yn llwyddiannus.', 'duplicate_set' => 'Mae model ased hefo\'r enw, gwneuthyrwr a rhif model yn bodoli yn barod.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Ni diweddarwyd y model, ceisiwch eto o.g.y.dd', - 'success' => 'Model wedi diweddaru\'n llwyddiannus.', - ], + 'success' => 'Model wedi diweddaru\'n llwyddiannus.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r model ased yma?', 'error' => 'Nid oedd yn bosib dileu\'r model. Ceisiwch eto o.g.y.dd.', - 'success' => 'Model wedi dileu\'n llwyddiannus.', - ], + 'success' => 'Model wedi dileu\'n llwyddiannus.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Nid oedd yn bosib adfer y model, ceisiwch eto o.g.y.dd', - 'success' => 'Model wedi adfer yn llwyddiannus.', - ], + 'success' => 'Model wedi adfer yn llwyddiannus.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Dim newid mewn manylder, felly dim byd i diweddaru.', - 'success' => 'Modelau wedi diweddaru.', - ], + 'success' => 'Modelau wedi diweddaru.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Dim modelau wedi dewis, felly dim byd i\'w ddileu.', 'success' => ':success_count model(au) wedi dileu!', - 'success_partial' => ':success_count model(au) wedi\'i dileu, :fail_count heb eu ddileu gan bod asedau wedi perthnasu iddo.', - ], + 'success_partial' => ':success_count model(au) wedi\'i dileu, :fail_count heb eu ddileu gan bod asedau wedi perthnasu iddo.' + ), -]; +); diff --git a/resources/lang/cy/admin/models/table.php b/resources/lang/cy/admin/models/table.php index 8a5da431e6..03a72f5569 100644 --- a/resources/lang/cy/admin/models/table.php +++ b/resources/lang/cy/admin/models/table.php @@ -1,6 +1,6 @@ 'Creu Model Ased', 'created_at' => 'Crëwyd', @@ -14,4 +14,4 @@ return [ 'update' => 'Diweddaru Model Ased', 'clone' => 'Dyblygu Model', 'edit' => 'Newid Model', -]; +); diff --git a/resources/lang/cy/admin/reports/general.php b/resources/lang/cy/admin/reports/general.php index 8dab494f21..58f25a179e 100644 --- a/resources/lang/cy/admin/reports/general.php +++ b/resources/lang/cy/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Dewiswch yr opsiynau rydych chi eu heisiau ar gyfer eich adroddiad ased.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/cy/admin/reports/message.php b/resources/lang/cy/admin/reports/message.php index 930a086809..9864b0924a 100644 --- a/resources/lang/cy/admin/reports/message.php +++ b/resources/lang/cy/admin/reports/message.php @@ -1,5 +1,5 @@ 'Rhaid i chi ddewis o leiaf un opsiwn.', -]; +return array( + 'error' => 'Rhaid i chi ddewis o leiaf un opsiwn.' +); diff --git a/resources/lang/cy/admin/settings/general.php b/resources/lang/cy/admin/settings/general.php index 1689a882c3..439ba49505 100644 --- a/resources/lang/cy/admin/settings/general.php +++ b/resources/lang/cy/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC Ebost', 'admin_cc_email_help' => 'Os ydych am i cyfrif ebost derbyn copi o negeseuon i ddefnyddwyr wrth nodi asdedau allan i defnyddwyr ac yn ol i fewn rhowch o yma. Fel arall, gadewch yn wag.', 'is_ad' => 'Mae hwn yn Server Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Gyrru rhybuddion i', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Rhybuddion ebost wedi alluogi', 'alert_interval' => 'Trothwy Rhybuddion sy\'n Dod i Ben (mewn dyddiau)', 'alert_inv_threshold' => 'Trothwy Rhybudd Rhestr', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'Os ydych angen gwneud awdit ffisegol, rhowch y cyfnod mewn misoedd.', 'audit_warning_days' => 'Trothwy Rhybuddio Awdit', 'audit_warning_days_help' => 'Sawl diwrnod o flaen llaw ddylswn rhybuddio chi o asedau sydd angen awdit?', - 'auto_increment_assets' => 'Cynhyrch Rhifau Unigryw sydd yn cynyddu yn awtomatig', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Rhagddodiad (dewisol)', - 'auto_incrementing_help' => 'Alluogwch Rhifau Unigryw sydd yn cynyddu yn awtomatig er mwyn gosod hyn', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Copi wrth gefn', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/cy/help.php b/resources/lang/cy/help.php index 70aa62c192..ae93bf35cd 100644 --- a/resources/lang/cy/help.php +++ b/resources/lang/cy/help.php @@ -1,6 +1,6 @@ "Mwy o wybodaeth", + 'more_info_title' => 'Mwy o wybodaeth', - "audit_help" => "Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log. :db_column
but should be :expected .'
];
diff --git a/resources/lang/da/admin/custom_fields/message.php b/resources/lang/da/admin/custom_fields/message.php
index 98c8a28d13..9022a2b891 100644
--- a/resources/lang/da/admin/custom_fields/message.php
+++ b/resources/lang/da/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Dette felt findes ikke.',
'already_added' => 'Feltet allerede tilføjet',
- 'create' => [
+ 'create' => array(
'error' => 'Feltet blev ikke oprettet, prøve igen.',
'success' => 'Feltet oprettet.',
- 'assoc_success' => 'Felt tilføjet til feltsættet.',
- ],
+ 'assoc_success' => 'Felt tilføjet til feltsættet.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Feltet blev ikke opdateret, prøv igen',
- 'success' => 'Feltet opdateret.',
- ],
+ 'success' => 'Feltet opdateret.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Er du sikker på du ønsker at slette feltet?',
'error' => 'Der opstod et problem under sletning af feltet. Prøv venligst igen.',
'success' => 'Feltet blev slettet.',
'in_use' => 'Feltet er stadig i brug.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Feltsættet findes ikke',
- 'create' => [
+ 'create' => array(
'error' => 'Feltsættet blev ikke opdateret, prøv igen.',
- 'success' => 'Feltsættet oprettet.',
- ],
+ 'success' => 'Feltsættet oprettet.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Feltsættet blev ikke opdateret, prøv igen',
- 'success' => 'Feltsættet opdateret.',
- ],
+ 'success' => 'Feltsættet opdateret.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Er du sikker på du vil slette dette feltsæt?',
'error' => 'Der opstod et problem under sletning af feltsættet. Prøv venligst igen.',
'success' => 'Feltsættet blev slettet.',
'in_use' => 'Feltsættet er stadig i brug.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/da/admin/departments/message.php b/resources/lang/da/admin/departments/message.php
index f743a5320a..3544802299 100644
--- a/resources/lang/da/admin/departments/message.php
+++ b/resources/lang/da/admin/departments/message.php
@@ -1,21 +1,21 @@
'Afdeling findes ikke.',
'assoc_users' => 'Denne afdeling er i øjeblikket knyttet til mindst én bruger og kan ikke slettes. Opdater venligst dine brugere for at ikke længere referere til denne afdeling, og prøv igen. ',
- 'create' => [
+ 'create' => array(
'error' => 'Afdelingen blev ikke oprettet, prøve igen.',
- 'success' => 'Afdeling oprettet.',
- ],
- 'update' => [
+ 'success' => 'Afdeling oprettet.'
+ ),
+ 'update' => array(
'error' => 'Afdelingen blev ikke opdateret, prøv igen',
- 'success' => 'Afdeling opdateret.',
- ],
- 'delete' => [
+ 'success' => 'Afdeling opdateret.'
+ ),
+ 'delete' => array(
'confirm' => 'Er du sikker på du vil slette denne afdeling?',
'error' => 'Der var et problem sletningen af afdelingen. Prøv venligst igen.',
- 'success' => 'Afdelingen blev slettet.',
- ],
+ 'success' => 'Afdelingen blev slettet.'
+ )
-];
+);
diff --git a/resources/lang/da/admin/departments/table.php b/resources/lang/da/admin/departments/table.php
index 2b3bea8d07..651cbbea28 100644
--- a/resources/lang/da/admin/departments/table.php
+++ b/resources/lang/da/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Afdelingsnavn',
@@ -8,4 +8,4 @@ return [
'location' => 'Placering',
'create' => 'Oprette afdeling',
'update' => 'Opdater afdeling',
- ];
+ );
diff --git a/resources/lang/da/admin/depreciations/general.php b/resources/lang/da/admin/depreciations/general.php
index 3a77a799b8..2492ead4b4 100644
--- a/resources/lang/da/admin/depreciations/general.php
+++ b/resources/lang/da/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Aktiv Afskrivninger',
'create' => 'Opret afskrivninger',
'depreciation_name' => 'Afskrivningnavn',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Antal måneder',
'update' => 'Opdater Afskrivninger',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/da/admin/depreciations/message.php b/resources/lang/da/admin/depreciations/message.php
index 33672e7d48..25dd5c3276 100644
--- a/resources/lang/da/admin/depreciations/message.php
+++ b/resources/lang/da/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Afskrivningsklasse eksisterer ikke.',
'assoc_users' => 'Denne afskrivning er pt. forbundet med en eller flere modeller og kan derfor ikke slettes. Slet modellerne og prøv igen.',
- 'create' => [
+
+ 'create' => array(
'error' => 'Afskrivningsklasse blev ikke oprettet, prøv igen.',
- 'success' => 'Afskrivningsklasse blev oprettet.',
- ],
+ 'success' => 'Afskrivningsklasse blev oprettet.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Afskrivningsklasse blev ikke opdateret, prøv igen.',
- 'success' => 'Afskrivningsklasse blev opdateret.',
- ],
+ 'success' => 'Afskrivningsklasse blev opdateret.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Er du sikker på at du vil slette denne afskrivningsklasse?',
'error' => 'Der var et problem ved sletning af afskrivningsklasse. Prøv igen.',
- 'success' => 'Afskrivningsklassen blev slettet.',
- ],
+ 'success' => 'Afskrivningsklassen blev slettet.'
+ )
-];
+);
diff --git a/resources/lang/da/admin/depreciations/table.php b/resources/lang/da/admin/depreciations/table.php
index a0bbf1b698..525a1491d5 100644
--- a/resources/lang/da/admin/depreciations/table.php
+++ b/resources/lang/da/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Måneder',
'term' => 'Term',
'title' => 'Navn ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/da/admin/groups/message.php b/resources/lang/da/admin/groups/message.php
index c83324f379..af83daa1c4 100644
--- a/resources/lang/da/admin/groups/message.php
+++ b/resources/lang/da/admin/groups/message.php
@@ -1,22 +1,22 @@
'Gruppen eksisterer allerede!',
'group_not_found' => 'Gruppen [:id] eksisterer ikke.',
'group_name_required' => 'Navnefeltet er påkrævet',
- 'success' => [
+ 'success' => array(
'create' => 'Gruppen er oprettet.',
'update' => 'Gruppen er opdateret.',
'delete' => 'Gruppen er slettet.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Er du sikker på at du vil slette gruppen?',
'create' => 'Der var et problem ved oprettelse af gruppen. Prøv igen.',
'update' => 'Der var et problem ved opdatering af gruppen. Prøv igen.',
'delete' => 'Der var et problem ved sletning af gruppen. Prøv igen.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/da/admin/groups/table.php b/resources/lang/da/admin/groups/table.php
index 920d6838f9..2ec6895683 100644
--- a/resources/lang/da/admin/groups/table.php
+++ b/resources/lang/da/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Navn',
'users' => '# af Brugere',
-];
+);
diff --git a/resources/lang/da/admin/groups/titles.php b/resources/lang/da/admin/groups/titles.php
index 745dea31eb..ffd7d706e1 100644
--- a/resources/lang/da/admin/groups/titles.php
+++ b/resources/lang/da/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Gruppeadministrator',
'allow' => 'Tillad',
'deny' => 'Afvis',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/da/admin/hardware/form.php b/resources/lang/da/admin/hardware/form.php
index a60f2dbfb9..c51d9789ed 100644
--- a/resources/lang/da/admin/hardware/form.php
+++ b/resources/lang/da/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garanti',
'warranty_expires' => 'Garantiudløb',
'years' => 'år',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/da/admin/hardware/general.php b/resources/lang/da/admin/hardware/general.php
index 44572d9587..5ebffda312 100644
--- a/resources/lang/da/admin/hardware/general.php
+++ b/resources/lang/da/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'kan anmodes',
'requested' => 'Anmodet',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Gendan aktiv',
'pending' => 'Verserende',
'undeployable' => 'Undeployable',
'view' => 'Se aktiv',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/da/admin/hardware/message.php b/resources/lang/da/admin/hardware/message.php index 1080db71f9..0a455b9589 100644 --- a/resources/lang/da/admin/hardware/message.php +++ b/resources/lang/da/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Advarsel: Dette aktiv er blevet markeret som uudnytteligt. Hvis denne status er ændret, skal du opdatere aktivstatus.', 'does_not_exist' => 'Asset eksisterer ikke.', - 'does_not_exist_or_not_requestable' => 'Godt forsøgt. Det pågældende aktiv eksisterer ikke eller kan ikke anmodes om.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Dette aktiv er i øjeblikket tjekket ud til en bruger og kan ikke slettes. Kontroller aktivet først, og prøv derefter at slette igen.', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Asset audit succesfuldt logget.', ], + 'deletefile' => [ 'error' => 'Filen er ikke slettet. Prøv igen.', 'success' => 'Filen er slettet korrekt.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Filen kunne ikke slettes', ], + 'delete' => [ 'confirm' => 'Er du sikker på, at du vil slette dette aktiv?', 'error' => 'Der opstod et problem ved at slette aktivet. Prøv igen.', diff --git a/resources/lang/da/admin/hardware/table.php b/resources/lang/da/admin/hardware/table.php index cc1481399b..a23e351cac 100644 --- a/resources/lang/da/admin/hardware/table.php +++ b/resources/lang/da/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Asset Tag', 'asset_model' => 'Model', - 'book_value' => 'Værdi', + 'book_value' => 'Current Value', 'change' => 'Ind ud', 'checkout_date' => 'Checkout dato', 'checkoutto' => 'Tjekket ud', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Download CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Seriel', 'status' => 'status', 'title' => 'Asset', - 'image' => 'Enhedsbillede', + 'image' => 'Enhedsbillede', 'days_without_acceptance' => 'Dage uden accept', 'monthly_depreciation' => 'Månedlig afskrivning', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/da/admin/kits/general.php b/resources/lang/da/admin/kits/general.php index ac36f4a42b..d6cf228e04 100644 --- a/resources/lang/da/admin/kits/general.php +++ b/resources/lang/da/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'Der er ikke nok ledige pladser til :license til chckout. :qty er påkrævet. ', 'none_consumables' => 'Der er ikke nok tilgængelige enheder af :consumable til checkout. :qty er påkrævet. ', 'none_accessory' => 'Der er ikke nok tilgængelige enheder :accessory til checkout. :qty er påkrævet. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/da/admin/licenses/form.php b/resources/lang/da/admin/licenses/form.php index 33ff88b27d..f65a504ad1 100644 --- a/resources/lang/da/admin/licenses/form.php +++ b/resources/lang/da/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Asset', 'checkin' => 'checkin', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licenseret til Email', 'to_name' => 'Licenseret til Navn', 'update' => 'Opdater licens', - 'checkout_help' => 'Du skal tjekke en licens ud til et hardware aktiv eller en person. Du kan vælge begge dele, men ejeren af aktivet skal svare til den person, du tjekker aktivet ud til.', -]; + 'checkout_help' => 'Du skal tjekke en licens ud til et hardware aktiv eller en person. Du kan vælge begge dele, men ejeren af aktivet skal svare til den person, du tjekker aktivet ud til.' +); diff --git a/resources/lang/da/admin/licenses/general.php b/resources/lang/da/admin/licenses/general.php index 1e9b67f2d5..b8c500395e 100644 --- a/resources/lang/da/admin/licenses/general.php +++ b/resources/lang/da/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Om licenser', 'about_licenses' => 'Licenser bruges til at spore software. De har et bestemt antal pladser, der kan tjekkes ud til enkeltpersoner', 'checkin' => 'Checkin Licenssæde', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Softwarelicenser', 'user' => 'Bruger', 'view' => 'Se licens', -]; +); diff --git a/resources/lang/da/admin/licenses/message.php b/resources/lang/da/admin/licenses/message.php index 65382a2418..69108831ff 100644 --- a/resources/lang/da/admin/licenses/message.php +++ b/resources/lang/da/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Licens eksistere ikke.', 'user_does_not_exist' => 'Bruger eksisterer ikke.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Du skal vælge et aktiv eller en bruger, men ikke begge.', 'not_found' => 'Licens blev ikke fundet', - 'create' => [ - 'error' => 'Licensen blev ikke oprettet, prøv igen.', - 'success' => 'Licensen er oprettet med succes.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Licensen blev ikke oprettet, prøv igen.', + 'success' => 'Licensen er oprettet med succes.' + ), + + 'deletefile' => array( 'error' => 'Filen er ikke slettet. Prøv igen.', 'success' => 'Filen er slettet korrekt.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Fil (er) ikke uploadet. Prøv igen.', 'success' => 'Fil (er), der blev uploadet korrekt.', 'nofiles' => 'Du valgte ikke nogen filer til upload, eller filen du forsøger at uploade er for stor', 'invalidfiles' => 'En eller flere af dine filer er for store eller er en filtype, der ikke er tilladt. Tilladte filtyper er png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml og lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Licensen blev ikke opdateret, prøv igen', - 'success' => 'Licensen opdateres med succes.', - ], + 'success' => 'Licensen opdateres med succes.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Er du sikker på, at du vil slette denne licens?', 'error' => 'Der opstod et problem ved at slette licensen. Prøv igen.', - 'success' => 'Licensen blev slettet korrekt.', - ], + 'success' => 'Licensen blev slettet korrekt.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Der var et problem med at tjekke licensen. Prøv igen.', - 'success' => 'Licensen blev tjekket ud med succes', - ], + 'success' => 'Licensen blev tjekket ud med succes' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Der var et problem at kontrollere licensen. Prøv igen.', - 'success' => 'Licensen blev tjekket ind med succes', - ], + 'success' => 'Licensen blev tjekket ind med succes' + ), -]; +); diff --git a/resources/lang/da/admin/licenses/table.php b/resources/lang/da/admin/licenses/table.php index cc56f817fe..ec7d8d23b3 100644 --- a/resources/lang/da/admin/licenses/table.php +++ b/resources/lang/da/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Tildelt', 'checkout' => 'Ind ud', @@ -14,4 +14,4 @@ return [ 'serial' => 'Seriel', 'title' => 'Licens', -]; +); diff --git a/resources/lang/da/admin/locations/message.php b/resources/lang/da/admin/locations/message.php index 0358aab282..974c111250 100644 --- a/resources/lang/da/admin/locations/message.php +++ b/resources/lang/da/admin/locations/message.php @@ -1,26 +1,27 @@ 'Beliggenhed findes ikke.', 'assoc_users' => 'Denne placering er i øjeblikket forbundet med mindst en bruger og kan ikke slettes. Opdater dine brugere for ikke længere at henvise til denne placering, og prøv igen.', 'assoc_assets' => 'Denne placering er i øjeblikket forbundet med mindst ét aktiv og kan ikke slettes. Opdater dine aktiver for ikke længere at henvise til denne placering, og prøv igen.', 'assoc_child_loc' => 'Denne placering er for øjeblikket forælder på mindst et barns placering og kan ikke slettes. Opdater dine placeringer for ikke længere at henvise til denne placering, og prøv igen.', - 'create' => [ + + 'create' => array( 'error' => 'Placeringen blev ikke oprettet, prøv igen.', - 'success' => 'Placering oprettet med succes.', - ], + 'success' => 'Placering oprettet med succes.' + ), - 'update' => [ + 'update' => array( 'error' => 'Placeringen blev ikke opdateret, prøv igen', - 'success' => 'Placering opdateret med succes.', - ], + 'success' => 'Placering opdateret med succes.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Er du sikker på, at du vil slette denne placering?', 'error' => 'Der opstod et problem ved at slette placeringen. Prøv igen.', - 'success' => 'Placeringen blev slettet korrekt.', - ], + 'success' => 'Placeringen blev slettet korrekt.' + ) -]; +); diff --git a/resources/lang/da/admin/locations/table.php b/resources/lang/da/admin/locations/table.php index 559a51fbb3..425bed91f9 100644 --- a/resources/lang/da/admin/locations/table.php +++ b/resources/lang/da/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Forældre', 'currency' => 'Beliggenhed Valuta', 'ldap_ou' => 'LDAP Search OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/da/admin/manufacturers/message.php b/resources/lang/da/admin/manufacturers/message.php index 22a17f2bac..7376b2b1a0 100644 --- a/resources/lang/da/admin/manufacturers/message.php +++ b/resources/lang/da/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Fabrikant eksistere ikke.', 'assoc_users' => 'Denne producent er i øjeblikket forbundet med mindst en model og kan ikke slettes. Opdater dine modeller for ikke længere at henvise til denne producent, og prøv igen.', - 'create' => [ + 'create' => array( 'error' => 'Producenten blev ikke oprettet, prøv igen.', - 'success' => 'Producenten blev oprettet med succes.', - ], + 'success' => 'Producenten blev oprettet med succes.' + ), - 'update' => [ + 'update' => array( 'error' => 'Producenten blev ikke opdateret, prøv igen', - 'success' => 'Producent opdateret med succes.', - ], + 'success' => 'Producent opdateret med succes.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Producenten blev ikke gendannet, prøv igen', - 'success' => 'Producenten blev genoprettet med succes.', - ], + 'success' => 'Producenten blev genoprettet med succes.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Er du sikker på, at du vil slette denne producent?', 'error' => 'Der opstod et problem ved at slette producenten. Prøv igen.', - 'success' => 'Fabrikanten blev slettet med succes.', - ], + 'success' => 'Fabrikanten blev slettet med succes.' + ) -]; +); diff --git a/resources/lang/da/admin/manufacturers/table.php b/resources/lang/da/admin/manufacturers/table.php index 42eadd4425..782e75aa9b 100644 --- a/resources/lang/da/admin/manufacturers/table.php +++ b/resources/lang/da/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Om producenterne', 'about_manufacturers_text' => 'Producenter er de virksomheder, der skaber dine aktiver. Du kan gemme vigtige supportkontaktoplysninger om dem her, som vil blive vist på dine detaljerede sider.', 'asset_manufacturers' => 'Asset Manufacturers', @@ -13,4 +13,4 @@ return [ 'update' => 'Opdater Fabrikant', 'url' => 'URL', -]; +); diff --git a/resources/lang/da/admin/models/general.php b/resources/lang/da/admin/models/general.php index d7d3544499..bd1d932e05 100644 --- a/resources/lang/da/admin/models/general.php +++ b/resources/lang/da/admin/models/general.php @@ -1,6 +1,6 @@ 'Om aktiv modeller', 'about_models_text' => 'Aktiv modeller er en måde at gruppere identiske aktiver. "MBP 2013", "IPhone 6s", osv.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Du er ved at slette :model_count aktivmodeller.', 'restore' => 'Gendanne Model', 'requestable' => 'Brugere kan anmode om denne model', - 'show_mac_address' => 'Vis MAC adressefelt i aktiver i denne model', + 'show_mac_address' => 'Vis MAC adressefelt i aktiver i denne model', 'view_deleted' => 'Se slettet', 'view_models' => 'Se modeller', 'fieldset' => 'Feltsæt', 'no_custom_field' => 'Ingen brugerdefinerede felter', 'add_default_values' => 'Tilføj defaultværdier', -]; +); diff --git a/resources/lang/da/admin/models/message.php b/resources/lang/da/admin/models/message.php index 30e618c788..53382a3c1a 100644 --- a/resources/lang/da/admin/models/message.php +++ b/resources/lang/da/admin/models/message.php @@ -1,41 +1,42 @@ 'Model findes ikke.', 'assoc_users' => 'Denne model er knyttet til en eller flere aktiver og ikke kan slettes. Slet venligst aktiver, og prøv derefter at slette igen. ', - 'create' => [ + + 'create' => array( 'error' => 'Modellen blev ikke oprettet, prøve igen.', 'success' => 'Model oprettet.', 'duplicate_set' => 'Der findes allerede en model med det navn, producent og modelnummer eksisterer allerede.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Modellen blev ikke opdateret, prøv igen', - 'success' => 'Model opdateret.', - ], + 'success' => 'Model opdateret.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Er du sikker på du vil slette dette aktiv model?', 'error' => 'Der opstod et problem under sletning af modellen. Prøv venligst igen.', - 'success' => 'Modellen blev slettet.', - ], + 'success' => 'Modellen blev slettet.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Modellen blev ikke gendannet, prøv igen', - 'success' => 'Model gendannet.', - ], + 'success' => 'Model gendannet.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Ingen felter blev ændret, så intet er blevet opdateret.', - 'success' => 'Modeller opdateret.', - ], + 'success' => 'Modeller opdateret.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Ingen modeller blev valgt, så intet blev slettet.', 'success' => ':success_count model(ler) slettet!', - 'success_partial' => ':success_count model(ler) blev slettet; men :fail_count kunne ikke slettes fordi de stadig har aktiver knyttet til sig.', - ], + 'success_partial' => ':success_count model(ler) blev slettet; men :fail_count kunne ikke slettes fordi de stadig har aktiver knyttet til sig.' + ), -]; +); diff --git a/resources/lang/da/admin/models/table.php b/resources/lang/da/admin/models/table.php index 408bc7eec1..bfc0c4f7db 100644 --- a/resources/lang/da/admin/models/table.php +++ b/resources/lang/da/admin/models/table.php @@ -1,6 +1,6 @@ 'Oprette aktiv Model', 'created_at' => 'Oprettet af', @@ -14,4 +14,4 @@ return [ 'update' => 'Opdatere aktiv model', 'clone' => 'Klon model', 'edit' => 'Redigere model', -]; +); diff --git a/resources/lang/da/admin/reports/general.php b/resources/lang/da/admin/reports/general.php index 15e776cce1..577718d5db 100644 --- a/resources/lang/da/admin/reports/general.php +++ b/resources/lang/da/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Vælg de ønskede muligheder for din aktivrapport.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/da/admin/reports/message.php b/resources/lang/da/admin/reports/message.php index a8b23c1fdd..4df74bf0b2 100644 --- a/resources/lang/da/admin/reports/message.php +++ b/resources/lang/da/admin/reports/message.php @@ -1,5 +1,5 @@ 'Du skal vælge mindst en mulighed.', -]; +return array( + 'error' => 'Du skal vælge mindst en mulighed.' +); diff --git a/resources/lang/da/admin/settings/general.php b/resources/lang/da/admin/settings/general.php index 2561c80c42..4d60c23f38 100644 --- a/resources/lang/da/admin/settings/general.php +++ b/resources/lang/da/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Active Directory domæne', 'ad_domain_help' => 'Dette er nogle gange det samme som dit e-mail-domæne, men ikke altid.', 'ad_append_domain_label' => 'Tilføj domænenavn', 'ad_append_domain' => 'Tilføj domænenavn til feltet brugernavn', - 'ad_append_domain_help' => 'Brugeren er ikke forpligtet til at skrive "username@domain.local", de kan bare skrive "brugernavn".' , + 'ad_append_domain_help' => 'Brugeren er ikke forpligtet til at skrive "username@domain.local", de kan bare skrive "brugernavn".', 'admin_cc_email' => 'CC email', 'admin_cc_email_help' => 'Hvis du vil sende en kopi af checkin/checkout emails som er sendt til brugere til en ekstra email konto, så tilføj den her. Ellers efterlad feltet tomt.', 'is_ad' => 'Dette er en Active Directory-server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Send advarsler til', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Advarsler aktiveret', 'alert_interval' => 'Udløbsvarsel Threshold (i dage)', 'alert_inv_threshold' => 'Lagervarsletærskel', 'allow_user_skin' => 'Tillad bruger skin', - 'allow_user_skin_help_text' => 'Afkrydsning her giver brugeren afgang til at overskrive UI skin med et andet skin.' , + 'allow_user_skin_help_text' => 'Afkrydsning her giver brugeren afgang til at overskrive UI skin med et andet skin.', 'asset_ids' => 'Aktiv-id\'er', 'audit_interval' => 'Revisionsinterval', 'audit_interval_help' => 'Hvis du skal regelmæssigt kontrollere dine aktiver fysisk, skal du indtaste intervallet i måneder.', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'Hvor mange dage i forvejen skal vi advare dig, når aktiver skal betales for revision?', - 'auto_increment_assets' => 'Generer automatisk stigende aktiv-id\'er', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Præfiks (valgfrit)', - 'auto_incrementing_help' => 'Aktivér automatisk inkrementering af aktiv ID\'er for at indstille dette', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/da/mail.php b/resources/lang/da/mail.php index fe4dc01e85..f487520f46 100644 --- a/resources/lang/da/mail.php +++ b/resources/lang/da/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Dette er en test fra Snipe-IT Asset Management System. Hvis du fik dette, virker mailen :)', 'the_following_item' => 'Følgende vare er blevet kontrolleret i:', 'low_inventory_alert' => 'Der er :count enhed som er under minimum lagertal eller som snart vil være det.|Der er :count enheder som er under minimum lagertal eller som snart vil være det.', - 'assets_warrantee_alert' => 'Der er :count aktiv(er) hvor garantien udløber indenfor de næste :threshold dage.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Der er :count licens(er) der udløber indenfor den/de næste :threshold dag(e).', 'to_reset' => 'Nulstille din :web-adgangskode, udfylde denne formular:', 'type' => 'Type', diff --git a/resources/lang/da/pagination.php b/resources/lang/da/pagination.php index 93753491af..6e20cbfa38 100644 --- a/resources/lang/da/pagination.php +++ b/resources/lang/da/pagination.php @@ -1,6 +1,6 @@ 'Næste »', -]; +); diff --git a/resources/lang/da/reminders.php b/resources/lang/da/reminders.php index c8e248456d..0158281a88 100644 --- a/resources/lang/da/reminders.php +++ b/resources/lang/da/reminders.php @@ -1,6 +1,6 @@ 'Adgangskoder skal være seks tegn og svare til bekræftelsen.', + "password" => "Adgangskoder skal være seks tegn og svare til bekræftelsen.", - 'user' => 'Brugernavn eller email adresse er forkert', + "user" => "Brugernavn eller email adresse er forkert", - 'token' => 'Denne adgangskode nulstillingstoken er ugyldig.', + "token" => "Denne adgangskode nulstillingstoken er ugyldig.", - 'sent' => 'Hvis en tilsvarende email adresse blev fundet, er der afsendt en påmindelse om adgangskode!', + "sent" => "Hvis en tilsvarende email adresse blev fundet, er der afsendt en påmindelse om adgangskode!", -]; +); diff --git a/resources/lang/da/table.php b/resources/lang/da/table.php index 7b7e096cf0..922b8e82bf 100644 --- a/resources/lang/da/table.php +++ b/resources/lang/da/table.php @@ -1,10 +1,10 @@ 'Handlinger', 'action' => 'Handling', 'by' => 'Af', 'item' => 'Emne', -]; +); diff --git a/resources/lang/da/validation.php b/resources/lang/da/validation.php index 14bdd1c885..21e49a40f5 100644 --- a/resources/lang/da/validation.php +++ b/resources/lang/da/validation.php @@ -1,6 +1,6 @@ ':attribute skal mindst være :min tegn.', 'array' => 'Attributten skal have mindst: min elementer.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Den valgte :attribute er ugyldig.', 'numeric' => ':attribute skal være et tal.', 'present' => 'Attributfeltet skal være til stede.', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute er allerede taget.', 'uploaded' => 'Attributtet kunne ikke uploades.', 'url' => ':attribute formatet er ugyldigt.', - "unique_undeleted" => ":attribute skal være unik.", - "non_circular" => ":attribute må ikke oprette en cirkulær reference.", + 'unique_undeleted' => ':attribute skal være unik.', + 'non_circular' => ':attribute må ikke oprette en cirkulær reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Attributfeltet indeholder et tegn, der ikke er tilladt.", - "email_array" => "En eller flere e-mailadresser er ugyldige.", - "hashed_pass" => "Din nuværende adgangskode er forkert", + 'alpha_space' => 'Attributfeltet indeholder et tegn, der ikke er tilladt.', + 'email_array' => 'En eller flere e-mailadresser er ugyldige.', + 'hashed_pass' => 'Din nuværende adgangskode er forkert', 'dumbpwd' => 'Denne adgangskode er for almindelig.', - "statuslabel_type" => "Du skal vælge en gyldig statusetiketype", + 'statuslabel_type' => 'Du skal vælge en gyldig statusetiketype', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/de/admin/accessories/general.php b/resources/lang/de/admin/accessories/general.php index e242dc2b49..8909c16c95 100644 --- a/resources/lang/de/admin/accessories/general.php +++ b/resources/lang/de/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Zubehörkategorie', 'accessory_name' => 'Zubehör-Name', 'checkout' => 'Zubehör herausgeben', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Die Standard EULA stattdessen verwenden.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/de/admin/custom_fields/message.php b/resources/lang/de/admin/custom_fields/message.php
index b27ae3aa31..d85086d6e0 100644
--- a/resources/lang/de/admin/custom_fields/message.php
+++ b/resources/lang/de/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Dieses Feld existiert nicht.',
'already_added' => 'Feld wurde bereits hinzugefügt',
- 'create' => [
+ 'create' => array(
'error' => 'Feld wurde nicht erstellt. Bitte versuchen Sie es erneut.',
'success' => 'Feld wurde erfolgreich erstellt.',
- 'assoc_success' => 'Feld wurde erfolgreich zum Feldsatz hinzugefügt.',
- ],
+ 'assoc_success' => 'Feld wurde erfolgreich zum Feldsatz hinzugefügt.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Feld wurde nicht aktualisiert. Bitte versuchen Sie es erneut',
- 'success' => 'Feld wurde erfolgreich aktualisiert.',
- ],
+ 'success' => 'Feld wurde erfolgreich aktualisiert.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Sind Sie sicher, dass Sie dieses Feld löschen möchten?',
'error' => 'Beim Löschen des Felds ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.',
'success' => 'Das Feld wurde erfolgreich gelöscht.',
'in_use' => 'Dieses Feld wird derzeit noch verwendet.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Feldsatz existiert nicht',
- 'create' => [
+ 'create' => array(
'error' => 'Feldsatz wurde nicht erstellt. Bitte versuchen Sie es erneut.',
- 'success' => 'Feldsatz wurde erfolgreich erstellt.',
- ],
+ 'success' => 'Feldsatz wurde erfolgreich erstellt.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Feldsatz wurde nicht aktualisiert. Bitte versuchen Sie es erneut.',
- 'success' => 'Feldsatz wurde erfolgreich aktualisiert.',
- ],
+ 'success' => 'Feldsatz wurde erfolgreich aktualisiert.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Sind Sie sicher, dass Sie diesen Feldsatz löschen möchten?',
'error' => 'Beim Löschen des Feldsatzes ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.',
'success' => 'Der Feldsatz wurde erfolgreich gelöscht.',
'in_use' => 'Dieser Feldsatz wird derzeit noch verwendet.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/de/admin/departments/message.php b/resources/lang/de/admin/departments/message.php
index 7b22a8d480..4148327419 100644
--- a/resources/lang/de/admin/departments/message.php
+++ b/resources/lang/de/admin/departments/message.php
@@ -1,21 +1,21 @@
'Diese Abteilung existiert nicht.',
'assoc_users' => 'Diese Abteilung ist mindestens einem Benutzer zugewiesen und kann nicht gelöscht werden. Bitte entfernen Sie die Abteilungszuweisung bei den jeweiligen Benutzern und versuchen Sie es erneut diese Abteilung zu entfernen. ',
- 'create' => [
+ 'create' => array(
'error' => 'Abteilung wurde nicht erstellt. Bitte versuchen Sie es erneut.',
- 'success' => 'Abteilung wurde erfolgreich erstellt.',
- ],
- 'update' => [
+ 'success' => 'Abteilung wurde erfolgreich erstellt.'
+ ),
+ 'update' => array(
'error' => 'Abteilung wurde nicht aktualisiert. Bitte versuchen Sie es erneut',
- 'success' => 'Abteilung wurde erfolgreich aktualisiert.',
- ],
- 'delete' => [
+ 'success' => 'Abteilung wurde erfolgreich aktualisiert.'
+ ),
+ 'delete' => array(
'confirm' => 'Sind Sie sicher, dass Sie diese Abteilung löschen möchten?',
'error' => 'Beim Löschen der Abteilung ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.',
- 'success' => 'Die Abteilung wurde erfolgreich gelöscht.',
- ],
+ 'success' => 'Die Abteilung wurde erfolgreich gelöscht.'
+ )
-];
+);
diff --git a/resources/lang/de/admin/departments/table.php b/resources/lang/de/admin/departments/table.php
index 469cb6a4d8..d5dad4472e 100644
--- a/resources/lang/de/admin/departments/table.php
+++ b/resources/lang/de/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Name der Abteilung',
@@ -8,4 +8,4 @@ return [
'location' => 'Standort',
'create' => 'Abteilung erstellen',
'update' => 'Abteilung aktualisieren',
- ];
+ );
diff --git a/resources/lang/de/admin/depreciations/general.php b/resources/lang/de/admin/depreciations/general.php
index cf5a44858a..ce43edcdab 100644
--- a/resources/lang/de/admin/depreciations/general.php
+++ b/resources/lang/de/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Asset-Abschreibungen',
'create' => 'Abschreibung erstellen',
'depreciation_name' => 'Abschreibungs Name',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Anzahl der Monate',
'update' => 'Abschreibung aktualisieren',
- 'depreciation_min' => 'Minimaler Wert nach Abschreibung'
-
+ 'depreciation_min' => 'Minimaler Wert nach Abschreibung',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/de/admin/depreciations/message.php b/resources/lang/de/admin/depreciations/message.php
index 3632aaa288..cbfa3d0f8b 100644
--- a/resources/lang/de/admin/depreciations/message.php
+++ b/resources/lang/de/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Die Abschreibungsklasse existiert nicht.',
'assoc_users' => 'Diese Abschreibung ist derzeit einem oder mehreren Modellen zugeordnet und kann nicht gelöscht werden. Bitte löschen Sie erst die Modelle und versuchen es dann erneut. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Abschreibungsklasse wurde nicht erstellt. Bitte versuchen Sie es erneut.',
- 'success' => 'Abschreibungsklasse wurde erfolgreich erstellt.',
- ],
+ 'success' => 'Abschreibungsklasse wurde erfolgreich erstellt.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Abschreibungsklasse wurde nicht aktualisiert. Bitte versuchen Sie es erneut',
- 'success' => 'Abschreibungsklasse wurde erfolgreich aktualisiert.',
- ],
+ 'success' => 'Abschreibungsklasse wurde erfolgreich aktualisiert.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Sind Sie sicher, dass Sie diese Abschreibungsklasse löschen wollen?',
'error' => 'Beim Löschen der Abschreibungsklasse ist ein Problem aufgetreten. Bitte versuchen Sie es erneut.',
- 'success' => 'Die Abschreibungsklasse wurde erfolgreich gelöscht.',
- ],
+ 'success' => 'Die Abschreibungsklasse wurde erfolgreich gelöscht.'
+ )
-];
+);
diff --git a/resources/lang/de/admin/depreciations/table.php b/resources/lang/de/admin/depreciations/table.php
index f1f7a9d174..d0b557d208 100644
--- a/resources/lang/de/admin/depreciations/table.php
+++ b/resources/lang/de/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Monate',
'term' => 'Laufzeit',
'title' => 'Name ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/de/admin/groups/message.php b/resources/lang/de/admin/groups/message.php
index edc3a40809..45de4e6ac6 100644
--- a/resources/lang/de/admin/groups/message.php
+++ b/resources/lang/de/admin/groups/message.php
@@ -1,22 +1,22 @@
'Gruppe existiert bereits!',
'group_not_found' => 'Gruppe [: Id] existiert nicht.',
'group_name_required' => '"Name" darf nicht leer sein',
- 'success' => [
+ 'success' => array(
'create' => 'Die Gruppe wurde erfolgreich erstellt.',
'update' => 'Die Gruppe wurde erfolgreich geändert.',
'delete' => 'Die Gruppe wurde erfolgreich gelöscht.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Sind Sie sicher, dass Sie die Gruppe löschen wollen?',
'create' => 'Beim Erstellen der Gruppe ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.',
'update' => 'Beim Aktualisieren der Gruppe ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.',
'delete' => 'Beim Löschen der Gruppe ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/de/admin/groups/table.php b/resources/lang/de/admin/groups/table.php
index ed3458d67f..f856be365b 100644
--- a/resources/lang/de/admin/groups/table.php
+++ b/resources/lang/de/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Name',
'users' => '# von Benutzern',
-];
+);
diff --git a/resources/lang/de/admin/groups/titles.php b/resources/lang/de/admin/groups/titles.php
index bbe3907e50..b504378302 100644
--- a/resources/lang/de/admin/groups/titles.php
+++ b/resources/lang/de/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Gruppenadministrator',
'allow' => 'Erlauben',
'deny' => 'Nicht erlauben',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/de/admin/hardware/form.php b/resources/lang/de/admin/hardware/form.php
index a8b8c29493..5c5f335307 100644
--- a/resources/lang/de/admin/hardware/form.php
+++ b/resources/lang/de/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garantie',
'warranty_expires' => 'Garantie Ablaufdatum',
'years' => 'Jahre',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/de/admin/hardware/general.php b/resources/lang/de/admin/hardware/general.php
index 571e686d44..9d377dfc1f 100644
--- a/resources/lang/de/admin/hardware/general.php
+++ b/resources/lang/de/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'Dieses Modell für Assets wurde gelöscht. Sie müssen das Modell wiederherstellen, bevor Sie das Asset wiederherstellen können.',
'requestable' => 'Anforderbar',
'requested' => 'Angefordert',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Asset wiederherstellen',
'pending' => 'Ausstehend',
'undeployable' => 'Nicht einsetzbar',
'view' => 'Asset ansehen',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/de/admin/hardware/message.php b/resources/lang/de/admin/hardware/message.php index 91b9cf202f..ed49e72fb9 100644 --- a/resources/lang/de/admin/hardware/message.php +++ b/resources/lang/de/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Achtung:Dieses Asset wurde kürzlich als nicht verteilbar markiert. Falls sich dieser Status verändert hat, aktualisieren Sie bitte den Asset Status.', 'does_not_exist' => 'Asset existiert nicht.', - 'does_not_exist_or_not_requestable' => 'Netter Versuch. Dieses Asset existiert nicht oder ist nicht anforderbar.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Dieses Asset ist im Moment an einen Benutzer herausgegeben und kann nicht entfernt werden. Bitte buchen sie das Asset wieder ein und versuchen Sie dann erneut es zu entfernen. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Asset-Audit erfolgreich protokolliert.', ], + 'deletefile' => [ 'error' => 'Datei wurde nicht gelöscht. Bitte versuchen Sie es erneut.', 'success' => 'Datei erfolgreich gelöscht.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'Die Datei konnte nicht gelöscht werden', ], + 'delete' => [ 'confirm' => 'Sind Sie sicher, dass Sie dieses Asset entfernen möchten?', 'error' => 'Beim Entfernen dieses Assets ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.', diff --git a/resources/lang/de/admin/hardware/table.php b/resources/lang/de/admin/hardware/table.php index 44b02e7bf9..ed58c65d9a 100644 --- a/resources/lang/de/admin/hardware/table.php +++ b/resources/lang/de/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Asset Tag', 'asset_model' => 'Modell', - 'book_value' => 'Wert', + 'book_value' => 'Current Value', 'change' => 'Zurücknehmen/Herausgeben', 'checkout_date' => 'Herausgabedatum', 'checkoutto' => 'Herausgegeben', + 'current_value' => 'Current Value', 'diff' => 'Differenz', 'dl_csv' => 'CSV Herunterladen', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Seriennummer', 'status' => 'Status', 'title' => 'Asset ', - 'image' => 'Geräte-Bild', + 'image' => 'Geräte-Bild', 'days_without_acceptance' => 'Tage ohne Akzeptierung', 'monthly_depreciation' => 'Monatliche Abschreibung', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/de/admin/kits/general.php b/resources/lang/de/admin/kits/general.php index 140c62f856..a4cd60641a 100644 --- a/resources/lang/de/admin/kits/general.php +++ b/resources/lang/de/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'Es gibt nicht genügend Lizenzen für :license zum Herausgeben. :qty sind erforderlich. ', 'none_consumables' => 'Es gibt nicht genügend verfügbare Einheiten von :consumable zum Herausgeben. :qty sind erforderlich. ', 'none_accessory' => 'Es gibt nicht genügend verfügbare Einheiten von :accessory zum Herausgeben. :qty werden benötigt. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/de/admin/licenses/form.php b/resources/lang/de/admin/licenses/form.php index ecc98db914..49a5410dea 100644 --- a/resources/lang/de/admin/licenses/form.php +++ b/resources/lang/de/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Asset', 'checkin' => 'Zurücknehmen', @@ -18,5 +18,5 @@ return [ 'to_email' => 'E-Mail des Lizenzerwerbers', 'to_name' => 'Name des Lizenzerwerbers', 'update' => 'Lizenz aktualisieren', - 'checkout_help' => 'Du musst eine Lizenz an einen Gegenstand oder eine Person herausgeben. Du kannst beides auswählen, allerdings muss der Besitzer des Gegenstands mit der Person übereinstimmen an die du den Gegenstand herausgibst.', -]; + 'checkout_help' => 'Du musst eine Lizenz an einen Gegenstand oder eine Person herausgeben. Du kannst beides auswählen, allerdings muss der Besitzer des Gegenstands mit der Person übereinstimmen an die du den Gegenstand herausgibst.' +); diff --git a/resources/lang/de/admin/licenses/general.php b/resources/lang/de/admin/licenses/general.php index 43e0c3d1cf..f3876cd869 100644 --- a/resources/lang/de/admin/licenses/general.php +++ b/resources/lang/de/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Über Lizenzen', 'about_licenses' => 'Lizenzen werden verwendet, um Software zu verfolgen. Sie haben eine bestimmte Anzahl von Plätzen, die an Einzelpersonen ausgegeben werden können', 'checkin' => 'Lizenzaktivierung zurücknehmen', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Software Lizenzen', 'user' => 'Nutzer', 'view' => 'Lizenz ansehen', -]; +); diff --git a/resources/lang/de/admin/licenses/message.php b/resources/lang/de/admin/licenses/message.php index de254ca118..70ab9ca1a6 100644 --- a/resources/lang/de/admin/licenses/message.php +++ b/resources/lang/de/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Die Lizenz existiert nicht.', 'user_does_not_exist' => 'Benutzer existiert nicht.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Sie müssen ein Asset oder einen Benutzer auswählen, aber nicht beides.', 'not_found' => 'Lizenz nicht gefunden', - 'create' => [ - 'error' => 'Lizenz wurde nicht erstellt, bitte versuchen Sie es erneut.', - 'success' => 'Die Lizenz wurde erfolgreich erstellt.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Lizenz wurde nicht erstellt, bitte versuchen Sie es erneut.', + 'success' => 'Die Lizenz wurde erfolgreich erstellt.' + ), + + 'deletefile' => array( 'error' => 'Datei wurde nicht gelöscht. Bitte versuchen Sie es erneut.', 'success' => 'Datei erfolgreich gelöscht.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Datei(en) wurden nicht hochgeladen. Bitte versuchen Sie es erneut.', 'success' => 'Datei(en) erfolgreich hochgeladen.', 'nofiles' => 'Sie haben keine Datei zum Hochladen ausgewählt oder die Datei, die Sie hochladen möchten, ist zu groß', 'invalidfiles' => 'Eine oder mehrere Ihrer Dateien sind zu groß oder ist ein Dateityp, der nicht zulässig ist. Erlaubte Dateitypen sind png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml und lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Die Lizenz wurde nicht aktualisiert, bitte versuchen Sie es erneut', - 'success' => 'Die Lizenz wurde erfolgreich aktualisiert.', - ], + 'success' => 'Die Lizenz wurde erfolgreich aktualisiert.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Sind Sie sicher, dass Sie diese Lizenz löschen wollen?', 'error' => 'Beim Löschen der Lizenz ist ein Problem aufgetreten. Bitte versuchen Sie es erneut.', - 'success' => 'Die Lizenz wurde erfolgreich gelöscht.', - ], + 'success' => 'Die Lizenz wurde erfolgreich gelöscht.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Lizenz wurde nicht herausgegeben, bitte versuchen Sie es erneut.', - 'success' => 'Lizenz wurde erfolgreich herausgegeben', - ], + 'success' => 'Lizenz wurde erfolgreich herausgegeben' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Lizenz wurde nicht zurückgenommen, bitte versuchen Sie es erneut.', - 'success' => 'Die Lizenz wurde erfolgreich zurückgenommen', - ], + 'success' => 'Die Lizenz wurde erfolgreich zurückgenommen' + ), -]; +); diff --git a/resources/lang/de/admin/licenses/table.php b/resources/lang/de/admin/licenses/table.php index 1c5025bf4e..bd12760a6e 100644 --- a/resources/lang/de/admin/licenses/table.php +++ b/resources/lang/de/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Zugewiesen an', 'checkout' => 'Zurücknehmen/Herausgeben', @@ -14,4 +14,4 @@ return [ 'serial' => 'Seriennummer', 'title' => 'Lizenz', -]; +); diff --git a/resources/lang/de/admin/locations/message.php b/resources/lang/de/admin/locations/message.php index c88f77c729..91c5182398 100644 --- a/resources/lang/de/admin/locations/message.php +++ b/resources/lang/de/admin/locations/message.php @@ -1,26 +1,27 @@ 'Der Standort ist nicht vorhanden.', 'assoc_users' => 'Dieser Standort ist mindestens einem Benutzer zugewiesen und kann nicht gelöscht werden. Bitte entfernen Sie die Standortzuweisung bei den jeweiligen Benutzern und versuchen Sie es erneut diesen Standort zu entfernen. ', 'assoc_assets' => 'Dieser Standort ist mindestens einem Gegenstand zugewiesen und kann nicht gelöscht werden. Bitte entfernen Sie die Standortzuweisung bei den jeweiligen Gegenständen und versuchen Sie es erneut diesen Standort zu entfernen. ', 'assoc_child_loc' => 'Dieser Ort ist mindestens einem anderen Ort übergeordnet und kann nicht gelöscht werden. Bitte Orte aktualisieren, so dass dieser Standort nicht mehr verknüpft ist und erneut versuchen. ', - 'create' => [ + + 'create' => array( 'error' => 'Standort wurde nicht erstellt, bitte versuchen Sie es erneut.', - 'success' => 'Standort erfolgreich erstellt.', - ], + 'success' => 'Standort erfolgreich erstellt.' + ), - 'update' => [ + 'update' => array( 'error' => 'Standort wurde nicht aktualisiert, bitte erneut versuchen', - 'success' => 'Standort erfolgreich aktualisiert.', - ], + 'success' => 'Standort erfolgreich aktualisiert.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Möchten Sie diesen Standort wirklich entfernen?', 'error' => 'Es gab einen Fehler beim Löschen des Standorts. Bitte erneut versuchen.', - 'success' => 'Der Standort wurde erfolgreich gelöscht.', - ], + 'success' => 'Der Standort wurde erfolgreich gelöscht.' + ) -]; +); diff --git a/resources/lang/de/admin/locations/table.php b/resources/lang/de/admin/locations/table.php index 8374d9f8dc..e7a3bbddb5 100644 --- a/resources/lang/de/admin/locations/table.php +++ b/resources/lang/de/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Übergeordneter Standort', 'currency' => 'Landeswährung', 'ldap_ou' => 'LDAP OU Suche', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/de/admin/manufacturers/message.php b/resources/lang/de/admin/manufacturers/message.php index 75a6e31dfa..16aa38f4ba 100644 --- a/resources/lang/de/admin/manufacturers/message.php +++ b/resources/lang/de/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Hersteller existiert nicht.', 'assoc_users' => 'Dieser Hersteller ist bereits mit einem Model verknüpft und kann nicht gelöscht werden. Bitte trennen sie Ihre Modelle von diesem Hersteller und versuchen Sie es Erneut.', - 'create' => [ + 'create' => array( 'error' => 'Der Hersteller konnte nicht erstellt werden, bitte versuchen sie es erneut.', - 'success' => 'Der Hersteller wurde erfolgreich erstellt.', - ], + 'success' => 'Der Hersteller wurde erfolgreich erstellt.' + ), - 'update' => [ + 'update' => array( 'error' => 'Der Hersteller konnte nicht aktualisiert werden, bitte versuchen sie es erneut', - 'success' => 'Der Hersteller wurde erfolgreich erstellt.', - ], + 'success' => 'Der Hersteller wurde erfolgreich erstellt.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Der Hersteller wurde nicht wiederhergestellt. Bitte versuchen Sie es erneut', - 'success' => 'Hersteller wurde erfolgreich wiederhergestellt.', - ], + 'success' => 'Hersteller wurde erfolgreich wiederhergestellt.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Sind sie sicher, dass sie diesen Hersteller löschen wollen?', 'error' => 'Beim löschen des Herstellers ist ein Problem aufgetreten. Bitte versuchen sie es erneut.', - 'success' => 'Der Hersteller wurde erfolgreich gelöscht.', - ], + 'success' => 'Der Hersteller wurde erfolgreich gelöscht.' + ) -]; +); diff --git a/resources/lang/de/admin/manufacturers/table.php b/resources/lang/de/admin/manufacturers/table.php index 6063c8b3e8..648c50cffe 100644 --- a/resources/lang/de/admin/manufacturers/table.php +++ b/resources/lang/de/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Über Hersteller', 'about_manufacturers_text' => 'Hersteller sind Firmen, die ihre Assets herstellen. Hier können Sie wichtige Supportkontakte eintragen, welche in den Assetdetails angezeigt werden.', 'asset_manufacturers' => 'Asset Hersteller', @@ -13,4 +13,4 @@ return [ 'update' => 'Hersteller aktualisieren', 'url' => 'URL', -]; +); diff --git a/resources/lang/de/admin/models/general.php b/resources/lang/de/admin/models/general.php index 106c863269..0580841319 100644 --- a/resources/lang/de/admin/models/general.php +++ b/resources/lang/de/admin/models/general.php @@ -1,6 +1,6 @@ 'Über Asset-Modelle', 'about_models_text' => 'Asset-Modelle sind eine Möglichkeit, identische Assets zu gruppieren. "MBP 2013", "IPhone 6 s" usw.', 'deleted' => 'Dieses Modell wurde gelöscht.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Sie sind im Begriff :model_count Asset-Modelle zu löschen.', 'restore' => 'Modell wiederherstellen', 'requestable' => 'Benutzer können dieses Modell anfordern', - 'show_mac_address' => 'MAC Adressen Feld anzeigen für Assets mit diesses Modell', + 'show_mac_address' => 'MAC Adressen Feld anzeigen für Assets mit diesses Modell', 'view_deleted' => 'Gelöschte anzeigen', 'view_models' => 'Modelle anzeigen', 'fieldset' => 'Feldsatz', 'no_custom_field' => 'Keine benutzerdefinierten Felder', 'add_default_values' => 'Füge Standardwerte hinzu', -]; +); diff --git a/resources/lang/de/admin/models/message.php b/resources/lang/de/admin/models/message.php index 465a9d1466..2c58b2bdbd 100644 --- a/resources/lang/de/admin/models/message.php +++ b/resources/lang/de/admin/models/message.php @@ -1,41 +1,42 @@ 'Modell existiert nicht.', 'assoc_users' => 'Dieses Modell ist zur Zeit mit einem oder mehreren Assets verknüpft und kann nicht gelöscht werden. Bitte lösche die Assets und versuche dann erneut das Modell zu löschen. ', - 'create' => [ + + 'create' => array( 'error' => 'Modell wurde nicht erstellt. Bitte versuch es noch einmal.', 'success' => 'Modell wurde erfolgreich erstellt.', 'duplicate_set' => 'Ein Asset-Modell mit diesem Namen, Hersteller und Modell Nummer existiert bereits.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Modell wurde nicht aktualisiert. Bitte versuch es noch einmal', - 'success' => 'Modell wurde erfolgreich aktualisiert.', - ], + 'success' => 'Modell wurde erfolgreich aktualisiert.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Sind Sie sicher, dass Sie dieses Asset-Modell löschen möchten?', 'error' => 'Beim Löschen des Modell ist ein Fehler aufgetreten. Bitte probieren Sie es noch einmal.', - 'success' => 'Das Modell wurde erfolgreich gelöscht.', - ], + 'success' => 'Das Modell wurde erfolgreich gelöscht.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Das Modell konnte nicht Wiederhergestellt werden, bitte versuchen Sie es erneut', - 'success' => 'Das Modell wurde erfolgreich Wiederhergestellt.', - ], + 'success' => 'Das Modell wurde erfolgreich Wiederhergestellt.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Es wurden keine Felder ausgewählt, somit wurde auch nichts aktualisiert.', - 'success' => 'Modelle aktualisiert.', - ], + 'success' => 'Modelle aktualisiert.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Es wurden keine Modelle ausgewählt. Somit wurde auch nichts gelöscht.', 'success' => ':success_count Modell(e) gelöscht!', - 'success_partial' => ':success_count Modell(e) wurden gelöscht. Jedochen konnten :fail_count nicht gelöscht werden, da ihnen noch Assets zugeordnet sind.', - ], + 'success_partial' => ':success_count Modell(e) wurden gelöscht. Jedochen konnten :fail_count nicht gelöscht werden, da ihnen noch Assets zugeordnet sind.' + ), -]; +); diff --git a/resources/lang/de/admin/models/table.php b/resources/lang/de/admin/models/table.php index 27c89355dc..ebf8e7c636 100644 --- a/resources/lang/de/admin/models/table.php +++ b/resources/lang/de/admin/models/table.php @@ -1,6 +1,6 @@ 'Asset-Modell erstellen', 'created_at' => 'Erstellt am', @@ -14,4 +14,4 @@ return [ 'update' => 'Asset Modell aktualisieren', 'clone' => 'Modell duplizieren', 'edit' => 'Modell bearbeiten', -]; +); diff --git a/resources/lang/de/admin/reports/general.php b/resources/lang/de/admin/reports/general.php index bae4e5cd66..23d11973ab 100644 --- a/resources/lang/de/admin/reports/general.php +++ b/resources/lang/de/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Wähle eine Option für deinen Asset Bericht.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/de/admin/reports/message.php b/resources/lang/de/admin/reports/message.php index 951250399e..55e5d295f4 100644 --- a/resources/lang/de/admin/reports/message.php +++ b/resources/lang/de/admin/reports/message.php @@ -1,5 +1,5 @@ 'Sie müssen mindestens eine Option auswählen.', -]; +return array( + 'error' => 'Sie müssen mindestens eine Option auswählen.' +); diff --git a/resources/lang/de/admin/settings/general.php b/resources/lang/de/admin/settings/general.php index 641a831c2a..7e4e54ce16 100644 --- a/resources/lang/de/admin/settings/general.php +++ b/resources/lang/de/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Active Directory Domäne', 'ad_domain_help' => 'Meistens dieselbe wie die E-Mail Domäne.', 'ad_append_domain_label' => 'Domänenname anhängen', 'ad_append_domain' => 'Domänenname an das Feld Benutzername anhängen', - 'ad_append_domain_help' => 'Benutzer muss nicht "username@domain.local" eingeben, "username" ist ausreichend.' , + 'ad_append_domain_help' => 'Benutzer muss nicht "username@domain.local" eingeben, "username" ist ausreichend.', 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'Wenn Sie eine Kopie der Rücknahme- / Herausgabe-E-Mails, die an Benutzer gehen auch an zusätzliche E-Mail-Empfänger versenden möchten, geben Sie sie hier ein. Ansonsten lassen Sie dieses Feld leer.', 'is_ad' => 'Dies ist ein Active Directory Server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Alarme senden an', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'E-Mail-Benachrichtigungen aktiviert', 'alert_interval' => 'Ablauf Alarmschwelle (in Tagen)', 'alert_inv_threshold' => 'Inventar Alarmschwelle', 'allow_user_skin' => 'Benutzerdesign erlauben', - 'allow_user_skin_help_text' => 'Wenn Sie dieses Kästchen aktivieren, kann ein Benutzer das Design mit einem anderen überschreiben.' , + 'allow_user_skin_help_text' => 'Wenn Sie dieses Kästchen aktivieren, kann ein Benutzer das Design mit einem anderen überschreiben.', 'asset_ids' => 'Asset IDs', 'audit_interval' => 'Auditintervall', 'audit_interval_help' => 'Wenn Sie Ihre Assets regelmäßig physisch überprüfen müssen, geben Sie das Intervall in Monaten ein.', 'audit_warning_days' => 'Audit-Warnschwelle', 'audit_warning_days_help' => 'Wie viele Tage im Voraus sollten wir Sie warnen, wenn Vermögenswerte zur Prüfung fällig werden?', - 'auto_increment_assets' => 'Erzeugen von fortlaufenden Asset IDs', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Präfix (optional)', - 'auto_incrementing_help' => 'Aktiviere zuerst fortlaufende Asset IDs um dies zu setzen', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Sicherungen', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Wählen Sie die Felder aus, die Sie in Ihren benutzerdefinierten Bericht einfügen möchten, und klicken Sie auf Generieren. Die Datei (custom-asset-report-YYYY-mm-dd.csv) wird automatisch heruntergeladen und Sie können sie in Excel öffnen.
+Wenn Sie nur bestimmte Artikel exportieren möchten, verwenden Sie die folgenden Optionen, um Ihre Ergebnisse zu verfeinern.
', + 'range' => 'Bereich', + 'bom_remark' => 'Füge ein BOM (Byte-Reihenfolge-Markierung) zu dieser CSV hinzu', + 'improvements' => 'Verbesserungen', + 'information' => 'Information', + 'permissions' => 'Berechtigungen', + 'managed_ldap' => '(Über LDAP verwaltet)', + 'export' => 'Exportieren', + 'ldap_sync' => 'LDAP Synchronisierung', + 'ldap_user_sync' => 'LDAP Benutzer Synchronisierung', + 'synchronize' => 'Synchronisieren', + 'sync_results' => 'Status der Synchronisierung', + 'license_serial' => 'Seriennummer/Produktschlüssel', + 'invalid_category' => 'Ungültige Kategorie', + 'dashboard_info' => 'Dies ist Ihr Dashboard. Es gibt viele ähnlich, aber dieses ist Ihnen.', + '60_percent_warning' => '60% abgeschlossen (Warnung)', + 'dashboard_empty' => 'Es sieht so aus, als hättest du noch nichts hinzugefügt, so dass wir nichts Großartiges zum Anzeigen haben. Beginne jetzt mit dem Hinzufügen einiger Assets, Zubehör, Verbrauchsmaterialien oder Lizenzen!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Diesen Artikel zurücknehmen', + 'checkout_user_tooltip' => 'Diesen Artikel an einen Benutzer herausgeben', +]; diff --git a/resources/lang/de/mail.php b/resources/lang/de/mail.php index f0684b680b..e5d338a7f6 100644 --- a/resources/lang/de/mail.php +++ b/resources/lang/de/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Dies ist ein Test von Snipe-IT-Asset-Management-System. Wenn Sie das erhalten haben, funktioniert das Senden von Mails :)', 'the_following_item' => 'Der folgende Gegenstand wurde eingecheckt: ', 'low_inventory_alert' => 'Es gibt :count Artikel, der unter dem Minimum ist oder kurz davor ist.|Es gibt :count Artikel, die unter dem Minimum sind oder kurz davor sind.', - 'assets_warrantee_alert' => 'Es gibt :count Asset mit einer auslaufenden Garantie in den nächsten :threshold Tagen.| Es gibt :count Assets mit auslaufenden Garantien in den nächsten :threshold Tagen.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Es gibt :count auslaufende Lizenz in den nächsten :threshold Tagen.|Es gibt :count auslaufende Lizenzen in den nächsten :threshold Tagen.', 'to_reset' => 'Zum Zurücksetzen Ihres :web Passwortes, füllen Sie bitte dieses Formular aus:', 'type' => 'Typ', diff --git a/resources/lang/de/pagination.php b/resources/lang/de/pagination.php index aba8621c7d..dd9049034f 100644 --- a/resources/lang/de/pagination.php +++ b/resources/lang/de/pagination.php @@ -1,6 +1,6 @@ 'Vor »', -]; +); diff --git a/resources/lang/de/reminders.php b/resources/lang/de/reminders.php index 5527e10990..42a628f958 100644 --- a/resources/lang/de/reminders.php +++ b/resources/lang/de/reminders.php @@ -1,6 +1,6 @@ 'Das Passwort muss Sechs Zeichen haben und übereinstimmen.', + "password" => "Das Passwort muss Sechs Zeichen haben und übereinstimmen.", - 'user' => 'Benutzername oder Email-Adresse sind falsch', + "user" => "Benutzername oder Email-Adresse sind falsch", - 'token' => 'Das Token um das Passwort zurückzusetzen ist ungültig.', + "token" => "Das Token um das Passwort zurückzusetzen ist ungültig.", - 'sent' => 'Wenn eine passende Email-Adresse gefunden wurde, wurde eine Passworterinnerung verschickt!', + "sent" => "Wenn eine passende Email-Adresse gefunden wurde, wurde eine Passworterinnerung verschickt!", -]; +); diff --git a/resources/lang/de/table.php b/resources/lang/de/table.php index 151e94e6f9..9203ca8c68 100644 --- a/resources/lang/de/table.php +++ b/resources/lang/de/table.php @@ -1,10 +1,10 @@ 'Aktionen', 'action' => 'Aktion', 'by' => 'Von', 'item' => 'Gegenstand', -]; +); diff --git a/resources/lang/de/validation.php b/resources/lang/de/validation.php index 470baa774e..e361b1d04a 100644 --- a/resources/lang/de/validation.php +++ b/resources/lang/de/validation.php @@ -1,6 +1,6 @@ ':attribute benötigt mindestens :min Zeichen.', 'array' => ':attribute muss mindestens :min Elemente enthalten.', ], + 'starts_with' => ':attribute muss mit einem der folgenden Werte beginnen: :values.', 'not_in' => 'Auswahl :attribute ist ungültig.', 'numeric' => ':attribute muss eine Zahl sein.', 'present' => 'Das Attributfeld muss vorhanden sein.', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute schon benutzt.', 'uploaded' => ':attribute konnte nicht hochgeladen werden.', 'url' => ':attribute Format ist ungültig.', - "unique_undeleted" => "Die Variable :attribute muss eindeutig sein.", - "non_circular" => "Das :attribute darf keinen Zirkelbezug ergeben.", + 'unique_undeleted' => 'Die Variable :attribute muss eindeutig sein.', + 'non_circular' => 'Das :attribute darf keinen Zirkelbezug ergeben.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Das :attribute Feld enthält ein nicht erlaubtes Zeichen.", - "email_array" => "Eine oder mehrere Email Adressen sind ungültig.", - "hashed_pass" => "Ihr derzeitiges Passwort ist nicht korrekt", + 'alpha_space' => 'Das :attribute Feld enthält ein nicht erlaubtes Zeichen.', + 'email_array' => 'Eine oder mehrere Email Adressen sind ungültig.', + 'hashed_pass' => 'Ihr derzeitiges Passwort ist nicht korrekt', 'dumbpwd' => 'Das Passwort ist zu gebräuchlich.', - "statuslabel_type" => "Sie müssen einen gültigen Statuslabel-Typ auswählen", + 'statuslabel_type' => 'Sie müssen einen gültigen Statuslabel-Typ auswählen', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/el/admin/accessories/general.php b/resources/lang/el/admin/accessories/general.php index a55bc4da20..bd09f65ab5 100644 --- a/resources/lang/el/admin/accessories/general.php +++ b/resources/lang/el/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Κατηγορία αξεσουάρ', 'accessory_name' => 'Όνομα ανταλλακτικού', 'checkout' => 'Checkout αξεσουάρ', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Χρησιμοποιήστε την προεπιλεγμένη primary EULA.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/el/admin/custom_fields/message.php b/resources/lang/el/admin/custom_fields/message.php
index d8ed11416b..cc0eea7899 100644
--- a/resources/lang/el/admin/custom_fields/message.php
+++ b/resources/lang/el/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Αυτό το πεδίο δεν υπάρχει.',
'already_added' => 'Το πεδίο έχει ήδη προσθέσει',
- 'create' => [
+ 'create' => array(
'error' => 'Το πεδία δεν δημιουργήθηκαν, παρακαλώ προσπαθήστε ξανά.',
'success' => 'Το πεδίο δημιουργήθηκε με επιτυχία.',
- 'assoc_success' => 'Το πεδίο προστέθηκε με επιτυχία στο fieldset.',
- ],
+ 'assoc_success' => 'Το πεδίο προστέθηκε με επιτυχία στο fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Το πεδίο δεν ενημερώθηκε, δοκιμάστε ξανά',
- 'success' => 'Το πεδίο ενημερώθηκε επιτυχώς.',
- ],
+ 'success' => 'Το πεδίο ενημερώθηκε επιτυχώς.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το πεδίο;',
'error' => 'Παρουσιάστηκε πρόβλημα κατά τη διαγραφή του πεδίου. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.',
'success' => 'Το πεδίο διαγράφηκε με επιτυχία.',
'in_use' => 'Το πεδίο παραμένει σε χρήση.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Το πεδίο δεν υπάρχει',
- 'create' => [
+ 'create' => array(
'error' => 'Το Fieldset δεν δημιουργήθηκε, δοκιμάστε ξανά.',
- 'success' => 'Το σύνολο των πεδίων δημιουργήθηκε με επιτυχία.',
- ],
+ 'success' => 'Το σύνολο των πεδίων δημιουργήθηκε με επιτυχία.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Το Fieldset δεν ενημερώθηκε, δοκιμάστε ξανά',
- 'success' => 'Το σύνολο των πεδίων ενημερώθηκε με επιτυχία.',
- ],
+ 'success' => 'Το σύνολο των πεδίων ενημερώθηκε με επιτυχία.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το σύνολο πεδίων;',
'error' => 'Παρουσιάστηκε ένα ζήτημα κατάργησης του πεδίου. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.',
'success' => 'Το πεδίο πεδίου διαγράφηκε με επιτυχία.',
'in_use' => 'Το σύνολο των πεδίων παραμένουν σε χρήση.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/el/admin/departments/message.php b/resources/lang/el/admin/departments/message.php
index 5da6006cc9..1bd4817ea3 100644
--- a/resources/lang/el/admin/departments/message.php
+++ b/resources/lang/el/admin/departments/message.php
@@ -1,21 +1,21 @@
'Τμήμα δεν υπάρχει.',
'assoc_users' => 'Αυτό το τμήμα σχετίζεται προς το παρόν με τουλάχιστον έναν χρήστη και δεν μπορεί να διαγραφεί. Ενημερώστε τους χρήστες σας ώστε να μην αναφέρονται πλέον στο τμήμα αυτό και προσπαθήστε ξανά.',
- 'create' => [
+ 'create' => array(
'error' => 'Τμήμα δεν δημιουργήθηκε, δοκιμάστε ξανά.',
- 'success' => 'Τμήμα δημιουργήθηκε με επιτυχία.',
- ],
- 'update' => [
+ 'success' => 'Τμήμα δημιουργήθηκε με επιτυχία.'
+ ),
+ 'update' => array(
'error' => 'Τμήμα δεν ενημερώθηκε, δοκιμάστε ξανά',
- 'success' => 'Τμήμα ενημερώθηκε με επιτυχία.',
- ],
- 'delete' => [
+ 'success' => 'Τμήμα ενημερώθηκε με επιτυχία.'
+ ),
+ 'delete' => array(
'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το τμήμα;',
'error' => 'Παρουσιάστηκε πρόβλημα κατά τη διαγραφή του τμήματος. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.',
- 'success' => 'Το τμήμα διαγράφηκε με επιτυχία.',
- ],
+ 'success' => 'Το τμήμα διαγράφηκε με επιτυχία.'
+ )
-];
+);
diff --git a/resources/lang/el/admin/departments/table.php b/resources/lang/el/admin/departments/table.php
index de5313a54e..98dfc63be6 100644
--- a/resources/lang/el/admin/departments/table.php
+++ b/resources/lang/el/admin/departments/table.php
@@ -1,6 +1,6 @@
'ταυτότητα',
'name' => 'όνομα τμήματος',
@@ -8,4 +8,4 @@ return [
'location' => 'Τοποθεσία',
'create' => 'Δημιουργία τμήματος',
'update' => 'Ενημέρωση Τμήματος',
- ];
+ );
diff --git a/resources/lang/el/admin/depreciations/general.php b/resources/lang/el/admin/depreciations/general.php
index 02578a214b..23529d5d33 100644
--- a/resources/lang/el/admin/depreciations/general.php
+++ b/resources/lang/el/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Αποσβέσεις περιουσιακών στοιχείων',
'create' => 'Δημιουργία αποσβέσεων',
'depreciation_name' => 'Όνομα απόσβεσης',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Αριθμός των μηνών',
'update' => 'Ενημέρωση αποσβέσεων',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/el/admin/depreciations/message.php b/resources/lang/el/admin/depreciations/message.php
index 0aa25badce..f9de51300a 100644
--- a/resources/lang/el/admin/depreciations/message.php
+++ b/resources/lang/el/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Αποσβέσεις κλάση δεν υπάρχει.',
'assoc_users' => 'Αυτή η απόσβεση είναι επί του παρόντος σχετίζεται με ένα ή περισσότερα μοντέλα και δεν μπορεί να διαγραφεί. Παρακαλώ διαγράψτε τα μοντέλα, και, στη συνέχεια, προσπαθήστε να διαγράψετε ξανά. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Δεν δημιουργήθηκε κλάση απόσβεσης, δοκιμάστε ξανά. :(',
- 'success' => 'Η κατηγορία απόσβεσης δημιουργήθηκε με επιτυχία. :)',
- ],
+ 'success' => 'Η κατηγορία απόσβεσης δημιουργήθηκε με επιτυχία. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Η κατηγορία απόσβεσης δεν ενημερώθηκε, δοκιμάστε ξανά',
- 'success' => 'Η τάξη απόσβεσης ενημερώθηκε με επιτυχία.',
- ],
+ 'success' => 'Η τάξη απόσβεσης ενημερώθηκε με επιτυχία.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν την κατηγορία απόσβεσης;',
'error' => 'Υπήρξε ένα ζήτημα διαγράφοντας την τάξη αποσβέσεων. Παρακαλώ δοκιμάστε ξανά.',
- 'success' => 'Η τάξη αποσβέσεων διαγράφηκε με επιτυχία.',
- ],
+ 'success' => 'Η τάξη αποσβέσεων διαγράφηκε με επιτυχία.'
+ )
-];
+);
diff --git a/resources/lang/el/admin/depreciations/table.php b/resources/lang/el/admin/depreciations/table.php
index fc5815da8b..fb8a06e010 100644
--- a/resources/lang/el/admin/depreciations/table.php
+++ b/resources/lang/el/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Μήνες',
'term' => 'Όρος',
'title' => 'Όνομα ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/el/admin/groups/message.php b/resources/lang/el/admin/groups/message.php
index 57f93ce746..0baa3f3e0a 100644
--- a/resources/lang/el/admin/groups/message.php
+++ b/resources/lang/el/admin/groups/message.php
@@ -1,22 +1,22 @@
'Η ομάδα υπάρχει ήδη!',
'group_not_found' => 'Ομάδα [: Αναγνωριστικό] δεν υπάρχει.',
'group_name_required' => 'Το όνομα του πεδίου είναι απαραίτητο',
- 'success' => [
+ 'success' => array(
'create' => 'Η ομάδα δημιουργήθηκε με επιτυχία.',
'update' => 'Ομάδα ενημερώθηκε με επιτυχία.',
'delete' => 'Η ομάδα διαγράφηκε επιτυχώς.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Είστε σίγουροι ότι επιθυμείτε την διαγραφή της ομάδας;',
'create' => 'Υπήρξε ένα ζήτημα διαγράφοντας την ομάδα. Παρακαλώ δοκιμάστε ξανά.',
'update' => 'Υπήρξε ένα ζήτημα ενημερώνοντας την ομάδα. Παρακαλώ δοκιμάστε ξανά.',
'delete' => 'Υπήρξε ένα ζήτημα διαγράφοντας την ομάδα. Παρακαλώ δοκιμάστε ξανά.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/el/admin/groups/table.php b/resources/lang/el/admin/groups/table.php
index 3784985b44..dda91c4d14 100644
--- a/resources/lang/el/admin/groups/table.php
+++ b/resources/lang/el/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Όνομα',
'users' => '# των χρηστών',
-];
+);
diff --git a/resources/lang/el/admin/groups/titles.php b/resources/lang/el/admin/groups/titles.php
index 374fa95e2c..80d21f98b7 100644
--- a/resources/lang/el/admin/groups/titles.php
+++ b/resources/lang/el/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Διαχειριστής ομάδας',
'allow' => 'Να επιτραπεί',
'deny' => 'Άρνηση',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/el/admin/hardware/form.php b/resources/lang/el/admin/hardware/form.php
index 0bc97fbfaa..e1182038db 100644
--- a/resources/lang/el/admin/hardware/form.php
+++ b/resources/lang/el/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Εγγύηση',
'warranty_expires' => 'Λήξη Εγγύησης',
'years' => 'έτη',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/el/admin/hardware/general.php b/resources/lang/el/admin/hardware/general.php
index 07b1ea5a4a..ce53b01940 100644
--- a/resources/lang/el/admin/hardware/general.php
+++ b/resources/lang/el/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Επαναληπτικό',
'requested' => 'Ζητήθηκαν',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Επαναφορά παγίου',
'pending' => 'Εκκρεμεί',
'undeployable' => 'Μη διανέμεται',
'view' => 'Προβολή παγίου',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/el/admin/hardware/message.php b/resources/lang/el/admin/hardware/message.php index e5dce0c031..1a98ff8f30 100644 --- a/resources/lang/el/admin/hardware/message.php +++ b/resources/lang/el/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Warning: Το περιουσιακό αυτό στοιχείο έχει επισημανθεί ως επί του παρόντος undeployable. Εάν αυτή η κατάσταση έχει αλλάξει, παρακαλούμε να ενημερώσετε την κατάσταση των περιουσιακών στοιχείων.', 'does_not_exist' => 'To πάγιο δεν υπάρχει.', - 'does_not_exist_or_not_requestable' => 'Καλή προσπάθεια. Το στοιχείο αυτό δεν υπάρχει ή δεν απαιτείται.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Αυτό το στοιχείο είναι συνήθως αποσυνδεδεμένο από έναν χρήστη και δεν μπορεί να διαγραφεί. Ελέγξτε πρώτα το στοιχείο και, στη συνέχεια, δοκιμάστε ξανά τη διαγραφή.', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Ο έλεγχος περιουσιακών στοιχείων ολοκληρώθηκε με επιτυχία.', ], + 'deletefile' => [ 'error' => 'Το αρχείο δεν έχει διαγραφεί. Παρακαλώ δοκιμάστε ξανά.', 'success' => 'Το αρχείο διαγράφηκε με επιτυχία.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'Το αρχείο δεν μπόρεσε να διαγραφεί', ], + 'delete' => [ 'confirm' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το πάγιο;', 'error' => 'Παρουσιάστηκε ένα ζήτημα κατάργησης του στοιχείου. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', diff --git a/resources/lang/el/admin/hardware/table.php b/resources/lang/el/admin/hardware/table.php index 446ee29122..a4024b9809 100644 --- a/resources/lang/el/admin/hardware/table.php +++ b/resources/lang/el/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Ετικέτα πόρων', 'asset_model' => 'Μοντέλο', - 'book_value' => 'Τιμή', + 'book_value' => 'Current Value', 'change' => 'Εισερχόμενα/Εξερχόμενα', 'checkout_date' => 'Ημερομηνία αποχώρησης', 'checkoutto' => 'Checked Out', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Κατεβάστε το CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Σειριακός', 'status' => 'Κατάσταση', 'title' => 'Πάγιο ', - 'image' => 'Φωτογραφία συσκευής', + 'image' => 'Φωτογραφία συσκευής', 'days_without_acceptance' => 'Ημέρες χωρίς αποδοχή', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/el/admin/kits/general.php b/resources/lang/el/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/el/admin/kits/general.php +++ b/resources/lang/el/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/el/admin/licenses/form.php b/resources/lang/el/admin/licenses/form.php index 787c01c165..253f71151f 100644 --- a/resources/lang/el/admin/licenses/form.php +++ b/resources/lang/el/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Πάγιο', 'checkin' => 'Μεταβίβαση ελέγχου', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Αδειοδότηση σε ηλεκτρονικό ταχυδρομείο', 'to_name' => 'Αδειοδοτείται στο όνομα', 'update' => 'Ενημέρωση άδειας', - 'checkout_help' => 'Πρέπει να ελέγξετε μια άδεια χρήσης σε ένα υλικό υλικό ή ένα άτομο. Μπορείτε να επιλέξετε και τα δύο, αλλά ο κάτοχος του στοιχείου πρέπει να ταιριάζει με το άτομο στο οποίο ελέγχετε το στοιχείο.', -]; + 'checkout_help' => 'Πρέπει να ελέγξετε μια άδεια χρήσης σε ένα υλικό υλικό ή ένα άτομο. Μπορείτε να επιλέξετε και τα δύο, αλλά ο κάτοχος του στοιχείου πρέπει να ταιριάζει με το άτομο στο οποίο ελέγχετε το στοιχείο.' +); diff --git a/resources/lang/el/admin/licenses/general.php b/resources/lang/el/admin/licenses/general.php index e605a160fa..da8988b326 100644 --- a/resources/lang/el/admin/licenses/general.php +++ b/resources/lang/el/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Σχετικά με τις άδειες', 'about_licenses' => 'Οι άδειες χρησιμοποιούνται για την παρακολούθηση του λογισμικού. Έχουν καθορισμένο αριθμό καθισμάτων που μπορούν να ελέγχονται σε άτομα', 'checkin' => 'Checkin άδεια', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Άδειες λογισμικού', 'user' => 'Χρήστης', 'view' => 'Προβολή άδειας', -]; +); diff --git a/resources/lang/el/admin/licenses/message.php b/resources/lang/el/admin/licenses/message.php index eda14ca3c9..9cafdcb84a 100644 --- a/resources/lang/el/admin/licenses/message.php +++ b/resources/lang/el/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Δεν υπάρχει άδεια χρήσης.', 'user_does_not_exist' => 'Ο χρήστης δεν υπάρχει.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Πρέπει να επιλέξετε ένα στοιχείο ή έναν χρήστη, αλλά όχι και τα δύο.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Η άδεια δεν δημιουργήθηκε, παρακαλώ προσπαθήστε ξανά.', - 'success' => 'Η άδεια δημιουργήθηκε με επιτυχία.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Η άδεια δεν δημιουργήθηκε, παρακαλώ προσπαθήστε ξανά.', + 'success' => 'Η άδεια δημιουργήθηκε με επιτυχία.' + ), + + 'deletefile' => array( 'error' => 'Ο φάκελος έχει διαγραφεί. Παρακαλώ δοκιμάστε ξανά.', 'success' => 'Το αρχείο διαγράφηκε με επιτυχία.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Τα αρχεία δεν μεταφορτώθηκαν. Παρακαλώ δοκιμάστε ξανά.', 'success' => 'Τα αρχεία ενημερώθηκαν με επιτυχία.', 'nofiles' => 'Δεν επιλέξατε κανένα αρχείο για μεταφόρτωση ή το αρχείο που προσπαθείτε να μεταφορτώσετε είναι πολύ μεγάλο', 'invalidfiles' => 'Ένα ή περισσότερα από τα αρχεία σας είναι πολύ μεγάλα ή είναι τύπου αρχείου που δεν επιτρέπεται. Οι επιτρεπόμενοι τύποι αρχείων είναι png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml και lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Η άδεια δεν δημιουργήθηκε, παρακαλώ προσπαθήστε ξανά', - 'success' => 'Η άδεια ενημερώθηκε με επιτυχία.', - ], + 'success' => 'Η άδεια ενημερώθηκε με επιτυχία.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε αυτή την άδεια;', 'error' => 'Υπήρξε ένα ζήτημα διαγράφοντας την άδεια. Παρακαλώ δοκιμάστε ξανά.', - 'success' => 'Η άδεια διαγράφηκε επιτυχώς.', - ], + 'success' => 'Η άδεια διαγράφηκε επιτυχώς.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Παρουσιάστηκε πρόβλημα κατά την εξακρίβωση της άδειας. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', - 'success' => 'Η άδεια εκτυπώθηκε με επιτυχία', - ], + 'success' => 'Η άδεια εκτυπώθηκε με επιτυχία' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Παρουσιάστηκε ένα ζήτημα ελέγχου της άδειας. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', - 'success' => 'Η άδεια έχει ελεγχθεί με επιτυχία', - ], + 'success' => 'Η άδεια έχει ελεγχθεί με επιτυχία' + ), -]; +); diff --git a/resources/lang/el/admin/licenses/table.php b/resources/lang/el/admin/licenses/table.php index 378f0b592d..aa9873c92e 100644 --- a/resources/lang/el/admin/licenses/table.php +++ b/resources/lang/el/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Ανατέθηκε στον', 'checkout' => 'In/Out', @@ -14,4 +14,4 @@ return [ 'serial' => 'Σειριακός', 'title' => 'Άδεια Χρήσεως', -]; +); diff --git a/resources/lang/el/admin/locations/message.php b/resources/lang/el/admin/locations/message.php index a640dcdd56..b7beb4ec1e 100644 --- a/resources/lang/el/admin/locations/message.php +++ b/resources/lang/el/admin/locations/message.php @@ -1,26 +1,27 @@ 'Η τοποθεσία δεν υπάρχει.', 'assoc_users' => 'Αυτή η θέση είναι επί του παρόντος σχετίζεται με τουλάχιστον ένα χρήστη και δεν μπορεί να διαγραφεί. Παρακαλούμε να ενημερώσετε τους χρήστες σας να μην αναφέρονται σε αυτήν τη θέση και δοκιμάστε ξανά. ', 'assoc_assets' => 'Αυτή η τοποθεσία συσχετίζεται προς το παρόν με τουλάχιστον ένα στοιχείο και δεν μπορεί να διαγραφεί. Ενημερώστε τα στοιχεία σας ώστε να μην αναφέρονται πλέον στην τοποθεσία αυτή και να προσπαθήσετε ξανά.', 'assoc_child_loc' => 'Αυτή η τοποθεσία είναι αυτήν τη στιγμή γονέας τουλάχιστον μιας τοποθεσίας παιδιού και δεν μπορεί να διαγραφεί. Ενημερώστε τις τοποθεσίες σας ώστε να μην αναφέρονται πλέον σε αυτήν την τοποθεσία και δοκιμάστε ξανά.', - 'create' => [ + + 'create' => array( 'error' => 'Η τοποθεσία δεν έχει δημιουργηθεί, δοκιμάστε ξανά.', - 'success' => 'Η τοποθεσία δημιουργήθηκε με επιτυχία.', - ], + 'success' => 'Η τοποθεσία δημιουργήθηκε με επιτυχία.' + ), - 'update' => [ + 'update' => array( 'error' => 'Η τοποθεσία δεν έχει δημιουργηθεί, δοκιμάστε ξανά', - 'success' => 'Η τοποθεσία αναβαθμίστηκε επιτυχώς.', - ], + 'success' => 'Η τοποθεσία αναβαθμίστηκε επιτυχώς.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν την τοποθεσία;', 'error' => 'Παρουσιάστηκε πρόβλημα κατά τη διαγραφή της τοποθεσίας. ΠΑΡΑΚΑΛΩ προσπαθησε ξανα.', - 'success' => 'Η τοποθεσία διαγράφηκε με επιτυχία.', - ], + 'success' => 'Η τοποθεσία διαγράφηκε με επιτυχία.' + ) -]; +); diff --git a/resources/lang/el/admin/locations/table.php b/resources/lang/el/admin/locations/table.php index 848182a7a0..1b40111717 100644 --- a/resources/lang/el/admin/locations/table.php +++ b/resources/lang/el/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Μητρική εταιρεία', 'currency' => 'Τοπικό νόμισμα', 'ldap_ou' => 'LDAP Αναζήτηση OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/el/admin/manufacturers/message.php b/resources/lang/el/admin/manufacturers/message.php index 75d4bce980..f2ce522307 100644 --- a/resources/lang/el/admin/manufacturers/message.php +++ b/resources/lang/el/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Κατασκευαστής δεν υπάρχει.', 'assoc_users' => 'Αυτό κατασκευαστής σχετίζεται με τουλάχιστον ένα μοντέλο και δεν μπορεί να διαγραφεί. Παρακαλούμε να ενημερώσετε τα μοντέλα σας προκειμένου να μην αναφέρονται σε αυτόν τον κατασκευαστή και δοκιμάστε ξανά. ', - 'create' => [ + 'create' => array( 'error' => 'Ο κατασκευαστής δεν δημιουργήθηκε, δοκιμάστε ξανά.', - 'success' => 'Ο κατασκευαστής δημιουργήθηκε με επιτυχία.', - ], + 'success' => 'Ο κατασκευαστής δημιουργήθηκε με επιτυχία.' + ), - 'update' => [ + 'update' => array( 'error' => 'Ο κατασκευαστής δεν ενημερώθηκε, παρακαλώ προσπαθήστε ξανά', - 'success' => 'Ο κατασκευαστής ενημερώθηκε με επιτυχία.', - ], + 'success' => 'Ο κατασκευαστής ενημερώθηκε με επιτυχία.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Ο κατασκευαστής δεν αποκαταστάθηκε. Δοκιμάστε ξανά', - 'success' => 'Ο κατασκευαστής δημιουργήθηκε με επιτυχία.', - ], + 'success' => 'Ο κατασκευαστής δημιουργήθηκε με επιτυχία.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτόν τον κατασκευαστή;', 'error' => 'Υπήρξε ένα ζήτημα διαγράφοντας τον κατασκευαστή. Παρακαλώ δοκιμάστε ξανά.', - 'success' => 'Ο Κατασκευαστής διαγράφηκε με επιτυχία.', - ], + 'success' => 'Ο Κατασκευαστής διαγράφηκε με επιτυχία.' + ) -]; +); diff --git a/resources/lang/el/admin/manufacturers/table.php b/resources/lang/el/admin/manufacturers/table.php index 579dd0d043..02e516162f 100644 --- a/resources/lang/el/admin/manufacturers/table.php +++ b/resources/lang/el/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Σχετικά με τους κατασκευαστές', 'about_manufacturers_text' => 'Οι κατασκευαστές είναι οι εταιρείες που δημιουργούν τα περιουσιακά σας στοιχεία. Μπορείτε να αποθηκεύσετε εδώ σημαντικές πληροφορίες επικοινωνίας σχετικά με αυτές, οι οποίες θα εμφανίζονται στις σελίδες λεπτομερειών του ενεργητικού σας.', 'asset_manufacturers' => 'Κατασκευαστές περιουσιακών στοιχείων', @@ -13,4 +13,4 @@ return [ 'update' => 'Ενημέρωση Κατασκευαστή', 'url' => 'URL', -]; +); diff --git a/resources/lang/el/admin/models/general.php b/resources/lang/el/admin/models/general.php index 000ceb825c..b104707e26 100644 --- a/resources/lang/el/admin/models/general.php +++ b/resources/lang/el/admin/models/general.php @@ -1,6 +1,6 @@ 'Σχετικά με τους τύπους παγίων', 'about_models_text' => 'Τα μοντέλα περιουσιακών στοιχείων είναι ένας τρόπος για να ομαδοποιήσετε ταυτόσημα περιουσιακά στοιχεία "MBP 2013", "IPhone 6s" κ.λπ.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Πρόκειται να διαγράψετε: asset_count περιουσιακών στοιχείων.', 'restore' => 'Επαναφορά μοντέλου', 'requestable' => 'Οι χρήστες μπορούν να αιτηθούν το μοντέλο', - 'show_mac_address' => 'Εμφάνιση MAC διευθύνσεων πεδίου σε περιουσιακά στοιχεία σε αυτό το μοντέλο', + 'show_mac_address' => 'Εμφάνιση MAC διευθύνσεων πεδίου σε περιουσιακά στοιχεία σε αυτό το μοντέλο', 'view_deleted' => 'Εμφάνιση διεγραμμένων', 'view_models' => 'Προβολή μοντέλων', 'fieldset' => 'Σύνολο πεδίων', 'no_custom_field' => 'Δεν υπάρχουν προσαρμοσμένα πεδία', 'add_default_values' => 'Προσθέστε προεπιλεγμένες τιμές', -]; +); diff --git a/resources/lang/el/admin/models/message.php b/resources/lang/el/admin/models/message.php index 7cbd4a2092..1afea35d6e 100644 --- a/resources/lang/el/admin/models/message.php +++ b/resources/lang/el/admin/models/message.php @@ -1,41 +1,42 @@ 'Το μοντέλο δεν υπάρχει.', 'assoc_users' => 'Αυτό το μοντέλο συσχετίζεται επί του παρόντος με ένα ή περισσότερα στοιχεία και δεν μπορεί να διαγραφεί. Διαγράψτε τα στοιχεία και, στη συνέχεια, δοκιμάστε ξανά τη διαγραφή.', - 'create' => [ + + 'create' => array( 'error' => 'Το μοντέλο δεν δημιουργήθηκε, παρακαλώ προσπαθήστε ξανά.', 'success' => 'Το μοντέλο δημιουργήθηκε με επιτυχία.', 'duplicate_set' => 'Ένα μοντέλο στοιχείων ενεργητικού με αυτό το όνομα, τον κατασκευαστή και τον αριθμό μοντέλου υπάρχει ήδη.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Μοντέλο δεν ενημερώθηκε, παρακαλώ προσπαθήστε ξανά', - 'success' => 'Το μοντέλο ενημερώθηκε επιτυχώς.', - ], + 'success' => 'Το μοντέλο ενημερώθηκε επιτυχώς.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το περιουσιακό μοντέλο;', 'error' => 'Υπήρξε ένα ζήτημα διαγράφοντας αυτό το μοντέλο. Παρακαλώ δοκιμάστε ξανά.', - 'success' => 'Το μοντέλο διαγράφηκε με επιτυχία.', - ], + 'success' => 'Το μοντέλο διαγράφηκε με επιτυχία.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Το μοντέλο δεν δημιουργήθηκε, παρακαλώ προσπαθήστε ξανά', - 'success' => 'Το μοντέλο επαναφέρθηκε με επιτυχία.', - ], + 'success' => 'Το μοντέλο επαναφέρθηκε με επιτυχία.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Δεν άλλαξαν πεδία, επομένως τίποτα δεν ενημερώθηκε.', - 'success' => 'Τα μοντέλα ενημερώθηκαν.', - ], + 'success' => 'Τα μοντέλα ενημερώθηκαν.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Δεν επιλέχθηκαν πεδία, επομένως τίποτα δεν διαγράφηκε.', 'success' => ':success_count model(s) Διαγράφηκε!', - 'success_partial' => ':success_count model(s) μοντέλα διαγράφηκαν, ωστόσο το :fail_count δεν μπόρεσε να διαγραφεί επειδή εξακολουθούν να έχουν στοιχεία που σχετίζονται με αυτά.', - ], + 'success_partial' => ':success_count model(s) μοντέλα διαγράφηκαν, ωστόσο το :fail_count δεν μπόρεσε να διαγραφεί επειδή εξακολουθούν να έχουν στοιχεία που σχετίζονται με αυτά.' + ), -]; +); diff --git a/resources/lang/el/admin/models/table.php b/resources/lang/el/admin/models/table.php index 27a489a829..529085546a 100644 --- a/resources/lang/el/admin/models/table.php +++ b/resources/lang/el/admin/models/table.php @@ -1,6 +1,6 @@ 'Δημιουργία περιουσιακού στοιχείου μοντέλου', 'created_at' => 'Δημιουργήθηκε στις', @@ -14,4 +14,4 @@ return [ 'update' => 'Ενημέρωση παγίου μοντέλου', 'clone' => 'Κλώνος μοντέλο', 'edit' => 'Επεξεργασία μοντέλου', -]; +); diff --git a/resources/lang/el/admin/reports/general.php b/resources/lang/el/admin/reports/general.php index dbbf587f6e..6f368f3d56 100644 --- a/resources/lang/el/admin/reports/general.php +++ b/resources/lang/el/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Επιλέξτε τις επιλογές που θέλετε για την αναφορά των παγίων σας.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/el/admin/reports/message.php b/resources/lang/el/admin/reports/message.php index 9b4c89c0cb..8113d019e5 100644 --- a/resources/lang/el/admin/reports/message.php +++ b/resources/lang/el/admin/reports/message.php @@ -1,5 +1,5 @@ 'Πρέπει να επιλέξετε τουλάχιστον μία επιλογή.', -]; +return array( + 'error' => 'Πρέπει να επιλέξετε τουλάχιστον μία επιλογή.' +); diff --git a/resources/lang/el/admin/settings/general.php b/resources/lang/el/admin/settings/general.php index d26007d865..8a60b98a44 100644 --- a/resources/lang/el/admin/settings/general.php +++ b/resources/lang/el/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'Επασύναψη email', 'admin_cc_email_help' => 'Εάν θέλετε να στείλετε ένα αντίγραφο checkin/checkout emails που αποστέλλονται στους χρήστες σε έναν επιπλέον λογαριασμό email, εισαγάγετέ το εδώ. Διαφορετικά, αφήστε αυτό το πεδίο κενό.', 'is_ad' => 'Αυτός είναι ένας διακομιστής υπηρεσίας καταλόγου Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Αποστολή ειδοποιήσεων προς', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Ειδοποιήσεις ενεργοποιημένες', 'alert_interval' => 'Ελάχιστο όριο λήξης ειδοποιήσεων (σε ημέρες)', 'alert_inv_threshold' => 'Ειδοποιήση ορίου αποθήκης', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'Αν απαιτείται να ελέγχετε τακτικά τα πάγια σας, εισάγετε το διάστημα σε μήνες.', 'audit_warning_days' => 'Όριο προειδοποίησης ελέγχου', 'audit_warning_days_help' => 'Πόσες μέρες νωρίτερα θα πρέπει να σας προειδοποιήσουμε όταν τα περιουσιακά στοιχεία οφείλονται για έλεγχο;', - 'auto_increment_assets' => 'Δημιουργία αναγνωριστικών στοιχείων ενεργητικού αυτόματης αύξησης', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Πρόθεμα (μη υποχρεωτικό)', - 'auto_incrementing_help' => 'Ενεργοποιήστε πρώτα τα αναγνωριστικά στοιχείων αυτόματης αύξησης, για να το ορίσετε', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Αντίγραφα Ασφαλείας', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/el/mail.php b/resources/lang/el/mail.php index 5b35c03147..be7c78e4db 100644 --- a/resources/lang/el/mail.php +++ b/resources/lang/el/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Πρόκειται για μια δοκιμή από το σύστημα διαχείρισης περιουσιακών στοιχείων της Snipe-IT. Αν το έχετε, το mail λειτουργεί :)', 'the_following_item' => 'Το παρακάτω στοιχείο έχει ελεγχθεί:', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'Για να επαναφέρετε τον κωδικό πρόσβασης στον ιστό, συμπληρώστε αυτήν τη φόρμα:', 'type' => 'Τύπος', diff --git a/resources/lang/el/pagination.php b/resources/lang/el/pagination.php index 2f08e29a60..a4fea4c5b5 100644 --- a/resources/lang/el/pagination.php +++ b/resources/lang/el/pagination.php @@ -1,6 +1,6 @@ 'Επόμενο »?', -]; +); diff --git a/resources/lang/el/reminders.php b/resources/lang/el/reminders.php index f254ca8da8..5d8811ffda 100644 --- a/resources/lang/el/reminders.php +++ b/resources/lang/el/reminders.php @@ -1,6 +1,6 @@ 'Οι κωδικοί πρόσβασης πρέπει να είναι έξι χαρακτήρες και να ταιριάζουν με την επιβεβαίωση.', + "password" => "Οι κωδικοί πρόσβασης πρέπει να είναι έξι χαρακτήρες και να ταιριάζουν με την επιβεβαίωση.", - 'user' => 'Το όνομα χρήστη ή η διεύθυνση ηλεκτρονικού ταχυδρομείου είναι εσφαλμένη', + "user" => "Το όνομα χρήστη ή η διεύθυνση ηλεκτρονικού ταχυδρομείου είναι εσφαλμένη", - 'token' => 'Αυτό το διακριτικό επαναφοράς κωδικού πρόσβασης δεν είναι έγκυρο.', + "token" => "Αυτό το διακριτικό επαναφοράς κωδικού πρόσβασης δεν είναι έγκυρο.", - 'sent' => 'Εάν βρεθεί μια αντίστοιχη διεύθυνση ηλεκτρονικού ταχυδρομείου, μια υπενθύμιση κωδικού πρόσβασης έχει σταλεί!', + "sent" => "Εάν βρεθεί μια αντίστοιχη διεύθυνση ηλεκτρονικού ταχυδρομείου, μια υπενθύμιση κωδικού πρόσβασης έχει σταλεί!", -]; +); diff --git a/resources/lang/el/table.php b/resources/lang/el/table.php index e40c16e999..717fdcf1bb 100644 --- a/resources/lang/el/table.php +++ b/resources/lang/el/table.php @@ -1,10 +1,10 @@ 'Ενέργειες', 'action' => 'Ενέργεια', 'by' => 'Από', 'item' => 'Αντικείμενο', -]; +); diff --git a/resources/lang/el/validation.php b/resources/lang/el/validation.php index 2e586ab634..0400a10fd3 100644 --- a/resources/lang/el/validation.php +++ b/resources/lang/el/validation.php @@ -1,6 +1,6 @@ 'Το χαρακτηριστικό: πρέπει να είναι τουλάχιστον: min χαρακτήρες.', 'array' => 'Το χαρακτηριστικό: πρέπει να έχει τουλάχιστον: λεπτά στοιχεία.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Το επιλεγμένο: χαρακτηριστικό δεν είναι έγκυρο.', 'numeric' => 'Το χαρακτηριστικό πρέπει να είναι ένας αριθμός.', 'present' => 'Πρέπει να υπάρχει το πεδίο ιδιοτήτων: attribute.', @@ -88,8 +89,8 @@ return array( 'unique' => 'Το χαρακτηριστικό: έχει ήδη ληφθεί.', 'uploaded' => 'Το χαρακτηριστικό:: απέτυχε να μεταφορτωθεί.', 'url' => 'Η μορφή του χαρακτηριστικού είναι μη έγκυρη.', - "unique_undeleted" => "Το :χαρακτηριστικό πρέπει να είναι μοναδικό.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'Το :χαρακτηριστικό πρέπει να είναι μοναδικό.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Το πεδίο ιδιοτήτων: περιέχει ένα χαρακτήρα που δεν επιτρέπεται.", - "email_array" => "Μία ή περισσότερες διευθύνσεις ηλεκτρονικού ταχυδρομείου δεν είναι έγκυρες.", - "hashed_pass" => "Ο τρέχων κωδικός πρόσβασης είναι εσφαλμένος", + 'alpha_space' => 'Το πεδίο ιδιοτήτων: περιέχει ένα χαρακτήρα που δεν επιτρέπεται.', + 'email_array' => 'Μία ή περισσότερες διευθύνσεις ηλεκτρονικού ταχυδρομείου δεν είναι έγκυρες.', + 'hashed_pass' => 'Ο τρέχων κωδικός πρόσβασης είναι εσφαλμένος', 'dumbpwd' => 'Αυτός ο κωδικός πρόσβασης είναι πολύ συνηθισμένος.', - "statuslabel_type" => "Πρέπει να επιλέξετε έναν έγκυρο τύπο ετικέτας κατάστασης", + 'statuslabel_type' => 'Πρέπει να επιλέξετε έναν έγκυρο τύπο ετικέτας κατάστασης', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/en-GB/admin/accessories/general.php b/resources/lang/en-GB/admin/accessories/general.php index 3759e15861..e9a2e69ff6 100644 --- a/resources/lang/en-GB/admin/accessories/general.php +++ b/resources/lang/en-GB/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Accessory Category', 'accessory_name' => 'Accessory Name', 'checkout' => 'Checkout Accessory', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Use the primary default EULA instead.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/en-GB/admin/custom_fields/message.php b/resources/lang/en-GB/admin/custom_fields/message.php
index c5d1134d5f..ed66a6ba16 100644
--- a/resources/lang/en-GB/admin/custom_fields/message.php
+++ b/resources/lang/en-GB/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'That field does not exist.',
'already_added' => 'Field already added',
- 'create' => [
+ 'create' => array(
'error' => 'Field was not created, please try again.',
'success' => 'Field created successfully.',
- 'assoc_success' => 'Field successfully added to fieldset.',
- ],
+ 'assoc_success' => 'Field successfully added to fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Field was not updated, please try again',
- 'success' => 'Field updated successfully.',
- ],
+ 'success' => 'Field updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this field?',
'error' => 'There was an issue deleting the field. Please try again.',
'success' => 'The field was deleted successfully.',
'in_use' => 'Field is still in use.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset does not exist',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset was not created, please try again.',
- 'success' => 'Fieldset created successfully.',
- ],
+ 'success' => 'Fieldset created successfully.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset was not updated, please try again',
- 'success' => 'Fieldset updated successfully.',
- ],
+ 'success' => 'Fieldset updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this fieldset?',
'error' => 'There was an issue deleting the fieldset. Please try again.',
'success' => 'The fieldset was deleted successfully.',
'in_use' => 'Fieldset is still in use.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/en-GB/admin/departments/message.php b/resources/lang/en-GB/admin/departments/message.php
index 14acca576c..d65f4fbb2b 100644
--- a/resources/lang/en-GB/admin/departments/message.php
+++ b/resources/lang/en-GB/admin/departments/message.php
@@ -1,21 +1,21 @@
'Department does not exist.',
'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ',
- 'create' => [
+ 'create' => array(
'error' => 'Department was not created, please try again.',
- 'success' => 'Department created successfully.',
- ],
- 'update' => [
+ 'success' => 'Department created successfully.'
+ ),
+ 'update' => array(
'error' => 'Department was not updated, please try again',
- 'success' => 'Department updated successfully.',
- ],
- 'delete' => [
+ 'success' => 'Department updated successfully.'
+ ),
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this department?',
'error' => 'There was an issue deleting the department. Please try again.',
- 'success' => 'The department was deleted successfully.',
- ],
+ 'success' => 'The department was deleted successfully.'
+ )
-];
+);
diff --git a/resources/lang/en-GB/admin/departments/table.php b/resources/lang/en-GB/admin/departments/table.php
index b9e94f80cc..76494247be 100644
--- a/resources/lang/en-GB/admin/departments/table.php
+++ b/resources/lang/en-GB/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Department Name',
@@ -8,4 +8,4 @@ return [
'location' => 'Location',
'create' => 'Create Department',
'update' => 'Update Department',
- ];
+ );
diff --git a/resources/lang/en-GB/admin/depreciations/general.php b/resources/lang/en-GB/admin/depreciations/general.php
index e6c86b9ff5..1a5666f9dc 100644
--- a/resources/lang/en-GB/admin/depreciations/general.php
+++ b/resources/lang/en-GB/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Asset Depreciations',
'create' => 'Create Depreciation',
'depreciation_name' => 'Depreciation Name',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Number of Months',
'update' => 'Update Depreciation',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/en-GB/admin/depreciations/message.php b/resources/lang/en-GB/admin/depreciations/message.php
index 235c52d7e8..c20e52c13c 100644
--- a/resources/lang/en-GB/admin/depreciations/message.php
+++ b/resources/lang/en-GB/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Depreciation class does not exist.',
'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Depreciation class was not created, please try again. :(',
- 'success' => 'Depreciation class created successfully. :)',
- ],
+ 'success' => 'Depreciation class created successfully. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Depreciation class was not updated, please try again',
- 'success' => 'Depreciation class updated successfully.',
- ],
+ 'success' => 'Depreciation class updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this depreciation class?',
'error' => 'There was an issue deleting the depreciation class. Please try again.',
- 'success' => 'The depreciation class was deleted successfully.',
- ],
+ 'success' => 'The depreciation class was deleted successfully.'
+ )
-];
+);
diff --git a/resources/lang/en-GB/admin/depreciations/table.php b/resources/lang/en-GB/admin/depreciations/table.php
index a0d32d968d..256b10b92a 100644
--- a/resources/lang/en-GB/admin/depreciations/table.php
+++ b/resources/lang/en-GB/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Months',
'term' => 'Term',
'title' => 'Name ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/en-GB/admin/groups/message.php b/resources/lang/en-GB/admin/groups/message.php
index 5d7786b158..f14b6339e8 100644
--- a/resources/lang/en-GB/admin/groups/message.php
+++ b/resources/lang/en-GB/admin/groups/message.php
@@ -1,22 +1,22 @@
'Group already exists!',
'group_not_found' => 'Group [:id] does not exist.',
'group_name_required' => 'The name field is required',
- 'success' => [
+ 'success' => array(
'create' => 'Group was successfully created.',
'update' => 'Group was successfully updated.',
'delete' => 'Group was successfully deleted.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this group?',
'create' => 'There was an issue creating the group. Please try again.',
'update' => 'There was an issue updating the group. Please try again.',
'delete' => 'There was an issue deleting the group. Please try again.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/en-GB/admin/groups/table.php b/resources/lang/en-GB/admin/groups/table.php
index 1fe63604f8..61f060a116 100644
--- a/resources/lang/en-GB/admin/groups/table.php
+++ b/resources/lang/en-GB/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Name',
'users' => '# of Users',
-];
+);
diff --git a/resources/lang/en-GB/admin/groups/titles.php b/resources/lang/en-GB/admin/groups/titles.php
index 9b0c2ff36f..3922899c63 100644
--- a/resources/lang/en-GB/admin/groups/titles.php
+++ b/resources/lang/en-GB/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Group Admin',
'allow' => 'Allow',
'deny' => 'Deny',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/en-GB/admin/hardware/form.php b/resources/lang/en-GB/admin/hardware/form.php
index 86a40a5fa2..0c1a3167be 100644
--- a/resources/lang/en-GB/admin/hardware/form.php
+++ b/resources/lang/en-GB/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Warranty',
'warranty_expires' => 'Warranty Expires',
'years' => 'years',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/en-GB/admin/hardware/general.php b/resources/lang/en-GB/admin/hardware/general.php
index 80a2c14e50..1ac49efef1 100644
--- a/resources/lang/en-GB/admin/hardware/general.php
+++ b/resources/lang/en-GB/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Requestable',
'requested' => 'Requested',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'View Asset',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/en-GB/admin/hardware/message.php b/resources/lang/en-GB/admin/hardware/message.php index ae18cf51ea..8c8e323a73 100644 --- a/resources/lang/en-GB/admin/hardware/message.php +++ b/resources/lang/en-GB/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Warning: This asset has been marked as currently undeployable. If this status has changed, please update the asset status.', 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Asset audit successfully logged.', ], + 'deletefile' => [ 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'The file was unable to be deleted', ], + 'delete' => [ 'confirm' => 'Are you sure you wish to delete this asset?', 'error' => 'There was an issue deleting the asset. Please try again.', diff --git a/resources/lang/en-GB/admin/hardware/table.php b/resources/lang/en-GB/admin/hardware/table.php index e992b9d2a7..6166ba8045 100644 --- a/resources/lang/en-GB/admin/hardware/table.php +++ b/resources/lang/en-GB/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Asset Tag', 'asset_model' => 'Model', - 'book_value' => 'Value', + 'book_value' => 'Current Value', 'change' => 'In/Out', 'checkout_date' => 'Checkout Date', 'checkoutto' => 'Checked Out', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Download CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serial', 'status' => 'Status', 'title' => 'Asset ', - 'image' => 'Device Image', + 'image' => 'Device Image', 'days_without_acceptance' => 'Days Without Acceptance', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/en-GB/admin/kits/general.php b/resources/lang/en-GB/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/en-GB/admin/kits/general.php +++ b/resources/lang/en-GB/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/en-GB/admin/licenses/form.php b/resources/lang/en-GB/admin/licenses/form.php index 90fa8b8562..ce29167874 100644 --- a/resources/lang/en-GB/admin/licenses/form.php +++ b/resources/lang/en-GB/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Asset', 'checkin' => 'Checkin', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licensed to Email', 'to_name' => 'Licensed to Name', 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.', -]; + '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.' +); diff --git a/resources/lang/en-GB/admin/licenses/general.php b/resources/lang/en-GB/admin/licenses/general.php index a4d79a5c40..25a536ec56 100644 --- a/resources/lang/en-GB/admin/licenses/general.php +++ b/resources/lang/en-GB/admin/licenses/general.php @@ -1,6 +1,6 @@ 'About Licenses', 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Checkin License Seat', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Software Licenses', 'user' => 'User', 'view' => 'View License', -]; +); diff --git a/resources/lang/en-GB/admin/licenses/message.php b/resources/lang/en-GB/admin/licenses/message.php index 8a5807cba2..87a7c3d0b9 100644 --- a/resources/lang/en-GB/admin/licenses/message.php +++ b/resources/lang/en-GB/admin/licenses/message.php @@ -1,6 +1,6 @@ 'License does not exist.', 'user_does_not_exist' => 'User does not exist.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'You must select an asset or a user, but not both.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'License was not created, please try again.', + 'success' => 'License created successfully.' + ), + + 'deletefile' => array( 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.', - ], + 'success' => 'License updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this license?', 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.', - ], + 'success' => 'The license was deleted successfully.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully', - ], + 'success' => 'The license was checked out successfully' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully', - ], + 'success' => 'The license was checked in successfully' + ), -]; +); diff --git a/resources/lang/en-GB/admin/licenses/table.php b/resources/lang/en-GB/admin/licenses/table.php index f5520afe52..dfce4136cb 100644 --- a/resources/lang/en-GB/admin/licenses/table.php +++ b/resources/lang/en-GB/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Assigned To', 'checkout' => 'In/Out', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serial', 'title' => 'License', -]; +); diff --git a/resources/lang/en-GB/admin/locations/message.php b/resources/lang/en-GB/admin/locations/message.php index 2aac2141cb..3ba1eed3b6 100644 --- a/resources/lang/en-GB/admin/locations/message.php +++ b/resources/lang/en-GB/admin/locations/message.php @@ -1,26 +1,27 @@ 'Location does not exist.', 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', - 'create' => [ + + 'create' => array( 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.', - ], + 'success' => 'Location created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.', - ], + 'success' => 'Location updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this location?', 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.', - ], + 'success' => 'The location was deleted successfully.' + ) -]; +); diff --git a/resources/lang/en-GB/admin/locations/table.php b/resources/lang/en-GB/admin/locations/table.php index 4792273c32..29edf0f565 100644 --- a/resources/lang/en-GB/admin/locations/table.php +++ b/resources/lang/en-GB/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Parent', 'currency' => 'Location Currency', 'ldap_ou' => 'LDAP Search OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/en-GB/admin/manufacturers/message.php b/resources/lang/en-GB/admin/manufacturers/message.php index eac9e700ec..21a4bc5aaf 100644 --- a/resources/lang/en-GB/admin/manufacturers/message.php +++ b/resources/lang/en-GB/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Manufacturer does not exist.', 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', - 'create' => [ + 'create' => array( 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.', - ], + 'success' => 'Manufacturer created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.', - ], + 'success' => 'Manufacturer updated successfully.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Manufacturer was not restored, please try again', - 'success' => 'Manufacturer restored successfully.', - ], + 'success' => 'Manufacturer restored successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', 'error' => 'There was an issue deleting the manufacturer. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.', - ], + 'success' => 'The Manufacturer was deleted successfully.' + ) -]; +); diff --git a/resources/lang/en-GB/admin/manufacturers/table.php b/resources/lang/en-GB/admin/manufacturers/table.php index bc38228ac0..418ddea1eb 100644 --- a/resources/lang/en-GB/admin/manufacturers/table.php +++ b/resources/lang/en-GB/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Asset Manufacturers', 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', 'asset_manufacturers' => 'Asset Manufacturers', @@ -13,4 +13,4 @@ return [ 'update' => 'Update Manufacturer', 'url' => 'URL', -]; +); diff --git a/resources/lang/en-GB/admin/models/general.php b/resources/lang/en-GB/admin/models/general.php index 046fd562e2..d2d77e0e8c 100644 --- a/resources/lang/en-GB/admin/models/general.php +++ b/resources/lang/en-GB/admin/models/general.php @@ -1,6 +1,6 @@ 'About Asset Models', 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', + 'show_mac_address' => 'Show MAC address field in assets in this model', 'view_deleted' => 'View Deleted', 'view_models' => 'View Models', 'fieldset' => 'Fieldset', 'no_custom_field' => 'No custom fields', 'add_default_values' => 'Add default values', -]; +); diff --git a/resources/lang/en-GB/admin/models/message.php b/resources/lang/en-GB/admin/models/message.php index c2c7d7c627..e3b29d5b4b 100644 --- a/resources/lang/en-GB/admin/models/message.php +++ b/resources/lang/en-GB/admin/models/message.php @@ -1,41 +1,42 @@ 'Model does not exist.', 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', - 'create' => [ + + 'create' => array( 'error' => 'Model was not created, please try again.', 'success' => 'Model created successfully.', 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.', - ], + 'success' => 'Model updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this asset model?', 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.', - ], + 'success' => 'The model was deleted successfully.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.', - ], + 'success' => 'Model restored successfully.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.', - ], + 'success' => 'Models updated.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'No models were selected, so nothing was deleted.', 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', - ], + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), -]; +); diff --git a/resources/lang/en-GB/admin/models/table.php b/resources/lang/en-GB/admin/models/table.php index 8ca54d5a8f..11a512b3d3 100644 --- a/resources/lang/en-GB/admin/models/table.php +++ b/resources/lang/en-GB/admin/models/table.php @@ -1,6 +1,6 @@ 'Create Asset Model', 'created_at' => 'Created at', @@ -14,4 +14,4 @@ return [ 'update' => 'Update Asset Model', 'clone' => 'Clone Model', 'edit' => 'Edit Model', -]; +); diff --git a/resources/lang/en-GB/admin/reports/general.php b/resources/lang/en-GB/admin/reports/general.php index 65e2bb1d73..344d5c8743 100644 --- a/resources/lang/en-GB/admin/reports/general.php +++ b/resources/lang/en-GB/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Select the options you want for your asset report.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/en-GB/admin/reports/message.php b/resources/lang/en-GB/admin/reports/message.php index 75b8533fb7..d4c8f8198f 100644 --- a/resources/lang/en-GB/admin/reports/message.php +++ b/resources/lang/en-GB/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.', -]; +return array( + 'error' => 'You must select at least ONE option.' +); diff --git a/resources/lang/en-GB/admin/settings/general.php b/resources/lang/en-GB/admin/settings/general.php index 959e82191e..193272d0c7 100644 --- a/resources/lang/en-GB/admin/settings/general.php +++ b/resources/lang/en-GB/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Active Directory domain', 'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.', 'ad_append_domain_label' => 'Append domain name', 'ad_append_domain' => 'Append domain name to username field', - 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".' , + 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".', 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'This is an Active Directory server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Send alerts to', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Alerts Enabled', 'alert_interval' => 'Expiring Alerts Threshold (in days)', 'alert_inv_threshold' => 'Inventory Alert Threshold', 'allow_user_skin' => 'Allow User Skin', - 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' , + 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.', 'asset_ids' => 'Asset IDs', 'audit_interval' => 'Audit Interval', 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/en-GB/pagination.php b/resources/lang/en-GB/pagination.php index b9940a133a..b573b51e91 100644 --- a/resources/lang/en-GB/pagination.php +++ b/resources/lang/en-GB/pagination.php @@ -1,6 +1,6 @@ 'Next »', -]; +); diff --git a/resources/lang/en-GB/reminders.php b/resources/lang/en-GB/reminders.php index a8ee7dda97..e7a476e3a2 100644 --- a/resources/lang/en-GB/reminders.php +++ b/resources/lang/en-GB/reminders.php @@ -1,6 +1,6 @@ 'Passwords must be six characters and match the confirmation.', + "password" => "Passwords must be six characters and match the confirmation.", - 'user' => 'Username or email address is incorrect', + "user" => "Username or email address is incorrect", - 'token' => 'This password reset token is invalid.', + "token" => "This password reset token is invalid.", - 'sent' => 'If a matching email address was found, a password reminder has been sent!', + "sent" => "If a matching email address was found, a password reminder has been sent!", -]; +); diff --git a/resources/lang/en-GB/table.php b/resources/lang/en-GB/table.php index e5de4c440e..f7a49d86c1 100644 --- a/resources/lang/en-GB/table.php +++ b/resources/lang/en-GB/table.php @@ -1,10 +1,10 @@ 'Actions', 'action' => 'Action', 'by' => 'By', 'item' => 'Item', -]; +); diff --git a/resources/lang/en-GB/validation.php b/resources/lang/en-GB/validation.php index 4ece7d41c7..72b465f211 100644 --- a/resources/lang/en-GB/validation.php +++ b/resources/lang/en-GB/validation.php @@ -1,6 +1,6 @@ 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'The selected :attribute is invalid.', 'numeric' => 'The :attribute must be a number.', 'present' => 'The :attribute field must be present.', @@ -88,8 +89,8 @@ return array( 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', - "unique_undeleted" => "The :attribute must be unique.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", + 'alpha_space' => 'The :attribute field contains a character that is not allowed.', + 'email_array' => 'One or more email addresses is invalid.', + 'hashed_pass' => 'Your current password is incorrect', 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", + 'statuslabel_type' => 'You must select a valid status label type', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/en-ID/admin/accessories/general.php b/resources/lang/en-ID/admin/accessories/general.php index 5f6bc72993..0dfa64429c 100644 --- a/resources/lang/en-ID/admin/accessories/general.php +++ b/resources/lang/en-ID/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Kategori Aksesoris', 'accessory_name' => 'Nama Aksesoris', 'checkout' => 'Keluarkan Aksesoris', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Gunakan standar primer EULA gantinya.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/en-ID/admin/custom_fields/message.php b/resources/lang/en-ID/admin/custom_fields/message.php
index fd9c5e7762..60d5408e84 100644
--- a/resources/lang/en-ID/admin/custom_fields/message.php
+++ b/resources/lang/en-ID/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Bidang tersebut tidak tersedia.',
'already_added' => 'Bidang sudah ditambahkan',
- 'create' => [
+ 'create' => array(
'error' => 'Bidang gagal dibuat, silahkan coba lagi.',
'success' => 'Kategori Berhasil dibuat.',
- 'assoc_success' => 'Kategori berhasil ditambahkan ke fieldset.',
- ],
+ 'assoc_success' => 'Kategori berhasil ditambahkan ke fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Kategori gagal diupdate, silahkan coba lagi',
- 'success' => 'Kategori Berhasil dibuat.',
- ],
+ 'success' => 'Kategori Berhasil dibuat.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Apakah Anda yakin ingin menghapus kategori ini?',
'error' => 'Terjadi masalah saat menghapus kategori. Silahkan coba lagi.',
'success' => 'Kategori berhasil dihapus.',
'in_use' => 'Kategori masih digunakan.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Kategori tidak ada',
- 'create' => [
+ 'create' => array(
'error' => 'Kategori gagal dibuat, silahkan coba lagi.',
- 'success' => 'Kategori Berhasil dibuat.',
- ],
+ 'success' => 'Kategori Berhasil dibuat.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Kategori gagal diupdate, silahkan coba lagi',
- 'success' => 'Kategori Berhasil diperbarui.',
- ],
+ 'success' => 'Kategori Berhasil diperbarui.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Apakah Anda yakin ingin menghapus kategori ini?',
'error' => 'Terjadi masalah saat menghapus kategori. Silahkan coba lagi.',
'success' => 'Kategori berhasil dihapus.',
'in_use' => 'Kategori masih digunakan.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/en-ID/admin/departments/message.php b/resources/lang/en-ID/admin/departments/message.php
index a9f256004d..10c6f3ce59 100644
--- a/resources/lang/en-ID/admin/departments/message.php
+++ b/resources/lang/en-ID/admin/departments/message.php
@@ -1,21 +1,21 @@
'Departemen tidak ada.',
'assoc_users' => 'Saat ini kategori ini terkait dengan setidaknya satu pengguna dan tidak dapat dihapus. Silahkan perbaharui model Anda untuk tidak lagi tereferensi dengan kategori ini dan coba lagi. ',
- 'create' => [
+ 'create' => array(
'error' => 'Komponen belum dibuat, silahkan coba lagi.',
- 'success' => 'Komponen berhasil dibuat.',
- ],
- 'update' => [
+ 'success' => 'Komponen berhasil dibuat.'
+ ),
+ 'update' => array(
'error' => 'Komponen belum diperbaharui, silahkan coba lagi',
- 'success' => 'Komponen berhasil dibuat.',
- ],
- 'delete' => [
+ 'success' => 'Komponen berhasil dibuat.'
+ ),
+ 'delete' => array(
'confirm' => 'Anda yakin akan mengahpus komponen ini?',
'error' => 'Ada masalah untuk hapus komponen, silahkan coba kembali.',
- 'success' => 'Komponen berhasil dihapus.',
- ],
+ 'success' => 'Komponen berhasil dihapus.'
+ )
-];
+);
diff --git a/resources/lang/en-ID/admin/departments/table.php b/resources/lang/en-ID/admin/departments/table.php
index d9b3f86242..5e237e234c 100644
--- a/resources/lang/en-ID/admin/departments/table.php
+++ b/resources/lang/en-ID/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Nama departemen',
@@ -8,4 +8,4 @@ return [
'location' => 'Lokasi',
'create' => 'Buat Departemen',
'update' => 'Perbarui Departemen',
- ];
+ );
diff --git a/resources/lang/en-ID/admin/depreciations/general.php b/resources/lang/en-ID/admin/depreciations/general.php
index 1d78839275..20af94a7f7 100644
--- a/resources/lang/en-ID/admin/depreciations/general.php
+++ b/resources/lang/en-ID/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Penyusutan Aset',
'create' => 'Buat Pengurangan',
'depreciation_name' => 'Nama Penyusutan',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Jumlah Bulan',
'update' => 'Perbarui pengurangan',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/en-ID/admin/depreciations/message.php b/resources/lang/en-ID/admin/depreciations/message.php
index 4126a06375..7059d102d7 100644
--- a/resources/lang/en-ID/admin/depreciations/message.php
+++ b/resources/lang/en-ID/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Kelas penyusutan tidak ada.',
'assoc_users' => 'Penyusutan ini terkait dengan satu atau lebih model dan tidak dapat dihapus. Hapus model, dan kemudian coba hapus lagi. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Kelas depresiasi gagal dibuat, silakan coba lagi. :(',
- 'success' => 'Kelas penyusutan berhasil dibuat. :)',
- ],
+ 'success' => 'Kelas penyusutan berhasil dibuat. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Kelas depresiasi gagal diperbarui, silakan coba lagi',
- 'success' => 'Kelas penyusutan berhasil diperbarui.',
- ],
+ 'success' => 'Kelas penyusutan berhasil diperbarui.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Apakah Anda yakin ingin menghapus kelas depresiasi ini?',
'error' => 'Ada masalah menghapus kelas penyusutan. Silakan coba lagi.',
- 'success' => 'Kelas depresiasi berhasil dihapus.',
- ],
+ 'success' => 'Kelas depresiasi berhasil dihapus.'
+ )
-];
+);
diff --git a/resources/lang/en-ID/admin/depreciations/table.php b/resources/lang/en-ID/admin/depreciations/table.php
index 90a58d596a..dbcb355f2c 100644
--- a/resources/lang/en-ID/admin/depreciations/table.php
+++ b/resources/lang/en-ID/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Bulan',
'term' => 'Term',
'title' => 'Nama ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/en-ID/admin/groups/message.php b/resources/lang/en-ID/admin/groups/message.php
index 19138d2c7a..8c399400ab 100644
--- a/resources/lang/en-ID/admin/groups/message.php
+++ b/resources/lang/en-ID/admin/groups/message.php
@@ -1,22 +1,22 @@
'Grup sudah ada!',
'group_not_found' => 'Group [:id] tidak ada.',
'group_name_required' => 'Nama field diperlukan',
- 'success' => [
+ 'success' => array(
'create' => 'Group berhasil dibuat.',
'update' => 'Grup berhasil diperbarui.',
'delete' => 'Grup berhasil dihapus.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Apakah Anda yakin ingin menghapus grup ini?',
'create' => 'Ada masalah saat membuat Grup. Silakan coba lagi.',
'update' => 'Ada masalah saat memperbarui Grup. Silakan coba lagi.',
'delete' => 'Ada masalah saat menghapus grup. Silakan coba lagi.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/en-ID/admin/groups/table.php b/resources/lang/en-ID/admin/groups/table.php
index 8b7bdcde48..226fb86336 100644
--- a/resources/lang/en-ID/admin/groups/table.php
+++ b/resources/lang/en-ID/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Nama',
'users' => '# Pengguna',
-];
+);
diff --git a/resources/lang/en-ID/admin/groups/titles.php b/resources/lang/en-ID/admin/groups/titles.php
index 31313d0b4b..f7c6bc131c 100644
--- a/resources/lang/en-ID/admin/groups/titles.php
+++ b/resources/lang/en-ID/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Admin Kelompok',
'allow' => 'Diijinkan',
'deny' => 'Dilarang',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/en-ID/admin/hardware/form.php b/resources/lang/en-ID/admin/hardware/form.php
index 350d1a08c1..c06b891de6 100644
--- a/resources/lang/en-ID/admin/hardware/form.php
+++ b/resources/lang/en-ID/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garansi',
'warranty_expires' => 'Garansi kadaluarsa',
'years' => 'tahun',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/en-ID/admin/hardware/general.php b/resources/lang/en-ID/admin/hardware/general.php
index 1948240ed0..bb50da94eb 100644
--- a/resources/lang/en-ID/admin/hardware/general.php
+++ b/resources/lang/en-ID/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Permintaan',
'requested' => 'Diminta',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Kembalikan Aset',
'pending' => 'Tertunda',
'undeployable' => 'Tidak dapat disebarkan',
'view' => 'Lihat aset',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/en-ID/admin/hardware/message.php b/resources/lang/en-ID/admin/hardware/message.php index 47cf4875b3..87097d6c00 100644 --- a/resources/lang/en-ID/admin/hardware/message.php +++ b/resources/lang/en-ID/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Peringatan:Aset ini telah ditandai karena saat ini tidak dapat dipasangkan lagi. Jika status ini telah berubah, harap perbarui status aset.', 'does_not_exist' => 'Aset tidak ada.', - 'does_not_exist_or_not_requestable' => 'Percobaan yang bagus Aset itu tidak ada atau tidak dapat diminta.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Aset ini saat ini diperiksa ke pengguna dan tidak dapat dihapus. Harap periksa dulu asetnya, lalu coba hapus lagi. ', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Audit aset berhasil dimasuki.', ], + 'deletefile' => [ 'error' => 'Berkas tidak terhapus. Silahkan coba lagi.', 'success' => 'File berhasil dihapus.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'File tidak dapat dihapus', ], + 'delete' => [ 'confirm' => 'Yakin ingin menghapus aset ini?', 'error' => 'Terjadi masalah saat menghapus aset. Silahkan coba lagi.', diff --git a/resources/lang/en-ID/admin/hardware/table.php b/resources/lang/en-ID/admin/hardware/table.php index f04ef727f0..888b03487c 100644 --- a/resources/lang/en-ID/admin/hardware/table.php +++ b/resources/lang/en-ID/admin/hardware/table.php @@ -1,13 +1,14 @@ 'Tag Aset', 'asset_model' => 'Model', - 'book_value' => 'Jumlah', + 'book_value' => 'Current Value', 'change' => 'Masuk/keluar', 'checkout_date' => 'Tanggal Check out', 'checkoutto' => 'Memeriksa', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Unduh CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return array( 'serial' => 'Serial', 'status' => 'Status', 'title' => 'Aset ', - 'image' => 'Perangkat Gambar', + 'image' => 'Perangkat Gambar', 'days_without_acceptance' => 'Hari tanpa penerimaan', - 'monthly_depreciation' => 'Penyusutan Bulanan' - -); + 'monthly_depreciation' => 'Penyusutan Bulanan', + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', +]; diff --git a/resources/lang/en-ID/admin/kits/general.php b/resources/lang/en-ID/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/en-ID/admin/kits/general.php +++ b/resources/lang/en-ID/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/en-ID/admin/licenses/form.php b/resources/lang/en-ID/admin/licenses/form.php index 71636121ae..fb66a7ab1b 100644 --- a/resources/lang/en-ID/admin/licenses/form.php +++ b/resources/lang/en-ID/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Aset', 'checkin' => 'Mendaftar', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Berlisensi untuk Email', 'to_name' => 'Berlisensi untuk nama', 'update' => 'Perbarui Lisensi', - 'checkout_help' => 'Anda harus memeriksa lisensi ke aset perangkat keras atau seseorang. Anda dapat memilih keduanya, namun pemilik aset harus sama dengan orang yang Anda periksa dari aset tersebut.', -]; + 'checkout_help' => 'Anda harus memeriksa lisensi ke aset perangkat keras atau seseorang. Anda dapat memilih keduanya, namun pemilik aset harus sama dengan orang yang Anda periksa dari aset tersebut.' +); diff --git a/resources/lang/en-ID/admin/licenses/general.php b/resources/lang/en-ID/admin/licenses/general.php index 3740cb9f73..b1abe81765 100644 --- a/resources/lang/en-ID/admin/licenses/general.php +++ b/resources/lang/en-ID/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Tentang Lisensi', 'about_licenses' => 'Lisensi digunakan untuk melacak perangkat lunak. Mereka memiliki sejumlah seat tertentu yang bisa diperiksa ke individu', 'checkin' => 'Daftar lisensi seat', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Lisensi perangkat lunak', 'user' => 'Pengguna', 'view' => 'Lihat lisensi', -]; +); diff --git a/resources/lang/en-ID/admin/licenses/message.php b/resources/lang/en-ID/admin/licenses/message.php index a2b6394b62..6cb6562526 100644 --- a/resources/lang/en-ID/admin/licenses/message.php +++ b/resources/lang/en-ID/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Lisensi tidak ada.', 'user_does_not_exist' => 'Pengguna tidak ada.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Anda harus memilih aset atau pengguna, namun tidak keduanya.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Lisensi gagal dibuat, silahkan coba lagi.', - 'success' => 'Lisensi Berhasil dibuat.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Lisensi gagal dibuat, silahkan coba lagi.', + 'success' => 'Lisensi Berhasil dibuat.' + ), + + 'deletefile' => array( 'error' => 'File tidak terhapus Silahkan coba lagi.', 'success' => 'File berhasil dihapus.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Berkas(s) tidak diunggah. Silahkan coba lagi.', 'success' => 'Berkas(s) berhasil diunggah.', 'nofiles' => 'Anda tidak memilih file untuk diunggah, atau file yang ingin Anda unggah terlalu besar', 'invalidfiles' => 'Satu atau lebih berkas anda terlalu besar atau jenis berkas tidak dibolehkan. Jenis berkas yang dibolehkan adalah png, gif, jpg, doc, docx, pdf, dan txt.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Lisensi gagal dibuat, silahkan coba lagi', - 'success' => 'Lisensi Berhasil dibuat.', - ], + 'success' => 'Lisensi Berhasil dibuat.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Apakah Anda yakin ingin menghapus lisensi ini?', 'error' => 'Terjadi masalah saat menghapus lisensi. Silahkan coba lagi.', - 'success' => 'Lisensi berhasil dihapus.', - ], + 'success' => 'Lisensi berhasil dihapus.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Terjadi masalah saat menghapus lisensi. Silahkan coba lagi.', - 'success' => 'Lisensi berhasil diperiksa', - ], + 'success' => 'Lisensi berhasil diperiksa' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Terjadi masalah saat menghapus lisensi. Silahkan coba lagi.', - 'success' => 'Lisensi berhasil diperiksa', - ], + 'success' => 'Lisensi berhasil diperiksa' + ), -]; +); diff --git a/resources/lang/en-ID/admin/licenses/table.php b/resources/lang/en-ID/admin/licenses/table.php index 58db6a9e73..9a435223ec 100644 --- a/resources/lang/en-ID/admin/licenses/table.php +++ b/resources/lang/en-ID/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Ditugaskan untuk', 'checkout' => 'Masuk/keluar', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serial', 'title' => 'Lisensi', -]; +); diff --git a/resources/lang/en-ID/admin/locations/message.php b/resources/lang/en-ID/admin/locations/message.php index 595effc86e..763eb0e56b 100644 --- a/resources/lang/en-ID/admin/locations/message.php +++ b/resources/lang/en-ID/admin/locations/message.php @@ -1,26 +1,27 @@ 'Lokasi tidak ada.', 'assoc_users' => 'Saat ini kategori ini terkait dengan setidaknya satu pengguna dan tidak dapat dihapus. Silahkan perbaharui pengguna anda untuk tidak lagi tereferensi dengan kategori ini dan coba lagi. ', 'assoc_assets' => 'Saat ini kategori ini terkait dengan setidaknya satu pengguna dan tidak dapat dihapus. Silahkan perbaharui pengguna anda untuk tidak lagi tereferensi dengan kategori ini dan coba lagi. ', 'assoc_child_loc' => 'Lokasi ini saat ini merupakan induk dari setidaknya satu lokasi anak dan tidak dapat dihapus. Perbarui lokasi Anda agar tidak lagi merujuk lokasi ini dan coba lagi. ', - 'create' => [ + + 'create' => array( 'error' => 'Lokasi tidak dibuat, coba lagi.', - 'success' => 'Lokasi berhasil dibuat.', - ], + 'success' => 'Lokasi berhasil dibuat.' + ), - 'update' => [ + 'update' => array( 'error' => 'Lokasi tidak diperbarui, silakan coba lagi', - 'success' => 'Lokasi berhasil diperbarui.', - ], + 'success' => 'Lokasi berhasil diperbarui.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Apakah anda yakin ingin menghapus lokasi ini?', 'error' => 'Terjadi masalah saat menghapus lokasi. Silahkan coba lagi.', - 'success' => 'Lokasi telah berhasil dihapus.', - ], + 'success' => 'Lokasi telah berhasil dihapus.' + ) -]; +); diff --git a/resources/lang/en-ID/admin/locations/table.php b/resources/lang/en-ID/admin/locations/table.php index 3192e42fa4..29e9b02455 100644 --- a/resources/lang/en-ID/admin/locations/table.php +++ b/resources/lang/en-ID/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Induk', 'currency' => 'Mata Uang Lokasi', 'ldap_ou' => 'LDAP Cari OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/en-ID/admin/manufacturers/message.php b/resources/lang/en-ID/admin/manufacturers/message.php index c909041b8c..80fc1fa8bf 100644 --- a/resources/lang/en-ID/admin/manufacturers/message.php +++ b/resources/lang/en-ID/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Produsen tidak ada.', 'assoc_users' => 'Produsen ini saat ini terkait dengan setidaknya satu model dan tidak dapat dihapus. Perbarui model Anda agar tidak lagi mereferensikan produsen ini dan coba lagi. ', - 'create' => [ + 'create' => array( 'error' => 'Produsen tidak dibuat, silahkan dicoba lagi.', - 'success' => 'Produsen berhasil dibuat.', - ], + 'success' => 'Produsen berhasil dibuat.' + ), - 'update' => [ + 'update' => array( 'error' => 'Produsen tidak diperbarui, silahkan coba lagi', - 'success' => 'Produsen berhasil diperbarui.', - ], + 'success' => 'Produsen berhasil diperbarui.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Pabrikan tidak dapat dipulihkan, silakan coba kembali', - 'success' => 'Pabrikan berhasil dipulihkan.', - ], + 'success' => 'Pabrikan berhasil dipulihkan.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Anda yakin ingin menghapus produsen ini?', 'error' => 'Terjadi masalah saat menghapus produsen. Silahkan coba lagi.', - 'success' => 'Produsen berhasil dihapus.', - ], + 'success' => 'Produsen berhasil dihapus.' + ) -]; +); diff --git a/resources/lang/en-ID/admin/manufacturers/table.php b/resources/lang/en-ID/admin/manufacturers/table.php index bffb9a0c13..6920c5459e 100644 --- a/resources/lang/en-ID/admin/manufacturers/table.php +++ b/resources/lang/en-ID/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Tentang produsen', 'about_manufacturers_text' => 'Produsen adalah perusahaan yang menciptakan aset Anda. Anda dapat menyimpan informasi kontak pendukung penting tentang mereka di sini, yang akan ditampilkan di halaman detail aset Anda.', 'asset_manufacturers' => 'Produsen aset', @@ -13,4 +13,4 @@ return [ 'update' => 'Perbarui produsen', 'url' => 'URL', -]; +); diff --git a/resources/lang/en-ID/admin/models/general.php b/resources/lang/en-ID/admin/models/general.php index 06f08ced79..6d2af65653 100644 --- a/resources/lang/en-ID/admin/models/general.php +++ b/resources/lang/en-ID/admin/models/general.php @@ -1,6 +1,6 @@ 'Tentang Model Aset', 'about_models_text' => 'Model Aset adalah cara untuk mengelompokkan aset identik. "MBP 2013", "IPhone 6s", dll.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Anda akan menghapus: model aset model_count.', 'restore' => 'Kembalikan model', 'requestable' => 'Pengguna dapat meminta model ini', - 'show_mac_address' => 'Tampilkan bidang alamat MAC dalam aset model ini', + 'show_mac_address' => 'Tampilkan bidang alamat MAC dalam aset model ini', 'view_deleted' => 'View dihapus', 'view_models' => 'Lihat model', 'fieldset' => 'Fieldset', 'no_custom_field' => 'Tidak ada bidang khusus', 'add_default_values' => 'Tambah nilai default', -]; +); diff --git a/resources/lang/en-ID/admin/models/message.php b/resources/lang/en-ID/admin/models/message.php index 93a141b519..995b58d058 100644 --- a/resources/lang/en-ID/admin/models/message.php +++ b/resources/lang/en-ID/admin/models/message.php @@ -1,41 +1,42 @@ 'Model tidak ada.', 'assoc_users' => 'Model ini saat ini dikaitkan dengan satu atau lebih aset dan tidak dapat dihapus. Harap hapus asetnya, lalu coba hapus lagi. ', - 'create' => [ + + 'create' => array( 'error' => 'Model tidak dibuat, silahkan dicoba lagi.', 'success' => 'Model berhasil dibuat.', 'duplicate_set' => 'Model aset dengan nama, nama produsen dan nomor model yang sudah ada.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model tidak diperbarui, silahkan dicoba lagi', - 'success' => 'Model berhasil diperbarui.', - ], + 'success' => 'Model berhasil diperbarui.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Yakin ingin menghapus model aset ini?', 'error' => 'Terjadi masalah saat menghapus model. Silahkan coba lagi.', - 'success' => 'Model berhasil dihapus.', - ], + 'success' => 'Model berhasil dihapus.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Aset tidak dikembalikan, coba lagi', - 'success' => 'Model berhasil dikembalikan.', - ], + 'success' => 'Model berhasil dikembalikan.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Tidak ada bidang yang berubah, jadi tidak ada yang diperbarui.', - 'success' => 'Model diperbarui.', - ], + 'success' => 'Model diperbarui.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Tidak ada model yang dipilih, jadi tidak ada yang dihapus.', 'success' => ':success_count model(s) dihapus!', - 'success_partial' => ':success_count model(s) telah dihapus, namun: fail_count tidak dapat dihapus karena mereka masih memiliki aset yang terkait dengannya.', - ], + 'success_partial' => ':success_count model(s) telah dihapus, namun: fail_count tidak dapat dihapus karena mereka masih memiliki aset yang terkait dengannya.' + ), -]; +); diff --git a/resources/lang/en-ID/admin/models/table.php b/resources/lang/en-ID/admin/models/table.php index b66c2c749f..362f11721e 100644 --- a/resources/lang/en-ID/admin/models/table.php +++ b/resources/lang/en-ID/admin/models/table.php @@ -1,6 +1,6 @@ 'Buat Model Aset', 'created_at' => 'Dibuat di', @@ -14,4 +14,4 @@ return [ 'update' => 'Perbarui model aset', 'clone' => 'Gandakan model', 'edit' => 'Ubah model', -]; +); diff --git a/resources/lang/en-ID/admin/reports/general.php b/resources/lang/en-ID/admin/reports/general.php index 75c1d01588..e1dd7c26c2 100644 --- a/resources/lang/en-ID/admin/reports/general.php +++ b/resources/lang/en-ID/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Pilih opsi yang Anda inginkan untuk laporan aset Anda.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/en-ID/admin/reports/message.php b/resources/lang/en-ID/admin/reports/message.php index f94ab75ed2..1ef096520e 100644 --- a/resources/lang/en-ID/admin/reports/message.php +++ b/resources/lang/en-ID/admin/reports/message.php @@ -1,5 +1,5 @@ 'Anda harus memilih setidaknya satu pilihan.', -]; +return array( + 'error' => 'Anda harus memilih setidaknya satu pilihan.' +); diff --git a/resources/lang/en-ID/admin/settings/general.php b/resources/lang/en-ID/admin/settings/general.php index 9202b2fca8..a719fcbe07 100644 --- a/resources/lang/en-ID/admin/settings/general.php +++ b/resources/lang/en-ID/admin/settings/general.php @@ -1,30 +1,39 @@ 'Direktori Berkas', 'ad_domain' => 'Domain Direktori Aktif', 'ad_domain_help' => 'Terkadang ini sama dengan domain email anda, tapi tidak selalu.', 'ad_append_domain_label' => 'Tambahkan nama domain', 'ad_append_domain' => 'Sisipkan nama domain pada baris nama pengguna', - 'ad_append_domain_help' => 'Pengguna tidak diperlukan untuk menulis"namapengguna@domail.lokal", mereka dapat hanya menuliskan "namapengguna".' , + 'ad_append_domain_help' => 'Pengguna tidak diperlukan untuk menulis"namapengguna@domail.lokal", mereka dapat hanya menuliskan "namapengguna".', 'admin_cc_email' => 'Tembusan Email', 'admin_cc_email_help' => 'Jika Anda ingin mengirim salinan email checkin / checkout yang dikirimkan ke pengguna akun email tambahan, masukkan di sini. Jika tidak, biarkan bidang ini kosong.', 'is_ad' => 'Ini adalah server aktif direktori', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Kirim peringatan kepada', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Peringatan Email Diaktifkan', 'alert_interval' => 'Ambang batas waktu kadaluwarsa (dalam beberapa hari)', 'alert_inv_threshold' => 'Ambang Batas Invertaris', 'allow_user_skin' => 'Izinkan skin pengguna', - 'allow_user_skin_help_text' => 'Mencentang kotak ini akan mengizinkan seorang pengguna untuk menimpa skin UI dengan sesuatu yang berbeda.' , + 'allow_user_skin_help_text' => 'Mencentang kotak ini akan mengizinkan seorang pengguna untuk menimpa skin UI dengan sesuatu yang berbeda.', 'asset_ids' => 'ID Aset', 'audit_interval' => 'Memeriksa perbedaan', 'audit_interval_help' => 'Jika anda diminta untuk melakukan audit aset secara fisik dengan teratur, maka masukkan selang waktu dalam beberapa bulan.', 'audit_warning_days' => 'Ambang Peringatan Audit', 'audit_warning_days_help' => 'Berapa hari sebelum kami harus memperingatkan aset yang akan dilelang?', - 'auto_increment_assets' => 'Buat peningkatan ID otomatis', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Awalan (opsional)', - 'auto_incrementing_help' => 'Aktifkan aset peningkatan ID terlebih dahulu untuk mengatur ini', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Cadangkan', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/en-ID/mail.php b/resources/lang/en-ID/mail.php index 381d45673b..7b8a0f5765 100644 --- a/resources/lang/en-ID/mail.php +++ b/resources/lang/en-ID/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Ini adalah uji coba dari Snipe-IT Asset Management System. Jika Anda mendapatkan ini, mail sedang bekerja :)', 'the_following_item' => 'Item berikut telah diperiksa: ', 'low_inventory_alert' => 'Ada :count item yang di bawah minimum persediaan atau akan segera habis.|Ada :count item yang di bawah minimum persediaan atau akan segera habis.', - 'assets_warrantee_alert' => 'Ada :count aset yang masa garansinya tinggal :threshold hari lagi.|Ada :count aset yang garansinya tinggal :threshold hari lagi.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Ada :count lisensi yang masa berlakunya akan habis dalam :threshold hari.|Ada :count lisensi yang masa berlakunya akan habis dalam :threshold hari.', 'to_reset' => 'Untuk atur ulang kata sandi situs web: anda, lengkapi formulir ini:', 'type' => 'Jenis', diff --git a/resources/lang/en-ID/pagination.php b/resources/lang/en-ID/pagination.php index edf0d05c55..af0f8ece41 100644 --- a/resources/lang/en-ID/pagination.php +++ b/resources/lang/en-ID/pagination.php @@ -1,6 +1,6 @@ 'Selanjutnya »', -]; +); diff --git a/resources/lang/en-ID/reminders.php b/resources/lang/en-ID/reminders.php index b047c30612..99a3e4dda1 100644 --- a/resources/lang/en-ID/reminders.php +++ b/resources/lang/en-ID/reminders.php @@ -1,6 +1,6 @@ 'Kata sandi harus ada enam karakter dan sesuai dengan konfirmasi.', + "password" => "Kata sandi harus ada enam karakter dan sesuai dengan konfirmasi.", - 'user' => 'Nama pengguna atau alamat surel salah', + "user" => "Nama pengguna atau alamat surel salah", - 'token' => 'Token atur ulang kata sandi ini tidak valid.', + "token" => "Token atur ulang kata sandi ini tidak valid.", - 'sent' => 'Jika alamat surel yang sesuai ditemukan, pengingat kata sandi sudah dikirim!', + "sent" => "Jika alamat surel yang sesuai ditemukan, pengingat kata sandi sudah dikirim!", -]; +); diff --git a/resources/lang/en-ID/table.php b/resources/lang/en-ID/table.php index 81702e8a88..ee00630a60 100644 --- a/resources/lang/en-ID/table.php +++ b/resources/lang/en-ID/table.php @@ -1,10 +1,10 @@ 'Tindakan', 'action' => 'Langkah', 'by' => 'Oleh', 'item' => 'Item', -]; +); diff --git a/resources/lang/en-ID/validation.php b/resources/lang/en-ID/validation.php index 8adc8eb8a7..df027b1f8d 100644 --- a/resources/lang/en-ID/validation.php +++ b/resources/lang/en-ID/validation.php @@ -1,6 +1,6 @@ 'Atribut :minimal harus :min karakter.', 'array' => 'Atribut :setidaknya harus memiliki :item min.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Yang dipilih: atribut tidak valid.', 'numeric' => 'The: atribut harus berupa angka.', 'present' => 'Bidang atribut harus ada.', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute sudah pernah digunakan.', 'uploaded' => ':attribute gagal di-upload.', 'url' => 'Format :attribute tidaklah benar.', - "unique_undeleted" => ":attribute haruslah unik.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => ':attribute haruslah unik.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Kolom :attribute mengandung karakter yang dilarang.", - "email_array" => "Satu atau lebih alamat surel tidak valid.", - "hashed_pass" => "Kata sandi anda saat ini salah", + 'alpha_space' => 'Kolom :attribute mengandung karakter yang dilarang.', + 'email_array' => 'Satu atau lebih alamat surel tidak valid.', + 'hashed_pass' => 'Kata sandi anda saat ini salah', 'dumbpwd' => 'Kata sandi itu terlalu umum.', - "statuslabel_type" => "Anda harus pilih jenis label status yang valid", + 'statuslabel_type' => 'Anda harus pilih jenis label status yang valid', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/es-CO/admin/accessories/general.php b/resources/lang/es-CO/admin/accessories/general.php index c8b1449ae2..619cd9c1e5 100644 --- a/resources/lang/es-CO/admin/accessories/general.php +++ b/resources/lang/es-CO/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Categoría de accesorio', 'accessory_name' => 'Nombre de accesorio', 'checkout' => 'Retirar Accesorio', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'En su lugar, use el EULA por defecto.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/es-CO/admin/custom_fields/message.php b/resources/lang/es-CO/admin/custom_fields/message.php
index 4eaf180ac2..b7a28ebfce 100644
--- a/resources/lang/es-CO/admin/custom_fields/message.php
+++ b/resources/lang/es-CO/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'El campo no existe.',
'already_added' => 'El campo ya fue añadido',
- 'create' => [
+ 'create' => array(
'error' => 'El campo no fue creado, por favor, inténtalo de nuevo.',
'success' => 'Campo creado con éxito.',
- 'assoc_success' => 'Campo agregado al fieldset con éxito.',
- ],
+ 'assoc_success' => 'Campo agregado al fieldset con éxito.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'El campo no fue actualizado, por favor inténtalo de nuevo',
- 'success' => 'Campo actualizado con éxito.',
- ],
+ 'success' => 'Campo actualizado con éxito.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '¿Estás seguro de que quieres eliminar este campo?',
'error' => 'Hubo un problema al eliminar el campo. Por favor inténtalo de nuevo.',
'success' => 'Este campo fue eliminado con éxito.',
'in_use' => 'El campo aún está en uso.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'El fieldset no existe',
- 'create' => [
+ 'create' => array(
'error' => 'El fieldset no fue creado, por favor inténtalo de nuevo.',
- 'success' => 'Fieldset creado con éxito.',
- ],
+ 'success' => 'Fieldset creado con éxito.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'El fieldset no fue actualizado, por favor, inténtalo de nuevo',
- 'success' => 'Fieldset actualizado con éxito.',
- ],
+ 'success' => 'Fieldset actualizado con éxito.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '¿Estás seguro de que quieres eliminar este fieldset?',
'error' => 'Hubo un problema al eliminar este fieldset. Por favor inténtalo de nuevo.',
'success' => 'El fieldset fue eliminado con éxito.',
'in_use' => 'El fieldset está aún en uso.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/es-CO/admin/departments/message.php b/resources/lang/es-CO/admin/departments/message.php
index 420ce31347..7ac9a2a517 100644
--- a/resources/lang/es-CO/admin/departments/message.php
+++ b/resources/lang/es-CO/admin/departments/message.php
@@ -1,21 +1,21 @@
'El departamento no existe.',
'assoc_users' => 'Este departamento está actualmente asociado con al menos un usuario y no puede ser eliminado. Por favor, actualiza tus usuarios para no referenciar más este departamento e inténtalo de nuevo. ',
- 'create' => [
+ 'create' => array(
'error' => 'El departamento no fue creado, por favor, inténtalo de nuevo.',
- 'success' => 'Departamento fue creado con éxito.',
- ],
- 'update' => [
+ 'success' => 'Departamento fue creado con éxito.'
+ ),
+ 'update' => array(
'error' => 'El departamento no fue actualizado, por favor inténtalo de nuevo',
- 'success' => 'Departamento actualizado con éxito.',
- ],
- 'delete' => [
+ 'success' => 'Departamento actualizado con éxito.'
+ ),
+ 'delete' => array(
'confirm' => '¿estás seguro de que quieres eliminar este departamento?',
'error' => 'Hubo un problema al eliminar este departamento. Por favor inténtalo de nuevo.',
- 'success' => 'El departamento fue eliminado con éxito.',
- ],
+ 'success' => 'El departamento fue eliminado con éxito.'
+ )
-];
+);
diff --git a/resources/lang/es-CO/admin/departments/table.php b/resources/lang/es-CO/admin/departments/table.php
index 16d6e72182..2db6cacad2 100644
--- a/resources/lang/es-CO/admin/departments/table.php
+++ b/resources/lang/es-CO/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Nombre de Departamento',
@@ -8,4 +8,4 @@ return [
'location' => 'Ubicación',
'create' => 'Crear Departamento',
'update' => 'Actualizar Departamento',
- ];
+ );
diff --git a/resources/lang/es-CO/admin/depreciations/general.php b/resources/lang/es-CO/admin/depreciations/general.php
index 5ca4dc75f5..92718dd325 100644
--- a/resources/lang/es-CO/admin/depreciations/general.php
+++ b/resources/lang/es-CO/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Depreciación de Equipos',
'create' => 'Crear Depreciación',
'depreciation_name' => 'Nombre de Depreciación',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Número de Meses',
'update' => 'Actualizar Depreciación',
- 'depreciation_min' => 'Valor mínimo después de depreciación'
-
+ 'depreciation_min' => 'Valor mínimo después de depreciación',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/es-CO/admin/depreciations/message.php b/resources/lang/es-CO/admin/depreciations/message.php
index c366fdbc83..d64306e1b6 100644
--- a/resources/lang/es-CO/admin/depreciations/message.php
+++ b/resources/lang/es-CO/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'La clase de depreciación no existe.',
'assoc_users' => 'Esta depreciación está actualmente asociada con uno o mas modelos y no puede ser eliminada. Por favor, elimina los modelos y luego intenta borrarlas de nuevo. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'La clase de depreciación no fue creada, por favor, inténtalo de nuevo. :(',
- 'success' => 'La clase de depreciación fue creada con éxito. :)',
- ],
+ 'success' => 'La clase de depreciación fue creada con éxito. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'La clase de depreciación no fue actualizada, por favor, inténtalo de nuevo',
- 'success' => 'La clase de depreciación fue creada con éxito.',
- ],
+ 'success' => 'La clase de depreciación fue creada con éxito.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '¿Está seguro que desea eliminar esta clase de depreciación?',
'error' => 'Ha sucedido un error eliminando la clase de depreciación, por favor intente de nuevo.',
- 'success' => 'La clase de depreciación fue eliminada con éxito.',
- ],
+ 'success' => 'La clase de depreciación fue eliminada con éxito.'
+ )
-];
+);
diff --git a/resources/lang/es-CO/admin/depreciations/table.php b/resources/lang/es-CO/admin/depreciations/table.php
index 1206b7eb09..75f8009a0c 100644
--- a/resources/lang/es-CO/admin/depreciations/table.php
+++ b/resources/lang/es-CO/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Meses',
'term' => 'Períodos',
'title' => 'Nombre ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/es-CO/admin/groups/table.php b/resources/lang/es-CO/admin/groups/table.php
index 13a4737a8c..1511815185 100644
--- a/resources/lang/es-CO/admin/groups/table.php
+++ b/resources/lang/es-CO/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Nombre',
'users' => '# de usuarios',
-];
+);
diff --git a/resources/lang/es-CO/admin/groups/titles.php b/resources/lang/es-CO/admin/groups/titles.php
index 6ceb220949..507e175df5 100644
--- a/resources/lang/es-CO/admin/groups/titles.php
+++ b/resources/lang/es-CO/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Administración del Grupo',
'allow' => 'Permitir',
'deny' => 'Denegar',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/es-CO/admin/hardware/form.php b/resources/lang/es-CO/admin/hardware/form.php
index 7ab36d1397..0001931883 100644
--- a/resources/lang/es-CO/admin/hardware/form.php
+++ b/resources/lang/es-CO/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garantía',
'warranty_expires' => 'Vencimiento de Garantía',
'years' => 'años',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/es-CO/admin/hardware/general.php b/resources/lang/es-CO/admin/hardware/general.php
index bcf75f4504..62d065dbcc 100644
--- a/resources/lang/es-CO/admin/hardware/general.php
+++ b/resources/lang/es-CO/admin/hardware/general.php
@@ -10,13 +10,34 @@ return [
'checkout' => 'Asignar Equipo',
'clone' => 'Clonar Equipo',
'deployable' => 'Desplegable',
- 'deleted' => 'This asset has been deleted.',
+ 'deleted' => 'Este activo fue eliminado.',
'edit' => 'Editar Equipo',
- 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_deleted' => 'Este Modelo de activo fue eliminado. Debes restaurar este modelo antes de poder restaurar el Activo.',
'requestable' => 'Puede Solicitarse',
'requested' => 'Solicitado',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restaurar equipo',
'pending' => 'Equipos Pendiente',
'undeployable' => 'No desplegable',
'view' => 'Ver Equipo',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/es-CO/admin/hardware/message.php b/resources/lang/es-CO/admin/hardware/message.php index eec8f1966c..9ea8a28979 100644 --- a/resources/lang/es-CO/admin/hardware/message.php +++ b/resources/lang/es-CO/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Atención: Este equipo está marcado como no isntalabre. Si no es correcto, actualiza su estado.', 'does_not_exist' => 'Equipo inexistente.', - 'does_not_exist_or_not_requestable' => 'Buen intento. El activo no existe o no es solicitable.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Equipo asignado a un usuario, no se puede eliminar.', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Auditoría de activos registrada correctamente.', ], + 'deletefile' => [ 'error' => 'Archivo no eliminado. Por favor, vuelva a intentarlo.', 'success' => 'Archivo eliminado correctamente.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'No pudimos eliminar tu archivo', ], + 'delete' => [ 'confirm' => 'Estás seguro que quieres eliminar el equipo?', 'error' => 'Equipo no eliminado, intentalo de nuevo.', diff --git a/resources/lang/es-CO/admin/hardware/table.php b/resources/lang/es-CO/admin/hardware/table.php index 347034a086..b3a56f148d 100644 --- a/resources/lang/es-CO/admin/hardware/table.php +++ b/resources/lang/es-CO/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Etiqueta de equipo', 'asset_model' => 'Modelo', - 'book_value' => 'Precio', + 'book_value' => 'Current Value', 'change' => 'Operación', 'checkout_date' => 'Fecha de devolución', 'checkoutto' => 'Asignado a', + 'current_value' => 'Current Value', 'diff' => 'Diferencia', 'dl_csv' => 'Descargar CSV', 'eol' => 'Vida útil', @@ -18,8 +19,12 @@ return [ 'serial' => 'Número de serie', 'status' => 'Estado', 'title' => 'Equipo ', - 'image' => 'Imagen de dispositivo', + 'image' => 'Imagen de dispositivo', 'days_without_acceptance' => 'Días Sin Aceptación', 'monthly_depreciation' => 'Depreciación mensual', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/es-CO/admin/kits/general.php b/resources/lang/es-CO/admin/kits/general.php index e0f87e8d1a..83efe52670 100644 --- a/resources/lang/es-CO/admin/kits/general.php +++ b/resources/lang/es-CO/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'No hay suficientes licencias disponibles de :license para entregar. Se requieren :qty . ', 'none_consumables' => 'No hay suficientes unidades disponibles de :consumable para entregar. Se requieren :qty . ', 'none_accessory' => 'No hay suficientes unidades disponibles de :accessory para entregar. Se necesitan :qty . ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/es-CO/admin/licenses/form.php b/resources/lang/es-CO/admin/licenses/form.php index f3e5a1e494..3724e53dbd 100644 --- a/resources/lang/es-CO/admin/licenses/form.php +++ b/resources/lang/es-CO/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Equipo', 'checkin' => 'Quita', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Registrado a Email', 'to_name' => 'Registrado a Nombre', 'update' => 'Actualizar Licencia', - 'checkout_help' => 'Puedes asignar la licencia a un equipo a a un usuario. Puedes seleccionarlos a ambos, pero el dueño de la licencia debe ser el mismo usuario al que asignes el equipo.', -]; + 'checkout_help' => 'Puedes asignar la licencia a un equipo a a un usuario. Puedes seleccionarlos a ambos, pero el dueño de la licencia debe ser el mismo usuario al que asignes el equipo.' +); diff --git a/resources/lang/es-CO/admin/licenses/general.php b/resources/lang/es-CO/admin/licenses/general.php index 43a147dcf4..8a5d6db90e 100644 --- a/resources/lang/es-CO/admin/licenses/general.php +++ b/resources/lang/es-CO/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Acerca de licencias', 'about_licenses' => 'Las licencias son para identificar software. Tienen un número específico de asientos que pueden ser asignados a individuos', 'checkin' => 'Quitar Instalación', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Licencias Software', 'user' => 'Usuario', 'view' => 'Ver Licencias', -]; +); diff --git a/resources/lang/es-CO/admin/licenses/message.php b/resources/lang/es-CO/admin/licenses/message.php index e196a0f548..cab4de5b63 100644 --- a/resources/lang/es-CO/admin/licenses/message.php +++ b/resources/lang/es-CO/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Categoría inexistente.', 'user_does_not_exist' => 'Usuario inexistente.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Debe seleccionar un activo o un usuario, pero no ambos.', 'not_found' => 'Licencia no encontrada', - 'create' => [ - 'error' => 'La categoría no se ha creado, intentalo de nuevo.', - 'success' => 'Categoría creada correctamente.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'La categoría no se ha creado, intentalo de nuevo.', + 'success' => 'Categoría creada correctamente.' + ), + + 'deletefile' => array( 'error' => 'Archivo no eliminado. Por favor, vuelva a intentarlo.', 'success' => 'Archivo eliminado correctamente.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Archivo(s) no cargado. Por favor, vuelva a intentarlo.', 'success' => 'Archivo(s) cargado correctamente.', 'nofiles' => 'No ha seleccionado ningun archivo para ser cargado, o el archivo que seleccionó es demasiado grande', 'invalidfiles' => 'Uno o más de tus ficheros son demasiado grandes o de un tipo no permitido. Los tipos permitidos son png, gif, jpg, doc, docx, pdf, txt, zip, rar, rtf, xml y lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'La categoría no se ha actualizado, intentalo de nuevo.', - 'success' => 'Categoría actualizada correctamente.', - ], + 'success' => 'Categoría actualizada correctamente.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Estás seguro de eliminar esta categoría?', 'error' => 'Ha habido un problema eliminando la categoría. Intentalo de nuevo.', - 'success' => 'Categoría eliminada.', - ], + 'success' => 'Categoría eliminada.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Equipo no asignado, intentalo de nuevo', - 'success' => 'Equipo asignado.', - ], + 'success' => 'Equipo asignado.' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'No se ha quitado el equipo. Intentalo de nuevo.', - 'success' => 'Equipo quitado correctamente.', - ], + 'success' => 'Equipo quitado correctamente.' + ), -]; +); diff --git a/resources/lang/es-CO/admin/licenses/table.php b/resources/lang/es-CO/admin/licenses/table.php index 9c4d797c4a..c5b82e4147 100644 --- a/resources/lang/es-CO/admin/licenses/table.php +++ b/resources/lang/es-CO/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Asignada a', 'checkout' => 'Quita/Asigna', @@ -14,4 +14,4 @@ return [ 'serial' => 'N. Serie', 'title' => 'Categoría de equipo', -]; +); diff --git a/resources/lang/es-CO/admin/locations/message.php b/resources/lang/es-CO/admin/locations/message.php index acc99a1381..a733569bc3 100644 --- a/resources/lang/es-CO/admin/locations/message.php +++ b/resources/lang/es-CO/admin/locations/message.php @@ -1,26 +1,27 @@ 'Ubicación inexistente.', 'assoc_users' => 'La ubicación esta asociada con al menos un usuario, por lo que no puede eliminarse. Actualiza la información de tus usuarios para que no la usen, e inténtalo de nuevo. ', 'assoc_assets' => 'La ubicación esta asociada con al menos un equipo, por lo que no puede eliminarse. Por favor actualiza la información de tus equipos para que no la usen, e inténtalo de nuevo. ', 'assoc_child_loc' => 'La ubicación esta asociada con al menos una ubicación hija, por lo que no puede eliminarse. Actualiza la información de tus ubicaciones para desasociarlas, e inténtalo de nuevo. ', - 'create' => [ + + 'create' => array( 'error' => 'La ubicación no pudo ser creada, por favor inténtalo de nuevo.', - 'success' => 'La ubicación fue creada exitosamente.', - ], + 'success' => 'La ubicación fue creada exitosamente.' + ), - 'update' => [ + 'update' => array( 'error' => 'La ubicación no pudo ser actualizada, por favor inténtalo de nuevo', - 'success' => 'La ubicación fue actualizada exitosamente.', - ], + 'success' => 'La ubicación fue actualizada exitosamente.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '¿Estás seguro de que deseas eliminar esta ubicación?', 'error' => 'Hubo un problema eliminando la ubicación. Por favor, inténtalo de nuevo.', - 'success' => 'La ubicación fue eliminada exitosamente.', - ], + 'success' => 'La ubicación fue eliminada exitosamente.' + ) -]; +); diff --git a/resources/lang/es-CO/admin/locations/table.php b/resources/lang/es-CO/admin/locations/table.php index f565ee574b..64af96335e 100644 --- a/resources/lang/es-CO/admin/locations/table.php +++ b/resources/lang/es-CO/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Ubicación Padre', 'currency' => 'Moneda de ubicación', 'ldap_ou' => 'OU de búsqueda LDAP', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/es-CO/admin/manufacturers/message.php b/resources/lang/es-CO/admin/manufacturers/message.php index a55a8a9cae..342dd1e565 100644 --- a/resources/lang/es-CO/admin/manufacturers/message.php +++ b/resources/lang/es-CO/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'El fabricante no existe.', 'assoc_users' => 'Este Fabricante está asociado al menos a un modelo y no puede ser eliminado', - 'create' => [ + 'create' => array( 'error' => 'Fabricante no creado, Intentalo de nuevo.', - 'success' => 'Fabricante creado.', - ], + 'success' => 'Fabricante creado.' + ), - 'update' => [ + 'update' => array( 'error' => 'Fabricante no actualizado, Intentalo de nuevo', - 'success' => 'Fabricante actualizado.', - ], + 'success' => 'Fabricante actualizado.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'El fabricante no fue restaurado, intente de nuevo', - 'success' => 'Fabricante restaurado con éxito.', - ], + 'success' => 'Fabricante restaurado con éxito.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Estás seguro que quieres eliminar Fabricante?', 'error' => 'Hubo un problema eliminando el fabricante. Por favor, inténtalo de nuevo.', - 'success' => 'Fabricante Eliminado.', - ], + 'success' => 'Fabricante Eliminado.' + ) -]; +); diff --git a/resources/lang/es-CO/admin/manufacturers/table.php b/resources/lang/es-CO/admin/manufacturers/table.php index 77c22bcc82..972d33b71b 100644 --- a/resources/lang/es-CO/admin/manufacturers/table.php +++ b/resources/lang/es-CO/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Sobre fabricantes', 'about_manufacturers_text' => 'Los fabricantes son las empresas que crean sus activos. Aquí puede almacenar importante información de contacto sobre ellos, que se mostrará en sus páginas de detalle de activos.', 'asset_manufacturers' => 'Fabricantes', @@ -13,4 +13,4 @@ return [ 'update' => 'Actualizar Fabricante', 'url' => 'URL', -]; +); diff --git a/resources/lang/es-CO/admin/models/general.php b/resources/lang/es-CO/admin/models/general.php index f85f093e83..2750cbcd51 100644 --- a/resources/lang/es-CO/admin/models/general.php +++ b/resources/lang/es-CO/admin/models/general.php @@ -1,18 +1,18 @@ 'Acerca de modelos de activos', 'about_models_text' => 'Los Modelos de activos son una forma de agrupar activos idénticos. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted.', + 'deleted' => 'Este modelo fue eliminado.', 'bulk_delete' => 'Borrar Grandes Modelos de Activos', 'bulk_delete_help' => 'Usa las casillas de verificación para confirmar la eliminación de los modelos de activos. Los modelos de activos tienen activos asociados que no pueden ser eliminados hasta que los activos sean asociados con un modelo diferente.', 'bulk_delete_warn' => 'Estás a punto de eliminar: los modelos de activo model_count.', 'restore' => 'Restaurar Modelo', 'requestable' => 'Los usuarios pueden solicitar este modelo', - 'show_mac_address' => 'Mostrar el campo de la dirección MAC en los equipos de este modelo', + 'show_mac_address' => 'Mostrar el campo de la dirección MAC en los equipos de este modelo', 'view_deleted' => 'Ver Borrados', 'view_models' => 'Ver Modelos', 'fieldset' => 'Grupos de campo', 'no_custom_field' => 'No hay campos personalizados', 'add_default_values' => 'Agregar valores predeterminados', -]; +); diff --git a/resources/lang/es-CO/admin/models/message.php b/resources/lang/es-CO/admin/models/message.php index f28759a645..bc244948d0 100644 --- a/resources/lang/es-CO/admin/models/message.php +++ b/resources/lang/es-CO/admin/models/message.php @@ -1,41 +1,42 @@ 'Modelo inexistente.', 'assoc_users' => 'Este modelo está asociado a uno o más equipos actualmente, por lo que no puede ser eliminado. Por favor elimina los equipos asociados, e inténtalo de nuevo. ', - 'create' => [ + + 'create' => array( 'error' => 'El modelo no fue creado, por favor inténtalo de nuevo.', 'success' => 'El modelo fue creado exitosamente.', 'duplicate_set' => 'Ya existe un modelo de equipo con el mismo nombre, fabricante y número de modelo.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'El modelo no pudo ser actualizado, por favor inténtalo de nuevo', - 'success' => 'El modelo fue actualizado exitosamente.', - ], + 'success' => 'El modelo fue actualizado exitosamente.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '¿Estás seguro de que deseas eliminar este modelo de equipo?', 'error' => 'Hubo un problema eliminando el modelo. Por favor, inténtalo de nuevo.', - 'success' => 'El modelo fue eliminado exitosamente.', - ], + 'success' => 'El modelo fue eliminado exitosamente.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'El modelo no pudo ser restaurado, por favor inténtalo de nuevo', - 'success' => 'El modelo fue restaurado exitosamente.', - ], + 'success' => 'El modelo fue restaurado exitosamente.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Ningún campo ha cambiado, no hay nada que actualizar.', - 'success' => 'Los modelos fueron actualizados.', - ], + 'success' => 'Los modelos fueron actualizados.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Ningún modelo fue seleccionado, no se eliminó nada.', 'success' => '¡:success_count modelo(s) eliminado(s)!', - 'success_partial' => ':success_count modelos fueron eliminados, sin embargo, :fail_count no pudieron ser eliminados debido a que aún tienen equipos asociados a ellos.', - ], + 'success_partial' => ':success_count modelos fueron eliminados, sin embargo, :fail_count no pudieron ser eliminados debido a que aún tienen equipos asociados a ellos.' + ), -]; +); diff --git a/resources/lang/es-CO/admin/models/table.php b/resources/lang/es-CO/admin/models/table.php index 6827817fbb..2352df53cc 100644 --- a/resources/lang/es-CO/admin/models/table.php +++ b/resources/lang/es-CO/admin/models/table.php @@ -1,6 +1,6 @@ 'Crear Modelo de Equipo', 'created_at' => 'Creado el', @@ -14,4 +14,4 @@ return [ 'update' => 'Actualizar Modelo de Equipo', 'clone' => 'Clonar Modelo', 'edit' => 'Editar Modelo', -]; +); diff --git a/resources/lang/es-CO/admin/reports/general.php b/resources/lang/es-CO/admin/reports/general.php index 9b9d3baad9..19efc0b08a 100644 --- a/resources/lang/es-CO/admin/reports/general.php +++ b/resources/lang/es-CO/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Selecciona las opciones de tu informe de Equipos.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/es-CO/admin/reports/message.php b/resources/lang/es-CO/admin/reports/message.php index a5bd885673..a8f61aa993 100644 --- a/resources/lang/es-CO/admin/reports/message.php +++ b/resources/lang/es-CO/admin/reports/message.php @@ -1,5 +1,5 @@ 'Debes seleccionar al menos UNA opción.', -]; +return array( + 'error' => 'Debes seleccionar al menos UNA opción.' +); diff --git a/resources/lang/es-CO/admin/settings/general.php b/resources/lang/es-CO/admin/settings/general.php index fc4d83fa50..bea75f538e 100644 --- a/resources/lang/es-CO/admin/settings/general.php +++ b/resources/lang/es-CO/admin/settings/general.php @@ -1,30 +1,39 @@ 'Directorio Activo', 'ad_domain' => 'Dominio del Directorio Activo', 'ad_domain_help' => 'Esto es a veces el mismo que su correo electrónico de dominio, pero no siempre.', 'ad_append_domain_label' => 'Añadir nombre de dominio', 'ad_append_domain' => 'Añadir nombre de dominio al campo de nombre de usuario', - 'ad_append_domain_help' => 'El usuario no necesita escribir "username@domain.local", puede escribir únicamente "username".' , + 'ad_append_domain_help' => 'El usuario no necesita escribir "username@domain.local", puede escribir únicamente "username".', 'admin_cc_email' => 'Email CC', 'admin_cc_email_help' => 'Si deseas enviar una notificación por correo electrónico de las asignaciones de activos que se envían a los usuarios a una cuenta adicional, ingrésela aquí. De lo contrario, deja este campo en blanco.', 'is_ad' => 'Este es un servidor de Directorio Activo', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Enviar alertas a', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Alertas habilitadas', 'alert_interval' => 'Limite de alertas de expiración (en días)', 'alert_inv_threshold' => 'Umbral de alerta del inventario', 'allow_user_skin' => 'Permitir skin del usuario', - 'allow_user_skin_help_text' => 'Marcar esta casilla permitirá al usuario reemplazar la apariencia de la interfaz con una diferente.' , + 'allow_user_skin_help_text' => 'Marcar esta casilla permitirá al usuario reemplazar la apariencia de la interfaz con una diferente.', 'asset_ids' => 'IDs de Recurso', 'audit_interval' => 'Intervalo de auditoría', 'audit_interval_help' => 'Si tiene que auditar físicamente sus activos periódicamente, ingrese el intervalo en meses.', 'audit_warning_days' => 'Umbral de advertencia de auditoría', 'audit_warning_days_help' => '¿Con cuántos días de antelación debemos advertirle cuándo se deben auditar los activos?', - 'auto_increment_assets' => 'Generar IDs de equipo autoincrementales', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefijo (opcional)', - 'auto_incrementing_help' => 'Activa la generación automática de IDs de equipo antes de configurar esto', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Copias de seguridad', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/es-CO/help.php b/resources/lang/es-CO/help.php index 3309bb35a7..9c71dfef87 100644 --- a/resources/lang/es-CO/help.php +++ b/resources/lang/es-CO/help.php @@ -1,6 +1,6 @@ "Más información", + 'more_info_title' => 'Más información', - "audit_help" => "Marcando esta casilla podrá editar el registro de activos reflejando su nueva ubicación. Dejándola sin marcar simplemente anotaremos la ubicación en el registro de auditoria. :db_column
but should be :expected .'
];
diff --git a/resources/lang/es-ES/admin/custom_fields/message.php b/resources/lang/es-ES/admin/custom_fields/message.php
index 2602b68900..26c077f490 100644
--- a/resources/lang/es-ES/admin/custom_fields/message.php
+++ b/resources/lang/es-ES/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'El campo no existe.',
'already_added' => 'El campo ya fue añadido',
- 'create' => [
+ 'create' => array(
'error' => 'Campo no creado, por favor, inténtalo de nuevo.',
'success' => 'Campo creado correctamente.',
- 'assoc_success' => 'Campo correctamente añadido al grupo.',
- ],
+ 'assoc_success' => 'Campo correctamente añadido al grupo.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Campo no actualizado, por favor inténtelo de nuevo',
- 'success' => 'Campo actualizado correctamente.',
- ],
+ 'success' => 'Campo actualizado correctamente.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '¿Seguro que quieres eliminar este campo?',
'error' => 'Hubo un problema al eliminar el campo. Inténtelo de nuevo.',
'success' => 'El campo se eliminó correctamente.',
'in_use' => 'El campo está aún en uso.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'El conjunto de campos no existe',
- 'create' => [
+ 'create' => array(
'error' => 'El grupo de campos no ha sido creado, por favor inténtelo de nuevo.',
- 'success' => 'Grupo de campos creado satisfactoriamente.',
- ],
+ 'success' => 'Grupo de campos creado satisfactoriamente.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'El Grupo de campos no ha sido actualizado, por favor inténtelo de nuevo',
- 'success' => 'Grupo de campos actualizado correctamente.',
- ],
+ 'success' => 'Grupo de campos actualizado correctamente.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '¿Seguro que quieres eliminar el grupo de campos?',
'error' => 'Hubo un problema al eliminar el grupo de campos. Inténtelo de nuevo.',
'success' => 'El grupo de campos se eliminó correctamente.',
'in_use' => 'El grupo de campos está aún en uso.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/es-ES/admin/departments/message.php b/resources/lang/es-ES/admin/departments/message.php
index 9f433bd4f5..fc0c0f4b41 100644
--- a/resources/lang/es-ES/admin/departments/message.php
+++ b/resources/lang/es-ES/admin/departments/message.php
@@ -1,21 +1,21 @@
'El departamento no existe.',
'assoc_users' => 'Esta localización está actualmente asociada con al menos un usuario y no puede ser eliminada, Por favor verifique que ningún usuario haga referencia a esta localización e intente de nuevo. ',
- 'create' => [
+ 'create' => array(
'error' => 'El departamento no fue creado, por favor intente de nuevo.',
- 'success' => 'Departamento creado con éxito.',
- ],
- 'update' => [
+ 'success' => 'Departamento creado con éxito.'
+ ),
+ 'update' => array(
'error' => 'El departamento no se actualizó, por favor intente de nuevo',
- 'success' => 'Departamento actualizado con éxito.',
- ],
- 'delete' => [
+ 'success' => 'Departamento actualizado con éxito.'
+ ),
+ 'delete' => array(
'confirm' => '¿Estás seguro de que deseas eliminar este departamento?',
'error' => 'Hubo un problema al eliminar el departamento. Inténtalo de nuevo.',
- 'success' => 'El departamento ha sido borrado exitosamente',
- ],
+ 'success' => 'El departamento ha sido borrado exitosamente'
+ )
-];
+);
diff --git a/resources/lang/es-ES/admin/departments/table.php b/resources/lang/es-ES/admin/departments/table.php
index f608860b27..05abf227d5 100644
--- a/resources/lang/es-ES/admin/departments/table.php
+++ b/resources/lang/es-ES/admin/departments/table.php
@@ -1,6 +1,6 @@
'CARNÉ DE IDENTIDAD',
'name' => 'Nombre de Departamento',
@@ -8,4 +8,4 @@ return [
'location' => 'Ubicación',
'create' => 'Crear departamento',
'update' => 'Departamento de actualización',
- ];
+ );
diff --git a/resources/lang/es-ES/admin/depreciations/general.php b/resources/lang/es-ES/admin/depreciations/general.php
index e68a9fa112..8d6bc821f4 100644
--- a/resources/lang/es-ES/admin/depreciations/general.php
+++ b/resources/lang/es-ES/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Amortizaciones',
'create' => 'Crear Amortización',
'depreciation_name' => 'Nombre Amortización',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Meses',
'update' => 'Actualizar Amortización',
- 'depreciation_min' => 'Valor mínimo después de la depreciación'
-
+ 'depreciation_min' => 'Valor mínimo después de la depreciación',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/es-ES/admin/depreciations/message.php b/resources/lang/es-ES/admin/depreciations/message.php
index 5e1d8e489d..a5dd1791b6 100644
--- a/resources/lang/es-ES/admin/depreciations/message.php
+++ b/resources/lang/es-ES/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Clase de amortización inexistente.',
'assoc_users' => 'Esta amortización está asociada a uno o más modelos y no puede ser eliminada.',
- 'create' => [
+
+ 'create' => array(
'error' => 'Amortización no creada, intentalo de nuevo. :(',
- 'success' => 'Amortización creada correctamente. :)',
- ],
+ 'success' => 'Amortización creada correctamente. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Amortización no actualizada, intentalo de nuevo.',
- 'success' => 'Amortización actualizada correctamente.',
- ],
+ 'success' => 'Amortización actualizada correctamente.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Estas seguro que quieres eliminar la Amortización?',
'error' => 'Amortización no eliminada, intentalo de nuevo.',
- 'success' => 'Amortización eliminada correctamente.',
- ],
+ 'success' => 'Amortización eliminada correctamente.'
+ )
-];
+);
diff --git a/resources/lang/es-ES/admin/depreciations/table.php b/resources/lang/es-ES/admin/depreciations/table.php
index 9bfffc19a4..d89d63dbaf 100644
--- a/resources/lang/es-ES/admin/depreciations/table.php
+++ b/resources/lang/es-ES/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Meses',
'term' => 'Termina',
'title' => 'Nombre ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/es-ES/admin/groups/message.php b/resources/lang/es-ES/admin/groups/message.php
index 7eff45a9cc..4b7f99ca54 100644
--- a/resources/lang/es-ES/admin/groups/message.php
+++ b/resources/lang/es-ES/admin/groups/message.php
@@ -1,22 +1,22 @@
'El grupo ya existe!',
'group_not_found' => 'El grupo [:id] no existe.',
'group_name_required' => 'El campo nombre es obligatorio',
- 'success' => [
+ 'success' => array(
'create' => 'Grupo creado.',
'update' => 'Grupo actualizado.',
'delete' => 'Grupo eliminado.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Seguroq que quieres Eliminar grupo?',
'create' => 'Ha habido un problema creando el grupo. Vuelve a intentarlo.',
'update' => 'Ha habido un problema actualizando el grupo. Vuelve a intentarlo.',
'delete' => 'Ha habido un problema eliminando el grupo. Vuelve a intentarlo.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/es-ES/admin/groups/table.php b/resources/lang/es-ES/admin/groups/table.php
index bc09ef1ea6..c002d06ba8 100644
--- a/resources/lang/es-ES/admin/groups/table.php
+++ b/resources/lang/es-ES/admin/groups/table.php
@@ -1,9 +1,9 @@
'ID',
'name' => 'Nombre',
'users' => '# de Usuarios',
-];
+);
diff --git a/resources/lang/es-ES/admin/groups/titles.php b/resources/lang/es-ES/admin/groups/titles.php
index 07611a0bd2..ad38bd4667 100644
--- a/resources/lang/es-ES/admin/groups/titles.php
+++ b/resources/lang/es-ES/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Admin Grupo',
'allow' => 'Permitir',
'deny' => 'Denegar',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/es-ES/admin/hardware/form.php b/resources/lang/es-ES/admin/hardware/form.php
index d0cf18574e..314b031927 100644
--- a/resources/lang/es-ES/admin/hardware/form.php
+++ b/resources/lang/es-ES/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garantía',
'warranty_expires' => 'Vencimiento de la Garantía',
'years' => 'años',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/es-ES/admin/hardware/general.php b/resources/lang/es-ES/admin/hardware/general.php
index 5e51655171..00e1df7a84 100644
--- a/resources/lang/es-ES/admin/hardware/general.php
+++ b/resources/lang/es-ES/admin/hardware/general.php
@@ -10,13 +10,34 @@ return [
'checkout' => 'Activo de pago',
'clone' => 'Clonar Equipo',
'deployable' => 'Desplegable',
- 'deleted' => 'This asset has been deleted.',
+ 'deleted' => 'Este activo fue eliminado.',
'edit' => 'Editar Equipo',
- 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_deleted' => 'Este Modelo de activo fue eliminado. Debes restaurar este modelo antes de poder restaurar el Activo.',
'requestable' => 'Requerible',
'requested' => 'Solicitado',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restaurar equipo',
'pending' => 'Pendiente',
'undeployable' => 'No desplegable',
'view' => 'Ver Equipo',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/es-ES/admin/hardware/message.php b/resources/lang/es-ES/admin/hardware/message.php index c676038c3e..5569bced7e 100644 --- a/resources/lang/es-ES/admin/hardware/message.php +++ b/resources/lang/es-ES/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Atención: Este equipo está marcado como no isntalabre. Si no es correcto, actualiza su estado.', 'does_not_exist' => 'Equipo inexistente.', - 'does_not_exist_or_not_requestable' => 'Buen intento. El activo no existe o no es solicitable.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Equipo asignado a un usuario, no se puede eliminar.', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Auditoría de activos registrada correctamente.', ], + 'deletefile' => [ 'error' => 'Archivo no eliminado. Por favor, vuelva a intentarlo.', 'success' => 'Archivo eliminado correctamente.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'No pudimos eliminar tu archivo', ], + 'delete' => [ 'confirm' => 'Estás seguro que quieres eliminar el equipo?', 'error' => 'Equipo no eliminado, intentalo de nuevo.', diff --git a/resources/lang/es-ES/admin/hardware/table.php b/resources/lang/es-ES/admin/hardware/table.php index a458fd7a09..fc811946c8 100644 --- a/resources/lang/es-ES/admin/hardware/table.php +++ b/resources/lang/es-ES/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Etiqueta', 'asset_model' => 'Modelo', - 'book_value' => 'Valor', + 'book_value' => 'Current Value', 'change' => 'Operación', 'checkout_date' => 'Fecha de asignación', 'checkoutto' => 'Asignado', + 'current_value' => 'Current Value', 'diff' => 'Diferencia', 'dl_csv' => 'Descargar CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'N. Serie', 'status' => 'Estado', 'title' => 'Equipo ', - 'image' => 'Imagen de dispositivo', + 'image' => 'Imagen de dispositivo', 'days_without_acceptance' => 'Días Sin Aceptación', 'monthly_depreciation' => 'Depreciación mensual', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/es-ES/admin/kits/general.php b/resources/lang/es-ES/admin/kits/general.php index e0f87e8d1a..83efe52670 100644 --- a/resources/lang/es-ES/admin/kits/general.php +++ b/resources/lang/es-ES/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'No hay suficientes licencias disponibles de :license para entregar. Se requieren :qty . ', 'none_consumables' => 'No hay suficientes unidades disponibles de :consumable para entregar. Se requieren :qty . ', 'none_accessory' => 'No hay suficientes unidades disponibles de :accessory para entregar. Se necesitan :qty . ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/es-ES/admin/licenses/form.php b/resources/lang/es-ES/admin/licenses/form.php index f3e5a1e494..3724e53dbd 100644 --- a/resources/lang/es-ES/admin/licenses/form.php +++ b/resources/lang/es-ES/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Equipo', 'checkin' => 'Quita', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Registrado a Email', 'to_name' => 'Registrado a Nombre', 'update' => 'Actualizar Licencia', - 'checkout_help' => 'Puedes asignar la licencia a un equipo a a un usuario. Puedes seleccionarlos a ambos, pero el dueño de la licencia debe ser el mismo usuario al que asignes el equipo.', -]; + 'checkout_help' => 'Puedes asignar la licencia a un equipo a a un usuario. Puedes seleccionarlos a ambos, pero el dueño de la licencia debe ser el mismo usuario al que asignes el equipo.' +); diff --git a/resources/lang/es-ES/admin/licenses/general.php b/resources/lang/es-ES/admin/licenses/general.php index 43a147dcf4..8a5d6db90e 100644 --- a/resources/lang/es-ES/admin/licenses/general.php +++ b/resources/lang/es-ES/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Acerca de licencias', 'about_licenses' => 'Las licencias son para identificar software. Tienen un número específico de asientos que pueden ser asignados a individuos', 'checkin' => 'Quitar Instalación', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Licencias Software', 'user' => 'Usuario', 'view' => 'Ver Licencias', -]; +); diff --git a/resources/lang/es-ES/admin/licenses/message.php b/resources/lang/es-ES/admin/licenses/message.php index e196a0f548..cab4de5b63 100644 --- a/resources/lang/es-ES/admin/licenses/message.php +++ b/resources/lang/es-ES/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Categoría inexistente.', 'user_does_not_exist' => 'Usuario inexistente.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Debe seleccionar un activo o un usuario, pero no ambos.', 'not_found' => 'Licencia no encontrada', - 'create' => [ - 'error' => 'La categoría no se ha creado, intentalo de nuevo.', - 'success' => 'Categoría creada correctamente.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'La categoría no se ha creado, intentalo de nuevo.', + 'success' => 'Categoría creada correctamente.' + ), + + 'deletefile' => array( 'error' => 'Archivo no eliminado. Por favor, vuelva a intentarlo.', 'success' => 'Archivo eliminado correctamente.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Archivo(s) no cargado. Por favor, vuelva a intentarlo.', 'success' => 'Archivo(s) cargado correctamente.', 'nofiles' => 'No ha seleccionado ningun archivo para ser cargado, o el archivo que seleccionó es demasiado grande', 'invalidfiles' => 'Uno o más de tus ficheros son demasiado grandes o de un tipo no permitido. Los tipos permitidos son png, gif, jpg, doc, docx, pdf, txt, zip, rar, rtf, xml y lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'La categoría no se ha actualizado, intentalo de nuevo.', - 'success' => 'Categoría actualizada correctamente.', - ], + 'success' => 'Categoría actualizada correctamente.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Estás seguro de eliminar esta categoría?', 'error' => 'Ha habido un problema eliminando la categoría. Intentalo de nuevo.', - 'success' => 'Categoría eliminada.', - ], + 'success' => 'Categoría eliminada.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Equipo no asignado, intentalo de nuevo', - 'success' => 'Equipo asignado.', - ], + 'success' => 'Equipo asignado.' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'No se ha quitado el equipo. Intentalo de nuevo.', - 'success' => 'Equipo quitado correctamente.', - ], + 'success' => 'Equipo quitado correctamente.' + ), -]; +); diff --git a/resources/lang/es-ES/admin/licenses/table.php b/resources/lang/es-ES/admin/licenses/table.php index 9c4d797c4a..c5b82e4147 100644 --- a/resources/lang/es-ES/admin/licenses/table.php +++ b/resources/lang/es-ES/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Asignada a', 'checkout' => 'Quita/Asigna', @@ -14,4 +14,4 @@ return [ 'serial' => 'N. Serie', 'title' => 'Categoría de equipo', -]; +); diff --git a/resources/lang/es-ES/admin/locations/message.php b/resources/lang/es-ES/admin/locations/message.php index a9d9bf9ad0..80fb8e1d24 100644 --- a/resources/lang/es-ES/admin/locations/message.php +++ b/resources/lang/es-ES/admin/locations/message.php @@ -1,26 +1,27 @@ 'Localización no existente.', 'assoc_users' => 'Esta localización está asignada al menos a un usuario y no puede ser eliminada. ', 'assoc_assets' => 'Esta ubicacion se encuentra actualmente asociada con por lo menos un activo y no puede ser eliminada. Por favor, actualice sus activos para no referenciar esta ubicacion e intentelo de nuevo. ', 'assoc_child_loc' => 'Esta ubicacion actualmente esta asociada con al menos una ubicacion hija y no puede ser eliminada. Por favor, actualice sus ubicaciones para no referenciar esta ubicacion e intentelo de nuevo. ', - 'create' => [ + + 'create' => array( 'error' => 'Localización no creada, Intentalo de nuevo.', - 'success' => 'Localización creada.', - ], + 'success' => 'Localización creada.' + ), - 'update' => [ + 'update' => array( 'error' => 'Localización no actualizada, Intentalo de nuevo', - 'success' => 'Localización actualizada.', - ], + 'success' => 'Localización actualizada.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '¿Está seguro que desea eliminar esta ubicación?', 'error' => 'Localización no eliminada por un problema. Intentalo de nuevo.', - 'success' => 'Localización eliminada.', - ], + 'success' => 'Localización eliminada.' + ) -]; +); diff --git a/resources/lang/es-ES/admin/locations/table.php b/resources/lang/es-ES/admin/locations/table.php index c3cb9b2296..5e2db4ac6d 100644 --- a/resources/lang/es-ES/admin/locations/table.php +++ b/resources/lang/es-ES/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Padre', 'currency' => 'Divisa de la Localización', 'ldap_ou' => 'Búsqueda LDAP OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/es-ES/admin/manufacturers/message.php b/resources/lang/es-ES/admin/manufacturers/message.php index 6b2b37a9e3..4a78b56349 100644 --- a/resources/lang/es-ES/admin/manufacturers/message.php +++ b/resources/lang/es-ES/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Fabricante inexistente.', 'assoc_users' => 'Este Fabricante está asociado al menos a un modelo y no puede ser eliminado', - 'create' => [ + 'create' => array( 'error' => 'Fabricante no creado, Intentalo de nuevo.', - 'success' => 'Fabricante creado.', - ], + 'success' => 'Fabricante creado.' + ), - 'update' => [ + 'update' => array( 'error' => 'Fabricante no actualizado, Intentalo de nuevo', - 'success' => 'Fabricante actualizado.', - ], + 'success' => 'Fabricante actualizado.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'El fabricante no fue restaurado, intente de nuevo', - 'success' => 'Fabricante restaurado con éxito.', - ], + 'success' => 'Fabricante restaurado con éxito.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Estás seguro que quieres eliminar Fabricante?', 'error' => 'Hubo un problema eliminando el fabricante. Por favor, inténtalo de nuevo.', - 'success' => 'Fabricante Eliminado.', - ], + 'success' => 'Fabricante Eliminado.' + ) -]; +); diff --git a/resources/lang/es-ES/admin/manufacturers/table.php b/resources/lang/es-ES/admin/manufacturers/table.php index 77c22bcc82..972d33b71b 100644 --- a/resources/lang/es-ES/admin/manufacturers/table.php +++ b/resources/lang/es-ES/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Sobre fabricantes', 'about_manufacturers_text' => 'Los fabricantes son las empresas que crean sus activos. Aquí puede almacenar importante información de contacto sobre ellos, que se mostrará en sus páginas de detalle de activos.', 'asset_manufacturers' => 'Fabricantes', @@ -13,4 +13,4 @@ return [ 'update' => 'Actualizar Fabricante', 'url' => 'URL', -]; +); diff --git a/resources/lang/es-ES/admin/models/general.php b/resources/lang/es-ES/admin/models/general.php index f85f093e83..2750cbcd51 100644 --- a/resources/lang/es-ES/admin/models/general.php +++ b/resources/lang/es-ES/admin/models/general.php @@ -1,18 +1,18 @@ 'Acerca de modelos de activos', 'about_models_text' => 'Los Modelos de activos son una forma de agrupar activos idénticos. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted.', + 'deleted' => 'Este modelo fue eliminado.', 'bulk_delete' => 'Borrar Grandes Modelos de Activos', 'bulk_delete_help' => 'Usa las casillas de verificación para confirmar la eliminación de los modelos de activos. Los modelos de activos tienen activos asociados que no pueden ser eliminados hasta que los activos sean asociados con un modelo diferente.', 'bulk_delete_warn' => 'Estás a punto de eliminar: los modelos de activo model_count.', 'restore' => 'Restaurar Modelo', 'requestable' => 'Los usuarios pueden solicitar este modelo', - 'show_mac_address' => 'Mostrar el campo de la dirección MAC en los equipos de este modelo', + 'show_mac_address' => 'Mostrar el campo de la dirección MAC en los equipos de este modelo', 'view_deleted' => 'Ver Borrados', 'view_models' => 'Ver Modelos', 'fieldset' => 'Grupos de campo', 'no_custom_field' => 'No hay campos personalizados', 'add_default_values' => 'Agregar valores predeterminados', -]; +); diff --git a/resources/lang/es-ES/admin/models/message.php b/resources/lang/es-ES/admin/models/message.php index e02a72157b..53bea1807a 100644 --- a/resources/lang/es-ES/admin/models/message.php +++ b/resources/lang/es-ES/admin/models/message.php @@ -1,41 +1,42 @@ 'Modelo inexistente.', 'assoc_users' => 'Este modelo está asignado a uno o más equipos y no puede ser eliminado', - 'create' => [ + + 'create' => array( 'error' => 'Modelo no creado, Intentalo de nuevo.', 'success' => 'Modelo creado.', 'duplicate_set' => 'Un modelo de activo con ese nombre, fabricante y número de modelo ya existe.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Modelo no actualizado, Intentalo de nuevo', - 'success' => 'Modelo actualizado.', - ], + 'success' => 'Modelo actualizado.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Estás seguro de querer eliminar el Modelo?', 'error' => 'Ha habido un problema al eliminar el Modelo. Intentalo de nuevo.', - 'success' => 'Modelo eliminado.', - ], + 'success' => 'Modelo eliminado.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'El modelo no fue restaurado, por favor intente nuevamente', - 'success' => 'Modelo restaurado exitosamente.', - ], + 'success' => 'Modelo restaurado exitosamente.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Ningún campo fue seleccionado, por lo que nada ha sido actualizado.', - 'success' => 'Modelos actualizados.', - ], + 'success' => 'Modelos actualizados.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Ningún modelo fue seleccionado, así que nada fue eliminado.', 'success' => '¡:success_count modelo(s) eliminado(s)!', - 'success_partial' => ':success_count modelo(s) se han eliminado, sin embargo, :fail_count no se pudieron eliminar debido a que aún tienen activos asociados a ellos.', - ], + 'success_partial' => ':success_count modelo(s) se han eliminado, sin embargo, :fail_count no se pudieron eliminar debido a que aún tienen activos asociados a ellos.' + ), -]; +); diff --git a/resources/lang/es-ES/admin/models/table.php b/resources/lang/es-ES/admin/models/table.php index 8507319731..23298d575a 100644 --- a/resources/lang/es-ES/admin/models/table.php +++ b/resources/lang/es-ES/admin/models/table.php @@ -1,6 +1,6 @@ 'Crear Modelo Equipo', 'created_at' => 'Creado el', @@ -14,4 +14,4 @@ return [ 'update' => 'Actualizar Modelo', 'clone' => 'Clonar Modelo', 'edit' => 'Editar Modelo', -]; +); diff --git a/resources/lang/es-ES/admin/reports/general.php b/resources/lang/es-ES/admin/reports/general.php index 9b9d3baad9..19efc0b08a 100644 --- a/resources/lang/es-ES/admin/reports/general.php +++ b/resources/lang/es-ES/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Selecciona las opciones de tu informe de Equipos.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/es-ES/admin/reports/message.php b/resources/lang/es-ES/admin/reports/message.php index a5bd885673..a8f61aa993 100644 --- a/resources/lang/es-ES/admin/reports/message.php +++ b/resources/lang/es-ES/admin/reports/message.php @@ -1,5 +1,5 @@ 'Debes seleccionar al menos UNA opción.', -]; +return array( + 'error' => 'Debes seleccionar al menos UNA opción.' +); diff --git a/resources/lang/es-ES/admin/settings/general.php b/resources/lang/es-ES/admin/settings/general.php index fc4d83fa50..bea75f538e 100644 --- a/resources/lang/es-ES/admin/settings/general.php +++ b/resources/lang/es-ES/admin/settings/general.php @@ -1,30 +1,39 @@ 'Directorio Activo', 'ad_domain' => 'Dominio del Directorio Activo', 'ad_domain_help' => 'Esto es a veces el mismo que su correo electrónico de dominio, pero no siempre.', 'ad_append_domain_label' => 'Añadir nombre de dominio', 'ad_append_domain' => 'Añadir nombre de dominio al campo de nombre de usuario', - 'ad_append_domain_help' => 'El usuario no necesita escribir "username@domain.local", puede escribir únicamente "username".' , + 'ad_append_domain_help' => 'El usuario no necesita escribir "username@domain.local", puede escribir únicamente "username".', 'admin_cc_email' => 'Email CC', 'admin_cc_email_help' => 'Si deseas enviar una notificación por correo electrónico de las asignaciones de activos que se envían a los usuarios a una cuenta adicional, ingrésela aquí. De lo contrario, deja este campo en blanco.', 'is_ad' => 'Este es un servidor de Directorio Activo', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Enviar alertas a', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Alertas habilitadas', 'alert_interval' => 'Limite de alertas de expiración (en días)', 'alert_inv_threshold' => 'Umbral de alerta del inventario', 'allow_user_skin' => 'Permitir skin del usuario', - 'allow_user_skin_help_text' => 'Marcar esta casilla permitirá al usuario reemplazar la apariencia de la interfaz con una diferente.' , + 'allow_user_skin_help_text' => 'Marcar esta casilla permitirá al usuario reemplazar la apariencia de la interfaz con una diferente.', 'asset_ids' => 'IDs de Recurso', 'audit_interval' => 'Intervalo de auditoría', 'audit_interval_help' => 'Si tiene que auditar físicamente sus activos periódicamente, ingrese el intervalo en meses.', 'audit_warning_days' => 'Umbral de advertencia de auditoría', 'audit_warning_days_help' => '¿Con cuántos días de antelación debemos advertirle cuándo se deben auditar los activos?', - 'auto_increment_assets' => 'Generar IDs de equipo autoincrementales', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefijo (opcional)', - 'auto_incrementing_help' => 'Activa la generación automática de IDs de equipo antes de configurar esto', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Copias de seguridad', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/es-ES/help.php b/resources/lang/es-ES/help.php index 3309bb35a7..9c71dfef87 100644 --- a/resources/lang/es-ES/help.php +++ b/resources/lang/es-ES/help.php @@ -1,6 +1,6 @@ "Más información", + 'more_info_title' => 'Más información', - "audit_help" => "Marcando esta casilla podrá editar el registro de activos reflejando su nueva ubicación. Dejándola sin marcar simplemente anotaremos la ubicación en el registro de auditoria. :db_column
but should be :expected .'
];
diff --git a/resources/lang/es-MX/admin/custom_fields/message.php b/resources/lang/es-MX/admin/custom_fields/message.php
index 2602b68900..26c077f490 100644
--- a/resources/lang/es-MX/admin/custom_fields/message.php
+++ b/resources/lang/es-MX/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'El campo no existe.',
'already_added' => 'El campo ya fue añadido',
- 'create' => [
+ 'create' => array(
'error' => 'Campo no creado, por favor, inténtalo de nuevo.',
'success' => 'Campo creado correctamente.',
- 'assoc_success' => 'Campo correctamente añadido al grupo.',
- ],
+ 'assoc_success' => 'Campo correctamente añadido al grupo.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Campo no actualizado, por favor inténtelo de nuevo',
- 'success' => 'Campo actualizado correctamente.',
- ],
+ 'success' => 'Campo actualizado correctamente.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '¿Seguro que quieres eliminar este campo?',
'error' => 'Hubo un problema al eliminar el campo. Inténtelo de nuevo.',
'success' => 'El campo se eliminó correctamente.',
'in_use' => 'El campo está aún en uso.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'El conjunto de campos no existe',
- 'create' => [
+ 'create' => array(
'error' => 'El grupo de campos no ha sido creado, por favor inténtelo de nuevo.',
- 'success' => 'Grupo de campos creado satisfactoriamente.',
- ],
+ 'success' => 'Grupo de campos creado satisfactoriamente.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'El Grupo de campos no ha sido actualizado, por favor inténtelo de nuevo',
- 'success' => 'Grupo de campos actualizado correctamente.',
- ],
+ 'success' => 'Grupo de campos actualizado correctamente.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '¿Seguro que quieres eliminar el grupo de campos?',
'error' => 'Hubo un problema al eliminar el grupo de campos. Inténtelo de nuevo.',
'success' => 'El grupo de campos se eliminó correctamente.',
'in_use' => 'El grupo de campos está aún en uso.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/es-MX/admin/departments/message.php b/resources/lang/es-MX/admin/departments/message.php
index 9f433bd4f5..fc0c0f4b41 100644
--- a/resources/lang/es-MX/admin/departments/message.php
+++ b/resources/lang/es-MX/admin/departments/message.php
@@ -1,21 +1,21 @@
'El departamento no existe.',
'assoc_users' => 'Esta localización está actualmente asociada con al menos un usuario y no puede ser eliminada, Por favor verifique que ningún usuario haga referencia a esta localización e intente de nuevo. ',
- 'create' => [
+ 'create' => array(
'error' => 'El departamento no fue creado, por favor intente de nuevo.',
- 'success' => 'Departamento creado con éxito.',
- ],
- 'update' => [
+ 'success' => 'Departamento creado con éxito.'
+ ),
+ 'update' => array(
'error' => 'El departamento no se actualizó, por favor intente de nuevo',
- 'success' => 'Departamento actualizado con éxito.',
- ],
- 'delete' => [
+ 'success' => 'Departamento actualizado con éxito.'
+ ),
+ 'delete' => array(
'confirm' => '¿Estás seguro de que deseas eliminar este departamento?',
'error' => 'Hubo un problema al eliminar el departamento. Inténtalo de nuevo.',
- 'success' => 'El departamento ha sido borrado exitosamente',
- ],
+ 'success' => 'El departamento ha sido borrado exitosamente'
+ )
-];
+);
diff --git a/resources/lang/es-MX/admin/departments/table.php b/resources/lang/es-MX/admin/departments/table.php
index f608860b27..05abf227d5 100644
--- a/resources/lang/es-MX/admin/departments/table.php
+++ b/resources/lang/es-MX/admin/departments/table.php
@@ -1,6 +1,6 @@
'CARNÉ DE IDENTIDAD',
'name' => 'Nombre de Departamento',
@@ -8,4 +8,4 @@ return [
'location' => 'Ubicación',
'create' => 'Crear departamento',
'update' => 'Departamento de actualización',
- ];
+ );
diff --git a/resources/lang/es-MX/admin/depreciations/general.php b/resources/lang/es-MX/admin/depreciations/general.php
index 80f58e4ab9..1581977bc4 100644
--- a/resources/lang/es-MX/admin/depreciations/general.php
+++ b/resources/lang/es-MX/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Amortizaciones',
'create' => 'Crear Amortización',
'depreciation_name' => 'Nombre Amortización',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Meses',
'update' => 'Actualizar Amortización',
- 'depreciation_min' => 'Valor mínimo después de depreciado'
-
+ 'depreciation_min' => 'Valor mínimo después de depreciado',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/es-MX/admin/depreciations/message.php b/resources/lang/es-MX/admin/depreciations/message.php
index 5e1d8e489d..a5dd1791b6 100644
--- a/resources/lang/es-MX/admin/depreciations/message.php
+++ b/resources/lang/es-MX/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Clase de amortización inexistente.',
'assoc_users' => 'Esta amortización está asociada a uno o más modelos y no puede ser eliminada.',
- 'create' => [
+
+ 'create' => array(
'error' => 'Amortización no creada, intentalo de nuevo. :(',
- 'success' => 'Amortización creada correctamente. :)',
- ],
+ 'success' => 'Amortización creada correctamente. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Amortización no actualizada, intentalo de nuevo.',
- 'success' => 'Amortización actualizada correctamente.',
- ],
+ 'success' => 'Amortización actualizada correctamente.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Estas seguro que quieres eliminar la Amortización?',
'error' => 'Amortización no eliminada, intentalo de nuevo.',
- 'success' => 'Amortización eliminada correctamente.',
- ],
+ 'success' => 'Amortización eliminada correctamente.'
+ )
-];
+);
diff --git a/resources/lang/es-MX/admin/depreciations/table.php b/resources/lang/es-MX/admin/depreciations/table.php
index 9bfffc19a4..d89d63dbaf 100644
--- a/resources/lang/es-MX/admin/depreciations/table.php
+++ b/resources/lang/es-MX/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Meses',
'term' => 'Termina',
'title' => 'Nombre ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/es-MX/admin/groups/message.php b/resources/lang/es-MX/admin/groups/message.php
index 7eff45a9cc..4b7f99ca54 100644
--- a/resources/lang/es-MX/admin/groups/message.php
+++ b/resources/lang/es-MX/admin/groups/message.php
@@ -1,22 +1,22 @@
'El grupo ya existe!',
'group_not_found' => 'El grupo [:id] no existe.',
'group_name_required' => 'El campo nombre es obligatorio',
- 'success' => [
+ 'success' => array(
'create' => 'Grupo creado.',
'update' => 'Grupo actualizado.',
'delete' => 'Grupo eliminado.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Seguroq que quieres Eliminar grupo?',
'create' => 'Ha habido un problema creando el grupo. Vuelve a intentarlo.',
'update' => 'Ha habido un problema actualizando el grupo. Vuelve a intentarlo.',
'delete' => 'Ha habido un problema eliminando el grupo. Vuelve a intentarlo.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/es-MX/admin/groups/table.php b/resources/lang/es-MX/admin/groups/table.php
index bc09ef1ea6..c002d06ba8 100644
--- a/resources/lang/es-MX/admin/groups/table.php
+++ b/resources/lang/es-MX/admin/groups/table.php
@@ -1,9 +1,9 @@
'ID',
'name' => 'Nombre',
'users' => '# de Usuarios',
-];
+);
diff --git a/resources/lang/es-MX/admin/groups/titles.php b/resources/lang/es-MX/admin/groups/titles.php
index 07611a0bd2..ad38bd4667 100644
--- a/resources/lang/es-MX/admin/groups/titles.php
+++ b/resources/lang/es-MX/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Admin Grupo',
'allow' => 'Permitir',
'deny' => 'Denegar',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/es-MX/admin/hardware/form.php b/resources/lang/es-MX/admin/hardware/form.php
index d0cf18574e..314b031927 100644
--- a/resources/lang/es-MX/admin/hardware/form.php
+++ b/resources/lang/es-MX/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garantía',
'warranty_expires' => 'Vencimiento de la Garantía',
'years' => 'años',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/es-MX/admin/hardware/general.php b/resources/lang/es-MX/admin/hardware/general.php
index c56ab30c68..50c1415717 100644
--- a/resources/lang/es-MX/admin/hardware/general.php
+++ b/resources/lang/es-MX/admin/hardware/general.php
@@ -10,13 +10,34 @@ return [
'checkout' => 'Activo de pago',
'clone' => 'Clonar Equipo',
'deployable' => 'Desplegable',
- 'deleted' => 'This asset has been deleted.',
+ 'deleted' => 'Este activo fue eliminado.',
'edit' => 'Editar Equipo',
- 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_deleted' => 'Este Modelo de activo fue eliminado. Debes restaurar este modelo antes de poder restaurar el Activo.',
'requestable' => 'Requerible',
'requested' => 'Solicitado',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restaurar equipo',
'pending' => 'Pendiente',
'undeployable' => 'No desplegable',
'view' => 'Ver Equipo',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/es-MX/admin/hardware/message.php b/resources/lang/es-MX/admin/hardware/message.php index c676038c3e..5569bced7e 100644 --- a/resources/lang/es-MX/admin/hardware/message.php +++ b/resources/lang/es-MX/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Atención: Este equipo está marcado como no isntalabre. Si no es correcto, actualiza su estado.', 'does_not_exist' => 'Equipo inexistente.', - 'does_not_exist_or_not_requestable' => 'Buen intento. El activo no existe o no es solicitable.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Equipo asignado a un usuario, no se puede eliminar.', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Auditoría de activos registrada correctamente.', ], + 'deletefile' => [ 'error' => 'Archivo no eliminado. Por favor, vuelva a intentarlo.', 'success' => 'Archivo eliminado correctamente.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'No pudimos eliminar tu archivo', ], + 'delete' => [ 'confirm' => 'Estás seguro que quieres eliminar el equipo?', 'error' => 'Equipo no eliminado, intentalo de nuevo.', diff --git a/resources/lang/es-MX/admin/hardware/table.php b/resources/lang/es-MX/admin/hardware/table.php index db0595360d..cb01baf537 100644 --- a/resources/lang/es-MX/admin/hardware/table.php +++ b/resources/lang/es-MX/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Etiqueta', 'asset_model' => 'Modelo', - 'book_value' => 'Valor', + 'book_value' => 'Current Value', 'change' => 'Operación', 'checkout_date' => 'Fecha de asignación', 'checkoutto' => 'Asignado', + 'current_value' => 'Current Value', 'diff' => 'Diferencia', 'dl_csv' => 'Descargar CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'N. Serie', 'status' => 'Estado', 'title' => 'Equipo ', - 'image' => 'Imagen de dispositivo', + 'image' => 'Imagen de dispositivo', 'days_without_acceptance' => 'Días Sin Aceptación', 'monthly_depreciation' => 'Depreciación Mensual', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/es-MX/admin/kits/general.php b/resources/lang/es-MX/admin/kits/general.php index 13f5da03f6..9242fb36f1 100644 --- a/resources/lang/es-MX/admin/kits/general.php +++ b/resources/lang/es-MX/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'No hay suficientes licencias disponibles para :license para asignar. :qty son requeridos. ', 'none_consumables' => 'No hay suficientes unidades disponibles de :consumable para asignar. :qty son requeridas. ', 'none_accessory' => 'No hay suficientes unidades disponibles de :accesory para asignar. :qty son requeridas. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/es-MX/admin/licenses/form.php b/resources/lang/es-MX/admin/licenses/form.php index f3e5a1e494..3724e53dbd 100644 --- a/resources/lang/es-MX/admin/licenses/form.php +++ b/resources/lang/es-MX/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Equipo', 'checkin' => 'Quita', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Registrado a Email', 'to_name' => 'Registrado a Nombre', 'update' => 'Actualizar Licencia', - 'checkout_help' => 'Puedes asignar la licencia a un equipo a a un usuario. Puedes seleccionarlos a ambos, pero el dueño de la licencia debe ser el mismo usuario al que asignes el equipo.', -]; + 'checkout_help' => 'Puedes asignar la licencia a un equipo a a un usuario. Puedes seleccionarlos a ambos, pero el dueño de la licencia debe ser el mismo usuario al que asignes el equipo.' +); diff --git a/resources/lang/es-MX/admin/licenses/general.php b/resources/lang/es-MX/admin/licenses/general.php index 43a147dcf4..8a5d6db90e 100644 --- a/resources/lang/es-MX/admin/licenses/general.php +++ b/resources/lang/es-MX/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Acerca de licencias', 'about_licenses' => 'Las licencias son para identificar software. Tienen un número específico de asientos que pueden ser asignados a individuos', 'checkin' => 'Quitar Instalación', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Licencias Software', 'user' => 'Usuario', 'view' => 'Ver Licencias', -]; +); diff --git a/resources/lang/es-MX/admin/licenses/message.php b/resources/lang/es-MX/admin/licenses/message.php index e196a0f548..cab4de5b63 100644 --- a/resources/lang/es-MX/admin/licenses/message.php +++ b/resources/lang/es-MX/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Categoría inexistente.', 'user_does_not_exist' => 'Usuario inexistente.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Debe seleccionar un activo o un usuario, pero no ambos.', 'not_found' => 'Licencia no encontrada', - 'create' => [ - 'error' => 'La categoría no se ha creado, intentalo de nuevo.', - 'success' => 'Categoría creada correctamente.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'La categoría no se ha creado, intentalo de nuevo.', + 'success' => 'Categoría creada correctamente.' + ), + + 'deletefile' => array( 'error' => 'Archivo no eliminado. Por favor, vuelva a intentarlo.', 'success' => 'Archivo eliminado correctamente.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Archivo(s) no cargado. Por favor, vuelva a intentarlo.', 'success' => 'Archivo(s) cargado correctamente.', 'nofiles' => 'No ha seleccionado ningun archivo para ser cargado, o el archivo que seleccionó es demasiado grande', 'invalidfiles' => 'Uno o más de tus ficheros son demasiado grandes o de un tipo no permitido. Los tipos permitidos son png, gif, jpg, doc, docx, pdf, txt, zip, rar, rtf, xml y lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'La categoría no se ha actualizado, intentalo de nuevo.', - 'success' => 'Categoría actualizada correctamente.', - ], + 'success' => 'Categoría actualizada correctamente.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Estás seguro de eliminar esta categoría?', 'error' => 'Ha habido un problema eliminando la categoría. Intentalo de nuevo.', - 'success' => 'Categoría eliminada.', - ], + 'success' => 'Categoría eliminada.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Equipo no asignado, intentalo de nuevo', - 'success' => 'Equipo asignado.', - ], + 'success' => 'Equipo asignado.' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'No se ha quitado el equipo. Intentalo de nuevo.', - 'success' => 'Equipo quitado correctamente.', - ], + 'success' => 'Equipo quitado correctamente.' + ), -]; +); diff --git a/resources/lang/es-MX/admin/licenses/table.php b/resources/lang/es-MX/admin/licenses/table.php index 9c4d797c4a..c5b82e4147 100644 --- a/resources/lang/es-MX/admin/licenses/table.php +++ b/resources/lang/es-MX/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Asignada a', 'checkout' => 'Quita/Asigna', @@ -14,4 +14,4 @@ return [ 'serial' => 'N. Serie', 'title' => 'Categoría de equipo', -]; +); diff --git a/resources/lang/es-MX/admin/locations/message.php b/resources/lang/es-MX/admin/locations/message.php index a9d9bf9ad0..80fb8e1d24 100644 --- a/resources/lang/es-MX/admin/locations/message.php +++ b/resources/lang/es-MX/admin/locations/message.php @@ -1,26 +1,27 @@ 'Localización no existente.', 'assoc_users' => 'Esta localización está asignada al menos a un usuario y no puede ser eliminada. ', 'assoc_assets' => 'Esta ubicacion se encuentra actualmente asociada con por lo menos un activo y no puede ser eliminada. Por favor, actualice sus activos para no referenciar esta ubicacion e intentelo de nuevo. ', 'assoc_child_loc' => 'Esta ubicacion actualmente esta asociada con al menos una ubicacion hija y no puede ser eliminada. Por favor, actualice sus ubicaciones para no referenciar esta ubicacion e intentelo de nuevo. ', - 'create' => [ + + 'create' => array( 'error' => 'Localización no creada, Intentalo de nuevo.', - 'success' => 'Localización creada.', - ], + 'success' => 'Localización creada.' + ), - 'update' => [ + 'update' => array( 'error' => 'Localización no actualizada, Intentalo de nuevo', - 'success' => 'Localización actualizada.', - ], + 'success' => 'Localización actualizada.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '¿Está seguro que desea eliminar esta ubicación?', 'error' => 'Localización no eliminada por un problema. Intentalo de nuevo.', - 'success' => 'Localización eliminada.', - ], + 'success' => 'Localización eliminada.' + ) -]; +); diff --git a/resources/lang/es-MX/admin/locations/table.php b/resources/lang/es-MX/admin/locations/table.php index 8420cdea1d..2e4c79b7ff 100644 --- a/resources/lang/es-MX/admin/locations/table.php +++ b/resources/lang/es-MX/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Padre', 'currency' => 'Divisa de la Localización', 'ldap_ou' => 'Búsqueda LDAP OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/es-MX/admin/manufacturers/message.php b/resources/lang/es-MX/admin/manufacturers/message.php index 6b2b37a9e3..4a78b56349 100644 --- a/resources/lang/es-MX/admin/manufacturers/message.php +++ b/resources/lang/es-MX/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Fabricante inexistente.', 'assoc_users' => 'Este Fabricante está asociado al menos a un modelo y no puede ser eliminado', - 'create' => [ + 'create' => array( 'error' => 'Fabricante no creado, Intentalo de nuevo.', - 'success' => 'Fabricante creado.', - ], + 'success' => 'Fabricante creado.' + ), - 'update' => [ + 'update' => array( 'error' => 'Fabricante no actualizado, Intentalo de nuevo', - 'success' => 'Fabricante actualizado.', - ], + 'success' => 'Fabricante actualizado.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'El fabricante no fue restaurado, intente de nuevo', - 'success' => 'Fabricante restaurado con éxito.', - ], + 'success' => 'Fabricante restaurado con éxito.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Estás seguro que quieres eliminar Fabricante?', 'error' => 'Hubo un problema eliminando el fabricante. Por favor, inténtalo de nuevo.', - 'success' => 'Fabricante Eliminado.', - ], + 'success' => 'Fabricante Eliminado.' + ) -]; +); diff --git a/resources/lang/es-MX/admin/manufacturers/table.php b/resources/lang/es-MX/admin/manufacturers/table.php index 77c22bcc82..972d33b71b 100644 --- a/resources/lang/es-MX/admin/manufacturers/table.php +++ b/resources/lang/es-MX/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Sobre fabricantes', 'about_manufacturers_text' => 'Los fabricantes son las empresas que crean sus activos. Aquí puede almacenar importante información de contacto sobre ellos, que se mostrará en sus páginas de detalle de activos.', 'asset_manufacturers' => 'Fabricantes', @@ -13,4 +13,4 @@ return [ 'update' => 'Actualizar Fabricante', 'url' => 'URL', -]; +); diff --git a/resources/lang/es-MX/admin/models/general.php b/resources/lang/es-MX/admin/models/general.php index b1ffcb9f37..13bf779bad 100644 --- a/resources/lang/es-MX/admin/models/general.php +++ b/resources/lang/es-MX/admin/models/general.php @@ -1,18 +1,18 @@ 'Acerca de modelos de activos', 'about_models_text' => 'Los Modelos de activos son una forma de agrupar activos idénticos. "MBP 2013", "IPhone 6s", etc.', - 'deleted' => 'This model has been deleted.', + 'deleted' => 'Este modelo fue eliminado.', 'bulk_delete' => 'Borrar Grandes Modelos de Activos', 'bulk_delete_help' => 'Usa las casillas de verificación para confirmar la eliminación de los modelos de activos. Los modelos de activos tienen activos asociados que no pueden ser eliminados hasta que los activos sean asociados con un modelo diferente.', 'bulk_delete_warn' => 'Estás a punto de eliminar: los modelos de activo model_count.', 'restore' => 'Restaurar Modelo', 'requestable' => 'Los usuarios pueden solicitar este modelo', - 'show_mac_address' => 'Mostrar el campo de la dirección MAC en los equipos de este modelo', + 'show_mac_address' => 'Mostrar el campo de la dirección MAC en los equipos de este modelo', 'view_deleted' => 'Ver Borrados', 'view_models' => 'Ver Modelos', 'fieldset' => 'Grupos de campo', 'no_custom_field' => 'No hay campos personalizados', 'add_default_values' => 'Add default values', -]; +); diff --git a/resources/lang/es-MX/admin/models/message.php b/resources/lang/es-MX/admin/models/message.php index e02a72157b..53bea1807a 100644 --- a/resources/lang/es-MX/admin/models/message.php +++ b/resources/lang/es-MX/admin/models/message.php @@ -1,41 +1,42 @@ 'Modelo inexistente.', 'assoc_users' => 'Este modelo está asignado a uno o más equipos y no puede ser eliminado', - 'create' => [ + + 'create' => array( 'error' => 'Modelo no creado, Intentalo de nuevo.', 'success' => 'Modelo creado.', 'duplicate_set' => 'Un modelo de activo con ese nombre, fabricante y número de modelo ya existe.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Modelo no actualizado, Intentalo de nuevo', - 'success' => 'Modelo actualizado.', - ], + 'success' => 'Modelo actualizado.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Estás seguro de querer eliminar el Modelo?', 'error' => 'Ha habido un problema al eliminar el Modelo. Intentalo de nuevo.', - 'success' => 'Modelo eliminado.', - ], + 'success' => 'Modelo eliminado.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'El modelo no fue restaurado, por favor intente nuevamente', - 'success' => 'Modelo restaurado exitosamente.', - ], + 'success' => 'Modelo restaurado exitosamente.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Ningún campo fue seleccionado, por lo que nada ha sido actualizado.', - 'success' => 'Modelos actualizados.', - ], + 'success' => 'Modelos actualizados.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Ningún modelo fue seleccionado, así que nada fue eliminado.', 'success' => '¡:success_count modelo(s) eliminado(s)!', - 'success_partial' => ':success_count modelo(s) se han eliminado, sin embargo, :fail_count no se pudieron eliminar debido a que aún tienen activos asociados a ellos.', - ], + 'success_partial' => ':success_count modelo(s) se han eliminado, sin embargo, :fail_count no se pudieron eliminar debido a que aún tienen activos asociados a ellos.' + ), -]; +); diff --git a/resources/lang/es-MX/admin/models/table.php b/resources/lang/es-MX/admin/models/table.php index 8507319731..23298d575a 100644 --- a/resources/lang/es-MX/admin/models/table.php +++ b/resources/lang/es-MX/admin/models/table.php @@ -1,6 +1,6 @@ 'Crear Modelo Equipo', 'created_at' => 'Creado el', @@ -14,4 +14,4 @@ return [ 'update' => 'Actualizar Modelo', 'clone' => 'Clonar Modelo', 'edit' => 'Editar Modelo', -]; +); diff --git a/resources/lang/es-MX/admin/reports/general.php b/resources/lang/es-MX/admin/reports/general.php index 9b9d3baad9..19efc0b08a 100644 --- a/resources/lang/es-MX/admin/reports/general.php +++ b/resources/lang/es-MX/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Selecciona las opciones de tu informe de Equipos.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/es-MX/admin/reports/message.php b/resources/lang/es-MX/admin/reports/message.php index a5bd885673..a8f61aa993 100644 --- a/resources/lang/es-MX/admin/reports/message.php +++ b/resources/lang/es-MX/admin/reports/message.php @@ -1,5 +1,5 @@ 'Debes seleccionar al menos UNA opción.', -]; +return array( + 'error' => 'Debes seleccionar al menos UNA opción.' +); diff --git a/resources/lang/es-MX/admin/settings/general.php b/resources/lang/es-MX/admin/settings/general.php index 49aa4ed2f0..79cca394e8 100644 --- a/resources/lang/es-MX/admin/settings/general.php +++ b/resources/lang/es-MX/admin/settings/general.php @@ -1,30 +1,39 @@ 'Directorio Activo', 'ad_domain' => 'Dominio del Directorio Activo', 'ad_domain_help' => 'Esto es a veces el mismo que su correo electrónico de dominio, pero no siempre.', 'ad_append_domain_label' => 'Añadir nombre de dominio', 'ad_append_domain' => 'Asignar nombre de dominio al campo del nombre de usuario', - 'ad_append_domain_help' => 'No se requiere que el usuario escriba "username@dominio.empresa", ellos podrán, simplemente digitar su nombre de usuario "username".' , + 'ad_append_domain_help' => 'No se requiere que el usuario escriba "username@dominio.empresa", ellos podrán, simplemente digitar su nombre de usuario "username".', 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'Este es un servidor de Directorio Activo', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Enviar alertas a', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Alertas habilitadas', 'alert_interval' => 'Limite de alertas de expiración (en días)', 'alert_inv_threshold' => 'Umbral de alerta del inventario', 'allow_user_skin' => 'Permitir Tema del usuario', - 'allow_user_skin_help_text' => 'Al marcar esta casilla se permitirá al usuario sustituir el tema de la interfase con uno diferente.' , + 'allow_user_skin_help_text' => 'Al marcar esta casilla se permitirá al usuario sustituir el tema de la interfase con uno diferente.', 'asset_ids' => 'IDs de Recurso', 'audit_interval' => 'Intervalo de auditoría', 'audit_interval_help' => 'Si tiene que auditar físicamente sus activos periódicamente, ingrese el intervalo en meses.', 'audit_warning_days' => 'Umbral de advertencia de auditoría', 'audit_warning_days_help' => '¿Con cuántos días de antelación debemos advertirle cuándo se deben auditar los activos?', - 'auto_increment_assets' => 'Generar IDs de equipo autoincrementales', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefijo (opcional)', - 'auto_incrementing_help' => 'Activa la generación automática de IDs de equipo antes de configurar esto', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Copias de seguridad', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/es-MX/mail.php b/resources/lang/es-MX/mail.php index efd53cedbc..a42334b131 100644 --- a/resources/lang/es-MX/mail.php +++ b/resources/lang/es-MX/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Esto es una prueba desde el sistema de gestión de activos de Snipe-IT. Si tienes esto, correo está funcionando :)', 'the_following_item' => 'El siguiente artículo ha sido devuelto: ', 'low_inventory_alert' => 'Hay :count item por debajo del inventario mínimo o próximo a bajar.|Hay are :count elementos por debajo del inventario mínimo o próximos a bajar.', - 'assets_warrantee_alert' => 'Hay :count asiento de licencia que expira en los próximos :threshold días. | Hay :count asientos de licencias que expiran en los próximos :threshold días.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Hay :count licencia que expira en los próximos :threshold días. | Hay :count licencias que expiran en los próximos :threshold días.', 'to_reset' => 'Para restaurar tu contraseña de :web, rellena este formulario:', 'type' => 'Tipo', diff --git a/resources/lang/es-MX/pagination.php b/resources/lang/es-MX/pagination.php index 72a72392ab..9cbe91da30 100644 --- a/resources/lang/es-MX/pagination.php +++ b/resources/lang/es-MX/pagination.php @@ -1,6 +1,6 @@ 'Siguiente »', -]; +); diff --git a/resources/lang/es-MX/reminders.php b/resources/lang/es-MX/reminders.php index 6c058e6782..0f168fec4b 100644 --- a/resources/lang/es-MX/reminders.php +++ b/resources/lang/es-MX/reminders.php @@ -1,6 +1,6 @@ 'Los passwords deben tener mínimo 6 caracteres y coincidir.', + "password" => "Los passwords deben tener mínimo 6 caracteres y coincidir.", - 'user' => 'Usuario o E-Mail incorrectos', + "user" => "Usuario o E-Mail incorrectos", - 'token' => 'El token para resetear el password no es válido.', + "token" => "El token para resetear el password no es válido.", - 'sent' => 'Si existe cuenta con el e-mail introducido, se enviará mensaje para resetear el password!', + "sent" => "Si existe cuenta con el e-mail introducido, se enviará mensaje para resetear el password!", -]; +); diff --git a/resources/lang/es-MX/table.php b/resources/lang/es-MX/table.php index b48767314f..1ad5301590 100644 --- a/resources/lang/es-MX/table.php +++ b/resources/lang/es-MX/table.php @@ -1,10 +1,10 @@ 'Acciones', 'action' => 'Acción', 'by' => 'Por', 'item' => 'Item', -]; +); diff --git a/resources/lang/es-MX/validation.php b/resources/lang/es-MX/validation.php index 6b6dce9561..3756ff0c3d 100644 --- a/resources/lang/es-MX/validation.php +++ b/resources/lang/es-MX/validation.php @@ -1,6 +1,6 @@ ':attribute debe contener como mínimo :min caracteres.', 'array' => 'El atributo: debe tener al menos: elementos min.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'El :attribute seleccionado no es correcto.', 'numeric' => ':attribute debe ser un número.', 'present' => 'El campo: atributo debe estar presente.', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute ya ha sido introducido.', 'uploaded' => 'El atributo: no se pudo cargar.', 'url' => ':attribute formato incorrecto.', - "unique_undeleted" => "El :atrribute debe ser único.", - "non_circular" => ":attribute no debe crear una referencia circular.", + 'unique_undeleted' => 'El :atrribute debe ser único.', + 'non_circular' => ':attribute no debe crear una referencia circular.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "El campo: atributo contiene un carácter que no está permitido.", - "email_array" => "Una o más direcciones de correo electrónico no es válida.", - "hashed_pass" => "Tu contraseña actual es incorrecta", + 'alpha_space' => 'El campo: atributo contiene un carácter que no está permitido.', + 'email_array' => 'Una o más direcciones de correo electrónico no es válida.', + 'hashed_pass' => 'Tu contraseña actual es incorrecta', 'dumbpwd' => 'Esa contraseña es muy común.', - "statuslabel_type" => "Debe seleccionar un tipo de etiqueta de estado válido.", + 'statuslabel_type' => 'Debe seleccionar un tipo de etiqueta de estado válido.', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/es-VE/admin/accessories/general.php b/resources/lang/es-VE/admin/accessories/general.php index e8b08a07eb..e972a7f8a7 100644 --- a/resources/lang/es-VE/admin/accessories/general.php +++ b/resources/lang/es-VE/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Categoría de Accesorios', 'accessory_name' => 'Nombre de Accesorio', 'checkout' => 'Accesorio de Salida', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Usa la licencia primaria por defecto en su lugar.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/es-VE/admin/custom_fields/message.php b/resources/lang/es-VE/admin/custom_fields/message.php
index 8e281839bf..f3ffbeb6c1 100644
--- a/resources/lang/es-VE/admin/custom_fields/message.php
+++ b/resources/lang/es-VE/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'El campo no existe.',
'already_added' => 'El campo ya fue agregado',
- 'create' => [
+ 'create' => array(
'error' => 'El campo no fue creado, por favor inténtalo de nuevo.',
'success' => 'Campo creado con éxito.',
- 'assoc_success' => 'Campo añadido al Fieldset con éxito.',
- ],
+ 'assoc_success' => 'Campo añadido al Fieldset con éxito.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'El campo no se ha actualizado, por favor, inténtelo de nuevo',
- 'success' => 'Campo actualizado con éxito.',
- ],
+ 'success' => 'Campo actualizado con éxito.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '¿Estás seguro de querer borrar este campo?',
'error' => 'Hubo un problema al borrar el campo. Por favor, inténtelo de nuevo.',
'success' => 'El campo fue borrado con éxito.',
'in_use' => 'Campo aún en uso.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'No existe el Fieldset',
- 'create' => [
+ 'create' => array(
'error' => 'No se ha creado el Fieldset, por favor, inténtelo de nuevo.',
- 'success' => 'Fieldset creado con éxito.',
- ],
+ 'success' => 'Fieldset creado con éxito.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'El Fieldset no ha sido actualizado, por favor, inténtelo de nuevo',
- 'success' => 'Fieldset actualizado con éxito.',
- ],
+ 'success' => 'Fieldset actualizado con éxito.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '¿Estás seguro de querer eliminar este campo?',
'error' => 'Hubo un problema al eliminar el Fieldset. Por favor, inténtelo de nuevo.',
'success' => 'El Fieldset ha sido borrado con éxito.',
'in_use' => 'Este Fieldset aún está en uso.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/es-VE/admin/departments/message.php b/resources/lang/es-VE/admin/departments/message.php
index e1097796a8..4b040d99d9 100644
--- a/resources/lang/es-VE/admin/departments/message.php
+++ b/resources/lang/es-VE/admin/departments/message.php
@@ -1,21 +1,21 @@
'El departamento no existe.',
'assoc_users' => 'Este departamento está actualmente asociado con al menos un usuario y no puede ser borrado. Por favor actualiza tus usuarios para no referenciar este departamento e inténtelo de nuevo. ',
- 'create' => [
+ 'create' => array(
'error' => 'El departamento no fue creado, por favor, inténtelo de nuevo.',
- 'success' => 'Departamento creado con éxito.',
- ],
- 'update' => [
+ 'success' => 'Departamento creado con éxito.'
+ ),
+ 'update' => array(
'error' => 'El departamento no se ha actualizado, por favor, inténtelo de nuevo',
- 'success' => 'El departamento fue actualizado con éxito.',
- ],
- 'delete' => [
+ 'success' => 'El departamento fue actualizado con éxito.'
+ ),
+ 'delete' => array(
'confirm' => '¿Estás seguro de que quieres borrar este departamento?',
'error' => 'Hubo un problema al borrar el departamento. Por favor, inténtelo de nuevo.',
- 'success' => 'El departamento ha sido borrado con éxito.',
- ],
+ 'success' => 'El departamento ha sido borrado con éxito.'
+ )
-];
+);
diff --git a/resources/lang/es-VE/admin/departments/table.php b/resources/lang/es-VE/admin/departments/table.php
index ace0eba0a7..87fce07403 100644
--- a/resources/lang/es-VE/admin/departments/table.php
+++ b/resources/lang/es-VE/admin/departments/table.php
@@ -1,6 +1,6 @@
'Identificación',
'name' => 'Nombre de Departamento',
@@ -8,4 +8,4 @@ return [
'location' => 'Ubicación',
'create' => 'Crear departamento',
'update' => 'Actualizar Departamento',
- ];
+ );
diff --git a/resources/lang/es-VE/admin/depreciations/general.php b/resources/lang/es-VE/admin/depreciations/general.php
index 3dfb028fb3..48053330ee 100644
--- a/resources/lang/es-VE/admin/depreciations/general.php
+++ b/resources/lang/es-VE/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Depreciación de Activos',
'create' => 'Crear Depreciación',
'depreciation_name' => 'Nombre de Depreciación',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Número de Meses',
'update' => 'Actualizar Depreciación',
- 'depreciation_min' => 'Valor mínimo después de la depreciación'
-
+ 'depreciation_min' => 'Valor mínimo después de la depreciación',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/es-VE/admin/depreciations/message.php b/resources/lang/es-VE/admin/depreciations/message.php
index f057fcda2d..c30b55a1b7 100644
--- a/resources/lang/es-VE/admin/depreciations/message.php
+++ b/resources/lang/es-VE/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'La clase de depreciación no existe.',
'assoc_users' => 'La depreciación está actualmente asociada a uno o más modelos y no puede ser borrada. Por favor, borra los modelos y luego inténtalo nuevamente. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'La clase de depreciación no ha sido creada, por favor, inténtalo de nuevo. :(',
- 'success' => 'La clase de depreciación creada con éxito. :)',
- ],
+ 'success' => 'La clase de depreciación creada con éxito. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'La clase de depreciación no fue actualizada, por favor, inténtalo de nuevo',
- 'success' => 'La clase de depreciación ha sido actualizada con éxito.',
- ],
+ 'success' => 'La clase de depreciación ha sido actualizada con éxito.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '¿Estás seguro de que quieres borrar esta clase de depreciación?',
'error' => 'Hubo un problema borrando la clase de depreciación. Por favor inténtalo de nuevo.',
- 'success' => 'La clase de depreciación ha sido actualizada con éxito.',
- ],
+ 'success' => 'La clase de depreciación ha sido actualizada con éxito.'
+ )
-];
+);
diff --git a/resources/lang/es-VE/admin/depreciations/table.php b/resources/lang/es-VE/admin/depreciations/table.php
index 31fc336829..9d6293b577 100644
--- a/resources/lang/es-VE/admin/depreciations/table.php
+++ b/resources/lang/es-VE/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Meses',
'term' => 'Duración',
'title' => 'Nombre ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/es-VE/admin/groups/message.php b/resources/lang/es-VE/admin/groups/message.php
index 515cb8d474..db8f2a14a1 100644
--- a/resources/lang/es-VE/admin/groups/message.php
+++ b/resources/lang/es-VE/admin/groups/message.php
@@ -1,22 +1,22 @@
'¡El grupo ya existe!',
'group_not_found' => 'El grupo [:id] no existe.',
'group_name_required' => 'El nombre del campo es necesario',
- 'success' => [
+ 'success' => array(
'create' => 'Grupo creado con éxito.',
'update' => 'Grupo actualizado con éxito.',
'delete' => 'Grupo borrado con éxito.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '¿Estás seguro de querer borrar este grupo?',
'create' => 'Hubo un problema al crear el grupo, por favor, inténtalo de nuevo.',
'update' => 'Hubo un problema al actualizar el grupo, por favor, inténtalo de nuevo.',
'delete' => 'Hubo un problema al borrar el grupo, por favor, inténtalo de nuevo.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/es-VE/admin/groups/table.php b/resources/lang/es-VE/admin/groups/table.php
index 6e18ef81c5..88c182b7bd 100644
--- a/resources/lang/es-VE/admin/groups/table.php
+++ b/resources/lang/es-VE/admin/groups/table.php
@@ -1,9 +1,9 @@
'Identificación',
'name' => 'Nombre',
'users' => '# de Usuarios',
-];
+);
diff --git a/resources/lang/es-VE/admin/groups/titles.php b/resources/lang/es-VE/admin/groups/titles.php
index aa541e2b69..1e1086e377 100644
--- a/resources/lang/es-VE/admin/groups/titles.php
+++ b/resources/lang/es-VE/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Administración de Grupo',
'allow' => 'Permitir',
'deny' => 'Denegar',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/es-VE/admin/hardware/form.php b/resources/lang/es-VE/admin/hardware/form.php
index f441e551a7..b17c35a684 100644
--- a/resources/lang/es-VE/admin/hardware/form.php
+++ b/resources/lang/es-VE/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garantía',
'warranty_expires' => 'La garantía vence',
'years' => 'años',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/es-VE/admin/hardware/general.php b/resources/lang/es-VE/admin/hardware/general.php
index 8bb7102ffc..6c6240a634 100644
--- a/resources/lang/es-VE/admin/hardware/general.php
+++ b/resources/lang/es-VE/admin/hardware/general.php
@@ -10,13 +10,34 @@ return [
'checkout' => 'Retirar Activo',
'clone' => 'Clonar Activo',
'deployable' => 'Enviable',
- 'deleted' => 'This asset has been deleted.',
+ 'deleted' => 'Este activo fue eliminado.',
'edit' => 'Editar Activo',
- 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_deleted' => 'Este Modelo de activo fue eliminado. Debes restaurar este modelo antes de poder restaurar el Activo.',
'requestable' => 'Solicitable',
'requested' => 'Solicitado',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restaurar Activo',
'pending' => 'Pendiente',
'undeployable' => 'No enviable',
'view' => 'Ver Activo',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/es-VE/admin/hardware/message.php b/resources/lang/es-VE/admin/hardware/message.php index 5e5bb51b81..731c75b477 100644 --- a/resources/lang/es-VE/admin/hardware/message.php +++ b/resources/lang/es-VE/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Advertencia: este activo ha sido marcado actualmente como no enviable. Si este estado cambia, por favor actualiza el estado de activos.', 'does_not_exist' => 'El activo no existe.', - 'does_not_exist_or_not_requestable' => 'Buen intento. Ese activo no existe o no es solicitable.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Este activo está actualmente asignado a un usuario y no puede ser borrado. Por favor, revisa el activo primero y luego intenta borrarlo. ', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Audoría de activo registrada con éxito.', ], + 'deletefile' => [ 'error' => 'El archivo no fue borrado. Por favor, inténtalo de nuevo.', 'success' => 'Archivo borrado con éxito.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'El archivo no se pudo eliminar', ], + 'delete' => [ 'confirm' => '¿Estás seguro de que quieres borrar este archivo?', 'error' => 'Ha habido un problema eliminando el activo. Por favor, inténtelo de nuevo.', diff --git a/resources/lang/es-VE/admin/hardware/table.php b/resources/lang/es-VE/admin/hardware/table.php index 0b0e4f66bd..9b48e6db2e 100644 --- a/resources/lang/es-VE/admin/hardware/table.php +++ b/resources/lang/es-VE/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Etiqueta de Activo', 'asset_model' => 'Modelo', - 'book_value' => 'Valor', + 'book_value' => 'Current Value', 'change' => 'Registrado / Asignado', 'checkout_date' => 'Fecha de Asignación', 'checkoutto' => 'Asignado', + 'current_value' => 'Current Value', 'diff' => 'Diferencia', 'dl_csv' => 'Descargar CSV', 'eol' => 'Fin de Vida', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serial', 'status' => 'Estado', 'title' => 'Activo ', - 'image' => 'Imagen de dispositivo', + 'image' => 'Imagen de dispositivo', 'days_without_acceptance' => 'Días sin Aceptación', 'monthly_depreciation' => 'Depreciación mensual', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/es-VE/admin/kits/general.php b/resources/lang/es-VE/admin/kits/general.php index e0f87e8d1a..83efe52670 100644 --- a/resources/lang/es-VE/admin/kits/general.php +++ b/resources/lang/es-VE/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'No hay suficientes licencias disponibles de :license para entregar. Se requieren :qty . ', 'none_consumables' => 'No hay suficientes unidades disponibles de :consumable para entregar. Se requieren :qty . ', 'none_accessory' => 'No hay suficientes unidades disponibles de :accessory para entregar. Se necesitan :qty . ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/es-VE/admin/licenses/form.php b/resources/lang/es-VE/admin/licenses/form.php index 241a845e5c..48e4c03009 100644 --- a/resources/lang/es-VE/admin/licenses/form.php +++ b/resources/lang/es-VE/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Activo', 'checkin' => 'Registro', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licenciado al Correo Electrónico', 'to_name' => 'Licenciado a Nombre', 'update' => 'Actualizar Licencia', - 'checkout_help' => 'Debes asignar una licencia a un activo de hardware o a una persona. Puedes seleccionar ambos pero el dueño del activo debe coincidir con la persona a la que le registras el activo.', -]; + 'checkout_help' => 'Debes asignar una licencia a un activo de hardware o a una persona. Puedes seleccionar ambos pero el dueño del activo debe coincidir con la persona a la que le registras el activo.' +); diff --git a/resources/lang/es-VE/admin/licenses/general.php b/resources/lang/es-VE/admin/licenses/general.php index d945026cb3..b6cacb89b1 100644 --- a/resources/lang/es-VE/admin/licenses/general.php +++ b/resources/lang/es-VE/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Acerca de las Licencias', 'about_licenses' => 'Las licencias son usadas para rastrear el software. Tienen un número específico de puestos que pueden ser asignados a individuos', 'checkin' => 'Registrar Puestos de Licencia', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Licencias de Software', 'user' => 'Usuario', 'view' => 'Ver Licencia', -]; +); diff --git a/resources/lang/es-VE/admin/licenses/message.php b/resources/lang/es-VE/admin/licenses/message.php index eba705c70f..c26967d057 100644 --- a/resources/lang/es-VE/admin/licenses/message.php +++ b/resources/lang/es-VE/admin/licenses/message.php @@ -1,6 +1,6 @@ 'La licencia no existe.', 'user_does_not_exist' => 'El usuario no existe.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Debes seleccionar un activo o un usuario, pero no ambos.', 'not_found' => 'Licencia no encontrada', - 'create' => [ - 'error' => 'La licencia no se ha creado, inténtelo de nuevo.', - 'success' => 'Licencia creada con éxito.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'La licencia no se ha creado, inténtelo de nuevo.', + 'success' => 'Licencia creada con éxito.' + ), + + 'deletefile' => array( 'error' => 'El archivo no fue borrado. Por favor, inténtalo de nuevo.', 'success' => 'Archivo borrado con éxito.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Archivo(s) no cargado(s). Por favor, inténtelo nuevamente.', 'success' => 'Archivo(s) cargado(s) con éxito.', 'nofiles' => 'No ha seleccionado ningun archivo para ser cargado, o el archivo que seleccionó es demasiado grande', 'invalidfiles' => 'Uno o más de tus archivos son demasiado grandes o de un tipo no permitido. Los tipos permitidos son png, gif, jpg, doc, docx, pdf, txt, zip, rar, rtf, xml y lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'La licencia no se ha actualizado, inténtalo de nuevo', - 'success' => 'Licencia actualizada con éxito.', - ], + 'success' => 'Licencia actualizada con éxito.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '¿Estás seguro de querer borrar esta licencia?', 'error' => 'Hubo un problema al borrar la licencia. Por favor, inténtalo de nuevo.', - 'success' => 'La licencia fue eliminada con éxito.', - ], + 'success' => 'La licencia fue eliminada con éxito.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Hubo un problema asignando la licencia. Por favor, inténtelo de nuevo.', - 'success' => 'La licencia fue asignada con éxito', - ], + 'success' => 'La licencia fue asignada con éxito' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Hubo un problema registrando la licencia. Por favor, inténtalo de nuevo.', - 'success' => 'La licencia fue registrada con éxito', - ], + 'success' => 'La licencia fue registrada con éxito' + ), -]; +); diff --git a/resources/lang/es-VE/admin/licenses/table.php b/resources/lang/es-VE/admin/licenses/table.php index da34e861b3..7f83898354 100644 --- a/resources/lang/es-VE/admin/licenses/table.php +++ b/resources/lang/es-VE/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Asignado A', 'checkout' => 'Registrado / Asignado', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serial', 'title' => 'Licencia', -]; +); diff --git a/resources/lang/es-VE/admin/locations/message.php b/resources/lang/es-VE/admin/locations/message.php index e372f99bd4..9f3f45b82c 100644 --- a/resources/lang/es-VE/admin/locations/message.php +++ b/resources/lang/es-VE/admin/locations/message.php @@ -1,26 +1,27 @@ 'La ubicación no existe.', 'assoc_users' => 'Esta ubicación está actualmente asociada con al menos un usuario y no puede ser borrada. Por favor actualiza tus usuarios para no referenciar más esta ubicación e inténtalo de nuevo. ', 'assoc_assets' => 'Esta ubicación está actualmente asociada con al menos un activo y no puede ser borrada. Por favor actualiza tus activos para no referenciar más esta ubicación e inténtalo de nuevo. ', 'assoc_child_loc' => 'Esta ubicación es actualmente padre al menos una ubicación hija y no puede ser borrada. Por favor actualiza tus ubicaciones para no referenciar más esta ubicación e inténtalo de nuevo. ', - 'create' => [ + + 'create' => array( 'error' => 'La ubicación no fue creada, por favor, inténtelo de nuevo.', - 'success' => 'Ubicación creada con éxito.', - ], + 'success' => 'Ubicación creada con éxito.' + ), - 'update' => [ + 'update' => array( 'error' => 'La ubicación no fue actualizada, por favor inténtelo de nuevo', - 'success' => 'La ubicación fue actualizada con éxito.', - ], + 'success' => 'La ubicación fue actualizada con éxito.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '¿Está seguro que querer borrar esta ubicación?', 'error' => 'Hubo un problema borrando la ubicación. Por favor, inténtalo de nuevo.', - 'success' => 'La ubicación fue borrada con exito.', - ], + 'success' => 'La ubicación fue borrada con exito.' + ) -]; +); diff --git a/resources/lang/es-VE/admin/locations/table.php b/resources/lang/es-VE/admin/locations/table.php index a35127b2c8..bc2e57fde6 100644 --- a/resources/lang/es-VE/admin/locations/table.php +++ b/resources/lang/es-VE/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Padre', 'currency' => 'Divisa de la Ubicación', 'ldap_ou' => 'Búsqueda LDAP OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/es-VE/admin/manufacturers/message.php b/resources/lang/es-VE/admin/manufacturers/message.php index e304e25795..653e931eb3 100644 --- a/resources/lang/es-VE/admin/manufacturers/message.php +++ b/resources/lang/es-VE/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'El fabricante no existe.', 'assoc_users' => 'Este fabricante está actualmente asociado con al menos un modelo y no puede ser borrado. Por favor, actualiza tus modelos para no referenciar este fabricante e inténtelo de nuevo. ', - 'create' => [ + 'create' => array( 'error' => 'El fabricante no ha sido creado, por favor, inténtalo de nuevo.', - 'success' => 'Fabricante creado con éxito.', - ], + 'success' => 'Fabricante creado con éxito.' + ), - 'update' => [ + 'update' => array( 'error' => 'El fabricante no ha sido actualizado, por favor, inténtelo de nuevo', - 'success' => 'Fabricante actualizado con éxito.', - ], + 'success' => 'Fabricante actualizado con éxito.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'El fabricante no fue restaurado, intente de nuevo', - 'success' => 'Fabricante restaurado con éxito.', - ], + 'success' => 'Fabricante restaurado con éxito.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '¿Estás seguro de querer borrar este fabricante?', 'error' => 'Hubo un problema borrando el fabricante. Por favor, inténtalo de nuevo.', - 'success' => 'Fabricante borrado con éxito.', - ], + 'success' => 'Fabricante borrado con éxito.' + ) -]; +); diff --git a/resources/lang/es-VE/admin/manufacturers/table.php b/resources/lang/es-VE/admin/manufacturers/table.php index 27ff4e40f7..05ad749aa8 100644 --- a/resources/lang/es-VE/admin/manufacturers/table.php +++ b/resources/lang/es-VE/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Sobre Fabricantes', 'about_manufacturers_text' => 'Los fabricantes son las compañías que crean tus activos. Puedes guardar información importante de soporte aquí, que será mostrado en la páginas de detalles de tu activo.', 'asset_manufacturers' => 'Fabricantes de Activos', @@ -13,4 +13,4 @@ return [ 'update' => 'Actualizar Fabricante', 'url' => 'URL', -]; +); diff --git a/resources/lang/es-VE/admin/models/general.php b/resources/lang/es-VE/admin/models/general.php index 541dc18d53..17f0071915 100644 --- a/resources/lang/es-VE/admin/models/general.php +++ b/resources/lang/es-VE/admin/models/general.php @@ -1,18 +1,18 @@ 'Acerca de los Modelos de Activos', 'about_models_text' => 'Los Modelos de Activos son un grupo de activos idénticos. "MBP 2013", "iPhone 6S", etc.', - 'deleted' => 'This model has been deleted.', + 'deleted' => 'Este modelo fue eliminado.', 'bulk_delete' => 'Eliminación Masiva de Modelos de Activos', 'bulk_delete_help' => 'Usa las casillas abajo para confirmar la eliminación de los modelos de activos seleccionados. Los modelos de activo que tienen distintos activos asociados con ellos no pueden ser borrados hasta que los activos sean asociados a un modelo diferente.', 'bulk_delete_warn' => 'Estás a punto de borrar :model_count modelos de activo.', 'restore' => 'Restaurar Modelo', 'requestable' => 'Los usuarios pueden solicitar este modelo', - 'show_mac_address' => 'Mostrar campo de dirección MAC en activos en este modelo', + 'show_mac_address' => 'Mostrar campo de dirección MAC en activos en este modelo', 'view_deleted' => 'Ver Borrados', 'view_models' => 'Ver Modelos', 'fieldset' => 'Fieldset', 'no_custom_field' => 'Sin campos personalizados', 'add_default_values' => 'Agregar valores predeterminados', -]; +); diff --git a/resources/lang/es-VE/admin/models/message.php b/resources/lang/es-VE/admin/models/message.php index 064ac3c92c..45183d6621 100644 --- a/resources/lang/es-VE/admin/models/message.php +++ b/resources/lang/es-VE/admin/models/message.php @@ -1,41 +1,42 @@ 'El modelo no existe.', 'assoc_users' => 'Este modelo está asignado a uno o más activos y no puede ser eliminado. Por favor, borra los activos y luego intenta borrarlo nuevamente. ', - 'create' => [ + + 'create' => array( 'error' => 'El modelo no fue creado, por favor inténtalo de nuevo.', 'success' => 'Modelo creado con éxito.', 'duplicate_set' => 'Un modelo de activo con ese nombre, fabricante y número de modelo ya existe.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'El modelo no fue actualizado, por favor, inténtalo de nuevo', - 'success' => 'Modelo actualizado con éxito.', - ], + 'success' => 'Modelo actualizado con éxito.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '¿Estás seguro de que quieres borrar este modelo de activo?', 'error' => 'Hubo un problema borrando el modelo. Por favor inténtalo de nuevo.', - 'success' => 'El modelo fue borrado con éxito.', - ], + 'success' => 'El modelo fue borrado con éxito.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'El modelo no fue restaurado, por favor inténtalo de nuevo', - 'success' => 'Modelo restaurado con éxito.', - ], + 'success' => 'Modelo restaurado con éxito.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Ningún cambio fue cambiado, así que nada se actualizó.', - 'success' => 'Modelos actualizados.', - ], + 'success' => 'Modelos actualizados.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Ningún modelo fue seleccionado, así que nada fue eliminado.', 'success' => '¡:success_count modelo(s) eliminado(s)!', - 'success_partial' => ':success_count modelo(s) se han eliminado, sin embargo, :fail_count no se pudieron eliminar debido a que aún tienen activos asociados a ellos.', - ], + 'success_partial' => ':success_count modelo(s) se han eliminado, sin embargo, :fail_count no se pudieron eliminar debido a que aún tienen activos asociados a ellos.' + ), -]; +); diff --git a/resources/lang/es-VE/admin/models/table.php b/resources/lang/es-VE/admin/models/table.php index a0b989c834..6e8e0ee46a 100644 --- a/resources/lang/es-VE/admin/models/table.php +++ b/resources/lang/es-VE/admin/models/table.php @@ -1,6 +1,6 @@ 'Crear Modelo de Activo', 'created_at' => 'Creado el', @@ -14,4 +14,4 @@ return [ 'update' => 'Actualizar Modelo de Activo', 'clone' => 'Clonar Modelo', 'edit' => 'Editar Modelo', -]; +); diff --git a/resources/lang/es-VE/admin/reports/general.php b/resources/lang/es-VE/admin/reports/general.php index 67e8764e01..03f1c4dd3b 100644 --- a/resources/lang/es-VE/admin/reports/general.php +++ b/resources/lang/es-VE/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Selecciona que opciones quieres para tu informe de activos.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/es-VE/admin/reports/message.php b/resources/lang/es-VE/admin/reports/message.php index a5bd885673..a8f61aa993 100644 --- a/resources/lang/es-VE/admin/reports/message.php +++ b/resources/lang/es-VE/admin/reports/message.php @@ -1,5 +1,5 @@ 'Debes seleccionar al menos UNA opción.', -]; +return array( + 'error' => 'Debes seleccionar al menos UNA opción.' +); diff --git a/resources/lang/es-VE/admin/settings/general.php b/resources/lang/es-VE/admin/settings/general.php index 8b48752881..a6a3352472 100644 --- a/resources/lang/es-VE/admin/settings/general.php +++ b/resources/lang/es-VE/admin/settings/general.php @@ -1,30 +1,39 @@ 'Directorio Activo', 'ad_domain' => 'Dominio del Directorio Activo', 'ad_domain_help' => 'Este es a veces el mismo que el correo electrónico de dominio, pero no siempre.', 'ad_append_domain_label' => 'Añadir nombre de dominio', 'ad_append_domain' => 'Añadir nombre de dominio al campo de nombre de usuario', - 'ad_append_domain_help' => 'El usuario no necesita escribir "username@domain.local", puede escribir únicamente "username".' , + 'ad_append_domain_help' => 'El usuario no necesita escribir "username@domain.local", puede escribir únicamente "username".', 'admin_cc_email' => 'Email CC', 'admin_cc_email_help' => 'Si deseas enviar una notificación por correo electrónico de las asignaciones de activos que se envían a los usuarios a una cuenta adicional, ingrésela aquí. De lo contrario, deja este campo en blanco.', 'is_ad' => 'Este es un servidor de Directorio Activo', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Enviar alertas a', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Alertas de correo electrónico habilitadas', 'alert_interval' => 'Limite de alertas de expiración (en días)', 'alert_inv_threshold' => 'Umbral de alerta del inventario', 'allow_user_skin' => 'Permitir skin del usuario', - 'allow_user_skin_help_text' => 'Marcar esta casilla permitirá al usuario reemplazar la apariencia de la interfaz con una diferente.' , + 'allow_user_skin_help_text' => 'Marcar esta casilla permitirá al usuario reemplazar la apariencia de la interfaz con una diferente.', 'asset_ids' => 'IDs de activos', 'audit_interval' => 'Intervalo de Auditoría', 'audit_interval_help' => 'Si tienes la obligación de auditar física y regularmente tus activos, ingresa el intervalo en meses.', 'audit_warning_days' => 'Umbral de Aviso de Auditoría', 'audit_warning_days_help' => '¿Con cuántos días de antelación deberíamos advertirte que tus activos se deben auditar?', - 'auto_increment_assets' => 'Generar identificaciones de activos autoincrementales', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefijo (opcional)', - 'auto_incrementing_help' => 'Activar las identificaciones de activos autoincrementantes para establecer esto', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Copias de Seguridad', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/es-VE/help.php b/resources/lang/es-VE/help.php index 3309bb35a7..9c71dfef87 100644 --- a/resources/lang/es-VE/help.php +++ b/resources/lang/es-VE/help.php @@ -1,6 +1,6 @@ "Más información", + 'more_info_title' => 'Más información', - "audit_help" => "Marcando esta casilla podrá editar el registro de activos reflejando su nueva ubicación. Dejándola sin marcar simplemente anotaremos la ubicación en el registro de auditoria. :db_column
but should be :expected .'
+];
diff --git a/resources/lang/et/admin/custom_fields/message.php b/resources/lang/et/admin/custom_fields/message.php
index 895aec55b7..07ba549bf6 100644
--- a/resources/lang/et/admin/custom_fields/message.php
+++ b/resources/lang/et/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Seda välja ei eksisteeri.',
'already_added' => 'Väli on juba lisatud',
- 'create' => [
+ 'create' => array(
'error' => 'Väli ei loodud, proovige uuesti.',
'success' => 'Väli loodi edukalt.',
- 'assoc_success' => 'Väli edukalt lisatud fieldset\'i.',
- ],
+ 'assoc_success' => 'Väli edukalt lisatud fieldset\'i.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Väli ei värskendatud, proovige uuesti',
- 'success' => 'Väli värskendati edukalt.',
- ],
+ 'success' => 'Väli värskendati edukalt.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Kas olete kindel, et soovite kustutada selle välja?',
'error' => 'Välja jäeti välja küsimus. Palun proovi uuesti.',
'success' => 'Väli kustutati edukalt.',
'in_use' => 'Väli on endiselt kasutusel.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset ei ole olemas',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset ei loodud, proovige uuesti.',
- 'success' => 'Fieldset loodud edukalt.',
- ],
+ 'success' => 'Fieldset loodud edukalt.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset ei värskendatud, proovige uuesti',
- 'success' => 'Fieldset uuendati edukalt.',
- ],
+ 'success' => 'Fieldset uuendati edukalt.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Kas olete kindel, et soovite kustutada selle väljadestiivi?',
'error' => 'Väljaku seade kustutati. Palun proovi uuesti.',
'success' => 'Väljatrükk on edukalt kustutatud.',
'in_use' => 'Fieldset on endiselt kasutusel.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/et/admin/departments/message.php b/resources/lang/et/admin/departments/message.php
index 2a33c149bc..d35ddff313 100644
--- a/resources/lang/et/admin/departments/message.php
+++ b/resources/lang/et/admin/departments/message.php
@@ -1,21 +1,21 @@
'Osakonda ei eksisteeri.',
'assoc_users' => 'See osakond on praegu seotud vähemalt ühe kasutajaga ja seda ei saa kustutada. Palun uuendage oma kasutajaid, et enam seda osakonda viideteta, ja proovige uuesti.',
- 'create' => [
+ 'create' => array(
'error' => 'Osakonda ei loodud, proovige uuesti.',
- 'success' => 'Osakond loodi edukalt.',
- ],
- 'update' => [
+ 'success' => 'Osakond loodi edukalt.'
+ ),
+ 'update' => array(
'error' => 'Osakonda ei värskendatud, proovige uuesti',
- 'success' => 'Osakond uuendati edukalt.',
- ],
- 'delete' => [
+ 'success' => 'Osakond uuendati edukalt.'
+ ),
+ 'delete' => array(
'confirm' => 'Kas olete kindel, et soovite selle osakonna kustutada?',
'error' => 'Osakonna kustutamisel tekkis küsimus. Palun proovi uuesti.',
- 'success' => 'Osakond kustutati edukalt.',
- ],
+ 'success' => 'Osakond kustutati edukalt.'
+ )
-];
+);
diff --git a/resources/lang/et/admin/departments/table.php b/resources/lang/et/admin/departments/table.php
index 2255e45f30..e9565e3925 100644
--- a/resources/lang/et/admin/departments/table.php
+++ b/resources/lang/et/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Osakonna nimi',
@@ -8,4 +8,4 @@ return [
'location' => 'Asukoht',
'create' => 'Loo osakond',
'update' => 'Uuenda osakonda',
- ];
+ );
diff --git a/resources/lang/et/admin/depreciations/general.php b/resources/lang/et/admin/depreciations/general.php
index 0601d22f4c..965667a23d 100644
--- a/resources/lang/et/admin/depreciations/general.php
+++ b/resources/lang/et/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Varade kahanemine',
'create' => 'Loo amortisatsioon',
'depreciation_name' => 'Amortisatsiooni nimi',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Kuude arv',
'update' => 'Kulumi ajakohastamine',
- 'depreciation_min' => 'Miinimum väärtus pärast amortatsiooni'
-
+ 'depreciation_min' => 'Miinimum väärtus pärast amortatsiooni',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/et/admin/depreciations/message.php b/resources/lang/et/admin/depreciations/message.php
index 1a2e2bc707..e38c009ca0 100644
--- a/resources/lang/et/admin/depreciations/message.php
+++ b/resources/lang/et/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Amortisatsiooniklassi ei ole olemas.',
'assoc_users' => 'See amortisatsioon on praegu seotud ühe või mitme mudeliga ja seda ei saa kustutada. Palun kustutage mudelid ja proovige uuesti kustutada.',
- 'create' => [
+
+ 'create' => array(
'error' => 'Amortisatsiooniklassi ei loodud, proovige uuesti. :(',
- 'success' => 'Amortisatsiooniklass loodi edukalt. :)',
- ],
+ 'success' => 'Amortisatsiooniklass loodi edukalt. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Amortisatsiooni klassi ei värskendatud, proovige uuesti',
- 'success' => 'Amortisatsiooniklass uuendati edukalt.',
- ],
+ 'success' => 'Amortisatsiooniklass uuendati edukalt.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Kas olete kindel, et soovite selle amortisatsiooni klassi kustutada?',
'error' => 'Amortisatsiooniklassi kustutati. Palun proovi uuesti.',
- 'success' => 'Amortisatsiooniklass kustutati edukalt.',
- ],
+ 'success' => 'Amortisatsiooniklass kustutati edukalt.'
+ )
-];
+);
diff --git a/resources/lang/et/admin/depreciations/table.php b/resources/lang/et/admin/depreciations/table.php
index 7a124ec7b6..47c5e82b28 100644
--- a/resources/lang/et/admin/depreciations/table.php
+++ b/resources/lang/et/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Kuud',
'term' => 'Tähtaeg',
'title' => 'Nimi',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/et/admin/groups/message.php b/resources/lang/et/admin/groups/message.php
index 80ed71e03c..8336fed222 100644
--- a/resources/lang/et/admin/groups/message.php
+++ b/resources/lang/et/admin/groups/message.php
@@ -1,22 +1,22 @@
'Grupp on juba olemas!',
'group_not_found' => 'Rühma [: id] ei ole olemas.',
'group_name_required' => 'Nimi on kohustuslik',
- 'success' => [
+ 'success' => array(
'create' => 'Grupi loomine õnnestus.',
'update' => 'Grupi uuendamine õnnestus.',
'delete' => 'Grupi kustutamine õnnestus.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Oled sa kindel, et soovid selle grupi kustutada?',
'create' => 'Grupi loomisel tekkis probleem. Palun proovi uuesti.',
'update' => 'Grupi uuendamisel tekkis probleem. Palun proovi uuesti.',
'delete' => 'Grupi kustutamisel tekkis probleem. Palun proovi uuesti.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/et/admin/groups/table.php b/resources/lang/et/admin/groups/table.php
index 588ee3283c..05154b76c6 100644
--- a/resources/lang/et/admin/groups/table.php
+++ b/resources/lang/et/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Nimi',
'users' => 'Kasutajate hulk',
-];
+);
diff --git a/resources/lang/et/admin/groups/titles.php b/resources/lang/et/admin/groups/titles.php
index ef402d2aea..aa39010da5 100644
--- a/resources/lang/et/admin/groups/titles.php
+++ b/resources/lang/et/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Grupi admin',
'allow' => 'Luba',
'deny' => 'Keela',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/et/admin/hardware/form.php b/resources/lang/et/admin/hardware/form.php
index 5a5dbe1bc7..3abfc5b666 100644
--- a/resources/lang/et/admin/hardware/form.php
+++ b/resources/lang/et/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garantii',
'warranty_expires' => 'Garantii aegub',
'years' => 'aastat',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/et/admin/hardware/general.php b/resources/lang/et/admin/hardware/general.php
index 0efd25b2ae..a5ca441b34 100644
--- a/resources/lang/et/admin/hardware/general.php
+++ b/resources/lang/et/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'See vara mudel on kustutatud. Enne vara taastamist peab taastama mudeli.',
'requestable' => 'Taodeldav',
'requested' => 'Taotletud',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Taasta vara',
'pending' => 'Ootel',
'undeployable' => 'Unustamatu',
'view' => 'Vaata vahendit',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/et/admin/hardware/message.php b/resources/lang/et/admin/hardware/message.php index 33e2988245..4d28edd441 100644 --- a/resources/lang/et/admin/hardware/message.php +++ b/resources/lang/et/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Teenindus: See vara on märgitud kui praegu kasutatav. Kui see olek on muutunud, palun värskendage vara olekut.', 'does_not_exist' => 'Vahend puudub.', - 'does_not_exist_or_not_requestable' => 'Hea katse. Seda vara ei eksisteeri või see ei ole kohustuslik.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Seda vara kontrollitakse kasutajale praegu ja seda ei saa kustutada. Esmalt kontrollige varast ja proovige seejärel uuesti kustutada.', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Varakontrolli sisselogimisel.', ], + 'deletefile' => [ 'error' => 'Faili pole kustutatud. Palun proovi uuesti.', 'success' => 'Fail edukalt kustutatud.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Faili ei saanud kustutada', ], + 'delete' => [ 'confirm' => 'Kas olete kindel, et soovite selle vara kustutada?', 'error' => 'Viga kustutas. Palun proovi uuesti.', diff --git a/resources/lang/et/admin/hardware/table.php b/resources/lang/et/admin/hardware/table.php index 499319d3fe..5ceabbe4b4 100644 --- a/resources/lang/et/admin/hardware/table.php +++ b/resources/lang/et/admin/hardware/table.php @@ -1,13 +1,14 @@ 'Varade silt', 'asset_model' => 'Mudel', - 'book_value' => 'Väärtus', + 'book_value' => 'Current Value', 'change' => 'Sees väljas', 'checkout_date' => 'Checkout Date', 'checkoutto' => 'Väljaostetud', + 'current_value' => 'Current Value', 'diff' => 'Diferentseeritud', 'dl_csv' => 'Laadige alla CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return array( 'serial' => 'Seerianumber', 'status' => 'Olek', 'title' => 'Vara', - 'image' => 'Seadme pilt', + 'image' => 'Seadme pilt', 'days_without_acceptance' => 'Päeva ilma vastuvõtmiseta', - 'monthly_depreciation' => 'Igakuine amortatsioon' - -); + 'monthly_depreciation' => 'Igakuine amortatsioon', + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', +]; diff --git a/resources/lang/et/admin/kits/general.php b/resources/lang/et/admin/kits/general.php index 7f83d3f743..6aa65a84bb 100644 --- a/resources/lang/et/admin/kits/general.php +++ b/resources/lang/et/admin/kits/general.php @@ -1,6 +1,6 @@ 'Eelnevalt määratud komplektidest', 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.', 'checkout' => 'Checkout Kit ', @@ -13,5 +13,38 @@ return array( 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - -); + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', +]; diff --git a/resources/lang/et/admin/licenses/form.php b/resources/lang/et/admin/licenses/form.php index 97ee5f04db..dd91100962 100644 --- a/resources/lang/et/admin/licenses/form.php +++ b/resources/lang/et/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Vahend', 'checkin' => 'Checkin', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Litsenseeritud e-mailile', 'to_name' => 'Litsenseeritud nimele', 'update' => 'Muuda litsentsi', - 'checkout_help' => 'Peate litsentsi kontrollima riistvara vara või isiku jaoks. Võite valida mõlemad, kuid vara omanik peab sobima selle isikuga, kellele vara kontrollitakse.', -]; + 'checkout_help' => 'Peate litsentsi kontrollima riistvara vara või isiku jaoks. Võite valida mõlemad, kuid vara omanik peab sobima selle isikuga, kellele vara kontrollitakse.' +); diff --git a/resources/lang/et/admin/licenses/general.php b/resources/lang/et/admin/licenses/general.php index 9c3d845f13..c8322c5cbc 100644 --- a/resources/lang/et/admin/licenses/general.php +++ b/resources/lang/et/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Litsentside kohta', 'about_licenses' => 'Litsentse kasutatakse tarkvara jälgimiseks. Neil on kindlaksmääratud arv istekohti, mida saab üksikisikutele kontrollida', 'checkin' => 'Checkin License Seat', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Tarkvara litsentsid', 'user' => 'Kasutaja', 'view' => 'Vaadake litsentsi', -]; +); diff --git a/resources/lang/et/admin/licenses/message.php b/resources/lang/et/admin/licenses/message.php index d35fde8875..99d5f81ed1 100644 --- a/resources/lang/et/admin/licenses/message.php +++ b/resources/lang/et/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Luba pole olemas.', 'user_does_not_exist' => 'Kasutajat ei eksisteeri.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Peate valima vara või kasutaja, kuid mitte mõlemad.', 'not_found' => 'Litsentsi ei leitud', - 'create' => [ - 'error' => 'Litsentsi ei loodud, proovige uuesti.', - 'success' => 'Litsents on edukalt loodud.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Litsentsi ei loodud, proovige uuesti.', + 'success' => 'Litsents on edukalt loodud.' + ), + + 'deletefile' => array( 'error' => 'Faili pole kustutatud. Palun proovi uuesti.', 'success' => 'Fail edukalt kustutatud.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Faili (d) pole üles laaditud. Palun proovi uuesti.', 'success' => 'Fail (id) edukalt üles laaditud.', 'nofiles' => 'Te ei valinud üleslaadimiseks ühtegi faili või fail, mille üritate üles laadida, on liiga suur', 'invalidfiles' => 'Üks või mitu teie faili on liiga suured või failitüüp pole lubatud. Lubatud failitüübid on png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml ja lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Litsentsi ei värskendatud, proovige uuesti', - 'success' => 'Litsents värskendati edukalt.', - ], + 'success' => 'Litsents värskendati edukalt.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Kas olete kindel, et soovite selle litsentsi kustutada?', 'error' => 'Litsentsi kustutati. Palun proovi uuesti.', - 'success' => 'Litsents kustutati edukalt.', - ], + 'success' => 'Litsents kustutati edukalt.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Litsentsi kontrollides oli küsimus. Palun proovi uuesti.', - 'success' => 'Litsents oli edukalt välja võetud', - ], + 'success' => 'Litsents oli edukalt välja võetud' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Litsentsis kontrolliti probleemi. Palun proovi uuesti.', - 'success' => 'Litsents märgiti edukalt', - ], + 'success' => 'Litsents märgiti edukalt' + ), -]; +); diff --git a/resources/lang/et/admin/licenses/table.php b/resources/lang/et/admin/licenses/table.php index c59631e339..6d45f29899 100644 --- a/resources/lang/et/admin/licenses/table.php +++ b/resources/lang/et/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Määratud', 'checkout' => 'Sees väljas', @@ -14,4 +14,4 @@ return [ 'serial' => 'Seerianumber', 'title' => 'Litsents', -]; +); diff --git a/resources/lang/et/admin/locations/message.php b/resources/lang/et/admin/locations/message.php index 66d161ad5a..3a6605c540 100644 --- a/resources/lang/et/admin/locations/message.php +++ b/resources/lang/et/admin/locations/message.php @@ -1,26 +1,27 @@ 'Asukohta ei eksisteeri.', 'assoc_users' => 'Selle asukohaga on seotud vähemalt üks kasutaja ja seda ei saa kustutada. Palun uuenda oma kasutajaid nii, et need ei kasutaks seda asukohta ning seejärel proovi uuesti. ', 'assoc_assets' => 'Selle asukohaga on seotud vähemalt üks vahend ja seda ei saa kustutada. Palun uuenda oma vahendeid, et need ei kasutaks seda asukohta ning seejärel proovi uuesti. ', 'assoc_child_loc' => 'Sel asukohal on hetkel all-asukohti ja seda ei saa kustutada. Palun uuenda oma asukohti nii, et need ei kasutaks seda asukohta ning seejärel proovi uuesti. ', - 'create' => [ + + 'create' => array( 'error' => 'Asukohta ei loodud, palun proovi uuesti.', - 'success' => 'Asukoha loomine õnnestus.', - ], + 'success' => 'Asukoha loomine õnnestus.' + ), - 'update' => [ + 'update' => array( 'error' => 'Asukohta ei uuendatud, palun proovi uuesti', - 'success' => 'Asukoha uuendamine õnnestus.', - ], + 'success' => 'Asukoha uuendamine õnnestus.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Oled sa kindel, et soovid selle asukoha kustutada?', 'error' => 'Asukoha kustutamisel tekkis probleem. Palun proovi uuesti.', - 'success' => 'Asukoha kustutamine õnnestus.', - ], + 'success' => 'Asukoha kustutamine õnnestus.' + ) -]; +); diff --git a/resources/lang/et/admin/locations/table.php b/resources/lang/et/admin/locations/table.php index 988495e47d..b4a42f6de0 100644 --- a/resources/lang/et/admin/locations/table.php +++ b/resources/lang/et/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Vanem', 'currency' => 'Asukoha valuuta', 'ldap_ou' => 'LDAP Search OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/et/admin/manufacturers/table.php b/resources/lang/et/admin/manufacturers/table.php index b37fb977c9..6205b8cfd4 100644 --- a/resources/lang/et/admin/manufacturers/table.php +++ b/resources/lang/et/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Tootjatest', 'about_manufacturers_text' => 'Tootjad on need ettevõtted, kes sinu vahendid on tootnud. Sa võid siin hoida enda jaoks olulisi tootja kasutajatoe kontakte, mida kuvatakse vahendite detailide juures.', 'asset_manufacturers' => 'Vahendite tootjad', @@ -13,4 +13,4 @@ return [ 'update' => 'Uuenda tootjat', 'url' => 'URL', -]; +); diff --git a/resources/lang/et/admin/models/message.php b/resources/lang/et/admin/models/message.php index 63a95e1cec..ae95c2c9e9 100644 --- a/resources/lang/et/admin/models/message.php +++ b/resources/lang/et/admin/models/message.php @@ -1,41 +1,42 @@ 'Mudelit pole olemas.', 'assoc_users' => 'See mudel on seostus ühe või mitme vahendiga ja seda ei saa kustutada. Palun kustuta vahendid ja seejärel proovi uuesti kustutada. ', - 'create' => [ + + 'create' => array( 'error' => 'Mudelit ei loodud, proovi uuesti.', 'success' => 'Mudeli loomine õnnestus.', 'duplicate_set' => 'Sellise nime, tootja ja mudeli numbriga mudel on juba olemas.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Mudelit ei uuendatud, proovige uuesti', - 'success' => 'Mudeli uuendamine õnnestus.', - ], + 'success' => 'Mudeli uuendamine õnnestus.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Kas oled kindel, et soovid selle mudeli kustutada?', 'error' => 'Mudeli kustutamisel tekkis probleem. Palun proovi uuesti.', - 'success' => 'Mudeli kustutamine õnnestus.', - ], + 'success' => 'Mudeli kustutamine õnnestus.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Mudeli taastamine ei õnnestunud, proovi uuesti', - 'success' => 'Mudeli taastamine õnnestus.', - ], + 'success' => 'Mudeli taastamine õnnestus.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Pole ühtegi välju muudetud, mistõttu ei uuendatud midagi.', - 'success' => 'Mudelid on uuendatud.', - ], + 'success' => 'Mudelid on uuendatud.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Mudeleid ei valitud, nii et midagi ei kustutatud.', 'success' => ':success_count mudel(it) kustutatud!', - 'success_partial' => ':success_count mudel(it) kustutati, kuid :fail_count ei õnnestunud kustutada kuna nendega on ikka veel vara seotud.', - ], + 'success_partial' => ':success_count mudel(it) kustutati, kuid :fail_count ei õnnestunud kustutada kuna nendega on ikka veel vara seotud.' + ), -]; +); diff --git a/resources/lang/et/admin/models/table.php b/resources/lang/et/admin/models/table.php index 9536c9e050..949b9d2f14 100644 --- a/resources/lang/et/admin/models/table.php +++ b/resources/lang/et/admin/models/table.php @@ -1,6 +1,6 @@ 'Uus mudel', 'created_at' => 'Loodud', @@ -14,4 +14,4 @@ return [ 'update' => 'Uuenda mudelit', 'clone' => 'Klooni mudel', 'edit' => 'Muuda mudelit', -]; +); diff --git a/resources/lang/et/admin/reports/general.php b/resources/lang/et/admin/reports/general.php index c1f86b793f..5a046727ab 100644 --- a/resources/lang/et/admin/reports/general.php +++ b/resources/lang/et/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Valige oma varade aruandele vajalikud valikud.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/et/admin/reports/message.php b/resources/lang/et/admin/reports/message.php index dcddb03492..2b38dab4f1 100644 --- a/resources/lang/et/admin/reports/message.php +++ b/resources/lang/et/admin/reports/message.php @@ -1,5 +1,5 @@ 'Peate valima vähemalt ühe variandi.', -]; +return array( + 'error' => 'Peate valima vähemalt ühe variandi.' +); diff --git a/resources/lang/et/admin/settings/general.php b/resources/lang/et/admin/settings/general.php index 2ede32ca6e..1a2c9317bd 100644 --- a/resources/lang/et/admin/settings/general.php +++ b/resources/lang/et/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Active Directory domeen', 'ad_domain_help' => 'See on mõnikord sama kui teie e-posti domeen, kuid mitte alati.', 'ad_append_domain_label' => 'Lisa domeeninimi', 'ad_append_domain' => 'Lisa domeeninimi kasutaja lahtrisse', - 'ad_append_domain_help' => 'Kasutaja ei pea kirjutama "username@domain.local", nad võivad lihtsalt kirjutada "username".' , + 'ad_append_domain_help' => 'Kasutaja ei pea kirjutama "username@domain.local", nad võivad lihtsalt kirjutada "username".', 'admin_cc_email' => 'CC e-mail', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'See on Active Directory server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Saada hoiatusi', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Hoiatused on lubatud', 'alert_interval' => 'Aegumatu häiretaseme künnis (päevades)', 'alert_inv_threshold' => 'Inventari hoiatuslävi', 'allow_user_skin' => 'Luba kasutaja teemavaade', - 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' , + 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.', 'asset_ids' => 'Varade ID-d', 'audit_interval' => 'Auditi intervall', 'audit_interval_help' => 'Kui teil on kohustus kontrollida oma vara füüsiliselt, sisestage intervall kuude kaupa.', 'audit_warning_days' => 'Auditi hoiatuslävi', 'audit_warning_days_help' => 'Kui mitu päeva ette peaksime hoiatama, kui vara on auditeerimiseks ette nähtud?', - 'auto_increment_assets' => 'Loo automaatselt kasvavad vara ID-d', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Eesliide (valikuline)', - 'auto_incrementing_help' => 'Enne automaatse suurendamise varade ID-de määramist kõigepealt määrake see', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Varukoopiad', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/et/mail.php b/resources/lang/et/mail.php index dd22184b6c..43ff7e1a04 100644 --- a/resources/lang/et/mail.php +++ b/resources/lang/et/mail.php @@ -1,6 +1,6 @@ 'Kasutaja on veebisaidil tühistanud üksuse taotluse', 'a_user_requested' => 'Kasutaja on taotlenud üksuse veebisaidil', 'accessory_name' => 'Lisaseade Nimi:', @@ -59,7 +59,7 @@ return array( 'test_mail_text' => 'See on Snipe-IT-i varahaldussüsteemi test. Kui sul on see, töötab post. :)', 'the_following_item' => 'Järgmine element on kontrollitud:', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'Selleks, et lähtestada oma: veebiparool, täitke see vorm:', 'type' => 'Tüüp', @@ -75,5 +75,5 @@ return array( 'Expected_Checkin_Report' => 'Expected asset checkin report', 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching', 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date', - 'your_assets' => 'Vaata oma varasi' -); + 'your_assets' => 'Vaata oma varasi', +]; diff --git a/resources/lang/et/pagination.php b/resources/lang/et/pagination.php index 8b1c0ad626..b650121e07 100644 --- a/resources/lang/et/pagination.php +++ b/resources/lang/et/pagination.php @@ -1,6 +1,6 @@ 'Järgmine »', -]; +); diff --git a/resources/lang/et/reminders.php b/resources/lang/et/reminders.php index 01e9fb7433..0b5a4802c4 100644 --- a/resources/lang/et/reminders.php +++ b/resources/lang/et/reminders.php @@ -1,6 +1,6 @@ 'Parool peab olema kuus tähemärki ja peab klappima kinnitusega.', + "password" => "Parool peab olema kuus tähemärki ja peab klappima kinnitusega.", - 'user' => 'Kasutajanimi või parool on vale', + "user" => "Kasutajanimi või parool on vale", - 'token' => 'See parooli taastamise kood on vale.', + "token" => "See parooli taastamise kood on vale.", - 'sent' => 'Kui me leidsime klappiva e-maili aadressi, siis saatsime sellele parooli meeldetuletuse!', + "sent" => "Kui me leidsime klappiva e-maili aadressi, siis saatsime sellele parooli meeldetuletuse!", -]; +); diff --git a/resources/lang/et/table.php b/resources/lang/et/table.php index 559dd10575..8618018389 100644 --- a/resources/lang/et/table.php +++ b/resources/lang/et/table.php @@ -1,10 +1,10 @@ 'Tegevused', 'action' => 'Tegevus', 'by' => 'Kes', 'item' => 'Kirje', -]; +); diff --git a/resources/lang/et/validation.php b/resources/lang/et/validation.php index 20472ff52a..ea52f657b0 100644 --- a/resources/lang/et/validation.php +++ b/resources/lang/et/validation.php @@ -1,6 +1,6 @@ 'Atribuut peab olema vähemalt: min tähemärki.', 'array' => 'Atribuudil peab olema vähemalt: min kirjeid.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Valitud atribuut on kehtetu.', 'numeric' => 'Atribuut peab olema number.', 'present' => 'Atribuudiväli peab olema kohal.', @@ -88,8 +89,8 @@ return array( 'unique' => 'Atribuut: on juba võetud.', 'uploaded' => 'Atribuut ei õnnestunud üles laadida.', 'url' => 'Atribuudivorming on vale.', - "unique_undeleted" => ":attribute peab olema ainulaadne.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => ':attribute peab olema ainulaadne.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Atribuudi väli sisaldab märk, mis pole lubatud.", - "email_array" => "Üks või mitu e-posti aadressi on kehtetu.", - "hashed_pass" => "Teie praegune parool on vale", + 'alpha_space' => 'Atribuudi väli sisaldab märk, mis pole lubatud.', + 'email_array' => 'Üks või mitu e-posti aadressi on kehtetu.', + 'hashed_pass' => 'Teie praegune parool on vale', 'dumbpwd' => 'See parool on liiga levinud.', - "statuslabel_type" => "Peate valima kehtiva olekutüübi tüübi", + 'statuslabel_type' => 'Peate valima kehtiva olekutüübi tüübi', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/fa/admin/accessories/general.php b/resources/lang/fa/admin/accessories/general.php index 9f8c3d3a97..f03dcfe35b 100644 --- a/resources/lang/fa/admin/accessories/general.php +++ b/resources/lang/fa/admin/accessories/general.php @@ -1,6 +1,6 @@ 'دسته بندی لوازم جانبی', 'accessory_name' => 'نام وسیله', 'checkout' => 'چک کردن وسیله', @@ -19,4 +19,4 @@ return [ 'use_default_eula_disabled' => 'از پیشفرض اولیه EULA استفاده کنید. :db_column
but should be :expected .'
];
diff --git a/resources/lang/fa/admin/custom_fields/message.php b/resources/lang/fa/admin/custom_fields/message.php
index 78c59f3468..043d4a4224 100644
--- a/resources/lang/fa/admin/custom_fields/message.php
+++ b/resources/lang/fa/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'این زمینه وجود ندارد.',
'already_added' => 'زمینه اضافه شده است',
- 'create' => [
+ 'create' => array(
'error' => 'فیلد ایجاد نشده است، لطفا دوباره تلاش کنید.',
'success' => 'فیلد با موفقیت ایجاد شد.',
- 'assoc_success' => 'فیلد با موفقیت به تنظیمات فیلد اضافه شد.',
- ],
+ 'assoc_success' => 'فیلد با موفقیت به تنظیمات فیلد اضافه شد.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'فیلد به روز رسانی نشده است، لطفا دوباره تلاش کنید',
- 'success' => 'فیلد با موفقیت به روز رسانی شد.',
- ],
+ 'success' => 'فیلد با موفقیت به روز رسانی شد.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'آیا شما مطمئن هستید که می خواهید این فیلد را حذف کنید؟',
'error' => 'در حذف کردن این فیلد مشکلی وجود داشت. لطفا دوباره تلاش کنید.',
'success' => 'فیلد با موفقیت حذف شد.',
'in_use' => 'فیلد همچنان در حال استفاده است.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset وجود ندارد',
- 'create' => [
+ 'create' => array(
'error' => 'تنظیمات فیلد ایجاد نشده است، لطفا دوباره تلاش کنید.',
- 'success' => 'تنظیمات فیلد با موفقیت ایجاد شد.',
- ],
+ 'success' => 'تنظیمات فیلد با موفقیت ایجاد شد.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'تنظیمات فیلد به روز رسانی نشده است، لطفا دوباره تلاش کنید',
- 'success' => 'تنظیمات فیلد به موفقیت به روز رسانی شد.',
- ],
+ 'success' => 'تنظیمات فیلد به موفقیت به روز رسانی شد.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'آیا شما مطمئن هستید که می خواهید این تنظیمات فیلد را حذف کنید؟',
'error' => 'در حذف کردن تنظیمات فیلد مشکلی وجود داشت. لطفا دوباره تلاش کنید.',
'success' => 'تنظیمات فیلد با موفقیت حذف شد.',
'in_use' => 'تنظیمات فیلد همچنان در حال استفاده است.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/fa/admin/departments/message.php b/resources/lang/fa/admin/departments/message.php
index 89af7aff9f..9978e55c02 100644
--- a/resources/lang/fa/admin/departments/message.php
+++ b/resources/lang/fa/admin/departments/message.php
@@ -1,21 +1,21 @@
'اداره وجود ندارد',
'assoc_users' => 'این بخش در حال حاضر حداقل با یک کاربر مرتبط است و نمی تواند حذف شود. لطفا کاربران خود را به دیگران مراجعه کنید و دوباره امتحان کنید.',
- 'create' => [
+ 'create' => array(
'error' => 'وزارت ایجاد نشد، لطفا دوباره امتحان کنید',
- 'success' => 'گروه با موفقیت ساخت',
- ],
- 'update' => [
+ 'success' => 'گروه با موفقیت ساخت'
+ ),
+ 'update' => array(
'error' => 'وزارت به روز نشده است، لطفا دوباره امتحان کنید',
- 'success' => 'بخش با موفقیت به روز شد',
- ],
- 'delete' => [
+ 'success' => 'بخش با موفقیت به روز شد'
+ ),
+ 'delete' => array(
'confirm' => 'آیا مطمئن هستید که می خواهید این بخش را حذف کنید؟',
'error' => 'یک مسئله حذف بخش وجود داشت. لطفا دوباره تلاش کنید.',
- 'success' => 'بخش با موفقیت حذف شد.',
- ],
+ 'success' => 'بخش با موفقیت حذف شد.'
+ )
-];
+);
diff --git a/resources/lang/fa/admin/departments/table.php b/resources/lang/fa/admin/departments/table.php
index 6213684858..0a117388e5 100644
--- a/resources/lang/fa/admin/departments/table.php
+++ b/resources/lang/fa/admin/departments/table.php
@@ -1,6 +1,6 @@
'شناسه',
'name' => 'اسم دپارتمان',
@@ -8,4 +8,4 @@ return [
'location' => 'محل',
'create' => 'ایجاد گروه',
'update' => 'به روز رسانی گروه',
- ];
+ );
diff --git a/resources/lang/fa/admin/depreciations/general.php b/resources/lang/fa/admin/depreciations/general.php
index a966f33f1c..1c615a5864 100644
--- a/resources/lang/fa/admin/depreciations/general.php
+++ b/resources/lang/fa/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'استهلاک دارایی',
'create' => 'ایجاد استهلاک',
'depreciation_name' => 'نام استهلاک',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'تعداد ماه ها',
'update' => 'کمبود به روزرسانی',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/fa/admin/depreciations/message.php b/resources/lang/fa/admin/depreciations/message.php
index 8a486c6df4..c2b0ebe919 100644
--- a/resources/lang/fa/admin/depreciations/message.php
+++ b/resources/lang/fa/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'دسته ی استهلاک وجود ندارد.',
'assoc_users' => 'این استهلاک در حال حاضر همراه با یک یا چند مدل دیگر است و نمی تواند حذف شود. لطفا یکی از مدل ها را حذف کنید و سپس برای حذف کردن دوباره تلاش کنید. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'دسته ی استهلاک ساخته نشده بود، لطفا دوباره تلاش کنید. :(',
- 'success' => 'دسته ی استهلاک با موفقیت ساخته شد :)',
- ],
+ 'success' => 'دسته ی استهلاک با موفقیت ساخته شد :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'دسته ی استهلاک به روز رسانی نشده بود، لطفا دوباره تلاش کنید',
- 'success' => 'دسته ی استهلاک با موفقیت به روز رسانی شد.',
- ],
+ 'success' => 'دسته ی استهلاک با موفقیت به روز رسانی شد.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'آیا شما مطمئن هستید که می خواهید این دسته ی استهلاک را حذف کنید؟',
'error' => 'در حذف کردن دسته ی استهلاک مشکلی وجود داشت. لطفا دوباره تلاش کنید.',
- 'success' => 'دسته ی استهلاک با موفقیت حذف شد.',
- ],
+ 'success' => 'دسته ی استهلاک با موفقیت حذف شد.'
+ )
-];
+);
diff --git a/resources/lang/fa/admin/depreciations/table.php b/resources/lang/fa/admin/depreciations/table.php
index 4a3ea568dc..dee07a7002 100644
--- a/resources/lang/fa/admin/depreciations/table.php
+++ b/resources/lang/fa/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'ماه ها',
'term' => 'مدت زمان',
'title' => 'نام ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/fa/admin/groups/message.php b/resources/lang/fa/admin/groups/message.php
index bfb100352d..54bbc8a9d7 100644
--- a/resources/lang/fa/admin/groups/message.php
+++ b/resources/lang/fa/admin/groups/message.php
@@ -1,22 +1,22 @@
'گروه در حال حاضر وجود دارد!',
'group_not_found' => 'گروه [: شناسه] وجود ندارد.',
'group_name_required' => 'نام زمینه مورد نیاز است',
- 'success' => [
+ 'success' => array(
'create' => 'گروه با موفقیت ایجاد شد.',
'update' => 'گروه با موفقیت بروز شد.',
'delete' => 'گروه با موفقیت حذف شد.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'آیا مطمئن هستید که می خواهید این گروه را حذف کنید؟',
'create' => 'اشکال در ایجاد گروه.لطفا دوباره تلاش کنید.',
'update' => 'اشکال در به روزرسانی گروه .لطفا دوباره تلاش کنید.',
'delete' => 'اشکال در حذف گروه.لطفا دوباره تلاش کنید.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/fa/admin/groups/table.php b/resources/lang/fa/admin/groups/table.php
index 7dca16813e..b8bd06a644 100644
--- a/resources/lang/fa/admin/groups/table.php
+++ b/resources/lang/fa/admin/groups/table.php
@@ -1,9 +1,9 @@
'شناسه',
'name' => 'نام',
'users' => '# از کاربران',
-];
+);
diff --git a/resources/lang/fa/admin/groups/titles.php b/resources/lang/fa/admin/groups/titles.php
index 0b01cd5cb1..3917a65261 100644
--- a/resources/lang/fa/admin/groups/titles.php
+++ b/resources/lang/fa/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'مدیر گروه',
'allow' => 'اجازه می دهد',
'deny' => 'رد کردن',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/fa/admin/hardware/form.php b/resources/lang/fa/admin/hardware/form.php
index fbc9f28c1e..abda479e88 100644
--- a/resources/lang/fa/admin/hardware/form.php
+++ b/resources/lang/fa/admin/hardware/form.php
@@ -54,4 +54,10 @@ return [
'warranty' => 'گارانتی',
'warranty_expires' => 'انقضای ضمانت',
'years' => 'سال ها',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/fa/admin/hardware/general.php b/resources/lang/fa/admin/hardware/general.php
index 09339fc0b7..3ffaac8676 100644
--- a/resources/lang/fa/admin/hardware/general.php
+++ b/resources/lang/fa/admin/hardware/general.php
@@ -15,9 +15,30 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'در خواست شد',
'requested' => 'درخواست شده',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'بازیابی دارایی',
'pending' => 'در انتظار',
'undeployable' => 'غیرقابل گسترش',
'view' => 'نمایش دارایی ها
',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/fa/admin/hardware/message.php b/resources/lang/fa/admin/hardware/message.php index fe6ca0e146..e98ec64fe0 100644 --- a/resources/lang/fa/admin/hardware/message.php +++ b/resources/lang/fa/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => ' اخطار: strong> این دارایی به برانگیز گزارش شده است که در حال حاضر undeployable. اگر این وضعیت تغییر کرده است، لطفا به روز رسانی وضعیت دارایی.', 'does_not_exist' => 'دارایی وجود ندارد.', - 'does_not_exist_or_not_requestable' => 'دوباره تلاش کنید . این دارایی وجود ندارد.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'این دارایی در حال حاضر به یک کاربر چک کردن و پاک نمی شود. لطفا دارایی در اولین بار چک کنید، و سپس سعی کنید دوباره حذف کنید.', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'حسابرسی املاک با موفقیت وارد شد', ], + 'deletefile' => [ 'error' => 'فایل حذف نمی شود. لطفا دوباره تلاش کنید.', 'success' => 'فایل با موفقیت حذف شده است.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'فایل قابل حذف نشد', ], + 'delete' => [ 'confirm' => 'آیا شما مطمئن هستید که می خواهید این تنظیمات دارایی را حذف کنید؟', 'error' => 'اشکال در حذف دارایی.لطفا دوباره تلاش کنید.', diff --git a/resources/lang/fa/admin/hardware/table.php b/resources/lang/fa/admin/hardware/table.php index 3d55cc9219..218649b0bf 100644 --- a/resources/lang/fa/admin/hardware/table.php +++ b/resources/lang/fa/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'برچسب دارایی', 'asset_model' => 'مدل', - 'book_value' => 'عنوان آیتم', + 'book_value' => 'Current Value', 'change' => '/ خارج', 'checkout_date' => 'چک کردن تاریخ', 'checkoutto' => 'قفل شده', + 'current_value' => 'Current Value', 'diff' => 'دیف', 'dl_csv' => 'دانلود CSV', 'eol' => 'EOL', @@ -18,9 +19,13 @@ return [ 'serial' => 'سریال', 'status' => 'وضعیت', 'title' => 'دارایی ', - 'image' => 'دستگاه تصویر + 'image' => 'دستگاه تصویر ', 'days_without_acceptance' => 'روز بدون پذیرش', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/fa/admin/kits/general.php b/resources/lang/fa/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/fa/admin/kits/general.php +++ b/resources/lang/fa/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/fa/admin/licenses/form.php b/resources/lang/fa/admin/licenses/form.php index 44e8aa92b3..2b23cc5c52 100644 --- a/resources/lang/fa/admin/licenses/form.php +++ b/resources/lang/fa/admin/licenses/form.php @@ -1,6 +1,6 @@ 'دارایی', 'checkin' => 'چک در', @@ -25,5 +25,5 @@ return [ 'to_email' => ' مجوز به ایمیل', 'to_name' => 'مجوز به نام', 'update' => 'به روز رسانی مجوز', - 'checkout_help' => 'شما باید یک مجوز به یک دارایی سخت افزار و یا یک شخص را بررسی کنید. شما می توانید هر دو را انتخاب کنید، اما مالک دارایی باید شخص شما چک کردن دارایی به مطابقت.', -]; + 'checkout_help' => 'شما باید یک مجوز به یک دارایی سخت افزار و یا یک شخص را بررسی کنید. شما می توانید هر دو را انتخاب کنید، اما مالک دارایی باید شخص شما چک کردن دارایی به مطابقت.' +); diff --git a/resources/lang/fa/admin/licenses/general.php b/resources/lang/fa/admin/licenses/general.php index 92a9fc8580..d404a47f95 100644 --- a/resources/lang/fa/admin/licenses/general.php +++ b/resources/lang/fa/admin/licenses/general.php @@ -1,6 +1,6 @@ 'درباره مجوزها', 'about_licenses' => 'مجوز برای پیگیری نرم افزار استفاده می شود. آنها دارای تعداد مشخصی از صندلی هایی هستند که می توانند به افراد منتقل شوند', 'checkin' => 'بررسی صندلی مجوز', @@ -19,4 +19,4 @@ return [ 'software_licenses' => 'گواهی نامه های نرم افزاری', 'user' => 'کاربر', 'view' => 'مشاهده توافقنامه', -]; +); diff --git a/resources/lang/fa/admin/licenses/message.php b/resources/lang/fa/admin/licenses/message.php index 57603f8c0f..4deeed7fe2 100644 --- a/resources/lang/fa/admin/licenses/message.php +++ b/resources/lang/fa/admin/licenses/message.php @@ -1,6 +1,6 @@ 'مجوز وجود ندارد.', 'user_does_not_exist' => 'کاربر وجود ندارد.', @@ -11,42 +11,43 @@ return [ 'select_asset_or_person' => 'شما باید دارایی یا یک کاربر را انتخاب کنید، اما نه هر دو.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'مجوز ایجاد نمی شد، لطفا دوباره امتحان کنید.', - 'success' => 'مجوز ایجاد نمی شد، لطفا دوباره امتحان کنید.مجوز ایجاد نمی شد، لطفا دوباممجوز موفقیت ایجاد شده است.اد شده است.ره امتحان کنید.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'مجوز ایجاد نمی شد، لطفا دوباره امتحان کنید.', + 'success' => 'مجوز ایجاد نمی شد، لطفا دوباره امتحان کنید.مجوز ایجاد نمی شد، لطفا دوباممجوز موفقیت ایجاد شده است.اد شده است.ره امتحان کنید.' + ), + + 'deletefile' => array( 'error' => 'فایل حذف نمی شود. لطفا دوباره تلاش کنید.', 'success' => 'فایل با موفقیت حذف شده است.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'فایل) آپلود نیست. لطفا دوباره تلاش کنید.', 'success' => 'فایل (موفقیت آپلود شد.', 'nofiles' => 'شما هر فایل برای آپلود انتخاب کنید، و یا فایل شما در حال تلاش برای آپلود بیش از حد بزرگ است', 'invalidfiles' => 'یک یا چند فایل شما بیش از حد بزرگ است و یا یک نوع فایل است که مجاز نیست. انواع فایلهای مجاز PNG، GIF، JPG، JPEG، DOC، DOCX، PDF، TXT، ZIP، RAR، RTF، XML و LIC است.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'مجوز به روز رسانی نمی شد، لطفا دوباره امتحان کنید', - 'success' => 'مجوز موفقیت به روز شد.', - ], + 'success' => 'مجوز موفقیت به روز شد.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'آیا شما مطمئن هستید که میخواهید حذف این مجوز؟', 'error' => 'بود یک موضوع حذف مجوز وجود دارد. لطفا دوباره تلاش کنید.', - 'success' => 'مجوز موفقیت حذف شد.', - ], + 'success' => 'مجوز موفقیت حذف شد.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'بود یک موضوع چک کردن مجوز وجود دارد. لطفا دوباره تلاش کنید.', - 'success' => 'مجوز خارج بررسی شد موفقیت', - ], + 'success' => 'مجوز خارج بررسی شد موفقیت' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'بود یک موضوع چک کردن در مجوز وجود دارد. لطفا دوباره تلاش کنید.', - 'success' => 'مجوز بررسی شده با موفقیت', - ], + 'success' => 'مجوز بررسی شده با موفقیت' + ), -]; +); diff --git a/resources/lang/fa/admin/licenses/table.php b/resources/lang/fa/admin/licenses/table.php index b34951b131..f65de425f8 100644 --- a/resources/lang/fa/admin/licenses/table.php +++ b/resources/lang/fa/admin/licenses/table.php @@ -1,6 +1,6 @@ 'اختصاص داده شده به', 'checkout' => '/ خارج', @@ -15,4 +15,4 @@ return [ 'serial' => 'سریال', 'title' => 'توافقنامه', -]; +); diff --git a/resources/lang/fa/admin/locations/message.php b/resources/lang/fa/admin/locations/message.php index 6ac5c3c2b8..afef0885a0 100644 --- a/resources/lang/fa/admin/locations/message.php +++ b/resources/lang/fa/admin/locations/message.php @@ -1,26 +1,27 @@ 'مکان وجود ندارد.', 'assoc_users' => 'این مکان در حال حاضر با حداقل یک کاربر در ارتباط است و نمی تواند حذف شود. لطفا کاربران خود را به روز رسانی به دیگر مرجع این مکان و دوباره امتحان کنید. ', 'assoc_assets' => 'این مکان در حال حاضر همراه با حداقل یک دارایی است و قادر به حذف نمی شود. لطفا بروز دارایی های خود را به دیگر این مکان مرجع و دوباره امتحان کنید. ', 'assoc_child_loc' => 'این مکان در حال حاضر پدر و مادر کودک حداقل یک مکان است و قادر به حذف نمی شود. لطفا به روز رسانی مکان خود را به دیگر این مکان مرجع و دوباره امتحان کنید. ', - 'create' => [ + + 'create' => array( 'error' => 'مکان ایجاد نشد،دوباره سعی کنید.', - 'success' => 'مکان با موفقیت ایجاد شد.', - ], + 'success' => 'مکان با موفقیت ایجاد شد.' + ), - 'update' => [ + 'update' => array( 'error' => 'مکان بروزرسانی نشد،دوباره سعی کنید', - 'success' => 'مکان با موفقیت به روز رسانی شد.', - ], + 'success' => 'مکان با موفقیت به روز رسانی شد.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'آیا مطمئن هستید که می خواهید این مکان را حذف کنید؟', 'error' => 'یک مشکل در حذف مکان وجود دارد،دوباره سعی کنید.', - 'success' => 'این مکان با موفقیت حذف شد.', - ], + 'success' => 'این مکان با موفقیت حذف شد.' + ) -]; +); diff --git a/resources/lang/fa/admin/locations/table.php b/resources/lang/fa/admin/locations/table.php index cb8be16cfc..8191b06f94 100644 --- a/resources/lang/fa/admin/locations/table.php +++ b/resources/lang/fa/admin/locations/table.php @@ -21,4 +21,21 @@ return [ 'parent' => 'مجموعه پدر', 'currency' => 'مکان ارز', 'ldap_ou' => 'LDAP Search OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/fa/admin/manufacturers/message.php b/resources/lang/fa/admin/manufacturers/message.php index 06183edb3b..e0d17bf5c8 100644 --- a/resources/lang/fa/admin/manufacturers/message.php +++ b/resources/lang/fa/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'تولید کننده وجود ندارد.', 'assoc_users' => 'این تولید کننده در حال حاضر با حداقل یک مدل همراه است و نمی تواند حذف شود. لطفا مدل های خود را به دیگر مرجع این تولید کننده به روز رسانی کنید و دوباره امتحان کنید.', - 'create' => [ + 'create' => array( 'error' => 'تولید کننده ایجاد نشد، لطفا دوباره امتحان کنید.', - 'success' => 'تولید کننده موفقیت ایجاد شد.', - ], + 'success' => 'تولید کننده موفقیت ایجاد شد.' + ), - 'update' => [ + 'update' => array( 'error' => 'تولید کننده به روز رسانی نشد، لطفا دوباره امتحان کنید', - 'success' => 'تولید کننده موفقیت به روز رسانی شد.', - ], + 'success' => 'تولید کننده موفقیت به روز رسانی شد.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Manufacturer was not restored, please try again', - 'success' => 'Manufacturer restored successfully.', - ], + 'success' => 'Manufacturer restored successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'آیا شما مطمئن هستید که میخواهید این تولید کننده را حذف کنید؟', 'error' => 'مسئله ای در حذف سازنده وجود دارد. لطفا دوباره تلاش کنید.', - 'success' => 'تولید کننده با موفقیت حذف شد.', - ], + 'success' => 'تولید کننده با موفقیت حذف شد.' + ) -]; +); diff --git a/resources/lang/fa/admin/manufacturers/table.php b/resources/lang/fa/admin/manufacturers/table.php index 7d156627ec..95874ad341 100644 --- a/resources/lang/fa/admin/manufacturers/table.php +++ b/resources/lang/fa/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'درباره تولید کنندگان', 'about_manufacturers_text' => 'تولید کنندگان شرکت هایی هستند که دارایی شما را ایجاد می کنند. شما می توانید اطلاعات تماس مهم پشتیبانی در مورد آنها را در اینجا ذخیره کنید، که در صفحات جزئیات دارایی شما نمایش داده می شود.', 'asset_manufacturers' => 'تولید کنندگان دارایی', @@ -13,4 +13,4 @@ return [ 'update' => 'به روز رسانی تولیدکننده', 'url' => 'نشانی اینترنتی', -]; +); diff --git a/resources/lang/fa/admin/models/general.php b/resources/lang/fa/admin/models/general.php index 08b636bccd..5c783da09d 100644 --- a/resources/lang/fa/admin/models/general.php +++ b/resources/lang/fa/admin/models/general.php @@ -1,6 +1,6 @@ 'درباره مدل های دارایی', 'about_models_text' => 'مدل های دارایی یک راه برای گروه بندی دارایی های یکسان هستند. "MBP 2013"، "IPhone 6s" و غیره', 'deleted' => 'This model has been deleted.', @@ -9,11 +9,11 @@ return [ 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'restore' => 'بازیابی مدل', 'requestable' => 'کاربران ممکن است از این مدل درخواست کنند', - 'show_mac_address' => 'نمایش قسمت آدرس MAC در دارایی در این مدل', + 'show_mac_address' => 'نمایش قسمت آدرس MAC در دارایی در این مدل', 'view_deleted' => 'دیدن پاک شده ها', 'view_models' => 'دیدن مدل ها', 'fieldset' => 'تنظیمات فیلد', 'no_custom_field' => 'بدون زمینه های سفارشی ', 'add_default_values' => 'Add default values', -]; +); diff --git a/resources/lang/fa/admin/models/message.php b/resources/lang/fa/admin/models/message.php index 2a35b2b0e0..1b7d46a15e 100644 --- a/resources/lang/fa/admin/models/message.php +++ b/resources/lang/fa/admin/models/message.php @@ -1,41 +1,42 @@ 'مدل موجود نیست.', 'assoc_users' => 'این مدل در حال حاضر همراه یک یا بیشتر از یک دارایی است و نمی تواند حذف شود. لطفا دارایی ها را حذف کنید و سپس برای حذف کردن مجددا تلاش کنید. ', - 'create' => [ + + 'create' => array( 'error' => 'مدل ساخته نشده است، لطفا دوباره تلاش کنید.', 'success' => 'مدل با موفقیت ساخته شد.', 'duplicate_set' => 'یک مدل دارایی با آن نام، سازنده و شماره ی مدل در حال حاضر موجود است.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'مدل به روزرسانی نشده است، لطفا دوباره تلاش کنید', - 'success' => 'مدل با موفقیت به روز رسانی شد.', - ], + 'success' => 'مدل با موفقیت به روز رسانی شد.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'آیا شما مطمئن هستید که می خواهید این مدل دارایی را حذف کنید؟', 'error' => 'در زمان حذف کردن مدل، مشکلی وجود داشت. لطفا دوباره تلاش کنید.', - 'success' => 'مدل با موفقیت حذف شد.', - ], + 'success' => 'مدل با موفقیت حذف شد.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'مدل بازیابی نشد، لطفا دوباره تلاش کنید', - 'success' => 'مدل با موفقیت بازیابی شد.', - ], + 'success' => 'مدل با موفقیت بازیابی شد.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'هیچ فیلدی تغییر نکرده بود، بنابراین چیزی به روز نشد.', - 'success' => 'مدل های به روز شده', - ], + 'success' => 'مدل های به روز شده' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'No models were selected, so nothing was deleted.', 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', - ], + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), -]; +); diff --git a/resources/lang/fa/admin/models/table.php b/resources/lang/fa/admin/models/table.php index 2d78739d62..f88c2667f6 100644 --- a/resources/lang/fa/admin/models/table.php +++ b/resources/lang/fa/admin/models/table.php @@ -1,6 +1,6 @@ 'ایجاد مدل دارایی', 'created_at' => 'ایجاد شده در', @@ -14,4 +14,4 @@ return [ 'update' => 'بروزسانی مدل دارایی', 'clone' => 'مدل شگرف', 'edit' => 'تغییر مدل', -]; +); diff --git a/resources/lang/fa/admin/reports/general.php b/resources/lang/fa/admin/reports/general.php index 7c5b3f228b..52e22f624e 100644 --- a/resources/lang/fa/admin/reports/general.php +++ b/resources/lang/fa/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'گزینه ای را که برای گزارش دارایی خود میخواهید انتخاب کنید .', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/fa/admin/reports/message.php b/resources/lang/fa/admin/reports/message.php index c3dafee068..aaa007263c 100644 --- a/resources/lang/fa/admin/reports/message.php +++ b/resources/lang/fa/admin/reports/message.php @@ -1,5 +1,5 @@ 'شما باید حداقل یک گزینه را انتخاب کنید.', -]; +return array( + 'error' => 'شما باید حداقل یک گزینه را انتخاب کنید.' +); diff --git a/resources/lang/fa/admin/settings/general.php b/resources/lang/fa/admin/settings/general.php index aa0d9252a4..3be4a47c99 100644 --- a/resources/lang/fa/admin/settings/general.php +++ b/resources/lang/fa/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'این سرور Active Directory است', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'ارسال هشدار به', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'هشدارها فعال شد', 'alert_interval' => 'آستانه ی انقضای هشدارها( به روز)', 'alert_inv_threshold' => 'فهرست آستانه ی هشدار', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'اگر شما ملزم هستید که به طور منظم از دارایی های خود حسابرسی کنید، فاصله را در ماه وارد کنید.', 'audit_warning_days' => 'آستانه هشدار حسابرسی', 'audit_warning_days_help' => 'چند روز پیش باید به شما هشدار می دهیم هنگامی که دارایی ها برای حسابرسی مورد نیاز است؟', - 'auto_increment_assets' => 'تولید شناسه دارایی (افزایش خودکار)', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'پیشوند (اختیاری)', - 'auto_incrementing_help' => 'فعال کردن شناسه دارایی (افزایش خودکار) اول به این مجموعه', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'پشتیبان گیری', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/fa/help.php b/resources/lang/fa/help.php index 322e92c4d2..99517d9314 100644 --- a/resources/lang/fa/help.php +++ b/resources/lang/fa/help.php @@ -1,6 +1,6 @@ "اطلاعات بیشتر", + 'more_info_title' => 'اطلاعات بیشتر', - "audit_help" => "Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log. :db_column
but should be :expected .'
];
diff --git a/resources/lang/fi/admin/custom_fields/message.php b/resources/lang/fi/admin/custom_fields/message.php
index b3c040d6ba..9540976b77 100644
--- a/resources/lang/fi/admin/custom_fields/message.php
+++ b/resources/lang/fi/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Tätä kenttää ei ole.',
'already_added' => 'Kentässä jo lisätty',
- 'create' => [
+ 'create' => array(
'error' => 'Kenttää ei luotu, yritä uudelleen.',
'success' => 'Kenttä luotiin onnistuneesti.',
- 'assoc_success' => 'Kenttä lisättiin onnistuneesti kenttäsarjaan.',
- ],
+ 'assoc_success' => 'Kenttä lisättiin onnistuneesti kenttäsarjaan.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Kenttä ei päivittynyt, yritä uudelleen',
- 'success' => 'Kenttä päivitettiin onnistuneesti.',
- ],
+ 'success' => 'Kenttä päivitettiin onnistuneesti.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Haluatko varmasti poistaa tämän kentän?',
'error' => 'Kentässä on ollut ongelma. Yritä uudelleen.',
'success' => 'Kenttä poistettiin onnistuneesti.',
'in_use' => 'Kenttä on edelleen käytössä.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Kenttäsarjaa ei ole',
- 'create' => [
+ 'create' => array(
'error' => 'Kenttäsarjaa ei luotu, yritä uudelleen.',
- 'success' => 'Kenttäsarja luotu onnistuneesti.',
- ],
+ 'success' => 'Kenttäsarja luotu onnistuneesti.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Kenttäsarjaa ei päivitetty, yritä uudelleen',
- 'success' => 'Kenttäsarja päivitettiin onnistuneesti.',
- ],
+ 'success' => 'Kenttäsarja päivitettiin onnistuneesti.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Haluatko varmasti poistaa tämän kenttäsarjan?',
'error' => 'Kenttäsarjan poistamisessa tapahtui virhe. Yritä uudelleen.',
'success' => 'Kenttäsarja poistettiin onnistuneesti.',
'in_use' => 'Kenttäsarja on edelleen käytössä.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/fi/admin/departments/message.php b/resources/lang/fi/admin/departments/message.php
index 5851d889cd..c240721799 100644
--- a/resources/lang/fi/admin/departments/message.php
+++ b/resources/lang/fi/admin/departments/message.php
@@ -1,21 +1,21 @@
'Osastoa ei ole olemassa.',
'assoc_users' => 'Tällä osastolla on tällä hetkellä vähintään yksi käyttäjä, eikä sitä voi poistaa. Poista käyttäjiltä viitaus tähän osastoon ja yritä uudelleen. ',
- 'create' => [
+ 'create' => array(
'error' => 'Osastoa ei luotu, yritä uudelleen.',
- 'success' => 'Osasto luotiin onnistuneesti.',
- ],
- 'update' => [
+ 'success' => 'Osasto luotiin onnistuneesti.'
+ ),
+ 'update' => array(
'error' => 'Osastoa ei päivitetty, yritä uudelleen',
- 'success' => 'Osasto päivitettiin onnistuneesti.',
- ],
- 'delete' => [
+ 'success' => 'Osasto päivitettiin onnistuneesti.'
+ ),
+ 'delete' => array(
'confirm' => 'Haluatko varmasti poistaa tämän osaston?',
'error' => 'Osaston poistamisessa tapahtui jotain. Yritä uudelleen.',
- 'success' => 'Osasto poistettiin onnistuneesti.',
- ],
+ 'success' => 'Osasto poistettiin onnistuneesti.'
+ )
-];
+);
diff --git a/resources/lang/fi/admin/departments/table.php b/resources/lang/fi/admin/departments/table.php
index e56e67260a..62bc975f9b 100644
--- a/resources/lang/fi/admin/departments/table.php
+++ b/resources/lang/fi/admin/departments/table.php
@@ -1,6 +1,6 @@
'Tunnus',
'name' => 'Osaston nimi',
@@ -8,4 +8,4 @@ return [
'location' => 'Sijainti',
'create' => 'Luo osasto',
'update' => 'Päivitä osasto',
- ];
+ );
diff --git a/resources/lang/fi/admin/depreciations/general.php b/resources/lang/fi/admin/depreciations/general.php
index c0f77c8bfd..48c3b3f219 100644
--- a/resources/lang/fi/admin/depreciations/general.php
+++ b/resources/lang/fi/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Laitteiden poistot',
'create' => 'Luo arvonalentumisia',
'depreciation_name' => 'Poiston nimi',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Kuukausien lukumäärä',
'update' => 'Päivitä poistot',
- 'depreciation_min' => 'Minimiarvo poistojen jälkeen'
-
+ 'depreciation_min' => 'Minimiarvo poistojen jälkeen',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/fi/admin/depreciations/message.php b/resources/lang/fi/admin/depreciations/message.php
index 22be6d6189..6d7e36606a 100644
--- a/resources/lang/fi/admin/depreciations/message.php
+++ b/resources/lang/fi/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Poistoluokkaa ei löydy.',
'assoc_users' => 'Tämä poisto on määritetty käyttöön yhdelle tai useammalle mallille eikä sitä voida poistaa. Poista kaikki mallit ja yritä uudelleen. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Poistoluokkaa ei luotu, yritä uudelleen. :(',
- 'success' => 'Poistoluokka luotiin onnistuneesti. :)',
- ],
+ 'success' => 'Poistoluokka luotiin onnistuneesti. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Poistoluokkaa ei päivitetty, yritä uudelleen',
- 'success' => 'Poistoluokka päivitettiin onnistuneesti.',
- ],
+ 'success' => 'Poistoluokka päivitettiin onnistuneesti.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Oletko varma että haluat poistaa tämän poistoluokan?',
'error' => 'Poistoluokan poistamisessa tapahtui virhe. Yritä uudelleen.',
- 'success' => 'Poistoluokka poistettiin onnistuneesti.',
- ],
+ 'success' => 'Poistoluokka poistettiin onnistuneesti.'
+ )
-];
+);
diff --git a/resources/lang/fi/admin/depreciations/table.php b/resources/lang/fi/admin/depreciations/table.php
index ab150b39c7..f08f3b09e2 100644
--- a/resources/lang/fi/admin/depreciations/table.php
+++ b/resources/lang/fi/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Kuukautta',
'term' => 'Ajanjakso',
'title' => 'Nimi ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/fi/admin/groups/message.php b/resources/lang/fi/admin/groups/message.php
index 349b5d889a..1e2272b76d 100644
--- a/resources/lang/fi/admin/groups/message.php
+++ b/resources/lang/fi/admin/groups/message.php
@@ -1,22 +1,22 @@
'Ryhmä on jo olemassa!',
'group_not_found' => 'Ryhmää [:id] ei löydy.',
'group_name_required' => 'Nimi on pakollinen',
- 'success' => [
+ 'success' => array(
'create' => 'Ryhmä luotiin onnistuneesti.',
'update' => 'Ryhmä päivitettiin onnistuneesti.',
'delete' => 'Ryhmä poistettiin onnistuneesti.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Oletko varma että haluat poistaa tämän ryhmän?',
'create' => 'Ryhmän luonnissa tapahtui virhe. Yritä uudelleen.',
'update' => 'Ryhmän päivityksessä tapahtui virhe. Yritä uudelleen.',
'delete' => 'Ryhmän poistossa tapahtui virhe. Yritä uudelleen.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/fi/admin/groups/table.php b/resources/lang/fi/admin/groups/table.php
index 78b9114e3d..b32fc05a3a 100644
--- a/resources/lang/fi/admin/groups/table.php
+++ b/resources/lang/fi/admin/groups/table.php
@@ -1,9 +1,9 @@
'Tunnus',
'name' => 'Nimi',
'users' => 'Käyttäjien lkm',
-];
+);
diff --git a/resources/lang/fi/admin/groups/titles.php b/resources/lang/fi/admin/groups/titles.php
index 4f8308d790..217cfbb460 100644
--- a/resources/lang/fi/admin/groups/titles.php
+++ b/resources/lang/fi/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Ryhmän ylläpitäjä',
'allow' => 'Salli',
'deny' => 'Estä',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/fi/admin/hardware/form.php b/resources/lang/fi/admin/hardware/form.php
index b01ba08565..c2729764ae 100644
--- a/resources/lang/fi/admin/hardware/form.php
+++ b/resources/lang/fi/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Takuu',
'warranty_expires' => 'Takuu päättyy',
'years' => 'vuotta',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/fi/admin/hardware/general.php b/resources/lang/fi/admin/hardware/general.php
index 302b9cd148..2abe47b0e5 100644
--- a/resources/lang/fi/admin/hardware/general.php
+++ b/resources/lang/fi/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'Laitemalli on poistettu. Voit palauttaa laitteen kun olet ensin palauttanut poistetun laitemallin.',
'requestable' => 'Pyydettävissä',
'requested' => 'Pyydetty',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Palauta laite',
'pending' => 'Odottaa',
'undeployable' => 'Ei käytettävissä',
'view' => 'Näytä laite',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/fi/admin/hardware/message.php b/resources/lang/fi/admin/hardware/message.php index 96470acccb..ebbb88e538 100644 --- a/resources/lang/fi/admin/hardware/message.php +++ b/resources/lang/fi/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Varoitus: Tämä laite ei ole käytettävävissä. Jos laitteen tila on muuttunut, päivitä laitteen tila sen asetuksista.', 'does_not_exist' => 'Laitetta ei löydy.', - 'does_not_exist_or_not_requestable' => 'Hyvä yritys. Tätä laitetta ei ole tai se ei ole pyydettävissä.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Tämä laite on luovutettu käyttäjälle joten sitä ei voida poistaa. Palauta laite ensin käyttäjältä ja yritä uudelleen. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Laitteen tarkastus kirjattu.', ], + 'deletefile' => [ 'error' => 'Tiedostoa ei poistettu. Ole hyvä ja yritä uudelleen.', 'success' => 'Tiedosto poistettiin onnistuneesti.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'Tiedostoa ei voitu poistaa', ], + 'delete' => [ 'confirm' => 'Oletko varma että haluat poistaa tämän laitteen?', 'error' => 'Laitteen poistamisessa tapahtui virhe. Yritä uudelleen.', diff --git a/resources/lang/fi/admin/hardware/table.php b/resources/lang/fi/admin/hardware/table.php index 52c9bd99b9..729713375b 100644 --- a/resources/lang/fi/admin/hardware/table.php +++ b/resources/lang/fi/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Laitetunniste', 'asset_model' => 'Malli', - 'book_value' => 'Arvo', + 'book_value' => 'Current Value', 'change' => 'Toiminto', 'checkout_date' => 'Luovutuspäivä', 'checkoutto' => 'Luovutettu', + 'current_value' => 'Current Value', 'diff' => 'Erotus', 'dl_csv' => 'Lataa CSV', 'eol' => 'Elinaika', @@ -18,8 +19,12 @@ return [ 'serial' => 'Sarjanumero', 'status' => 'Tila', 'title' => 'Laite ', - 'image' => 'Laitteen kuva', + 'image' => 'Laitteen kuva', 'days_without_acceptance' => 'Päiviä ilman hyväksymistä', 'monthly_depreciation' => 'Kuukautinen poisto', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/fi/admin/kits/general.php b/resources/lang/fi/admin/kits/general.php index b6662f7b52..436436ad65 100644 --- a/resources/lang/fi/admin/kits/general.php +++ b/resources/lang/fi/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'Lisenssejä :seats ei ole riittävästi vapaana, :qty tarvittaisiin. ', 'none_consumables' => 'Kulutustarviketta :consumable ei ole riittävästi vapaana, :qty tarvittaisiin. ', 'none_accessory' => 'Oheistarviketta :accessory ei ole riittävästi vapaana, :qty tarvittaisiin. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/fi/admin/licenses/form.php b/resources/lang/fi/admin/licenses/form.php index 380805c977..15550557e5 100644 --- a/resources/lang/fi/admin/licenses/form.php +++ b/resources/lang/fi/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Laite', 'checkin' => 'Palauta', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Lisenssille määritetty sähköpostiosoite', 'to_name' => 'Lisenssille määritetty nimi', 'update' => 'Päivitä lisenssi', - 'checkout_help' => 'Lisenssi tulee luovuttaa laitteelle tai henkilölle. Voit valita molemmat, mutta laitteen omistajan tulee täsmätä lisenssin omistajaan.', -]; + 'checkout_help' => 'Lisenssi tulee luovuttaa laitteelle tai henkilölle. Voit valita molemmat, mutta laitteen omistajan tulee täsmätä lisenssin omistajaan.' +); diff --git a/resources/lang/fi/admin/licenses/general.php b/resources/lang/fi/admin/licenses/general.php index 0b20fd405e..c6ade5fe44 100644 --- a/resources/lang/fi/admin/licenses/general.php +++ b/resources/lang/fi/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Tietoja lisensseistä', 'about_licenses' => 'Ohjelmistojen seurantaan käytetään lisenssejä. Lisenssejä on rajattu määrä asennettavaksi', 'checkin' => 'Palauta lisenssi', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Ohjelmistolisenssit', 'user' => 'Käyttäjä', 'view' => 'Näytä lisenssi', -]; +); diff --git a/resources/lang/fi/admin/licenses/message.php b/resources/lang/fi/admin/licenses/message.php index 7690fb56cf..94a37e7682 100644 --- a/resources/lang/fi/admin/licenses/message.php +++ b/resources/lang/fi/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Lisenssiä ei löydy.', 'user_does_not_exist' => 'Käyttäjää ei löydy.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Sinun on valittava laite tai käyttäjä, mutta ei molempia.', 'not_found' => 'Lisenssiä ei löydy', - 'create' => [ - 'error' => 'Lisenssiä ei luotu, yritä uudelleen.', - 'success' => 'Lisenssi luotiin onnistuneesti.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Lisenssiä ei luotu, yritä uudelleen.', + 'success' => 'Lisenssi luotiin onnistuneesti.' + ), + + 'deletefile' => array( 'error' => 'Tiedostoa ei poistettu. Ole hyvä ja yritä uudelleen.', 'success' => 'Tiedosto poistettiin onnistuneesti.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Tiedostoja ei lähetetty. Ole hyvä ja yritä uudelleen.', 'success' => 'Tiedostot lähetettiin onnistuneesti.', 'nofiles' => 'Et ole valinnut lähetettäviä tiedostoja tai lataamasi tiedosto on liian suuri', 'invalidfiles' => 'Yksi tai useampi tiedosto on liian suuri tai tiedostotyyppiä jota ei sallita. Sallitut tiedostotyypit ovat png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml ja lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Lisenssiä ei päivitetty, yritä uudelleen', - 'success' => 'Lisenssi päivitettiin onnistuneesti.', - ], + 'success' => 'Lisenssi päivitettiin onnistuneesti.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Oletko varma että haluat poistaa tämän lisenssin?', 'error' => 'Lisenssin poistamisessa tapahtui virhe. Yritä uudelleen.', - 'success' => 'Lisenssi poistettiin onnistuneesti.', - ], + 'success' => 'Lisenssi poistettiin onnistuneesti.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Lisenssin luovutuksessa tapahtui virhe. Yritä uudelleen.', - 'success' => 'Lisenssi luovutettiin onnistuneesti', - ], + 'success' => 'Lisenssi luovutettiin onnistuneesti' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Lisenssin palautuksessa tapahtui virhe. Yritä uudelleen.', - 'success' => 'Lisenssi palautettiin onnistuneesti', - ], + 'success' => 'Lisenssi palautettiin onnistuneesti' + ), -]; +); diff --git a/resources/lang/fi/admin/licenses/table.php b/resources/lang/fi/admin/licenses/table.php index 3575925be7..ebe9e0d07b 100644 --- a/resources/lang/fi/admin/licenses/table.php +++ b/resources/lang/fi/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Luovutettu', 'checkout' => 'Toiminto', @@ -14,4 +14,4 @@ return [ 'serial' => 'Sarjanumero', 'title' => 'Lisenssi', -]; +); diff --git a/resources/lang/fi/admin/locations/message.php b/resources/lang/fi/admin/locations/message.php index 5cbed2b7c8..14d4a3d395 100644 --- a/resources/lang/fi/admin/locations/message.php +++ b/resources/lang/fi/admin/locations/message.php @@ -1,26 +1,27 @@ 'Sijaintia ei löydy.', 'assoc_users' => 'Sijainti on määritetty käyttöön yhdelle tai useammalle käyttäjälle joten sitä ei voida poistaa. Poista sijainti käytöstä kaikilta käyttäjiltä ja yritä uudelleen. ', 'assoc_assets' => 'Sijaintiin on tällä hetkellä liitettynä vähintään yksi laite, eikä sitä voi poistaa. Poista viittaus sijantiin ja yritä uudelleen. ', 'assoc_child_loc' => 'Tämä sijainti on ylempi toiselle sijainnille eikä sitä voi poistaa. Päivitä sijainnit, jotta et enää viitata tähän sijaintiin ja yritä uudelleen. ', - 'create' => [ + + 'create' => array( 'error' => 'Sijaintia ei luotu, yritä uudelleen.', - 'success' => 'Sijainti luotiin onnistuneesti.', - ], + 'success' => 'Sijainti luotiin onnistuneesti.' + ), - 'update' => [ + 'update' => array( 'error' => 'Sijaintia ei päivitetty, yritä uudelleen', - 'success' => 'Sijainti päivitettiin onnistuneesti.', - ], + 'success' => 'Sijainti päivitettiin onnistuneesti.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Oletko varma että haluat poistaa tämän sijainnin?', 'error' => 'Sijainnin poistossa tapahtui virhe. Yritä uudelleen.', - 'success' => 'Sijainti poistettiin onnistuneesti.', - ], + 'success' => 'Sijainti poistettiin onnistuneesti.' + ) -]; +); diff --git a/resources/lang/fi/admin/locations/table.php b/resources/lang/fi/admin/locations/table.php index 8f1517b38d..1967b0b43e 100644 --- a/resources/lang/fi/admin/locations/table.php +++ b/resources/lang/fi/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Ylempi', 'currency' => 'Valuutta', 'ldap_ou' => 'LDAP-haun OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/fi/admin/manufacturers/message.php b/resources/lang/fi/admin/manufacturers/message.php index cce1a64ad8..ab14fdaff2 100644 --- a/resources/lang/fi/admin/manufacturers/message.php +++ b/resources/lang/fi/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Valmistajaa ei löydy.', 'assoc_users' => 'Valmistaja on määritetty käyttöön yhdelle tai useammalle mallille joten sitä ei voida poistaa. Poista valmistaja käytöstä kaikilta malleilta ja yritä uudelleen. ', - 'create' => [ + 'create' => array( 'error' => 'Valmistajaa ei luotu, ole hyvä ja yritä uudelleen.', - 'success' => 'Valmistaja luotiin onnistuneesti.', - ], + 'success' => 'Valmistaja luotiin onnistuneesti.' + ), - 'update' => [ + 'update' => array( 'error' => 'Valmistajaa ei päivitetty, ole hyvä ja yritä uudelleen', - 'success' => 'Valmistaja päivitettiin onnistuneesti.', - ], + 'success' => 'Valmistaja päivitettiin onnistuneesti.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Valmistajaa ei palautettu, ole hyvä ja yritä uudelleen', - 'success' => 'Valmistaja palautettu onnistuneesti.', - ], + 'success' => 'Valmistaja palautettu onnistuneesti.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Oletko varma että haluat poistaa tämän valmistajan?', 'error' => 'Valmistajan poistamisessa tapahtui virhe. Ole hyvä ja yritä uudelleen.', - 'success' => 'Valmistaja poistettiin onnistuneesti.', - ], + 'success' => 'Valmistaja poistettiin onnistuneesti.' + ) -]; +); diff --git a/resources/lang/fi/admin/manufacturers/table.php b/resources/lang/fi/admin/manufacturers/table.php index 15dff37ddf..ec3e0b8e0f 100644 --- a/resources/lang/fi/admin/manufacturers/table.php +++ b/resources/lang/fi/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Tietoja valmistajista', 'about_manufacturers_text' => 'Valmistajat ovat yrityksiä, jotka valmistavat laitteesi. Voit tallentaa tähän tärkeitä yhteystietoja, jotka näkyvät laitteen sivulla.', 'asset_manufacturers' => 'Laitevalmistajat', @@ -13,4 +13,4 @@ return [ 'update' => 'Päivitä valmistaja', 'url' => 'URL', -]; +); diff --git a/resources/lang/fi/admin/models/general.php b/resources/lang/fi/admin/models/general.php index 234fd4d720..3068e68dcd 100644 --- a/resources/lang/fi/admin/models/general.php +++ b/resources/lang/fi/admin/models/general.php @@ -1,6 +1,6 @@ 'Tietoja laitemalleista', 'about_models_text' => 'Laitemalleilla ryhmitellään samankaltaiset laitteet. "Elitebook 820 G3", "IPhone 6s" jne.', 'deleted' => 'Tämä malli on poistettu.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Olet poistamassa :model_count laitemallia.', 'restore' => 'Palauta malli', 'requestable' => 'Käyttäjät voivat pyytää tätä mallia', - 'show_mac_address' => 'Näytä MAC-osoitekenttä tämän mallin laitteille', + 'show_mac_address' => 'Näytä MAC-osoitekenttä tämän mallin laitteille', 'view_deleted' => 'Näytä poistetut', 'view_models' => 'Näytä mallit', 'fieldset' => 'Kenttäsarja', 'no_custom_field' => 'Ei mukautettuja kenttiä', 'add_default_values' => 'Lisää oletusarvot', -]; +); diff --git a/resources/lang/fi/admin/models/message.php b/resources/lang/fi/admin/models/message.php index e3d49fb909..4f1d10bbc8 100644 --- a/resources/lang/fi/admin/models/message.php +++ b/resources/lang/fi/admin/models/message.php @@ -1,41 +1,42 @@ 'Malli ei löydy.', 'assoc_users' => 'Tämä malli on käytössä yhdellä tai useammalla laitteella joten sitä ei voida poistaa. Poista malli käytöstä kaikilta laitteilta ja yritä uudelleen. ', - 'create' => [ + + 'create' => array( 'error' => 'Mallia ei luotu, yritä uudelleen.', 'success' => 'Malli luotiin onnistuneesti.', 'duplicate_set' => 'Tämän nimen, valmistajan ja mallinumeron omaava laitemalli on jo olemassa.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Mallia ei päivitetty, yritä uudelleen', - 'success' => 'Malli päivitettiin onnistuneesti.', - ], + 'success' => 'Malli päivitettiin onnistuneesti.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Oletko varma että haluat poistaa tämän laitemallin?', 'error' => 'Laitemallin poistossa tapahtui virhe. Yritä uudelleen.', - 'success' => 'Malli poistettiin onnistuneesti.', - ], + 'success' => 'Malli poistettiin onnistuneesti.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Mallia ei voitu palauttaa, yritä uudelleen', - 'success' => 'Mallin palautus onnistui.', - ], + 'success' => 'Mallin palautus onnistui.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Mitään kentistä ei ollut muutettu, joten mitään ei päivitetty.', - 'success' => 'Mallit päivitetty.', - ], + 'success' => 'Mallit päivitetty.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Ei malleja valittuna, mitään ei poistettu.', 'success' => ':success_count malli(a) poistettu!', - 'success_partial' => ':success_count malli(a) poistettiin, mutta :fail_count ei voitu poistaa, koska niillä on vielä niihin liittyviä laitteita.', - ], + 'success_partial' => ':success_count malli(a) poistettiin, mutta :fail_count ei voitu poistaa, koska niillä on vielä niihin liittyviä laitteita.' + ), -]; +); diff --git a/resources/lang/fi/admin/models/table.php b/resources/lang/fi/admin/models/table.php index 097f9cd6a6..4e9202cc40 100644 --- a/resources/lang/fi/admin/models/table.php +++ b/resources/lang/fi/admin/models/table.php @@ -1,6 +1,6 @@ 'Uusi laitemalli', 'created_at' => 'Luontiaika', @@ -14,4 +14,4 @@ return [ 'update' => 'Päivitä laitemalli', 'clone' => 'Monista malli', 'edit' => 'Muokkaa mallia', -]; +); diff --git a/resources/lang/fi/admin/reports/general.php b/resources/lang/fi/admin/reports/general.php index 3bfdb5fc7a..7621b6d8e8 100644 --- a/resources/lang/fi/admin/reports/general.php +++ b/resources/lang/fi/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Valitse vaihtoehdot jotka haluat laiteraportillesi.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/fi/admin/reports/message.php b/resources/lang/fi/admin/reports/message.php index 9321302dd3..3fcab0d17d 100644 --- a/resources/lang/fi/admin/reports/message.php +++ b/resources/lang/fi/admin/reports/message.php @@ -1,5 +1,5 @@ 'Sinun tulee valita ainakin YKSI vaihtoehto.', -]; +return array( + 'error' => 'Sinun tulee valita ainakin YKSI vaihtoehto.' +); diff --git a/resources/lang/fi/admin/settings/general.php b/resources/lang/fi/admin/settings/general.php index 6d28456cbd..7672a1d0e8 100644 --- a/resources/lang/fi/admin/settings/general.php +++ b/resources/lang/fi/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Active Directory -toimialue', 'ad_domain_help' => 'Tämä on joskus sama kuin sähköpostiosoitteesi loppuosa, mutta ei aina.', 'ad_append_domain_label' => 'Lisää toimialueen nimi loppuun', 'ad_append_domain' => 'Lisää toimialueen nimi käyttäjänimikentän loppuun', - 'ad_append_domain_help' => 'Käyttäjätunnusta ei tarvitse kirjoittaa muodossa "käyttätunnus@domain.local", pelkkä "käyttäjätunnus" riittää.' , + 'ad_append_domain_help' => 'Käyttäjätunnusta ei tarvitse kirjoittaa muodossa "käyttätunnus@domain.local", pelkkä "käyttäjätunnus" riittää.', 'admin_cc_email' => 'Kopio sähköpostiosoite', 'admin_cc_email_help' => 'Mikäli haluat lähettää erilliseen sähköpostiosoitteeseen kopion käyttäjälle lähetettävästä sähköposti-ilmoituksesta palautuksiin/luovutuksiin liittyen, syötä se tähän. Muussa tapauksessa jätä kenttä tyhjäksi.', 'is_ad' => 'Käytössä on Active Directory -palvelin', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Lähetä ilmoitukset', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Sähköposti hälytykset käytössä', 'alert_interval' => 'Kynnys ilmoituksille vanhentuvista (päivinä)', 'alert_inv_threshold' => 'Varaston hälytysraja', 'allow_user_skin' => 'Salli käyttäjän määrittämä ulkoasu', - 'allow_user_skin_help_text' => 'Voit valita tässä voivatko käyttäjät määritellä haluamansa ulkoasun käyttöönsä.' , + 'allow_user_skin_help_text' => 'Voit valita tässä voivatko käyttäjät määritellä haluamansa ulkoasun käyttöönsä.', 'asset_ids' => 'Laitetunnisteet', 'audit_interval' => 'Tarkastusväli', 'audit_interval_help' => 'Jos sinun on säännöllisesti tarkastettava laitteesi, anna aikaväli kuukausina.', 'audit_warning_days' => 'Tarkastuksen ennakkovaroitus', 'audit_warning_days_help' => 'Kuinka monta päivää etukäteen varoitamme, kun laitteet on tarkoitus tarkastaa?', - 'auto_increment_assets' => 'Luo automaattisesti kasvavat laitetunnisteet', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Etuliite (valinnainen)', - 'auto_incrementing_help' => 'Valitaksesi tämän, ota ensin käyttöön automaattisesti kasvavat laitetunnisteet', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Varmuuskopiot', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/fi/mail.php b/resources/lang/fi/mail.php index 35781501bb..b127efd87a 100644 --- a/resources/lang/fi/mail.php +++ b/resources/lang/fi/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Tämä on testi Snipe-IT Asset Management -järjestelmästä. Jos saat tämän, sähköposti toimii :)', 'the_following_item' => 'Seuraava kohde on palautettu: ', 'low_inventory_alert' => ':count nimikkeen saldomäärä on alle minimirajan tai kohta alhainen.|:count nimikkeen saldomäärä on alle minimirajan tai kohta alhainen.', - 'assets_warrantee_alert' => ':count laitteen takuu päättyy :threshold päivän sisällä.|:count laitteen takuu päättyy :threshold päivän sisällä.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => ':count lisenssiä vanhenee :threshold päivän sisällä.|:count lisenssiä vanhenee :threshold päivän sisällä.', 'to_reset' => 'Voit palauttaa :web salasanasi täyttämällä tämän lomakkeen:', 'type' => 'Tyyppi', diff --git a/resources/lang/fi/pagination.php b/resources/lang/fi/pagination.php index 5ca66655f6..f295a20187 100644 --- a/resources/lang/fi/pagination.php +++ b/resources/lang/fi/pagination.php @@ -1,6 +1,6 @@ 'Seuraava »', -]; +); diff --git a/resources/lang/fi/reminders.php b/resources/lang/fi/reminders.php index 74d9ca9d8f..1704e52668 100644 --- a/resources/lang/fi/reminders.php +++ b/resources/lang/fi/reminders.php @@ -1,6 +1,6 @@ 'Salasanan tulee olla 6 merkkiä pitkä ja sen tulee täsmätä vahvistukseen.', + "password" => "Salasanan tulee olla 6 merkkiä pitkä ja sen tulee täsmätä vahvistukseen.", - 'user' => 'Käyttäjätunnus tai sähköpostiosoite on virheellinen', + "user" => "Käyttäjätunnus tai sähköpostiosoite on virheellinen", - 'token' => 'Tämä salasanan nollauspoletti on virheellinen.', + "token" => "Tämä salasanan nollauspoletti on virheellinen.", - 'sent' => 'Jos sähköpostiosoite löytyi, salasanan muistutusviesti lähetettiin!', + "sent" => "Jos sähköpostiosoite löytyi, salasanan muistutusviesti lähetettiin!", -]; +); diff --git a/resources/lang/fi/table.php b/resources/lang/fi/table.php index 556de6ebb1..5b07f4713c 100644 --- a/resources/lang/fi/table.php +++ b/resources/lang/fi/table.php @@ -1,10 +1,10 @@ 'Toiminnot', 'action' => 'Toiminto', 'by' => 'Suorittaja', 'item' => 'Nimike', -]; +); diff --git a/resources/lang/fi/validation.php b/resources/lang/fi/validation.php index 67e3e1aced..106d13f38f 100644 --- a/resources/lang/fi/validation.php +++ b/resources/lang/fi/validation.php @@ -1,6 +1,6 @@ ':attribute tulee olla vähintään :min merkkiä.', 'array' => ':attribute on oltava vähintään :min nimikettä.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Valittu :attribute on virheellinen.', 'numeric' => ':attribute tulee olla numero.', 'present' => ':attribute kentän on oltava määritettynä.', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute on jo käytössä.', 'uploaded' => ':attribute -kenttää ei onnistuttu lähettämään.', 'url' => ':attribute muotoilu on virheellinen.', - "unique_undeleted" => ":attribute on oltava ainutlaatuinen.", - "non_circular" => ":attribute ei saa luoda kehäviittausta.", + 'unique_undeleted' => ':attribute on oltava ainutlaatuinen.', + 'non_circular' => ':attribute ei saa luoda kehäviittausta.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => ":attribute -kenttä sisältää merkin, jota ei sallita.", - "email_array" => "Yksi tai useampi sähköpostiosoite on virheellinen.", - "hashed_pass" => "Nykyinen salasanasi on virheellinen", + 'alpha_space' => ':attribute -kenttä sisältää merkin, jota ei sallita.', + 'email_array' => 'Yksi tai useampi sähköpostiosoite on virheellinen.', + 'hashed_pass' => 'Nykyinen salasanasi on virheellinen', 'dumbpwd' => 'Salasana on liian yleinen.', - "statuslabel_type" => "Sinun on valittava kelvollinen tilamerkintätyyppi", + 'statuslabel_type' => 'Sinun on valittava kelvollinen tilamerkintätyyppi', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/fil/admin/accessories/general.php b/resources/lang/fil/admin/accessories/general.php index 30133d646e..7c353d3629 100644 --- a/resources/lang/fil/admin/accessories/general.php +++ b/resources/lang/fil/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Ang Katergorya sa Aksesorya', 'accessory_name' => 'Ang Pangalan ng Aksesorya', 'checkout' => 'I-checkout ang Aksesorya', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Sa halip ay gamitin ang ang pangunahing default ng EULA.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/fil/admin/custom_fields/message.php b/resources/lang/fil/admin/custom_fields/message.php
index c77035ae66..06c9834f6a 100644
--- a/resources/lang/fil/admin/custom_fields/message.php
+++ b/resources/lang/fil/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Ang field ay hindi umiiral.',
'already_added' => 'Ang field ay naidagdag na',
- 'create' => [
+ 'create' => array(
'error' => 'Ang field ay hindi naisagawa, mangyaring subukang muli.',
'success' => 'Ang field ay matagumpay na naisagawa.',
- 'assoc_success' => 'Ang field ay matagumpay na naidagdag sa fieldset.',
- ],
+ 'assoc_success' => 'Ang field ay matagumpay na naidagdag sa fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Ang field ay hindi nai-update, mangyaring subukang muli',
- 'success' => 'Ang field ay matagumpay na nai-update.',
- ],
+ 'success' => 'Ang field ay matagumpay na nai-update.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Sigurado kaba na gusto mong i-delete ang field na ito?',
'error' => 'Mayroong isyu sa pag-delete ng field. Mangyaring subukang muli.',
'success' => 'Matagumpay na nai-delete ang field.',
'in_use' => 'Ang field ay kasalukuyang ginagamit.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Ang fieldset ay hindi umiiral',
- 'create' => [
+ 'create' => array(
'error' => 'Ang fieldset ay hindi naisagawa, mangyaring subukang muli.',
- 'success' => 'Ang fieldset ay matagumpay na naisagawa.',
- ],
+ 'success' => 'Ang fieldset ay matagumpay na naisagawa.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Ang fieldset ay hindi nai-update, mangyaring subukang muli',
- 'success' => 'Ang fieldset ay matagumpay na nai-update.',
- ],
+ 'success' => 'Ang fieldset ay matagumpay na nai-update.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Sigurado kaba na gusto mong i-delete ang fieldset na ito?',
'error' => 'Mayroong isyu sa pag-delete ng fieldset. Mangyaring subukang muli.',
'success' => 'Matagumpay na nai-delete ang fieldset.',
'in_use' => 'Ang fieldset ay kasalukuyang ginagamit.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/fil/admin/departments/message.php b/resources/lang/fil/admin/departments/message.php
index 9d76e15757..0f4f85046c 100644
--- a/resources/lang/fil/admin/departments/message.php
+++ b/resources/lang/fil/admin/departments/message.php
@@ -1,21 +1,21 @@
'Ang departamento ay hindi umiiral.',
'assoc_users' => 'Ang departamentong ito ay kasalukuyang naiugnay sa hindi bumaba sa isang user at hindi maaaring mai-delete. Mangyaring i-update ang iyong mga user upang hindi na magreperens sa departamentong ito at paki-subok muli. ',
- 'create' => [
+ 'create' => array(
'error' => 'Ang departamento ay hindi naisagawa, mangyaring subukang muli.',
- 'success' => 'Ang departamento ay matagumpay na naisagawa.',
- ],
- 'update' => [
+ 'success' => 'Ang departamento ay matagumpay na naisagawa.'
+ ),
+ 'update' => array(
'error' => 'Ang departamento ay hindi nai-update, mangyaring subukang muli',
- 'success' => 'Ang departamento ay matagumpay na nai-update.',
- ],
- 'delete' => [
+ 'success' => 'Ang departamento ay matagumpay na nai-update.'
+ ),
+ 'delete' => array(
'confirm' => 'Sigurado kaba na gusto mong i-delete ang departamentong ito?',
'error' => 'Mayroong isyu sa pag-delete ng departamento. Mangayring subukang muli.',
- 'success' => 'Matagumpay na nai-delete ang departamento.',
- ],
+ 'success' => 'Matagumpay na nai-delete ang departamento.'
+ )
-];
+);
diff --git a/resources/lang/fil/admin/departments/table.php b/resources/lang/fil/admin/departments/table.php
index 7ef9077d52..afd6364f32 100644
--- a/resources/lang/fil/admin/departments/table.php
+++ b/resources/lang/fil/admin/departments/table.php
@@ -1,6 +1,6 @@
'Ang ID',
'name' => 'Ang Pangalan ng Departamento',
@@ -8,4 +8,4 @@ return [
'location' => 'Ang Lokasyon',
'create' => 'Magsagawa ng Departamento',
'update' => 'I-update ang Departamento',
- ];
+ );
diff --git a/resources/lang/fil/admin/depreciations/general.php b/resources/lang/fil/admin/depreciations/general.php
index bb6dd3a398..e078c99050 100644
--- a/resources/lang/fil/admin/depreciations/general.php
+++ b/resources/lang/fil/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Ang Depresasyon ng Asset',
'create' => 'Magsagawa ng Depresasyon',
'depreciation_name' => 'Ang Pangalan ng Depresasyon',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Ang Bilang ng mga Buwan',
'update' => 'I-update ang Depresasyon',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/fil/admin/depreciations/message.php b/resources/lang/fil/admin/depreciations/message.php
index 25af752031..54fa9bb103 100644
--- a/resources/lang/fil/admin/depreciations/message.php
+++ b/resources/lang/fil/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Ang klase ng depresasyon ay hindi umiiral.',
'assoc_users' => 'Ang depresasyong ito ay kasalukuyang nai-ugnay sa isa o higit pang mga modelo at hindi maaaring mai-delete. Paki-delete ng mga model na ito, at pagkatapos subukang i-delete muli. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Ang klase ng depresasyon ay hindi naisagawa, mangayring subukang muli. :(',
- 'success' => 'Ang klase ng depresayon ang matagumpay na nai-likha. :)',
- ],
+ 'success' => 'Ang klase ng depresayon ang matagumpay na nai-likha. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Ang klase ng depresasyon ay hindi nai-update, mangayring subukang muli',
- 'success' => 'Ang klase ng depresayon ang matagumpay na nai-update.',
- ],
+ 'success' => 'Ang klase ng depresayon ang matagumpay na nai-update.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Sigurado kaba na gusto mong i-delete ang klase ng depresasyong ito?',
'error' => 'Mayroong isyu sa pag-delete ng kalse ng depresasyon. Mangayring subukang muli.',
- 'success' => 'Ang klase ng depresayon ang matagumpay na nai-delete.',
- ],
+ 'success' => 'Ang klase ng depresayon ang matagumpay na nai-delete.'
+ )
-];
+);
diff --git a/resources/lang/fil/admin/depreciations/table.php b/resources/lang/fil/admin/depreciations/table.php
index 0f064943c1..c02bf57ecc 100644
--- a/resources/lang/fil/admin/depreciations/table.php
+++ b/resources/lang/fil/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Mga Buwan',
'term' => 'Ang Termino',
'title' => 'Ang Pangalan ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/fil/admin/groups/message.php b/resources/lang/fil/admin/groups/message.php
index b66e69e139..8ccbe709c0 100644
--- a/resources/lang/fil/admin/groups/message.php
+++ b/resources/lang/fil/admin/groups/message.php
@@ -1,22 +1,22 @@
'Ang grupo ay umiiral na!',
'group_not_found' => 'Ang grupo [:id] ay hindi umiiral.',
'group_name_required' => 'Ang pangalan ng field ay kinakailangan',
- 'success' => [
+ 'success' => array(
'create' => 'Ang grupo ay matagumpay na nalikha.',
'update' => 'Ang grupo ay matagumpay na nai-update.',
'delete' => 'Ang grupo ay matagumpay na nai-delete.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Sigurado kaba na gusto mong i-delete ang grupong ito?',
'create' => 'Mayroong isyu sa pagsagawa ng grupo. Mangyaring subukang muli.',
'update' => 'Mayroong isyu sa pag-update sa grupo. Mangyaring subukang muli.',
'delete' => 'Mayroong isyu sa pag-delete ng grupo. Mangyaring subukang muli.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/fil/admin/groups/table.php b/resources/lang/fil/admin/groups/table.php
index 9bcbeec9ab..bf29a9d082 100644
--- a/resources/lang/fil/admin/groups/table.php
+++ b/resources/lang/fil/admin/groups/table.php
@@ -1,9 +1,9 @@
'Ang Id',
'name' => 'Ang Pangalan',
'users' => '# ng mga Gumagamit',
-];
+);
diff --git a/resources/lang/fil/admin/groups/titles.php b/resources/lang/fil/admin/groups/titles.php
index a8b087088e..f9a5c1047f 100644
--- a/resources/lang/fil/admin/groups/titles.php
+++ b/resources/lang/fil/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Ang Admin ng Grupo',
'allow' => 'Magbigay Pahintulot',
'deny' => 'Tanggihan',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/fil/admin/hardware/form.php b/resources/lang/fil/admin/hardware/form.php
index 1d4f6920cc..b5d6d9a186 100644
--- a/resources/lang/fil/admin/hardware/form.php
+++ b/resources/lang/fil/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Ang Warantiya',
'warranty_expires' => 'Nag-expire na ang Warantiya',
'years' => 'mga taon',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/fil/admin/hardware/general.php b/resources/lang/fil/admin/hardware/general.php
index f6f76a7b9b..68bb1eff81 100644
--- a/resources/lang/fil/admin/hardware/general.php
+++ b/resources/lang/fil/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Pwedeng Ma-rekwest',
'requested' => 'Ni-rekwest',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Ibalik sa dati ang Asset',
'pending' => 'Hindi pa nasimulan',
'undeployable' => 'Hindi pwedeng i-deploy',
'view' => 'Tingnan ang Asset',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/fil/admin/hardware/message.php b/resources/lang/fil/admin/hardware/message.php index 588ceb9c23..da07250012 100644 --- a/resources/lang/fil/admin/hardware/message.php +++ b/resources/lang/fil/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Babala: Ang asset na ito ay kasalukuyang namarkahan bilang hindi pwedeng mai-deploy.. Kung nabago na ang katayuang ito, paki-update ng katayuan ng asset.', 'does_not_exist' => 'Hindi umiiral ang asset.', - 'does_not_exist_or_not_requestable' => 'Magaling na pagsubok. Ang asset na iyon ay hindi umiiral o hindi pwedeng i-rekwest.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Ang asset na ito ay kasalukuyang nai-check out sa isang user at hindi na maaaring mai-delete. Mangyaring suriin muna ang asset, at pagkatapos subukang i-delete muli. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Matagumpay na nai-log ang audit ng asset.', ], + 'deletefile' => [ 'error' => 'Ang file ay hindi nai-delete. Mangyaring subukang muli.', 'success' => 'Ang file ay matagumpay nang nai-delete.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'Ang file ay hindi mai-delete', ], + 'delete' => [ 'confirm' => 'Sigurado kaba na gusto mong i-delete ang asset na ito?', 'error' => 'Mayroong isyu sa pag-delete ng asset. Mangyaring subukang muli.', diff --git a/resources/lang/fil/admin/hardware/table.php b/resources/lang/fil/admin/hardware/table.php index cc52c0ced4..a9ca24bb6a 100644 --- a/resources/lang/fil/admin/hardware/table.php +++ b/resources/lang/fil/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Ang Tag ng Asset', 'asset_model' => 'Ang Modelo', - 'book_value' => 'Ang Balyu', + 'book_value' => 'Current Value', 'change' => 'Papasok/Palabas', 'checkout_date' => 'Ang Petsa ng Pagcheck-out', 'checkoutto' => 'Nai-check Out', + 'current_value' => 'Current Value', 'diff' => 'Ang Diff', 'dl_csv' => 'I-download ang CSV', 'eol' => 'Ang EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Ang Seryal', 'status' => 'Ang Katayuan', 'title' => 'Ang Asset ', - 'image' => 'Ang Imahe ng Device', + 'image' => 'Ang Imahe ng Device', 'days_without_acceptance' => 'Ang mga Araw na Walang Pagtanggap', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/fil/admin/kits/general.php b/resources/lang/fil/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/fil/admin/kits/general.php +++ b/resources/lang/fil/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/fil/admin/licenses/form.php b/resources/lang/fil/admin/licenses/form.php index acccdc714f..4c7e23e9e2 100644 --- a/resources/lang/fil/admin/licenses/form.php +++ b/resources/lang/fil/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Ang Asset', 'checkin' => 'I-checkin', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Ang Lisensya para Makapag-email', 'to_name' => 'Ang Lisensya para sa Pangalan', 'update' => 'I-update ang Lisensya', - 'checkout_help' => 'Dapat mong suriin ang isang lisensya na naipalabas sa asset ng hardware o sa isang tao. Pwedeng mong piliin ang dalawa, pero ang may-ari ng asset ay dapat na tumugma sa taong iyong tinitingnan ang asset nai-out sa.', -]; + 'checkout_help' => 'Dapat mong suriin ang isang lisensya na naipalabas sa asset ng hardware o sa isang tao. Pwedeng mong piliin ang dalawa, pero ang may-ari ng asset ay dapat na tumugma sa taong iyong tinitingnan ang asset nai-out sa.' +); diff --git a/resources/lang/fil/admin/licenses/general.php b/resources/lang/fil/admin/licenses/general.php index ee83152d5d..866da0e8cd 100644 --- a/resources/lang/fil/admin/licenses/general.php +++ b/resources/lang/fil/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Ang Tungkol sa mga Lisensya', 'about_licenses' => 'Ang mga lisensya ay ay ginagamit para subaybayan ang software. Mayrron itong tuloy na mga numero ng seats na pwedeng i-check out sa mga indibidwal', 'checkin' => 'I-checkin ang Lisensya ng Seat', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Ang mga Lisenysa ng Software', 'user' => 'Ang gumagamit', 'view' => 'Tingnan ang Lisensya', -]; +); diff --git a/resources/lang/fil/admin/licenses/message.php b/resources/lang/fil/admin/licenses/message.php index 9ed29a60ff..ac6855ce67 100644 --- a/resources/lang/fil/admin/licenses/message.php +++ b/resources/lang/fil/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Ang lisensya ay hindi umiiral.', 'user_does_not_exist' => 'Ang gumagamit ay hindi umiiral.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Dapat kang pumili ng isang asset o isang user, pero hindi ang dalawa.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Ang lisensya ay hindi naisagawa, mangyaring subukang muli.', - 'success' => 'Ang lisensya ay matagumpay na naisagawa.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Ang lisensya ay hindi naisagawa, mangyaring subukang muli.', + 'success' => 'Ang lisensya ay matagumpay na naisagawa.' + ), + + 'deletefile' => array( 'error' => 'Ang file ay hindi nai-delete. Mangyaring subukang muli.', 'success' => 'Ang file ay matagumpay nang nai-delete.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Ang file(s) ay hindi nai-upload. Mangyaring subukang muli.', 'success' => 'Ang file(s) ay matagumpay na nai-upload.', 'nofiles' => 'Hindi ka pumili ng maga files para sa i-upload, o ang file na gusto mong i-upload ay masyadong malaki', 'invalidfiles' => 'Ang isa o higit sa iyong mga file ay masyadong malaki o isang uri ng file na hindi pinapayagan. Ang mga pinapayagang mga file ay ang png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Ang lisensya ay hindi nai-update, mangyaring subukang muli', - 'success' => 'Ang lisensya ay matagumpay na nai-update.', - ], + 'success' => 'Ang lisensya ay matagumpay na nai-update.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Sigurado kaba na gusto mong i-delete ang lisensyang ito?', 'error' => 'Mayroong isyu sa pag-delete ng lisensya. Mangyaring subukang muli.', - 'success' => 'Matagumpay na nai-delete ang lisensya.', - ], + 'success' => 'Matagumpay na nai-delete ang lisensya.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Mayroong isyu sa pag-check out ng lisensya. Mangyaring subukang muli.', - 'success' => 'Matagumpay na nai-check out ang lisensya', - ], + 'success' => 'Matagumpay na nai-check out ang lisensya' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Mayroong isyu sa pag-check in ng lisensya. Mangyaring subukang muli.', - 'success' => 'Matagumpay na nai-check in ang lisensya', - ], + 'success' => 'Matagumpay na nai-check in ang lisensya' + ), -]; +); diff --git a/resources/lang/fil/admin/licenses/table.php b/resources/lang/fil/admin/licenses/table.php index abdbfc7610..5a5ca511f3 100644 --- a/resources/lang/fil/admin/licenses/table.php +++ b/resources/lang/fil/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Nakatalaga Sa', 'checkout' => 'Papasok/Palabas', @@ -14,4 +14,4 @@ return [ 'serial' => 'Ang Seryal', 'title' => 'Ang Lisensya', -]; +); diff --git a/resources/lang/fil/admin/locations/message.php b/resources/lang/fil/admin/locations/message.php index f00d6da1ff..1ab245958f 100644 --- a/resources/lang/fil/admin/locations/message.php +++ b/resources/lang/fil/admin/locations/message.php @@ -1,26 +1,27 @@ 'Ang lokasyon ay hindi umiiral.', 'assoc_users' => 'Ang lokasyong ito ay kasalukuyang naiugnay sa hindi bumaba sa isang user at hindi maaaring mai-delete. Mangyaring i-update ang iyong mga user upang hindi na magreperens sa lokasyong ito at paki-subok muli. ', 'assoc_assets' => 'Ang lokasyong ito ay kasalukuyang naiugnay sa hindi bumaba sa isang asset at hindi maaaring mai-delete. Mangyaring i-update ang iyong mga asset upang hindi na magreperens sa lokasyong ito at paki-subok muli. ', 'assoc_child_loc' => 'Ang lokasyong ito ay kasalukuyang pinagmumulan sa hindi bumaba sa lokasyon isang bata at hindi maaaring mai-delete. Mangyaring i-update ang iyong mga lokasyon upang hindi na magreperens sa lokasyong ito at paki-subok muli. ', - 'create' => [ + + 'create' => array( 'error' => 'Ang lokasyon ay hindi naisagawa, mangyaring subukang muli.', - 'success' => 'Ang lokasyon ay matagumpay na naisagawa.', - ], + 'success' => 'Ang lokasyon ay matagumpay na naisagawa.' + ), - 'update' => [ + 'update' => array( 'error' => 'Ang lokasyon ay hindi nai-update, mangyaring subukang muli', - 'success' => 'Ang lokasyon ay matagumpay na nai-update.', - ], + 'success' => 'Ang lokasyon ay matagumpay na nai-update.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Sigurado kaba na gusto mong i-delete ang lokasyong ito?', 'error' => 'Mayroong isyu sa pag-delete ng lokasyon. Mangyaring subukang muli.', - 'success' => 'Matagumpay na nai-delete ang lokasyon.', - ], + 'success' => 'Matagumpay na nai-delete ang lokasyon.' + ) -]; +); diff --git a/resources/lang/fil/admin/locations/table.php b/resources/lang/fil/admin/locations/table.php index f7e6acba0a..4e8ef19992 100644 --- a/resources/lang/fil/admin/locations/table.php +++ b/resources/lang/fil/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Ang Pinagmulan', 'currency' => 'Ang Salapi ng Lugar', 'ldap_ou' => 'Ang LDAP Search OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/fil/admin/manufacturers/message.php b/resources/lang/fil/admin/manufacturers/message.php index 873ea8d4ae..4be4d7ae1e 100644 --- a/resources/lang/fil/admin/manufacturers/message.php +++ b/resources/lang/fil/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Ang Tagapagsagawa ay hindi umiiral.', 'assoc_users' => 'Ang tagapagsagawa ay kasalukuyang naiugnay sa hindi bumaba sa isang modelo at hindi maaaring mai-delete. Mangyaring i-update ang iyong mga modelo upang hindi na mag-reperens sa tagapagsagawang ito at paki-subokang muli. ', - 'create' => [ + 'create' => array( 'error' => 'Ang tagapagsagawa ay hindi nailikha, mangyaring subukang muli.', - 'success' => 'Matagumpay na nailikha ang tagapagsagawa.', - ], + 'success' => 'Matagumpay na nailikha ang tagapagsagawa.' + ), - 'update' => [ + 'update' => array( 'error' => 'Ang tagapagsagawa ay hindi nai-update, mangyaring subukang muli', - 'success' => 'Matagumpay na nai-update ang tagapagsagawa.', - ], + 'success' => 'Matagumpay na nai-update ang tagapagsagawa.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Ang tagapagsagawa ay hindi naibalik sa dati, mangyaring subukan muli', - 'success' => 'Matagumpay na naibalik sa dati ang tagapagsagawa.', - ], + 'success' => 'Matagumpay na naibalik sa dati ang tagapagsagawa.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Sigurado kaba na gusto mong i-delete ang tagapagsagawang ito?', 'error' => 'Mayroong isyu sa pag-delete ng tagapagsagawa. Mangayaring subukang muli.', - 'success' => 'Ang Tagapagsagawa na ito ay matagumpay na nai-delete.', - ], + 'success' => 'Ang Tagapagsagawa na ito ay matagumpay na nai-delete.' + ) -]; +); diff --git a/resources/lang/fil/admin/manufacturers/table.php b/resources/lang/fil/admin/manufacturers/table.php index fef65910c3..9ab1201c1a 100644 --- a/resources/lang/fil/admin/manufacturers/table.php +++ b/resources/lang/fil/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Ang Tungkol sa Tagapagsagawa', 'about_manufacturers_text' => 'Ang mga Tagapagsagawa ay ang mga kompanyang nagsagawa ng iyong mga asset. Maaari kang mag-imbak ng mga mahalagang impormasyon tungkol sa kontak para sa suporta dito, na maaaring ipakita sa pahina ng mga detalye ng iyong asset.', 'asset_manufacturers' => 'Ang mga Tagapagsagawa ng Asset', @@ -13,4 +13,4 @@ return [ 'update' => 'I-update ang Tagapagsagawa', 'url' => 'Ang URL', -]; +); diff --git a/resources/lang/fil/admin/models/general.php b/resources/lang/fil/admin/models/general.php index bda8bb8e11..d511ca8ee5 100644 --- a/resources/lang/fil/admin/models/general.php +++ b/resources/lang/fil/admin/models/general.php @@ -1,6 +1,6 @@ 'Ang Tungkol sa mga Modelo ng Asset', 'about_models_text' => 'Ang mga Modelo ng Asset ay isang paraan para i-grupo ang magkakaparehong mga asset. "MBP 2013", "IPhone 6s", atbp.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Ikaw ay mag-delete ng :model_count mga modelo ng asset.', 'restore' => 'Ibalik sa dati ang Modelo', 'requestable' => 'Ang mga gumagamit ay pwedeng mag-rekwest ng modelong ito', - 'show_mac_address' => 'Ipakita ang field MAC address sa mga asset ng modelong ito', + 'show_mac_address' => 'Ipakita ang field MAC address sa mga asset ng modelong ito', 'view_deleted' => 'Tingnan ang mga Nai-delete na', 'view_models' => 'Tingnan ang mga Modelo', 'fieldset' => 'Ang Fieldset', 'no_custom_field' => 'Walang nai-kustom na mga field', 'add_default_values' => 'Add default values', -]; +); diff --git a/resources/lang/fil/admin/models/message.php b/resources/lang/fil/admin/models/message.php index ed9bf348ba..b5022bffde 100644 --- a/resources/lang/fil/admin/models/message.php +++ b/resources/lang/fil/admin/models/message.php @@ -1,41 +1,42 @@ 'Ang modelo ay hindi umiiral.', 'assoc_users' => 'Ang modelong ito ay kasalukuyang nai-ugnay sa isa o higit pang mga asset at hindi maaaring mai-delete. Paki-delete ng mga model na ito, at pagkatapos subukang i-delete muli. ', - 'create' => [ + + 'create' => array( 'error' => 'Ang modelo ay hindi naisagawa, mangyaring subukang muli.', 'success' => 'Ang modelo ay matagumpay na naisagawa.', 'duplicate_set' => 'Ang modelo ng asset na may ganyang pangalan, ang tagapagsagawa at ang modelo ay umiiral na.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Ang modelo ay hindi nai-update, mangyaring subukang muli', - 'success' => 'Ang modelo ay matagumpay na nai-update.', - ], + 'success' => 'Ang modelo ay matagumpay na nai-update.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Sigurado kaba na gusto mong i-delete ang modelo ng asset?', 'error' => 'Mayroong isyu sa pag-delete ng modelo. Mangyaring subukang muli.', - 'success' => 'Matagumpay na nai-delete ang modelo.', - ], + 'success' => 'Matagumpay na nai-delete ang modelo.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Ang modelo ay hindi naibalik sa dati, mangyaring subukang muli', - 'success' => 'Ang modelo ay matagumpay na naibalik.', - ], + 'success' => 'Ang modelo ay matagumpay na naibalik.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Walang nabagong mga field, kaya walang nai-update.', - 'success' => 'Ang mga modelo ay naiupdate na.', - ], + 'success' => 'Ang mga modelo ay naiupdate na.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Walang napiling mga model, kaya walang nai-delete.', 'success' => ':success_count model(s) na-delete na!', - 'success_partial' => ':success_count ang mga modelo ay na-delete na, gayunpaman ::success_count ang mga modelo ay hindi mai-delete dahil sa mayron pa silang asset na naiuugnay sa kanila.', - ], + 'success_partial' => ':success_count ang mga modelo ay na-delete na, gayunpaman ::success_count ang mga modelo ay hindi mai-delete dahil sa mayron pa silang asset na naiuugnay sa kanila.' + ), -]; +); diff --git a/resources/lang/fil/admin/models/table.php b/resources/lang/fil/admin/models/table.php index 1b496272eb..72592e8d86 100644 --- a/resources/lang/fil/admin/models/table.php +++ b/resources/lang/fil/admin/models/table.php @@ -1,6 +1,6 @@ 'Magsagawa ng Modelo ng Asset', 'created_at' => 'Naisagawa sa', @@ -14,4 +14,4 @@ return [ 'update' => 'I-update ang Modelo ng Asset', 'clone' => 'I-clone ang Modelo', 'edit' => 'I-edit ang Modelo', -]; +); diff --git a/resources/lang/fil/admin/reports/general.php b/resources/lang/fil/admin/reports/general.php index 5ca5e02af3..3e57330b06 100644 --- a/resources/lang/fil/admin/reports/general.php +++ b/resources/lang/fil/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Pumili ng opsyon na gusto mo para sa iyong report sa asset.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/fil/admin/reports/message.php b/resources/lang/fil/admin/reports/message.php index f7ca736c7c..da2b5e1978 100644 --- a/resources/lang/fil/admin/reports/message.php +++ b/resources/lang/fil/admin/reports/message.php @@ -1,5 +1,5 @@ 'Kinakailangan mong pumili ng kahit ISANG opsyon.', -]; +return array( + 'error' => 'Kinakailangan mong pumili ng kahit ISANG opsyon.' +); diff --git a/resources/lang/fil/admin/settings/general.php b/resources/lang/fil/admin/settings/general.php index b0b086bed3..85a38cff22 100644 --- a/resources/lang/fil/admin/settings/general.php +++ b/resources/lang/fil/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'Ito ay isang server ng Aktibong Direktorya', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Magpadala ng mga alert sa', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Ang Email Alerts ay Pinagana', 'alert_interval' => 'Ang Alerts Threshold ay Mag-expire (sa iilang araw)', 'alert_inv_threshold' => 'Ang Threshold ng Inventory Alert', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'Kung ikaw ay kinakailangan na regular na magbilang ng iyomg mga pag-aari, ilagay ang agwat sa buwan.', 'audit_warning_days' => 'Ang Warning Threshold ng Audit', 'audit_warning_days_help' => 'Mga ilang araw na makaadvans kami sa pagpaalala sa iyo kapag ang mga asset ay nakasaad na para sa pag-audit?', - 'auto_increment_assets' => 'Magsagawa ng mga ID para sa auto-incrementing na asset', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Ang prefix (opsyonal)', - 'auto_incrementing_help' => 'Paganahin muna ang ID ng auto-incrementing asset para i-set ito', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Mga backup', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/fil/mail.php b/resources/lang/fil/mail.php index 720ee5d304..bfa6639efd 100644 --- a/resources/lang/fil/mail.php +++ b/resources/lang/fil/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Ito ay isang test mula sa Snipe-IT Asset Management System. Kung natanggap mo ito, ang mail na ito ay gumagana :)', 'the_following_item' => 'Ang mga sumusunod na mga aytem ay nai-check in: ', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'Para mai-reset ang iyong :web password, kumpletuhin ang form na ito:', 'type' => 'Klase', diff --git a/resources/lang/fil/pagination.php b/resources/lang/fil/pagination.php index 199ef19195..f54812313a 100644 --- a/resources/lang/fil/pagination.php +++ b/resources/lang/fil/pagination.php @@ -1,6 +1,6 @@ 'Susunod »', -]; +); diff --git a/resources/lang/fil/reminders.php b/resources/lang/fil/reminders.php index b2e8d66adc..698f5ccb32 100644 --- a/resources/lang/fil/reminders.php +++ b/resources/lang/fil/reminders.php @@ -1,6 +1,6 @@ 'Dapat na may 6 na mga karakter ang password at tumugma sa kumpirmasyon.', + "password" => "Dapat na may 6 na mga karakter ang password at tumugma sa kumpirmasyon.", - 'user' => 'Ang username o ang email address ay hindi tama', + "user" => "Ang username o ang email address ay hindi tama", - 'token' => 'Hindi balido ang password rest token na ito.', + "token" => "Hindi balido ang password rest token na ito.", - 'sent' => 'Kapag mayroong nakita na tumugmanang email address, ang paalala sa password ay nai-send na!', + "sent" => "Kapag mayroong nakita na tumugmanang email address, ang paalala sa password ay nai-send na!", -]; +); diff --git a/resources/lang/fil/table.php b/resources/lang/fil/table.php index 4005abfc3b..f41bf7b0a2 100644 --- a/resources/lang/fil/table.php +++ b/resources/lang/fil/table.php @@ -1,10 +1,10 @@ 'Ang mga aksyon', 'action' => 'Ang aksyon', 'by' => 'Batay sa', 'item' => 'Ang Aytem', -]; +); diff --git a/resources/lang/fil/validation.php b/resources/lang/fil/validation.php index 6dbaf5a7a3..8484418913 100644 --- a/resources/lang/fil/validation.php +++ b/resources/lang/fil/validation.php @@ -1,6 +1,6 @@ 'Ang :katangian ay dapat na hindi bumaba sa :min na mga karakter.', 'array' => 'Ang :katangian ay dapat na magkaroon ng hindi bumaba sa :min na mga aytem.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Ang napili na :katangian ay hindi balido.', 'numeric' => 'Ang :katangian ay dapat na isang numero.', 'present' => 'Ang :field ng katangian ay dapat na naroroon.', @@ -88,8 +89,8 @@ return array( 'unique' => 'Ang :katangian ay nakuha na.', 'uploaded' => 'Ang :katangian ay hindi nagtagumpay sa pag-upload.', 'url' => 'Ang :pormat ng katangian ng pormat ay hindi balido.', - "unique_undeleted" => "Ang :katangian ay dapat na natatangi.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'Ang :katangian ay dapat na natatangi.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Ang :field ng katangian ay naglalaman ng karakter na hindi pinapayagan.", - "email_array" => "Imbalido ang isa o higit pang mga email address.", - "hashed_pass" => "Ang iyong kasalukuyang password ay hindi wasto", + 'alpha_space' => 'Ang :field ng katangian ay naglalaman ng karakter na hindi pinapayagan.', + 'email_array' => 'Imbalido ang isa o higit pang mga email address.', + 'hashed_pass' => 'Ang iyong kasalukuyang password ay hindi wasto', 'dumbpwd' => 'Ang password ay sobrang pangkaraniwan.', - "statuslabel_type" => "Kinakailangang pumili ng balidong uri ng label ng estado", + 'statuslabel_type' => 'Kinakailangang pumili ng balidong uri ng label ng estado', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/fr/admin/accessories/general.php b/resources/lang/fr/admin/accessories/general.php index 541e303fa8..5760313657 100644 --- a/resources/lang/fr/admin/accessories/general.php +++ b/resources/lang/fr/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Catégorie d\'accessoire', 'accessory_name' => 'Nom de l\'accessoire', 'checkout' => 'Attribuer l\'accessoire', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Utiliser la license primaire par défaut à la place.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/fr/admin/custom_fields/message.php b/resources/lang/fr/admin/custom_fields/message.php
index f98f2584a6..2496cbb682 100644
--- a/resources/lang/fr/admin/custom_fields/message.php
+++ b/resources/lang/fr/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Ce champ n\'existe pas.',
'already_added' => 'Le champ a déjà été ajouté',
- 'create' => [
+ 'create' => array(
'error' => 'Le champ n\'a pas été créé, veuillez réessayer.',
'success' => 'Le champ a bien été créé.',
- 'assoc_success' => 'Le champ a bien été ajouté au fieldset.',
- ],
+ 'assoc_success' => 'Le champ a bien été ajouté au fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Le champ n\'a pas été actualisé, veuillez réessayer',
- 'success' => 'Le champ a bien été actualisé.',
- ],
+ 'success' => 'Le champ a bien été actualisé.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Êtes-vous sûr de vouloir supprimer ce champ ?',
'error' => 'Un problème a eu lien pendant la suppression du champ. Veuillez réessayer.',
'success' => 'Le champ a bien été supprimé.',
'in_use' => 'Le champ est actuellement en utilisation.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset n\'existe pas',
- 'create' => [
+ 'create' => array(
'error' => 'Le fieldset n\'a pas pur être créé, veuillez réessayer.',
- 'success' => 'Le Fieldset a bien été créé.',
- ],
+ 'success' => 'Le Fieldset a bien été créé.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Le fieldset n\'a pas été actualisé, veuillez réessayer',
- 'success' => 'Le fieldset a bien été actualisé.',
- ],
+ 'success' => 'Le fieldset a bien été actualisé.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Êtes-vous sûr de vouloir supprimer ce fieldset ?',
'error' => 'Un problème a eu lien pendant la suppression du fieldset. Veuillez réessayer.',
'success' => 'Le fieldset a bien été supprimé.',
'in_use' => 'Le fieldset est actuellement utilisé.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/fr/admin/departments/message.php b/resources/lang/fr/admin/departments/message.php
index f469d635ab..8e1a8b4a1f 100644
--- a/resources/lang/fr/admin/departments/message.php
+++ b/resources/lang/fr/admin/departments/message.php
@@ -1,21 +1,21 @@
'Le département n\'existe pas.',
'assoc_users' => 'Ce service est actuellement associé à au moins un utilisateur et ne peut pas être supprimé. Veuillez mettre à jour vos utilisateurs pour ne plus référencer ce service et réessayer.',
- 'create' => [
+ 'create' => array(
'error' => 'Le département n\'a pas été créé. Veuillez réessayer.',
- 'success' => 'Département créé avec succès.',
- ],
- 'update' => [
+ 'success' => 'Département créé avec succès.'
+ ),
+ 'update' => array(
'error' => 'Le département n\'a pas été mis à jour. Veuillez réessayer.',
- 'success' => 'Département mis à jour avec succès.',
- ],
- 'delete' => [
+ 'success' => 'Département mis à jour avec succès.'
+ ),
+ 'delete' => array(
'confirm' => 'Êtes-vous sûr de vouloir supprimer ce département?',
'error' => 'Il y avait un problème de suppression du département. Veuillez réessayer.',
- 'success' => 'Le département a été supprimé avec succès.',
- ],
+ 'success' => 'Le département a été supprimé avec succès.'
+ )
-];
+);
diff --git a/resources/lang/fr/admin/departments/table.php b/resources/lang/fr/admin/departments/table.php
index d0ebedaa0f..81f12064ee 100644
--- a/resources/lang/fr/admin/departments/table.php
+++ b/resources/lang/fr/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Nom du département',
@@ -8,4 +8,4 @@ return [
'location' => 'Emplacement',
'create' => 'Créer un département',
'update' => 'Mise à jour Département',
- ];
+ );
diff --git a/resources/lang/fr/admin/depreciations/general.php b/resources/lang/fr/admin/depreciations/general.php
index 1cfd3ff044..9a21f19bc4 100644
--- a/resources/lang/fr/admin/depreciations/general.php
+++ b/resources/lang/fr/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Amortissements',
'create' => 'Créer un amortissement',
'depreciation_name' => 'Nom d\'Amortissement',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Mois',
'update' => 'Actualiser l\'amortissement',
- 'depreciation_min' => 'Valeur minimale après amortissement'
-
+ 'depreciation_min' => 'Valeur minimale après amortissement',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/fr/admin/depreciations/message.php b/resources/lang/fr/admin/depreciations/message.php
index 091a2ec74e..7d5db20966 100644
--- a/resources/lang/fr/admin/depreciations/message.php
+++ b/resources/lang/fr/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Cette classe d\'amortissement n\'existe pas.',
'assoc_users' => 'Cet amortissement est associé à un ou plusieurs modèles et ne peut être supprimé. Veuillez supprimer les modèles et réessayer. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'La classe d\'amortissement n\'a pas été créée, veuillez réessayer. :(',
- 'success' => 'La classe d\'amortissement a été créée correctement. :)',
- ],
+ 'success' => 'La classe d\'amortissement a été créée correctement. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'La classe d\'amortissement n\'a pas été actualisée, veuillez réessayer',
- 'success' => 'La classe d\'amortissement a été actualisée correctement.',
- ],
+ 'success' => 'La classe d\'amortissement a été actualisée correctement.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Etes-vous sûr de vouloir supprimer cette classe d\'amortissement?',
'error' => 'Il y a eu un problème en supprimant cette classe d\'amortissement. Veuillez réessayer.',
- 'success' => 'La classe d\'amortissement a été supprimée correctement.',
- ],
+ 'success' => 'La classe d\'amortissement a été supprimée correctement.'
+ )
-];
+);
diff --git a/resources/lang/fr/admin/depreciations/table.php b/resources/lang/fr/admin/depreciations/table.php
index 76776270f6..d0051cf1aa 100644
--- a/resources/lang/fr/admin/depreciations/table.php
+++ b/resources/lang/fr/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Mois',
'term' => 'Terme',
'title' => 'Nom ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/fr/admin/groups/message.php b/resources/lang/fr/admin/groups/message.php
index 43e2aef8e6..a374bf8c39 100644
--- a/resources/lang/fr/admin/groups/message.php
+++ b/resources/lang/fr/admin/groups/message.php
@@ -1,22 +1,22 @@
'Ce groupe existe déjà!',
'group_not_found' => 'Ce groupe [:id] n\'existe pas.',
'group_name_required' => 'Le champ nom est obligatoire.',
- 'success' => [
+ 'success' => array(
'create' => 'Ce groupe a été créé correctement.',
'update' => 'Ce groupe a été actualisé correctement.',
'delete' => 'Ce groupe a été supprimé correctement.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Etes-vous sûr de vouloir supprimer ce groupe?',
'create' => 'Il y a eu un problème en créant le groupe. Veuillez réessayer.',
'update' => 'Il y a eu un problème en actualisant le groupe. Veuillez réessayer.',
'delete' => 'Il y a eu un problème en supprimant le groupe. Veuillez réessayer.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/fr/admin/groups/table.php b/resources/lang/fr/admin/groups/table.php
index d0e4bb5dde..4462aa38ab 100644
--- a/resources/lang/fr/admin/groups/table.php
+++ b/resources/lang/fr/admin/groups/table.php
@@ -1,9 +1,9 @@
'ID',
'name' => 'Nom',
'users' => '# d\' Utilisateurs',
-];
+);
diff --git a/resources/lang/fr/admin/groups/titles.php b/resources/lang/fr/admin/groups/titles.php
index 2f242837cd..34e7bd2c4c 100644
--- a/resources/lang/fr/admin/groups/titles.php
+++ b/resources/lang/fr/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Admin Groupe',
'allow' => 'Autoriser',
'deny' => 'Refuser',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/fr/admin/hardware/form.php b/resources/lang/fr/admin/hardware/form.php
index 726d685690..7168c422da 100644
--- a/resources/lang/fr/admin/hardware/form.php
+++ b/resources/lang/fr/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garantie',
'warranty_expires' => 'Expiration de garantie',
'years' => 'années',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/fr/admin/hardware/general.php b/resources/lang/fr/admin/hardware/general.php
index ac9ce09110..50c4b90a7c 100644
--- a/resources/lang/fr/admin/hardware/general.php
+++ b/resources/lang/fr/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'Ce modèle d\'actifs a été supprimé. Vous devez restaurer le modèle avant de pouvoir restaurer l\'actif.',
'requestable' => 'Réquisitionnable',
'requested' => 'Demandé',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restaurer l\'actif',
'pending' => 'En attente',
'undeployable' => 'Non déployable',
'view' => 'Voir le Bien',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/fr/admin/hardware/message.php b/resources/lang/fr/admin/hardware/message.php index 65dc6fb83c..6e8a8500f5 100644 --- a/resources/lang/fr/admin/hardware/message.php +++ b/resources/lang/fr/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Attention: Ce bien a été marqué non déployable. Si ce statut a changé, veuillez l\'actualiser.', 'does_not_exist' => 'Ce bien n\'existe pas.', - 'does_not_exist_or_not_requestable' => 'Cet actif n\'existe pas ou ne peux pas être réquisitionné.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Ce bien est marqué sorti par un utilisateur et ne peut être supprimé. Veuillez d\'abord cliquer sur Retour de Biens, et réessayer.', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Audit des actifs consigné avec succès.', ], + 'deletefile' => [ 'error' => 'Le fichier n\'a pas été détruit. Veuillez réessayer.', 'success' => 'Fichier détruit correctement.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'Le fichier n’a pas pu être supprimé', ], + 'delete' => [ 'confirm' => 'Etes-vous sûr de vouloir supprimer ce bien?', 'error' => 'Il y a eu un problème en supprimant ce bien. Veuillez réessayer.', diff --git a/resources/lang/fr/admin/hardware/table.php b/resources/lang/fr/admin/hardware/table.php index d947f09fd3..691d55a08c 100644 --- a/resources/lang/fr/admin/hardware/table.php +++ b/resources/lang/fr/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Étiquette de l\'actif', 'asset_model' => 'Modèle', - 'book_value' => 'Valeur', + 'book_value' => 'Current Value', 'change' => 'Associer/Libérer', 'checkout_date' => 'Date d\'association', 'checkoutto' => 'Date de libération', + 'current_value' => 'Current Value', 'diff' => 'Différence', 'dl_csv' => 'Télécharger en CSV', 'eol' => 'Fin de vie', @@ -18,8 +19,12 @@ return [ 'serial' => 'Numéro de série', 'status' => 'Statut', 'title' => 'Actif ', - 'image' => 'Image', + 'image' => 'Image', 'days_without_acceptance' => 'Jours sans acceptation', 'monthly_depreciation' => 'Dépréciation mensuelle', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/fr/admin/kits/general.php b/resources/lang/fr/admin/kits/general.php index df2b39d555..88112a5fb5 100644 --- a/resources/lang/fr/admin/kits/general.php +++ b/resources/lang/fr/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'Il n\'y a pas assez de licences disponibles pour :license pour associer. :qty sont nécessaires. ', 'none_consumables' => 'Il n\'y a pas assez d\'unités disponibles de :consumable pour associer. :qty sont nécessaires. ', 'none_accessory' => 'Il n\'y a pas assez d\'unités disponibles de :accessory pour associer. :qty sont nécessaires. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/fr/admin/licenses/form.php b/resources/lang/fr/admin/licenses/form.php index 71dc371202..20c17dba57 100644 --- a/resources/lang/fr/admin/licenses/form.php +++ b/resources/lang/fr/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Actif', 'checkin' => 'Dissocier', @@ -18,5 +18,5 @@ return [ 'to_email' => 'E-mail de la licence', 'to_name' => 'Nom de la licence', 'update' => 'Mise à jour de la licence', - 'checkout_help' => 'Vous devez associer une licence à un matériel ou une personne. Vous pouvez sélectionner les deux, mais le propriétaire de l\'actif doit correspondre à la personne que vous associez.', -]; + 'checkout_help' => 'Vous devez associer une licence à un matériel ou une personne. Vous pouvez sélectionner les deux, mais le propriétaire de l\'actif doit correspondre à la personne que vous associez.' +); diff --git a/resources/lang/fr/admin/licenses/general.php b/resources/lang/fr/admin/licenses/general.php index 9436ab586b..ed20681369 100644 --- a/resources/lang/fr/admin/licenses/general.php +++ b/resources/lang/fr/admin/licenses/general.php @@ -1,6 +1,6 @@ 'A propos des licences', 'about_licenses' => 'Les licences sont utilisées pour suivre les logiciels. Ils ont un certain nombre d\'attribution pouvant être associés individuellement', 'checkin' => 'Libérer la licence multiposte', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Licences de logiciel', 'user' => 'Utilisateur', 'view' => 'Voir la licence', -]; +); diff --git a/resources/lang/fr/admin/licenses/message.php b/resources/lang/fr/admin/licenses/message.php index ea58c1e216..cc24b775aa 100644 --- a/resources/lang/fr/admin/licenses/message.php +++ b/resources/lang/fr/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Cette catégorie n\'existe pas.', 'user_does_not_exist' => 'L\'utilisateur n\'existe pas.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Vous devez sélectionner un actif ou un utilisateur, mais pas les deux.', 'not_found' => 'Licence introuvable', - 'create' => [ - 'error' => 'Cette catégorie n\'a pas été créée, veuillez réessayer.', - 'success' => 'Catégorie créée correctement.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Cette catégorie n\'a pas été créée, veuillez réessayer.', + 'success' => 'Catégorie créée correctement.' + ), + + 'deletefile' => array( 'error' => 'Le fichier n\'a pas pu être supprimé. Merci de réessayer.', 'success' => 'Le fichier a bien été supprimé.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Le(s) fichier(s) n\'a pas pu être uploadé. Merci de réessayer.', 'success' => 'Le(s) fichier(s) a bien été uploadé.', 'nofiles' => 'Vous n\'avez pas sélectionné de fichier pour le téléchargement ou le fichier que vous essayez de télécharger est trop gros', 'invalidfiles' => 'Un ou plusieurs de vos fichiers est trop grand ou le type de fichier n\'est pas autorisé. Les différents types de fichiers autorisés sont png, gif, jpg, doc, docx, pdf, txt, zip, rar et rtf.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Cette catégorie n\'a pas été actualisée, veuillez réessayer.', - 'success' => 'Catégorie actualisée correctement.', - ], + 'success' => 'Catégorie actualisée correctement.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Etes-vous sûr de vouloir supprimer cette catégorie?', 'error' => 'Il y a eu un problème en supprimant cette catégorie. Veuillez réessayer.', - 'success' => 'Cette catégorie a été supprimée correctement.', - ], + 'success' => 'Cette catégorie a été supprimée correctement.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Un problème a eu lieu pendant l\'association de la licence. Veuillez essayer à nouveau.', - 'success' => 'La licence a été associée avec succès', - ], + 'success' => 'La licence a été associée avec succès' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Un problème a eu lieu pendant la dissociation de la licence. Veuillez essayer à nouveau.', - 'success' => 'La licence a été dissociée avec succès', - ], + 'success' => 'La licence a été dissociée avec succès' + ), -]; +); diff --git a/resources/lang/fr/admin/licenses/table.php b/resources/lang/fr/admin/licenses/table.php index 73cc60403f..0f25b4e18e 100644 --- a/resources/lang/fr/admin/licenses/table.php +++ b/resources/lang/fr/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Affecté à', 'checkout' => 'Affecter/Libérer', @@ -14,4 +14,4 @@ return [ 'serial' => 'Numéro de série', 'title' => 'Licence', -]; +); diff --git a/resources/lang/fr/admin/locations/message.php b/resources/lang/fr/admin/locations/message.php index 81e4d07dfc..2ffb7b1f9a 100644 --- a/resources/lang/fr/admin/locations/message.php +++ b/resources/lang/fr/admin/locations/message.php @@ -1,26 +1,27 @@ 'Le lieu n\'existe pas.', 'assoc_users' => 'Ce lieu est actuellement associé avec au moins un utilisateur et ne peut pas être supprimé. Veuillez mettre à jour vos utilisateurs pour ne plus faire référence à ce lieu et essayez à nouveau. ', 'assoc_assets' => 'Cet emplacement est actuellement associé à au moins un utilisateur et ne peut pas être supprimé. Veuillez mettre à jour vos utilisateurs pour ne plus faire référence à cet emplacement et réessayez. ', 'assoc_child_loc' => 'Cet emplacement est actuellement le parent d\'au moins un sous emplacement et ne peut pas être supprimé . S\'il vous plaît mettre à jour vos emplacement pour ne plus le référencer et réessayez. ', - 'create' => [ + + 'create' => array( 'error' => 'Le lieu n\'a pas été créé, veuillez essayer à nouveau.', - 'success' => 'Le lieu a été créé avec succès.', - ], + 'success' => 'Le lieu a été créé avec succès.' + ), - 'update' => [ + 'update' => array( 'error' => 'Le lieu n\'a pas été mis à jour, veuillez essayer à nouveau', - 'success' => 'Le lieu a été mis à jour avec succès.', - ], + 'success' => 'Le lieu a été mis à jour avec succès.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Êtes-vous sûr de vouloir supprimer ce lieu ?', 'error' => 'Un problème a eu lieu pendant la suppression du lieu. Veuillez essayer à nouveau.', - 'success' => 'Le lieu a été supprimé avec succès.', - ], + 'success' => 'Le lieu a été supprimé avec succès.' + ) -]; +); diff --git a/resources/lang/fr/admin/locations/table.php b/resources/lang/fr/admin/locations/table.php index 2fea0ee5d0..48224c4688 100644 --- a/resources/lang/fr/admin/locations/table.php +++ b/resources/lang/fr/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Parent', 'currency' => 'Devise de l\'emplacement', 'ldap_ou' => 'Recherche LDAP', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/fr/admin/manufacturers/message.php b/resources/lang/fr/admin/manufacturers/message.php index 3f566dd9f6..5b0a9d3b61 100644 --- a/resources/lang/fr/admin/manufacturers/message.php +++ b/resources/lang/fr/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Le fabricant n\'existe pas.', 'assoc_users' => 'Ce fabricant est actuellement associé avec au moins un modèle et ne peut pas être supprimé. Veuillez mettre à jour les modèles pour ne plus référencer un fabricant et essayer à nouveau. ', - 'create' => [ + 'create' => array( 'error' => 'Le fabricant n\'a pas été créé, veuillez essayer à nouveau.', - 'success' => 'Le fabricant a été créé avec succès.', - ], + 'success' => 'Le fabricant a été créé avec succès.' + ), - 'update' => [ + 'update' => array( 'error' => 'Le fabricant n\'a pas été mis à jour, veuillez essayer à nouveau', - 'success' => 'Le fabricant a été mis à jour avec succès.', - ], + 'success' => 'Le fabricant a été mis à jour avec succès.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Le fabricant n\'a pas été restauré, veuillez réessayer', - 'success' => 'Fabricant restauré avec succès.', - ], + 'success' => 'Fabricant restauré avec succès.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Êtes-vous sûr de vouloir supprimer ce fabricant ?', 'error' => 'Un problème a eu lieu pendant la suppression du fabricant. Veuillez essayer à nouveau.', - 'success' => 'Le fabricant a été supprimé avec succès.', - ], + 'success' => 'Le fabricant a été supprimé avec succès.' + ) -]; +); diff --git a/resources/lang/fr/admin/manufacturers/table.php b/resources/lang/fr/admin/manufacturers/table.php index 9fff3a10ce..64cc317101 100644 --- a/resources/lang/fr/admin/manufacturers/table.php +++ b/resources/lang/fr/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'A propos des fabricants', 'about_manufacturers_text' => 'Les fabricants sont les entreprises qui créent vos actifs. Vous pouvez stocker ici des informations importantes sur les contacts de support, qui seront affichées sur les pages de détails de votre actif.', 'asset_manufacturers' => 'Fabricants d\'actif', @@ -13,4 +13,4 @@ return [ 'update' => 'Mettre à jour le fabricant', 'url' => 'URL', -]; +); diff --git a/resources/lang/fr/admin/models/general.php b/resources/lang/fr/admin/models/general.php index 52b8066b87..9a4444a9ed 100644 --- a/resources/lang/fr/admin/models/general.php +++ b/resources/lang/fr/admin/models/general.php @@ -1,6 +1,6 @@ 'A propos des modèles actifs', 'about_models_text' => 'Les modèles actifs sont une façon de regrouper les actifs identiques. « MBP 2013", « IPhone 6 s », etc.', 'deleted' => 'Ce modèle a été supprimé.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Vous êtes sur le points de suppimer :model_count modèles d\'actifs.', 'restore' => 'Restaurer le modèle', 'requestable' => 'Les utilisateurs peuvent demander ce modèle', - 'show_mac_address' => 'Afficher le champ pour l\'adresse MAC pour ce modèle d\'actif', + 'show_mac_address' => 'Afficher le champ pour l\'adresse MAC pour ce modèle d\'actif', 'view_deleted' => 'Voir les modèles détruits', 'view_models' => 'Voir les différents modèles', 'fieldset' => 'Ensemble de champs', 'no_custom_field' => 'Pas de champs personnalisés', 'add_default_values' => 'Ajouter des valeurs par défaut', -]; +); diff --git a/resources/lang/fr/admin/models/message.php b/resources/lang/fr/admin/models/message.php index bc8f8511cb..28ac0152c4 100644 --- a/resources/lang/fr/admin/models/message.php +++ b/resources/lang/fr/admin/models/message.php @@ -1,41 +1,42 @@ 'Le modèle n\'existe pas.', 'assoc_users' => 'Ce modèle est actuellement associé à au moins un actif et ne peut pas être supprimé. Veuillez supprimer les actifs associés et essayer à nouveau. ', - 'create' => [ + + 'create' => array( 'error' => 'Le modèle n\'a pas été créé, veuillez essayer à nouveau.', 'success' => 'Le modèle a été créé avec succès.', 'duplicate_set' => 'Un modèle d\'actif avec ce nom, fabricant et modèle existe déjà.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Le modèle n\'a pas été mis à jour, veuillez essayer à nouveau', - 'success' => 'Le modèle a été mis à jour avec succès.', - ], + 'success' => 'Le modèle a été mis à jour avec succès.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Êtes-vous sûr de vouloir supprimer ce modèle d\'actif ?', 'error' => 'Un problème a eu lieu pendant la suppression du modèle. Veuillez essayer à nouveau.', - 'success' => 'Le modèle a été supprimé avec succès.', - ], + 'success' => 'Le modèle a été supprimé avec succès.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Le modèle d\'actif n\'a pas été restauré, veuillez réessayer', - 'success' => 'Modèle d\'actif restauré correctement.', - ], + 'success' => 'Modèle d\'actif restauré correctement.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Aucun champ n\'a été changé, donc rien n\'a été mis à jour.', - 'success' => 'Modèles mis à jour.', - ], + 'success' => 'Modèles mis à jour.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Aucun modèle n\'a été sélectionné, donc rien n\'a été supprimé.', 'success' => ': modèle(s) succes_count supprimé(s) !', - 'success_partial' => ': les modèles success_count ont été supprimés, cependant : fail_count n\'a pas pu être supprimé car ils ont toujours des ressources associées.', - ], + 'success_partial' => ': les modèles success_count ont été supprimés, cependant : fail_count n\'a pas pu être supprimé car ils ont toujours des ressources associées.' + ), -]; +); diff --git a/resources/lang/fr/admin/models/table.php b/resources/lang/fr/admin/models/table.php index 48d8aca1d5..727ba77e1b 100644 --- a/resources/lang/fr/admin/models/table.php +++ b/resources/lang/fr/admin/models/table.php @@ -1,6 +1,6 @@ 'Créer un modèle d\'actif', 'created_at' => 'Créé le', @@ -14,4 +14,4 @@ return [ 'update' => 'Mettre à jour le modèle d\'actif', 'clone' => 'Cloner le modèle', 'edit' => 'Éditer le modèle', -]; +); diff --git a/resources/lang/fr/admin/reports/general.php b/resources/lang/fr/admin/reports/general.php index 172c881dac..0a56c1071c 100644 --- a/resources/lang/fr/admin/reports/general.php +++ b/resources/lang/fr/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Sélectionnez les options que vous souhaitez pour votre rapport d\'actifs.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/fr/admin/reports/message.php b/resources/lang/fr/admin/reports/message.php index 041503a070..cdfedcc5bc 100644 --- a/resources/lang/fr/admin/reports/message.php +++ b/resources/lang/fr/admin/reports/message.php @@ -1,5 +1,5 @@ 'Vous devez sélectionner au moins UNE option.', -]; +return array( + 'error' => 'Vous devez sélectionner au moins UNE option.' +); diff --git a/resources/lang/fr/admin/settings/general.php b/resources/lang/fr/admin/settings/general.php index 1fda15acda..d048b14a97 100644 --- a/resources/lang/fr/admin/settings/general.php +++ b/resources/lang/fr/admin/settings/general.php @@ -1,30 +1,39 @@ 'Service d\'annuaire', 'ad_domain' => 'Domaine du service d\'annuaire', 'ad_domain_help' => 'C\'est parfois le même que votre domaine d\'e-mail, mais pas toujours.', 'ad_append_domain_label' => 'Ajouter un nom de domaine', 'ad_append_domain' => 'Ajouter le nom de domaine au champ nom d\'utilisateur', - 'ad_append_domain_help' => 'L\'utilisateur n\'est pas obligé d\'écrire "username@domain.local", il peut juste taper "username".' , + 'ad_append_domain_help' => 'L\'utilisateur n\'est pas obligé d\'écrire "username@domain.local", il peut juste taper "username".', 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'Si vous souhaitez envoyer une copie des courriels d\'association/dissociation qui sont envoyés aux utilisateurs à un compte de messagerie supplémentaire, entrez-le ici. Sinon, laissez ce champ vide.', 'is_ad' => 'C\'est un serveur Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Envoyer les alertes à', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Alertes activées', 'alert_interval' => 'Seuil d\'expiration des alertes (en jours)', 'alert_inv_threshold' => 'Seuil d\'alerte d\'inventaire', 'allow_user_skin' => 'Autoriser un thème utilisateur', - 'allow_user_skin_help_text' => 'Cocher cette case permettra à un utilisateur de remplacer le thème de l\'interface utilisateur par un autre.' , + 'allow_user_skin_help_text' => 'Cocher cette case permettra à un utilisateur de remplacer le thème de l\'interface utilisateur par un autre.', 'asset_ids' => 'ID de l\'actif', 'audit_interval' => 'Intervalle d\'audit', 'audit_interval_help' => 'Si vous devez régulièrement vérifier physiquement vos actifs, entrez l\'intervalle en mois.', 'audit_warning_days' => 'Seuil d\'avertissement d\'audit', 'audit_warning_days_help' => 'Combien de jours à l\'avance devrions-nous vous avertir lorsque les actifs doivent être vérifiés?', - 'auto_increment_assets' => 'Générer des identifiants d\'actifs auto-incrémentés', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Préfixe (optionnel)', - 'auto_incrementing_help' => 'Activer l\'auto-incrémentation des ID d\'actif avant de sélectionner cette option', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Sauvegardes', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/fr/help.php b/resources/lang/fr/help.php index 4eec68e541..3a5abaf9ae 100644 --- a/resources/lang/fr/help.php +++ b/resources/lang/fr/help.php @@ -13,9 +13,9 @@ return [ | */ - 'more_info_title' => "Plus d'info", + 'more_info_title' => 'Plus d\'info', - 'audit_help' => "Cocher cette case va modifier l'enregistrement de la ressource pour refléter ce nouvel emplacement. Laisser décoché notera simplement l'emplacement dans le journal d'audit. :db_column
but should be :expected .'
];
diff --git a/resources/lang/ga-IE/admin/custom_fields/message.php b/resources/lang/ga-IE/admin/custom_fields/message.php
index c244324116..98eeebcc6e 100644
--- a/resources/lang/ga-IE/admin/custom_fields/message.php
+++ b/resources/lang/ga-IE/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Níl an réimse sin ann.',
'already_added' => 'Réimse curtha cheana féin',
- 'create' => [
+ 'create' => array(
'error' => 'Níor cruthaíodh réimse, déan iarracht arís.',
'success' => 'Réimse cruthaithe go rathúil.',
- 'assoc_success' => 'Réimse curtha leis go rathúil go rathúil.',
- ],
+ 'assoc_success' => 'Réimse curtha leis go rathúil go rathúil.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Níor nuashonraíodh an réimse, déan iarracht arís',
- 'success' => 'Réimse cothrom le dáta go rathúil',
- ],
+ 'success' => 'Réimse cothrom le dáta go rathúil'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'An bhfuil tú cinnte gur mian leat an réimse seo a scriosadh?',
'error' => 'Bhí ceist ann a scriosadh an réimse. Arís, le d\'thoil.',
'success' => 'Scriosadh an réimse go rathúil.',
'in_use' => 'Tá réimse fós in úsáid.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Ní bhíonn Fieldset ann',
- 'create' => [
+ 'create' => array(
'error' => 'Níor cruthaíodh Fieldset, déan iarracht arís.',
- 'success' => 'Cruthaíodh Fieldset go rathúil.',
- ],
+ 'success' => 'Cruthaíodh Fieldset go rathúil.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Níor cuireadh nuashonrú ar Fieldset, déan iarracht arís',
- 'success' => 'Fieldset uasdátú go rathúil.',
- ],
+ 'success' => 'Fieldset uasdátú go rathúil.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'An bhfuil tú cinnte go dteastaíonn uait an teip seo a scriosadh?',
'error' => 'Bhí ceist ann a scriosadh an slí. Arís, le d\'thoil.',
'success' => 'Scriosadh an frithbhealach go rathúil.',
'in_use' => 'Tá Fieldset fós in úsáid.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/ga-IE/admin/departments/message.php b/resources/lang/ga-IE/admin/departments/message.php
index f9dcea632f..0b152002ea 100644
--- a/resources/lang/ga-IE/admin/departments/message.php
+++ b/resources/lang/ga-IE/admin/departments/message.php
@@ -1,21 +1,21 @@
'Níl an Roinn ann.',
'assoc_users' => 'Tá an roinn seo bainteach le húsáid amháin ar a laghad agus ní féidir é a scriosadh. Déan do úsáideoirí a thabhairt cothrom le dáta gan tagairt a dhéanamh don roinn seo a thuilleadh agus déan iarracht arís.',
- 'create' => [
+ 'create' => array(
'error' => 'Níor cruthaíodh an Roinn, déan iarracht arís.',
- 'success' => 'Chruthaigh an Roinn go rathúil.',
- ],
- 'update' => [
+ 'success' => 'Chruthaigh an Roinn go rathúil.'
+ ),
+ 'update' => array(
'error' => 'Níor nuashonraíodh an Roinn, déan iarracht arís',
- 'success' => 'Rinne an Roinn cothrom le dáta go rath',
- ],
- 'delete' => [
+ 'success' => 'Rinne an Roinn cothrom le dáta go rath'
+ ),
+ 'delete' => array(
'confirm' => 'An bhfuil tú cinnte gur mian leat an roinn seo a scriosadh?',
'error' => 'Bhí ceist ann a scriosadh an roinn. Arís, le d\'thoil.',
- 'success' => 'Scriosadh an roinn go rathúil.',
- ],
+ 'success' => 'Scriosadh an roinn go rathúil.'
+ )
-];
+);
diff --git a/resources/lang/ga-IE/admin/departments/table.php b/resources/lang/ga-IE/admin/departments/table.php
index 6779c44117..b4af1edd58 100644
--- a/resources/lang/ga-IE/admin/departments/table.php
+++ b/resources/lang/ga-IE/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Ainm na Roinne',
@@ -8,4 +8,4 @@ return [
'location' => 'Suíomh',
'create' => 'Cruthaigh an Roinn',
'update' => 'An Roinn Nuashonraithe',
- ];
+ );
diff --git a/resources/lang/ga-IE/admin/depreciations/general.php b/resources/lang/ga-IE/admin/depreciations/general.php
index 974fcf92ec..55ddafa674 100644
--- a/resources/lang/ga-IE/admin/depreciations/general.php
+++ b/resources/lang/ga-IE/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Dímheas Sócmhainní',
'create' => 'Críochnaigh Dímheas',
'depreciation_name' => 'Ainm Dímheas',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Líon na Míonna',
'update' => 'Dímheas Nuashonraigh',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/ga-IE/admin/depreciations/message.php b/resources/lang/ga-IE/admin/depreciations/message.php
index f2b2c6f5c8..b1cebaa239 100644
--- a/resources/lang/ga-IE/admin/depreciations/message.php
+++ b/resources/lang/ga-IE/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Níl an rang dímheasa ann.',
'assoc_users' => 'Tá an dímheas seo bainteach le samhlacha amháin nó níos mó faoi láthair agus ní féidir í a scriosadh. Scrios na samhlacha, agus ansin déan iarracht a scriosadh arís.',
- 'create' => [
+
+ 'create' => array(
'error' => 'Níor cruthaíodh rang dímheasa, déan iarracht arís. :(',
- 'success' => 'An rang dímheasa a cruthaíodh go rathúil. :)',
- ],
+ 'success' => 'An rang dímheasa a cruthaíodh go rathúil. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Níor nuashonraíodh an rang dímheasa, déan iarracht arís',
- 'success' => 'Rang dímheasta cothrom le dáta go rathúil.',
- ],
+ 'success' => 'Rang dímheasta cothrom le dáta go rathúil.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'An bhfuil tú cinnte gur mian leat an rang dímheasa seo a scriosadh?',
'error' => 'Bhí ceist ann a scriosadh an rang dímheasa. Arís, le d\'thoil.',
- 'success' => 'Scriosadh an rang dímheasa go rathúil.',
- ],
+ 'success' => 'Scriosadh an rang dímheasa go rathúil.'
+ )
-];
+);
diff --git a/resources/lang/ga-IE/admin/depreciations/table.php b/resources/lang/ga-IE/admin/depreciations/table.php
index 5683cdd3b3..b92cae9412 100644
--- a/resources/lang/ga-IE/admin/depreciations/table.php
+++ b/resources/lang/ga-IE/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Míonna',
'term' => 'Téarma',
'title' => 'Ainm',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/ga-IE/admin/groups/message.php b/resources/lang/ga-IE/admin/groups/message.php
index 3ec84b7565..1589ad531f 100644
--- a/resources/lang/ga-IE/admin/groups/message.php
+++ b/resources/lang/ga-IE/admin/groups/message.php
@@ -1,22 +1,22 @@
'Tá grúpa ann cheana!',
'group_not_found' => 'Níl grúpa [: id] ann.',
'group_name_required' => 'Tá an réimse ainmnithe ag teastáil',
- 'success' => [
+ 'success' => array(
'create' => 'Rinneadh an grúpa a chruthú go rathúil.',
'update' => 'Rinneadh an grúpa cothrom le dáta go rathúil',
'delete' => 'Bhí an grúpa scriosta go rathúil.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'An bhfuil tú cinnte gur mian leat an grúpa seo a scriosadh?',
'create' => 'Bhí ceist ann a chruthaigh an grúpa. Arís, le d\'thoil.',
'update' => 'Bhí ceist ann ag nuashonrú an ghrúpa. Arís, le d\'thoil.',
'delete' => 'Bhí ceist ann a scriosadh an grúpa. Arís, le d\'thoil.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/ga-IE/admin/groups/table.php b/resources/lang/ga-IE/admin/groups/table.php
index 66a8fcf54b..0aa1d498b5 100644
--- a/resources/lang/ga-IE/admin/groups/table.php
+++ b/resources/lang/ga-IE/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Ainm',
'users' => '# Úsáideoirí',
-];
+);
diff --git a/resources/lang/ga-IE/admin/groups/titles.php b/resources/lang/ga-IE/admin/groups/titles.php
index 894ec54b21..b7e488d0c4 100644
--- a/resources/lang/ga-IE/admin/groups/titles.php
+++ b/resources/lang/ga-IE/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Riarachán Grúpa',
'allow' => 'Ceadaigh',
'deny' => 'Diúltaigh',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/ga-IE/admin/hardware/form.php b/resources/lang/ga-IE/admin/hardware/form.php
index b8e267b255..c8c04f510e 100644
--- a/resources/lang/ga-IE/admin/hardware/form.php
+++ b/resources/lang/ga-IE/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Bharántas',
'warranty_expires' => 'Warranty Expires',
'years' => 'blianta',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/ga-IE/admin/hardware/general.php b/resources/lang/ga-IE/admin/hardware/general.php
index 82e22f0d93..defdb03507 100644
--- a/resources/lang/ga-IE/admin/hardware/general.php
+++ b/resources/lang/ga-IE/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Inrianaithe',
'requested' => 'Iarrtar',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Athchóirigh Sócmhainn',
'pending' => 'Ar feitheamh',
'undeployable' => 'Neamhfhostaithe',
'view' => 'Féach Sócmhainn',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/ga-IE/admin/hardware/message.php b/resources/lang/ga-IE/admin/hardware/message.php index 858dbd50e3..365ec94c09 100644 --- a/resources/lang/ga-IE/admin/hardware/message.php +++ b/resources/lang/ga-IE/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Marradh: Tá an tsócmhainn seo marcáilte mar atá inghníomhaithe faoi láthair. Má d\'athraigh an stádas seo, déan an stádas sócmhainne a nuashonrú.', 'does_not_exist' => 'Níl sócmhainn ann.', - 'does_not_exist_or_not_requestable' => 'Iarracht deas. Níl an tsócmhainn sin ann nó níl sé inghlactha.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Faoi láthair déanfar an tsócmhainn seo a sheiceáil chuig úsáideoir agus ní féidir é a scriosadh. Déan seiceáil ar an tsócmhainn sa chéad uair, agus déan iarracht ansin scriosadh arís.', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Iniúchadh sócmhainne logáilte go rathúil.', ], + 'deletefile' => [ 'error' => 'Ní scriosadh an comhad. Arís, le d\'thoil.', 'success' => 'Comhad a scriosadh go rathúil', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Níorbh fhéidir an comhad a scriosadh', ], + 'delete' => [ 'confirm' => 'An bhfuil tú cinnte gur mian leat an tsócmhainn seo a scriosadh?', 'error' => 'Bhí ceist ann a scriosadh an tsócmhainn. Arís, le d\'thoil.', diff --git a/resources/lang/ga-IE/admin/hardware/table.php b/resources/lang/ga-IE/admin/hardware/table.php index 010d7f55f1..9cad6351a6 100644 --- a/resources/lang/ga-IE/admin/hardware/table.php +++ b/resources/lang/ga-IE/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Clib Sócmhainní', 'asset_model' => 'Mionsamhail', - 'book_value' => 'Luach', + 'book_value' => 'Current Value', 'change' => 'In / Amach', 'checkout_date' => 'Dáta Seiceáil', 'checkoutto' => 'Seiceáil Amach', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Íoslódáil CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Sraithuimhir', 'status' => 'Stádas', 'title' => 'Sócmhainn', - 'image' => 'Íomhá Gléas', + 'image' => 'Íomhá Gléas', 'days_without_acceptance' => 'Laethanta Gan Glactha', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/ga-IE/admin/kits/general.php b/resources/lang/ga-IE/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/ga-IE/admin/kits/general.php +++ b/resources/lang/ga-IE/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/ga-IE/admin/licenses/form.php b/resources/lang/ga-IE/admin/licenses/form.php index 31ea971f2f..b3a6bf37d4 100644 --- a/resources/lang/ga-IE/admin/licenses/form.php +++ b/resources/lang/ga-IE/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Sócmhainn', 'checkin' => 'Checkin', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Ceadúnaithe chuig R-phost', 'to_name' => 'Ainm Ceadúnaithe', 'update' => 'Ceadúnas Nuashonraithe', - 'checkout_help' => 'Ní mór duit ceadúnas a sheiceáil amach do shócmhainn chrua-earraí nó do dhuine. Is féidir leat an dá rogha a roghnú, ach ní mór d\'úinéir na sócmhainne a mheaitseáil leis an duine a bhfuil tú ag seiceáil ar an tsócmhainn.', -]; + 'checkout_help' => 'Ní mór duit ceadúnas a sheiceáil amach do shócmhainn chrua-earraí nó do dhuine. Is féidir leat an dá rogha a roghnú, ach ní mór d\'úinéir na sócmhainne a mheaitseáil leis an duine a bhfuil tú ag seiceáil ar an tsócmhainn.' +); diff --git a/resources/lang/ga-IE/admin/licenses/general.php b/resources/lang/ga-IE/admin/licenses/general.php index 59a421a4a0..b67eda5593 100644 --- a/resources/lang/ga-IE/admin/licenses/general.php +++ b/resources/lang/ga-IE/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Maidir Ceadúnais', 'about_licenses' => 'Úsáidtear ceadúnais chun bogearraí a rianú. Tá líon áirithe suíochán acu ar féidir iad a sheiceáil amach do dhaoine aonair', 'checkin' => 'Suíochán Ceadúnas Checkin', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Ceadúnais Bogearraí', 'user' => 'Úsáideoir', 'view' => 'Féach ar an gCeadúnas', -]; +); diff --git a/resources/lang/ga-IE/admin/licenses/message.php b/resources/lang/ga-IE/admin/licenses/message.php index 30a695f8e7..0f880e3ee8 100644 --- a/resources/lang/ga-IE/admin/licenses/message.php +++ b/resources/lang/ga-IE/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Níl an ceadúnas ann.', 'user_does_not_exist' => 'Níl an t-úsáideoir ann.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Ní mór duit sócmhainn nó úsáideoir a roghnú, ach níl an dá cheann.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Níor cruthaíodh an ceadúnas, déan iarracht arís.', - 'success' => 'Cruthaíodh ceadúnas go rathúil.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Níor cruthaíodh an ceadúnas, déan iarracht arís.', + 'success' => 'Cruthaíodh ceadúnas go rathúil.' + ), + + 'deletefile' => array( 'error' => 'Ní scriosadh an comhad. Arís, le d\'thoil.', 'success' => 'Comhad a scriosadh go rathúil', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Comhad (í) nach bhfuil uaslódáil. Arís, le d\'thoil.', 'success' => 'Comhad (í) uaslódáil go rathúil.', 'nofiles' => 'Níor roghnaigh tú comhaid ar bith le híoslódáil, nó tá an comhad a bhfuil tú ag iarraidh uaslódáil ró-mhór', 'invalidfiles' => 'Tá ceann amháin nó níos mó de do chuid comhad ró-mhór nó is comhad í nach bhfuil ceadaithe. Is iad píopaí comhaid a cheadaítear png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Níor nuashonraíodh an ceadúnas, déan iarracht arís', - 'success' => 'Tugadh ceadúnas chun dáta go rathúil', - ], + 'success' => 'Tugadh ceadúnas chun dáta go rathúil' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'An bhfuil tú cinnte gur mian leat an ceadúnas seo a scriosadh?', 'error' => 'Bhí ceist ann a scriosadh an ceadúnas. Arís, le d\'thoil.', - 'success' => 'Scriosadh an ceadúnas go rathúil.', - ], + 'success' => 'Scriosadh an ceadúnas go rathúil.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Bhí ceist ann a sheiceáil amach an ceadúnas. Arís, le d\'thoil.', - 'success' => 'Rinneadh an ceadúnas a sheiceáil go rathúil', - ], + 'success' => 'Rinneadh an ceadúnas a sheiceáil go rathúil' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Bhí ceist ann a sheiceáil sa cheadúnas. Arís, le d\'thoil.', - 'success' => 'Rinneadh an ceadúnas a sheiceáil go rathúil', - ], + 'success' => 'Rinneadh an ceadúnas a sheiceáil go rathúil' + ), -]; +); diff --git a/resources/lang/ga-IE/admin/licenses/table.php b/resources/lang/ga-IE/admin/licenses/table.php index 29cb907ac1..a019bbdacd 100644 --- a/resources/lang/ga-IE/admin/licenses/table.php +++ b/resources/lang/ga-IE/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Sannadh Chun', 'checkout' => 'In / Amach', @@ -14,4 +14,4 @@ return [ 'serial' => 'Sraithuimhir', 'title' => 'Ceadúnas', -]; +); diff --git a/resources/lang/ga-IE/admin/locations/message.php b/resources/lang/ga-IE/admin/locations/message.php index cb121a0171..f67de4aba0 100644 --- a/resources/lang/ga-IE/admin/locations/message.php +++ b/resources/lang/ga-IE/admin/locations/message.php @@ -1,26 +1,27 @@ 'Níl an suíomh ann.', 'assoc_users' => 'Tá an suíomh seo bainteach le húsáid amháin ar a laghad agus ní féidir é a scriosadh. Nuashonraigh d\'úsáideoirí an t-ionad seo a thuilleadh agus déan iarracht arís.', 'assoc_assets' => 'Tá an suíomh seo bainteach le sócmhainn amháin ar a laghad agus ní féidir é a scriosadh. Déan do sócmhainní a thabhairt cothrom le dáta gan tagairt a dhéanamh don áit seo agus déan iarracht arís.', 'assoc_child_loc' => 'Faoi láthair tá an suíomh seo ina tuismitheoir ar a laghad ar shuíomh leanbh amháin ar a laghad agus ní féidir é a scriosadh. Nuashonraigh do láithreacha le do thoil gan tagairt a dhéanamh don suíomh seo agus déan iarracht arís.', - 'create' => [ + + 'create' => array( 'error' => 'Níor cruthaíodh an suíomh, déan iarracht arís.', - 'success' => 'Suíomh cruthaithe go rathúil.', - ], + 'success' => 'Suíomh cruthaithe go rathúil.' + ), - 'update' => [ + 'update' => array( 'error' => 'Níor nuashonraíodh an suíomh, déan iarracht arís', - 'success' => 'Suíomh curtha chun dáta go rathúil.', - ], + 'success' => 'Suíomh curtha chun dáta go rathúil.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'An bhfuil tú cinnte gur mian leat an suíomh seo a scriosadh?', 'error' => 'Bhí ceist ann a scriosadh an suíomh. Arís, le d\'thoil.', - 'success' => 'Scriosadh an suíomh go rathúil.', - ], + 'success' => 'Scriosadh an suíomh go rathúil.' + ) -]; +); diff --git a/resources/lang/ga-IE/admin/locations/table.php b/resources/lang/ga-IE/admin/locations/table.php index 2c1682c341..746a58bb0c 100644 --- a/resources/lang/ga-IE/admin/locations/table.php +++ b/resources/lang/ga-IE/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Tuismitheoir', 'currency' => 'Airgeadra Suímh', 'ldap_ou' => 'OL Cuardaigh LDAP', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/ga-IE/admin/manufacturers/message.php b/resources/lang/ga-IE/admin/manufacturers/message.php index 7e488c52f1..e861d4b6de 100644 --- a/resources/lang/ga-IE/admin/manufacturers/message.php +++ b/resources/lang/ga-IE/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Níl an monaróir ann.', 'assoc_users' => 'Tá baint ag an monaróir seo faoi láthair le múnla amháin ar a laghad agus ní féidir é a scriosadh. Nuashonraigh do chuid samhlacha le do thoil gan tagairt a dhéanamh don monaróir seo agus déan iarracht arís.', - 'create' => [ + 'create' => array( 'error' => 'Níor cruthaíodh an monaróir, déan iarracht arís.', - 'success' => 'Cruthaigh an monaróir go rathúil.', - ], + 'success' => 'Cruthaigh an monaróir go rathúil.' + ), - 'update' => [ + 'update' => array( 'error' => 'Níor nuashonraíodh an monaróir, déan iarracht arís', - 'success' => 'Déantar an monaróir chun cinn go rathúil.', - ], + 'success' => 'Déantar an monaróir chun cinn go rathúil.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Manufacturer was not restored, please try again', - 'success' => 'Manufacturer restored successfully.', - ], + 'success' => 'Manufacturer restored successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'An bhfuil tú cinnte gur mian leat an monaróir seo a scriosadh?', 'error' => 'Bhí ceist ann a scriosadh an monaróir. Arís, le d\'thoil.', - 'success' => 'Scriosadh an Monaróir go rathúil.', - ], + 'success' => 'Scriosadh an Monaróir go rathúil.' + ) -]; +); diff --git a/resources/lang/ga-IE/admin/manufacturers/table.php b/resources/lang/ga-IE/admin/manufacturers/table.php index 4576c7a57c..612719dc26 100644 --- a/resources/lang/ga-IE/admin/manufacturers/table.php +++ b/resources/lang/ga-IE/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Maidir le monaróirí', 'about_manufacturers_text' => 'Is iad na monaróirí na cuideachtaí a chruthaíonn do shócmhainní. Is féidir leat eolas teagmhála tacaíochta tábhachtach a stóráil anseo, a thaispeántar ar leathanaigh sonraí na sócmhainne.', 'asset_manufacturers' => 'Déantóirí Sócmhainní', @@ -13,4 +13,4 @@ return [ 'update' => 'Déantóir Nuashonraithe', 'url' => 'URL', -]; +); diff --git a/resources/lang/ga-IE/admin/models/general.php b/resources/lang/ga-IE/admin/models/general.php index e705301c6a..34b59aafea 100644 --- a/resources/lang/ga-IE/admin/models/general.php +++ b/resources/lang/ga-IE/admin/models/general.php @@ -1,6 +1,6 @@ 'Maidir le Múnlaí Sócmhainne', 'about_models_text' => 'Tá modhanna sócmhainne ina bhealach chun sócmhainní comhionanna a ghrúpáil. "MBP 2013", "iPhone 6s", etc.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'restore' => 'Múnla Athchóirigh', 'requestable' => 'Féadfaidh úsáideoirí an tsamhail seo a iarraidh', - 'show_mac_address' => 'Taispeáin réimse seoladh MAC i sócmhainní sa mhúnla seo', + 'show_mac_address' => 'Taispeáin réimse seoladh MAC i sócmhainní sa mhúnla seo', 'view_deleted' => 'Féach Scriosta', 'view_models' => 'Amharc ar Mhúnlaí', 'fieldset' => 'Fieldset', 'no_custom_field' => 'Uimh réimsí saincheaptha', 'add_default_values' => 'Add default values', -]; +); diff --git a/resources/lang/ga-IE/admin/models/message.php b/resources/lang/ga-IE/admin/models/message.php index 742bac47e3..2162bd5166 100644 --- a/resources/lang/ga-IE/admin/models/message.php +++ b/resources/lang/ga-IE/admin/models/message.php @@ -1,41 +1,42 @@ 'Níl múnla ann.', 'assoc_users' => 'Tá an tsamhail seo bainteach le sócmhainní amháin nó níos mó faoi láthair agus ní féidir é a scriosadh. Scrios na sócmhainní, agus ansin déan iarracht a scriosadh arís.', - 'create' => [ + + 'create' => array( 'error' => 'Níor cruthaíodh an tsamhail, déan iarracht arís.', 'success' => 'Múnla cruthaithe go rathúil.', 'duplicate_set' => 'Tá múnla sócmhainne leis an ainm sin, an monaróir agus an uimhir samhail ann cheana féin.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Níor nuashonraíodh an tsamhail, déan iarracht arís', - 'success' => 'Modúl nuashonraithe go rathúil', - ], + 'success' => 'Modúl nuashonraithe go rathúil' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'An bhfuil tú cinnte gur mian leat an tsamhail sócmhainne seo a scriosadh?', 'error' => 'Bhí ceist ann a scriosadh an tsamhail. Arís, le d\'thoil.', - 'success' => 'Scriosadh an tsamhail go rathúil.', - ], + 'success' => 'Scriosadh an tsamhail go rathúil.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Níor athchóiríodh an tsamhail, déan iarracht arís', - 'success' => 'Múnla curtha ar ais go rathúil.', - ], + 'success' => 'Múnla curtha ar ais go rathúil.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Níor athraíodh aon réimsí, mar sin níor nuashonraíodh aon rud.', - 'success' => 'Modhanna nuashonraithe.', - ], + 'success' => 'Modhanna nuashonraithe.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'No models were selected, so nothing was deleted.', 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', - ], + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), -]; +); diff --git a/resources/lang/ga-IE/admin/models/table.php b/resources/lang/ga-IE/admin/models/table.php index 83f2e72531..7566b2741a 100644 --- a/resources/lang/ga-IE/admin/models/table.php +++ b/resources/lang/ga-IE/admin/models/table.php @@ -1,6 +1,6 @@ 'Cruthaigh Samhail Sócmhainne', 'created_at' => 'Cruthaithe ag', @@ -14,4 +14,4 @@ return [ 'update' => 'Nuashonraigh an tSamhail Sócmhainní', 'clone' => 'Samhail Clón', 'edit' => 'Modúl a Athrú', -]; +); diff --git a/resources/lang/ga-IE/admin/reports/general.php b/resources/lang/ga-IE/admin/reports/general.php index 88d7c990ae..88de103db8 100644 --- a/resources/lang/ga-IE/admin/reports/general.php +++ b/resources/lang/ga-IE/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Roghnaigh na roghanna atá uait as do thuairisc sócmhainne.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/ga-IE/admin/reports/message.php b/resources/lang/ga-IE/admin/reports/message.php index 3106f66354..3e9771f629 100644 --- a/resources/lang/ga-IE/admin/reports/message.php +++ b/resources/lang/ga-IE/admin/reports/message.php @@ -1,5 +1,5 @@ 'Ní mór duit rogha AMHÁIN ar a laghad a roghnú.', -]; +return array( + 'error' => 'Ní mór duit rogha AMHÁIN ar a laghad a roghnú.' +); diff --git a/resources/lang/ga-IE/admin/settings/general.php b/resources/lang/ga-IE/admin/settings/general.php index 5f3780473b..3a665eea58 100644 --- a/resources/lang/ga-IE/admin/settings/general.php +++ b/resources/lang/ga-IE/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'Is freastalaí Gníomhach Eolaire é seo', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Seol foláirimh chuig', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Cumarsáid Cumarsáide', 'alert_interval' => 'Tairseach Alerts ag dul in éag (i laethanta)', 'alert_inv_threshold' => 'Tairseach Alert Fardail', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'Más gá duit do chuid sócmhainní a iniúchadh go rialta, cuir isteach an t-eatramh i mí.', 'audit_warning_days' => 'Tairseach Rabhaidh Iniúchta', 'audit_warning_days_help' => 'Cé mhéad lá roimh ré ba chóir dúinn rabhadh a thabhairt duit nuair a bhíonn sócmhainní dlite le hiniúchadh?', - 'auto_increment_assets' => 'Gineann IDanna sócmhainne uathchioncrúdaithe', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Réimse (roghnach)', - 'auto_incrementing_help' => 'Cumasaigh IDanna sócmhainne uathghruthaithe ar dtús chun seo a shocrú', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Cúltacaí', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/ga-IE/mail.php b/resources/lang/ga-IE/mail.php index e58e794e31..137212c366 100644 --- a/resources/lang/ga-IE/mail.php +++ b/resources/lang/ga-IE/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Is tástáil é seo ón gCóras Bainistíochta Sócmhainní Snipe-IT. Má fuair tú é seo, tá an ríomhphost ag obair :)', 'the_following_item' => 'Rinneadh an méid seo a leanas a sheiceáil i:', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'Chun do phasfhocal gréasáin a athshocrú, comhlánaigh an fhoirm seo:', 'type' => 'Cineál', diff --git a/resources/lang/ga-IE/pagination.php b/resources/lang/ga-IE/pagination.php index 57e96ea0c5..f87284fc96 100644 --- a/resources/lang/ga-IE/pagination.php +++ b/resources/lang/ga-IE/pagination.php @@ -1,6 +1,6 @@ 'Ar Aghaidh »', -]; +); diff --git a/resources/lang/ga-IE/reminders.php b/resources/lang/ga-IE/reminders.php index 00013b907b..718229999d 100644 --- a/resources/lang/ga-IE/reminders.php +++ b/resources/lang/ga-IE/reminders.php @@ -1,6 +1,6 @@ 'Ní mór go mbeadh sé carachtair ar na focail agus an dearbhú a mheaitseáil.', + "password" => "Ní mór go mbeadh sé carachtair ar na focail agus an dearbhú a mheaitseáil.", - 'user' => 'Tá ainm úsáideora nó seoladh ríomhphoist mícheart', + "user" => "Tá ainm úsáideora nó seoladh ríomhphoist mícheart", - 'token' => 'Tá an tocsa athshocrú focal faire seo neamhbhailí.', + "token" => "Tá an tocsa athshocrú focal faire seo neamhbhailí.", - 'sent' => 'Má aimsíodh seoladh ríomhphoist meaitseála, cuireadh meabhrúchán phasfhocal isteach!', + "sent" => "Má aimsíodh seoladh ríomhphoist meaitseála, cuireadh meabhrúchán phasfhocal isteach!", -]; +); diff --git a/resources/lang/ga-IE/table.php b/resources/lang/ga-IE/table.php index be1a554585..4a40275971 100644 --- a/resources/lang/ga-IE/table.php +++ b/resources/lang/ga-IE/table.php @@ -1,10 +1,10 @@ 'Gníomhartha', 'action' => 'Gníomh', 'by' => 'De réir', 'item' => 'Mír', -]; +); diff --git a/resources/lang/ga-IE/validation.php b/resources/lang/ga-IE/validation.php index 6ada7448b3..a979427726 100644 --- a/resources/lang/ga-IE/validation.php +++ b/resources/lang/ga-IE/validation.php @@ -1,6 +1,6 @@ 'Ní mór: tréith a bheith ar a laghad: carachtair min.', 'array' => 'Ní mór go mbeadh míreanna min ar a laghad ag an tréith.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'An roghnaithe: tá tréith neamhbhailí.', 'numeric' => 'An: Ní mór tréith a bheith ina líon.', 'present' => 'Ní mór an réimse tréith a bheith i láthair.', @@ -88,8 +89,8 @@ return array( 'unique' => 'An: tá tréith déanta cheana féin.', 'uploaded' => 'The: theip ar an tréith a uaslódáil.', 'url' => 'Tá an fhormáid tréithbhail neamhbhailí.', - "unique_undeleted" => "The :attribute must be unique.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "An: sa réimse tréith tá carachtar nach bhfuil ceadaithe.", - "email_array" => "Tá seoltaí ríomhphoist amháin nó níos mó neamhbhailí.", - "hashed_pass" => "Tá do phasfhocal reatha mícheart", + 'alpha_space' => 'An: sa réimse tréith tá carachtar nach bhfuil ceadaithe.', + 'email_array' => 'Tá seoltaí ríomhphoist amháin nó níos mó neamhbhailí.', + 'hashed_pass' => 'Tá do phasfhocal reatha mícheart', 'dumbpwd' => 'Tá an focal faire sin ró-choitianta.', - "statuslabel_type" => "Ní mór duit cineál lipéad stádas bailí a roghnú", + 'statuslabel_type' => 'Ní mór duit cineál lipéad stádas bailí a roghnú', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/he/admin/accessories/general.php b/resources/lang/he/admin/accessories/general.php index d511c3be79..a546cb5c22 100644 --- a/resources/lang/he/admin/accessories/general.php +++ b/resources/lang/he/admin/accessories/general.php @@ -1,6 +1,6 @@ 'סוג האביזר', 'accessory_name' => 'שם אביזר', 'checkout' => 'נפק עזר', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'במקום זאת, השתמש ב- ברירת המחדל הראשית EULA.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/he/admin/custom_fields/message.php b/resources/lang/he/admin/custom_fields/message.php
index a6dd83d3af..57276c107e 100644
--- a/resources/lang/he/admin/custom_fields/message.php
+++ b/resources/lang/he/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'שדה זה אינו קיים.',
'already_added' => 'השדה כבר נוסף',
- 'create' => [
+ 'create' => array(
'error' => 'שדה לא נוצר, נסה שוב.',
'success' => 'שדה נוצר בהצלחה.',
- 'assoc_success' => 'שדה נוסף בהצלחה ל- fieldset.',
- ],
+ 'assoc_success' => 'שדה נוסף בהצלחה ל- fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'השדה לא עודכן, נסה שוב',
- 'success' => 'שדה עודכן בהצלחה.',
- ],
+ 'success' => 'שדה עודכן בהצלחה.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'האם אתה בטוח שברצונך למחוק שדה זה?',
'error' => 'הייתה בעיה במחיקת השדה. בבקשה נסה שוב.',
'success' => 'השדה נמחק בהצלחה.',
'in_use' => 'שדה עדיין בשימוש.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset אינו קיים',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset לא נוצר, נסה שוב.',
- 'success' => 'Fieldset נוצר בהצלחה.',
- ],
+ 'success' => 'Fieldset נוצר בהצלחה.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset לא עודכן, נסה שוב',
- 'success' => 'Fieldset עודכן בהצלחה.',
- ],
+ 'success' => 'Fieldset עודכן בהצלחה.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'האם אתה בטוח שברצונך למחוק את השדה הזה?',
'error' => 'היתה בעיה במחיקת השדה. בבקשה נסה שוב.',
'success' => 'ה- fieldset נמחק בהצלחה.',
'in_use' => 'Fieldset עדיין בשימוש.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/he/admin/departments/message.php b/resources/lang/he/admin/departments/message.php
index ddfc029744..feafc938c4 100644
--- a/resources/lang/he/admin/departments/message.php
+++ b/resources/lang/he/admin/departments/message.php
@@ -1,21 +1,21 @@
'המחלקה לא קיימת.',
'assoc_users' => 'מחלקה זו משויכת כרגע למשתמש אחד לפחות ולא ניתן למחוק אותה. עדכן את המשתמשים שלך כדי לא להפנות עוד למחלקה זו ונסה שוב.',
- 'create' => [
+ 'create' => array(
'error' => 'המחלקה לא נוצרה, נסה שוב.',
- 'success' => 'המחלקה נוצרה בהצלחה.',
- ],
- 'update' => [
+ 'success' => 'המחלקה נוצרה בהצלחה.'
+ ),
+ 'update' => array(
'error' => 'המחלקה לא עודכנה, נסה שוב',
- 'success' => 'המחלקה עודכנה בהצלחה.',
- ],
- 'delete' => [
+ 'success' => 'המחלקה עודכנה בהצלחה.'
+ ),
+ 'delete' => array(
'confirm' => 'האם אתה בטוח שברצונך למחוק מחלקה זו?',
'error' => 'היתה בעיה במחיקת המחלקה. בבקשה נסה שוב.',
- 'success' => 'המחלקה נמחקה בהצלחה.',
- ],
+ 'success' => 'המחלקה נמחקה בהצלחה.'
+ )
-];
+);
diff --git a/resources/lang/he/admin/departments/table.php b/resources/lang/he/admin/departments/table.php
index 0c20c24fb8..7fe6ec4d65 100644
--- a/resources/lang/he/admin/departments/table.php
+++ b/resources/lang/he/admin/departments/table.php
@@ -1,6 +1,6 @@
'תְעוּדַת זֶהוּת',
'name' => 'שם מחלקה',
@@ -8,4 +8,4 @@ return [
'location' => 'מקום',
'create' => 'יצירת המחלקה',
'update' => 'עדכון המחלקה',
- ];
+ );
diff --git a/resources/lang/he/admin/depreciations/general.php b/resources/lang/he/admin/depreciations/general.php
index c9cc3bcfee..97c5252b19 100644
--- a/resources/lang/he/admin/depreciations/general.php
+++ b/resources/lang/he/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'פחת נכסים',
'create' => 'יצירת פחת',
'depreciation_name' => 'שם פחת',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'מספר החודשים',
'update' => 'עדכון פחת',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/he/admin/depreciations/message.php b/resources/lang/he/admin/depreciations/message.php
index 831690ff2e..c92f6b92bb 100644
--- a/resources/lang/he/admin/depreciations/message.php
+++ b/resources/lang/he/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'שיעור פחת אינו קיים.',
'assoc_users' => 'פחת זה משויך כרגע עם דגם אחד או יותר ולא ניתן למחוק אותו. מחק את המודלים ולאחר מכן נסה למחוק שוב.',
- 'create' => [
+
+ 'create' => array(
'error' => 'מחלקת הפחת לא נוצרה, נסה שוב. You',
- 'success' => 'מחלקת הפחת נוצרה בהצלחה. :)',
- ],
+ 'success' => 'מחלקת הפחת נוצרה בהצלחה. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'שיעור הפחת לא עודכן, נסה שוב',
- 'success' => 'שיעור הפחת עודכן בהצלחה.',
- ],
+ 'success' => 'שיעור הפחת עודכן בהצלחה.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'האם אתה בטוח שברצונך למחוק את שיעור הפחת הזה?',
'error' => 'אירעה בעיה במחיקת שיעור הפחת. בבקשה נסה שוב.',
- 'success' => 'מחלקת הפחת נמחקה בהצלחה.',
- ],
+ 'success' => 'מחלקת הפחת נמחקה בהצלחה.'
+ )
-];
+);
diff --git a/resources/lang/he/admin/depreciations/table.php b/resources/lang/he/admin/depreciations/table.php
index 800512aa12..c1b0a15626 100644
--- a/resources/lang/he/admin/depreciations/table.php
+++ b/resources/lang/he/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'חודשים',
'term' => 'טווח',
'title' => 'שֵׁם',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/he/admin/groups/message.php b/resources/lang/he/admin/groups/message.php
index 6dca3166e3..949d1754a6 100644
--- a/resources/lang/he/admin/groups/message.php
+++ b/resources/lang/he/admin/groups/message.php
@@ -1,22 +1,22 @@
'הקבוצה כבר קיימת!',
'group_not_found' => 'קבוצה [: id] לא קיימת.',
'group_name_required' => 'שדה השדה נדרש',
- 'success' => [
+ 'success' => array(
'create' => 'הקבוצה נוצרה בהצלחה.',
'update' => 'הקבוצה עודכנה בהצלחה.',
'delete' => 'הקבוצה נמחקה בהצלחה.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'האם אתה בטוח שברצונך למחוק קבוצה זו?',
'create' => 'היתה בעיה ביצירת הקבוצה. בבקשה נסה שוב.',
'update' => 'היתה בעיה בעדכון הקבוצה. בבקשה נסה שוב.',
'delete' => 'הייתה בעיה במחיקת הקבוצה. בבקשה נסה שוב.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/he/admin/groups/table.php b/resources/lang/he/admin/groups/table.php
index cbae1aa04e..1da80b0ece 100644
--- a/resources/lang/he/admin/groups/table.php
+++ b/resources/lang/he/admin/groups/table.php
@@ -1,9 +1,9 @@
'תְעוּדַת זֶהוּת',
'name' => 'שֵׁם',
'users' => '# משתמשים',
-];
+);
diff --git a/resources/lang/he/admin/groups/titles.php b/resources/lang/he/admin/groups/titles.php
index 6365ee2630..2411b8f0dd 100644
--- a/resources/lang/he/admin/groups/titles.php
+++ b/resources/lang/he/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'מנהל קבוצה',
'allow' => 'להתיר',
'deny' => 'לְהַכּחִישׁ',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/he/admin/hardware/form.php b/resources/lang/he/admin/hardware/form.php
index b38222f305..97adfc2ae8 100644
--- a/resources/lang/he/admin/hardware/form.php
+++ b/resources/lang/he/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'אַחֲרָיוּת',
'warranty_expires' => 'תפוגת האחריות',
'years' => 'שנים',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/he/admin/hardware/general.php b/resources/lang/he/admin/hardware/general.php
index 719f185026..931c3580e8 100644
--- a/resources/lang/he/admin/hardware/general.php
+++ b/resources/lang/he/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'ניתן לבקש',
'requested' => 'מבוקש',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'שחזור נכס',
'pending' => 'ממתין ל',
'undeployable' => 'לא ניתן לפריסה',
'view' => 'הצג נכס',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/he/admin/hardware/message.php b/resources/lang/he/admin/hardware/message.php index 5adf897190..1095a8e44c 100644 --- a/resources/lang/he/admin/hardware/message.php +++ b/resources/lang/he/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => ' אזהרה: הנכס הזה סומן כבלתי ניתן לפריסה כעת. אם סטטוס זה השתנה, עדכן את סטטוס הנכס.', 'does_not_exist' => 'הנכס אינו קיים.', - 'does_not_exist_or_not_requestable' => 'ניסיון יפה. נכס זה אינו קיים או שאינו ניתן לביצוע.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'הנכס הזה מסומן כרגע למשתמש ולא ניתן למחוק אותו. בדוק תחילה את הנכס ולאחר מכן נסה למחוק שוב.', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'ביקורת נכסים נרשמה בהצלחה.', ], + 'deletefile' => [ 'error' => 'הקובץ לא נמחק. בבקשה נסה שוב.', 'success' => 'הקובץ נמחק בהצלחה.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'לא ניתן היה למחוק את הקובץ', ], + 'delete' => [ 'confirm' => 'האם אתה בטוח שברצונך למחוק את הנכס הזה?', 'error' => 'היתה בעיה במחיקת הנכס. בבקשה נסה שוב.', diff --git a/resources/lang/he/admin/hardware/table.php b/resources/lang/he/admin/hardware/table.php index 0b58a498d8..40c9407733 100644 --- a/resources/lang/he/admin/hardware/table.php +++ b/resources/lang/he/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'תג נכס', 'asset_model' => 'דֶגֶם', - 'book_value' => 'ערך', + 'book_value' => 'Current Value', 'change' => 'בפנים בחוץ', 'checkout_date' => 'תבדוק את התאריך', 'checkoutto' => 'נבדק', + 'current_value' => 'Current Value', 'diff' => 'דיף', 'dl_csv' => 'הורד CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'סידורי', 'status' => 'סטָטוּס', 'title' => 'נכס', - 'image' => 'תמונה של מכשיר', + 'image' => 'תמונה של מכשיר', 'days_without_acceptance' => 'ימים ללא קבלה', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/he/admin/kits/general.php b/resources/lang/he/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/he/admin/kits/general.php +++ b/resources/lang/he/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/he/admin/licenses/form.php b/resources/lang/he/admin/licenses/form.php index 3ecb7fc0a4..555bda7704 100644 --- a/resources/lang/he/admin/licenses/form.php +++ b/resources/lang/he/admin/licenses/form.php @@ -1,6 +1,6 @@ 'נכס', 'checkin' => 'קבלה', @@ -18,5 +18,5 @@ return [ 'to_email' => 'מורשה לדוא"ל', 'to_name' => 'מורשה לשם', 'update' => 'עדכון רשיון', - 'checkout_help' => 'עליך לבדוק רשיון לנכס חומרה או לאדם. תוכל לבחור את שניהם, אך הבעלים של הנכס חייב להתאים לאדם שאליו אתה בודק את הנכס.', -]; + 'checkout_help' => 'עליך לבדוק רשיון לנכס חומרה או לאדם. תוכל לבחור את שניהם, אך הבעלים של הנכס חייב להתאים לאדם שאליו אתה בודק את הנכס.' +); diff --git a/resources/lang/he/admin/licenses/general.php b/resources/lang/he/admin/licenses/general.php index b76e40ca9b..7e968671ab 100644 --- a/resources/lang/he/admin/licenses/general.php +++ b/resources/lang/he/admin/licenses/general.php @@ -1,6 +1,6 @@ 'על רישיונות', 'about_licenses' => 'רשיונות משמשים למעקב אחר תוכנה. יש להם מספר מסוים של מושבים כי ניתן לבדוק את הפרטים', 'checkin' => 'רישיון רישיון', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'רשיונות תוכנה', 'user' => 'מִשׁתַמֵשׁ', 'view' => 'הצג רישיון', -]; +); diff --git a/resources/lang/he/admin/licenses/message.php b/resources/lang/he/admin/licenses/message.php index eeea6dfe0b..75df157e4e 100644 --- a/resources/lang/he/admin/licenses/message.php +++ b/resources/lang/he/admin/licenses/message.php @@ -1,6 +1,6 @@ 'הרישיון אינו קיים.', 'user_does_not_exist' => 'משתמש לא קיים.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'עליך לבחור נכס או משתמש, אך לא את שניהם.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'הרישיון לא נוצר, נסה שוב.', - 'success' => 'הרישיון נוצר בהצלחה.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'הרישיון לא נוצר, נסה שוב.', + 'success' => 'הרישיון נוצר בהצלחה.' + ), + + 'deletefile' => array( 'error' => 'הקובץ לא נמחק. בבקשה נסה שוב.', 'success' => 'הקובץ נמחק בהצלחה.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'הקובץ לא הועלה. בבקשה נסה שוב.', 'success' => 'הקבצים הועלו בהצלחה.', 'nofiles' => 'לא בחרת קבצים להעלאה, או שהקובץ שאתה מנסה להעלות גדול מדי', 'invalidfiles' => 'אחד או יותר מהקבצים שלך גדול מדי או שהוא סוג קובץ שאינו מותר. סוגי קבצים מותרים הם png, gif, jpg, jpeg, docx, pdf, txt, zip, rar, rtf, XML ו- lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'הרישיון לא עודכן, נסה שוב', - 'success' => 'הרישיון עודכן בהצלחה.', - ], + 'success' => 'הרישיון עודכן בהצלחה.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'האם אתה בטוח שברצונך למחוק רישיון זה?', 'error' => 'היתה בעיה במחיקת הרישיון. בבקשה נסה שוב.', - 'success' => 'הרישיון נמחק בהצלחה.', - ], + 'success' => 'הרישיון נמחק בהצלחה.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'היתה בעיה לבדוק את הרישיון. בבקשה נסה שוב.', - 'success' => 'הרשיון נבדק בהצלחה', - ], + 'success' => 'הרשיון נבדק בהצלחה' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'היתה בעיה בבדיקת הרישיון. בבקשה נסה שוב.', - 'success' => 'הרישיון נבדק בהצלחה', - ], + 'success' => 'הרישיון נבדק בהצלחה' + ), -]; +); diff --git a/resources/lang/he/admin/licenses/table.php b/resources/lang/he/admin/licenses/table.php index def23c22e2..7008536d2a 100644 --- a/resources/lang/he/admin/licenses/table.php +++ b/resources/lang/he/admin/licenses/table.php @@ -1,6 +1,6 @@ 'מוקצה ל-', 'checkout' => 'ניפוק/החזרה', @@ -14,4 +14,4 @@ return [ 'serial' => 'מספר סידורי', 'title' => 'רישיון', -]; +); diff --git a/resources/lang/he/admin/locations/message.php b/resources/lang/he/admin/locations/message.php index 1b30379473..f35788b9a0 100644 --- a/resources/lang/he/admin/locations/message.php +++ b/resources/lang/he/admin/locations/message.php @@ -1,26 +1,27 @@ 'המיקום אינו קיים.', 'assoc_users' => 'המיקום משויך לפחות למשתמש אחד ולכן לא ניתן למחוק אותו. אנא עדכן את המשתמשים כך שלא יהיה אף משתמש משויך למיקום זה ונסה שנית. ', 'assoc_assets' => 'המיקום משויך לפחות לפריט אחד ולכן לא ניתן למחוק אותו. אנא עדכן את הפריטים כך שלא יהיה אף פריט משויך למיקום זה ונסה שנית. ', 'assoc_child_loc' => 'למיקום זה מוגדרים תתי-מיקומים ולכן לא ניתן למחוק אותו. אנא עדכן את המיקומים כך שלא שמיקום זה לא יכיל תתי מיקומים ונסה שנית. ', - 'create' => [ + + 'create' => array( 'error' => 'המיקום לא נוצר, אנא נסה שנית.', - 'success' => 'המיקום נוצר בהצלחה.', - ], + 'success' => 'המיקום נוצר בהצלחה.' + ), - 'update' => [ + 'update' => array( 'error' => 'המיקום לא עודכן, אנא נסה שנית', - 'success' => 'המיקום עודכן בהצלחה.', - ], + 'success' => 'המיקום עודכן בהצלחה.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'האם אתה בטוח שברצונך למחוק את המיקום?', 'error' => 'אירעה תקלה במחיקת המיקום. אנא נסה שנית.', - 'success' => 'המיקום נמחק בהצלחה.', - ], + 'success' => 'המיקום נמחק בהצלחה.' + ) -]; +); diff --git a/resources/lang/he/admin/locations/table.php b/resources/lang/he/admin/locations/table.php index 6f38b774ba..2a83003ef1 100644 --- a/resources/lang/he/admin/locations/table.php +++ b/resources/lang/he/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'הוֹרֶה', 'currency' => 'מטבע מיקום', 'ldap_ou' => 'חיפוש OD של LDAP', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/he/admin/manufacturers/message.php b/resources/lang/he/admin/manufacturers/message.php index 48dfa0a86c..200f079ccd 100644 --- a/resources/lang/he/admin/manufacturers/message.php +++ b/resources/lang/he/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'היצרן אינו קיים.', 'assoc_users' => 'יצרן זה משויך כרגע עם דגם אחד לפחות ולא ניתן למחוק אותו. אנא עדכן את הדגמים שלך כדי לא להתייחס עוד ליצרן זה ונסה שוב.', - 'create' => [ + 'create' => array( 'error' => 'היצרן לא נוצר, נסה שוב.', - 'success' => 'היצרן נוצר בהצלחה.', - ], + 'success' => 'היצרן נוצר בהצלחה.' + ), - 'update' => [ + 'update' => array( 'error' => 'היצרן לא עודכן, נסה שוב', - 'success' => 'היצרן עודכן בהצלחה.', - ], + 'success' => 'היצרן עודכן בהצלחה.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'היצרן לא שוחזר, נסה שוב', - 'success' => 'היצרן שוחזר בהצלחה.', - ], + 'success' => 'היצרן שוחזר בהצלחה.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'האם אתה בטוח שברצונך למחוק יצרן זה?', 'error' => 'אירעה בעיה במחיקת היצרן. בבקשה נסה שוב.', - 'success' => 'היצרן נמחק בהצלחה.', - ], + 'success' => 'היצרן נמחק בהצלחה.' + ) -]; +); diff --git a/resources/lang/he/admin/manufacturers/table.php b/resources/lang/he/admin/manufacturers/table.php index c0c52dbb5f..d788333f4e 100644 --- a/resources/lang/he/admin/manufacturers/table.php +++ b/resources/lang/he/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'על היצרנים', 'about_manufacturers_text' => 'היצרנים הן החברות שיוצרות את הנכסים שלך. תוכל לאחסן כאן פרטים חשובים ליצירת קשר עם התמיכה, שתוצג בדפי פרטי הנכס שלך.', 'asset_manufacturers' => 'יצרני נכסים', @@ -13,4 +13,4 @@ return [ 'update' => 'עדכון היצרן', 'url' => 'כתובת אתר', -]; +); diff --git a/resources/lang/he/admin/models/general.php b/resources/lang/he/admin/models/general.php index 7d98ce7095..cbb6dd4e58 100644 --- a/resources/lang/he/admin/models/general.php +++ b/resources/lang/he/admin/models/general.php @@ -1,6 +1,6 @@ 'על מודלים הנכסים', 'about_models_text' => 'מודלים של נכסים הם דרך לקבץ נכסים זהים. "MBP 2013", "iPhone 6s", וכו \'', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'restore' => 'שחזור מודל', 'requestable' => 'משתמשים רשאים לבקש מודל זה', - 'show_mac_address' => 'הצג שדה כתובת MAC בנכסים במודל זה', + 'show_mac_address' => 'הצג שדה כתובת MAC בנכסים במודל זה', 'view_deleted' => 'הצג נמחק', 'view_models' => 'הצג דגמים', 'fieldset' => 'קבוצת שדות', 'no_custom_field' => 'אין שדות מותאמים אישית', 'add_default_values' => 'הוספת ערכי בררת מחדל', -]; +); diff --git a/resources/lang/he/admin/models/message.php b/resources/lang/he/admin/models/message.php index ac63db716f..227ba73f87 100644 --- a/resources/lang/he/admin/models/message.php +++ b/resources/lang/he/admin/models/message.php @@ -1,41 +1,42 @@ 'המודל אינו קיים.', 'assoc_users' => 'מודל זה משויך כרגע לנכס אחד או יותר ולא ניתן למחוק אותו. מחק את הנכסים ולאחר מכן נסה למחוק שוב.', - 'create' => [ + + 'create' => array( 'error' => 'המודל לא נוצר, נסה שוב.', 'success' => 'המודל נוצר בהצלחה.', 'duplicate_set' => 'כבר קיים מודל נכסים עם שם, יצרן ומספר דגם זה.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'המודל לא עודכן, נסה שוב', - 'success' => 'המודל עודכן בהצלחה.', - ], + 'success' => 'המודל עודכן בהצלחה.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'האם אתה בטוח שברצונך למחוק מודל נכס זה?', 'error' => 'הייתה בעיה במחיקת המודל. בבקשה נסה שוב.', - 'success' => 'המודל נמחק בהצלחה.', - ], + 'success' => 'המודל נמחק בהצלחה.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'המודל לא שוחזר, נסה שוב', - 'success' => 'המודל שוחזר בהצלחה.', - ], + 'success' => 'המודל שוחזר בהצלחה.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'לא השתנו שדות, ולכן שום דבר לא עודכן.', - 'success' => 'המודלים עודכנו.', - ], + 'success' => 'המודלים עודכנו.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'לא נבחרו מודלים, לכן לא נמחק שום דבר.', 'success' => ':success_count מודלים נמחקו!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', - ], + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), -]; +); diff --git a/resources/lang/he/admin/models/table.php b/resources/lang/he/admin/models/table.php index 567be071ce..f43f0d4be2 100644 --- a/resources/lang/he/admin/models/table.php +++ b/resources/lang/he/admin/models/table.php @@ -1,6 +1,6 @@ 'יצירת מודל נכס', 'created_at' => 'נוצר ב', @@ -14,4 +14,4 @@ return [ 'update' => 'עדכון דגם הנכס', 'clone' => 'שיבוט המודל', 'edit' => 'עריכת מודל', -]; +); diff --git a/resources/lang/he/admin/reports/general.php b/resources/lang/he/admin/reports/general.php index 1aa091bc38..9a8ba091b3 100644 --- a/resources/lang/he/admin/reports/general.php +++ b/resources/lang/he/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'בחר את האפשרויות הרצויות עבור דוח הנכס שלך.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/he/admin/reports/message.php b/resources/lang/he/admin/reports/message.php index 301dda0531..be69bd1c03 100644 --- a/resources/lang/he/admin/reports/message.php +++ b/resources/lang/he/admin/reports/message.php @@ -1,5 +1,5 @@ 'עליך לבחור לפחות אפשרות אחת.', -]; +return array( + 'error' => 'עליך לבחור לפחות אפשרות אחת.' +); diff --git a/resources/lang/he/admin/settings/general.php b/resources/lang/he/admin/settings/general.php index 22b6072f4c..009a3360c7 100644 --- a/resources/lang/he/admin/settings/general.php +++ b/resources/lang/he/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'תחום Active Directory', 'ad_domain_help' => 'לפעמים זה זהה לדומיין הדוא"ל שלך, אך לא תמיד.', 'ad_append_domain_label' => 'Append domain name', 'ad_append_domain' => 'Append domain name to username field', - 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".' , + 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".', 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'זהו שרת Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'שלח התראות אל', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'התראות מופעלות', 'alert_interval' => 'התראות שפג תוקפן (בימים)', 'alert_inv_threshold' => 'סף התראה על מלאי', 'allow_user_skin' => 'לאפשר למשתמשים לבחור עיצוב', - 'allow_user_skin_help_text' => 'סימון התיבה הזאת יאפשר למשתמשים לדרוס את עיצוב המערכת בעיצוב שונה.' , + 'allow_user_skin_help_text' => 'סימון התיבה הזאת יאפשר למשתמשים לדרוס את עיצוב המערכת בעיצוב שונה.', 'asset_ids' => 'מזהי נכסים', 'audit_interval' => 'מרווח ביקורת', 'audit_interval_help' => 'אם אתה נדרש באופן קבוע לביקורת פיזית של הנכסים שלך, הזן את מרווח בחודשים.', 'audit_warning_days' => 'סף אזהרות ביקורת', 'audit_warning_days_help' => 'כמה ימים מראש עלינו להזהיר אותך כאשר הנכסים צפויים לביקורת?', - 'auto_increment_assets' => 'צור מזהי נכסים שמגדלים אוטומטית', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'קידומת (אופציונלי)', - 'auto_incrementing_help' => 'הפעל תחילה מזהי נכס שמגדילים אוטומטית כדי להגדיר זאת', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'גיבויים', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/he/mail.php b/resources/lang/he/mail.php index 7fb664723d..ecf344a727 100644 --- a/resources/lang/he/mail.php +++ b/resources/lang/he/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'זהו מבחן מן Snipe- IT ניהול מערכת. אם יש לך את זה, הדואר עובד :)', 'the_following_item' => 'הפריט הבא נבדק:', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'כדי לאפס את: סיסמת האינטרנט, מלא טופס זה:', 'type' => 'סוּג', diff --git a/resources/lang/he/pagination.php b/resources/lang/he/pagination.php index 2e4633d301..58c1f0bab9 100644 --- a/resources/lang/he/pagination.php +++ b/resources/lang/he/pagination.php @@ -1,6 +1,6 @@ 'הבא »', -]; +); diff --git a/resources/lang/he/reminders.php b/resources/lang/he/reminders.php index 1cdceac9ff..7c21931a18 100644 --- a/resources/lang/he/reminders.php +++ b/resources/lang/he/reminders.php @@ -1,6 +1,6 @@ 'סיסמאות חייבות להיות שש תווים ולהתאים את האישור.', + "password" => "סיסמאות חייבות להיות שש תווים ולהתאים את האישור.", - 'user' => 'שם המשתמש או כתובת האימייל שגויים', + "user" => "שם המשתמש או כתובת האימייל שגויים", - 'token' => 'אסימון איפוס הסיסמה אינו חוקי.', + "token" => "אסימון איפוס הסיסמה אינו חוקי.", - 'sent' => 'אם נמצאה כתובת דוא"ל תואמת, נשלחה תזכורת סיסמא!', + "sent" => "אם נמצאה כתובת דוא\"ל תואמת, נשלחה תזכורת סיסמא!", -]; +); diff --git a/resources/lang/he/table.php b/resources/lang/he/table.php index e79cf576ca..333594d698 100644 --- a/resources/lang/he/table.php +++ b/resources/lang/he/table.php @@ -1,10 +1,10 @@ 'פעולות', 'action' => 'פעולה', 'by' => 'על ידי', 'item' => 'פריט', -]; +); diff --git a/resources/lang/he/validation.php b/resources/lang/he/validation.php index 5ffb315b76..e77bfe43da 100644 --- a/resources/lang/he/validation.php +++ b/resources/lang/he/validation.php @@ -1,6 +1,6 @@ 'התכונה: חייבת להיות לפחות: דקות תווים.', 'array' => 'התכונה: חייבת לכלול לפחות פריטים מינימליים.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'התכונה שנבחרה: אינה חוקית.', 'numeric' => 'התכונה: חייבת להיות מספר.', 'present' => 'שדה התכונה: חייב להיות נוכח.', @@ -88,8 +89,8 @@ return array( 'unique' => 'התכונה: כבר נלקחה.', 'uploaded' => 'התכונה: נכשלה.', 'url' => 'תבנית התכונה: אינה חוקית.', - "unique_undeleted" => "The :attribute must be unique.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "השדה: מאפיין מכיל תו שאינו מותר.", - "email_array" => "כתובת אימייל אחת או יותר אינה חוקית.", - "hashed_pass" => "הסיסמה הנוכחית שלך שגויה", + 'alpha_space' => 'השדה: מאפיין מכיל תו שאינו מותר.', + 'email_array' => 'כתובת אימייל אחת או יותר אינה חוקית.', + 'hashed_pass' => 'הסיסמה הנוכחית שלך שגויה', 'dumbpwd' => 'סיסמה זו נפוצה מדי.', - "statuslabel_type" => "עליך לבחור סוג תווית סטטוס חוקי", + 'statuslabel_type' => 'עליך לבחור סוג תווית סטטוס חוקי', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/hr/admin/accessories/general.php b/resources/lang/hr/admin/accessories/general.php index 0acf91a37b..cb409fd1ed 100644 --- a/resources/lang/hr/admin/accessories/general.php +++ b/resources/lang/hr/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Kategorija dodatne opreme', 'accessory_name' => 'Naziv dodatne opreme', 'checkout' => 'Dodatna oprema za naplatu', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Umjesto toga upotrijebite primarnu postavku EULA.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/hr/admin/custom_fields/message.php b/resources/lang/hr/admin/custom_fields/message.php
index d0061d09d8..69f4a3777e 100644
--- a/resources/lang/hr/admin/custom_fields/message.php
+++ b/resources/lang/hr/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'To polje ne postoji.',
'already_added' => 'Polje je već dodano',
- 'create' => [
+ 'create' => array(
'error' => 'Polje nije izrađeno, pokušajte ponovo.',
'success' => 'Polje je uspješno izrađeno.',
- 'assoc_success' => 'Polje je uspješno dodano u fieldset.',
- ],
+ 'assoc_success' => 'Polje je uspješno dodano u fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Polje nije ažurirano, pokušajte ponovo',
- 'success' => 'Polje je uspješno ažurirano.',
- ],
+ 'success' => 'Polje je uspješno ažurirano.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Jeste li sigurni da želite izbrisati ovo polje?',
'error' => 'Došlo je do problema s brisanjem polja. Molim te pokušaj ponovno.',
'success' => 'Polje je uspješno obrisano.',
'in_use' => 'Polje je još u upotrebi.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset ne postoji',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset nije izrađen, pokušajte ponovo.',
- 'success' => 'Fieldset je uspješno izrađen.',
- ],
+ 'success' => 'Fieldset je uspješno izrađen.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset nije ažuriran, pokušajte ponovo',
- 'success' => 'Fieldset je uspješno ažuriran.',
- ],
+ 'success' => 'Fieldset je uspješno ažuriran.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Jeste li sigurni da želite izbrisati ovu grupu polja?',
'error' => 'Došlo je do problema s brisanjem fieldseta. Molim te pokušaj ponovno.',
'success' => 'Fieldset je uspješno izbrisan.',
'in_use' => 'Fieldset je još uvijek u upotrebi.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/hr/admin/departments/message.php b/resources/lang/hr/admin/departments/message.php
index c775be74f4..f436920cfa 100644
--- a/resources/lang/hr/admin/departments/message.php
+++ b/resources/lang/hr/admin/departments/message.php
@@ -1,21 +1,21 @@
'Odjel ne postoji.',
'assoc_users' => 'Ovaj je odjel trenutačno povezan s barem jednim korisnikom i ne može se izbrisati. Ažurirajte svoje korisnike da više ne referiraju ovaj odjeljak i pokušajte ponovo.',
- 'create' => [
+ 'create' => array(
'error' => 'Odjel nije izrađen, pokušajte ponovo.',
- 'success' => 'Odjel je uspješno izrađen.',
- ],
- 'update' => [
+ 'success' => 'Odjel je uspješno izrađen.'
+ ),
+ 'update' => array(
'error' => 'Odjel nije ažuriran, pokušajte ponovo',
- 'success' => 'Odjel je uspješno ažuriran.',
- ],
- 'delete' => [
+ 'success' => 'Odjel je uspješno ažuriran.'
+ ),
+ 'delete' => array(
'confirm' => 'Jeste li sigurni da želite izbrisati taj odjel?',
'error' => 'Došlo je do problema s brisanjem odjela. Molim te pokušaj ponovno.',
- 'success' => 'Odjel je uspješno izbrisan.',
- ],
+ 'success' => 'Odjel je uspješno izbrisan.'
+ )
-];
+);
diff --git a/resources/lang/hr/admin/departments/table.php b/resources/lang/hr/admin/departments/table.php
index ecc2294ef5..a8c218e4dc 100644
--- a/resources/lang/hr/admin/departments/table.php
+++ b/resources/lang/hr/admin/departments/table.php
@@ -1,6 +1,6 @@
'iskaznica',
'name' => 'Naziv odjela',
@@ -8,4 +8,4 @@ return [
'location' => 'Mjesto',
'create' => 'Izradi odjel',
'update' => 'Odjel za ažuriranje',
- ];
+ );
diff --git a/resources/lang/hr/admin/depreciations/general.php b/resources/lang/hr/admin/depreciations/general.php
index f786ce817a..61a00014b2 100644
--- a/resources/lang/hr/admin/depreciations/general.php
+++ b/resources/lang/hr/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Deprecijacija imovine',
'create' => 'Stvorite amortizaciju',
'depreciation_name' => 'Naziv amortizacije',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Broj mjeseci',
'update' => 'Ažuriraj amortizaciju',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/hr/admin/depreciations/message.php b/resources/lang/hr/admin/depreciations/message.php
index 8a4573d52b..a17e5b83ad 100644
--- a/resources/lang/hr/admin/depreciations/message.php
+++ b/resources/lang/hr/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Klasa amortizacije ne postoji.',
'assoc_users' => 'Ta je amortizacija trenutno povezana s jednim ili više modela i ne može se izbrisati. Izbrišite modele i pokušajte ponovno izbrisati.',
- 'create' => [
+
+ 'create' => array(
'error' => 'Klasa amortizacije nije izrađena, pokušajte ponovo. :(',
- 'success' => 'Klasa amortizacije uspješno je stvorena. :)',
- ],
+ 'success' => 'Klasa amortizacije uspješno je stvorena. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Klasa amortizacije nije ažurirana, pokušajte ponovo',
- 'success' => 'Klasa amortizacije uspješno je ažurirana.',
- ],
+ 'success' => 'Klasa amortizacije uspješno je ažurirana.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Jeste li sigurni da želite izbrisati ovu klasu amortizacije?',
'error' => 'Došlo je do problema s brisanjem klase amortizacije. Molim te pokušaj ponovno.',
- 'success' => 'Klasa amortizacije uspješno je izbrisana.',
- ],
+ 'success' => 'Klasa amortizacije uspješno je izbrisana.'
+ )
-];
+);
diff --git a/resources/lang/hr/admin/depreciations/table.php b/resources/lang/hr/admin/depreciations/table.php
index ef8a97bfe0..34b82410b1 100644
--- a/resources/lang/hr/admin/depreciations/table.php
+++ b/resources/lang/hr/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'mjeseci',
'term' => 'Termin',
'title' => 'Ime',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/hr/admin/groups/message.php b/resources/lang/hr/admin/groups/message.php
index b9da851e31..a4ada9dcf0 100644
--- a/resources/lang/hr/admin/groups/message.php
+++ b/resources/lang/hr/admin/groups/message.php
@@ -1,22 +1,22 @@
'Grupa već postoji!',
'group_not_found' => 'Grupa [: id] ne postoji.',
'group_name_required' => 'Polje naziva je obavezno',
- 'success' => [
+ 'success' => array(
'create' => 'Grupa je uspješno stvorena.',
'update' => 'Grupa je uspješno ažurirana.',
'delete' => 'Grupa je uspješno izbrisana.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Jeste li sigurni da želite izbrisati ovu grupu?',
'create' => 'Došlo je do problema u stvaranju grupe. Molim te pokušaj ponovno.',
'update' => 'Došlo je do problema s ažuriranjem grupe. Molim te pokušaj ponovno.',
'delete' => 'Došlo je do problema s brisanjem grupe. Molim te pokušaj ponovno.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/hr/admin/groups/table.php b/resources/lang/hr/admin/groups/table.php
index 00e9337205..b19ab48fdb 100644
--- a/resources/lang/hr/admin/groups/table.php
+++ b/resources/lang/hr/admin/groups/table.php
@@ -1,9 +1,9 @@
'Iskaznica',
'name' => 'Ime',
'users' => '# korisnika',
-];
+);
diff --git a/resources/lang/hr/admin/groups/titles.php b/resources/lang/hr/admin/groups/titles.php
index 821abc3f69..7dc3a6c065 100644
--- a/resources/lang/hr/admin/groups/titles.php
+++ b/resources/lang/hr/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Administrator grupe',
'allow' => 'dopustiti',
'deny' => 'poreći',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/hr/admin/hardware/form.php b/resources/lang/hr/admin/hardware/form.php
index bd8ab7f1f6..b580e7150d 100644
--- a/resources/lang/hr/admin/hardware/form.php
+++ b/resources/lang/hr/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'garancija',
'warranty_expires' => 'Jamstvo istječe',
'years' => 'godina',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/hr/admin/hardware/general.php b/resources/lang/hr/admin/hardware/general.php
index 6e2053e89e..98e83a27b2 100644
--- a/resources/lang/hr/admin/hardware/general.php
+++ b/resources/lang/hr/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Requestable',
'requested' => 'Traženi',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Vraćanje imovine',
'pending' => 'U tijeku',
'undeployable' => 'Undeployable',
'view' => 'Prikaz opcije Asset',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/hr/admin/hardware/message.php b/resources/lang/hr/admin/hardware/message.php index 50b114acfb..500c586cd7 100644 --- a/resources/lang/hr/admin/hardware/message.php +++ b/resources/lang/hr/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Upozorenje: Ova je snimka označena kao trenutno nedjeljiva. Ako se ovaj status promijenio, ažurirajte status aktive.', 'does_not_exist' => 'Imovina ne postoji.', - 'does_not_exist_or_not_requestable' => 'Dobar pokušaj. Ta imovina ne postoji ili nije potrebna.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Ovaj je entitet trenutno provjeren korisniku i ne može se izbrisati. Najprije provjerite snimljeni materijal, a zatim pokušajte ponovo ukloniti.', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Uspjeh uspješno prijavljen.', ], + 'deletefile' => [ 'error' => 'Datoteka nije izbrisana. Molim te pokušaj ponovno.', 'success' => 'Datoteka je uspješno obrisana.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Datoteka nije mogla biti izbrisana', ], + 'delete' => [ 'confirm' => 'Jeste li sigurni da želite izbrisati ovaj materijal?', 'error' => 'Došlo je do problema s brisanjem imovine. Molim te pokušaj ponovno.', diff --git a/resources/lang/hr/admin/hardware/table.php b/resources/lang/hr/admin/hardware/table.php index f316df3123..127294c7a4 100644 --- a/resources/lang/hr/admin/hardware/table.php +++ b/resources/lang/hr/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Oznaka imovine', 'asset_model' => 'Model', - 'book_value' => 'Vrijednost', + 'book_value' => 'Current Value', 'change' => 'In / Out', 'checkout_date' => 'Datum kupnje', 'checkoutto' => 'Odjavio', + 'current_value' => 'Current Value', 'diff' => 'diff', 'dl_csv' => 'Preuzmite CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serijski', 'status' => 'Status', 'title' => 'Imovina', - 'image' => 'Slika uređaja', + 'image' => 'Slika uređaja', 'days_without_acceptance' => 'Dani bez prihvaćanja', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/hr/admin/kits/general.php b/resources/lang/hr/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/hr/admin/kits/general.php +++ b/resources/lang/hr/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/hr/admin/licenses/form.php b/resources/lang/hr/admin/licenses/form.php index 49fe09ec3b..9a4f85475a 100644 --- a/resources/lang/hr/admin/licenses/form.php +++ b/resources/lang/hr/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Imovina', 'checkin' => 'Checkin', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licencirano na e-poštu', 'to_name' => 'Licencirano za ime', 'update' => 'Ažuriraj licencu', - 'checkout_help' => 'Morate provjeriti licencu na hardversku imovinu ili osobu. Možete odabrati oboje, ali vlasnik imovine mora odgovarati osobi kojoj provjeravate imovinu.', -]; + 'checkout_help' => 'Morate provjeriti licencu na hardversku imovinu ili osobu. Možete odabrati oboje, ali vlasnik imovine mora odgovarati osobi kojoj provjeravate imovinu.' +); diff --git a/resources/lang/hr/admin/licenses/general.php b/resources/lang/hr/admin/licenses/general.php index 1cfa6733dc..b7f844a7eb 100644 --- a/resources/lang/hr/admin/licenses/general.php +++ b/resources/lang/hr/admin/licenses/general.php @@ -1,6 +1,6 @@ 'O licencama', 'about_licenses' => 'Licence se koriste za praćenje softvera. Imaju određeni broj mjesta koja se mogu provjeriti pojedincima', 'checkin' => 'Provjerite mjesto licence', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Licence za softver', 'user' => 'Korisnik', 'view' => 'Pogledajte licencu', -]; +); diff --git a/resources/lang/hr/admin/licenses/message.php b/resources/lang/hr/admin/licenses/message.php index 03681ae22a..81b47a868f 100644 --- a/resources/lang/hr/admin/licenses/message.php +++ b/resources/lang/hr/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Licenca ne postoji.', 'user_does_not_exist' => 'Korisnik ne postoji.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Morate odabrati neku vrstu imovine ili korisnika, ali ne oboje.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Licenca nije izrađena, pokušajte ponovo.', - 'success' => 'Licenca je uspješno stvorena.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Licenca nije izrađena, pokušajte ponovo.', + 'success' => 'Licenca je uspješno stvorena.' + ), + + 'deletefile' => array( 'error' => 'Datoteka nije izbrisana. Molim te pokušaj ponovno.', 'success' => 'Datoteka je uspješno obrisana.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Datoteke nisu prenesene. Molim te pokušaj ponovno.', 'success' => 'Datoteke su uspješno učitane.', 'nofiles' => 'Niste odabrali nijednu datoteku za prijenos ili je datoteka koju pokušavate prenijeti prevelika', 'invalidfiles' => 'Jedna ili više datoteka je prevelika ili je vrsta datoteke koja nije dopuštena. Dopuštene vrste datoteka su png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml i lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Licenca nije ažurirana, pokušajte ponovo', - 'success' => 'Licenca je uspješno ažurirana.', - ], + 'success' => 'Licenca je uspješno ažurirana.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Jeste li sigurni da želite izbrisati ovu licencu?', 'error' => 'Došlo je do problema s brisanjem licence. Molim te pokušaj ponovno.', - 'success' => 'Licenca je uspješno obrisana.', - ], + 'success' => 'Licenca je uspješno obrisana.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Došlo je do problema prilikom provjere licence. Molim te pokušaj ponovno.', - 'success' => 'Licenca je uspješno provjerena', - ], + 'success' => 'Licenca je uspješno provjerena' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'U licenci se provjeravala problem. Molim te pokušaj ponovno.', - 'success' => 'Licenca je uspješno provjerena', - ], + 'success' => 'Licenca je uspješno provjerena' + ), -]; +); diff --git a/resources/lang/hr/admin/licenses/table.php b/resources/lang/hr/admin/licenses/table.php index 3a1a1b303c..a593efd17a 100644 --- a/resources/lang/hr/admin/licenses/table.php +++ b/resources/lang/hr/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Dodijeljena', 'checkout' => 'In / Out', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serijski', 'title' => 'licenca', -]; +); diff --git a/resources/lang/hr/admin/locations/message.php b/resources/lang/hr/admin/locations/message.php index 396698a129..ded1508d53 100644 --- a/resources/lang/hr/admin/locations/message.php +++ b/resources/lang/hr/admin/locations/message.php @@ -1,26 +1,27 @@ 'Lokacija ne postoji.', 'assoc_users' => 'Ta je lokacija trenutačno povezana s barem jednim korisnikom i ne može se izbrisati. Ažurirajte korisnike da više ne referiraju ovu lokaciju i pokušajte ponovno.', 'assoc_assets' => 'Ta je lokacija trenutačno povezana s barem jednim resursom i ne može se izbrisati. Ažurirajte svoju imovinu da više ne referira na tu lokaciju i pokušajte ponovno.', 'assoc_child_loc' => 'Ta je lokacija trenutačno roditelj najmanje jedne lokacije za djecu i ne može se izbrisati. Ažurirajte svoje lokacije da više ne referiraju ovu lokaciju i pokušajte ponovo.', - 'create' => [ + + 'create' => array( 'error' => 'Lokacija nije izrađena, pokušajte ponovo.', - 'success' => 'Lokacija je uspješno izrađena.', - ], + 'success' => 'Lokacija je uspješno izrađena.' + ), - 'update' => [ + 'update' => array( 'error' => 'Lokacija nije ažurirana, pokušajte ponovo', - 'success' => 'Lokacija je uspješno ažurirana.', - ], + 'success' => 'Lokacija je uspješno ažurirana.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Jeste li sigurni da želite izbrisati tu lokaciju?', 'error' => 'Došlo je do problema s brisanjem lokacije. Molim te pokušaj ponovno.', - 'success' => 'Lokacija je uspješno obrisana.', - ], + 'success' => 'Lokacija je uspješno obrisana.' + ) -]; +); diff --git a/resources/lang/hr/admin/locations/table.php b/resources/lang/hr/admin/locations/table.php index 6a613aa223..f2fc1eeeae 100644 --- a/resources/lang/hr/admin/locations/table.php +++ b/resources/lang/hr/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Roditelj', 'currency' => 'Valuta lokacije', 'ldap_ou' => 'LDAP pretraživanje OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/hr/admin/manufacturers/message.php b/resources/lang/hr/admin/manufacturers/message.php index daa7c9cf6c..5ea24c9ce3 100644 --- a/resources/lang/hr/admin/manufacturers/message.php +++ b/resources/lang/hr/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Proizvođač ne postoji.', 'assoc_users' => 'Ovaj je proizvođač trenutno povezan s barem jednim modelom i ne može se izbrisati. Ažurirajte svoje modele da više ne referiraju ovog proizvođača i pokušajte ponovno.', - 'create' => [ + 'create' => array( 'error' => 'Proizvođač nije izrađen, pokušajte ponovo.', - 'success' => 'Proizvođač je uspješno izrađen.', - ], + 'success' => 'Proizvođač je uspješno izrađen.' + ), - 'update' => [ + 'update' => array( 'error' => 'Proizvođač nije ažuriran, pokušajte ponovo', - 'success' => 'Proizvođač je uspješno ažuriran.', - ], + 'success' => 'Proizvođač je uspješno ažuriran.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Proizvođač nije obnovljen, molim pokušajte ponovo', - 'success' => 'Proizvođač je uspješno obnovljen.', - ], + 'success' => 'Proizvođač je uspješno obnovljen.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Jeste li sigurni da želite izbrisati ovog proizvođača?', 'error' => 'Došlo je do problema s brisanjem proizvođača. Molim te pokušaj ponovno.', - 'success' => 'Proizvođač je uspješno izbrisan.', - ], + 'success' => 'Proizvođač je uspješno izbrisan.' + ) -]; +); diff --git a/resources/lang/hr/admin/manufacturers/table.php b/resources/lang/hr/admin/manufacturers/table.php index 1325d5bd26..b9041bd74c 100644 --- a/resources/lang/hr/admin/manufacturers/table.php +++ b/resources/lang/hr/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'O proizvođačima', 'about_manufacturers_text' => 'Proizvođači su tvrtke koje stvaraju vašu imovinu. Ovdje možete pohraniti važne informacije o kontaktima o podršci koja će se prikazati na vašim stranicama s pojedinostima o imovini.', 'asset_manufacturers' => 'Prodavači imovine', @@ -13,4 +13,4 @@ return [ 'update' => 'Ažuriraj proizvođača', 'url' => 'URL', -]; +); diff --git a/resources/lang/hr/admin/models/general.php b/resources/lang/hr/admin/models/general.php index d1f4c70c33..d90867dc0b 100644 --- a/resources/lang/hr/admin/models/general.php +++ b/resources/lang/hr/admin/models/general.php @@ -1,6 +1,6 @@ 'O modelu imovine', 'about_models_text' => 'Modeli imovine su način grupiranja identične imovine. "MBP 2013", "IPhone 6s" itd.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Izbrisati ćete :model_count model(a) imovine.', 'restore' => 'Vraćanje modela', 'requestable' => 'Korisnici mogu zatražiti ovaj model', - 'show_mac_address' => 'Prikaži polje MAC adrese u imovini ovog modela', + 'show_mac_address' => 'Prikaži polje MAC adrese u imovini ovog modela', 'view_deleted' => 'Prikaži izbrisano', 'view_models' => 'Pogledajte modele', 'fieldset' => 'Fieldset', 'no_custom_field' => 'Nema prilagođenih polja', 'add_default_values' => 'Dodajte zadane vrijednosti', -]; +); diff --git a/resources/lang/hr/admin/models/message.php b/resources/lang/hr/admin/models/message.php index a88eddd849..6e3a15a2be 100644 --- a/resources/lang/hr/admin/models/message.php +++ b/resources/lang/hr/admin/models/message.php @@ -1,41 +1,42 @@ 'Model ne postoji.', 'assoc_users' => 'Ovaj je model trenutno povezan s jednom ili više imovine i ne može se izbrisati. Izbrišite imovinu pa pokušajte ponovo ukloniti.', - 'create' => [ + + 'create' => array( 'error' => 'Model nije izrađen, pokušajte ponovo.', 'success' => 'Model je uspješno izrađen.', 'duplicate_set' => 'Model imovine s tim nazivom, proizvođačem i brojem modela već postoji.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model nije ažuriran, pokušajte ponovo', - 'success' => 'Model je uspješno ažuriran.', - ], + 'success' => 'Model je uspješno ažuriran.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Jeste li sigurni da želite izbrisati ovaj model sredstva?', 'error' => 'Došlo je do problema s brisanjem modela. Molim te pokušaj ponovno.', - 'success' => 'Model je uspješno izbrisan.', - ], + 'success' => 'Model je uspješno izbrisan.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Model nije obnovljen, pokušajte ponovo', - 'success' => 'Model je uspješno obnovljen.', - ], + 'success' => 'Model je uspješno obnovljen.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Nijedna polja nisu promijenjena, tako da ništa nije ažurirano.', - 'success' => 'Modeli su ažurirani.', - ], + 'success' => 'Modeli su ažurirani.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Nijedan model nije odabran, tako da ništa nije izbrisano.', 'success' => ':success_count model(a) izbrisan(o)!', - 'success_partial' => ':success_count model(a) je izbrisano, no :fail_count nije bilo moguće izbrisati jer još uvijek imaju imovinu povezanu s njima.', - ], + 'success_partial' => ':success_count model(a) je izbrisano, no :fail_count nije bilo moguće izbrisati jer još uvijek imaju imovinu povezanu s njima.' + ), -]; +); diff --git a/resources/lang/hr/admin/models/table.php b/resources/lang/hr/admin/models/table.php index 340212abe5..97ab9555a5 100644 --- a/resources/lang/hr/admin/models/table.php +++ b/resources/lang/hr/admin/models/table.php @@ -1,6 +1,6 @@ 'Izradi model aktive', 'created_at' => 'Created at', @@ -14,4 +14,4 @@ return [ 'update' => 'Ažuriraj model aktive', 'clone' => 'Klon model', 'edit' => 'Uredi model', -]; +); diff --git a/resources/lang/hr/admin/reports/general.php b/resources/lang/hr/admin/reports/general.php index ccab13e859..e29006b416 100644 --- a/resources/lang/hr/admin/reports/general.php +++ b/resources/lang/hr/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Odaberite željene opcije za izvješće o imovini.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/hr/admin/reports/message.php b/resources/lang/hr/admin/reports/message.php index 0b20d52624..827fb0f52e 100644 --- a/resources/lang/hr/admin/reports/message.php +++ b/resources/lang/hr/admin/reports/message.php @@ -1,5 +1,5 @@ 'Morate odabrati barem jednu opciju.', -]; +return array( + 'error' => 'Morate odabrati barem jednu opciju.' +); diff --git a/resources/lang/hr/admin/settings/general.php b/resources/lang/hr/admin/settings/general.php index 2c01e93566..c7dd7660b9 100644 --- a/resources/lang/hr/admin/settings/general.php +++ b/resources/lang/hr/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'Kopija e-pošte (CC)', 'admin_cc_email_help' => 'Ako želite poslati kopiju checkin/checkout poruka e-pošte koje se šalju korisnicima na dodatni račun e-pošte, unesite ga ovdje. U suprotnom ostavite ovo polje prazno.', 'is_ad' => 'Ovo je poslužitelj Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Pošaljite upozorenja za', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Upozorenja su omogućena', 'alert_interval' => 'Prag prekoračenja upozorenja (u danima)', 'alert_inv_threshold' => 'Prag upozorenja inventara', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'Ako morate redovito fizički provjeravati svoju imovinu, unesite interval u mjesecima.', 'audit_warning_days' => 'Prag za upozorenje na reviziju', 'audit_warning_days_help' => 'Koliko dana unaprijed trebamo vas upozoriti kada imamo sredstva za reviziju?', - 'auto_increment_assets' => 'Generirajte ID-ove imovine za automatsko povećavanje', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefiks (opcija)', - 'auto_incrementing_help' => 'Omogućite automatsko povećavanje ID-ova imovine da biste to postavili', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Sigurnosne kopije', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/hr/mail.php b/resources/lang/hr/mail.php index fbb89ea193..9a7b09c450 100644 --- a/resources/lang/hr/mail.php +++ b/resources/lang/hr/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Ovo je test od Snipe-IT Asset Management sustava. Ako to dobijete, mail radi :)', 'the_following_item' => 'Potvrđena je sljedeća stavka:', 'low_inventory_alert' => 'Postoji :count stavka koja je ispod minimalnog iznosa zaliha ili će uskoro biti.|Postoje :count stavke koje su ispod minimalnog iznosa zaliha ili će uskoro biti.', - 'assets_warrantee_alert' => 'Postoji :count imovina čije jamstvo istječe u naredna :threshold dana.|Postoje :count imovine čije jamstvo istječe u naredna :threshold dana.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Postoji :count licenca koja istječe u naredna :threshold dana.|Postoje :count licence koje istječu u naredna :threshold dana.', 'to_reset' => 'Da biste vratili svoju web-zaporku, ispunite ovaj obrazac:', 'type' => 'Tip', diff --git a/resources/lang/hr/pagination.php b/resources/lang/hr/pagination.php index 565404778e..e2ceb371ee 100644 --- a/resources/lang/hr/pagination.php +++ b/resources/lang/hr/pagination.php @@ -1,6 +1,6 @@ 'Sljedeća »', -]; +); diff --git a/resources/lang/hr/reminders.php b/resources/lang/hr/reminders.php index a780389019..d0c15f75ef 100644 --- a/resources/lang/hr/reminders.php +++ b/resources/lang/hr/reminders.php @@ -1,6 +1,6 @@ 'Zaporke moraju imati šest znakova i odgovarati potvrdi.', + "password" => "Zaporke moraju imati šest znakova i odgovarati potvrdi.", - 'user' => 'Korisničko ime ili e-adresa nisu točni', + "user" => "Korisničko ime ili e-adresa nisu točni", - 'token' => 'Token za resetiranje lozinke nije valjan.', + "token" => "Token za resetiranje lozinke nije valjan.", - 'sent' => 'Ako je pronađena odgovarajuća adresa e-pošte, podsjetnik za lozinku je poslan!', + "sent" => "Ako je pronađena odgovarajuća adresa e-pošte, podsjetnik za lozinku je poslan!", -]; +); diff --git a/resources/lang/hr/table.php b/resources/lang/hr/table.php index e59033181f..cdff01e3ab 100644 --- a/resources/lang/hr/table.php +++ b/resources/lang/hr/table.php @@ -1,10 +1,10 @@ 'akcije', 'action' => 'Akcijski', 'by' => 'Po', 'item' => 'Artikal', -]; +); diff --git a/resources/lang/hr/validation.php b/resources/lang/hr/validation.php index 8ab4aa3d21..bacc7e3c01 100644 --- a/resources/lang/hr/validation.php +++ b/resources/lang/hr/validation.php @@ -1,6 +1,6 @@ 'Atribut mora biti najmanje: min znakova.', 'array' => 'Atribut mora imati barem: min stavke.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Odabrani: atribut nije važeći.', 'numeric' => 'Atribut mora biti broj.', 'present' => 'Polje atributa mora biti prisutno.', @@ -88,8 +89,8 @@ return array( 'unique' => 'The: atribut je već snimljen.', 'uploaded' => 'Atribut nije prenesen.', 'url' => 'Format atributa nije važeći.', - "unique_undeleted" => ":attribute mora biti jedinstven.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => ':attribute mora biti jedinstven.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Polje atributa sadrži znak koji nije dopušten.", - "email_array" => "Jedna ili više adresa e-pošte nije važeća.", - "hashed_pass" => "Vaša trenutačna zaporka nije točna", + 'alpha_space' => 'Polje atributa sadrži znak koji nije dopušten.', + 'email_array' => 'Jedna ili više adresa e-pošte nije važeća.', + 'hashed_pass' => 'Vaša trenutačna zaporka nije točna', 'dumbpwd' => 'Ta je lozinka prečestna.', - "statuslabel_type" => "Morate odabrati valjanu vrstu oznake statusa", + 'statuslabel_type' => 'Morate odabrati valjanu vrstu oznake statusa', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/hu/admin/accessories/general.php b/resources/lang/hu/admin/accessories/general.php index 4757a240c8..9b4e1888bf 100644 --- a/resources/lang/hu/admin/accessories/general.php +++ b/resources/lang/hu/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Tartozék kategória', 'accessory_name' => 'Tartozék neve', 'checkout' => 'Kiadott tartozék', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Használja inkább az alapértelmezett EULA-t.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/hu/admin/custom_fields/message.php b/resources/lang/hu/admin/custom_fields/message.php
index d509f9e695..c59ad4ed95 100644
--- a/resources/lang/hu/admin/custom_fields/message.php
+++ b/resources/lang/hu/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'A rekordmező nem létezik.',
'already_added' => 'Mező már hozzáadva',
- 'create' => [
+ 'create' => array(
'error' => 'A mező nem lett létrehozva, próbálkozz újra.',
'success' => 'Mező sikeresen létrehozva.',
- 'assoc_success' => 'Mező sikeresen hozzáadva a mezőcsoporthoz.',
- ],
+ 'assoc_success' => 'Mező sikeresen hozzáadva a mezőcsoporthoz.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'A mező nem lett frissítve, próbálkozz újra',
- 'success' => 'A mező sikeresen frissítve.',
- ],
+ 'success' => 'A mező sikeresen frissítve.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Biztosan törölni szeretné ezt a mezőt?',
'error' => 'Egy probléma támadt a mező törlése közben. Próbálkozz újra.',
'success' => 'A mező sikeresen törölve.',
'in_use' => 'A mező még használatban van.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'A Fieldset nem létezik',
- 'create' => [
+ 'create' => array(
'error' => 'A mezőcsoport nem lett létrehozva, próbálkozz újra.',
- 'success' => 'Mezőcsoport sikeresen létrehozva.',
- ],
+ 'success' => 'Mezőcsoport sikeresen létrehozva.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'A mezőcsoport nem lett frissítve, próbálkozz újra',
- 'success' => 'A mezőcsoport sikeresen frissítve.',
- ],
+ 'success' => 'A mezőcsoport sikeresen frissítve.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Biztosan törölni szeretné ezt a mezőcsoportot?',
'error' => 'Egy probléma támadt a mezőcsoport törlése közben. Próbálkozz újra.',
'success' => 'A mezőcsoport sikeresen törölve.',
'in_use' => 'A mezőcsoport még használatban van.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/hu/admin/departments/message.php b/resources/lang/hu/admin/departments/message.php
index 9c1bfd8106..33f337e4e9 100644
--- a/resources/lang/hu/admin/departments/message.php
+++ b/resources/lang/hu/admin/departments/message.php
@@ -1,21 +1,21 @@
'A tanszék nem létezik.',
'assoc_users' => 'Ez a részleg jelenleg társított legalább egy felhasználót, és nem lehet törölni. Kérjük, frissítse a felhasználókat, hogy ne hivatkozzanak az osztályon, és próbálja újra.',
- 'create' => [
+ 'create' => array(
'error' => 'Osztály nem jött létre, próbálkozzon újra.',
- 'success' => 'Osztály sikeresen létrehozva.',
- ],
- 'update' => [
+ 'success' => 'Osztály sikeresen létrehozva.'
+ ),
+ 'update' => array(
'error' => 'A tanszék nem frissült, próbálkozzon újra',
- 'success' => 'Osztály sikeresen frissült.',
- ],
- 'delete' => [
+ 'success' => 'Osztály sikeresen frissült.'
+ ),
+ 'delete' => array(
'confirm' => 'Biztosan törölni szeretné ezt az osztályt?',
'error' => 'Hiba történt a részleg törlésével. Kérlek próbáld újra.',
- 'success' => 'Az osztály sikeresen törölve lett.',
- ],
+ 'success' => 'Az osztály sikeresen törölve lett.'
+ )
-];
+);
diff --git a/resources/lang/hu/admin/departments/table.php b/resources/lang/hu/admin/departments/table.php
index c7f03647e4..ca55ecba07 100644
--- a/resources/lang/hu/admin/departments/table.php
+++ b/resources/lang/hu/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Osztály neve',
@@ -8,4 +8,4 @@ return [
'location' => 'Helyszín',
'create' => 'Osztály létrehozása',
'update' => 'Osztály frissítése',
- ];
+ );
diff --git a/resources/lang/hu/admin/depreciations/general.php b/resources/lang/hu/admin/depreciations/general.php
index bf5d3be4f2..9b2dcdfb21 100644
--- a/resources/lang/hu/admin/depreciations/general.php
+++ b/resources/lang/hu/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Eszköz értékcsökkenések',
'create' => 'Értékcsökkenés létrehozása',
'depreciation_name' => 'Értékcsökkenés neve',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Hónapok száma',
'update' => 'Értékcsökkenés frissítése',
- 'depreciation_min' => 'Minimum érték értékcsökkenés után'
-
+ 'depreciation_min' => 'Minimum érték értékcsökkenés után',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/hu/admin/depreciations/message.php b/resources/lang/hu/admin/depreciations/message.php
index e6032220ea..e595535c9e 100644
--- a/resources/lang/hu/admin/depreciations/message.php
+++ b/resources/lang/hu/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Értékcsökkentétsi kategória nem létezik.',
'assoc_users' => 'Ez az értékcsökkenés jelenleg társított egy vagy több modellhez, és nem törölhető. Kérjük, törölje a modellek, és próbálja meg ismét. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Értékcsökkenési osztály nem jött létre, próbálkozz újra. :(',
- 'success' => 'Az értékcsökkenési osztály sikeresen létrehozva. :-)',
- ],
+ 'success' => 'Az értékcsökkenési osztály sikeresen létrehozva. :-)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Az értékcsökkenési osztály nem frissült, próbálkozz újra',
- 'success' => 'Az értékcsökkenési osztály sikeresen frissítve.',
- ],
+ 'success' => 'Az értékcsökkenési osztály sikeresen frissítve.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Biztos benne, hogy törli az értékcsökkenési osztályt?',
'error' => 'Probléma támadt az értékcsökkenési osztály törlésével. Próbálkozz újra.',
- 'success' => 'Az értékcsökkenési osztály sikeresen törölve.',
- ],
+ 'success' => 'Az értékcsökkenési osztály sikeresen törölve.'
+ )
-];
+);
diff --git a/resources/lang/hu/admin/depreciations/table.php b/resources/lang/hu/admin/depreciations/table.php
index d8ed030ef3..9df426ab41 100644
--- a/resources/lang/hu/admin/depreciations/table.php
+++ b/resources/lang/hu/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Hónapok',
'term' => 'Időszak',
'title' => 'Név ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/hu/admin/groups/message.php b/resources/lang/hu/admin/groups/message.php
index 95d4c8157d..b5feb9a9fa 100644
--- a/resources/lang/hu/admin/groups/message.php
+++ b/resources/lang/hu/admin/groups/message.php
@@ -1,22 +1,22 @@
'A csoport már létezik!',
'group_not_found' => '[:id] csoport nem létezik.',
'group_name_required' => 'A név mező kötelező',
- 'success' => [
+ 'success' => array(
'create' => 'A csoport sikeresen létrehozva.',
'update' => 'A csoport sikeresen frissítve.',
'delete' => 'A csoport sikeresen törölve.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Biztosan törölni szeretnéd ezt a csoportot?',
'create' => 'Egy probléma támadt a csoport létrehozása közben. Próbálkozz újra.',
'update' => 'Egy probléma támadt a csoport frissítése közben. Próbálkozz újra.',
'delete' => 'Egy probléma támadt a csoport törlése közben. Próbálkozz újra.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/hu/admin/groups/table.php b/resources/lang/hu/admin/groups/table.php
index 7545ad3178..0f56a348b4 100644
--- a/resources/lang/hu/admin/groups/table.php
+++ b/resources/lang/hu/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Név',
'users' => '# -i felhasználó',
-];
+);
diff --git a/resources/lang/hu/admin/groups/titles.php b/resources/lang/hu/admin/groups/titles.php
index 0da4172b3b..d9d9119a05 100644
--- a/resources/lang/hu/admin/groups/titles.php
+++ b/resources/lang/hu/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Csoport Admin-ok',
'allow' => 'Engedélyezés',
'deny' => 'Elutasítás',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/hu/admin/hardware/form.php b/resources/lang/hu/admin/hardware/form.php
index 64b0c17dfd..205650199c 100644
--- a/resources/lang/hu/admin/hardware/form.php
+++ b/resources/lang/hu/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garancia',
'warranty_expires' => 'Jótállás érvényessége',
'years' => 'évek',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/hu/admin/hardware/general.php b/resources/lang/hu/admin/hardware/general.php
index 37104f70b6..5e13f85529 100644
--- a/resources/lang/hu/admin/hardware/general.php
+++ b/resources/lang/hu/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'Ennek az eszköznek a modellje törölve lett. Elösszőr a modellt vissza kell állítani, utánna lehet csak az eszközt visszaállítani.',
'requestable' => 'lehívási',
'requested' => 'Kérve',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Visszaállítás eszköz',
'pending' => 'Függőben',
'undeployable' => 'Nem telepíthető',
'view' => 'Eszköz megtekintése',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/hu/admin/hardware/message.php b/resources/lang/hu/admin/hardware/message.php index bed1803244..ee4fc17510 100644 --- a/resources/lang/hu/admin/hardware/message.php +++ b/resources/lang/hu/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Figyelem: Ez az eszköz pillanatnyilag nem kiadható. Ha ez a helyzet változott, kérjük, frissítse az eszköz állapotát.', 'does_not_exist' => 'Eszköz nem létezik.', - 'does_not_exist_or_not_requestable' => 'Szép próbálkozás. Az eszköz nem létezik, vagy nem igényelhető.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Ez az eszköz jelenleg ki van jelölve egy felhasználónak, és nem törölhető. Kérjük, először ellenőrizze az eszközt, majd próbálja meg újra törölni.', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Az eszközellenőrzés sikeresen be van jelentkezve.', ], + 'deletefile' => [ 'error' => 'A fájl nem törölve. Kérlek próbáld újra.', 'success' => 'A fájl sikeresen törölve.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'A fájlt nem sikerült törölni', ], + 'delete' => [ 'confirm' => 'Biztos benne, hogy törli ezt az elemet?', 'error' => 'Hiba történt az eszköz törlése közben. Kérlek próbáld újra.', diff --git a/resources/lang/hu/admin/hardware/table.php b/resources/lang/hu/admin/hardware/table.php index 09ff94ceda..dcd8078179 100644 --- a/resources/lang/hu/admin/hardware/table.php +++ b/resources/lang/hu/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Eszköz cimke', 'asset_model' => 'Modell', - 'book_value' => 'Érték', + 'book_value' => 'Current Value', 'change' => 'Be/ki', 'checkout_date' => 'Kiadási dátum', 'checkoutto' => 'Kiadva', + 'current_value' => 'Current Value', 'diff' => 'Eltérés', 'dl_csv' => 'Cvs letöltése', 'eol' => 'Lejárat', @@ -18,8 +19,12 @@ return [ 'serial' => 'Sorozatszám', 'status' => 'Állapot', 'title' => 'Eszköz ', - 'image' => 'Készülék kép', + 'image' => 'Készülék kép', 'days_without_acceptance' => 'Nem elfogadás óta eltelt napok száma', 'monthly_depreciation' => 'Havi értékcsökkenés', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/hu/admin/kits/general.php b/resources/lang/hu/admin/kits/general.php index 3e3cfce220..e2763219e7 100644 --- a/resources/lang/hu/admin/kits/general.php +++ b/resources/lang/hu/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'Nincs elegendő szabad felhasználói hely a :license licenceből a kiadáshoz. További :qty felhasználói helyre van még szükség. ', 'none_consumables' => 'Nincs elég szabad egység :consumable-ból a kiadáshoz. :qty szükséges. ', 'none_accessory' => 'Nem áll rendelkezésre elég egység a :accessory kiadáshoz. :qty szükséges. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/hu/admin/licenses/form.php b/resources/lang/hu/admin/licenses/form.php index 7ed91ddee9..a31554a4c8 100644 --- a/resources/lang/hu/admin/licenses/form.php +++ b/resources/lang/hu/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Eszköz', 'checkin' => 'Kiadás', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Engedélyezve e-mailre', 'to_name' => 'Engedélyezve a névhez', 'update' => 'Licenc frissítése', - 'checkout_help' => 'A licencet egy hardvereszközhöz vagy egy személyhez kell ellenőriznie. Kiválaszthatja mindkettőt, de az eszköz tulajdonosának meg kell egyeznie azzal a személlyel, akinek ellenőrizte az eszközt.', -]; + 'checkout_help' => 'A licencet egy hardvereszközhöz vagy egy személyhez kell ellenőriznie. Kiválaszthatja mindkettőt, de az eszköz tulajdonosának meg kell egyeznie azzal a személlyel, akinek ellenőrizte az eszközt.' +); diff --git a/resources/lang/hu/admin/licenses/general.php b/resources/lang/hu/admin/licenses/general.php index 78f65a7b09..8949db33c5 100644 --- a/resources/lang/hu/admin/licenses/general.php +++ b/resources/lang/hu/admin/licenses/general.php @@ -1,6 +1,6 @@ 'A licencekről', 'about_licenses' => 'Az engedélyeket a szoftverek nyomon követésére használják. Meghatározott számú ülőhellyel rendelkeznek, melyeket az egyéneknek lehet ellenőrizni', 'checkin' => 'Bevét engedély Seat', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Szoftverlicencek', 'user' => 'használó', 'view' => 'Licenc megtekintése', -]; +); diff --git a/resources/lang/hu/admin/licenses/message.php b/resources/lang/hu/admin/licenses/message.php index 9ebe5fb09e..34b546e5c6 100644 --- a/resources/lang/hu/admin/licenses/message.php +++ b/resources/lang/hu/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Engedély nem létezik.', 'user_does_not_exist' => 'Felhasználó nem létezik.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Válasszon egy eszközt vagy egy felhasználót, de nem mindkettőt.', 'not_found' => 'Licensz nem található', - 'create' => [ - 'error' => 'A licenc nem jött létre, próbálkozzon újra.', - 'success' => 'A licenc sikeresen létrehozva.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'A licenc nem jött létre, próbálkozzon újra.', + 'success' => 'A licenc sikeresen létrehozva.' + ), + + 'deletefile' => array( 'error' => 'A fájl nem törölve. Kérlek próbáld újra.', 'success' => 'A fájl sikeresen törölve.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Fel nem töltött fájl (ok). Kérlek próbáld újra.', 'success' => 'Fájl (ok) sikeresen feltöltve.', 'nofiles' => 'Nem választottál fel fájlokat a feltöltéshez, vagy a fájl, amelyet feltölteni próbálsz, túl nagy', 'invalidfiles' => 'Egy vagy több fájl túl nagy vagy egy filetype, amely nem megengedett. Az engedélyezett fájltípusok png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml és lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'A licenc nem frissült, próbálkozzon újra', - 'success' => 'A licenc sikeresen frissült.', - ], + 'success' => 'A licenc sikeresen frissült.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Biztosan törölni szeretné ezt az engedélyt?', 'error' => 'Hiba történt az engedély törlése során. Kérlek próbáld újra.', - 'success' => 'Az engedélyt sikeresen törölték.', - ], + 'success' => 'Az engedélyt sikeresen törölték.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Hiba történt az engedély megvizsgálásakor. Kérlek próbáld újra.', - 'success' => 'Az engedélyt sikeresen kiállították', - ], + 'success' => 'Az engedélyt sikeresen kiállították' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Hiba történt az engedélyben. Kérlek próbáld újra.', - 'success' => 'Az engedélyt sikeresen ellenőrizték', - ], + 'success' => 'Az engedélyt sikeresen ellenőrizték' + ), -]; +); diff --git a/resources/lang/hu/admin/licenses/table.php b/resources/lang/hu/admin/licenses/table.php index a95cb3d043..d27414ad69 100644 --- a/resources/lang/hu/admin/licenses/table.php +++ b/resources/lang/hu/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Hozzárendelve', 'checkout' => 'Be/ki', @@ -14,4 +14,4 @@ return [ 'serial' => 'Sorozatszám', 'title' => 'Licensz', -]; +); diff --git a/resources/lang/hu/admin/locations/message.php b/resources/lang/hu/admin/locations/message.php index be3b6871f2..0384d260d6 100644 --- a/resources/lang/hu/admin/locations/message.php +++ b/resources/lang/hu/admin/locations/message.php @@ -1,26 +1,27 @@ 'Hely nem létezik.', 'assoc_users' => 'Ehhez a helyhez jelenleg hozzá van rendelve legalább egy felhasználó és nem törölhető. Kérjük, frissítse a felhasználót aki hozzá volt rendelve ehhez a helyhez, és próbálja meg újra. ', 'assoc_assets' => 'Ez a hely jelenleg legalább egy eszközhöz társítva, és nem törölhető. Frissítse eszközeit, hogy ne hivatkozzon erre a helyre, és próbálja újra.', 'assoc_child_loc' => 'Ez a hely jelenleg legalább egy gyermek helye szülője, és nem törölhető. Frissítse tartózkodási helyeit, hogy ne hivatkozzon erre a helyre, és próbálja újra.', - 'create' => [ + + 'create' => array( 'error' => 'A helyszín nem jött létre, próbálkozzon újra.', - 'success' => 'A helyszín sikeresen létrehozva.', - ], + 'success' => 'A helyszín sikeresen létrehozva.' + ), - 'update' => [ + 'update' => array( 'error' => 'A helyszín nem frissült, próbálkozzon újra', - 'success' => 'A helyszín sikeresen frissült.', - ], + 'success' => 'A helyszín sikeresen frissült.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Biztosan törölni szeretné ezt a helyet?', 'error' => 'Hiba történt a helyszín törlése közben. Kérlek próbáld újra.', - 'success' => 'A helyszínt sikeresen törölték.', - ], + 'success' => 'A helyszínt sikeresen törölték.' + ) -]; +); diff --git a/resources/lang/hu/admin/locations/table.php b/resources/lang/hu/admin/locations/table.php index f766a6fafe..31798981f2 100644 --- a/resources/lang/hu/admin/locations/table.php +++ b/resources/lang/hu/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Szülő', 'currency' => 'Helyi valuta', 'ldap_ou' => 'LDAP keresés OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/hu/admin/manufacturers/message.php b/resources/lang/hu/admin/manufacturers/message.php index 5c24d21174..121ccb262b 100644 --- a/resources/lang/hu/admin/manufacturers/message.php +++ b/resources/lang/hu/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Gyártó nem létezik.', 'assoc_users' => 'Ez a gyártó jelenleg legalább egy modellel társítva van, így nem lehet törölni. Kérjük, frissítse a modellt úgy, hogy ne hivatkozzon erre a gyártóra, és próbálkozzon újra. ', - 'create' => [ + 'create' => array( 'error' => 'Gyártó nem jött létre, próbálkozz újra.', - 'success' => 'Gyártó sikeresen létrehozva.', - ], + 'success' => 'Gyártó sikeresen létrehozva.' + ), - 'update' => [ + 'update' => array( 'error' => 'Gyártó nem lett frissítve, próbálkozz újra', - 'success' => 'Gyártó sikeresen frissítve.', - ], + 'success' => 'Gyártó sikeresen frissítve.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'A gyártó nem lett visszaállítva, próbálja újra', - 'success' => 'Gyártó sikeresen visszaállítva.', - ], + 'success' => 'Gyártó sikeresen visszaállítva.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Biztosan törölni szeretnéd ezt a gyártót?', 'error' => 'Probléma adódott a gyártó törlése közben. Próbálkozz újra.', - 'success' => 'A gyártó sikeresen törölve.', - ], + 'success' => 'A gyártó sikeresen törölve.' + ) -]; +); diff --git a/resources/lang/hu/admin/manufacturers/table.php b/resources/lang/hu/admin/manufacturers/table.php index dd83e7f7a9..bc3fc9f868 100644 --- a/resources/lang/hu/admin/manufacturers/table.php +++ b/resources/lang/hu/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'A gyártókról', 'about_manufacturers_text' => 'A gyártók azok a vállalatok, amelyek létrehozzák a vagyont. Itt fontos támogatási kapcsolattartási információkat tárolhatsz róluk, amelyek az eszköz részletes oldalain fognak megjelenni.', 'asset_manufacturers' => 'Eszköz gyártoi', @@ -13,4 +13,4 @@ return [ 'update' => 'Gyártó frissítése', 'url' => 'URL', -]; +); diff --git a/resources/lang/hu/admin/models/general.php b/resources/lang/hu/admin/models/general.php index de547f09dc..d9607a70e5 100644 --- a/resources/lang/hu/admin/models/general.php +++ b/resources/lang/hu/admin/models/general.php @@ -1,6 +1,6 @@ 'Az Asset Models-ról', 'about_models_text' => 'Az eszköz-modellek lehetővé teszik az azonos eszközök csoportosítását. "MBP 2013", "IPhone 6s" stb.', 'deleted' => 'Ez a modell törölve lett.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Törlődni fog :model_count eszköz modell.', 'restore' => 'Modell Visszaállítása', 'requestable' => 'A felhasználók kérhetik ezt a modellt', - 'show_mac_address' => 'Mutasd a MAC cím mezőt ennél az eszköznél', + 'show_mac_address' => 'Mutasd a MAC cím mezőt ennél az eszköznél', 'view_deleted' => 'Töröltek megtekintése', 'view_models' => 'Modellek megtekintése', 'fieldset' => 'Mezőcsoport', 'no_custom_field' => 'Nincsenek egyedi mezők', 'add_default_values' => 'Alapértelmezett érték megadása', -]; +); diff --git a/resources/lang/hu/admin/models/message.php b/resources/lang/hu/admin/models/message.php index 31395235d5..49d772f620 100644 --- a/resources/lang/hu/admin/models/message.php +++ b/resources/lang/hu/admin/models/message.php @@ -1,41 +1,42 @@ 'Modell nem létezik.', 'assoc_users' => 'Ez a modell jelenleg társított egy vagy több eszközhöz, és nem törölhető. Legyen szíves törölje az eszközt, és próbálja meg ismét a modell törlését. ', - 'create' => [ + + 'create' => array( 'error' => 'A model nem lett létrehozva. Próbálkozz újra.', 'success' => 'A modell sikeresen létrehozva.', 'duplicate_set' => 'Már létezik ilyen nevű eszközmodell, gyártó és modellszám.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'A modell nem frissült, próbálkozzon újra', - 'success' => 'A modell sikeresen frissült.', - ], + 'success' => 'A modell sikeresen frissült.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Biztos benne, hogy törli ezt az eszközmodellt?', 'error' => 'A modell törlését okozta. Kérlek próbáld újra.', - 'success' => 'A modell sikeresen törölve lett.', - ], + 'success' => 'A modell sikeresen törölve lett.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'A modell nem állt helyre, próbálkozzon újra', - 'success' => 'A modell sikeresen visszaállt.', - ], + 'success' => 'A modell sikeresen visszaállt.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Nincsenek mezők megváltoztak, így semmi sem frissült.', - 'success' => 'Modellek frissítve.', - ], + 'success' => 'Modellek frissítve.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Nem voltak eszközök kiválasztva, így semmi sem lett törölve.', 'success' => ':success_count eszköz(ök) törölve!', - 'success_partial' => ': success_count modell(ek) törlésre kerültek, azonban ennyit nem sikerült törölni: a fail_count , mert még hozzárendelt eszközökkel rendelkeznek.', - ], + 'success_partial' => ': success_count modell(ek) törlésre kerültek, azonban ennyit nem sikerült törölni: a fail_count , mert még hozzárendelt eszközökkel rendelkeznek.' + ), -]; +); diff --git a/resources/lang/hu/admin/models/table.php b/resources/lang/hu/admin/models/table.php index 20b00b8609..f84a59a3d7 100644 --- a/resources/lang/hu/admin/models/table.php +++ b/resources/lang/hu/admin/models/table.php @@ -1,6 +1,6 @@ 'Eszköz modell létrehozása', 'created_at' => 'Létrehozva', @@ -14,4 +14,4 @@ return [ 'update' => 'Eszközmodell frissítése', 'clone' => 'Modell klónozása', 'edit' => 'Modell szerkesztése', -]; +); diff --git a/resources/lang/hu/admin/reports/general.php b/resources/lang/hu/admin/reports/general.php index 6fc80d0212..b265ba44dc 100644 --- a/resources/lang/hu/admin/reports/general.php +++ b/resources/lang/hu/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Válaszon a lehetőségekből az eszköz riporthoz.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/hu/admin/reports/message.php b/resources/lang/hu/admin/reports/message.php index 0a145edbbb..1cf848fbd7 100644 --- a/resources/lang/hu/admin/reports/message.php +++ b/resources/lang/hu/admin/reports/message.php @@ -1,5 +1,5 @@ 'Legalább egy lehetőséget kell választania.', -]; +return array( + 'error' => 'Legalább egy lehetőséget kell választania.' +); diff --git a/resources/lang/hu/admin/settings/general.php b/resources/lang/hu/admin/settings/general.php index 32d75a320c..3dec97876c 100644 --- a/resources/lang/hu/admin/settings/general.php +++ b/resources/lang/hu/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Active Directory tartomány', 'ad_domain_help' => 'Ez néha megegyezik az e-mail domainjével, de nem mindig.', 'ad_append_domain_label' => 'Append domain name', 'ad_append_domain' => 'Append domain name to username field', - 'ad_append_domain_help' => 'A felhasználóknak nem szükséges beírni az egész címet "username@domain.local", elég csak a felhasználónevüket "username".' , + 'ad_append_domain_help' => 'A felhasználóknak nem szükséges beírni az egész címet "username@domain.local", elég csak a felhasználónevüket "username".', 'admin_cc_email' => 'Email másolat', 'admin_cc_email_help' => 'Ha azt szeretné, hogy a kiadáskor/visszavételkor a felhasználóknak küldött levél másolata egy másik címre is elmenjen, akkor írja be a címet ide. Ellenkező esetben hagyja szabadon a mezőt.', 'is_ad' => 'Ez egy Active Directory szerver', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Riasztás címzettje', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Riasztás engedélyezve', 'alert_interval' => 'A figyelmeztetések lejárata küszöbérték (napokban)', 'alert_inv_threshold' => 'Leltár riasztási küszöb', 'allow_user_skin' => 'Felhasználók saját kinézetüknek engedélyezése', - 'allow_user_skin_help_text' => 'Pipáld be ezt a dobozt ha szeretnéd, hogy a felhasználok felülírhassák az alap oldal kinézetét egy másikkal.' , + 'allow_user_skin_help_text' => 'Pipáld be ezt a dobozt ha szeretnéd, hogy a felhasználok felülírhassák az alap oldal kinézetét egy másikkal.', 'asset_ids' => 'Eszköz ID', 'audit_interval' => 'Audit időtartam', 'audit_interval_help' => 'Ha rendszeres fizikai ellenőrzést igényel az eszközökkel, adja meg az intervallumot hónapokban.', 'audit_warning_days' => 'Ellenőrzési figyelmeztető küszöbérték', 'audit_warning_days_help' => 'Hány nappal előre figyelmeztetni kell Önt arra, hogy az eszközöknek az ellenőrzésre van szükségük?', - 'auto_increment_assets' => 'Automatikusan növekvő eszközazonosítókat generál', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Előtag (opcionális)', - 'auto_incrementing_help' => 'Engedélyezze az automatikus értéknövelés eszközazonosítót, hogy beállítsa ezt', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Biztonsági mentések', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/hu/mail.php b/resources/lang/hu/mail.php index fe8faf0321..41ef8e9c07 100644 --- a/resources/lang/hu/mail.php +++ b/resources/lang/hu/mail.php @@ -1,6 +1,6 @@ 'A felhasználó törölte az elemkérést a webhelyen', 'a_user_requested' => 'A felhasználó egy elemet kért a webhelyen', 'accessory_name' => 'Tartozéknév:', @@ -59,7 +59,7 @@ return array( 'test_mail_text' => 'Ez a Snipe-IT Asset Management System tesztje. Ha ez megvan, a levél működik :)', 'the_following_item' => 'A következő tételt ellenőrzik:', 'low_inventory_alert' => ':count darab tétel érhető el, ami kevesebb mint a minimum készlet vagy hamarosan kevesebb lesz.', - 'assets_warrantee_alert' => ':count darab eszköznél a jótállás :threshold napon belül lejár.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => ':count licensz lejár :thershold nap múlva.|:count licensz lejár :thershold nap múlva.', 'to_reset' => 'A webes jelszó visszaállításához töltsd ki ezt az űrlapot:', 'type' => 'típus', @@ -75,5 +75,5 @@ return array( 'Expected_Checkin_Report' => 'Várható eszköz kiadásának jelentése', 'Expected_Checkin_Notification' => 'Emlékeztető: :name kiadásának idejéhez közelít', 'Expected_Checkin_Date' => 'Az eszközt amelyet kiadtak neked, hamarosan visszavételre kerül a :date napon', - 'your_assets' => 'Eszközeidnek megtekíntése' -); + 'your_assets' => 'Eszközeidnek megtekíntése', +]; diff --git a/resources/lang/hu/pagination.php b/resources/lang/hu/pagination.php index 4011e9a5fe..f0e03beb32 100644 --- a/resources/lang/hu/pagination.php +++ b/resources/lang/hu/pagination.php @@ -1,6 +1,6 @@ 'Következő»', -]; +); diff --git a/resources/lang/hu/reminders.php b/resources/lang/hu/reminders.php index ee07e150d8..2757eadae2 100644 --- a/resources/lang/hu/reminders.php +++ b/resources/lang/hu/reminders.php @@ -1,6 +1,6 @@ 'A jelszónak 6 karakteresnek kell lennie és egyeznie kell a megerősítésével.', + "password" => "A jelszónak 6 karakteresnek kell lennie és egyeznie kell a megerősítésével.", - 'user' => 'A felhasználónév vagy az e-mail cím téves', + "user" => "A felhasználónév vagy az e-mail cím téves", - 'token' => 'Ez a jelszó visszaállítási kérelem érvénytelen.', + "token" => "Ez a jelszó visszaállítási kérelem érvénytelen.", - 'sent' => 'Ha megfelelő az email cím, egy jelszó emlékeztetőt küldünk!', + "sent" => "Ha megfelelő az email cím, egy jelszó emlékeztetőt küldünk!", -]; +); diff --git a/resources/lang/hu/table.php b/resources/lang/hu/table.php index f62e3231a5..722b0a119e 100644 --- a/resources/lang/hu/table.php +++ b/resources/lang/hu/table.php @@ -1,10 +1,10 @@ 'Lehetőség', 'action' => 'Művelet', 'by' => 'Által', 'item' => 'Tétel', -]; +); diff --git a/resources/lang/hu/validation.php b/resources/lang/hu/validation.php index 5cb8f7fa65..5e6808e936 100644 --- a/resources/lang/hu/validation.php +++ b/resources/lang/hu/validation.php @@ -1,6 +1,6 @@ 'A :attribute legalább :min karakter kell lenni.', 'array' => 'A: attribútumnak rendelkeznie kell legalább: min elemekkel.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'A kiválasztott :attribute étvénytelen.', 'numeric' => 'A :attribute csak szám lehet.', 'present' => 'A: attribútum mezőnek jelen kell lennie.', @@ -88,8 +89,8 @@ return array( 'unique' => 'A :attribute már foglalt.', 'uploaded' => 'A: attribútum nem sikerült feltölteni.', 'url' => 'Az :attribute formátuma érvénytelen.', - "unique_undeleted" => "A(z) :attribute egyedinek kell lennie.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'A(z) :attribute egyedinek kell lennie.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "A: attribútum mező olyan karaktert tartalmaz, amely nem megengedett.", - "email_array" => "Egy vagy több e-mail cím érvénytelen.", - "hashed_pass" => "A jelenlegi jelszava helytelen", + 'alpha_space' => 'A: attribútum mező olyan karaktert tartalmaz, amely nem megengedett.', + 'email_array' => 'Egy vagy több e-mail cím érvénytelen.', + 'hashed_pass' => 'A jelenlegi jelszava helytelen', 'dumbpwd' => 'Ez a jelszó túl gyakori.', - "statuslabel_type" => "Meg kell határoznia egy érvényes állapotcímke típust", + 'statuslabel_type' => 'Meg kell határoznia egy érvényes állapotcímke típust', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/id/admin/accessories/general.php b/resources/lang/id/admin/accessories/general.php index 1365917dcb..5e632c899e 100644 --- a/resources/lang/id/admin/accessories/general.php +++ b/resources/lang/id/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Kategori Aksesori', 'accessory_name' => 'Nama Aksesori', 'checkout' => 'Aksesoris Keluar', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Gunakan primary default sebagai gantinya.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/id/admin/custom_fields/message.php b/resources/lang/id/admin/custom_fields/message.php
index 116397bcb4..5ad9eb4334 100644
--- a/resources/lang/id/admin/custom_fields/message.php
+++ b/resources/lang/id/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Field tersebut tidak ada.',
'already_added' => 'Field sudah di tambahkan',
- 'create' => [
+ 'create' => array(
'error' => 'Field gagal di buat, silahkan coba kembali.',
'success' => 'Field telah sukses di buat.',
- 'assoc_success' => 'Field sukses di tambahkan ke fieldset.',
- ],
+ 'assoc_success' => 'Field sukses di tambahkan ke fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Field tidak terbaharui, silahkan coba kembali',
- 'success' => 'Field sukses diperbarui.',
- ],
+ 'success' => 'Field sukses diperbarui.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Apakah Anda yakin untuk menghapus field ini?',
'error' => 'Terdapat kesalahan pada saat penghapusan field ini. Silahkan coba kembali.',
'success' => 'Field telah berhasil dihapus.',
'in_use' => 'Field sedang digunakan.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset tidak ada',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset gagal di buat, silahkan coba kembali.',
- 'success' => 'Fieldset telah sukses di buat.',
- ],
+ 'success' => 'Fieldset telah sukses di buat.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset tidak terbaharui, silahkan coba kembali',
- 'success' => 'Fieldset sukses diperbarui.',
- ],
+ 'success' => 'Fieldset sukses diperbarui.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Apakah Anda yakin untuk menghapus fieldset ini?',
'error' => 'Terdapat kesalahan pada saat penghapusan fieldset ini. Silahkan coba kembali.',
'success' => 'Fieldset telah berhasil dihapus.',
'in_use' => 'Fieldset sedang digunakan.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/id/admin/departments/message.php b/resources/lang/id/admin/departments/message.php
index d7b8e07e57..4d53020053 100644
--- a/resources/lang/id/admin/departments/message.php
+++ b/resources/lang/id/admin/departments/message.php
@@ -1,21 +1,21 @@
'Departemen tidak ada.',
'assoc_users' => 'Departemen ini saat ini terkait dengan setidaknya satu pengguna dan tidak dapat dihapus. Perbarui pengguna Anda untuk tidak lagi merujuk departemen ini dan coba lagi.',
- 'create' => [
+ 'create' => array(
'error' => 'Departemen tidak tercipta, silahkan dicoba lagi.',
- 'success' => 'Departemen berhasil dibuat.',
- ],
- 'update' => [
+ 'success' => 'Departemen berhasil dibuat.'
+ ),
+ 'update' => array(
'error' => 'Departemen tidak diperbarui, silakan coba lagi',
- 'success' => 'Departemen berhasil diperbarui.',
- ],
- 'delete' => [
+ 'success' => 'Departemen berhasil diperbarui.'
+ ),
+ 'delete' => array(
'confirm' => 'Yakin ingin menghapus departemen ini?',
'error' => 'Terjadi masalah saat menghapus departemen. Silahkan coba lagi',
- 'success' => 'Departemen berhasil dihapus.',
- ],
+ 'success' => 'Departemen berhasil dihapus.'
+ )
-];
+);
diff --git a/resources/lang/id/admin/departments/table.php b/resources/lang/id/admin/departments/table.php
index 272d333a03..a259294da5 100644
--- a/resources/lang/id/admin/departments/table.php
+++ b/resources/lang/id/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'nama departemen',
@@ -8,4 +8,4 @@ return [
'location' => 'Lokasi',
'create' => 'Buat Departemen',
'update' => 'Perbarui Departemen',
- ];
+ );
diff --git a/resources/lang/id/admin/depreciations/general.php b/resources/lang/id/admin/depreciations/general.php
index 88f2c8d734..d7e8b98058 100644
--- a/resources/lang/id/admin/depreciations/general.php
+++ b/resources/lang/id/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Depresiasi Aset',
'create' => 'Buat Penyusutan',
'depreciation_name' => 'Nama Penyusutan',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Jumlah bulan',
'update' => 'Perbaharui Penyusutan',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Nilai Minimum setelah Penyusutan',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/id/admin/depreciations/message.php b/resources/lang/id/admin/depreciations/message.php
index 5d7711d5d2..155eca8cfc 100644
--- a/resources/lang/id/admin/depreciations/message.php
+++ b/resources/lang/id/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Kelas penyusutan tidak ada.',
'assoc_users' => 'Penyusutan ini saat ini terkoneksi dengan satu atau lebih model dan tidak dapat di hapus. Silahkan hapus model tersebut lebih dahulu, kemudian coba ulangi kembali. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Kelas penyusutan gagal dibuat, silahkan coba kembali',
- 'success' => 'Kelas penyusutan sukses di buat',
- ],
+ 'success' => 'Kelas penyusutan sukses di buat'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Kelas penyusutan gagal di perbarui, silahkan coba kembali',
- 'success' => 'Kelas penyusutan sukses di perbarui.',
- ],
+ 'success' => 'Kelas penyusutan sukses di perbarui.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Apakah Anda yakin untuk menghapus kelas penyusutan ini?',
'error' => 'Terdapat kesalahan pada saat penghapusan kelas penyusutan. Silahkan coba kembali.',
- 'success' => 'Kelas penyusutan sukses di hapus.',
- ],
+ 'success' => 'Kelas penyusutan sukses di hapus.'
+ )
-];
+);
diff --git a/resources/lang/id/admin/depreciations/table.php b/resources/lang/id/admin/depreciations/table.php
index 509cf8a629..487dd8b6a9 100644
--- a/resources/lang/id/admin/depreciations/table.php
+++ b/resources/lang/id/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Bulan',
'term' => 'Syarat',
'title' => 'Nama ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/id/admin/groups/message.php b/resources/lang/id/admin/groups/message.php
index 72dbf68a04..a07902428f 100644
--- a/resources/lang/id/admin/groups/message.php
+++ b/resources/lang/id/admin/groups/message.php
@@ -1,22 +1,22 @@
'Kelompok sudah ada!',
'group_not_found' => 'Kelompok [:id] tidak ada.',
'group_name_required' => 'Field nama di perlukan',
- 'success' => [
+ 'success' => array(
'create' => 'Sukses membuat kelompok.',
'update' => 'Sukses memperbarui kelompok.',
'delete' => 'Sukses menghapus kelompok.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Anda yakin menghapus kelompok ini?',
'create' => 'Terdapat kesalahan ketika membuat kelompok. Silahkan coba kembali.',
'update' => 'Terdapat kesalahan ketika memperbarui kelompok. Silahkan coba kembali.',
'delete' => 'Terdapat kesalahan ketika menghapus kelompok. Silahkan coba kembali.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/id/admin/groups/table.php b/resources/lang/id/admin/groups/table.php
index 8b7bdcde48..226fb86336 100644
--- a/resources/lang/id/admin/groups/table.php
+++ b/resources/lang/id/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Nama',
'users' => '# Pengguna',
-];
+);
diff --git a/resources/lang/id/admin/groups/titles.php b/resources/lang/id/admin/groups/titles.php
index 12acc7cd36..ea63ef191c 100644
--- a/resources/lang/id/admin/groups/titles.php
+++ b/resources/lang/id/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Admin Kelompok',
'allow' => 'Izin',
'deny' => 'Tolak',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/id/admin/hardware/form.php b/resources/lang/id/admin/hardware/form.php
index 8ab77086a4..3e2d1a15ce 100644
--- a/resources/lang/id/admin/hardware/form.php
+++ b/resources/lang/id/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garansi',
'warranty_expires' => 'Garansi Berakhir',
'years' => 'tahun',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/id/admin/hardware/general.php b/resources/lang/id/admin/hardware/general.php
index 6b673a5c6e..2488e58e89 100644
--- a/resources/lang/id/admin/hardware/general.php
+++ b/resources/lang/id/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'Model Aset ini telah dihapus. Anda harus memulihkan model aset tersebut sebelum Anda dapat memulihkan Aset.',
'requestable' => 'Dapat diminta',
'requested' => 'Telah diminta',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Mengembalikan aset',
'pending' => 'Tunda',
'undeployable' => 'Tidak dapat digunakan',
'view' => 'Tampilkan aset',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/id/admin/hardware/message.php b/resources/lang/id/admin/hardware/message.php index 6bb7e46abc..a7bcf678bd 100644 --- a/resources/lang/id/admin/hardware/message.php +++ b/resources/lang/id/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Peringatan: Aset ini telah di tandai sebagai aset yang tak dapat digunakan. Jika status ini telah berubah, silahkan perbarui status aset.', 'does_not_exist' => 'Aset tidak ada.', - 'does_not_exist_or_not_requestable' => 'Aset tersebut tidak terdaftar atau tidak dapat di minta.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Aset ini sudah diberikan kepada pengguna dan tidak dapat di hapus. Silahkan cek aset terlebih dahulu kemudian coba hapus kembali. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Audit aset berhasil login.', ], + 'deletefile' => [ 'error' => 'Berkas tidak terhapus. Silahkan coba kembali.', 'success' => 'Berkas berhasil dihapus.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'File tidak bisa dihapus', ], + 'delete' => [ 'confirm' => 'Apakah Anda yakin untuk menghapus aset ini?', 'error' => 'Terdapat kesalahan pada saat penghapusan aset. Silahkan coba kembali.', diff --git a/resources/lang/id/admin/hardware/table.php b/resources/lang/id/admin/hardware/table.php index b10bef1f6b..2e26b4271d 100644 --- a/resources/lang/id/admin/hardware/table.php +++ b/resources/lang/id/admin/hardware/table.php @@ -1,13 +1,14 @@ 'Tag Aset', 'asset_model' => 'Model', - 'book_value' => 'Harga', + 'book_value' => 'Current Value', 'change' => 'Masuk/Keluar', 'checkout_date' => 'Tanggal Pemberian', 'checkoutto' => 'Diberikan', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Unduh CSV', 'eol' => 'MHP', @@ -18,8 +19,12 @@ return array( 'serial' => 'Serial', 'status' => 'Status', 'title' => 'Aset ', - 'image' => 'Gambar Perangkat', + 'image' => 'Gambar Perangkat', 'days_without_acceptance' => 'Tanda Terima', - 'monthly_depreciation' => 'Penyusutan Bulanan' - -); + 'monthly_depreciation' => 'Penyusutan Bulanan', + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', +]; diff --git a/resources/lang/id/admin/kits/general.php b/resources/lang/id/admin/kits/general.php index 0dfad82469..7065439ab8 100644 --- a/resources/lang/id/admin/kits/general.php +++ b/resources/lang/id/admin/kits/general.php @@ -1,17 +1,50 @@ 'About Predefined Kits', - 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.', - 'checkout' => 'Checkout Kit ', - 'create_success' => 'Kit was successfully created.', - 'create' => 'Create Predefined Kit', - 'update' => 'Update Predefined Kit', - 'delete_success' => 'Kit was successfully deleted.', - 'update_success' => 'Kit was successfully updated.', - 'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ', - 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', - 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', - 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'about_kits_title' => 'Tentang Kit yang Telah Ditentukan', + 'about_kits_text' => 'Kit yang telah ditentukan memungkinkan Anda dengan cepat memeriksa koleksi item (aset, lisensi, dll) kepada pengguna. Ini dapat membantu ketika proses orientasi Anda konsisten di banyak pengguna dan semua pengguna menerima item yang sama.', + 'checkout' => 'Checkout Kit', + 'create_success' => 'Kit berhasil dibuat.', + 'create' => 'Buat Kit yang Telah Ditentukan', + 'update' => 'Perbarui Kit yang Telah Ditentukan', + 'delete_success' => 'Kit berhasil dihapus.', + 'update_success' => 'Kit berhasil dihapus.', + 'none_models' => 'Unit :model yang tersedia tidak cukup untuk checkout. :qty diperlukan. ', + 'none_licenses' => 'Unit :license yang tersedia tidak cukup untuk checkout. :qty diperlukan. ', + 'none_consumables' => 'Unit :consumable yang tersedia tidak cukup untuk checkout. :qty diperlukan. ', + 'none_accessory' => 'Unit :accessory yang tersedia tidak cukup untuk checkout. :qty diperlukan. ', + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/id/admin/licenses/form.php b/resources/lang/id/admin/licenses/form.php index 4b921317cb..a36b1435c2 100644 --- a/resources/lang/id/admin/licenses/form.php +++ b/resources/lang/id/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Aset', 'checkin' => 'Masuk', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Berlisensi untuk Email', 'to_name' => 'Berlisensi untuk Nama', 'update' => 'Memperbarui lisensi', - 'checkout_help' => 'Anda harus memeriksa lisensi untuk aset perangkat keras atau seseorang. Anda dapat memilih keduanya, namun pemilik aset harus sesuai dengan orang yang Anda memeriksa aset.', -]; + 'checkout_help' => 'Anda harus memeriksa lisensi untuk aset perangkat keras atau seseorang. Anda dapat memilih keduanya, namun pemilik aset harus sesuai dengan orang yang Anda memeriksa aset.' +); diff --git a/resources/lang/id/admin/licenses/general.php b/resources/lang/id/admin/licenses/general.php index a358d4938a..22290291bc 100644 --- a/resources/lang/id/admin/licenses/general.php +++ b/resources/lang/id/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Tentang Lisensi', 'about_licenses' => 'Lisensi digunakan untuk melacak perangkat lunak. Mereka memiliki sejumlah kursi yang bisa diperiksa ke individu', 'checkin' => 'Pemberian kapasitas lisensi', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Lisensi Perangkat Lunak', 'user' => 'Pengguna', 'view' => 'Tampilkan Lisensi', -]; +); diff --git a/resources/lang/id/admin/licenses/message.php b/resources/lang/id/admin/licenses/message.php index 202e86e870..cf5f285a1b 100644 --- a/resources/lang/id/admin/licenses/message.php +++ b/resources/lang/id/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Lisensi tidak ada.', 'user_does_not_exist' => 'Pengguna tidak ada.', @@ -8,44 +8,45 @@ return [ 'owner_doesnt_match_asset' => 'Aset yang hendak di asosiasikan dengan lisensi ini di miliki oleh seseorang yang tidak masuk dalam daftar.', 'assoc_users' => 'Lisensi ini sudah diberikan kepada pengguna dan tidak dapat di hapus. Silahkan cek lisensi terlebih dahulu kemudian coba hapus kembali. ', 'select_asset_or_person' => 'Anda harus memilih aset atau pengguna, namun tidak keduanya.', - 'not_found' => 'License not found', + 'not_found' => 'Berkas Lisensi tidak ditemukan', - 'create' => [ + + 'create' => array( 'error' => 'Gagal membuat lisensi, silahkan coba kembali.', - 'success' => 'Sukses membuat lisensi.', - ], + 'success' => 'Sukses membuat lisensi.' + ), - 'deletefile' => [ + 'deletefile' => array( 'error' => 'Berkas belum terhapus. Silahkan coba kembali.', 'success' => 'Berkas sukses di hapus.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Berkas belum terunggah. Silakan coba kembali.', 'success' => 'Berkas sukses terunggah.', 'nofiles' => 'Anda belum memilih berkas untuk di unggah, atau berkas yang akan di unggah terlalu besar ukurannya', 'invalidfiles' => 'Satu atau lebih file Anda terlalu besar atau merupakan jenis filetype yang tidak diizinkan. Filetype yang diperbolehkan adalah png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, dan lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Gagal memperbarui lisensi, silahkan coba kembali', - 'success' => 'Sukses perbarui lisensi.', - ], + 'success' => 'Sukses perbarui lisensi.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Apakah Anda yakin untuk menghapus lisensi ini?', 'error' => 'Terdapat kesalahan pada saat penghapusan lisensi ini. Silahkan coba kembali.', - 'success' => 'Lisensi telah berhasil dihapus.', - ], + 'success' => 'Lisensi telah berhasil dihapus.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Terdapat kesalahan pada saat pemberian lisensi ini. Silahkan coba kembali.', - 'success' => 'Lisensi telah berhasil diberikan', - ], + 'success' => 'Lisensi telah berhasil diberikan' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Terdapat kesalahan pada saat penerimaan lisensi ini. Silahkan coba kembali.', - 'success' => 'Lisensi telah berhasil diterima', - ], + 'success' => 'Lisensi telah berhasil diterima' + ), -]; +); diff --git a/resources/lang/id/admin/licenses/table.php b/resources/lang/id/admin/licenses/table.php index 93d7c1b985..d836b5006f 100644 --- a/resources/lang/id/admin/licenses/table.php +++ b/resources/lang/id/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Diberikan kepada', 'checkout' => 'Masuk/Keluar', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serial', 'title' => 'Lisensi', -]; +); diff --git a/resources/lang/id/admin/locations/message.php b/resources/lang/id/admin/locations/message.php index 43f5629052..8dac83723e 100644 --- a/resources/lang/id/admin/locations/message.php +++ b/resources/lang/id/admin/locations/message.php @@ -1,26 +1,27 @@ 'Lokasi tidak ada.', 'assoc_users' => 'Lokasi saat ini dikaitkan dengan setidaknya oleh satu pengguna dan tidak dapat dihapus. Perbarui pengguna Anda yang tidak ada referensi dari lokasi ini dan coba lagi. ', 'assoc_assets' => 'Lokasi saat ini dikaitkan dengan setidaknya oleh satu aset dan tidak dapat dihapus. Perbarui aset Anda yang tidak ada referensi dari lokasi ini dan coba lagi. ', 'assoc_child_loc' => 'Lokasi saat ini digunakan oleh induk salah satu dari turunan lokasi dan tidak dapat di hapus. Mohon perbarui lokasi Anda ke yang tidak ada referensi dengan lokasi ini dan coba kembali. ', - 'create' => [ + + 'create' => array( 'error' => 'Lokasi gagal di buat, mohon coba kebali.', - 'success' => 'Lokasi sukses di buat.', - ], + 'success' => 'Lokasi sukses di buat.' + ), - 'update' => [ + 'update' => array( 'error' => 'Lokasi gagal di perbarui, mohon coba kembali', - 'success' => 'Lokasi sukses di perbarui.', - ], + 'success' => 'Lokasi sukses di perbarui.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Apakah Anda yakin untuk menghapus lokasi ini?', 'error' => 'Terdapat kesalahan pada saat penghapusan lokasi ini. Silahkan coba kembali.', - 'success' => 'Lokasi telah berhasil dihapus.', - ], + 'success' => 'Lokasi telah berhasil dihapus.' + ) -]; +); diff --git a/resources/lang/id/admin/locations/table.php b/resources/lang/id/admin/locations/table.php index 17140af68b..18c9ef34fb 100644 --- a/resources/lang/id/admin/locations/table.php +++ b/resources/lang/id/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Induk', 'currency' => 'Lokasi Mata Uang', 'ldap_ou' => 'LDAP Cari OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/id/admin/manufacturers/message.php b/resources/lang/id/admin/manufacturers/message.php index 139db01530..6e58440395 100644 --- a/resources/lang/id/admin/manufacturers/message.php +++ b/resources/lang/id/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Produsen tidak ada.', 'assoc_users' => 'Produsen ini saat ini dikaitkan dengan setidaknya satu model dan tidak dapat dihapus. Perbarui model Anda yang tidak ada referensi dari produsen ini dan coba lagi. ', - 'create' => [ + 'create' => array( 'error' => 'Produsen gagal di buat, silahkan coba kembali.', - 'success' => 'Produsen sukses di buat.', - ], + 'success' => 'Produsen sukses di buat.' + ), - 'update' => [ + 'update' => array( 'error' => 'Produsen gagal di perbarui, silahkan coba kembali', - 'success' => 'Produsen sukses di perbarui.', - ], + 'success' => 'Produsen sukses di perbarui.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Pabrikan tidak dapat dipulihkan, silakan coba kembali', - 'success' => 'Pabrikan berhasil dipulihkan.', - ], + 'success' => 'Pabrikan berhasil dipulihkan.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Apakah Anda yakin untuk menghapus produsen ini?', 'error' => 'Terdapat kesalahan pada saat penghapusan produsen. Silahkan coba kembali.', - 'success' => 'Produsen sukses di hapus.', - ], + 'success' => 'Produsen sukses di hapus.' + ) -]; +); diff --git a/resources/lang/id/admin/manufacturers/table.php b/resources/lang/id/admin/manufacturers/table.php index 5435b62944..7d79e858c1 100644 --- a/resources/lang/id/admin/manufacturers/table.php +++ b/resources/lang/id/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Tentang Manufaktur', 'about_manufacturers_text' => 'Pabrikan adalah perusahaan yang menciptakan aset Anda. Anda dapat menyimpan informasi kontak pendukung penting tentang mereka di sini, yang akan ditampilkan di halaman detail aset Anda.', 'asset_manufacturers' => 'Merek Aset', @@ -13,4 +13,4 @@ return [ 'update' => 'Perbarui Merek', 'url' => 'URL', -]; +); diff --git a/resources/lang/id/admin/models/general.php b/resources/lang/id/admin/models/general.php index 8e717eb433..9ada8e9043 100644 --- a/resources/lang/id/admin/models/general.php +++ b/resources/lang/id/admin/models/general.php @@ -1,18 +1,18 @@ 'Tentang Model Aset', 'about_models_text' => 'Model Aset adalah cara untuk mengelompokkan aset identik. "MBP 2013", "IPhone 6s", dll.', - 'deleted' => 'This model has been deleted.', + 'deleted' => 'Aset ini telah dihapus.', 'bulk_delete' => 'Menghapus massal aset model', 'bulk_delete_help' => 'Centang kotak di bawah untuk mengkonfirmasi penghapusan model aset yang dipilih. Model aset yang memiliki aset yang terkait dengannya tidak dapat dihapus sampai aset dikaitkan dengan model yang berbeda.', 'bulk_delete_warn' => 'Anda akan menghapus :model_count asset models.', 'restore' => 'Mengembalikan Model', 'requestable' => 'Pengguna dapat meminta model ini', - 'show_mac_address' => 'Tampilkan alamat MAC di aset untuk model ini', + 'show_mac_address' => 'Tampilkan alamat MAC di aset untuk model ini', 'view_deleted' => 'Lihat yang Dihapus', 'view_models' => 'Lihat Model', 'fieldset' => 'Fieldset', 'no_custom_field' => 'Field yang tidak bisa di rubah', 'add_default_values' => 'Tambah Nilai Default', -]; +); diff --git a/resources/lang/id/admin/models/message.php b/resources/lang/id/admin/models/message.php index e07061c1b6..1e5e0fb672 100644 --- a/resources/lang/id/admin/models/message.php +++ b/resources/lang/id/admin/models/message.php @@ -1,41 +1,42 @@ 'Model tidak ada.', 'assoc_users' => 'Saat ini model tersebut terhubung dengan 1 atau lebih dengan aset dan tidak dapat di hapus. Silahkan hapus aset terlebih dahulu, kemudian coba hapus kembali. ', - 'create' => [ + + 'create' => array( 'error' => 'Model gagal di buat, silahkan coba kembali.', 'success' => 'Sukses mebuat model.', 'duplicate_set' => 'Model aset dengan nomor nama, produsen dan model yang sama sudah ada.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model gagal diperbarui, silahkan coba kembali', - 'success' => 'Sukses memperbarui Model.', - ], + 'success' => 'Sukses memperbarui Model.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Anda yakin untuk menghapus model aset ini?', 'error' => 'Terdapat kesalahan pada saat penghapusan model. Silahkan coba kembali.', - 'success' => 'Model sukses terhapus.', - ], + 'success' => 'Model sukses terhapus.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Modal gagal di pulihkan, silahkan coba kembali', - 'success' => 'Sukses memulihkan model.', - ], + 'success' => 'Sukses memulihkan model.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Tidak ada bidang yang berubah, jadi tidak ada yang diperbarui.', - 'success' => 'Model diperbarui', - ], + 'success' => 'Model diperbarui' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Tidak ada model yang dipilih, jadi tidak ada yang dihapus.', 'success' => ':success_count model dihapus!', - 'success_partial' => ':success_count model telah dihapus, tetapi :fail_count tidak dapat dihapus karena masih memiliki aset yang terkait dengannya.', - ], + 'success_partial' => ':success_count model telah dihapus, tetapi :fail_count tidak dapat dihapus karena masih memiliki aset yang terkait dengannya.' + ), -]; +); diff --git a/resources/lang/id/admin/models/table.php b/resources/lang/id/admin/models/table.php index b1ca62f8cf..481bc26797 100644 --- a/resources/lang/id/admin/models/table.php +++ b/resources/lang/id/admin/models/table.php @@ -1,6 +1,6 @@ 'Membuat Model aset', 'created_at' => 'Dibuat', @@ -14,4 +14,4 @@ return [ 'update' => 'Perbarui Model Aset', 'clone' => 'Duplikat Model', 'edit' => 'Sunting Model', -]; +); diff --git a/resources/lang/id/admin/reports/general.php b/resources/lang/id/admin/reports/general.php index 75c1d01588..e1dd7c26c2 100644 --- a/resources/lang/id/admin/reports/general.php +++ b/resources/lang/id/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Pilih opsi yang Anda inginkan untuk laporan aset Anda.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/id/admin/reports/message.php b/resources/lang/id/admin/reports/message.php index 7fb4d60b21..32b5924ce8 100644 --- a/resources/lang/id/admin/reports/message.php +++ b/resources/lang/id/admin/reports/message.php @@ -1,5 +1,5 @@ 'Anda harus memilik minimal SATU.', -]; +return array( + 'error' => 'Anda harus memilik minimal SATU.' +); diff --git a/resources/lang/id/admin/settings/general.php b/resources/lang/id/admin/settings/general.php index d74b28b18f..effc630d66 100644 --- a/resources/lang/id/admin/settings/general.php +++ b/resources/lang/id/admin/settings/general.php @@ -4,30 +4,39 @@ return [ 'ad' => 'Active Directory', 'ad_domain' => 'Domain Active Directory', 'ad_domain_help' => 'Hal ini kadang-kadang sama sebagai domain email Anda, tetapi tidak selalu.', - 'ad_append_domain_label' => 'Append domain name', - 'ad_append_domain' => 'Append domain name to username field', - 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".', + 'ad_append_domain_label' => 'Tambahkan nama domain', + 'ad_append_domain' => 'Tambahkan nama domain ke bagian nama pengguna (username)', + 'ad_append_domain_help' => 'Pengguna tidak diharuskan untuk menulis "nama_pengguna@domain.local", mereka cukup mengetikkan "nama_pengguna".', 'admin_cc_email' => 'Tembusan Email', 'admin_cc_email_help' => 'Jika Anda ingin mengirim salinan email checkin / checkout yang dikirimkan ke pengguna akun email tambahan, masukkan di sini. Jika tidak, biarkan bidang ini kosong.', 'is_ad' => 'Ini adalah server Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Kirim pemberitahuan kepada', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Aktifkan pemberitahuan', 'alert_interval' => 'Ambang batas pemberitahuan kadaluarsa (dalam hari)', 'alert_inv_threshold' => 'Ambang pemberitahuan persediaan', - 'allow_user_skin' => 'Allow user skin', - 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.', + 'allow_user_skin' => 'Izinkan tema dari pengguna', + 'allow_user_skin_help_text' => 'Mencentang kotak ini akan memungkinkan pengguna untuk mengganti skin UI yang berbeda.', 'asset_ids' => 'Aset id', 'audit_interval' => 'Interval Audit', 'audit_interval_help' => 'Jika Anda diminta untuk secara teratur melakukan audit aset secara fisik, masukkan selang waktu dalam beberapa bulan.', 'audit_warning_days' => 'Ambang Peringatan Audit', 'audit_warning_days_help' => 'Berapa hari sebelumnya yang harus kami peringatkan saat aset akan dilelang?', - 'auto_increment_assets' => 'Membuat otomatis pembahan nomor ID aset', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Awalan (pilihan)', - 'auto_incrementing_help' => 'Hidupkan penambahan otomatis terlebih dahulu sebelumnya', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Cadangan', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/id/help.php b/resources/lang/id/help.php index ac0df59422..37a4dc2b49 100644 --- a/resources/lang/id/help.php +++ b/resources/lang/id/help.php @@ -13,22 +13,22 @@ return [ | */ - 'more_info_title' => 'More Info', + 'more_info_title' => 'Lebih Lanjut', - 'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log. :db_column
but should be :expected .'
];
diff --git a/resources/lang/is/admin/custom_fields/message.php b/resources/lang/is/admin/custom_fields/message.php
index c5d1134d5f..ed66a6ba16 100644
--- a/resources/lang/is/admin/custom_fields/message.php
+++ b/resources/lang/is/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'That field does not exist.',
'already_added' => 'Field already added',
- 'create' => [
+ 'create' => array(
'error' => 'Field was not created, please try again.',
'success' => 'Field created successfully.',
- 'assoc_success' => 'Field successfully added to fieldset.',
- ],
+ 'assoc_success' => 'Field successfully added to fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Field was not updated, please try again',
- 'success' => 'Field updated successfully.',
- ],
+ 'success' => 'Field updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this field?',
'error' => 'There was an issue deleting the field. Please try again.',
'success' => 'The field was deleted successfully.',
'in_use' => 'Field is still in use.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset does not exist',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset was not created, please try again.',
- 'success' => 'Fieldset created successfully.',
- ],
+ 'success' => 'Fieldset created successfully.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset was not updated, please try again',
- 'success' => 'Fieldset updated successfully.',
- ],
+ 'success' => 'Fieldset updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this fieldset?',
'error' => 'There was an issue deleting the fieldset. Please try again.',
'success' => 'The fieldset was deleted successfully.',
'in_use' => 'Fieldset is still in use.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/is/admin/departments/message.php b/resources/lang/is/admin/departments/message.php
index 14acca576c..d65f4fbb2b 100644
--- a/resources/lang/is/admin/departments/message.php
+++ b/resources/lang/is/admin/departments/message.php
@@ -1,21 +1,21 @@
'Department does not exist.',
'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ',
- 'create' => [
+ 'create' => array(
'error' => 'Department was not created, please try again.',
- 'success' => 'Department created successfully.',
- ],
- 'update' => [
+ 'success' => 'Department created successfully.'
+ ),
+ 'update' => array(
'error' => 'Department was not updated, please try again',
- 'success' => 'Department updated successfully.',
- ],
- 'delete' => [
+ 'success' => 'Department updated successfully.'
+ ),
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this department?',
'error' => 'There was an issue deleting the department. Please try again.',
- 'success' => 'The department was deleted successfully.',
- ],
+ 'success' => 'The department was deleted successfully.'
+ )
-];
+);
diff --git a/resources/lang/is/admin/departments/table.php b/resources/lang/is/admin/departments/table.php
index 65e0b59dc6..25e70c7eb6 100644
--- a/resources/lang/is/admin/departments/table.php
+++ b/resources/lang/is/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Department Name',
@@ -8,4 +8,4 @@ return [
'location' => 'Staðsetning',
'create' => 'Create Department',
'update' => 'Update Department',
- ];
+ );
diff --git a/resources/lang/is/admin/depreciations/general.php b/resources/lang/is/admin/depreciations/general.php
index 844e5d9626..33d2792aa6 100644
--- a/resources/lang/is/admin/depreciations/general.php
+++ b/resources/lang/is/admin/depreciations/general.php
@@ -1,13 +1,16 @@
'Um fyrningar eigna',
'about_depreciations' => 'Þú getur búið til mismunandi fyrningarflokka til að afskrifa eignir eftir línulegu afskriftarferli.',
'asset_depreciations' => 'Fyrningar eigna',
'create' => 'Búa til fyrningarflokk',
'depreciation_name' => 'Heiti fyrningarflokks',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Fjöldi mánaða',
'update' => 'Uppfæra fyrningarflokk',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
-);
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
+];
diff --git a/resources/lang/is/admin/depreciations/table.php b/resources/lang/is/admin/depreciations/table.php
index 87dc6d11d9..0ec4c135c3 100644
--- a/resources/lang/is/admin/depreciations/table.php
+++ b/resources/lang/is/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Mánuðir',
'term' => 'Tími',
'title' => 'Heiti ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/is/admin/groups/message.php b/resources/lang/is/admin/groups/message.php
index 5d7786b158..f14b6339e8 100644
--- a/resources/lang/is/admin/groups/message.php
+++ b/resources/lang/is/admin/groups/message.php
@@ -1,22 +1,22 @@
'Group already exists!',
'group_not_found' => 'Group [:id] does not exist.',
'group_name_required' => 'The name field is required',
- 'success' => [
+ 'success' => array(
'create' => 'Group was successfully created.',
'update' => 'Group was successfully updated.',
'delete' => 'Group was successfully deleted.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this group?',
'create' => 'There was an issue creating the group. Please try again.',
'update' => 'There was an issue updating the group. Please try again.',
'delete' => 'There was an issue deleting the group. Please try again.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/is/admin/groups/table.php b/resources/lang/is/admin/groups/table.php
index 1fe63604f8..61f060a116 100644
--- a/resources/lang/is/admin/groups/table.php
+++ b/resources/lang/is/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Name',
'users' => '# of Users',
-];
+);
diff --git a/resources/lang/is/admin/groups/titles.php b/resources/lang/is/admin/groups/titles.php
index 3a962e0b47..2c43c67366 100644
--- a/resources/lang/is/admin/groups/titles.php
+++ b/resources/lang/is/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Group Admin',
'allow' => 'Leyfa',
'deny' => 'Hafna',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/is/admin/hardware/form.php b/resources/lang/is/admin/hardware/form.php
index 56a8cad3be..68b5e651ba 100644
--- a/resources/lang/is/admin/hardware/form.php
+++ b/resources/lang/is/admin/hardware/form.php
@@ -1,12 +1,12 @@
'Confirm Bulk Delete Assets',
+return [
+ 'bulk_delete' => 'Confirm Bulk Delete Assets',
'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.',
'bulk_delete_warn' => 'You are about to delete :asset_count assets.',
- 'bulk_update' => 'Bulk Update Assets',
- 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
- 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.',
+ 'bulk_update' => 'Bulk Update Assets',
+ 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
+ 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.',
'checkedout_to' => 'Ráðstafað til',
'checkout_date' => 'Ráðstöfunardagsetning',
'checkin_date' => 'Skiladagsetning',
@@ -38,7 +38,12 @@ return array(
'tag' => 'Eignamerking',
'update' => 'Asset Update',
'warranty' => 'Ábyrgð',
- 'warranty_expires' => 'Ábyrgð gildir til',
+ 'warranty_expires' => 'Ábyrgð gildir til',
'years' => 'ár',
-)
-;
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
+];
diff --git a/resources/lang/is/admin/hardware/general.php b/resources/lang/is/admin/hardware/general.php
index cba6164173..a2a408094a 100644
--- a/resources/lang/is/admin/hardware/general.php
+++ b/resources/lang/is/admin/hardware/general.php
@@ -1,9 +1,9 @@
'Um eignir',
'about_assets_text' => 'Eignir eru hlutir sem hægt er að rekja með raðnúmeri eða öðrum merkingum. Þær eru alla jafna verðmætir hlutir sem mikilvægt er að geta aðgreint og borið kennsl á.',
- 'archived' => 'Safnvistað',
+ 'archived' => 'Safnvistað',
'asset' => 'Eign',
'bulk_checkout' => 'Ráðstafa eignum',
'checkin' => 'Skila eign',
@@ -15,8 +15,29 @@ return array(
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Requestable',
'requested' => 'Requested',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restore Asset',
'pending' => 'Á bið',
'undeployable' => 'Ónothæfar',
'view' => 'Skoða eign',
-);
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' +]; diff --git a/resources/lang/is/admin/hardware/message.php b/resources/lang/is/admin/hardware/message.php index 146bd0a398..1297285f8f 100644 --- a/resources/lang/is/admin/hardware/message.php +++ b/resources/lang/is/admin/hardware/message.php @@ -1,83 +1,83 @@ 'Varúð: Þessi eign hefur verið merkt sem ónothæf að svo stöddu. Ef ástand hennar hefur breyst skaltu uppfæra stöðu eignarinnar.', 'does_not_exist' => 'Þessi eign finnst ekki.', - 'does_not_exist_or_not_requestable' => 'Góð tilraun. Þessi eign er annað hvort ekki til eða ekki í boði.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Þessari eign hefur þegar verið ráðstafað til notanda og er því ekki hægt að afskrá. Vinsamlegast skilaðu eigninni fyrst og reyndu síðan að afskrá hana. ', - 'create' => array( + 'create' => [ 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Það tókst að skrá þessa eign :)' - ), + 'success' => 'Það tókst að skrá þessa eign :)', + ], - 'update' => array( + 'update' => [ 'error' => 'Asset was not updated, please try again', 'success' => 'Asset updated successfully.', 'nothing_updated' => 'No fields were selected, so nothing was updated.', - ), + ], - 'restore' => array( + 'restore' => [ 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' - ), + 'success' => 'Asset restored successfully.', + ], - 'audit' => array( + 'audit' => [ 'error' => 'Eignaúttekt var ekki skráð. Vinsamlegast reyndu aftur.', - 'success' => 'Eignaúttekt var skráð.' - ), + 'success' => 'Eignaúttekt var skráð.', + ], - 'deletefile' => array( + 'deletefile' => [ 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', - ), + ], - 'upload' => array( + 'upload' => [ 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', - ), + ], - 'import' => array( + 'import' => [ 'error' => 'Some items did not import correctly.', 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", - ), + 'success' => 'Your file has been imported', + 'file_delete_success' => 'Your file has been been successfully deleted', + 'file_delete_error' => 'The file was unable to be deleted', + ], - 'delete' => array( + 'delete' => [ 'confirm' => 'Ertu viss um að þú viljir afskrá þessa eign?', 'error' => 'There was an issue deleting the asset. Please try again.', 'nothing_updated' => 'No assets were selected, so nothing was deleted.', - 'success' => 'The asset was deleted successfully.' - ), + 'success' => 'The asset was deleted successfully.', + ], - 'checkout' => array( + 'checkout' => [ 'error' => 'Eigninni var ekki ráðstafað, vinsamlegast reyndu aftur', 'success' => 'Eigninni var ráðstafað.', 'user_does_not_exist' => 'That user is invalid. Please try again.', 'not_available' => 'Þessi eign er ekki laus til ráðstöfunar!', - 'no_assets_selected' => 'Þú verður að velja að lágmarki eina eign úr listanum' - ), + 'no_assets_selected' => 'Þú verður að velja að lágmarki eina eign úr listanum', + ], - 'checkin' => array( + 'checkin' => [ 'error' => 'Eigninni var ekki skilað, vinsamlegast reyndu aftur', 'success' => 'Eigninni var skilað.', 'user_does_not_exist' => 'That user is invalid. Please try again.', 'already_checked_in' => 'Þessari eign hefur þegar verið skilað.', - ), + ], - 'requests' => array( + 'requests' => [ 'error' => 'Asset was not requested, please try again', 'success' => 'Asset requested successfully.', - 'canceled' => 'Beiðni um ráðstöfun var afturkölluð' - ) + 'canceled' => 'Beiðni um ráðstöfun var afturkölluð', + ], -); +]; diff --git a/resources/lang/is/admin/hardware/table.php b/resources/lang/is/admin/hardware/table.php index 633537ea29..aaff51ce9e 100644 --- a/resources/lang/is/admin/hardware/table.php +++ b/resources/lang/is/admin/hardware/table.php @@ -1,13 +1,14 @@ 'Eignamerking', 'asset_model' => 'Model', - 'book_value' => 'Núvirði', + 'book_value' => 'Current Value', 'change' => 'In/Out', 'checkout_date' => 'Ráðstöfunardagsetning', 'checkoutto' => 'Ráðstafað', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Download CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return array( 'serial' => 'Raðnúmer', 'status' => 'Staða', 'title' => 'Eign ', - 'image' => 'Device Image', + 'image' => 'Device Image', 'days_without_acceptance' => 'Days Without Acceptance', - 'monthly_depreciation' => 'Mánaðarlegar afskriftir' - -); + 'monthly_depreciation' => 'Mánaðarlegar afskriftir', + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', +]; diff --git a/resources/lang/is/admin/kits/general.php b/resources/lang/is/admin/kits/general.php index 03efe8e40a..5a91756bfb 100644 --- a/resources/lang/is/admin/kits/general.php +++ b/resources/lang/is/admin/kits/general.php @@ -1,6 +1,6 @@ 'Um útbúnaðarlista', 'about_kits_text' => 'Útbúnaðarlistar leyfa þér að skrá marga hluti út samtímis (eignir, leyfi o. s. frv.) til notenda. Það getur verið gagnlegt þegar hópar nýrra starfsmanna fá úthlutað samskonar útbúnaði.', 'checkout' => 'Skrá út eftir útbúnaðarlista ', @@ -13,5 +13,38 @@ return array( 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - -); + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', +]; diff --git a/resources/lang/is/admin/licenses/message.php b/resources/lang/is/admin/licenses/message.php index 8a5807cba2..87a7c3d0b9 100644 --- a/resources/lang/is/admin/licenses/message.php +++ b/resources/lang/is/admin/licenses/message.php @@ -1,6 +1,6 @@ 'License does not exist.', 'user_does_not_exist' => 'User does not exist.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'You must select an asset or a user, but not both.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'License was not created, please try again.', + 'success' => 'License created successfully.' + ), + + 'deletefile' => array( 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.', - ], + 'success' => 'License updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this license?', 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.', - ], + 'success' => 'The license was deleted successfully.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully', - ], + 'success' => 'The license was checked out successfully' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully', - ], + 'success' => 'The license was checked in successfully' + ), -]; +); diff --git a/resources/lang/is/admin/licenses/table.php b/resources/lang/is/admin/licenses/table.php index f681909359..99fc32320e 100644 --- a/resources/lang/is/admin/licenses/table.php +++ b/resources/lang/is/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Úthlutað til', 'checkout' => 'In/Out', @@ -14,4 +14,4 @@ return [ 'serial' => 'Raðnúmer', 'title' => 'Leyfi', -]; +); diff --git a/resources/lang/is/admin/locations/message.php b/resources/lang/is/admin/locations/message.php index bbcebf8238..5c21f6a30d 100644 --- a/resources/lang/is/admin/locations/message.php +++ b/resources/lang/is/admin/locations/message.php @@ -1,26 +1,27 @@ 'Staðsetningin er ekki til.', 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', - 'create' => [ + + 'create' => array( 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.', - ], + 'success' => 'Location created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.', - ], + 'success' => 'Location updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this location?', 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.', - ], + 'success' => 'The location was deleted successfully.' + ) -]; +); diff --git a/resources/lang/is/admin/locations/table.php b/resources/lang/is/admin/locations/table.php index d211019a08..29e60c10ee 100644 --- a/resources/lang/is/admin/locations/table.php +++ b/resources/lang/is/admin/locations/table.php @@ -1,6 +1,6 @@ 'Um staðsetningar', 'about_locations' => 'Staðsetningar eru notaðar til að skrá upplýsingar um staðsetningar notenda, eigna og annarra hluta', 'assets_rtd' => 'Eignir', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. @@ -20,4 +20,21 @@ return array( 'parent' => 'Parent', 'currency' => 'Gjaldmiðill staðsetningar', 'ldap_ou' => 'LDAP Search OU', - ); + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/is/admin/manufacturers/message.php b/resources/lang/is/admin/manufacturers/message.php index eac9e700ec..21a4bc5aaf 100644 --- a/resources/lang/is/admin/manufacturers/message.php +++ b/resources/lang/is/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Manufacturer does not exist.', 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', - 'create' => [ + 'create' => array( 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.', - ], + 'success' => 'Manufacturer created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.', - ], + 'success' => 'Manufacturer updated successfully.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Manufacturer was not restored, please try again', - 'success' => 'Manufacturer restored successfully.', - ], + 'success' => 'Manufacturer restored successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', 'error' => 'There was an issue deleting the manufacturer. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.', - ], + 'success' => 'The Manufacturer was deleted successfully.' + ) -]; +); diff --git a/resources/lang/is/admin/models/general.php b/resources/lang/is/admin/models/general.php index 046fd562e2..d2d77e0e8c 100644 --- a/resources/lang/is/admin/models/general.php +++ b/resources/lang/is/admin/models/general.php @@ -1,6 +1,6 @@ 'About Asset Models', 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', + 'show_mac_address' => 'Show MAC address field in assets in this model', 'view_deleted' => 'View Deleted', 'view_models' => 'View Models', 'fieldset' => 'Fieldset', 'no_custom_field' => 'No custom fields', 'add_default_values' => 'Add default values', -]; +); diff --git a/resources/lang/is/admin/models/message.php b/resources/lang/is/admin/models/message.php index c2c7d7c627..e3b29d5b4b 100644 --- a/resources/lang/is/admin/models/message.php +++ b/resources/lang/is/admin/models/message.php @@ -1,41 +1,42 @@ 'Model does not exist.', 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', - 'create' => [ + + 'create' => array( 'error' => 'Model was not created, please try again.', 'success' => 'Model created successfully.', 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.', - ], + 'success' => 'Model updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this asset model?', 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.', - ], + 'success' => 'The model was deleted successfully.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.', - ], + 'success' => 'Model restored successfully.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.', - ], + 'success' => 'Models updated.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'No models were selected, so nothing was deleted.', 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', - ], + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), -]; +); diff --git a/resources/lang/is/admin/models/table.php b/resources/lang/is/admin/models/table.php index 2b3d5b6187..b2db9f34d3 100644 --- a/resources/lang/is/admin/models/table.php +++ b/resources/lang/is/admin/models/table.php @@ -1,6 +1,6 @@ 'Create Asset Model', 'created_at' => 'Created at', @@ -14,4 +14,4 @@ return [ 'update' => 'Update Asset Model', 'clone' => 'Clone Model', 'edit' => 'Edit Model', -]; +); diff --git a/resources/lang/is/admin/reports/general.php b/resources/lang/is/admin/reports/general.php index 65e2bb1d73..344d5c8743 100644 --- a/resources/lang/is/admin/reports/general.php +++ b/resources/lang/is/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Select the options you want for your asset report.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/is/admin/settings/general.php b/resources/lang/is/admin/settings/general.php index c354451579..2b54824df6 100644 --- a/resources/lang/is/admin/settings/general.php +++ b/resources/lang/is/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Active Directory lén', 'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.', 'ad_append_domain_label' => 'Append domain name', 'ad_append_domain' => 'Append domain name to username field', - 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".' , + 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".', 'admin_cc_email' => 'Senda afrit á', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'Þetta er Active Directory þjónn', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Senda viðvaranir á', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Email Alerts Enabled', 'alert_interval' => 'Expiring Alerts Threshold (in days)', 'alert_inv_threshold' => 'Inventory Alert Threshold', 'allow_user_skin' => 'Allow user skin', - 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' , + 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.', 'asset_ids' => 'Asset IDs', 'audit_interval' => 'Tími milli úttekta', 'audit_interval_help' => 'Ef þú þarft reglulega að framkvæmda efnislegar úttektir á eignunum þínum, skráðu þá hér þann tíma sem á að líða milli úttekta.', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'Með hversu margra daga fyrirvara eigum við að vara þig við því að komið sé að því að framkvæma úttektir á eignum?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Forskeyti (valkvætt)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Öryggisafrit', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/is/mail.php b/resources/lang/is/mail.php index bf3c8fca17..da7c964bad 100644 --- a/resources/lang/is/mail.php +++ b/resources/lang/is/mail.php @@ -1,6 +1,6 @@ 'A user has canceled an item request on the website', 'a_user_requested' => 'A user has requested an item on the website', 'accessory_name' => 'Accessory Name:', @@ -60,7 +60,7 @@ return array( 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', 'the_following_item' => 'The following item has been checked in: ', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'To reset your :web password, complete this form:', 'type' => 'Type', @@ -76,5 +76,5 @@ return array( 'Expected_Checkin_Report' => 'Expected asset checkin report', 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching', 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date', - 'your_assets' => 'Skoða þínar eignir' -); + 'your_assets' => 'Skoða þínar eignir', +]; diff --git a/resources/lang/is/pagination.php b/resources/lang/is/pagination.php index e373227d33..4033984e92 100644 --- a/resources/lang/is/pagination.php +++ b/resources/lang/is/pagination.php @@ -1,6 +1,6 @@ 'Næsta »', -]; +); diff --git a/resources/lang/is/reminders.php b/resources/lang/is/reminders.php index a8ee7dda97..e7a476e3a2 100644 --- a/resources/lang/is/reminders.php +++ b/resources/lang/is/reminders.php @@ -1,6 +1,6 @@ 'Passwords must be six characters and match the confirmation.', + "password" => "Passwords must be six characters and match the confirmation.", - 'user' => 'Username or email address is incorrect', + "user" => "Username or email address is incorrect", - 'token' => 'This password reset token is invalid.', + "token" => "This password reset token is invalid.", - 'sent' => 'If a matching email address was found, a password reminder has been sent!', + "sent" => "If a matching email address was found, a password reminder has been sent!", -]; +); diff --git a/resources/lang/is/table.php b/resources/lang/is/table.php index c929cdf3a2..38ad9911a0 100644 --- a/resources/lang/is/table.php +++ b/resources/lang/is/table.php @@ -1,10 +1,10 @@ 'Aðgerðir', 'action' => 'Aðgerð', 'by' => 'Eftir', 'item' => 'Atriði', -]; +); diff --git a/resources/lang/is/validation.php b/resources/lang/is/validation.php index 712d10fad2..c183ffc998 100644 --- a/resources/lang/is/validation.php +++ b/resources/lang/is/validation.php @@ -1,6 +1,6 @@ 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'The selected :attribute is invalid.', 'numeric' => ':attribute verður að vera tala.', 'present' => 'The :attribute field must be present.', @@ -88,8 +89,8 @@ return array( 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', - "unique_undeleted" => "The :attribute must be unique.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", + 'alpha_space' => 'The :attribute field contains a character that is not allowed.', + 'email_array' => 'One or more email addresses is invalid.', + 'hashed_pass' => 'Your current password is incorrect', 'dumbpwd' => 'Þetta lykilorð er of algengt.', - "statuslabel_type" => "You must select a valid status label type", + 'statuslabel_type' => 'You must select a valid status label type', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/it/admin/accessories/general.php b/resources/lang/it/admin/accessories/general.php index 17f83f3462..16433fffa3 100644 --- a/resources/lang/it/admin/accessories/general.php +++ b/resources/lang/it/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Categoria Accessorio', 'accessory_name' => 'Nome Accessorio', 'checkout' => 'Checkout accessorio', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Usa L\'EULA predefinita invece.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/it/admin/custom_fields/message.php b/resources/lang/it/admin/custom_fields/message.php
index 4aa39b2d35..84c8a03306 100644
--- a/resources/lang/it/admin/custom_fields/message.php
+++ b/resources/lang/it/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Il campo non esiste.',
'already_added' => 'Campo già aggiunto',
- 'create' => [
+ 'create' => array(
'error' => 'Campo non creato, riprova.',
'success' => 'Campo creato con successo.',
- 'assoc_success' => 'Campo aggiunto correttamente al fieldset.',
- ],
+ 'assoc_success' => 'Campo aggiunto correttamente al fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Campo non aggiornato, riprova',
- 'success' => 'Campo aggiornato con successo.',
- ],
+ 'success' => 'Campo aggiornato con successo.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Si è sicuri di voler cancellare questo campo?',
'error' => 'C\'è stato un problema cancellando il campo. Riprova.',
'success' => 'Campo cancellato con successo.',
'in_use' => 'Campo ancora in uso.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset non esiste',
- 'create' => [
+ 'create' => array(
'error' => 'Il Fieldset non è stato creato, riprova.',
- 'success' => 'Fieldset creato con successo.',
- ],
+ 'success' => 'Fieldset creato con successo.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Il Fieldset non è stato aggiornato, riprova',
- 'success' => 'Fieldset aggiornato con successo.',
- ],
+ 'success' => 'Fieldset aggiornato con successo.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Si è sicuri di voler cancellare questo fieldset?',
'error' => 'C\'è stato un problema cancellando il fieldset. Riprova.',
'success' => 'Fieldset cancellato con successo.',
'in_use' => 'Fieldset ancora in uso.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/it/admin/departments/message.php b/resources/lang/it/admin/departments/message.php
index a7f647fae4..a3ca000fb1 100644
--- a/resources/lang/it/admin/departments/message.php
+++ b/resources/lang/it/admin/departments/message.php
@@ -1,21 +1,21 @@
'Il dipartimento non esiste.',
'assoc_users' => 'Questo reparto è attualmente associato a almeno un utente e non può essere eliminato. Aggiorna i tuoi utenti per non fare più riferimento a questo reparto e riprovare.',
- 'create' => [
+ 'create' => array(
'error' => 'Il reparto non è stato creato, riprova.',
- 'success' => 'Dipartimento creato con successo.',
- ],
- 'update' => [
+ 'success' => 'Dipartimento creato con successo.'
+ ),
+ 'update' => array(
'error' => 'Dipartimento non è stato aggiornato, riprova',
- 'success' => 'Dipartimento aggiornato con successo.',
- ],
- 'delete' => [
+ 'success' => 'Dipartimento aggiornato con successo.'
+ ),
+ 'delete' => array(
'confirm' => 'Sei sicuro di voler eliminare questo reparto?',
'error' => 'Si è verificato un problema eliminando il reparto. Riprova.',
- 'success' => 'Il reparto è stato eliminato correttamente.',
- ],
+ 'success' => 'Il reparto è stato eliminato correttamente.'
+ )
-];
+);
diff --git a/resources/lang/it/admin/departments/table.php b/resources/lang/it/admin/departments/table.php
index d6dcfc8c47..49deac78fc 100644
--- a/resources/lang/it/admin/departments/table.php
+++ b/resources/lang/it/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Nome Dipartimento',
@@ -8,4 +8,4 @@ return [
'location' => 'luogo',
'create' => 'Crea reparto',
'update' => 'Reparto aggiornamento',
- ];
+ );
diff --git a/resources/lang/it/admin/depreciations/general.php b/resources/lang/it/admin/depreciations/general.php
index 36eac23314..4fdb8c90d6 100644
--- a/resources/lang/it/admin/depreciations/general.php
+++ b/resources/lang/it/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Obsolescenza Asset',
'create' => 'Crea un deprezzamento',
'depreciation_name' => 'Nome Obsolescenza',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Numero di Mesi',
'update' => 'Aggiorna l\'ammortamento',
- 'depreciation_min' => 'Valore minimo dopo ammortamento'
-
+ 'depreciation_min' => 'Valore minimo dopo ammortamento',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/it/admin/depreciations/message.php b/resources/lang/it/admin/depreciations/message.php
index de8e9c2a65..0a1a770f49 100644
--- a/resources/lang/it/admin/depreciations/message.php
+++ b/resources/lang/it/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'La classe di Obsolescenza non esiste.',
'assoc_users' => 'Il tipo di obsolescenza è associato con una o più modelli e non può essere cancellato. Prima cancella i modelli correlati e poi riprova a cancellarlo.',
- 'create' => [
+
+ 'create' => array(
'error' => 'La classe di Obsolescenza non è stata creata, riprova per favore. :(',
- 'success' => 'La classe di Obsolescenza è stata creata correttamente. :)',
- ],
+ 'success' => 'La classe di Obsolescenza è stata creata correttamente. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'La classe di Obsolescenza non è stata aggiornata, per favore riprova',
- 'success' => 'La Classe di obsolescenza è stata aggiornate correttamente.',
- ],
+ 'success' => 'La Classe di obsolescenza è stata aggiornate correttamente.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Sei sicuro di voler cancellare la classe di obsolescenza?',
'error' => 'C\'è stato un problema durante la cancellazione della classe. Per favore riprova.',
- 'success' => 'La classe è stata cancellata con successo.',
- ],
+ 'success' => 'La classe è stata cancellata con successo.'
+ )
-];
+);
diff --git a/resources/lang/it/admin/depreciations/table.php b/resources/lang/it/admin/depreciations/table.php
index 02abf95074..513ce47cf5 100644
--- a/resources/lang/it/admin/depreciations/table.php
+++ b/resources/lang/it/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Mesi',
'term' => 'Termine',
'title' => 'Nome ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/it/admin/groups/message.php b/resources/lang/it/admin/groups/message.php
index fa086506e5..290b4bc2db 100644
--- a/resources/lang/it/admin/groups/message.php
+++ b/resources/lang/it/admin/groups/message.php
@@ -1,22 +1,22 @@
'Il gruppo esiste già!',
'group_not_found' => 'Il Gruppo [:id] non esiste.',
'group_name_required' => 'E\' richiesto il Nome del campo',
- 'success' => [
+ 'success' => array(
'create' => 'Il gruppo è stato creato con successo.',
'update' => 'Il gruppo è stato modificato con successo.',
'delete' => 'Il gruppo è stato cancellato con successo.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Sei sicuro di voler cancellare il gruppo?',
'create' => 'C\'è stato un problema durante la creazione del gruppo. per favore riprova.',
'update' => 'C\'è stato un problema durante la modifica del gruppo. Riprova per favore.',
'delete' => 'C\'è stato un problema durante la cancellazione del gruppo. Riprova per favore.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/it/admin/groups/table.php b/resources/lang/it/admin/groups/table.php
index d36201a6f0..cb114d16a1 100644
--- a/resources/lang/it/admin/groups/table.php
+++ b/resources/lang/it/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Nome',
'users' => 'N° di Utenti',
-];
+);
diff --git a/resources/lang/it/admin/groups/titles.php b/resources/lang/it/admin/groups/titles.php
index 610ad8c9a2..41fd6f3fcf 100644
--- a/resources/lang/it/admin/groups/titles.php
+++ b/resources/lang/it/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Amministratore del Gruppo',
'allow' => 'Permetti',
'deny' => 'Rifiuta',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/it/admin/hardware/form.php b/resources/lang/it/admin/hardware/form.php
index f56b2a252e..bfc9df3c67 100644
--- a/resources/lang/it/admin/hardware/form.php
+++ b/resources/lang/it/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garanzia',
'warranty_expires' => 'Scadenza della garanzia',
'years' => 'anni',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/it/admin/hardware/general.php b/resources/lang/it/admin/hardware/general.php
index d7e9839463..451fa3ea1d 100644
--- a/resources/lang/it/admin/hardware/general.php
+++ b/resources/lang/it/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'Questo modello di asset è stato eliminato. Devi ripristinare il modello prima di poter ripristinare il bene.',
'requestable' => 'Disponibile',
'requested' => 'richiesto',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Ripristina Asset',
'pending' => 'In attesa',
'undeployable' => 'Non Distribuilbile',
'view' => 'Vedi Asset',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/it/admin/hardware/message.php b/resources/lang/it/admin/hardware/message.php index c005324ae3..a1388b5e2f 100644 --- a/resources/lang/it/admin/hardware/message.php +++ b/resources/lang/it/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Attenzione: Questo asset è stato marcato come non distribuibile. Se lo stato è cambiato,aggiorna lo stato dell\'asset.', 'does_not_exist' => 'Questo Asset non esiste.', - 'does_not_exist_or_not_requestable' => 'Ci hai provato. Questo prodotto non esiste o non è disponibile.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Questo asset è stato assegnato ad un Utente e non può essere cancellato. Per favore Riassegnalo in magazzino,e dopo riprova a cancellarlo.', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'L\'audit di risorse si è registrato con successo.', ], + 'deletefile' => [ 'error' => 'File non cancellato. Riprova.', 'success' => 'File cancellato con successo.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'Impossibile eliminare il file', ], + 'delete' => [ 'confirm' => 'Sei sicuro di voler eliminare questo bene?', 'error' => 'C\'è stato un problema durante la cancellazione del bene. Riprova per favore.', diff --git a/resources/lang/it/admin/hardware/table.php b/resources/lang/it/admin/hardware/table.php index ef2c98733f..e0891ad9c4 100644 --- a/resources/lang/it/admin/hardware/table.php +++ b/resources/lang/it/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Etichetta bene', 'asset_model' => 'Modello', - 'book_value' => 'Valore', + 'book_value' => 'Current Value', 'change' => 'Dentro/Fuori', 'checkout_date' => 'Data di estrazione', 'checkoutto' => 'Estratto', + 'current_value' => 'Current Value', 'diff' => 'Differenza', 'dl_csv' => 'Scarica CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Seriale', 'status' => 'Stato', 'title' => 'Bene ', - 'image' => 'Immagine dispositivo', + 'image' => 'Immagine dispositivo', 'days_without_acceptance' => 'Giorni senza accettazione', 'monthly_depreciation' => 'Ammortamento Mensile', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/it/admin/kits/general.php b/resources/lang/it/admin/kits/general.php index 5dac29c61d..3664c40a3f 100644 --- a/resources/lang/it/admin/kits/general.php +++ b/resources/lang/it/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'Non ci sono abbastanza licenze disponibili da assegnare per :license. Ulteriori :qty sono richieste. ', 'none_consumables' => 'Non ci sono abbastanza consumabili disponibili da assegnare per :consumable. Ulteriori :qty sono richiesti. ', 'none_accessory' => 'Non ci sono abbastanza accessori disponibili da assegnare per :accessory. Ulteriori :qty sono richiesti. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/it/admin/licenses/form.php b/resources/lang/it/admin/licenses/form.php index 8b4724b43e..c25c85f6e4 100644 --- a/resources/lang/it/admin/licenses/form.php +++ b/resources/lang/it/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Bene', 'checkin' => 'Carica', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licenza Email', 'to_name' => 'Licenza Nome', 'update' => 'Aggiornamento Licenze', - 'checkout_help' => 'È necessario verificare una licenza ad una bene hardware o una persona. È possibile selezionare, ma il proprietario del bene deve corrispondere alla persona che ha il bene fuori.', -]; + 'checkout_help' => 'È necessario verificare una licenza ad una bene hardware o una persona. È possibile selezionare, ma il proprietario del bene deve corrispondere alla persona che ha il bene fuori.' +); diff --git a/resources/lang/it/admin/licenses/general.php b/resources/lang/it/admin/licenses/general.php index 4465d219eb..cb1ef8b0e3 100644 --- a/resources/lang/it/admin/licenses/general.php +++ b/resources/lang/it/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Informazioni sulle licenze', 'about_licenses' => 'Le licenze vengono utilizzate per monitorare il software. Hanno un numero specifico di posti che possono essere verificati agli individui', 'checkin' => 'Registrare Licenza Sede', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Licenze Software', 'user' => 'Utente', 'view' => 'Mostra Licenza', -]; +); diff --git a/resources/lang/it/admin/licenses/message.php b/resources/lang/it/admin/licenses/message.php index 962ca4c5d9..c9da18d651 100644 --- a/resources/lang/it/admin/licenses/message.php +++ b/resources/lang/it/admin/licenses/message.php @@ -1,6 +1,6 @@ 'La Licenza non esiste.', 'user_does_not_exist' => 'L\'utente non esiste.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'È necessario selezionare un\'attività o un utente, ma non entrambi.', 'not_found' => 'Licenza non trovata', - 'create' => [ - 'error' => 'La licenza non è stata creata, si prega di riprovare.', - 'success' => 'Licenza creata con successo.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'La licenza non è stata creata, si prega di riprovare.', + 'success' => 'Licenza creata con successo.' + ), + + 'deletefile' => array( 'error' => 'File non cancellato. Riprova.', 'success' => 'File cancellato con successo.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'File non caricato/i. Riprova.', 'success' => 'File caricato/i con successo.', 'nofiles' => 'Non hai selezionato nessun file per il caricamento, oppure il file selezionato è troppo grande', 'invalidfiles' => 'Uno o più file sono troppo grandi o il formato del file non è consentito. I tipi di file consentiti sono png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, e lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'La licenza non è stata aggiornata, si prega di riprovare', - 'success' => 'Licenza aggiornata con successo.', - ], + 'success' => 'Licenza aggiornata con successo.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Sei sicuro di voler cancellare questa licenza?', 'error' => 'C\'è stato un problema nell\'eliminazione della licenza. Riprova.', - 'success' => 'Licenza eliminata con successo.', - ], + 'success' => 'Licenza eliminata con successo.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'C\'è stato un problema nell\'estrazione della licenza. Riprova.', - 'success' => 'La licenza è stata estratta con successo', - ], + 'success' => 'La licenza è stata estratta con successo' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'C\'è stato un problema nella registrazione della licenza. Riprova.', - 'success' => 'La licenza è stata registrata con successo', - ], + 'success' => 'La licenza è stata registrata con successo' + ), -]; +); diff --git a/resources/lang/it/admin/licenses/table.php b/resources/lang/it/admin/licenses/table.php index bff22d00e9..53686fc427 100644 --- a/resources/lang/it/admin/licenses/table.php +++ b/resources/lang/it/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Assegnato a', 'checkout' => 'Dentro/Fuori', @@ -14,4 +14,4 @@ return [ 'serial' => 'Seriale', 'title' => 'Licenza', -]; +); diff --git a/resources/lang/it/admin/locations/message.php b/resources/lang/it/admin/locations/message.php index 753a0a9365..1c8eb75bdf 100644 --- a/resources/lang/it/admin/locations/message.php +++ b/resources/lang/it/admin/locations/message.php @@ -1,26 +1,27 @@ 'La posizione non esiste.', 'assoc_users' => 'Questa posizione è associata ad almeno un utente e non può essere cancellata. Si prega di aggiornare i vostri utenti di riferimento e riprovare. ', 'assoc_assets' => 'Questa posizione è associata ad almeno un prodotto e non può essere cancellata. Si prega di aggiornare i vostri prodotti di riferimento e riprovare. ', 'assoc_child_loc' => 'Questa posizione è parente di almeno un\'altra posizione e non può essere cancellata. Si prega di aggiornare le vostre posizioni di riferimento e riprovare. ', - 'create' => [ + + 'create' => array( 'error' => 'La posizione non è stata creata, si prega di riprovare.', - 'success' => 'Posizione creata con successo.', - ], + 'success' => 'Posizione creata con successo.' + ), - 'update' => [ + 'update' => array( 'error' => 'La posizione non è stata aggiornata, si prega di riprovare', - 'success' => 'Posizione aggiornata con successo.', - ], + 'success' => 'Posizione aggiornata con successo.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Sei sicuro di voler cancellare questa posizione?', 'error' => 'C\'è stato un problema nell\'eliminare la posizione. Riprova.', - 'success' => 'Posizione eliminata con successo.', - ], + 'success' => 'Posizione eliminata con successo.' + ) -]; +); diff --git a/resources/lang/it/admin/locations/table.php b/resources/lang/it/admin/locations/table.php index 244357cc25..21f2fd61d4 100644 --- a/resources/lang/it/admin/locations/table.php +++ b/resources/lang/it/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Genitore', 'currency' => 'Valuta della Posizione', 'ldap_ou' => 'LDAP Search OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/it/admin/manufacturers/message.php b/resources/lang/it/admin/manufacturers/message.php index 81d548078a..316e202e87 100644 --- a/resources/lang/it/admin/manufacturers/message.php +++ b/resources/lang/it/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Il produttore non esiste.', 'assoc_users' => 'Questo produttore è attualmente associato con almeno un modello e non può essere eliminato. Si prega di aggiornare i modelli di riferimento e riprovare. ', - 'create' => [ + 'create' => array( 'error' => 'Il produttore non è stato creato, si prega di riprovare.', - 'success' => 'Produttore creato con successo.', - ], + 'success' => 'Produttore creato con successo.' + ), - 'update' => [ + 'update' => array( 'error' => 'Il produttore non è stato aggiornato, riprova', - 'success' => 'Produttore aggiornato con successo.', - ], + 'success' => 'Produttore aggiornato con successo.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Il produttore non è stato ripristinato, per favore riprova', - 'success' => 'Produttore ripristinato con successo.', - ], + 'success' => 'Produttore ripristinato con successo.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Sei sicuro di voler eliminare questo produttore?', 'error' => 'C\'è stato un problema nell\'eliminazione del produttore. Riprova.', - 'success' => 'Il produttore è stato eliminato con successo.', - ], + 'success' => 'Il produttore è stato eliminato con successo.' + ) -]; +); diff --git a/resources/lang/it/admin/manufacturers/table.php b/resources/lang/it/admin/manufacturers/table.php index 8a37db7d8c..484469cdcd 100644 --- a/resources/lang/it/admin/manufacturers/table.php +++ b/resources/lang/it/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Informazioni sui produttori', 'about_manufacturers_text' => 'I produttori sono le aziende che creano i vostri beni. È possibile memorizzare qui importanti informazioni sui contatti di supporto, che verranno visualizzate nelle pagine dettagliate dei beni.', 'asset_manufacturers' => 'Produttori Bene', @@ -13,4 +13,4 @@ return [ 'update' => 'Aggiorna Produttore', 'url' => 'URL', -]; +); diff --git a/resources/lang/it/admin/models/general.php b/resources/lang/it/admin/models/general.php index 0e7a089c30..83f296c6db 100644 --- a/resources/lang/it/admin/models/general.php +++ b/resources/lang/it/admin/models/general.php @@ -1,6 +1,6 @@ 'Informazioni sui modelli di Asset', 'about_models_text' => 'I modelli sono un modo per raggruppare Asset identici. "MBP 2016", "IPhone 6s", etc.', 'deleted' => 'Questo modello è stato eliminato.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Stai per cancellare :asset_count assets.', 'restore' => 'Ripristinare il modello', 'requestable' => 'Gli utenti possono richiedere questo modello', - 'show_mac_address' => 'Mostra MAC Address dei beni in questo modello', + 'show_mac_address' => 'Mostra MAC Address dei beni in questo modello', 'view_deleted' => 'Visualizza Eliminati', 'view_models' => 'Visualizza i modelli', 'fieldset' => 'Fieldset', 'no_custom_field' => 'Nessun campo personalizzato', 'add_default_values' => 'Aggiungi valori predefiniti', -]; +); diff --git a/resources/lang/it/admin/models/message.php b/resources/lang/it/admin/models/message.php index 94b70a60ae..45fd0b3f42 100644 --- a/resources/lang/it/admin/models/message.php +++ b/resources/lang/it/admin/models/message.php @@ -1,41 +1,42 @@ 'Il modello non esiste.', 'assoc_users' => 'Questo modello è attualmente associato ad uno o più beni e non può essere eliminato. Eliminare i beni e poi provare a eliminare nuovamente. ', - 'create' => [ + + 'create' => array( 'error' => 'Il modello non è stato creato, si prega di riprovare.', 'success' => 'Modello creato con successo.', 'duplicate_set' => 'Un modello di prodotto con quel nome, produttore e numero di modello esiste già.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Il modello non è stato aggiornato, si prega di riprovare', - 'success' => 'Modello aggiornato con successo.', - ], + 'success' => 'Modello aggiornato con successo.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Sei sicuro di voler eliminare questo modello?', 'error' => 'C\'è stato un problema durante la cancellazione del modello. Riprova per favore.', - 'success' => 'Modello cancellato con successo.', - ], + 'success' => 'Modello cancellato con successo.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Il modello non è stato ripristinato, si prega di riprovare', - 'success' => 'Modello ripristinato con successo.', - ], + 'success' => 'Modello ripristinato con successo.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Nessun campo è stato modificato, quindi niente è stato aggiornato.', - 'success' => 'Modelli aggiornati.', - ], + 'success' => 'Modelli aggiornati.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Non sono stati selezionati modelli, quindi non è stato eliminato nulla.', 'success' => ':success_count modelli eliminati!', - 'success_partial' => ':success_count modelli sono stati eliminati, tuttavia non è stato possibile eliminare :fail_count modelli perché dispongono ancora di risorse associate.', - ], + 'success_partial' => ':success_count modelli sono stati eliminati, tuttavia non è stato possibile eliminare :fail_count modelli perché dispongono ancora di risorse associate.' + ), -]; +); diff --git a/resources/lang/it/admin/models/table.php b/resources/lang/it/admin/models/table.php index 4d28d48a64..6b60cac777 100644 --- a/resources/lang/it/admin/models/table.php +++ b/resources/lang/it/admin/models/table.php @@ -1,6 +1,6 @@ 'Creare Modello Bene', 'created_at' => 'Creato il', @@ -14,4 +14,4 @@ return [ 'update' => 'Aggiorna Modello Bene', 'clone' => 'Clona Modello', 'edit' => 'Modifica Modello', -]; +); diff --git a/resources/lang/it/admin/reports/general.php b/resources/lang/it/admin/reports/general.php index 0be75d1bc5..f8d32d54c7 100644 --- a/resources/lang/it/admin/reports/general.php +++ b/resources/lang/it/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Selezionare le opzioni desiderate per il vostro report di beni.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/it/admin/reports/message.php b/resources/lang/it/admin/reports/message.php index a6d12c1a3c..d9fd5dfc9f 100644 --- a/resources/lang/it/admin/reports/message.php +++ b/resources/lang/it/admin/reports/message.php @@ -1,5 +1,5 @@ 'È necessario selezionare almeno un\'opzione.', -]; +return array( + 'error' => 'È necessario selezionare almeno un\'opzione.' +); diff --git a/resources/lang/it/admin/settings/general.php b/resources/lang/it/admin/settings/general.php index 8fee1d8df1..e422499402 100644 --- a/resources/lang/it/admin/settings/general.php +++ b/resources/lang/it/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Dominio Active Directory', 'ad_domain_help' => 'Questo a volte è lo stesso del dominio email, ma non sempre.', 'ad_append_domain_label' => 'Aggiungi il dominio', 'ad_append_domain' => 'Aggiungi il dominio al campo username', - 'ad_append_domain_help' => 'L\'utente non è tenuto a scrivere "username@domain.local", può semplicemente digitare "username".' , + 'ad_append_domain_help' => 'L\'utente non è tenuto a scrivere "username@domain.local", può semplicemente digitare "username".', 'admin_cc_email' => 'Email CC', 'admin_cc_email_help' => 'Se desideri inviare una copia delle e-mail di consegna / ritiro che vengono inviate agli utenti a un altro account e-mail, inseriscile qui. Altrimenti, lascia questo campo vuoto.', 'is_ad' => 'Si tratta di un server Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Invia avvisi a', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Avvisi Attivati', 'alert_interval' => 'Soglia di avviso di scadenza (in giorni)', 'alert_inv_threshold' => 'Soglia di avviso di inventario', 'allow_user_skin' => 'Consenti tema utente', - 'allow_user_skin_help_text' => 'Selezionando questa casella, l\'utente potrà sovrascrivere il tema dell\'interfaccia utente con uno diverso.' , + 'allow_user_skin_help_text' => 'Selezionando questa casella, l\'utente potrà sovrascrivere il tema dell\'interfaccia utente con uno diverso.', 'asset_ids' => 'ID Bene', 'audit_interval' => 'Intervallo di controllo', 'audit_interval_help' => 'Se sei tenuto a controllare regolarmente le risorse, inserisci l\'intervallo in mesi.', 'audit_warning_days' => 'Soglia di allarme di controllo', 'audit_warning_days_help' => 'Quanti giorni in anticipo dovremmo avvisare quando i beni sono dovuti per il controllo?', - 'auto_increment_assets' => 'Genera auto-incremento ID beni', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefisso (Opzionale)', - 'auto_incrementing_help' => 'Abilita auto-incremento ID beni prima di impostare questa', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/it/help.php b/resources/lang/it/help.php index b4574877e2..ba8d357293 100644 --- a/resources/lang/it/help.php +++ b/resources/lang/it/help.php @@ -15,7 +15,7 @@ return [ 'more_info_title' => 'Ulteriori Informazioni', - 'audit_help' => "Selezionando questa casella verrà modificato l'asset per riflettere la nuova località, altrimenti verrà semplicemente menzionato nel registro di audit. :db_column
but should be :expected .'
];
diff --git a/resources/lang/iu/admin/custom_fields/message.php b/resources/lang/iu/admin/custom_fields/message.php
index c5d1134d5f..ed66a6ba16 100644
--- a/resources/lang/iu/admin/custom_fields/message.php
+++ b/resources/lang/iu/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'That field does not exist.',
'already_added' => 'Field already added',
- 'create' => [
+ 'create' => array(
'error' => 'Field was not created, please try again.',
'success' => 'Field created successfully.',
- 'assoc_success' => 'Field successfully added to fieldset.',
- ],
+ 'assoc_success' => 'Field successfully added to fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Field was not updated, please try again',
- 'success' => 'Field updated successfully.',
- ],
+ 'success' => 'Field updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this field?',
'error' => 'There was an issue deleting the field. Please try again.',
'success' => 'The field was deleted successfully.',
'in_use' => 'Field is still in use.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset does not exist',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset was not created, please try again.',
- 'success' => 'Fieldset created successfully.',
- ],
+ 'success' => 'Fieldset created successfully.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset was not updated, please try again',
- 'success' => 'Fieldset updated successfully.',
- ],
+ 'success' => 'Fieldset updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this fieldset?',
'error' => 'There was an issue deleting the fieldset. Please try again.',
'success' => 'The fieldset was deleted successfully.',
'in_use' => 'Fieldset is still in use.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/iu/admin/departments/message.php b/resources/lang/iu/admin/departments/message.php
index 14acca576c..d65f4fbb2b 100644
--- a/resources/lang/iu/admin/departments/message.php
+++ b/resources/lang/iu/admin/departments/message.php
@@ -1,21 +1,21 @@
'Department does not exist.',
'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ',
- 'create' => [
+ 'create' => array(
'error' => 'Department was not created, please try again.',
- 'success' => 'Department created successfully.',
- ],
- 'update' => [
+ 'success' => 'Department created successfully.'
+ ),
+ 'update' => array(
'error' => 'Department was not updated, please try again',
- 'success' => 'Department updated successfully.',
- ],
- 'delete' => [
+ 'success' => 'Department updated successfully.'
+ ),
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this department?',
'error' => 'There was an issue deleting the department. Please try again.',
- 'success' => 'The department was deleted successfully.',
- ],
+ 'success' => 'The department was deleted successfully.'
+ )
-];
+);
diff --git a/resources/lang/iu/admin/departments/table.php b/resources/lang/iu/admin/departments/table.php
index b9e94f80cc..76494247be 100644
--- a/resources/lang/iu/admin/departments/table.php
+++ b/resources/lang/iu/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Department Name',
@@ -8,4 +8,4 @@ return [
'location' => 'Location',
'create' => 'Create Department',
'update' => 'Update Department',
- ];
+ );
diff --git a/resources/lang/iu/admin/depreciations/general.php b/resources/lang/iu/admin/depreciations/general.php
index e6c86b9ff5..1a5666f9dc 100644
--- a/resources/lang/iu/admin/depreciations/general.php
+++ b/resources/lang/iu/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Asset Depreciations',
'create' => 'Create Depreciation',
'depreciation_name' => 'Depreciation Name',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Number of Months',
'update' => 'Update Depreciation',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/iu/admin/depreciations/message.php b/resources/lang/iu/admin/depreciations/message.php
index 235c52d7e8..c20e52c13c 100644
--- a/resources/lang/iu/admin/depreciations/message.php
+++ b/resources/lang/iu/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Depreciation class does not exist.',
'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Depreciation class was not created, please try again. :(',
- 'success' => 'Depreciation class created successfully. :)',
- ],
+ 'success' => 'Depreciation class created successfully. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Depreciation class was not updated, please try again',
- 'success' => 'Depreciation class updated successfully.',
- ],
+ 'success' => 'Depreciation class updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this depreciation class?',
'error' => 'There was an issue deleting the depreciation class. Please try again.',
- 'success' => 'The depreciation class was deleted successfully.',
- ],
+ 'success' => 'The depreciation class was deleted successfully.'
+ )
-];
+);
diff --git a/resources/lang/iu/admin/depreciations/table.php b/resources/lang/iu/admin/depreciations/table.php
index a0d32d968d..256b10b92a 100644
--- a/resources/lang/iu/admin/depreciations/table.php
+++ b/resources/lang/iu/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Months',
'term' => 'Term',
'title' => 'Name ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/iu/admin/groups/message.php b/resources/lang/iu/admin/groups/message.php
index 5d7786b158..f14b6339e8 100644
--- a/resources/lang/iu/admin/groups/message.php
+++ b/resources/lang/iu/admin/groups/message.php
@@ -1,22 +1,22 @@
'Group already exists!',
'group_not_found' => 'Group [:id] does not exist.',
'group_name_required' => 'The name field is required',
- 'success' => [
+ 'success' => array(
'create' => 'Group was successfully created.',
'update' => 'Group was successfully updated.',
'delete' => 'Group was successfully deleted.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this group?',
'create' => 'There was an issue creating the group. Please try again.',
'update' => 'There was an issue updating the group. Please try again.',
'delete' => 'There was an issue deleting the group. Please try again.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/iu/admin/groups/table.php b/resources/lang/iu/admin/groups/table.php
index 1fe63604f8..61f060a116 100644
--- a/resources/lang/iu/admin/groups/table.php
+++ b/resources/lang/iu/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Name',
'users' => '# of Users',
-];
+);
diff --git a/resources/lang/iu/admin/groups/titles.php b/resources/lang/iu/admin/groups/titles.php
index 8807f5e54a..d875f190d7 100644
--- a/resources/lang/iu/admin/groups/titles.php
+++ b/resources/lang/iu/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Group Admin',
'allow' => 'Allow',
'deny' => 'Deny',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/iu/admin/hardware/form.php b/resources/lang/iu/admin/hardware/form.php
index 86a40a5fa2..0c1a3167be 100644
--- a/resources/lang/iu/admin/hardware/form.php
+++ b/resources/lang/iu/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Warranty',
'warranty_expires' => 'Warranty Expires',
'years' => 'years',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/iu/admin/hardware/general.php b/resources/lang/iu/admin/hardware/general.php
index 80a2c14e50..1ac49efef1 100644
--- a/resources/lang/iu/admin/hardware/general.php
+++ b/resources/lang/iu/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Requestable',
'requested' => 'Requested',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'View Asset',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/iu/admin/hardware/message.php b/resources/lang/iu/admin/hardware/message.php index ae18cf51ea..8c8e323a73 100644 --- a/resources/lang/iu/admin/hardware/message.php +++ b/resources/lang/iu/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Warning: This asset has been marked as currently undeployable. If this status has changed, please update the asset status.', 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Asset audit successfully logged.', ], + 'deletefile' => [ 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'The file was unable to be deleted', ], + 'delete' => [ 'confirm' => 'Are you sure you wish to delete this asset?', 'error' => 'There was an issue deleting the asset. Please try again.', diff --git a/resources/lang/iu/admin/hardware/table.php b/resources/lang/iu/admin/hardware/table.php index e992b9d2a7..6166ba8045 100644 --- a/resources/lang/iu/admin/hardware/table.php +++ b/resources/lang/iu/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Asset Tag', 'asset_model' => 'Model', - 'book_value' => 'Value', + 'book_value' => 'Current Value', 'change' => 'In/Out', 'checkout_date' => 'Checkout Date', 'checkoutto' => 'Checked Out', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Download CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serial', 'status' => 'Status', 'title' => 'Asset ', - 'image' => 'Device Image', + 'image' => 'Device Image', 'days_without_acceptance' => 'Days Without Acceptance', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/iu/admin/kits/general.php b/resources/lang/iu/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/iu/admin/kits/general.php +++ b/resources/lang/iu/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/iu/admin/licenses/form.php b/resources/lang/iu/admin/licenses/form.php index 90fa8b8562..ce29167874 100644 --- a/resources/lang/iu/admin/licenses/form.php +++ b/resources/lang/iu/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Asset', 'checkin' => 'Checkin', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licensed to Email', 'to_name' => 'Licensed to Name', 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.', -]; + '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.' +); diff --git a/resources/lang/iu/admin/licenses/general.php b/resources/lang/iu/admin/licenses/general.php index a4d79a5c40..25a536ec56 100644 --- a/resources/lang/iu/admin/licenses/general.php +++ b/resources/lang/iu/admin/licenses/general.php @@ -1,6 +1,6 @@ 'About Licenses', 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Checkin License Seat', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Software Licenses', 'user' => 'User', 'view' => 'View License', -]; +); diff --git a/resources/lang/iu/admin/licenses/message.php b/resources/lang/iu/admin/licenses/message.php index 8a5807cba2..87a7c3d0b9 100644 --- a/resources/lang/iu/admin/licenses/message.php +++ b/resources/lang/iu/admin/licenses/message.php @@ -1,6 +1,6 @@ 'License does not exist.', 'user_does_not_exist' => 'User does not exist.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'You must select an asset or a user, but not both.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'License was not created, please try again.', + 'success' => 'License created successfully.' + ), + + 'deletefile' => array( 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.', - ], + 'success' => 'License updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this license?', 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.', - ], + 'success' => 'The license was deleted successfully.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully', - ], + 'success' => 'The license was checked out successfully' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully', - ], + 'success' => 'The license was checked in successfully' + ), -]; +); diff --git a/resources/lang/iu/admin/licenses/table.php b/resources/lang/iu/admin/licenses/table.php index f5520afe52..dfce4136cb 100644 --- a/resources/lang/iu/admin/licenses/table.php +++ b/resources/lang/iu/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Assigned To', 'checkout' => 'In/Out', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serial', 'title' => 'License', -]; +); diff --git a/resources/lang/iu/admin/locations/message.php b/resources/lang/iu/admin/locations/message.php index 2aac2141cb..3ba1eed3b6 100644 --- a/resources/lang/iu/admin/locations/message.php +++ b/resources/lang/iu/admin/locations/message.php @@ -1,26 +1,27 @@ 'Location does not exist.', 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', - 'create' => [ + + 'create' => array( 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.', - ], + 'success' => 'Location created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.', - ], + 'success' => 'Location updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this location?', 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.', - ], + 'success' => 'The location was deleted successfully.' + ) -]; +); diff --git a/resources/lang/iu/admin/locations/table.php b/resources/lang/iu/admin/locations/table.php index 4792273c32..29edf0f565 100644 --- a/resources/lang/iu/admin/locations/table.php +++ b/resources/lang/iu/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Parent', 'currency' => 'Location Currency', 'ldap_ou' => 'LDAP Search OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/iu/admin/manufacturers/message.php b/resources/lang/iu/admin/manufacturers/message.php index eac9e700ec..21a4bc5aaf 100644 --- a/resources/lang/iu/admin/manufacturers/message.php +++ b/resources/lang/iu/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Manufacturer does not exist.', 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', - 'create' => [ + 'create' => array( 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.', - ], + 'success' => 'Manufacturer created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.', - ], + 'success' => 'Manufacturer updated successfully.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Manufacturer was not restored, please try again', - 'success' => 'Manufacturer restored successfully.', - ], + 'success' => 'Manufacturer restored successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', 'error' => 'There was an issue deleting the manufacturer. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.', - ], + 'success' => 'The Manufacturer was deleted successfully.' + ) -]; +); diff --git a/resources/lang/iu/admin/manufacturers/table.php b/resources/lang/iu/admin/manufacturers/table.php index 05a79f5700..4e3ea9904d 100644 --- a/resources/lang/iu/admin/manufacturers/table.php +++ b/resources/lang/iu/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'About manufacturers', 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', 'asset_manufacturers' => 'Asset Manufacturers', @@ -13,4 +13,4 @@ return [ 'update' => 'Update Manufacturer', 'url' => 'URL', -]; +); diff --git a/resources/lang/iu/admin/models/general.php b/resources/lang/iu/admin/models/general.php index 046fd562e2..d2d77e0e8c 100644 --- a/resources/lang/iu/admin/models/general.php +++ b/resources/lang/iu/admin/models/general.php @@ -1,6 +1,6 @@ 'About Asset Models', 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', + 'show_mac_address' => 'Show MAC address field in assets in this model', 'view_deleted' => 'View Deleted', 'view_models' => 'View Models', 'fieldset' => 'Fieldset', 'no_custom_field' => 'No custom fields', 'add_default_values' => 'Add default values', -]; +); diff --git a/resources/lang/iu/admin/models/message.php b/resources/lang/iu/admin/models/message.php index c2c7d7c627..e3b29d5b4b 100644 --- a/resources/lang/iu/admin/models/message.php +++ b/resources/lang/iu/admin/models/message.php @@ -1,41 +1,42 @@ 'Model does not exist.', 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', - 'create' => [ + + 'create' => array( 'error' => 'Model was not created, please try again.', 'success' => 'Model created successfully.', 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.', - ], + 'success' => 'Model updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this asset model?', 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.', - ], + 'success' => 'The model was deleted successfully.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.', - ], + 'success' => 'Model restored successfully.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.', - ], + 'success' => 'Models updated.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'No models were selected, so nothing was deleted.', 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', - ], + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), -]; +); diff --git a/resources/lang/iu/admin/models/table.php b/resources/lang/iu/admin/models/table.php index 8ca54d5a8f..11a512b3d3 100644 --- a/resources/lang/iu/admin/models/table.php +++ b/resources/lang/iu/admin/models/table.php @@ -1,6 +1,6 @@ 'Create Asset Model', 'created_at' => 'Created at', @@ -14,4 +14,4 @@ return [ 'update' => 'Update Asset Model', 'clone' => 'Clone Model', 'edit' => 'Edit Model', -]; +); diff --git a/resources/lang/iu/admin/reports/general.php b/resources/lang/iu/admin/reports/general.php index 65e2bb1d73..344d5c8743 100644 --- a/resources/lang/iu/admin/reports/general.php +++ b/resources/lang/iu/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Select the options you want for your asset report.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/iu/admin/reports/message.php b/resources/lang/iu/admin/reports/message.php index 75b8533fb7..d4c8f8198f 100644 --- a/resources/lang/iu/admin/reports/message.php +++ b/resources/lang/iu/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.', -]; +return array( + 'error' => 'You must select at least ONE option.' +); diff --git a/resources/lang/iu/admin/settings/general.php b/resources/lang/iu/admin/settings/general.php index 24ea3d8cea..3e7a60f89f 100644 --- a/resources/lang/iu/admin/settings/general.php +++ b/resources/lang/iu/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'This is an Active Directory server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Send alerts to', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Email Alerts Enabled', 'alert_interval' => 'Expiring Alerts Threshold (in days)', 'alert_inv_threshold' => 'Inventory Alert Threshold', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/iu/mail.php b/resources/lang/iu/mail.php index 6471289e00..db5e157135 100644 --- a/resources/lang/iu/mail.php +++ b/resources/lang/iu/mail.php @@ -60,7 +60,7 @@ return [ 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', 'the_following_item' => 'The following item has been checked in: ', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'To reset your :web password, complete this form:', 'type' => 'Type', diff --git a/resources/lang/iu/pagination.php b/resources/lang/iu/pagination.php index b9940a133a..b573b51e91 100644 --- a/resources/lang/iu/pagination.php +++ b/resources/lang/iu/pagination.php @@ -1,6 +1,6 @@ 'Next »', -]; +); diff --git a/resources/lang/iu/reminders.php b/resources/lang/iu/reminders.php index a8ee7dda97..e7a476e3a2 100644 --- a/resources/lang/iu/reminders.php +++ b/resources/lang/iu/reminders.php @@ -1,6 +1,6 @@ 'Passwords must be six characters and match the confirmation.', + "password" => "Passwords must be six characters and match the confirmation.", - 'user' => 'Username or email address is incorrect', + "user" => "Username or email address is incorrect", - 'token' => 'This password reset token is invalid.', + "token" => "This password reset token is invalid.", - 'sent' => 'If a matching email address was found, a password reminder has been sent!', + "sent" => "If a matching email address was found, a password reminder has been sent!", -]; +); diff --git a/resources/lang/iu/table.php b/resources/lang/iu/table.php index e5de4c440e..f7a49d86c1 100644 --- a/resources/lang/iu/table.php +++ b/resources/lang/iu/table.php @@ -1,10 +1,10 @@ 'Actions', 'action' => 'Action', 'by' => 'By', 'item' => 'Item', -]; +); diff --git a/resources/lang/iu/validation.php b/resources/lang/iu/validation.php index 4ece7d41c7..72b465f211 100644 --- a/resources/lang/iu/validation.php +++ b/resources/lang/iu/validation.php @@ -1,6 +1,6 @@ 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'The selected :attribute is invalid.', 'numeric' => 'The :attribute must be a number.', 'present' => 'The :attribute field must be present.', @@ -88,8 +89,8 @@ return array( 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', - "unique_undeleted" => "The :attribute must be unique.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", + 'alpha_space' => 'The :attribute field contains a character that is not allowed.', + 'email_array' => 'One or more email addresses is invalid.', + 'hashed_pass' => 'Your current password is incorrect', 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", + 'statuslabel_type' => 'You must select a valid status label type', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/ja/admin/accessories/general.php b/resources/lang/ja/admin/accessories/general.php index ff4694921c..5db30c9aee 100644 --- a/resources/lang/ja/admin/accessories/general.php +++ b/resources/lang/ja/admin/accessories/general.php @@ -1,6 +1,6 @@ '付属品カテゴリー', 'accessory_name' => '付属品名', 'checkout' => '付属品の貸し出し', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => '初期設定EULA を代わりに利用する。', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/ja/admin/custom_fields/message.php b/resources/lang/ja/admin/custom_fields/message.php
index 0731163212..2a8d01bcd0 100644
--- a/resources/lang/ja/admin/custom_fields/message.php
+++ b/resources/lang/ja/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'フィールドがありません。',
'already_added' => 'フィールドはすでに追加されています',
- 'create' => [
+ 'create' => array(
'error' => 'フォルダーは作成されませんでした。もう一度やり直してください。',
'success' => 'フィールドを正常に作成しました。',
- 'assoc_success' => 'フィールドはフィールドセットに追加されました',
- ],
+ 'assoc_success' => 'フィールドはフィールドセットに追加されました'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'フィールドは更新されませんでした。もう一度やり直してください。',
- 'success' => 'フィールドを正常に更新しました。',
- ],
+ 'success' => 'フィールドを正常に更新しました。'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'このフィールドを削除してもよろしいですか?',
'error' => 'フィールドを削除する際に問題が発生しました。もう一度、やり直して下さい。',
'success' => 'フィールドは削除されました。',
'in_use' => 'フィールドは使用中です。',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'フィールドセットが見つかりません',
- 'create' => [
+ 'create' => array(
'error' => 'フィールドセットは作成されませんでした。もう一度やり直してください。',
- 'success' => 'フィールドセットを正常に作成しました。',
- ],
+ 'success' => 'フィールドセットを正常に作成しました。'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'フィールドセットは更新されませんでした。もう一度やり直してください。',
- 'success' => 'フィールドセットを正常に更新しました。',
- ],
+ 'success' => 'フィールドセットを正常に更新しました。'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'このフィールドセットを削除してもよろしいですか?',
'error' => 'フィールドセットを削除する際に問題が発生しました。もう一度、やり直して下さい。',
'success' => 'フィールドセットは削除されました。',
'in_use' => 'フィールドセットは使用中です。',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/ja/admin/departments/message.php b/resources/lang/ja/admin/departments/message.php
index e26060767a..5b3d359712 100644
--- a/resources/lang/ja/admin/departments/message.php
+++ b/resources/lang/ja/admin/departments/message.php
@@ -1,21 +1,21 @@
'部署が見つかりません',
'assoc_users' => 'この部署は1人以上の利用者に関連付けされているため、削除できません。部署の関連付けを削除してから、もう一度試して下さい。 ',
- 'create' => [
+ 'create' => array(
'error' => '部署が作成できませんでした。もう一度やり直して下さい。',
- 'success' => '部署が作成されました。',
- ],
- 'update' => [
+ 'success' => '部署が作成されました。'
+ ),
+ 'update' => array(
'error' => '部署が編集できませんでした。もう一度やり直して下さい',
- 'success' => '部署が更新されました。',
- ],
- 'delete' => [
+ 'success' => '部署が更新されました。'
+ ),
+ 'delete' => array(
'confirm' => '本当にこの部署を削除してもよろしいですか?',
'error' => '部署を削除する際に問題が発生しました。もう一度やり直して下さい。',
- 'success' => '部署は削除されました。',
- ],
+ 'success' => '部署は削除されました。'
+ )
-];
+);
diff --git a/resources/lang/ja/admin/departments/table.php b/resources/lang/ja/admin/departments/table.php
index 869bc0293b..629e97e915 100644
--- a/resources/lang/ja/admin/departments/table.php
+++ b/resources/lang/ja/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => '部署名',
@@ -8,4 +8,4 @@ return [
'location' => '設置場所',
'create' => '部署の作成',
'update' => '部署の更新',
- ];
+ );
diff --git a/resources/lang/ja/admin/depreciations/general.php b/resources/lang/ja/admin/depreciations/general.php
index c48af97821..db061b398f 100644
--- a/resources/lang/ja/admin/depreciations/general.php
+++ b/resources/lang/ja/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => '償却資産',
'create' => '減価償却の作成',
'depreciation_name' => '減価償却名',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => '月数',
'update' => '減価償却の更新',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => '残存簿価',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/ja/admin/depreciations/message.php b/resources/lang/ja/admin/depreciations/message.php
index 2a9c9e6c7c..22d97e3692 100644
--- a/resources/lang/ja/admin/depreciations/message.php
+++ b/resources/lang/ja/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'減価償却クラスがありません。',
'assoc_users' => 'この減価償却は複数のモデルに関係付けられているため削除することができません。モデルを削除してから再度実行してください。 ',
- 'create' => [
+
+ 'create' => array(
'error' => '減価償却クラスが作成できませんでした。再度実行してください。',
- 'success' => '減価償却クラスの作成に成功しました。',
- ],
+ 'success' => '減価償却クラスの作成に成功しました。'
+ ),
- 'update' => [
+ 'update' => array(
'error' => '減価償却クラスの更新ができませんでした。再度実行してください。',
- 'success' => '減価償却クラスの更新に成功しました。',
- ],
+ 'success' => '減価償却クラスの更新に成功しました。'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '本当に減価償却クラスを削除しますか?',
'error' => '減価償却クラスを削除する際に問題がおきました。再度実行してください。',
- 'success' => '減価償却クラスの削除に成功しました。',
- ],
+ 'success' => '減価償却クラスの削除に成功しました。'
+ )
-];
+);
diff --git a/resources/lang/ja/admin/depreciations/table.php b/resources/lang/ja/admin/depreciations/table.php
index cb44f60786..d1a84300ab 100644
--- a/resources/lang/ja/admin/depreciations/table.php
+++ b/resources/lang/ja/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => '月',
'term' => '期間',
'title' => '名前 ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/ja/admin/groups/message.php b/resources/lang/ja/admin/groups/message.php
index 32314e4832..a8e8dd6a98 100644
--- a/resources/lang/ja/admin/groups/message.php
+++ b/resources/lang/ja/admin/groups/message.php
@@ -1,22 +1,22 @@
'グループは既に存在しています!',
'group_not_found' => 'グループ [:id] は、存在していません。',
'group_name_required' => '名前フィールドは必須です。',
- 'success' => [
+ 'success' => array(
'create' => 'グループは正常に作成されました。',
'update' => 'グループは正常に更新されました。',
'delete' => 'グループは正常に削除されました。',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '本当にこのグループを削除してもよいですか?',
'create' => 'グループを作成時に問題が発生しました。もう一度試して下さい。',
'update' => 'グループを更新時に問題が発生しました。もう一度試して下さい。',
'delete' => 'グループを削除時に問題が発生しました。もう一度試して下さい。',
- ],
+ ),
-];
+);
diff --git a/resources/lang/ja/admin/groups/table.php b/resources/lang/ja/admin/groups/table.php
index c586cba019..362b03cdd0 100644
--- a/resources/lang/ja/admin/groups/table.php
+++ b/resources/lang/ja/admin/groups/table.php
@@ -1,9 +1,9 @@
'ID',
'name' => '名前',
'users' => '# の利用者数',
-];
+);
diff --git a/resources/lang/ja/admin/groups/titles.php b/resources/lang/ja/admin/groups/titles.php
index 1316cef597..f2dbb9087a 100644
--- a/resources/lang/ja/admin/groups/titles.php
+++ b/resources/lang/ja/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'グループ管理',
'allow' => '許可',
'deny' => '拒否',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/ja/admin/hardware/form.php b/resources/lang/ja/admin/hardware/form.php
index 78b091c319..e7c9597bef 100644
--- a/resources/lang/ja/admin/hardware/form.php
+++ b/resources/lang/ja/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => '保証',
'warranty_expires' => '保証期限',
'years' => '年',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/ja/admin/hardware/general.php b/resources/lang/ja/admin/hardware/general.php
index daf943a4bf..f9981ff446 100644
--- a/resources/lang/ja/admin/hardware/general.php
+++ b/resources/lang/ja/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'この資産モデルは削除されました。資産を復元する前に、モデルを復元する必要があります。',
'requestable' => '要求可能',
'requested' => '要求済',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => '資産を復元',
'pending' => 'ペンディング',
'undeployable' => '配備不可',
'view' => '資産を表示',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/ja/admin/hardware/message.php b/resources/lang/ja/admin/hardware/message.php index cddae00a7b..fcd78fcffc 100644 --- a/resources/lang/ja/admin/hardware/message.php +++ b/resources/lang/ja/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => '警告:この資産は、現在 未配備としてマークされています。 この状態が変更された場合は、資産のステータスを更新してください。', 'does_not_exist' => '資産が存在しません。', - 'does_not_exist_or_not_requestable' => '申し訳ありません。その資産が存在しないまたはリクエスト可能ではありません。', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'この資産は利用者にチェックされているため削除できません。資産をチェック後、もう一度、やり直して下さい。 ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => '資産の監査ログに記録しました。', ], + 'deletefile' => [ 'error' => 'ファイルが削除できませんでした。もう一度、やり直して下さい。', 'success' => 'ファイルは正常に削除されました。', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'ファイルが削除出来ませんでした。', ], + 'delete' => [ 'confirm' => 'この資産を削除してもよろしいですか?', 'error' => '資産を削除する際に問題が発生しました。もう一度やり直して下さい。', diff --git a/resources/lang/ja/admin/hardware/table.php b/resources/lang/ja/admin/hardware/table.php index c28d3613d6..6cd6592d6f 100644 --- a/resources/lang/ja/admin/hardware/table.php +++ b/resources/lang/ja/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => '資産タグ', 'asset_model' => 'モデル', - 'book_value' => '価値', + 'book_value' => 'Current Value', 'change' => 'In/Out', 'checkout_date' => '検査日', 'checkoutto' => '検査済', + 'current_value' => 'Current Value', 'diff' => '差分', 'dl_csv' => 'CSVダウンロード', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'シリアル', 'status' => '状態', 'title' => '資産 ', - 'image' => '写真', + 'image' => '写真', 'days_without_acceptance' => '未受理期間', 'monthly_depreciation' => '毎月の減価償却費(減価償却費)', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/ja/admin/kits/general.php b/resources/lang/ja/admin/kits/general.php index 233edf96e1..ff38ab7145 100644 --- a/resources/lang/ja/admin/kits/general.php +++ b/resources/lang/ja/admin/kits/general.php @@ -1,6 +1,6 @@ '製品セットについて', 'about_kits_text' => '製品セットを用いると、アイテム(アセット、ライセンスなど)のコレクションをすばやくユーザーに払い出す(チェックアウトする)ことができます。例えば、組織のオンボーディングプロセスが一貫している場合に、すべてのユーザーが同じアイテムを使用する場合に役立ちます。', 'checkout' => 'チェックアウト', @@ -13,5 +13,38 @@ return array( 'none_licenses' => ':licenseをチェックアウトするのに十分なシートがありません。:qtyが必要です。 ', 'none_consumables' => ':consumableをチェックアウトするのに十分な数がありません。:qtyが必要です。 ', 'none_accessory' => ':accessoryをチェックアウトするのに十分な数がありません。:qtyが必要です。 ', - -); + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', +]; diff --git a/resources/lang/ja/admin/licenses/form.php b/resources/lang/ja/admin/licenses/form.php index 9026532e3d..8de9104348 100644 --- a/resources/lang/ja/admin/licenses/form.php +++ b/resources/lang/ja/admin/licenses/form.php @@ -1,6 +1,6 @@ '資産', 'checkin' => 'チェックイン', @@ -18,5 +18,5 @@ return [ 'to_email' => 'ライセンスされたEmail', 'to_name' => 'ライセンスされた名前', 'update' => 'ライセンスを更新', - 'checkout_help' => 'あなたはハードウェア資産もしくは社員にライセンスを付与しているか確認する必要があります。両方選択することも可能ですが、資産所有者は資産を確認した社員と一致しなければなりません。', -]; + 'checkout_help' => 'あなたはハードウェア資産もしくは社員にライセンスを付与しているか確認する必要があります。両方選択することも可能ですが、資産所有者は資産を確認した社員と一致しなければなりません。' +); diff --git a/resources/lang/ja/admin/licenses/general.php b/resources/lang/ja/admin/licenses/general.php index 9b132d265e..bfe6aa199f 100644 --- a/resources/lang/ja/admin/licenses/general.php +++ b/resources/lang/ja/admin/licenses/general.php @@ -1,6 +1,6 @@ 'ライセンスについて', 'about_licenses' => 'ライセンスはソフトウェアの追跡に使用されます。指定した数を個人にチェックアウトすることができます。', 'checkin' => 'ライセンスシートをチェックイン', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'ソフトウェア・ライセンス', 'user' => '利用者', 'view' => 'ライセンスを表示', -]; +); diff --git a/resources/lang/ja/admin/licenses/message.php b/resources/lang/ja/admin/licenses/message.php index ac535d2234..a63da157f8 100644 --- a/resources/lang/ja/admin/licenses/message.php +++ b/resources/lang/ja/admin/licenses/message.php @@ -1,6 +1,6 @@ 'ライセンスが存在しません。', 'user_does_not_exist' => '利用者が存在しません。', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'アセットまたはユーザーを選択する必要がありますが、両方を選択する必要はありません。', 'not_found' => 'ライセンスが見つかりません', - 'create' => [ - 'error' => 'ライセンスが作成できませんでした。もう一度、やり直して下さい。', - 'success' => 'ライセンスが作成されました。', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'ライセンスが作成できませんでした。もう一度、やり直して下さい。', + 'success' => 'ライセンスが作成されました。' + ), + + 'deletefile' => array( 'error' => 'ファイルが削除できませんでした。もう一度、やり直して下さい。', 'success' => 'ファイルは削除されました。', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'ファイルがアップロードできませんでした。もう一度、やり直して下さい。', 'success' => 'ファイルがアップロードされました。', 'nofiles' => 'アップロードするファイルが選択されていないか、アップロードしようとしているファイルが大き過ぎます。', 'invalidfiles' => 'ファイルサイズが大きすぎるか、許可されていない形式です。(png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, lic)', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'ライセンスが更新できませんでした。もう一度、やり直して下さい。', - 'success' => 'ライセンスが更新されました。', - ], + 'success' => 'ライセンスが更新されました。' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'このライセンスを削除してもよろしいですか?', 'error' => 'ライセンスを削除する際に問題が発生しました。もう一度、やり直して下さい。', - 'success' => 'ライセンスが削除されました。', - ], + 'success' => 'ライセンスが削除されました。' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'ライセンスのチェックを外す際に問題が発生しました。もう一度、やり直して下さい。', - 'success' => 'ライセンスのチェックを外しました。', - ], + 'success' => 'ライセンスのチェックを外しました。' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'ライセンスのチェックを入れる際に問題が発生しました。もう一度、やり直して下さい。', - 'success' => 'ライセンスのチェックを入れました。', - ], + 'success' => 'ライセンスのチェックを入れました。' + ), -]; +); diff --git a/resources/lang/ja/admin/licenses/table.php b/resources/lang/ja/admin/licenses/table.php index a079b0f7d2..6baba555bc 100644 --- a/resources/lang/ja/admin/licenses/table.php +++ b/resources/lang/ja/admin/licenses/table.php @@ -1,6 +1,6 @@ '割り当て先', 'checkout' => 'In/Out', @@ -14,4 +14,4 @@ return [ 'serial' => 'シリアル', 'title' => 'ライセンス', -]; +); diff --git a/resources/lang/ja/admin/locations/message.php b/resources/lang/ja/admin/locations/message.php index eef728c812..b8c6fb76e2 100644 --- a/resources/lang/ja/admin/locations/message.php +++ b/resources/lang/ja/admin/locations/message.php @@ -1,26 +1,27 @@ 'ロケーションが存在しません。', 'assoc_users' => 'ロケーションは少なくとも一つの利用者に関連付けされているため、削除できません。ローケーションの関連付けを削除し、もう一度試して下さい。 ', 'assoc_assets' => 'この設置場所は少なくとも一つの利用者に関連付けされているため、削除できません。設置場所の関連付けを削除し、もう一度試して下さい。 ', 'assoc_child_loc' => 'この設置場所は、少なくとも一つの配下の設置場所があります。この設置場所を参照しないよう更新して下さい。 ', - 'create' => [ + + 'create' => array( 'error' => 'ロケーションが作成できませんでした。もう一度やり直して下さい。', - 'success' => 'ロケーションが作成されました。', - ], + 'success' => 'ロケーションが作成されました。' + ), - 'update' => [ + 'update' => array( 'error' => 'ロケーションが更新できませんでした。もう一度やり直して下さい。', - 'success' => 'ロケーションが更新されました。', - ], + 'success' => 'ロケーションが更新されました。' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'このロケーションを本当に削除してよいですか?', 'error' => 'ロケーションを削除する際に問題が発生しました。もう一度やり直して下さい。', - 'success' => 'ロケーションが削除されました。', - ], + 'success' => 'ロケーションが削除されました。' + ) -]; +); diff --git a/resources/lang/ja/admin/locations/table.php b/resources/lang/ja/admin/locations/table.php index ca59183886..642ab08626 100644 --- a/resources/lang/ja/admin/locations/table.php +++ b/resources/lang/ja/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => '上位', 'currency' => '現地通貨', 'ldap_ou' => 'LDAP OU を検索', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/ja/admin/manufacturers/message.php b/resources/lang/ja/admin/manufacturers/message.php index 5df093dc08..52a07d4236 100644 --- a/resources/lang/ja/admin/manufacturers/message.php +++ b/resources/lang/ja/admin/manufacturers/message.php @@ -1,29 +1,29 @@ '製造元が存在しません。', 'assoc_users' => 'この製造元は一つ以上の型番に関連付けられているため、削除できません。この製造元の関連付けを削除後、もう一度試して下さい。 ', - 'create' => [ + 'create' => array( 'error' => '製造元が作成できませんでした。もう一度試して下さい。', - 'success' => '製造元が作成されました。', - ], + 'success' => '製造元が作成されました。' + ), - 'update' => [ + 'update' => array( 'error' => '製造元が更新できませんでした。もう一度試して下さい。', - 'success' => '製造元が更新できませんでした。もう一度試して下さい。', - ], + 'success' => '製造元が更新できませんでした。もう一度試して下さい。' + ), - 'restore' => [ + 'restore' => array( 'error' => '製造元が復元できませんでした。もう一度試して下さい。', - 'success' => '製造元が復元されました。', - ], + 'success' => '製造元が復元されました。' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '本当にこの製造元を削除しますか?', 'error' => '製造元を削除する際に問題が発生しました。もう一度試して下さい。', - 'success' => '製造元が削除されました。', - ], + 'success' => '製造元が削除されました。' + ) -]; +); diff --git a/resources/lang/ja/admin/manufacturers/table.php b/resources/lang/ja/admin/manufacturers/table.php index d2216926e2..d2fdf133c7 100644 --- a/resources/lang/ja/admin/manufacturers/table.php +++ b/resources/lang/ja/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'メーカーについて', 'about_manufacturers_text' => 'メーカーは、あなたの資産を製造する会社です。重要なサポート連絡先は、資産の詳細ページに表示されます。', 'asset_manufacturers' => '資産製造業者', @@ -13,4 +13,4 @@ return [ 'update' => '製造業者を更新', 'url' => 'URL', -]; +); diff --git a/resources/lang/ja/admin/models/general.php b/resources/lang/ja/admin/models/general.php index 14c22de0f6..fec4ff4c35 100644 --- a/resources/lang/ja/admin/models/general.php +++ b/resources/lang/ja/admin/models/general.php @@ -1,6 +1,6 @@ '資産モデルについて', 'about_models_text' => '資産モデルは、同一資産をグループ化する方法です。(例:「MBP 2013」、「IPhone 6」など)', 'deleted' => 'モデルは削除されました。', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => ':model_count 件の資産モデルを削除しようとしています。', 'restore' => '型番を復元', 'requestable' => 'ユーザーはこのモデルをリクエスト出来ます', - 'show_mac_address' => 'この型番の資産にMACアドレスフィールドを表示', + 'show_mac_address' => 'この型番の資産にMACアドレスフィールドを表示', 'view_deleted' => '削除したものを表示', 'view_models' => '型番を表示', 'fieldset' => 'フィールドセット', 'no_custom_field' => 'カスタム フィールドなし', 'add_default_values' => 'デフォルト値を追加する', -]; +); diff --git a/resources/lang/ja/admin/models/message.php b/resources/lang/ja/admin/models/message.php index d0a43634dd..869054dba7 100644 --- a/resources/lang/ja/admin/models/message.php +++ b/resources/lang/ja/admin/models/message.php @@ -1,41 +1,42 @@ '型番が存在しません。', 'assoc_users' => 'この型番は他の資産に関連付けられているため、削除できません。資産を削除してから、もう一度試して下さい。 ', - 'create' => [ + + 'create' => array( 'error' => '型番が作成できませんでした。もう一度やり直して下さい。', 'success' => '型番が作成されました。', 'duplicate_set' => '資産型の名前や製造元、型番は、既に存在してます。', - ], + ), - 'update' => [ + 'update' => array( 'error' => '型番が更新できませんでした。もう一度やり直して下さい。', - 'success' => '型番が更新されました。', - ], + 'success' => '型番が更新されました。' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '本当にこの資産の型番を削除しますか?', 'error' => '型番を削除する際に問題が発生しました。もう一度やり直して下さい。', - 'success' => '型番は削除されました。', - ], + 'success' => '型番は削除されました。' + ), - 'restore' => [ + 'restore' => array( 'error' => '型番が復元されませんでした。もう一度、やり直して下さい。', - 'success' => '型番は復元されました。', - ], + 'success' => '型番は復元されました。' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'フィールドが選択されていないため、更新されませんでした。', - 'success' => '型番を更新しました。', - ], + 'success' => '型番を更新しました。' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'モデルが選択されていないため、何も削除されませんでした。', 'success' => ':success_count モデルが削除されました!', - 'success_partial' => ':success_count モデルが削除されましたが、:fail_count 個はアセットが関連付けられているため、削除できませんでした。', - ], + 'success_partial' => ':success_count モデルが削除されましたが、:fail_count 個はアセットが関連付けられているため、削除できませんでした。' + ), -]; +); diff --git a/resources/lang/ja/admin/models/table.php b/resources/lang/ja/admin/models/table.php index 285936c315..751442454a 100644 --- a/resources/lang/ja/admin/models/table.php +++ b/resources/lang/ja/admin/models/table.php @@ -1,6 +1,6 @@ '資産型番を作成', 'created_at' => '作成済', @@ -14,4 +14,4 @@ return [ 'update' => '資産型番を更新', 'clone' => '資産型番を複製', 'edit' => '資産型番を編集', -]; +); diff --git a/resources/lang/ja/admin/reports/general.php b/resources/lang/ja/admin/reports/general.php index 44b2f9205f..c079ba518b 100644 --- a/resources/lang/ja/admin/reports/general.php +++ b/resources/lang/ja/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => '資産報告書のオプションを選択してください。', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/ja/admin/reports/message.php b/resources/lang/ja/admin/reports/message.php index 237b561e4d..41ec1488f4 100644 --- a/resources/lang/ja/admin/reports/message.php +++ b/resources/lang/ja/admin/reports/message.php @@ -1,5 +1,5 @@ 'あなたは少なくとも一つのオプションを選択しなければなりません。', -]; +return array( + 'error' => 'あなたは少なくとも一つのオプションを選択しなければなりません。' +); diff --git a/resources/lang/ja/admin/settings/general.php b/resources/lang/ja/admin/settings/general.php index 39a1444c2c..894da82961 100644 --- a/resources/lang/ja/admin/settings/general.php +++ b/resources/lang/ja/admin/settings/general.php @@ -10,21 +10,30 @@ return [ 'admin_cc_email' => 'CC(カーボンコピー)メール 送信先', 'admin_cc_email_help' => 'ユーザーに送信されたチェックイン/チェックアウト メールのコピーを追加の電子メールアカウントに送信する場合は、ここにメールアドレスを入力します。必要が無ければ、このフィールドを空白にします', 'is_ad' => 'Active Directory サーバー', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'アラートの送信先', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'アラートを有効化', 'alert_interval' => 'アラートを無視する期間', 'alert_inv_threshold' => 'インベントリのアラート間隔', - 'allow_user_skin' => 'Allow user skin', + 'allow_user_skin' => 'ユーザースキン許可', 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.', 'asset_ids' => '資産ID', 'audit_interval' => '監査の間隔', 'audit_interval_help' => '定期的にあなたの資産を監査する必要がある場合は、間隔を月で入力します。', 'audit_warning_days' => '監査警告しきい値', 'audit_warning_days_help' => '資産の監査期限は何日前に警告する必要がありますか?', - 'auto_increment_assets' => '資産IDを自動採番で生成', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'プレフィクス (オプション)', - 'auto_incrementing_help' => 'この初期値を使って資産IDの自動採番を有効化', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'バックアップ', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/ja/mail.php b/resources/lang/ja/mail.php index 297dfbb411..84e9fd4919 100644 --- a/resources/lang/ja/mail.php +++ b/resources/lang/ja/mail.php @@ -1,6 +1,6 @@ 'ユーザーがアイテムリクエストをキャンセルしました。', 'a_user_requested' => 'ユーザーがアイテムをリクエストしています', 'accessory_name' => '付属品名:', @@ -59,7 +59,7 @@ return array( 'test_mail_text' => 'これはSnipe-IT資産管理システムのテストです。あなたがこれを読めているなら、メール機能は動作しています:)', 'the_following_item' => '次の項目がチェックインされています: ', 'low_inventory_alert' => '最小在庫を下回っているか、すぐに少なくなる :count のアイテムがあります。', - 'assets_warrantee_alert' => ':threshold 日後に:count の資産の保証期間が終了します。', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => ':threshold 日後に:count ライセンスが失効します。', 'to_reset' => 'パスワードをリセットするには、: web のフォームを完了します:', 'type' => 'タイプ', @@ -75,5 +75,5 @@ return array( 'Expected_Checkin_Report' => 'Expected asset checkin report', 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching', 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date', - 'your_assets' => 'あなたの資産を表示' -); + 'your_assets' => 'あなたの資産を表示', +]; diff --git a/resources/lang/ja/pagination.php b/resources/lang/ja/pagination.php index ef46643d6c..57e5dea529 100644 --- a/resources/lang/ja/pagination.php +++ b/resources/lang/ja/pagination.php @@ -1,6 +1,6 @@ '次へ »', -]; +); diff --git a/resources/lang/ja/reminders.php b/resources/lang/ja/reminders.php index c975978fd0..64d31d2790 100644 --- a/resources/lang/ja/reminders.php +++ b/resources/lang/ja/reminders.php @@ -1,6 +1,6 @@ 'パスワードは6文字以上および確認用と一致する必要があります。', + "password" => "パスワードは6文字以上および確認用と一致する必要があります。", - 'user' => 'ユーザー名またはメールアドレスが不正です。', + "user" => "ユーザー名またはメールアドレスが不正です。", - 'token' => 'パスワードリセットのトークンが不正です。', + "token" => "パスワードリセットのトークンが不正です。", - 'sent' => 'メールアドレスが一致した場合、パスワードリマインダーが送信されます!', + "sent" => "メールアドレスが一致した場合、パスワードリマインダーが送信されます!", -]; +); diff --git a/resources/lang/ja/table.php b/resources/lang/ja/table.php index cc8b438f11..63176ae638 100644 --- a/resources/lang/ja/table.php +++ b/resources/lang/ja/table.php @@ -1,10 +1,10 @@ 'アクション', 'action' => 'アクション', 'by' => '実行者', 'item' => '品目', -]; +); diff --git a/resources/lang/ja/validation.php b/resources/lang/ja/validation.php index 73ef0a577f..8e074bdb2f 100644 --- a/resources/lang/ja/validation.php +++ b/resources/lang/ja/validation.php @@ -1,6 +1,6 @@ ':attribute は、少なくとも :min 文字以上にして下さい。', 'array' => ':attribute は少なくとも :min 以上にして下さい。', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => '選択された :attribute は不正です。', 'numeric' => ':attribute は数字にして下さい。', 'present' => ':attribute フィールドは必須です。', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute は、取得済みです。', 'uploaded' => ':attribute のアップロードに失敗しました。', 'url' => ':attribute フォーマットが不正です。', - "unique_undeleted" => ":attribute は 一意の値である必要があります。", - "non_circular" => ":attribute は、循環参照を作成してはいけません。", + 'unique_undeleted' => ':attribute は 一意の値である必要があります。', + 'non_circular' => ':attribute は、循環参照を作成してはいけません。', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => ":attribute フィールドに、禁止文字列が含まれています。", - "email_array" => "1 つまたは複数の電子メール アドレスが無効です。", - "hashed_pass" => "現在のパスワードが正しくありません。", + 'alpha_space' => ':attribute フィールドに、禁止文字列が含まれています。', + 'email_array' => '1 つまたは複数の電子メール アドレスが無効です。', + 'hashed_pass' => '現在のパスワードが正しくありません。', 'dumbpwd' => 'そのパスワードはあまりにも脆弱です。', - "statuslabel_type" => "有効なステータスラベルの種類を選択する必要があります。", + 'statuslabel_type' => '有効なステータスラベルの種類を選択する必要があります。', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/ko/admin/accessories/general.php b/resources/lang/ko/admin/accessories/general.php index 5f3f2149e7..806be16f01 100644 --- a/resources/lang/ko/admin/accessories/general.php +++ b/resources/lang/ko/admin/accessories/general.php @@ -1,6 +1,6 @@ '부속품 분류', 'accessory_name' => '부속품 명', 'checkout' => '부속품 반출', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => '대체 기본 사용권 계약서를 사용합니다.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/ko/admin/custom_fields/message.php b/resources/lang/ko/admin/custom_fields/message.php
index cdc2bf2233..60683c4f7d 100644
--- a/resources/lang/ko/admin/custom_fields/message.php
+++ b/resources/lang/ko/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => '그 항목은 없습니다.',
'already_added' => '이미 추가한 항목입니다.',
- 'create' => [
+ 'create' => array(
'error' => '항목을 생성하지 못했습니다. 재시도해 주십시오.',
'success' => '항목을 생성했습니다.',
- 'assoc_success' => '항목세트에 항목을 추가했습니다.',
- ],
+ 'assoc_success' => '항목세트에 항목을 추가했습니다.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => '항목을 생성하지 못했습니다. 재시도해 주십시오.',
- 'success' => '항목을 갱신했습니다.',
- ],
+ 'success' => '항목을 갱신했습니다.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '이 항목을 삭제하는 것이 맞습니까?',
'error' => '항목 삭제 도중에 이슈가 발생했습니다. 재시도해 주십시오.',
'success' => '항목을 삭제했습니다.',
'in_use' => '아직까지 항목을 사용하고 있습니다.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => '항목세트가 존재하지 않습니다',
- 'create' => [
+ 'create' => array(
'error' => '항목세트를 만들지 못했습니다. 재시도해 주십시오.',
- 'success' => '항목세트를 생성했습니다.',
- ],
+ 'success' => '항목세트를 생성했습니다.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => '항목세트를 갱신하지 못했습니다. 재시도해 주십시오.',
- 'success' => '항목세트를 갱신했습니다.',
- ],
+ 'success' => '항목세트를 갱신했습니다.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '이 항목세트를 삭제하는 것이 맞습니까?',
'error' => '항목세트 삭제 도중에 이슈가 발생했습니다. 재시도해 주십시오.',
'success' => '항목세트를 삭제했습니다.',
'in_use' => '항목세트를 사용 중입니다.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/ko/admin/departments/message.php b/resources/lang/ko/admin/departments/message.php
index e8775c1324..61b41e7956 100644
--- a/resources/lang/ko/admin/departments/message.php
+++ b/resources/lang/ko/admin/departments/message.php
@@ -1,21 +1,21 @@
'부서가 존재하지 않습니다.',
'assoc_users' => '이 부서는 현재 적어도 한명의 사용자와 연결되어 있어서 삭제할 수 없습니다. 사용자가 더 이상 이 부서를 참조하지 않게 갱신하고 다시 시도해주세요. ',
- 'create' => [
+ 'create' => array(
'error' => '부서가 생성되지 않았습니다. 다시 시도해 주세요.',
- 'success' => '부서가 생성되었습니다.',
- ],
- 'update' => [
+ 'success' => '부서가 생성되었습니다.'
+ ),
+ 'update' => array(
'error' => '부서가 갱신되지 않았습니다. 다시 시도해 주세요.',
- 'success' => '부서가 갱신되었습니다.',
- ],
- 'delete' => [
+ 'success' => '부서가 갱신되었습니다.'
+ ),
+ 'delete' => array(
'confirm' => '이 부서를 삭제하시겠습니까?',
'error' => '부서를 삭제하는 중 문제가 발생했습니다. 다시 시도해 주세요.',
- 'success' => '부서가 삭제되었습니다.',
- ],
+ 'success' => '부서가 삭제되었습니다.'
+ )
-];
+);
diff --git a/resources/lang/ko/admin/departments/table.php b/resources/lang/ko/admin/departments/table.php
index 8354cc9e0c..824cb5f926 100644
--- a/resources/lang/ko/admin/departments/table.php
+++ b/resources/lang/ko/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => '부서 명',
@@ -8,4 +8,4 @@ return [
'location' => '위치',
'create' => '부서 생성',
'update' => '부서 갱신',
- ];
+ );
diff --git a/resources/lang/ko/admin/depreciations/general.php b/resources/lang/ko/admin/depreciations/general.php
index f2d4497848..63ee305432 100644
--- a/resources/lang/ko/admin/depreciations/general.php
+++ b/resources/lang/ko/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => '자산 감가 상각',
'create' => '감가 상각 생성',
'depreciation_name' => '감가 상각 명',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => '개월 수',
'update' => '감가 상각 갱신',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => '감가상각 완료 후 최소 가치',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/ko/admin/depreciations/message.php b/resources/lang/ko/admin/depreciations/message.php
index 814ddd0224..795715d552 100644
--- a/resources/lang/ko/admin/depreciations/message.php
+++ b/resources/lang/ko/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'감가 상각 등급이 존재하지 않습니다.',
'assoc_users' => '이 감가 상각은 현재 하나 이상의 모델들에 연결되어 있습니다. 모델들을 삭제하고, 다시 삭제해 주세요. ',
- 'create' => [
+
+ 'create' => array(
'error' => '감가 상각 등급이 생성되지 않았습니다. 다시 시도해 주세요. :(',
- 'success' => '감가 상각 등급이 생성되었습니다. :)',
- ],
+ 'success' => '감가 상각 등급이 생성되었습니다. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => '감가 상각 등급이 갱신되지 않았습니다. 다시 시도해 주세요.',
- 'success' => '감가 상각 등급이 갱신 되었습니다.',
- ],
+ 'success' => '감가 상각 등급이 갱신 되었습니다.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '이 감가 상각 등급을 삭제 하시겠습니까?',
'error' => '감가 상각 등급 삭제 중 문제가 발생했습니다. 다시 시도해 주세요.',
- 'success' => '감가 상각 등급이 삭제되었습니다.',
- ],
+ 'success' => '감가 상각 등급이 삭제되었습니다.'
+ )
-];
+);
diff --git a/resources/lang/ko/admin/depreciations/table.php b/resources/lang/ko/admin/depreciations/table.php
index b2f4b9b14e..6b41882793 100644
--- a/resources/lang/ko/admin/depreciations/table.php
+++ b/resources/lang/ko/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => '개월',
'term' => '기간',
'title' => '이름 ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/ko/admin/groups/message.php b/resources/lang/ko/admin/groups/message.php
index 0386463e26..3a4221dd15 100644
--- a/resources/lang/ko/admin/groups/message.php
+++ b/resources/lang/ko/admin/groups/message.php
@@ -1,22 +1,22 @@
'그룹이 이미 존재합니다!',
'group_not_found' => '그룹 [:id]는 존재하지 않습니다.',
'group_name_required' => '이름 항목을 입력해주세요.',
- 'success' => [
+ 'success' => array(
'create' => '그룹이 생성되었습니다.',
'update' => '그룹이 갱신되었습니다.',
'delete' => '그룹이 삭제되었습니다.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '이 그룹을 삭제 하시겠습니까?',
'create' => '그룹을 생성하는 중 문제가 발생했습니다. 다시 시도해 주세요.',
'update' => '그룹을 갱신하는 중 오류가 발생했습니다. 다시 시도해 주세요.',
'delete' => '그룹을 삭제하는 중 문제가 발생했습니다. 다시 시도해 주세요.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/ko/admin/groups/table.php b/resources/lang/ko/admin/groups/table.php
index a5160b4762..d58e6b2ae1 100644
--- a/resources/lang/ko/admin/groups/table.php
+++ b/resources/lang/ko/admin/groups/table.php
@@ -1,9 +1,9 @@
'아이디',
'name' => '이름',
'users' => '사용자 # 명',
-];
+);
diff --git a/resources/lang/ko/admin/groups/titles.php b/resources/lang/ko/admin/groups/titles.php
index 3fc1750afd..a912e313cc 100644
--- a/resources/lang/ko/admin/groups/titles.php
+++ b/resources/lang/ko/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => '그룹 관리자',
'allow' => '허용',
'deny' => '거부',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/ko/admin/hardware/form.php b/resources/lang/ko/admin/hardware/form.php
index 0d6bd46d04..8f1bebb6ee 100644
--- a/resources/lang/ko/admin/hardware/form.php
+++ b/resources/lang/ko/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => '보증',
'warranty_expires' => '보증 만료일',
'years' => '년',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/ko/admin/hardware/general.php b/resources/lang/ko/admin/hardware/general.php
index cbd03e8455..d0ca5e3deb 100644
--- a/resources/lang/ko/admin/hardware/general.php
+++ b/resources/lang/ko/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => '모델이 삭제되었습니다. 자산을 복원하기 전에 모델을 복원해야 합니다.',
'requestable' => '요청가능',
'requested' => '요청됨',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => '자산 복원',
'pending' => '대기중',
'undeployable' => '사용불가',
'view' => '자산 보기',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/ko/admin/hardware/message.php b/resources/lang/ko/admin/hardware/message.php index 1175b2762a..1135e5ce34 100644 --- a/resources/lang/ko/admin/hardware/message.php +++ b/resources/lang/ko/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => '경고: 이 자산은 현재 사용불가 상태입니다. 이 상태를 변경하시려면, 자산 상태를 갱신하세요.', 'does_not_exist' => '자산이 존재하지 않습니다.', - 'does_not_exist_or_not_requestable' => '좋은 시도지만, 그 자산은 존재하지 않거나 요청가능하지 않습니다.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => '이 자산은 현재 사용자에게 반출 중이어서 삭제 할 수 없습니다. 먼저 자산을 확인해 보고 다시 삭제를 시도해 주세요. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => '자산 감사가 성공적으로 기록되었습니다.', ], + 'deletefile' => [ 'error' => '파일이 삭제되지 않았습니다. 다시 시도해 주세요.', 'success' => '파일이 삭제되었습니다.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => '파일을 삭제할 수 없습니다', ], + 'delete' => [ 'confirm' => '이 자산을 삭제하시겠습니까?', 'error' => '그룹을 삭제하는 중 문제가 발생했습니다. 다시 시도해 주세요.', diff --git a/resources/lang/ko/admin/hardware/table.php b/resources/lang/ko/admin/hardware/table.php index f1b7c832f4..0d73632b54 100644 --- a/resources/lang/ko/admin/hardware/table.php +++ b/resources/lang/ko/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => '자산 태그', 'asset_model' => '모델', - 'book_value' => '가치', + 'book_value' => 'Current Value', 'change' => '입/출', 'checkout_date' => '반출 일자', 'checkoutto' => '반출 확인', + 'current_value' => 'Current Value', 'diff' => '차액', 'dl_csv' => 'CSV로 내려받기', 'eol' => '폐기일', @@ -18,8 +19,12 @@ return [ 'serial' => '일련번호', 'status' => '상태', 'title' => '자산 ', - 'image' => '장비 사진', + 'image' => '장비 사진', 'days_without_acceptance' => '미 승인 기간', 'monthly_depreciation' => '월간 감가상각', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/ko/admin/kits/general.php b/resources/lang/ko/admin/kits/general.php index c7f123dd76..04574c776b 100644 --- a/resources/lang/ko/admin/kits/general.php +++ b/resources/lang/ko/admin/kits/general.php @@ -4,14 +4,47 @@ return [ 'about_kits_title' => '사전 정의 도구들', 'about_kits_text' => '미리 정의된 키트를 사용하여 사용자에게 아이템(자산, 라이센스 등) 컬렉션을 신속하게 체크아웃할 수 있습니다. 이 기능은 온보드 프로세스가 여러 사용자 간에 일관되고 모든 사용자가 동일한 항목을 수신할 때 유용합니다.', 'checkout' => '체크 아웃 키트', - 'create_success' => 'Kit was successfully created.', - 'create' => 'Create Predefined Kit', - 'update' => 'Update Predefined Kit', - 'delete_success' => 'Kit was successfully deleted.', - 'update_success' => 'Kit was successfully updated.', - 'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ', - 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', - 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', - 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'create_success' => '키트가 생성되었습니다.', + 'create' => '사전 정의된 키트 생성', + 'update' => '사전 정의된 키트 업데이트', + 'delete_success' => '키트가 삭제되었습니다.', + 'update_success' => '키트가 생성되었습니다.', + 'none_models' => ':model 자산을 반출할 수 없습니다 : 수량 부족, :qty 개 가 필요합니다.', + 'none_licenses' => ':license 라이센스를 반출할 수 없습니다 : 수량 부족, :qty 개 가 필요합니다.', + 'none_consumables' => ':consumable 소모품을 반출할 수 없습니다 : 수량 부족, :qty 개 가 필요합니다.', + 'none_accessory' => ':accessory 부속품을 반출할 수 없습니다 : 수량 부족, :qty 개 가 필요합니다. ', + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/ko/admin/licenses/form.php b/resources/lang/ko/admin/licenses/form.php index ca7789fdcb..47584ab185 100644 --- a/resources/lang/ko/admin/licenses/form.php +++ b/resources/lang/ko/admin/licenses/form.php @@ -1,6 +1,6 @@ '자산', 'checkin' => '반입', @@ -18,5 +18,5 @@ return [ 'to_email' => '라이선스 메일 주소', 'to_name' => '라이선스 발급자', 'update' => '라이선스 갱신', - 'checkout_help' => '하드웨어 자산이나 개인에게서 라이선스를 확인을 해야 합니다. 둘 다 선택할 수 있지만, 자산 반출 시마다 자산의 소유자와 개인이 일치하는지 확인을 해야 합니다.', -]; + 'checkout_help' => '하드웨어 자산이나 개인에게서 라이선스를 확인을 해야 합니다. 둘 다 선택할 수 있지만, 자산 반출 시마다 자산의 소유자와 개인이 일치하는지 확인을 해야 합니다.' +); diff --git a/resources/lang/ko/admin/licenses/general.php b/resources/lang/ko/admin/licenses/general.php index e37ce5fdbd..b1b7f34cce 100644 --- a/resources/lang/ko/admin/licenses/general.php +++ b/resources/lang/ko/admin/licenses/general.php @@ -1,6 +1,6 @@ '라이선스 란', 'about_licenses' => '라이선스는 소프트웨어를 추적하는데 사용됩니다. 개인에게 반출 할 수 있는 수량이 정의되어 있습니다', 'checkin' => '라이선스 Seat 확인', @@ -18,4 +18,4 @@ return [ 'software_licenses' => '소프트웨어 라이선스', 'user' => '사용자', 'view' => '라이선스 보기', -]; +); diff --git a/resources/lang/ko/admin/licenses/message.php b/resources/lang/ko/admin/licenses/message.php index c3ec76b4bd..a98f9a3e63 100644 --- a/resources/lang/ko/admin/licenses/message.php +++ b/resources/lang/ko/admin/licenses/message.php @@ -1,6 +1,6 @@ '라이선스가 존재하지 않습니다.', 'user_does_not_exist' => '사용자가 존재하지 않습니다.', @@ -8,44 +8,45 @@ return [ 'owner_doesnt_match_asset' => '이 라이센스와 연결하려고하는 자산은 드롭 다운 목록에서 선택한 사람이 아닌 다른 누군가가 소유하고 있습니다.', 'assoc_users' => '이 자산은 현재 사용자에게 반출 중이어서 삭제 할 수 없습니다. 먼저 자산을 확인해 보고 다시 삭제를 시도해 주세요. ', 'select_asset_or_person' => '애셋이나 사용자 중 하나만 선택해야하며 둘 다 선택할 수는 없습니다.', - 'not_found' => 'License not found', + 'not_found' => '라이센스를 찾을 수 없음', - 'create' => [ + + 'create' => array( 'error' => '라이선스가 생성되지 않았습니다. 다시 시도해 주세요.', - 'success' => '라이선스가 생성되었습니다.', - ], + 'success' => '라이선스가 생성되었습니다.' + ), - 'deletefile' => [ + 'deletefile' => array( 'error' => '파일이 삭제되지 않았습니다. 다시 시도해 주세요.', 'success' => '파일이 삭제되었습니다.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => '파일(들)이 업로드 되지 않았습니다. 다시 시도해 주세요.', 'success' => '파일(들)이 업로드 되었습니다.', 'nofiles' => '업로드 하기 위한 파일이 선택되지 않았거나, 업로드 할 파일이 너무 큽니다.', 'invalidfiles' => '하나 이상의 파일이 너무 크거나 허용되지 않는 형식입니다. 허용되는 형식은 png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, lic 입니다.', - ], + ), - 'update' => [ + 'update' => array( 'error' => '라이선스가 갱신되지 않았습니다. 다시 시도해 주세요.', - 'success' => '라이선스가 갱신되었습니다.', - ], + 'success' => '라이선스가 갱신되었습니다.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '이 라이선스를 삭제하시겠습니까?', 'error' => '라이선스 삭제 중 문제가 발생했습니다. 다시 시도해 주세요.', - 'success' => '라이선스가 삭제되었습니다.', - ], + 'success' => '라이선스가 삭제되었습니다.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => '라이선스 반출 중 문제가 발생했습니다. 다시 시도해 주세요.', - 'success' => '라이선스가 반출 되었습니다.', - ], + 'success' => '라이선스가 반출 되었습니다.' + ), - 'checkin' => [ + 'checkin' => array( 'error' => '라이선스 반입 중 문제가 발생했습니다. 다시 시도해 주세요.', - 'success' => '라이선스가 반입 되었습니다.', - ], + 'success' => '라이선스가 반입 되었습니다.' + ), -]; +); diff --git a/resources/lang/ko/admin/licenses/table.php b/resources/lang/ko/admin/licenses/table.php index 74c32436c6..e2e065b82e 100644 --- a/resources/lang/ko/admin/licenses/table.php +++ b/resources/lang/ko/admin/licenses/table.php @@ -1,6 +1,6 @@ '사용자', 'checkout' => '입/출', @@ -14,4 +14,4 @@ return [ 'serial' => '일련번호', 'title' => '라이선스', -]; +); diff --git a/resources/lang/ko/admin/locations/message.php b/resources/lang/ko/admin/locations/message.php index 5cb038e77f..f558a9500c 100644 --- a/resources/lang/ko/admin/locations/message.php +++ b/resources/lang/ko/admin/locations/message.php @@ -1,26 +1,27 @@ '장소가 존재하지 않습니다.', 'assoc_users' => '이 장소는 현재 적어도 한명의 사용자와 연결되어 있어서 삭제할 수 없습니다. 사용자가 더 이상 이 장소를 참조하지 않게 갱신하고 다시 시도해주세요. ', 'assoc_assets' => '이 장소는 현재 적어도 한명의 사용자와 연결되어 있어서 삭제할 수 없습니다. 사용자가 더 이상 이 장소를 참조하지 않게 갱신하고 다시 시도해주세요. ', 'assoc_child_loc' => '이 장소는 현재 하나 이상의 하위 장소를 가지고 있기에 삭제 할 수 없습니다. 이 장소의 참조를 수정하고 다시 시도해 주세요. ', - 'create' => [ + + 'create' => array( 'error' => '장소가 생성되지 않았습니다. 다시 시도해 주세요.', - 'success' => '장소가 생성되었습니다.', - ], + 'success' => '장소가 생성되었습니다.' + ), - 'update' => [ + 'update' => array( 'error' => '장소가 갱신되지 않았습니다. 다시 시도해 주세요.', - 'success' => '장소가 갱신되었습니다.', - ], + 'success' => '장소가 갱신되었습니다.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '이 장소를 삭제하시겠습니까?', 'error' => '장소 삭제 중에 문제가 발생했습니다. 다시 시도해 주세요.', - 'success' => '장소가 삭제되었습니다.', - ], + 'success' => '장소가 삭제되었습니다.' + ) -]; +); diff --git a/resources/lang/ko/admin/locations/table.php b/resources/lang/ko/admin/locations/table.php index 994f215d0a..5c52ba2fd0 100644 --- a/resources/lang/ko/admin/locations/table.php +++ b/resources/lang/ko/admin/locations/table.php @@ -11,8 +11,8 @@ return [ 'country' => '국가명', 'create' => '장소 생성', 'update' => '장소 갱신', - 'print_assigned' => 'Print Assigned', - 'print_all_assigned' => 'Print All Assigned', + 'print_assigned' => '할당된 항목 인쇄', + 'print_all_assigned' => '할당된 항목 모두 인쇄', 'name' => '장소 명', 'address' => '주소', 'zip' => '우편번호', @@ -20,4 +20,21 @@ return [ 'parent' => '상위', 'currency' => '현지 통화', 'ldap_ou' => 'LDAP 검색 OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/ko/admin/manufacturers/message.php b/resources/lang/ko/admin/manufacturers/message.php index cc2818dbc4..dcfc3918c5 100644 --- a/resources/lang/ko/admin/manufacturers/message.php +++ b/resources/lang/ko/admin/manufacturers/message.php @@ -1,29 +1,29 @@ '제조업체가 존재하지 않습니다.', 'assoc_users' => '이 제조업체는 현재 적어도 하나의 모델에 연결되어 있기에 삭제 할 수 없습니다. 이 제조업체가 모델을 참조 하지 않게 수정하고 다시 시도 해 보세요. ', - 'create' => [ + 'create' => array( 'error' => '제조업체가 생성되지 않았습니다. 다시 시도해 주세요.', - 'success' => '제조업체가 생성되었습니다.', - ], + 'success' => '제조업체가 생성되었습니다.' + ), - 'update' => [ + 'update' => array( 'error' => '제조업체가 갱신되지 않았습니다. 다시 시도해 주세요.', - 'success' => '제조업체가 갱신되었습니다.', - ], + 'success' => '제조업체가 갱신되었습니다.' + ), - 'restore' => [ + 'restore' => array( 'error' => '제조업체가 복원되지 않았습니다. 다시 시도해 주세요', - 'success' => '제조업체가 복원되었습니다.', - ], + 'success' => '제조업체가 복원되었습니다.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '이 제조업체를 삭제하시겠습니까?', 'error' => '제조업체를 삭제하는 중에 문제가 생겼습니다. 다시 시도해 주세요.', - 'success' => '제조업체가 삭제되었습니다.', - ], + 'success' => '제조업체가 삭제되었습니다.' + ) -]; +); diff --git a/resources/lang/ko/admin/manufacturers/table.php b/resources/lang/ko/admin/manufacturers/table.php index 3760c12bdd..84e08c54e2 100644 --- a/resources/lang/ko/admin/manufacturers/table.php +++ b/resources/lang/ko/admin/manufacturers/table.php @@ -1,6 +1,6 @@ '제조업체 란', 'about_manufacturers_text' => '생산자는 당신의 자산들을 생산한 회사들입니다. 여기에 자산 상세 페이지에 나타날, 그들에 대한 중요한 지원 연락처 정보를 저장 할 수 있습니다.', 'asset_manufacturers' => '자산 제조업체', @@ -13,4 +13,4 @@ return [ 'update' => '제조업체 갱신', 'url' => 'URL', -]; +); diff --git a/resources/lang/ko/admin/models/general.php b/resources/lang/ko/admin/models/general.php index 5a34d865ed..bc10d14034 100644 --- a/resources/lang/ko/admin/models/general.php +++ b/resources/lang/ko/admin/models/general.php @@ -1,6 +1,6 @@ '자산 모델이란', 'about_models_text' => '자산 모델은 동일한 자산들을 그룹화 하는 방법입니다. "MBP 2013", "IPhone 6들", 등등.', 'deleted' => '모델이 삭제되었습니다.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => '다음을 삭제하려 합니다:model_count asset models.', 'restore' => '모델 복원', 'requestable' => '사용자가 이 모델을 요청하실 수 있습니다', - 'show_mac_address' => '이 모델의 자산에서 MAC 어드레스 항목 보기', + 'show_mac_address' => '이 모델의 자산에서 MAC 어드레스 항목 보기', 'view_deleted' => '삭제 목록 보기', 'view_models' => '모델 보기', 'fieldset' => '항목세트', 'no_custom_field' => '사용자 정의 항목 없음', 'add_default_values' => '기본값 추가', -]; +); diff --git a/resources/lang/ko/admin/models/message.php b/resources/lang/ko/admin/models/message.php index a59491c53b..3d34950de6 100644 --- a/resources/lang/ko/admin/models/message.php +++ b/resources/lang/ko/admin/models/message.php @@ -1,41 +1,42 @@ '모델이 존재하지 않습니다.', 'assoc_users' => '이 모델은 현재 하나 이상의 자산들과 연결되어 있기에 삭제 할 수 없습니다. 자산들을 삭제하고 다시 삭제하길 시도하세요. ', - 'create' => [ + + 'create' => array( 'error' => '모델이 생성되지 않았습니다. 다시 시도하세요.', 'success' => '모델이 생성되었습니다.', 'duplicate_set' => '이름, 제조사 그리고 모델 번호가 같은 자산 모델이 존재합니다.', - ], + ), - 'update' => [ + 'update' => array( 'error' => '모델이 갱신되지 않았습니다. 다시 시도하세요.', - 'success' => '모델이 갱신되었습니다.', - ], + 'success' => '모델이 갱신되었습니다.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '이 자산 모델을 삭제 하시겠습니까?', 'error' => '모델을 삭제하는 중 문제가 발생했습니다. 다시 시도해 주세요.', - 'success' => '모델이 삭제되었습니다.', - ], + 'success' => '모델이 삭제되었습니다.' + ), - 'restore' => [ + 'restore' => array( 'error' => '모델이 복원되지 않았습니다. 다시 시도해 주세요.', - 'success' => '모델이 복원되었습니다.', - ], + 'success' => '모델이 복원되었습니다.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => '변경된 항목이 없어서, 갱신되지 않습니다.', - 'success' => '모델 갱신됨.', - ], + 'success' => '모델 갱신됨.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => '선택된 모델이 없기에, 삭제되지 않습니다.', 'success' => ': success_count 모델이 삭제되었습니다!', - 'success_partial' => ': success_count개의 모델이 삭제되었지만, fail_count 개는 관련된 자산이 있기에 삭제할 수 없습니다.', - ], + 'success_partial' => ': success_count개의 모델이 삭제되었지만, fail_count 개는 관련된 자산이 있기에 삭제할 수 없습니다.' + ), -]; +); diff --git a/resources/lang/ko/admin/models/table.php b/resources/lang/ko/admin/models/table.php index 11445f9e26..18b09d3573 100644 --- a/resources/lang/ko/admin/models/table.php +++ b/resources/lang/ko/admin/models/table.php @@ -1,6 +1,6 @@ '자산 모델 생성', 'created_at' => '생성 위치', @@ -14,4 +14,4 @@ return [ 'update' => '자산 모델 갱신', 'clone' => '모델 복제', 'edit' => '모델 편집', -]; +); diff --git a/resources/lang/ko/admin/reports/general.php b/resources/lang/ko/admin/reports/general.php index 928cb92c49..e6e4015caf 100644 --- a/resources/lang/ko/admin/reports/general.php +++ b/resources/lang/ko/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => '자산 보고서의 옵션을 선택해 주세요.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/ko/admin/reports/message.php b/resources/lang/ko/admin/reports/message.php index b5666a2b5c..1f93029d3d 100644 --- a/resources/lang/ko/admin/reports/message.php +++ b/resources/lang/ko/admin/reports/message.php @@ -1,5 +1,5 @@ '적어도 옵션 하나는 선택해 주세요.', -]; +return array( + 'error' => '적어도 옵션 하나는 선택해 주세요.' +); diff --git a/resources/lang/ko/admin/settings/general.php b/resources/lang/ko/admin/settings/general.php index e4ff1b7641..2af31f3e62 100644 --- a/resources/lang/ko/admin/settings/general.php +++ b/resources/lang/ko/admin/settings/general.php @@ -4,30 +4,39 @@ return [ 'ad' => 'Active Directory', 'ad_domain' => 'Active Directory 도메인', 'ad_domain_help' => '이것은 보통은 당신의 이메일 주소와 같지만, 항상 같지는 않습니다.', - 'ad_append_domain_label' => 'Append domain name', - 'ad_append_domain' => 'Append domain name to username field', - 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".', + 'ad_append_domain_label' => '도메인 추가', + 'ad_append_domain' => 'username 필드에 도메인 추가', + 'ad_append_domain_help' => '사용자는 "username@domain.local" 꼴로 입력할 필요가 없으며 "username"만 입력하면 됩니다.', 'admin_cc_email' => '참조 이메일', 'admin_cc_email_help' => '사용자에게 보낸 반입/반출 이메일 사본을 추가 이메일 계정으로 보내려면, 여기에 입력하세요. 그렇지 않으면 이 필드를 비워 두세요.', 'is_ad' => '이것은 액티브 디렉토리 서버입니다.', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => '알림 전송', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => '알림 사용', 'alert_interval' => '(일자) 최대값 만료 알림', 'alert_inv_threshold' => '재고 알림 최대값', - 'allow_user_skin' => 'Allow user skin', - 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.', + 'allow_user_skin' => '유저 스킨 허용', + 'allow_user_skin_help_text' => '이 항목을 선택하면 사용자가 다른 UI 스킨을 다른 스킨으로 변경하는 것을 허용합니다.', 'asset_ids' => '자산 ID', 'audit_interval' => '감사 간격', 'audit_interval_help' => '자산을 정기적으로 물리적인 감사를 해야하는 경우, 간격을 개월 단위로 입력하십시오.', 'audit_warning_days' => '감사 경고 임계값', 'audit_warning_days_help' => '자산 회계 감사가 예정되어 있을 때 몇 일 전에 경고할까요?', - 'auto_increment_assets' => '자동-증가 자산 ID 생성', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => '접두사 (부가적)', - 'auto_incrementing_help' => '이 것을 설정하려면 자동-증가 자산 ID 사용을 하세요.', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => '예비품', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/ko/help.php b/resources/lang/ko/help.php index ac0df59422..a866ab0a78 100644 --- a/resources/lang/ko/help.php +++ b/resources/lang/ko/help.php @@ -13,7 +13,7 @@ return [ | */ - 'more_info_title' => 'More Info', + 'more_info_title' => '자세한 정보', 'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log. :db_column
but should be :expected .'
];
diff --git a/resources/lang/lt/admin/custom_fields/message.php b/resources/lang/lt/admin/custom_fields/message.php
index 46b8855202..dd4b7439bb 100644
--- a/resources/lang/lt/admin/custom_fields/message.php
+++ b/resources/lang/lt/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Laukelis neegzistuoja.',
'already_added' => 'Laukelis jau pridėtas',
- 'create' => [
+ 'create' => array(
'error' => 'Laukelis nebuvo sukurtas. Prašome bandyti dar kartą.',
'success' => 'Laukelis sukurtas sėkmingai.',
- 'assoc_success' => 'Laukelis sėkmingai pridėtas į laukų grupę.',
- ],
+ 'assoc_success' => 'Laukelis sėkmingai pridėtas į laukų grupę.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Laukelis nebuvo atnaujintas, prašome bandykite dar kartą',
- 'success' => 'Laukelis atnaujintas sėkmingai.',
- ],
+ 'success' => 'Laukelis atnaujintas sėkmingai.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Ar esate tikri jog norite pašalinti šį laukelį?',
'error' => 'Nepavyko ištrinti laukelio. Prašome bandykite dar kartą.',
'success' => 'Laukelis buvo sėkmingas ištrintas.',
'in_use' => 'Laukelis naudojamas.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset neegzistuoja',
- 'create' => [
+ 'create' => array(
'error' => 'Laukelis nebuvo sukurtas. Prašome bandyti dar kartą.',
- 'success' => 'Laukų grupė sukurta sėkmingai.',
- ],
+ 'success' => 'Laukų grupė sukurta sėkmingai.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Laukų grupė nebuvo atnaujinta. Prašome bandyti dar kartą',
- 'success' => 'Laukų grupė atnaujinta sėkmingai.',
- ],
+ 'success' => 'Laukų grupė atnaujinta sėkmingai.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Ar esate tikri jog norite pašalinti šią lankų grupę?',
'error' => 'Klaida bandant ištrinti laukų grupę. Prašome bandykite dar kartą.',
'success' => 'Laukų grupė ištrinta sėkmingai.',
'in_use' => 'Laukų grupė vis dar naudojama.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/lt/admin/departments/message.php b/resources/lang/lt/admin/departments/message.php
index bdfc92afce..bb7ef0d830 100644
--- a/resources/lang/lt/admin/departments/message.php
+++ b/resources/lang/lt/admin/departments/message.php
@@ -1,21 +1,21 @@
'Departamentas neegzistuoja.',
'assoc_users' => 'Šis skyrius šiuo metu yra susijęs su bent vienu naudotoju ir jo negalima ištrinti. Prašome atnaujinti savo naudotojus, kad jie daugiau nebenumatytų šio skyriaus ir bandytų dar kartą.',
- 'create' => [
+ 'create' => array(
'error' => 'Departamentas nebuvo sukurtas, prašome pabandyti dar kartą.',
- 'success' => 'Departamentas sėkmingai sukūrė.',
- ],
- 'update' => [
+ 'success' => 'Departamentas sėkmingai sukūrė.'
+ ),
+ 'update' => array(
'error' => 'Departamentas nebuvo atnaujintas, bandykite dar kartą',
- 'success' => 'Departamentas sėkmingai atnaujintas.',
- ],
- 'delete' => [
+ 'success' => 'Departamentas sėkmingai atnaujintas.'
+ ),
+ 'delete' => array(
'confirm' => 'Ar tikrai norite ištrinti šį skyrių?',
'error' => 'Buvo pašalinta departamento problema. Prašau, pabandykite dar kartą.',
- 'success' => 'Departamentas sėkmingai ištrintas.',
- ],
+ 'success' => 'Departamentas sėkmingai ištrintas.'
+ )
-];
+);
diff --git a/resources/lang/lt/admin/departments/table.php b/resources/lang/lt/admin/departments/table.php
index 87064199a8..70d10e1c91 100644
--- a/resources/lang/lt/admin/departments/table.php
+++ b/resources/lang/lt/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Departamento pavadinimas',
@@ -8,4 +8,4 @@ return [
'location' => 'Vieta',
'create' => 'Sukurkite skyrių',
'update' => 'Atnaujinti departamentą',
- ];
+ );
diff --git a/resources/lang/lt/admin/depreciations/general.php b/resources/lang/lt/admin/depreciations/general.php
index 3aada18c1a..5db79cc407 100644
--- a/resources/lang/lt/admin/depreciations/general.php
+++ b/resources/lang/lt/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Irangos nusidėvėjimas',
'create' => 'Sukurkite nusidėvėjimą',
'depreciation_name' => 'Nusidėvėjimo pavadinimas',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Mėnesių skaičius',
'update' => 'Atnaujinti nusidėvėjimą',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/lt/admin/depreciations/message.php b/resources/lang/lt/admin/depreciations/message.php
index 122988f582..01e5ee1f8a 100644
--- a/resources/lang/lt/admin/depreciations/message.php
+++ b/resources/lang/lt/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Nėra tokios nusidėvėjimo klasės.',
'assoc_users' => 'Šis nusidėvėjimas šiuo metu susietas su vienu ar dagiau įrangos vienetų ir negali būti ištrintas. Prašome ištrinkite susietą įrangą, tuomet bandykite iš naujo. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Nusidėvėjimo grupė nebuvo sukurta, prašome badykite dar kartą. :(',
- 'success' => 'Nusidėvėjimo grupė sėkmingai sukurta. :)',
- ],
+ 'success' => 'Nusidėvėjimo grupė sėkmingai sukurta. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Nusidėvėjimo grupė nebuvo atnaujinta, prašome bandykite dar kartą',
- 'success' => 'Nusidėvėjimo grupė atnaujinta sėkmingai.',
- ],
+ 'success' => 'Nusidėvėjimo grupė atnaujinta sėkmingai.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Ar jūs tikrai norite ištrinti šią nusidėvėjimo grupę?',
'error' => 'Nepavyko ištrinti nsuidėvėjimo grupės.',
- 'success' => 'Nusidėvėjimo grupė buvo sėkmingai ištrinta.',
- ],
+ 'success' => 'Nusidėvėjimo grupė buvo sėkmingai ištrinta.'
+ )
-];
+);
diff --git a/resources/lang/lt/admin/depreciations/table.php b/resources/lang/lt/admin/depreciations/table.php
index a6eaf2c4da..422e03eaba 100644
--- a/resources/lang/lt/admin/depreciations/table.php
+++ b/resources/lang/lt/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Mėnesiai',
'term' => 'Laikotarpis',
'title' => 'Pavadinimas ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/lt/admin/groups/message.php b/resources/lang/lt/admin/groups/message.php
index 17dd0b9f87..0655ca13da 100644
--- a/resources/lang/lt/admin/groups/message.php
+++ b/resources/lang/lt/admin/groups/message.php
@@ -1,22 +1,22 @@
'Gruoė jau sukurta!',
'group_not_found' => 'Tokios [:id] grupės nėra.',
'group_name_required' => 'Laukelio pavadinimas privalomas',
- 'success' => [
+ 'success' => array(
'create' => 'Grupė sėkmingai sukurta.',
'update' => 'Grupė sėkmingai atnaujinta.',
'delete' => 'Grupė sėkmingai ištrinta.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Ar tikrai norite ištrinti šią grupę?',
'create' => 'Nepavyko sukurti grupės. Prašome bandykite dar kartą.',
'update' => 'Nepavyko atnaujinti grupės. Prašome bandykite dar kartą.',
'delete' => 'Nepavyko ištrinti grupės. Prašome bandykite dar kartą.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/lt/admin/groups/table.php b/resources/lang/lt/admin/groups/table.php
index 164af15622..e81468207a 100644
--- a/resources/lang/lt/admin/groups/table.php
+++ b/resources/lang/lt/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Pavadinimas',
'users' => 'Naudotojų skaičius',
-];
+);
diff --git a/resources/lang/lt/admin/groups/titles.php b/resources/lang/lt/admin/groups/titles.php
index f55d5448f7..d4843f7c38 100644
--- a/resources/lang/lt/admin/groups/titles.php
+++ b/resources/lang/lt/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Gruopės administratorius',
'allow' => 'Leisti',
'deny' => 'Neleisti',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/lt/admin/hardware/form.php b/resources/lang/lt/admin/hardware/form.php
index 1cc0d96c06..cd91e6dd3d 100644
--- a/resources/lang/lt/admin/hardware/form.php
+++ b/resources/lang/lt/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garantija',
'warranty_expires' => 'Garantija baigiasi',
'years' => 'metai',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/lt/admin/hardware/general.php b/resources/lang/lt/admin/hardware/general.php
index 31dc14fa9e..94ce341e14 100644
--- a/resources/lang/lt/admin/hardware/general.php
+++ b/resources/lang/lt/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Reiklaujamas',
'requested' => 'Užklausta',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Atkurti įrangą',
'pending' => 'Vykdoma',
'undeployable' => 'Negalimas naudoti',
'view' => 'Peržiūrėti įrangą',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/lt/admin/hardware/message.php b/resources/lang/lt/admin/hardware/message.php index f0d3b94ef8..83a3ef0729 100644 --- a/resources/lang/lt/admin/hardware/message.php +++ b/resources/lang/lt/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Dėmesio: Ši įranga pažymėta kaip negalima naudoti. Jei būklė pasikeitė, prašome atnaujinti įrangos būklę.', 'does_not_exist' => 'Tokios įrangos nėra.', - 'does_not_exist_or_not_requestable' => 'Tokios įrangos nėra arba jos negalima užklausti.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Ši įranga šiuo metu yra išduota naudotojui ir negali būti ištrinta. Prašome pirmiausia patikrinkite įrangą, tuomet bandykite ištrinti vėl. ', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Turto auditas sėkmingai registruotas.', ], + 'deletefile' => [ 'error' => 'Failas neištrintas. Prašome bandykite dar kartą.', 'success' => 'Failas sėkmingai ištrintas.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Nepavyko ištrinti failo', ], + 'delete' => [ 'confirm' => 'Ar jūs tikrai norite ištrinti šią įrangą?', 'error' => 'Nepavyko ištrinti įrangos. Prašome bandykite dar kartą.', diff --git a/resources/lang/lt/admin/hardware/table.php b/resources/lang/lt/admin/hardware/table.php index a602d373b3..e895b09c8a 100644 --- a/resources/lang/lt/admin/hardware/table.php +++ b/resources/lang/lt/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Įrangos kortelė', 'asset_model' => 'Modelis', - 'book_value' => 'Vertė', + 'book_value' => 'Current Value', 'change' => 'Priimta/Išduota', 'checkout_date' => 'Išdavimo data', 'checkoutto' => 'Išduota', + 'current_value' => 'Current Value', 'diff' => 'Skirtumas', 'dl_csv' => 'Atsisiųti CSV fromatu', 'eol' => 'Nurašymo data', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serijinis numeris', 'status' => 'Būklė', 'title' => 'Įranga ', - 'image' => 'Įrenginio nuotrauka', + 'image' => 'Įrenginio nuotrauka', 'days_without_acceptance' => 'Dienų skaičius be priėmimo', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/lt/admin/kits/general.php b/resources/lang/lt/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/lt/admin/kits/general.php +++ b/resources/lang/lt/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/lt/admin/licenses/form.php b/resources/lang/lt/admin/licenses/form.php index b54e61957d..a48bc4c451 100644 --- a/resources/lang/lt/admin/licenses/form.php +++ b/resources/lang/lt/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Įranga', 'checkin' => 'Pridėti', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Gauta licenzija el. paštu', 'to_name' => 'Licenzija išduota šiuo vardu', 'update' => 'Atnaujinta licenzija', - 'checkout_help' => 'Jūs turite išduoti licenziją įrangai arba asmeniui. Jūs galite pasirinkti abu, bet savininkas naudojantis įrangą turi sutapti su asmeniu, kuriam ši įranga perduodama.', -]; + 'checkout_help' => 'Jūs turite išduoti licenziją įrangai arba asmeniui. Jūs galite pasirinkti abu, bet savininkas naudojantis įrangą turi sutapti su asmeniu, kuriam ši įranga perduodama.' +); diff --git a/resources/lang/lt/admin/licenses/general.php b/resources/lang/lt/admin/licenses/general.php index d1d2a482f2..05375b7352 100644 --- a/resources/lang/lt/admin/licenses/general.php +++ b/resources/lang/lt/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Apie licencijas', 'about_licenses' => 'Licencijos naudojamos programinei įrangai stebėti. Jie turi tam tikrą skaičių vietų, kurias galima patikrinti asmenims', 'checkin' => 'Išduoti licenzijos prieigą', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Programinės įrangos licenzijos', 'user' => 'Naudotojas', 'view' => 'Peržiūrėti licenziją', -]; +); diff --git a/resources/lang/lt/admin/licenses/message.php b/resources/lang/lt/admin/licenses/message.php index 6b0f5251a2..2a63a77cb7 100644 --- a/resources/lang/lt/admin/licenses/message.php +++ b/resources/lang/lt/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Licenzijos nėra.', 'user_does_not_exist' => 'Naudotojo nėra.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Turite pasirinkti turtą arba naudotoją, bet ne abu.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Licenzija nesukurta, prašome bandykite dar kartą.', - 'success' => 'Licenzija sukurta.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Licenzija nesukurta, prašome bandykite dar kartą.', + 'success' => 'Licenzija sukurta.' + ), + + 'deletefile' => array( 'error' => 'Failas neištrintas. Prašome bandykite dar kartą.', 'success' => 'Failas sėkmingai ištrintas.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Failas (-ai) neįkelti. Prašome bandykite dar kartą.', 'success' => 'Failas (-ai) sėkmingai įkelti.', 'nofiles' => 'Jūs nepasirinkote įkelti jokių failų arba failas, kurį ketinate įkelti yra per didelis', 'invalidfiles' => 'Vienas ar keli jūsų failai yra per dideli arba yra neleidžiamas failų tipas. Leidžiami failų tipai yra png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml ir lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Licenzija nesukurta, prašome bandykite dar kartą', - 'success' => 'Licenzija atnaujinta sėkmingai.', - ], + 'success' => 'Licenzija atnaujinta sėkmingai.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Ar jūs tikrai norite ištrinti šią licenziją?', 'error' => 'Licenzijos nepavyko ištrinti. Prašome bandykite dar kartą.', - 'success' => 'Licenzija sėkmingai ištrinta.', - ], + 'success' => 'Licenzija sėkmingai ištrinta.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Nepavyko išduoti licenzijos. Prašome bandykite dar kartą.', - 'success' => 'Licenzija sėkmingai išduota', - ], + 'success' => 'Licenzija sėkmingai išduota' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Nepavyko priimti licenzijos. Prašome bandykite dar kartą.', - 'success' => 'Licenzija sėkmingai priimta', - ], + 'success' => 'Licenzija sėkmingai priimta' + ), -]; +); diff --git a/resources/lang/lt/admin/licenses/table.php b/resources/lang/lt/admin/licenses/table.php index ecaa668df8..0ddb7d856e 100644 --- a/resources/lang/lt/admin/licenses/table.php +++ b/resources/lang/lt/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Susieta su', 'checkout' => 'Priimta/išduota', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serijinis numeris', 'title' => 'Licenzija', -]; +); diff --git a/resources/lang/lt/admin/locations/message.php b/resources/lang/lt/admin/locations/message.php index 20abfa0a39..4a7ecc6108 100644 --- a/resources/lang/lt/admin/locations/message.php +++ b/resources/lang/lt/admin/locations/message.php @@ -1,26 +1,27 @@ 'Tokios vietovės nėra.', 'assoc_users' => 'Ši vietovė šiuo metu yra susieta bent su vienu vartotoju ir negali būti ištrinta. Prašome atnaujinkite naudotojus, kad atsieti šią vietovę ir tuomet bandykite iš naujo ištrinti. ', 'assoc_assets' => 'Ši vietovė šiuo metu yra susieta bent su vienu įrangos vienetu ir negali būti ištrinta. Prašome atnaujinkite įrangą, kad atsieti šią vietovę ir tuomet bandykite iš naujo ištrinti. ', 'assoc_child_loc' => 'Ši vietovė šiuo metu yra skaip pagrindinė bent kelioms kitoms žemesnio lygio vietovėms ir negali būti ištrinta. Prašome atnaujinkite vietoves, kad atsieti šią vietovę ir tuomet bandykite iš naujo ištrinti. ', - 'create' => [ + + 'create' => array( 'error' => 'Vietovė nesukurta. Prašome bandykite dar kartą.', - 'success' => 'Vietovė sukurta.', - ], + 'success' => 'Vietovė sukurta.' + ), - 'update' => [ + 'update' => array( 'error' => 'Vietovė neatnaujinta. Prašome bandykite dar kartą', - 'success' => 'Vietovė sėkmingai atnaujinta.', - ], + 'success' => 'Vietovė sėkmingai atnaujinta.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Ar jūs tikrai norite ištrinti šią vietovę?', 'error' => 'Nepavyko ištrinti vietovės. Prašome bandykite dar kartą.', - 'success' => 'Vietovė sėkmingai ištrinta.', - ], + 'success' => 'Vietovė sėkmingai ištrinta.' + ) -]; +); diff --git a/resources/lang/lt/admin/locations/table.php b/resources/lang/lt/admin/locations/table.php index 74528b7019..9dee52b0c1 100644 --- a/resources/lang/lt/admin/locations/table.php +++ b/resources/lang/lt/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Pagrindinė', 'currency' => 'Vietos valiuta', 'ldap_ou' => 'LDAP Search OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/lt/admin/manufacturers/message.php b/resources/lang/lt/admin/manufacturers/message.php index 16e51319a1..f3d4432c84 100644 --- a/resources/lang/lt/admin/manufacturers/message.php +++ b/resources/lang/lt/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Tokio gamintojo nėra.', 'assoc_users' => 'Šis gamintojas šiuo metu susietas su daugaiau nei vienu modeliu ir negali būti ištrintas. Prašome atnaujinkite savo modelius, kad nesisietų su šiuo gamintoju ir bandykite iš naujo. ', - 'create' => [ + 'create' => array( 'error' => 'Gamintojas nesukurtas, prašome bandykite dar kartą.', - 'success' => 'Gamintojas sėkmingai sukurtas.', - ], + 'success' => 'Gamintojas sėkmingai sukurtas.' + ), - 'update' => [ + 'update' => array( 'error' => 'Gamintojas neatnaujintas, prašome bandykite dar kartą', - 'success' => 'Gamintojas sėkmingai atnaujintas.', - ], + 'success' => 'Gamintojas sėkmingai atnaujintas.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Gamintojas nebuvo atkurtas, prašome bandyti dar kartą', - 'success' => 'Gamintojas buvo atkurtas sėkmingai.', - ], + 'success' => 'Gamintojas buvo atkurtas sėkmingai.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Ar jūs tikrai norite ištrinti šį gamintoją?', 'error' => 'Nepavyko ištrinti gamintojo. Prašome bandykite dar kartą.', - 'success' => 'Gamintojas sėkmingai ištrintas.', - ], + 'success' => 'Gamintojas sėkmingai ištrintas.' + ) -]; +); diff --git a/resources/lang/lt/admin/manufacturers/table.php b/resources/lang/lt/admin/manufacturers/table.php index e2895de074..842badf06d 100644 --- a/resources/lang/lt/admin/manufacturers/table.php +++ b/resources/lang/lt/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Apie gamintojus', 'about_manufacturers_text' => 'Gamintojai yra įmonės, kurios kuria jūsų turtą. Čia galite išsaugoti svarbią palaikymo kontaktinę informaciją apie juos, kuri bus rodoma išsamiuose savo turinio puslapiuose.', 'asset_manufacturers' => 'Įrangos gamintojai', @@ -13,4 +13,4 @@ return [ 'update' => 'Atnaujinti gamintoją', 'url' => 'URL', -]; +); diff --git a/resources/lang/lt/admin/models/general.php b/resources/lang/lt/admin/models/general.php index 38f205085f..503ec780d3 100644 --- a/resources/lang/lt/admin/models/general.php +++ b/resources/lang/lt/admin/models/general.php @@ -1,6 +1,6 @@ 'Apie turto modelius', 'about_models_text' => 'Turto modeliai yra būdas grupuoti identišką turtą. "MBP 2013", "IPhone 6s" ir kt.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Ketinate ištrinti :model_count turto modelius.', 'restore' => 'Atkurti modelį', 'requestable' => 'Naudotojai gali užklausi šį modelį', - 'show_mac_address' => 'Rodykite MAC adreso laukelį įrangoje šiam modeliui', + 'show_mac_address' => 'Rodykite MAC adreso laukelį įrangoje šiam modeliui', 'view_deleted' => 'Peržiūrėti ištrintus', 'view_models' => 'Peržiūrėti modelius', 'fieldset' => 'Laukų grupė', 'no_custom_field' => 'Nėra pritaikytų laukų', 'add_default_values' => 'Pridėti numatytąją reikšmę', -]; +); diff --git a/resources/lang/lt/admin/models/message.php b/resources/lang/lt/admin/models/message.php index 83d0acef73..ff7495b781 100644 --- a/resources/lang/lt/admin/models/message.php +++ b/resources/lang/lt/admin/models/message.php @@ -1,41 +1,42 @@ 'Tokio modelio nėra.', 'assoc_users' => 'Šis modelis šiuo metu susietas su daugiau nei vienu įrangos vientu ir negali būti ištrintas. Prašome ištrinkite įrangą ir tuomet bandykite trinti iš naujo. ', - 'create' => [ + + 'create' => array( 'error' => 'Modelis nebuvo ištrintas, prašome bandykite iš naujo.', 'success' => 'Modelis sėkmingai sukurtas.', 'duplicate_set' => 'Įrangos modelis su šiuo pavadinimu, gamintoju ir modeliu numeriu jau yra.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Modelis nebuvo atnaujintas, prašome bandykite iš naujo', - 'success' => 'Modelis sėkmingai atnaujintas.', - ], + 'success' => 'Modelis sėkmingai atnaujintas.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Ar jūs tikrai norite ištrinti šios įrangos modelį?', 'error' => 'Nepavyko ištrinti modelio. Prašome bandykite dar kartą.', - 'success' => 'Modelis sėkmingai ištrintas.', - ], + 'success' => 'Modelis sėkmingai ištrintas.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Modelis nebuvo atkurtas, prašome bandykite dar kartą', - 'success' => 'Modelis sėkmingai atkurtas.', - ], + 'success' => 'Modelis sėkmingai atkurtas.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Nebuvo pakeista jokių laukų, todėl niekas nebuvo atnaujintas.', - 'success' => 'Modeliai atnaujinti.', - ], + 'success' => 'Modeliai atnaujinti.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Nepasirinktas modelis, nėra ką ištrinti.', 'success' => ':success_count model(s) ištrinti!', - 'success_partial' => ':success_count model(s) buvo ištrinti, bet :fail_count negalima ištrinti todėl, kad turtas vis dar susietas.', - ], + 'success_partial' => ':success_count model(s) buvo ištrinti, bet :fail_count negalima ištrinti todėl, kad turtas vis dar susietas.' + ), -]; +); diff --git a/resources/lang/lt/admin/models/table.php b/resources/lang/lt/admin/models/table.php index d217cf94a3..d763d65423 100644 --- a/resources/lang/lt/admin/models/table.php +++ b/resources/lang/lt/admin/models/table.php @@ -1,6 +1,6 @@ 'Sukurti įrangos modelį', 'created_at' => 'Sukurta', @@ -14,4 +14,4 @@ return [ 'update' => 'Atnaujinti įrangos modelį', 'clone' => 'Kopijuoti modelį', 'edit' => 'Taisyti modelį', -]; +); diff --git a/resources/lang/lt/admin/reports/general.php b/resources/lang/lt/admin/reports/general.php index 21443f1753..c085f6c41f 100644 --- a/resources/lang/lt/admin/reports/general.php +++ b/resources/lang/lt/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Pasirinkite dalis, kurias norite matyti savo įrangos ataskaitoje.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/lt/admin/reports/message.php b/resources/lang/lt/admin/reports/message.php index 717a3d3646..bebb0e973d 100644 --- a/resources/lang/lt/admin/reports/message.php +++ b/resources/lang/lt/admin/reports/message.php @@ -1,5 +1,5 @@ 'Jūs turite pasirinkti bent vieną parametrą.', -]; +return array( + 'error' => 'Jūs turite pasirinkti bent vieną parametrą.' +); diff --git a/resources/lang/lt/admin/settings/general.php b/resources/lang/lt/admin/settings/general.php index 52861272ff..75ecc88422 100644 --- a/resources/lang/lt/admin/settings/general.php +++ b/resources/lang/lt/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC El. paštas', 'admin_cc_email_help' => 'Jeigu Jūs norite siųsti išduoto/neišduoto turto sąrašo kopiją, įveskite čia el. pašto adresą. Kitu atveju palikite laukelį tuščią.', 'is_ad' => 'Tai yra "Active Directory" serveris', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Siūsti įspėjimus', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Perspėjimai įjungti', 'alert_interval' => 'Galiojanti įspėjimų slenkstis (dienomis)', 'alert_inv_threshold' => 'Inventoriaus įspėjimo slenkstis', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'Jei turite reguliariai fiziškai tikrinti savo turtą, įveskite intervalą per mėnesius.', 'audit_warning_days' => 'Audito įspėjimo slenkstis', 'audit_warning_days_help' => 'Kiek dienų iš anksto turėtume įspėti, kada turėtume atlikti auditą?', - 'auto_increment_assets' => 'Sukurti automatiškai didėjantį įragos ID nr.', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Papilomas priedėlis (pasirinktinai)', - 'auto_incrementing_help' => 'Įjungti automatiškai didėjantį įrangos ID pirmajam suteikiant šį nr.', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Atsarginė kopija', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/lt/mail.php b/resources/lang/lt/mail.php index c7e880eb67..19bb174deb 100644 --- a/resources/lang/lt/mail.php +++ b/resources/lang/lt/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Tai yra "Snipe-IT Asset Management System" testas. Jei tai gavote, paštas dirba :)', 'the_following_item' => 'Šis elementas buvo pažymėtas:', 'low_inventory_alert' => 'Tai yra reikšmė minimalaus inventoriaus arba greitai pasibaigiančio.:count | Tai yra reikšmė minimalaus inventoriaus arba greitai pasibaigiančio.:count.', - 'assets_warrantee_alert' => 'Tiek turto :count kurių garantinis aptarnavimas baigsis už :threshold days.|Tiek turto :count kurių garantinis aptarnavimas baigsis už :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Tiek licenzijų :count baigsis už :threshold days.|Tiek licenzijų :count baigsis už :threshold days.', 'to_reset' => 'Jei norite iš naujo nustatyti savo: žiniatinklio slaptažodį, užpildykite šią formą:', 'type' => 'Tipas', diff --git a/resources/lang/lt/pagination.php b/resources/lang/lt/pagination.php index 3da6d9424e..69ee7c38fb 100644 --- a/resources/lang/lt/pagination.php +++ b/resources/lang/lt/pagination.php @@ -1,6 +1,6 @@ 'Kitas »', -]; +); diff --git a/resources/lang/lt/reminders.php b/resources/lang/lt/reminders.php index 11652326e2..cb7acd48e4 100644 --- a/resources/lang/lt/reminders.php +++ b/resources/lang/lt/reminders.php @@ -1,6 +1,6 @@ 'Slaptažodžiai turi sutapti ir būti iš 6 simbolių.', + "password" => "Slaptažodžiai turi sutapti ir būti iš 6 simbolių.", - 'user' => 'Neteisingas naudotojas arba el. paštas', + "user" => "Neteisingas naudotojas arba el. paštas", - 'token' => 'Šis slaptažodžio atnaujinimas negaliojantis.', + "token" => "Šis slaptažodžio atnaujinimas negaliojantis.", - 'sent' => 'Jūsų slaptažodžio priminimas bus išsiųstas jei nurodytas el. pašto adresas yra sistemoje!', + "sent" => "Jūsų slaptažodžio priminimas bus išsiųstas jei nurodytas el. pašto adresas yra sistemoje!", -]; +); diff --git a/resources/lang/lt/table.php b/resources/lang/lt/table.php index e55753050e..dccf8ca6f7 100644 --- a/resources/lang/lt/table.php +++ b/resources/lang/lt/table.php @@ -1,10 +1,10 @@ 'Veiksmai', 'action' => 'Veiksmas', 'by' => 'Atlikti', 'item' => 'Įranga', -]; +); diff --git a/resources/lang/lt/validation.php b/resources/lang/lt/validation.php index b78a2558e5..0c89fbac37 100644 --- a/resources/lang/lt/validation.php +++ b/resources/lang/lt/validation.php @@ -1,6 +1,6 @@ ':attribute privalo būti bent :min ženklai.', 'array' => 'Atributui turi būti bent: min elementai.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Pasirinktas :attribute neteisingas.', 'numeric' => ':attribute privalo būti skaičius.', 'present' => 'Atributo laukas turi būti.', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute jau užimtas.', 'uploaded' => 'Nepavyko įkelti atributo.', 'url' => ':attribute formatas neteisingas.', - "unique_undeleted" => ":attribute turi būti unikalus.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => ':attribute turi būti unikalus.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Lauke: atributo lauke yra simbolis, kuris nėra leidžiamas.", - "email_array" => "Vienas ar keli el. Pašto adresai yra netinkami.", - "hashed_pass" => "Jūsų dabartinis slaptažodis yra neteisingas", + 'alpha_space' => 'Lauke: atributo lauke yra simbolis, kuris nėra leidžiamas.', + 'email_array' => 'Vienas ar keli el. Pašto adresai yra netinkami.', + 'hashed_pass' => 'Jūsų dabartinis slaptažodis yra neteisingas', 'dumbpwd' => 'Šis slaptažodis yra per dažnas.', - "statuslabel_type" => "Turite pasirinkti tinkamą statuso etiketės tipą", + 'statuslabel_type' => 'Turite pasirinkti tinkamą statuso etiketės tipą', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/lv/admin/accessories/general.php b/resources/lang/lv/admin/accessories/general.php index 6ef2cd3c13..3e31a24455 100644 --- a/resources/lang/lv/admin/accessories/general.php +++ b/resources/lang/lv/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Piederumu kategorija', 'accessory_name' => 'Piederuma nosaukums', 'checkout' => 'Izrakstīšanās Piederums', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Tā vietā izmantojiet pirmo noklusējuma EULA.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/lv/admin/custom_fields/message.php b/resources/lang/lv/admin/custom_fields/message.php
index ee1411603c..a1df5007f2 100644
--- a/resources/lang/lv/admin/custom_fields/message.php
+++ b/resources/lang/lv/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Šis lauks neeksistē.',
'already_added' => 'Lauks jau ir pievienots',
- 'create' => [
+ 'create' => array(
'error' => 'Lauks nav izveidots, lūdzu, mēģiniet vēlreiz.',
'success' => 'Lauks veiksmīgi izveidots.',
- 'assoc_success' => 'Lauks veiksmīgi pievienots lauka laukam.',
- ],
+ 'assoc_success' => 'Lauks veiksmīgi pievienots lauka laukam.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Lauks nav atjaunināts, lūdzu, mēģiniet vēlreiz',
- 'success' => 'Lauks ir veiksmīgi atjaunināts.',
- ],
+ 'success' => 'Lauks ir veiksmīgi atjaunināts.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo lauku?',
'error' => 'Radās problēma, dzēšot lauku. Lūdzu mēģiniet vēlreiz.',
'success' => 'Lauks bija veiksmīgi dzēsts.',
'in_use' => 'Lauks joprojām tiek izmantots.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset nepastāv',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset nav izveidots, lūdzu, mēģiniet vēlreiz.',
- 'success' => 'Fieldset izveidota veiksmīgi.',
- ],
+ 'success' => 'Fieldset izveidota veiksmīgi.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset nebija atjaunināts, lūdzu, mēģiniet vēlreiz',
- 'success' => 'Fieldset tika veiksmīgi atjaunināta.',
- ],
+ 'success' => 'Fieldset tika veiksmīgi atjaunināta.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo lauka iestatījumu?',
'error' => 'Radās problēma, novēršot lauka iestatījumu. Lūdzu mēģiniet vēlreiz.',
'success' => 'Fieldset tika veiksmīgi dzēsts.',
'in_use' => 'Fieldset joprojām tiek izmantots.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/lv/admin/departments/message.php b/resources/lang/lv/admin/departments/message.php
index 677eb65952..34525b7795 100644
--- a/resources/lang/lv/admin/departments/message.php
+++ b/resources/lang/lv/admin/departments/message.php
@@ -1,21 +1,21 @@
'Departaments nepastāv.',
'assoc_users' => 'Pašlaik šis departaments ir saistīts ar vismaz vienu lietotāju un to nevar izdzēst. Lūdzu, atjauniniet savus lietotājus, lai tie vairs netiktu izmantoti šajā nodaļā, un mēģiniet vēlreiz.',
- 'create' => [
+ 'create' => array(
'error' => 'Departaments nav izveidots, lūdzu, mēģiniet vēlreiz.',
- 'success' => 'Nodaļa veiksmīgi izveidota.',
- ],
- 'update' => [
+ 'success' => 'Nodaļa veiksmīgi izveidota.'
+ ),
+ 'update' => array(
'error' => 'Departaments netika atjaunināts, lūdzu, mēģiniet vēlreiz',
- 'success' => 'Nodaļa veiksmīgi atjaunota.',
- ],
- 'delete' => [
+ 'success' => 'Nodaļa veiksmīgi atjaunota.'
+ ),
+ 'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo nodaļu?',
'error' => 'Radās problēma, izdzēšot nodaļu. Lūdzu mēģiniet vēlreiz.',
- 'success' => 'Departaments tika veiksmīgi dzēsts.',
- ],
+ 'success' => 'Departaments tika veiksmīgi dzēsts.'
+ )
-];
+);
diff --git a/resources/lang/lv/admin/departments/table.php b/resources/lang/lv/admin/departments/table.php
index 2086d1bbca..39dde0adde 100644
--- a/resources/lang/lv/admin/departments/table.php
+++ b/resources/lang/lv/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Nodaļas nosaukums',
@@ -8,4 +8,4 @@ return [
'location' => 'Atrašanās vieta',
'create' => 'Izveidot departamentu',
'update' => 'Atjaunināt departamentu',
- ];
+ );
diff --git a/resources/lang/lv/admin/depreciations/general.php b/resources/lang/lv/admin/depreciations/general.php
index f029af4fa4..5230ecf988 100644
--- a/resources/lang/lv/admin/depreciations/general.php
+++ b/resources/lang/lv/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Aktīvu vērtības samazināšanās',
'create' => 'Izveidot nolietojumu',
'depreciation_name' => 'Nolietojuma nosaukums',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Mēnešu skaits',
'update' => 'Atjaunināt nolietojumu',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/lv/admin/depreciations/message.php b/resources/lang/lv/admin/depreciations/message.php
index be4f694993..065631c1ed 100644
--- a/resources/lang/lv/admin/depreciations/message.php
+++ b/resources/lang/lv/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Nolietojuma kategorija nepastāv.',
'assoc_users' => 'Šis nolietojums pašlaik ir saistīts ar vienu vai vairākiem modeļiem, un tos nevar izdzēst. Lūdzu, izdzēsiet modeļus un pēc tam mēģiniet dzēst vēlreiz.',
- 'create' => [
+
+ 'create' => array(
'error' => 'Nolietojuma kategorija netika izveidota, lūdzu, mēģiniet vēlreiz. :(',
- 'success' => 'Nolietojuma pakāpe ir veiksmīgi izveidota. :)',
- ],
+ 'success' => 'Nolietojuma pakāpe ir veiksmīgi izveidota. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Nolietojuma kategorija netika atjaunināta, lūdzu, mēģiniet vēlreiz',
- 'success' => 'Amortizācijas klase ir veiksmīgi atjaunināta.',
- ],
+ 'success' => 'Amortizācijas klase ir veiksmīgi atjaunināta.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo nolietojuma klasi?',
'error' => 'Izdevuma nolietojuma klases dzēšana. Lūdzu mēģiniet vēlreiz.',
- 'success' => 'Amortizācijas klase tika veiksmīgi dzēsta.',
- ],
+ 'success' => 'Amortizācijas klase tika veiksmīgi dzēsta.'
+ )
-];
+);
diff --git a/resources/lang/lv/admin/depreciations/table.php b/resources/lang/lv/admin/depreciations/table.php
index 81a4b39d39..b61f19f1e1 100644
--- a/resources/lang/lv/admin/depreciations/table.php
+++ b/resources/lang/lv/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Mēneši',
'term' => 'Termiņš',
'title' => 'Nosaukums',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/lv/admin/groups/message.php b/resources/lang/lv/admin/groups/message.php
index 46282fa0a0..c49d274624 100644
--- a/resources/lang/lv/admin/groups/message.php
+++ b/resources/lang/lv/admin/groups/message.php
@@ -1,22 +1,22 @@
'Grupa jau pastāv!',
'group_not_found' => 'Grupa [: id] nepastāv.',
'group_name_required' => 'Nosaukuma lauks ir nepieciešams',
- 'success' => [
+ 'success' => array(
'create' => 'Grupa tika veiksmīgi izveidota.',
'update' => 'Grupa tika veiksmīgi atjaunināta.',
'delete' => 'Grupa tika veiksmīgi izdzēsta.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Vai tiešām vēlaties dzēst šo grupu?',
'create' => 'Radās problēma, veidojot grupu. Lūdzu mēģiniet vēlreiz.',
'update' => 'Radās problēma, atjauninot grupu. Lūdzu mēģiniet vēlreiz.',
'delete' => 'Radās problēma, izdzēšot grupu. Lūdzu mēģiniet vēlreiz.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/lv/admin/groups/table.php b/resources/lang/lv/admin/groups/table.php
index 42456736d9..7003479a4f 100644
--- a/resources/lang/lv/admin/groups/table.php
+++ b/resources/lang/lv/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Nosaukums',
'users' => 'Lietotāju skaits',
-];
+);
diff --git a/resources/lang/lv/admin/groups/titles.php b/resources/lang/lv/admin/groups/titles.php
index f66d3e54b9..5127061715 100644
--- a/resources/lang/lv/admin/groups/titles.php
+++ b/resources/lang/lv/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Grupas administrators',
'allow' => 'Atļaut',
'deny' => 'Liegties',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/lv/admin/hardware/form.php b/resources/lang/lv/admin/hardware/form.php
index 2366015b9c..3d20d45909 100644
--- a/resources/lang/lv/admin/hardware/form.php
+++ b/resources/lang/lv/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garantija',
'warranty_expires' => 'Garantija beidzās',
'years' => 'gadiem',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/lv/admin/hardware/general.php b/resources/lang/lv/admin/hardware/general.php
index de4e26c431..b4781d79c5 100644
--- a/resources/lang/lv/admin/hardware/general.php
+++ b/resources/lang/lv/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Pieļaujams',
'requested' => 'Pieprasīts',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Atjaunot aktīvus',
'pending' => 'Gaida',
'undeployable' => 'Nodarbināms',
'view' => 'Skatīt aktīvu',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/lv/admin/hardware/message.php b/resources/lang/lv/admin/hardware/message.php index 311693bc96..6988a5af28 100644 --- a/resources/lang/lv/admin/hardware/message.php +++ b/resources/lang/lv/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Ievadīšana: Šis īpašums ir atzīmēts kā pašlaik nederīgs. Ja šis statuss ir mainījies, lūdzu, atjauniniet aktīvu statusu.', 'does_not_exist' => 'Aktīvs neeksistē.', - 'does_not_exist_or_not_requestable' => 'Labs mēģinājums. Šis īpašums nepastāv vai nav pieprasāms.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Šobrīd šis īpašums tiek pārbaudīts lietotājam un to nevar izdzēst. Vispirms pārbaudiet aktīvu, un pēc tam mēģiniet vēlreiz izdzēst.', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Aktīvu audits ir veiksmīgi reģistrēts.', ], + 'deletefile' => [ 'error' => 'Fails nav izdzēsts. Lūdzu mēģiniet vēlreiz.', 'success' => 'Fails veiksmīgi izdzēsts.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Failu nevarēja dzēst', ], + 'delete' => [ 'confirm' => 'Vai tiešām vēlaties dzēst šo īpašumu?', 'error' => 'Radās problēma, noņemot aktīvu. Lūdzu mēģiniet vēlreiz.', diff --git a/resources/lang/lv/admin/hardware/table.php b/resources/lang/lv/admin/hardware/table.php index f3968130fc..81087175ed 100644 --- a/resources/lang/lv/admin/hardware/table.php +++ b/resources/lang/lv/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Asset Tag', 'asset_model' => 'Modelis', - 'book_value' => 'Vērtība', + 'book_value' => 'Current Value', 'change' => 'Iekšā ārā', 'checkout_date' => 'Izrakstīšanās datums', 'checkoutto' => 'Izrakstīts', + 'current_value' => 'Current Value', 'diff' => 'Atšķirība', 'dl_csv' => 'Lejupielādējiet CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Sērijas numurs', 'status' => 'Statuss', 'title' => 'Aktīvs', - 'image' => 'Ierīces attēls', + 'image' => 'Ierīces attēls', 'days_without_acceptance' => 'Dienas bez pieņemšanas', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/lv/admin/kits/general.php b/resources/lang/lv/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/lv/admin/kits/general.php +++ b/resources/lang/lv/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/lv/admin/licenses/form.php b/resources/lang/lv/admin/licenses/form.php index e1db73ce31..6964c78d9d 100644 --- a/resources/lang/lv/admin/licenses/form.php +++ b/resources/lang/lv/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Aktīvs', 'checkin' => 'Reģistrēties', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licencēta uz e-pastu', 'to_name' => 'Licencēta uz vārdu', 'update' => 'Atjaunināt licenci', - 'checkout_help' => 'Jums jāpārbauda licence aparatūras aktīvam vai personai. Jūs varat izvēlēties abus, bet īpašnieka īpašumam ir jāatbilst personai, kurai veicat īpašuma pārbaudi.', -]; + 'checkout_help' => 'Jums jāpārbauda licence aparatūras aktīvam vai personai. Jūs varat izvēlēties abus, bet īpašnieka īpašumam ir jāatbilst personai, kurai veicat īpašuma pārbaudi.' +); diff --git a/resources/lang/lv/admin/licenses/general.php b/resources/lang/lv/admin/licenses/general.php index cd93fe08b0..d09ff39167 100644 --- a/resources/lang/lv/admin/licenses/general.php +++ b/resources/lang/lv/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Par licencēm', 'about_licenses' => 'Licences izmanto, lai izsekotu programmatūru. Viņiem ir noteikts skaits sēdvietu, kurus var pārbaudīt personām', 'checkin' => 'Checkin License Seat', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Programmatūras licences', 'user' => 'Lietotājs', 'view' => 'Skatīt licenci', -]; +); diff --git a/resources/lang/lv/admin/licenses/message.php b/resources/lang/lv/admin/licenses/message.php index 81191545a1..20b0e8a3f2 100644 --- a/resources/lang/lv/admin/licenses/message.php +++ b/resources/lang/lv/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Licence neeksistē.', 'user_does_not_exist' => 'Lietotājs neeksistē.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Jums jāizvēlas aktīvs vai lietotājs, bet ne abi.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Licence netika izveidota, lūdzu, mēģiniet vēlreiz.', - 'success' => 'Licence tika veiksmīgi izveidota.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Licence netika izveidota, lūdzu, mēģiniet vēlreiz.', + 'success' => 'Licence tika veiksmīgi izveidota.' + ), + + 'deletefile' => array( 'error' => 'Fails nav izdzēsts. Lūdzu mēģiniet vēlreiz.', 'success' => 'Fails veiksmīgi izdzēsts.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Faili nav augšupielādēti. Lūdzu mēģiniet vēlreiz.', 'success' => 'Faili (-i) ir veiksmīgi augšupielādēti.', 'nofiles' => 'Jūs neesat atlasījis augšupielādējamos failus, vai arī fails, kuru mēģināt augšupielādēt, ir pārāk liels', 'invalidfiles' => 'Viens vai vairāki jūsu faili ir pārāk lieli vai nav atļauto faila tipu. Atļautie failu tipi ir png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml un lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Licence netika atjaunināta, lūdzu, mēģiniet vēlreiz', - 'success' => 'Licence tika veiksmīgi atjaunināta.', - ], + 'success' => 'Licence tika veiksmīgi atjaunināta.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Vai tiešām vēlaties dzēst šo licenci?', 'error' => 'Radās problēma, dzēšot licenci. Lūdzu mēģiniet vēlreiz.', - 'success' => 'Licence tika veiksmīgi dzēsta.', - ], + 'success' => 'Licence tika veiksmīgi dzēsta.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Pārbaudot licenci, radās problēma. Lūdzu mēģiniet vēlreiz.', - 'success' => 'Licence tika veiksmīgi pārbaudīta', - ], + 'success' => 'Licence tika veiksmīgi pārbaudīta' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Licencē tika pārbaudīta problēma. Lūdzu mēģiniet vēlreiz.', - 'success' => 'Licence tika veiksmīgi reģistrēta', - ], + 'success' => 'Licence tika veiksmīgi reģistrēta' + ), -]; +); diff --git a/resources/lang/lv/admin/licenses/table.php b/resources/lang/lv/admin/licenses/table.php index 8955af942a..ede0459079 100644 --- a/resources/lang/lv/admin/licenses/table.php +++ b/resources/lang/lv/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Piešķirts', 'checkout' => 'Iekšā ārā', @@ -14,4 +14,4 @@ return [ 'serial' => 'Sērijas numurs', 'title' => 'Licence', -]; +); diff --git a/resources/lang/lv/admin/locations/message.php b/resources/lang/lv/admin/locations/message.php index 60cf20a7ff..50c3ebd526 100644 --- a/resources/lang/lv/admin/locations/message.php +++ b/resources/lang/lv/admin/locations/message.php @@ -1,26 +1,27 @@ 'Atrašanās vietas neeksistē.', 'assoc_users' => 'Pašlaik šī atrašanās vieta ir saistīta ar vismaz vienu lietotāju un to nevar izdzēst. Lūdzu, atjauniniet savus lietotājus, lai vairs nerindrinātu šo atrašanās vietu, un mēģiniet vēlreiz.', 'assoc_assets' => 'Pašlaik šī atrašanās vieta ir saistīta ar vismaz vienu īpašumu un to nevar izdzēst. Lūdzu, atjauniniet savus aktīvus, lai vairs nerindotu šo atrašanās vietu, un mēģiniet vēlreiz.', 'assoc_child_loc' => 'Pašlaik šī vieta ir vismaz viena bērna atrašanās vieta un to nevar izdzēst. Lūdzu, atjauniniet savas atrašanās vietas, lai vairs nerindotu šo atrašanās vietu, un mēģiniet vēlreiz.', - 'create' => [ + + 'create' => array( 'error' => 'Atrašanās vieta nav izveidota, lūdzu, mēģiniet vēlreiz.', - 'success' => 'Atrašanās vieta ir veiksmīgi izveidota.', - ], + 'success' => 'Atrašanās vieta ir veiksmīgi izveidota.' + ), - 'update' => [ + 'update' => array( 'error' => 'Atrašanās vieta nav atjaunināta, lūdzu, mēģiniet vēlreiz', - 'success' => 'Atrašanās vieta ir veiksmīgi atjaunināta.', - ], + 'success' => 'Atrašanās vieta ir veiksmīgi atjaunināta.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Vai tiešām vēlaties dzēst šo atrašanās vietu?', 'error' => 'Radās problēma, dzēšot atrašanās vietu. Lūdzu mēģiniet vēlreiz.', - 'success' => 'Atrašanās vieta tika veiksmīgi dzēsta.', - ], + 'success' => 'Atrašanās vieta tika veiksmīgi dzēsta.' + ) -]; +); diff --git a/resources/lang/lv/admin/locations/table.php b/resources/lang/lv/admin/locations/table.php index 2f85723c8e..3c7e83df5c 100644 --- a/resources/lang/lv/admin/locations/table.php +++ b/resources/lang/lv/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Vecāks', 'currency' => 'Atrašanās vietas valūta', 'ldap_ou' => 'LDAP Search OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/lv/admin/manufacturers/message.php b/resources/lang/lv/admin/manufacturers/message.php index 08ba7d4845..33477efd09 100644 --- a/resources/lang/lv/admin/manufacturers/message.php +++ b/resources/lang/lv/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Ražotājs neeksistē.', 'assoc_users' => 'Šis ražotājs pašlaik ir saistīts ar vismaz vienu modeli, un to nevar izdzēst. Lūdzu, atjauniniet savus modeļus, lai vairs nerādītu šo ražotāju, un mēģiniet vēlreiz.', - 'create' => [ + 'create' => array( 'error' => 'Ražotājs netika izveidots, lūdzu, mēģiniet vēlreiz.', - 'success' => 'Ražotājs veiksmīgi izveidots.', - ], + 'success' => 'Ražotājs veiksmīgi izveidots.' + ), - 'update' => [ + 'update' => array( 'error' => 'Ražotājs netika atjaunināts, lūdzu, mēģiniet vēlreiz', - 'success' => 'Ražotājs tika veiksmīgi atjaunināts.', - ], + 'success' => 'Ražotājs tika veiksmīgi atjaunināts.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Ražotāja dati nav atjaunoti, lūdzu mēģiniet vēlreiz', - 'success' => 'Ražotāja dati atjaunoti veiksmīgi.', - ], + 'success' => 'Ražotāja dati atjaunoti veiksmīgi.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Vai tiešām vēlaties dzēst šo ražotāju?', 'error' => 'Radās problēma, izdzēšot ražotāju. Lūdzu mēģiniet vēlreiz.', - 'success' => 'Ražotājs tika veiksmīgi dzēsts.', - ], + 'success' => 'Ražotājs tika veiksmīgi dzēsts.' + ) -]; +); diff --git a/resources/lang/lv/admin/manufacturers/table.php b/resources/lang/lv/admin/manufacturers/table.php index bc6b83eac8..2c5d637a1b 100644 --- a/resources/lang/lv/admin/manufacturers/table.php +++ b/resources/lang/lv/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Par ražotājiem', 'about_manufacturers_text' => 'Ražotāji ir uzņēmumi, kas veido jūsu aktīvus. Šeit varat saglabāt svarīgu atbalsta kontaktinformāciju par tiem, kas tiks parādīti jūsu detalizētās informācijas lapās.', 'asset_manufacturers' => 'Aktīvu ražotāji', @@ -13,4 +13,4 @@ return [ 'update' => 'Atjaunināt ražotāju', 'url' => 'URL', -]; +); diff --git a/resources/lang/lv/admin/models/general.php b/resources/lang/lv/admin/models/general.php index e765e2ce47..6587e14f81 100644 --- a/resources/lang/lv/admin/models/general.php +++ b/resources/lang/lv/admin/models/general.php @@ -1,6 +1,6 @@ 'Par īpašuma modeļiem', 'about_models_text' => 'Aktīvu modeļi ir veids, kā grupēt identiskus aktīvus. "MBP 2013", "IPhone 6s" uc', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Tiks dzēsti :model_count līdzekļu modeļi.', 'restore' => 'Atjaunot modeli', 'requestable' => 'Lietotāji var pieprasīt šo modeli', - 'show_mac_address' => 'Parādiet MAC adreses lauku šī modeļa aktīvos', + 'show_mac_address' => 'Parādiet MAC adreses lauku šī modeļa aktīvos', 'view_deleted' => 'Skatīt dzēsto', 'view_models' => 'Skatīt modeļus', 'fieldset' => 'Lauka laukums', 'no_custom_field' => 'Nav pielāgotu lauku', 'add_default_values' => 'Pievienot noklusējuma vērtības', -]; +); diff --git a/resources/lang/lv/admin/models/message.php b/resources/lang/lv/admin/models/message.php index f82ed9e15f..0b8092057e 100644 --- a/resources/lang/lv/admin/models/message.php +++ b/resources/lang/lv/admin/models/message.php @@ -1,41 +1,42 @@ 'Modelis nepastāv.', 'assoc_users' => 'Šobrīd šis modelis ir saistīts ar vienu vai vairākiem aktīviem, un tos nevar izdzēst. Lūdzu, izdzēsiet aktīvus un pēc tam mēģiniet vēlreiz dzēst.', - 'create' => [ + + 'create' => array( 'error' => 'Modelis netika izveidots, lūdzu, mēģiniet vēlreiz.', 'success' => 'Modelis veiksmīgi izveidots.', 'duplicate_set' => 'Aktīvu modelis ar šo nosaukumu, ražotāju un modeļa numuru jau pastāv.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Modelis nav atjaunināts, lūdzu, mēģiniet vēlreiz', - 'success' => 'Modelis tika veiksmīgi atjaunināts.', - ], + 'success' => 'Modelis tika veiksmīgi atjaunināts.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Vai tiešām vēlaties dzēst šo aktīvu modeli?', 'error' => 'Radās problēma, izdzēšot modeli. Lūdzu mēģiniet vēlreiz.', - 'success' => 'Modelis tika veiksmīgi dzēsts.', - ], + 'success' => 'Modelis tika veiksmīgi dzēsts.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Modelis netika atjaunots, lūdzu, mēģiniet vēlreiz', - 'success' => 'Veiksmīgi atjaunots modelis.', - ], + 'success' => 'Veiksmīgi atjaunots modelis.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Neviens laukums netika mainīts, tāpēc nekas netika atjaunināts.', - 'success' => 'Modeļi ir atjaunināti.', - ], + 'success' => 'Modeļi ir atjaunināti.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Nav atlasītu modeļu, tāpēc nekas netika izdzēsts.', 'success' => '{1} :success_count modelis dzēsts!|[2,*] :success_count modeļi dzēsti!', - 'success_partial' => ':success_count modeļi dzēsti, tomēr :fail_count nevarēja tik dzēsti, jo tiem ir piesaistītas aparatūras.', - ], + 'success_partial' => ':success_count modeļi dzēsti, tomēr :fail_count nevarēja tik dzēsti, jo tiem ir piesaistītas aparatūras.' + ), -]; +); diff --git a/resources/lang/lv/admin/models/table.php b/resources/lang/lv/admin/models/table.php index f0843c03fa..84c9146a23 100644 --- a/resources/lang/lv/admin/models/table.php +++ b/resources/lang/lv/admin/models/table.php @@ -1,6 +1,6 @@ 'Izveidot aktīvu modeli', 'created_at' => 'Izveidots pie', @@ -14,4 +14,4 @@ return [ 'update' => 'Atjaunināt aktīvu modeli', 'clone' => 'Klona modelis', 'edit' => 'Rediģēt modeli', -]; +); diff --git a/resources/lang/lv/admin/reports/general.php b/resources/lang/lv/admin/reports/general.php index 78de9d5678..ad37fa12cc 100644 --- a/resources/lang/lv/admin/reports/general.php +++ b/resources/lang/lv/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Atlasiet opcijas, kuras vēlaties izmantot savam aktīvu pārskatam.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/lv/admin/reports/message.php b/resources/lang/lv/admin/reports/message.php index 287e78ffc3..49dfcc4244 100644 --- a/resources/lang/lv/admin/reports/message.php +++ b/resources/lang/lv/admin/reports/message.php @@ -1,5 +1,5 @@ 'Jums jāizvēlas vismaz ONE iespēja.', -]; +return array( + 'error' => 'Jums jāizvēlas vismaz ONE iespēja.' +); diff --git a/resources/lang/lv/admin/settings/general.php b/resources/lang/lv/admin/settings/general.php index 67293de644..8923043492 100644 --- a/resources/lang/lv/admin/settings/general.php +++ b/resources/lang/lv/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'E-pasta kopija', 'admin_cc_email_help' => 'Šeit ievadiet epasta adresi, ja vēlaties saņemt kopiju epastiem par izsniegšanu / saņemšanu, kuras sūta lietotājiem. Atstājiet tukšu, ja nevēlaties kopijas.', 'is_ad' => 'Tas ir Active Directory serveris', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Sūtīt brīdinājumus uz', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Brīdinājumi ir iespējoti', 'alert_interval' => 'Pabeidzamo brīdinājumu slieksnis (dienās)', 'alert_inv_threshold' => 'Inventāra trauksmes slieksnis', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'Ja jums ir pienākums regulāri fiziski pārbaudīt savus aktīvus, ievadiet intervālu mēnešos.', 'audit_warning_days' => 'Revīzijas brīdinājuma slieksnis', 'audit_warning_days_help' => 'Cik dienas iepriekš mēs brīdinātu jūs, kad aktīvi ir jāmaksā par revīziju?', - 'auto_increment_assets' => 'Veidojiet automātisko pieaugošo līdzekļu ID', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefikss (pēc izvēles)', - 'auto_incrementing_help' => 'Vispirms, lai to iestatītu, iespējojiet automātisko pieaugošo līdzekļu ID', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Rezerves kopijas', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/lv/mail.php b/resources/lang/lv/mail.php index a1000bdc05..47519a10ed 100644 --- a/resources/lang/lv/mail.php +++ b/resources/lang/lv/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Šis ir tests no Snipe-IT Asset Management System. Ja jums ir šis, pasts darbojas :)', 'the_following_item' => 'Šis ieraksts ir atzīmēts:', 'low_inventory_alert' => ':count vienības skaits ir zemāks par krājuma minimumu vai drīz būs zems.|:count vienību skaits ir zemāks par krājuma minimumu vai drīz būs zems.', - 'assets_warrantee_alert' => ':count aktīvam beigsies garantijas termiņš pēc :threshold dienām.|:count aktīviem beigsies garantijas termiņš pēc :threshold dienām.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Pēc :threshold dienām beigsies termiņš :count licencei.| Pēc :threshold dienām beigsies termiņš :threshold :count licencēm.', 'to_reset' => 'Lai atiestatītu: tīmekļa paroli, aizpildiet šo veidlapu:', 'type' => 'Tips', diff --git a/resources/lang/lv/pagination.php b/resources/lang/lv/pagination.php index 754fa073dc..4b74707e33 100644 --- a/resources/lang/lv/pagination.php +++ b/resources/lang/lv/pagination.php @@ -1,6 +1,6 @@ 'Nākamais »', -]; +); diff --git a/resources/lang/lv/reminders.php b/resources/lang/lv/reminders.php index 51f1de5223..7141770dfc 100644 --- a/resources/lang/lv/reminders.php +++ b/resources/lang/lv/reminders.php @@ -1,6 +1,6 @@ 'Parolēm jābūt sešām rakstzīmēm un jāatbilst apstiprinājumam.', + "password" => "Parolēm jābūt sešām rakstzīmēm un jāatbilst apstiprinājumam.", - 'user' => 'Lietotājvārds vai e-pasta adrese ir nepareiza', + "user" => "Lietotājvārds vai e-pasta adrese ir nepareiza", - 'token' => 'Šis paroles atiestatīšanas marķieris nav derīgs.', + "token" => "Šis paroles atiestatīšanas marķieris nav derīgs.", - 'sent' => 'Ja tika atrasta atbilstoša e-pasta adrese, tika nosūtīts paroles atgādinājums!', + "sent" => "Ja tika atrasta atbilstoša e-pasta adrese, tika nosūtīts paroles atgādinājums!", -]; +); diff --git a/resources/lang/lv/table.php b/resources/lang/lv/table.php index 198c6c873f..1e36198579 100644 --- a/resources/lang/lv/table.php +++ b/resources/lang/lv/table.php @@ -1,10 +1,10 @@ 'Darbības', 'action' => 'Darbība', 'by' => 'Līdz', 'item' => 'Vienums', -]; +); diff --git a/resources/lang/lv/validation.php b/resources/lang/lv/validation.php index c01246dc07..ee20a66661 100644 --- a/resources/lang/lv/validation.php +++ b/resources/lang/lv/validation.php @@ -1,6 +1,6 @@ 'Atribūts: jābūt vismaz: min rakstzīmēm.', 'array' => 'Atribūtam jābūt vismaz: min vienumiem.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Atlasītais: atribūts nav derīgs.', 'numeric' => 'Atribūts ir jābūt skaitlim.', 'present' => 'Atribūta laukam jābūt klāt.', @@ -88,8 +89,8 @@ return array( 'unique' => 'Atribūts jau ir pieņemts.', 'uploaded' => 'Atribūts neizdevās augšupielādēt.', 'url' => 'Atribūta formāts nav derīgs.', - "unique_undeleted" => ":attribute jābūt unikālam.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => ':attribute jābūt unikālam.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Laukā: atribūta lauks ir rakstzīme, kas nav atļauta.", - "email_array" => "Viena vai vairākas e-pasta adreses nav derīgas.", - "hashed_pass" => "Jūsu pašreizējā parole nav pareiza", + 'alpha_space' => 'Laukā: atribūta lauks ir rakstzīme, kas nav atļauta.', + 'email_array' => 'Viena vai vairākas e-pasta adreses nav derīgas.', + 'hashed_pass' => 'Jūsu pašreizējā parole nav pareiza', 'dumbpwd' => 'Šī parole ir pārāk izplatīta.', - "statuslabel_type" => "Jums ir jāizvēlas derīgs statusa etiķetes veids", + 'statuslabel_type' => 'Jums ir jāizvēlas derīgs statusa etiķetes veids', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/mi/admin/accessories/general.php b/resources/lang/mi/admin/accessories/general.php index 99f3ee3353..523ea15e8e 100644 --- a/resources/lang/mi/admin/accessories/general.php +++ b/resources/lang/mi/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Kāwai Accessory', 'accessory_name' => 'Ingoa Whakauru', 'checkout' => 'Whakaritea Whakairinga', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Whakamahia te taunoa 123_57__321primary taunoa EULA hei utu mo tenei.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/mi/admin/custom_fields/message.php b/resources/lang/mi/admin/custom_fields/message.php
index 2a2eb94654..f5039637da 100644
--- a/resources/lang/mi/admin/custom_fields/message.php
+++ b/resources/lang/mi/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Kāore te mara i te tīariari.',
'already_added' => 'Kua tapirihia te mara',
- 'create' => [
+ 'create' => array(
'error' => 'Kāore i hanga te mara, tēnā whakamātau anō.',
'success' => 'Kua angitu te hanganga o te mara.',
- 'assoc_success' => 'Kua angitu te uru o te mara ki te raruraru.',
- ],
+ 'assoc_success' => 'Kua angitu te uru o te mara ki te raruraru.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Kāore i te whakahou te mara, tēnā whakamātau anō',
- 'success' => 'Kua oti te whakahoutanga o te mara.',
- ],
+ 'success' => 'Kua oti te whakahoutanga o te mara.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Kei te hiahia koe ki te muku i tenei mara?',
'error' => 'He raru kei te whakakore i te mara. Tena ngana ano.',
'success' => 'Kua mukua te mara.',
'in_use' => 'Kei te whakamahia tonu te mara.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Kāore i te tīariari te āpure',
- 'create' => [
+ 'create' => array(
'error' => 'Kaore i hangahia te papawai, me ngana ano.',
- 'success' => 'I hanga angitu a Fieldset.',
- ],
+ 'success' => 'I hanga angitu a Fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Kāore i te whakahoutia a Fieldset, tēnā whakamātau anō',
- 'success' => 'Kua pai te whakahōu o Fieldfield.',
- ],
+ 'success' => 'Kua pai te whakahōu o Fieldfield.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Kei te hiahia koe kia mukua tenei raruraru?',
'error' => 'He raru kei te whakakore i te raruraru. Tena ngana ano.',
'success' => 'Kua mukua te raruraru.',
'in_use' => 'Kei te whakamahia tonu a Fieldset.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/mi/admin/departments/message.php b/resources/lang/mi/admin/departments/message.php
index 6c34c73a88..8047c18a21 100644
--- a/resources/lang/mi/admin/departments/message.php
+++ b/resources/lang/mi/admin/departments/message.php
@@ -1,21 +1,21 @@
'Kāore te Tari i te tīariari.',
'assoc_users' => 'Kei te hono tonu tenei tari ki tetahi kaiwhakamahi kotahi, kaore e taea te muku. Whakaorangia nga kaiwhakamahi ki te kore e tuhi atu ki tenei tari ka ngana ano.',
- 'create' => [
+ 'create' => array(
'error' => 'Kāore i hanga te Tari, tēnā whakamātau anō.',
- 'success' => 'He pai te mahi a te Tari.',
- ],
- 'update' => [
+ 'success' => 'He pai te mahi a te Tari.'
+ ),
+ 'update' => array(
'error' => 'Kāore i te whakahouhia te Tari, tēnā whakamātau anō',
- 'success' => 'Kua whakahoutia te Tari.',
- ],
- 'delete' => [
+ 'success' => 'Kua whakahoutia te Tari.'
+ ),
+ 'delete' => array(
'confirm' => 'Kei te hiahia koe kia mukua tenei tari?',
'error' => 'He raru kei te whakakore i te tari. Tena ngana ano.',
- 'success' => 'I mukua te tari.',
- ],
+ 'success' => 'I mukua te tari.'
+ )
-];
+);
diff --git a/resources/lang/mi/admin/departments/table.php b/resources/lang/mi/admin/departments/table.php
index 469ecb2985..41feba0928 100644
--- a/resources/lang/mi/admin/departments/table.php
+++ b/resources/lang/mi/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Ingoa Tari',
@@ -8,4 +8,4 @@ return [
'location' => 'Wāhi',
'create' => 'Waihanga Te Tari',
'update' => 'Whakahou i te Tari',
- ];
+ );
diff --git a/resources/lang/mi/admin/depreciations/general.php b/resources/lang/mi/admin/depreciations/general.php
index 4a2d2ce4df..f441560909 100644
--- a/resources/lang/mi/admin/depreciations/general.php
+++ b/resources/lang/mi/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Tapahatanga Tahua',
'create' => 'Waihangahia te whakahekenga',
'depreciation_name' => 'Te Ingoa Taweke',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Tau o Marama',
'update' => 'Whakahouhia te whakahekenga',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/mi/admin/depreciations/message.php b/resources/lang/mi/admin/depreciations/message.php
index 441c550dcd..37d6932eb8 100644
--- a/resources/lang/mi/admin/depreciations/message.php
+++ b/resources/lang/mi/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Kaore e noho ana te akomanga o te kounga.',
'assoc_users' => 'Kei te honohia tenei toenga i tetahi tauira neke atu ranei kaore e taea te muku. Me mukua nga tauira, ka ngana ano kia mukua ano.',
- 'create' => [
+
+ 'create' => array(
'error' => 'Kaore ano i tohua te akomanga o te utu, me ngana ano. :(',
- 'success' => 'Kua angitu te waahanga o te tahua. :)',
- ],
+ 'success' => 'Kua angitu te waahanga o te tahua. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Kaore i te whakahoutia te akomanga o te whakahekenga, me ngana ano',
- 'success' => 'Kua angitu te whakahoutanga o te akomanga.',
- ],
+ 'success' => 'Kua angitu te whakahoutanga o te akomanga.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Kei te hiahia koe ki te muku i tenei akomanga uara?',
'error' => 'I puta he take e whakakore ana i te akomanga whakahekenga. Tena ngana ano.',
- 'success' => 'Kua mukua te akomanga ohaoha.',
- ],
+ 'success' => 'Kua mukua te akomanga ohaoha.'
+ )
-];
+);
diff --git a/resources/lang/mi/admin/depreciations/table.php b/resources/lang/mi/admin/depreciations/table.php
index d43766d76c..a05227c2d0 100644
--- a/resources/lang/mi/admin/depreciations/table.php
+++ b/resources/lang/mi/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Marama',
'term' => 'Waea',
'title' => 'Ingoa',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/mi/admin/groups/message.php b/resources/lang/mi/admin/groups/message.php
index 09feaa1928..c2b4b288b5 100644
--- a/resources/lang/mi/admin/groups/message.php
+++ b/resources/lang/mi/admin/groups/message.php
@@ -1,22 +1,22 @@
'Kua oti te roopu!',
'group_not_found' => 'Kāore te rōpū [: id] i te tīariari.',
'group_name_required' => 'Kei te hiahiatia te mara ingoa',
- 'success' => [
+ 'success' => array(
'create' => 'He pai te waihanga o te roopu.',
'update' => 'Kua pai te whakahoutanga o te roopu.',
'delete' => 'Kua mukua te roopu.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Kei te hiahia koe ki te muku i tenei roopu?',
'create' => 'He raruraru kei te hanga i te rōpū. Tena ngana ano.',
'update' => 'He raruraru kei te whakahou i te rōpū. Tena ngana ano.',
'delete' => 'He raru kei te whakakore i te rōpū. Tena ngana ano.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/mi/admin/groups/table.php b/resources/lang/mi/admin/groups/table.php
index b89249d64a..f04bd1a362 100644
--- a/resources/lang/mi/admin/groups/table.php
+++ b/resources/lang/mi/admin/groups/table.php
@@ -1,9 +1,9 @@
'Tuhinga',
'name' => 'Ingoa',
'users' => '# o Kaiwhakamahi',
-];
+);
diff --git a/resources/lang/mi/admin/groups/titles.php b/resources/lang/mi/admin/groups/titles.php
index 6abfd3a8de..d44ba78b60 100644
--- a/resources/lang/mi/admin/groups/titles.php
+++ b/resources/lang/mi/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Kaiwhakahaere Rōpū',
'allow' => 'Tukua',
'deny' => 'Whakaae',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/mi/admin/hardware/form.php b/resources/lang/mi/admin/hardware/form.php
index 4b96c6ee0f..e944f0dbc2 100644
--- a/resources/lang/mi/admin/hardware/form.php
+++ b/resources/lang/mi/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Te tiwhikete',
'warranty_expires' => 'Warranty Expires',
'years' => 'tau',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/mi/admin/hardware/general.php b/resources/lang/mi/admin/hardware/general.php
index 547cb24461..b954c26913 100644
--- a/resources/lang/mi/admin/hardware/general.php
+++ b/resources/lang/mi/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Ka taea te tuku',
'requested' => 'I tonohia',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Whakaorangia te Ahua',
'pending' => 'Kei te tatari',
'undeployable' => 'Kaore e taea',
'view' => 'Tirohia te Ahua',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/mi/admin/hardware/message.php b/resources/lang/mi/admin/hardware/message.php index c446c59bcb..75feaef9ea 100644 --- a/resources/lang/mi/admin/hardware/message.php +++ b/resources/lang/mi/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Warning: Kua tohua tenei taonga i te mea kaore i te rongonui. Mena kua hurihia tenei mana, whakahouhia te mana o te taonga.', 'does_not_exist' => 'Kaore he tahua.', - 'does_not_exist_or_not_requestable' => 'He tamata pai. Kaore e noho ana taua taonga, kaore hoki e taea te tuku.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Kei te tirohia tenei taonga i tetahi kaiwhakamahi me te kore e taea te muku. Tirohia koa te taonga i te tuatahi, a ka ngana ki te muku ano.', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Kua pai te takiuru o te kaute.', ], + 'deletefile' => [ 'error' => 'Kāore te kōnae i mukua. Tena ngana ano.', 'success' => 'Kua mukua te kōnae.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Kāore i taea te mukua te kōnae', ], + 'delete' => [ 'confirm' => 'Kei te hiahia koe ki te muku i tenei taonga?', 'error' => 'He raru kei te whakakore i te taonga. Tena ngana ano.', diff --git a/resources/lang/mi/admin/hardware/table.php b/resources/lang/mi/admin/hardware/table.php index c8586abb9a..bc2547cab2 100644 --- a/resources/lang/mi/admin/hardware/table.php +++ b/resources/lang/mi/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Tae Taonga', 'asset_model' => 'Tauira', - 'book_value' => 'Uara', + 'book_value' => 'Current Value', 'change' => 'In / Out', 'checkout_date' => 'Rā Rārangi', 'checkoutto' => 'Kua Mataarahia', + 'current_value' => 'Current Value', 'diff' => 'Tuhinga o mua', 'dl_csv' => 'Tikiake CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Waea', 'status' => 'Tūnga', 'title' => 'Tahua', - 'image' => 'Atahanga Pūrere', + 'image' => 'Atahanga Pūrere', 'days_without_acceptance' => 'Nga Rahui Te Whakaae', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/mi/admin/kits/general.php b/resources/lang/mi/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/mi/admin/kits/general.php +++ b/resources/lang/mi/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/mi/admin/licenses/form.php b/resources/lang/mi/admin/licenses/form.php index d5c6bea584..ce326c2144 100644 --- a/resources/lang/mi/admin/licenses/form.php +++ b/resources/lang/mi/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Tahua', 'checkin' => 'Tirohia', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Kua raihanahia ki te Īmēra', 'to_name' => 'Kua whakaaetia kia Ingoa', 'update' => 'Whakahou Raihana', - 'checkout_help' => 'Me tirohia e koe he raihana ki tetahi taonga taputapu, ki tetahi tangata ranei. Ka taea e koe te whiriwhiri i nga mea e rua, engari ko te kaipupuri o te rawa ka rite ki te tangata e tirotirohia ana e koe te taonga.', -]; + 'checkout_help' => 'Me tirohia e koe he raihana ki tetahi taonga taputapu, ki tetahi tangata ranei. Ka taea e koe te whiriwhiri i nga mea e rua, engari ko te kaipupuri o te rawa ka rite ki te tangata e tirotirohia ana e koe te taonga.' +); diff --git a/resources/lang/mi/admin/licenses/general.php b/resources/lang/mi/admin/licenses/general.php index d5989726f0..92d4f3c2d8 100644 --- a/resources/lang/mi/admin/licenses/general.php +++ b/resources/lang/mi/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Mō Ngā Raihana', 'about_licenses' => 'Ka whakamahia nga raihana ki te aroturuki i te rorohiko. Kei a raua he maha o nga nohoanga e taea ana te tirotiro ki nga takitahi', 'checkin' => 'Waitohu Tika Tono', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Raihana Pūmanawa', 'user' => 'Kaiwhakamahi', 'view' => 'Tirohia Raihana', -]; +); diff --git a/resources/lang/mi/admin/licenses/message.php b/resources/lang/mi/admin/licenses/message.php index 108d7d835d..9812cfc222 100644 --- a/resources/lang/mi/admin/licenses/message.php +++ b/resources/lang/mi/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Kaore he raihana.', 'user_does_not_exist' => 'Kāore te Kaiwhakamahi i te tīariari.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Me whiriwhiri koe i tetahi rawa, i tetahi kaiwhakamahi ranei, engari ehara i te mea e rua.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Kāore i raihana te waihanga, tēnā whakamātau anō.', - 'success' => 'I waihangahia te raihana.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Kāore i raihana te waihanga, tēnā whakamātau anō.', + 'success' => 'I waihangahia te raihana.' + ), + + 'deletefile' => array( 'error' => 'Kāore te kōnae i mukua. Tena ngana ano.', 'success' => 'Kua mukua te kōnae.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Ko nga kōnae kāore i tukuna. Tena ngana ano.', 'success' => 'Ko te (ngā) kōnae i tukuna paihia.', 'nofiles' => 'Kaore i whiriwhiria e koe tetahi kōnae mo te tukuna, ko te kōnae e ngana ana koe ki te tuku he nui rawa', 'invalidfiles' => 'Kotahi, nui atu ranei o ou kōnae he nui rawa atu, he waaahi ranei e kore e whakaaetia. Ko nga kōnae e whakaaetia ana he png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, me te raihana.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Kāore i te whakahouhia te raihana, tēnā whakamātau anō', - 'success' => 'Kua whakahoutia te raihana.', - ], + 'success' => 'Kua whakahoutia te raihana.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Kei te hiahia koe ki te muku i tenei raihana?', 'error' => 'He raruraru kei te whakakore i te raihana. Tena ngana ano.', - 'success' => 'Kua mukua te raihana.', - ], + 'success' => 'Kua mukua te raihana.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'I puta he take hei tirotiro i te raihana. Tena ngana ano.', - 'success' => 'I tohua te raihana', - ], + 'success' => 'I tohua te raihana' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'I kitea he take e tirotirohia ana i roto i te raihana. Tena ngana ano.', - 'success' => 'I tohua te raihana i te angitu', - ], + 'success' => 'I tohua te raihana i te angitu' + ), -]; +); diff --git a/resources/lang/mi/admin/licenses/table.php b/resources/lang/mi/admin/licenses/table.php index e0690fa4d7..35171f7a93 100644 --- a/resources/lang/mi/admin/licenses/table.php +++ b/resources/lang/mi/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Tohua Ki To', 'checkout' => 'In / Out', @@ -14,4 +14,4 @@ return [ 'serial' => 'Waea', 'title' => 'Raihana', -]; +); diff --git a/resources/lang/mi/admin/locations/message.php b/resources/lang/mi/admin/locations/message.php index 57baf20a3c..f04c7db9b2 100644 --- a/resources/lang/mi/admin/locations/message.php +++ b/resources/lang/mi/admin/locations/message.php @@ -1,26 +1,27 @@ 'Kāore i te tīariari te wāhi.', 'assoc_users' => 'Kei te hono tenei taangata ki tetahi kaiwhakamahi kotahi, kaore e taea te muku. Whakaorangia nga kaiwhakamahi kia kaua e tautuhi i tenei tauranga ka ngana ano.', 'assoc_assets' => 'Kei te honohia tenei taapiri ki te iti rawa o te rawa me te kore e taea te muku. Whakaorangia nga taonga ki a koe kia kaua e tautuhi i tenei tauranga ka ngana ano.', 'assoc_child_loc' => 'Kei tenei waahi te matua o te iti rawa o te mokopuna me te kore e taea te muku. Whakaorangia nga taangata ki a koe kia kaua e tautuhi i tenei tauranga ka ngana ano.', - 'create' => [ + + 'create' => array( 'error' => 'Kāore i tuhia te wāhi, tēnā whakamātau anō.', - 'success' => 'He pai te hanganga o te wahi.', - ], + 'success' => 'He pai te hanganga o te wahi.' + ), - 'update' => [ + 'update' => array( 'error' => 'Kāore i whakahoutia te wāhi, tēnā whakamātau anō', - 'success' => 'Kua whakahoutia te tau.', - ], + 'success' => 'Kua whakahoutia te tau.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Kei te hiahia koe ki te muku i tenei tauwāhi?', 'error' => 'He raru kei te whakakore i te tauwāhi. Tena ngana ano.', - 'success' => 'I mukua te tauwāhi.', - ], + 'success' => 'I mukua te tauwāhi.' + ) -]; +); diff --git a/resources/lang/mi/admin/locations/table.php b/resources/lang/mi/admin/locations/table.php index 936f538e9e..4d9869993a 100644 --- a/resources/lang/mi/admin/locations/table.php +++ b/resources/lang/mi/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Matua', 'currency' => 'Wāhi Moni', 'ldap_ou' => 'Rapua Rapu LDAP', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/mi/admin/manufacturers/message.php b/resources/lang/mi/admin/manufacturers/message.php index ff31d14aed..cb6e56c109 100644 --- a/resources/lang/mi/admin/manufacturers/message.php +++ b/resources/lang/mi/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Kaore te kaihoko i te tīariari.', 'assoc_users' => 'Ko tenei kaiwhakanao e whai ana ki tetahi tauira kotahi, kaore e taea te muku. Whakaorangia nga tauira kia kore koe e tohu i tenei kaihanga me te ngana ano.', - 'create' => [ + 'create' => array( 'error' => 'Kāore i hangaia te kaihanga, tēnā whakamātau anō.', - 'success' => 'He pai te hanga a te kaihanga.', - ], + 'success' => 'He pai te hanga a te kaihanga.' + ), - 'update' => [ + 'update' => array( 'error' => 'Kaore i te whakahoutia te kaihanga, na me ngana ano', - 'success' => 'Kua angitu te kaihanga.', - ], + 'success' => 'Kua angitu te kaihanga.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Manufacturer was not restored, please try again', - 'success' => 'Manufacturer restored successfully.', - ], + 'success' => 'Manufacturer restored successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Kei te hiahia koe ki te muku i tenei kaiwhakanao?', 'error' => 'He raru kei te whakakore i te kaihanga. Tena ngana ano.', - 'success' => 'I mukua te Kaihanga.', - ], + 'success' => 'I mukua te Kaihanga.' + ) -]; +); diff --git a/resources/lang/mi/admin/manufacturers/table.php b/resources/lang/mi/admin/manufacturers/table.php index 1fa7adbee8..9c47aa3288 100644 --- a/resources/lang/mi/admin/manufacturers/table.php +++ b/resources/lang/mi/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Mo nga kaihanga', 'about_manufacturers_text' => 'Ko nga kaihanga ko nga kamupene kei te waihanga i o taonga. Ka taea e koe te rokiroki i nga korero whakapiri tautoko nui e pa ana ki a ratou i konei, e whakaatuhia ana ki o raatau tuhinga taipitopito.', 'asset_manufacturers' => 'Kaihanga Ahua', @@ -13,4 +13,4 @@ return [ 'update' => 'Whakahōu Kaihanga', 'url' => 'URL', -]; +); diff --git a/resources/lang/mi/admin/models/general.php b/resources/lang/mi/admin/models/general.php index 31c7a97c58..5ed50c881b 100644 --- a/resources/lang/mi/admin/models/general.php +++ b/resources/lang/mi/admin/models/general.php @@ -1,6 +1,6 @@ 'Mō nga tauira Ahua', 'about_models_text' => 'Ko nga Momo Ahuatanga he huarahi ki te whakariterite i nga rawa taatai. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'restore' => 'Whakahoki Tauira', 'requestable' => 'Ka taea e nga kaiwhakamahi te tono i tenei tauira', - 'show_mac_address' => 'Whakaatuhia te maraataka MAC mo nga taonga i tenei tauira', + 'show_mac_address' => 'Whakaatuhia te maraataka MAC mo nga taonga i tenei tauira', 'view_deleted' => 'Tiro Kua Mukua', 'view_models' => 'Tirohia nga tauira', 'fieldset' => 'Whakaputu', 'no_custom_field' => 'Karekau he mara ritenga', 'add_default_values' => 'Add default values', -]; +); diff --git a/resources/lang/mi/admin/models/message.php b/resources/lang/mi/admin/models/message.php index 6a5151019f..1e372cf64b 100644 --- a/resources/lang/mi/admin/models/message.php +++ b/resources/lang/mi/admin/models/message.php @@ -1,41 +1,42 @@ 'Kāore te tauira i te tīariari.', 'assoc_users' => 'Kei te hono tenei tauira ki te kotahi, neke atu ranei nga rawa, kaore e taea te muku. Nganahia nga rawa, ka ngana ki te muku ano.', - 'create' => [ + + 'create' => array( 'error' => 'Kāore i hangaia te tauira, tēnā whakamātau anō.', 'success' => 'I waihangahia te tauira i pai.', 'duplicate_set' => 'Ko te tauira o te taonga me te ingoa, te kaiwhakanao me te tau tauira kei te noho tonu.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Kāore i te whakahouhia te tauira, na me ngana ano', - 'success' => 'He pai te whakahoutanga o te tauira.', - ], + 'success' => 'He pai te whakahoutanga o te tauira.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Kei te hiahia koe ki te muku i tenei tauira taonga?', 'error' => 'I puta he take e whakakore ana i te tauira. Tena ngana ano.', - 'success' => 'Kua mukua te tauira.', - ], + 'success' => 'Kua mukua te tauira.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Kaore ano kia whakahokia mai te tauira, na me ngana ano', - 'success' => 'He tauira kua whakahokia mai.', - ], + 'success' => 'He tauira kua whakahokia mai.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Kaore i whakarereke nga mara, naore i whakahoutia.', - 'success' => 'Kua whakahoutia nga tauira.', - ], + 'success' => 'Kua whakahoutia nga tauira.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'No models were selected, so nothing was deleted.', 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', - ], + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), -]; +); diff --git a/resources/lang/mi/admin/models/table.php b/resources/lang/mi/admin/models/table.php index 80b3fb2f0e..65b0327ac4 100644 --- a/resources/lang/mi/admin/models/table.php +++ b/resources/lang/mi/admin/models/table.php @@ -1,6 +1,6 @@ 'Waihanga Tae Ahua', 'created_at' => 'I hangaia i', @@ -14,4 +14,4 @@ return [ 'update' => 'Whakahouhia te tauira Ahua', 'clone' => 'He tauira tauira', 'edit' => 'Whakatikahia te tauira', -]; +); diff --git a/resources/lang/mi/admin/reports/general.php b/resources/lang/mi/admin/reports/general.php index a242c51478..aa92d8c976 100644 --- a/resources/lang/mi/admin/reports/general.php +++ b/resources/lang/mi/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Tīpakohia nga kōwhiringa e hiahia ana koe mo tō pūrongo hua.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/mi/admin/reports/message.php b/resources/lang/mi/admin/reports/message.php index e1b30963fd..e60d2fce82 100644 --- a/resources/lang/mi/admin/reports/message.php +++ b/resources/lang/mi/admin/reports/message.php @@ -1,5 +1,5 @@ 'Me whiriwhiri e koe i te iti rawa kia KOTAHI awhina.', -]; +return array( + 'error' => 'Me whiriwhiri e koe i te iti rawa kia KOTAHI awhina.' +); diff --git a/resources/lang/mi/admin/settings/general.php b/resources/lang/mi/admin/settings/general.php index c3e183e53f..8d9b58ce21 100644 --- a/resources/lang/mi/admin/settings/general.php +++ b/resources/lang/mi/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'He raupapa Active Directory tēnei', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Tukuna nga whakamohi ki', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Kua Whakahohea nga Aler', 'alert_interval' => 'Nga Mahinga Whakamutunga Nga Tae (i nga ra)', 'alert_inv_threshold' => 'Waehere Awhearanga Inventory', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'Mena ka hiahia koe ki te tirotiro i nga rawa o taau, ka uru ki roto i nga marama.', 'audit_warning_days' => 'Poari Whakatupato Aitea', 'audit_warning_days_help' => 'E hia nga ra i mua i te wa e tika ana kia whakatupato koe ki a koe i te wa e tika ana nga moni mo te tirotiro?', - 'auto_increment_assets' => 'Whakanuia nga ID tahua-aunoa', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Taapiri (kōwhiringa)', - 'auto_incrementing_help' => 'Whakahohe i nga ID tautuhinga aunoa-aunoa hei whakarite i tenei', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Ngā Pūrua', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/mi/mail.php b/resources/lang/mi/mail.php index f2b4e78a5d..45b5249b72 100644 --- a/resources/lang/mi/mail.php +++ b/resources/lang/mi/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'He whakamatautau tenei mai i te Pūnaha Whakahaere Utu Snipe-IT. Mena kua whiwhi koe i tenei, kei te mahi te miihana :)', 'the_following_item' => 'Kua tohua te mea e whai ake nei i:', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'Hei tautuhi i to: kupuhipa tukutuku, whakaoti i tenei puka:', 'type' => 'Momo', diff --git a/resources/lang/mi/pagination.php b/resources/lang/mi/pagination.php index 628d94f550..7ab6f70394 100644 --- a/resources/lang/mi/pagination.php +++ b/resources/lang/mi/pagination.php @@ -1,6 +1,6 @@ 'Tuhinga o mua »', -]; +); diff --git a/resources/lang/mi/reminders.php b/resources/lang/mi/reminders.php index 62851f7590..5163d59947 100644 --- a/resources/lang/mi/reminders.php +++ b/resources/lang/mi/reminders.php @@ -1,6 +1,6 @@ 'Ko nga kupuhipa he ono nga kupuhipa me te whakarite i te haamau.', + "password" => "Ko nga kupuhipa he ono nga kupuhipa me te whakarite i te haamau.", - 'user' => 'He hē te ingoa kaiwhakamahi me te wāhitau īmēra', + "user" => "He hē te ingoa kaiwhakamahi me te wāhitau īmēra", - 'token' => 'He muhu tenei kupuhipa tautuhinga tautuhi.', + "token" => "He muhu tenei kupuhipa tautuhinga tautuhi.", - 'sent' => 'Mena kua kitea he wahitau īmēra rite, kua tukuna he whakamahara kupuhipa!', + "sent" => "Mena kua kitea he wahitau īmēra rite, kua tukuna he whakamahara kupuhipa!", -]; +); diff --git a/resources/lang/mi/table.php b/resources/lang/mi/table.php index e2209efe34..105af16182 100644 --- a/resources/lang/mi/table.php +++ b/resources/lang/mi/table.php @@ -1,10 +1,10 @@ 'Nga mahi', 'action' => 'Mahi', 'by' => 'Na', 'item' => 'Tuhinga', -]; +); diff --git a/resources/lang/mi/validation.php b/resources/lang/mi/validation.php index ec60b54ad6..7a430dcad5 100644 --- a/resources/lang/mi/validation.php +++ b/resources/lang/mi/validation.php @@ -1,6 +1,6 @@ 'Ko te: ko te tohu ko te iti rawa: min.', 'array' => 'Ko te: me whai i te huanga: iti rawa nga taonga.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Ko te mea i tīpakohia: he muhu te huanga.', 'numeric' => 'Ko te: me tohu he huanga.', 'present' => 'Ko te: ko te waahi tohu kia noho.', @@ -88,8 +89,8 @@ return array( 'unique' => 'Ko te: kua tangohia te huanga.', 'uploaded' => 'Ko te: ko te huanga i rahua te tuku.', 'url' => 'Ko te: ko te hōputu huanga he muhu.', - "unique_undeleted" => "The :attribute must be unique.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Ko te: kei roto i te waahi tohu he momo e kore e whakaaetia.", - "email_array" => "Kotahi, neke atu ranei nga wahitau īmēra he muhu.", - "hashed_pass" => "He hē tō kupuhipa o nāianei", + 'alpha_space' => 'Ko te: kei roto i te waahi tohu he momo e kore e whakaaetia.', + 'email_array' => 'Kotahi, neke atu ranei nga wahitau īmēra he muhu.', + 'hashed_pass' => 'He hē tō kupuhipa o nāianei', 'dumbpwd' => 'He noa rawa te kupuhipa.', - "statuslabel_type" => "Me tīpako i te momo tahua tohu whaimana", + 'statuslabel_type' => 'Me tīpako i te momo tahua tohu whaimana', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/mk/admin/accessories/general.php b/resources/lang/mk/admin/accessories/general.php index f7f551d46b..0d97956c28 100644 --- a/resources/lang/mk/admin/accessories/general.php +++ b/resources/lang/mk/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Категорија на додаток', 'accessory_name' => 'Име на додаток', 'checkout' => 'Задолжи додаток', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Наместо ова, користете стандардни Услови за користење.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/mk/admin/custom_fields/message.php b/resources/lang/mk/admin/custom_fields/message.php
index 36108c4823..040152b955 100644
--- a/resources/lang/mk/admin/custom_fields/message.php
+++ b/resources/lang/mk/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Poleto не постои.',
'already_added' => 'Полето веќе е додадено',
- 'create' => [
+ 'create' => array(
'error' => 'Полето не е креирано, обидете се повторно.',
'success' => 'Полето е успешно создадено.',
- 'assoc_success' => 'Полето е успешно додадено во групата со полиња.',
- ],
+ 'assoc_success' => 'Полето е успешно додадено во групата со полиња.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Полето не е ажурирано, обидете се повторно',
- 'success' => 'Полето е успешно ажурирано.',
- ],
+ 'success' => 'Полето е успешно ажурирано.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Дали сте сигурни дека сакате да го избришете ова поле?',
'error' => 'Имаше проблем со бришење на полето. Обидете се повторно.',
'success' => 'Полето беше успешно избришано.',
'in_use' => 'Полето е сеуште во употреба.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset не постои',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset не е креиран, обидете се повторно.',
- 'success' => 'Fieldset создаден успешно.',
- ],
+ 'success' => 'Fieldset создаден успешно.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset не е ажуриран, обидете се повторно',
- 'success' => 'Fieldset ажуриран успешно.',
- ],
+ 'success' => 'Fieldset ажуриран успешно.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Дали сте сигурни дека сакате да го избришете овој Fieldset?',
'error' => 'Се појави проблем при бришењето на овој Fieldset. Обидете се повторно.',
'success' => 'Fieldset успешно избришан.',
'in_use' => 'Fieldset е сеуште во употреба.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/mk/admin/departments/message.php b/resources/lang/mk/admin/departments/message.php
index 64419bcc2f..6f81bec962 100644
--- a/resources/lang/mk/admin/departments/message.php
+++ b/resources/lang/mk/admin/departments/message.php
@@ -1,21 +1,21 @@
'Одделот не постои.',
'assoc_users' => 'Овој оддел моментално е поврзана со барем еден корисник и не може да се избрише. Ве молиме да ги ажурирате вашите корисници за да не го користите овој оддел и обидете се повторно. ',
- 'create' => [
+ 'create' => array(
'error' => 'Одделот не е креиран, обидете се повторно.',
- 'success' => 'Одделот е успешно креиран.',
- ],
- 'update' => [
+ 'success' => 'Одделот е успешно креиран.'
+ ),
+ 'update' => array(
'error' => 'Одделот не е ажуриран, обидете се повторно',
- 'success' => 'Одделот е успешно ажуриран.',
- ],
- 'delete' => [
+ 'success' => 'Одделот е успешно ажуриран.'
+ ),
+ 'delete' => array(
'confirm' => 'Дали сте сигурни дека сакате да го избришете овој оддел?',
'error' => 'Имаше проблем при бришење на одделот. Обидете се повторно.',
- 'success' => 'Одделот беше успешно избришан.',
- ],
+ 'success' => 'Одделот беше успешно избришан.'
+ )
-];
+);
diff --git a/resources/lang/mk/admin/departments/table.php b/resources/lang/mk/admin/departments/table.php
index dfa93fec1c..7a770cd610 100644
--- a/resources/lang/mk/admin/departments/table.php
+++ b/resources/lang/mk/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Име на оддел',
@@ -8,4 +8,4 @@ return [
'location' => 'Локација',
'create' => 'Креирај оддел',
'update' => 'Ажурирај оддел',
- ];
+ );
diff --git a/resources/lang/mk/admin/depreciations/general.php b/resources/lang/mk/admin/depreciations/general.php
index 0eed649d9e..f44b24a1df 100644
--- a/resources/lang/mk/admin/depreciations/general.php
+++ b/resources/lang/mk/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Амортизациони планови',
'create' => 'Креирај амортизационен план',
'depreciation_name' => 'Име на амортизационен план',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Број на месеци',
'update' => 'Ажурирај амортизационен план',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/mk/admin/depreciations/message.php b/resources/lang/mk/admin/depreciations/message.php
index 682bdd3b99..bc9a115c43 100644
--- a/resources/lang/mk/admin/depreciations/message.php
+++ b/resources/lang/mk/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Aмортизациониот план не постои.',
'assoc_users' => 'Амортизациониот план моментално е поврзан со еден или повеќе модели и не може да се избрише. Ве молиме избришете ги моделите, а потоа пробајте повторно да го избришете. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Амортизациониот план не е креиран, обидете се повторно. :(',
- 'success' => 'Амортизациониот план е успешно креиран. :)',
- ],
+ 'success' => 'Амортизациониот план е успешно креиран. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Амортизациониот план не е ажуриран, обидете се повторно',
- 'success' => 'Амортизациониот план е успешно ажуриран.',
- ],
+ 'success' => 'Амортизациониот план е успешно ажуриран.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Дали сте сигурни дека сакате да го избришете овој амортизационен план?',
'error' => 'Имаше проблем при бришење на амортизациониот план. Обидете се повторно.',
- 'success' => 'Амортизациониот план е успешно избришан.',
- ],
+ 'success' => 'Амортизациониот план е успешно избришан.'
+ )
-];
+);
diff --git a/resources/lang/mk/admin/depreciations/table.php b/resources/lang/mk/admin/depreciations/table.php
index 82b4b4b83d..a90c00fccc 100644
--- a/resources/lang/mk/admin/depreciations/table.php
+++ b/resources/lang/mk/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Месеци',
'term' => 'Времетраење',
'title' => 'Име ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/mk/admin/groups/message.php b/resources/lang/mk/admin/groups/message.php
index 84c1655287..3df582a471 100644
--- a/resources/lang/mk/admin/groups/message.php
+++ b/resources/lang/mk/admin/groups/message.php
@@ -1,22 +1,22 @@
'Групата веќе постои!',
'group_not_found' => 'Групата [:id] не постои.',
'group_name_required' => 'Полето за име е задолжително',
- 'success' => [
+ 'success' => array(
'create' => 'Групата е успешно креирана.',
'update' => 'Групата е успешно ажурирана.',
'delete' => 'Групата е успешно избришана.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Дали сте сигурни дека сакате да ја избришете оваа група?',
'create' => 'Имаше проблем со креирање на групата. Обидете се повторно.',
'update' => 'Имаше проблем со ажурирање на групата. Обидете се повторно.',
'delete' => 'Имаше проблем со бришење на групата. Обидете се повторно.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/mk/admin/groups/table.php b/resources/lang/mk/admin/groups/table.php
index 491e707fc9..58e15ed505 100644
--- a/resources/lang/mk/admin/groups/table.php
+++ b/resources/lang/mk/admin/groups/table.php
@@ -1,9 +1,9 @@
'ID',
'name' => 'Име',
'users' => 'Број на корисници',
-];
+);
diff --git a/resources/lang/mk/admin/groups/titles.php b/resources/lang/mk/admin/groups/titles.php
index c915a31a5e..f53d6e6cbe 100644
--- a/resources/lang/mk/admin/groups/titles.php
+++ b/resources/lang/mk/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Администратор на група',
'allow' => 'Дозволи',
'deny' => 'Одбиј',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/mk/admin/hardware/form.php b/resources/lang/mk/admin/hardware/form.php
index 3f703ec3d8..57b1eb9720 100644
--- a/resources/lang/mk/admin/hardware/form.php
+++ b/resources/lang/mk/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Гаранција',
'warranty_expires' => 'Гаранцијата истекува',
'years' => 'години',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/mk/admin/hardware/general.php b/resources/lang/mk/admin/hardware/general.php
index d43d666893..e902ab93e5 100644
--- a/resources/lang/mk/admin/hardware/general.php
+++ b/resources/lang/mk/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Може да се побара',
'requested' => 'Побарано',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Врати основно средство',
'pending' => 'Во чекање',
'undeployable' => 'Нераспоредливи',
'view' => 'Преглед на основно средство',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/mk/admin/hardware/message.php b/resources/lang/mk/admin/hardware/message.php index 379ba95404..8e4227481c 100644 --- a/resources/lang/mk/admin/hardware/message.php +++ b/resources/lang/mk/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Предупредување: Ова основно средство е означено како нераспоредливо. Ако овој статус е променет, ве молиме да го ажурирате статусот на средството.', 'does_not_exist' => 'Основното средство не постои.', - 'does_not_exist_or_not_requestable' => 'Добар обид. Тоа основно средство не постои или не може да биде побарано.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Ова средство е задолжено на корисник и не може да се избрише. Проверете го, а потоа пробајте повторно да го избришете. ', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Ревизијата на основни средства е логирана.', ], + 'deletefile' => [ 'error' => 'Датотеката не се избриша. Обидете се повторно.', 'success' => 'Датотеката е успешно избришана.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Датотеката не можеше да се избрише', ], + 'delete' => [ 'confirm' => 'Дали сте сигурни дека сакате да го избришете ова основно средство?', 'error' => 'Имаше проблем со бришење на основното средство. Обидете се повторно.', diff --git a/resources/lang/mk/admin/hardware/table.php b/resources/lang/mk/admin/hardware/table.php index 96daec93e7..f305323802 100644 --- a/resources/lang/mk/admin/hardware/table.php +++ b/resources/lang/mk/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Код на основното средство', 'asset_model' => 'Модел', - 'book_value' => 'Вредност', + 'book_value' => 'Current Value', 'change' => 'Раздолжи/Задолжи', 'checkout_date' => 'Датум на задолжување', 'checkoutto' => 'Задолжен на', + 'current_value' => 'Current Value', 'diff' => 'Разлика', 'dl_csv' => 'Преземи CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Сериски број', 'status' => 'Состојба', 'title' => 'Основно средство ', - 'image' => 'Слика', + 'image' => 'Слика', 'days_without_acceptance' => 'Денови без прифаќање', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/mk/admin/kits/general.php b/resources/lang/mk/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/mk/admin/kits/general.php +++ b/resources/lang/mk/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/mk/admin/licenses/form.php b/resources/lang/mk/admin/licenses/form.php index 8a22621856..8ac8c879d8 100644 --- a/resources/lang/mk/admin/licenses/form.php +++ b/resources/lang/mk/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Основно средство', 'checkin' => 'Раздолжи', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Лиценцирано на е-пошта', 'to_name' => 'Лиценцирано на име', 'update' => 'Ажурирај лиценца', - 'checkout_help' => 'Мора да задолжите лиценца на основно средство или на лице. Можете да ги изберете и двете, но сопственикот на основното средство мора да одговара на лицето на кое ја задолжувате лиценцата.', -]; + 'checkout_help' => 'Мора да задолжите лиценца на основно средство или на лице. Можете да ги изберете и двете, но сопственикот на основното средство мора да одговара на лицето на кое ја задолжувате лиценцата.' +); diff --git a/resources/lang/mk/admin/licenses/general.php b/resources/lang/mk/admin/licenses/general.php index a307ecd960..3628ebda93 100644 --- a/resources/lang/mk/admin/licenses/general.php +++ b/resources/lang/mk/admin/licenses/general.php @@ -1,6 +1,6 @@ 'За лиценците', 'about_licenses' => 'Лиценците се користат за следење на софтверот. Тие имаат одреден број места кои можат да се задолжат на поединци', 'checkin' => 'Раздолжи лиценца за место', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Лиценци за софтвер', 'user' => 'Корисник', 'view' => 'Погледнете лиценца', -]; +); diff --git a/resources/lang/mk/admin/licenses/message.php b/resources/lang/mk/admin/licenses/message.php index 2a96aa5693..ad5da4fc68 100644 --- a/resources/lang/mk/admin/licenses/message.php +++ b/resources/lang/mk/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Лиценцата не постои.', 'user_does_not_exist' => 'Корисникот не постои.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Мора да изберете основно средство или корисник, но не и двете.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Лиценцата не е креирана, обидете се повторно.', - 'success' => 'Лиценцата е успешно креирана.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Лиценцата не е креирана, обидете се повторно.', + 'success' => 'Лиценцата е успешно креирана.' + ), + + 'deletefile' => array( 'error' => 'Датотеката не се избриша. Обидете се повторно.', 'success' => 'Датотеката е успешно избришана.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Датотеките не се прикачени. Обидете се повторно.', 'success' => 'Успешно се прикачени датотеките.', 'nofiles' => 'Не одбравте датотеки за прикачување, или датотеката што сакате да ја поставите е премногу голема', 'invalidfiles' => 'Една или повеќе од вашите датотеки е преголема или е тип на датотека што не е дозволен. Дозволени типови на датотеки се png, gif, jpg, doc, docx, pdf и txt.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Лиценцата не е ажурирана, обидете се повторно', - 'success' => 'Лиценцата е успешно ажурирана.', - ], + 'success' => 'Лиценцата е успешно ажурирана.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Дали сте сигурни дека сакате да ја избришете оваа лиценца?', 'error' => 'Имаше проблем со бришење на лиценцата. Обидете се повторно.', - 'success' => 'Лиценцата беше успешно избришана.', - ], + 'success' => 'Лиценцата беше успешно избришана.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Имаше проблем со задолжување на лиценцата. Обидете се повторно.', - 'success' => 'Лиценцата беше успешно задолжена', - ], + 'success' => 'Лиценцата беше успешно задолжена' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Имаше проблем со раздолжување на лиценцата. Обидете се повторно.', - 'success' => 'Лиценцата беше успешно раздолжена', - ], + 'success' => 'Лиценцата беше успешно раздолжена' + ), -]; +); diff --git a/resources/lang/mk/admin/licenses/table.php b/resources/lang/mk/admin/licenses/table.php index 421cc77cfc..31d9da20fd 100644 --- a/resources/lang/mk/admin/licenses/table.php +++ b/resources/lang/mk/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Задолжен на', 'checkout' => 'Раздолжи/Задолжи', @@ -14,4 +14,4 @@ return [ 'serial' => 'Сериски број', 'title' => 'Лиценца', -]; +); diff --git a/resources/lang/mk/admin/locations/message.php b/resources/lang/mk/admin/locations/message.php index 768967b1ac..a6b9418664 100644 --- a/resources/lang/mk/admin/locations/message.php +++ b/resources/lang/mk/admin/locations/message.php @@ -1,26 +1,27 @@ 'Локацијата не постои.', 'assoc_users' => 'Оваа локација моментално е поврзана со барем еден корисник и не може да се избрише. Ве молиме да ги ажурирате вашите корисници за да не ја користете оваа локација и обидете се повторно. ', 'assoc_assets' => 'Оваа локација моментално е поврзана со барем едно основно средство и не може да се избрише. Ве молиме да ги ажурирате вашите основни средства за да не ја користите оваа локација и обидете се повторно. ', 'assoc_child_loc' => 'Оваа локација моментално е родител на најмалку една локација и не може да се избрише. Ве молиме да ги ажурирате вашите локации повеќе да не ја користат оваа локација како родител и обидете се повторно. ', - 'create' => [ + + 'create' => array( 'error' => 'Локацијата не е креирана, обидете се повторно.', - 'success' => 'Локацијата е успешно креирана.', - ], + 'success' => 'Локацијата е успешно креирана.' + ), - 'update' => [ + 'update' => array( 'error' => 'Локацијата не беше ажурирана, обидете се повторно', - 'success' => 'Локацијата е успешно ажурирана.', - ], + 'success' => 'Локацијата е успешно ажурирана.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Дали сте сигурни дека сакате да ја избришете оваа локација?', 'error' => 'Имаше проблем со бришење на локацијата. Обидете се повторно.', - 'success' => 'Локацијата беше успешно избришана.', - ], + 'success' => 'Локацијата беше успешно избришана.' + ) -]; +); diff --git a/resources/lang/mk/admin/locations/table.php b/resources/lang/mk/admin/locations/table.php index 4909e9c759..aa875e380f 100644 --- a/resources/lang/mk/admin/locations/table.php +++ b/resources/lang/mk/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Родител', 'currency' => 'Валута на локација', 'ldap_ou' => 'LDAP OU за пребарување', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/mk/admin/manufacturers/message.php b/resources/lang/mk/admin/manufacturers/message.php index f8d7fbbd99..20ab33ae2a 100644 --- a/resources/lang/mk/admin/manufacturers/message.php +++ b/resources/lang/mk/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Производителот не постои.', 'assoc_users' => 'Овој производител моментално е поврзан со барем еден модел и не може да се избрише. Ве молиме да ги ажурирате моделите за да не го користат овој производител и обидете се повторно. ', - 'create' => [ + 'create' => array( 'error' => 'Производителот не е креиран, обидете се повторно.', - 'success' => 'Производителот е креиран.', - ], + 'success' => 'Производителот е креиран.' + ), - 'update' => [ + 'update' => array( 'error' => 'Производителот не е ажуриран, обидете се повторно', - 'success' => 'Производителот е ажуриран.', - ], + 'success' => 'Производителот е ажуриран.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Производителот не е вреатен, обидете се повторно', - 'success' => 'Производителот е вратен.', - ], + 'success' => 'Производителот е вратен.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Дали сте сигурни дека сакате да го избришете овој производител?', 'error' => 'Имаше проблем со бришење на производителот. Обидете се повторно.', - 'success' => 'Производителот е избришан.', - ], + 'success' => 'Производителот е избришан.' + ) -]; +); diff --git a/resources/lang/mk/admin/manufacturers/table.php b/resources/lang/mk/admin/manufacturers/table.php index ce0ada839b..1546f66f1e 100644 --- a/resources/lang/mk/admin/manufacturers/table.php +++ b/resources/lang/mk/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'За производителите', 'about_manufacturers_text' => 'Производителите се компаниите кои ги произведуваат основните средства. Овде можете да зачувате информации за контакт за поддршка и сл., кои ќе бидат прикажани на страниците со детали за вашите средства.', 'asset_manufacturers' => 'Производители', @@ -13,4 +13,4 @@ return [ 'update' => 'Ажурирај го производителот', 'url' => 'URL', -]; +); diff --git a/resources/lang/mk/admin/models/general.php b/resources/lang/mk/admin/models/general.php index 5638d16580..fa8700dd4e 100644 --- a/resources/lang/mk/admin/models/general.php +++ b/resources/lang/mk/admin/models/general.php @@ -1,6 +1,6 @@ 'За моделите на основни средства', 'about_models_text' => 'Моделите на основни средства служат да се групираат идентични средства. Пр. "IPhone 6s", "ThinkPad T470" итн.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Ќе избришете :model_count модели.', 'restore' => 'Врати модел', 'requestable' => 'Корисниците може да го побараат овој модел', - 'show_mac_address' => 'Покажи поле за MAC адреса во основните средства од овој модел', + 'show_mac_address' => 'Покажи поле за MAC адреса во основните средства од овој модел', 'view_deleted' => 'Преглед на избришани', 'view_models' => 'Преглед на модели', 'fieldset' => 'Група на полиња', 'no_custom_field' => 'Без полиња по желба', 'add_default_values' => 'Додајте default вредности', -]; +); diff --git a/resources/lang/mk/admin/models/message.php b/resources/lang/mk/admin/models/message.php index 01a1277db8..2c421ba394 100644 --- a/resources/lang/mk/admin/models/message.php +++ b/resources/lang/mk/admin/models/message.php @@ -1,41 +1,42 @@ 'Моделот не постои.', 'assoc_users' => 'Моделот во моментов е поврзан со едно или повеќе основни средства и не може да се избрише. Ве молиме избришете ги основните средствата, а потоа пробајте повторно да го избришете. ', - 'create' => [ + + 'create' => array( 'error' => 'Моделот не е креиран, обидете се повторно.', 'success' => 'Моделот е успешно креиран.', 'duplicate_set' => 'Модел на основно средство со тоа име, производител и број на модел веќе постои.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Моделот не е ажуриран, обидете се повторно', - 'success' => 'Моделот е ажуриран.', - ], + 'success' => 'Моделот е ажуриран.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Дали сте сигурни дека сакате да го избришете моделот?', 'error' => 'Имаше проблем со бришење на моделот. Обидете се повторно.', - 'success' => 'Моделот е избришан.', - ], + 'success' => 'Моделот е избришан.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Моделот не е вратен, обидете се повторно', - 'success' => 'Моделот е вратен.', - ], + 'success' => 'Моделот е вратен.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Не беа сменети полиња, затоа ништо не беше ажурирано.', - 'success' => 'Моделите се ажурирани.', - ], + 'success' => 'Моделите се ажурирани.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Не беа избрани модели, затоа ништо не беше избришано.', 'success' => ':success_count модел(и) се избришани!', - 'success_partial' => ':success_count модел (и) се избришани, меѓутоа :fail_count не може да се избришат, бидејќи тие сè уште имаат средства поврзани со нив.', - ], + 'success_partial' => ':success_count модел (и) се избришани, меѓутоа :fail_count не може да се избришат, бидејќи тие сè уште имаат средства поврзани со нив.' + ), -]; +); diff --git a/resources/lang/mk/admin/models/table.php b/resources/lang/mk/admin/models/table.php index dabbc069e3..f508c5fde4 100644 --- a/resources/lang/mk/admin/models/table.php +++ b/resources/lang/mk/admin/models/table.php @@ -1,6 +1,6 @@ 'Креирај модел на основно средство', 'created_at' => 'Креиран во', @@ -14,4 +14,4 @@ return [ 'update' => 'Ажурирај модел на основни средства', 'clone' => 'Клонирај модел', 'edit' => 'Ажурирај модел', -]; +); diff --git a/resources/lang/mk/admin/reports/general.php b/resources/lang/mk/admin/reports/general.php index 7c28ecd711..e2966c8e88 100644 --- a/resources/lang/mk/admin/reports/general.php +++ b/resources/lang/mk/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Изберете ги опциите за извештајот за основни средства.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/mk/admin/reports/message.php b/resources/lang/mk/admin/reports/message.php index ccfb96b1ed..9416accc75 100644 --- a/resources/lang/mk/admin/reports/message.php +++ b/resources/lang/mk/admin/reports/message.php @@ -1,5 +1,5 @@ 'Мора да изберете барем една опција.', -]; +return array( + 'error' => 'Мора да изберете барем една опција.' +); diff --git a/resources/lang/mk/admin/settings/general.php b/resources/lang/mk/admin/settings/general.php index 506898ee26..95949ce6fd 100644 --- a/resources/lang/mk/admin/settings/general.php +++ b/resources/lang/mk/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'Ова е сервер на Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Испрати аларм до', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Овозможени аларми по е-пошта', 'alert_interval' => 'Праг на застарување на аларм (денови)', 'alert_inv_threshold' => 'Праг на аларм за инвентар', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Префикс (опционално)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Резервни копии', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/mk/mail.php b/resources/lang/mk/mail.php index 5a0b7c76bb..587fb99279 100644 --- a/resources/lang/mk/mail.php +++ b/resources/lang/mk/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Ова е тест од Snipe-IT Системот за управување со основни средства. Ако го добивте ова, е-поштата работи :)', 'the_following_item' => 'Следната ставка е раздолжена: ', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'За да ја ресетирате вашата :web лозинка, пополнете го овој формулар:', 'type' => 'Тип', diff --git a/resources/lang/mk/pagination.php b/resources/lang/mk/pagination.php index 6ebb48b911..adbd7187f6 100644 --- a/resources/lang/mk/pagination.php +++ b/resources/lang/mk/pagination.php @@ -1,6 +1,6 @@ 'Следна »', -]; +); diff --git a/resources/lang/mk/reminders.php b/resources/lang/mk/reminders.php index 974f6f884d..0f15730e82 100644 --- a/resources/lang/mk/reminders.php +++ b/resources/lang/mk/reminders.php @@ -1,6 +1,6 @@ 'Лозинките мора да содржат најмалку шест знаци и да одговараат на потврдата.', + "password" => "Лозинките мора да содржат најмалку шест знаци и да одговараат на потврдата.", - 'user' => 'Корисничкото име или адресата за е-пошта е неточна', + "user" => "Корисничкото име или адресата за е-пошта е неточна", - 'token' => 'Токенот за ресетирање на лозинката е невалиден.', + "token" => "Токенот за ресетирање на лозинката е невалиден.", - 'sent' => 'Ако е пронајдена соодветна адреса за е-пошта, потсетникот за лозинка е испратен!', + "sent" => "Ако е пронајдена соодветна адреса за е-пошта, потсетникот за лозинка е испратен!", -]; +); diff --git a/resources/lang/mk/table.php b/resources/lang/mk/table.php index 16cd1aa5cd..f0cfcc0288 100644 --- a/resources/lang/mk/table.php +++ b/resources/lang/mk/table.php @@ -1,10 +1,10 @@ 'Акции', 'action' => 'Акција', 'by' => 'Од', 'item' => 'Ставка', -]; +); diff --git a/resources/lang/mk/validation.php b/resources/lang/mk/validation.php index 49a5d02be3..3bf63f416b 100644 --- a/resources/lang/mk/validation.php +++ b/resources/lang/mk/validation.php @@ -1,6 +1,6 @@ ':attribute мора да биде поголем од :min знаци.', 'array' => ':attribute мора да содржи најмалку :min ставки.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Избраниот :attribute не е валиден.', 'numeric' => ':attribute мора да биде број.', 'present' => 'Полето :attribute е задолжително.', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute е веќе зафатен.', 'uploaded' => ':attribute не е прикачен.', 'url' => 'Форматот на :attribute не е валиден.', - "unique_undeleted" => ":attribute мора да биде уникатен.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => ':attribute мора да биде уникатен.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Полето :attribute содржи знак што не е дозволен.", - "email_array" => "Една или повеќе е-пошти не се валидни.", - "hashed_pass" => "Вашата тековна лозинка е неточна", + 'alpha_space' => 'Полето :attribute содржи знак што не е дозволен.', + 'email_array' => 'Една или повеќе е-пошти не се валидни.', + 'hashed_pass' => 'Вашата тековна лозинка е неточна', 'dumbpwd' => 'Таа лозинка е премногу честа.', - "statuslabel_type" => "Мора да изберете валидна етикета за статус", + 'statuslabel_type' => 'Мора да изберете валидна етикета за статус', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/ml-IN/admin/accessories/general.php b/resources/lang/ml-IN/admin/accessories/general.php index 3759e15861..e9a2e69ff6 100644 --- a/resources/lang/ml-IN/admin/accessories/general.php +++ b/resources/lang/ml-IN/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Accessory Category', 'accessory_name' => 'Accessory Name', 'checkout' => 'Checkout Accessory', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Use the primary default EULA instead.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/ml-IN/admin/custom_fields/message.php b/resources/lang/ml-IN/admin/custom_fields/message.php
index c5d1134d5f..ed66a6ba16 100644
--- a/resources/lang/ml-IN/admin/custom_fields/message.php
+++ b/resources/lang/ml-IN/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'That field does not exist.',
'already_added' => 'Field already added',
- 'create' => [
+ 'create' => array(
'error' => 'Field was not created, please try again.',
'success' => 'Field created successfully.',
- 'assoc_success' => 'Field successfully added to fieldset.',
- ],
+ 'assoc_success' => 'Field successfully added to fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Field was not updated, please try again',
- 'success' => 'Field updated successfully.',
- ],
+ 'success' => 'Field updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this field?',
'error' => 'There was an issue deleting the field. Please try again.',
'success' => 'The field was deleted successfully.',
'in_use' => 'Field is still in use.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset does not exist',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset was not created, please try again.',
- 'success' => 'Fieldset created successfully.',
- ],
+ 'success' => 'Fieldset created successfully.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset was not updated, please try again',
- 'success' => 'Fieldset updated successfully.',
- ],
+ 'success' => 'Fieldset updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this fieldset?',
'error' => 'There was an issue deleting the fieldset. Please try again.',
'success' => 'The fieldset was deleted successfully.',
'in_use' => 'Fieldset is still in use.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/ml-IN/admin/departments/message.php b/resources/lang/ml-IN/admin/departments/message.php
index 14acca576c..d65f4fbb2b 100644
--- a/resources/lang/ml-IN/admin/departments/message.php
+++ b/resources/lang/ml-IN/admin/departments/message.php
@@ -1,21 +1,21 @@
'Department does not exist.',
'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ',
- 'create' => [
+ 'create' => array(
'error' => 'Department was not created, please try again.',
- 'success' => 'Department created successfully.',
- ],
- 'update' => [
+ 'success' => 'Department created successfully.'
+ ),
+ 'update' => array(
'error' => 'Department was not updated, please try again',
- 'success' => 'Department updated successfully.',
- ],
- 'delete' => [
+ 'success' => 'Department updated successfully.'
+ ),
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this department?',
'error' => 'There was an issue deleting the department. Please try again.',
- 'success' => 'The department was deleted successfully.',
- ],
+ 'success' => 'The department was deleted successfully.'
+ )
-];
+);
diff --git a/resources/lang/ml-IN/admin/departments/table.php b/resources/lang/ml-IN/admin/departments/table.php
index b9e94f80cc..76494247be 100644
--- a/resources/lang/ml-IN/admin/departments/table.php
+++ b/resources/lang/ml-IN/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Department Name',
@@ -8,4 +8,4 @@ return [
'location' => 'Location',
'create' => 'Create Department',
'update' => 'Update Department',
- ];
+ );
diff --git a/resources/lang/ml-IN/admin/depreciations/general.php b/resources/lang/ml-IN/admin/depreciations/general.php
index e6c86b9ff5..1a5666f9dc 100644
--- a/resources/lang/ml-IN/admin/depreciations/general.php
+++ b/resources/lang/ml-IN/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Asset Depreciations',
'create' => 'Create Depreciation',
'depreciation_name' => 'Depreciation Name',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Number of Months',
'update' => 'Update Depreciation',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/ml-IN/admin/depreciations/message.php b/resources/lang/ml-IN/admin/depreciations/message.php
index 235c52d7e8..c20e52c13c 100644
--- a/resources/lang/ml-IN/admin/depreciations/message.php
+++ b/resources/lang/ml-IN/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Depreciation class does not exist.',
'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Depreciation class was not created, please try again. :(',
- 'success' => 'Depreciation class created successfully. :)',
- ],
+ 'success' => 'Depreciation class created successfully. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Depreciation class was not updated, please try again',
- 'success' => 'Depreciation class updated successfully.',
- ],
+ 'success' => 'Depreciation class updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this depreciation class?',
'error' => 'There was an issue deleting the depreciation class. Please try again.',
- 'success' => 'The depreciation class was deleted successfully.',
- ],
+ 'success' => 'The depreciation class was deleted successfully.'
+ )
-];
+);
diff --git a/resources/lang/ml-IN/admin/depreciations/table.php b/resources/lang/ml-IN/admin/depreciations/table.php
index a0d32d968d..256b10b92a 100644
--- a/resources/lang/ml-IN/admin/depreciations/table.php
+++ b/resources/lang/ml-IN/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Months',
'term' => 'Term',
'title' => 'Name ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/ml-IN/admin/groups/message.php b/resources/lang/ml-IN/admin/groups/message.php
index 5d7786b158..f14b6339e8 100644
--- a/resources/lang/ml-IN/admin/groups/message.php
+++ b/resources/lang/ml-IN/admin/groups/message.php
@@ -1,22 +1,22 @@
'Group already exists!',
'group_not_found' => 'Group [:id] does not exist.',
'group_name_required' => 'The name field is required',
- 'success' => [
+ 'success' => array(
'create' => 'Group was successfully created.',
'update' => 'Group was successfully updated.',
'delete' => 'Group was successfully deleted.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this group?',
'create' => 'There was an issue creating the group. Please try again.',
'update' => 'There was an issue updating the group. Please try again.',
'delete' => 'There was an issue deleting the group. Please try again.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/ml-IN/admin/groups/table.php b/resources/lang/ml-IN/admin/groups/table.php
index 1fe63604f8..61f060a116 100644
--- a/resources/lang/ml-IN/admin/groups/table.php
+++ b/resources/lang/ml-IN/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Name',
'users' => '# of Users',
-];
+);
diff --git a/resources/lang/ml-IN/admin/groups/titles.php b/resources/lang/ml-IN/admin/groups/titles.php
index 8807f5e54a..d875f190d7 100644
--- a/resources/lang/ml-IN/admin/groups/titles.php
+++ b/resources/lang/ml-IN/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Group Admin',
'allow' => 'Allow',
'deny' => 'Deny',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/ml-IN/admin/hardware/form.php b/resources/lang/ml-IN/admin/hardware/form.php
index 86a40a5fa2..0c1a3167be 100644
--- a/resources/lang/ml-IN/admin/hardware/form.php
+++ b/resources/lang/ml-IN/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Warranty',
'warranty_expires' => 'Warranty Expires',
'years' => 'years',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/ml-IN/admin/hardware/general.php b/resources/lang/ml-IN/admin/hardware/general.php
index 80a2c14e50..1ac49efef1 100644
--- a/resources/lang/ml-IN/admin/hardware/general.php
+++ b/resources/lang/ml-IN/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Requestable',
'requested' => 'Requested',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'View Asset',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/ml-IN/admin/hardware/message.php b/resources/lang/ml-IN/admin/hardware/message.php index ae18cf51ea..8c8e323a73 100644 --- a/resources/lang/ml-IN/admin/hardware/message.php +++ b/resources/lang/ml-IN/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Warning: This asset has been marked as currently undeployable. If this status has changed, please update the asset status.', 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Asset audit successfully logged.', ], + 'deletefile' => [ 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'The file was unable to be deleted', ], + 'delete' => [ 'confirm' => 'Are you sure you wish to delete this asset?', 'error' => 'There was an issue deleting the asset. Please try again.', diff --git a/resources/lang/ml-IN/admin/hardware/table.php b/resources/lang/ml-IN/admin/hardware/table.php index e992b9d2a7..6166ba8045 100644 --- a/resources/lang/ml-IN/admin/hardware/table.php +++ b/resources/lang/ml-IN/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Asset Tag', 'asset_model' => 'Model', - 'book_value' => 'Value', + 'book_value' => 'Current Value', 'change' => 'In/Out', 'checkout_date' => 'Checkout Date', 'checkoutto' => 'Checked Out', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Download CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serial', 'status' => 'Status', 'title' => 'Asset ', - 'image' => 'Device Image', + 'image' => 'Device Image', 'days_without_acceptance' => 'Days Without Acceptance', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/ml-IN/admin/kits/general.php b/resources/lang/ml-IN/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/ml-IN/admin/kits/general.php +++ b/resources/lang/ml-IN/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/ml-IN/admin/licenses/form.php b/resources/lang/ml-IN/admin/licenses/form.php index 90fa8b8562..ce29167874 100644 --- a/resources/lang/ml-IN/admin/licenses/form.php +++ b/resources/lang/ml-IN/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Asset', 'checkin' => 'Checkin', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licensed to Email', 'to_name' => 'Licensed to Name', 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.', -]; + '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.' +); diff --git a/resources/lang/ml-IN/admin/licenses/general.php b/resources/lang/ml-IN/admin/licenses/general.php index a4d79a5c40..25a536ec56 100644 --- a/resources/lang/ml-IN/admin/licenses/general.php +++ b/resources/lang/ml-IN/admin/licenses/general.php @@ -1,6 +1,6 @@ 'About Licenses', 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Checkin License Seat', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Software Licenses', 'user' => 'User', 'view' => 'View License', -]; +); diff --git a/resources/lang/ml-IN/admin/licenses/message.php b/resources/lang/ml-IN/admin/licenses/message.php index 8a5807cba2..87a7c3d0b9 100644 --- a/resources/lang/ml-IN/admin/licenses/message.php +++ b/resources/lang/ml-IN/admin/licenses/message.php @@ -1,6 +1,6 @@ 'License does not exist.', 'user_does_not_exist' => 'User does not exist.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'You must select an asset or a user, but not both.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'License was not created, please try again.', + 'success' => 'License created successfully.' + ), + + 'deletefile' => array( 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.', - ], + 'success' => 'License updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this license?', 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.', - ], + 'success' => 'The license was deleted successfully.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully', - ], + 'success' => 'The license was checked out successfully' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully', - ], + 'success' => 'The license was checked in successfully' + ), -]; +); diff --git a/resources/lang/ml-IN/admin/licenses/table.php b/resources/lang/ml-IN/admin/licenses/table.php index f5520afe52..dfce4136cb 100644 --- a/resources/lang/ml-IN/admin/licenses/table.php +++ b/resources/lang/ml-IN/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Assigned To', 'checkout' => 'In/Out', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serial', 'title' => 'License', -]; +); diff --git a/resources/lang/ml-IN/admin/locations/message.php b/resources/lang/ml-IN/admin/locations/message.php index 2aac2141cb..3ba1eed3b6 100644 --- a/resources/lang/ml-IN/admin/locations/message.php +++ b/resources/lang/ml-IN/admin/locations/message.php @@ -1,26 +1,27 @@ 'Location does not exist.', 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', - 'create' => [ + + 'create' => array( 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.', - ], + 'success' => 'Location created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.', - ], + 'success' => 'Location updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this location?', 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.', - ], + 'success' => 'The location was deleted successfully.' + ) -]; +); diff --git a/resources/lang/ml-IN/admin/locations/table.php b/resources/lang/ml-IN/admin/locations/table.php index 17e22f8a0b..5135133856 100644 --- a/resources/lang/ml-IN/admin/locations/table.php +++ b/resources/lang/ml-IN/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Parent', 'currency' => 'Location Currency', 'ldap_ou' => 'LDAP Search OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/ml-IN/admin/manufacturers/message.php b/resources/lang/ml-IN/admin/manufacturers/message.php index eac9e700ec..21a4bc5aaf 100644 --- a/resources/lang/ml-IN/admin/manufacturers/message.php +++ b/resources/lang/ml-IN/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Manufacturer does not exist.', 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', - 'create' => [ + 'create' => array( 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.', - ], + 'success' => 'Manufacturer created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.', - ], + 'success' => 'Manufacturer updated successfully.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Manufacturer was not restored, please try again', - 'success' => 'Manufacturer restored successfully.', - ], + 'success' => 'Manufacturer restored successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', 'error' => 'There was an issue deleting the manufacturer. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.', - ], + 'success' => 'The Manufacturer was deleted successfully.' + ) -]; +); diff --git a/resources/lang/ml-IN/admin/manufacturers/table.php b/resources/lang/ml-IN/admin/manufacturers/table.php index 05a79f5700..4e3ea9904d 100644 --- a/resources/lang/ml-IN/admin/manufacturers/table.php +++ b/resources/lang/ml-IN/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'About manufacturers', 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', 'asset_manufacturers' => 'Asset Manufacturers', @@ -13,4 +13,4 @@ return [ 'update' => 'Update Manufacturer', 'url' => 'URL', -]; +); diff --git a/resources/lang/ml-IN/admin/models/general.php b/resources/lang/ml-IN/admin/models/general.php index 046fd562e2..d2d77e0e8c 100644 --- a/resources/lang/ml-IN/admin/models/general.php +++ b/resources/lang/ml-IN/admin/models/general.php @@ -1,6 +1,6 @@ 'About Asset Models', 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', + 'show_mac_address' => 'Show MAC address field in assets in this model', 'view_deleted' => 'View Deleted', 'view_models' => 'View Models', 'fieldset' => 'Fieldset', 'no_custom_field' => 'No custom fields', 'add_default_values' => 'Add default values', -]; +); diff --git a/resources/lang/ml-IN/admin/models/message.php b/resources/lang/ml-IN/admin/models/message.php index c2c7d7c627..e3b29d5b4b 100644 --- a/resources/lang/ml-IN/admin/models/message.php +++ b/resources/lang/ml-IN/admin/models/message.php @@ -1,41 +1,42 @@ 'Model does not exist.', 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', - 'create' => [ + + 'create' => array( 'error' => 'Model was not created, please try again.', 'success' => 'Model created successfully.', 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.', - ], + 'success' => 'Model updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this asset model?', 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.', - ], + 'success' => 'The model was deleted successfully.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.', - ], + 'success' => 'Model restored successfully.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.', - ], + 'success' => 'Models updated.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'No models were selected, so nothing was deleted.', 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', - ], + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), -]; +); diff --git a/resources/lang/ml-IN/admin/models/table.php b/resources/lang/ml-IN/admin/models/table.php index 8ca54d5a8f..11a512b3d3 100644 --- a/resources/lang/ml-IN/admin/models/table.php +++ b/resources/lang/ml-IN/admin/models/table.php @@ -1,6 +1,6 @@ 'Create Asset Model', 'created_at' => 'Created at', @@ -14,4 +14,4 @@ return [ 'update' => 'Update Asset Model', 'clone' => 'Clone Model', 'edit' => 'Edit Model', -]; +); diff --git a/resources/lang/ml-IN/admin/reports/general.php b/resources/lang/ml-IN/admin/reports/general.php index 65e2bb1d73..344d5c8743 100644 --- a/resources/lang/ml-IN/admin/reports/general.php +++ b/resources/lang/ml-IN/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Select the options you want for your asset report.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/ml-IN/admin/reports/message.php b/resources/lang/ml-IN/admin/reports/message.php index 75b8533fb7..d4c8f8198f 100644 --- a/resources/lang/ml-IN/admin/reports/message.php +++ b/resources/lang/ml-IN/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.', -]; +return array( + 'error' => 'You must select at least ONE option.' +); diff --git a/resources/lang/ml-IN/admin/settings/general.php b/resources/lang/ml-IN/admin/settings/general.php index 24ea3d8cea..3e7a60f89f 100644 --- a/resources/lang/ml-IN/admin/settings/general.php +++ b/resources/lang/ml-IN/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'This is an Active Directory server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Send alerts to', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Email Alerts Enabled', 'alert_interval' => 'Expiring Alerts Threshold (in days)', 'alert_inv_threshold' => 'Inventory Alert Threshold', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/ml-IN/mail.php b/resources/lang/ml-IN/mail.php index 6471289e00..db5e157135 100644 --- a/resources/lang/ml-IN/mail.php +++ b/resources/lang/ml-IN/mail.php @@ -60,7 +60,7 @@ return [ 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', 'the_following_item' => 'The following item has been checked in: ', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'To reset your :web password, complete this form:', 'type' => 'Type', diff --git a/resources/lang/ml-IN/pagination.php b/resources/lang/ml-IN/pagination.php index b9940a133a..b573b51e91 100644 --- a/resources/lang/ml-IN/pagination.php +++ b/resources/lang/ml-IN/pagination.php @@ -1,6 +1,6 @@ 'Next »', -]; +); diff --git a/resources/lang/ml-IN/reminders.php b/resources/lang/ml-IN/reminders.php index a8ee7dda97..e7a476e3a2 100644 --- a/resources/lang/ml-IN/reminders.php +++ b/resources/lang/ml-IN/reminders.php @@ -1,6 +1,6 @@ 'Passwords must be six characters and match the confirmation.', + "password" => "Passwords must be six characters and match the confirmation.", - 'user' => 'Username or email address is incorrect', + "user" => "Username or email address is incorrect", - 'token' => 'This password reset token is invalid.', + "token" => "This password reset token is invalid.", - 'sent' => 'If a matching email address was found, a password reminder has been sent!', + "sent" => "If a matching email address was found, a password reminder has been sent!", -]; +); diff --git a/resources/lang/ml-IN/table.php b/resources/lang/ml-IN/table.php index e5de4c440e..f7a49d86c1 100644 --- a/resources/lang/ml-IN/table.php +++ b/resources/lang/ml-IN/table.php @@ -1,10 +1,10 @@ 'Actions', 'action' => 'Action', 'by' => 'By', 'item' => 'Item', -]; +); diff --git a/resources/lang/ml-IN/validation.php b/resources/lang/ml-IN/validation.php index 4ece7d41c7..72b465f211 100644 --- a/resources/lang/ml-IN/validation.php +++ b/resources/lang/ml-IN/validation.php @@ -1,6 +1,6 @@ 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'The selected :attribute is invalid.', 'numeric' => 'The :attribute must be a number.', 'present' => 'The :attribute field must be present.', @@ -88,8 +89,8 @@ return array( 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', - "unique_undeleted" => "The :attribute must be unique.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", + 'alpha_space' => 'The :attribute field contains a character that is not allowed.', + 'email_array' => 'One or more email addresses is invalid.', + 'hashed_pass' => 'Your current password is incorrect', 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", + 'statuslabel_type' => 'You must select a valid status label type', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/mn/admin/accessories/general.php b/resources/lang/mn/admin/accessories/general.php index 189bb2efd5..507ae7daed 100644 --- a/resources/lang/mn/admin/accessories/general.php +++ b/resources/lang/mn/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Дагалдах хэрэгслийн ангилал', 'accessory_name' => 'Дагалдах хэрэгслийн нэр', 'checkout' => 'Төлбөрийн дагалдах хэрэгсэл', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Оронд нь програмын үндсэн EULA-г ашиглаарай.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/mn/admin/custom_fields/message.php b/resources/lang/mn/admin/custom_fields/message.php
index 8a063addc1..41df018663 100644
--- a/resources/lang/mn/admin/custom_fields/message.php
+++ b/resources/lang/mn/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Энэ талбар байхгүй байна.',
'already_added' => 'Талбай нэмэгдсэн байна',
- 'create' => [
+ 'create' => array(
'error' => 'Талбар үүсгэгдсэнгүй, дахин оролдоно уу.',
'success' => 'Талбай амжилттай болсон.',
- 'assoc_success' => 'Field талбарт амжилттай нэмсэн.',
- ],
+ 'assoc_success' => 'Field талбарт амжилттай нэмсэн.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Талбар шинэчлэгдсэнгүй, дахин оролдоно уу',
- 'success' => 'Field амжилттай шинэчлэгдсэн.',
- ],
+ 'success' => 'Field амжилттай шинэчлэгдсэн.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Та энэ талбарыг устгахыг хүсч байна уу?',
'error' => 'Энэ талбарыг устгах асуудал гарлаа. Дахин оролдоно уу.',
'success' => 'Талбар амжилттай устгагдсан байна.',
'in_use' => 'Талбар ашиглагдаж байна.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset байхгүй байна',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset үүсгээгүй байна, дахин оролдоно уу.',
- 'success' => 'Fieldset амжилттай болсон.',
- ],
+ 'success' => 'Fieldset амжилттай болсон.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset шинэчлэгдсэнгүй, дахин оролдоно уу',
- 'success' => 'Fieldset амжилттай шинэчлэгдсэн.',
- ],
+ 'success' => 'Fieldset амжилттай шинэчлэгдсэн.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Та энэ талбарыг устгахыг хүсч байгаадаа итгэлтэй байна уу?',
'error' => 'Энэ талбарыг устгах асуудал гарлаа. Дахин оролдоно уу.',
'success' => 'Fields амжилттай устгагдсан байна.',
'in_use' => 'Fieldset ашиглагдаж байна.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/mn/admin/departments/message.php b/resources/lang/mn/admin/departments/message.php
index 2fb23513fb..60176b297a 100644
--- a/resources/lang/mn/admin/departments/message.php
+++ b/resources/lang/mn/admin/departments/message.php
@@ -1,21 +1,21 @@
'Хэлтэс байхгүй байна.',
'assoc_users' => 'Энэ хэлтэс нь одоогоор хамгийн багадаа нэг хэрэглэгчтэй холбоотой бөгөөд устгах боломжгүй байна. Энэ хэрэглэгчийн лавлагааг цаашид хэрэггүй болгохын тулд хэрэглэгчиддээ шинэчилнэ үү.',
- 'create' => [
+ 'create' => array(
'error' => 'Газар үүсгээгүй байна, дахин оролдоно уу.',
- 'success' => 'Газар амжилттай бий болсон.',
- ],
- 'update' => [
+ 'success' => 'Газар амжилттай бий болсон.'
+ ),
+ 'update' => array(
'error' => 'Хэлтэс шинэчлэгдсэнгүй, дахин оролдоно уу',
- 'success' => 'Газар амжилттай шинэчлэгдсэн.',
- ],
- 'delete' => [
+ 'success' => 'Газар амжилттай шинэчлэгдсэн.'
+ ),
+ 'delete' => array(
'confirm' => 'Та энэ хэлтэст устгахыг хүсч байна уу?',
'error' => 'Департаментыг устгах асуудал гарсан. Дахин оролдоно уу.',
- 'success' => 'Энэ хэлтэс амжилттай устгагдсан.',
- ],
+ 'success' => 'Энэ хэлтэс амжилттай устгагдсан.'
+ )
-];
+);
diff --git a/resources/lang/mn/admin/departments/table.php b/resources/lang/mn/admin/departments/table.php
index e785d89f03..541b45f6f7 100644
--- a/resources/lang/mn/admin/departments/table.php
+++ b/resources/lang/mn/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Газрын нэр',
@@ -8,4 +8,4 @@ return [
'location' => 'Байршил',
'create' => 'Газар үүсгэх',
'update' => 'Шинэчилсэн газар',
- ];
+ );
diff --git a/resources/lang/mn/admin/depreciations/general.php b/resources/lang/mn/admin/depreciations/general.php
index d46c4b0dca..59002b411a 100644
--- a/resources/lang/mn/admin/depreciations/general.php
+++ b/resources/lang/mn/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Хөрөнгийн элэгдэл',
'create' => 'Элэгдэл бий болгох',
'depreciation_name' => 'Элэгдэл Нэр',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Сарын тоо',
'update' => 'Элэгдэл шинэчлэх',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/mn/admin/depreciations/message.php b/resources/lang/mn/admin/depreciations/message.php
index 79d65c174b..5d1dde23de 100644
--- a/resources/lang/mn/admin/depreciations/message.php
+++ b/resources/lang/mn/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Элэгдлийн анги байхгүй байна.',
'assoc_users' => 'Энэ элэгдэл нэг буюу хэд хэдэн загвартай холбоотой бөгөөд устгах боломжгүй. Загваруудыг устгаж, дараа нь устгахыг оролдоно уу.',
- 'create' => [
+
+ 'create' => array(
'error' => 'Элэгдэлийн анги үүссэнгүй, дахин оролдоно уу. :(',
- 'success' => 'Элэгдэлийн элэгдэл бий болсон. :)',
- ],
+ 'success' => 'Элэгдэлийн элэгдэл бий болсон. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Элэгдэлийн анги шинэчлэгдсэнгүй, дахин оролдоно уу',
- 'success' => 'Элэгдэлийн ангилал амжилттай шинэчлэгдсэн.',
- ],
+ 'success' => 'Элэгдэлийн ангилал амжилттай шинэчлэгдсэн.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Та энэ элэгдлийн ангилалыг устгахыг хүсч байгаадаа итгэлтэй байна уу?',
'error' => 'Элэгдлийн анги устгах асуудал гарлаа. Дахин оролдоно уу.',
- 'success' => 'Элэгдэлийн анги амжилттай устгасан.',
- ],
+ 'success' => 'Элэгдэлийн анги амжилттай устгасан.'
+ )
-];
+);
diff --git a/resources/lang/mn/admin/depreciations/table.php b/resources/lang/mn/admin/depreciations/table.php
index e2b962fafc..112d6c62ec 100644
--- a/resources/lang/mn/admin/depreciations/table.php
+++ b/resources/lang/mn/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Сар',
'term' => 'Хугацаа',
'title' => 'Нэр',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/mn/admin/groups/message.php b/resources/lang/mn/admin/groups/message.php
index 41d927a1c8..6ee7aef5c6 100644
--- a/resources/lang/mn/admin/groups/message.php
+++ b/resources/lang/mn/admin/groups/message.php
@@ -1,22 +1,22 @@
'Групп аль хэдийн байна!',
'group_not_found' => 'Групп [: id] байхгүй байна.',
'group_name_required' => 'Нэрийн талбар шаардлагатай',
- 'success' => [
+ 'success' => array(
'create' => 'Групп амжилттай болсон.',
'update' => 'Групп амжилттай шинэчлэгдсэн.',
'delete' => 'Групп амжилттай устгагдсан байна.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Та энэ бүлгийг устгахыг хүсч байгаадаа итгэлтэй байна уу?',
'create' => 'Бүлэг үүсгэх асуудал үүссэн. Дахин оролдоно уу.',
'update' => 'Бүлгийг шинэчлэх асуудал гарлаа. Дахин оролдоно уу.',
'delete' => 'Бүлгийг устгах асуудал гарлаа. Дахин оролдоно уу.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/mn/admin/groups/table.php b/resources/lang/mn/admin/groups/table.php
index 36cf445f66..893cc7ccbb 100644
--- a/resources/lang/mn/admin/groups/table.php
+++ b/resources/lang/mn/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Нэр',
'users' => 'Хэрэглэгчдийн тоо #',
-];
+);
diff --git a/resources/lang/mn/admin/groups/titles.php b/resources/lang/mn/admin/groups/titles.php
index 02bab0008b..4e6f2e1564 100644
--- a/resources/lang/mn/admin/groups/titles.php
+++ b/resources/lang/mn/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Групп админ',
'allow' => 'Зөвшөөрнө үү',
'deny' => 'Дене',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/mn/admin/hardware/form.php b/resources/lang/mn/admin/hardware/form.php
index 6de730313b..1d50cf08aa 100644
--- a/resources/lang/mn/admin/hardware/form.php
+++ b/resources/lang/mn/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Баталгаат',
'warranty_expires' => 'Баталгаат хугацаа дуусах',
'years' => 'жил',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/mn/admin/hardware/general.php b/resources/lang/mn/admin/hardware/general.php
index 2a651cefbc..b6a46b3feb 100644
--- a/resources/lang/mn/admin/hardware/general.php
+++ b/resources/lang/mn/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Уучлаарай',
'requested' => 'Хүсэлт гаргасан',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Хөрөнгийг дахин сэргээх',
'pending' => 'Хүлээгдэж байна',
'undeployable' => 'Undeployable',
'view' => 'Хөрөнгийг харах',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/mn/admin/hardware/message.php b/resources/lang/mn/admin/hardware/message.php index 2702ec5288..261af56aa7 100644 --- a/resources/lang/mn/admin/hardware/message.php +++ b/resources/lang/mn/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Анхааруулга: Энэ хөрөнгө нь одоогоор хүчингүй болсон гэж тэмдэглэгдсэн байна. Хэрэв энэ байдал өөрчлөгдсөн бол хөрөнгийн статусыг шинэчлэнэ үү.', 'does_not_exist' => 'Хөрөнгө байхгүй байна.', - 'does_not_exist_or_not_requestable' => 'Сайхан оролдлого. Энэ хөрөнгө байхгүй эсвэл хүсэлт гаргаагүй.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Энэ хөрөнгийг одоогоор хэрэглэгчид шалгаж, устгах боломжгүй байна. Эхлээд хөрөнгийг шалгаж үзээд дараа нь устга.', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Хөрөнгийн аудит амжилттай нэвтэрсэн байна.', ], + 'deletefile' => [ 'error' => 'Файлыг устгаагүй байна. Дахин оролдоно уу.', 'success' => 'Файл амжилттай устгагдсан.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Файл устгагдах боломжгүй байна', ], + 'delete' => [ 'confirm' => 'Та энэ хөрөнгийг устгахыг хүсч байна уу?', 'error' => 'Хөрөнгийг устгах асуудал гарлаа. Дахин оролдоно уу.', diff --git a/resources/lang/mn/admin/hardware/table.php b/resources/lang/mn/admin/hardware/table.php index 828cc251ee..88b1a8708d 100644 --- a/resources/lang/mn/admin/hardware/table.php +++ b/resources/lang/mn/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Хөрөнгийн шошго', 'asset_model' => 'Загвар', - 'book_value' => 'Утга', + 'book_value' => 'Current Value', 'change' => 'Гадуур нь', 'checkout_date' => 'Тооцоо хийх өдөр', 'checkoutto' => 'Нь шалгаж', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'CSV татаж авах', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Цуваа', 'status' => 'Статус', 'title' => 'Актив', - 'image' => 'Төхөөрөмжийн дүрс', + 'image' => 'Төхөөрөмжийн дүрс', 'days_without_acceptance' => 'Хүлээн зөвшөөрөхгүй өдрүүд', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/mn/admin/kits/general.php b/resources/lang/mn/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/mn/admin/kits/general.php +++ b/resources/lang/mn/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/mn/admin/licenses/form.php b/resources/lang/mn/admin/licenses/form.php index 67fca9c5d2..ab15e3dd19 100644 --- a/resources/lang/mn/admin/licenses/form.php +++ b/resources/lang/mn/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Актив', 'checkin' => 'Шалгах', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Имэйлд тусгайлсан', 'to_name' => 'Нэрээр нь тусгайлсан', 'update' => 'Лицензийг шинэчлэх', - 'checkout_help' => 'Та лицензийг тоног төхөөрөмжийн хөрөнгө эсвэл хүн болгонд шалгаж үзэх ёстой. Та хоёуланг нь сонгож болно, гэхдээ хөрөнгийн эзэмшигч нь уг хөрөнгөө шалгаж байгаа хүнтэй таарах ёстой.', -]; + 'checkout_help' => 'Та лицензийг тоног төхөөрөмжийн хөрөнгө эсвэл хүн болгонд шалгаж үзэх ёстой. Та хоёуланг нь сонгож болно, гэхдээ хөрөнгийн эзэмшигч нь уг хөрөнгөө шалгаж байгаа хүнтэй таарах ёстой.' +); diff --git a/resources/lang/mn/admin/licenses/general.php b/resources/lang/mn/admin/licenses/general.php index 4a9ba8ac4f..27cb9e1af2 100644 --- a/resources/lang/mn/admin/licenses/general.php +++ b/resources/lang/mn/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Лицензийн тухай', 'about_licenses' => 'Програмыг хянах лицензийг ашигладаг. Тэдгээр нь тодорхой тооны суудалтай байдаг', 'checkin' => 'Checkin лицензийн суудал', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Програм хангамжийн лиценз', 'user' => 'Хэрэглэгч', 'view' => 'Лицензийг харах', -]; +); diff --git a/resources/lang/mn/admin/licenses/message.php b/resources/lang/mn/admin/licenses/message.php index f92f776c1a..213ef46c59 100644 --- a/resources/lang/mn/admin/licenses/message.php +++ b/resources/lang/mn/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Лиценз байхгүй байна.', 'user_does_not_exist' => 'Хэрэглэгч байхгүй байна.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Та хөрөнгө эсвэл хэрэглэгчийг сонгох ёстой, гэхдээ хоёулаа биш.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Лиценз үүсгэгдсэнгүй, дахин оролдоно уу.', - 'success' => 'Лиценз амжилттай болсон.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Лиценз үүсгэгдсэнгүй, дахин оролдоно уу.', + 'success' => 'Лиценз амжилттай болсон.' + ), + + 'deletefile' => array( 'error' => 'Файлыг устгаагүй байна. Дахин оролдоно уу.', 'success' => 'Файл амжилттай устгагдсан.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Файлд байршуулаагүй файл. Дахин оролдоно уу.', 'success' => 'Файлууд амжилттай байршуулсан.', 'nofiles' => 'Та байршуулах ямар ч файл сонгоогүй, эсвэл байршуулах гэж буй файл хэт том байна', 'invalidfiles' => 'Таны файлуудын нэг юмуу хэд нь хэтэрхий том юмуу эсвэл файлын төрлийг зөвшөөрдөггүй. Зөвшөөрөгдсөн filetypes нь png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, lic юм.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Лиценз шинэчлэгдсэнгүй, дахин оролдоно уу', - 'success' => 'Лиценз шинэчлэгдсэн.', - ], + 'success' => 'Лиценз шинэчлэгдсэн.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Та энэ лицензийг устгахыг хүсч байна уу?', 'error' => 'Лицензийг устгах асуудал гарлаа. Дахин оролдоно уу.', - 'success' => 'Лиценз амжилттай устгагдсан.', - ], + 'success' => 'Лиценз амжилттай устгагдсан.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Лицензийг шалгах асуудал гарлаа. Дахин оролдоно уу.', - 'success' => 'Лицензийг амжилттай шалгасан', - ], + 'success' => 'Лицензийг амжилттай шалгасан' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Лиценз дээр асуудал гарлаа. Дахин оролдоно уу.', - 'success' => 'Лицензийг амжилттай шалгасан байна', - ], + 'success' => 'Лицензийг амжилттай шалгасан байна' + ), -]; +); diff --git a/resources/lang/mn/admin/licenses/table.php b/resources/lang/mn/admin/licenses/table.php index 7fac798cd6..cbbb4b61f4 100644 --- a/resources/lang/mn/admin/licenses/table.php +++ b/resources/lang/mn/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Томилогдсон', 'checkout' => 'Гадуур нь', @@ -14,4 +14,4 @@ return [ 'serial' => 'Цуваа', 'title' => 'Лиценз', -]; +); diff --git a/resources/lang/mn/admin/locations/message.php b/resources/lang/mn/admin/locations/message.php index 56a29f3143..5e087d6c8a 100644 --- a/resources/lang/mn/admin/locations/message.php +++ b/resources/lang/mn/admin/locations/message.php @@ -1,26 +1,27 @@ 'Байршил байхгүй байна.', 'assoc_users' => 'Энэ байршил нь одоогоор хамгийн багадаа нэг хэрэглэгчтэй холбоотой бөгөөд устгах боломжгүй байна. Энэ байршлыг лавшруулахгүй болгохын тулд хэрэглэгчдийг шинэчилнэ үү, дахин оролдоно уу.', 'assoc_assets' => 'Энэ байршил нь одоогоор нэгээс доошгүй активтай холбоотой бөгөөд устгах боломжгүй байна. Энэ байршлыг лавлагаа болгохоо болихын тулд өөрийн хөрөнгийг шинэчлээд дахин оролдоно уу.', 'assoc_child_loc' => 'Энэ байршил нь одоогоор хамгийн багадаа нэг хүүхдийн байрлалын эцэг эх бөгөөд устгах боломжгүй байна. Энэ байршлыг лавшруулахгүй болгохын тулд байршлаа шинэчлээд дахин оролдоно уу.', - 'create' => [ + + 'create' => array( 'error' => 'Байршалт үүсээгүй байна, дахин оролдоно уу.', - 'success' => 'Байршил амжилттай болсон.', - ], + 'success' => 'Байршил амжилттай болсон.' + ), - 'update' => [ + 'update' => array( 'error' => 'Байршил шинэчлэгдсэнгүй, дахин оролдоно уу', - 'success' => 'Байршил амжилттай шинэчлэгдсэн.', - ], + 'success' => 'Байршил амжилттай шинэчлэгдсэн.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Та энэ байршлыг устгахыг хүсч байна уу?', 'error' => 'Байршил устгах асуудал гарлаа. Дахин оролдоно уу.', - 'success' => 'Байршил амжилттай устгагдсан байна.', - ], + 'success' => 'Байршил амжилттай устгагдсан байна.' + ) -]; +); diff --git a/resources/lang/mn/admin/locations/table.php b/resources/lang/mn/admin/locations/table.php index a7b8bed794..0522cc2311 100644 --- a/resources/lang/mn/admin/locations/table.php +++ b/resources/lang/mn/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Эцэг эх', 'currency' => 'Байршил валют', 'ldap_ou' => 'LDAP хайлт ОУ', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/mn/admin/manufacturers/message.php b/resources/lang/mn/admin/manufacturers/message.php index ce4359bc54..e16ce77102 100644 --- a/resources/lang/mn/admin/manufacturers/message.php +++ b/resources/lang/mn/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Үйлдвэрлэгч байхгүй байна.', 'assoc_users' => 'Энэ үйлдвэр нь одоогоор хамгийн багадаа нэг загвартай холбоотой бөгөөд устгах боломжгүй. Энэ загварыг дахин үйлдвэрлэхээ больсон загвараа шинэчлээд дахин оролдоно уу.', - 'create' => [ + 'create' => array( 'error' => 'Үйлдвэрлэгч үүсгээгүй байна, дахин оролдоно уу.', - 'success' => 'Үйлдвэрлэгч амжилттай ажиллаж байна.', - ], + 'success' => 'Үйлдвэрлэгч амжилттай ажиллаж байна.' + ), - 'update' => [ + 'update' => array( 'error' => 'Үйлдвэрлэгч шинэчлэгдсэнгүй, дахин оролдоно уу', - 'success' => 'Үйлдвэрлэгч амжилттай шинэчлэгдсэн.', - ], + 'success' => 'Үйлдвэрлэгч амжилттай шинэчлэгдсэн.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Үйлдвэрлэгч сэргэгдээгүй тул дахин оролдоно уу', - 'success' => 'Үйлдвэрлэгч амжилттай сэргээгдсэн.', - ], + 'success' => 'Үйлдвэрлэгч амжилттай сэргээгдсэн.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Та энэ үйлдвэрлэгчийн устгахыг хүсч байгаадаа итгэлтэй байна уу?', 'error' => 'Үйлдвэрлэгчийг устгахад асуудал гарлаа. Дахин оролдоно уу.', - 'success' => 'Үйлдвэрлэгч амжилттай устгагдсан байна.', - ], + 'success' => 'Үйлдвэрлэгч амжилттай устгагдсан байна.' + ) -]; +); diff --git a/resources/lang/mn/admin/manufacturers/table.php b/resources/lang/mn/admin/manufacturers/table.php index f965bd9347..6f000c3fd5 100644 --- a/resources/lang/mn/admin/manufacturers/table.php +++ b/resources/lang/mn/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Үйлдвэрлэгчийн талаар', 'about_manufacturers_text' => 'Үйлдвэрлэгчид нь таны хөрөнгийг үүсгэдэг компаниуд юм. Та эдгээрийн талаар чухал мэдээллийг холбоо барих мэдээллийг хадгалах боломжтой бөгөөд энэ нь таны хөрөнгийн дэлгэрэнгүй хуудаснууд дээр харагдах болно.', 'asset_manufacturers' => 'Актив үйлдвэрлэгчид', @@ -13,4 +13,4 @@ return [ 'update' => 'Үйлдвэрлэгчийг шинэчлэх', 'url' => 'URL', -]; +); diff --git a/resources/lang/mn/admin/models/general.php b/resources/lang/mn/admin/models/general.php index 25d7618d40..c9c4cb2fd0 100644 --- a/resources/lang/mn/admin/models/general.php +++ b/resources/lang/mn/admin/models/general.php @@ -1,6 +1,6 @@ 'Активын загварууд', 'about_models_text' => 'Хөрөнгийн загвар нь ижил төрлийн хөрөнгийг бүлэглэх арга юм. "MBP 2013", "IPhone 6s", гэх мэт.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Та :asset_count ширхэг хөрөнгийн загвар устгах гэж байна.', 'restore' => 'Загварыг сэргээх', 'requestable' => 'Хэрэглэгчид энэ загварыг хүсч болно', - 'show_mac_address' => 'Энэ загварт буй MAC хаягийн талбарыг харуулах', + 'show_mac_address' => 'Энэ загварт буй MAC хаягийн талбарыг харуулах', 'view_deleted' => 'Устгагдсан харах', 'view_models' => 'Загварыг үзэх', 'fieldset' => 'Талбар', 'no_custom_field' => 'Өөрчлөгдсөн талбар байхгүй байна', 'add_default_values' => 'Анхдагч утга нэмэх', -]; +); diff --git a/resources/lang/mn/admin/models/message.php b/resources/lang/mn/admin/models/message.php index 3c61a8e745..c028a34760 100644 --- a/resources/lang/mn/admin/models/message.php +++ b/resources/lang/mn/admin/models/message.php @@ -1,41 +1,42 @@ 'Загвар байхгүй байна.', 'assoc_users' => 'Энэ загвар одоогоор нэг буюу хэд хэдэн хөрөнгөтэй холбоотой бөгөөд устгаж болохгүй. Хөрөнгө устгаж, дараа нь устгахыг оролдоно уу.', - 'create' => [ + + 'create' => array( 'error' => 'Загвар үүсгэгдсэнгүй, дахин оролдоно уу.', 'success' => 'Загвар амжилттай болсон.', 'duplicate_set' => 'Тухайн нэр, үйлдвэрлэгч болон загварын дугаар бүхий хөрөнгийн загвар аль хэдийн гарсан байна.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Загвар шинэчлэгдсэнгүй, дахин оролдоно уу', - 'success' => 'Загвар амжилттай болсон.', - ], + 'success' => 'Загвар амжилттай болсон.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Та энэ хөрөнгийн загварыг устгахыг хүсэж байна уу?', 'error' => 'Загварыг устгахад асуудал гарлаа. Дахин оролдоно уу.', - 'success' => 'Загвар амжилттай устгагдсан байна.', - ], + 'success' => 'Загвар амжилттай устгагдсан байна.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Загвар сэргээгээгүй, дахин оролдоно уу', - 'success' => 'Загвар амжилттай болсон.', - ], + 'success' => 'Загвар амжилттай болсон.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Ямар ч талбар өөрчлөгдсөнгүй тул шинэчлэгдээгүй байна.', - 'success' => 'Загвар шинэчилсэн.', - ], + 'success' => 'Загвар шинэчилсэн.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Ямар ч загвар сонгогдоогүй тул юу ч устаагүй.', 'success' => ':success_count ширхэг загвар устсан!', - 'success_partial' => ':success_count ширхэг загвар устсан ба :fail_count ширхэг загвар одоо хүртэл хөрөнгөтэй холбоотой байгаа тул устаагүй.', - ], + 'success_partial' => ':success_count ширхэг загвар устсан ба :fail_count ширхэг загвар одоо хүртэл хөрөнгөтэй холбоотой байгаа тул устаагүй.' + ), -]; +); diff --git a/resources/lang/mn/admin/models/table.php b/resources/lang/mn/admin/models/table.php index 060261af68..ba98bda324 100644 --- a/resources/lang/mn/admin/models/table.php +++ b/resources/lang/mn/admin/models/table.php @@ -1,6 +1,6 @@ 'Хөрөнгийн загвар үүсгэх', 'created_at' => 'Үүсгэгдсэн', @@ -14,4 +14,4 @@ return [ 'update' => 'Активын загварыг шинэчлэх', 'clone' => 'Клоны загвар', 'edit' => 'Загварыг засах', -]; +); diff --git a/resources/lang/mn/admin/reports/general.php b/resources/lang/mn/admin/reports/general.php index 6367819e59..3c938f36b1 100644 --- a/resources/lang/mn/admin/reports/general.php +++ b/resources/lang/mn/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Хөрөнгийн тайлангаа хүссэн сонголтоо сонгоно уу.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/mn/admin/reports/message.php b/resources/lang/mn/admin/reports/message.php index a23176eeb4..452da9600f 100644 --- a/resources/lang/mn/admin/reports/message.php +++ b/resources/lang/mn/admin/reports/message.php @@ -1,5 +1,5 @@ 'Та хамгийн багадаа ONE сонголтыг сонгох ёстой.', -]; +return array( + 'error' => 'Та хамгийн багадаа ONE сонголтыг сонгох ёстой.' +); diff --git a/resources/lang/mn/admin/settings/general.php b/resources/lang/mn/admin/settings/general.php index 4421940f03..15c65d8ed5 100644 --- a/resources/lang/mn/admin/settings/general.php +++ b/resources/lang/mn/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC Имэйл', 'admin_cc_email_help' => 'Хэрэв та хэрэглэгчдэд илгээсэн хүлээн авах/олгох имэйлийн хуулбарыг нэмэлт имэйл үрүү илгээхийг хүсвэл энд оруулна уу. Үгүй бол энэ талбарыг хоосон орхино уу.', 'is_ad' => 'Энэ бол Active Directory Server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Анхааруулга илгээх', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Идэвхжүүлсэн дохиог', 'alert_interval' => 'Exped Alerts (босоо хоногоор)', 'alert_inv_threshold' => 'Бараа материалын Alert босго', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'Хэрэв та хөрөнгөө тогтмол шалгаж байх шаардлагатай бол сар бүрийн интервалыг оруул.', 'audit_warning_days' => 'Аудитын анхааруулах босго', 'audit_warning_days_help' => 'Хөрөнгө аудит хийхэд бэлэн байх үед танд хэдэн өдөр урьдчилан урьдчилан анхааруулах ёстой вэ?', - 'auto_increment_assets' => 'Авто-нэмэгдэл хөрөнгийн ID-г үүсгэх', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Угтвар (заавал биш)', - 'auto_incrementing_help' => 'Үүнийг тохируулахдаа авто-нэмэгдэл хөрөнгийн ID-г идэвхжүүлэх', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Нөөцлөлтүүд', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/mn/mail.php b/resources/lang/mn/mail.php index 418f0d169e..41acb15739 100644 --- a/resources/lang/mn/mail.php +++ b/resources/lang/mn/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Энэ бол Snipe-IT Asset Management System-ийн тест юм. Хэрэв та үүнийг авсан бол имэйл ажиллаж байна :)', 'the_following_item' => 'Дараах зүйлүүдийг шалгасан байна:', 'low_inventory_alert' => ':count ширхэг барааны нөөц дуусаж байна.|:count ширхэг барааны нөөц дуусаж байна.', - 'assets_warrantee_alert' => ':count ширхэг хөрөнгийн баталгаат хугацаа :threshhold өдрийн дотор дуусна.|:count ширхэг хөрөнгийн баталгаат хугацаа :threshhold өдрийн дотор дуусна.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => ':count ширхэг лизенц :threshhold өдрийн дотор дуусна.|:count ширхэг лизенц :threshhold өдрийн дотор дуусна.', 'to_reset' => 'Та өөрийн: веб нууц үгээ шинэчлэхийн тулд энэ маягтыг бөглөнө үү:', 'type' => 'Төрөл', diff --git a/resources/lang/mn/pagination.php b/resources/lang/mn/pagination.php index c11a94f0c3..247a7fa84a 100644 --- a/resources/lang/mn/pagination.php +++ b/resources/lang/mn/pagination.php @@ -1,6 +1,6 @@ 'Дараах »', -]; +); diff --git a/resources/lang/mn/reminders.php b/resources/lang/mn/reminders.php index 2f781f0190..a389afe393 100644 --- a/resources/lang/mn/reminders.php +++ b/resources/lang/mn/reminders.php @@ -1,6 +1,6 @@ 'Нууц үг дор хаяж 6 тэмдэгт урттай бөгөөд давхар баталгаажуулж оруулсантайгаа таарч байх ёстой.', + "password" => "Нууц үг дор хаяж 6 тэмдэгт урттай бөгөөд давхар баталгаажуулж оруулсантайгаа таарч байх ёстой.", - 'user' => 'Хэрэглэгчийн нэр эсвэл имэйл хаяг буруу байна', + "user" => "Хэрэглэгчийн нэр эсвэл имэйл хаяг буруу байна", - 'token' => 'Нууц үг сэргээх токен буруу байна.', + "token" => "Нууц үг сэргээх токен буруу байна.", - 'sent' => 'Хэрэв имэйл хаяг бүртгэгдсэн байвал нууц үг сануулах имэйлийг илгээх болно!', + "sent" => "Хэрэв имэйл хаяг бүртгэгдсэн байвал нууц үг сануулах имэйлийг илгээх болно!", -]; +); diff --git a/resources/lang/mn/table.php b/resources/lang/mn/table.php index f69a23dda7..2582fbd470 100644 --- a/resources/lang/mn/table.php +++ b/resources/lang/mn/table.php @@ -1,10 +1,10 @@ 'Үйлдлүүд', 'action' => 'Үйлдэл', 'by' => 'Хэрэглэгч', 'item' => 'Зүйл', -]; +); diff --git a/resources/lang/mn/validation.php b/resources/lang/mn/validation.php index b5064cdcdd..32b2ea74d8 100644 --- a/resources/lang/mn/validation.php +++ b/resources/lang/mn/validation.php @@ -1,6 +1,6 @@ 'Үүнд: атрибут дор хаяж байх ёстой: min тэмдэгтүүд.', 'array' => 'Үүнд: атрибут дор хаяж дараах зүйлсийг агуулсан байх ёстой.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Сонгосон: шинж чанар буруу байна.', 'numeric' => 'Үүнд: атрибут нь тоо байх ёстой.', 'present' => 'Үүнд: атрибутын талбар байх ёстой.', @@ -88,8 +89,8 @@ return array( 'unique' => 'Үүнд: атрибут аль хэдийн авсан байна.', 'uploaded' => 'Үүнд: атрибут байршуулах боломжгүй байна.', 'url' => 'Агуулга формат буруу байна.', - "unique_undeleted" => ":attribute дахин давтагдашгүй байх ёстой.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => ':attribute дахин давтагдашгүй байх ёстой.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Үүнд: аттрибут талбар нь зөвшөөрөгдөөгүй тэмдэгт агуулна.", - "email_array" => "Нэг буюу хэд хэдэн имэйл хаяг буруу байна.", - "hashed_pass" => "Таны одоогийн нууц үг буруу байна", + 'alpha_space' => 'Үүнд: аттрибут талбар нь зөвшөөрөгдөөгүй тэмдэгт агуулна.', + 'email_array' => 'Нэг буюу хэд хэдэн имэйл хаяг буруу байна.', + 'hashed_pass' => 'Таны одоогийн нууц үг буруу байна', 'dumbpwd' => 'Энэ нууц үг хэтэрхий нийтлэг байна.', - "statuslabel_type" => "Та зөв статустай шошгын төрлийг сонгох ёстой", + 'statuslabel_type' => 'Та зөв статустай шошгын төрлийг сонгох ёстой', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/ms/admin/accessories/general.php b/resources/lang/ms/admin/accessories/general.php index 26c97bdcfe..376ff26261 100644 --- a/resources/lang/ms/admin/accessories/general.php +++ b/resources/lang/ms/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Kategori Aksesori', 'accessory_name' => 'Nama Aksesori', 'checkout' => 'Semak keluar aksesori', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Gunakan pilihan utama lalai EULA sebaliknya.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/ms/admin/custom_fields/message.php b/resources/lang/ms/admin/custom_fields/message.php
index 305ca39bc1..ad0be7bf1a 100644
--- a/resources/lang/ms/admin/custom_fields/message.php
+++ b/resources/lang/ms/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Bidang itu tidak wujud.',
'already_added' => 'Bidang sudah ditambahkan',
- 'create' => [
+ 'create' => array(
'error' => 'Bidang tidak dibuat, sila cuba lagi.',
'success' => 'Bidang berjaya dibuat.',
- 'assoc_success' => 'Bidang berjaya ditambah ke fieldset.',
- ],
+ 'assoc_success' => 'Bidang berjaya ditambah ke fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Bidang tidak dikemas kini, sila cuba lagi',
- 'success' => 'Bidang dikemas kini berjaya.',
- ],
+ 'success' => 'Bidang dikemas kini berjaya.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Adakah anda pasti ingin memadamkan medan ini?',
'error' => 'Terdapat masalah memadamkan medan. Sila cuba lagi.',
'success' => 'Medan telah berjaya dipadam.',
'in_use' => 'Medan masih digunakan.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset tidak wujud',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset tidak dibuat, sila cuba lagi.',
- 'success' => 'Fieldset berjaya berjaya.',
- ],
+ 'success' => 'Fieldset berjaya berjaya.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset tidak dikemas kini, sila cuba lagi',
- 'success' => 'Fieldset dikemas kini dengan jayanya.',
- ],
+ 'success' => 'Fieldset dikemas kini dengan jayanya.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Adakah anda pasti ingin memadamkan medan ini?',
'error' => 'Terdapat isu memadamkan medan. Sila cuba lagi.',
'success' => 'Bidang field telah berjaya dipadam.',
'in_use' => 'Fieldset masih digunakan.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/ms/admin/departments/message.php b/resources/lang/ms/admin/departments/message.php
index 0f8a60e95c..0ba7f41676 100644
--- a/resources/lang/ms/admin/departments/message.php
+++ b/resources/lang/ms/admin/departments/message.php
@@ -1,21 +1,21 @@
'Jabatan tidak wujud.',
'assoc_users' => 'Jabatan ini kini dikaitkan dengan sekurang-kurangnya seorang pengguna dan tidak boleh dipadamkan. Sila kemas kini pengguna anda untuk tidak lagi merujuk jabatan ini dan cuba lagi.',
- 'create' => [
+ 'create' => array(
'error' => 'Jabatan tidak dibuat, sila cuba lagi.',
- 'success' => 'Jabatan berjaya berjaya.',
- ],
- 'update' => [
+ 'success' => 'Jabatan berjaya berjaya.'
+ ),
+ 'update' => array(
'error' => 'Jabatan tidak dikemas kini, sila cuba lagi',
- 'success' => 'Jabatan dikemas kini berjaya.',
- ],
- 'delete' => [
+ 'success' => 'Jabatan dikemas kini berjaya.'
+ ),
+ 'delete' => array(
'confirm' => 'Adakah anda pasti ingin memadamkan jabatan ini?',
'error' => 'Terdapat isu memadamkan jabatan. Sila cuba lagi.',
- 'success' => 'Jabatan telah berjaya dipadam.',
- ],
+ 'success' => 'Jabatan telah berjaya dipadam.'
+ )
-];
+);
diff --git a/resources/lang/ms/admin/departments/table.php b/resources/lang/ms/admin/departments/table.php
index 8961357a79..ffe953c5f1 100644
--- a/resources/lang/ms/admin/departments/table.php
+++ b/resources/lang/ms/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'nama jabatan',
@@ -8,4 +8,4 @@ return [
'location' => 'Lokasi',
'create' => 'Buat Jabatan',
'update' => 'Jabatan Kemas Kini',
- ];
+ );
diff --git a/resources/lang/ms/admin/depreciations/general.php b/resources/lang/ms/admin/depreciations/general.php
index c9b0848e04..0ef73267ed 100644
--- a/resources/lang/ms/admin/depreciations/general.php
+++ b/resources/lang/ms/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Susut Nilai Harta',
'create' => 'Buat Susut',
'depreciation_name' => 'Nama Susut Nilai',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Bilangan Bulan',
'update' => 'Kemas kini Susutnilai',
- 'depreciation_min' => 'Nilai Minimum selepas Susut Nilai'
-
+ 'depreciation_min' => 'Nilai Minimum selepas Susut Nilai',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/ms/admin/depreciations/message.php b/resources/lang/ms/admin/depreciations/message.php
index d12afca20d..5166c1f2b0 100644
--- a/resources/lang/ms/admin/depreciations/message.php
+++ b/resources/lang/ms/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Kelas susut nilai tidak wujud.',
'assoc_users' => 'Susut nilai ini telah dikaitkan dengan salah satu model dan tidak boleh dihapuskan. Sila hapuskan model tersebut dan cuba semula. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Kelas susut nilai gagal di cipta, sila cuba semula. :(',
- 'success' => 'Kelas susut nilai berjaya dicipta. :)',
- ],
+ 'success' => 'Kelas susut nilai berjaya dicipta. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Kelas susut nilai gagal dikemaskini, sila cuba semua',
- 'success' => 'Kelas susut nilai berjaya dikemaskini.',
- ],
+ 'success' => 'Kelas susut nilai berjaya dikemaskini.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Adakah anda pasti untuk hapuskan kelas susut nilai ini?',
'error' => 'Ada isu untuk hapuskan kelas susut nilai. Sila cuba semula.',
- 'success' => 'Kelas susut nilai berjaya dihapuskan.',
- ],
+ 'success' => 'Kelas susut nilai berjaya dihapuskan.'
+ )
-];
+);
diff --git a/resources/lang/ms/admin/depreciations/table.php b/resources/lang/ms/admin/depreciations/table.php
index cb7ee742a3..dd9eec5366 100644
--- a/resources/lang/ms/admin/depreciations/table.php
+++ b/resources/lang/ms/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Bulan',
'term' => 'Terma',
'title' => 'Nama ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/ms/admin/groups/message.php b/resources/lang/ms/admin/groups/message.php
index fed97c4ea9..a86a0f46fe 100644
--- a/resources/lang/ms/admin/groups/message.php
+++ b/resources/lang/ms/admin/groups/message.php
@@ -1,22 +1,22 @@
'Kumpulan sudah wujud!',
'group_not_found' => 'Kumpulan [:id] tidah wujud.',
'group_name_required' => 'Ruangan nama adalah perlu',
- 'success' => [
+ 'success' => array(
'create' => 'Kumpulan berjaya dicipta.',
'update' => 'Kumpulan berjaya dikemaskini.',
'delete' => 'Kumpulan berjaya dihapuskan.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Adakah anda pasti untuk haspuskan kumpulan ini?',
'create' => 'Ada isu semasa mencipta kumpulan. Sila cuba semula.',
'update' => 'Ada isu semasa mengemaskini kumpulan, Sila cuba semula.',
'delete' => 'Ada isu semasa menghapuskan kumpulan ini, Sila cuba semula.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/ms/admin/groups/table.php b/resources/lang/ms/admin/groups/table.php
index 40e7d479e1..de40a150d2 100644
--- a/resources/lang/ms/admin/groups/table.php
+++ b/resources/lang/ms/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Nama',
'users' => '# bil Pengguna',
-];
+);
diff --git a/resources/lang/ms/admin/groups/titles.php b/resources/lang/ms/admin/groups/titles.php
index 7da85d7a90..bbd69ca0e8 100644
--- a/resources/lang/ms/admin/groups/titles.php
+++ b/resources/lang/ms/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Pengurus Kumpulan',
'allow' => 'Benarkan',
'deny' => 'Nafikan',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/ms/admin/hardware/form.php b/resources/lang/ms/admin/hardware/form.php
index 091ba1408b..ad926b5119 100644
--- a/resources/lang/ms/admin/hardware/form.php
+++ b/resources/lang/ms/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Waranti',
'warranty_expires' => 'Tamat Tempoh Waranti',
'years' => 'tahun',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/ms/admin/hardware/general.php b/resources/lang/ms/admin/hardware/general.php
index 819dce0f46..a8372396be 100644
--- a/resources/lang/ms/admin/hardware/general.php
+++ b/resources/lang/ms/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'Model Aset ini telah dipadamkan. Anda mesti kembalikan model sebelum anda boleh kembalikan Aset.',
'requestable' => 'Diminta',
'requested' => 'Diminta',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Pulihkan Asset',
'pending' => 'Menunggu',
'undeployable' => 'Tidak dapat dipisahkan',
'view' => 'Papar Harta',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/ms/admin/hardware/message.php b/resources/lang/ms/admin/hardware/message.php index ffebaeddc0..a3c707a869 100644 --- a/resources/lang/ms/admin/hardware/message.php +++ b/resources/lang/ms/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Amaran: Aset ini telah ditandakan sebagai tidak boleh dikehendaki. Jika status ini telah berubah, sila kemas kini status aset.', 'does_not_exist' => 'Harta tidak wujud.', - 'does_not_exist_or_not_requestable' => 'Cubaan yang baik. Aset itu tidak wujud atau tidak boleh diminta.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Harta ini sekarang telah diagihkan kepada pengguna dan tidak boleh dihapuskan. Sila semak status harta ini dahulu, dan kemudian cuba semula. ', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Audit aset berjaya log.', ], + 'deletefile' => [ 'error' => 'Fail tidak dipadam. Sila cuba lagi.', 'success' => 'Fail berjaya dipadam.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Fail tidak dapat dipadamkan', ], + 'delete' => [ 'confirm' => 'Anda pasti anda ingin hapuskan harta ini?', 'error' => 'Ada isu semasa menghapuskan harta. Sila cuba lagi.', diff --git a/resources/lang/ms/admin/hardware/table.php b/resources/lang/ms/admin/hardware/table.php index cee76b3154..d9d91e8b77 100644 --- a/resources/lang/ms/admin/hardware/table.php +++ b/resources/lang/ms/admin/hardware/table.php @@ -1,13 +1,14 @@ 'Tag Harta', 'asset_model' => 'Model', - 'book_value' => 'Nilai', + 'book_value' => 'Current Value', 'change' => 'Masuk/Keluar', 'checkout_date' => 'Tarikh Agihan', 'checkoutto' => 'Agihan', + 'current_value' => 'Current Value', 'diff' => 'Beza', 'dl_csv' => 'Muat Turun CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return array( 'serial' => 'Siri', 'status' => 'Status', 'title' => 'Harta ', - 'image' => 'Imej Peranti', + 'image' => 'Imej Peranti', 'days_without_acceptance' => 'Hari Tanpa Penerimaan', - 'monthly_depreciation' => 'Susut Nilai Bulanan' - -); + 'monthly_depreciation' => 'Susut Nilai Bulanan', + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', +]; diff --git a/resources/lang/ms/admin/kits/general.php b/resources/lang/ms/admin/kits/general.php index 2823e18451..83e33dcddb 100644 --- a/resources/lang/ms/admin/kits/general.php +++ b/resources/lang/ms/admin/kits/general.php @@ -1,6 +1,6 @@ 'Perihal Kit Pratakrif', 'about_kits_text' => 'Kit Pratakrif membolehkan anda menyemak koleksi item (aset, lesen, dll) dengan cepat kepada pengguna. Ini boleh membantu apabila proses onboarding anda konsisten merentas ramai pengguna dan semua pengguna menerima item yang sama.', 'checkout' => 'Checkout Kit ', @@ -13,5 +13,38 @@ return array( 'none_licenses' => 'Tidak ada ruang yang mencukupi untuk :license untuk checkout. :qty diperlukan. ', 'none_consumables' => 'Tiada unit tersedia untuk :consumable untuk checkout. :qty diperlukan. ', 'none_accessory' => 'Unit :aksesori yang tersedia tidak mencukupi untuk daftar keluar. :qty diperlukan. ', - -); + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', +]; diff --git a/resources/lang/ms/admin/licenses/form.php b/resources/lang/ms/admin/licenses/form.php index d438b4c914..b46bdba9e6 100644 --- a/resources/lang/ms/admin/licenses/form.php +++ b/resources/lang/ms/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Harta', 'checkin' => 'Terima', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Lesen Untuk Di \'email\'', 'to_name' => 'Lesen Untuk Dinamakan', 'update' => 'Kemaskini Lesen', - 'checkout_help' => 'Anda mesti menyemak lesen keluar kepada perkakasan atau persorangan. Anda boleh memilih keduanya, tetapi pemilik harta mesti sama dengan orang yang anda semak dimana harta diagihkan.', -]; + 'checkout_help' => 'Anda mesti menyemak lesen keluar kepada perkakasan atau persorangan. Anda boleh memilih keduanya, tetapi pemilik harta mesti sama dengan orang yang anda semak dimana harta diagihkan.' +); diff --git a/resources/lang/ms/admin/licenses/general.php b/resources/lang/ms/admin/licenses/general.php index 982041467f..65ca4c94c1 100644 --- a/resources/lang/ms/admin/licenses/general.php +++ b/resources/lang/ms/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Mengenai Lesen', 'about_licenses' => 'Lesen digunakan untuk mengesan perisian. Mereka mempunyai bilangan tempat duduk tertentu yang boleh diperiksa kepada individu', 'checkin' => 'Terima Kekosongan Lesen', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Lesen Perisian', 'user' => 'Pengguna', 'view' => 'Papar Lesen', -]; +); diff --git a/resources/lang/ms/admin/licenses/message.php b/resources/lang/ms/admin/licenses/message.php index 6652b05341..e07ce5eee5 100644 --- a/resources/lang/ms/admin/licenses/message.php +++ b/resources/lang/ms/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Lesen tidak wujud.', 'user_does_not_exist' => 'Pengguna tidak wujud.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Anda mesti memilih aset atau pengguna, tetapi tidak kedua-duanya.', 'not_found' => 'Lesen tidak ditemui', - 'create' => [ - 'error' => 'Lesen gagal dicipta, sila cuba lagi.', - 'success' => 'Lesen berjaya dicipta.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Lesen gagal dicipta, sila cuba lagi.', + 'success' => 'Lesen berjaya dicipta.' + ), + + 'deletefile' => array( 'error' => 'Fail tidak dipadam. Sila cuba lagi.', 'success' => 'Fail berjaya dipadam.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Fail tidak dimuat naik. Sila cuba lagi.', 'success' => 'Fail berjaya dimuat naik.', 'nofiles' => 'Anda tidak memilih sebarang fail untuk dimuat naik, atau fail yang anda cuba muat naik terlalu besar', 'invalidfiles' => 'Satu atau lebih daripada fail anda terlalu besar atau merupakan filetype yang tidak dibenarkan. Filetype yang dibenarkan adalah png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, dan lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Lesen gagal dikemaskini, sila cuba lagi', - 'success' => 'Lesen berjaya dikemaskini.', - ], + 'success' => 'Lesen berjaya dikemaskini.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Anda pasti and ingin menghapuskan lesen ini?', 'error' => 'Ada isu semada menghapuskan lesen, sila cuba lagi.', - 'success' => 'Lesen berjaya dihapuskan.', - ], + 'success' => 'Lesen berjaya dihapuskan.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Ada isu semasa agihan lesen. Sila cuba lagi.', - 'success' => 'Lesen berjaya diagihkan', - ], + 'success' => 'Lesen berjaya diagihkan' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Ada isu semasa terima lesen. Sila cuba lagi.', - 'success' => 'Lesen berjaya diterima', - ], + 'success' => 'Lesen berjaya diterima' + ), -]; +); diff --git a/resources/lang/ms/admin/licenses/table.php b/resources/lang/ms/admin/licenses/table.php index 4961d97da8..f1051709fd 100644 --- a/resources/lang/ms/admin/licenses/table.php +++ b/resources/lang/ms/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Serah Kepada', 'checkout' => 'Masuk/Keluar', @@ -14,4 +14,4 @@ return [ 'serial' => 'Siri', 'title' => 'Lesen', -]; +); diff --git a/resources/lang/ms/admin/locations/message.php b/resources/lang/ms/admin/locations/message.php index 89c7651f48..3622ea96e9 100644 --- a/resources/lang/ms/admin/locations/message.php +++ b/resources/lang/ms/admin/locations/message.php @@ -1,26 +1,27 @@ 'Lokasi tidak wujud.', 'assoc_users' => 'Lokasi ini sekaran telah disekutukan dengan sekurang2nya satu pengguna dan tidak boleh dihapuskan. Sila kemaskini pengguna anda supaya tidak lagi merujuk kepada lokasi ini dan cuba lagi. ', 'assoc_assets' => 'Lokasi ini kini dikaitkan dengan sekurang-kurangnya satu aset dan tidak boleh dihapuskan. Sila kemas kini aset anda untuk tidak merujuk lagi lokasi ini dan cuba lagi.', 'assoc_child_loc' => 'Lokasi ini adalah ibu bapa sekurang-kurangnya satu lokasi kanak-kanak dan tidak boleh dipadamkan. Sila kemas kini lokasi anda untuk tidak merujuk lokasi ini lagi dan cuba lagi.', - 'create' => [ + + 'create' => array( 'error' => 'Lokasi gagal dicipta, sila cuba lagi.', - 'success' => 'Lokasi berjaya dicipta.', - ], + 'success' => 'Lokasi berjaya dicipta.' + ), - 'update' => [ + 'update' => array( 'error' => 'Lokasi gagal dikemaskini, sila cuba lagi', - 'success' => 'Lokasi berjaya dikemaskini.', - ], + 'success' => 'Lokasi berjaya dikemaskini.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Anda pasti and ingin menghapuskan lokasi ini?', 'error' => 'Ada isu semasa menghapuskan lokasi. Sila cuba lagi.', - 'success' => 'Lokasi berjaya dihapuskan.', - ], + 'success' => 'Lokasi berjaya dihapuskan.' + ) -]; +); diff --git a/resources/lang/ms/admin/locations/table.php b/resources/lang/ms/admin/locations/table.php index 887adf1dc4..95c00e0f71 100644 --- a/resources/lang/ms/admin/locations/table.php +++ b/resources/lang/ms/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Ibu bapa', 'currency' => 'Mata Wang Lokasi', 'ldap_ou' => 'Carian LDAP OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/ms/admin/manufacturers/message.php b/resources/lang/ms/admin/manufacturers/message.php index 5f2de12d3a..ee468483ba 100644 --- a/resources/lang/ms/admin/manufacturers/message.php +++ b/resources/lang/ms/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Pengeluar tidak wujud.', 'assoc_users' => 'Pengeluar ini sekarang disekutukan dengan sekurang2nya satu model dan tidak boleh dihapuskan. Sila kemaskini model supaya tidak lagi merujuk kepada pengeluar ini dan cuba lagi. ', - 'create' => [ + 'create' => array( 'error' => 'Pengeluar gagal dicipta, sila cuba lagi.', - 'success' => 'Pengeluar berjaya dicipta.', - ], + 'success' => 'Pengeluar berjaya dicipta.' + ), - 'update' => [ + 'update' => array( 'error' => 'Pengeluar gagal dikemaskini, sila cuba lagi', - 'success' => 'Pengeluar berjaya dikemaskini.', - ], + 'success' => 'Pengeluar berjaya dikemaskini.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Pengilang tidak dipulihkan, sila cuba semula', - 'success' => 'Pengilang berjaya dipulihkan.', - ], + 'success' => 'Pengilang berjaya dipulihkan.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Anda pasti anda ingin hapuskan pengeluar ini?', 'error' => 'Ada isu semasa menghapuskan pengeluar. Sila cuba lagi.', - 'success' => 'Pengeluar gagal dihapuskan.', - ], + 'success' => 'Pengeluar gagal dihapuskan.' + ) -]; +); diff --git a/resources/lang/ms/admin/manufacturers/table.php b/resources/lang/ms/admin/manufacturers/table.php index 6768c6efa1..22b77407bc 100644 --- a/resources/lang/ms/admin/manufacturers/table.php +++ b/resources/lang/ms/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Mengenai pengeluar', 'about_manufacturers_text' => 'Pengilang adalah syarikat yang membuat aset anda. Anda boleh menyimpan maklumat hubungan sokongan penting tentang mereka di sini, yang akan dipaparkan pada halaman butiran aset anda.', 'asset_manufacturers' => 'Pengeluar Harta', @@ -13,4 +13,4 @@ return [ 'update' => 'Kemaskini Pengeluar', 'url' => 'URL', -]; +); diff --git a/resources/lang/ms/admin/models/table.php b/resources/lang/ms/admin/models/table.php index f4ac9c7874..4788bdaf11 100644 --- a/resources/lang/ms/admin/models/table.php +++ b/resources/lang/ms/admin/models/table.php @@ -1,6 +1,6 @@ 'Cipta Model Harta', 'created_at' => 'Cipta Pada', @@ -14,4 +14,4 @@ return [ 'update' => 'Kemaskini Model Harta', 'clone' => 'Pendua Model', 'edit' => 'Kemaskini Model', -]; +); diff --git a/resources/lang/ms/admin/reports/general.php b/resources/lang/ms/admin/reports/general.php index e48707e1b4..899009a208 100644 --- a/resources/lang/ms/admin/reports/general.php +++ b/resources/lang/ms/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Pilih opsyen yang anda mahu untuk laporan harta anda.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/ms/admin/reports/message.php b/resources/lang/ms/admin/reports/message.php index a6b52bfd87..799596a821 100644 --- a/resources/lang/ms/admin/reports/message.php +++ b/resources/lang/ms/admin/reports/message.php @@ -1,5 +1,5 @@ 'Anda mesti pilih sekurang-kurangnya SATU opsyen.', -]; +return array( + 'error' => 'Anda mesti pilih sekurang-kurangnya SATU opsyen.' +); diff --git a/resources/lang/ms/admin/settings/general.php b/resources/lang/ms/admin/settings/general.php index a302170f42..e8d0b9ce87 100644 --- a/resources/lang/ms/admin/settings/general.php +++ b/resources/lang/ms/admin/settings/general.php @@ -1,30 +1,39 @@ 'Direktori Aktif', 'ad_domain' => 'Domain direktori aktif', 'ad_domain_help' => 'Ini kadangkala sama dengan domain e-mel anda, tetapi tidak semestinya.', 'ad_append_domain_label' => 'Tambahkan nama domain', 'ad_append_domain' => 'Tambahkan nama domain pada medan nama pengguna', - 'ad_append_domain_help' => 'Pengguna tidak perlu menulis "nama pengguna@domain.local", mereka hanya boleh menaip "nama pengguna".' , + 'ad_append_domain_help' => 'Pengguna tidak perlu menulis "nama pengguna@domain.local", mereka hanya boleh menaip "nama pengguna".', 'admin_cc_email' => 'SK Email', 'admin_cc_email_help' => 'Jika anda ingin menghantar salinan e-mel daftar masuk/daftar keluar yang dihantar kepada pengguna ke akaun e-mel tambahan, masukkannya di sini. Jika tidak, biarkan medan ini kosong.', 'is_ad' => 'Ini adalah pelayan Direktori Aktif', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Hantar isyarat kepada', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Isyarat Dihidupkan', 'alert_interval' => 'Amaran Pemberitahuan Amaran (dalam hari)', 'alert_inv_threshold' => 'Ambang Amaran Inventori', 'allow_user_skin' => 'Benarkan kulit antaramuka pengguna', - 'allow_user_skin_help_text' => 'Menandai kotak ini akan membolehkan pengguna mengatasi kulit UI dengan kulit yang berbeza.' , + 'allow_user_skin_help_text' => 'Menandai kotak ini akan membolehkan pengguna mengatasi kulit UI dengan kulit yang berbeza.', 'asset_ids' => 'ID Aset', 'audit_interval' => 'Selang Audit', 'audit_interval_help' => 'Sekiranya anda dikehendaki untuk secara tetap mengaudit aset anda, masukkan selang waktu dalam bulan.', 'audit_warning_days' => 'Ambang Amaran Audit', 'audit_warning_days_help' => 'Berapa hari lebih awal haruskah kami memberi amaran kepada anda apabila aset perlu untuk pengauditan?', - 'auto_increment_assets' => 'Menjana ID aset auto-incrementing', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Awalan (pilihan)', - 'auto_incrementing_help' => 'Dayakan ID aset auto-increment terlebih dahulu untuk menetapkan ini', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Sandaran', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/ms/mail.php b/resources/lang/ms/mail.php index cfb6f22aa7..494169a91d 100644 --- a/resources/lang/ms/mail.php +++ b/resources/lang/ms/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Ini adalah ujian dari Sistem Pengurusan Asset Snipe-IT. Jika anda mendapat ini, mel sedang berfungsi :)', 'the_following_item' => 'Item berikut telah diperiksa:', 'low_inventory_alert' => 'Terdapat :count item yang berada di bawah inventori minimum atau akan menjadi rendah. Terdapat :count item yang berada di bawah inventori minimum atau akan menjadi rendah.', - 'assets_warrantee_alert' => 'Terdapat :count aset yang akan tamat tempoh waranti dalam :threshold hari.|Terdapat :count aset yang akan tamat dalam tempoh waranti dalam :threshold hari.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Terdapat :count lesen yang akan tamat dalam tempoh :threshold hari.|Terdapat :count lesen yang akan tamat dalam tempoh :threshold hari.', 'to_reset' => 'Untuk menetapkan semula kata laluan web anda, lengkapkan borang ini:', 'type' => 'Taipkan', diff --git a/resources/lang/ms/pagination.php b/resources/lang/ms/pagination.php index 95cc8b9a5c..3d6fed98b6 100644 --- a/resources/lang/ms/pagination.php +++ b/resources/lang/ms/pagination.php @@ -1,6 +1,6 @@ 'Seterusnya »', -]; +); diff --git a/resources/lang/ms/reminders.php b/resources/lang/ms/reminders.php index f770118e19..b1dd77aeb4 100644 --- a/resources/lang/ms/reminders.php +++ b/resources/lang/ms/reminders.php @@ -1,6 +1,6 @@ 'Kata Kunci mesti terdiri dari 6 huruf dan sama dengan pengesahan.', + "password" => "Kata Kunci mesti terdiri dari 6 huruf dan sama dengan pengesahan.", - 'user' => 'Kata Laluan atau alamat e-mel tidak betul. ', + "user" => "Kata Laluan atau alamat e-mel tidak betul. ", - 'token' => 'Token Kata kunci tidak sah.', + "token" => "Token Kata kunci tidak sah.", - 'sent' => 'Jika alamat email yang sesuai ditemui, peringatan kata kunci telha dihantar!', + "sent" => "Jika alamat email yang sesuai ditemui, peringatan kata kunci telha dihantar!", -]; +); diff --git a/resources/lang/ms/table.php b/resources/lang/ms/table.php index a3e7ee0291..5c3e925fe1 100644 --- a/resources/lang/ms/table.php +++ b/resources/lang/ms/table.php @@ -1,10 +1,10 @@ 'Tindakan', 'action' => 'Tindakan', 'by' => 'Oleh', 'item' => 'Perkara', -]; +); diff --git a/resources/lang/ms/validation.php b/resources/lang/ms/validation.php index 69be2c2e05..bdddc9377e 100644 --- a/resources/lang/ms/validation.php +++ b/resources/lang/ms/validation.php @@ -1,6 +1,6 @@ ':attribute mesti sekurang2nya :min characters.', 'array' => 'The: atribut mesti mempunyai sekurang-kurangnya: item min.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Piliah :attribute tidak sah.', 'numeric' => ':attribute mesti nombor.', 'present' => 'Yang: bidang atribut mesti ada.', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute telah diambil.', 'uploaded' => 'The: attribute gagal untuk dimuat naik.', 'url' => ':attribute format tidak sah.', - "unique_undeleted" => ":attribute mesti unik.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => ':attribute mesti unik.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Bidang: atribut mengandungi aksara yang tidak dibenarkan.", - "email_array" => "Satu atau lebih alamat e-mel tidak sah.", - "hashed_pass" => "Kata laluan semasa anda tidak betul", + 'alpha_space' => 'Bidang: atribut mengandungi aksara yang tidak dibenarkan.', + 'email_array' => 'Satu atau lebih alamat e-mel tidak sah.', + 'hashed_pass' => 'Kata laluan semasa anda tidak betul', 'dumbpwd' => 'Kata laluan itu terlalu umum.', - "statuslabel_type" => "Anda mesti memilih jenis label status yang sah", + 'statuslabel_type' => 'Anda mesti memilih jenis label status yang sah', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/nl/admin/accessories/general.php b/resources/lang/nl/admin/accessories/general.php index 45876c33c6..5505c70327 100644 --- a/resources/lang/nl/admin/accessories/general.php +++ b/resources/lang/nl/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Accessoire Categorie', 'accessory_name' => 'Accessoire Naam', 'checkout' => 'Check uit accessoire', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Gebruik de standaard gebruikersovereenkomst anders.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/nl/admin/custom_fields/message.php b/resources/lang/nl/admin/custom_fields/message.php
index 47d6c284a3..a645712726 100644
--- a/resources/lang/nl/admin/custom_fields/message.php
+++ b/resources/lang/nl/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Dat veld bestaat niet.',
'already_added' => 'Veld is al toegevoegd',
- 'create' => [
+ 'create' => array(
'error' => 'Veld is niet aangemaakt, probeer het opnieuw.',
'success' => 'Veld is met succes aangemaakt.',
- 'assoc_success' => 'Veld is met succes aan veldverzameling toegevoegd.',
- ],
+ 'assoc_success' => 'Veld is met succes aan veldverzameling toegevoegd.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Veld was niet gewijzigd, probeer het opnieuw',
- 'success' => 'Veld is met succes gewijzigd.',
- ],
+ 'success' => 'Veld is met succes gewijzigd.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Weet je zeker dat je dit veld wilt verwijderen?',
'error' => 'Er was een probleem tijden het verwijderen van dit veld. Probeer het opnieuw.',
'success' => 'Het veld is met succes verwijderd.',
'in_use' => 'Veld is nog in gebruik.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Veldverzameling bestaat niet',
- 'create' => [
+ 'create' => array(
'error' => 'Veldverzameling is niet aangemaakt, probeer het opnieuw.',
- 'success' => 'Veldverzameling is met succes aangemaakt.',
- ],
+ 'success' => 'Veldverzameling is met succes aangemaakt.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Veldverzameling is niet gewijzigd, probeer het opnieuw',
- 'success' => 'Veldverzameling is met succes gewijzigd.',
- ],
+ 'success' => 'Veldverzameling is met succes gewijzigd.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Weet je zeker dat je deze veldverzameling wilt verwijderen?',
'error' => 'Er was een probleem tijdens het verwijderen van deze veldverzameling, probeer het opnieuw.',
'success' => 'De veldverzameling is met succes verwijderd.',
'in_use' => 'Veldverzamelingen is nog in gebruikt.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/nl/admin/departments/message.php b/resources/lang/nl/admin/departments/message.php
index ea9c3c594d..0e7d7fa963 100644
--- a/resources/lang/nl/admin/departments/message.php
+++ b/resources/lang/nl/admin/departments/message.php
@@ -1,21 +1,21 @@
'Afdeling bestaat niet.',
'assoc_users' => 'Deze afdeling is op dit moment gekoppeld aan minstens één gebruiker en kan daardoor niet verwijderd worden. Zorg ervoor dat er geen gebruikers meer aan deze afdeling gekoppeld zijn en probeer het opnieuw. ',
- 'create' => [
+ 'create' => array(
'error' => 'Afdeling is niet aangemaakt, probeer het nogmaals.',
- 'success' => 'Afdeling succesvol aangemaakt.',
- ],
- 'update' => [
+ 'success' => 'Afdeling succesvol aangemaakt.'
+ ),
+ 'update' => array(
'error' => 'Afdeling is niet bijgewerkt, probeer het nogmaals',
- 'success' => 'Afdeling succesvol bijgewerkt.',
- ],
- 'delete' => [
+ 'success' => 'Afdeling succesvol bijgewerkt.'
+ ),
+ 'delete' => array(
'confirm' => 'Weet je zeker dat je deze afdeling wil verwijderen?',
'error' => 'Er was een probleem tijdens het verwijderen van de afdeling, probeer het nogmaals.',
- 'success' => 'De afdeling is succesvol verwijderd.',
- ],
+ 'success' => 'De afdeling is succesvol verwijderd.'
+ )
-];
+);
diff --git a/resources/lang/nl/admin/departments/table.php b/resources/lang/nl/admin/departments/table.php
index 0c8222fd38..0ee45cb719 100644
--- a/resources/lang/nl/admin/departments/table.php
+++ b/resources/lang/nl/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Afdelingsnaam',
@@ -8,4 +8,4 @@ return [
'location' => 'Locatie',
'create' => 'Afdeling aanmaken',
'update' => 'Afdeling bijwerken',
- ];
+ );
diff --git a/resources/lang/nl/admin/depreciations/general.php b/resources/lang/nl/admin/depreciations/general.php
index 52c5026280..52d23bb006 100644
--- a/resources/lang/nl/admin/depreciations/general.php
+++ b/resources/lang/nl/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Asset afschrijvingen',
'create' => 'Afschrijving aanmaken',
'depreciation_name' => 'Afschrijvingsnaam',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Aantal maanden',
'update' => 'Afschrijving bijwerken',
- 'depreciation_min' => 'Minimale waarde na afschrijving'
-
+ 'depreciation_min' => 'Minimale waarde na afschrijving',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/nl/admin/depreciations/message.php b/resources/lang/nl/admin/depreciations/message.php
index 27b8f94ab2..634a4378d4 100644
--- a/resources/lang/nl/admin/depreciations/message.php
+++ b/resources/lang/nl/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Afschrijvingsklasse bestaat niet.',
'assoc_users' => 'Deze afschrijving is momenteel gekoppeld aan één of meer modellen en kan niet verwijderd worden. Gelieve de modellen te verwijderen, en probeer het verwijderen opnieuw. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Afschrijvingsklasse werd niet aangemaakt, probeer opnieuw aub. :(',
- 'success' => 'Afschrijvingsklasse succesvol aangemaakt. :)',
- ],
+ 'success' => 'Afschrijvingsklasse succesvol aangemaakt. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Afschrijvingsklasse werd niet bijgewerkt. Probeer opnieuw, aub.',
- 'success' => 'Afschrijvingsklasse succesvol bijgewerkt.',
- ],
+ 'success' => 'Afschrijvingsklasse succesvol bijgewerkt.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Bent u zeker dat u deze afschrijvingsklasse wil verwijderen?',
'error' => 'Er was een probleem bij het verwijderen van de afschrijvingsklasse. Probeer opnieuw, aub.',
- 'success' => 'De afschrijvingsklasse werd succesvol verwijderd.',
- ],
+ 'success' => 'De afschrijvingsklasse werd succesvol verwijderd.'
+ )
-];
+);
diff --git a/resources/lang/nl/admin/depreciations/table.php b/resources/lang/nl/admin/depreciations/table.php
index 8fd8016c82..8765169d31 100644
--- a/resources/lang/nl/admin/depreciations/table.php
+++ b/resources/lang/nl/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Maanden',
'term' => 'Termijn',
'title' => 'Naam ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/nl/admin/groups/message.php b/resources/lang/nl/admin/groups/message.php
index e102d447ad..d5e1ff813d 100644
--- a/resources/lang/nl/admin/groups/message.php
+++ b/resources/lang/nl/admin/groups/message.php
@@ -1,22 +1,22 @@
'Groep bestaat al!',
'group_not_found' => 'Groep [:id] bestaat niet.',
'group_name_required' => 'Het veld \'naam\' is verplicht.',
- 'success' => [
+ 'success' => array(
'create' => 'Groep succesvol aangemaakt.',
'update' => 'Groep succesvol bijgewerkt.',
'delete' => 'Groep succesvol verwijderd.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Bent u zeker dat u deze groep wilt verwijderen?',
'create' => 'Er was een probleem tijdens het aanmaken van deze groep. Probeer opnieuw, aub.',
'update' => 'Er was een probleem tijdens het bijwerken van deze groep. Probeer opnieuw, aub.',
'delete' => 'Er was een probleem tijdens het verwijderen van deze groep. Probeer opnieuw, aub.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/nl/admin/groups/table.php b/resources/lang/nl/admin/groups/table.php
index 025dc2a6f5..eff8ccbbb5 100644
--- a/resources/lang/nl/admin/groups/table.php
+++ b/resources/lang/nl/admin/groups/table.php
@@ -1,9 +1,9 @@
'ID',
'name' => 'Naam',
'users' => 'Aantal gebruikers',
-];
+);
diff --git a/resources/lang/nl/admin/groups/titles.php b/resources/lang/nl/admin/groups/titles.php
index 690a0a4aaf..f59e80430e 100644
--- a/resources/lang/nl/admin/groups/titles.php
+++ b/resources/lang/nl/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Groepsbeheerder',
'allow' => 'Toestaan',
'deny' => 'Weigeren',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/nl/admin/hardware/form.php b/resources/lang/nl/admin/hardware/form.php
index deb4423933..9bd92cd34a 100644
--- a/resources/lang/nl/admin/hardware/form.php
+++ b/resources/lang/nl/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garantie',
'warranty_expires' => 'Garantie vervalt',
'years' => 'jaar',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/nl/admin/hardware/general.php b/resources/lang/nl/admin/hardware/general.php
index dc7ba166d7..c76f8dbff1 100644
--- a/resources/lang/nl/admin/hardware/general.php
+++ b/resources/lang/nl/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'Dit Assets model is verwijderd. U moet het model herstellen voordat u het Asset kunt herstellen.',
'requestable' => 'Aanvraagbaar',
'requested' => 'Aangevraagd',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Herstel Asset',
'pending' => 'In behandeling',
'undeployable' => 'Niet uitgeefbaar',
'view' => 'Bekijk Asset',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/nl/admin/hardware/message.php b/resources/lang/nl/admin/hardware/message.php index ae82a9037b..74b2ccb8a3 100644 --- a/resources/lang/nl/admin/hardware/message.php +++ b/resources/lang/nl/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Waarschuwing: Dit bestand is gemarkeerd als niet-uitgeefbaar. Als deze status is veranderd, update dan de asset status.', 'does_not_exist' => 'Dit asset bestaat niet.', - 'does_not_exist_or_not_requestable' => 'Leuk geprobeerd. Het asset bestaat niet of is niet aanvraagbaar.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Dit asset is momenteel toegewezen aan een gebruiker en kan niet worden verwijderd. Controleer het asset eerst en probeer het opnieuw. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Asset audit succesvol geregistreerd.', ], + 'deletefile' => [ 'error' => 'Bestand is niet verwijderd. Probeer het opnieuw.', 'success' => 'Bestand is met succes verwijderd.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'Het bestand kon niet worden verwijderd', ], + 'delete' => [ 'confirm' => 'Weet je zeker dat je dit asset wilt verwijderen?', 'error' => 'Er was een probleem tijdens het verwijderen van het asset. Probeer het opnieuw.', diff --git a/resources/lang/nl/admin/hardware/table.php b/resources/lang/nl/admin/hardware/table.php index d20cc99178..0b5ac51041 100644 --- a/resources/lang/nl/admin/hardware/table.php +++ b/resources/lang/nl/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Asset tag', 'asset_model' => 'Model', - 'book_value' => 'Waarde', + 'book_value' => 'Current Value', 'change' => 'In/Uit', 'checkout_date' => 'Uitcheck datum', 'checkoutto' => 'Uitgecheckt', + 'current_value' => 'Current Value', 'diff' => 'Verschil', 'dl_csv' => 'CSV downloaden', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serienummer', 'status' => 'Status', 'title' => 'Asset ', - 'image' => 'Asset afbeelding', + 'image' => 'Asset afbeelding', 'days_without_acceptance' => 'Dagen zonder acceptatie', 'monthly_depreciation' => 'Maandelijkse afschrijving', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/nl/admin/kits/general.php b/resources/lang/nl/admin/kits/general.php index 956bc4a5a7..d8f1dcab84 100644 --- a/resources/lang/nl/admin/kits/general.php +++ b/resources/lang/nl/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'Er zijn niet genoeg beschikbare werkplekken voor :license om uit te checken. :qty zijn vereist. ', 'none_consumables' => 'Er zijn niet genoeg beschikbare eenheden van :consumable om uit te checken. :qty zijn verplicht. ', 'none_accessory' => 'Er zijn niet genoeg beschikbare eenheden van :accessory om uit te checken. :qty zijn verplicht. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/nl/admin/licenses/form.php b/resources/lang/nl/admin/licenses/form.php index d68d7b4aeb..a60af5a0c0 100644 --- a/resources/lang/nl/admin/licenses/form.php +++ b/resources/lang/nl/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Asset', 'checkin' => 'Checkin', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licentie uitgegeven aan E-mail', 'to_name' => 'Licentie uitgegeven aan Naam', 'update' => 'Wijzig licentie', - 'checkout_help' => 'Je moet een licentie uitchecken naar een hardware product of een persoon. Je kunt beide selecteren, maar de eigenaar van het product moet overeenkomen met de persoon waar je het asset aan selecteert.', -]; + 'checkout_help' => 'Je moet een licentie uitchecken naar een hardware product of een persoon. Je kunt beide selecteren, maar de eigenaar van het product moet overeenkomen met de persoon waar je het asset aan selecteert.' +); diff --git a/resources/lang/nl/admin/licenses/general.php b/resources/lang/nl/admin/licenses/general.php index 36239b0751..a9fb0ef8cc 100644 --- a/resources/lang/nl/admin/licenses/general.php +++ b/resources/lang/nl/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Over licenties', 'about_licenses' => 'Licenties worden gebruikt om software te beheren. Deze hebben een maximum aantal wat aan gebruikers uitgeleverd kan worden', 'checkin' => 'Check werkplek licentie in', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Applicatie Licenties', 'user' => 'Gebruiker', 'view' => 'Bekijk licentie', -]; +); diff --git a/resources/lang/nl/admin/licenses/message.php b/resources/lang/nl/admin/licenses/message.php index 2c3c64baf4..9a0e74e614 100644 --- a/resources/lang/nl/admin/licenses/message.php +++ b/resources/lang/nl/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Licentie bestaat niet.', 'user_does_not_exist' => 'Gebruiker bestaat niet.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'U moet een asset of een gebruiker selecteren, maar niet beide.', 'not_found' => 'Licentie niet gevonden', - 'create' => [ - 'error' => 'Licentie is niet aangemaakt, probeer het opnieuw.', - 'success' => 'Licentie is met succes aangemaakt.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Licentie is niet aangemaakt, probeer het opnieuw.', + 'success' => 'Licentie is met succes aangemaakt.' + ), + + 'deletefile' => array( 'error' => 'Bestand is niet verwijderd. Probeer het opnieuw.', 'success' => 'Bestand is met succes verwijderd.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Bestand(en) zijn niet geüpload. Probeer het opnieuw.', 'success' => 'Bestand(en) zijn met succes geüpload.', 'nofiles' => 'Je hebt geen bestanden geselecteerd om te uploaden, of het bestand wat je probeert te uploaden is te groot', 'invalidfiles' => 'Een of meer van de bestanden is te groot of het bestandstype is niet toegestaan. Toegestane bestandstypes zijn png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml en lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Licentie is niet gewijzigd, probeer het opnieuw', - 'success' => 'Licentie is met succes gewijzigd.', - ], + 'success' => 'Licentie is met succes gewijzigd.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Weet je het zeker dat je deze licentie wilt verwijderen?', 'error' => 'Er was een probleem tijdens het verwijderen van deze licentie, probeer het opnieuw.', - 'success' => 'De licentie is met succes verwijderd.', - ], + 'success' => 'De licentie is met succes verwijderd.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Er was een probleem met het uitchecken van deze licentie. Probeer het opnieuw.', - 'success' => 'De licentie is met succes uitgecheckt', - ], + 'success' => 'De licentie is met succes uitgecheckt' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Er was een probleem met het inchecken van deze licentie. Probeer het opnieuw.', - 'success' => 'De licentie is met succes ingecheckt', - ], + 'success' => 'De licentie is met succes ingecheckt' + ), -]; +); diff --git a/resources/lang/nl/admin/licenses/table.php b/resources/lang/nl/admin/licenses/table.php index e38def758d..092364be11 100644 --- a/resources/lang/nl/admin/licenses/table.php +++ b/resources/lang/nl/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Toegewezen aan', 'checkout' => 'In/Uit', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serienummer', 'title' => 'Licentie', -]; +); diff --git a/resources/lang/nl/admin/locations/message.php b/resources/lang/nl/admin/locations/message.php index 8f5963b99c..ad46aae440 100644 --- a/resources/lang/nl/admin/locations/message.php +++ b/resources/lang/nl/admin/locations/message.php @@ -1,26 +1,27 @@ 'Locatie bestaat niet.', 'assoc_users' => 'Deze locatie is momenteel gekoppeld met tenminste één persoon en kan hierdoor niet worden verwijderd. Update je gebruikers die niet meer bij deze locatie horen en probeer het opnieuw. ', 'assoc_assets' => 'Deze locatie is momenteel gekoppeld met tenminste één asset en kan hierdoor niet worden verwijderd. Update je assets die niet meer bij deze locatie en probeer het opnieuw. ', 'assoc_child_loc' => 'Deze locatie is momenteen de ouder van ten minste één kind locatie en kan hierdoor niet worden verwijderd. Update je locaties bij die niet meer naar deze locatie verwijzen en probeer het opnieuw. ', - 'create' => [ + + 'create' => array( 'error' => 'Locatie is niet aangemaakt, probeer het opnieuw.', - 'success' => 'Locatie is met succes aangemaakt.', - ], + 'success' => 'Locatie is met succes aangemaakt.' + ), - 'update' => [ + 'update' => array( 'error' => 'Locatie is niet gewijzigd, probeer het opnieuw', - 'success' => 'Locatie is met succes gewijzigd.', - ], + 'success' => 'Locatie is met succes gewijzigd.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Weet je het zeker dat je deze locatie wilt verwijderen?', 'error' => 'Er was een probleem met het verwijderen van deze locatie. Probeer het opnieuw.', - 'success' => 'De locatie is met succes verwijderd.', - ], + 'success' => 'De locatie is met succes verwijderd.' + ) -]; +); diff --git a/resources/lang/nl/admin/locations/table.php b/resources/lang/nl/admin/locations/table.php index b2263c1bad..de5fea6c7a 100644 --- a/resources/lang/nl/admin/locations/table.php +++ b/resources/lang/nl/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Bovenliggend', 'currency' => 'Locatie valuta', 'ldap_ou' => 'LDAP zoek OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/nl/admin/manufacturers/message.php b/resources/lang/nl/admin/manufacturers/message.php index 55699160fd..0db1822e91 100644 --- a/resources/lang/nl/admin/manufacturers/message.php +++ b/resources/lang/nl/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Fabrikant bestaat niet.', 'assoc_users' => 'Deze fabrikant is verbonden met 1 of meerdere modellen en kan hierdoor niet verwijderd worden. Controleer de modellen zodat er geen verbinding meer is met deze fabrikant en probeer opnieuw. ', - 'create' => [ + 'create' => array( 'error' => 'Fabrikant was niet aangemaakt, Probeer opnieuw.', - 'success' => 'Fabrikant aangemaakt.', - ], + 'success' => 'Fabrikant aangemaakt.' + ), - 'update' => [ + 'update' => array( 'error' => 'Fabrikant niet bijgewerkt, probeer opnieuw', - 'success' => 'Fabrikant succesvol bijgewerkt.', - ], + 'success' => 'Fabrikant succesvol bijgewerkt.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Fabrikant is niet hersteld, probeer het opnieuw', - 'success' => 'Fabrikant succesvol hersteld.', - ], + 'success' => 'Fabrikant succesvol hersteld.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Weet u zeker dat deze fabrikant verwijderd kan worden?', 'error' => 'Er was een probleem bij het verwijderen. Probeer opnieuw.', - 'success' => 'Fabrikant succesvol verwijderd.', - ], + 'success' => 'Fabrikant succesvol verwijderd.' + ) -]; +); diff --git a/resources/lang/nl/admin/manufacturers/table.php b/resources/lang/nl/admin/manufacturers/table.php index 9a15cf6b88..02b3bb9cdb 100644 --- a/resources/lang/nl/admin/manufacturers/table.php +++ b/resources/lang/nl/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Over fabrikanten', 'about_manufacturers_text' => 'Fabrikanten zijn de bedrijven die uw assets maken. U kunt hier belangrijke contactinformatie over hen opslaan, die wordt weergegeven op de detailpagina van uw asset.', 'asset_manufacturers' => 'Asset fabrikanten', @@ -13,4 +13,4 @@ return [ 'update' => 'Wijzig Fabrikant', 'url' => 'URL', -]; +); diff --git a/resources/lang/nl/admin/models/general.php b/resources/lang/nl/admin/models/general.php index 521be60f16..bdc6d86fc7 100644 --- a/resources/lang/nl/admin/models/general.php +++ b/resources/lang/nl/admin/models/general.php @@ -1,6 +1,6 @@ 'Over Asset Modellen', 'about_models_text' => 'Assetmodellen zijn een manier om identieke assets te groeperen. "MBP 2013", "iPhone 6s", enz.', 'deleted' => 'Dit model is verwijderd.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Je staat op het punt om :model_count assetmodellen te verwijderen.', 'restore' => 'Herstel model', 'requestable' => 'Gebruikers mogen dit model aanvragen', - 'show_mac_address' => 'Toon MAC-adresveld in de assets van dit model', + 'show_mac_address' => 'Toon MAC-adresveld in de assets van dit model', 'view_deleted' => 'Bekijk verwijderde', 'view_models' => 'Bekijk modelen', 'fieldset' => 'Veldverzameling', 'no_custom_field' => 'Geen aangepaste velden', 'add_default_values' => 'Voeg standaardwaarden toe', -]; +); diff --git a/resources/lang/nl/admin/models/message.php b/resources/lang/nl/admin/models/message.php index 575ca2994d..89df316480 100644 --- a/resources/lang/nl/admin/models/message.php +++ b/resources/lang/nl/admin/models/message.php @@ -1,41 +1,42 @@ 'Model bestaat niet.', 'assoc_users' => 'Dit model is momenteel gekoppeld met één of meer assets en kan niet worden verwijderd. Verwijder de assets en probeer het opnieuw. ', - 'create' => [ + + 'create' => array( 'error' => 'Model is niet aangemaakt, probeer het opnieuw.', 'success' => 'Model is met succes aangemaakt.', 'duplicate_set' => 'Een asset model met die naam, fabrikant en model nummer bestaat al.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model is niet gewijzigd, probeer het opnieuw', - 'success' => 'Model met succes gewijzigd.', - ], + 'success' => 'Model met succes gewijzigd.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Weet je het zeker dat je deze asset model wilt verwijderen?', 'error' => 'Er was een probleem tijden het verwijderen van dit model. Probeer het opnieuw.', - 'success' => 'Het model is met succes verwijderd.', - ], + 'success' => 'Het model is met succes verwijderd.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Model is niet hersteld. Probeer opnieuw', - 'success' => 'Model is met succes hersteld.', - ], + 'success' => 'Model is met succes hersteld.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Er was geen veld geselecteerd dus is er niks gewijzigd.', - 'success' => 'Modellen bijgewerkt.', - ], + 'success' => 'Modellen bijgewerkt.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Er waren geen modellen geselecteerd, er is dus niets verwijderd.', 'success' => ':success_count model(s) verwijderd!', - 'success_partial' => ':success_count model(len) werden verwijderd, maar : fail_count konden niet worden verwijderd omdat er nog steeds assets aan gekoppeld zijn.', - ], + 'success_partial' => ':success_count model(len) werden verwijderd, maar : fail_count konden niet worden verwijderd omdat er nog steeds assets aan gekoppeld zijn.' + ), -]; +); diff --git a/resources/lang/nl/admin/models/table.php b/resources/lang/nl/admin/models/table.php index 366eac04a3..bbb11f1325 100644 --- a/resources/lang/nl/admin/models/table.php +++ b/resources/lang/nl/admin/models/table.php @@ -1,6 +1,6 @@ 'Maak asset model aan', 'created_at' => 'Aangemaakt op', @@ -14,4 +14,4 @@ return [ 'update' => 'Wijzig asset model', 'clone' => 'Kopieer model', 'edit' => 'Bewerk model', -]; +); diff --git a/resources/lang/nl/admin/reports/general.php b/resources/lang/nl/admin/reports/general.php index af022e566c..672d49a07e 100644 --- a/resources/lang/nl/admin/reports/general.php +++ b/resources/lang/nl/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Selecteer de opties die je wilt voor je assetrapport.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/nl/admin/reports/message.php b/resources/lang/nl/admin/reports/message.php index 9cfbee40b2..0f8c2a1642 100644 --- a/resources/lang/nl/admin/reports/message.php +++ b/resources/lang/nl/admin/reports/message.php @@ -1,5 +1,5 @@ 'Je moet ten minste één optie kiezen.', -]; +return array( + 'error' => 'Je moet ten minste één optie kiezen.' +); diff --git a/resources/lang/nl/admin/settings/general.php b/resources/lang/nl/admin/settings/general.php index 2b10ed2a49..5c9b505ddd 100644 --- a/resources/lang/nl/admin/settings/general.php +++ b/resources/lang/nl/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Active Directory domein', 'ad_domain_help' => 'Dit is soms hetzelfde als je e-mail domein.', 'ad_append_domain_label' => 'Domeinnaam toevoegen', 'ad_append_domain' => 'Domeinnaam toevoegen aan veld gebruikersnaam', - 'ad_append_domain_help' => 'Gebruiker is niet verplicht om "username@domain.local" te schrijven, deze kan alleen "username" typen.' , + 'ad_append_domain_help' => 'Gebruiker is niet verplicht om "username@domain.local" te schrijven, deze kan alleen "username" typen.', 'admin_cc_email' => 'CC e-mail', 'admin_cc_email_help' => 'Als u een kopie van de checkout/checkin e-mail die aan de gebruikers worden verzonden wilt verzenden naar een extra e-mailaccount, vul dan hier het e-mailadres in. Laat anders dit veld leeg.', 'is_ad' => 'Dit is een Active Directory server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Verstuur meldingen naar', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Meldingen ingeschakeld', 'alert_interval' => 'Drempel verlopende meldingen (in dagen)', 'alert_inv_threshold' => 'Inventaris melding drempel', 'allow_user_skin' => 'Gebruikers skin toestaan', - 'allow_user_skin_help_text' => 'Door dit selectievakje aan te vinken, kan een gebruiker de skin van de gebruikersinterface met een andere overschrijven.' , + 'allow_user_skin_help_text' => 'Door dit selectievakje aan te vinken, kan een gebruiker de skin van de gebruikersinterface met een andere overschrijven.', 'asset_ids' => 'Asset IDs', 'audit_interval' => 'Interval audit', 'audit_interval_help' => 'Als je verplicht bent om regelmatig je assets te controleren, voer dan de interval in maanden in.', 'audit_warning_days' => 'Audit waarschuwingsdrempel', 'audit_warning_days_help' => 'Hoeveel dagen op voorhand moeten we je waarschuwen wanneer assets gecontroleerd moeten worden?', - 'auto_increment_assets' => 'Genereer automatisch verhogen van asset ID\'s', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Voorvoegsel (niet verplicht)', - 'auto_incrementing_help' => 'Schakel eerst automatisch verhogen van asset ID\'s in om dit in te stellen', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Back-ups', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/nl/mail.php b/resources/lang/nl/mail.php index a46f65177a..531e752729 100644 --- a/resources/lang/nl/mail.php +++ b/resources/lang/nl/mail.php @@ -60,7 +60,7 @@ return [ 'test_mail_text' => 'Dit is een test van het Asset Management Systeem. Als je dit hebt ontvangen, werkt de mail :)', 'the_following_item' => 'Het volgende item is ingecheckt: ', 'low_inventory_alert' => 'Er is :count item dat onder de minimumvoorraad ligt of binnenkort laag zal zijn.|Er zijn :count items die onder de minimumvoorraad zijn of binnenkort laag zullen zijn.', - 'assets_warrantee_alert' => 'Er is :count asset met een garantie die afloopt in de volgende :threshold dagen.|Er zijn :count assets met garanties die vervallen in de volgende :threshold dagen.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Er is :count licentie die afloopt in de volgende :threshold dagen. | Er zijn :count licenties die vervallen in de volgende :threshold dagen.', 'to_reset' => 'Vul dit formulier in om je :web wachtwoord te resetten:', 'type' => 'Type', diff --git a/resources/lang/nl/pagination.php b/resources/lang/nl/pagination.php index d3fef03af5..6f99c193af 100644 --- a/resources/lang/nl/pagination.php +++ b/resources/lang/nl/pagination.php @@ -1,6 +1,6 @@ 'Volgende »', -]; +); diff --git a/resources/lang/nl/reminders.php b/resources/lang/nl/reminders.php index fd34926466..ba4c294dfe 100644 --- a/resources/lang/nl/reminders.php +++ b/resources/lang/nl/reminders.php @@ -1,6 +1,6 @@ 'Paswoorden moeten 6 karakters lang zijn en gelijk zijn in beide paswoordvelden.', + "password" => "Paswoorden moeten 6 karakters lang zijn en gelijk zijn in beide paswoordvelden.", - 'user' => 'Gebruikersnaam of e-mailadres is niet correct', + "user" => "Gebruikersnaam of e-mailadres is niet correct", - 'token' => 'De token voor paswoordherstel is niet correct.', + "token" => "De token voor paswoordherstel is niet correct.", - 'sent' => 'Indien het e-mailadres bestaat, werd een paswoordhint verstuurd', + "sent" => "Indien het e-mailadres bestaat, werd een paswoordhint verstuurd", -]; +); diff --git a/resources/lang/nl/table.php b/resources/lang/nl/table.php index 7ba6537f8a..1125daf164 100644 --- a/resources/lang/nl/table.php +++ b/resources/lang/nl/table.php @@ -1,10 +1,10 @@ 'Acties', 'action' => 'Actie', 'by' => 'Door', 'item' => 'Item', -]; +); diff --git a/resources/lang/nl/validation.php b/resources/lang/nl/validation.php index 54fde43fd3..9c026f99cd 100644 --- a/resources/lang/nl/validation.php +++ b/resources/lang/nl/validation.php @@ -1,6 +1,6 @@ ':attribute moet tenminste :min karakters bevatten.', 'array' => ':attribute moet minimaal :min items bevatten.', ], + 'starts_with' => ':attribute moet met één van de volgende waarden eindigen: :values.', 'not_in' => 'Het geselecteerde kenmerk :attribute is ongeldig.', 'numeric' => ':attribute moet een getal zijn.', 'present' => ':attribute veld moet aanwezig zijn.', @@ -88,8 +89,8 @@ return array( 'unique' => 'Het veld :attribute is reeds in gebruik.', 'uploaded' => 'Uploaden van :attribute is mislukt.', 'url' => 'Het formaat van :attribute is ongeldig.', - "unique_undeleted" => "De :attribute moet uniek zijn. ", - "non_circular" => ":attribute mag geen circulaire referentie aanmaken.", + 'unique_undeleted' => 'De :attribute moet uniek zijn. ', + 'non_circular' => ':attribute mag geen circulaire referentie aanmaken.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => ":attribute veld bevat een karakter wat niet is toegestaan.", - "email_array" => "één of meer e-mail adressen kloppen niet.", - "hashed_pass" => "Je huidige wachtwoord is incorrect", + 'alpha_space' => ':attribute veld bevat een karakter wat niet is toegestaan.', + 'email_array' => 'één of meer e-mail adressen kloppen niet.', + 'hashed_pass' => 'Je huidige wachtwoord is incorrect', 'dumbpwd' => 'Dat wachtwoord is te veelvoorkomend.', - "statuslabel_type" => "Selecteer een valide status label", + 'statuslabel_type' => 'Selecteer een valide status label', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/no/admin/accessories/general.php b/resources/lang/no/admin/accessories/general.php index 4f3e83d237..bc05b71977 100644 --- a/resources/lang/no/admin/accessories/general.php +++ b/resources/lang/no/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Tilbehørskategori', 'accessory_name' => 'Navn tilbehør', 'checkout' => 'Sjekk ut tilbehør', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Bruk standard EULA i stedet.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/no/admin/custom_fields/message.php b/resources/lang/no/admin/custom_fields/message.php
index 2beb1eccaa..61b19d9b4f 100644
--- a/resources/lang/no/admin/custom_fields/message.php
+++ b/resources/lang/no/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Feltet finnes ikke.',
'already_added' => 'Feltet er allerede lagt til',
- 'create' => [
+ 'create' => array(
'error' => 'Feltet ble ikke opprettet, vennligst prøv igjen.',
'success' => 'Felt opprettet.',
- 'assoc_success' => 'Feltet ble lagt til.',
- ],
+ 'assoc_success' => 'Feltet ble lagt til.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Feltet ble ikke oppdatert, vennligst prøv igjen',
- 'success' => 'Felt oppdatert.',
- ],
+ 'success' => 'Felt oppdatert.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Er du sikker på at du vil slette dette feltet?',
'error' => 'Det oppstod et problem ved sletting av feltet. Vennligst prøv igjen senere.',
'success' => 'Feltet ble slettet.',
'in_use' => 'Feltet er fremdeles i bruk.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset eksisterer ikke',
- 'create' => [
+ 'create' => array(
'error' => 'Feltsettet ble ikke opprettet, vennligst prøv igjen.',
- 'success' => 'Feltsettet ble opprettet.',
- ],
+ 'success' => 'Feltsettet ble opprettet.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Feltsettet ble ikke oppdatert, vennligst prøv igjen',
- 'success' => 'Feltsettet ble oppdatert.',
- ],
+ 'success' => 'Feltsettet ble oppdatert.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Er du sikker på at du vil slette feltsettet?',
'error' => 'Det oppstod et problem ved sletting av feltsettet. Vennligst prøv igjen.',
'success' => 'Feltsettet ble slettet.',
'in_use' => 'Feltsettet er fortsatt i bruk.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/no/admin/departments/message.php b/resources/lang/no/admin/departments/message.php
index c32e8eb14d..f60905b5aa 100644
--- a/resources/lang/no/admin/departments/message.php
+++ b/resources/lang/no/admin/departments/message.php
@@ -1,21 +1,21 @@
'Avdeling finnes ikke.',
'assoc_users' => 'Denne avdelingen er knyttet til minst én bruker og kan ikke slettes. Oppdater brukerne ikke lenger refererer til denne avdelingen og prøv igjen. ',
- 'create' => [
+ 'create' => array(
'error' => 'Avdelingen ble ikke opprettet, prøv igjen.',
- 'success' => 'Avdeling opprettet.',
- ],
- 'update' => [
+ 'success' => 'Avdeling opprettet.'
+ ),
+ 'update' => array(
'error' => 'Avdelingen ble ikke oppdatert, prøv igjen',
- 'success' => 'Avdeling oppdatert.',
- ],
- 'delete' => [
+ 'success' => 'Avdeling oppdatert.'
+ ),
+ 'delete' => array(
'confirm' => 'Er du sikker på at du vil slette denne avdelingen?',
'error' => 'Det var et problem med å slette avdelingen. Prøv på nytt.',
- 'success' => 'Avdelingen ble slettet.',
- ],
+ 'success' => 'Avdelingen ble slettet.'
+ )
-];
+);
diff --git a/resources/lang/no/admin/departments/table.php b/resources/lang/no/admin/departments/table.php
index 167f835589..3373541407 100644
--- a/resources/lang/no/admin/departments/table.php
+++ b/resources/lang/no/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Avdelingsnavn',
@@ -8,4 +8,4 @@ return [
'location' => 'Plassering',
'create' => 'Opprett avdeling',
'update' => 'Oppdater avdeling',
- ];
+ );
diff --git a/resources/lang/no/admin/depreciations/general.php b/resources/lang/no/admin/depreciations/general.php
index 55fa75a9ef..91abbd511f 100644
--- a/resources/lang/no/admin/depreciations/general.php
+++ b/resources/lang/no/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Avskrivninger',
'create' => 'Opprett avskrivning',
'depreciation_name' => 'Avskrivningsnavn',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Antall måneder',
'update' => 'Oppdater avskrivninger',
- 'depreciation_min' => 'Minimumsverdi etter avskrivning'
-
+ 'depreciation_min' => 'Minimumsverdi etter avskrivning',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/no/admin/depreciations/message.php b/resources/lang/no/admin/depreciations/message.php
index adc401adae..4c56baa473 100644
--- a/resources/lang/no/admin/depreciations/message.php
+++ b/resources/lang/no/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Avskrivningen eksisterer ikke.',
'assoc_users' => 'Denne avskrivningen er tilknyttet én eller flere modeller og kan ikke slettes. Vennligst slett modellene og prøv å slette på nytt. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Avskrivningen ble ikke opprettet, vennligst prøv igjen. :(',
- 'success' => 'Avskrivningen ble opprettet. :)',
- ],
+ 'success' => 'Avskrivningen ble opprettet. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Avskrivningen ble ikke oppdatert, vennligst prøv igjen',
- 'success' => 'Avskrivningen ble oppdatert.',
- ],
+ 'success' => 'Avskrivningen ble oppdatert.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Er du sikker på at du vil slette denne avskrivningen ?',
'error' => 'Det oppsto et problem med sletting av avskrivningen. Vennligst prøv igjen.',
- 'success' => 'Avskrivningen ble slettet.',
- ],
+ 'success' => 'Avskrivningen ble slettet.'
+ )
-];
+);
diff --git a/resources/lang/no/admin/depreciations/table.php b/resources/lang/no/admin/depreciations/table.php
index 83598cf7cf..4498fc8e20 100644
--- a/resources/lang/no/admin/depreciations/table.php
+++ b/resources/lang/no/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Måneder',
'term' => 'Avskrivningsperiode',
'title' => 'Navn ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/no/admin/groups/message.php b/resources/lang/no/admin/groups/message.php
index 1d1dea0aaa..0c59b78aa3 100644
--- a/resources/lang/no/admin/groups/message.php
+++ b/resources/lang/no/admin/groups/message.php
@@ -1,22 +1,22 @@
'Gruppen eksisterer allerede!',
'group_not_found' => 'Gruppen [:id] eksisterer ikke.',
'group_name_required' => 'Navnefeltet er påkrevd',
- 'success' => [
+ 'success' => array(
'create' => 'Gruppen ble opprettet.',
'update' => 'Gruppen ble oppdatert.',
'delete' => 'Gruppen ble slettet.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Er du sikker på at du vil slette denne gruppen?',
'create' => 'Det oppsto et problem med oppretting av gruppen. Vennligst prøv igjen.',
'update' => 'Det oppsto et problem med oppdatering av gruppen. Vennligst prøv igjen.',
'delete' => 'Det oppsto et problem med sletting av gruppen. Vennligst prøv igjen.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/no/admin/groups/table.php b/resources/lang/no/admin/groups/table.php
index 7fb08a302f..e8f777138c 100644
--- a/resources/lang/no/admin/groups/table.php
+++ b/resources/lang/no/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Navn',
'users' => 'Antall brukere',
-];
+);
diff --git a/resources/lang/no/admin/groups/titles.php b/resources/lang/no/admin/groups/titles.php
index ed4031564e..efe3675103 100644
--- a/resources/lang/no/admin/groups/titles.php
+++ b/resources/lang/no/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Gruppeadministrator',
'allow' => 'Tillat',
'deny' => 'Avslå',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/no/admin/hardware/form.php b/resources/lang/no/admin/hardware/form.php
index 2049a83f03..2eb524d5eb 100644
--- a/resources/lang/no/admin/hardware/form.php
+++ b/resources/lang/no/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garanti',
'warranty_expires' => 'Garantien utløper',
'years' => 'år',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/no/admin/hardware/general.php b/resources/lang/no/admin/hardware/general.php
index 72b2dbb950..3e021f51df 100644
--- a/resources/lang/no/admin/hardware/general.php
+++ b/resources/lang/no/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'Denne eiendelsmodellen er slettet. Du må gjenopprette modellen før du kan gjenopprette eiendelen.',
'requestable' => 'Forespørrbar',
'requested' => 'Forespurt',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Gjenopprett eiendel',
'pending' => 'Under arbeid',
'undeployable' => 'Ikke utleverbar',
'view' => 'Vis eiendel',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/no/admin/hardware/message.php b/resources/lang/no/admin/hardware/message.php index 1a68610c1f..17eb5232e2 100644 --- a/resources/lang/no/admin/hardware/message.php +++ b/resources/lang/no/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Advarsel: Denne eiendelen er merket som ikke utleverbar. Oppdater eiendelsstatus hvis situasjonen har endret seg.', 'does_not_exist' => 'Eiendel eksisterer ikke.', - 'does_not_exist_or_not_requestable' => 'Eiendelen eksisterer ikke eller kan ikke forespørres.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Denne eiendelen er merket som utsjekket til en bruker og kan ikke slettes. Vennligst sjekk inn eiendelen først, og forsøk sletting på nytt. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Asset audit ble logget.', ], + 'deletefile' => [ 'error' => 'Fil ble ikke slettet. Prøv igjen.', 'success' => 'Vellykket sletting av fil.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'Filen kunne ikke bli slettet', ], + 'delete' => [ 'confirm' => 'Er du sikker på at du vil slette eiendelen?', 'error' => 'Det oppstod et problem under sletting av eiendel. Vennligst prøv igjen.', diff --git a/resources/lang/no/admin/hardware/table.php b/resources/lang/no/admin/hardware/table.php index 6edb5494f3..e606b65f54 100644 --- a/resources/lang/no/admin/hardware/table.php +++ b/resources/lang/no/admin/hardware/table.php @@ -1,13 +1,14 @@ 'Eiendelsmerke', 'asset_model' => 'Modell', - 'book_value' => 'Verdi', + 'book_value' => 'Current Value', 'change' => 'Inne/ute', 'checkout_date' => 'Utsjekkdato', 'checkoutto' => 'Utsjekket', + 'current_value' => 'Current Value', 'diff' => 'Forskjell', 'dl_csv' => 'Last ned CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return array( 'serial' => 'Serienummer', 'status' => 'Status', 'title' => 'Eiendel ', - 'image' => 'Enhet bilde', + 'image' => 'Enhet bilde', 'days_without_acceptance' => 'Dager uten aksept', - 'monthly_depreciation' => 'Månedlig avskrivning' - -); + 'monthly_depreciation' => 'Månedlig avskrivning', + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', +]; diff --git a/resources/lang/no/admin/kits/general.php b/resources/lang/no/admin/kits/general.php index eee9639958..9f031609f8 100644 --- a/resources/lang/no/admin/kits/general.php +++ b/resources/lang/no/admin/kits/general.php @@ -1,6 +1,6 @@ 'Om forhåndsdefinerte sett', 'about_kits_text' => 'Forhåndsdefinerte sett lar deg raskt sjekke ut en samling av utstyr (eiendeler, lisenser, etc) til en bruker. Dette kan være nyttig når onboarding-prosessen er konsistent på tvers av mange brukere, slik at alle brukere skal ha det samme utstyret.', 'checkout' => 'Sjekk ut sett ', @@ -13,5 +13,38 @@ return array( 'none_licenses' => 'Det er ikke nok seter for :license til å sjekke ut. Det trengs :qty ekstra. ', 'none_consumables' => 'Det er ikke nok tilgjengelige :consumable til å sjekke ut. Det trengs :qty. ', 'none_accessory' => 'Det er ikke nok tilgjengelige :accessory til å sjekke ut. Det trengs :qty. ', - -); + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', +]; diff --git a/resources/lang/no/admin/licenses/form.php b/resources/lang/no/admin/licenses/form.php index 3052b88990..47a1ffcc07 100644 --- a/resources/lang/no/admin/licenses/form.php +++ b/resources/lang/no/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Eiendel', 'checkin' => 'Sjekk inn', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Lisensiert til e-post', 'to_name' => 'Lisensiert til navn', 'update' => 'Oppdater lisens', - 'checkout_help' => 'Du må sjekke ut en lisens til en maskinvare- eller person-eiendel. Du kan velge begge, men eier av eiendel må være lik den du sjekker eiendel ut til.', -]; + 'checkout_help' => 'Du må sjekke ut en lisens til en maskinvare- eller person-eiendel. Du kan velge begge, men eier av eiendel må være lik den du sjekker eiendel ut til.' +); diff --git a/resources/lang/no/admin/licenses/general.php b/resources/lang/no/admin/licenses/general.php index 7d08e377d4..e220af4c5f 100644 --- a/resources/lang/no/admin/licenses/general.php +++ b/resources/lang/no/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Om lisenser', 'about_licenses' => 'Lisenser er brukt til å spore bruk av programvare. De har et angitt antall seter som kan sjekkes ut til enkeltpersoner', 'checkin' => 'Sjekk inn setelisens', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Programvarelisenser', 'user' => 'Bruker', 'view' => 'Vis lisens', -]; +); diff --git a/resources/lang/no/admin/licenses/message.php b/resources/lang/no/admin/licenses/message.php index dfad9146d6..9c3dd05ba4 100644 --- a/resources/lang/no/admin/licenses/message.php +++ b/resources/lang/no/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Lisens eksisterer ikke.', 'user_does_not_exist' => 'Bruker eksisterer ikke.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Du må velge en ressurs eller en bruker, men ikke begge.', 'not_found' => 'Lisens ikke funnet', - 'create' => [ - 'error' => 'Lisens ble ikke opprettet, prøv igjen.', - 'success' => 'Vellykket opprettelse av lisens.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Lisens ble ikke opprettet, prøv igjen.', + 'success' => 'Vellykket opprettelse av lisens.' + ), + + 'deletefile' => array( 'error' => 'Fil ble ikke slettet. Prøv igjen.', 'success' => 'Fil ble slettet.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Fil(er) ble ikke lastet opp. Prøv igjen.', 'success' => 'Fil(er) ble slettet.', 'nofiles' => 'Ingen fil er valgt til opplasting, eller filen er for stor', 'invalidfiles' => 'En eller flere av filene er for stor, eller er en filtype som ikke er tillatt. Tillatte filtyper er png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, og lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Lisens ble ikke oppdatert, prøv igjen', - 'success' => 'Vellykket oppdatering av lisens.', - ], + 'success' => 'Vellykket oppdatering av lisens.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Er du sikker på at du vil slette denne lisensen?', 'error' => 'Det oppstod et problem under sletting av lisens. Vennligst prøv igjen.', - 'success' => 'Vellykket sletting av lisens.', - ], + 'success' => 'Vellykket sletting av lisens.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Det oppstod et problem under utsjekk av lisens. Vennligst prøv igjen.', - 'success' => 'Vellykket utsjekk av lisens', - ], + 'success' => 'Vellykket utsjekk av lisens' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Det oppstod et problem under innsjekk av lisens. Vennligst prøv igjen.', - 'success' => 'Vellykket innsjekk av lisens', - ], + 'success' => 'Vellykket innsjekk av lisens' + ), -]; +); diff --git a/resources/lang/no/admin/licenses/table.php b/resources/lang/no/admin/licenses/table.php index 18fe55cbfb..a200c9a09d 100644 --- a/resources/lang/no/admin/licenses/table.php +++ b/resources/lang/no/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Tildelt til', 'checkout' => 'Inne/ute', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serienummer', 'title' => 'Lisens', -]; +); diff --git a/resources/lang/no/admin/locations/message.php b/resources/lang/no/admin/locations/message.php index f0ca02ce4e..cb0a51b7b5 100644 --- a/resources/lang/no/admin/locations/message.php +++ b/resources/lang/no/admin/locations/message.php @@ -1,26 +1,27 @@ 'Lokasjon eksisterer ikke.', 'assoc_users' => 'Denne lokasjonen er i bruk av minst en bruker, og kan ikke slettes. Fjern brukernes kobling mot lokasjonen og prøv igjen. ', 'assoc_assets' => 'Lokasjonen er tilknyttet minst en eiendel og kan ikke slettes. Oppdater dine eiendeler slik at de ikke refererer til denne lokasjonen, og prøv igjen. ', 'assoc_child_loc' => 'Lokasjonen er overordnet til minst en underlokasjon og kan ikke slettes. Oppdater din lokasjoner til å ikke referere til denne lokasjonen, og prøv igjen. ', - 'create' => [ + + 'create' => array( 'error' => 'Lokasjon ble ikke opprettet, prøv igjen.', - 'success' => 'Vellykket opprettelse av lokasjon.', - ], + 'success' => 'Vellykket opprettelse av lokasjon.' + ), - 'update' => [ + 'update' => array( 'error' => 'Lokasjon ble ikke oppdatert, prøv igjen', - 'success' => 'Vellykket oppdatering av plassering.', - ], + 'success' => 'Vellykket oppdatering av plassering.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Er du sikker på at du vil slette denne plasseringen?', 'error' => 'Det oppstod et problem under sletting av plassering. Vennligst prøv igjen.', - 'success' => 'Vellykket sletting av plassering.', - ], + 'success' => 'Vellykket sletting av plassering.' + ) -]; +); diff --git a/resources/lang/no/admin/locations/table.php b/resources/lang/no/admin/locations/table.php index 85093a5f58..4222ccbeef 100644 --- a/resources/lang/no/admin/locations/table.php +++ b/resources/lang/no/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Overordnet', 'currency' => 'Valuta i lokasjon', 'ldap_ou' => 'LDAP-søk OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/no/admin/manufacturers/message.php b/resources/lang/no/admin/manufacturers/message.php index 04137afa32..936c63e353 100644 --- a/resources/lang/no/admin/manufacturers/message.php +++ b/resources/lang/no/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Produsent eksisterer ikke.', 'assoc_users' => 'Denne produsenten er tilknyttet minst en modell og kan ikke slettes. Oppdatèr modellen(e) til ikke å bruke denne produsenten, og prøv igjen. ', - 'create' => [ + 'create' => array( 'error' => 'Produsent ble ikke opprettet. Prøv igjen.', - 'success' => 'Opprettelse av produsent vellykket.', - ], + 'success' => 'Opprettelse av produsent vellykket.' + ), - 'update' => [ + 'update' => array( 'error' => 'Produsent ble ikke oppdatert. Prøv igjen', - 'success' => 'Oppdatering av produsent vellykket.', - ], + 'success' => 'Oppdatering av produsent vellykket.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Produsent ble ikke gjenopprettet. Prøv igjen', - 'success' => 'Gjenopprettelse av produsent vellykket.', - ], + 'success' => 'Gjenopprettelse av produsent vellykket.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Er du sikker på at du vil slette denne produsenten?', 'error' => 'Det oppstod et problem under sletting av produsenten. Prøv igjen.', - 'success' => 'Sletting av produsenten var vellykket.', - ], + 'success' => 'Sletting av produsenten var vellykket.' + ) -]; +); diff --git a/resources/lang/no/admin/manufacturers/table.php b/resources/lang/no/admin/manufacturers/table.php index 71ac781f95..0b4e7b91cf 100644 --- a/resources/lang/no/admin/manufacturers/table.php +++ b/resources/lang/no/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Om produsenter', 'about_manufacturers_text' => 'Produsenter er firmaer som lager dine eiendeler. Du kan lagre viktig kundestøtte kontaktinformasjon om dem her, som vises på sidene om asset-detaljer.', 'asset_manufacturers' => 'Eiendelsprodusenter', @@ -13,4 +13,4 @@ return [ 'update' => 'Endre produsent', 'url' => 'URL', -]; +); diff --git a/resources/lang/no/admin/models/general.php b/resources/lang/no/admin/models/general.php index a11a3fdf7e..e6a284f9ad 100644 --- a/resources/lang/no/admin/models/general.php +++ b/resources/lang/no/admin/models/general.php @@ -1,6 +1,6 @@ 'Om asset modeller', 'about_models_text' => 'Asset modeller er en måte å gruppere identiske eiendeler. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'Denne modellen har blitt slettet.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Du er i ferd med å slette :model_count modeller.', 'restore' => 'Gjenopprett modell', 'requestable' => 'Brukere kan be om denne modellen', - 'show_mac_address' => 'Vis felt for MAC-adresse for denne modellen', + 'show_mac_address' => 'Vis felt for MAC-adresse for denne modellen', 'view_deleted' => 'Vis slettede', 'view_models' => 'Vis modeller', 'fieldset' => 'Felt', 'no_custom_field' => 'Ingen egendefinerte felt', 'add_default_values' => 'Legg til standardverdier', -]; +); diff --git a/resources/lang/no/admin/models/message.php b/resources/lang/no/admin/models/message.php index a0ecf1d1e2..e4dcacfb4a 100644 --- a/resources/lang/no/admin/models/message.php +++ b/resources/lang/no/admin/models/message.php @@ -1,41 +1,42 @@ 'Modell eksisterer ikke.', 'assoc_users' => 'Denne modellen er tilknyttet en eller flere eiendeler og kan ikke slettes. Slett eiendelene, og prøv å slette modellen igjen. ', - 'create' => [ + + 'create' => array( 'error' => 'Modellen ble ikke opprettet. Prøv igjen.', 'success' => 'Opprettelse av modell var vellykket.', 'duplicate_set' => 'En eiendel med dette navnet, produsenten og modelnummeret eksisterer allerede.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Modell ble ikke oppdatert. Prøv igjen', - 'success' => 'Oppdatering av modell vellykket.', - ], + 'success' => 'Oppdatering av modell vellykket.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Er du sikker på at du vil slette denne modellen?', 'error' => 'Det oppstod et problem under sletting av modellen. Prøv igjen.', - 'success' => 'Sletting av modell vellykket.', - ], + 'success' => 'Sletting av modell vellykket.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Modell ble ikke gjenopprettet. Prøv igjen', - 'success' => 'Vellykket gjenoppretting av modell.', - ], + 'success' => 'Vellykket gjenoppretting av modell.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Ingen felt ble endret, så ingenting ble oppdatert.', - 'success' => 'Modeller oppdatert.', - ], + 'success' => 'Modeller oppdatert.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Ingen modeller ble valgt, så ingenting ble slettet.', 'success' => ': success_count modell(er) slettet!', - 'success_partial' => ':Success_count-modell(ene) ble slettet, men fail_count kunne ikke slettes fordi de fortsatt har eiendeler knyttet til dem.', - ], + 'success_partial' => ':Success_count-modell(ene) ble slettet, men fail_count kunne ikke slettes fordi de fortsatt har eiendeler knyttet til dem.' + ), -]; +); diff --git a/resources/lang/no/admin/models/table.php b/resources/lang/no/admin/models/table.php index 1fa96b7ef2..b8c7daa389 100644 --- a/resources/lang/no/admin/models/table.php +++ b/resources/lang/no/admin/models/table.php @@ -1,6 +1,6 @@ 'Opprett modell', 'created_at' => 'Opprettet', @@ -14,4 +14,4 @@ return [ 'update' => 'Endre modell', 'clone' => 'Klon modell', 'edit' => 'Endre modell', -]; +); diff --git a/resources/lang/no/admin/reports/general.php b/resources/lang/no/admin/reports/general.php index 8752036213..f4d0894159 100644 --- a/resources/lang/no/admin/reports/general.php +++ b/resources/lang/no/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Velg de alternativene du ønsker skal inngå i rapporten.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/no/admin/reports/message.php b/resources/lang/no/admin/reports/message.php index 3f9c32ba32..be9181f1ef 100644 --- a/resources/lang/no/admin/reports/message.php +++ b/resources/lang/no/admin/reports/message.php @@ -1,5 +1,5 @@ 'Du må velge minst ETT alternativ.', -]; +return array( + 'error' => 'Du må velge minst ETT alternativ.' +); diff --git a/resources/lang/no/admin/settings/general.php b/resources/lang/no/admin/settings/general.php index 16ef09245a..423c0432e0 100644 --- a/resources/lang/no/admin/settings/general.php +++ b/resources/lang/no/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Active Directory domene', 'ad_domain_help' => 'Dette er noen ganger det samme som e-post domene, men ikke alltid.', 'ad_append_domain_label' => 'Legg til domenenavn', 'ad_append_domain' => 'Legg til domenenavn i feltet for brukernavn', - 'ad_append_domain_help' => 'Bruker kreves ikke å skrive "brukernavn@domene.local", de kan bare skrive "brukernavn".' , + 'ad_append_domain_help' => 'Bruker kreves ikke å skrive "brukernavn@domene.local", de kan bare skrive "brukernavn".', 'admin_cc_email' => 'CC e-post', 'admin_cc_email_help' => 'Hvis du vil sende en kopi av innsjekk-/utsjekkeposter som sendes til brukere til en ekstra epostadresse, skriv den inn her. La ellers feltet stå tomt.', 'is_ad' => 'Dette er en Active Directory server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Send varslinger til', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Varslinger aktivert', 'alert_interval' => 'Terskel for utløpende varslinger (dager)', 'alert_inv_threshold' => 'Terskel for eiendelsvarslinger', 'allow_user_skin' => 'Tillat tilpasset utseende for bruker', - 'allow_user_skin_help_text' => 'Kryss av denne boksen for å la brukere overstyre standardutseendet med et annet.' , + 'allow_user_skin_help_text' => 'Kryss av denne boksen for å la brukere overstyre standardutseendet med et annet.', 'asset_ids' => 'Eiendels-IDer', 'audit_interval' => 'Audit intervall', 'audit_interval_help' => 'Hvis du regelmessig må fysisk overvåke dine eiendeler, angi intervallet i måneder.', 'audit_warning_days' => 'Audit terskelverdi for advarsel', 'audit_warning_days_help' => 'Hvor mange dager i forveien bør vi advare deg når eiendeler forfaller for overvåking?', - 'auto_increment_assets' => 'Generer automatisk økende eiendels-IDer', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefiks (valgfritt)', - 'auto_incrementing_help' => 'Aktiver først automatisk øking av eiendels-IDer for å velge dette alternativet', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Sikkerhetskopier', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/no/help.php b/resources/lang/no/help.php index 232bdd1afc..eb20af8c07 100644 --- a/resources/lang/no/help.php +++ b/resources/lang/no/help.php @@ -1,6 +1,6 @@ "Mer info", + 'more_info_title' => 'Mer info', - "audit_help" => "Kryss av for å endre eiendelen til å bruke denne nye lokasjonen. Hvis du ikke krysser av vil lokasjonen kun bli notert i revisjonsloggen. :db_column
but should be :expected .'
];
diff --git a/resources/lang/pl/admin/custom_fields/message.php b/resources/lang/pl/admin/custom_fields/message.php
index a62f7f7a8c..9fc2f5b0b4 100644
--- a/resources/lang/pl/admin/custom_fields/message.php
+++ b/resources/lang/pl/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Pole nie istnieje.',
'already_added' => 'Pole już istnieje',
- 'create' => [
+ 'create' => array(
'error' => 'Pole nie zostało utworzone. Spróbuj ponownie.',
'success' => 'Pole utworzone pomyślnie.',
- 'assoc_success' => 'Pole pomyślnie dadane do zestawu pól.',
- ],
+ 'assoc_success' => 'Pole pomyślnie dadane do zestawu pól.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Pole nie zostało zaktualizowane, spróbuj ponownie',
- 'success' => 'Pole zaktualizowane pomyślnie.',
- ],
+ 'success' => 'Pole zaktualizowane pomyślnie.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Czy na pewno chcesz usunąć to pole?',
'error' => 'Wystąpił błąd podczas usuwania pola. Spróbuj ponownie.',
'success' => 'Pole zostało usunięte pomyślnie.',
'in_use' => 'Pole jest wciąż w użytku.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Zestaw pól nie istnieje',
- 'create' => [
+ 'create' => array(
'error' => 'Zestaw pól nie został utworzony, spróbuj ponownie.',
- 'success' => 'Zestaw pól utworzono pomyślnie.',
- ],
+ 'success' => 'Zestaw pól utworzono pomyślnie.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Zestaw pól nie został zaktualizowany, spróbuj ponownie',
- 'success' => 'Zestaw pól zaktualizowany pomyślnie.',
- ],
+ 'success' => 'Zestaw pól zaktualizowany pomyślnie.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Czy na pewno chcesz usunąć ten zestaw pól?',
'error' => 'Wystąpił błąd podczas usuwania zestawu pól. Spróbuj ponownie.',
'success' => 'Zestaw pól usunięto pomyślnie.',
'in_use' => 'Zestaw pól jest nadal w użyciu.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/pl/admin/departments/message.php b/resources/lang/pl/admin/departments/message.php
index f0411aa1e8..5bdef97b99 100644
--- a/resources/lang/pl/admin/departments/message.php
+++ b/resources/lang/pl/admin/departments/message.php
@@ -1,21 +1,21 @@
'Wydział nie istnieje.',
'assoc_users' => 'Ten wydział obecnie jest skojarzony z co najmniej jednym użytkownikiem i nie może zostać usunięty. Uaktualnij użytkowników tak, aby nie było relacji z tym wydziałem i spróbuj ponownie. ',
- 'create' => [
+ 'create' => array(
'error' => 'Wydział nie został utworzony. Spróbuj ponownie.',
- 'success' => 'Wydział utworzony pomyślnie.',
- ],
- 'update' => [
+ 'success' => 'Wydział utworzony pomyślnie.'
+ ),
+ 'update' => array(
'error' => 'Wydział nie został utworzony. Spróbuj ponownie',
- 'success' => 'Wydział utworzony pomyślnie.',
- ],
- 'delete' => [
+ 'success' => 'Wydział utworzony pomyślnie.'
+ ),
+ 'delete' => array(
'confirm' => 'Czy na pewno usunąć wybrany wydział?',
'error' => 'Podczas usuwania wydziału napotkano problem. Spróbuj ponownie.',
- 'success' => 'Wydział usunięty pomyślnie.',
- ],
+ 'success' => 'Wydział usunięty pomyślnie.'
+ )
-];
+);
diff --git a/resources/lang/pl/admin/departments/table.php b/resources/lang/pl/admin/departments/table.php
index 41dfe0600c..c2147248d7 100644
--- a/resources/lang/pl/admin/departments/table.php
+++ b/resources/lang/pl/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Nazwa wydziału',
@@ -8,4 +8,4 @@ return [
'location' => 'Lokalizacja',
'create' => 'Utwórz wydział',
'update' => 'Aktualizuj wydział',
- ];
+ );
diff --git a/resources/lang/pl/admin/depreciations/general.php b/resources/lang/pl/admin/depreciations/general.php
index 2eac13ae62..6add1efbb5 100644
--- a/resources/lang/pl/admin/depreciations/general.php
+++ b/resources/lang/pl/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Amortyzacja nabytków',
'create' => 'Nowa amortyzacja',
'depreciation_name' => 'Nazwa amortyzacji',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Numer miesiąca',
'update' => 'Aktualizuj amortyzację',
- 'depreciation_min' => 'Minimalna wartość po spadku wartości'
-
+ 'depreciation_min' => 'Minimalna wartość po spadku wartości',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/pl/admin/depreciations/message.php b/resources/lang/pl/admin/depreciations/message.php
index bcc9b59f5d..5088977a86 100644
--- a/resources/lang/pl/admin/depreciations/message.php
+++ b/resources/lang/pl/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Klasa amortyzacji nie istnieje.',
'assoc_users' => 'Amortyzacja ta jest aktualnie skojarzona z jednym lub większą ilością modeli amortyzacji i nie można usunąć. Proszę usunąć modele, a następnie spróbować ją ponownie usunąć. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Klasa amortyzacji nie został utworzony, spróbuj ponownie. :(',
- 'success' => 'Klasa amortyzacji została utworzona pomyślnie. :)',
- ],
+ 'success' => 'Klasa amortyzacji została utworzona pomyślnie. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Klasa amortyzacji nie został uaktualniona, spróbuj ponownie',
- 'success' => 'Klasa amortyzacji została uaktualniona pomyślnie.',
- ],
+ 'success' => 'Klasa amortyzacji została uaktualniona pomyślnie.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Czy na pewno chcesz usunąć tę klasę amortyzacji?',
'error' => 'Wystąpił problem podczas usuwania klasy amortyzacji. Spróbuj ponownie.',
- 'success' => 'Klasa amortyzacji została usunięta pomyślnie.',
- ],
+ 'success' => 'Klasa amortyzacji została usunięta pomyślnie.'
+ )
-];
+);
diff --git a/resources/lang/pl/admin/depreciations/table.php b/resources/lang/pl/admin/depreciations/table.php
index 7ec3ca8be9..55e2427724 100644
--- a/resources/lang/pl/admin/depreciations/table.php
+++ b/resources/lang/pl/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Miesiące',
'term' => 'Termin',
'title' => 'Nazwa ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/pl/admin/groups/message.php b/resources/lang/pl/admin/groups/message.php
index 550d59ef25..4cee54d4d8 100644
--- a/resources/lang/pl/admin/groups/message.php
+++ b/resources/lang/pl/admin/groups/message.php
@@ -1,22 +1,22 @@
'Taka grupa już istnieje!',
'group_not_found' => 'Grupa [:id] nie istnieje.',
'group_name_required' => 'Nazwa jest polem obowiązkowym',
- 'success' => [
+ 'success' => array(
'create' => 'Grupa została poprawnie utworzona.',
'update' => 'Grupa została poprawnie zaktualizowana.',
'delete' => 'Grupa została usunięta.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Czy na pewno chcesz usunąć tą grupę ?',
'create' => 'Wystąpił problem podczas tworzenia grupy. Proszę spróbować ponownie.',
'update' => 'Wystąpił problem podczas aktualizacji grupy. Proszę spróbować ponownie.',
'delete' => 'Wystąpił problem podczas usuwania grupy. Proszę spróbować ponownie.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/pl/admin/groups/table.php b/resources/lang/pl/admin/groups/table.php
index f65f53c777..1bff99347d 100644
--- a/resources/lang/pl/admin/groups/table.php
+++ b/resources/lang/pl/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Nazwa',
'users' => '# z użytkowników',
-];
+);
diff --git a/resources/lang/pl/admin/groups/titles.php b/resources/lang/pl/admin/groups/titles.php
index 1d12aa8816..91811b2198 100644
--- a/resources/lang/pl/admin/groups/titles.php
+++ b/resources/lang/pl/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Admin grupy',
'allow' => 'Zezwól',
'deny' => 'Odmów',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/pl/admin/hardware/form.php b/resources/lang/pl/admin/hardware/form.php
index 250430c004..9dfcf753da 100644
--- a/resources/lang/pl/admin/hardware/form.php
+++ b/resources/lang/pl/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Gwarancja',
'warranty_expires' => 'Gwarancja wygasa',
'years' => 'rok',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/pl/admin/hardware/general.php b/resources/lang/pl/admin/hardware/general.php
index 5c4e7eef67..67aef37fc9 100644
--- a/resources/lang/pl/admin/hardware/general.php
+++ b/resources/lang/pl/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'Ten model zasobów został usunięty. Musisz przywrócić model zanim będziesz mógł przywrócić zasób.',
'requestable' => 'Żądane',
'requested' => 'Zamówione',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Przywróć aktywa',
'pending' => 'Oczekuje',
'undeployable' => 'Niemożliwe do wdrożenia',
'view' => 'Wyświetl nabytki',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/pl/admin/hardware/message.php b/resources/lang/pl/admin/hardware/message.php index 172286a613..b0460d544f 100644 --- a/resources/lang/pl/admin/hardware/message.php +++ b/resources/lang/pl/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Uwaga: To aktywo zostało oznaczone jako tymczasowo niemożliwe do wdrożenia. Jeśli jego stan się zmienił, zaktualizuj status aktywa.', 'does_not_exist' => 'Nabytek/zasób nie istnieje.', - 'does_not_exist_or_not_requestable' => 'Niezła próba. Ten nabytek/zasób nie istnieje lub nie można go zażądać.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Ten nabytek/zasób jest przypisany do użytkownika i nie może być usunięty. Proszę sprawdzić przypisanie nabytków/zasobów a następnie spróbować ponownie.', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Audyt aktywów pomyślnie zarejestrowany.', ], + 'deletefile' => [ 'error' => 'Plik nie zostały usunięte. Spróbuj ponownie.', 'success' => 'Plik zostały usunięty.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'Plik nie może zostać usunięty', ], + 'delete' => [ 'confirm' => 'Czy na pewno chcesz usunąć?', 'error' => 'Nie można usunąć. Proszę spróbować ponownie.', diff --git a/resources/lang/pl/admin/hardware/table.php b/resources/lang/pl/admin/hardware/table.php index 4b6400b4d1..9083d896cb 100644 --- a/resources/lang/pl/admin/hardware/table.php +++ b/resources/lang/pl/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Kod', 'asset_model' => 'Model', - 'book_value' => 'Treść', + 'book_value' => 'Current Value', 'change' => 'In/Out', 'checkout_date' => 'Data przypisania', 'checkoutto' => 'Data wypisania', + 'current_value' => 'Current Value', 'diff' => 'Różnica', 'dl_csv' => 'Pobierz CSV', 'eol' => 'Koniec licencji', @@ -18,8 +19,12 @@ return [ 'serial' => 'Nr. seryjny', 'status' => 'Status', 'title' => 'Nabytek', - 'image' => 'Zdjęcie urządzenia', + 'image' => 'Zdjęcie urządzenia', 'days_without_acceptance' => 'Dni bez akceptacji', 'monthly_depreciation' => 'Amortyzacja miesięczna', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/pl/admin/kits/general.php b/resources/lang/pl/admin/kits/general.php index b7608afefe..f41214f4ed 100644 --- a/resources/lang/pl/admin/kits/general.php +++ b/resources/lang/pl/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'Brak wystarczającej liczby dostępnych miejsc dla :license do zamówienia. :qty są wymagane. ', 'none_consumables' => 'Nie ma wystarczającej ilości dostępnych jednostek :consumable do zakupu. :qty są wymagane. ', 'none_accessory' => 'Brak wystarczającej liczby dostępnych jednostek z :accessory do zamówienia. :qty są wymagane. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/pl/admin/licenses/form.php b/resources/lang/pl/admin/licenses/form.php index efc309c63d..d7e2735237 100644 --- a/resources/lang/pl/admin/licenses/form.php +++ b/resources/lang/pl/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Aktywa', 'checkin' => 'Przyjęcie', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Przypisany do adresu email', 'to_name' => 'Przypisany do Nazwiska', 'update' => 'Edytuj Lincencję', - 'checkout_help' => 'Licencję należy przypisać, do środka trwałego lub osoby. Możesz wybrać oba, ale właściciel środka trwałego musi odpowiadać osobie, której przypisujesz składnik aktywów.', -]; + 'checkout_help' => 'Licencję należy przypisać, do środka trwałego lub osoby. Możesz wybrać oba, ale właściciel środka trwałego musi odpowiadać osobie, której przypisujesz składnik aktywów.' +); diff --git a/resources/lang/pl/admin/licenses/general.php b/resources/lang/pl/admin/licenses/general.php index e519ed2d37..9f408adb32 100644 --- a/resources/lang/pl/admin/licenses/general.php +++ b/resources/lang/pl/admin/licenses/general.php @@ -1,6 +1,6 @@ 'O Licencjach', 'about_licenses' => 'Licencje są używane do śledzenia oprogramowania. Posiadają określoną liczbę stanowisk, które mogą być przypisane do osób fizycznych.', 'checkin' => 'Sprawdź płatność', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Licencje oprogramowania', 'user' => 'Użytkownik', 'view' => 'Podgląd licencji', -]; +); diff --git a/resources/lang/pl/admin/licenses/message.php b/resources/lang/pl/admin/licenses/message.php index 99ba28eae1..6bfbbbaf14 100644 --- a/resources/lang/pl/admin/licenses/message.php +++ b/resources/lang/pl/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Licencja nie istnieje.', 'user_does_not_exist' => 'Użytkownik nie istnieje.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Musisz wybrać składnik aktywów lub użytkownika, ale nie oba.', 'not_found' => 'Licencja nie została znaleziona', - 'create' => [ - 'error' => 'Licencja nie została utworzona, spróbuj ponownie.', - 'success' => 'Licencja została utworzona pomyślnie.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Licencja nie została utworzona, spróbuj ponownie.', + 'success' => 'Licencja została utworzona pomyślnie.' + ), + + 'deletefile' => array( 'error' => 'Plik nie został usunięty. Spróbuj ponownie.', 'success' => 'Plik został usunięty pomyślnie.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Plik(i) nie zostały wysłane. Spróbuj ponownie.', 'success' => 'Plik(i) zostały wysłane poprawnie.', 'nofiles' => 'Nie wybrałeś żadnych plików do przesłania, albo plik, który próbujesz przekazać jest zbyt duży', 'invalidfiles' => 'Jeden lub więcej z wybranych przez ciebie plików jest za duży lub jego typ nie jest dopuszczony. Dopuszczalne typy plików: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Licencja nie została uaktualniona, spróbuj ponownie', - 'success' => 'Licencja została zaktualizowana pomyślnie.', - ], + 'success' => 'Licencja została zaktualizowana pomyślnie.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Czy jesteś pewny, że chcesz usunąć tą licencję?', 'error' => 'Wystąpił problem podczas usuwania licencji. Spróbuj ponownie.', - 'success' => 'Licencja została usunięta pomyślnie.', - ], + 'success' => 'Licencja została usunięta pomyślnie.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Nastąpił problem podczas weryfikacji licencji. Spróbuj ponownie', - 'success' => 'Licencja poprawna', - ], + 'success' => 'Licencja poprawna' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Nastąpił problem podczas weryfikacji licencji. Spróbuj ponownie', - 'success' => 'Licencja poprawna', - ], + 'success' => 'Licencja poprawna' + ), -]; +); diff --git a/resources/lang/pl/admin/licenses/table.php b/resources/lang/pl/admin/licenses/table.php index 016e992b54..7560ce60e4 100644 --- a/resources/lang/pl/admin/licenses/table.php +++ b/resources/lang/pl/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Przypisane do', 'checkout' => 'Wejście/Wyjście', @@ -14,4 +14,4 @@ return [ 'serial' => 'Nr. seryjny', 'title' => 'Licencja', -]; +); diff --git a/resources/lang/pl/admin/locations/message.php b/resources/lang/pl/admin/locations/message.php index c37250c0c2..96280d5f1f 100644 --- a/resources/lang/pl/admin/locations/message.php +++ b/resources/lang/pl/admin/locations/message.php @@ -1,26 +1,27 @@ 'Lokalizacja nie istnieje.', 'assoc_users' => 'Lokalizacja obecnie jest skojarzona z minimum jednym użytkownikiem i nie może zostać usunięta. Uaktualnij właściwości użytkownika tak aby nie było relacji z tą lokalizacją i spróbuj ponownie. ', 'assoc_assets' => 'Lokalizacja obecnie jest skojarzona z minimum jednym aktywem i nie może zostać usunięta. Uaktualnij właściwości aktywów tak aby nie było relacji z tą lokalizacją i spróbuj ponownie. ', 'assoc_child_loc' => 'Lokalizacja obecnie jest rodzicem minimum jeden innej lokalizacji i nie może zostać usunięta. Uaktualnij właściwości lokalizacji tak aby nie było relacji z tą lokalizacją i spróbuj ponownie. ', - 'create' => [ + + 'create' => array( 'error' => 'Lokalizacja nie została stworzona. Spróbuj ponownie.', - 'success' => 'Lokalizacja stworzona pomyślnie.', - ], + 'success' => 'Lokalizacja stworzona pomyślnie.' + ), - 'update' => [ + 'update' => array( 'error' => 'Lokalizacja nie została zaktualizowana, spróbuj ponownie', - 'success' => 'Lokalizacja zaktualizowana pomyślnie.', - ], + 'success' => 'Lokalizacja zaktualizowana pomyślnie.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Czy na pewno usunąć wybraną lokalizację?', 'error' => 'Podczas usuwania lokalizacji napotkano problem. Spróbuj ponownie.', - 'success' => 'Lokalizacja usunięta pomyślnie.', - ], + 'success' => 'Lokalizacja usunięta pomyślnie.' + ) -]; +); diff --git a/resources/lang/pl/admin/locations/table.php b/resources/lang/pl/admin/locations/table.php index 4ee3b93cd3..1ccc976a53 100644 --- a/resources/lang/pl/admin/locations/table.php +++ b/resources/lang/pl/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Rodzic', 'currency' => 'Waluta lokalna', 'ldap_ou' => 'OU wyszukiwania LDAP', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/pl/admin/manufacturers/message.php b/resources/lang/pl/admin/manufacturers/message.php index ba799ed512..7d703fd2e0 100644 --- a/resources/lang/pl/admin/manufacturers/message.php +++ b/resources/lang/pl/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Producent nie istnieje.', 'assoc_users' => 'Wybrany producent jest obecnie skojarzony z minimum jednym modelem i nie może zostać usunięty. Uaktualnij swoją listę modeli urządzeń by nie zawierała tego producenta, a następnie spróbuj ponownie. ', - 'create' => [ + 'create' => array( 'error' => 'Producent nie został stworzony, spróbuj ponownie.', - 'success' => 'Producent stworzony pomyślnie.', - ], + 'success' => 'Producent stworzony pomyślnie.' + ), - 'update' => [ + 'update' => array( 'error' => 'Producent nie został zaktualizowany, spróbuj ponownie', - 'success' => 'Producent zaktualizowany pomyślnie.', - ], + 'success' => 'Producent zaktualizowany pomyślnie.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Producent nie został przywrócony, spróbuj ponownie.', - 'success' => 'Producent przywrócony pomyślnie.', - ], + 'success' => 'Producent przywrócony pomyślnie.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Czy na pewno usunąć danego producenta?', 'error' => 'Podczas usuwania producenta wystąpił błąd. Spróbuj ponownie.', - 'success' => 'Producent usunięty pomyślnie.', - ], + 'success' => 'Producent usunięty pomyślnie.' + ) -]; +); diff --git a/resources/lang/pl/admin/manufacturers/table.php b/resources/lang/pl/admin/manufacturers/table.php index 03bdefd3fd..103add8620 100644 --- a/resources/lang/pl/admin/manufacturers/table.php +++ b/resources/lang/pl/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'O Producentach', 'about_manufacturers_text' => 'Producentami są firmy, które wytwarzają Twoje aktywa. Możesz przechowywać informacje o tych firmach, które będą wyświetlane na stronach szczegółów aktywów.', 'asset_manufacturers' => 'Producenci aktywów', @@ -13,4 +13,4 @@ return [ 'update' => 'Zaktualizuj Producenta', 'url' => 'Adres WWW', -]; +); diff --git a/resources/lang/pl/admin/models/general.php b/resources/lang/pl/admin/models/general.php index 6e5798c3a5..2ed25ae151 100644 --- a/resources/lang/pl/admin/models/general.php +++ b/resources/lang/pl/admin/models/general.php @@ -1,6 +1,6 @@ 'O Modelach aktywów', 'about_models_text' => 'Modele aktywów są sposobem grupowania identycznych aktywów. "MBP 2013", "IPhone 6s", itp.', 'deleted' => 'Ten model został usunięty.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Zamierzasz usunąć :model_count modeli aktywów.', 'restore' => 'Przywróć Model', 'requestable' => 'Użytkownicy mogą zażądać tego modelu', - 'show_mac_address' => 'Pokaż pole MAC adresu tego modelu w aktywach', + 'show_mac_address' => 'Pokaż pole MAC adresu tego modelu w aktywach', 'view_deleted' => 'Pokaż usunięte', 'view_models' => 'Pokaż Modele', 'fieldset' => 'Zestaw pól', 'no_custom_field' => 'Brak niestandardowych pól', 'add_default_values' => 'Dodaj wartości domyślne', -]; +); diff --git a/resources/lang/pl/admin/models/message.php b/resources/lang/pl/admin/models/message.php index 140d4d2dc4..368fc49153 100644 --- a/resources/lang/pl/admin/models/message.php +++ b/resources/lang/pl/admin/models/message.php @@ -1,41 +1,42 @@ 'Model nie istnieje.', 'assoc_users' => 'Ten model jest przypisany do minim jednego aktywa i nie może być usunięty. Proszę usunąć aktywa, a następnie spróbować ponownie. ', - 'create' => [ + + 'create' => array( 'error' => 'Model nie został stworzony. Spróbuj ponownie.', 'success' => 'Model utworzony pomyślnie.', 'duplicate_set' => 'Istnieje już model aktywu o tej nazwie, producencie i numerze.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model nie został zaktualizowany, spróbuj ponownie', - 'success' => 'Model zaktualizowany pomyślnie.', - ], + 'success' => 'Model zaktualizowany pomyślnie.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Czy na pewno chcesz usunąć ten model aktywów?', 'error' => 'Wystąpił błąd podczas usuwania modelu. Spróbuj ponownie.', - 'success' => 'Model usunięty poprawnie.', - ], + 'success' => 'Model usunięty poprawnie.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Model nie został przywrócony, spróbuj ponownie', - 'success' => 'Model został przywrócony pomyślnie.', - ], + 'success' => 'Model został przywrócony pomyślnie.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Żadne pole nie zostało zmodyfikowane, więc nic nie zostało zaktualizowane.', - 'success' => 'Modele zostały uaktualnione.', - ], + 'success' => 'Modele zostały uaktualnione.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Nie wybrano modeli, więc nic nie zostało usunięte.', 'success' => 'Zostało usunięte :success_count model(i)!', - 'success_partial' => ':success_count model(i) zostało usuniętych, jednakże :fail_count nie udało się usunąć, ponieważ wciąż są powiązane z nimi zasoby.', - ], + 'success_partial' => ':success_count model(i) zostało usuniętych, jednakże :fail_count nie udało się usunąć, ponieważ wciąż są powiązane z nimi zasoby.' + ), -]; +); diff --git a/resources/lang/pl/admin/models/table.php b/resources/lang/pl/admin/models/table.php index 466de4abbe..664f44d962 100644 --- a/resources/lang/pl/admin/models/table.php +++ b/resources/lang/pl/admin/models/table.php @@ -1,6 +1,6 @@ 'Utwórz model aktytwa', 'created_at' => 'Utworzone', @@ -14,4 +14,4 @@ return [ 'update' => 'Uaktualnij model aktywa', 'clone' => 'Kopiuj Model', 'edit' => 'Edytuj Model', -]; +); diff --git a/resources/lang/pl/admin/reports/general.php b/resources/lang/pl/admin/reports/general.php index 5f81014290..34b3b62290 100644 --- a/resources/lang/pl/admin/reports/general.php +++ b/resources/lang/pl/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Wybierz opcje, które chcesz by znalazły się w raporcie aktywów.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/pl/admin/reports/message.php b/resources/lang/pl/admin/reports/message.php index 91d6b2c308..d9b7c1d740 100644 --- a/resources/lang/pl/admin/reports/message.php +++ b/resources/lang/pl/admin/reports/message.php @@ -1,5 +1,5 @@ 'Musisz wybrać przynajmniej jedną opcje.', -]; +return array( + 'error' => 'Musisz wybrać przynajmniej jedną opcje.' +); diff --git a/resources/lang/pl/admin/settings/general.php b/resources/lang/pl/admin/settings/general.php index def84d4992..8348b9face 100644 --- a/resources/lang/pl/admin/settings/general.php +++ b/resources/lang/pl/admin/settings/general.php @@ -1,30 +1,39 @@ 'Usługa katalogowa Active Directory', 'ad_domain' => 'Domena Active Directory', 'ad_domain_help' => 'Czasami jest taka sama jak domena poczty e-mail, ale nie zawsze.', 'ad_append_domain_label' => 'Dołącz nazwę domeny', 'ad_append_domain' => 'Dołącz nazwę domeny do pola nazwy użytkownika', - 'ad_append_domain_help' => 'Użytkownik nie jest wymagany do wpisywania "username@domain.local", może po prostu wpisać "username".' , + 'ad_append_domain_help' => 'Użytkownik nie jest wymagany do wpisywania "username@domain.local", może po prostu wpisać "username".', 'admin_cc_email' => 'Kopia', 'admin_cc_email_help' => 'Jeśli chcesz otrzymywać kopię e-maili przypisań wysyłanych do użytkowników na dodatkowy adres e-mail, wpisz go tutaj. W przeciwnym razie zostaw to pole puste.', 'is_ad' => 'To jest serwer Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Wyślij powiadomienia do', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Alarmy włączone', 'alert_interval' => 'Próg wygasających alarmów (w dniach)', 'alert_inv_threshold' => 'Inwentarz progu alarmów', 'allow_user_skin' => 'Zezwalaj na skórkę użytkownika', - 'allow_user_skin_help_text' => 'Zaznaczenie tego pola pozwoli użytkownikowi zastąpić skórkę interfejsu użytkownika na inną.' , + 'allow_user_skin_help_text' => 'Zaznaczenie tego pola pozwoli użytkownikowi zastąpić skórkę interfejsu użytkownika na inną.', 'asset_ids' => 'ID Aktywa', 'audit_interval' => 'Interwał audytu', 'audit_interval_help' => 'Jeśli wymagane są regularne kontrole fizycznie aktyw, wprowadź interwał w miesiącach.', 'audit_warning_days' => 'Próg ostrzegania przed audytem', 'audit_warning_days_help' => 'Ile dni wcześniej powinniśmy ostrzec Cię, gdy majątek ma zostać poddany audytowi?', - 'auto_increment_assets' => 'Generuj automatycznie zwiększane ID aktywa', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefix (opcjonalnie)', - 'auto_incrementing_help' => 'Najpierw aktywuj automatycznie zwiększane ID Aktywa, by móc ustawić te opcje.', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Kopie zapasowe', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/pl/mail.php b/resources/lang/pl/mail.php index 4afcf9eaeb..9866441054 100644 --- a/resources/lang/pl/mail.php +++ b/resources/lang/pl/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'To jest wiadomość testowa z aplikacji Snipe-IT Asset Management System. Jeśli otrzymałeś ją - poczta działa :)', 'the_following_item' => 'Następujący sprzęt został otrzymany: ', 'low_inventory_alert' => 'Istnieje: liczba przedmiot, który jest poniżej minimalnej ilości zapasów lub wkrótce ta wartość będzie niska. | Istnieją: policz przedmioty, które są poniżej minimalnej ilości zapasów lub wkrótce te wartości będą niskie.', - 'assets_warrantee_alert' => 'Istnieje: liczba aktywo z wygasającą gwarancją w ciągu następnych: dni progowe. | Istnieje: liczba aktyw z wygasającą gwarancją w ciągu następnych: dni progowe.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Istnieje: liczba licencja wygasająca w ciągu następnych: dni progowe. | Istnieje: liczba licencji wygasających w ciągu następnych: dni progowe.', 'to_reset' => 'Aby zresetować hasło na :web, wypełnij ten formularz:', 'type' => 'Typ', diff --git a/resources/lang/pl/pagination.php b/resources/lang/pl/pagination.php index b5bf42ac42..f6c5e5af55 100644 --- a/resources/lang/pl/pagination.php +++ b/resources/lang/pl/pagination.php @@ -1,6 +1,6 @@ 'Następna »', -]; +); diff --git a/resources/lang/pl/reminders.php b/resources/lang/pl/reminders.php index c480fc36fa..95b6344fe8 100644 --- a/resources/lang/pl/reminders.php +++ b/resources/lang/pl/reminders.php @@ -1,6 +1,6 @@ 'Hasło musi mieć minimum 6 znaków i musi być potwierdzone.', + "password" => "Hasło musi mieć minimum 6 znaków i musi być potwierdzone.", - 'user' => 'Login lub e-mail jest niepoprawny', + "user" => "Login lub e-mail jest niepoprawny", - 'token' => 'Token resetu hasła jest niepoprawny.', + "token" => "Token resetu hasła jest niepoprawny.", - 'sent' => 'Jeśli adres e-mail jest poprawny , przypomnienie hasła zostanie wysłane!', + "sent" => "Jeśli adres e-mail jest poprawny , przypomnienie hasła zostanie wysłane!", -]; +); diff --git a/resources/lang/pl/table.php b/resources/lang/pl/table.php index b8e84b9f28..5e73b97e54 100644 --- a/resources/lang/pl/table.php +++ b/resources/lang/pl/table.php @@ -1,10 +1,10 @@ 'Akcje', 'action' => 'Akcja', 'by' => 'Przez', 'item' => 'Przedmiot', -]; +); diff --git a/resources/lang/pl/validation.php b/resources/lang/pl/validation.php index 9309993437..ebe1039c11 100644 --- a/resources/lang/pl/validation.php +++ b/resources/lang/pl/validation.php @@ -1,6 +1,6 @@ ':attribute musi być posiadać minimum :min znaki.', 'array' => 'Atrybut: musi zawierać co najmniej: min.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Wybrany :attribute jest nieprawidłowy.', 'numeric' => ':attribute musi być liczbą.', 'present' => ':attribute nie może być puste.', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute został już wzięty.', 'uploaded' => 'Nie udało się przesłać atrybutu:.', 'url' => 'Format pola :attribute jest niewłaściwy.', - "unique_undeleted" => "Wartość :attribute musi być unikalna.", - "non_circular" => ":attribute nie może tworzyć odwołań cyklicznych.", + 'unique_undeleted' => 'Wartość :attribute musi być unikalna.', + 'non_circular' => ':attribute nie może tworzyć odwołań cyklicznych.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Pole: attribute zawiera znak, który nie jest dozwolony.", - "email_array" => "Jeden lub więcej adresów e-mail jest nieprawidłowy.", - "hashed_pass" => "Twoje bieżące hasło jest niepoprawne", + 'alpha_space' => 'Pole: attribute zawiera znak, który nie jest dozwolony.', + 'email_array' => 'Jeden lub więcej adresów e-mail jest nieprawidłowy.', + 'hashed_pass' => 'Twoje bieżące hasło jest niepoprawne', 'dumbpwd' => 'To hasło jest zbyt powszechne.', - "statuslabel_type" => "Musisz wybrać odpowiedni typ etykiety statusu", + 'statuslabel_type' => 'Musisz wybrać odpowiedni typ etykiety statusu', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/pt-BR/admin/accessories/general.php b/resources/lang/pt-BR/admin/accessories/general.php index 1caa034b61..7dbf44f959 100644 --- a/resources/lang/pt-BR/admin/accessories/general.php +++ b/resources/lang/pt-BR/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Categoria do Acessório', 'accessory_name' => 'Nome do Acessório', 'checkout' => 'Alocar acessório', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Em vez disso, use o EULA padrão primário.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/pt-BR/admin/custom_fields/message.php b/resources/lang/pt-BR/admin/custom_fields/message.php
index 44ef738936..6eb3f3fcb4 100644
--- a/resources/lang/pt-BR/admin/custom_fields/message.php
+++ b/resources/lang/pt-BR/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Esse campo não existe.',
'already_added' => 'Campo já adicionado',
- 'create' => [
+ 'create' => array(
'error' => 'Campo não criado. Por favor tente novamente.',
'success' => 'Campo criado com sucesso.',
- 'assoc_success' => 'Campo adicionado ao conjunto de campos com sucesso.',
- ],
+ 'assoc_success' => 'Campo adicionado ao conjunto de campos com sucesso.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Campo não foi atualizado, por favor tente de novamente',
- 'success' => 'Campo atualizado com sucesso.',
- ],
+ 'success' => 'Campo atualizado com sucesso.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Tem certeza que deseja excluir este campo?',
'error' => 'Ocorreu um erro ao remover o campo. Por favor tente novamente.',
'success' => 'O campo foi apagado com sucesso.',
'in_use' => 'Campo continua em uso.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset não existe',
- 'create' => [
+ 'create' => array(
'error' => 'O Conjunto de campos não foi criado, por favor tente novamente.',
- 'success' => 'Conjunto de campos criado com sucesso.',
- ],
+ 'success' => 'Conjunto de campos criado com sucesso.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Conjunto de campos não foi atualizado, por favor tente novamente',
- 'success' => 'Conjunto de campos atualizado com sucesso.',
- ],
+ 'success' => 'Conjunto de campos atualizado com sucesso.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Tem a certeza que deseja eliminar este conjunto de campos?',
'error' => 'Ocorreu um erro ao apagar o conjunto de campos. Por favor tente novamente.',
'success' => 'O campo foi apagado com sucesso.',
'in_use' => 'Conjunto de campos continua em uso.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/pt-BR/admin/departments/message.php b/resources/lang/pt-BR/admin/departments/message.php
index 2d2315788d..d2de2830b0 100644
--- a/resources/lang/pt-BR/admin/departments/message.php
+++ b/resources/lang/pt-BR/admin/departments/message.php
@@ -1,21 +1,21 @@
'Departamento não existe.',
'assoc_users' => 'Este departamento esta atualmente associado a pelo menos um usuário e não pode ser deletado. Por favor atualize seus usuários para não fazer mais referência a este departamento e tente novamente. ',
- 'create' => [
+ 'create' => array(
'error' => 'O departamento não foi criado, por favor tente novamente.',
- 'success' => 'Departamento criado com sucesso.',
- ],
- 'update' => [
+ 'success' => 'Departamento criado com sucesso.'
+ ),
+ 'update' => array(
'error' => 'Departamento não foi atualizado, por favor, tente novamente',
- 'success' => 'Departamento atualizado com sucesso.',
- ],
- 'delete' => [
+ 'success' => 'Departamento atualizado com sucesso.'
+ ),
+ 'delete' => array(
'confirm' => 'Tem certeza que deseja excluir este departamento?',
'error' => 'Houve um problema de exclusão no departamento. Por favor, tente novamente.',
- 'success' => 'O departamento foi excluído com sucesso.',
- ],
+ 'success' => 'O departamento foi excluído com sucesso.'
+ )
-];
+);
diff --git a/resources/lang/pt-BR/admin/departments/table.php b/resources/lang/pt-BR/admin/departments/table.php
index f51d741c41..7343657993 100644
--- a/resources/lang/pt-BR/admin/departments/table.php
+++ b/resources/lang/pt-BR/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Nome do departamento',
@@ -8,4 +8,4 @@ return [
'location' => 'Localização',
'create' => 'Criar departamento',
'update' => 'Atualizar Departamento',
- ];
+ );
diff --git a/resources/lang/pt-BR/admin/depreciations/general.php b/resources/lang/pt-BR/admin/depreciations/general.php
index 7ac2824084..5ca3191f8b 100644
--- a/resources/lang/pt-BR/admin/depreciations/general.php
+++ b/resources/lang/pt-BR/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Depreciações de Ativos',
'create' => 'Criar Depreciação',
'depreciation_name' => 'Nome da Depreciação',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Número de Meses',
'update' => 'Atualizar Depreciação',
- 'depreciation_min' => 'Valor Mínimo após Depreciação'
-
+ 'depreciation_min' => 'Valor Mínimo após Depreciação',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/pt-BR/admin/depreciations/message.php b/resources/lang/pt-BR/admin/depreciations/message.php
index 47f4b07af6..8432458486 100644
--- a/resources/lang/pt-BR/admin/depreciations/message.php
+++ b/resources/lang/pt-BR/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'A classe de depreciação não existe.',
'assoc_users' => 'A depreciação está no momento associada com um ou mais modelos e não pode ser excluída. Exclua os modelos e então tente excluir novamente. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'A classe de depreciação não foi criada. Tente novamente. :(',
- 'success' => 'Classe de depreciação criada com sucesso. :)',
- ],
+ 'success' => 'Classe de depreciação criada com sucesso. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'A classe de depreciação não foi atualizada, tente novamente',
- 'success' => 'Classe de depreciação atualizada com sucesso.',
- ],
+ 'success' => 'Classe de depreciação atualizada com sucesso.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Tem certeza de que deseja excluir esta classe de depreciação?',
'error' => 'Houve um problema ao excluir a classe de depreciação. Tente novamente.',
- 'success' => 'A classe de depreciação foi excluída com sucesso.',
- ],
+ 'success' => 'A classe de depreciação foi excluída com sucesso.'
+ )
-];
+);
diff --git a/resources/lang/pt-BR/admin/depreciations/table.php b/resources/lang/pt-BR/admin/depreciations/table.php
index 05da174dea..d371120667 100644
--- a/resources/lang/pt-BR/admin/depreciations/table.php
+++ b/resources/lang/pt-BR/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Meses',
'term' => 'Termo',
'title' => 'Nome ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/pt-BR/admin/groups/message.php b/resources/lang/pt-BR/admin/groups/message.php
index 80f49e21a8..6869ea2d1f 100644
--- a/resources/lang/pt-BR/admin/groups/message.php
+++ b/resources/lang/pt-BR/admin/groups/message.php
@@ -1,22 +1,22 @@
'O grupo já existe!',
'group_not_found' => 'O grupo [:id] não existe.',
'group_name_required' => 'O campo nome é requerido',
- 'success' => [
+ 'success' => array(
'create' => 'O grupo foi criado com sucesso.',
'update' => 'O grupo foi atualizado com sucesso.',
'delete' => 'O grupo foi excluído com sucesso.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Tem certeza de que deseja excluir este grupo?',
'create' => 'Houve um problema ao criar o grupo. Tente novamente.',
'update' => 'Houve um problema ao atualizar o grupo. Tente novamente.',
'delete' => 'Houve um problema ao excluir o grupo. Tente novamente.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/pt-BR/admin/groups/table.php b/resources/lang/pt-BR/admin/groups/table.php
index 194d33e7b9..681add832d 100644
--- a/resources/lang/pt-BR/admin/groups/table.php
+++ b/resources/lang/pt-BR/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Nome',
'users' => '# de Usuários',
-];
+);
diff --git a/resources/lang/pt-BR/admin/groups/titles.php b/resources/lang/pt-BR/admin/groups/titles.php
index 9b19c96ac5..a6a560c0a6 100644
--- a/resources/lang/pt-BR/admin/groups/titles.php
+++ b/resources/lang/pt-BR/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Administrador do Grupo',
'allow' => 'Permitir',
'deny' => 'Negar',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/pt-BR/admin/hardware/form.php b/resources/lang/pt-BR/admin/hardware/form.php
index 385c8be022..b5ec1459a9 100644
--- a/resources/lang/pt-BR/admin/hardware/form.php
+++ b/resources/lang/pt-BR/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garantia',
'warranty_expires' => 'A garantia expira',
'years' => 'anos',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/pt-BR/admin/hardware/general.php b/resources/lang/pt-BR/admin/hardware/general.php
index 01479e1093..ff5904feb5 100644
--- a/resources/lang/pt-BR/admin/hardware/general.php
+++ b/resources/lang/pt-BR/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'Este modelo de Ativos foi excluído. Você deve restaurar o modelo antes de restaurar o Ativo.',
'requestable' => 'Solicitável',
'requested' => 'Solicitado',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restaurar Ativo',
'pending' => 'Pendente',
'undeployable' => 'Não implementável',
'view' => 'Ver Ativo',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/pt-BR/admin/hardware/message.php b/resources/lang/pt-BR/admin/hardware/message.php index 45dd4f8e98..6ffc73faab 100644 --- a/resources/lang/pt-BR/admin/hardware/message.php +++ b/resources/lang/pt-BR/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Aviso: Este ativo foi marcado como atualmente não implementável. Se este status mudou, atualize o status do ativo.', 'does_not_exist' => 'O ativo não existe.', - 'does_not_exist_or_not_requestable' => 'Boa tentativa. Este ativo não existe ou não pode ser requisitado.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Este bem está no momento associado com pelo menos um usuário e não pode ser deletado. Por favor, atualize seu bem para que não referencie mais este usuário e tente novamente. ', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Auditoria de equipamentos logada com sucesso.', ], + 'deletefile' => [ 'error' => 'O arquivo não foi excluído. Tente novamente.', 'success' => 'Arquivo excluído com sucesso.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Não foi possível excluir o arquivo', ], + 'delete' => [ 'confirm' => 'Tem certeza de que deseja excluir este ativo?', 'error' => 'Houve um problema ao excluir o ativo. Tente novamente.', diff --git a/resources/lang/pt-BR/admin/hardware/table.php b/resources/lang/pt-BR/admin/hardware/table.php index 44983bf6a8..151b700d13 100644 --- a/resources/lang/pt-BR/admin/hardware/table.php +++ b/resources/lang/pt-BR/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Marcação do Ativo', 'asset_model' => 'Modelo', - 'book_value' => 'Valor', + 'book_value' => 'Current Value', 'change' => 'Entrada/Saída', 'checkout_date' => 'Data de saída', 'checkoutto' => 'check-out', + 'current_value' => 'Current Value', 'diff' => 'Diferença', 'dl_csv' => 'Baixar CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serial', 'status' => 'Status', 'title' => 'Ativo ', - 'image' => 'Imagem do equipamento', + 'image' => 'Imagem do equipamento', 'days_without_acceptance' => 'Dias sem que fosse aceito', 'monthly_depreciation' => 'Depreciação Mensal', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/pt-BR/admin/kits/general.php b/resources/lang/pt-BR/admin/kits/general.php index 6b9b5e6367..fc23c37252 100644 --- a/resources/lang/pt-BR/admin/kits/general.php +++ b/resources/lang/pt-BR/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'Não há licenças suficientes para :model fazer atribuição. :qty são necessários. ', 'none_consumables' => 'Não há quantidade de consumíveis suficientes para :model fazer atribuição. :qty são necessários. ', 'none_accessory' => 'Não há unidades disponíveis de :accessory para check-out. :qty são necessários. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/pt-BR/admin/licenses/form.php b/resources/lang/pt-BR/admin/licenses/form.php index 21e370cf7c..84b4d3835f 100644 --- a/resources/lang/pt-BR/admin/licenses/form.php +++ b/resources/lang/pt-BR/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Ativo', 'checkin' => 'Registrar', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licenciado ao E-mail', 'to_name' => 'Licenciado ao Nome', 'update' => 'Atualizar Licença', - 'checkout_help' => 'Você precisa registrar uma licença para uma pessoa ou hardware. Você pode selecionar ambos, mas o proprietário do ativo deve coincidir com a pessoa para quem você está tentando registrá-lo.', -]; + 'checkout_help' => 'Você precisa registrar uma licença para uma pessoa ou hardware. Você pode selecionar ambos, mas o proprietário do ativo deve coincidir com a pessoa para quem você está tentando registrá-lo.' +); diff --git a/resources/lang/pt-BR/admin/licenses/general.php b/resources/lang/pt-BR/admin/licenses/general.php index cbbd983229..7487526930 100644 --- a/resources/lang/pt-BR/admin/licenses/general.php +++ b/resources/lang/pt-BR/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Sobre Licenças', 'about_licenses' => 'Licenças são utilizadas para controlar o uso dos softwares. Ela possuem uma quantidade específica que podem ser alocadas para os usuários', 'checkin' => 'Retorna Licença Compartilhada', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Licenças de Software', 'user' => 'Usuário', 'view' => 'Ver Licença', -]; +); diff --git a/resources/lang/pt-BR/admin/licenses/message.php b/resources/lang/pt-BR/admin/licenses/message.php index 3c952aad95..dc3329441a 100644 --- a/resources/lang/pt-BR/admin/licenses/message.php +++ b/resources/lang/pt-BR/admin/licenses/message.php @@ -1,6 +1,6 @@ 'A licença não existe.', 'user_does_not_exist' => 'O usuário não existe.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Você deve selecionar um ativo ou um usuário, mas não ambos.', 'not_found' => 'Licença não encontrada', - 'create' => [ - 'error' => 'A licença não foi criada, tente novamente.', - 'success' => 'Licença criada com sucesso.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'A licença não foi criada, tente novamente.', + 'success' => 'Licença criada com sucesso.' + ), + + 'deletefile' => array( 'error' => 'O arquivo não foi excluído. Tente novamente.', 'success' => 'Arquivo excluído com sucesso.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'O(s) arquivo(s) não foi/foram carregado(s). Tente novamente.', 'success' => 'Arquivo(s) carregado(s) com sucesso.', 'nofiles' => 'Você não selecionou arquivos para carregar, ou o arquivo que você esta tentando carregar é muito grande', 'invalidfiles' => 'Um ou mais arquivos excedem o tamanho ou são do tipo de arquivo não permitido. Os tipos permitidos são png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'A licença não foi atualizada, tente novamente', - 'success' => 'Licença atualizada com sucesso.', - ], + 'success' => 'Licença atualizada com sucesso.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Tem certeza de que deseja excluir esta licença?', 'error' => 'Houve um problema ao excluir esta licença. Tente novamente.', - 'success' => 'A licença foi excluída com sucesso.', - ], + 'success' => 'A licença foi excluída com sucesso.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Houve um problema de registro na licença. Favor tentar novamente.', - 'success' => 'A licença foi registrada com sucesso', - ], + 'success' => 'A licença foi registrada com sucesso' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Houve um problema de registro na licença. Favor tentar novamente.', - 'success' => 'A licença foi registrada com sucesso.', - ], + 'success' => 'A licença foi registrada com sucesso.' + ), -]; +); diff --git a/resources/lang/pt-BR/admin/licenses/table.php b/resources/lang/pt-BR/admin/licenses/table.php index 4229b28aa6..12dda3189c 100644 --- a/resources/lang/pt-BR/admin/licenses/table.php +++ b/resources/lang/pt-BR/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Atribuído A', 'checkout' => 'Entrada/Saída', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serial', 'title' => 'Licença', -]; +); diff --git a/resources/lang/pt-BR/admin/locations/message.php b/resources/lang/pt-BR/admin/locations/message.php index 2cf1bfe328..d0343c62d7 100644 --- a/resources/lang/pt-BR/admin/locations/message.php +++ b/resources/lang/pt-BR/admin/locations/message.php @@ -1,26 +1,27 @@ 'O local não existe.', 'assoc_users' => 'Este local está no momento associado com pelo menos um usuário e não pode ser excluído. Atualize seus usuários para não referenciarem mais este local e tente novamente. ', 'assoc_assets' => 'Este local esta atualmente associado a pelo menos um ativo e não pode ser deletado. Por favor atualize seu ativo para não fazer mais referência a este local e tente novamente. ', 'assoc_child_loc' => 'Este local é atualmente o principal de pelo menos local secundário e não pode ser deletado. Por favor atualize seus locais para não fazer mais referência a este local e tente novamente. ', - 'create' => [ + + 'create' => array( 'error' => 'O local não foi criado, tente novamente.', - 'success' => 'Local criado com sucesso.', - ], + 'success' => 'Local criado com sucesso.' + ), - 'update' => [ + 'update' => array( 'error' => 'O local não foi atualizado, tente novamente', - 'success' => 'Local atualizado com sucesso.', - ], + 'success' => 'Local atualizado com sucesso.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Tem certeza de que quer excluir este local?', 'error' => 'Houve um problema ao excluir o local. Tente novamente.', - 'success' => 'O local foi excluído com sucesso.', - ], + 'success' => 'O local foi excluído com sucesso.' + ) -]; +); diff --git a/resources/lang/pt-BR/admin/locations/table.php b/resources/lang/pt-BR/admin/locations/table.php index 6b1b5ae9fa..73a23ffd73 100644 --- a/resources/lang/pt-BR/admin/locations/table.php +++ b/resources/lang/pt-BR/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Principal', 'currency' => 'Moeda local', 'ldap_ou' => 'Pesquisa LDAP UO', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/pt-BR/admin/manufacturers/message.php b/resources/lang/pt-BR/admin/manufacturers/message.php index 0399ac85d6..0985f4be4c 100644 --- a/resources/lang/pt-BR/admin/manufacturers/message.php +++ b/resources/lang/pt-BR/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'O fabricante não existe.', 'assoc_users' => 'Este fabricante está no momento associado com pelo menos um modelo e não pode ser excluído. Atualize seus modelos para não referenciarem mais este fabricante e tente novamente. ', - 'create' => [ + 'create' => array( 'error' => 'O fabricante não foi criado, tente novamente.', - 'success' => 'Fabricante criado com sucesso.', - ], + 'success' => 'Fabricante criado com sucesso.' + ), - 'update' => [ + 'update' => array( 'error' => 'O fabricante não foi atualizado, tente novamente', - 'success' => 'Fabricante atualizado com sucesso.', - ], + 'success' => 'Fabricante atualizado com sucesso.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'O fabricante não foi atualizado, tente novamente', - 'success' => 'Fabricante atualizado com sucesso.', - ], + 'success' => 'Fabricante atualizado com sucesso.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Tem certeza de que deseja excluir este fabricante?', 'error' => 'Ocorreu um erro ao tentar deletar o fabricante. Por favor, tente novamente.', - 'success' => 'O Fabricante foi excluído com sucesso.', - ], + 'success' => 'O Fabricante foi excluído com sucesso.' + ) -]; +); diff --git a/resources/lang/pt-BR/admin/manufacturers/table.php b/resources/lang/pt-BR/admin/manufacturers/table.php index dfa31fae1c..6e357a5719 100644 --- a/resources/lang/pt-BR/admin/manufacturers/table.php +++ b/resources/lang/pt-BR/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Sobre os fabricantes', 'about_manufacturers_text' => 'Fabricantes são as empresas que criam seus ativos. Você pode armazenar informação de contato de suporte sobre eles aqui, que será exibida em suas páginas de detalhe de ativos.', 'asset_manufacturers' => 'Fabricantes de Ativos', @@ -13,4 +13,4 @@ return [ 'update' => 'Atualizar Fabricante', 'url' => 'URL', -]; +); diff --git a/resources/lang/pt-BR/admin/models/general.php b/resources/lang/pt-BR/admin/models/general.php index 99e8c211cc..7fdc23c9d6 100644 --- a/resources/lang/pt-BR/admin/models/general.php +++ b/resources/lang/pt-BR/admin/models/general.php @@ -1,6 +1,6 @@ 'Sobre os Modelos de Ativos', 'about_models_text' => 'Os Modelos dos ativos são uma maneira para agrupar ativos idênticos. "MBP 2013", "iPhone 6s", etc.', 'deleted' => 'Este modelo foi excluído.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Você está prestes a exluir :model_count asset models.', 'restore' => 'Restaurar Modelo', 'requestable' => 'Usuários podem solicitar este modelo', - 'show_mac_address' => 'Exibir o campo de endereço MAC nos ativos neste modelo', + 'show_mac_address' => 'Exibir o campo de endereço MAC nos ativos neste modelo', 'view_deleted' => 'Ver Excluídos', 'view_models' => 'Ver Modelos', 'fieldset' => 'Conjunto de campos', 'no_custom_field' => 'Sem campos customizados', 'add_default_values' => 'Adicionar valores padrão', -]; +); diff --git a/resources/lang/pt-BR/admin/models/message.php b/resources/lang/pt-BR/admin/models/message.php index 72e46ee1ed..42daec19b1 100644 --- a/resources/lang/pt-BR/admin/models/message.php +++ b/resources/lang/pt-BR/admin/models/message.php @@ -1,41 +1,42 @@ 'O modelo não existe.', 'assoc_users' => 'Este modelo está no momento associado com um ou mais ativos e não pode ser excluído. Exclua os ativos e então tente excluir novamente. ', - 'create' => [ + + 'create' => array( 'error' => 'O modelo não foi criado, tente novamente.', 'success' => 'Modelo criado com sucesso.', 'duplicate_set' => 'Um modelo de ativo com este nome, desse fabricante e desse modelo já existe.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'O modelo não foi atualizado, tente novamente', - 'success' => 'Modelo atualizado com sucesso.', - ], + 'success' => 'Modelo atualizado com sucesso.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Tem certeza de que quer excluir este modelo de ativo?', 'error' => 'Houve um problema ao deletar o modelo. Por favor, tente novamente.', - 'success' => 'O modelo foi excluído com sucesso.', - ], + 'success' => 'O modelo foi excluído com sucesso.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'O modelo não foi restaurado, tente novamente', - 'success' => 'Modelo restaurado com sucesso.', - ], + 'success' => 'Modelo restaurado com sucesso.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Nenhum campo foi alterado, então nada foi atualizado.', - 'success' => 'Modelos atualizados.', - ], + 'success' => 'Modelos atualizados.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Nenhum modelo foi selecionado, então nada foi deletado.', 'success' => '::succes_count model (s) deletados!', - 'success_partial' => ':success_count model(s) foram deletados,no entando :fail_count não pode ser excluído porque eles ainda possuem ativos associados a eles.', - ], + 'success_partial' => ':success_count model(s) foram deletados,no entando :fail_count não pode ser excluído porque eles ainda possuem ativos associados a eles.' + ), -]; +); diff --git a/resources/lang/pt-BR/admin/models/table.php b/resources/lang/pt-BR/admin/models/table.php index eb7332ac26..d3f6c3c811 100644 --- a/resources/lang/pt-BR/admin/models/table.php +++ b/resources/lang/pt-BR/admin/models/table.php @@ -1,6 +1,6 @@ 'Criar Modelo de Ativos', 'created_at' => 'Criado em', @@ -14,4 +14,4 @@ return [ 'update' => 'Atualizar Modelo de Ativos', 'clone' => 'Clonar Modelo', 'edit' => 'Editar Modelo', -]; +); diff --git a/resources/lang/pt-BR/admin/reports/general.php b/resources/lang/pt-BR/admin/reports/general.php index 2f44cafeb7..b1c36dd26e 100644 --- a/resources/lang/pt-BR/admin/reports/general.php +++ b/resources/lang/pt-BR/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Selecione as opções que você quer para o seu relatório de ativos.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/pt-BR/admin/reports/message.php b/resources/lang/pt-BR/admin/reports/message.php index bc07e51f8a..c5bb86efa8 100644 --- a/resources/lang/pt-BR/admin/reports/message.php +++ b/resources/lang/pt-BR/admin/reports/message.php @@ -1,5 +1,5 @@ 'Você deve selecionar pelo menos UMA opção.', -]; +return array( + 'error' => 'Você deve selecionar pelo menos UMA opção.' +); diff --git a/resources/lang/pt-BR/admin/settings/general.php b/resources/lang/pt-BR/admin/settings/general.php index ebf697e33e..bf5b47a8eb 100644 --- a/resources/lang/pt-BR/admin/settings/general.php +++ b/resources/lang/pt-BR/admin/settings/general.php @@ -1,30 +1,39 @@ 'Diretório Ativo', 'ad_domain' => 'Domínio de Diretório Ativo', 'ad_domain_help' => 'Geralmente isso é igual ao seu domínio de email, mas nem sempre.', 'ad_append_domain_label' => 'Acrescentar nome de domínio', 'ad_append_domain' => 'Acrescentar nome de domínio ao campo de usuário', - 'ad_append_domain_help' => 'Usuário não é necessário para escrever "username@domain.local", ele pode apenas digitar "username".' , + 'ad_append_domain_help' => 'Usuário não é necessário para escrever "username@domain.local", ele pode apenas digitar "username".', 'admin_cc_email' => 'E-mail em CC', 'admin_cc_email_help' => 'Se você quiser enviar uma cópia dos e-mails de check-in / check-out que são enviados aos usuários para uma conta de e-mail adicional, insira-a aqui. Caso contrário, deixe este campo em branco.', 'is_ad' => 'Este é um servidor de Diretório Ativo', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Enviar alertas a', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Alertas ativados', 'alert_interval' => 'Limite de Expiração dos Alertas (em dias)', 'alert_inv_threshold' => 'Limite de Alerta de Inventário', 'allow_user_skin' => 'Permitir skin do usuário', - 'allow_user_skin_help_text' => 'Marcando essa caixa, permitirá que usuário substitua a interface por outra diferente.' , + 'allow_user_skin_help_text' => 'Marcando essa caixa, permitirá que usuário substitua a interface por outra diferente.', 'asset_ids' => 'ID do ativo', 'audit_interval' => 'Intervalo de auditoria', 'audit_interval_help' => 'Se você precisa verificar fisicamente seus ativos com frequência, insira um intervalo em meses.', 'audit_warning_days' => 'Limiar de aviso de auditoria', 'audit_warning_days_help' => 'Com quantos dias de antecedência deseja ser avisado sobre a verificação de seus ativos?', - 'auto_increment_assets' => 'Gerar ID de ativo crescente', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefixo (opcional)', - 'auto_incrementing_help' => 'Permitir auto insercao dessa ID de ativo antes de configurar isso', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/pt-BR/mail.php b/resources/lang/pt-BR/mail.php index 7a28495884..c490005842 100644 --- a/resources/lang/pt-BR/mail.php +++ b/resources/lang/pt-BR/mail.php @@ -1,6 +1,6 @@ 'Um usuário cancelou uma requisição no website', 'a_user_requested' => 'Um usuário requisitou um item no website', 'accessory_name' => 'Nome do Acessório:', @@ -59,7 +59,7 @@ return array( 'test_mail_text' => 'Isto é um e-mail de teste do Snipe-IT Asset Management System. Se você recebeu essa mensagem, quer dizer que o e-mail está funcionando :)', 'the_following_item' => 'O Item a seguir foi devolvido: ', 'low_inventory_alert' => 'Há um :count que está abaixo do estoque mínimo ou em breve estará abaixo. | Existem :count items que estão abaixo do estoque mínimo ou em breve estarão baixos.', - 'assets_warrantee_alert' => 'Há um :count ativo com a garantia expirando nos próximos :threshold dias. | Existem :count ativos com a garantia expirando nos próximos :threshold dias.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Há uma :count licença expirando nos próximos :threshold dias. | Existem :count licenças expirand nos próximos :threshold dias.', 'to_reset' => 'Para fazer reset da senha do :web, preencha este formulário:', 'type' => 'Tipo', @@ -75,5 +75,5 @@ return array( 'Expected_Checkin_Report' => 'Relatório de check-in de ativos esperado', 'Expected_Checkin_Notification' => 'Lembrete: :name prazo de devolução aproximando', 'Expected_Checkin_Date' => 'Um ativo com check-out para você deve ser verificado novamente em :date', - 'your_assets' => 'Ver seus ativos' -); + 'your_assets' => 'Ver seus ativos', +]; diff --git a/resources/lang/pt-BR/pagination.php b/resources/lang/pt-BR/pagination.php index 469deb6bc7..1ac132ef1b 100644 --- a/resources/lang/pt-BR/pagination.php +++ b/resources/lang/pt-BR/pagination.php @@ -1,6 +1,6 @@ 'Próxima »', -]; +); diff --git a/resources/lang/pt-BR/reminders.php b/resources/lang/pt-BR/reminders.php index fead60e5af..583a3996e9 100644 --- a/resources/lang/pt-BR/reminders.php +++ b/resources/lang/pt-BR/reminders.php @@ -1,6 +1,6 @@ 'As senhas devem ter seis caracteres e corresponderem à confirmação.', + "password" => "As senhas devem ter seis caracteres e corresponderem à confirmação.", - 'user' => 'O nome de usuário ou endereço de e-mail está incorreto', + "user" => "O nome de usuário ou endereço de e-mail está incorreto", - 'token' => 'Este token de redefinição da senha é inválido.', + "token" => "Este token de redefinição da senha é inválido.", - 'sent' => 'Se um endereço de e-mail correspondente foi encontrado, um lembrete de senha foi enviado!', + "sent" => "Se um endereço de e-mail correspondente foi encontrado, um lembrete de senha foi enviado!", -]; +); diff --git a/resources/lang/pt-BR/table.php b/resources/lang/pt-BR/table.php index 6fe2e313e3..e6c7b0ef36 100644 --- a/resources/lang/pt-BR/table.php +++ b/resources/lang/pt-BR/table.php @@ -1,10 +1,10 @@ 'Ações', 'action' => 'Ação', 'by' => 'Por', 'item' => 'Item', -]; +); diff --git a/resources/lang/pt-BR/validation.php b/resources/lang/pt-BR/validation.php index 57437cb7e6..09808b95c4 100644 --- a/resources/lang/pt-BR/validation.php +++ b/resources/lang/pt-BR/validation.php @@ -1,6 +1,6 @@ 'O :attribute deve ter pelo menos :min caracteres.', 'array' => 'O :attribute deve ter pelo menos :min items.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'O :attribute selecionado é inválido.', 'numeric' => 'O :attribute deve ser um número.', 'present' => 'O campo:attribute deve estar presente.', @@ -88,8 +89,8 @@ return array( 'unique' => 'O :attribute já foi tomado.', 'uploaded' => 'O :attribute falhou no upload.', 'url' => 'O formato de :attribute é inválido.', - "unique_undeleted" => "O :attribute deve ser único.", - "non_circular" => "O :attribute não pode criar uma referência circular.", + 'unique_undeleted' => 'O :attribute deve ser único.', + 'non_circular' => 'O :attribute não pode criar uma referência circular.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "O campo :attribute contém um caractere que não é permitido.", - "email_array" => "Um ou mais e-mails sõ invalidos.", - "hashed_pass" => "Sua senha atual está incorreta", + 'alpha_space' => 'O campo :attribute contém um caractere que não é permitido.', + 'email_array' => 'Um ou mais e-mails sõ invalidos.', + 'hashed_pass' => 'Sua senha atual está incorreta', 'dumbpwd' => 'Essa senha é muito comum.', - "statuslabel_type" => "Você deve selecionar um tipo de etiqueta de status válido", + 'statuslabel_type' => 'Você deve selecionar um tipo de etiqueta de status válido', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/pt-PT/admin/accessories/general.php b/resources/lang/pt-PT/admin/accessories/general.php index 8d48787f08..1c0c4a828f 100644 --- a/resources/lang/pt-PT/admin/accessories/general.php +++ b/resources/lang/pt-PT/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Categoria do Acessório', 'accessory_name' => 'Nome do Acessório', 'checkout' => 'Alocar acessório', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Em vez disso, utilize o EULA padrão.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/pt-PT/admin/custom_fields/message.php b/resources/lang/pt-PT/admin/custom_fields/message.php
index 094defe995..b908c3e9da 100644
--- a/resources/lang/pt-PT/admin/custom_fields/message.php
+++ b/resources/lang/pt-PT/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Esse campo não existe.',
'already_added' => 'Campo já adicionado',
- 'create' => [
+ 'create' => array(
'error' => 'Campo não criado. Por favor tente novamente.',
'success' => 'Campo criado com sucesso.',
- 'assoc_success' => 'Campo adicionado ao conjunto de campos com sucesso.',
- ],
+ 'assoc_success' => 'Campo adicionado ao conjunto de campos com sucesso.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Campo não foi atualizado, por favor tente de novamente',
- 'success' => 'Campo atualizado com sucesso.',
- ],
+ 'success' => 'Campo atualizado com sucesso.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Tem a certeza que deseja eliminar este campo?',
'error' => 'Ocorreu um problema ao remover o campo. Por favor tente novamente.',
'success' => 'O campo foi apagado com sucesso.',
'in_use' => 'Campo continua em uso.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset não existe',
- 'create' => [
+ 'create' => array(
'error' => 'O Conjunto de campos não foi criado, por favor tente novamente.',
- 'success' => 'Conjunto de campos criado com sucesso.',
- ],
+ 'success' => 'Conjunto de campos criado com sucesso.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Conjunto de campos não foi atualizado, por favor tente novamente',
- 'success' => 'Conjunto de campos atualizado com sucesso.',
- ],
+ 'success' => 'Conjunto de campos atualizado com sucesso.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Tem a certeza que deseja eliminar este conjunto de campos?',
'error' => 'Ocorreu um problema ao apagar o conjunto de campos. Por favor tente novamente.',
'success' => 'O conjunto de campos foi eliminado com sucesso.',
'in_use' => 'Conjunto de campos continua em uso.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/pt-PT/admin/departments/message.php b/resources/lang/pt-PT/admin/departments/message.php
index 5c00b3eb9d..0690b6c866 100644
--- a/resources/lang/pt-PT/admin/departments/message.php
+++ b/resources/lang/pt-PT/admin/departments/message.php
@@ -1,21 +1,21 @@
'Departamento não existe.',
'assoc_users' => 'Este departamento está atualmente associado a pelo menos um usuário e não pode ser excluído. Atualize seus usuários para não mais fazer referência a este departamento e tente novamente.',
- 'create' => [
+ 'create' => array(
'error' => 'O departamento não foi criado, tente novamente.',
- 'success' => 'Departamento criado com sucesso.',
- ],
- 'update' => [
+ 'success' => 'Departamento criado com sucesso.'
+ ),
+ 'update' => array(
'error' => 'O departamento não foi atualizado, tente novamente',
- 'success' => 'Departamento atualizado com sucesso.',
- ],
- 'delete' => [
+ 'success' => 'Departamento atualizado com sucesso.'
+ ),
+ 'delete' => array(
'confirm' => 'Tem certeza de que deseja excluir este departamento?',
'error' => 'Houve uma questão de eliminar o departamento. Por favor, tente novamente.',
- 'success' => 'O departamento foi excluído com sucesso.',
- ],
+ 'success' => 'O departamento foi excluído com sucesso.'
+ )
-];
+);
diff --git a/resources/lang/pt-PT/admin/departments/table.php b/resources/lang/pt-PT/admin/departments/table.php
index 36b6361d42..ebbe31d57b 100644
--- a/resources/lang/pt-PT/admin/departments/table.php
+++ b/resources/lang/pt-PT/admin/departments/table.php
@@ -1,6 +1,6 @@
'identidade',
'name' => 'Nome do departamento',
@@ -8,4 +8,4 @@ return [
'location' => 'Localização',
'create' => 'Criar Departamento',
'update' => 'Departamento de atualização',
- ];
+ );
diff --git a/resources/lang/pt-PT/admin/depreciations/general.php b/resources/lang/pt-PT/admin/depreciations/general.php
index 8af3ecd2ed..b4813c844d 100644
--- a/resources/lang/pt-PT/admin/depreciations/general.php
+++ b/resources/lang/pt-PT/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Depreciações dos Equipamentos',
'create' => 'Criar Depreciação',
'depreciation_name' => 'Nome da depreciação',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Número de mêses',
'update' => 'Actualizar depreciação',
- 'depreciation_min' => 'Valor Mínimo após a Depreciação'
-
+ 'depreciation_min' => 'Valor Mínimo após a Depreciação',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/pt-PT/admin/depreciations/message.php b/resources/lang/pt-PT/admin/depreciations/message.php
index e55b9ee486..2b9d43bc4e 100644
--- a/resources/lang/pt-PT/admin/depreciations/message.php
+++ b/resources/lang/pt-PT/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'A classe de imobilizado não existe.',
'assoc_users' => 'Esta depreciação está atualmente associada com um ou mais modelos e não pode ser removida. Por favor, remova os modelos, e depois tente novamente. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'A não foi possível criar a classe de imobilizado. Por favor, tente novamente.',
- 'success' => 'Classe de imobilizado criada com sucesso.',
- ],
+ 'success' => 'Classe de imobilizado criada com sucesso.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Classe de imobilizado não foi atualizada. Por favor, tente novamente',
- 'success' => 'Classe de imobilizado atualizada com sucesso.',
- ],
+ 'success' => 'Classe de imobilizado atualizada com sucesso.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Tem a certeza que pretende remover esta classe de imobilizado?',
'error' => 'Ocorreu um problema ao remover esta classe de imobilizado. Por favor, tente novamente.',
- 'success' => 'A classe de imobilizado foi criada com sucesso.',
- ],
+ 'success' => 'A classe de imobilizado foi criada com sucesso.'
+ )
-];
+);
diff --git a/resources/lang/pt-PT/admin/depreciations/table.php b/resources/lang/pt-PT/admin/depreciations/table.php
index 05da174dea..d371120667 100644
--- a/resources/lang/pt-PT/admin/depreciations/table.php
+++ b/resources/lang/pt-PT/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Meses',
'term' => 'Termo',
'title' => 'Nome ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/pt-PT/admin/groups/message.php b/resources/lang/pt-PT/admin/groups/message.php
index 897d3b142d..06544fe87e 100644
--- a/resources/lang/pt-PT/admin/groups/message.php
+++ b/resources/lang/pt-PT/admin/groups/message.php
@@ -1,22 +1,22 @@
'O grupo já existe!',
'group_not_found' => 'O Grupo [:id] não existe.',
'group_name_required' => 'O atributo nome é obrigatório',
- 'success' => [
+ 'success' => array(
'create' => 'O Grupo foi criado com sucesso.',
'update' => 'O Grupo foi atualizado com sucesso.',
'delete' => 'O Grupo foi removido com sucesso.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Tem a certeza que pretende remover este grupo?',
'create' => 'Ocorreu um problema ao criar o grupo. Por favor, tente novamente.',
'update' => 'Ocorreu um problema ao atualizar o grupo. Por favor, tente novamente.',
'delete' => 'Ocorreu um problema ao remover o grupo. Por favor, tente novamente.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/pt-PT/admin/groups/table.php b/resources/lang/pt-PT/admin/groups/table.php
index 1e3fd51607..1e37494de6 100644
--- a/resources/lang/pt-PT/admin/groups/table.php
+++ b/resources/lang/pt-PT/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Nome',
'users' => '# de Utilizadores',
-];
+);
diff --git a/resources/lang/pt-PT/admin/groups/titles.php b/resources/lang/pt-PT/admin/groups/titles.php
index 018e419661..b6b44f0e1d 100644
--- a/resources/lang/pt-PT/admin/groups/titles.php
+++ b/resources/lang/pt-PT/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Administrador do Grupo',
'allow' => 'Permitir',
'deny' => 'Recusar',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/pt-PT/admin/hardware/form.php b/resources/lang/pt-PT/admin/hardware/form.php
index 8c375a841c..376e5fcf06 100644
--- a/resources/lang/pt-PT/admin/hardware/form.php
+++ b/resources/lang/pt-PT/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garantia',
'warranty_expires' => 'Garantia expira',
'years' => 'anos',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/pt-PT/admin/hardware/general.php b/resources/lang/pt-PT/admin/hardware/general.php
index 802b1b8630..a950a61e4e 100644
--- a/resources/lang/pt-PT/admin/hardware/general.php
+++ b/resources/lang/pt-PT/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Solicitavel',
'requested' => 'Requisitado',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restaurar ativo',
'pending' => 'Pendente',
'undeployable' => 'Não implementável',
'view' => 'Ver Artigo',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/pt-PT/admin/hardware/message.php b/resources/lang/pt-PT/admin/hardware/message.php index fcdfd2fb05..e9ce844b2c 100644 --- a/resources/lang/pt-PT/admin/hardware/message.php +++ b/resources/lang/pt-PT/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Aviso: Este artigo foi assinalado como "não implementável". Se este estado mudou, por favor atualize o estado do artigo.', 'does_not_exist' => 'Artigo não existente.', - 'does_not_exist_or_not_requestable' => 'Boa tentativa. Esse artigo não existe ou não é solicitável.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Este artigo está correntemente alocado a um utilizador e não pode ser removido. Por favor devolva o artigo e de seguida tente remover novamente. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Auditoria de ativos logada com sucesso.', ], + 'deletefile' => [ 'error' => 'Ficheiro não removido. Por favor, tente novamente.', 'success' => 'Ficheiro removido com sucesso.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'Não foi possível eliminar o ficheiro', ], + 'delete' => [ 'confirm' => 'Tem a certeza de que pretende eliminar este artigo?', 'error' => 'Ocorreu um problema ao remover o artigo. Por favor, tente novamente.', diff --git a/resources/lang/pt-PT/admin/hardware/table.php b/resources/lang/pt-PT/admin/hardware/table.php index c7e55cba5c..7f4e282d7e 100644 --- a/resources/lang/pt-PT/admin/hardware/table.php +++ b/resources/lang/pt-PT/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Etiqueta de Artigo', 'asset_model' => 'Modelo', - 'book_value' => 'Valor', + 'book_value' => 'Current Value', 'change' => 'Entrada/Saída', 'checkout_date' => 'Data de alocação', 'checkoutto' => 'Alocado a', + 'current_value' => 'Current Value', 'diff' => 'Diferença', 'dl_csv' => 'Descarregar CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Nº de Série', 'status' => 'Estado', 'title' => 'Artigo ', - 'image' => 'Imagem do equipamento', + 'image' => 'Imagem do equipamento', 'days_without_acceptance' => 'Dias sem aceitação', 'monthly_depreciation' => 'Depreciação Mensal', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/pt-PT/admin/kits/general.php b/resources/lang/pt-PT/admin/kits/general.php index 910d281989..3c4db56e28 100644 --- a/resources/lang/pt-PT/admin/kits/general.php +++ b/resources/lang/pt-PT/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/pt-PT/admin/licenses/form.php b/resources/lang/pt-PT/admin/licenses/form.php index f6c7424751..3ec5b9396b 100644 --- a/resources/lang/pt-PT/admin/licenses/form.php +++ b/resources/lang/pt-PT/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Artigo', 'checkin' => 'Devolver', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licenciado ao E-mail', 'to_name' => 'Licenciado ao Nome', 'update' => 'Atualizar Licença', - 'checkout_help' => 'Deve registar uma licença para uma pessoa ou hardware. Podem selecionar ambos, mas o proprietário do artigo deve coincidir com a pessoa a quem está a alocar o artigo.', -]; + 'checkout_help' => 'Deve registar uma licença para uma pessoa ou hardware. Podem selecionar ambos, mas o proprietário do artigo deve coincidir com a pessoa a quem está a alocar o artigo.' +); diff --git a/resources/lang/pt-PT/admin/licenses/general.php b/resources/lang/pt-PT/admin/licenses/general.php index 8a58248e75..b4b78a9324 100644 --- a/resources/lang/pt-PT/admin/licenses/general.php +++ b/resources/lang/pt-PT/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Sobre as Licenças', 'about_licenses' => 'As licenças são usadas para controlar o software. Eles têm um número especificado de lugares disponíveis para atribuir', 'checkin' => 'Devolver instalação da Licença', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Licenças de Software', 'user' => 'Utilizador', 'view' => 'Ver Licença', -]; +); diff --git a/resources/lang/pt-PT/admin/licenses/message.php b/resources/lang/pt-PT/admin/licenses/message.php index d347cfd834..370833df8c 100644 --- a/resources/lang/pt-PT/admin/licenses/message.php +++ b/resources/lang/pt-PT/admin/licenses/message.php @@ -1,6 +1,6 @@ 'A Licença não existe.', 'user_does_not_exist' => 'Utilizador não existe.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Você deve selecionar um recurso ou um usuário, mas não ambos.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Licença não foi criada, por favor tente novamente.', - 'success' => 'Licença criada com sucesso.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Licença não foi criada, por favor tente novamente.', + 'success' => 'Licença criada com sucesso.' + ), + + 'deletefile' => array( 'error' => 'Ficheiro não removido. Por favor, tente novamente.', 'success' => 'Ficheiro removido com sucesso.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Ficheiro(s) não submetidos. Por favor, tente novamente.', 'success' => 'Ficheiro(s) submetidos com sucesso.', 'nofiles' => 'Não selecionou nenhum ficheiro para submissão, ou o ficheiro que pretende submeter é demasiado grande', 'invalidfiles' => 'Um ou mais ficheiros excedem o tamanho ou são do tipo de ficheiro não é permitido. Os tipos permitidos são png, gif, jpg, doc, docx, pdf, txt, zip, rar, and rtf.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Licença não foi atualizada, por favor tente novamente', - 'success' => 'Licença atualizada com sucesso.', - ], + 'success' => 'Licença atualizada com sucesso.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Tem a certeza que pretende remover esta licença?', 'error' => 'Ocorreu um problema ao remover esta licença. Por favor, tente novamente.', - 'success' => 'A licença foi removida com sucesso.', - ], + 'success' => 'A licença foi removida com sucesso.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Ocorreu um problema ao atribuir esta licença. Por favor, tente novamente.', - 'success' => 'A licença foi alocada com sucesso', - ], + 'success' => 'A licença foi alocada com sucesso' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Ocorreu um problema ao devolver esta licença. Por favor, tente novamente.', - 'success' => 'A licença foi devolvida com sucesso', - ], + 'success' => 'A licença foi devolvida com sucesso' + ), -]; +); diff --git a/resources/lang/pt-PT/admin/licenses/table.php b/resources/lang/pt-PT/admin/licenses/table.php index abf24adbb2..f800d49c83 100644 --- a/resources/lang/pt-PT/admin/licenses/table.php +++ b/resources/lang/pt-PT/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Atribuído a', 'checkout' => 'Entrada/Saída', @@ -14,4 +14,4 @@ return [ 'serial' => 'Nº de Série', 'title' => 'Licença', -]; +); diff --git a/resources/lang/pt-PT/admin/locations/message.php b/resources/lang/pt-PT/admin/locations/message.php index bf1f30c07e..bb2f1bbbaa 100644 --- a/resources/lang/pt-PT/admin/locations/message.php +++ b/resources/lang/pt-PT/admin/locations/message.php @@ -1,26 +1,27 @@ 'Localização não existe.', 'assoc_users' => 'Esta localização está atualmente associada com pelo menos um utilizador e não pode ser removida. Atualize este utilizadores de modo a não referenciarem mais este local e tente novamente. ', 'assoc_assets' => 'Esta localização está atualmente associada com pelo menos um artigo e não pode ser removida. Atualize este artigos de modo a não referenciarem mais este local e tente novamente. ', 'assoc_child_loc' => 'Esta localização contém pelo menos uma sub-localização e não pode ser removida. Por favor, atualize as localizações para não referenciarem mais esta localização e tente novamente. ', - 'create' => [ + + 'create' => array( 'error' => 'Não foi possível criar a localização. Por favor, tente novamente.', - 'success' => 'Localização criada com sucesso.', - ], + 'success' => 'Localização criada com sucesso.' + ), - 'update' => [ + 'update' => array( 'error' => 'A localização não foi atualizada. Por favor, tente novamente', - 'success' => 'Localização atualizada com sucesso.', - ], + 'success' => 'Localização atualizada com sucesso.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Tem a certeza que pretende remover esta localização?', 'error' => 'Ocorreu um problema ao remover esta localização. Por favor, tente novamente.', - 'success' => 'A localização foi removida com sucesso.', - ], + 'success' => 'A localização foi removida com sucesso.' + ) -]; +); diff --git a/resources/lang/pt-PT/admin/locations/table.php b/resources/lang/pt-PT/admin/locations/table.php index 7f8dbeea1d..a53c66d90f 100644 --- a/resources/lang/pt-PT/admin/locations/table.php +++ b/resources/lang/pt-PT/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Pertence a', 'currency' => 'Moeda', 'ldap_ou' => 'LDAP Search OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/pt-PT/admin/manufacturers/message.php b/resources/lang/pt-PT/admin/manufacturers/message.php index fc642c9097..745b8d2cd9 100644 --- a/resources/lang/pt-PT/admin/manufacturers/message.php +++ b/resources/lang/pt-PT/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'O fabricante não existe.', 'assoc_users' => 'O fabricante está atualmente associado com pelo menos um modelo e não pode ser removido. Atualize os modelos para que não referenciem mais este fabricante e tente novamente. ', - 'create' => [ + 'create' => array( 'error' => 'Não foi possível criar o fabricante, por favor tente novamente.', - 'success' => 'Fabricante criado com sucesso.', - ], + 'success' => 'Fabricante criado com sucesso.' + ), - 'update' => [ + 'update' => array( 'error' => 'O fabricante não foi atualizado. Por favor, tente novamente', - 'success' => 'Fabricante atualizado com sucesso.', - ], + 'success' => 'Fabricante atualizado com sucesso.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Não foi possível restaurar o fabricante, por favor tente novamente', - 'success' => 'Fabricante restaurado com sucesso.', - ], + 'success' => 'Fabricante restaurado com sucesso.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Tem a certeza que pretende remover este fabricante?', 'error' => 'Ocorreu um problema ao remover este fabricante. Por favor, tente novamente.', - 'success' => 'O fabricante foi removido com sucesso.', - ], + 'success' => 'O fabricante foi removido com sucesso.' + ) -]; +); diff --git a/resources/lang/pt-PT/admin/manufacturers/table.php b/resources/lang/pt-PT/admin/manufacturers/table.php index 7ba403a98f..5a8637ea60 100644 --- a/resources/lang/pt-PT/admin/manufacturers/table.php +++ b/resources/lang/pt-PT/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Sobre os fabricantes', 'about_manufacturers_text' => 'Os fabricantes são as empresas que criam seus ativos. Você pode armazenar informações de contato de suporte importantes sobre eles aqui, que serão exibidas nas páginas de detalhes do recurso.', 'asset_manufacturers' => 'Fabricantes de Artigos', @@ -13,4 +13,4 @@ return [ 'update' => 'Atualizar Fabricante', 'url' => 'URL', -]; +); diff --git a/resources/lang/pt-PT/admin/models/general.php b/resources/lang/pt-PT/admin/models/general.php index 31dc2787d9..77a48476bc 100644 --- a/resources/lang/pt-PT/admin/models/general.php +++ b/resources/lang/pt-PT/admin/models/general.php @@ -1,6 +1,6 @@ 'Sobre os modelos dos artigos', 'about_models_text' => 'Os Modelos dos artigos são uma maneira para agrupar artigos idênticos. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Esta prestes a eliminar :model_count modelos de artigos.', 'restore' => 'Restaurar Modelo', 'requestable' => 'Este modelo pode ser requisitado pelos utilizadores', - 'show_mac_address' => 'Mostrar endereço MAC dos artigos neste modelo', + 'show_mac_address' => 'Mostrar endereço MAC dos artigos neste modelo', 'view_deleted' => 'Ver removidos', 'view_models' => 'Ver modelos', 'fieldset' => 'Conjunto de campos', 'no_custom_field' => 'Sem campos customizados', 'add_default_values' => 'Adicione o seu Acordo de Licença de Uso Final', -]; +); diff --git a/resources/lang/pt-PT/admin/models/message.php b/resources/lang/pt-PT/admin/models/message.php index 1a2a6f6935..b06c6dfbb5 100644 --- a/resources/lang/pt-PT/admin/models/message.php +++ b/resources/lang/pt-PT/admin/models/message.php @@ -1,41 +1,42 @@ 'O Modelo não existe.', 'assoc_users' => 'Este modelo está atualmente associado com pelo menos um artigo e não pode ser removido. Por favor, remova os artigos e depois tente novamente. ', - 'create' => [ + + 'create' => array( 'error' => 'O Modelo não foi criado. Por favor tente novamente.', 'success' => 'Modelo criado com sucesso.', 'duplicate_set' => 'Já existe um Modelo de artigo com esse nome, fabricante e número de modelo.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'O Modelo não foi atualizado. Por favor tente novamente', - 'success' => 'Modelo atualizado com sucesso.', - ], + 'success' => 'Modelo atualizado com sucesso.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Tem a certeza que pretende remover este modelo de artigo?', 'error' => 'Ocorreu um problema ao remover o modelo. Por favor, tente novamente.', - 'success' => 'O modelo foi removido com sucesso.', - ], + 'success' => 'O modelo foi removido com sucesso.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'O Modelo não foi restaurado, por favor tente novamente', - 'success' => 'Modelo restaurado com sucesso.', - ], + 'success' => 'Modelo restaurado com sucesso.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Nenhum campo foi alterado, portanto, nada foi atualizado.', - 'success' => 'Modelos atualizados.', - ], + 'success' => 'Modelos atualizados.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Nenhum modelo selecionado, por isso nenhum modelo foi eliminado.', 'success' => ':sucess_count modelo(s) eliminados!', - 'success_partial' => ':sucess_count modelo(s) eliminados, no entanto :fail_count não foram eliminados, porque ainda têm artigos associados.', - ], + 'success_partial' => ':sucess_count modelo(s) eliminados, no entanto :fail_count não foram eliminados, porque ainda têm artigos associados.' + ), -]; +); diff --git a/resources/lang/pt-PT/admin/models/table.php b/resources/lang/pt-PT/admin/models/table.php index 64589c1199..ffaab53474 100644 --- a/resources/lang/pt-PT/admin/models/table.php +++ b/resources/lang/pt-PT/admin/models/table.php @@ -1,6 +1,6 @@ 'Criar Modelo de Artigo', 'created_at' => 'Criado em', @@ -14,4 +14,4 @@ return [ 'update' => 'Atualizar Modelo de Artigo', 'clone' => 'Clonar Modelo', 'edit' => 'Editar Modelo', -]; +); diff --git a/resources/lang/pt-PT/admin/reports/general.php b/resources/lang/pt-PT/admin/reports/general.php index 7f2341789d..faefcc279a 100644 --- a/resources/lang/pt-PT/admin/reports/general.php +++ b/resources/lang/pt-PT/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Selecione as opções que pretende para o seu relatório de artigos.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/pt-PT/admin/reports/message.php b/resources/lang/pt-PT/admin/reports/message.php index 2075e28c90..9c0c9518c8 100644 --- a/resources/lang/pt-PT/admin/reports/message.php +++ b/resources/lang/pt-PT/admin/reports/message.php @@ -1,5 +1,5 @@ 'Deve selecionar pelo menos UMA opção.', -]; +return array( + 'error' => 'Deve selecionar pelo menos UMA opção.' +); diff --git a/resources/lang/pt-PT/admin/settings/general.php b/resources/lang/pt-PT/admin/settings/general.php index b54cb7011d..508f2b9f54 100644 --- a/resources/lang/pt-PT/admin/settings/general.php +++ b/resources/lang/pt-PT/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'E-mail em CC', 'admin_cc_email_help' => 'Se prefere que seja enviada uma cópia do e-mail de checkin/checktout que é enviado aos utilizadores para uma conta de e-mail adicional, introduza o endereço de e-mail aqui. Caso contrário, deixe este campo em branco.', 'is_ad' => 'Isto é um servidor do Active Directoriy', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Enviar alertas para', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Alertas ativos', 'alert_interval' => 'Alertas expiram (em dias)', 'alert_inv_threshold' => 'Alerta limite do inventário', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'Se você for obrigado a auditar fisicamente seus ativos, insira o intervalo em meses.', 'audit_warning_days' => 'Limiar de aviso de auditoria', 'audit_warning_days_help' => 'Quantos dias de antecedência devemos avisar quando os ativos são devidos para a auditoria?', - 'auto_increment_assets' => 'Gerar IDs de artigos auto-incrementais', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefixo (opcional)', - 'auto_incrementing_help' => 'Ative IDs auto-incrementais antes da configuração', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Cópias de segurança', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/pt-PT/mail.php b/resources/lang/pt-PT/mail.php index a6e19a76a7..0c3e00e77e 100644 --- a/resources/lang/pt-PT/mail.php +++ b/resources/lang/pt-PT/mail.php @@ -1,6 +1,6 @@ 'Um utilizador cancelou um pedido de artigo no site', 'a_user_requested' => 'Um utilizador solicitou um artigo no site', 'accessory_name' => 'Nome do acessório:', @@ -59,7 +59,7 @@ return array( 'test_mail_text' => 'Isto é um email de teste do Snipe-IT Asset Management System. Se recebeste o recebeste, quer dizer que o email está a funcionar :)', 'the_following_item' => 'O Item a seguir foi devolvido: ', 'low_inventory_alert' => 'Há :count que está abaixo do estoque mínimo ou em breve estará baixo. Existem :count itens que estão abaixo do estoque mínimo ou em breve estarão baixos.', - 'assets_warrantee_alert' => 'Há :count licença a expirar nos próximos :threshold dias. Existem :count licenças que irão expirar nos próximos :threshold dias.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Há :count licença a expirar nos próximos :threshold dias. Existem :count licenças que irão expirar nos próximos :threshold dias.', 'to_reset' => 'Para fazer reset a senha do :web, preencha este formulário:', 'type' => 'Tipo', @@ -75,5 +75,5 @@ return array( 'Expected_Checkin_Report' => 'Expected asset checkin report', 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching', 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date', - 'your_assets' => 'Ver seus ativos' -); + 'your_assets' => 'Ver seus ativos', +]; diff --git a/resources/lang/pt-PT/pagination.php b/resources/lang/pt-PT/pagination.php index 7509ea3f2a..c0e3214e25 100644 --- a/resources/lang/pt-PT/pagination.php +++ b/resources/lang/pt-PT/pagination.php @@ -1,6 +1,6 @@ 'Seguinte »', -]; +); diff --git a/resources/lang/pt-PT/reminders.php b/resources/lang/pt-PT/reminders.php index 2177cd8279..ee8d849c17 100644 --- a/resources/lang/pt-PT/reminders.php +++ b/resources/lang/pt-PT/reminders.php @@ -1,6 +1,6 @@ 'A Password deve conter no mínimo 6 caracteres and corresponder à confirmação.', + "password" => "A Password deve conter no mínimo 6 caracteres and corresponder à confirmação.", - 'user' => 'Nome de utilizador ou email incorreto', + "user" => "Nome de utilizador ou email incorreto", - 'token' => 'O token de restauro desta password é inválido.', + "token" => "O token de restauro desta password é inválido.", - 'sent' => 'Se foi encontrado um email correspondente, o alerta de password foi enviado!', + "sent" => "Se foi encontrado um email correspondente, o alerta de password foi enviado!", -]; +); diff --git a/resources/lang/pt-PT/table.php b/resources/lang/pt-PT/table.php index 6fe2e313e3..e6c7b0ef36 100644 --- a/resources/lang/pt-PT/table.php +++ b/resources/lang/pt-PT/table.php @@ -1,10 +1,10 @@ 'Ações', 'action' => 'Ação', 'by' => 'Por', 'item' => 'Item', -]; +); diff --git a/resources/lang/pt-PT/validation.php b/resources/lang/pt-PT/validation.php index a10acbb16d..b1d7633320 100644 --- a/resources/lang/pt-PT/validation.php +++ b/resources/lang/pt-PT/validation.php @@ -1,6 +1,6 @@ 'O :attribute deve conter pelos menos :min caracteres.', 'array' => 'O atributo deve ter pelo menos: itens mínimos.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'O :attribute selecionado é inválido.', 'numeric' => ':attribute tem que ser um número.', 'present' => 'O campo: atributo deve estar presente.', @@ -88,8 +89,8 @@ return array( 'unique' => 'Este :attribute já existe.', 'uploaded' => 'O atributo: não foi possível carregar.', 'url' => 'O formato do :attribute é inválido.', - "unique_undeleted" => "O :atribute deve ser único.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'O :atribute deve ser único.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "O campo: atributo contém um caractere que não é permitido.", - "email_array" => "Um ou mais endereços de e-mail são inválidos.", - "hashed_pass" => "Sua senha atual está incorreta", + 'alpha_space' => 'O campo: atributo contém um caractere que não é permitido.', + 'email_array' => 'Um ou mais endereços de e-mail são inválidos.', + 'hashed_pass' => 'Sua senha atual está incorreta', 'dumbpwd' => 'Essa senha é muito comum.', - "statuslabel_type" => "Você deve selecionar um tipo de etiqueta de status válido", + 'statuslabel_type' => 'Você deve selecionar um tipo de etiqueta de status válido', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/ro/admin/accessories/general.php b/resources/lang/ro/admin/accessories/general.php index 20f38846d0..f7a7d204e3 100644 --- a/resources/lang/ro/admin/accessories/general.php +++ b/resources/lang/ro/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Categorie Accesorii', 'accessory_name' => 'Nume Accesoriu', 'checkout' => 'Predare accesoriu', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Foloseste EULA general implicita in loc.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/ro/admin/custom_fields/message.php b/resources/lang/ro/admin/custom_fields/message.php
index c1c3b6a2df..4f16c15a18 100644
--- a/resources/lang/ro/admin/custom_fields/message.php
+++ b/resources/lang/ro/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Acest câmp nu există.',
'already_added' => 'Câmpul deja adăugat',
- 'create' => [
+ 'create' => array(
'error' => 'Câmpul nu a fost creat, încercați din nou.',
'success' => 'Câmpul a fost creat.',
- 'assoc_success' => 'Câmpul a fost adăugat cu succes la setul de câmp',
- ],
+ 'assoc_success' => 'Câmpul a fost adăugat cu succes la setul de câmp'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Câmpul nu a fost actualizat, încercați din nou',
- 'success' => 'Câmpul sa actualizat cu succes.',
- ],
+ 'success' => 'Câmpul sa actualizat cu succes.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Sigur doriți să ștergeți acest câmp?',
'error' => 'A apărut o problemă cu ștergerea câmpului. Vă rugăm să încercați din nou.',
'success' => 'Câmpul a fost șters cu succes.',
'in_use' => 'Câmpul este încă în uz.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Setul de câmp nu există',
- 'create' => [
+ 'create' => array(
'error' => 'Setul de câmp nu a fost creat, încercați din nou.',
- 'success' => 'Setul de campuri a fost creat cu succes.',
- ],
+ 'success' => 'Setul de campuri a fost creat cu succes.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Setul de câmp nu a fost actualizat, încercați din nou',
- 'success' => 'Setul de câmpuri sa actualizat cu succes.',
- ],
+ 'success' => 'Setul de câmpuri sa actualizat cu succes.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Sigur doriți să ștergeți acest set de câmpuri?',
'error' => 'A apărut o problemă la ștergerea setului de câmpuri. Vă rugăm să încercați din nou.',
'success' => 'Setul de câmpuri a fost șters cu succes.',
'in_use' => 'Setul de câmp este încă în uz.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/ro/admin/departments/message.php b/resources/lang/ro/admin/departments/message.php
index 0d93dcd342..cb639a43cf 100644
--- a/resources/lang/ro/admin/departments/message.php
+++ b/resources/lang/ro/admin/departments/message.php
@@ -1,21 +1,21 @@
'Departamentul nu există.',
'assoc_users' => 'Acest departament este în prezent asociat cu cel puțin un utilizator și nu poate fi șters. Actualizați-vă utilizatorii astfel încât să nu mai faceți referire la acest departament și încercați din nou.',
- 'create' => [
+ 'create' => array(
'error' => 'Departamentul nu a fost creat, încercați din nou.',
- 'success' => 'Departamentul a creat cu succes.',
- ],
- 'update' => [
+ 'success' => 'Departamentul a creat cu succes.'
+ ),
+ 'update' => array(
'error' => 'Departamentul nu a fost actualizat, încercați din nou',
- 'success' => 'Departamentul a fost actualizat cu succes.',
- ],
- 'delete' => [
+ 'success' => 'Departamentul a fost actualizat cu succes.'
+ ),
+ 'delete' => array(
'confirm' => 'Sigur doriți să ștergeți acest departament?',
'error' => 'A apărut o problemă cu ștergerea departamentului. Vă rugăm să încercați din nou.',
- 'success' => 'Departamentul a fost șters cu succes.',
- ],
+ 'success' => 'Departamentul a fost șters cu succes.'
+ )
-];
+);
diff --git a/resources/lang/ro/admin/departments/table.php b/resources/lang/ro/admin/departments/table.php
index 2fe3e94e19..0aa1ae1241 100644
--- a/resources/lang/ro/admin/departments/table.php
+++ b/resources/lang/ro/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID-ul',
'name' => 'numele departamentului',
@@ -8,4 +8,4 @@ return [
'location' => 'Locație',
'create' => 'Creați un departament',
'update' => 'Actualizați Departamentul',
- ];
+ );
diff --git a/resources/lang/ro/admin/depreciations/general.php b/resources/lang/ro/admin/depreciations/general.php
index abb9360175..b7c64035e4 100644
--- a/resources/lang/ro/admin/depreciations/general.php
+++ b/resources/lang/ro/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Deprecierea activelor',
'create' => 'Creați amortizări',
'depreciation_name' => 'Nume depreciere',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Numarul de luni',
'update' => 'Actualizați amortizarea',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Valoarea minimă după depreciere',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/ro/admin/depreciations/message.php b/resources/lang/ro/admin/depreciations/message.php
index 46de7173ed..794dcfbc5e 100644
--- a/resources/lang/ro/admin/depreciations/message.php
+++ b/resources/lang/ro/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Clasa de deprecieri nu exista.',
'assoc_users' => 'Aceasta depreciere este momentan asociata cu unul sau mai multe modele si nu poate fi stearsa. Va rugam stergeti modelele asociate si incercati iar stergerea. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Clasa de deprecieri nu a fost creata, va rugam incercati iar. :(',
- 'success' => 'Clasa de depreciere a fost creata. :)',
- ],
+ 'success' => 'Clasa de depreciere a fost creata. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Clasa de depreciere nu a fost actualizata. Incercati iar',
- 'success' => 'Clasa de deprecieri a fost creata.',
- ],
+ 'success' => 'Clasa de deprecieri a fost creata.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Esti sigur ca vrei sa stergi clasa de deprecieri?',
'error' => 'S-a intampinat o problema la stergerea clasei de deprecieri. Va rugam incercati iar.',
- 'success' => 'Clasa de deprecieri a fost creata cu succes.',
- ],
+ 'success' => 'Clasa de deprecieri a fost creata cu succes.'
+ )
-];
+);
diff --git a/resources/lang/ro/admin/depreciations/table.php b/resources/lang/ro/admin/depreciations/table.php
index 70e47c3986..f5d17c9d24 100644
--- a/resources/lang/ro/admin/depreciations/table.php
+++ b/resources/lang/ro/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Luni',
'term' => 'Perioada',
'title' => 'Nume ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/ro/admin/groups/message.php b/resources/lang/ro/admin/groups/message.php
index 0b80b8e6dc..6b51d16c88 100644
--- a/resources/lang/ro/admin/groups/message.php
+++ b/resources/lang/ro/admin/groups/message.php
@@ -1,22 +1,22 @@
'Grupul exista deja!',
'group_not_found' => 'Grupul [:id] nu exista.',
'group_name_required' => 'Campul "Nume" este obligatoriu',
- 'success' => [
+ 'success' => array(
'create' => 'Grupul a fost creat.',
'update' => 'Grupul a fost actualizat.',
'delete' => 'Grupul a fost sters.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Sunteti sigur ca vreti sa stergeti acest grup?',
'create' => 'S-a intampinat o problema la stergerea grupului. Va rugam incercati iar.',
'update' => 'S-a intampinat o problema la actualizarea grupului. Va rugam incercati iar.',
'delete' => 'S-a intampinat o problema la stergerea grupului. Va rugam incercati iar.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/ro/admin/groups/table.php b/resources/lang/ro/admin/groups/table.php
index 680032d51e..3550f8c69f 100644
--- a/resources/lang/ro/admin/groups/table.php
+++ b/resources/lang/ro/admin/groups/table.php
@@ -1,9 +1,9 @@
'ID',
'name' => 'Nume',
'users' => '# de useri',
-];
+);
diff --git a/resources/lang/ro/admin/groups/titles.php b/resources/lang/ro/admin/groups/titles.php
index e07ac21348..1406b60d1d 100644
--- a/resources/lang/ro/admin/groups/titles.php
+++ b/resources/lang/ro/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Admin grup',
'allow' => 'Permite',
'deny' => 'Refuza',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/ro/admin/hardware/form.php b/resources/lang/ro/admin/hardware/form.php
index 8fe6609c10..a8d03ac4e2 100644
--- a/resources/lang/ro/admin/hardware/form.php
+++ b/resources/lang/ro/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garantie',
'warranty_expires' => 'Garanția expiră',
'years' => 'Ani',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/ro/admin/hardware/general.php b/resources/lang/ro/admin/hardware/general.php
index fd01e1ab75..9622c708bd 100644
--- a/resources/lang/ro/admin/hardware/general.php
+++ b/resources/lang/ro/admin/hardware/general.php
@@ -10,13 +10,34 @@ return [
'checkout' => 'Checkout Asset',
'clone' => 'Cloneaza activ',
'deployable' => 'Lansabil',
- 'deleted' => 'This asset has been deleted.',
+ 'deleted' => 'Acest activ a fost șters.',
'edit' => 'Editeaza activ',
- 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_deleted' => 'Acest model de active a fost șters. Trebuie să restaurați modelul înainte de a putea restaura activul.',
'requestable' => 'Requestable',
'requested' => 'Solicitat',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restabilirea activului',
'pending' => 'In asteptare',
'undeployable' => 'Nelansabil',
'view' => 'Vizualizeaza activ',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/ro/admin/hardware/message.php b/resources/lang/ro/admin/hardware/message.php index c6a0be1645..d11e4f1559 100644 --- a/resources/lang/ro/admin/hardware/message.php +++ b/resources/lang/ro/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Warning: Acest activ a fost marcat ca fiind în prezent nedelimitat. Dacă această stare sa modificat, actualizați starea activelor.', 'does_not_exist' => 'Activul nu exista.', - 'does_not_exist_or_not_requestable' => 'Bună încercare. Acest bun nu există sau nu este solicitat.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Acest activ este predat catre un utilizator si nu se poate sterge. Va rugam verificati activul, dupa care incercati sa-l stergeti iar. ', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Analiza activelor a fost înregistrată cu succes.', ], + 'deletefile' => [ 'error' => 'Fișierul nu a fost șters. Vă rugăm să încercați din nou.', 'success' => 'Fișierul a fost șters cu succes.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Fișierul nu a putut fi șters', ], + 'delete' => [ 'confirm' => 'Sunteti sigur ca vreti sa stergeti acest activ?', 'error' => 'S-a intampinat o problema la stergerea activului. Va rugam incercati iar.', diff --git a/resources/lang/ro/admin/hardware/table.php b/resources/lang/ro/admin/hardware/table.php index 699d06bada..2567a73be6 100644 --- a/resources/lang/ro/admin/hardware/table.php +++ b/resources/lang/ro/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Eticheta activ', 'asset_model' => 'Model', - 'book_value' => 'Valoare', + 'book_value' => 'Current Value', 'change' => 'Predat/Primit', 'checkout_date' => 'Data predare', 'checkoutto' => 'Predat', + 'current_value' => 'Current Value', 'diff' => 'Diferenta', 'dl_csv' => 'Descarca CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serie', 'status' => 'Statut', 'title' => 'Activ ', - 'image' => 'Imagine dispozitiv', + 'image' => 'Imagine dispozitiv', 'days_without_acceptance' => 'Zile fără acceptare', 'monthly_depreciation' => 'Depreciere lunară', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/ro/admin/kits/general.php b/resources/lang/ro/admin/kits/general.php index 0cbf5de286..55b5f60205 100644 --- a/resources/lang/ro/admin/kits/general.php +++ b/resources/lang/ro/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/ro/admin/licenses/form.php b/resources/lang/ro/admin/licenses/form.php index 3a1cc4f053..5391c8f5cc 100644 --- a/resources/lang/ro/admin/licenses/form.php +++ b/resources/lang/ro/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Activ', 'checkin' => 'Primire', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licentiat catre E-mail', 'to_name' => 'Licentiat catre nume', 'update' => 'Actualizeaza licenta', - 'checkout_help' => 'Trebuie sa predati licenta catre un activ sau catre o persoana. Puteti selecta ambele, dar proprietarul activului trebuie sa fie la fel cu persoana caruia ii predati activul.', -]; + 'checkout_help' => 'Trebuie sa predati licenta catre un activ sau catre o persoana. Puteti selecta ambele, dar proprietarul activului trebuie sa fie la fel cu persoana caruia ii predati activul.' +); diff --git a/resources/lang/ro/admin/licenses/general.php b/resources/lang/ro/admin/licenses/general.php index ca25a2c8db..61bc9da381 100644 --- a/resources/lang/ro/admin/licenses/general.php +++ b/resources/lang/ro/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Despre Licențe', 'about_licenses' => 'Licențele sunt utilizate pentru a urmări software-ul. Ei au un număr specific de locuri care pot fi verificate pentru persoane fizice', 'checkin' => 'Primire locuri licenta', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Licente software', 'user' => 'Utilizator', 'view' => 'Vizualizeaza licenta', -]; +); diff --git a/resources/lang/ro/admin/licenses/message.php b/resources/lang/ro/admin/licenses/message.php index e16f8ec663..b54d14d1c1 100644 --- a/resources/lang/ro/admin/licenses/message.php +++ b/resources/lang/ro/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Licenta nu exista.', 'user_does_not_exist' => 'Utilizatorul nu exista.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Trebuie să selectați un material sau un utilizator, dar nu ambele.', 'not_found' => 'Licența nu a fost găsită', - 'create' => [ - 'error' => 'Licenta nu a fost creata, va rugam incercati iar.', - 'success' => 'Licenta a fost creata.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Licenta nu a fost creata, va rugam incercati iar.', + 'success' => 'Licenta a fost creata.' + ), + + 'deletefile' => array( 'error' => 'Fisierul n-a fost sters. Incercati iar.', 'success' => 'Fisierul a fost sters.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Fisierul/Fisierele nu au fost uploadate. Incecati iar.', 'success' => 'Fisierul/Fisierele au fost uploadate.', 'nofiles' => 'Nu ați selectat niciun fișier pentru încărcare sau fișierul pe care încercați să îl încărcați este prea mare', 'invalidfiles' => 'Unul sau mai multe fișiere este prea mare sau este un tip de fișier care nu este permis. Tipurile de fișiere permise sunt png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml și lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Licenta nu a fost actualizata, va rugam incercati iar', - 'success' => 'Licenta a fost actualizata.', - ], + 'success' => 'Licenta a fost actualizata.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Sunteti sigur ca doriti sa stergeti aceasta licenta?', 'error' => 'A aparut o problema la stergerea licentei. Va rugam sa incercati iar.', - 'success' => 'Licenta a fost stearsa.', - ], + 'success' => 'Licenta a fost stearsa.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'A aparut o problema la predarea licentei. Va rugam incercati iar.', - 'success' => 'Licenta a fost predata', - ], + 'success' => 'Licenta a fost predata' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'A aparut o problema la primirea licentei. Va rugam incercati iar.', - 'success' => 'Licenta a fost primita', - ], + 'success' => 'Licenta a fost primita' + ), -]; +); diff --git a/resources/lang/ro/admin/licenses/table.php b/resources/lang/ro/admin/licenses/table.php index e55bc6b72b..8293bddd81 100644 --- a/resources/lang/ro/admin/licenses/table.php +++ b/resources/lang/ro/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Desemnata catre', 'checkout' => 'Predat/Primit', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serial', 'title' => 'Licenta', -]; +); diff --git a/resources/lang/ro/admin/locations/message.php b/resources/lang/ro/admin/locations/message.php index f3337bdd7c..29f7d59c06 100644 --- a/resources/lang/ro/admin/locations/message.php +++ b/resources/lang/ro/admin/locations/message.php @@ -1,26 +1,27 @@ 'Locatia nu exista.', 'assoc_users' => 'Aceasta locatie este momentan asociata cu cel putin inca un alt utilizator si nu poate fi stearsa. Va rugam actualizati utilizatorii care nu mai apartin de aceasta locatie si incercati iar. ', 'assoc_assets' => 'Această locație este în prezent asociată cu cel puțin un material și nu poate fi ștearsă. Actualizați-vă activele astfel încât acestea să nu mai fie menționate și să încercați din nou.', 'assoc_child_loc' => 'Această locație este în prezent părinte pentru cel puțin o locație copil și nu poate fi ștearsă. Actualizați locațiile dvs. pentru a nu mai referi această locație și încercați din nou.', - 'create' => [ + + 'create' => array( 'error' => 'Locatia nu a fost creata, va rugam incercati iar.', - 'success' => 'Locatia a fost creata.', - ], + 'success' => 'Locatia a fost creata.' + ), - 'update' => [ + 'update' => array( 'error' => 'Locatia nu a fost actualizata, va rugam incercati iar', - 'success' => 'Locatia a fost actualizata.', - ], + 'success' => 'Locatia a fost actualizata.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Sunteti sigur ca vreti sa stergeti aceasta locatie?', 'error' => 'A aparut o problema la stergerea locatiei. Va rugam incercati iar.', - 'success' => 'Locatia a fost stearsa.', - ], + 'success' => 'Locatia a fost stearsa.' + ) -]; +); diff --git a/resources/lang/ro/admin/locations/table.php b/resources/lang/ro/admin/locations/table.php index 55a135810c..ebb654e255 100644 --- a/resources/lang/ro/admin/locations/table.php +++ b/resources/lang/ro/admin/locations/table.php @@ -11,8 +11,8 @@ return [ 'country' => 'Tara', 'create' => 'Creeaza locatie', 'update' => 'Actualizeaza locatie', - 'print_assigned' => 'Print Assigned', - 'print_all_assigned' => 'Print All Assigned', + 'print_assigned' => 'Tipărește active atribuite', + 'print_all_assigned' => 'Tipărește toate activele atribuite', 'name' => 'Nume locatie', 'address' => 'Adresa', 'zip' => 'Cod postal', @@ -20,4 +20,21 @@ return [ 'parent' => 'Mamă', 'currency' => 'Locație Monedă', 'ldap_ou' => 'LDAP Căutați OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/ro/admin/manufacturers/message.php b/resources/lang/ro/admin/manufacturers/message.php index 86ac33426e..138fba4cd8 100644 --- a/resources/lang/ro/admin/manufacturers/message.php +++ b/resources/lang/ro/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Producatorul nu exista.', 'assoc_users' => 'Acest producator este momentan asociat cu cel putin inca un model si nu poate fi sters. Va rugam actualizati modelele care nu mai au legatura cu acest producator si incercati iar. ', - 'create' => [ + 'create' => array( 'error' => 'Producatorul nu a fost creat, incercati iar.', - 'success' => 'Producatorul a fost creat.', - ], + 'success' => 'Producatorul a fost creat.' + ), - 'update' => [ + 'update' => array( 'error' => 'Producatorul nu a fost actualizat, incercati iar', - 'success' => 'Producatorul a fost actualizat.', - ], + 'success' => 'Producatorul a fost actualizat.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Producătorul nu a fost restabilit, încercați din nou', - 'success' => 'Producătorul a fost restabilit cu succes.', - ], + 'success' => 'Producătorul a fost restabilit cu succes.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Sunteti sigur ca vreti sa stergeti producatorul?', 'error' => 'A aparut o problema la stergerea producatorului. Va rugam incercati iar.', - 'success' => 'Producatorul a fost sters.', - ], + 'success' => 'Producatorul a fost sters.' + ) -]; +); diff --git a/resources/lang/ro/admin/manufacturers/table.php b/resources/lang/ro/admin/manufacturers/table.php index 9cd51076c7..431811b52c 100644 --- a/resources/lang/ro/admin/manufacturers/table.php +++ b/resources/lang/ro/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Despre producători', 'about_manufacturers_text' => 'Producătorii sunt companiile care vă creează activele. Puteți să stocați aici informații importante despre persoanele de contact despre acestea, care vor fi afișate pe paginile detaliilor despre materiale.', 'asset_manufacturers' => 'Producatori de active', @@ -13,4 +13,4 @@ return [ 'update' => 'Actualizeaza producator', 'url' => 'URL-', -]; +); diff --git a/resources/lang/ro/admin/models/general.php b/resources/lang/ro/admin/models/general.php index 35cc654b4a..e8a0ffd4b2 100644 --- a/resources/lang/ro/admin/models/general.php +++ b/resources/lang/ro/admin/models/general.php @@ -1,18 +1,18 @@ 'Despre modelele de active', 'about_models_text' => 'Modelele de activ sunt o modalitate de a grupa active identice. "MBP 2013", "iPhone 6s" etc.', - 'deleted' => 'This model has been deleted.', + 'deleted' => 'Acest model a fost șters.', 'bulk_delete' => 'Stergere in masa a modelelor de echipamente', 'bulk_delete_help' => 'Utilizați casetele de selectare de mai jos pentru a confirma ștergerea modelelor de echipamente selectate. Modelele care au echipamente asociate cu acestea nu pot fi șterse până când activele nu sunt asociate cu un alt model.', 'bulk_delete_warn' => 'Sunteți pe cale să ștergeți modelul de echipament: model_count.', 'restore' => 'Restaurare model', 'requestable' => 'Utilizatorii pot solicita acest model', - 'show_mac_address' => 'Arata campul Adresa MAC in acest model', + 'show_mac_address' => 'Arata campul Adresa MAC in acest model', 'view_deleted' => 'Vizualizare Sterse', 'view_models' => 'Vizualizare Modele', 'fieldset' => 'FIELDSET', 'no_custom_field' => 'Nu există câmpuri personalizate', 'add_default_values' => 'Adăugați valori implicite', -]; +); diff --git a/resources/lang/ro/admin/models/message.php b/resources/lang/ro/admin/models/message.php index d88d86f404..f83005db44 100644 --- a/resources/lang/ro/admin/models/message.php +++ b/resources/lang/ro/admin/models/message.php @@ -1,41 +1,42 @@ 'Modelul nu exista.', 'assoc_users' => 'Acest model este momentan asociat cu cel putin unul sau mai multe active si nu poate fi sters. Va rugam sa stergeti activul si dupa incercati iar. ', - 'create' => [ + + 'create' => array( 'error' => 'Modelul nu a fost creat, incercati iar.', 'success' => 'Modelul a fost creat.', 'duplicate_set' => 'Un model de activ cu numele, producătorul și numărul modelului există deja.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Modelul nu a fost actualizat, va rugam incercati iar', - 'success' => 'Modelul a fost actualizat.', - ], + 'success' => 'Modelul a fost actualizat.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Sunteti sigur ca doriti sa stergeti acest model de activ?', 'error' => 'A aparut o problema la stergerea modelului. Incercati iar.', - 'success' => 'Modelul a fost sters.', - ], + 'success' => 'Modelul a fost sters.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Modelul nu a fost restabilit, încercați din nou', - 'success' => 'Modelul a fost restaurat cu succes.', - ], + 'success' => 'Modelul a fost restaurat cu succes.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Nu au fost modificate câmpuri, deci nimic nu a fost actualizat.', - 'success' => 'Modelele au fost actualizate.', - ], + 'success' => 'Modelele au fost actualizate.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Nu au fost selectate câmpuri, deci nimic nu a fost actualizat.', 'success' => 'Au fost șterse :success_count model(e)!', - 'success_partial' => 'Au fost șterse :success_count modele, cu toate acestea :fail_count nu au putut fi șterse deoarece au în continuare active asociate cu acestea.', - ], + 'success_partial' => 'Au fost șterse :success_count modele, cu toate acestea :fail_count nu au putut fi șterse deoarece au în continuare active asociate cu acestea.' + ), -]; +); diff --git a/resources/lang/ro/admin/models/table.php b/resources/lang/ro/admin/models/table.php index be0c3462dd..66c0f405f9 100644 --- a/resources/lang/ro/admin/models/table.php +++ b/resources/lang/ro/admin/models/table.php @@ -1,6 +1,6 @@ 'Creeaza model de activ', 'created_at' => 'Creat la', @@ -14,4 +14,4 @@ return [ 'update' => 'Actualizeaza model activ', 'clone' => 'Cloneaza model', 'edit' => 'Editeaza model', -]; +); diff --git a/resources/lang/ro/admin/reports/general.php b/resources/lang/ro/admin/reports/general.php index 0541c7bd32..bfce060c68 100644 --- a/resources/lang/ro/admin/reports/general.php +++ b/resources/lang/ro/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Selectati optiunile dorite pentru raportul de active.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/ro/admin/reports/message.php b/resources/lang/ro/admin/reports/message.php index 0e6f399410..46d8b10337 100644 --- a/resources/lang/ro/admin/reports/message.php +++ b/resources/lang/ro/admin/reports/message.php @@ -1,5 +1,5 @@ 'Trebuie sa selectati cel putin o optiune.', -]; +return array( + 'error' => 'Trebuie sa selectati cel putin o optiune.' +); diff --git a/resources/lang/ro/admin/settings/general.php b/resources/lang/ro/admin/settings/general.php index c218ecb0ad..e1013571b8 100644 --- a/resources/lang/ro/admin/settings/general.php +++ b/resources/lang/ro/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC e-mail', 'admin_cc_email_help' => 'Dacă doriți să trimiteți o copie a e-mailurilor de predare/ primire trimise utilizatorilor către un cont de e-mail suplimentar, introduceți-l aici. În caz contrar, lăsați acest câmp necompletat.', 'is_ad' => 'Acesta este un server Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Trimite alerte catre', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Alerte activată', 'alert_interval' => 'Termenul de expirare a alertelor (în zile)', 'alert_inv_threshold' => 'Ajustarea pragului de inventar', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'Dacă vi se cere să efectuați un audit fizic în mod regulat, introduceți intervalul în luni.', 'audit_warning_days' => 'Prag de avertizare privind auditul', 'audit_warning_days_help' => 'Câte zile în avans trebuie să vă avertizăm când activele sunt scadente pentru audit?', - 'auto_increment_assets' => 'Genereaza ID-uri crescatoare de active', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Activați inițial ID-urile de avertizare automată pentru a seta acest lucru', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Copiile de rezervă', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/ro/mail.php b/resources/lang/ro/mail.php index 49f74e29f2..fa6832eb9e 100644 --- a/resources/lang/ro/mail.php +++ b/resources/lang/ro/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Acesta este un test de la Snipe-IT Asset Management System. Dacă aveți acest lucru, poșta funcționează :)', 'the_following_item' => 'Următorul articol a fost verificat în:', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'Pentru a vă reseta parola web, completați acest formular:', 'type' => 'Tip', diff --git a/resources/lang/ro/pagination.php b/resources/lang/ro/pagination.php index f14c69d329..3f1350d64e 100644 --- a/resources/lang/ro/pagination.php +++ b/resources/lang/ro/pagination.php @@ -1,6 +1,6 @@ 'Urmatorul »', -]; +); diff --git a/resources/lang/ro/reminders.php b/resources/lang/ro/reminders.php index f43306f212..12758b84f5 100644 --- a/resources/lang/ro/reminders.php +++ b/resources/lang/ro/reminders.php @@ -1,6 +1,6 @@ 'Parolele trebuie sa fie de cel putin 6 caractere si sa fie la fel ca si confirmarea.', + "password" => "Parolele trebuie sa fie de cel putin 6 caractere si sa fie la fel ca si confirmarea.", - 'user' => 'Utilizator sau e-mail gresit', + "user" => "Utilizator sau e-mail gresit", - 'token' => 'Acest token este invalid.', + "token" => "Acest token este invalid.", - 'sent' => 'Daca s-a gasit adresa de e-mail, atunci veti primi un reminder la parola!', + "sent" => "Daca s-a gasit adresa de e-mail, atunci veti primi un reminder la parola!", -]; +); diff --git a/resources/lang/ro/table.php b/resources/lang/ro/table.php index c0d02c01ed..c7e946ed86 100644 --- a/resources/lang/ro/table.php +++ b/resources/lang/ro/table.php @@ -1,10 +1,10 @@ 'Actiuni', 'action' => 'Actiune', 'by' => 'Facut de', 'item' => 'Articol', -]; +); diff --git a/resources/lang/ro/validation.php b/resources/lang/ro/validation.php index 0738bc3204..e2422551ba 100644 --- a/resources/lang/ro/validation.php +++ b/resources/lang/ro/validation.php @@ -1,6 +1,6 @@ ':attribute trebuie sa aiba cel putin :min caractere.', 'array' => 'Atributul:: trebuie să aibă cel puțin: min.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => ':attribute selectat nu e valid.', 'numeric' => ':attribute trebuie sa fie un numar.', 'present' => 'Câmpul atributului trebuie să fie prezent.', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute este deja folosit.', 'uploaded' => 'Atributul: nu a reușit să se încarce.', 'url' => 'Formatul :attribute nu este valid.', - "unique_undeleted" => "The :attribute must be unique.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Câmpul atributului: conține un caracter care nu este permis.", - "email_array" => "Una sau mai multe adrese de e-mail este nevalidă.", - "hashed_pass" => "Parola curentă este incorectă", + 'alpha_space' => 'Câmpul atributului: conține un caracter care nu este permis.', + 'email_array' => 'Una sau mai multe adrese de e-mail este nevalidă.', + 'hashed_pass' => 'Parola curentă este incorectă', 'dumbpwd' => 'Această parolă este prea obișnuită.', - "statuslabel_type" => "Trebuie să selectați un tip de etichetă de stare validă", + 'statuslabel_type' => 'Trebuie să selectați un tip de etichetă de stare validă', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/ru/admin/accessories/general.php b/resources/lang/ru/admin/accessories/general.php index 547bcb9232..347214ee41 100644 --- a/resources/lang/ru/admin/accessories/general.php +++ b/resources/lang/ru/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Категория аксессуара', 'accessory_name' => 'Имя аксессуара', 'checkout' => 'Отвязать прочее', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Использовать главное пользовательское соглашение по умолчанию.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/ru/admin/custom_fields/message.php b/resources/lang/ru/admin/custom_fields/message.php
index 0ed7d739bb..0d074fc69c 100644
--- a/resources/lang/ru/admin/custom_fields/message.php
+++ b/resources/lang/ru/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Это поле не существует.',
'already_added' => 'Поле уже добавлено',
- 'create' => [
+ 'create' => array(
'error' => 'Поле не было создано, попробуйте ещё раз.',
'success' => 'Поле успешно создано.',
- 'assoc_success' => 'Поле успешно добавлено в набор.',
- ],
+ 'assoc_success' => 'Поле успешно добавлено в набор.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Поле не было обновлено, попробуйте ещё раз',
- 'success' => 'Поле успешно обновлено.',
- ],
+ 'success' => 'Поле успешно обновлено.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Вы уверены, что хотите удалить это поле?',
'error' => 'При удалении поля возникла ошибка. Попробуйте еще раз.',
'success' => 'Поле было успешно удалено.',
'in_use' => 'Поле ещё используется.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Набор полей не существует',
- 'create' => [
+ 'create' => array(
'error' => 'Набор полей не был создан, попробуйте ещё раз.',
- 'success' => 'Набор полей создан успешно.',
- ],
+ 'success' => 'Набор полей создан успешно.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Набор полей не был обновлен, попробуйте ещё раз',
- 'success' => 'Набор полей успешно обновлён.',
- ],
+ 'success' => 'Набор полей успешно обновлён.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Вы уверены, что хотите удалить этот набор полей?',
'error' => 'При удалении набора полей возникла ошибка. Попробуйте еще раз.',
'success' => 'Набор полей был успешно удален.',
'in_use' => 'Набор полей всё ещё используется.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/ru/admin/departments/message.php b/resources/lang/ru/admin/departments/message.php
index 174b542c5b..a81a1f977c 100644
--- a/resources/lang/ru/admin/departments/message.php
+++ b/resources/lang/ru/admin/departments/message.php
@@ -1,21 +1,21 @@
'Департамент не существует.',
'assoc_users' => 'Департамент в данный момент связан с одним или несколькими пользователями и не может быть удалён. Удалите или измените связи в пользователях и попробуйте ещё раз. ',
- 'create' => [
+ 'create' => array(
'error' => 'Департамент не был создан, попробуйте ещё раз.',
- 'success' => 'Департамент успешно создан.',
- ],
- 'update' => [
+ 'success' => 'Департамент успешно создан.'
+ ),
+ 'update' => array(
'error' => 'Департамент не был изменён, попробуйте ещё раз',
- 'success' => 'Департамент успешно изменён.',
- ],
- 'delete' => [
+ 'success' => 'Департамент успешно изменён.'
+ ),
+ 'delete' => array(
'confirm' => 'Вы уверены, что хотите удалить этот департамент?',
'error' => 'При удалении департамента возникла проблема. Пожалуйста, попробуйте ещё раз.',
- 'success' => 'Департамент был успешно удалён.',
- ],
+ 'success' => 'Департамент был успешно удалён.'
+ )
-];
+);
diff --git a/resources/lang/ru/admin/departments/table.php b/resources/lang/ru/admin/departments/table.php
index e96d2055ab..3c88e259b3 100644
--- a/resources/lang/ru/admin/departments/table.php
+++ b/resources/lang/ru/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Название департамента',
@@ -8,4 +8,4 @@ return [
'location' => 'Расположение',
'create' => 'Создать департамент',
'update' => 'Изменить департамент',
- ];
+ );
diff --git a/resources/lang/ru/admin/depreciations/general.php b/resources/lang/ru/admin/depreciations/general.php
index 6c9b63fdf3..806de4345c 100644
--- a/resources/lang/ru/admin/depreciations/general.php
+++ b/resources/lang/ru/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Износ активов',
'create' => 'Создать амортизацию',
'depreciation_name' => 'Название амортизации',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Количество месяцев',
'update' => 'Обновить амортизацию',
- 'depreciation_min' => 'Минимальное значение после амортизации'
-
+ 'depreciation_min' => 'Минимальное значение после амортизации',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/ru/admin/depreciations/message.php b/resources/lang/ru/admin/depreciations/message.php
index 05b529bc64..6964ce7ffc 100644
--- a/resources/lang/ru/admin/depreciations/message.php
+++ b/resources/lang/ru/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Класс амортизации не существует.',
'assoc_users' => 'Данная амортизация связана с одной или несколькими моделями, и не может быть удалена. Удалите либо измените связанные модели. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Класс амортизации не был создан, попробуйте еще раз.',
- 'success' => 'Класс амортизации успешно создан.',
- ],
+ 'success' => 'Класс амортизации успешно создан.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Класс амортизации не был обновлен, попробуйте еще раз',
- 'success' => 'Класс амортизации успешно обновлен.',
- ],
+ 'success' => 'Класс амортизации успешно обновлен.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Вы уверены, что хотите удалить класс амортизации?',
'error' => 'При удалении класса амортизации произошла ошибка. Попробуйте еще раз.',
- 'success' => 'Класс амортизации успешно удален.',
- ],
+ 'success' => 'Класс амортизации успешно удален.'
+ )
-];
+);
diff --git a/resources/lang/ru/admin/depreciations/table.php b/resources/lang/ru/admin/depreciations/table.php
index ce10ec8f22..bbbf5cd122 100644
--- a/resources/lang/ru/admin/depreciations/table.php
+++ b/resources/lang/ru/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Месяцев',
'term' => 'Срок',
'title' => 'Название ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/ru/admin/groups/message.php b/resources/lang/ru/admin/groups/message.php
index 10296ac876..577238b092 100644
--- a/resources/lang/ru/admin/groups/message.php
+++ b/resources/lang/ru/admin/groups/message.php
@@ -1,22 +1,22 @@
'Группа уже существует!',
'group_not_found' => 'Группа [:id] не существует.',
'group_name_required' => 'Поле "Имя" является обязательным',
- 'success' => [
+ 'success' => array(
'create' => 'Группа успешно создана.',
'update' => 'Группа успешно изменена.',
'delete' => 'Группа успешно удалена.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Вы уверены что хотите удалить эту группу?',
'create' => 'При созданий группы возникла проблема. Пожалуйста попробуйте снова.',
'update' => 'При изменении группы возникла проблема. Пожалуйста попробуйте снова.',
'delete' => 'При удалении группы возникла проблема. Пожалуйста попробуйте снова.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/ru/admin/groups/table.php b/resources/lang/ru/admin/groups/table.php
index 97c9b08bff..5cf4ea2eb2 100644
--- a/resources/lang/ru/admin/groups/table.php
+++ b/resources/lang/ru/admin/groups/table.php
@@ -1,9 +1,9 @@
'ID',
'name' => 'Название',
'users' => 'Кол-во пользователей',
-];
+);
diff --git a/resources/lang/ru/admin/groups/titles.php b/resources/lang/ru/admin/groups/titles.php
index 14fc762b78..8023321d20 100644
--- a/resources/lang/ru/admin/groups/titles.php
+++ b/resources/lang/ru/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Администратор группы',
'allow' => 'Разрешить',
'deny' => 'Запретить',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/ru/admin/hardware/form.php b/resources/lang/ru/admin/hardware/form.php
index b95782dc83..6d27a663f9 100644
--- a/resources/lang/ru/admin/hardware/form.php
+++ b/resources/lang/ru/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Гарантия',
'warranty_expires' => 'Срок действия гарантии',
'years' => 'Лет',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/ru/admin/hardware/general.php b/resources/lang/ru/admin/hardware/general.php
index 5e647ae417..671fb6fa25 100644
--- a/resources/lang/ru/admin/hardware/general.php
+++ b/resources/lang/ru/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'Эта модель была удалена. Вы должны восстановить модель прежде, чем сможете восстановить актив.',
'requestable' => 'Готов к выдаче',
'requested' => 'Запрошенное',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Восстановить актив',
'pending' => 'Ожидание',
'undeployable' => 'Выданные',
'view' => 'Показать актив',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/ru/admin/hardware/message.php b/resources/lang/ru/admin/hardware/message.php index 0b0008697d..821153b0a2 100644 --- a/resources/lang/ru/admin/hardware/message.php +++ b/resources/lang/ru/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Внимание: Этот актив был помечен как выданный. Если этот статус изменился, необходимо его обновить.', 'does_not_exist' => 'Актив не существует.', - 'does_not_exist_or_not_requestable' => 'Почти получилось. Актив не существует и не доступен для выдачи.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Этот актив в настоящее время привязан к пользователю и не может быть удален. Пожалуйста сначала снимите привязку, и затем попробуйте удалить снова. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Аудит успешно выполнен.', ], + 'deletefile' => [ 'error' => 'Не удалось удалить файл. Повторите попытку.', 'success' => 'Файл успешно удален.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'Невозможно удалить файл', ], + 'delete' => [ 'confirm' => 'Вы уверены что хотите удалить этот актив?', 'error' => 'При удалении актива возникла проблема. Пожалуйста попробуйте снова.', diff --git a/resources/lang/ru/admin/hardware/table.php b/resources/lang/ru/admin/hardware/table.php index 906130fc8f..7fb5d77539 100644 --- a/resources/lang/ru/admin/hardware/table.php +++ b/resources/lang/ru/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Тег', 'asset_model' => 'Модель', - 'book_value' => 'Значение', + 'book_value' => 'Current Value', 'change' => 'Отвязан/Привязан', 'checkout_date' => 'Дата привязки', 'checkoutto' => 'Привязан', + 'current_value' => 'Current Value', 'diff' => 'Разн', 'dl_csv' => 'Загрузить CSV', 'eol' => 'Истек', @@ -18,8 +19,12 @@ return [ 'serial' => 'Серийный номер', 'status' => 'Статус', 'title' => 'Актив ', - 'image' => 'Изображение устройства', + 'image' => 'Изображение устройства', 'days_without_acceptance' => 'Дней без принятия', 'monthly_depreciation' => 'Ежемесячная амортизация', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/ru/admin/kits/general.php b/resources/lang/ru/admin/kits/general.php index a2538897c1..39e5b7c29b 100644 --- a/resources/lang/ru/admin/kits/general.php +++ b/resources/lang/ru/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'Недостаточно доступных мест :license для выдачи. Необходимое количество мест - :qty. ', 'none_consumables' => 'Недостаточно доступных единиц :consumable для выдачи. Необходимое количество - :qty ед. ', 'none_accessory' => 'Недостаточно единиц :accessory для выдачи. Необходимое количество - :qty ед. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/ru/admin/licenses/form.php b/resources/lang/ru/admin/licenses/form.php index 78ecc931ad..c3ab4eff5f 100644 --- a/resources/lang/ru/admin/licenses/form.php +++ b/resources/lang/ru/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Актив', 'checkin' => 'Привязать', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Лицензирован на E-mail', 'to_name' => 'Лицензировано на имя', 'update' => 'Обновить лицензию', - 'checkout_help' => 'Вы должны привязать лицензию к физическому активу или человеку. Вы можете выбрать оба варианта, но владелец актива должен соответствовать человеку привязанному к этому активу.', -]; + 'checkout_help' => 'Вы должны привязать лицензию к физическому активу или человеку. Вы можете выбрать оба варианта, но владелец актива должен соответствовать человеку привязанному к этому активу.' +); diff --git a/resources/lang/ru/admin/licenses/general.php b/resources/lang/ru/admin/licenses/general.php index 6494931686..7b5f736bcc 100644 --- a/resources/lang/ru/admin/licenses/general.php +++ b/resources/lang/ru/admin/licenses/general.php @@ -1,6 +1,6 @@ 'О лицензиях', 'about_licenses' => 'Лицензии используются для отслеживания программного обеспечения. Как правило, количество пользователей, которые могут их использовать - ограничено', 'checkin' => 'Отвязать лицензию', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Лицензии ПО', 'user' => 'Пользователь', 'view' => 'Показать лицензию', -]; +); diff --git a/resources/lang/ru/admin/licenses/message.php b/resources/lang/ru/admin/licenses/message.php index 37b8376187..62665e00e1 100644 --- a/resources/lang/ru/admin/licenses/message.php +++ b/resources/lang/ru/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Лицензия не существует.', 'user_does_not_exist' => 'Пользователь не существует.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Вы должны выбрать актив или пользователя, но не оба.', 'not_found' => 'Лицензия не найдена', - 'create' => [ - 'error' => 'Невозможно создать лицензию, повторите попытку.', - 'success' => 'Лицензия успешно создана.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Невозможно создать лицензию, повторите попытку.', + 'success' => 'Лицензия успешно создана.' + ), + + 'deletefile' => array( 'error' => 'Не удалось удалить файл. Повторите попытку.', 'success' => 'Файл успешно удален.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Не удалось загрузить файл(ы). Повторите попытку.', 'success' => 'Файл(ы) успешно загружены.', 'nofiles' => 'Не выбрано ни одного файла для загрузки или файл, который вы пытаетесь загрузить, слишком большой', 'invalidfiles' => 'Один из ваших файлов слишком большой или имеет запрещенный тип файла. Резрешенные типы файлов: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, и lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Невозможно обновить лицензию, повторите попытку', - 'success' => 'Лицензия успешно обновлена.', - ], + 'success' => 'Лицензия успешно обновлена.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Вы уверены, что хотите удалить эту лицензию?', 'error' => 'При удалении лицензии возникли проблемы. Повторите попытку.', - 'success' => 'Лицензия успешно удалена.', - ], + 'success' => 'Лицензия успешно удалена.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'При выдаче лицензии произошла ошибка. Повторите попытку.', - 'success' => 'Лицензия успешно назначена', - ], + 'success' => 'Лицензия успешно назначена' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'При возврате лицензии произошла ошибка. Попробуйте еще раз.', - 'success' => 'Лицензия успешно назначена', - ], + 'success' => 'Лицензия успешно назначена' + ), -]; +); diff --git a/resources/lang/ru/admin/licenses/table.php b/resources/lang/ru/admin/licenses/table.php index 6c0720e0bb..b6d33fa250 100644 --- a/resources/lang/ru/admin/licenses/table.php +++ b/resources/lang/ru/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Выдано', 'checkout' => 'Выдача/Возврат', @@ -14,4 +14,4 @@ return [ 'serial' => 'Серийный номер', 'title' => 'Лицензия', -]; +); diff --git a/resources/lang/ru/admin/locations/message.php b/resources/lang/ru/admin/locations/message.php index a32f59b004..a5317ed843 100644 --- a/resources/lang/ru/admin/locations/message.php +++ b/resources/lang/ru/admin/locations/message.php @@ -1,26 +1,27 @@ 'Статус актива не существует.', 'assoc_users' => 'Данный статус связан с одним или несколькими активами, и не может быть удален. Удалите либо измените связанные активы. ', 'assoc_assets' => 'Это месторасположение связано как минимум с одним активом и не может быть удалено. Измените ваши активы так, чтобы они не ссылались на это месторасположение и попробуйте ещё раз. ', 'assoc_child_loc' => 'У этого месторасположения является родительским и у него есть как минимум одно месторасположение уровнем ниже. Поэтому оно не может быть удалено. Обновите ваши месторасположения, так чтобы не ссылаться на него и попробуйте снова. ', - 'create' => [ + + 'create' => array( 'error' => 'Статус актива не был создан, попробуйте еще раз.', - 'success' => 'Статус актива успешно создан.', - ], + 'success' => 'Статус актива успешно создан.' + ), - 'update' => [ + 'update' => array( 'error' => 'Статус актива не был обновлен, попробуйте еще раз', - 'success' => 'Статус актива успешно обновлен.', - ], + 'success' => 'Статус актива успешно обновлен.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Вы уверено, что хотите удалить этот статус?', 'error' => 'При удалении статуса актива произошла ошибка. Попробуйте еще раз.', - 'success' => 'Статус актива успешно удален.', - ], + 'success' => 'Статус актива успешно удален.' + ) -]; +); diff --git a/resources/lang/ru/admin/locations/table.php b/resources/lang/ru/admin/locations/table.php index 698849cd8a..68e91858d8 100644 --- a/resources/lang/ru/admin/locations/table.php +++ b/resources/lang/ru/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Родитель', 'currency' => 'Валюта местонахождения', 'ldap_ou' => 'Поиск в LDAP OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/ru/admin/manufacturers/message.php b/resources/lang/ru/admin/manufacturers/message.php index c366efed9b..eb55e40ee4 100644 --- a/resources/lang/ru/admin/manufacturers/message.php +++ b/resources/lang/ru/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Производителя не существует.', 'assoc_users' => 'Этот производитель сейчас связан с как минимум одной моделью и не может быть удален. Для удаления необходимо удалить связь модели с производителем. ', - 'create' => [ + 'create' => array( 'error' => 'Невозможно создать производителя, повторите попытку.', - 'success' => 'Производитель успешно создан.', - ], + 'success' => 'Производитель успешно создан.' + ), - 'update' => [ + 'update' => array( 'error' => 'Производитель не был обновлен, повторите попытку', - 'success' => 'Производитель успешно обновлен.', - ], + 'success' => 'Производитель успешно обновлен.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Производитель не был восстановлен, повторите попытку', - 'success' => 'Производитель успешно восстановлен.', - ], + 'success' => 'Производитель успешно восстановлен.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Вы действительно хотите удалить производителя?', 'error' => 'При удалении производителя возникла ошибка. Повторите попытку.', - 'success' => 'Производитель успешно удален.', - ], + 'success' => 'Производитель успешно удален.' + ) -]; +); diff --git a/resources/lang/ru/admin/manufacturers/table.php b/resources/lang/ru/admin/manufacturers/table.php index f6c29d299a..c878296418 100644 --- a/resources/lang/ru/admin/manufacturers/table.php +++ b/resources/lang/ru/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'О производителях', 'about_manufacturers_text' => 'Производители - компании, создающие ваши активы. Вы можете хранить здесь важные контактные данные, которые будут отображаться вместе с подробностями о ваших активах.', 'asset_manufacturers' => 'Производители оборудования', @@ -13,4 +13,4 @@ return [ 'update' => 'Обновить производителя', 'url' => 'Адрес', -]; +); diff --git a/resources/lang/ru/admin/models/general.php b/resources/lang/ru/admin/models/general.php index aaafa9eeee..af4665996a 100644 --- a/resources/lang/ru/admin/models/general.php +++ b/resources/lang/ru/admin/models/general.php @@ -1,6 +1,6 @@ 'О моделях активов', 'about_models_text' => 'Модели активов это способ группировки идентичных активов. Например, "MacBookPro 2013, iPhone 6s", и т. д.', 'deleted' => 'Эта модель была удалена.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Вы собираетесь удалить :model_count моделей активов.', 'restore' => 'Восстановить модель', 'requestable' => 'Данная модель может быть запрошена пользователем', - 'show_mac_address' => 'Отображать поле MAC адрес для данной модели', + 'show_mac_address' => 'Отображать поле MAC адрес для данной модели', 'view_deleted' => 'Просмотр удаленных', 'view_models' => 'Просмотр моделей', 'fieldset' => 'Набор полей', 'no_custom_field' => 'Нет пользовательских полей', 'add_default_values' => 'Добавить значения по умолчанию', -]; +); diff --git a/resources/lang/ru/admin/models/message.php b/resources/lang/ru/admin/models/message.php index e99b0622ff..9e798979c0 100644 --- a/resources/lang/ru/admin/models/message.php +++ b/resources/lang/ru/admin/models/message.php @@ -1,41 +1,42 @@ 'Модель не существует.', 'assoc_users' => 'Данная модель связана с одним или несколькими активами, и не может быть удалена. Удалите либо измените связанные активы. ', - 'create' => [ + + 'create' => array( 'error' => 'Модель не была создана, повторите еще раз.', 'success' => 'Модель успешно создана.', 'duplicate_set' => 'Модель с таким именем, производителем и номером уже существует.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Невозможно обновить Модель, повторите еще раз', - 'success' => 'Модель успешно обновлена.', - ], + 'success' => 'Модель успешно обновлена.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Вы уверены, что хотите удалить данную модель актива?', 'error' => 'При удалении модели возникла ошибка. Повторите еще раз.', - 'success' => 'Модель успешно удалена.', - ], + 'success' => 'Модель успешно удалена.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Модель не была восстановлена, повторите попытку', - 'success' => 'Модель успешно восстановлена.', - ], + 'success' => 'Модель успешно восстановлена.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Никаких изменений нет, поэтому ничего не обновлено.', - 'success' => 'Модели обновлены.', - ], + 'success' => 'Модели обновлены.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Ни одна модель не выбрана, поэтому нечего удалить.', 'success' => 'Удалено :success_count моделей(ль)!', - 'success_partial' => 'Удалено : success_count моделей(ль), однако: fail_count моделей не удалены, потому что они всё ещё имеют связанные с ними активы.', - ], + 'success_partial' => 'Удалено : success_count моделей(ль), однако: fail_count моделей не удалены, потому что они всё ещё имеют связанные с ними активы.' + ), -]; +); diff --git a/resources/lang/ru/admin/models/table.php b/resources/lang/ru/admin/models/table.php index bd381302f8..4d5f29b9a9 100644 --- a/resources/lang/ru/admin/models/table.php +++ b/resources/lang/ru/admin/models/table.php @@ -1,6 +1,6 @@ 'Создать модель актива', 'created_at' => 'Создано', @@ -14,4 +14,4 @@ return [ 'update' => 'Измененить модель актива', 'clone' => 'Клонировать модель', 'edit' => 'Изменить модель', -]; +); diff --git a/resources/lang/ru/admin/reports/general.php b/resources/lang/ru/admin/reports/general.php index a187fd2157..6d94fbb482 100644 --- a/resources/lang/ru/admin/reports/general.php +++ b/resources/lang/ru/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Выберите опции, которые должны отображаться в отчете актива.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/ru/admin/reports/message.php b/resources/lang/ru/admin/reports/message.php index 5afdcc1795..4fbceef207 100644 --- a/resources/lang/ru/admin/reports/message.php +++ b/resources/lang/ru/admin/reports/message.php @@ -1,5 +1,5 @@ 'Необходимо выбрать как минимум ОДНУ опцию.', -]; +return array( + 'error' => 'Необходимо выбрать как минимум ОДНУ опцию.' +); diff --git a/resources/lang/ru/admin/settings/general.php b/resources/lang/ru/admin/settings/general.php index 7221e3b1d2..71e743e03b 100644 --- a/resources/lang/ru/admin/settings/general.php +++ b/resources/lang/ru/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Домен Active Directory', 'ad_domain_help' => 'Обычно, то же, что и ваш домен, но не всегда.', 'ad_append_domain_label' => 'Добавить доменное имя', 'ad_append_domain' => 'Добавить имя домена к имени пользователя', - 'ad_append_domain_help' => 'Пользователю не нужно будет вводить "username@domain.local", можно просто ввести "username".' , + 'ad_append_domain_help' => 'Пользователю не нужно будет вводить "username@domain.local", можно просто ввести "username".', 'admin_cc_email' => 'Скрытая копия', 'admin_cc_email_help' => 'Если вы хотите отправлять копии писем, что приходят пользователям при выдаче/возврате, на какой-то дополнительный адрес электронной почты, то введите его здесь. В противном случае оставьте это поле пустым.', 'is_ad' => 'У вас сервер Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Посылать уведомления на', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Уведомления включены', 'alert_interval' => 'Предупреждение об истечении срока (в днях)', 'alert_inv_threshold' => 'Порог оповещения о запасах', 'allow_user_skin' => 'Разрешить пользовтельские темы офрмления', - 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' , + 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.', 'asset_ids' => 'ID актива', 'audit_interval' => 'Интервал аудита', 'audit_interval_help' => 'Если вам требуется регулярно физически проверять свои активы, введите интервал в месяцах.', 'audit_warning_days' => 'Предупреждающий порог предупреждения', 'audit_warning_days_help' => 'За сколько дней мы должны предупредить вас, когда активы подлежат аудиту?', - 'auto_increment_assets' => 'Генерировать автоматическое возрастание идентификационных номеров активов', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Префикс ( не обязательно )', - 'auto_incrementing_help' => 'Включить автоматические возрастание ID активов начиная с', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Резервные копии', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/ru/help.php b/resources/lang/ru/help.php index 200d0be2ea..69ca0c88d1 100644 --- a/resources/lang/ru/help.php +++ b/resources/lang/ru/help.php @@ -1,6 +1,6 @@ "Подробнее", + 'more_info_title' => 'Подробнее', - "audit_help" => "Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log. :db_column
but should be :expected .'
+];
diff --git a/resources/lang/si-LK/admin/depreciations/general.php b/resources/lang/si-LK/admin/depreciations/general.php
index a5dec994c2..1a5666f9dc 100644
--- a/resources/lang/si-LK/admin/depreciations/general.php
+++ b/resources/lang/si-LK/admin/depreciations/general.php
@@ -1,13 +1,16 @@
'About Asset Depreciations',
'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
'asset_depreciations' => 'Asset Depreciations',
'create' => 'Create Depreciation',
'depreciation_name' => 'Depreciation Name',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Number of Months',
'update' => 'Update Depreciation',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
-);
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
+];
diff --git a/resources/lang/si-LK/admin/depreciations/table.php b/resources/lang/si-LK/admin/depreciations/table.php
index 5ba01d132c..256b10b92a 100644
--- a/resources/lang/si-LK/admin/depreciations/table.php
+++ b/resources/lang/si-LK/admin/depreciations/table.php
@@ -1,10 +1,11 @@
'ID',
'months' => 'Months',
'term' => 'Term',
'title' => 'Name ',
+ 'depreciation_min' => 'Floor Value',
-);
+];
diff --git a/resources/lang/si-LK/admin/groups/titles.php b/resources/lang/si-LK/admin/groups/titles.php
index 99e8cc1f6f..d875f190d7 100644
--- a/resources/lang/si-LK/admin/groups/titles.php
+++ b/resources/lang/si-LK/admin/groups/titles.php
@@ -1,6 +1,6 @@
'About Groups',
'about_groups' => 'Groups are used to generalize user permissions.',
'group_management' => 'Group Management',
@@ -10,5 +10,7 @@ return array(
'group_admin' => 'Group Admin',
'allow' => 'Allow',
'deny' => 'Deny',
-
-);
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
+];
diff --git a/resources/lang/si-LK/admin/hardware/form.php b/resources/lang/si-LK/admin/hardware/form.php
index 9b3ac32410..0c1a3167be 100644
--- a/resources/lang/si-LK/admin/hardware/form.php
+++ b/resources/lang/si-LK/admin/hardware/form.php
@@ -1,12 +1,12 @@
'Confirm Bulk Delete Assets',
+return [
+ 'bulk_delete' => 'Confirm Bulk Delete Assets',
'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.',
'bulk_delete_warn' => 'You are about to delete :asset_count assets.',
- 'bulk_update' => 'Bulk Update Assets',
- 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
- 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.',
+ 'bulk_update' => 'Bulk Update Assets',
+ 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
+ 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.',
'checkedout_to' => 'Checked Out To',
'checkout_date' => 'Checkout Date',
'checkin_date' => 'Checkin Date',
@@ -38,7 +38,12 @@ return array(
'tag' => 'Asset Tag',
'update' => 'Asset Update',
'warranty' => 'Warranty',
- 'warranty_expires' => 'Warranty Expires',
+ 'warranty_expires' => 'Warranty Expires',
'years' => 'years',
-)
-;
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
+];
diff --git a/resources/lang/si-LK/admin/hardware/general.php b/resources/lang/si-LK/admin/hardware/general.php
index af2be65fc6..1ac49efef1 100644
--- a/resources/lang/si-LK/admin/hardware/general.php
+++ b/resources/lang/si-LK/admin/hardware/general.php
@@ -1,9 +1,9 @@
'About Assets',
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
- 'archived' => 'Archived',
+ 'archived' => 'Archived',
'asset' => 'Asset',
'bulk_checkout' => 'Checkout Assets',
'checkin' => 'Checkin Asset',
@@ -15,8 +15,29 @@ return array(
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Requestable',
'requested' => 'Requested',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'View Asset',
-);
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' +]; diff --git a/resources/lang/si-LK/admin/hardware/message.php b/resources/lang/si-LK/admin/hardware/message.php index e087cad26f..8c8e323a73 100644 --- a/resources/lang/si-LK/admin/hardware/message.php +++ b/resources/lang/si-LK/admin/hardware/message.php @@ -1,83 +1,83 @@ 'Warning: This asset has been marked as currently undeployable. If this status has changed, please update the asset status.', 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', - 'create' => array( + 'create' => [ 'error' => 'Asset was not created, please try again. :(', - 'success' => 'Asset created successfully. :)' - ), + 'success' => 'Asset created successfully. :)', + ], - 'update' => array( + 'update' => [ 'error' => 'Asset was not updated, please try again', 'success' => 'Asset updated successfully.', 'nothing_updated' => 'No fields were selected, so nothing was updated.', - ), + ], - 'restore' => array( + 'restore' => [ 'error' => 'Asset was not restored, please try again', - 'success' => 'Asset restored successfully.' - ), + 'success' => 'Asset restored successfully.', + ], - 'audit' => array( + 'audit' => [ 'error' => 'Asset audit was unsuccessful. Please try again.', - 'success' => 'Asset audit successfully logged.' - ), + 'success' => 'Asset audit successfully logged.', + ], - 'deletefile' => array( + 'deletefile' => [ 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', - ), + ], - 'upload' => array( + 'upload' => [ 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', - ), + ], - 'import' => array( + 'import' => [ 'error' => 'Some items did not import correctly.', 'errorDetail' => 'The following Items were not imported because of errors.', - 'success' => "Your file has been imported", - 'file_delete_success' => "Your file has been been successfully deleted", - 'file_delete_error' => "The file was unable to be deleted", - ), + 'success' => 'Your file has been imported', + 'file_delete_success' => 'Your file has been been successfully deleted', + 'file_delete_error' => 'The file was unable to be deleted', + ], - 'delete' => array( + 'delete' => [ 'confirm' => 'Are you sure you wish to delete this asset?', 'error' => 'There was an issue deleting the asset. Please try again.', 'nothing_updated' => 'No assets were selected, so nothing was deleted.', - 'success' => 'The asset was deleted successfully.' - ), + 'success' => 'The asset was deleted successfully.', + ], - 'checkout' => array( + 'checkout' => [ 'error' => 'Asset was not checked out, please try again', 'success' => 'Asset checked out successfully.', 'user_does_not_exist' => 'That user is invalid. Please try again.', 'not_available' => 'That asset is not available for checkout!', - 'no_assets_selected' => 'You must select at least one asset from the list' - ), + 'no_assets_selected' => 'You must select at least one asset from the list', + ], - 'checkin' => array( + 'checkin' => [ 'error' => 'Asset was not checked in, please try again', 'success' => 'Asset checked in successfully.', 'user_does_not_exist' => 'That user is invalid. Please try again.', 'already_checked_in' => 'That asset is already checked in.', - ), + ], - 'requests' => array( + 'requests' => [ 'error' => 'Asset was not requested, please try again', 'success' => 'Asset requested successfully.', - 'canceled' => 'Checkout request successfully canceled' - ) + 'canceled' => 'Checkout request successfully canceled', + ], -); +]; diff --git a/resources/lang/si-LK/admin/hardware/table.php b/resources/lang/si-LK/admin/hardware/table.php index 38788e1984..6166ba8045 100644 --- a/resources/lang/si-LK/admin/hardware/table.php +++ b/resources/lang/si-LK/admin/hardware/table.php @@ -1,13 +1,14 @@ 'Asset Tag', 'asset_model' => 'Model', - 'book_value' => 'Value', + 'book_value' => 'Current Value', 'change' => 'In/Out', 'checkout_date' => 'Checkout Date', 'checkoutto' => 'Checked Out', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Download CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return array( 'serial' => 'Serial', 'status' => 'Status', 'title' => 'Asset ', - 'image' => 'Device Image', + 'image' => 'Device Image', 'days_without_acceptance' => 'Days Without Acceptance', - 'monthly_depreciation' => 'Monthly Depreciation' - -); + 'monthly_depreciation' => 'Monthly Depreciation', + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', +]; diff --git a/resources/lang/si-LK/admin/kits/general.php b/resources/lang/si-LK/admin/kits/general.php index b4f2d90ae1..f724ecbf07 100644 --- a/resources/lang/si-LK/admin/kits/general.php +++ b/resources/lang/si-LK/admin/kits/general.php @@ -1,6 +1,6 @@ 'About Predefined Kits', 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.', 'checkout' => 'Checkout Kit ', @@ -13,5 +13,38 @@ return array( 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - -); + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', +]; diff --git a/resources/lang/si-LK/admin/locations/table.php b/resources/lang/si-LK/admin/locations/table.php index 1cbe540749..29edf0f565 100644 --- a/resources/lang/si-LK/admin/locations/table.php +++ b/resources/lang/si-LK/admin/locations/table.php @@ -1,6 +1,6 @@ 'About Locations', 'about_locations' => 'Locations are used to track location information for users, assets, and other items', 'assets_rtd' => 'Assets', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. @@ -20,4 +20,21 @@ return array( 'parent' => 'Parent', 'currency' => 'Location Currency', 'ldap_ou' => 'LDAP Search OU', - ); + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/si-LK/admin/reports/general.php b/resources/lang/si-LK/admin/reports/general.php index b03b97546f..344d5c8743 100644 --- a/resources/lang/si-LK/admin/reports/general.php +++ b/resources/lang/si-LK/admin/reports/general.php @@ -1,5 +1,10 @@ 'Select the options you want for your asset report.' -); +return [ + 'info' => 'Select the options you want for your asset report.', + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/si-LK/admin/settings/general.php b/resources/lang/si-LK/admin/settings/general.php index fb268f39f0..3e7a60f89f 100644 --- a/resources/lang/si-LK/admin/settings/general.php +++ b/resources/lang/si-LK/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Active Directory domain', 'ad_domain_help' => 'This is sometimes the same as your email domain, but not always.', 'ad_append_domain_label' => 'Append domain name', 'ad_append_domain' => 'Append domain name to username field', - 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".' , + 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".', 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'This is an Active Directory server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Send alerts to', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Email Alerts Enabled', 'alert_interval' => 'Expiring Alerts Threshold (in days)', 'alert_inv_threshold' => 'Inventory Alert Threshold', 'allow_user_skin' => 'Allow user skin', - 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.' , + 'allow_user_skin_help_text' => 'Checking this box will allow a user to override the UI skin with a different one.', 'asset_ids' => 'Asset IDs', 'audit_interval' => 'Audit Interval', 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/si-LK/help.php b/resources/lang/si-LK/help.php index 4cb2354f89..ac0df59422 100644 --- a/resources/lang/si-LK/help.php +++ b/resources/lang/si-LK/help.php @@ -1,6 +1,6 @@ "More Info", + 'more_info_title' => 'More Info', - "audit_help" => "Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log. :db_column
but should be :expected .'
+];
diff --git a/resources/lang/sk/admin/depreciations/general.php b/resources/lang/sk/admin/depreciations/general.php
index 8f8250c0e8..c9a2fd3438 100644
--- a/resources/lang/sk/admin/depreciations/general.php
+++ b/resources/lang/sk/admin/depreciations/general.php
@@ -1,13 +1,16 @@
'O odpisovaní majetku',
'about_depreciations' => 'Môžete nastaviť odpisovanie majetku, aby dochádzalo k rovnomernému odpisovaniu.',
'asset_depreciations' => 'Odpisy majetku',
'create' => 'Vytovirť typ odpisu',
'depreciation_name' => 'Názov odpisovania',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Počet mesiacov',
'update' => 'Upraviť odpisovanie',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
-);
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
+];
diff --git a/resources/lang/sk/admin/depreciations/table.php b/resources/lang/sk/admin/depreciations/table.php
index d2eb4c04ef..67801f72e4 100644
--- a/resources/lang/sk/admin/depreciations/table.php
+++ b/resources/lang/sk/admin/depreciations/table.php
@@ -1,10 +1,11 @@
'ID',
'months' => 'Mesiace',
'term' => 'Lehota',
'title' => 'Názov ',
+ 'depreciation_min' => 'Floor Value',
-);
+];
diff --git a/resources/lang/sk/admin/groups/titles.php b/resources/lang/sk/admin/groups/titles.php
index 9dad7bd1cb..2f350232a7 100644
--- a/resources/lang/sk/admin/groups/titles.php
+++ b/resources/lang/sk/admin/groups/titles.php
@@ -1,6 +1,6 @@
'O skupinách',
'about_groups' => 'Skupiny sa používajú k zobecneniu používateľských opravnení.',
'group_management' => 'Správa skupín',
@@ -10,5 +10,7 @@ return array(
'group_admin' => 'Administrátor skupiny',
'allow' => 'Povoliť',
'deny' => 'Odmietnuť',
-
-);
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
+];
diff --git a/resources/lang/sk/admin/hardware/form.php b/resources/lang/sk/admin/hardware/form.php
index 2899553274..9a45ec5073 100644
--- a/resources/lang/sk/admin/hardware/form.php
+++ b/resources/lang/sk/admin/hardware/form.php
@@ -1,12 +1,12 @@
'Potvrdiť hromadné odstránenie majetku',
+return [
+ 'bulk_delete' => 'Potvrdiť hromadné odstránenie majetku',
'bulk_delete_help' => 'Nižšie skontrolujte zoznam majetku na odstránenie. Po odstránení je možné tieto majetky obnoviť, nebudú už ale priradené k žiadnym používateľom, ku ktorým sú momentálne priradení.',
'bulk_delete_warn' => 'Chystáte sa odstrániť :asset_count majetky.',
- 'bulk_update' => 'Hromadná úprava majetku',
- 'bulk_update_help' => 'Tento formulár umožňuje hromadnú úpravu majetku. Vyplňte iba položky, ktoré chcete zmeniť. Akékoľvek prázdne položky zostanú nezmenené. ',
- 'bulk_update_warn' => 'Chystáte sa upraviť vlastnosti :asset_count majetkov.',
+ 'bulk_update' => 'Hromadná úprava majetku',
+ 'bulk_update_help' => 'Tento formulár umožňuje hromadnú úpravu majetku. Vyplňte iba položky, ktoré chcete zmeniť. Akékoľvek prázdne položky zostanú nezmenené. ',
+ 'bulk_update_warn' => 'Chystáte sa upraviť vlastnosti :asset_count majetkov.',
'checkedout_to' => 'Odovzdané',
'checkout_date' => 'Dátum odovzdania',
'checkin_date' => 'Dátum prijatia',
@@ -38,7 +38,12 @@ return array(
'tag' => 'Označenie majetku',
'update' => 'Aktualizácia majetku',
'warranty' => 'Záruka',
- 'warranty_expires' => 'Koniec záruky',
+ 'warranty_expires' => 'Koniec záruky',
'years' => 'roky/ov',
-)
-;
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
+];
diff --git a/resources/lang/sk/admin/hardware/general.php b/resources/lang/sk/admin/hardware/general.php
index 4eafc6bf6a..eeac78fc7b 100644
--- a/resources/lang/sk/admin/hardware/general.php
+++ b/resources/lang/sk/admin/hardware/general.php
@@ -1,9 +1,9 @@
'O majetkoch',
'about_assets_text' => 'Majetkom sú položky identifikované sériovým čislom alebo značkou majetku. Väčšinou ide o položky s vyššou hodnotou, pri ktorých je dôležité identifikovať konkrétnu položku.',
- 'archived' => 'Archivované',
+ 'archived' => 'Archivované',
'asset' => 'Majetok',
'bulk_checkout' => 'Vyskladniť majetky',
'checkin' => 'Prevziať majetok',
@@ -15,8 +15,29 @@ return array(
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Vyžiadateľný',
'requested' => 'Vyžiadané',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Obnoviť majetok',
'pending' => 'Čakajúce',
'undeployable' => 'Nevyskladniteľný',
'view' => 'Zobraziť majetok',
-);
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' +]; diff --git a/resources/lang/sk/admin/hardware/message.php b/resources/lang/sk/admin/hardware/message.php index 3e68d5668f..36a3b9cedf 100644 --- a/resources/lang/sk/admin/hardware/message.php +++ b/resources/lang/sk/admin/hardware/message.php @@ -1,83 +1,83 @@ 'Varovanie: Tento majetok bol oznáčený ako nepriraditeľný. Ak došlo k zmene, prosím upravte aktuálny stav majetku.', 'does_not_exist' => 'Majetok neexistuje.', - 'does_not_exist_or_not_requestable' => 'Pekný pokus. Tento majetok nie je možné vyžiadať.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Tento majetok je práve priradený používateľovi, preto nemôže byť odstránený. Prosim najprv odoberte majetok používateľovi, následne skúste znovu. ', - 'create' => array( + 'create' => [ 'error' => 'Majetok nebol vytvorený, prosím skúste znovu. :(', - 'success' => 'Majetok bol úspešne vytvorený. :)' - ), + 'success' => 'Majetok bol úspešne vytvorený. :)', + ], - 'update' => array( + 'update' => [ 'error' => 'Majetok sa nepodarilo upraviť, skúste prosím znovu', 'success' => 'Majetok bol úspešne upravený.', 'nothing_updated' => 'Neboli vybrané žiadne položky, preto nebolo nič upravené.', - ), + ], - 'restore' => array( + 'restore' => [ 'error' => 'Majetok nebol obnovený, prosím skúste znovu', - 'success' => 'Majetok bol úspešne obnovený.' - ), + 'success' => 'Majetok bol úspešne obnovený.', + ], - 'audit' => array( + 'audit' => [ 'error' => 'Audit majetku bol neúspešný. Prosím skúste znovu.', - 'success' => 'Audit majetko bol úspešne zaznamenaný.' - ), + 'success' => 'Audit majetko bol úspešne zaznamenaný.', + ], - 'deletefile' => array( + 'deletefile' => [ 'error' => 'Súbor nebol odstránený. Prosím skúste znovu.', 'success' => 'Súbor bol úspešne odstránený.', - ), + ], - 'upload' => array( + 'upload' => [ 'error' => 'Súbor(y) sa nepodarilo nahrať. Skúste prosím znovu.', 'success' => 'Súbor(y) boli úspešne uložené.', 'nofiles' => 'Nevybrali ste žiadne súbory na nahranie alebo je súbor, ktorý sa pokúšate nahrať, príliš veľký', 'invalidfiles' => 'Jeden alebo viac súborov je príliš veľký alebo ide o typ súboru, ktorý nie je povolený. Povolené typy súborov sú png, gif, jpg, doc, docx, pdf a txt.', - ), + ], - 'import' => array( + 'import' => [ 'error' => 'Niektoré položky neboli správne naimportované.', 'errorDetail' => 'Nasledujúce položky neboli kvôli chybám importované.', - 'success' => "Súbor bol naimportovaný", - 'file_delete_success' => "Súbor bol úspešné odstránený", - 'file_delete_error' => "Súbor sa nepodarilo odstrániť", - ), + 'success' => 'Súbor bol naimportovaný', + 'file_delete_success' => 'Súbor bol úspešné odstránený', + 'file_delete_error' => 'Súbor sa nepodarilo odstrániť', + ], - 'delete' => array( + 'delete' => [ 'confirm' => 'Ste si istý, že chcete odstrániť tento majetok?', 'error' => 'Pri odstraňovaní majetku sa vyskytla chyba. Skúste prosím znovu.', 'nothing_updated' => 'Neboli zvolený žiaden majetok, preto nebolo nič odstránené.', - 'success' => 'Majetok bol úspešne odstránený.' - ), + 'success' => 'Majetok bol úspešne odstránený.', + ], - 'checkout' => array( + 'checkout' => [ 'error' => 'Majetok sa nepodarilo priradiť, skúste prosím znovu', 'success' => 'Majetok bol úspešne priradený.', 'user_does_not_exist' => 'Tento užívateľ nie je platný. Prosím skúste znovu.', 'not_available' => 'Tento majetok nie je k dospozícii pre priradenie!', - 'no_assets_selected' => 'Musíte vybrať najmenej jednu položku majetku zo zoznamu' - ), + 'no_assets_selected' => 'Musíte vybrať najmenej jednu položku majetku zo zoznamu', + ], - 'checkin' => array( + 'checkin' => [ 'error' => 'Majetok sa nepodarilo prijať, skúste prosím znovu', 'success' => 'Majetok bol úspešne prijatý.', 'user_does_not_exist' => 'Tento užívateľ nie je platný. Prosím skúste znovu.', 'already_checked_in' => 'Tento majetok je už prevzatý.', - ), + ], - 'requests' => array( + 'requests' => [ 'error' => 'Majetok nebol vyžiadaný, prosím skúste znovu', 'success' => 'Majetok úspešne vyžiadaný.', - 'canceled' => 'Požiadavka na priradenie bola úspešne zrušená' - ) + 'canceled' => 'Požiadavka na priradenie bola úspešne zrušená', + ], -); +]; diff --git a/resources/lang/sk/admin/hardware/table.php b/resources/lang/sk/admin/hardware/table.php index ba30278de6..c2e478372b 100644 --- a/resources/lang/sk/admin/hardware/table.php +++ b/resources/lang/sk/admin/hardware/table.php @@ -1,13 +1,14 @@ 'Označenie majetku', 'asset_model' => 'Model', - 'book_value' => 'Hodnota', + 'book_value' => 'Current Value', 'change' => 'Vsetup/Výstup', 'checkout_date' => 'Dátum odovzdania', 'checkoutto' => 'Odovzdané', + 'current_value' => 'Current Value', 'diff' => 'Rozdiel', 'dl_csv' => 'Stiahnuť CSV', 'eol' => 'Koniec životnosti', @@ -18,8 +19,12 @@ return array( 'serial' => 'Sériové číslo', 'status' => 'Stav', 'title' => 'Majetok ', - 'image' => 'Obrázok zariadenia', + 'image' => 'Obrázok zariadenia', 'days_without_acceptance' => 'Počet dní bez potvrdenia', - 'monthly_depreciation' => 'Mesačný odpis' - -); + 'monthly_depreciation' => 'Mesačný odpis', + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', +]; diff --git a/resources/lang/sk/admin/kits/general.php b/resources/lang/sk/admin/kits/general.php index b4f2d90ae1..f724ecbf07 100644 --- a/resources/lang/sk/admin/kits/general.php +++ b/resources/lang/sk/admin/kits/general.php @@ -1,6 +1,6 @@ 'About Predefined Kits', 'about_kits_text' => 'Predefined Kits let you quickly check out a collection of items (assets, licenses, etc) to a user. This can be helpful when your onboarding process is consistent across many users and all users receive the same items.', 'checkout' => 'Checkout Kit ', @@ -13,5 +13,38 @@ return array( 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - -); + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', +]; diff --git a/resources/lang/sk/admin/locations/table.php b/resources/lang/sk/admin/locations/table.php index 0cba9c024e..8a69a597dd 100644 --- a/resources/lang/sk/admin/locations/table.php +++ b/resources/lang/sk/admin/locations/table.php @@ -1,6 +1,6 @@ 'O lokalitách', 'about_locations' => 'Lokality sa využívajú na sledovanie umiestnenia používateľov, majetku a ostatných položiek', 'assets_rtd' => 'Majetok', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted. @@ -20,4 +20,21 @@ return array( 'parent' => 'Nadradené', 'currency' => 'Mena lokality', 'ldap_ou' => 'LDAP vyhľadávanie OU', - ); + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/sk/admin/reports/general.php b/resources/lang/sk/admin/reports/general.php index b03b97546f..344d5c8743 100644 --- a/resources/lang/sk/admin/reports/general.php +++ b/resources/lang/sk/admin/reports/general.php @@ -1,5 +1,10 @@ 'Select the options you want for your asset report.' -); +return [ + 'info' => 'Select the options you want for your asset report.', + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/sk/admin/settings/general.php b/resources/lang/sk/admin/settings/general.php index 2192727fe7..1140904128 100644 --- a/resources/lang/sk/admin/settings/general.php +++ b/resources/lang/sk/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directorz', 'ad_domain' => 'Active Directory doména', 'ad_domain_help' => 'Toto je často rovnaké ako Vaša e-mailová doména, nemusí to však vždy platiť.', 'ad_append_domain_label' => 'Pridať názov domény', 'ad_append_domain' => 'Pridať názov domény k používateľskému menu', - 'ad_append_domain_help' => 'Od používateľa nie je vyžadované používaľ tvar "username@domain.local", stačí keď použije "username".' , + 'ad_append_domain_help' => 'Od používateľa nie je vyžadované používaľ tvar "username@domain.local", stačí keď použije "username".', 'admin_cc_email' => 'Kópia e-mailu', 'admin_cc_email_help' => 'Ak chcete poslať kópiu potvrdzujúceho emailu o prevzatí / odovzdaní, ktorý sa posiela používateľom, aj na ďalšiu e-mailovú adresu, tu ju zadajte. V opačnom prípade nechajte políčko prázdne.', 'is_ad' => 'Toto je server typu Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Poslať varovania na adresu', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Povoliť varovania mailom', 'alert_interval' => 'Interval pre varovania o exspirácií (v dňoch)', 'alert_inv_threshold' => 'Interval pre varovania o skladových zásobách', 'allow_user_skin' => 'Povoliť používateľské tému', - 'allow_user_skin_help_text' => 'Zaškrtnutím tohto políčka sa povolíí používateľovi nahradiť UI tému vlastnou.' , + 'allow_user_skin_help_text' => 'Zaškrtnutím tohto políčka sa povolíí používateľovi nahradiť UI tému vlastnou.', 'asset_ids' => 'ID-čka majetku', 'audit_interval' => 'Interval pre auditovanie', 'audit_interval_help' => 'Pokiaľ budete musieť pravidelne fyzicky auditovať svoj majetok, zadajte interval v mesiacoch.', 'audit_warning_days' => 'Prah výstrahy auditu', 'audit_warning_days_help' => 'Koľko dní dopredu by sme vás mali upozorňovať, keď je majetok čakajúci na audit?', - 'auto_increment_assets' => 'Generovať auomaticky zvyšujúce sa ID majetku', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Predpona (volitelna)', - 'auto_incrementing_help' => 'Nastavte najprv automaticky sa zvyšujúce ID majetku pre nastavenie tejto možnosti', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Zálohy', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/sk/help.php b/resources/lang/sk/help.php index 4cb2354f89..ac0df59422 100644 --- a/resources/lang/sk/help.php +++ b/resources/lang/sk/help.php @@ -1,6 +1,6 @@ "More Info", + 'more_info_title' => 'More Info', - "audit_help" => "Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log. :db_column
but should be :expected .'
+];
diff --git a/resources/lang/sl/admin/custom_fields/message.php b/resources/lang/sl/admin/custom_fields/message.php
index f23494e6f2..cf5859733f 100644
--- a/resources/lang/sl/admin/custom_fields/message.php
+++ b/resources/lang/sl/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'To polje ne obstaja.',
'already_added' => 'Polje je že dodano',
- 'create' => [
+ 'create' => array(
'error' => 'Polje ni bilo ustvarjeno, poskusite znova.',
'success' => 'Polje je uspešno ustvarjeno.',
- 'assoc_success' => 'Polje je uspešno dodano v set polj.',
- ],
+ 'assoc_success' => 'Polje je uspešno dodano v set polj.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Polje ni bilo posodobljeno, poskusite znova',
- 'success' => 'Polje je bilo uspešno posodobljeno.',
- ],
+ 'success' => 'Polje je bilo uspešno posodobljeno.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Ali ste prepričani, da želite izbrisati to polje?',
'error' => 'Prišlo je do težave z brisanjem polja. Prosim poskusite ponovno.',
'success' => 'Polje je bilo uspešno izbrisano.',
'in_use' => 'Polje je še vedno v uporabi.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Set polj ne obstaja',
- 'create' => [
+ 'create' => array(
'error' => 'Set polj ni bil ustvarjen, poskusite znova.',
- 'success' => 'Set polkj je bil uspešno ustvarjen.',
- ],
+ 'success' => 'Set polkj je bil uspešno ustvarjen.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Set polj ni bil posodobljen, poskusite znova',
- 'success' => 'Set polj je bil uspešno posodobljen.',
- ],
+ 'success' => 'Set polj je bil uspešno posodobljen.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Ali ste prepričani, da želite izbrisati ta set polj?',
'error' => 'Prišlo je do težave z brisanjem seta polj. Prosim poskusite ponovno.',
'success' => 'Set polj je uspešno izbrisano.',
'in_use' => 'Set polj je še vedno v uporabi.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/sl/admin/departments/message.php b/resources/lang/sl/admin/departments/message.php
index cd29268470..6f90d2cdd9 100644
--- a/resources/lang/sl/admin/departments/message.php
+++ b/resources/lang/sl/admin/departments/message.php
@@ -1,21 +1,21 @@
'Oddelek ne obstaja.',
'assoc_users' => 'Ta oddelek je trenutno povezan z vsaj enim uporabnikom in ga ni mogoče izbrisati. Prosimo, posodobite svoje uporabnike, da ne bodo več vsebovali tega oddelka in poskusili znova. ',
- 'create' => [
+ 'create' => array(
'error' => 'Oddelek ni bil ustvarjen, poskusite znova.',
- 'success' => 'Oddelek je uspešno ustvarjen.',
- ],
- 'update' => [
+ 'success' => 'Oddelek je uspešno ustvarjen.'
+ ),
+ 'update' => array(
'error' => 'Oddelek ni bil posodobljen, poskusite znova',
- 'success' => 'Oddelek je uspešno posodobljen.',
- ],
- 'delete' => [
+ 'success' => 'Oddelek je uspešno posodobljen.'
+ ),
+ 'delete' => array(
'confirm' => 'Ali ste prepričani, da želite izbrisati ta oddelek?',
'error' => 'Prišlo je do težave pri brisanju oddelka. Prosim poskusite ponovno.',
- 'success' => 'Oddelek je bil uspešno izbrisan.',
- ],
+ 'success' => 'Oddelek je bil uspešno izbrisan.'
+ )
-];
+);
diff --git a/resources/lang/sl/admin/departments/table.php b/resources/lang/sl/admin/departments/table.php
index a0f45b67ce..eda41d0aba 100644
--- a/resources/lang/sl/admin/departments/table.php
+++ b/resources/lang/sl/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Ime oddelka',
@@ -8,4 +8,4 @@ return [
'location' => 'Lokacija',
'create' => 'Ustvari oddelek',
'update' => 'Posodobi oddelek',
- ];
+ );
diff --git a/resources/lang/sl/admin/depreciations/general.php b/resources/lang/sl/admin/depreciations/general.php
index 581c89a494..54833fe360 100644
--- a/resources/lang/sl/admin/depreciations/general.php
+++ b/resources/lang/sl/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Amortizacija sredstev',
'create' => 'Ustvari amortizacijo',
'depreciation_name' => 'Ime amortizacije',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Število mesecev',
'update' => 'Posodobi amortizacijo',
- 'depreciation_min' => 'Minimalna vrednost po amortizaciji'
-
+ 'depreciation_min' => 'Minimalna vrednost po amortizaciji',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/sl/admin/depreciations/message.php b/resources/lang/sl/admin/depreciations/message.php
index 396efc9bd1..2fa2a5d6c6 100644
--- a/resources/lang/sl/admin/depreciations/message.php
+++ b/resources/lang/sl/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Amortizacijski razred ne obstaja.',
'assoc_users' => 'Ta amortizacija je trenutno povezana z enim ali več modeli in je ni mogoče izbrisati. Izbrišite modele in poskusite znova izbrisati. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Amortizacijski razred ni bil ustvarjen, poskusite znova. :(',
- 'success' => 'Amortizacijski razred je bil uspešno ustvarjen. :)',
- ],
+ 'success' => 'Amortizacijski razred je bil uspešno ustvarjen. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Amortizacijski razred ni bil posodobljen, poskusite znova',
- 'success' => 'Amortizacijski razred je bil uspešno posodobljen.',
- ],
+ 'success' => 'Amortizacijski razred je bil uspešno posodobljen.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Ali ste prepričani, da želite izbrisati ta razred amortizacije?',
'error' => 'Prišlo je do težave z izbrisom amortizacijskega razreda. Prosim poskusite ponovno.',
- 'success' => 'Amortizacijski razred je bil uspešno izbrisan.',
- ],
+ 'success' => 'Amortizacijski razred je bil uspešno izbrisan.'
+ )
-];
+);
diff --git a/resources/lang/sl/admin/depreciations/table.php b/resources/lang/sl/admin/depreciations/table.php
index 30654c6228..759f2411b0 100644
--- a/resources/lang/sl/admin/depreciations/table.php
+++ b/resources/lang/sl/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Mesecev',
'term' => 'Čas',
'title' => 'Ime ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/sl/admin/groups/message.php b/resources/lang/sl/admin/groups/message.php
index 4258f19685..ebe804b14d 100644
--- a/resources/lang/sl/admin/groups/message.php
+++ b/resources/lang/sl/admin/groups/message.php
@@ -1,22 +1,22 @@
'Skupina že obstaja!',
'group_not_found' => 'Skupina [: id] ne obstaja.',
'group_name_required' => 'Polje ime je obvezno',
- 'success' => [
+ 'success' => array(
'create' => 'Skupina je bila uspešno ustvarjena.',
'update' => 'Skupina je bila uspešno posodobljena.',
'delete' => 'Skupina je bila uspešno izbrisana.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Ali ste prepričani, da želite izbrisati to skupino?',
'create' => 'Pri ustvarjanju skupine je prišlo do težave. Prosim poskusite ponovno.',
'update' => 'Prišlo je do težave pri posodabljanju skupine. Prosim poskusite ponovno.',
'delete' => 'Prišlo je do težave pri brisanju skupine. Prosim poskusite ponovno.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/sl/admin/groups/table.php b/resources/lang/sl/admin/groups/table.php
index f938139b99..2963052e12 100644
--- a/resources/lang/sl/admin/groups/table.php
+++ b/resources/lang/sl/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Ime',
'users' => 'Število uporabnikov',
-];
+);
diff --git a/resources/lang/sl/admin/groups/titles.php b/resources/lang/sl/admin/groups/titles.php
index 11d32f62ab..5af53da68a 100644
--- a/resources/lang/sl/admin/groups/titles.php
+++ b/resources/lang/sl/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Skrbnik skupine',
'allow' => 'Dovoli',
'deny' => 'Zavrni',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/sl/admin/hardware/form.php b/resources/lang/sl/admin/hardware/form.php
index 5cadb0e5ec..77c9c56f71 100644
--- a/resources/lang/sl/admin/hardware/form.php
+++ b/resources/lang/sl/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garancija',
'warranty_expires' => 'Garancija poteče',
'years' => 'let',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/sl/admin/hardware/general.php b/resources/lang/sl/admin/hardware/general.php
index d99cbc56b6..a610470fa9 100644
--- a/resources/lang/sl/admin/hardware/general.php
+++ b/resources/lang/sl/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'Model tega sredstva je bil izbrisan. Pred obnovitvijo sredstva je potrebno obnoviti model.',
'requestable' => 'Zahtevano',
'requested' => 'Zahtevano',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Obnovitev sredstev',
'pending' => 'Na čakanju',
'undeployable' => 'Nerazdeljeno',
'view' => 'Ogled sredstva',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/sl/admin/hardware/message.php b/resources/lang/sl/admin/hardware/message.php index be424d06bb..b36d1e1770 100644 --- a/resources/lang/sl/admin/hardware/message.php +++ b/resources/lang/sl/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Opozorilo: To sredstvo je bilo označeno kot trenutno nerazdeljeno. Če se je ta status spremenil, posodobite status sredstva.', 'does_not_exist' => 'Sredstvo ne obstaja.', - 'does_not_exist_or_not_requestable' => 'Dober poskus. To sredstvo ne obstaja ali ga ni mogoče zahtevati.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'To sredstvo je trenutno izdano uporabniku in ga ni mogoče izbrisati. Najprej preverite sredstvo in poskusite znova izbrisati. ', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Revizija sredstva je uspešno zabeležena.', ], + 'deletefile' => [ 'error' => 'Datoteka ni izbrisana. Prosim poskusite ponovno.', 'success' => 'Datoteka je uspešno izbrisana.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Datoteke ni bilo mogoče izbrisati', ], + 'delete' => [ 'confirm' => 'Ali ste prepričani, da želite izbrisati to sredstvo?', 'error' => 'Prišlo je do težave z izbrisom sredstva. Prosim poskusite ponovno.', diff --git a/resources/lang/sl/admin/hardware/table.php b/resources/lang/sl/admin/hardware/table.php index f2588647d5..cf47fd5a42 100644 --- a/resources/lang/sl/admin/hardware/table.php +++ b/resources/lang/sl/admin/hardware/table.php @@ -1,13 +1,14 @@ 'Oznaka sredstva', 'asset_model' => 'Model', - 'book_value' => 'Vrednost', + 'book_value' => 'Current Value', 'change' => 'Prejeto/Izdano', 'checkout_date' => 'Datum Izdaje', 'checkoutto' => 'Izdano', + 'current_value' => 'Current Value', 'diff' => 'Razlika', 'dl_csv' => 'Prenesi CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return array( 'serial' => 'Serijska številka', 'status' => 'Status', 'title' => 'Sredstvo ', - 'image' => 'Slika naprave', + 'image' => 'Slika naprave', 'days_without_acceptance' => 'Dnevi brez sprejema', - 'monthly_depreciation' => 'Mesečna amortizacija' - -); + 'monthly_depreciation' => 'Mesečna amortizacija', + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', +]; diff --git a/resources/lang/sl/admin/kits/general.php b/resources/lang/sl/admin/kits/general.php index 7b1ce116f4..0df983d87e 100644 --- a/resources/lang/sl/admin/kits/general.php +++ b/resources/lang/sl/admin/kits/general.php @@ -1,6 +1,6 @@ 'O vnaprej določenih kompletih', 'about_kits_text' => 'Vnaprej določeni kompleti omogočajo hitro izdajo zbirko stvari (sredstev, licenc, ipd.) uporabniku. Zelo uporabno ob konsistentnem vstopnem procesu med velikim številom uporabnikov, kjer vsi uporabniki prejmejo enake stvari.', 'checkout' => 'Komplet za izdajo ', @@ -13,5 +13,38 @@ return array( 'none_licenses' => 'Na voljo ni dovolj sredstev :license za izdajo. Potrebnih :qty. ', 'none_consumables' => 'Na voljo ni dovolj enot :consumable za izdajo. Potrebnih :qty. ', 'none_accessory' => 'Na voljo ni dovolj sredstev :model za izdajo. Potrebnih :qty. ', - -); + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', +]; diff --git a/resources/lang/sl/admin/licenses/form.php b/resources/lang/sl/admin/licenses/form.php index 184b6b2bea..201ef8dcae 100644 --- a/resources/lang/sl/admin/licenses/form.php +++ b/resources/lang/sl/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Sredstev', 'checkin' => 'Sprejem', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licenca registrirana na e-pošto', 'to_name' => 'Licenca registrirana na ime', 'update' => 'Posodobi licenco', - 'checkout_help' => 'Preveriti je potrebno ali je licenca vezana na strojno opremo ali osebo. Izberete lahko obe, vendar mora lastnik sredstva ustrezati osebi, s katero preverjate sredstva.', -]; + 'checkout_help' => 'Preveriti je potrebno ali je licenca vezana na strojno opremo ali osebo. Izberete lahko obe, vendar mora lastnik sredstva ustrezati osebi, s katero preverjate sredstva.' +); diff --git a/resources/lang/sl/admin/licenses/general.php b/resources/lang/sl/admin/licenses/general.php index 187a20101b..06ce742108 100644 --- a/resources/lang/sl/admin/licenses/general.php +++ b/resources/lang/sl/admin/licenses/general.php @@ -1,6 +1,6 @@ 'O licencah', 'about_licenses' => 'Licence se uporabljajo za sledenje programske opreme. Imajo določeno število prostih mest, ki jih je mogoče izdati posameznikom', 'checkin' => 'Prevzem licenčnih mest', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Licence za programsko opremo', 'user' => 'Uporabnik', 'view' => 'Ogled licence', -]; +); diff --git a/resources/lang/sl/admin/licenses/message.php b/resources/lang/sl/admin/licenses/message.php index fa828da477..005ce075c8 100644 --- a/resources/lang/sl/admin/licenses/message.php +++ b/resources/lang/sl/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Licenca ne obstaja.', 'user_does_not_exist' => 'Uporabnik ne obstaja.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Izbrati morate sredstvo ali uporabnika, vendar ne obojega.', 'not_found' => 'Licenca ni najdena', - 'create' => [ - 'error' => 'Licenca ni bila ustvarjena, poskusite znova.', - 'success' => 'Licenca je bila ustvarjena uspešno.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Licenca ni bila ustvarjena, poskusite znova.', + 'success' => 'Licenca je bila ustvarjena uspešno.' + ), + + 'deletefile' => array( 'error' => 'Datoteka ni izbrisana. Prosim poskusite ponovno.', 'success' => 'Datoteka je uspešno izbrisana.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Datoteka(e) niso naložene. Prosim poskusite ponovno.', 'success' => 'Datoteka(e) so bile uspešno naložene.', 'nofiles' => 'Niste izbrali nobenih datotek za nalaganje, ali je datoteka ki jo poskušate naložiti prevelika', 'invalidfiles' => 'Ena ali več vaših datotek je prevelika ali pa je tip datoteke, ki ni dovoljen. Dovoljeni tipi datotek so png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml in lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Licenca ni bila posodobljena, poskusite znova', - 'success' => 'Licenca je bila posodobljena uspešno.', - ], + 'success' => 'Licenca je bila posodobljena uspešno.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Ali ste prepričani, da želite izbrisati to licenco?', 'error' => 'Prišlo je do težave z brisanjem licence. Prosim poskusite ponovno.', - 'success' => 'Licenca je bila uspešno izbrisana.', - ], + 'success' => 'Licenca je bila uspešno izbrisana.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Prišlo je do težave pri izdji licence. Prosim poskusite ponovno.', - 'success' => 'Licenca je uspešno izdana', - ], + 'success' => 'Licenca je uspešno izdana' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Prišlo je do težave pri prevzemu licence. Prosim poskusite ponovno.', - 'success' => 'Licenca je uspešno prevzeta', - ], + 'success' => 'Licenca je uspešno prevzeta' + ), -]; +); diff --git a/resources/lang/sl/admin/licenses/table.php b/resources/lang/sl/admin/licenses/table.php index c189aa4fce..34dea18ec5 100644 --- a/resources/lang/sl/admin/licenses/table.php +++ b/resources/lang/sl/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Dodeljena', 'checkout' => 'Prejeto/Izdano', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serijska številka', 'title' => 'Licenca', -]; +); diff --git a/resources/lang/sl/admin/locations/message.php b/resources/lang/sl/admin/locations/message.php index d051e7ccdc..19ae2fc3be 100644 --- a/resources/lang/sl/admin/locations/message.php +++ b/resources/lang/sl/admin/locations/message.php @@ -1,26 +1,27 @@ 'Lokacija ne obstaja.', 'assoc_users' => 'Ta lokacija je trenutno povezana z vsaj enim uporabnikom in je ni mogoče izbrisati. Prosimo, posodobite svoje uporabnike, da ne bodo več vsebovali te lokacije in poskusite znova. ', 'assoc_assets' => 'Ta lokacija je trenutno povezana z vsaj enim sredstvom in je ni mogoče izbrisati. Prosimo, posodobite svoja sredstva, da ne bodo več vsebovali te lokacije in poskusite znova. ', 'assoc_child_loc' => 'Ta lokacija je trenutno starš vsaj ene lokacije otroka in je ni mogoče izbrisati. Posodobite svoje lokacije, da ne bodo več vsebovale te lokacije in poskusite znova. ', - 'create' => [ + + 'create' => array( 'error' => 'Lokacija ni bila ustvarjena, poskusite znova.', - 'success' => 'Lokacija je bila uspešno ustvarjena.', - ], + 'success' => 'Lokacija je bila uspešno ustvarjena.' + ), - 'update' => [ + 'update' => array( 'error' => 'Lokacija ni posodobljena, poskusite znova', - 'success' => 'Lokacija je bila posodobljena.', - ], + 'success' => 'Lokacija je bila posodobljena.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Ali ste prepričani, da želite izbrisati to lokacijo?', 'error' => 'Prišlo je do težave z brisanjem lokacije. Prosim poskusite ponovno.', - 'success' => 'Lokacija je bila uspešno izbrisana.', - ], + 'success' => 'Lokacija je bila uspešno izbrisana.' + ) -]; +); diff --git a/resources/lang/sl/admin/locations/table.php b/resources/lang/sl/admin/locations/table.php index 2b0ce0bd0b..7c0873a661 100644 --- a/resources/lang/sl/admin/locations/table.php +++ b/resources/lang/sl/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Starš', 'currency' => 'Lokalna valuta', 'ldap_ou' => 'LDAP Search OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/sl/admin/manufacturers/table.php b/resources/lang/sl/admin/manufacturers/table.php index 1e66c10f4b..2e2dad4c80 100644 --- a/resources/lang/sl/admin/manufacturers/table.php +++ b/resources/lang/sl/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'O proizvajalcih', 'about_manufacturers_text' => 'Proizvajalci so podjetja, ki ustvarjajo vaša sredstva. Tukaj lahko shranite pomembne kontaktne informacije o stikih, ki bodo prikazane na straneh s podrobnostmi o sredstvih.', 'asset_manufacturers' => 'Proizvajalci sredstev', @@ -13,4 +13,4 @@ return [ 'update' => 'Posodobi proizvajalca', 'url' => 'URL', -]; +); diff --git a/resources/lang/sl/admin/models/message.php b/resources/lang/sl/admin/models/message.php index bc16600775..d710a868d1 100644 --- a/resources/lang/sl/admin/models/message.php +++ b/resources/lang/sl/admin/models/message.php @@ -1,41 +1,42 @@ 'Model ne obstaja.', 'assoc_users' => 'Ta model je trenutno povezan z enim ali več sredstvi in ga ni mogoče izbrisati. Prosimo, izbrišite sredstva in poskusite zbrisati znova. ', - 'create' => [ + + 'create' => array( 'error' => 'Model ni bil ustvarjen, poskusite znova.', 'success' => 'Model je bil uspešno ustvarjen.', 'duplicate_set' => 'Model sredstva s tem imenom, proizvajalcem in številko modela že obstaja.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model ni bil posodobljen, poskusite znova', - 'success' => 'Model je bil uspešno posodobljen.', - ], + 'success' => 'Model je bil uspešno posodobljen.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Ali ste prepričani, da želite izbrisati ta model sredstva?', 'error' => 'Prišlo je do težave pri brisanju modela. Prosim poskusite ponovno.', - 'success' => 'Model je bil uspešno izbrisan.', - ], + 'success' => 'Model je bil uspešno izbrisan.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Model ni bil obnovljen, poskusite znova', - 'success' => 'Model je bil uspešno obnovljen.', - ], + 'success' => 'Model je bil uspešno obnovljen.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Polja niso bila spremenjena, nič ni posodobljeno.', - 'success' => 'Modeli so posodobljeni.', - ], + 'success' => 'Modeli so posodobljeni.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Modeli niso bili izbrani, nič ni izbrisano.', 'success' => ': model (i) so izbrisani!', - 'success_partial' => ': modeli so bili izbrisani, vendar: fail_count ni bilo mogoče izbrisati, ker so še vedno sredstva, povezana z njimi.', - ], + 'success_partial' => ': modeli so bili izbrisani, vendar: fail_count ni bilo mogoče izbrisati, ker so še vedno sredstva, povezana z njimi.' + ), -]; +); diff --git a/resources/lang/sl/admin/models/table.php b/resources/lang/sl/admin/models/table.php index 06bdbadfa5..2cb9698acb 100644 --- a/resources/lang/sl/admin/models/table.php +++ b/resources/lang/sl/admin/models/table.php @@ -1,6 +1,6 @@ 'Ustvarite model sredstva', 'created_at' => 'Ustvarjen ob', @@ -14,4 +14,4 @@ return [ 'update' => 'Posodobi model sredstva', 'clone' => 'Kloniraj model', 'edit' => 'Uredi model', -]; +); diff --git a/resources/lang/sl/admin/reports/general.php b/resources/lang/sl/admin/reports/general.php index 38cf1a4a06..f2d72371ab 100644 --- a/resources/lang/sl/admin/reports/general.php +++ b/resources/lang/sl/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Izberite možnosti, ki jih želite za poročilo o sredstvih.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/sl/admin/reports/message.php b/resources/lang/sl/admin/reports/message.php index 61daa4aa95..9fee01dea9 100644 --- a/resources/lang/sl/admin/reports/message.php +++ b/resources/lang/sl/admin/reports/message.php @@ -1,5 +1,5 @@ 'Izbrati morate vsaj eno možnost.', -]; +return array( + 'error' => 'Izbrati morate vsaj eno možnost.' +); diff --git a/resources/lang/sl/admin/settings/general.php b/resources/lang/sl/admin/settings/general.php index 38ec02082d..b38f08bcdc 100644 --- a/resources/lang/sl/admin/settings/general.php +++ b/resources/lang/sl/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Domena Active Directory', 'ad_domain_help' => 'To je včasih enako kot vaša domena e-pošte, vendar ne vedno.', 'ad_append_domain_label' => 'Dodaj ime domene', 'ad_append_domain' => 'Dodaj ime domene polju z uporabniškim imenom', - 'ad_append_domain_help' => 'Uporabniku ni potrebno vnesti "uporabnisko-ime@domena.local", vnesejo lahko le "uporabnisko-ime".' , + 'ad_append_domain_help' => 'Uporabniku ni potrebno vnesti "uporabnisko-ime@domena.local", vnesejo lahko le "uporabnisko-ime".', 'admin_cc_email' => 'E-pošta v vednost', 'admin_cc_email_help' => 'V kolikor želite poslati kopijo sprejemne/izdajne e-pošte poslane uporabnikom tudi na dodaten e-poštni račun, ga vnesite tu. V nasprotnem primeru pustite polje prazno.', 'is_ad' => 'To je strežnik Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Pošlji opozorila na', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Opozorila e-pošte so omogočena', 'alert_interval' => 'Prag za opozorilo pri poteku (v dneh)', 'alert_inv_threshold' => 'Prag za opozorilo pri inventuri', 'allow_user_skin' => 'Dovoli uporabniške preobleke', - 'allow_user_skin_help_text' => 'Potrditev tega polja bo uporabnikom omogočila spremembo preobleke uporabniškega vmesnika z drugo.' , + 'allow_user_skin_help_text' => 'Potrditev tega polja bo uporabnikom omogočila spremembo preobleke uporabniškega vmesnika z drugo.', 'asset_ids' => 'ID sredstva', 'audit_interval' => 'Revizijski interval', 'audit_interval_help' => 'Če boste morali redno fizično pregledovati svoja sredstva, vnesite interval v mesecih.', 'audit_warning_days' => 'Prag za opozorilo o reviziji', 'audit_warning_days_help' => 'Koliko dni vnaprej vas opozorimo, kdaj so sredstva namenjena za revizijo?', - 'auto_increment_assets' => 'Ustvari samodejno povečanje ID-jev sredstev', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Predpona (neobvezno)', - 'auto_incrementing_help' => 'Najprej omogočite samodejno povečanje ID-jev sredstev', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Varnostna kopija', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/sl/help.php b/resources/lang/sl/help.php index ea1ea539a4..909617e5d2 100644 --- a/resources/lang/sl/help.php +++ b/resources/lang/sl/help.php @@ -1,6 +1,6 @@ "Več informacij", + 'more_info_title' => 'Več informacij', - "audit_help" => "Če potrdite to polje, boste spremenili zapis sredstva, da bo odražal to novo lokacijo. Če je ne potrdite, boste lokacijo preprosto zabeležili v revizijskem dnevniku. :db_column
but should be :expected .'
];
diff --git a/resources/lang/sr-CS/admin/custom_fields/message.php b/resources/lang/sr-CS/admin/custom_fields/message.php
index c5d1134d5f..ed66a6ba16 100644
--- a/resources/lang/sr-CS/admin/custom_fields/message.php
+++ b/resources/lang/sr-CS/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'That field does not exist.',
'already_added' => 'Field already added',
- 'create' => [
+ 'create' => array(
'error' => 'Field was not created, please try again.',
'success' => 'Field created successfully.',
- 'assoc_success' => 'Field successfully added to fieldset.',
- ],
+ 'assoc_success' => 'Field successfully added to fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Field was not updated, please try again',
- 'success' => 'Field updated successfully.',
- ],
+ 'success' => 'Field updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this field?',
'error' => 'There was an issue deleting the field. Please try again.',
'success' => 'The field was deleted successfully.',
'in_use' => 'Field is still in use.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset does not exist',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset was not created, please try again.',
- 'success' => 'Fieldset created successfully.',
- ],
+ 'success' => 'Fieldset created successfully.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset was not updated, please try again',
- 'success' => 'Fieldset updated successfully.',
- ],
+ 'success' => 'Fieldset updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this fieldset?',
'error' => 'There was an issue deleting the fieldset. Please try again.',
'success' => 'The fieldset was deleted successfully.',
'in_use' => 'Fieldset is still in use.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/sr-CS/admin/departments/message.php b/resources/lang/sr-CS/admin/departments/message.php
index fb5605bb6b..3593efeba5 100644
--- a/resources/lang/sr-CS/admin/departments/message.php
+++ b/resources/lang/sr-CS/admin/departments/message.php
@@ -1,21 +1,21 @@
'Department ne postoji.',
'assoc_users' => 'Ovaj je department je trenutno povezan s barem jednim korisnikom i ne može se izbrisati. Ažurirajte svoje korisnike da se više ne referenciraju na ovaj department i pokušajte ponovo. ',
- 'create' => [
+ 'create' => array(
'error' => 'Dep. nije kreiran, pokušajte ponovo.',
- 'success' => 'Dep. uspešno kreiran.',
- ],
- 'update' => [
+ 'success' => 'Dep. uspešno kreiran.'
+ ),
+ 'update' => array(
'error' => 'Dep. nije ažuriran, pokušajte ponovo',
- 'success' => 'Dep. uspešno ažuriran.',
- ],
- 'delete' => [
+ 'success' => 'Dep. uspešno ažuriran.'
+ ),
+ 'delete' => array(
'confirm' => 'Da li ste sigurni da želite izbrisati ovaj dep.?',
'error' => 'Došlo je do problema s brisanjem dep. Molim pokušaj te ponovo.',
- 'success' => 'Dep. je uspešno izbrisan.',
- ],
+ 'success' => 'Dep. je uspešno izbrisan.'
+ )
-];
+);
diff --git a/resources/lang/sr-CS/admin/departments/table.php b/resources/lang/sr-CS/admin/departments/table.php
index 0bd37e6980..2196e45a0a 100644
--- a/resources/lang/sr-CS/admin/departments/table.php
+++ b/resources/lang/sr-CS/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Naziv Departmenta',
@@ -8,4 +8,4 @@ return [
'location' => 'Lokacija',
'create' => 'Kreiraj department',
'update' => 'Ažuriraj department',
- ];
+ );
diff --git a/resources/lang/sr-CS/admin/depreciations/general.php b/resources/lang/sr-CS/admin/depreciations/general.php
index 8456f982a2..7b09f53b92 100644
--- a/resources/lang/sr-CS/admin/depreciations/general.php
+++ b/resources/lang/sr-CS/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Amortizacija imovine',
'create' => 'Kreiraj amortizaciju',
'depreciation_name' => 'Naziv amortizacije',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Broj meseci',
'update' => 'Ažuriraj amortizaciju',
- 'depreciation_min' => 'Minimalna vrednost nakon amortizacije'
-
+ 'depreciation_min' => 'Minimalna vrednost nakon amortizacije',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/sr-CS/admin/depreciations/message.php b/resources/lang/sr-CS/admin/depreciations/message.php
index 477e5b7d13..2e28b92a51 100644
--- a/resources/lang/sr-CS/admin/depreciations/message.php
+++ b/resources/lang/sr-CS/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Klasa amortizacije ne postoji.',
'assoc_users' => 'Amortizacija je trenutno povezana s jednim ili više modela i ne može se izbrisati. Izbrišite modele i pokušajte ponovo izbrisati. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Klasa amortizacije nije kreirana, pokušajte ponovo. :(',
- 'success' => 'Klasa amortizacije uspješno je kreirana. :)',
- ],
+ 'success' => 'Klasa amortizacije uspješno je kreirana. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Klasa amortizacije nije ažurirana, pokušajte ponovo',
- 'success' => 'Klasa amortizacije uspešno ažurirana.',
- ],
+ 'success' => 'Klasa amortizacije uspešno ažurirana.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Jeste li sigurni da želite izbrisati ovu klasu amortizacije?',
'error' => 'Došlo je do problema s brisanjem klase amortizacije. Molim pokušajte ponovo.',
- 'success' => 'Klasa amortizacije uspešno je izbrisana.',
- ],
+ 'success' => 'Klasa amortizacije uspešno je izbrisana.'
+ )
-];
+);
diff --git a/resources/lang/sr-CS/admin/depreciations/table.php b/resources/lang/sr-CS/admin/depreciations/table.php
index cf0a091382..d440b67285 100644
--- a/resources/lang/sr-CS/admin/depreciations/table.php
+++ b/resources/lang/sr-CS/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Meseci',
'term' => 'Termin',
'title' => 'Naziv ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/sr-CS/admin/groups/message.php b/resources/lang/sr-CS/admin/groups/message.php
index 436d0d4ffb..f54b4f72a7 100644
--- a/resources/lang/sr-CS/admin/groups/message.php
+++ b/resources/lang/sr-CS/admin/groups/message.php
@@ -1,22 +1,22 @@
'Grupa već postoji!',
'group_not_found' => 'Grupa [: id] ne postoji.',
'group_name_required' => 'Polje naziv je obavezno',
- 'success' => [
+ 'success' => array(
'create' => 'Grupa je uspešno kreirana.',
'update' => 'Grupa je uspešno ažurirana.',
'delete' => 'Grupa je uspešno izbrisana.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Jeste li sigurni da želite izbrisati ovu grupu?',
'create' => 'Došlo je do problema u kreiranju grupe. Molim pokušajte ponovo.',
'update' => 'Došlo je do problema s ažuriranjem grupe. Molim pokušajte ponovo.',
'delete' => 'Došlo je do problema sa brisanjem grupe. Molim pokušajte ponovo.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/sr-CS/admin/groups/table.php b/resources/lang/sr-CS/admin/groups/table.php
index 415f40fe00..71d9b08b11 100644
--- a/resources/lang/sr-CS/admin/groups/table.php
+++ b/resources/lang/sr-CS/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Naziv',
'users' => '# korisnika',
-];
+);
diff --git a/resources/lang/sr-CS/admin/groups/titles.php b/resources/lang/sr-CS/admin/groups/titles.php
index 8e32da1cef..f6d9dc58d0 100644
--- a/resources/lang/sr-CS/admin/groups/titles.php
+++ b/resources/lang/sr-CS/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Administrator grupe',
'allow' => 'Dozvoli',
'deny' => 'Zabrani',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/sr-CS/admin/hardware/form.php b/resources/lang/sr-CS/admin/hardware/form.php
index 5077a520a4..80fa560424 100644
--- a/resources/lang/sr-CS/admin/hardware/form.php
+++ b/resources/lang/sr-CS/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garancija',
'warranty_expires' => 'Garancija ističe',
'years' => 'godina',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/sr-CS/admin/hardware/general.php b/resources/lang/sr-CS/admin/hardware/general.php
index dac9370175..2d78b952d2 100644
--- a/resources/lang/sr-CS/admin/hardware/general.php
+++ b/resources/lang/sr-CS/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Može da se potražuje',
'requested' => 'Zatraženo',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restore Asset',
'pending' => 'U čekanju',
'undeployable' => 'Ne može da se razmesti',
'view' => 'Prikaz imovine',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/sr-CS/admin/hardware/message.php b/resources/lang/sr-CS/admin/hardware/message.php index afe3dffadb..86dfda5e5d 100644 --- a/resources/lang/sr-CS/admin/hardware/message.php +++ b/resources/lang/sr-CS/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Upozorenje: Ovaj resurs, imovina je označena kao trenutno nedeljiva. Ako se ovaj status promenio, ažurirajte status imovine.', 'does_not_exist' => 'Imovina ne postoji.', - 'does_not_exist_or_not_requestable' => 'Dobar pokušaj. Ta imovina ne postoji ili nije moguće da se potražuje.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Ovaj je resurs trenutno poveren korisniku i ne može se izbrisati. Najprije proverite resurs, a zatim ponovo pokušajte brisanje. ', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Provera imovine uspešno je evidentirana.', ], + 'deletefile' => [ 'error' => 'Fajl nije izbrisan. Molim pokušajte ponovo.', 'success' => 'Fajl uspešno obrisan.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Fajl nime moguće izbrisati', ], + 'delete' => [ 'confirm' => 'Jeste li sigurni da želite izbrisati ovaj resurs?', 'error' => 'Došlo je do problema s brisanjem resursa. Molim pokušajte ponovo.', diff --git a/resources/lang/sr-CS/admin/hardware/table.php b/resources/lang/sr-CS/admin/hardware/table.php index cf935be6eb..99fbfb2916 100644 --- a/resources/lang/sr-CS/admin/hardware/table.php +++ b/resources/lang/sr-CS/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Oznaka imovine', 'asset_model' => 'Model', - 'book_value' => 'Vrednost', + 'book_value' => 'Current Value', 'change' => 'U/I', 'checkout_date' => 'Datum odjave', 'checkoutto' => 'Odjavljen', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Download CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serial', 'status' => 'Status', 'title' => 'Imovina ', - 'image' => 'Slika uređaja', + 'image' => 'Slika uređaja', 'days_without_acceptance' => 'Days Without Acceptance', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/sr-CS/admin/kits/general.php b/resources/lang/sr-CS/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/sr-CS/admin/kits/general.php +++ b/resources/lang/sr-CS/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/sr-CS/admin/licenses/form.php b/resources/lang/sr-CS/admin/licenses/form.php index 478f9f51ea..ee48a88c84 100644 --- a/resources/lang/sr-CS/admin/licenses/form.php +++ b/resources/lang/sr-CS/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Imovina', 'checkin' => 'Checkin', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licensed to Email', 'to_name' => 'Licencirano za ime', 'update' => 'Ažuriraj licencu', - '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' => '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.' +); diff --git a/resources/lang/sr-CS/admin/licenses/general.php b/resources/lang/sr-CS/admin/licenses/general.php index 48f0332079..4c76ec7d96 100644 --- a/resources/lang/sr-CS/admin/licenses/general.php +++ b/resources/lang/sr-CS/admin/licenses/general.php @@ -1,6 +1,6 @@ 'O licencama', 'about_licenses' => 'Licence se koriste za praćenje softvera. Imaju određeni broj mesta koja se mogu dodeliti pojedincima', 'checkin' => 'Checkin License Seat', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Licence za softver', 'user' => 'Korisnik', 'view' => 'Prikaži licencu', -]; +); diff --git a/resources/lang/sr-CS/admin/licenses/message.php b/resources/lang/sr-CS/admin/licenses/message.php index 929b104e9d..4031d9371e 100644 --- a/resources/lang/sr-CS/admin/licenses/message.php +++ b/resources/lang/sr-CS/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Lokacija ne postoji.', 'user_does_not_exist' => 'Korisnik ne postoji.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Morate odabrati neku vrstu imovine ili korisnika, ali ne oboje.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Licenca nije kreirana, pokušajte ponovo.', - 'success' => 'Licenca je uspješno kreirana.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Licenca nije kreirana, pokušajte ponovo.', + 'success' => 'Licenca je uspješno kreirana.' + ), + + 'deletefile' => array( 'error' => 'Datoteka nije izbrisana. Molim pokušajte ponovo.', 'success' => 'Datoteka je uspešno obrisana.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Datoteke nisu prenesene. Molim pokušajte ponovo.', 'success' => 'Datoteke su uspešno učitane.', 'nofiles' => 'Niste odabrali nijednu datoteku za prenos ili je datoteka koju pokušavate preneti prevelika', 'invalidfiles' => 'Jedna ili više datoteka je prevelika ili je vrsta datoteke koja nije dopuštena. Dopuštene vrste datoteka su png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml i lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Licenca nije ažurirana, pokušajte ponovo', - 'success' => 'Licenca je uspješno ažurirana.', - ], + 'success' => 'Licenca je uspješno ažurirana.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Jeste li sigurni da želite izbrisati ovu licencu?', 'error' => 'Došlo je do problema sa brisanjem licence. Molim pokušajte ponovo.', - 'success' => 'Licenca je uspešno obrisana.', - ], + 'success' => 'Licenca je uspešno obrisana.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Došlo je do problema prilikom provere licence. Molim pokušajte ponovo.', - 'success' => 'Licenca je uspešno proverena', - ], + 'success' => 'Licenca je uspešno proverena' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Došlo je do problema prilikom provere licence. Molim pokušajte ponovo.', - 'success' => 'Licenca je uspešno proverena', - ], + 'success' => 'Licenca je uspešno proverena' + ), -]; +); diff --git a/resources/lang/sr-CS/admin/licenses/table.php b/resources/lang/sr-CS/admin/licenses/table.php index 62f50cae4c..1bb8ba5671 100644 --- a/resources/lang/sr-CS/admin/licenses/table.php +++ b/resources/lang/sr-CS/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Dodeljena', 'checkout' => 'In/Out', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serial', 'title' => 'Licenca', -]; +); diff --git a/resources/lang/sr-CS/admin/locations/message.php b/resources/lang/sr-CS/admin/locations/message.php index 6be1693e20..e631cf5acd 100644 --- a/resources/lang/sr-CS/admin/locations/message.php +++ b/resources/lang/sr-CS/admin/locations/message.php @@ -1,26 +1,27 @@ 'Lokacija ne postoji.', 'assoc_users' => 'Ta je lokacija trenutno povezana s barem jednim korisnikom i ne može se izbrisati. Ažurirajte korisnike da više se ne referenciraju na ovu lokaciju i pokušajte ponovno. ', 'assoc_assets' => 'Ta je lokacija trenutno povezana s barem jednim resursom i ne može se izbrisati. Ažurirajte resurs da se više ne referencira na tu lokaciju i pokušajte ponovno. ', 'assoc_child_loc' => 'Ta je lokacija trenutno roditelj najmanje jednoj podredjenoj lokaciji i ne može se izbrisati. Ažurirajte svoje lokacije da se više ne referenciraju na ovu lokaciju i pokušajte ponovo. ', - 'create' => [ + + 'create' => array( 'error' => 'Lokacija nije kreirana, pokušajte ponovo.', - 'success' => 'Lokacija je uspešno kreirana.', - ], + 'success' => 'Lokacija je uspešno kreirana.' + ), - 'update' => [ + 'update' => array( 'error' => 'Lokacija nije ažurirana, pokušajte ponovo', - 'success' => 'Lokacija je uspešno ažurirana.', - ], + 'success' => 'Lokacija je uspešno ažurirana.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Jeste li sigurni da želite izbrisati tu lokaciju?', 'error' => 'Došlo je do problema s brisanjem lokacije. Molim pokušajte ponovo.', - 'success' => 'Lokacija je uspešno obrisana.', - ], + 'success' => 'Lokacija je uspešno obrisana.' + ) -]; +); diff --git a/resources/lang/sr-CS/admin/locations/table.php b/resources/lang/sr-CS/admin/locations/table.php index 0c60531133..a39cfb64e7 100644 --- a/resources/lang/sr-CS/admin/locations/table.php +++ b/resources/lang/sr-CS/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Parent', 'currency' => 'Valuta lokacije', 'ldap_ou' => 'LDAP pretraživanje OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/sr-CS/admin/manufacturers/message.php b/resources/lang/sr-CS/admin/manufacturers/message.php index 69cbcb2195..9e2b26804b 100644 --- a/resources/lang/sr-CS/admin/manufacturers/message.php +++ b/resources/lang/sr-CS/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Proizvođač ne postoji.', 'assoc_users' => 'Ovaj je proizvođač trenutno povezan s barem jednim modelom i ne može se izbrisati. Ažurirajte svoje modele da se više ne referenciraju na ovog proizvođača i pokušajte ponovno. ', - 'create' => [ + 'create' => array( 'error' => 'Proizvođač nije kreiran, pokušajte ponovo.', - 'success' => 'Proizvođač je uspešno kreiran.', - ], + 'success' => 'Proizvođač je uspešno kreiran.' + ), - 'update' => [ + 'update' => array( 'error' => 'Proizvođač nije ažuriran, pokušajte ponovo', - 'success' => 'Proizvođač je uspešno ažuriran.', - ], + 'success' => 'Proizvođač je uspešno ažuriran.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Proizvodjač nije obnovljen, pokušajte ponovo', - 'success' => 'Proizvodjač je uspešno obnovljen.', - ], + 'success' => 'Proizvodjač je uspešno obnovljen.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Jeste li sigurni da želite izbrisati ovog proizvodjača?', 'error' => 'Došlo je do problema sa brisanjem proizvodjača. Molim pokušajte ponovo.', - 'success' => 'Proizvodjač je uspešno izbrisan.', - ], + 'success' => 'Proizvodjač je uspešno izbrisan.' + ) -]; +); diff --git a/resources/lang/sr-CS/admin/manufacturers/table.php b/resources/lang/sr-CS/admin/manufacturers/table.php index 41e5711102..75e52c5e02 100644 --- a/resources/lang/sr-CS/admin/manufacturers/table.php +++ b/resources/lang/sr-CS/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'O proizvođačima', 'about_manufacturers_text' => 'Proizvođači su firme koje prave vašu imovinu. Ovde možete uneti važne informacije o kontaktima za podršku i ovi podaci će se prikazati na stranicama sa detaljima o imovini.', 'asset_manufacturers' => 'Prodavači imovine', @@ -13,4 +13,4 @@ return [ 'update' => 'Ažuriraj proizvođača', 'url' => 'URL', -]; +); diff --git a/resources/lang/sr-CS/admin/models/general.php b/resources/lang/sr-CS/admin/models/general.php index 4b42fe6229..8b3de6debf 100644 --- a/resources/lang/sr-CS/admin/models/general.php +++ b/resources/lang/sr-CS/admin/models/general.php @@ -1,6 +1,6 @@ 'O modelu imovine', 'about_models_text' => 'Modeli imovine su način grupisanja identične imovine. "MBP 2013", "IPhone 6s" itd.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Želite da obrišete :model_count asset models.', 'restore' => 'Vraćanje modela', 'requestable' => 'Korisnici mogu zatražiti ovaj model', - 'show_mac_address' => 'Show MAC address field in assets in this model', + 'show_mac_address' => 'Show MAC address field in assets in this model', 'view_deleted' => 'Prikaži izbrisano', 'view_models' => 'Pogledajte modele', 'fieldset' => 'Fieldset', 'no_custom_field' => 'No custom fields', 'add_default_values' => 'Add default values', -]; +); diff --git a/resources/lang/sr-CS/admin/models/message.php b/resources/lang/sr-CS/admin/models/message.php index f7e6a7731a..c63a1b282a 100644 --- a/resources/lang/sr-CS/admin/models/message.php +++ b/resources/lang/sr-CS/admin/models/message.php @@ -1,41 +1,42 @@ 'Model ne postoji.', 'assoc_users' => 'Ovaj je model trenutno povezan s jednom ili više imovina i ne može se izbrisati. Izbrišite imovinu pa pokušajte ponovo. ', - 'create' => [ + + 'create' => array( 'error' => 'Model nije kreiran, pokušajte ponovo.', 'success' => 'Model je uspešno kreiran.', 'duplicate_set' => 'Model imovine s tim nazivom, proizvođačem i brojem modela već postoji.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model nije ažuriran, pokušajte ponovo', - 'success' => 'Model je uspešno ažuriran.', - ], + 'success' => 'Model je uspešno ažuriran.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Jeste li sigurni da želite izbrisati ovaj model imovine?', 'error' => 'Došlo je do problema s brisanjem modela. Molim pokušajte ponovo.', - 'success' => 'Model je uspešno izbrisan.', - ], + 'success' => 'Model je uspešno izbrisan.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Model nije obnovljen, pokušajte ponovo', - 'success' => 'Model je uspešno obnovljen.', - ], + 'success' => 'Model je uspešno obnovljen.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Polja nisu menjana, tako da ništa nije ažurirano.', - 'success' => 'Modeli su ažurirani.', - ], + 'success' => 'Modeli su ažurirani.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Nijedan model nije odabran, tako da ništa nije izbrisano.', 'success' => ':success_count model(a) izbrisan(o)!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', - ], + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), -]; +); diff --git a/resources/lang/sr-CS/admin/models/table.php b/resources/lang/sr-CS/admin/models/table.php index 240710f9fb..654d3d9ff3 100644 --- a/resources/lang/sr-CS/admin/models/table.php +++ b/resources/lang/sr-CS/admin/models/table.php @@ -1,6 +1,6 @@ 'Kreiraj model imovine', 'created_at' => 'Kreirano', @@ -14,4 +14,4 @@ return [ 'update' => 'Ažuriraj model imovine', 'clone' => 'Kloniraj model', 'edit' => 'Uredi model', -]; +); diff --git a/resources/lang/sr-CS/admin/reports/general.php b/resources/lang/sr-CS/admin/reports/general.php index 6576c1997b..4ea0a95d19 100644 --- a/resources/lang/sr-CS/admin/reports/general.php +++ b/resources/lang/sr-CS/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Odaberite željene opcije za izveštaj o imovini.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/sr-CS/admin/reports/message.php b/resources/lang/sr-CS/admin/reports/message.php index 0b20d52624..827fb0f52e 100644 --- a/resources/lang/sr-CS/admin/reports/message.php +++ b/resources/lang/sr-CS/admin/reports/message.php @@ -1,5 +1,5 @@ 'Morate odabrati barem jednu opciju.', -]; +return array( + 'error' => 'Morate odabrati barem jednu opciju.' +); diff --git a/resources/lang/sr-CS/admin/settings/general.php b/resources/lang/sr-CS/admin/settings/general.php index d0a02c1275..ba723e0603 100644 --- a/resources/lang/sr-CS/admin/settings/general.php +++ b/resources/lang/sr-CS/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Active Directory domain', 'ad_domain_help' => 'Ovo je ponekad isto kao i vaš domen e-pošte, ali ne uvek.', 'ad_append_domain_label' => 'Append domain name', 'ad_append_domain' => 'Append domain name to username field', - 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".' , + 'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".', 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'Ovo je Active Directory server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Pošaljite upozorenja na', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Upozorenja na email su omogućena', 'alert_interval' => 'Expiring Alerts Threshold (in days)', 'alert_inv_threshold' => 'Inventory Alert Threshold', 'allow_user_skin' => 'Allow user skin', - 'allow_user_skin_help_text' => 'Čekiranjem ovog polja omogućava se korisniku da premosti UI \'skin\' sa nekim drugim.' , + 'allow_user_skin_help_text' => 'Čekiranjem ovog polja omogućava se korisniku da premosti UI \'skin\' sa nekim drugim.', 'asset_ids' => 'Asset IDs', 'audit_interval' => 'Interval revizije', 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/sr-CS/mail.php b/resources/lang/sr-CS/mail.php index 65eceedfe4..c21e444be1 100644 --- a/resources/lang/sr-CS/mail.php +++ b/resources/lang/sr-CS/mail.php @@ -60,7 +60,7 @@ return [ 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', 'the_following_item' => 'The following item has been checked in: ', 'low_inventory_alert' => 'Postoji :count artikla ispod minimalne zalihe ili će uskoro biti nizak. |Postoje :count artikla koji su ispod minimalne zalihe ili će uskoro biti.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Postoji :count licenci koja/e ističe u narednih treshold dana.|Postoje :count licencei koje ističu u narednih :treshold dana.', 'to_reset' => 'Da biste resetovali svoju :web lozinku, ispunite ovaj obrazac:', 'type' => 'Tip', diff --git a/resources/lang/sr-CS/pagination.php b/resources/lang/sr-CS/pagination.php index 565404778e..e2ceb371ee 100644 --- a/resources/lang/sr-CS/pagination.php +++ b/resources/lang/sr-CS/pagination.php @@ -1,6 +1,6 @@ 'Sljedeća »', -]; +); diff --git a/resources/lang/sr-CS/reminders.php b/resources/lang/sr-CS/reminders.php index 979c404089..1ecd7c0c5b 100644 --- a/resources/lang/sr-CS/reminders.php +++ b/resources/lang/sr-CS/reminders.php @@ -1,6 +1,6 @@ 'Lozinke moraju imati šest znakova i odgovarati potvrdi.', + "password" => "Lozinke moraju imati šest znakova i odgovarati potvrdi.", - 'user' => 'Korisničko ime ili e-adresa nisu ispravni', + "user" => "Korisničko ime ili e-adresa nisu ispravni", - 'token' => 'Token za reset lozinke nije ispravan.', + "token" => "Token za reset lozinke nije ispravan.", - 'sent' => 'Ako je pronađena odgovarajuća adresa e-pošte, podsetnik za lozinku je poslat!', + "sent" => "Ako je pronađena odgovarajuća adresa e-pošte, podsetnik za lozinku je poslat!", -]; +); diff --git a/resources/lang/sr-CS/table.php b/resources/lang/sr-CS/table.php index 58247918ca..eca3dcae76 100644 --- a/resources/lang/sr-CS/table.php +++ b/resources/lang/sr-CS/table.php @@ -1,10 +1,10 @@ 'Akcije', 'action' => 'Akcija', 'by' => 'By', 'item' => 'Artikal', -]; +); diff --git a/resources/lang/sr-CS/validation.php b/resources/lang/sr-CS/validation.php index 80d6c518a1..a61a5379d9 100644 --- a/resources/lang/sr-CS/validation.php +++ b/resources/lang/sr-CS/validation.php @@ -1,6 +1,6 @@ ':attribute mora biti najmanje :min znakova.', 'array' => ':attribute mora imati barem :min stavke.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Odabrani :attribute nije ispravan.', 'numeric' => ':attribute mora biti broj.', 'present' => ':attribute polje mora biti prisutno.', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute je već zauzet.', 'uploaded' => ':attribute nije prenet.', 'url' => ':attribute format je neispravan.', - "unique_undeleted" => ":attribute mora biti jedinstven.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => ':attribute mora biti jedinstven.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => ":attribute polje sadrži znak koji nije dozvoljen.", - "email_array" => "Jedna ili više email adresa nisu ispravne.", - "hashed_pass" => "Vaša lozinka je neispravna", + 'alpha_space' => ':attribute polje sadrži znak koji nije dozvoljen.', + 'email_array' => 'Jedna ili više email adresa nisu ispravne.', + 'hashed_pass' => 'Vaša lozinka je neispravna', 'dumbpwd' => 'Lozinka nije sigurna.', - "statuslabel_type" => "Morate odabrati ispravnu vrstu oznake statusa", + 'statuslabel_type' => 'Morate odabrati ispravnu vrstu oznake statusa', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/sv-SE/admin/accessories/general.php b/resources/lang/sv-SE/admin/accessories/general.php index dd900ebb74..ef2e34f563 100644 --- a/resources/lang/sv-SE/admin/accessories/general.php +++ b/resources/lang/sv-SE/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Tillbehörskategori', 'accessory_name' => 'Tillbehörsnamn', 'checkout' => 'Checka ut tillbehör', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Använd den primära EULA:n istället.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/sv-SE/admin/custom_fields/message.php b/resources/lang/sv-SE/admin/custom_fields/message.php
index 5c7b6f4555..fef4e94dda 100644
--- a/resources/lang/sv-SE/admin/custom_fields/message.php
+++ b/resources/lang/sv-SE/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Det fältet existerar inte.',
'already_added' => 'Fält som redan lagts till',
- 'create' => [
+ 'create' => array(
'error' => 'Fältet skapades inte, var vänlig försök igen.',
'success' => 'Fält skapat framgångsrikt.',
- 'assoc_success' => 'Fält med framgång tillfogas till fältet.',
- ],
+ 'assoc_success' => 'Fält med framgång tillfogas till fältet.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fältet uppdaterades inte, var vänlig försök igen',
- 'success' => 'Fältet uppdateras framgångsrikt.',
- ],
+ 'success' => 'Fältet uppdateras framgångsrikt.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Är du säker på att du vill radera det här fältet?',
'error' => 'Det gick inte att ta bort fältet. Var god försök igen.',
'success' => 'Fältet raderades framgångsrikt.',
'in_use' => 'Fältet är fortfarande i bruk.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset existerar inte',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset skapades inte, försök igen.',
- 'success' => 'Fältet skapades framgångsrikt.',
- ],
+ 'success' => 'Fältet skapades framgångsrikt.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset uppdaterades inte, försök igen',
- 'success' => 'Fältet uppdateras framgångsrikt.',
- ],
+ 'success' => 'Fältet uppdateras framgångsrikt.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Är du säker på att du vill radera den här fältet?',
'error' => 'Det gick inte att ta bort fältet. Var god försök igen.',
'success' => 'Fältet raderades framgångsrikt.',
'in_use' => 'Fieldset är fortfarande i bruk.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/sv-SE/admin/departments/message.php b/resources/lang/sv-SE/admin/departments/message.php
index d14402d412..8f06bd4d9e 100644
--- a/resources/lang/sv-SE/admin/departments/message.php
+++ b/resources/lang/sv-SE/admin/departments/message.php
@@ -1,21 +1,21 @@
'Avdelningen existerar inte.',
'assoc_users' => 'Den här avdelningen är för närvarande associerad med minst en användare och kan inte raderas. Uppdatera dina användare för att inte längre referera till den här avdelningen och försök igen.',
- 'create' => [
+ 'create' => array(
'error' => 'Avdelningen skapades inte, var god försök igen.',
- 'success' => 'Institutionen skapades framgångsrikt.',
- ],
- 'update' => [
+ 'success' => 'Institutionen skapades framgångsrikt.'
+ ),
+ 'update' => array(
'error' => 'Avdelningen uppdaterades inte, var god försök igen',
- 'success' => 'Avdelning uppdaterad framgångsrikt.',
- ],
- 'delete' => [
+ 'success' => 'Avdelning uppdaterad framgångsrikt.'
+ ),
+ 'delete' => array(
'confirm' => 'Är du säker på att du vill radera den här avdelningen?',
'error' => 'Det gick inte att ta bort avdelningen. Var god försök igen.',
- 'success' => 'Avdelningen har tagits bort framgångsrikt.',
- ],
+ 'success' => 'Avdelningen har tagits bort framgångsrikt.'
+ )
-];
+);
diff --git a/resources/lang/sv-SE/admin/departments/table.php b/resources/lang/sv-SE/admin/departments/table.php
index 0cfac6aabd..c261283075 100644
--- a/resources/lang/sv-SE/admin/departments/table.php
+++ b/resources/lang/sv-SE/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Avdelningsnamn',
@@ -8,4 +8,4 @@ return [
'location' => 'Plats',
'create' => 'Skapa avdelning',
'update' => 'Uppdateringsavdelning',
- ];
+ );
diff --git a/resources/lang/sv-SE/admin/depreciations/general.php b/resources/lang/sv-SE/admin/depreciations/general.php
index d30c3dcbb2..1cc4689850 100644
--- a/resources/lang/sv-SE/admin/depreciations/general.php
+++ b/resources/lang/sv-SE/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Avskrivningar av tillgångar',
'create' => 'Skapa avskrivningar',
'depreciation_name' => 'Avskrivningsnamn',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Antal Månader',
'update' => 'Uppdatera avskrivningar',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/sv-SE/admin/depreciations/message.php b/resources/lang/sv-SE/admin/depreciations/message.php
index 0860fb77d3..3464c7d3f1 100644
--- a/resources/lang/sv-SE/admin/depreciations/message.php
+++ b/resources/lang/sv-SE/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Denna avskrivningskategori existerar inte.',
'assoc_users' => 'Denna avskrivning är för närvarande kopplad till en eller flera modeller och kan inte raderas. Ta bort modellerna och försök sedan radera igen.',
- 'create' => [
+
+ 'create' => array(
'error' => 'Avskrivningsklassen skapades inte, försök igen. :(',
- 'success' => 'Avskrivningsklassen skapades framgångsrikt. :)',
- ],
+ 'success' => 'Avskrivningsklassen skapades framgångsrikt. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Avskrivningsklassen uppdaterades inte, var god försök igen',
- 'success' => 'Avskrivningsklassen uppdaterades framgångsrikt.',
- ],
+ 'success' => 'Avskrivningsklassen uppdaterades framgångsrikt.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Är du säker på att du vill ta bort denna avskrivningsklass?',
'error' => 'Det gick inte att ta bort avskrivningsklassen. Var god försök igen.',
- 'success' => 'Avskrivningsklassen har tagits bort.',
- ],
+ 'success' => 'Avskrivningsklassen har tagits bort.'
+ )
-];
+);
diff --git a/resources/lang/sv-SE/admin/depreciations/table.php b/resources/lang/sv-SE/admin/depreciations/table.php
index e8728cb183..bf4190db3b 100644
--- a/resources/lang/sv-SE/admin/depreciations/table.php
+++ b/resources/lang/sv-SE/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Månader',
'term' => 'Löptid',
'title' => 'Namn ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/sv-SE/admin/groups/message.php b/resources/lang/sv-SE/admin/groups/message.php
index 912be8bcbc..ae2b9253c5 100644
--- a/resources/lang/sv-SE/admin/groups/message.php
+++ b/resources/lang/sv-SE/admin/groups/message.php
@@ -1,22 +1,22 @@
'Gruppen existerar redan!',
'group_not_found' => 'Grupp [:id] existerar inte.',
'group_name_required' => 'Namnfältet är obligatoriskt',
- 'success' => [
+ 'success' => array(
'create' => 'Gruppen skapades.',
'update' => 'Gruppen uppdaterades.',
'delete' => 'Gruppen raderades.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Är du säker på att du vill radera denna grupp?',
'create' => 'Det uppstod ett problem med att skapa gruppen. Var god försök igen.',
'update' => 'Det uppstod ett problem med att uppdatera gruppen. Var god försök igen.',
'delete' => 'Det uppstod ett problem med att ta bort gruppen. Var god försök igen.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/sv-SE/admin/groups/table.php b/resources/lang/sv-SE/admin/groups/table.php
index 1b28b0670b..7dcf510e45 100644
--- a/resources/lang/sv-SE/admin/groups/table.php
+++ b/resources/lang/sv-SE/admin/groups/table.php
@@ -1,9 +1,9 @@
'ID',
'name' => 'Namn',
'users' => '# användare',
-];
+);
diff --git a/resources/lang/sv-SE/admin/groups/titles.php b/resources/lang/sv-SE/admin/groups/titles.php
index e08b8224bf..1711718563 100644
--- a/resources/lang/sv-SE/admin/groups/titles.php
+++ b/resources/lang/sv-SE/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Gruppadministratör',
'allow' => 'Tillåt',
'deny' => 'Neka',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/sv-SE/admin/hardware/form.php b/resources/lang/sv-SE/admin/hardware/form.php
index 3233f212d8..f942981313 100644
--- a/resources/lang/sv-SE/admin/hardware/form.php
+++ b/resources/lang/sv-SE/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garanti',
'warranty_expires' => 'Garantin löper ut',
'years' => 'år',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/sv-SE/admin/hardware/general.php b/resources/lang/sv-SE/admin/hardware/general.php
index cb24dd856b..4ca07a0d08 100644
--- a/resources/lang/sv-SE/admin/hardware/general.php
+++ b/resources/lang/sv-SE/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Tillgängliga',
'requested' => 'Begärda',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Återställ tillgången',
'pending' => 'Väntande',
'undeployable' => 'Undeployable',
'view' => 'Visa tillgång',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/sv-SE/admin/hardware/message.php b/resources/lang/sv-SE/admin/hardware/message.php index 8d20cebbfa..05aa9db52e 100644 --- a/resources/lang/sv-SE/admin/hardware/message.php +++ b/resources/lang/sv-SE/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Varning: Den här tillgången har markerats som omöjlig för närvarande. Om denna status har ändrats uppdaterar du tillgångsstatusen.', 'does_not_exist' => 'Tillgång existerar inte.', - 'does_not_exist_or_not_requestable' => 'Bra försök. Den tillgången existerar inte eller är inte tillgänglig.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Denna tillgång kontrolleras för närvarande till en användare och kan inte raderas. Kontrollera tillgången först och försök sedan radera igen.', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'Inventeringen av tillgången har loggats.', ], + 'deletefile' => [ 'error' => 'Filen har inte tagits bort. Var god försök igen.', 'success' => 'Filen har tagits bort.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Filen kunde inte raderas', ], + 'delete' => [ 'confirm' => 'Är du säker på att du vill radera den här tillgången?', 'error' => 'Det gick inte att ta bort tillgången. Var god försök igen.', diff --git a/resources/lang/sv-SE/admin/hardware/table.php b/resources/lang/sv-SE/admin/hardware/table.php index eee2f6c0ad..aaed337c5d 100644 --- a/resources/lang/sv-SE/admin/hardware/table.php +++ b/resources/lang/sv-SE/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Asset Tag', 'asset_model' => 'Modell', - 'book_value' => 'Värde', + 'book_value' => 'Current Value', 'change' => 'In ut', 'checkout_date' => 'Checkout Date', 'checkoutto' => 'Checkat ut', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Hämta CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serie', 'status' => 'Status', 'title' => 'Tillgång', - 'image' => 'Enhetsbild', + 'image' => 'Enhetsbild', 'days_without_acceptance' => 'Dagar utan godkännande', 'monthly_depreciation' => 'Månatlig avskrivning', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/sv-SE/admin/kits/general.php b/resources/lang/sv-SE/admin/kits/general.php index 552b53d9cb..0841e647fd 100644 --- a/resources/lang/sv-SE/admin/kits/general.php +++ b/resources/lang/sv-SE/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'Det finns inte tillräckligt med tillgängliga licenser av : license att checka ut. :qty krävs. ', 'none_consumables' => 'Det finns inte tillräckligt antal tillgängliga av : consumable att checka ut. :qty krävs. ', 'none_accessory' => 'Det finns inte tillräckligt antal tillgängliga av : accessory att checka ut. :qty krävs. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/sv-SE/admin/licenses/form.php b/resources/lang/sv-SE/admin/licenses/form.php index 591a3ecf00..08a6b09d20 100644 --- a/resources/lang/sv-SE/admin/licenses/form.php +++ b/resources/lang/sv-SE/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Tillgång', 'checkin' => 'Checka in', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licensierad till Email', 'to_name' => 'Licensierad till Namn', 'update' => 'Uppdateringslicens', - 'checkout_help' => 'Du måste kolla en licens ut till en maskinvaru tillgång eller en person. Du kan välja båda, men ägaren av tillgången måste matcha den person du kontrollerar tillgången ut till.', -]; + 'checkout_help' => 'Du måste kolla en licens ut till en maskinvaru tillgång eller en person. Du kan välja båda, men ägaren av tillgången måste matcha den person du kontrollerar tillgången ut till.' +); diff --git a/resources/lang/sv-SE/admin/licenses/general.php b/resources/lang/sv-SE/admin/licenses/general.php index 1d5db6a368..53c13c17f1 100644 --- a/resources/lang/sv-SE/admin/licenses/general.php +++ b/resources/lang/sv-SE/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Om licenser', 'about_licenses' => 'Licenser används för att spåra programvara. De har ett visst antal platser som kan checkas ut till individer', 'checkin' => 'Checkin License Seat', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Programvarulicenser', 'user' => 'Användare', 'view' => 'Visa licens', -]; +); diff --git a/resources/lang/sv-SE/admin/licenses/message.php b/resources/lang/sv-SE/admin/licenses/message.php index b19bfc186c..3745c4b493 100644 --- a/resources/lang/sv-SE/admin/licenses/message.php +++ b/resources/lang/sv-SE/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Licensen finns inte.', 'user_does_not_exist' => 'Användare finns inte.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Du måste välja en tillgång eller en användare, men inte båda.', 'not_found' => 'Licensen hittades inte', - 'create' => [ - 'error' => 'Licensen skapades inte, försök igen.', - 'success' => 'Licensen skapades framgångsrikt.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Licensen skapades inte, försök igen.', + 'success' => 'Licensen skapades framgångsrikt.' + ), + + 'deletefile' => array( 'error' => 'Filen har inte tagits bort. Var god försök igen.', 'success' => 'Filen har tagits bort.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Fil (er) inte uppladdade. Var god försök igen.', 'success' => 'Filer som har laddats upp.', 'nofiles' => 'Du valde inte några filer för uppladdning, eller filen du försöker ladda upp är för stor', 'invalidfiles' => 'En eller flera av dina filer är för stora eller är en filtyp som inte är tillåten. Tillåtna filtyper är png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml och lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Licensen uppdaterades inte, var god försök igen', - 'success' => 'Licensen uppdateras framgångsrikt.', - ], + 'success' => 'Licensen uppdateras framgångsrikt.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Är du säker på att du vill radera denna licens?', 'error' => 'Det gick inte att ta bort licensen. Var god försök igen.', - 'success' => 'Licensen har tagits bort.', - ], + 'success' => 'Licensen har tagits bort.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Det gick inte att kontrollera licensen. Var god försök igen.', - 'success' => 'Licensen utcheckades framgångsrikt', - ], + 'success' => 'Licensen utcheckades framgångsrikt' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Det gick inte att kontrollera licensen. Var god försök igen.', - 'success' => 'Licensen incheckades med framgång', - ], + 'success' => 'Licensen incheckades med framgång' + ), -]; +); diff --git a/resources/lang/sv-SE/admin/licenses/table.php b/resources/lang/sv-SE/admin/licenses/table.php index 2d581b28f4..f2410e0d30 100644 --- a/resources/lang/sv-SE/admin/licenses/table.php +++ b/resources/lang/sv-SE/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Tilldelats', 'checkout' => 'In ut', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serie', 'title' => 'Licens', -]; +); diff --git a/resources/lang/sv-SE/admin/locations/message.php b/resources/lang/sv-SE/admin/locations/message.php index bbd9fc154e..95bb95cad0 100644 --- a/resources/lang/sv-SE/admin/locations/message.php +++ b/resources/lang/sv-SE/admin/locations/message.php @@ -1,26 +1,27 @@ 'Platsen finns inte.', 'assoc_users' => 'Platsen är associerad med minst en användare och kan inte tas bort. Vänligen uppdatera dina användare så dom inte refererar till denna plats och försök igen.', 'assoc_assets' => 'Platsen är associerad med minst en tillgång och kan inte tas bort. Vänligen uppdatera dina tillgångar så dom inte refererar till denna plats och försök igen. ', 'assoc_child_loc' => 'Denna plats är för närvarande överliggande för minst en annan plats och kan inte tas bort. Vänligen uppdatera dina platser så dom inte längre refererar till denna och försök igen.', - 'create' => [ + + 'create' => array( 'error' => 'Platsen kunde inte skapas. Vänligen försök igen.', - 'success' => 'Platsen skapades.', - ], + 'success' => 'Platsen skapades.' + ), - 'update' => [ + 'update' => array( 'error' => 'Platsen kunde inte uppdateras. Vänligen försök igen', - 'success' => 'Platsen uppdaterades.', - ], + 'success' => 'Platsen uppdaterades.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Är du säker du vill ta bort denna plats?', 'error' => 'Ett fel inträffade när denna plats skulle tas bort. Vänligen försök igen.', - 'success' => 'Platsen har tagits bort.', - ], + 'success' => 'Platsen har tagits bort.' + ) -]; +); diff --git a/resources/lang/sv-SE/admin/locations/table.php b/resources/lang/sv-SE/admin/locations/table.php index 1d351024d7..5f4137b7ad 100644 --- a/resources/lang/sv-SE/admin/locations/table.php +++ b/resources/lang/sv-SE/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Förälder', 'currency' => 'Platsvaluta', 'ldap_ou' => 'LDAP-sökning OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/sv-SE/admin/manufacturers/message.php b/resources/lang/sv-SE/admin/manufacturers/message.php index 8664bbf0ea..ac230410c7 100644 --- a/resources/lang/sv-SE/admin/manufacturers/message.php +++ b/resources/lang/sv-SE/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Tillverkaren existerar inte.', 'assoc_users' => 'Tillverkaren är för tillfället associerad med en modell och kan inte tas bort. Vänligen uppdatera dina modeller till att inte vara associerade med denna tillverkare och försök igen. ', - 'create' => [ + 'create' => array( 'error' => 'Tillverkaren kunde inte skapas. Vänligen försök igen.', - 'success' => 'Tillverkaren skapades utan problem.', - ], + 'success' => 'Tillverkaren skapades utan problem.' + ), - 'update' => [ + 'update' => array( 'error' => 'Tillverkaren kunde inte uppdateras, vänligen försök igen', - 'success' => 'Tillverkaren uppdaterades utan problem.', - ], + 'success' => 'Tillverkaren uppdaterades utan problem.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Tillverkaren kunde inte återskapas. Vänligen försök igen', - 'success' => 'Tillverkaren återskapades utan problem.', - ], + 'success' => 'Tillverkaren återskapades utan problem.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Är du säker på att du vill ta bort?', 'error' => 'Det gick inte att ta bort tillverkaren. Vänligen försök igen.', - 'success' => 'Tillverkaren har tagits bort.', - ], + 'success' => 'Tillverkaren har tagits bort.' + ) -]; +); diff --git a/resources/lang/sv-SE/admin/manufacturers/table.php b/resources/lang/sv-SE/admin/manufacturers/table.php index 08af0f2de8..a54ae28bf1 100644 --- a/resources/lang/sv-SE/admin/manufacturers/table.php +++ b/resources/lang/sv-SE/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Om tillverkare', 'about_manufacturers_text' => 'Tillverkare är de företag som skapar dina tillgångar. Du kan lagra viktig supportkontaktinformation om dem här, som kommer att visas på dina tillgångssidor.', 'asset_manufacturers' => 'Tillverkare', @@ -13,4 +13,4 @@ return [ 'update' => 'Uppdatera Tillverkare', 'url' => 'URL', -]; +); diff --git a/resources/lang/sv-SE/admin/models/general.php b/resources/lang/sv-SE/admin/models/general.php index f0de34fe44..86a3308e61 100644 --- a/resources/lang/sv-SE/admin/models/general.php +++ b/resources/lang/sv-SE/admin/models/general.php @@ -1,6 +1,6 @@ 'Om modeller', 'about_models_text' => 'Modeller är ett sätt att gruppera identiska tillgångar. "Galaxy S20", "iPhone 12", etc.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Du håller på att ta bort: model_count modeller.', 'restore' => 'Återskapa Modell', 'requestable' => 'Användare kan begära denna modell', - 'show_mac_address' => 'Visa fältet MAC-adress för tillgångar av denna modell', + 'show_mac_address' => 'Visa fältet MAC-adress för tillgångar av denna modell', 'view_deleted' => 'Visa Borttagna', 'view_models' => 'Visa modeller', 'fieldset' => 'Fältsamling', 'no_custom_field' => 'Inga anpassade fält', 'add_default_values' => 'Lägg till standardvärden', -]; +); diff --git a/resources/lang/sv-SE/admin/models/message.php b/resources/lang/sv-SE/admin/models/message.php index b34286f377..76830cffec 100644 --- a/resources/lang/sv-SE/admin/models/message.php +++ b/resources/lang/sv-SE/admin/models/message.php @@ -1,41 +1,42 @@ 'Modellen finns inte.', 'assoc_users' => 'Denna modell är redan associerad med en eller flera tillgångar och kan inte tas bort. Ta bort tillgången och försök sedan igen. ', - 'create' => [ + + 'create' => array( 'error' => 'Modellen skapades inte, försök igen.', 'success' => 'Modellen skapad.', 'duplicate_set' => 'En tillgångsmodell med det namnet, tillverkaren och modellnumret finns redan.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Modellen uppdaterades inte, försök igen', - 'success' => 'Modellen uppdaterad.', - ], + 'success' => 'Modellen uppdaterad.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Är du säker på att du vill ta bort denna modell?', 'error' => 'Problem att ta bort modellen. Försök igen.', - 'success' => 'Modellen borttagen.', - ], + 'success' => 'Modellen borttagen.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Modellen återskapades inte, försök igen', - 'success' => 'Modellen återskapades.', - ], + 'success' => 'Modellen återskapades.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Inga fält ändrades, så ingenting uppdaterades.', - 'success' => 'Modeller uppdaterades.', - ], + 'success' => 'Modeller uppdaterades.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Inga tillgångar valdes, så ingenting togs bort.', 'success' => ': success_count modell (er) borttagen!', - 'success_partial' => ':success_count modell(erna) raderades, men :fail_count kunde inte raderas eftersom de fortfarande har tillgångar kopplade till sig.', - ], + 'success_partial' => ':success_count modell(erna) raderades, men :fail_count kunde inte raderas eftersom de fortfarande har tillgångar kopplade till sig.' + ), -]; +); diff --git a/resources/lang/sv-SE/admin/models/table.php b/resources/lang/sv-SE/admin/models/table.php index 1d9b0a230d..85395d261a 100644 --- a/resources/lang/sv-SE/admin/models/table.php +++ b/resources/lang/sv-SE/admin/models/table.php @@ -1,6 +1,6 @@ 'Skapa Modell', 'created_at' => 'Skapad den', @@ -14,4 +14,4 @@ return [ 'update' => 'Uppdatera modell', 'clone' => 'Kopiera Modell', 'edit' => 'Ändra Modell', -]; +); diff --git a/resources/lang/sv-SE/admin/reports/general.php b/resources/lang/sv-SE/admin/reports/general.php index 0506459e14..808228a155 100644 --- a/resources/lang/sv-SE/admin/reports/general.php +++ b/resources/lang/sv-SE/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Välj de alternativ du vill ha för din tillgångsrapport.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/sv-SE/admin/reports/message.php b/resources/lang/sv-SE/admin/reports/message.php index 0173976ae4..9260f0b343 100644 --- a/resources/lang/sv-SE/admin/reports/message.php +++ b/resources/lang/sv-SE/admin/reports/message.php @@ -1,5 +1,5 @@ 'Du måste välja minst ett alternativ.', -]; +return array( + 'error' => 'Du måste välja minst ett alternativ.' +); diff --git a/resources/lang/sv-SE/admin/settings/general.php b/resources/lang/sv-SE/admin/settings/general.php index 27b9d585df..73a762d6e8 100644 --- a/resources/lang/sv-SE/admin/settings/general.php +++ b/resources/lang/sv-SE/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Active Directory-domän', 'ad_domain_help' => 'Detta är ibland samma som din e-post domän, men inte alltid.', 'ad_append_domain_label' => 'Lägg till domännamn', 'ad_append_domain' => 'Lägg till domännamn i fältet användarnamn', - 'ad_append_domain_help' => 'Användaren behöver inte skriva "username@domain.local", det räcker att skriva "username".' , + 'ad_append_domain_help' => 'Användaren behöver inte skriva "username@domain.local", det räcker att skriva "username".', 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'Om du vill skicka en kopia av checkin / checkout-e-postmeddelanden som skickas till användare till ett extra e-postkonto, skriv det här. Annars lämnar du fältet tomt.', 'is_ad' => 'Detta är en Active Directory-server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Skicka larm till', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Larm aktivt', 'alert_interval' => 'Utgående varningströskel (i dagar)', 'alert_inv_threshold' => 'Varna om lågt lagersaldo', 'allow_user_skin' => 'Tillåt användartema', - 'allow_user_skin_help_text' => 'Genom att markera denna ruta kan en användare åsidosätta gränssnittet med ett annat.' , + 'allow_user_skin_help_text' => 'Genom att markera denna ruta kan en användare åsidosätta gränssnittet med ett annat.', 'asset_ids' => 'Tillgångs-ID', 'audit_interval' => 'Inventeringsintervall', 'audit_interval_help' => 'Om ni är i behov av regelbunden fysisk inventering av era tillgångar anger du intervallet i månader.', 'audit_warning_days' => 'Gränsvärde för varning om nästa inventering', 'audit_warning_days_help' => 'Hur många dagar i förväg vill du bli varnad när det närmar sig revision av tillgångar?', - 'auto_increment_assets' => 'Skapa automatiskt stigande tillgångs-ID', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefix (frivilligt)', - 'auto_incrementing_help' => 'Aktivera automatisk inkrementering av tillgångs-ID först för att ställa in detta', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Säkerhetskopior', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/sv-SE/mail.php b/resources/lang/sv-SE/mail.php index f6daaa0a94..0ece6cbbae 100644 --- a/resources/lang/sv-SE/mail.php +++ b/resources/lang/sv-SE/mail.php @@ -1,6 +1,6 @@ 'En användare har avbrutit en artikelförfrågan på webbplatsen', 'a_user_requested' => 'En användare har efterfrågat en artikel webbplatsen', 'accessory_name' => 'Tillbehörsnamn:', @@ -59,7 +59,7 @@ return array( 'test_mail_text' => 'Detta är ett test från Snipe-IT Asset Management System. Om du får detta, så fungerar mailen :)', 'the_following_item' => 'Följande artikel har blivit incheckad: ', 'low_inventory_alert' => ':count artikel understiger det lägsta tillåtna lagersaldot eller håller på att ta slut.|:count artiklar understiger det lägsta tillåtna lagersaldot eller håller på att ta slut.', - 'assets_warrantee_alert' => 'Garantin för :count tillgång löper ut inom :threshold dagar.|Garantin för :count tillgångar löper ut inom :threshold dagar.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => ':count licens löper ut inom :threshold dagar.|:count licenser löper ut inom :threshold days.', 'to_reset' => 'För att återställa ditt :web lösenord, fyll i det här formuläret:', 'type' => 'Typ', @@ -75,5 +75,5 @@ return array( 'Expected_Checkin_Report' => 'Expected asset checkin report', 'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching', 'Expected_Checkin_Date' => 'En tillgång som checkas ut till dig kommer att checkas in igen :date', - 'your_assets' => 'Visa dina tillgångar' -); + 'your_assets' => 'Visa dina tillgångar', +]; diff --git a/resources/lang/sv-SE/pagination.php b/resources/lang/sv-SE/pagination.php index 3e1f99a2ee..763a842c3e 100644 --- a/resources/lang/sv-SE/pagination.php +++ b/resources/lang/sv-SE/pagination.php @@ -1,6 +1,6 @@ 'Nästa »', -]; +); diff --git a/resources/lang/sv-SE/reminders.php b/resources/lang/sv-SE/reminders.php index 9475f8f168..5eceef1eed 100644 --- a/resources/lang/sv-SE/reminders.php +++ b/resources/lang/sv-SE/reminders.php @@ -1,6 +1,6 @@ 'Lösenord måste vara sex tecken och matcha lösenordsbekräftelsen.', + "password" => "Lösenord måste vara sex tecken och matcha lösenordsbekräftelsen.", - 'user' => 'Användarnamnet eller e-postadressen är felaktigt', + "user" => "Användarnamnet eller e-postadressen är felaktigt", - 'token' => 'Denna token för lösenordsåterställning är ogiltig.', + "token" => "Denna token för lösenordsåterställning är ogiltig.", - 'sent' => 'Om en matchande e-postadress hittades, har en lösenordspåminnelse skickats!', + "sent" => "Om en matchande e-postadress hittades, har en lösenordspåminnelse skickats!", -]; +); diff --git a/resources/lang/sv-SE/table.php b/resources/lang/sv-SE/table.php index c0b14f37f4..09544ca5c9 100644 --- a/resources/lang/sv-SE/table.php +++ b/resources/lang/sv-SE/table.php @@ -1,10 +1,10 @@ 'Handlingar', 'action' => 'Handling', 'by' => 'Av', 'item' => 'Artikel', -]; +); diff --git a/resources/lang/sv-SE/validation.php b/resources/lang/sv-SE/validation.php index c67755a147..04a02ce1c6 100644 --- a/resources/lang/sv-SE/validation.php +++ b/resources/lang/sv-SE/validation.php @@ -1,6 +1,6 @@ ':attribute måste vara minst :min tecken.', 'array' => ':attribute måste innehålla minst :min saker.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Det valda :attribute är ogiltigt.', 'numeric' => ':attribute måste vara ett nummer.', 'present' => ':attribute fältet måste finnas.', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute är upptaget.', 'uploaded' => 'Uppladdningen av :attribute misslyckades.', 'url' => ':attribute Formatet är ogiltigt.', - "unique_undeleted" => ":attribute måste vara unikt.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => ':attribute måste vara unikt.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Fältet :attribute innehåller ett tecken som inte är tillåtet.", - "email_array" => "En eller flera e-postadresser är ogiltiga.", - "hashed_pass" => "Ditt nuvarande lösenord är felaktigt", + 'alpha_space' => 'Fältet :attribute innehåller ett tecken som inte är tillåtet.', + 'email_array' => 'En eller flera e-postadresser är ogiltiga.', + 'hashed_pass' => 'Ditt nuvarande lösenord är felaktigt', 'dumbpwd' => 'Det angivna lösenordet är för vanligt.', - "statuslabel_type" => "Du måste ange en giltig typ av statusetikett", + 'statuslabel_type' => 'Du måste ange en giltig typ av statusetikett', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/ta/admin/accessories/general.php b/resources/lang/ta/admin/accessories/general.php index 738ebcf522..01c5cb9285 100644 --- a/resources/lang/ta/admin/accessories/general.php +++ b/resources/lang/ta/admin/accessories/general.php @@ -1,6 +1,6 @@ 'துணை வகை', 'accessory_name' => 'துணை பெயர்', 'checkout' => 'புதுப்பித்துக்கொள்ளும் சேவை', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'பதிலாக primary இயல்புநிலை EULA ஐப் பயன்படுத்துக.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/ta/admin/custom_fields/message.php b/resources/lang/ta/admin/custom_fields/message.php
index 0a48813863..940a31778b 100644
--- a/resources/lang/ta/admin/custom_fields/message.php
+++ b/resources/lang/ta/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'அந்த புலம் இல்லை.',
'already_added' => 'புலம் ஏற்கனவே சேர்க்கப்பட்டது',
- 'create' => [
+ 'create' => array(
'error' => 'புலம் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.',
'success' => 'புலம் வெற்றிகரமாக உருவாக்கப்பட்டது.',
- 'assoc_success' => 'Fieldet க்கு புலம் வெற்றிகரமாக சேர்க்கப்பட்டது.',
- ],
+ 'assoc_success' => 'Fieldet க்கு புலம் வெற்றிகரமாக சேர்க்கப்பட்டது.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'புலம் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
- 'success' => 'புலம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.',
- ],
+ 'success' => 'புலம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'நிச்சயமாக இந்த புலம் நீக்க வேண்டுமா?',
'error' => 'களத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
'success' => 'புலம் வெற்றிகரமாக நீக்கப்பட்டது.',
'in_use' => 'புலம் இன்னும் பயன்படுத்தப்படுகிறது.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'புலத்தில் இல்லை',
- 'create' => [
+ 'create' => array(
'error' => 'புலத்தை உருவாக்கவில்லை, தயவு செய்து மீண்டும் முயற்சி செய்க.',
- 'success' => 'புலத்தில் வெற்றிகரமாக உருவாக்கப்பட்டது.',
- ],
+ 'success' => 'புலத்தில் வெற்றிகரமாக உருவாக்கப்பட்டது.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'புலத்தை புதுப்பிக்க முடியவில்லை, மீண்டும் முயற்சிக்கவும்',
- 'success' => 'புலத்தில் வெற்றிகரமாக மேம்படுத்தப்பட்டது.',
- ],
+ 'success' => 'புலத்தில் வெற்றிகரமாக மேம்படுத்தப்பட்டது.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'இந்த துறையை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
'error' => 'களஞ்சியத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
'success' => 'Fieldset வெற்றிகரமாக நீக்கப்பட்டது.',
'in_use' => 'புலத்தில் இன்னும் பயன்படுத்தப்படுகிறது.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/ta/admin/departments/message.php b/resources/lang/ta/admin/departments/message.php
index 2ab2a68835..6c7970e0a6 100644
--- a/resources/lang/ta/admin/departments/message.php
+++ b/resources/lang/ta/admin/departments/message.php
@@ -1,21 +1,21 @@
'துறை இல்லை.',
'assoc_users' => 'இந்தத் துறை தற்போது குறைந்தது ஒரு பயனருடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. தயவுசெய்து உங்கள் துறையை இனி இந்த துறையை குறிப்பிடாமல் புதுப்பிக்கவும் மற்றும் மீண்டும் முயற்சிக்கவும்.',
- 'create' => [
+ 'create' => array(
'error' => 'துறை உருவாக்கப்பட்டது இல்லை, மீண்டும் முயற்சிக்கவும்.',
- 'success' => 'துறை வெற்றிகரமாக உருவாக்கப்பட்டது.',
- ],
- 'update' => [
+ 'success' => 'துறை வெற்றிகரமாக உருவாக்கப்பட்டது.'
+ ),
+ 'update' => array(
'error' => 'துறை புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
- 'success' => 'துறை வெற்றிகரமாக புதுப்பிக்கப்பட்டது.',
- ],
- 'delete' => [
+ 'success' => 'துறை வெற்றிகரமாக புதுப்பிக்கப்பட்டது.'
+ ),
+ 'delete' => array(
'confirm' => 'இந்தத் துறையை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
'error' => 'திணைக்களம் நீக்கப்பட்ட ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
- 'success' => 'துறை வெற்றிகரமாக நீக்கப்பட்டது.',
- ],
+ 'success' => 'துறை வெற்றிகரமாக நீக்கப்பட்டது.'
+ )
-];
+);
diff --git a/resources/lang/ta/admin/departments/table.php b/resources/lang/ta/admin/departments/table.php
index cb7257f3ef..9bb761aa3b 100644
--- a/resources/lang/ta/admin/departments/table.php
+++ b/resources/lang/ta/admin/departments/table.php
@@ -1,6 +1,6 @@
'ஐடி',
'name' => 'துறை பெயர்',
@@ -8,4 +8,4 @@ return [
'location' => 'இருப்பிடம்',
'create' => 'திணைக்களம் உருவாக்கவும்',
'update' => 'புதுப்பிப்பு துறை',
- ];
+ );
diff --git a/resources/lang/ta/admin/depreciations/general.php b/resources/lang/ta/admin/depreciations/general.php
index 410cdf8acc..cc279d5680 100644
--- a/resources/lang/ta/admin/depreciations/general.php
+++ b/resources/lang/ta/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'சொத்து குறைபாடுகள்',
'create' => 'தேய்மானத்தை உருவாக்குங்கள்',
'depreciation_name' => 'தேய்மானி பெயர்',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'மாதங்களின் எண்ணிக்கை',
'update' => 'தேய்மானம் புதுப்பிக்கவும்',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/ta/admin/depreciations/message.php b/resources/lang/ta/admin/depreciations/message.php
index e51193f57f..e9e712c45e 100644
--- a/resources/lang/ta/admin/depreciations/message.php
+++ b/resources/lang/ta/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'தேய்மானம் வகுப்பு இல்லை.',
'assoc_users' => 'இந்த தேய்மானம் ஒன்று ஒன்று அல்லது அதற்கு மேற்பட்ட மாதிரிகளுடன் தொடர்புடையது, மேலும் நீக்கப்பட முடியாது. மாதிரிகள் நீக்கி, மீண்டும் நீக்கி முயற்சிக்கவும்.',
- 'create' => [
+
+ 'create' => array(
'error' => 'தேய்மானம் வகுப்பு உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும். :(',
- 'success' => 'தேய்மானம் வகுப்பு வெற்றிகரமாக உருவாக்கப்பட்டது. :)',
- ],
+ 'success' => 'தேய்மானம் வகுப்பு வெற்றிகரமாக உருவாக்கப்பட்டது. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'தேய்மானம் தரமதிப்பு புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்',
- 'success' => 'துடைக்கும் வர்க்கம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.',
- ],
+ 'success' => 'துடைக்கும் வர்க்கம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'இந்த தேய்மானத் தரத்தை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
'error' => 'தேய்மானம் வகுப்பை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
- 'success' => 'தேய்மானம் வகுப்பு வெற்றிகரமாக நீக்கப்பட்டது.',
- ],
+ 'success' => 'தேய்மானம் வகுப்பு வெற்றிகரமாக நீக்கப்பட்டது.'
+ )
-];
+);
diff --git a/resources/lang/ta/admin/depreciations/table.php b/resources/lang/ta/admin/depreciations/table.php
index b9fbf5d304..12c11d474c 100644
--- a/resources/lang/ta/admin/depreciations/table.php
+++ b/resources/lang/ta/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'மாதங்கள்',
'term' => 'கால',
'title' => 'பெயர்',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/ta/admin/groups/message.php b/resources/lang/ta/admin/groups/message.php
index 8b636ffab1..709bca3651 100644
--- a/resources/lang/ta/admin/groups/message.php
+++ b/resources/lang/ta/admin/groups/message.php
@@ -1,22 +1,22 @@
'குழு ஏற்கனவே உள்ளது!',
'group_not_found' => 'குழு [: id] இல்லை.',
'group_name_required' => 'பெயர் புலம் தேவை',
- 'success' => [
+ 'success' => array(
'create' => 'குழு வெற்றிகரமாக உருவாக்கப்பட்டது.',
'update' => 'குழு வெற்றிகரமாக புதுப்பிக்கப்பட்டது.',
'delete' => 'குழு வெற்றிகரமாக நீக்கப்பட்டது.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'இந்த குழுவையை நிச்சயமாக நீக்க விரும்புகிறீர்களா?',
'create' => 'குழுவை உருவாக்கும் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
'update' => 'குழுவை புதுப்பிப்பதில் சிக்கல் ஏற்பட்டது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
'delete' => 'குழுவை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/ta/admin/groups/table.php b/resources/lang/ta/admin/groups/table.php
index 9c0ef47868..0b89c2f872 100644
--- a/resources/lang/ta/admin/groups/table.php
+++ b/resources/lang/ta/admin/groups/table.php
@@ -1,9 +1,9 @@
'ஐடி',
'name' => 'பெயர்',
'users' => '# பயனர்கள்',
-];
+);
diff --git a/resources/lang/ta/admin/groups/titles.php b/resources/lang/ta/admin/groups/titles.php
index d251a7b17a..b0cb52563f 100644
--- a/resources/lang/ta/admin/groups/titles.php
+++ b/resources/lang/ta/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'குழு நிர்வாகம்',
'allow' => 'அனுமதி',
'deny' => 'மறு',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/ta/admin/hardware/form.php b/resources/lang/ta/admin/hardware/form.php
index 0014cd0204..57ed15d113 100644
--- a/resources/lang/ta/admin/hardware/form.php
+++ b/resources/lang/ta/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'உத்தரவாதத்தை',
'warranty_expires' => 'Warranty Expires',
'years' => 'ஆண்டுகள்',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/ta/admin/hardware/general.php b/resources/lang/ta/admin/hardware/general.php
index c4f78bc7a6..19c25848e5 100644
--- a/resources/lang/ta/admin/hardware/general.php
+++ b/resources/lang/ta/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Requestable',
'requested' => 'கோரப்பட்டது',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'சொத்து மீட்டமை',
'pending' => 'நிலுவையில்',
'undeployable' => 'Undeployable',
'view' => 'சொத்து காண்க',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/ta/admin/hardware/message.php b/resources/lang/ta/admin/hardware/message.php index 00de3417ba..d580017d4a 100644 --- a/resources/lang/ta/admin/hardware/message.php +++ b/resources/lang/ta/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => ' எச்சரிக்கை: இந்த சொத்து தற்போது undeployable என குறிக்கப்பட்டுள்ளது. இந்த நிலை மாறியிருந்தால், சொத்து நிலையை புதுப்பிக்கவும்.', 'does_not_exist' => 'சொத்து இல்லை.', - 'does_not_exist_or_not_requestable' => 'நல்ல முயற்சி. அந்த சொத்து இல்லை அல்லது கோரிக்கை இல்லை.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'இந்த சொத்து தற்போது ஒரு பயனர் வெளியே சோதிக்கப்பட்டது மற்றும் நீக்க முடியாது. முதலில் சொத்தை சரிபார்த்து, மீண்டும் நீக்கி முயற்சிக்கவும்.', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'சொத்து தணிக்கை வெற்றிகரமாக உள்நுழைந்தது.', ], + 'deletefile' => [ 'error' => 'கோப்பு நீக்கப்படவில்லை. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', 'success' => 'கோப்பு வெற்றிகரமாக நீக்கப்பட்டது.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'கோப்பை நீக்க முடியவில்லை', ], + 'delete' => [ 'confirm' => 'இந்த சொத்தை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', 'error' => 'சொத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', diff --git a/resources/lang/ta/admin/hardware/table.php b/resources/lang/ta/admin/hardware/table.php index 6316ef6767..5939d886ff 100644 --- a/resources/lang/ta/admin/hardware/table.php +++ b/resources/lang/ta/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'சொத்து டேக்', 'asset_model' => 'மாதிரி', - 'book_value' => 'மதிப்பு', + 'book_value' => 'Current Value', 'change' => 'உள்ளே வெளியே', 'checkout_date' => 'புதுப்பிப்பு தேதி', 'checkoutto' => 'சரிபார்க்கப்பட்டது', + 'current_value' => 'Current Value', 'diff' => 'வேறுபாடு', 'dl_csv' => 'CSV ஐ பதிவிறக்குக', 'eol' => ', EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'சீரியல்', 'status' => 'நிலைமை', 'title' => 'சொத்து', - 'image' => 'சாதன படம்', + 'image' => 'சாதன படம்', 'days_without_acceptance' => 'ஏற்றுக்கொள்ளாத நாட்கள்', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/ta/admin/kits/general.php b/resources/lang/ta/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/ta/admin/kits/general.php +++ b/resources/lang/ta/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/ta/admin/licenses/form.php b/resources/lang/ta/admin/licenses/form.php index 8510174818..c46f919a60 100644 --- a/resources/lang/ta/admin/licenses/form.php +++ b/resources/lang/ta/admin/licenses/form.php @@ -1,6 +1,6 @@ 'சொத்து', 'checkin' => 'புதுப்பிப்பது', @@ -18,5 +18,5 @@ return [ 'to_email' => 'மின்னஞ்சல் அனுமதிப்பத்திரம்', 'to_name' => 'பெயர் உரிமம் பெற்றது', 'update' => 'உரிமம் புதுப்பிக்கவும்', - 'checkout_help' => 'நீங்கள் ஒரு வன்பொருள் சொத்து அல்லது ஒரு நபருக்கு உரிமம் பெற வேண்டும். நீங்கள் இருவரும் தேர்ந்தெடுக்கலாம், ஆனால் சொத்து உரிமையாளர் நீங்கள் சொத்துக்களை சரிபார்க்கும் நபருடன் பொருந்த வேண்டும்.', -]; + 'checkout_help' => 'நீங்கள் ஒரு வன்பொருள் சொத்து அல்லது ஒரு நபருக்கு உரிமம் பெற வேண்டும். நீங்கள் இருவரும் தேர்ந்தெடுக்கலாம், ஆனால் சொத்து உரிமையாளர் நீங்கள் சொத்துக்களை சரிபார்க்கும் நபருடன் பொருந்த வேண்டும்.' +); diff --git a/resources/lang/ta/admin/licenses/general.php b/resources/lang/ta/admin/licenses/general.php index a597be1676..078dc2c34d 100644 --- a/resources/lang/ta/admin/licenses/general.php +++ b/resources/lang/ta/admin/licenses/general.php @@ -1,6 +1,6 @@ 'உரிமங்கள் பற்றி', 'about_licenses' => 'மென்பொருள் கண்காணிக்க பயன்படுகிறது. தனிநபர்களிடம் சோதிக்கப்படக்கூடிய குறிப்பிட்ட எண்ணிக்கையிலான இடங்களை அவர்கள் கொண்டுள்ளனர்', 'checkin' => 'Checkin உரிமத்தின் இடம்', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'மென்பொருள் உரிமங்கள்', 'user' => 'பயனர்', 'view' => 'உரிமத்தைக் காட்டு', -]; +); diff --git a/resources/lang/ta/admin/licenses/message.php b/resources/lang/ta/admin/licenses/message.php index 89d0ca0780..15da44d283 100644 --- a/resources/lang/ta/admin/licenses/message.php +++ b/resources/lang/ta/admin/licenses/message.php @@ -1,6 +1,6 @@ 'உரிமம் இல்லை.', 'user_does_not_exist' => 'பயனர் இல்லை.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'நீங்கள் ஒரு சொத்து அல்லது ஒரு பயனர் தேர்ந்தெடுக்க வேண்டும், ஆனால் இருவரும் அல்ல.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'உரிமம் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.', - 'success' => 'உரிமம் வெற்றிகரமாக உருவாக்கப்பட்டது.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'உரிமம் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.', + 'success' => 'உரிமம் வெற்றிகரமாக உருவாக்கப்பட்டது.' + ), + + 'deletefile' => array( 'error' => 'கோப்பு நீக்கப்படவில்லை. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', 'success' => 'கோப்பு வெற்றிகரமாக நீக்கப்பட்டது.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'கோப்பு (கள்) பதிவேற்றப்படவில்லை. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', 'success' => 'கோப்பு (கள்) வெற்றிகரமாக பதிவேற்றப்பட்டது.', 'nofiles' => 'பதிவேற்றுவதற்கான எந்தவொரு கோப்பையும் நீங்கள் தேர்ந்தெடுக்கவில்லை அல்லது நீங்கள் பதிவேற்ற முயற்சிக்கும் கோப்பு மிகப்பெரியது', 'invalidfiles' => 'உங்கள் கோப்புகளில் ஒன்று அல்லது அதற்கு மேற்பட்டவை மிக அதிகமாக உள்ளது அல்லது அனுமதிக்கப்படாத கோப்பு வகை உள்ளது. அனுமதிக்கப்பட்ட கோப்புரிமைகள் png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, மற்றும் lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'உரிமம் புதுப்பிக்கப்படவில்லை, தயவு செய்து மீண்டும் முயற்சிக்கவும்', - 'success' => 'உரிமம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.', - ], + 'success' => 'உரிமம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'இந்த உரிமத்தை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', 'error' => 'உரிமத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', - 'success' => 'உரிமம் வெற்றிகரமாக நீக்கப்பட்டது.', - ], + 'success' => 'உரிமம் வெற்றிகரமாக நீக்கப்பட்டது.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'உரிமத்தை சரிபார்க்க ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', - 'success' => 'உரிமம் வெற்றிகரமாக சரிபார்க்கப்பட்டது', - ], + 'success' => 'உரிமம் வெற்றிகரமாக சரிபார்க்கப்பட்டது' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'உரிமத்தில் சோதனை ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', - 'success' => 'உரிமம் வெற்றிகரமாக சரிபார்க்கப்பட்டது', - ], + 'success' => 'உரிமம் வெற்றிகரமாக சரிபார்க்கப்பட்டது' + ), -]; +); diff --git a/resources/lang/ta/admin/licenses/table.php b/resources/lang/ta/admin/licenses/table.php index 7b922670bd..01eaf15886 100644 --- a/resources/lang/ta/admin/licenses/table.php +++ b/resources/lang/ta/admin/licenses/table.php @@ -1,6 +1,6 @@ 'ஒதுக்கப்படும்', 'checkout' => 'உள்ளே வெளியே', @@ -14,4 +14,4 @@ return [ 'serial' => 'சீரியல்', 'title' => 'உரிமம்', -]; +); diff --git a/resources/lang/ta/admin/locations/message.php b/resources/lang/ta/admin/locations/message.php index c9b84f60d7..6704c8ec67 100644 --- a/resources/lang/ta/admin/locations/message.php +++ b/resources/lang/ta/admin/locations/message.php @@ -1,26 +1,27 @@ 'இருப்பிடம் இல்லை.', 'assoc_users' => 'தற்போது இந்த இடம் குறைந்தபட்சம் ஒரு பயனருடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. தயவுசெய்து இந்த இடத்தை இனி குறிப்பிடாமல் உங்கள் பயனர்களை புதுப்பித்து மீண்டும் முயற்சிக்கவும்.', 'assoc_assets' => 'இந்த இடம் தற்போது குறைந்தது ஒரு சொத்துடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. இந்த இருப்பிடத்தை இனி குறிப்பிடாமல் உங்கள் சொத்துக்களை புதுப்பித்து மீண்டும் முயற்சிக்கவும்.', 'assoc_child_loc' => 'இந்த இடம் தற்போது குறைந்தது ஒரு குழந்தையின் இருப்பிடத்தின் பெற்றோர் மற்றும் அதை நீக்க முடியாது. இந்த இருப்பிடத்தை இனி குறிப்பிடாமல் இருக்க உங்கள் இருப்பிடங்களை புதுப்பித்து மீண்டும் முயற்சிக்கவும்.', - 'create' => [ + + 'create' => array( 'error' => 'இருப்பிடம் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.', - 'success' => 'இடம் வெற்றிகரமாக உருவாக்கப்பட்டது.', - ], + 'success' => 'இடம் வெற்றிகரமாக உருவாக்கப்பட்டது.' + ), - 'update' => [ + 'update' => array( 'error' => 'இருப்பிடம் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', - 'success' => 'இருப்பிடம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.', - ], + 'success' => 'இருப்பிடம் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'இந்த இருப்பிடத்தை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', 'error' => 'இருப்பிடத்தை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', - 'success' => 'இடம் வெற்றிகரமாக நீக்கப்பட்டது.', - ], + 'success' => 'இடம் வெற்றிகரமாக நீக்கப்பட்டது.' + ) -]; +); diff --git a/resources/lang/ta/admin/locations/table.php b/resources/lang/ta/admin/locations/table.php index 431fef50f0..627698466c 100644 --- a/resources/lang/ta/admin/locations/table.php +++ b/resources/lang/ta/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'பெற்றோர்', 'currency' => 'இருப்பிடம் நாணய', 'ldap_ou' => 'LDAP தேடல் OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/ta/admin/manufacturers/message.php b/resources/lang/ta/admin/manufacturers/message.php index f9383d5554..9407c4f84e 100644 --- a/resources/lang/ta/admin/manufacturers/message.php +++ b/resources/lang/ta/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'உற்பத்தியாளர் இல்லை.', 'assoc_users' => 'இந்த உற்பத்தியாளர் தற்போது குறைந்தது ஒரு மாதிரியுடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. இந்த உற்பத்தியாளரை இனி குறிப்பிடுவதற்கு உங்கள் மாதிரியைப் புதுப்பிக்கவும் மீண்டும் முயற்சிக்கவும்.', - 'create' => [ + 'create' => array( 'error' => 'உற்பத்தியாளர் உருவாக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்.', - 'success' => 'உற்பத்தியாளர் வெற்றிகரமாக உருவாக்கப்பட்டது.', - ], + 'success' => 'உற்பத்தியாளர் வெற்றிகரமாக உருவாக்கப்பட்டது.' + ), - 'update' => [ + 'update' => array( 'error' => 'உற்பத்தியாளர் புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', - 'success' => 'உற்பத்தியாளர் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.', - ], + 'success' => 'உற்பத்தியாளர் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Manufacturer was not restored, please try again', - 'success' => 'Manufacturer restored successfully.', - ], + 'success' => 'Manufacturer restored successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'இந்த உற்பத்தியாளரை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', 'error' => 'தயாரிப்பாளரை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', - 'success' => 'உற்பத்தியாளர் வெற்றிகரமாக நீக்கப்பட்டது.', - ], + 'success' => 'உற்பத்தியாளர் வெற்றிகரமாக நீக்கப்பட்டது.' + ) -]; +); diff --git a/resources/lang/ta/admin/manufacturers/table.php b/resources/lang/ta/admin/manufacturers/table.php index 549268e36e..700c409a2b 100644 --- a/resources/lang/ta/admin/manufacturers/table.php +++ b/resources/lang/ta/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'உற்பத்தியாளர்கள் பற்றி', 'about_manufacturers_text' => 'உற்பத்தியாளர்கள் உங்கள் சொத்துக்களை உருவாக்கும் நிறுவனங்கள். நீங்கள் இங்குள்ள முக்கியமான ஆதரவு தொடர்பு தகவலை இங்கே சேமித்து வைக்கலாம், இது உங்கள் சொத்து விவரம் பக்கங்களில் காண்பிக்கப்படும்.', 'asset_manufacturers' => 'சொத்து உற்பத்தியாளர்கள்', @@ -13,4 +13,4 @@ return [ 'update' => 'உற்பத்தியாளர் புதுப்பிக்கவும்', 'url' => 'URL ஐ', -]; +); diff --git a/resources/lang/ta/admin/models/general.php b/resources/lang/ta/admin/models/general.php index 4eb03f9dde..903b6c4c85 100644 --- a/resources/lang/ta/admin/models/general.php +++ b/resources/lang/ta/admin/models/general.php @@ -1,6 +1,6 @@ 'சொத்து மாடல்களைப் பற்றி', 'about_models_text' => 'சொத்து மாதிரிகள் ஒரே மாதிரியான சொத்துக்களை குழுவாக மாற்றுகின்றன. "MBP 2013", "ஐபோன் 6s", முதலியன', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'restore' => 'மாடலை மீட்டெடுக்கவும்', 'requestable' => 'பயனர்கள் இந்த மாதிரியைக் கோரலாம்', - 'show_mac_address' => 'இந்த மாடலில் சொத்துகளில் MAC முகவரியினைக் காட்டு', + 'show_mac_address' => 'இந்த மாடலில் சொத்துகளில் MAC முகவரியினைக் காட்டு', 'view_deleted' => 'காண்க நீக்கப்பட்டது', 'view_models' => 'மாதிரிகள் காண்க', 'fieldset' => 'fieldset', 'no_custom_field' => 'விருப்ப துறைகள் இல்லை', 'add_default_values' => 'Add default values', -]; +); diff --git a/resources/lang/ta/admin/models/message.php b/resources/lang/ta/admin/models/message.php index b76fec8f25..f6dd2d4da1 100644 --- a/resources/lang/ta/admin/models/message.php +++ b/resources/lang/ta/admin/models/message.php @@ -1,41 +1,42 @@ 'மாதிரி இல்லை.', 'assoc_users' => 'தற்போது இந்த மாதிரி ஒன்று ஒன்று அல்லது அதற்கு மேற்பட்ட சொத்துக்களுடன் தொடர்புடையது மற்றும் நீக்கப்பட முடியாது. சொத்துக்களை நீக்கிவிட்டு மீண்டும் நீக்குவதற்கு முயற்சிக்கவும்.', - 'create' => [ + + 'create' => array( 'error' => 'மாதிரி உருவாக்கப்பட்டது இல்லை, மீண்டும் முயற்சிக்கவும்.', 'success' => 'மாதிரி வெற்றிகரமாக உருவாக்கப்பட்டது.', 'duplicate_set' => 'அந்த பெயர், உற்பத்தியாளர் மற்றும் மாதிரி எண்ணுடன் ஏற்கனவே ஒரு சொத்து மாதிரி உள்ளது.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'மாதிரி புதுப்பிக்கப்படவில்லை, மீண்டும் முயற்சிக்கவும்', - 'success' => 'மாடல் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.', - ], + 'success' => 'மாடல் வெற்றிகரமாக புதுப்பிக்கப்பட்டது.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'இந்த சொத்து மாடலை நிச்சயமாக நீக்க விரும்புகிறீர்களா?', 'error' => 'மாதிரியை நீக்குவதில் ஒரு சிக்கல் இருந்தது. தயவு செய்து மீண்டும் முயற்சிக்கவும்.', - 'success' => 'மாதிரி வெற்றிகரமாக நீக்கப்பட்டது.', - ], + 'success' => 'மாதிரி வெற்றிகரமாக நீக்கப்பட்டது.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'மாடல் மீட்டமைக்கப்படவில்லை, தயவு செய்து மீண்டும் முயற்சிக்கவும்', - 'success' => 'மாடல் வெற்றிகரமாக மீட்கப்பட்டது.', - ], + 'success' => 'மாடல் வெற்றிகரமாக மீட்கப்பட்டது.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'எந்த துறைகளும் மாற்றப்படவில்லை, அதனால் எதுவும் புதுப்பிக்கப்படவில்லை.', - 'success' => 'மாதிரிகள் புதுப்பிக்கப்பட்டன.', - ], + 'success' => 'மாதிரிகள் புதுப்பிக்கப்பட்டன.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'No models were selected, so nothing was deleted.', 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', - ], + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), -]; +); diff --git a/resources/lang/ta/admin/models/table.php b/resources/lang/ta/admin/models/table.php index 8e6a431009..76047d239d 100644 --- a/resources/lang/ta/admin/models/table.php +++ b/resources/lang/ta/admin/models/table.php @@ -1,6 +1,6 @@ 'சொத்து மாதிரி உருவாக்கவும்', 'created_at' => 'இல் உருவாக்கப்பட்டது', @@ -14,4 +14,4 @@ return [ 'update' => 'சொத்து மாதிரியை புதுப்பி', 'clone' => 'குளோன் மாதிரி', 'edit' => 'மாதிரி திருத்தவும்', -]; +); diff --git a/resources/lang/ta/admin/reports/general.php b/resources/lang/ta/admin/reports/general.php index 1777c6cf11..2cfbe26a13 100644 --- a/resources/lang/ta/admin/reports/general.php +++ b/resources/lang/ta/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'உங்கள் சொத்து அறிக்கையில் நீங்கள் விரும்பும் விருப்பங்களைத் தேர்ந்தெடுக்கவும்.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/ta/admin/reports/message.php b/resources/lang/ta/admin/reports/message.php index fccbeb1b8e..64ea8dbb67 100644 --- a/resources/lang/ta/admin/reports/message.php +++ b/resources/lang/ta/admin/reports/message.php @@ -1,5 +1,5 @@ 'நீங்கள் குறைந்தது ஒரு விருப்பத்தை தேர்ந்தெடுக்க வேண்டும்.', -]; +return array( + 'error' => 'நீங்கள் குறைந்தது ஒரு விருப்பத்தை தேர்ந்தெடுக்க வேண்டும்.' +); diff --git a/resources/lang/ta/admin/settings/general.php b/resources/lang/ta/admin/settings/general.php index 381d046d89..1163532b67 100644 --- a/resources/lang/ta/admin/settings/general.php +++ b/resources/lang/ta/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'இது ஒரு Active Directory சேவையகம்', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'எச்சரிக்கைகள் அனுப்ப', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'எச்சரிக்கைகள் இயக்கப்பட்டன', 'alert_interval' => 'அலாரங்கள் முற்றுப்பெறல் (நாட்களில்)', 'alert_inv_threshold' => 'சரக்கு அலர்ட் த்ரொல்ஹோல்', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'நீங்கள் வழக்கமாக உங்கள் சொத்துக்களைத் தணிக்கை செய்ய வேண்டும் என்றால், மாதங்களில் இடைவெளியை உள்ளிடவும்.', 'audit_warning_days' => 'தணிக்கை எச்சரிக்கை புராணம்', 'audit_warning_days_help' => 'தணிக்கைக்கு ஆட்கள் தடையின்றி எத்தனை நாட்கள் முன்கூட்டியே நாம் எச்சரிக்க வேண்டும்?', - 'auto_increment_assets' => 'தானியங்கு அதிகரிக்கும் சொத்து ஐடிகளை உருவாக்கவும்', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'முன்னுரிமை (விரும்பினால்)', - 'auto_incrementing_help' => 'இதை முதலில் அமைக்க, தானாக அதிகரிக்கும் சொத்து அடையாளங்களை இயக்கவும்', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'காப்புப்பிரதிகளில்', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/ta/mail.php b/resources/lang/ta/mail.php index 108b20407f..deee90edb9 100644 --- a/resources/lang/ta/mail.php +++ b/resources/lang/ta/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'இது Snipe-IT சொத்து முகாமைத்துவ கணினியிலிருந்து ஒரு சோதனை ஆகும். இதை நீங்கள் பெற்றிருந்தால், மின்னஞ்சல் வேலை செய்கிறது :)', 'the_following_item' => 'பின்வரும் உருப்படி பின்வருமாறு சரிபார்க்கப்பட்டது:', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'உங்கள் கடவுச்சொல்லை மீட்டமைக்க, இந்த படிவத்தை பூர்த்தி செய்க:', 'type' => 'வகை', diff --git a/resources/lang/ta/pagination.php b/resources/lang/ta/pagination.php index caa935f6f1..7ed9bb2e9e 100644 --- a/resources/lang/ta/pagination.php +++ b/resources/lang/ta/pagination.php @@ -1,6 +1,6 @@ 'அடுத்த »', -]; +); diff --git a/resources/lang/ta/reminders.php b/resources/lang/ta/reminders.php index 5bb21b20b1..381fc13cf2 100644 --- a/resources/lang/ta/reminders.php +++ b/resources/lang/ta/reminders.php @@ -1,6 +1,6 @@ 'கடவுச்சொற்கள் ஆறு எழுத்துகள் இருக்க வேண்டும் மற்றும் உறுதிப்படுத்தல் பொருத்த வேண்டும்.', + "password" => "கடவுச்சொற்கள் ஆறு எழுத்துகள் இருக்க வேண்டும் மற்றும் உறுதிப்படுத்தல் பொருத்த வேண்டும்.", - 'user' => 'பயனர்பெயர் அல்லது மின்னஞ்சல் முகவரி தவறானது', + "user" => "பயனர்பெயர் அல்லது மின்னஞ்சல் முகவரி தவறானது", - 'token' => 'இந்த கடவுச்சொல் மீட்டமை டோக்கன் தவறானது.', + "token" => "இந்த கடவுச்சொல் மீட்டமை டோக்கன் தவறானது.", - 'sent' => 'பொருத்தமான மின்னஞ்சல் முகவரி இருந்தால், கடவுச்சொல் நினைவூட்டல் அனுப்பப்பட்டது!', + "sent" => "பொருத்தமான மின்னஞ்சல் முகவரி இருந்தால், கடவுச்சொல் நினைவூட்டல் அனுப்பப்பட்டது!", -]; +); diff --git a/resources/lang/ta/table.php b/resources/lang/ta/table.php index c000c32002..3407744552 100644 --- a/resources/lang/ta/table.php +++ b/resources/lang/ta/table.php @@ -1,10 +1,10 @@ 'செயல்கள்', 'action' => 'அதிரடி', 'by' => 'மூலம்', 'item' => 'பொருள்', -]; +); diff --git a/resources/lang/ta/validation.php b/resources/lang/ta/validation.php index b35f8675e2..27271d5abe 100644 --- a/resources/lang/ta/validation.php +++ b/resources/lang/ta/validation.php @@ -1,6 +1,6 @@ ': பண்புக்கூறு குறைந்தது: குறைந்த எழுத்துகள்.', 'array' => ': பண்புக்கூறு குறைந்தபட்சம்: நிமிடம் உருப்படிகள் வேண்டும்.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'தேர்ந்தெடுக்கப்பட்ட: பண்பு தவறானது.', 'numeric' => 'பண்புக்கூறு: ஒரு எண் இருக்க வேண்டும்.', 'present' => ': பண்புக்கூறு களஞ்சியம் இருக்க வேண்டும்.', @@ -88,8 +89,8 @@ return array( 'unique' => ': பண்பு ஏற்கனவே ஏற்கப்பட்டுள்ளது.', 'uploaded' => ': பண்புக்கூறு பதிவேற்றத் தவறியது.', 'url' => 'பண்புக்கூறு வடிவமைப்பு தவறானது.', - "unique_undeleted" => "The :attribute must be unique.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "பண்புக்கூறு துறையில் அனுமதிக்கப்படாத ஒரு பாத்திரம் உள்ளது.", - "email_array" => "ஒன்று அல்லது அதற்கு மேற்பட்ட மின்னஞ்சல் முகவரிகள் தவறானவை.", - "hashed_pass" => "உங்கள் தற்போதைய கடவுச்சொல் தவறானது", + 'alpha_space' => 'பண்புக்கூறு துறையில் அனுமதிக்கப்படாத ஒரு பாத்திரம் உள்ளது.', + 'email_array' => 'ஒன்று அல்லது அதற்கு மேற்பட்ட மின்னஞ்சல் முகவரிகள் தவறானவை.', + 'hashed_pass' => 'உங்கள் தற்போதைய கடவுச்சொல் தவறானது', 'dumbpwd' => 'அந்த கடவுச்சொல் மிகவும் பொதுவானது.', - "statuslabel_type" => "செல்லுபடியாகும் நிலை லேபிள் வகை தேர்ந்தெடுக்க வேண்டும்", + 'statuslabel_type' => 'செல்லுபடியாகும் நிலை லேபிள் வகை தேர்ந்தெடுக்க வேண்டும்', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/th/admin/accessories/general.php b/resources/lang/th/admin/accessories/general.php index 75d2806051..f347748b4d 100644 --- a/resources/lang/th/admin/accessories/general.php +++ b/resources/lang/th/admin/accessories/general.php @@ -1,6 +1,6 @@ 'หมวดหมู่อุปกรณ์เสริม', 'accessory_name' => 'ชื่ออุปกรณ์เสริม', 'checkout' => 'เชคเอาท์อุปกรณ์เสริม', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'ใช้เป็นข้อกำหนดการใช้งานหลักแทน', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/th/admin/custom_fields/message.php b/resources/lang/th/admin/custom_fields/message.php
index 39d9c72e4f..f7a576f98a 100644
--- a/resources/lang/th/admin/custom_fields/message.php
+++ b/resources/lang/th/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'ฟิลด์นั้นไม่มีอยู่',
'already_added' => 'ฟิลด์ถูกเพิ่มแล้ว',
- 'create' => [
+ 'create' => array(
'error' => 'ไม่ได้สร้างฟิลด์โปรดลองอีกครั้ง',
'success' => 'สร้างฟิลด์สำเร็จแล้ว',
- 'assoc_success' => 'ฟิลด์ถูกเพิ่มเข้าไปใน fieldset สำเร็จแล้ว',
- ],
+ 'assoc_success' => 'ฟิลด์ถูกเพิ่มเข้าไปใน fieldset สำเร็จแล้ว'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'ฟิลด์ไม่ได้รับการอัปเดตโปรดลองอีกครั้ง',
- 'success' => 'ปรับปรุงข้อมูลสำเร็จแล้ว',
- ],
+ 'success' => 'ปรับปรุงข้อมูลสำเร็จแล้ว'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบข้อมูลนี้',
'error' => 'เกิดปัญหาในการนำออกฟิลด์ กรุณาลองอีกครั้ง.',
'success' => 'ฟิลด์ถูกลบเรียบร้อยแล้ว',
'in_use' => 'ฟิลด์ยังคงใช้งานอยู่',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'ไม่พบ Fieldset',
- 'create' => [
+ 'create' => array(
'error' => 'ไม่ได้สร้าง Fieldset โปรดลองอีกครั้ง',
- 'success' => 'สร้างฟิลด์สำเร็จแล้ว',
- ],
+ 'success' => 'สร้างฟิลด์สำเร็จแล้ว'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'ไม่ได้อัปเดต Fieldset โปรดลองอีกครั้ง',
- 'success' => 'อัปเดตฟิลด์สำเร็จแล้ว',
- ],
+ 'success' => 'อัปเดตฟิลด์สำเร็จแล้ว'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบชุดข้อมูลฟิลด์นี้',
'error' => 'เกิดปัญหาในการลบ fieldset กรุณาลองอีกครั้ง.',
'success' => 'ฟิลด์ถูกลบเรียบร้อยแล้ว',
'in_use' => 'Fieldset ยังคงใช้อยู่',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/th/admin/departments/message.php b/resources/lang/th/admin/departments/message.php
index 655ff9a4f9..eef274bf91 100644
--- a/resources/lang/th/admin/departments/message.php
+++ b/resources/lang/th/admin/departments/message.php
@@ -1,21 +1,21 @@
'ไม่มีแผนก',
'assoc_users' => 'แผนกนี้มีการเชื่อมโยงกับผู้ใช้อย่างน้อยหนึ่งรายและไม่สามารถลบได้ โปรดอัปเดตผู้ใช้เพื่ออ้างถึงแผนกนี้อีกครั้งและลองอีกครั้ง',
- 'create' => [
+ 'create' => array(
'error' => 'ไม่ได้สร้างแผนกโปรดลองอีกครั้ง',
- 'success' => 'สร้างแผนกเรียบร้อยแล้ว',
- ],
- 'update' => [
+ 'success' => 'สร้างแผนกเรียบร้อยแล้ว'
+ ),
+ 'update' => array(
'error' => 'แผนกไม่ได้รับการปรับปรุงโปรดลองอีกครั้ง',
- 'success' => 'อัปเดตแผนกเรียบร้อยแล้ว',
- ],
- 'delete' => [
+ 'success' => 'อัปเดตแผนกเรียบร้อยแล้ว'
+ ),
+ 'delete' => array(
'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบแผนกนี้',
'error' => 'เกิดปัญหาในการลบแผนก กรุณาลองอีกครั้ง.',
- 'success' => 'แผนกนี้ถูกลบเรียบร้อยแล้ว',
- ],
+ 'success' => 'แผนกนี้ถูกลบเรียบร้อยแล้ว'
+ )
-];
+);
diff --git a/resources/lang/th/admin/departments/table.php b/resources/lang/th/admin/departments/table.php
index 5464352a45..ddfba6e2a5 100644
--- a/resources/lang/th/admin/departments/table.php
+++ b/resources/lang/th/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'ชื่อห้างสรรพสินค้า',
@@ -8,4 +8,4 @@ return [
'location' => 'ที่ตั้ง',
'create' => 'สร้างแผนก',
'update' => 'ฝ่ายอัปเดต',
- ];
+ );
diff --git a/resources/lang/th/admin/depreciations/general.php b/resources/lang/th/admin/depreciations/general.php
index 94e4d9cf98..f5156f60f5 100644
--- a/resources/lang/th/admin/depreciations/general.php
+++ b/resources/lang/th/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'ค่าเสื่อมราคาสินทรัพย์',
'create' => 'สร้างค่าเสื่อมราคา',
'depreciation_name' => 'ชื่อค่าเสื่อมราคา',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'จำนวนเดือน',
'update' => 'อัปเดตค่าเสื่อมราคา',
- 'depreciation_min' => 'มูลค่าขั้นต่ำหลังค่าเสื่อมราคา'
-
+ 'depreciation_min' => 'มูลค่าขั้นต่ำหลังค่าเสื่อมราคา',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/th/admin/depreciations/message.php b/resources/lang/th/admin/depreciations/message.php
index 051f00af36..ba669dcb20 100644
--- a/resources/lang/th/admin/depreciations/message.php
+++ b/resources/lang/th/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'ไม่มีหมวดค่าเสื่อมราคา',
'assoc_users' => 'ค่าเสื่อมราคานี้มีความเกี่ยวข้องกับโมเดลอื่นๆ และจะไม่สามารถลบได้ กรุณาลบโมเดล จากนั้นลองลบอีกครั้ง ',
- 'create' => [
+
+ 'create' => array(
'error' => 'ยังไม่ได้สร้างหมวดค่าเสื่อมราคา กรุณาลองอีกครั้ง',
- 'success' => 'สร้างหมวดค่าเสื่อมราคาเรียบร้อยแล้ว',
- ],
+ 'success' => 'สร้างหมวดค่าเสื่อมราคาเรียบร้อยแล้ว'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'ยังไม่ได้ปรับปรุงหมวดค่าเสื่อมราคา กรุณาลองใหม่อีกครั้ง',
- 'success' => 'ปรับปุงหมวดค่าเสื่อมราคาเรียบร้อยแล้ว',
- ],
+ 'success' => 'ปรับปุงหมวดค่าเสื่อมราคาเรียบร้อยแล้ว'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'คุณแน่ใจที่จะลบหมวดค่าเสื่อมราคานี้?',
'error' => 'มีปัญหาระหว่างการลบหมวดค่าเสื่อมราคา กรุณาลองใหม่อีกครั้ง',
- 'success' => 'หมวดค่าเสื่อมราคาถูกลบแล้ว',
- ],
+ 'success' => 'หมวดค่าเสื่อมราคาถูกลบแล้ว'
+ )
-];
+);
diff --git a/resources/lang/th/admin/depreciations/table.php b/resources/lang/th/admin/depreciations/table.php
index 215ae6ef3f..a3534851eb 100644
--- a/resources/lang/th/admin/depreciations/table.php
+++ b/resources/lang/th/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'เดือน',
'term' => 'ระยะเวลา',
'title' => 'ชื่อ ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/th/admin/groups/message.php b/resources/lang/th/admin/groups/message.php
index aa10a5569b..14e71677fb 100644
--- a/resources/lang/th/admin/groups/message.php
+++ b/resources/lang/th/admin/groups/message.php
@@ -1,22 +1,22 @@
'มีกลุ่มอยู่แล้ว',
'group_not_found' => 'ไม่มีกลุ่ม [:id]',
'group_name_required' => 'ต้องกำหนดชื่อฟิลด์',
- 'success' => [
+ 'success' => array(
'create' => 'สร้างกลุ่มเรียบร้อยแล้ว',
'update' => 'ปรับปรุงกลุ่มเรียบร้อยแล้ว',
'delete' => 'ลบกลุ่มเรียบร้อยแล้ว',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'คุณแน่ใจที่จะลบกลุ่มนี้?',
'create' => 'มีปัญหาระหว่างการสร้างกลุ่ม กรุณาลองใหม่อีกครั้ง',
'update' => 'มีปัญหาระหว่างปรับปรุงกลุ่ม กรุณาลองใหม่อีกครั้ง.',
'delete' => 'มีปัญหาระหว่างการลบกลุ่ม กรุณาลองใหม่อีกครั้ง.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/th/admin/groups/table.php b/resources/lang/th/admin/groups/table.php
index b1ad873ee4..65df788bdd 100644
--- a/resources/lang/th/admin/groups/table.php
+++ b/resources/lang/th/admin/groups/table.php
@@ -1,9 +1,9 @@
'ไอดี',
'name' => 'ชื่อ',
'users' => '# ของผู้ใช้งาน',
-];
+);
diff --git a/resources/lang/th/admin/groups/titles.php b/resources/lang/th/admin/groups/titles.php
index ef5eb29191..e1d107cc6f 100644
--- a/resources/lang/th/admin/groups/titles.php
+++ b/resources/lang/th/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'กลุ่มผู้ดูแล',
'allow' => 'อนุญาต',
'deny' => 'ไม่อนุญาต',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/th/admin/hardware/form.php b/resources/lang/th/admin/hardware/form.php
index 1bc7d82f54..b009b245b2 100644
--- a/resources/lang/th/admin/hardware/form.php
+++ b/resources/lang/th/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'การรับประกัน',
'warranty_expires' => 'การรับประกันหมดอายุ',
'years' => 'ปี',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/th/admin/hardware/general.php b/resources/lang/th/admin/hardware/general.php
index 6747b23964..a5fd979892 100644
--- a/resources/lang/th/admin/hardware/general.php
+++ b/resources/lang/th/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'ร้องขอได้',
'requested' => 'การขอใช้บริการ',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'กู้คืนสินทรัพย์',
'pending' => 'อยู่ระหว่างดำเนินการ',
'undeployable' => 'ไม่สามารถนำไปใช้งานได้',
'view' => 'ดูสินทรัพย์',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/th/admin/hardware/message.php b/resources/lang/th/admin/hardware/message.php index 16c8b5fd4e..2c3a0c97c2 100644 --- a/resources/lang/th/admin/hardware/message.php +++ b/resources/lang/th/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'คำเตือน: สินทรัพย์นี้ถูกกำหนดสถานะให้ไม่สามารถใช้งานได้ หากสถานะนี้ถูกเปลี่ยน กรุณาอัพเดทสถานะสินทรัพย์ด้วย', 'does_not_exist' => 'ไม่มีสินทรัพย์', - 'does_not_exist_or_not_requestable' => 'พยายามได้ดี. เนื้อหาดังกล่าวไม่มีอยู่หรือไม่ได้รับการร้องขอ', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'ขณะนี้มีการตรวจสอบเนื้อหานี้แก่ผู้ใช้และไม่สามารถลบออกได้ โปรดตรวจสอบเนื้อหาเป็นครั้งแรกจากนั้นลองลบอีกครั้ง', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'บันทึกการตรวจสอบสินทรัพย์สำเร็จแล้ว', ], + 'deletefile' => [ 'error' => 'ไฟล์ไม่ถูกลบ กรุณาลองอีกครั้ง.', 'success' => 'ไฟล์ถูกลบเรียบร้อยแล้ว', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'ไม่สามารถลบไฟล์ได้', ], + 'delete' => [ 'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบเนื้อหานี้', 'error' => 'เกิดปัญหาในการลบเนื้อหา กรุณาลองอีกครั้ง.', diff --git a/resources/lang/th/admin/hardware/table.php b/resources/lang/th/admin/hardware/table.php index 4ece3b1947..65d470c8dc 100644 --- a/resources/lang/th/admin/hardware/table.php +++ b/resources/lang/th/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'แท็กเนื้อหา', 'asset_model' => 'แบบ', - 'book_value' => 'ความคุ้มค่า', + 'book_value' => 'Current Value', 'change' => 'In / Out', 'checkout_date' => 'ชำระเงินวันที่', 'checkoutto' => 'เช็คเอาท์', + 'current_value' => 'Current Value', 'diff' => 'diff', 'dl_csv' => 'ดาวน์โหลด CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'อนุกรม', 'status' => 'สถานะ', 'title' => 'สินทรัพย์', - 'image' => 'ภาพอุปกรณ์', + 'image' => 'ภาพอุปกรณ์', 'days_without_acceptance' => 'วันโดยปราศจากการยอมรับ', 'monthly_depreciation' => 'ค่าเสื่อมราคารายเดือน', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/th/admin/kits/general.php b/resources/lang/th/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/th/admin/kits/general.php +++ b/resources/lang/th/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/th/admin/licenses/form.php b/resources/lang/th/admin/licenses/form.php index 4ba38b8237..5f8a54d236 100644 --- a/resources/lang/th/admin/licenses/form.php +++ b/resources/lang/th/admin/licenses/form.php @@ -1,6 +1,6 @@ 'สินทรัพย์', 'checkin' => 'เช็คอิน', @@ -18,5 +18,5 @@ return [ 'to_email' => 'ได้รับอนุญาตให้ใช้อีเมล', 'to_name' => 'ได้รับอนุญาตให้ตั้งชื่อ', 'update' => 'อัปเดตสัญญาอนุญาต', - 'checkout_help' => 'คุณต้องตรวจสอบใบอนุญาตออกไปกับเนื้อหาฮาร์ดแวร์หรือบุคคล คุณสามารถเลือกทั้งคู่ แต่เจ้าของเนื้อหาต้องตรงกับบุคคลที่คุณกำลังตรวจสอบเนื้อหาออกไป', -]; + 'checkout_help' => 'คุณต้องตรวจสอบใบอนุญาตออกไปกับเนื้อหาฮาร์ดแวร์หรือบุคคล คุณสามารถเลือกทั้งคู่ แต่เจ้าของเนื้อหาต้องตรงกับบุคคลที่คุณกำลังตรวจสอบเนื้อหาออกไป' +); diff --git a/resources/lang/th/admin/licenses/general.php b/resources/lang/th/admin/licenses/general.php index be98442327..74b4c2a39f 100644 --- a/resources/lang/th/admin/licenses/general.php +++ b/resources/lang/th/admin/licenses/general.php @@ -1,6 +1,6 @@ 'เกี่ยวกับใบอนุญาต', 'about_licenses' => 'ใบอนุญาตใช้ในการติดตามซอฟต์แวร์ พวกเขามีจำนวนที่นั่งที่ระบุซึ่งสามารถเช็คเอาท์ให้บุคคลอื่นได้', 'checkin' => 'Checkin License Seat', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'ใบอนุญาตซอฟต์แวร์', 'user' => 'ผู้ใช้งาน', 'view' => 'ดูใบอนุญาต', -]; +); diff --git a/resources/lang/th/admin/licenses/message.php b/resources/lang/th/admin/licenses/message.php index 95f145b498..ed4f7cc7a5 100644 --- a/resources/lang/th/admin/licenses/message.php +++ b/resources/lang/th/admin/licenses/message.php @@ -1,6 +1,6 @@ 'ไม่มีสัญญาอนุญาต', 'user_does_not_exist' => 'ไม่มีผู้ใช้', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'คุณต้องเลือกเนื้อหาหรือผู้ใช้ แต่ไม่ใช่ทั้งสองอย่าง', 'not_found' => 'ไม่พบใบอนุญาต', - 'create' => [ - 'error' => 'ไม่ได้สร้างสัญญาอนุญาตโปรดลองอีกครั้ง', - 'success' => 'สร้างสัญญาอนุญาตเรียบร้อยแล้ว', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'ไม่ได้สร้างสัญญาอนุญาตโปรดลองอีกครั้ง', + 'success' => 'สร้างสัญญาอนุญาตเรียบร้อยแล้ว' + ), + + 'deletefile' => array( 'error' => 'ไฟล์ไม่ถูกลบ กรุณาลองอีกครั้ง.', 'success' => 'ไฟล์ถูกลบเรียบร้อยแล้ว', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'ไฟล์ไม่ได้อัปโหลด กรุณาลองอีกครั้ง.', 'success' => 'ไฟล์ที่อัปโหลดเรียบร้อยแล้ว', 'nofiles' => 'คุณไม่ได้เลือกไฟล์ใด ๆ สำหรับการอัปโหลดหรือไฟล์ที่คุณกำลังพยายามอัปโหลดมีขนาดใหญ่เกินไป', 'invalidfiles' => 'ไฟล์ของคุณอย่างน้อยหนึ่งไฟล์มีขนาดใหญ่เกินไปหรือเป็นไฟล์ที่ไม่ได้รับอนุญาต ไฟล์ที่อนุญาตคือ png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml และ lic', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'สัญญาอนุญาตไม่ได้รับการปรับปรุงโปรดลองอีกครั้ง', - 'success' => 'มีการอัปเดตใบอนุญาตเรียบร้อยแล้ว', - ], + 'success' => 'มีการอัปเดตใบอนุญาตเรียบร้อยแล้ว' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'คุณแน่ใจหรือไม่ว่าต้องการลบสัญญาอนุญาตนี้', 'error' => 'เกิดปัญหาในการนำออกใบอนุญาต กรุณาลองอีกครั้ง.', - 'success' => 'ใบอนุญาตถูกลบเรียบร้อยแล้ว', - ], + 'success' => 'ใบอนุญาตถูกลบเรียบร้อยแล้ว' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'มีปัญหาในการตรวจสอบใบอนุญาต กรุณาลองอีกครั้ง.', - 'success' => 'ออกใบอนุญาตแล้ว', - ], + 'success' => 'ออกใบอนุญาตแล้ว' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'เกิดปัญหาในการตรวจสอบใบอนุญาต กรุณาลองอีกครั้ง.', - 'success' => 'ใบอนุญาตได้รับการตรวจสอบเรียบร้อยแล้ว', - ], + 'success' => 'ใบอนุญาตได้รับการตรวจสอบเรียบร้อยแล้ว' + ), -]; +); diff --git a/resources/lang/th/admin/licenses/table.php b/resources/lang/th/admin/licenses/table.php index c314e06f0c..993a5175b2 100644 --- a/resources/lang/th/admin/licenses/table.php +++ b/resources/lang/th/admin/licenses/table.php @@ -1,6 +1,6 @@ 'ได้รับมอบหมายให้', 'checkout' => 'In / Out', @@ -14,4 +14,4 @@ return [ 'serial' => 'อนุกรม', 'title' => 'การอนุญาต', -]; +); diff --git a/resources/lang/th/admin/locations/message.php b/resources/lang/th/admin/locations/message.php index 5c59c2feb8..0b3ffa3873 100644 --- a/resources/lang/th/admin/locations/message.php +++ b/resources/lang/th/admin/locations/message.php @@ -1,26 +1,27 @@ 'ไม่มีสถานที่นี้.', 'assoc_users' => 'สถานที่นี้ถูกใช้งานหรือเกี่ยวข้องอยู่กับผู้ใช้งานคนใดคนหนึ่ง และไม่สามารถลบได้ กรุณาปรับปรุงผู้ใช้งานของท่านไม่ให้มีส่วนเกี่ยวข้องกับสถานที่นี้ และลองอีกครั้ง. ', 'assoc_assets' => 'สถานที่นี้ถูกใช้งานหรือเกี่ยวข้องอยู่กับผู้ใช้งานคนใดคนหนึ่ง และไม่สามารถลบได้ กรุณาปรับปรุงผู้ใช้งานของท่านไม่ให้มีส่วนเกี่ยวข้องกับสถานที่นี้ และลองอีกครั้ง. ', 'assoc_child_loc' => 'สถานที่นี้ถูกใช้งานหรือเกี่ยวข้องอยู่กับหมวดสถานที่ใดที่หนึ่ง และไม่สามารถลบได้ กรุณาปรับปรุงสถานที่ของท่านไม่ให้มีส่วนเกี่ยวข้องกับหมวดสถานที่นี้ และลองอีกครั้ง. ', - 'create' => [ + + 'create' => array( 'error' => 'สถานที่ยังไม่ถูกสร้าง กรุณาลองใหม่อีกครั้ง.', - 'success' => 'สร้างสถานที่เรียบร้อยแล้ว.', - ], + 'success' => 'สร้างสถานที่เรียบร้อยแล้ว.' + ), - 'update' => [ + 'update' => array( 'error' => 'สถานที่ยังไม่ถูกปรับปรุง กรุณาลองใหม่อีกครั้ง', - 'success' => 'ปรับปรุงสถานที่เรียบร้อยแล้ว.', - ], + 'success' => 'ปรับปรุงสถานที่เรียบร้อยแล้ว.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'คุณแน่ใจที่จะลบสถานที่นี้?', 'error' => 'มีปัญหาระหว่างการลบสถานที่ กรุณาลองใหม่อีกครั้ง.', - 'success' => 'ลบสถานที่เรียบร้อยแล้ว.', - ], + 'success' => 'ลบสถานที่เรียบร้อยแล้ว.' + ) -]; +); diff --git a/resources/lang/th/admin/locations/table.php b/resources/lang/th/admin/locations/table.php index 99b805b9be..52e4d8aa6a 100644 --- a/resources/lang/th/admin/locations/table.php +++ b/resources/lang/th/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'หมวดแม่', 'currency' => 'สกุลเงินตามสถานที่', 'ldap_ou' => 'LDU Search OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/th/admin/manufacturers/message.php b/resources/lang/th/admin/manufacturers/message.php index eb07adf01b..0dac5bc316 100644 --- a/resources/lang/th/admin/manufacturers/message.php +++ b/resources/lang/th/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'ยังไม่มีผู้ผลิต', 'assoc_users' => 'ผู้ผลิตนี้มีความสัมพันธ์ในรายการโมเดลอย่างน้อยหนึ่งรายการในปัจจุบัน และไม่สามารถลบได้ กรุณาอัพเดทโมเดลของคุณออกจากความสัมพันธ์ดังกล่าว และลองอีกครั้ง ', - 'create' => [ + 'create' => array( 'error' => 'ยังไม่ได้สร้างผู้ผลิต กรุณาลองใหม่อีกครั้ง', - 'success' => 'สร้างผู้ผลิตเรียบร้อยแล้ว', - ], + 'success' => 'สร้างผู้ผลิตเรียบร้อยแล้ว' + ), - 'update' => [ + 'update' => array( 'error' => 'ยังไม่ได้ปรับปรุงผู้ผลิต กรุณาลองใหม่อีกครั้ง', - 'success' => 'ปรับปรุงผู้ผลิตเรียบร้อยแล้ว', - ], + 'success' => 'ปรับปรุงผู้ผลิตเรียบร้อยแล้ว' + ), - 'restore' => [ + 'restore' => array( 'error' => 'ยังไม่ได้ปรับปรุงผู้ผลิต กรุณาลองใหม่อีกครั้ง', - 'success' => 'กู้คืนข้อมูลผู้ผลิตเรียบร้อยแล้ว', - ], + 'success' => 'กู้คืนข้อมูลผู้ผลิตเรียบร้อยแล้ว' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'คุณแน่ใจที่จะลบผู้ผลิตนี้?', 'error' => 'มีปัญหาระหว่างการลบผู้ผลิต กรุณาลองใหม่อีกครั้ง', - 'success' => 'ลบผู้ผลิตเรียบร้อยแล้ว', - ], + 'success' => 'ลบผู้ผลิตเรียบร้อยแล้ว' + ) -]; +); diff --git a/resources/lang/th/admin/manufacturers/table.php b/resources/lang/th/admin/manufacturers/table.php index 8ab9408777..971c670306 100644 --- a/resources/lang/th/admin/manufacturers/table.php +++ b/resources/lang/th/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'เกี่ยวกับผู้ผลิต', 'about_manufacturers_text' => 'ผู้ผลิตเป็น บริษัท ที่สร้างสินทรัพย์ของคุณ คุณสามารถจัดเก็บข้อมูลการติดต่อฝ่ายสนับสนุนที่สำคัญไว้ที่นี่ซึ่งจะปรากฏในหน้ารายละเอียดสินทรัพย์ของคุณ', 'asset_manufacturers' => 'ผู้ผลิตสินทรัพย์', @@ -13,4 +13,4 @@ return [ 'update' => 'ปรับปรุงผู้ผลิต', 'url' => 'URL', -]; +); diff --git a/resources/lang/th/admin/models/general.php b/resources/lang/th/admin/models/general.php index 34212d704b..7810661d7f 100644 --- a/resources/lang/th/admin/models/general.php +++ b/resources/lang/th/admin/models/general.php @@ -1,6 +1,6 @@ 'เกี่ยวกับโมเดลสินทรัพย์', 'about_models_text' => 'โมเดลสินทรัพย์คือวิธีการจัดกลุ่มเนื้อหาที่เหมือนกัน "MBP 2013", "IPhone 6s" ฯลฯ', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'คุณกำลังจะลบ: asset_count', 'restore' => 'กู้คืนโมเดล', 'requestable' => 'ผู้ใช้สามารถขอรับโมเดลนี้ได้', - 'show_mac_address' => 'แสดง MAC address ในสินทรัพย์ของโมเดลนี้', + 'show_mac_address' => 'แสดง MAC address ในสินทรัพย์ของโมเดลนี้', 'view_deleted' => 'ดูที่ถูกลบ', 'view_models' => 'ดูโมเดล', 'fieldset' => 'fieldset', 'no_custom_field' => 'ไม่มีฟิลด์ที่กำหนดเอง', 'add_default_values' => 'เพิ่มค่าเริ่มต้น', -]; +); diff --git a/resources/lang/th/admin/models/message.php b/resources/lang/th/admin/models/message.php index 3370716774..9b746940a6 100644 --- a/resources/lang/th/admin/models/message.php +++ b/resources/lang/th/admin/models/message.php @@ -1,41 +1,42 @@ 'ไม่มีโมเดลนี้', 'assoc_users' => 'โมเดลนี้มีความสัมพันธ์กับสินทรัพย์หนึ่ง หรือมากกว่าในปัจจุบัน และจะไม่สามารถลบได้ กรุณาลบสินทรัพย์และลองอีกครั้ง ', - 'create' => [ + + 'create' => array( 'error' => 'ยังไม่ได้สร้างโมเดล กรุณาลองใหม่อีกครั้ง', 'success' => 'สร้างโมเดียลเรียบร้อยแล้ว', 'duplicate_set' => 'มีชื่อโมเดลสินทรัพย์ ผู้ผลิต และหมายเลขโมเดลแล้ว', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'ยังไม่ได้ปรับปรุงโมเดล กรุณาลองใหม่อีกครั้ง', - 'success' => 'ปรับปรุงโมเดลเรียบร้อยแล้ว', - ], + 'success' => 'ปรับปรุงโมเดลเรียบร้อยแล้ว' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'คุณแน่ใจที่จะลบโมเดลนี้?', 'error' => 'มีปัญหาระหว่างลบโมเดล กรุณาลองใหม่อีกครั้ง.', - 'success' => 'ลบโมเดลเรียบร้อยแล้ว', - ], + 'success' => 'ลบโมเดลเรียบร้อยแล้ว' + ), - 'restore' => [ + 'restore' => array( 'error' => 'ยังไม่ได้กู้คืนโมเดล กรุณาลองใหม่อีกครั้ง', - 'success' => 'กู้คืนโมเดลเรียบร้อยแล้ว', - ], + 'success' => 'กู้คืนโมเดลเรียบร้อยแล้ว' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'ไม่มีการเปลี่ยนแปลงเขตข้อมูลดังนั้นไม่มีอะไรที่ได้รับการปรับปรุง', - 'success' => 'อัปเดตโมเดลแล้ว', - ], + 'success' => 'อัปเดตโมเดลแล้ว' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'ไม่มีการเลือกรายการใด ๆ ดังนั้นจึงไม่มีสิ่งใดถูกลบ', 'success' => ': แบบจำลอง success_count ลบ', - 'success_partial' => ': success_count โมเดลถูกลบแล้วอย่างไรก็ตาม: ไม่สามารถลบข้อมูล fail_count เนื่องจากยังมีเนื้อหาที่เชื่อมโยงอยู่', - ], + 'success_partial' => ': success_count โมเดลถูกลบแล้วอย่างไรก็ตาม: ไม่สามารถลบข้อมูล fail_count เนื่องจากยังมีเนื้อหาที่เชื่อมโยงอยู่' + ), -]; +); diff --git a/resources/lang/th/admin/models/table.php b/resources/lang/th/admin/models/table.php index 0c2cb00c3c..77379d418f 100644 --- a/resources/lang/th/admin/models/table.php +++ b/resources/lang/th/admin/models/table.php @@ -1,6 +1,6 @@ 'สร้างโมเดล', 'created_at' => 'สร้างที่', @@ -14,4 +14,4 @@ return [ 'update' => 'อัพเดทรุ่นสินทรัพย์', 'clone' => 'คัดลอกแบบรุ่น', 'edit' => 'แก้ไขรุ่น', -]; +); diff --git a/resources/lang/th/admin/reports/general.php b/resources/lang/th/admin/reports/general.php index cbc6a94196..84e4d2e4eb 100644 --- a/resources/lang/th/admin/reports/general.php +++ b/resources/lang/th/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'เลือกออฟชั่นสำหรับรายงานสินทรัพย์ที่คุณต้องการ', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/th/admin/reports/message.php b/resources/lang/th/admin/reports/message.php index c534f8f95d..7fe4824834 100644 --- a/resources/lang/th/admin/reports/message.php +++ b/resources/lang/th/admin/reports/message.php @@ -1,5 +1,5 @@ 'คุณต้องเลือกอย่างน้อยหนึ่งออฟชั่น', -]; +return array( + 'error' => 'คุณต้องเลือกอย่างน้อยหนึ่งออฟชั่น' +); diff --git a/resources/lang/th/admin/settings/general.php b/resources/lang/th/admin/settings/general.php index 506e168326..97d14b0f18 100644 --- a/resources/lang/th/admin/settings/general.php +++ b/resources/lang/th/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'อีเมล สำเนาถึง', 'admin_cc_email_help' => 'หากคุณต้องการส่งสำเนาเช็คอิน / เช็คเอาต์อีเมลที่ส่งถึงผู้ใช้ไปยังบัญชีอีเมลอื่นให้ป้อนได้ที่นี่ มิฉะนั้นปล่อยให้ฟิลด์นี้ว่างเปล่า', 'is_ad' => 'นี่คือเซิร์ฟเวอร์ Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'ส่งแจ้งเตือนไปยัง', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'การแจ้งเตือนถูกเปิดใช้งานแล้ว', 'alert_interval' => 'เกณฑ์การเตือนที่หมดอายุ (เป็นวัน)', 'alert_inv_threshold' => 'เกณฑ์การแจ้งเตือนพื้นที่โฆษณา', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'หากคุณจำเป็นต้องตรวจสอบสินทรัพย์ของคุณอย่างสม่ำเสมอให้ป้อนช่วงเวลาเป็นเดือน ๆ', 'audit_warning_days' => 'เกณฑ์การตรวจสอบคำเตือน', 'audit_warning_days_help' => 'เราควรเตือนล่วงหน้ากี่วันเมื่อสินทรัพย์มีกำหนดการตรวจสอบ?', - 'auto_increment_assets' => 'สร้างการเพิ่มรหัสทรัพย์สินอัตโนมัติ', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefix (ส่วนเสริม)', - 'auto_incrementing_help' => 'เปิดใช้งานการเพิ่มรหัสสินทรัพย์อัตโนมัติก่อนตั้งค่าส่วนนี้', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'สำรอง', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/th/mail.php b/resources/lang/th/mail.php index e9c6d58137..4d2065d35b 100644 --- a/resources/lang/th/mail.php +++ b/resources/lang/th/mail.php @@ -1,6 +1,6 @@ 'ผู้ใช้ยกเลิกคำร้องขอสินค้าในเว็บไซต์แล้ว', 'a_user_requested' => 'ผู้ใช้ร้องขอรายการบนเว็บไซต์', 'accessory_name' => 'ชื่ออุปกรณ์เสริม:', @@ -59,7 +59,7 @@ return array( 'test_mail_text' => 'นี่เป็นการทดสอบจาก Snipe-IT Asset Management System ถ้าคุณได้รับอีเมลนี้จะทำงาน :)', 'the_following_item' => 'รายการต่อไปนี้ได้รับการตรวจสอบใน:', 'low_inventory_alert' => 'มี: นับสินค้าที่ต่ำกว่าสินค้าคงคลังขั้นต่ำหรือเร็ว ๆ นี้จะต่ำ|มี: นับสินค้าที่ต่ำกว่าสินค้าคงคลังขั้นต่ำหรือจะเร็วเกินไป', - 'assets_warrantee_alert' => 'มี: จำนวนสินทรัพย์ที่สิ้นสุดระยะรับประกันในถัดไป: เกณฑ์วัน|มี: นับสินทรัพย์ที่จะสิ้นสุดระยะประกันในถัดไป: เกณฑ์วัน', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'มี: ใบอนุญาตที่จะหมดอายุในวันถัดไป: วันที่กำหนด|มี: ใบอนุญาตที่จะหมดอายุในวันถัดไป: วันที่กำหนด', 'to_reset' => 'ในการรีเซ็ตรหัสผ่านเว็บของคุณโปรดกรอกแบบฟอร์มนี้:', 'type' => 'ชนิด', @@ -75,5 +75,5 @@ return array( 'Expected_Checkin_Report' => 'Expected asset checkin report', 'Expected_Checkin_Notification' => 'เตือนความจำ :: ใกล้หมดเวลาเช็คอิน', 'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date', - 'your_assets' => 'ดูสินทรัพย์ที่มี' -); + 'your_assets' => 'ดูสินทรัพย์ที่มี', +]; diff --git a/resources/lang/th/pagination.php b/resources/lang/th/pagination.php index 4f65640925..2c1ac0d3b8 100644 --- a/resources/lang/th/pagination.php +++ b/resources/lang/th/pagination.php @@ -1,6 +1,6 @@ 'ต่อไป »', -]; +); diff --git a/resources/lang/th/reminders.php b/resources/lang/th/reminders.php index 85d4091b86..8ae96bc63b 100644 --- a/resources/lang/th/reminders.php +++ b/resources/lang/th/reminders.php @@ -1,6 +1,6 @@ 'รหัสผ่านต้องมีอย่างน้อย 6 ตัวอักษร และตรงตามรูปแบบที่กำหนด', + "password" => "รหัสผ่านต้องมีอย่างน้อย 6 ตัวอักษร และตรงตามรูปแบบที่กำหนด", - 'user' => 'ชื่อผู้ใช้หรืออีเมลแอดเดรสไม่ถูกต้อง', + "user" => "ชื่อผู้ใช้หรืออีเมลแอดเดรสไม่ถูกต้อง", - 'token' => 'Token รีเซ็ตรหัสผ่านไม่ถูกต้อง', + "token" => "Token รีเซ็ตรหัสผ่านไม่ถูกต้อง", - 'sent' => 'ถ้าหากอีเมลที่คุณกรอกเป็นอีเมลที่ถูกต้อง ระบบได้ทำการส่งรหัสผ่านใหม่ให้ท่านแล้ว!', + "sent" => "ถ้าหากอีเมลที่คุณกรอกเป็นอีเมลที่ถูกต้อง ระบบได้ทำการส่งรหัสผ่านใหม่ให้ท่านแล้ว!", -]; +); diff --git a/resources/lang/th/table.php b/resources/lang/th/table.php index 381c101424..60bf03349f 100644 --- a/resources/lang/th/table.php +++ b/resources/lang/th/table.php @@ -1,10 +1,10 @@ 'การกระทำ', 'action' => 'การกระทำ', 'by' => 'โดย', 'item' => 'รายการ', -]; +); diff --git a/resources/lang/th/validation.php b/resources/lang/th/validation.php index d80acb57a8..fc86762f0f 100644 --- a/resources/lang/th/validation.php +++ b/resources/lang/th/validation.php @@ -1,6 +1,6 @@ ':attribute ต้องมีจำนวนอย่างน้อย :min ตัวอักษร', 'array' => 'แอตทริบิวต์: ต้องมีอย่างน้อย: รายการต่ำสุด', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => ':attribute ที่เลือกไม่ถูกต้อง', 'numeric' => ':attribute ต้องเป็นตัวเลขเท่านั้น', 'present' => 'ฟิลด์แอ็ตทริบิวต์: ต้องมีอยู่', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute กำลังใช้งานอยู่', 'uploaded' => 'แอตทริบิวต์: ล้มเหลวในการอัปโหลด', 'url' => 'รูปแบบของ :attribute ไม่ถูกต้อง', - "unique_undeleted" => "แอตทริบิวต์ต้องไม่ซ้ำกัน", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'แอตทริบิวต์ต้องไม่ซ้ำกัน', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "ฟิลด์แอ็ตทริบิวต์: มีอักขระที่ไม่ได้รับอนุญาต", - "email_array" => "ที่อยู่อีเมลไม่ถูกต้อง", - "hashed_pass" => "รหัสผ่านปัจจุบันของคุณไม่ถูกต้อง", + 'alpha_space' => 'ฟิลด์แอ็ตทริบิวต์: มีอักขระที่ไม่ได้รับอนุญาต', + 'email_array' => 'ที่อยู่อีเมลไม่ถูกต้อง', + 'hashed_pass' => 'รหัสผ่านปัจจุบันของคุณไม่ถูกต้อง', 'dumbpwd' => 'รหัสผ่านที่ใช้กันอยู่ทั่วไป', - "statuslabel_type" => "คุณต้องเลือกประเภทป้ายสถานะที่ถูกต้อง", + 'statuslabel_type' => 'คุณต้องเลือกประเภทป้ายสถานะที่ถูกต้อง', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/tl/admin/accessories/general.php b/resources/lang/tl/admin/accessories/general.php index c01bac167b..96470c14f4 100644 --- a/resources/lang/tl/admin/accessories/general.php +++ b/resources/lang/tl/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Kategorya ng accessory', 'accessory_name' => 'Pangalan ng accessory', 'checkout' => 'Checkout Accessory', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Use the primary default EULA instead.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/tl/admin/custom_fields/message.php b/resources/lang/tl/admin/custom_fields/message.php
index c5d1134d5f..ed66a6ba16 100644
--- a/resources/lang/tl/admin/custom_fields/message.php
+++ b/resources/lang/tl/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'That field does not exist.',
'already_added' => 'Field already added',
- 'create' => [
+ 'create' => array(
'error' => 'Field was not created, please try again.',
'success' => 'Field created successfully.',
- 'assoc_success' => 'Field successfully added to fieldset.',
- ],
+ 'assoc_success' => 'Field successfully added to fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Field was not updated, please try again',
- 'success' => 'Field updated successfully.',
- ],
+ 'success' => 'Field updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this field?',
'error' => 'There was an issue deleting the field. Please try again.',
'success' => 'The field was deleted successfully.',
'in_use' => 'Field is still in use.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset does not exist',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset was not created, please try again.',
- 'success' => 'Fieldset created successfully.',
- ],
+ 'success' => 'Fieldset created successfully.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset was not updated, please try again',
- 'success' => 'Fieldset updated successfully.',
- ],
+ 'success' => 'Fieldset updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this fieldset?',
'error' => 'There was an issue deleting the fieldset. Please try again.',
'success' => 'The fieldset was deleted successfully.',
'in_use' => 'Fieldset is still in use.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/tl/admin/departments/message.php b/resources/lang/tl/admin/departments/message.php
index 14acca576c..d65f4fbb2b 100644
--- a/resources/lang/tl/admin/departments/message.php
+++ b/resources/lang/tl/admin/departments/message.php
@@ -1,21 +1,21 @@
'Department does not exist.',
'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ',
- 'create' => [
+ 'create' => array(
'error' => 'Department was not created, please try again.',
- 'success' => 'Department created successfully.',
- ],
- 'update' => [
+ 'success' => 'Department created successfully.'
+ ),
+ 'update' => array(
'error' => 'Department was not updated, please try again',
- 'success' => 'Department updated successfully.',
- ],
- 'delete' => [
+ 'success' => 'Department updated successfully.'
+ ),
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this department?',
'error' => 'There was an issue deleting the department. Please try again.',
- 'success' => 'The department was deleted successfully.',
- ],
+ 'success' => 'The department was deleted successfully.'
+ )
-];
+);
diff --git a/resources/lang/tl/admin/departments/table.php b/resources/lang/tl/admin/departments/table.php
index b9e94f80cc..76494247be 100644
--- a/resources/lang/tl/admin/departments/table.php
+++ b/resources/lang/tl/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Department Name',
@@ -8,4 +8,4 @@ return [
'location' => 'Location',
'create' => 'Create Department',
'update' => 'Update Department',
- ];
+ );
diff --git a/resources/lang/tl/admin/depreciations/general.php b/resources/lang/tl/admin/depreciations/general.php
index e6c86b9ff5..1a5666f9dc 100644
--- a/resources/lang/tl/admin/depreciations/general.php
+++ b/resources/lang/tl/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Asset Depreciations',
'create' => 'Create Depreciation',
'depreciation_name' => 'Depreciation Name',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Number of Months',
'update' => 'Update Depreciation',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/tl/admin/depreciations/message.php b/resources/lang/tl/admin/depreciations/message.php
index 235c52d7e8..c20e52c13c 100644
--- a/resources/lang/tl/admin/depreciations/message.php
+++ b/resources/lang/tl/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Depreciation class does not exist.',
'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Depreciation class was not created, please try again. :(',
- 'success' => 'Depreciation class created successfully. :)',
- ],
+ 'success' => 'Depreciation class created successfully. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Depreciation class was not updated, please try again',
- 'success' => 'Depreciation class updated successfully.',
- ],
+ 'success' => 'Depreciation class updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this depreciation class?',
'error' => 'There was an issue deleting the depreciation class. Please try again.',
- 'success' => 'The depreciation class was deleted successfully.',
- ],
+ 'success' => 'The depreciation class was deleted successfully.'
+ )
-];
+);
diff --git a/resources/lang/tl/admin/depreciations/table.php b/resources/lang/tl/admin/depreciations/table.php
index a0d32d968d..256b10b92a 100644
--- a/resources/lang/tl/admin/depreciations/table.php
+++ b/resources/lang/tl/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Months',
'term' => 'Term',
'title' => 'Name ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/tl/admin/groups/message.php b/resources/lang/tl/admin/groups/message.php
index 5d7786b158..f14b6339e8 100644
--- a/resources/lang/tl/admin/groups/message.php
+++ b/resources/lang/tl/admin/groups/message.php
@@ -1,22 +1,22 @@
'Group already exists!',
'group_not_found' => 'Group [:id] does not exist.',
'group_name_required' => 'The name field is required',
- 'success' => [
+ 'success' => array(
'create' => 'Group was successfully created.',
'update' => 'Group was successfully updated.',
'delete' => 'Group was successfully deleted.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this group?',
'create' => 'There was an issue creating the group. Please try again.',
'update' => 'There was an issue updating the group. Please try again.',
'delete' => 'There was an issue deleting the group. Please try again.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/tl/admin/groups/table.php b/resources/lang/tl/admin/groups/table.php
index e32b8ebbea..13c43c3bc1 100644
--- a/resources/lang/tl/admin/groups/table.php
+++ b/resources/lang/tl/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Ngalan',
'users' => '# ng mga Gumagamit',
-];
+);
diff --git a/resources/lang/tl/admin/groups/titles.php b/resources/lang/tl/admin/groups/titles.php
index 8807f5e54a..d875f190d7 100644
--- a/resources/lang/tl/admin/groups/titles.php
+++ b/resources/lang/tl/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Group Admin',
'allow' => 'Allow',
'deny' => 'Deny',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/tl/admin/hardware/form.php b/resources/lang/tl/admin/hardware/form.php
index 86a40a5fa2..0c1a3167be 100644
--- a/resources/lang/tl/admin/hardware/form.php
+++ b/resources/lang/tl/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Warranty',
'warranty_expires' => 'Warranty Expires',
'years' => 'years',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/tl/admin/hardware/general.php b/resources/lang/tl/admin/hardware/general.php
index 80a2c14e50..1ac49efef1 100644
--- a/resources/lang/tl/admin/hardware/general.php
+++ b/resources/lang/tl/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Requestable',
'requested' => 'Requested',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'View Asset',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/tl/admin/hardware/message.php b/resources/lang/tl/admin/hardware/message.php index ae18cf51ea..8c8e323a73 100644 --- a/resources/lang/tl/admin/hardware/message.php +++ b/resources/lang/tl/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Warning: This asset has been marked as currently undeployable. If this status has changed, please update the asset status.', 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Asset audit successfully logged.', ], + 'deletefile' => [ 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'The file was unable to be deleted', ], + 'delete' => [ 'confirm' => 'Are you sure you wish to delete this asset?', 'error' => 'There was an issue deleting the asset. Please try again.', diff --git a/resources/lang/tl/admin/hardware/table.php b/resources/lang/tl/admin/hardware/table.php index e992b9d2a7..6166ba8045 100644 --- a/resources/lang/tl/admin/hardware/table.php +++ b/resources/lang/tl/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Asset Tag', 'asset_model' => 'Model', - 'book_value' => 'Value', + 'book_value' => 'Current Value', 'change' => 'In/Out', 'checkout_date' => 'Checkout Date', 'checkoutto' => 'Checked Out', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Download CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serial', 'status' => 'Status', 'title' => 'Asset ', - 'image' => 'Device Image', + 'image' => 'Device Image', 'days_without_acceptance' => 'Days Without Acceptance', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/tl/admin/kits/general.php b/resources/lang/tl/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/tl/admin/kits/general.php +++ b/resources/lang/tl/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/tl/admin/licenses/form.php b/resources/lang/tl/admin/licenses/form.php index 90fa8b8562..ce29167874 100644 --- a/resources/lang/tl/admin/licenses/form.php +++ b/resources/lang/tl/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Asset', 'checkin' => 'Checkin', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licensed to Email', 'to_name' => 'Licensed to Name', 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.', -]; + '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.' +); diff --git a/resources/lang/tl/admin/licenses/general.php b/resources/lang/tl/admin/licenses/general.php index a4d79a5c40..25a536ec56 100644 --- a/resources/lang/tl/admin/licenses/general.php +++ b/resources/lang/tl/admin/licenses/general.php @@ -1,6 +1,6 @@ 'About Licenses', 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Checkin License Seat', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Software Licenses', 'user' => 'User', 'view' => 'View License', -]; +); diff --git a/resources/lang/tl/admin/licenses/message.php b/resources/lang/tl/admin/licenses/message.php index 8a5807cba2..87a7c3d0b9 100644 --- a/resources/lang/tl/admin/licenses/message.php +++ b/resources/lang/tl/admin/licenses/message.php @@ -1,6 +1,6 @@ 'License does not exist.', 'user_does_not_exist' => 'User does not exist.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'You must select an asset or a user, but not both.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'License was not created, please try again.', + 'success' => 'License created successfully.' + ), + + 'deletefile' => array( 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.', - ], + 'success' => 'License updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this license?', 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.', - ], + 'success' => 'The license was deleted successfully.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully', - ], + 'success' => 'The license was checked out successfully' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully', - ], + 'success' => 'The license was checked in successfully' + ), -]; +); diff --git a/resources/lang/tl/admin/licenses/table.php b/resources/lang/tl/admin/licenses/table.php index f5520afe52..dfce4136cb 100644 --- a/resources/lang/tl/admin/licenses/table.php +++ b/resources/lang/tl/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Assigned To', 'checkout' => 'In/Out', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serial', 'title' => 'License', -]; +); diff --git a/resources/lang/tl/admin/locations/message.php b/resources/lang/tl/admin/locations/message.php index 2aac2141cb..3ba1eed3b6 100644 --- a/resources/lang/tl/admin/locations/message.php +++ b/resources/lang/tl/admin/locations/message.php @@ -1,26 +1,27 @@ 'Location does not exist.', 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', - 'create' => [ + + 'create' => array( 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.', - ], + 'success' => 'Location created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.', - ], + 'success' => 'Location updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this location?', 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.', - ], + 'success' => 'The location was deleted successfully.' + ) -]; +); diff --git a/resources/lang/tl/admin/locations/table.php b/resources/lang/tl/admin/locations/table.php index 4792273c32..29edf0f565 100644 --- a/resources/lang/tl/admin/locations/table.php +++ b/resources/lang/tl/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Parent', 'currency' => 'Location Currency', 'ldap_ou' => 'LDAP Search OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/tl/admin/manufacturers/message.php b/resources/lang/tl/admin/manufacturers/message.php index eac9e700ec..21a4bc5aaf 100644 --- a/resources/lang/tl/admin/manufacturers/message.php +++ b/resources/lang/tl/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Manufacturer does not exist.', 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', - 'create' => [ + 'create' => array( 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.', - ], + 'success' => 'Manufacturer created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.', - ], + 'success' => 'Manufacturer updated successfully.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Manufacturer was not restored, please try again', - 'success' => 'Manufacturer restored successfully.', - ], + 'success' => 'Manufacturer restored successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', 'error' => 'There was an issue deleting the manufacturer. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.', - ], + 'success' => 'The Manufacturer was deleted successfully.' + ) -]; +); diff --git a/resources/lang/tl/admin/manufacturers/table.php b/resources/lang/tl/admin/manufacturers/table.php index 05a79f5700..4e3ea9904d 100644 --- a/resources/lang/tl/admin/manufacturers/table.php +++ b/resources/lang/tl/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'About manufacturers', 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', 'asset_manufacturers' => 'Asset Manufacturers', @@ -13,4 +13,4 @@ return [ 'update' => 'Update Manufacturer', 'url' => 'URL', -]; +); diff --git a/resources/lang/tl/admin/models/general.php b/resources/lang/tl/admin/models/general.php index 046fd562e2..d2d77e0e8c 100644 --- a/resources/lang/tl/admin/models/general.php +++ b/resources/lang/tl/admin/models/general.php @@ -1,6 +1,6 @@ 'About Asset Models', 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', + 'show_mac_address' => 'Show MAC address field in assets in this model', 'view_deleted' => 'View Deleted', 'view_models' => 'View Models', 'fieldset' => 'Fieldset', 'no_custom_field' => 'No custom fields', 'add_default_values' => 'Add default values', -]; +); diff --git a/resources/lang/tl/admin/models/message.php b/resources/lang/tl/admin/models/message.php index c2c7d7c627..e3b29d5b4b 100644 --- a/resources/lang/tl/admin/models/message.php +++ b/resources/lang/tl/admin/models/message.php @@ -1,41 +1,42 @@ 'Model does not exist.', 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', - 'create' => [ + + 'create' => array( 'error' => 'Model was not created, please try again.', 'success' => 'Model created successfully.', 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.', - ], + 'success' => 'Model updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this asset model?', 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.', - ], + 'success' => 'The model was deleted successfully.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.', - ], + 'success' => 'Model restored successfully.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.', - ], + 'success' => 'Models updated.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'No models were selected, so nothing was deleted.', 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', - ], + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), -]; +); diff --git a/resources/lang/tl/admin/models/table.php b/resources/lang/tl/admin/models/table.php index 8ca54d5a8f..11a512b3d3 100644 --- a/resources/lang/tl/admin/models/table.php +++ b/resources/lang/tl/admin/models/table.php @@ -1,6 +1,6 @@ 'Create Asset Model', 'created_at' => 'Created at', @@ -14,4 +14,4 @@ return [ 'update' => 'Update Asset Model', 'clone' => 'Clone Model', 'edit' => 'Edit Model', -]; +); diff --git a/resources/lang/tl/admin/reports/general.php b/resources/lang/tl/admin/reports/general.php index 65e2bb1d73..344d5c8743 100644 --- a/resources/lang/tl/admin/reports/general.php +++ b/resources/lang/tl/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Select the options you want for your asset report.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/tl/admin/reports/message.php b/resources/lang/tl/admin/reports/message.php index 75b8533fb7..d4c8f8198f 100644 --- a/resources/lang/tl/admin/reports/message.php +++ b/resources/lang/tl/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.', -]; +return array( + 'error' => 'You must select at least ONE option.' +); diff --git a/resources/lang/tl/admin/settings/general.php b/resources/lang/tl/admin/settings/general.php index f446810839..cfccc817cd 100644 --- a/resources/lang/tl/admin/settings/general.php +++ b/resources/lang/tl/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'Ito ay isang Aktibong serber ng Direktorya', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Magpadala ng mga alerto sa', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Punagana na ang Alerto sa Email', 'alert_interval' => 'Ang pagka-expire ng Alert Threshold (sa iilang araw)', 'alert_inv_threshold' => 'Ang Inventory Alert Threshold', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/tl/mail.php b/resources/lang/tl/mail.php index 6471289e00..db5e157135 100644 --- a/resources/lang/tl/mail.php +++ b/resources/lang/tl/mail.php @@ -60,7 +60,7 @@ return [ 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', 'the_following_item' => 'The following item has been checked in: ', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'To reset your :web password, complete this form:', 'type' => 'Type', diff --git a/resources/lang/tl/pagination.php b/resources/lang/tl/pagination.php index 10e0158b7c..124c6b5d95 100644 --- a/resources/lang/tl/pagination.php +++ b/resources/lang/tl/pagination.php @@ -1,6 +1,6 @@ 'Kasunod »', -]; +); diff --git a/resources/lang/tl/reminders.php b/resources/lang/tl/reminders.php index a8ee7dda97..e7a476e3a2 100644 --- a/resources/lang/tl/reminders.php +++ b/resources/lang/tl/reminders.php @@ -1,6 +1,6 @@ 'Passwords must be six characters and match the confirmation.', + "password" => "Passwords must be six characters and match the confirmation.", - 'user' => 'Username or email address is incorrect', + "user" => "Username or email address is incorrect", - 'token' => 'This password reset token is invalid.', + "token" => "This password reset token is invalid.", - 'sent' => 'If a matching email address was found, a password reminder has been sent!', + "sent" => "If a matching email address was found, a password reminder has been sent!", -]; +); diff --git a/resources/lang/tl/table.php b/resources/lang/tl/table.php index 683407ceb4..ad84acb5a4 100644 --- a/resources/lang/tl/table.php +++ b/resources/lang/tl/table.php @@ -1,10 +1,10 @@ 'Mga kilos', 'action' => 'Kilos', 'by' => 'Batay sa', 'item' => 'Aytem', -]; +); diff --git a/resources/lang/tl/validation.php b/resources/lang/tl/validation.php index 4ece7d41c7..72b465f211 100644 --- a/resources/lang/tl/validation.php +++ b/resources/lang/tl/validation.php @@ -1,6 +1,6 @@ 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'The selected :attribute is invalid.', 'numeric' => 'The :attribute must be a number.', 'present' => 'The :attribute field must be present.', @@ -88,8 +89,8 @@ return array( 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', - "unique_undeleted" => "The :attribute must be unique.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", + 'alpha_space' => 'The :attribute field contains a character that is not allowed.', + 'email_array' => 'One or more email addresses is invalid.', + 'hashed_pass' => 'Your current password is incorrect', 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", + 'statuslabel_type' => 'You must select a valid status label type', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/tr/admin/accessories/general.php b/resources/lang/tr/admin/accessories/general.php index db28ac215c..5a7ff849bd 100644 --- a/resources/lang/tr/admin/accessories/general.php +++ b/resources/lang/tr/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Aksesuar Kategorisi', 'accessory_name' => 'Aksesuar Adı', 'checkout' => 'Aksesuar Çıkışı', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => '\'yı Varsayılan Sözleşme yerine kullan.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/tr/admin/custom_fields/message.php b/resources/lang/tr/admin/custom_fields/message.php
index 695dedcd24..356bbd0316 100644
--- a/resources/lang/tr/admin/custom_fields/message.php
+++ b/resources/lang/tr/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Bu alan geçersiz.',
'already_added' => 'Alan zaten mevcut',
- 'create' => [
+ 'create' => array(
'error' => 'Alan oluşturulamadı. Lütfen tekrar deneyin.',
'success' => 'Alan başarıyla oluşturuldu.',
- 'assoc_success' => 'Alan, alan kümesine başarıyla eklendi.',
- ],
+ 'assoc_success' => 'Alan, alan kümesine başarıyla eklendi.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Alan güncellenmedi. Lütfen tekrar deneyin',
- 'success' => 'Alan başarıyla güncellendi.',
- ],
+ 'success' => 'Alan başarıyla güncellendi.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Bu alanı silmek istediğinizden emin misiniz?',
'error' => 'Silme işleminde başarısız. Lütfen tekrar deneyiniz.',
'success' => 'Alan başarıyla silindi.',
'in_use' => 'Alan hala kullanımda.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Alan kümesi yok',
- 'create' => [
+ 'create' => array(
'error' => 'Alan kümesi olşturulamadı, lütfen yeniden deneyin.',
- 'success' => 'Alan kümesi başarıyla oluşturuldu.',
- ],
+ 'success' => 'Alan kümesi başarıyla oluşturuldu.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Alan güncelleştirilmedi, lütfen tekrar deneyin',
- 'success' => 'Alan başarıyla güncelleştirildi.',
- ],
+ 'success' => 'Alan başarıyla güncelleştirildi.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Bu alanı silmek istediğinizden emin misiniz?',
'error' => 'Alanı silinirken bir sorun oluştu. Lütfen yeniden deneyin.',
'success' => 'Alan başarıyla silindi.',
'in_use' => 'Alan hala kullanılıyor.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/tr/admin/departments/message.php b/resources/lang/tr/admin/departments/message.php
index 9954e416d6..26aa99155e 100644
--- a/resources/lang/tr/admin/departments/message.php
+++ b/resources/lang/tr/admin/departments/message.php
@@ -1,21 +1,21 @@
'Bölüm mevcut değil.',
'assoc_users' => 'Bu bölüm şu anda en az bir kullanıcı ile ilişkili ve silinemez. Bölümü silebilmek için ilişkili kullanıcıları güncelleyin. ',
- 'create' => [
+ 'create' => array(
'error' => 'Bölüm oluşturulmadı, lütfen yeniden deneyin.',
- 'success' => 'Bölüm başarıyla oluşturuldu.',
- ],
- 'update' => [
+ 'success' => 'Bölüm başarıyla oluşturuldu.'
+ ),
+ 'update' => array(
'error' => 'Bölüm güncelleştirilmedi, lütfen tekrar deneyin',
- 'success' => 'Bölüm başarıyla güncelleştirildi.',
- ],
- 'delete' => [
+ 'success' => 'Bölüm başarıyla güncelleştirildi.'
+ ),
+ 'delete' => array(
'confirm' => 'Bu bölümü silmek istediğinizden emin misiniz?',
'error' => 'Bölüm silinirken bir sorun oluştu. Lütfen yeniden deneyin.',
- 'success' => 'Bölüm başarıyla silindi.',
- ],
+ 'success' => 'Bölüm başarıyla silindi.'
+ )
-];
+);
diff --git a/resources/lang/tr/admin/departments/table.php b/resources/lang/tr/admin/departments/table.php
index 53d5b99ab8..d277a03288 100644
--- a/resources/lang/tr/admin/departments/table.php
+++ b/resources/lang/tr/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Bölüm Adı',
@@ -8,4 +8,4 @@ return [
'location' => 'Konum',
'create' => 'Bölüm Oluştur',
'update' => 'Bölümü Güncelle',
- ];
+ );
diff --git a/resources/lang/tr/admin/depreciations/general.php b/resources/lang/tr/admin/depreciations/general.php
index 47b427964b..a15e7eefe8 100644
--- a/resources/lang/tr/admin/depreciations/general.php
+++ b/resources/lang/tr/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Demirbaş Amortismanları',
'create' => 'Değer Kaybı Oluştur',
'depreciation_name' => 'Amortisman Adı',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Ay Sayısı',
'update' => 'Değer Kaybını Güncelle',
- 'depreciation_min' => 'Değişiklik sonrası minumum değer'
-
+ 'depreciation_min' => 'Değişiklik sonrası minumum değer',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/tr/admin/depreciations/message.php b/resources/lang/tr/admin/depreciations/message.php
index 83a9f0cb09..85ccd777e9 100644
--- a/resources/lang/tr/admin/depreciations/message.php
+++ b/resources/lang/tr/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Amortisman sınıfı mevcut değil.',
'assoc_users' => 'Bu amortisman bir ya da daha çok model ile ilişkili ve silinemez. Lütfen önce modelleri siliniz, ardından tekrar deneyin. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Amortisman sınıfı oluşturulamadı, lütfen tekrar deneyin.',
- 'success' => 'Amortisman sınıfı oluşturuldu.',
- ],
+ 'success' => 'Amortisman sınıfı oluşturuldu.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Amortisman sınıfı güncellenemedi, lütfen tekrar deneyin',
- 'success' => 'Amortisman sınıfı güncellendi.',
- ],
+ 'success' => 'Amortisman sınıfı güncellendi.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Amortisman sınıfını silmek istediğinize emin misiniz?',
'error' => 'Amortisman sınıfını silerken bir hata oluştu. Lütfen tekrar deneyin.',
- 'success' => 'Amortisman sınıfı silindi.',
- ],
+ 'success' => 'Amortisman sınıfı silindi.'
+ )
-];
+);
diff --git a/resources/lang/tr/admin/depreciations/table.php b/resources/lang/tr/admin/depreciations/table.php
index ffa4041e2a..e15526d9e2 100644
--- a/resources/lang/tr/admin/depreciations/table.php
+++ b/resources/lang/tr/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Ay',
'term' => 'Süre',
'title' => 'İsim',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/tr/admin/groups/message.php b/resources/lang/tr/admin/groups/message.php
index 082d6c3fc7..cc1b3dae12 100644
--- a/resources/lang/tr/admin/groups/message.php
+++ b/resources/lang/tr/admin/groups/message.php
@@ -1,22 +1,22 @@
'Grup zaten mevcut.',
'group_not_found' => 'Grup [:id] mevcut değil.',
'group_name_required' => 'İsim alanı zorunludur',
- 'success' => [
+ 'success' => array(
'create' => 'Grup oluşturuldu.',
'update' => 'Grup güncellendi.',
'delete' => 'Grup silindi.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Grubu silmek istediğinize emin misiniz?',
'create' => 'Grup silinirken bir problem oluştu. Lütfen tekrar deneyin.',
'update' => 'Grup güncellenirken bir problem oluştu. Lütfen tekrar deneyin.',
'delete' => 'Grup silinirken bir problem oluştu. Lütfen tekrar deneyin.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/tr/admin/groups/table.php b/resources/lang/tr/admin/groups/table.php
index 95b6949d5a..dc4d5ccfef 100644
--- a/resources/lang/tr/admin/groups/table.php
+++ b/resources/lang/tr/admin/groups/table.php
@@ -1,9 +1,9 @@
'ID',
'name' => 'İsim',
'users' => '# Kullanıcı',
-];
+);
diff --git a/resources/lang/tr/admin/groups/titles.php b/resources/lang/tr/admin/groups/titles.php
index 14c4df22be..598e124c15 100644
--- a/resources/lang/tr/admin/groups/titles.php
+++ b/resources/lang/tr/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Grup Yöneticisi',
'allow' => 'Kabul Et',
'deny' => 'Reddet',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/tr/admin/hardware/form.php b/resources/lang/tr/admin/hardware/form.php
index c78c5239d1..630a4566c2 100644
--- a/resources/lang/tr/admin/hardware/form.php
+++ b/resources/lang/tr/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Garanti',
'warranty_expires' => 'Garanti Süresi Sona Erdi',
'years' => 'yıl',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/tr/admin/hardware/general.php b/resources/lang/tr/admin/hardware/general.php
index 93b75ca61e..6d8b68e2c5 100644
--- a/resources/lang/tr/admin/hardware/general.php
+++ b/resources/lang/tr/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'Bu varlık modeli silindi. Varlığı geri almak için modelini geri almalısınız.',
'requestable' => 'Talep edilebilir',
'requested' => 'Talep edildi',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Demirbaşı Geri Getir',
'pending' => 'Bekliyor',
'undeployable' => 'Dağtılamaz',
'view' => 'Demirbaşı Görüntüle',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/tr/admin/hardware/message.php b/resources/lang/tr/admin/hardware/message.php index ee3dc0fecc..a6eb88e340 100644 --- a/resources/lang/tr/admin/hardware/message.php +++ b/resources/lang/tr/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Uyarı: Bu demirbaş dağıtılamaz olarak işlaretlenmiş. Eğer durumu değişti ise, lütfen Demirbaş Durumu\'nu güncelleyiniz.', 'does_not_exist' => 'Demirbaş mevcut değil.', - 'does_not_exist_or_not_requestable' => 'İyi denemeydi. Bu varlık mevcut değil veya talep edilebilir değil.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Bu demirbaş kullanıcıya çıkış yapılmış olaran görülüyor ve silinemez. Lütfen önce demirbaş girişi yapınız, ardından tekrar siliniz. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Varlık denetimi başarıyla günlüğe kaydedildi.', ], + 'deletefile' => [ 'error' => 'Dosya silinemedi. Lütfen tekrar deneyin.', 'success' => 'Dosya silindi.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'Dosya silenemedi', ], + 'delete' => [ 'confirm' => 'Demirbaşı silmek istediğinize emin misiniz?', 'error' => 'Demirbaş silinirken bir problem oluştu. Lütfen tekrar deneyin.', diff --git a/resources/lang/tr/admin/hardware/table.php b/resources/lang/tr/admin/hardware/table.php index 94d1f6d8a5..203a5c721d 100644 --- a/resources/lang/tr/admin/hardware/table.php +++ b/resources/lang/tr/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Demirbaş Etiketi', 'asset_model' => 'Model', - 'book_value' => 'Değer', + 'book_value' => 'Current Value', 'change' => 'Giriş/Çıkış', 'checkout_date' => 'Çıkış Tarihi', 'checkoutto' => 'Çıkış Yapıldı', + 'current_value' => 'Current Value', 'diff' => 'Fark', 'dl_csv' => 'CSV Dosyasını İndir', 'eol' => 'Ömür Süresi', @@ -18,8 +19,12 @@ return [ 'serial' => 'Seri No', 'status' => 'Durum', 'title' => 'Demirbaş ', - 'image' => 'Cihaz resmi', + 'image' => 'Cihaz resmi', 'days_without_acceptance' => 'Kabul edilmeden geçen gün', 'monthly_depreciation' => 'Aylık Amortisman', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/tr/admin/kits/general.php b/resources/lang/tr/admin/kits/general.php index 8dfd16bac6..68bff4ba68 100644 --- a/resources/lang/tr/admin/kits/general.php +++ b/resources/lang/tr/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'Çıkış yapılabilecek sayıda :license lisansı bulunmamaktadır. :qty adet gereklidir. ', 'none_consumables' => 'Yeterli sayıda :consumable olmadığından çıkış yapılamıyor. :qty adet gereklidir. ', 'none_accessory' => 'Çıkış yapılabilecek sayıda :accessory bulunmamaktadır. :qty adet gereklidir. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/tr/admin/licenses/form.php b/resources/lang/tr/admin/licenses/form.php index f8ba6e29b7..58f7450e2d 100644 --- a/resources/lang/tr/admin/licenses/form.php +++ b/resources/lang/tr/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Demirbaş', 'checkin' => 'Giriş', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Lisans E-Postası', 'to_name' => 'Lisans Adı', 'update' => 'Lisansı Güncelle', - 'checkout_help' => 'Lisansı bir donanıma ya da kişiye atamak zorundasınız. İsterseniz her ikisini de seçebilirsiniz, fakat atama yapılan donanım atama yapılan kişiye çıkış yapılmış olmalıdır.', -]; + 'checkout_help' => 'Lisansı bir donanıma ya da kişiye atamak zorundasınız. İsterseniz her ikisini de seçebilirsiniz, fakat atama yapılan donanım atama yapılan kişiye çıkış yapılmış olmalıdır.' +); diff --git a/resources/lang/tr/admin/licenses/general.php b/resources/lang/tr/admin/licenses/general.php index 0cd13f83db..2b64606501 100644 --- a/resources/lang/tr/admin/licenses/general.php +++ b/resources/lang/tr/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Lisanslar Hakkında', 'about_licenses' => 'Lisanslar yazılım takibi için kullanılır. Kullanıcı sayısı kadar kişide kullanılabilir', 'checkin' => 'Lisans Kullanıcısı Girişi', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Yazılım Lisansları', 'user' => 'Kullanıcı', 'view' => 'Lisansı Göster', -]; +); diff --git a/resources/lang/tr/admin/licenses/message.php b/resources/lang/tr/admin/licenses/message.php index 36b6af43f1..5437fe1232 100644 --- a/resources/lang/tr/admin/licenses/message.php +++ b/resources/lang/tr/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Lisans mevcut değil.', 'user_does_not_exist' => 'Kullanıcı mevcut değil.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Bir varlık veya kullanıcı seçmelisiniz, ancak her ikisini birden değil.', 'not_found' => 'Lisans bulunamadı', - 'create' => [ - 'error' => 'Lisans oluşturulamadı, lütfen tekrar deneyin.', - 'success' => 'Lisans oluşturuldu.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Lisans oluşturulamadı, lütfen tekrar deneyin.', + 'success' => 'Lisans oluşturuldu.' + ), + + 'deletefile' => array( 'error' => 'Dosya silinemedi. Lütfen tekrar deneyin.', 'success' => 'Dosya silindi.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Dosya(lar) yüklenemedi. Lütfen tekrar deneyin.', 'success' => 'Dosya(lar) yüklendi.', 'nofiles' => 'Yükleme için herhangi bir dosya seçmediniz veya karşıya yüklemeye çalıştığınız dosya çok büyük', 'invalidfiles' => 'Bir veya daha fazla dosya çok büyük veya izin verilmeyen bir dosya türü. İzin verilen dosya türleri; png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Lisans güncellenemedi, lütfen tekrar deneyin', - 'success' => 'Lisans güncellendi.', - ], + 'success' => 'Lisans güncellendi.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Lisansı silmek istediğinize emin misiniz?', 'error' => 'Lisansı silerken bir hata oluştu. Lütfen tekrar deneyin.', - 'success' => 'Lisans silindi.', - ], + 'success' => 'Lisans silindi.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Lisans çıkışı yapılırken hata oluştu. Lütfen tekrar deneyin.', - 'success' => 'Lisans çıkışı yapıldı.', - ], + 'success' => 'Lisans çıkışı yapıldı.' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Lisans girişi yapılırken hata oluştu. Lütfen tekrar deneyin.', - 'success' => 'Lisans girişi yapıldı', - ], + 'success' => 'Lisans girişi yapıldı' + ), -]; +); diff --git a/resources/lang/tr/admin/licenses/table.php b/resources/lang/tr/admin/licenses/table.php index 3b248609f5..bb4e61743d 100644 --- a/resources/lang/tr/admin/licenses/table.php +++ b/resources/lang/tr/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Atanan', 'checkout' => 'Giriş/Çıkış', @@ -14,4 +14,4 @@ return [ 'serial' => 'Seri No', 'title' => 'Lisans', -]; +); diff --git a/resources/lang/tr/admin/locations/message.php b/resources/lang/tr/admin/locations/message.php index d82ed60a1c..68de5114fb 100644 --- a/resources/lang/tr/admin/locations/message.php +++ b/resources/lang/tr/admin/locations/message.php @@ -1,26 +1,27 @@ 'Konum mevcut değil.', 'assoc_users' => 'Konum en az 1 kullanıcı ile ilişkili durumda ve silinemez. Lütfen önce kullanıcıları güncelleyerek konumu boşaltın ve tekrar deneyin. ', 'assoc_assets' => 'Bu konum şu anda en az bir varlık ile ilişkili ve silinemez. Lütfen artık bu konumu kullanabilmek için varlık konumlarını güncelleştirin.', 'assoc_child_loc' => 'Bu konum şu anda en az bir alt konum üstüdür ve silinemez. Lütfen artık bu konuma ait alt konumları güncelleyin. ', - 'create' => [ + + 'create' => array( 'error' => 'Konum oluşturulamadı, lütfen tekrar deneyin.', - 'success' => 'Konum oluşturuldu.', - ], + 'success' => 'Konum oluşturuldu.' + ), - 'update' => [ + 'update' => array( 'error' => 'Konum güncellenemedi, lütfen tekrar deneyin', - 'success' => 'Konum güncellendi.', - ], + 'success' => 'Konum güncellendi.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Konumu silmek istediğinize emin misiniz?', 'error' => 'Konum silinirken bir hata oluştu. Lütfen tekrar deneyin.', - 'success' => 'Konum silindi.', - ], + 'success' => 'Konum silindi.' + ) -]; +); diff --git a/resources/lang/tr/admin/locations/table.php b/resources/lang/tr/admin/locations/table.php index 0824be8398..e3db283227 100644 --- a/resources/lang/tr/admin/locations/table.php +++ b/resources/lang/tr/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Üst', 'currency' => 'Lokasyon Para Birimi', 'ldap_ou' => 'LDAP arama OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/tr/admin/manufacturers/message.php b/resources/lang/tr/admin/manufacturers/message.php index ad83f4bc69..e6a894ec17 100644 --- a/resources/lang/tr/admin/manufacturers/message.php +++ b/resources/lang/tr/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Üretici mevcut değil.', 'assoc_users' => 'Üretici en az 1 model ile ilişkili durumda ve silinemez. Lütfen önce modelleri güncelleyerek üreticiyi boşa çıkarın ve tekrar deneyin. ', - 'create' => [ + 'create' => array( 'error' => 'Üretici oluşturulamadı, lütfen tekrar deneyin.', - 'success' => 'Üretici oluşturuldu.', - ], + 'success' => 'Üretici oluşturuldu.' + ), - 'update' => [ + 'update' => array( 'error' => 'Üretici güncellenemedi, lütfen tekrar deneyin', - 'success' => 'Üretici güncellendi.', - ], + 'success' => 'Üretici güncellendi.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Üretici geri yüklenmedi, lütfen tekrar deneyin', - 'success' => 'Üretici başarıyla geri yüklendi.', - ], + 'success' => 'Üretici başarıyla geri yüklendi.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Üreticiyi silmek istediğinize emin misiniz?', 'error' => 'Üretici silinirken bir hata oluştu. Lütfen tekrar deneyin.', - 'success' => 'Üretici silindi.', - ], + 'success' => 'Üretici silindi.' + ) -]; +); diff --git a/resources/lang/tr/admin/manufacturers/table.php b/resources/lang/tr/admin/manufacturers/table.php index 727a9604d8..8140ec5f2f 100644 --- a/resources/lang/tr/admin/manufacturers/table.php +++ b/resources/lang/tr/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Üreticiler hakkında', 'about_manufacturers_text' => 'Üreticiler varlıkları oluşturan şirketledir. Önemli servis sağlayıcı bilgilerinizi burada saklayabilirsiniz. Varlıkların detay kısmında bu bilgilere ulaşabilirsiniz.', 'asset_manufacturers' => 'Demirbaş Üreticileri', @@ -13,4 +13,4 @@ return [ 'update' => 'Üretici Güncelle', 'url' => 'URL', -]; +); diff --git a/resources/lang/tr/admin/models/general.php b/resources/lang/tr/admin/models/general.php index 29cc7fefb8..854d3fae0c 100644 --- a/resources/lang/tr/admin/models/general.php +++ b/resources/lang/tr/admin/models/general.php @@ -1,6 +1,6 @@ 'Varlık Modelleri Hakkında', 'about_models_text' => 'Varlık Modelleri, özdeş varlıkları gruplamanın bir yoludur. Örn: "Tiny M73", "Samsung A7", vb.', 'deleted' => 'Bu model silindi.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => ':model_count varlık modellerini silmek üzeresiniz.', 'restore' => 'Modeli geri getir', 'requestable' => 'Kullanıcılar bu modeli talep edebilir', - 'show_mac_address' => 'Bu model demirbaşta MAC adresi göster', + 'show_mac_address' => 'Bu model demirbaşta MAC adresi göster', 'view_deleted' => 'Silinenleri görüntüle', 'view_models' => 'Modelleri görüntüle', 'fieldset' => 'Alan', 'no_custom_field' => 'Özel alan yok', 'add_default_values' => 'Varsayılan değerleri ekle', -]; +); diff --git a/resources/lang/tr/admin/models/message.php b/resources/lang/tr/admin/models/message.php index 1883f7f709..05e3dda1b9 100644 --- a/resources/lang/tr/admin/models/message.php +++ b/resources/lang/tr/admin/models/message.php @@ -1,41 +1,42 @@ 'Model mevcut değil.', 'assoc_users' => 'Model bir ya da daha çok demirbaş ile ilişkili ve silinemez. Lütfen demirbaşları silin ve tekrar deneyin. ', - 'create' => [ + + 'create' => array( 'error' => 'Klasör oluşturulmadı, lütfen tekrar deneyin.', 'success' => 'Model oluşturuldu.', 'duplicate_set' => 'Bu üretici ve model numarası ile bir varlık ve model zaten var.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model güncellenemedi, lütfen tekrar deneyin', - 'success' => 'Model güncellendi.', - ], + 'success' => 'Model güncellendi.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Bu demirbaş modelini silmek istediğinize emin misiniz?', 'error' => 'Demirbaş silinirken bir problem oluştu. Lütfen tekrar deneyin.', - 'success' => 'Model silindi.', - ], + 'success' => 'Model silindi.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Model geri getirilemedi, lütfen tekrar deneyin', - 'success' => 'Model geri getirildi.', - ], + 'success' => 'Model geri getirildi.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Hiçbir alan değiştirilmedi, dolayısıyla hiç bir alan güncellenmedi.', - 'success' => 'Model güncellendi.', - ], + 'success' => 'Model güncellendi.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Hiçbir model seçilmedi, bu nedenle hiçbir şey silinmedi.', 'success' => ': success_count model (ler) silindi!', - 'success_partial' => ':success_count adet model(ler) silindi, ancak :fail_count adet için silme işlemini tamamlayamadık, çünkü bunlar halâ varlıklarla ilişkilendirilmiş durumda.', - ], + 'success_partial' => ':success_count adet model(ler) silindi, ancak :fail_count adet için silme işlemini tamamlayamadık, çünkü bunlar halâ varlıklarla ilişkilendirilmiş durumda.' + ), -]; +); diff --git a/resources/lang/tr/admin/models/table.php b/resources/lang/tr/admin/models/table.php index 0b792e9d13..939ef6cf9b 100644 --- a/resources/lang/tr/admin/models/table.php +++ b/resources/lang/tr/admin/models/table.php @@ -1,6 +1,6 @@ 'Demirbaş Modeli Oluştur', 'created_at' => 'Şurada oluşturuldu', @@ -14,4 +14,4 @@ return [ 'update' => 'Demirbaş Modeli Güncelle', 'clone' => 'Modeli Kopyala', 'edit' => 'Modeli Düzenle', -]; +); diff --git a/resources/lang/tr/admin/reports/general.php b/resources/lang/tr/admin/reports/general.php index 3da6010268..5c21feda6f 100644 --- a/resources/lang/tr/admin/reports/general.php +++ b/resources/lang/tr/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Demirbaş Raporu için istediğiniz seçenekleri seçiniz.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/tr/admin/reports/message.php b/resources/lang/tr/admin/reports/message.php index 9a8bafd572..ab916a50aa 100644 --- a/resources/lang/tr/admin/reports/message.php +++ b/resources/lang/tr/admin/reports/message.php @@ -1,5 +1,5 @@ 'En az 1 seçenek seçmeniz gerekiyor.', -]; +return array( + 'error' => 'En az 1 seçenek seçmeniz gerekiyor.' +); diff --git a/resources/lang/tr/admin/settings/general.php b/resources/lang/tr/admin/settings/general.php index c867506d70..4517d5b77b 100644 --- a/resources/lang/tr/admin/settings/general.php +++ b/resources/lang/tr/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Active Directory etki alanı', 'ad_domain_help' => 'Mail etki alanı gibidir fakat her zaman aynı olmayabilir.', 'ad_append_domain_label' => 'Alan adını sonuna ekle', 'ad_append_domain' => 'Alan adını kullanıcı adının sonuna ekle', - 'ad_append_domain_help' => 'Kullanıcı "kullanıcıadı@alan.adı" yazmak zorunda değil, bunun yerine "kullanıcıadı" yazabilir.' , + 'ad_append_domain_help' => 'Kullanıcı "kullanıcıadı@alan.adı" yazmak zorunda değil, bunun yerine "kullanıcıadı" yazabilir.', 'admin_cc_email' => 'CC e-Posta', 'admin_cc_email_help' => 'Kullanıcılar bir ek e-posta hesabına gönderilen iade etme/kullanıma alma e-posta bir kopyasını göndermek isterseniz, buraya girin. Aksi takdirde bu alanı boş bırakın.', 'is_ad' => 'Active Directory sunucusudur', + 'alerts' => 'Uyarı', + 'alert_title' => 'Güncelleme Uyarı Ayarları', 'alert_email' => 'Uyarıları gönder', + 'alert_email_help' => 'Uyarıların gönderileceği mail adresini yazınız. Virgül ile ayırarak farklı mailler de yazabilirsiniz', 'alerts_enabled' => 'Uyarılar etkinleştirildi', 'alert_interval' => 'Uyarı bitiş zamanı (gün içinde)', 'alert_inv_threshold' => 'Son uyarı zamanı', 'allow_user_skin' => 'Kullanıcı temasına izin ver', - 'allow_user_skin_help_text' => 'Bu kutuyu işaretlemek, kullanıcının UI kaplamasını farklı bir kaplamayla geçersiz kılmasına olanak tanır.' , + 'allow_user_skin_help_text' => 'Bu kutuyu işaretlemek, kullanıcının UI kaplamasını farklı bir kaplamayla geçersiz kılmasına olanak tanır.', 'asset_ids' => 'Demirbaş No', 'audit_interval' => 'Denetim Aralığı', 'audit_interval_help' => 'Varlıklarınızı düzenli olarak fiziksel olarak denetlemeniz gerekiyorsa, aralığı ay olarak girin.', 'audit_warning_days' => 'Denetim Uyarı Eşiği', 'audit_warning_days_help' => 'Mal varlığının denetime tabi olması gerektiği zaman sizi kaç gün öncesinden uyarmalıyız?', - 'auto_increment_assets' => 'Otomatik artan Demirbaş No üret', + 'auto_increment_assets' => 'Otomatik olarak artan varlık etiketi oluşturun', 'auto_increment_prefix' => 'Ünvan (opsiyonel)', - 'auto_incrementing_help' => 'Otomatik artan demirbaş No ilk buradan başlasın', + 'auto_incrementing_help' => 'Bunu ayarlamak için önce otomatik artan varlık etiketlerini etkinleştirin', 'backups' => 'Yedekler', + 'backups_restoring' => 'Yedekten geri dön', + 'backups_upload' => 'Yedeği yükle', + 'backups_path' => 'Yedeklerin sunucuda saklanacağı yer:path
',
+ 'backups_restore_warning' => 'Geri yükleme butonunu kullanın önceki yedeklemelerden (Şu anda "S3 file storage" yada "Docker" çalışmıyor.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/tr/mail.php b/resources/lang/tr/mail.php index 0f88ffa293..a176a7c9bb 100644 --- a/resources/lang/tr/mail.php +++ b/resources/lang/tr/mail.php @@ -1,6 +1,6 @@ 'Bir kullanıcı web sitede öğe talebinden vazgeçti', 'a_user_requested' => 'Bir kullanıcı websitede bir öğe talebinde bulundu', 'accessory_name' => 'Aksesuar Adı:', @@ -60,7 +60,7 @@ return array( 'test_mail_text' => 'Snipe-IT varlık yönetim sisteminden bir denemedir', 'the_following_item' => 'Aşağıdaki varlık geri alındı olarak işaretlendi: ', 'low_inventory_alert' => 'Şu var: Minimum envanterin altında olan veya yakında düşük olacak olan sayı maddesi. | Şunlar var: Minimum envanterin altında olan veya yakında olacak olan sayım maddeleri.', - 'assets_warrantee_alert' => 'Şu var: gelecek vadede garanti süresi dolmuş varlık sayımı: eşik günler. | Şunlar var: gelecek yıl sona ermesi garantili varlıklar sayılır: eşik günleri.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Şu var: bir sonraki günlerde süren lisans sayımı: eşik günleri. | Şunlar var: bir sonraki günlerde süren sayım lisansları: eşik günleri.', 'to_reset' => 'Şifre sıfırlamak için :web password, formu doldurun:', 'type' => 'Tür', @@ -76,5 +76,5 @@ return array( 'Expected_Checkin_Report' => 'Beklenen varlık iade raporu', 'Expected_Checkin_Notification' => 'Hatırlatma ::name Son seçim zamanı yaklaşıyor', 'Expected_Checkin_Date' => 'Size teslim edilen bir varlık :date tarihinde tekrar teslim edilecektir', - 'your_assets' => 'Varlıkları Görüntüleme' -); + 'your_assets' => 'Varlıkları Görüntüleme', +]; diff --git a/resources/lang/tr/pagination.php b/resources/lang/tr/pagination.php index 51f352dde3..e80c32d160 100644 --- a/resources/lang/tr/pagination.php +++ b/resources/lang/tr/pagination.php @@ -1,6 +1,6 @@ 'Sonraki »', -]; +); diff --git a/resources/lang/tr/reminders.php b/resources/lang/tr/reminders.php index c672f05162..5e84b4eac6 100644 --- a/resources/lang/tr/reminders.php +++ b/resources/lang/tr/reminders.php @@ -1,6 +1,6 @@ 'Şifre en az 6 karakter olmalı ve birbiriyle eşleşmeli.', + "password" => "Şifre en az 6 karakter olmalı ve birbiriyle eşleşmeli.", - 'user' => 'Kullanıcı adı veya e-mail adresi hatalı', + "user" => "Kullanıcı adı veya e-mail adresi hatalı", - 'token' => 'Şifre sıfırlama anahtarı geçersiz.', + "token" => "Şifre sıfırlama anahtarı geçersiz.", - 'sent' => 'Eşleşen email bulunsaydı, şifre gönderilirdi!', + "sent" => "Eşleşen email bulunsaydı, şifre gönderilirdi!", -]; +); diff --git a/resources/lang/tr/table.php b/resources/lang/tr/table.php index 026bffefef..c4d85cebe0 100644 --- a/resources/lang/tr/table.php +++ b/resources/lang/tr/table.php @@ -1,10 +1,10 @@ 'Hareketler', 'action' => 'Hareket', 'by' => 'Tarafından', 'item' => 'Ürün', -]; +); diff --git a/resources/lang/tr/validation.php b/resources/lang/tr/validation.php index a1dbf8b9e9..2264585b48 100644 --- a/resources/lang/tr/validation.php +++ b/resources/lang/tr/validation.php @@ -1,6 +1,6 @@ ':attribute :min karakterden küçük olmalı.', 'array' => ': Özelliği en az: dakika öğesine sahip olmalıdır.', ], + 'starts_with' => 'Özellik aşağıdaki değerlerden biriyle başlamalıdır.', 'not_in' => ':attribute geçersiz.', 'numeric' => ':attribute sayı olmalıdır.', 'present' => ': Attribute alanı bulunmalıdır.', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute zaten alınmış.', 'uploaded' => ': Özniteliği yüklenemedi.', 'url' => ':attribute biçim geçersiz.', - "unique_undeleted" => ":attribute benzersiz olmalıdır.", - "non_circular" => ":attribute döngüsel bir başvuru oluşturmamalıdır.", + 'unique_undeleted' => ':attribute benzersiz olmalıdır.', + 'non_circular' => ':attribute döngüsel bir başvuru oluşturmamalıdır.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => ": Attribute alanı, izin verilmeyen bir karakter içeriyor.", - "email_array" => "Bir veya daha fazla e-posta adresi geçersiz.", - "hashed_pass" => "Geçerli şifre yanlış", + 'alpha_space' => ': Attribute alanı, izin verilmeyen bir karakter içeriyor.', + 'email_array' => 'Bir veya daha fazla e-posta adresi geçersiz.', + 'hashed_pass' => 'Geçerli şifre yanlış', 'dumbpwd' => 'Bu şifre çok yaygındır.', - "statuslabel_type" => "Geçerli bir durum etiketi türü seçmelisiniz", + 'statuslabel_type' => 'Geçerli bir durum etiketi türü seçmelisiniz', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/uk/admin/accessories/general.php b/resources/lang/uk/admin/accessories/general.php index 7117488a37..4ced62dffc 100644 --- a/resources/lang/uk/admin/accessories/general.php +++ b/resources/lang/uk/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Категорія аксесуарів', 'accessory_name' => 'Назва аксесуара', 'checkout' => 'Видати аксесуар', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Use the primary default EULA instead.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/uk/admin/custom_fields/message.php b/resources/lang/uk/admin/custom_fields/message.php
index c5d1134d5f..ed66a6ba16 100644
--- a/resources/lang/uk/admin/custom_fields/message.php
+++ b/resources/lang/uk/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'That field does not exist.',
'already_added' => 'Field already added',
- 'create' => [
+ 'create' => array(
'error' => 'Field was not created, please try again.',
'success' => 'Field created successfully.',
- 'assoc_success' => 'Field successfully added to fieldset.',
- ],
+ 'assoc_success' => 'Field successfully added to fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Field was not updated, please try again',
- 'success' => 'Field updated successfully.',
- ],
+ 'success' => 'Field updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this field?',
'error' => 'There was an issue deleting the field. Please try again.',
'success' => 'The field was deleted successfully.',
'in_use' => 'Field is still in use.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset does not exist',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset was not created, please try again.',
- 'success' => 'Fieldset created successfully.',
- ],
+ 'success' => 'Fieldset created successfully.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset was not updated, please try again',
- 'success' => 'Fieldset updated successfully.',
- ],
+ 'success' => 'Fieldset updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this fieldset?',
'error' => 'There was an issue deleting the fieldset. Please try again.',
'success' => 'The fieldset was deleted successfully.',
'in_use' => 'Fieldset is still in use.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/uk/admin/departments/message.php b/resources/lang/uk/admin/departments/message.php
index c3dcacc286..820c348737 100644
--- a/resources/lang/uk/admin/departments/message.php
+++ b/resources/lang/uk/admin/departments/message.php
@@ -1,21 +1,21 @@
'Розташування не існує.',
'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. ',
- 'create' => [
+ 'create' => array(
'error' => 'Department was not created, please try again.',
- 'success' => 'Розташування успішно створено.',
- ],
- 'update' => [
+ 'success' => 'Розташування успішно створено.'
+ ),
+ 'update' => array(
'error' => 'Department was not updated, please try again',
- 'success' => 'Department updated successfully.',
- ],
- 'delete' => [
+ 'success' => 'Department updated successfully.'
+ ),
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this department?',
'error' => 'There was an issue deleting the department. Please try again.',
- 'success' => 'The department was deleted successfully.',
- ],
+ 'success' => 'The department was deleted successfully.'
+ )
-];
+);
diff --git a/resources/lang/uk/admin/departments/table.php b/resources/lang/uk/admin/departments/table.php
index 5013e63add..fb5ee21829 100644
--- a/resources/lang/uk/admin/departments/table.php
+++ b/resources/lang/uk/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Назва відділу',
@@ -8,4 +8,4 @@ return [
'location' => 'Розташування',
'create' => 'Створити відділ',
'update' => 'Оновити відділ',
- ];
+ );
diff --git a/resources/lang/uk/admin/depreciations/general.php b/resources/lang/uk/admin/depreciations/general.php
index e848d825b1..c27614c31e 100644
--- a/resources/lang/uk/admin/depreciations/general.php
+++ b/resources/lang/uk/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Asset Depreciations',
'create' => 'Create Depreciation',
'depreciation_name' => 'Depreciation Name',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Кількість місяців',
'update' => 'Update Depreciation',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/uk/admin/depreciations/message.php b/resources/lang/uk/admin/depreciations/message.php
index 235c52d7e8..c20e52c13c 100644
--- a/resources/lang/uk/admin/depreciations/message.php
+++ b/resources/lang/uk/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Depreciation class does not exist.',
'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Depreciation class was not created, please try again. :(',
- 'success' => 'Depreciation class created successfully. :)',
- ],
+ 'success' => 'Depreciation class created successfully. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Depreciation class was not updated, please try again',
- 'success' => 'Depreciation class updated successfully.',
- ],
+ 'success' => 'Depreciation class updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this depreciation class?',
'error' => 'There was an issue deleting the depreciation class. Please try again.',
- 'success' => 'The depreciation class was deleted successfully.',
- ],
+ 'success' => 'The depreciation class was deleted successfully.'
+ )
-];
+);
diff --git a/resources/lang/uk/admin/depreciations/table.php b/resources/lang/uk/admin/depreciations/table.php
index f50c7bf267..d86511496e 100644
--- a/resources/lang/uk/admin/depreciations/table.php
+++ b/resources/lang/uk/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'міс.',
'term' => 'Term',
'title' => 'Name ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/uk/admin/groups/message.php b/resources/lang/uk/admin/groups/message.php
index 2b5e0da7c5..1b3eed7e00 100644
--- a/resources/lang/uk/admin/groups/message.php
+++ b/resources/lang/uk/admin/groups/message.php
@@ -1,22 +1,22 @@
'Група вже існує!',
'group_not_found' => 'Group [:id] does not exist.',
'group_name_required' => 'The name field is required',
- 'success' => [
+ 'success' => array(
'create' => 'Групу успішно створено.',
'update' => 'Групу успішно оновлено.',
'delete' => 'Групу успішно видалено.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Ви впевнені, що бажаєте видалити цю групу?',
'create' => 'There was an issue creating the group. Please try again.',
'update' => 'There was an issue updating the group. Please try again.',
'delete' => 'There was an issue deleting the group. Please try again.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/uk/admin/groups/table.php b/resources/lang/uk/admin/groups/table.php
index 9ad0603a53..b8309ec720 100644
--- a/resources/lang/uk/admin/groups/table.php
+++ b/resources/lang/uk/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Назва',
'users' => '# користувачів',
-];
+);
diff --git a/resources/lang/uk/admin/groups/titles.php b/resources/lang/uk/admin/groups/titles.php
index beca6d9ce7..d007cc4984 100644
--- a/resources/lang/uk/admin/groups/titles.php
+++ b/resources/lang/uk/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Адміністратор групи',
'allow' => 'Дозволити',
'deny' => 'Заборонити',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/uk/admin/hardware/form.php b/resources/lang/uk/admin/hardware/form.php
index 699f767d11..9f01e9dd2f 100644
--- a/resources/lang/uk/admin/hardware/form.php
+++ b/resources/lang/uk/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Гарантія',
'warranty_expires' => 'Warranty Expires',
'years' => 'р.',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/uk/admin/hardware/general.php b/resources/lang/uk/admin/hardware/general.php
index f7f274cf57..2de90a4654 100644
--- a/resources/lang/uk/admin/hardware/general.php
+++ b/resources/lang/uk/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Requestable',
'requested' => 'Requested',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'Переглянути актив',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/uk/admin/hardware/message.php b/resources/lang/uk/admin/hardware/message.php index ae18cf51ea..8c8e323a73 100644 --- a/resources/lang/uk/admin/hardware/message.php +++ b/resources/lang/uk/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Warning: This asset has been marked as currently undeployable. If this status has changed, please update the asset status.', 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Asset audit successfully logged.', ], + 'deletefile' => [ 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'The file was unable to be deleted', ], + 'delete' => [ 'confirm' => 'Are you sure you wish to delete this asset?', 'error' => 'There was an issue deleting the asset. Please try again.', diff --git a/resources/lang/uk/admin/hardware/table.php b/resources/lang/uk/admin/hardware/table.php index 56fb11ac11..82a0bd2e97 100644 --- a/resources/lang/uk/admin/hardware/table.php +++ b/resources/lang/uk/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Тег активу', 'asset_model' => 'Модель', - 'book_value' => 'Value', + 'book_value' => 'Current Value', 'change' => 'In/Out', 'checkout_date' => 'Дата видачі', 'checkoutto' => 'Видано', + 'current_value' => 'Current Value', 'diff' => 'Різниця', 'dl_csv' => 'Download CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Серійник', 'status' => 'Статус', 'title' => 'Актив ', - 'image' => 'Зображення пристрою', + 'image' => 'Зображення пристрою', 'days_without_acceptance' => 'Days Without Acceptance', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/uk/admin/kits/general.php b/resources/lang/uk/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/uk/admin/kits/general.php +++ b/resources/lang/uk/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/uk/admin/licenses/form.php b/resources/lang/uk/admin/licenses/form.php index f04351ea78..dadbef4684 100644 --- a/resources/lang/uk/admin/licenses/form.php +++ b/resources/lang/uk/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Актив', 'checkin' => 'Checkin', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licensed to Email', 'to_name' => 'Licensed to Name', 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.', -]; + '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.' +); diff --git a/resources/lang/uk/admin/licenses/general.php b/resources/lang/uk/admin/licenses/general.php index ee152c3e0a..5b7f4b19af 100644 --- a/resources/lang/uk/admin/licenses/general.php +++ b/resources/lang/uk/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Про ліцензії', 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Checkin License Seat', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Ліцензії на програмне забезпечення', 'user' => 'Користувач', 'view' => 'Переглянути ліцензію', -]; +); diff --git a/resources/lang/uk/admin/licenses/message.php b/resources/lang/uk/admin/licenses/message.php index 8a5807cba2..87a7c3d0b9 100644 --- a/resources/lang/uk/admin/licenses/message.php +++ b/resources/lang/uk/admin/licenses/message.php @@ -1,6 +1,6 @@ 'License does not exist.', 'user_does_not_exist' => 'User does not exist.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'You must select an asset or a user, but not both.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'License was not created, please try again.', + 'success' => 'License created successfully.' + ), + + 'deletefile' => array( 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.', - ], + 'success' => 'License updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this license?', 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.', - ], + 'success' => 'The license was deleted successfully.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully', - ], + 'success' => 'The license was checked out successfully' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully', - ], + 'success' => 'The license was checked in successfully' + ), -]; +); diff --git a/resources/lang/uk/admin/licenses/table.php b/resources/lang/uk/admin/licenses/table.php index c5e47a8aa8..55bb028d8b 100644 --- a/resources/lang/uk/admin/licenses/table.php +++ b/resources/lang/uk/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Призначено', 'checkout' => 'In/Out', @@ -14,4 +14,4 @@ return [ 'serial' => 'Серійник', 'title' => 'Ліцензія', -]; +); diff --git a/resources/lang/uk/admin/locations/message.php b/resources/lang/uk/admin/locations/message.php index e9c6430a10..d8ede8d017 100644 --- a/resources/lang/uk/admin/locations/message.php +++ b/resources/lang/uk/admin/locations/message.php @@ -1,26 +1,27 @@ 'Розташування не існує.', 'assoc_users' => 'Розташування зараз пов\'язано як мінімум з одним користувачем та не може бути видалено. Оновіть ваших користувачів, так щоб вони не були більше пов\'язані з розташуванням і спробуйте ще раз. ', 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', - 'create' => [ + + 'create' => array( 'error' => 'Location was not created, please try again.', - 'success' => 'Розташування успішно створено.', - ], + 'success' => 'Розташування успішно створено.' + ), - 'update' => [ + 'update' => array( 'error' => 'Розташування не було оновлено, спробуйте ще раз', - 'success' => 'Розташування успішно створено.', - ], + 'success' => 'Розташування успішно створено.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Ви впевнені, що хочете видати це розташування?', 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'Розташування було успішно видалено.', - ], + 'success' => 'Розташування було успішно видалено.' + ) -]; +); diff --git a/resources/lang/uk/admin/locations/table.php b/resources/lang/uk/admin/locations/table.php index 3abb657d6f..ec95cd2ed1 100644 --- a/resources/lang/uk/admin/locations/table.php +++ b/resources/lang/uk/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Батьківський', 'currency' => 'Валюта розташування', 'ldap_ou' => 'Пошук OU в LDAP', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/uk/admin/manufacturers/message.php b/resources/lang/uk/admin/manufacturers/message.php index c0ac12f544..8518bff2e3 100644 --- a/resources/lang/uk/admin/manufacturers/message.php +++ b/resources/lang/uk/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Виробник не існує.', '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. ', - 'create' => [ + 'create' => array( 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Виробник успішно створений.', - ], + 'success' => 'Виробник успішно створений.' + ), - 'update' => [ + 'update' => array( 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Виробника успішно оновлено.', - ], + 'success' => 'Виробника успішно оновлено.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Manufacturer was not restored, please try again', - 'success' => 'Manufacturer restored successfully.', - ], + 'success' => 'Manufacturer restored successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Ви впевнені що хочете видалити виробника?', 'error' => 'There was an issue deleting the manufacturer. Please try again.', - 'success' => 'Виробник успішно видалений.', - ], + 'success' => 'Виробник успішно видалений.' + ) -]; +); diff --git a/resources/lang/uk/admin/manufacturers/table.php b/resources/lang/uk/admin/manufacturers/table.php index 8205f5000a..d81f020360 100644 --- a/resources/lang/uk/admin/manufacturers/table.php +++ b/resources/lang/uk/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Про виробників', 'about_manufacturers_text' => 'Виробники це компанії, що виготовляються ваші активи. Ви можете зберігати необхідну контактну інформацію про них, що буде відображатися на сторінках з детальним описом актвів.', 'asset_manufacturers' => 'Виробники активів', @@ -13,4 +13,4 @@ return [ 'update' => 'Оновити виробника', 'url' => 'URL', -]; +); diff --git a/resources/lang/uk/admin/models/general.php b/resources/lang/uk/admin/models/general.php index ae3ed8994a..8440ef5cb6 100644 --- a/resources/lang/uk/admin/models/general.php +++ b/resources/lang/uk/admin/models/general.php @@ -1,6 +1,6 @@ 'Про моделі активів', 'about_models_text' => 'Моделі активів це спосіб групування ідентичних активів. Наприклад, «Lenovo G700», «Nokia 3310», тощо.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'restore' => 'Відновити модель', 'requestable' => 'Користувачі можуть створювати запит на цю модель', - 'show_mac_address' => 'Show MAC address field in assets in this model', + 'show_mac_address' => 'Show MAC address field in assets in this model', 'view_deleted' => 'Переглянути видалені', 'view_models' => 'Переглянути моделі', 'fieldset' => 'Набір полів', 'no_custom_field' => 'No custom fields', 'add_default_values' => 'Add default values', -]; +); diff --git a/resources/lang/uk/admin/models/message.php b/resources/lang/uk/admin/models/message.php index de0a527f2a..f09a3d9142 100644 --- a/resources/lang/uk/admin/models/message.php +++ b/resources/lang/uk/admin/models/message.php @@ -1,41 +1,42 @@ 'Модель не існує.', '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. ', - 'create' => [ + + 'create' => array( 'error' => 'Model was not created, please try again.', 'success' => 'Модель успішно створено.', 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.', - ], + 'success' => 'Model updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Ви впевнені, що хочете видалити цю модель?', 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'Модель успішно видалено.', - ], + 'success' => 'Модель успішно видалено.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.', - ], + 'success' => 'Model restored successfully.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Моделі оновлено.', - ], + 'success' => 'Моделі оновлено.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'No models were selected, so nothing was deleted.', 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', - ], + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), -]; +); diff --git a/resources/lang/uk/admin/models/table.php b/resources/lang/uk/admin/models/table.php index 0691e3feb7..baeba3635d 100644 --- a/resources/lang/uk/admin/models/table.php +++ b/resources/lang/uk/admin/models/table.php @@ -1,6 +1,6 @@ 'Створити модель активу', 'created_at' => 'Створено', @@ -14,4 +14,4 @@ return [ 'update' => 'Оновити модель активу', 'clone' => 'Клонувати модель', 'edit' => 'Редагувати модель', -]; +); diff --git a/resources/lang/uk/admin/reports/general.php b/resources/lang/uk/admin/reports/general.php index 65e2bb1d73..344d5c8743 100644 --- a/resources/lang/uk/admin/reports/general.php +++ b/resources/lang/uk/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Select the options you want for your asset report.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/uk/admin/reports/message.php b/resources/lang/uk/admin/reports/message.php index 75b8533fb7..d4c8f8198f 100644 --- a/resources/lang/uk/admin/reports/message.php +++ b/resources/lang/uk/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.', -]; +return array( + 'error' => 'You must select at least ONE option.' +); diff --git a/resources/lang/uk/admin/settings/general.php b/resources/lang/uk/admin/settings/general.php index 5a59f9f418..a3353920f1 100644 --- a/resources/lang/uk/admin/settings/general.php +++ b/resources/lang/uk/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'Це сервер Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Send alerts to', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Email Alerts Enabled', 'alert_interval' => 'Expiring Alerts Threshold (in days)', 'alert_inv_threshold' => 'Inventory Alert Threshold', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Резервні копії', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/uk/mail.php b/resources/lang/uk/mail.php index f26e9e05f4..5ce2368c09 100644 --- a/resources/lang/uk/mail.php +++ b/resources/lang/uk/mail.php @@ -60,7 +60,7 @@ return [ 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', 'the_following_item' => 'The following item has been checked in: ', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'To reset your :web password, complete this form:', 'type' => 'Тип', diff --git a/resources/lang/uk/pagination.php b/resources/lang/uk/pagination.php index 06f647656c..571df83901 100644 --- a/resources/lang/uk/pagination.php +++ b/resources/lang/uk/pagination.php @@ -1,6 +1,6 @@ 'Наступна »', -]; +); diff --git a/resources/lang/uk/reminders.php b/resources/lang/uk/reminders.php index 0fe8a3b61b..3cf504949d 100644 --- a/resources/lang/uk/reminders.php +++ b/resources/lang/uk/reminders.php @@ -1,6 +1,6 @@ 'Паролі повинні складатися з шести символів і відповідати вимогам безпеки.', + "password" => "Паролі повинні складатися з шести символів і відповідати вимогам безпеки.", - 'user' => "Ім'я користувача або електронна адреса невірна", + "user" => "Ім'я користувача або електронна адреса невірна", - 'token' => 'Токен для скидання паролю невірний.', + "token" => "Токен для скидання паролю невірний.", - 'sent' => 'Якщо електронна адреса вірна, нагадування пароля буде відправлено!', + "sent" => "Якщо електронна адреса вірна, нагадування пароля буде відправлено!", -]; +); diff --git a/resources/lang/uk/table.php b/resources/lang/uk/table.php index dc2cb25190..9ad145bdb1 100644 --- a/resources/lang/uk/table.php +++ b/resources/lang/uk/table.php @@ -1,10 +1,10 @@ 'Дії', 'action' => 'Дія', 'by' => 'Ким', 'item' => 'Елемент', -]; +); diff --git a/resources/lang/uk/validation.php b/resources/lang/uk/validation.php index 4ece7d41c7..72b465f211 100644 --- a/resources/lang/uk/validation.php +++ b/resources/lang/uk/validation.php @@ -1,6 +1,6 @@ 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'The selected :attribute is invalid.', 'numeric' => 'The :attribute must be a number.', 'present' => 'The :attribute field must be present.', @@ -88,8 +89,8 @@ return array( 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', - "unique_undeleted" => "The :attribute must be unique.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", + 'alpha_space' => 'The :attribute field contains a character that is not allowed.', + 'email_array' => 'One or more email addresses is invalid.', + 'hashed_pass' => 'Your current password is incorrect', 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", + 'statuslabel_type' => 'You must select a valid status label type', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/ur-PK/admin/accessories/general.php b/resources/lang/ur-PK/admin/accessories/general.php index 3759e15861..e9a2e69ff6 100644 --- a/resources/lang/ur-PK/admin/accessories/general.php +++ b/resources/lang/ur-PK/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Accessory Category', 'accessory_name' => 'Accessory Name', 'checkout' => 'Checkout Accessory', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Use the primary default EULA instead.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/ur-PK/admin/custom_fields/message.php b/resources/lang/ur-PK/admin/custom_fields/message.php
index c5d1134d5f..ed66a6ba16 100644
--- a/resources/lang/ur-PK/admin/custom_fields/message.php
+++ b/resources/lang/ur-PK/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'That field does not exist.',
'already_added' => 'Field already added',
- 'create' => [
+ 'create' => array(
'error' => 'Field was not created, please try again.',
'success' => 'Field created successfully.',
- 'assoc_success' => 'Field successfully added to fieldset.',
- ],
+ 'assoc_success' => 'Field successfully added to fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Field was not updated, please try again',
- 'success' => 'Field updated successfully.',
- ],
+ 'success' => 'Field updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this field?',
'error' => 'There was an issue deleting the field. Please try again.',
'success' => 'The field was deleted successfully.',
'in_use' => 'Field is still in use.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset does not exist',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset was not created, please try again.',
- 'success' => 'Fieldset created successfully.',
- ],
+ 'success' => 'Fieldset created successfully.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset was not updated, please try again',
- 'success' => 'Fieldset updated successfully.',
- ],
+ 'success' => 'Fieldset updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this fieldset?',
'error' => 'There was an issue deleting the fieldset. Please try again.',
'success' => 'The fieldset was deleted successfully.',
'in_use' => 'Fieldset is still in use.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/ur-PK/admin/departments/message.php b/resources/lang/ur-PK/admin/departments/message.php
index 14acca576c..d65f4fbb2b 100644
--- a/resources/lang/ur-PK/admin/departments/message.php
+++ b/resources/lang/ur-PK/admin/departments/message.php
@@ -1,21 +1,21 @@
'Department does not exist.',
'assoc_users' => 'This department is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this department and try again. ',
- 'create' => [
+ 'create' => array(
'error' => 'Department was not created, please try again.',
- 'success' => 'Department created successfully.',
- ],
- 'update' => [
+ 'success' => 'Department created successfully.'
+ ),
+ 'update' => array(
'error' => 'Department was not updated, please try again',
- 'success' => 'Department updated successfully.',
- ],
- 'delete' => [
+ 'success' => 'Department updated successfully.'
+ ),
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this department?',
'error' => 'There was an issue deleting the department. Please try again.',
- 'success' => 'The department was deleted successfully.',
- ],
+ 'success' => 'The department was deleted successfully.'
+ )
-];
+);
diff --git a/resources/lang/ur-PK/admin/departments/table.php b/resources/lang/ur-PK/admin/departments/table.php
index b9e94f80cc..76494247be 100644
--- a/resources/lang/ur-PK/admin/departments/table.php
+++ b/resources/lang/ur-PK/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Department Name',
@@ -8,4 +8,4 @@ return [
'location' => 'Location',
'create' => 'Create Department',
'update' => 'Update Department',
- ];
+ );
diff --git a/resources/lang/ur-PK/admin/depreciations/general.php b/resources/lang/ur-PK/admin/depreciations/general.php
index e6c86b9ff5..1a5666f9dc 100644
--- a/resources/lang/ur-PK/admin/depreciations/general.php
+++ b/resources/lang/ur-PK/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Asset Depreciations',
'create' => 'Create Depreciation',
'depreciation_name' => 'Depreciation Name',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Number of Months',
'update' => 'Update Depreciation',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/ur-PK/admin/depreciations/message.php b/resources/lang/ur-PK/admin/depreciations/message.php
index 235c52d7e8..c20e52c13c 100644
--- a/resources/lang/ur-PK/admin/depreciations/message.php
+++ b/resources/lang/ur-PK/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Depreciation class does not exist.',
'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Depreciation class was not created, please try again. :(',
- 'success' => 'Depreciation class created successfully. :)',
- ],
+ 'success' => 'Depreciation class created successfully. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Depreciation class was not updated, please try again',
- 'success' => 'Depreciation class updated successfully.',
- ],
+ 'success' => 'Depreciation class updated successfully.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this depreciation class?',
'error' => 'There was an issue deleting the depreciation class. Please try again.',
- 'success' => 'The depreciation class was deleted successfully.',
- ],
+ 'success' => 'The depreciation class was deleted successfully.'
+ )
-];
+);
diff --git a/resources/lang/ur-PK/admin/depreciations/table.php b/resources/lang/ur-PK/admin/depreciations/table.php
index a0d32d968d..256b10b92a 100644
--- a/resources/lang/ur-PK/admin/depreciations/table.php
+++ b/resources/lang/ur-PK/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Months',
'term' => 'Term',
'title' => 'Name ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/ur-PK/admin/groups/message.php b/resources/lang/ur-PK/admin/groups/message.php
index 5d7786b158..f14b6339e8 100644
--- a/resources/lang/ur-PK/admin/groups/message.php
+++ b/resources/lang/ur-PK/admin/groups/message.php
@@ -1,22 +1,22 @@
'Group already exists!',
'group_not_found' => 'Group [:id] does not exist.',
'group_name_required' => 'The name field is required',
- 'success' => [
+ 'success' => array(
'create' => 'Group was successfully created.',
'update' => 'Group was successfully updated.',
'delete' => 'Group was successfully deleted.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Are you sure you wish to delete this group?',
'create' => 'There was an issue creating the group. Please try again.',
'update' => 'There was an issue updating the group. Please try again.',
'delete' => 'There was an issue deleting the group. Please try again.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/ur-PK/admin/groups/table.php b/resources/lang/ur-PK/admin/groups/table.php
index 1fe63604f8..61f060a116 100644
--- a/resources/lang/ur-PK/admin/groups/table.php
+++ b/resources/lang/ur-PK/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Name',
'users' => '# of Users',
-];
+);
diff --git a/resources/lang/ur-PK/admin/groups/titles.php b/resources/lang/ur-PK/admin/groups/titles.php
index 8807f5e54a..d875f190d7 100644
--- a/resources/lang/ur-PK/admin/groups/titles.php
+++ b/resources/lang/ur-PK/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Group Admin',
'allow' => 'Allow',
'deny' => 'Deny',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/ur-PK/admin/hardware/form.php b/resources/lang/ur-PK/admin/hardware/form.php
index 86a40a5fa2..0c1a3167be 100644
--- a/resources/lang/ur-PK/admin/hardware/form.php
+++ b/resources/lang/ur-PK/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Warranty',
'warranty_expires' => 'Warranty Expires',
'years' => 'years',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/ur-PK/admin/hardware/general.php b/resources/lang/ur-PK/admin/hardware/general.php
index 80a2c14e50..1ac49efef1 100644
--- a/resources/lang/ur-PK/admin/hardware/general.php
+++ b/resources/lang/ur-PK/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Requestable',
'requested' => 'Requested',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'View Asset',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/ur-PK/admin/hardware/message.php b/resources/lang/ur-PK/admin/hardware/message.php index ae18cf51ea..8c8e323a73 100644 --- a/resources/lang/ur-PK/admin/hardware/message.php +++ b/resources/lang/ur-PK/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Warning: This asset has been marked as currently undeployable. If this status has changed, please update the asset status.', 'does_not_exist' => 'Asset does not exist.', - 'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Asset audit successfully logged.', ], + 'deletefile' => [ 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'The file was unable to be deleted', ], + 'delete' => [ 'confirm' => 'Are you sure you wish to delete this asset?', 'error' => 'There was an issue deleting the asset. Please try again.', diff --git a/resources/lang/ur-PK/admin/hardware/table.php b/resources/lang/ur-PK/admin/hardware/table.php index e992b9d2a7..6166ba8045 100644 --- a/resources/lang/ur-PK/admin/hardware/table.php +++ b/resources/lang/ur-PK/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Asset Tag', 'asset_model' => 'Model', - 'book_value' => 'Value', + 'book_value' => 'Current Value', 'change' => 'In/Out', 'checkout_date' => 'Checkout Date', 'checkoutto' => 'Checked Out', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Download CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serial', 'status' => 'Status', 'title' => 'Asset ', - 'image' => 'Device Image', + 'image' => 'Device Image', 'days_without_acceptance' => 'Days Without Acceptance', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/ur-PK/admin/kits/general.php b/resources/lang/ur-PK/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/ur-PK/admin/kits/general.php +++ b/resources/lang/ur-PK/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/ur-PK/admin/licenses/form.php b/resources/lang/ur-PK/admin/licenses/form.php index 90fa8b8562..ce29167874 100644 --- a/resources/lang/ur-PK/admin/licenses/form.php +++ b/resources/lang/ur-PK/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Asset', 'checkin' => 'Checkin', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Licensed to Email', 'to_name' => 'Licensed to Name', 'update' => 'Update License', - 'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.', -]; + '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.' +); diff --git a/resources/lang/ur-PK/admin/licenses/general.php b/resources/lang/ur-PK/admin/licenses/general.php index a4d79a5c40..25a536ec56 100644 --- a/resources/lang/ur-PK/admin/licenses/general.php +++ b/resources/lang/ur-PK/admin/licenses/general.php @@ -1,6 +1,6 @@ 'About Licenses', 'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals', 'checkin' => 'Checkin License Seat', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Software Licenses', 'user' => 'User', 'view' => 'View License', -]; +); diff --git a/resources/lang/ur-PK/admin/licenses/message.php b/resources/lang/ur-PK/admin/licenses/message.php index 8a5807cba2..87a7c3d0b9 100644 --- a/resources/lang/ur-PK/admin/licenses/message.php +++ b/resources/lang/ur-PK/admin/licenses/message.php @@ -1,6 +1,6 @@ 'License does not exist.', 'user_does_not_exist' => 'User does not exist.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'You must select an asset or a user, but not both.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'License was not created, please try again.', + 'success' => 'License created successfully.' + ), + + 'deletefile' => array( 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.', - ], + 'success' => 'License updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this license?', 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.', - ], + 'success' => 'The license was deleted successfully.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully', - ], + 'success' => 'The license was checked out successfully' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully', - ], + 'success' => 'The license was checked in successfully' + ), -]; +); diff --git a/resources/lang/ur-PK/admin/licenses/table.php b/resources/lang/ur-PK/admin/licenses/table.php index f5520afe52..dfce4136cb 100644 --- a/resources/lang/ur-PK/admin/licenses/table.php +++ b/resources/lang/ur-PK/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Assigned To', 'checkout' => 'In/Out', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serial', 'title' => 'License', -]; +); diff --git a/resources/lang/ur-PK/admin/locations/message.php b/resources/lang/ur-PK/admin/locations/message.php index 2aac2141cb..3ba1eed3b6 100644 --- a/resources/lang/ur-PK/admin/locations/message.php +++ b/resources/lang/ur-PK/admin/locations/message.php @@ -1,26 +1,27 @@ 'Location does not exist.', 'assoc_users' => 'This location is currently associated with at least one user and cannot be deleted. Please update your users to no longer reference this location and try again. ', 'assoc_assets' => 'This location is currently associated with at least one asset and cannot be deleted. Please update your assets to no longer reference this location and try again. ', 'assoc_child_loc' => 'This location is currently the parent of at least one child location and cannot be deleted. Please update your locations to no longer reference this location and try again. ', - 'create' => [ + + 'create' => array( 'error' => 'Location was not created, please try again.', - 'success' => 'Location created successfully.', - ], + 'success' => 'Location created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Location was not updated, please try again', - 'success' => 'Location updated successfully.', - ], + 'success' => 'Location updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this location?', 'error' => 'There was an issue deleting the location. Please try again.', - 'success' => 'The location was deleted successfully.', - ], + 'success' => 'The location was deleted successfully.' + ) -]; +); diff --git a/resources/lang/ur-PK/admin/locations/table.php b/resources/lang/ur-PK/admin/locations/table.php index 4792273c32..29edf0f565 100644 --- a/resources/lang/ur-PK/admin/locations/table.php +++ b/resources/lang/ur-PK/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Parent', 'currency' => 'Location Currency', 'ldap_ou' => 'LDAP Search OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/ur-PK/admin/manufacturers/message.php b/resources/lang/ur-PK/admin/manufacturers/message.php index eac9e700ec..21a4bc5aaf 100644 --- a/resources/lang/ur-PK/admin/manufacturers/message.php +++ b/resources/lang/ur-PK/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Manufacturer does not exist.', 'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ', - 'create' => [ + 'create' => array( 'error' => 'Manufacturer was not created, please try again.', - 'success' => 'Manufacturer created successfully.', - ], + 'success' => 'Manufacturer created successfully.' + ), - 'update' => [ + 'update' => array( 'error' => 'Manufacturer was not updated, please try again', - 'success' => 'Manufacturer updated successfully.', - ], + 'success' => 'Manufacturer updated successfully.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Manufacturer was not restored, please try again', - 'success' => 'Manufacturer restored successfully.', - ], + 'success' => 'Manufacturer restored successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this manufacturer?', 'error' => 'There was an issue deleting the manufacturer. Please try again.', - 'success' => 'The Manufacturer was deleted successfully.', - ], + 'success' => 'The Manufacturer was deleted successfully.' + ) -]; +); diff --git a/resources/lang/ur-PK/admin/manufacturers/table.php b/resources/lang/ur-PK/admin/manufacturers/table.php index 05a79f5700..4e3ea9904d 100644 --- a/resources/lang/ur-PK/admin/manufacturers/table.php +++ b/resources/lang/ur-PK/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'About manufacturers', 'about_manufacturers_text' => 'Manufacturers are the companies that create your assets. You can store important support contact information about them here, which will be displayed on your asset detail pages.', 'asset_manufacturers' => 'Asset Manufacturers', @@ -13,4 +13,4 @@ return [ 'update' => 'Update Manufacturer', 'url' => 'URL', -]; +); diff --git a/resources/lang/ur-PK/admin/models/general.php b/resources/lang/ur-PK/admin/models/general.php index 046fd562e2..d2d77e0e8c 100644 --- a/resources/lang/ur-PK/admin/models/general.php +++ b/resources/lang/ur-PK/admin/models/general.php @@ -1,6 +1,6 @@ 'About Asset Models', 'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'restore' => 'Restore Model', 'requestable' => 'Users may request this model', - 'show_mac_address' => 'Show MAC address field in assets in this model', + 'show_mac_address' => 'Show MAC address field in assets in this model', 'view_deleted' => 'View Deleted', 'view_models' => 'View Models', 'fieldset' => 'Fieldset', 'no_custom_field' => 'No custom fields', 'add_default_values' => 'Add default values', -]; +); diff --git a/resources/lang/ur-PK/admin/models/message.php b/resources/lang/ur-PK/admin/models/message.php index c2c7d7c627..e3b29d5b4b 100644 --- a/resources/lang/ur-PK/admin/models/message.php +++ b/resources/lang/ur-PK/admin/models/message.php @@ -1,41 +1,42 @@ 'Model does not exist.', 'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ', - 'create' => [ + + 'create' => array( 'error' => 'Model was not created, please try again.', 'success' => 'Model created successfully.', 'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Model was not updated, please try again', - 'success' => 'Model updated successfully.', - ], + 'success' => 'Model updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this asset model?', 'error' => 'There was an issue deleting the model. Please try again.', - 'success' => 'The model was deleted successfully.', - ], + 'success' => 'The model was deleted successfully.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Model was not restored, please try again', - 'success' => 'Model restored successfully.', - ], + 'success' => 'Model restored successfully.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'No fields were changed, so nothing was updated.', - 'success' => 'Models updated.', - ], + 'success' => 'Models updated.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'No models were selected, so nothing was deleted.', 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', - ], + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), -]; +); diff --git a/resources/lang/ur-PK/admin/models/table.php b/resources/lang/ur-PK/admin/models/table.php index 8ca54d5a8f..11a512b3d3 100644 --- a/resources/lang/ur-PK/admin/models/table.php +++ b/resources/lang/ur-PK/admin/models/table.php @@ -1,6 +1,6 @@ 'Create Asset Model', 'created_at' => 'Created at', @@ -14,4 +14,4 @@ return [ 'update' => 'Update Asset Model', 'clone' => 'Clone Model', 'edit' => 'Edit Model', -]; +); diff --git a/resources/lang/ur-PK/admin/reports/general.php b/resources/lang/ur-PK/admin/reports/general.php index 65e2bb1d73..344d5c8743 100644 --- a/resources/lang/ur-PK/admin/reports/general.php +++ b/resources/lang/ur-PK/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Select the options you want for your asset report.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/ur-PK/admin/reports/message.php b/resources/lang/ur-PK/admin/reports/message.php index 75b8533fb7..d4c8f8198f 100644 --- a/resources/lang/ur-PK/admin/reports/message.php +++ b/resources/lang/ur-PK/admin/reports/message.php @@ -1,5 +1,5 @@ 'You must select at least ONE option.', -]; +return array( + 'error' => 'You must select at least ONE option.' +); diff --git a/resources/lang/ur-PK/admin/settings/general.php b/resources/lang/ur-PK/admin/settings/general.php index 24ea3d8cea..3e7a60f89f 100644 --- a/resources/lang/ur-PK/admin/settings/general.php +++ b/resources/lang/ur-PK/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'This is an Active Directory server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Send alerts to', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Email Alerts Enabled', 'alert_interval' => 'Expiring Alerts Threshold (in days)', 'alert_inv_threshold' => 'Inventory Alert Threshold', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/ur-PK/mail.php b/resources/lang/ur-PK/mail.php index 6471289e00..db5e157135 100644 --- a/resources/lang/ur-PK/mail.php +++ b/resources/lang/ur-PK/mail.php @@ -60,7 +60,7 @@ return [ 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', 'the_following_item' => 'The following item has been checked in: ', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'To reset your :web password, complete this form:', 'type' => 'Type', diff --git a/resources/lang/ur-PK/pagination.php b/resources/lang/ur-PK/pagination.php index b9940a133a..b573b51e91 100644 --- a/resources/lang/ur-PK/pagination.php +++ b/resources/lang/ur-PK/pagination.php @@ -1,6 +1,6 @@ 'Next »', -]; +); diff --git a/resources/lang/ur-PK/reminders.php b/resources/lang/ur-PK/reminders.php index a8ee7dda97..e7a476e3a2 100644 --- a/resources/lang/ur-PK/reminders.php +++ b/resources/lang/ur-PK/reminders.php @@ -1,6 +1,6 @@ 'Passwords must be six characters and match the confirmation.', + "password" => "Passwords must be six characters and match the confirmation.", - 'user' => 'Username or email address is incorrect', + "user" => "Username or email address is incorrect", - 'token' => 'This password reset token is invalid.', + "token" => "This password reset token is invalid.", - 'sent' => 'If a matching email address was found, a password reminder has been sent!', + "sent" => "If a matching email address was found, a password reminder has been sent!", -]; +); diff --git a/resources/lang/ur-PK/table.php b/resources/lang/ur-PK/table.php index e5de4c440e..f7a49d86c1 100644 --- a/resources/lang/ur-PK/table.php +++ b/resources/lang/ur-PK/table.php @@ -1,10 +1,10 @@ 'Actions', 'action' => 'Action', 'by' => 'By', 'item' => 'Item', -]; +); diff --git a/resources/lang/ur-PK/validation.php b/resources/lang/ur-PK/validation.php index 4ece7d41c7..72b465f211 100644 --- a/resources/lang/ur-PK/validation.php +++ b/resources/lang/ur-PK/validation.php @@ -1,6 +1,6 @@ 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'The selected :attribute is invalid.', 'numeric' => 'The :attribute must be a number.', 'present' => 'The :attribute field must be present.', @@ -88,8 +89,8 @@ return array( 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', - "unique_undeleted" => "The :attribute must be unique.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", + 'alpha_space' => 'The :attribute field contains a character that is not allowed.', + 'email_array' => 'One or more email addresses is invalid.', + 'hashed_pass' => 'Your current password is incorrect', 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", + 'statuslabel_type' => 'You must select a valid status label type', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/vi/admin/accessories/general.php b/resources/lang/vi/admin/accessories/general.php index bf97c44a08..afbf585945 100644 --- a/resources/lang/vi/admin/accessories/general.php +++ b/resources/lang/vi/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Hạng Mục Phụ Kiện', 'accessory_name' => 'Tên Phụ Kiện', 'checkout' => 'Xuất kho Phụ kiện', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Dùng điều khoản sử dụng mặc định.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/vi/admin/custom_fields/message.php b/resources/lang/vi/admin/custom_fields/message.php
index 111a0b636e..8706b2cfba 100644
--- a/resources/lang/vi/admin/custom_fields/message.php
+++ b/resources/lang/vi/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Lĩnh vực đó không tồn tại.',
'already_added' => 'Trường đã được thêm',
- 'create' => [
+ 'create' => array(
'error' => 'Trường không được tạo, vui lòng thử lại.',
'success' => 'Trường được tạo thành công.',
- 'assoc_success' => 'Trường đã được thêm vào fieldset.',
- ],
+ 'assoc_success' => 'Trường đã được thêm vào fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Trường không được cập nhật, vui lòng thử lại',
- 'success' => 'Trường cập nhật thành công.',
- ],
+ 'success' => 'Trường cập nhật thành công.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Bạn có chắc chắn muốn xoá trường này không?',
'error' => 'Đã xảy ra sự cố khi xóa trường. Vui lòng thử lại.',
'success' => 'Trường đã bị xóa thành công.',
'in_use' => 'Trường vẫn đang được sử dụng.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'Fieldset không tồn tại',
- 'create' => [
+ 'create' => array(
'error' => 'Fieldset chưa được tạo, vui lòng thử lại.',
- 'success' => 'Fieldset được tạo thành công.',
- ],
+ 'success' => 'Fieldset được tạo thành công.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Fieldset chưa được cập nhật, vui lòng thử lại',
- 'success' => 'Đã cập nhật thành công Fieldset.',
- ],
+ 'success' => 'Đã cập nhật thành công Fieldset.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Bạn có chắc chắn muốn xóa bộ công việc này không?',
'error' => 'Có vấn đề xóa fieldset. Vui lòng thử lại.',
'success' => 'Fieldset đã bị xóa thành công.',
'in_use' => 'Fieldset vẫn đang được sử dụng.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/vi/admin/departments/message.php b/resources/lang/vi/admin/departments/message.php
index 9d4e149072..cfa74d4fff 100644
--- a/resources/lang/vi/admin/departments/message.php
+++ b/resources/lang/vi/admin/departments/message.php
@@ -1,21 +1,21 @@
'Bộ không tồn tại.',
'assoc_users' => 'Bộ phận này hiện đang kết hợp với ít nhất một người dùng và không thể bị xóa. Hãy cập nhật người dùng của bạn để không tham khảo bộ phận này nữa và thử lại.',
- 'create' => [
+ 'create' => array(
'error' => 'Phòng không được tạo, vui lòng thử lại.',
- 'success' => 'Bộ tạo thành công.',
- ],
- 'update' => [
+ 'success' => 'Bộ tạo thành công.'
+ ),
+ 'update' => array(
'error' => 'Bộ chưa cập nhật, vui lòng thử lại',
- 'success' => 'Phòng đã được cập nhật thành công.',
- ],
- 'delete' => [
+ 'success' => 'Phòng đã được cập nhật thành công.'
+ ),
+ 'delete' => array(
'confirm' => 'Bạn có chắc chắn muốn xóa bộ phận này?',
'error' => 'Đã xảy ra sự cố khi xóa bộ phận. Vui lòng thử lại.',
- 'success' => 'Bộ đã bị xóa thành công.',
- ],
+ 'success' => 'Bộ đã bị xóa thành công.'
+ )
-];
+);
diff --git a/resources/lang/vi/admin/departments/table.php b/resources/lang/vi/admin/departments/table.php
index 7557816fdf..cc5c5b37dc 100644
--- a/resources/lang/vi/admin/departments/table.php
+++ b/resources/lang/vi/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Tên bộ phận',
@@ -8,4 +8,4 @@ return [
'location' => 'Vị trí',
'create' => 'Tạo bộ phận',
'update' => 'Bộ phận cập nhật',
- ];
+ );
diff --git a/resources/lang/vi/admin/depreciations/general.php b/resources/lang/vi/admin/depreciations/general.php
index bd45ee262b..c74830ba62 100644
--- a/resources/lang/vi/admin/depreciations/general.php
+++ b/resources/lang/vi/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Khấu hao tài sản',
'create' => 'Tạo khấu hao',
'depreciation_name' => 'Tên khấu hao',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Số lượng tháng',
'update' => 'Cập nhật khấu hao',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/vi/admin/depreciations/message.php b/resources/lang/vi/admin/depreciations/message.php
index 1d330371e7..85b56e38ce 100644
--- a/resources/lang/vi/admin/depreciations/message.php
+++ b/resources/lang/vi/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Loại khấu hao không tồn tại.',
'assoc_users' => 'Khấu hao này hiện đang liên kết với một hoặc nhiều kiểu tài sản và không thể xóa. Xin vui lòng xóa kiểu tài sản có liên kết, và kế đến thử xóa lại lần nữa. ',
- 'create' => [
+
+ 'create' => array(
'error' => 'Loại khấu hao này chưa tạo, vui lòng thử lại. :(',
- 'success' => 'Loại khấu hao đã tạo thành công. :)',
- ],
+ 'success' => 'Loại khấu hao đã tạo thành công. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Loại khấu hao chưa được cập nhật, xin thử lại',
- 'success' => 'Loại khấu hao đã cập nhật thành công.',
- ],
+ 'success' => 'Loại khấu hao đã cập nhật thành công.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Bạn có chắc muốn xóa loại khấu hao này?',
'error' => 'Có vấn đề xảy ra khi xóa loại khấu nao. Xin thử lại.',
- 'success' => 'Loại khấu hao này đã xóa thành công.',
- ],
+ 'success' => 'Loại khấu hao này đã xóa thành công.'
+ )
-];
+);
diff --git a/resources/lang/vi/admin/depreciations/table.php b/resources/lang/vi/admin/depreciations/table.php
index 52d391d47c..4009b71a05 100644
--- a/resources/lang/vi/admin/depreciations/table.php
+++ b/resources/lang/vi/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Tháng',
'term' => 'Điều khoản',
'title' => 'Tên ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/vi/admin/groups/message.php b/resources/lang/vi/admin/groups/message.php
index 6c21570c7a..7a8c41dd0f 100644
--- a/resources/lang/vi/admin/groups/message.php
+++ b/resources/lang/vi/admin/groups/message.php
@@ -1,22 +1,22 @@
'Nhóm đã tồn tại!',
'group_not_found' => 'Nhóm [:id] không tồn tại.',
'group_name_required' => 'Trường tên thì bắt buộc',
- 'success' => [
+ 'success' => array(
'create' => 'Nhóm đã được tạo thành công.',
'update' => 'Nhóm đã cập nhật thành công.',
'delete' => 'Nhóm đã xóa thành công.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Bạn có chắc muốn xóa nhóm này?',
'create' => 'Có vấn đề khi tạo nhóm. Xin vui lòng thử lại.',
'update' => 'Có vấn đề khi cập nhật nhóm. Xin vui lòng thử lại.',
'delete' => 'Có vấn đề khi xóa nhóm. Xin vui lòng thử lại.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/vi/admin/groups/table.php b/resources/lang/vi/admin/groups/table.php
index cce6b02ad8..398db87123 100644
--- a/resources/lang/vi/admin/groups/table.php
+++ b/resources/lang/vi/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Tên',
'users' => '# của Người dùng',
-];
+);
diff --git a/resources/lang/vi/admin/groups/titles.php b/resources/lang/vi/admin/groups/titles.php
index 2cf4c94d67..7d23ca2bee 100644
--- a/resources/lang/vi/admin/groups/titles.php
+++ b/resources/lang/vi/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'Quản lý nhóm',
'allow' => 'Cho phép',
'deny' => 'Từ chối',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/vi/admin/hardware/form.php b/resources/lang/vi/admin/hardware/form.php
index 2219a50252..167a96ef81 100644
--- a/resources/lang/vi/admin/hardware/form.php
+++ b/resources/lang/vi/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Bảo hành',
'warranty_expires' => 'Hết hạn bảo hành',
'years' => 'năm',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/vi/admin/hardware/general.php b/resources/lang/vi/admin/hardware/general.php
index 1db379cd81..02200b7742 100644
--- a/resources/lang/vi/admin/hardware/general.php
+++ b/resources/lang/vi/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Cho phép đề xuất',
'requested' => 'Yêu cầu',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Phục hồi tài sản',
'pending' => 'Đang chờ',
'undeployable' => 'Không cho phép cấp phát',
'view' => 'Xem tài sản',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/vi/admin/hardware/message.php b/resources/lang/vi/admin/hardware/message.php index 8083f3be5c..3549f1adff 100644 --- a/resources/lang/vi/admin/hardware/message.php +++ b/resources/lang/vi/admin/hardware/message.php @@ -5,7 +5,7 @@ return [ 'undeployable' => 'Cảnh báo: Tài sản này hiện tại đang được đánh dấu là không cho phép cấp phát. Nếu tình trạng này đã được thay đổi, xin vui lòng cập nhật tình trạng tài sản.', 'does_not_exist' => 'Tài sản không tồn tại.', - 'does_not_exist_or_not_requestable' => 'Bạn đã cố gắng. Tài sản đó không tồn tại hoặc không cho phép đề xuất.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Tài sản này hiện tại đã được checkout đến một người dùng và không thể xóa. Đầu tiên xin vui lòng kiểm tra lại tài sản, và cố gắng thử lần nữa. ', 'create' => [ @@ -29,6 +29,7 @@ return [ 'success' => 'Kiểm tra thành công tài sản.', ], + 'deletefile' => [ 'error' => 'Tập tin đã không được xoá. Bạn hãy thử lại.', 'success' => 'Tập tin đã được xoá thành công.', @@ -49,6 +50,7 @@ return [ 'file_delete_error' => 'Không thể xóa tệp', ], + 'delete' => [ 'confirm' => 'Bạn có chắc chắn muốn xoá bỏ tài sản này?', 'error' => 'Đã có vấn đề xảy ra khi xoá tài sản này. Bạn hãy thử lại xem.', diff --git a/resources/lang/vi/admin/hardware/table.php b/resources/lang/vi/admin/hardware/table.php index d567a73ba8..6a6d6e3896 100644 --- a/resources/lang/vi/admin/hardware/table.php +++ b/resources/lang/vi/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Thẻ tài sản', 'asset_model' => 'Loại', - 'book_value' => 'Giá trị', + 'book_value' => 'Current Value', 'change' => 'Vào/Ra', 'checkout_date' => 'Ngày checkout', 'checkoutto' => 'Đã checkout', + 'current_value' => 'Current Value', 'diff' => 'Khác nhau', 'dl_csv' => 'Tải tập tin CSV xuống', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Sê-ri', 'status' => 'Tình trạng', 'title' => 'Tài sản ', - 'image' => 'Hình ảnh Thiết bị', + 'image' => 'Hình ảnh Thiết bị', 'days_without_acceptance' => 'Những ngày không chấp nhận', 'monthly_depreciation' => 'Khấu hao tháng', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/vi/admin/kits/general.php b/resources/lang/vi/admin/kits/general.php index 81b2939322..f3aac89aa5 100644 --- a/resources/lang/vi/admin/kits/general.php +++ b/resources/lang/vi/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'Số lượng :license không đủ để cấp phép. cần thêm :qty đơn vị. ', 'none_consumables' => 'Số lượng :consumable không đủ để xuất kho. Cần thêm :qty đơn vị. ', 'none_accessory' => 'Số lượng :accessory không đủ để xuất kho. Cần thêm :qty đơn vị. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/vi/admin/licenses/form.php b/resources/lang/vi/admin/licenses/form.php index cd55a679e4..981ef67736 100644 --- a/resources/lang/vi/admin/licenses/form.php +++ b/resources/lang/vi/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Tài sản', 'checkin' => 'Đăng ký vào', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Đã cấp phép cho email', 'to_name' => 'Đã cấp phép cho tên', 'update' => 'Cập nhập giấy phép sử dụng', - 'checkout_help' => 'Bạn phải kiểm tra bản quyền đã cấp phát đến phần cứng của tài sản hoặc một cá nhân. Bạn có thể lựa chọn cả hai, nhưng chủ thể của tài sản phải tương ứng với người mà bạn đang kiểm tra cấp phát tài sản.', -]; + 'checkout_help' => 'Bạn phải kiểm tra bản quyền đã cấp phát đến phần cứng của tài sản hoặc một cá nhân. Bạn có thể lựa chọn cả hai, nhưng chủ thể của tài sản phải tương ứng với người mà bạn đang kiểm tra cấp phát tài sản.' +); diff --git a/resources/lang/vi/admin/licenses/general.php b/resources/lang/vi/admin/licenses/general.php index dce3b6bda4..740dd56a87 100644 --- a/resources/lang/vi/admin/licenses/general.php +++ b/resources/lang/vi/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Về giấy phép', 'about_licenses' => 'Giấy phép được sử dụng để theo dõi phần mềm. Họ có một số lượng ghế xác định mà có thể được kiểm tra ra cho cá nhân', 'checkin' => 'Checkin bản quyền đặt vào', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Bản quyền phần mềm', 'user' => 'Người dùng', 'view' => 'Xem bản quyền', -]; +); diff --git a/resources/lang/vi/admin/licenses/message.php b/resources/lang/vi/admin/licenses/message.php index 726ed78a91..af79dfc6a5 100644 --- a/resources/lang/vi/admin/licenses/message.php +++ b/resources/lang/vi/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Bản quyền không tồn tại.', 'user_does_not_exist' => 'Người dùng không tồn tại.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Bạn phải chọn một nội dung hoặc người dùng, nhưng không phải cả hai.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Bản quyền chưa được tạo, xin vui lòng thử lại.', - 'success' => 'Bản quyền đã được tạo thành công.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Bản quyền chưa được tạo, xin vui lòng thử lại.', + 'success' => 'Bản quyền đã được tạo thành công.' + ), + + 'deletefile' => array( 'error' => 'Tập tin không xóa được. Xin vui lòng thử lại.', 'success' => 'Tập tin đã xóa thành công.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Tập tin không tải lên được. Xin vui lòng thử lại.', 'success' => 'Tập tin đã tải lên thành công.', 'nofiles' => 'Bạn chưa chọn bất kỳ tập tin nào để tải lên, hoặc tập tin bạn đang cố gắng tải lên có dung lượng quá lớn', 'invalidfiles' => 'Một hoặc nhiều tệp của bạn quá lớn hoặc là loại tập tin không được phép. Các loại tệp được cho phép là png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml và lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Bản quyền chưa được cập nhật, xin vui lòng thử lại', - 'success' => 'Bản quyền đã cập nhật thành công.', - ], + 'success' => 'Bản quyền đã cập nhật thành công.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Bạn có chắc muốn xóa bản quyền này?', 'error' => 'Có vấn đề xảy ra khi xóa bản quyền này. Xin vui lòng thử lại.', - 'success' => 'Bản quyền đã xóa thành công.', - ], + 'success' => 'Bản quyền đã xóa thành công.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Có vấn đề xảy ra khi checkout bản quyền. Xin vui lòng thử lại.', - 'success' => 'Bản quyền đã được checkout thành công', - ], + 'success' => 'Bản quyền đã được checkout thành công' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Có vấn đề xảy ra khi checkin bản quyền. Xin vui lòng thử lại.', - 'success' => 'Bản quyền đã được checkin thành công', - ], + 'success' => 'Bản quyền đã được checkin thành công' + ), -]; +); diff --git a/resources/lang/vi/admin/licenses/table.php b/resources/lang/vi/admin/licenses/table.php index 403bde3389..5ae417e507 100644 --- a/resources/lang/vi/admin/licenses/table.php +++ b/resources/lang/vi/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Cấp phát đến', 'checkout' => 'Nhập/Xuất', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serial', 'title' => 'Bản quyền', -]; +); diff --git a/resources/lang/vi/admin/locations/message.php b/resources/lang/vi/admin/locations/message.php index 4def1ef152..ff330dde44 100644 --- a/resources/lang/vi/admin/locations/message.php +++ b/resources/lang/vi/admin/locations/message.php @@ -1,26 +1,27 @@ 'Địa phương không tồn tại.', 'assoc_users' => 'Địa phương này hiện tại đang được liên kết với ít nhất một người dùng và không thể xóa. Xin vui lòng cập nhật người dùng của bạn để không có liên kết nào đến địa phương này và thử lại. ', 'assoc_assets' => 'Địa phương này hiện tại đã được liên kết với ít nhất một tài sản và không thể xóa. Xin vui lòng cập nhật tài sản của bạn để không còn liên kết với địa phương này nữa và thử lại. ', 'assoc_child_loc' => 'Địa phương này hiện tại là cấp parent của ít nhật một địa phương con và không thể xóa. Xin vui lòng cập nhật địa phương của bạn để không liên kết đến địa phương này và thử lại. ', - 'create' => [ + + 'create' => array( 'error' => 'Địa phương chưa tạo, xin vui lòng thử lại.', - 'success' => 'Địa phương đã tạo thành công.', - ], + 'success' => 'Địa phương đã tạo thành công.' + ), - 'update' => [ + 'update' => array( 'error' => 'Địa phương chưa cập nhật, xin vui lòng thử lại', - 'success' => 'Địa phương đã cập nhật thành công.', - ], + 'success' => 'Địa phương đã cập nhật thành công.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Bạn có chắc muốn xóa địa phương này?', 'error' => 'Có vấn đề xảy ra khi xóa địa phương. Xin vui lòng thử lại.', - 'success' => 'Địa phương đã xóa thành công.', - ], + 'success' => 'Địa phương đã xóa thành công.' + ) -]; +); diff --git a/resources/lang/vi/admin/locations/table.php b/resources/lang/vi/admin/locations/table.php index ea24ae195f..ddfd4d416b 100644 --- a/resources/lang/vi/admin/locations/table.php +++ b/resources/lang/vi/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Parent', 'currency' => 'Tiền tệ địa phương', 'ldap_ou' => 'Tìm kiếm LDAP của OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/vi/admin/manufacturers/message.php b/resources/lang/vi/admin/manufacturers/message.php index d865d8b06f..18478fdc20 100644 --- a/resources/lang/vi/admin/manufacturers/message.php +++ b/resources/lang/vi/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Hãng sản xuất không tồn tại.', 'assoc_users' => 'Nhà sản xuất này hiện tại đang được liên kết với ít nhất một kiểu tài sản và không thể xóa. Xin vui lòng cập nhật kiểu tài sản của bạn để không liên kết đến nhà sản xuất này và thử lại. ', - 'create' => [ + 'create' => array( 'error' => 'Hãng sản xuất không được tạo. Bạn hãy thử lại.', - 'success' => 'Hãng sản xuất được tạo thành công.', - ], + 'success' => 'Hãng sản xuất được tạo thành công.' + ), - 'update' => [ + 'update' => array( 'error' => 'Hãng sản xuất không được tạo. Bạn hãy thử lại', - 'success' => 'Hãng sản xuất được tạo thành công.', - ], + 'success' => 'Hãng sản xuất được tạo thành công.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Hãng sản xuất chưa được phục hồi, vui lòng thử lại', - 'success' => 'Hãng sản xuất đã phục hồi thành công.', - ], + 'success' => 'Hãng sản xuất đã phục hồi thành công.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Bạn có chắc chắn muốn xoá hãng sản xuất này?', 'error' => 'Có vấn đề xảy ra khi xoá hãng sản xuất này. Bạn hãy thử lại.', - 'success' => 'Hãng sản xuất đã được xoá thành công.', - ], + 'success' => 'Hãng sản xuất đã được xoá thành công.' + ) -]; +); diff --git a/resources/lang/vi/admin/manufacturers/table.php b/resources/lang/vi/admin/manufacturers/table.php index 13f3794910..845503de36 100644 --- a/resources/lang/vi/admin/manufacturers/table.php +++ b/resources/lang/vi/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Giới thiệu về nhà sản xuất', 'about_manufacturers_text' => 'Các nhà sản xuất là những công ty tạo ra tài sản của bạn. Bạn có thể lưu trữ thông tin liên hệ hỗ trợ quan trọng về họ tại đây, sẽ được hiển thị trên trang chi tiết tài sản của bạn.', 'asset_manufacturers' => 'Hãng sản xuất', @@ -13,4 +13,4 @@ return [ 'update' => 'Cập nhật hãng sản xuất', 'url' => 'URL', -]; +); diff --git a/resources/lang/vi/admin/models/general.php b/resources/lang/vi/admin/models/general.php index 4c085343bc..dbf47b8f30 100644 --- a/resources/lang/vi/admin/models/general.php +++ b/resources/lang/vi/admin/models/general.php @@ -1,6 +1,6 @@ 'Giới thiệu về Mô hình Tài sản', 'about_models_text' => 'Mô hình Tài sản là một cách để nhóm các tài sản giống nhau. "MBP 2013", "IPhone 6", v.v ...', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'Bạn sắp xóa :model_count asset models.', 'restore' => 'Khôi phục Model', 'requestable' => 'Người dùng có thể yêu cầu mô hình này', - 'show_mac_address' => 'Hiển thị trường địa chỉ MAC trong tài sản của model này', + 'show_mac_address' => 'Hiển thị trường địa chỉ MAC trong tài sản của model này', 'view_deleted' => 'Xem Model đã xoá', 'view_models' => 'Xem model', 'fieldset' => 'Fieldset', 'no_custom_field' => 'Không có trường tùy chỉnh', 'add_default_values' => 'Thêm giá trị mặc định', -]; +); diff --git a/resources/lang/vi/admin/models/message.php b/resources/lang/vi/admin/models/message.php index cb2a155cec..e3c98ec1e7 100644 --- a/resources/lang/vi/admin/models/message.php +++ b/resources/lang/vi/admin/models/message.php @@ -1,41 +1,42 @@ 'Kiểu tài sản không tồn tại.', 'assoc_users' => 'Tài sản này hiện tại đang liên kết với ít nhất một hoặc nhiều tài sản và không thể xóa. Xin vui lòng xóa tài sản, và cố gắng thử lại lần nữa. ', - 'create' => [ + + 'create' => array( 'error' => 'Kiểu tài sản chưa được tạo, xin thử lại.', 'success' => 'Kiểu tài sản đã tạo thành công.', 'duplicate_set' => 'Kiểu tài sản này với tên, nhà sản xuất và mã tài sản thật sự đã tồn tại.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Kiểu tài sản chưa cập nhật, xin thử lại', - 'success' => 'Kiểu tài sản đã cập nhật thành công.', - ], + 'success' => 'Kiểu tài sản đã cập nhật thành công.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Bạn có chắc muốn xóa kiểu tài sản này?', 'error' => 'Có vấn đề xảy ra khi xóa kiểu tài sản. Xin thử lại.', - 'success' => 'Kiểu tài sản đã xóa thành công.', - ], + 'success' => 'Kiểu tài sản đã xóa thành công.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Kiểu tài sản chưa được phục hồi, xin thử lại', - 'success' => 'Kiểu tài sản đã được phục hồi thành công.', - ], + 'success' => 'Kiểu tài sản đã được phục hồi thành công.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Không có trường nào được thay đổi, vì vậy không có gì được cập nhật.', - 'success' => 'Các mô hình được cập nhật.', - ], + 'success' => 'Các mô hình được cập nhật.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'Không có mục nào được chọn, nên không có gì bị xóa cả.', 'success' => ':succes_count model(s) đã được xóa!', - 'success_partial' => ':success_count model(s) kiểu tài sản đã được xóa, tuy nhiên có :fail_count loại không cho phép xóa vì chúng vẫn còn gắn liên kết đết tài sản.', - ], + 'success_partial' => ':success_count model(s) kiểu tài sản đã được xóa, tuy nhiên có :fail_count loại không cho phép xóa vì chúng vẫn còn gắn liên kết đết tài sản.' + ), -]; +); diff --git a/resources/lang/vi/admin/models/table.php b/resources/lang/vi/admin/models/table.php index 1d6376f395..0046dc68d8 100644 --- a/resources/lang/vi/admin/models/table.php +++ b/resources/lang/vi/admin/models/table.php @@ -1,6 +1,6 @@ 'Tạo kiểu tài sản', 'created_at' => 'Đã tạo lúc', @@ -14,4 +14,4 @@ return [ 'update' => 'Cập nhật kiểu tài sản', 'clone' => 'Nhân đôi kiểu tài sản', 'edit' => 'Cập nhật kiểu tài sản', -]; +); diff --git a/resources/lang/vi/admin/reports/general.php b/resources/lang/vi/admin/reports/general.php index 6c5ce1de04..e3f9e4403c 100644 --- a/resources/lang/vi/admin/reports/general.php +++ b/resources/lang/vi/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Chọn các tùy chọn bạn muốn cho báo cáo tài sản.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/vi/admin/reports/message.php b/resources/lang/vi/admin/reports/message.php index e2cadbcd10..43cfce05c2 100644 --- a/resources/lang/vi/admin/reports/message.php +++ b/resources/lang/vi/admin/reports/message.php @@ -1,5 +1,5 @@ 'Bạn phải lựa chọn ít nhất một tùy chọn.', -]; +return array( + 'error' => 'Bạn phải lựa chọn ít nhất một tùy chọn.' +); diff --git a/resources/lang/vi/admin/settings/general.php b/resources/lang/vi/admin/settings/general.php index 8f18971b8e..6b1e429566 100644 --- a/resources/lang/vi/admin/settings/general.php +++ b/resources/lang/vi/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory', 'ad_domain' => 'Miền Active Directory', 'ad_domain_help' => 'Đôi khi giống như tên miền email của bạn, nhưng không phải luôn luôn.', 'ad_append_domain_label' => 'Nối tên miền', 'ad_append_domain' => 'Nối tên miền với trường tên người dùng', - 'ad_append_domain_help' => 'Người dùng không bắt buộc phải viết "username@domain.local", họ chỉ cần nhập "tên người dùng".' , + 'ad_append_domain_help' => 'Người dùng không bắt buộc phải viết "username@domain.local", họ chỉ cần nhập "tên người dùng".', 'admin_cc_email' => 'Gửi thêm 1 bản email đến người khác', 'admin_cc_email_help' => 'Nếu bạn muốn gửi email nhận/trả tài sản đến người dùng vào tài khoản email bổ sung, nhập nó ở đây. Nếu không thì để trống trường này.', 'is_ad' => 'Đây là một máy chủ Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Gửi cảnh báo đến', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Bật Cảnh báo', 'alert_interval' => 'Ngưỡng Cảnh báo Hết hạn (theo ngày)', 'alert_inv_threshold' => 'Ngưỡng thông báo khoảng không quảng cáo', 'allow_user_skin' => 'Cho phép skin người dùng', - 'allow_user_skin_help_text' => 'Check ô này cho phép người dùng sử dụng giao diện bên ngoài.' , + 'allow_user_skin_help_text' => 'Check ô này cho phép người dùng sử dụng giao diện bên ngoài.', 'asset_ids' => 'ID tài sản', 'audit_interval' => 'Khoảng Kiểm toán', 'audit_interval_help' => 'Nếu bạn được yêu cầu kiểm tra thường xuyên tài sản của mình, hãy nhập khoảng thời gian trong nhiều tháng.', 'audit_warning_days' => 'Ngưỡng cảnh báo kiểm tra', 'audit_warning_days_help' => 'Bao nhiêu ngày trước chúng tôi nên cảnh báo bạn khi tài sản đến hạn kiểm toán?', - 'auto_increment_assets' => 'Tạo ID tài sản tự động tăng', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Tiền tố (tùy chọn)', - 'auto_incrementing_help' => 'Cho phép ID tài sản tự động tăng đầu tiên được đặt cho nó', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Sao lưu', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/vi/mail.php b/resources/lang/vi/mail.php index 3f2f144c41..a5988a0400 100644 --- a/resources/lang/vi/mail.php +++ b/resources/lang/vi/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Đây là một bài kiểm tra từ Hệ thống Quản lý Tài sản Snipe-IT. Nếu bạn nhận được điều này, mail đang làm việc :)', 'the_following_item' => 'Mục dưới đây đã được kiểm tra:', 'low_inventory_alert' => 'Có: mặt hàng tồn dưới mức tối thiểu hoặc sẽ sớm ở mức thấp. | Có nhiều: mặt hàng tồn dưới mức tồn kho tối thiểu hoặc sẽ sớm ở mức thấp.', - 'assets_warrantee_alert' => 'Có: tài sản có bảo hành sắp hết hạn vào ngày mai: threshold days. | Có nhiều: tài sản có bảo hành sắp hết hạn trong ngày mai: threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'Có: giấy phép bản quyền sắp hết hạn trong ngày mai:threshold days. | Có nhiều: giấy phép bản quyên sắp hết hạn trong lần tiếp theo: threshold days.', 'to_reset' => 'Để đặt lại mật khẩu web của bạn, hãy hoàn thành biểu mẫu này:', 'type' => 'Kiểu', diff --git a/resources/lang/vi/pagination.php b/resources/lang/vi/pagination.php index 35bfbc94b6..e2a3976d65 100644 --- a/resources/lang/vi/pagination.php +++ b/resources/lang/vi/pagination.php @@ -1,6 +1,6 @@ 'Tiếp theo »', -]; +); diff --git a/resources/lang/vi/reminders.php b/resources/lang/vi/reminders.php index ecbf105417..408f245f24 100644 --- a/resources/lang/vi/reminders.php +++ b/resources/lang/vi/reminders.php @@ -1,6 +1,6 @@ 'Mật khẩu phải có tối thiểu 6 ký tự và trùng với thông tin xác nhận.', + "password" => "Mật khẩu phải có tối thiểu 6 ký tự và trùng với thông tin xác nhận.", - 'user' => 'Tên đăng nhập và địa chỉ email không đúng', + "user" => "Tên đăng nhập và địa chỉ email không đúng", - 'token' => 'Token khởi tạo mật khẩu này không hợp lệ.', + "token" => "Token khởi tạo mật khẩu này không hợp lệ.", - 'sent' => 'Nếu tìm thấy một địa chỉ email phù hợp, một thông báo mật khẩu đã được gửi đi!', + "sent" => "Nếu tìm thấy một địa chỉ email phù hợp, một thông báo mật khẩu đã được gửi đi!", -]; +); diff --git a/resources/lang/vi/table.php b/resources/lang/vi/table.php index 9ee7af1459..0ede618d5a 100644 --- a/resources/lang/vi/table.php +++ b/resources/lang/vi/table.php @@ -1,10 +1,10 @@ 'Thao tác', 'action' => 'Tác vụ', 'by' => 'Bởi', 'item' => 'Mục', -]; +); diff --git a/resources/lang/vi/validation.php b/resources/lang/vi/validation.php index 007ceb331f..da13df6aae 100644 --- a/resources/lang/vi/validation.php +++ b/resources/lang/vi/validation.php @@ -1,6 +1,6 @@ ':attribute phải ít nhất :min ký tự.', 'array' => 'Thuộc tính: phải có ít nhất: min items.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => ':attribute đã chọn không hợp lý.', 'numeric' => ':attribute phải là một số.', 'present' => 'Trường thuộc tính: phải có mặt.', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute đã sẵn sàng.', 'uploaded' => 'Thuộc tính: không thể tải lên.', 'url' => 'Định dạng :attribute thì không hợp lý.', - "unique_undeleted" => "Thuộc tính: phải là duy nhất.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'Thuộc tính: phải là duy nhất.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "Trường: attribute chứa một ký tự không được phép.", - "email_array" => "Một hoặc nhiều địa chỉ email không hợp lệ.", - "hashed_pass" => "Mật khẩu hiện tại của bạn không chính xác", + 'alpha_space' => 'Trường: attribute chứa một ký tự không được phép.', + 'email_array' => 'Một hoặc nhiều địa chỉ email không hợp lệ.', + 'hashed_pass' => 'Mật khẩu hiện tại của bạn không chính xác', 'dumbpwd' => 'Mật khẩu đó quá phổ biến.', - "statuslabel_type" => "Bạn phải chọn một loại nhãn tình trạng hợp lệ", + 'statuslabel_type' => 'Bạn phải chọn một loại nhãn tình trạng hợp lệ', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/zh-CN/admin/accessories/general.php b/resources/lang/zh-CN/admin/accessories/general.php index adb82b1e52..e34677f381 100644 --- a/resources/lang/zh-CN/admin/accessories/general.php +++ b/resources/lang/zh-CN/admin/accessories/general.php @@ -1,6 +1,6 @@ '配件类别', 'accessory_name' => '配件名称', 'checkout' => '借出配件', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => '用默认EULA(最终用户许可协议)进行替换', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/zh-CN/admin/custom_fields/message.php b/resources/lang/zh-CN/admin/custom_fields/message.php
index 38364f5935..0def52baa9 100644
--- a/resources/lang/zh-CN/admin/custom_fields/message.php
+++ b/resources/lang/zh-CN/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => '字段不存在',
'already_added' => '已经新增字段',
- 'create' => [
+ 'create' => array(
'error' => '新增字段失败,请重试',
'success' => '新增字段成功。',
- 'assoc_success' => '增加字段到字段集成功',
- ],
+ 'assoc_success' => '增加字段到字段集成功'
+ ),
- 'update' => [
+ 'update' => array(
'error' => '更新字段失败,请重试。',
- 'success' => '更新字段成功',
- ],
+ 'success' => '更新字段成功'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '你确定要删除这个字段?',
'error' => '删除字段失败,请重试。',
'success' => '删除字段成功',
'in_use' => '字段还在使用中',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => '现场集不存在',
- 'create' => [
+ 'create' => array(
'error' => '新增字段集失败,请重试',
- 'success' => '新增字段集成功',
- ],
+ 'success' => '新增字段集成功'
+ ),
- 'update' => [
+ 'update' => array(
'error' => '更新字段集失败,请重试。',
- 'success' => '更新字段集成功',
- ],
+ 'success' => '更新字段集成功'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '确定要删除这个字段集吗?',
'error' => '删除字段集失败,请重试。',
'success' => '删除字段集成功',
'in_use' => '字段集还在使用中',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/zh-CN/admin/departments/message.php b/resources/lang/zh-CN/admin/departments/message.php
index 3682d60928..be3b0ad8b7 100644
--- a/resources/lang/zh-CN/admin/departments/message.php
+++ b/resources/lang/zh-CN/admin/departments/message.php
@@ -1,21 +1,21 @@
'部门不存在',
'assoc_users' => '该位置下关联的还有其他用户,目前不能删除,请更新该用户的信息之后,再尝试删除。 ',
- 'create' => [
+ 'create' => array(
'error' => '部门没有创建,请重试。',
- 'success' => '部门创建成功。',
- ],
- 'update' => [
+ 'success' => '部门创建成功。'
+ ),
+ 'update' => array(
'error' => '部门没有更新,请重试',
- 'success' => '部门更新成功。',
- ],
- 'delete' => [
+ 'success' => '部门更新成功。'
+ ),
+ 'delete' => array(
'confirm' => '你确定要删除这个部门吗?',
'error' => '删除部门有一个问题。请再试一次。',
- 'success' => '已成功删除该部门。',
- ],
+ 'success' => '已成功删除该部门。'
+ )
-];
+);
diff --git a/resources/lang/zh-CN/admin/departments/table.php b/resources/lang/zh-CN/admin/departments/table.php
index bf3a99face..26a3c508cd 100644
--- a/resources/lang/zh-CN/admin/departments/table.php
+++ b/resources/lang/zh-CN/admin/departments/table.php
@@ -1,6 +1,6 @@
'编号',
'name' => '部门名称',
@@ -8,4 +8,4 @@ return [
'location' => '位置',
'create' => '创建部门',
'update' => '更新部门',
- ];
+ );
diff --git a/resources/lang/zh-CN/admin/depreciations/general.php b/resources/lang/zh-CN/admin/depreciations/general.php
index 96f2918cca..44722c7f67 100644
--- a/resources/lang/zh-CN/admin/depreciations/general.php
+++ b/resources/lang/zh-CN/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => '资产折旧',
'create' => '新建折旧',
'depreciation_name' => '折旧名称',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => '月数',
'update' => '更新折旧',
- 'depreciation_min' => '最底折旧值'
-
+ 'depreciation_min' => '最底折旧值',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/zh-CN/admin/depreciations/message.php b/resources/lang/zh-CN/admin/depreciations/message.php
index 1a31394c84..a9b99a24af 100644
--- a/resources/lang/zh-CN/admin/depreciations/message.php
+++ b/resources/lang/zh-CN/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'折旧类不存在',
'assoc_users' => '此折旧类型至少有一个相关资产与其牵连,请删除牵连的资产,然后重试。',
- 'create' => [
+
+ 'create' => array(
'error' => '折旧类创建失败,请重试。:(',
- 'success' => '折旧类创建成功。:)',
- ],
+ 'success' => '折旧类创建成功。:)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => '折旧类更新失败,请重试。',
- 'success' => '折旧类更新成功',
- ],
+ 'success' => '折旧类更新成功'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '确定删除这个折旧类吗?',
'error' => '删除折旧类的过程中出现了一些问题,请重试。',
- 'success' => '折旧类已经成功被删除。',
- ],
+ 'success' => '折旧类已经成功被删除。'
+ )
-];
+);
diff --git a/resources/lang/zh-CN/admin/depreciations/table.php b/resources/lang/zh-CN/admin/depreciations/table.php
index 17fe44f092..aadf1f1001 100644
--- a/resources/lang/zh-CN/admin/depreciations/table.php
+++ b/resources/lang/zh-CN/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => '月数',
'term' => '条件',
'title' => '名称',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/zh-CN/admin/groups/message.php b/resources/lang/zh-CN/admin/groups/message.php
index fda8448d55..555709d02e 100644
--- a/resources/lang/zh-CN/admin/groups/message.php
+++ b/resources/lang/zh-CN/admin/groups/message.php
@@ -1,22 +1,22 @@
'分组已经存在',
'group_not_found' => '分组[:id]不存在',
'group_name_required' => '名称为必填项',
- 'success' => [
+ 'success' => array(
'create' => '分组创建成功',
'update' => '分组更新成功',
'delete' => '分组删除成功',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '确定删除这个分组吗?',
'create' => '新增分组的过程中出现了一些问题,请重试。',
'update' => '更新分组过程中出现了一些问题,请重试。',
'delete' => '删除分组的过程中出现了一些问题,请重试。',
- ],
+ ),
-];
+);
diff --git a/resources/lang/zh-CN/admin/groups/table.php b/resources/lang/zh-CN/admin/groups/table.php
index 1d596481fc..0c9ccb0e62 100644
--- a/resources/lang/zh-CN/admin/groups/table.php
+++ b/resources/lang/zh-CN/admin/groups/table.php
@@ -1,9 +1,9 @@
'编号',
'name' => '名称',
'users' => '# 的用户',
-];
+);
diff --git a/resources/lang/zh-CN/admin/groups/titles.php b/resources/lang/zh-CN/admin/groups/titles.php
index 5f59259b84..5ad8f7ca2b 100644
--- a/resources/lang/zh-CN/admin/groups/titles.php
+++ b/resources/lang/zh-CN/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => '分组管理员',
'allow' => '允许',
'deny' => '拒绝',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/zh-CN/admin/hardware/form.php b/resources/lang/zh-CN/admin/hardware/form.php
index 15982a2a48..0efd2b503e 100644
--- a/resources/lang/zh-CN/admin/hardware/form.php
+++ b/resources/lang/zh-CN/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => '质保',
'warranty_expires' => '保修期已过',
'years' => '年',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/zh-CN/admin/hardware/general.php b/resources/lang/zh-CN/admin/hardware/general.php
index 4ed665959d..cf966e9b07 100644
--- a/resources/lang/zh-CN/admin/hardware/general.php
+++ b/resources/lang/zh-CN/admin/hardware/general.php
@@ -10,13 +10,34 @@ return [
'checkout' => '借出资产',
'clone' => '复制资产',
'deployable' => '可部署',
- 'deleted' => 'This asset has been deleted.',
+ 'deleted' => '此资产已被删除。',
'edit' => '编辑资产',
- 'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
+ 'model_deleted' => '这个资源模型已被删除。您必须先还原模型才能还原素材。',
'requestable' => '可申领',
'requested' => '已申请',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => '还原资产',
'pending' => '待处理',
'undeployable' => '不可部署',
'view' => '查看资产',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/zh-CN/admin/hardware/message.php b/resources/lang/zh-CN/admin/hardware/message.php index b91c1bf4ec..48b0125a8a 100644 --- a/resources/lang/zh-CN/admin/hardware/message.php +++ b/resources/lang/zh-CN/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => '警告: 该资产目前已经被标记为不可被分配,如果该资产状态已经改变,请刷新。', 'does_not_exist' => '资产不存在', - 'does_not_exist_or_not_requestable' => '已重试,那个资产不存在或不可申请。', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => '这个资产目前已经借给某个用户,不能被删除,请检查资产信息,然后再尝试删除。', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => '资产审计已成功记录。', ], + 'deletefile' => [ 'error' => '文件删除失败,请重试', 'success' => '文件已成功删除。', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => '该文件无法被删除', ], + 'delete' => [ 'confirm' => '你确定要删除这个资产吗?', 'error' => '删除资产的过程中出现了一点儿问题,请重试。', diff --git a/resources/lang/zh-CN/admin/hardware/table.php b/resources/lang/zh-CN/admin/hardware/table.php index 76fadb6dd7..9f969b2762 100644 --- a/resources/lang/zh-CN/admin/hardware/table.php +++ b/resources/lang/zh-CN/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => '资产标签', 'asset_model' => '型号', - 'book_value' => '价值', + 'book_value' => 'Current Value', 'change' => '进/出', 'checkout_date' => '借出日期', 'checkoutto' => '已借出', + 'current_value' => 'Current Value', 'diff' => '差价', 'dl_csv' => '下载CSV格式', 'eol' => '寿命', @@ -18,8 +19,12 @@ return [ 'serial' => '序列号', 'status' => '状态', 'title' => '资产', - 'image' => '设备图片', + 'image' => '设备图片', 'days_without_acceptance' => '过期天数', 'monthly_depreciation' => '每月折旧率', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/zh-CN/admin/kits/general.php b/resources/lang/zh-CN/admin/kits/general.php index 8a732f366f..8515aa9c1c 100644 --- a/resources/lang/zh-CN/admin/kits/general.php +++ b/resources/lang/zh-CN/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => '没有足够的可用坐席可供签出 :license。 需要 :qty。 ', 'none_consumables' => '没有足够的:consumable可用来签出,需要 :qty 。 ', 'none_accessory' => '没有足够的 :accessory 可用来签出,需要 :qty。 ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/zh-CN/admin/licenses/form.php b/resources/lang/zh-CN/admin/licenses/form.php index 96b139ece0..e3a8d583f4 100644 --- a/resources/lang/zh-CN/admin/licenses/form.php +++ b/resources/lang/zh-CN/admin/licenses/form.php @@ -1,6 +1,6 @@ '资产', 'checkin' => '借入', @@ -18,5 +18,5 @@ return [ 'to_email' => '许可电子邮件', 'to_name' => '许可人名字', 'update' => '更新许可证', - 'checkout_help' => '请检查这个许可证是不是已经分配给了某个人或某个设备。你可以选择全部,但是资产归属人必须是相同的。', -]; + 'checkout_help' => '请检查这个许可证是不是已经分配给了某个人或某个设备。你可以选择全部,但是资产归属人必须是相同的。' +); diff --git a/resources/lang/zh-CN/admin/licenses/general.php b/resources/lang/zh-CN/admin/licenses/general.php index d651db3d7c..312b3dd6cf 100644 --- a/resources/lang/zh-CN/admin/licenses/general.php +++ b/resources/lang/zh-CN/admin/licenses/general.php @@ -1,6 +1,6 @@ '关于许可证', 'about_licenses' => '许可证用于跟踪软件。 它们包含特殊位数的数字,可以借出给个人。', 'checkin' => '接入许可证数量', @@ -18,4 +18,4 @@ return [ 'software_licenses' => '软件许可证', 'user' => '用户', 'view' => '查看许可证', -]; +); diff --git a/resources/lang/zh-CN/admin/licenses/message.php b/resources/lang/zh-CN/admin/licenses/message.php index 8137737130..ecfd333934 100644 --- a/resources/lang/zh-CN/admin/licenses/message.php +++ b/resources/lang/zh-CN/admin/licenses/message.php @@ -1,6 +1,6 @@ '许可证不存在', 'user_does_not_exist' => '用户不存在', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => '您必须选择资产或用户,但不能同时选择两者。', 'not_found' => '找不到许可证', - 'create' => [ - 'error' => '许可证没有被创建,请重试。', - 'success' => '许可证创建成功', - ], - 'deletefile' => [ + 'create' => array( + 'error' => '许可证没有被创建,请重试。', + 'success' => '许可证创建成功' + ), + + 'deletefile' => array( 'error' => '该文件无法删除,请重试。', 'success' => '文件成功删除。', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => '文件上传失败,请重试。', 'success' => '文件上传成功。', 'nofiles' => '尚未选择要上传的文件,或上传的文件过大。', 'invalidfiles' => '一个或多个文件过大或文件类型不被允许。允许上传的文件类型有PNG,Gif,Jpg,Jpeg,Doc,Docx,Pdf,Txt,Zip,Rar,Rtf,Xml和LIC。', - ], + ), - 'update' => [ + 'update' => array( 'error' => '许可证更新失败,请重试。', - 'success' => '许可证更新成功。', - ], + 'success' => '许可证更新成功。' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '确定删除这条许可信息?', 'error' => '删除许可信息的过程中出现了一些问题,请重试。', - 'success' => '许可信息已经被成功删除。', - ], + 'success' => '许可信息已经被成功删除。' + ), - 'checkout' => [ + 'checkout' => array( 'error' => '分配(借出)许可证的过程中出现了一些问题,请重试。', - 'success' => '许可证已经成功借出', - ], + 'success' => '许可证已经成功借出' + ), - 'checkin' => [ + 'checkin' => array( 'error' => '借入许可证的过程中出现了一些问题,请重试。', - 'success' => '许可证已经成功借入。', - ], + 'success' => '许可证已经成功借入。' + ), -]; +); diff --git a/resources/lang/zh-CN/admin/licenses/table.php b/resources/lang/zh-CN/admin/licenses/table.php index c2573c1560..9bd566a0a4 100644 --- a/resources/lang/zh-CN/admin/licenses/table.php +++ b/resources/lang/zh-CN/admin/licenses/table.php @@ -1,6 +1,6 @@ '分配给', 'checkout' => '进/出', @@ -14,4 +14,4 @@ return [ 'serial' => '序列号', 'title' => '授权许可', -]; +); diff --git a/resources/lang/zh-CN/admin/locations/message.php b/resources/lang/zh-CN/admin/locations/message.php index 24698e9851..dc79659b62 100644 --- a/resources/lang/zh-CN/admin/locations/message.php +++ b/resources/lang/zh-CN/admin/locations/message.php @@ -1,26 +1,27 @@ '位置不存在', 'assoc_users' => '该位置下管理的还有其他用户,目前不能删除,请更新该用户的信息之后,再尝试删除。', 'assoc_assets' => '删除失败,该位置已与其它资产关联。请先更新资产以取消关联,然后重试。 ', 'assoc_child_loc' => '删除失败,该位置是一个或多个子位置的上层节点。请更新地理位置信息以取消关联,然后重试。 ', - 'create' => [ + + 'create' => array( 'error' => '位置没有被创建,请重试。', - 'success' => '位置创建成功。', - ], + 'success' => '位置创建成功。' + ), - 'update' => [ + 'update' => array( 'error' => '位置没有被更新,请重试。', - 'success' => '位置更新成功。', - ], + 'success' => '位置更新成功。' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '确定删除这个位置吗?', 'error' => '删除位置的过成中出现了一点儿问题,请重试。', - 'success' => '位置已经成功删除。', - ], + 'success' => '位置已经成功删除。' + ) -]; +); diff --git a/resources/lang/zh-CN/admin/locations/table.php b/resources/lang/zh-CN/admin/locations/table.php index 39be96bcc3..805ec32231 100644 --- a/resources/lang/zh-CN/admin/locations/table.php +++ b/resources/lang/zh-CN/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => '上级节点', 'currency' => '当地货币单位', 'ldap_ou' => 'LDAP中搜索组织单位(OU)', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/zh-CN/admin/manufacturers/message.php b/resources/lang/zh-CN/admin/manufacturers/message.php index 7c0b620260..63902c2791 100644 --- a/resources/lang/zh-CN/admin/manufacturers/message.php +++ b/resources/lang/zh-CN/admin/manufacturers/message.php @@ -1,29 +1,29 @@ '制造商不存在', 'assoc_users' => '这个制造商下关联的还有其他资产,请确认后再重试。', - 'create' => [ + 'create' => array( 'error' => '制造商创建失败,请重试。', - 'success' => '制造商创建成功。', - ], + 'success' => '制造商创建成功。' + ), - 'update' => [ + 'update' => array( 'error' => '制造商没有被更新,请重试。', - 'success' => '制造商更新成功。', - ], + 'success' => '制造商更新成功。' + ), - 'restore' => [ + 'restore' => array( 'error' => '制造商未恢复,请重试', - 'success' => '制造商恢复成功。', - ], + 'success' => '制造商恢复成功。' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '确定要删除这个制造商吗?', 'error' => '删除制造商的过程中出现了一点儿问题,请重试。', - 'success' => '制造商已经成功被删除。', - ], + 'success' => '制造商已经成功被删除。' + ) -]; +); diff --git a/resources/lang/zh-CN/admin/manufacturers/table.php b/resources/lang/zh-CN/admin/manufacturers/table.php index 303c2f2fde..99e59a6340 100644 --- a/resources/lang/zh-CN/admin/manufacturers/table.php +++ b/resources/lang/zh-CN/admin/manufacturers/table.php @@ -1,6 +1,6 @@ '关于制造商', 'about_manufacturers_text' => '制造商是您资产的生产厂家。您可以保存一些重要的客服信息,可以方便进行故障报修等操作,这些信息将显示到资产的详情页中。', 'asset_manufacturers' => '资产制造商', @@ -13,4 +13,4 @@ return [ 'update' => '更新制造商', 'url' => 'URL', -]; +); diff --git a/resources/lang/zh-CN/admin/models/general.php b/resources/lang/zh-CN/admin/models/general.php index 0cce521bb9..2524bbac64 100644 --- a/resources/lang/zh-CN/admin/models/general.php +++ b/resources/lang/zh-CN/admin/models/general.php @@ -1,18 +1,18 @@ '关于资产型号', 'about_models_text' => '资产型号是将相同资产分组的一种方式。"MBP 2013"、"IPhone 6s"等。', - 'deleted' => 'This model has been deleted.', + 'deleted' => '此模型已被删除。', 'bulk_delete' => '批量删除资产型号', 'bulk_delete_help' => '使用下面的复选框确认删除所选资产型号。若有与之关联的资产,该资产型号则不能删除,除非将关联资产关联到别的资产型号。', 'bulk_delete_warn' => '您即将删除:model_count资产型号。', 'restore' => '恢复型号', 'requestable' => '用户可申请此型号', - 'show_mac_address' => '在此型号资产中显示MAC地址', + 'show_mac_address' => '在此型号资产中显示MAC地址', 'view_deleted' => '查看已删除', 'view_models' => '查看已型号', 'fieldset' => '字段集', 'no_custom_field' => '没有自定义字段', 'add_default_values' => '添加默认值', -]; +); diff --git a/resources/lang/zh-CN/admin/models/message.php b/resources/lang/zh-CN/admin/models/message.php index 15f057ae35..21a6dba5ce 100644 --- a/resources/lang/zh-CN/admin/models/message.php +++ b/resources/lang/zh-CN/admin/models/message.php @@ -1,41 +1,42 @@ '模板不存在', 'assoc_users' => '本模板下目前还有相关的资产,不能被删除,请删除资产以后,再重试。', - 'create' => [ + + 'create' => array( 'error' => '模板没有被创建,请重试。', 'success' => '模板创建成功。', 'duplicate_set' => '资产名称、制造商和编号都相同的其它资产模板已存在。', - ], + ), - 'update' => [ + 'update' => array( 'error' => '模板没有被更新,请重试。', - 'success' => '模板更新成功。', - ], + 'success' => '模板更新成功。' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '你确定删除这个模板吗?', 'error' => '删除模板的过程中出现了一点儿问题,请重试。', - 'success' => '模板已经成功被删除', - ], + 'success' => '模板已经成功被删除' + ), - 'restore' => [ + 'restore' => array( 'error' => '型号未被恢复,请重试。', - 'success' => '型号恢复成功。', - ], + 'success' => '型号恢复成功。' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => '没有字段被更改,因此没有更新任何内容。', - 'success' => '模板已更新。', - ], + 'success' => '模板已更新。' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => '没有型号被选中,所以没有删除任何东西。', 'success' => ':success_count 个已删除!', - 'success_partial' => ':success_count 个已删除, 但是 :fail_count 个因为还有关联资产所以没办法删除。', - ], + 'success_partial' => ':success_count 个已删除, 但是 :fail_count 个因为还有关联资产所以没办法删除。' + ), -]; +); diff --git a/resources/lang/zh-CN/admin/models/table.php b/resources/lang/zh-CN/admin/models/table.php index 9d55b13c9a..c5325c717d 100644 --- a/resources/lang/zh-CN/admin/models/table.php +++ b/resources/lang/zh-CN/admin/models/table.php @@ -1,6 +1,6 @@ '创建资产模板', 'created_at' => '创建于', @@ -14,4 +14,4 @@ return [ 'update' => '更新资产模板', 'clone' => '克隆模板', 'edit' => '编辑模板', -]; +); diff --git a/resources/lang/zh-CN/admin/reports/general.php b/resources/lang/zh-CN/admin/reports/general.php index 821fc63959..bccdeb6d7c 100644 --- a/resources/lang/zh-CN/admin/reports/general.php +++ b/resources/lang/zh-CN/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => '请选择你要报备资产的选项。', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/zh-CN/admin/reports/message.php b/resources/lang/zh-CN/admin/reports/message.php index fef78376ae..cf0e4a14ad 100644 --- a/resources/lang/zh-CN/admin/reports/message.php +++ b/resources/lang/zh-CN/admin/reports/message.php @@ -1,5 +1,5 @@ '你至少选择一个选项。', -]; +return array( + 'error' => '你至少选择一个选项。' +); diff --git a/resources/lang/zh-CN/admin/settings/general.php b/resources/lang/zh-CN/admin/settings/general.php index 7c98eca1c6..6a7a2d1c1a 100644 --- a/resources/lang/zh-CN/admin/settings/general.php +++ b/resources/lang/zh-CN/admin/settings/general.php @@ -1,30 +1,39 @@ 'Active Directory活动目录', 'ad_domain' => 'AD域', 'ad_domain_help' => '通常(但并非全部情况下)这与您的邮件域相同', 'ad_append_domain_label' => '附加域名', 'ad_append_domain' => '添加域名到用户名字段', - 'ad_append_domain_help' => '不要求用户输入“"username@domain.local",他们只需输入“username”。' , + 'ad_append_domain_help' => '不要求用户输入“"username@domain.local",他们只需输入“username”。', 'admin_cc_email' => '邮件抄送', 'admin_cc_email_help' => '如果你想给用户额外的邮件账户发送签入/签出副本,请在此输入邮箱地址,否则请留空。', 'is_ad' => '这是AD域服务器', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => '发送警报', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => '警报已启用', 'alert_interval' => '警报阈值(天)', 'alert_inv_threshold' => '库存警报阈值', 'allow_user_skin' => '允许用户自定义皮肤', - 'allow_user_skin_help_text' => '勾选此框将允许用户以不同的方式覆盖界面皮肤。' , + 'allow_user_skin_help_text' => '勾选此框将允许用户以不同的方式覆盖界面皮肤。', 'asset_ids' => '资产ID', 'audit_interval' => '盘点时间间隔', 'audit_interval_help' => '如果您需要定期盘点您的资产,请输入月数间隔。', 'audit_warning_days' => '盘点开始提醒', 'audit_warning_days_help' => '需要提前多少天让我们通知您需要盘点资产?', - 'auto_increment_assets' => '生成自动递增资产ID', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => '前缀(可选)', - 'auto_incrementing_help' => '在启用自动递增的资产ID之前设置此处。', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => '备份', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/zh-CN/mail.php b/resources/lang/zh-CN/mail.php index dd579c5011..df0a20e9e8 100644 --- a/resources/lang/zh-CN/mail.php +++ b/resources/lang/zh-CN/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => '这是一封 Snipe-IT 资产管理系统的测试电子邮件,如果您收到,表示邮件通知正常运作 :)', 'the_following_item' => '以下项目已交回:', 'low_inventory_alert' => '有:种物品已经低于或者接近最小库存。|有:种物品已经低于或者接近最小库存。', - 'assets_warrantee_alert' => '有:项资产的维保将在:天后到期。|有:项资产的维保将在:天后到期。', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => '有:个许可将在:天后到期。|有:个许可将在:天后到期。', 'to_reset' => '要重置 :web 的密码,请完成此表格:', 'type' => '类型', diff --git a/resources/lang/zh-CN/pagination.php b/resources/lang/zh-CN/pagination.php index 92b29d3478..88890d5ffa 100644 --- a/resources/lang/zh-CN/pagination.php +++ b/resources/lang/zh-CN/pagination.php @@ -1,6 +1,6 @@ '下一步 »', -]; +); diff --git a/resources/lang/zh-CN/reminders.php b/resources/lang/zh-CN/reminders.php index 82d2a3f174..08cab20d4a 100644 --- a/resources/lang/zh-CN/reminders.php +++ b/resources/lang/zh-CN/reminders.php @@ -1,6 +1,6 @@ '密码必须是按照规定格式的六个字符', + "password" => "密码必须是按照规定格式的六个字符", - 'user' => '用户名或电子邮件地址不正确', + "user" => "用户名或电子邮件地址不正确", - 'token' => '这个密码重置秘钥无效。', + "token" => "这个密码重置秘钥无效。", - 'sent' => '如果邮箱地址匹配,则密码已经发送。', + "sent" => "如果邮箱地址匹配,则密码已经发送。", -]; +); diff --git a/resources/lang/zh-CN/table.php b/resources/lang/zh-CN/table.php index d856f07566..ae5de58af8 100644 --- a/resources/lang/zh-CN/table.php +++ b/resources/lang/zh-CN/table.php @@ -1,10 +1,10 @@ '操作', 'action' => '操作', 'by' => '经由', 'item' => '项目', -]; +); diff --git a/resources/lang/zh-CN/validation.php b/resources/lang/zh-CN/validation.php index df22747da9..e38bb356b8 100644 --- a/resources/lang/zh-CN/validation.php +++ b/resources/lang/zh-CN/validation.php @@ -1,6 +1,6 @@ ':attribute 最少 :min个字符', 'array' => ':属性必须至少有:最小项。', ], + 'starts_with' => ':attribute 必须以以下一个开始::values', 'not_in' => '选择的 :attribute 无效', 'numeric' => ':attribute 必须是数字', 'present' => ':属性字段必须存在。', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute 已经被采用', 'uploaded' => ':属性无法上传。', 'url' => ':attribute 格式无效', - "unique_undeleted" => ":attribute 属性必须唯一。", - "non_circular" => ":attribute 不能创建循环引用。", + 'unique_undeleted' => ':attribute 属性必须唯一。', + 'non_circular' => ':attribute 不能创建循环引用。', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => ":属性字段包含不允许的字符。", - "email_array" => "一个或多个电子邮件地址无效。", - "hashed_pass" => "您当前的密码不正确", + 'alpha_space' => ':属性字段包含不允许的字符。', + 'email_array' => '一个或多个电子邮件地址无效。', + 'hashed_pass' => '您当前的密码不正确', 'dumbpwd' => '那个密码太常见了。', - "statuslabel_type" => "您必须选择有效的状态标签类型", + 'statuslabel_type' => '您必须选择有效的状态标签类型', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/zh-HK/admin/accessories/general.php b/resources/lang/zh-HK/admin/accessories/general.php index 3759e15861..e9a2e69ff6 100644 --- a/resources/lang/zh-HK/admin/accessories/general.php +++ b/resources/lang/zh-HK/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Accessory Category', 'accessory_name' => 'Accessory Name', 'checkout' => 'Checkout Accessory', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Use the primary default EULA instead.', 'use_default_eula_disabled' => 'regex:/^[0-9]{15}$/
。',
- 'required' => '必填',
- 'req' => '必填',
- 'used_by_models' => '引用型號',
- 'order' => '排序',
- 'create_fieldset' => '新增欄位集',
- 'create_field' => '新增欄位',
- 'value_encrypted' => '此欄位的值已被加密。只有管理員能夠查看原始資料。',
- 'show_in_email' => '在發送給用戶的借出通知信中包含此欄位的值?加密的欄位不能包含在電子郵件中。',
+ 'custom_fields' => 'Custom Fields',
+ 'manage' => 'Manage',
+ 'field' => 'Field',
+ 'about_fieldsets_title' => 'About Fieldsets',
+ 'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
+ 'custom_format' => 'Custom Regex format...',
+ 'encrypt_field' => 'Encrypt the value of this field in the database',
+ 'encrypt_field_help' => 'WARNING: Encrypting a field makes it unsearchable.',
+ 'encrypted' => 'Encrypted',
+ 'fieldset' => 'Fieldset',
+ 'qty_fields' => 'Qty Fields',
+ 'fieldsets' => 'Fieldsets',
+ 'fieldset_name' => 'Fieldset Name',
+ 'field_name' => 'Field Name',
+ 'field_values' => 'Field Values',
+ 'field_values_help' => 'Add selectable options, one per line. Blank lines other than the first line will be ignored.',
+ 'field_element' => 'Form Element',
+ 'field_element_short' => 'Element',
+ 'field_format' => 'Format',
+ 'field_custom_format' => 'Custom Regex Format',
+ 'field_custom_format_help' => 'This field allows you to use a regex expression for validation. It should start with "regex:" - for example, to validate that a custom field value contains a valid IMEI (15 numeric digits), you would use regex:/^[0-9]{15}$/
.',
+ 'required' => 'Required',
+ 'req' => 'Req.',
+ 'used_by_models' => 'Used By Models',
+ 'order' => 'Order',
+ 'create_fieldset' => 'New Fieldset',
+ 'create_fieldset_title' => 'Create a new fieldset',
+ 'create_field' => 'New Custom Field',
+ 'create_field_title' => 'Create a new custom field',
+ 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value',
+ 'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails.',
+ 'help_text' => 'Help Text',
+ 'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.',
+ 'about_custom_fields_title' => 'About Custom Fields',
+ 'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.',
+ 'add_field_to_fieldset' => 'Add Field to Fieldset',
+ 'make_optional' => 'Required - click to make optional',
+ 'make_required' => 'Optional - click to make required',
+ 'reorder' => 'Reorder',
+ 'db_field' => 'DB Field',
+ 'db_convert_warning' => 'WARNING. This field is in the custom fields table as :db_column
but should be :expected .'
];
diff --git a/resources/lang/zh-HK/admin/custom_fields/message.php b/resources/lang/zh-HK/admin/custom_fields/message.php
index 9680fc601a..3346a091c6 100644
--- a/resources/lang/zh-HK/admin/custom_fields/message.php
+++ b/resources/lang/zh-HK/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => '欄位不存在。',
'already_added' => '已新增欄位。',
- 'create' => [
+ 'create' => array(
'error' => '新增欄位失敗,請重試。',
'success' => '新增欄位成功。',
- 'assoc_success' => '新增欄位到欄位集成功',
- ],
+ 'assoc_success' => '新增欄位到欄位集成功'
+ ),
- 'update' => [
+ 'update' => array(
'error' => '更新欄位失敗,請重試。',
- 'success' => '更新欄位成功。',
- ],
+ 'success' => '更新欄位成功。'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '您確定要刪除此欄位?',
'error' => '刪除欄位時發生問題。請再試一次。',
'success' => '刪除欄位成功。',
'in_use' => '欄位還在使用中',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => '欄位集不存在',
- 'create' => [
+ 'create' => array(
'error' => '新增欄位集失敗,請重試。',
- 'success' => '新增欄位集成功。',
- ],
+ 'success' => '新增欄位集成功。'
+ ),
- 'update' => [
+ 'update' => array(
'error' => '更新欄位集失敗,請重試。',
- 'success' => '更新欄位集成功。',
- ],
+ 'success' => '更新欄位集成功。'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '您確定要刪除此欄位集?',
'error' => '刪除欄位集時發生問題。請再試一次。',
'success' => '刪除欄位集成功。',
'in_use' => '欄位集還在使用中',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/zh-HK/admin/departments/message.php b/resources/lang/zh-HK/admin/departments/message.php
index bbe70e8ee7..471d17ebaf 100644
--- a/resources/lang/zh-HK/admin/departments/message.php
+++ b/resources/lang/zh-HK/admin/departments/message.php
@@ -1,21 +1,21 @@
'部門不存在。',
'assoc_users' => '至少還有一位使用者與此部門關聯,目前不能被删除,請檢查後重試。 ',
- 'create' => [
+ 'create' => array(
'error' => '新增部門失敗,請重試。',
- 'success' => '新增部門成功。',
- ],
- 'update' => [
+ 'success' => '新增部門成功。'
+ ),
+ 'update' => array(
'error' => '更新部門失敗,請重試。',
- 'success' => '成功更新部門。',
- ],
- 'delete' => [
+ 'success' => '成功更新部門。'
+ ),
+ 'delete' => array(
'confirm' => '您確定要刪除此部門嗎?',
'error' => '刪除部門時發生問題,請重試。',
- 'success' => '刪除部門成功。',
- ],
+ 'success' => '刪除部門成功。'
+ )
-];
+);
diff --git a/resources/lang/zh-HK/admin/departments/table.php b/resources/lang/zh-HK/admin/departments/table.php
index adb3329e7a..c8479f122e 100644
--- a/resources/lang/zh-HK/admin/departments/table.php
+++ b/resources/lang/zh-HK/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => '部門名稱',
@@ -8,4 +8,4 @@ return [
'location' => '位置',
'create' => '新增部門',
'update' => '更新部門',
- ];
+ );
diff --git a/resources/lang/zh-HK/admin/depreciations/general.php b/resources/lang/zh-HK/admin/depreciations/general.php
index a5dec994c2..1a5666f9dc 100644
--- a/resources/lang/zh-HK/admin/depreciations/general.php
+++ b/resources/lang/zh-HK/admin/depreciations/general.php
@@ -1,13 +1,16 @@
'About Asset Depreciations',
'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
'asset_depreciations' => 'Asset Depreciations',
'create' => 'Create Depreciation',
'depreciation_name' => 'Depreciation Name',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Number of Months',
'update' => 'Update Depreciation',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
-);
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
+];
diff --git a/resources/lang/zh-HK/admin/depreciations/message.php b/resources/lang/zh-HK/admin/depreciations/message.php
index 9b6c733099..73ddbc409f 100644
--- a/resources/lang/zh-HK/admin/depreciations/message.php
+++ b/resources/lang/zh-HK/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'折舊類別不存在',
'assoc_users' => '至少還有一個資產與此折舊關聯,請檢查後重試。 ',
- 'create' => [
+
+ 'create' => array(
'error' => '新增折舊類別失敗,請重試。',
- 'success' => '新增折舊類別成功。',
- ],
+ 'success' => '新增折舊類別成功。'
+ ),
- 'update' => [
+ 'update' => array(
'error' => '更新折舊類別失敗,請重試。',
- 'success' => '更新折舊類別成功。',
- ],
+ 'success' => '更新折舊類別成功。'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '您確定要刪除此折舊類別嗎?',
'error' => '刪除折舊類別時發生問題。請再試一次。',
- 'success' => '刪除折舊類別成功。',
- ],
+ 'success' => '刪除折舊類別成功。'
+ )
-];
+);
diff --git a/resources/lang/zh-HK/admin/depreciations/table.php b/resources/lang/zh-HK/admin/depreciations/table.php
index 9cd80e9b1e..256b10b92a 100644
--- a/resources/lang/zh-HK/admin/depreciations/table.php
+++ b/resources/lang/zh-HK/admin/depreciations/table.php
@@ -3,8 +3,9 @@
return [
'id' => 'ID',
- 'months' => '月數',
- 'term' => '期限',
- 'title' => '名稱',
+ 'months' => 'Months',
+ 'term' => 'Term',
+ 'title' => 'Name ',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/zh-HK/admin/groups/message.php b/resources/lang/zh-HK/admin/groups/message.php
index 6c95cb2e3d..40ceb5e787 100644
--- a/resources/lang/zh-HK/admin/groups/message.php
+++ b/resources/lang/zh-HK/admin/groups/message.php
@@ -1,22 +1,22 @@
'群組已存在',
'group_not_found' => '群組 [:id] 不存在',
'group_name_required' => '名稱欄位必填',
- 'success' => [
+ 'success' => array(
'create' => '新增群組成功。',
'update' => '更新群組成功。',
'delete' => '刪除群組成功。',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '您確定要刪除此群組嗎?',
'create' => '新增群組時發生問題。請重試。',
'update' => '更新群組時發生問題。請重試。',
'delete' => '刪除群組時發生問題。請重試。',
- ],
+ ),
-];
+);
diff --git a/resources/lang/zh-HK/admin/groups/table.php b/resources/lang/zh-HK/admin/groups/table.php
index cf9aabb5b1..c89b24b672 100644
--- a/resources/lang/zh-HK/admin/groups/table.php
+++ b/resources/lang/zh-HK/admin/groups/table.php
@@ -1,9 +1,9 @@
'ID',
'name' => '名稱',
'users' => '成員數',
-];
+);
diff --git a/resources/lang/zh-HK/admin/groups/titles.php b/resources/lang/zh-HK/admin/groups/titles.php
index 409f6c2d41..d875f190d7 100644
--- a/resources/lang/zh-HK/admin/groups/titles.php
+++ b/resources/lang/zh-HK/admin/groups/titles.php
@@ -1,14 +1,16 @@
'關於群組',
- 'about_groups' => '群組用來區分使用者權限。',
- 'group_management' => '群組管理',
- 'create' => '新增群組',
- 'update' => '編輯群組',
- 'group_name' => '群組名稱',
- 'group_admin' => '群組管理員',
- 'allow' => '允許',
- 'deny' => '拒絕',
-
+ 'about_groups_title' => 'About Groups',
+ 'about_groups' => 'Groups are used to generalize user permissions.',
+ 'group_management' => 'Group Management',
+ 'create' => 'Create New Group',
+ 'update' => 'Edit Group',
+ 'group_name' => 'Group Name',
+ 'group_admin' => 'Group Admin',
+ 'allow' => 'Allow',
+ 'deny' => 'Deny',
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/zh-HK/admin/hardware/form.php b/resources/lang/zh-HK/admin/hardware/form.php
index b001518e92..0c1a3167be 100644
--- a/resources/lang/zh-HK/admin/hardware/form.php
+++ b/resources/lang/zh-HK/admin/hardware/form.php
@@ -1,43 +1,49 @@
'確認批次刪除資產',
- 'bulk_delete_help' => '請再次確認批次刪除的資產。刪除後資產可以恢復,但將會失去當前的用戶關聯資訊。',
- 'bulk_delete_warn' => '即將刪除 :asset_count 項資產',
- 'bulk_update' => '批次更新資產',
- 'bulk_update_help' => '此表格允許您同時修改多項資產。請僅填寫需要修改的欄位,留空的欄位不會做任何修改。',
- 'bulk_update_warn' => '即將修改 :asset_count 項資產屬性',
- 'checkedout_to' => '借出至',
- 'checkout_date' => '借出日期',
- 'checkin_date' => '繳回日期',
- 'checkout_to' => '借出至',
- 'cost' => '採購成本',
- 'create' => '新增資產',
- 'date' => '採購日期',
- 'depreciation' => '折舊',
- 'depreciates_on' => '折舊於',
- 'default_location' => '預設位置',
- 'eol_date' => '產品壽命日期',
- 'eol_rate' => '產品壽命等級',
- 'expected_checkin' => '預計歸還日期',
- 'expires' => '到期',
- 'fully_depreciated' => '提足折舊',
- 'help_checkout' => '如果您希望立即分配此資產,請在上方狀態欄位選擇 "可部署"。',
- 'mac_address' => 'MAC地址',
- 'manufacturer' => '製造商',
- 'model' => '型號',
- 'months' => '月數',
- 'name' => '資產名稱',
- 'notes' => '備註',
- 'order' => '訂單編號',
+ 'bulk_delete' => 'Confirm Bulk Delete Assets',
+ 'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.',
+ 'bulk_delete_warn' => 'You are about to delete :asset_count assets.',
+ 'bulk_update' => 'Bulk Update Assets',
+ 'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ',
+ 'bulk_update_warn' => 'You are about to edit the properties of :asset_count assets.',
+ 'checkedout_to' => 'Checked Out To',
+ 'checkout_date' => 'Checkout Date',
+ 'checkin_date' => 'Checkin Date',
+ 'checkout_to' => 'Checkout to',
+ 'cost' => 'Purchase Cost',
+ 'create' => 'Create Asset',
+ 'date' => 'Purchase Date',
+ 'depreciation' => 'Depreciation',
+ 'depreciates_on' => 'Depreciates On',
+ 'default_location' => 'Default Location',
+ 'eol_date' => 'EOL Date',
+ 'eol_rate' => 'EOL Rate',
+ 'expected_checkin' => 'Expected Checkin Date',
+ 'expires' => 'Expires',
+ 'fully_depreciated' => 'Fully Depreciated',
+ 'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ',
+ 'mac_address' => 'MAC Address',
+ 'manufacturer' => 'Manufacturer',
+ 'model' => 'Model',
+ 'months' => 'months',
+ 'name' => 'Asset Name',
+ 'notes' => 'Notes',
+ 'order' => 'Order Number',
'qr' => 'QR Code',
- 'requestable' => '使用者可申請此資產',
- 'select_statustype' => '選擇狀態類型',
- 'serial' => '序號',
- 'status' => '狀態',
- 'tag' => '資產標籤',
- 'update' => '更新資產',
- 'warranty' => '保固',
- 'warranty_expires' => '保固期限',
- 'years' => '年',
+ 'requestable' => 'Users may request this asset',
+ 'select_statustype' => 'Select Status Type',
+ 'serial' => 'Serial',
+ 'status' => 'Status',
+ 'tag' => 'Asset Tag',
+ 'update' => 'Asset Update',
+ 'warranty' => 'Warranty',
+ 'warranty_expires' => 'Warranty Expires',
+ 'years' => 'years',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/zh-HK/admin/hardware/general.php b/resources/lang/zh-HK/admin/hardware/general.php
index 80a2c14e50..1ac49efef1 100644
--- a/resources/lang/zh-HK/admin/hardware/general.php
+++ b/resources/lang/zh-HK/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Requestable',
'requested' => 'Requested',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Restore Asset',
'pending' => 'Pending',
'undeployable' => 'Undeployable',
'view' => 'View Asset',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/zh-HK/admin/hardware/message.php b/resources/lang/zh-HK/admin/hardware/message.php index 2d0165cf64..8c8e323a73 100644 --- a/resources/lang/zh-HK/admin/hardware/message.php +++ b/resources/lang/zh-HK/admin/hardware/message.php @@ -2,79 +2,82 @@ return [ - 'undeployable' => '警告: 此資產目前已標記為不可佈署,如果資產狀態已改變,請更新狀態。', - 'does_not_exist' => '資產不存在', - 'does_not_exist_or_not_requestable' => '已重試。該資產不存在或不可申領。', - 'assoc_users' => '此資產目前已借給某個使用者,不能被刪除,請檢查資產狀態,然後再嘗試刪除。', + 'undeployable' => 'Warning: This asset has been marked as currently undeployable. + If this status has changed, please update the asset status.', + 'does_not_exist' => 'Asset does not exist.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', + 'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ', 'create' => [ - 'error' => '新增資產失敗,請重試。', - 'success' => '新增資產成功。', + 'error' => 'Asset was not created, please try again. :(', + 'success' => 'Asset created successfully. :)', ], 'update' => [ - 'error' => '更新資產失敗,請重試。', - 'success' => '更新資產成功。', - 'nothing_updated' => '沒有欄位被選擇,因此沒有更新任何內容。', + 'error' => 'Asset was not updated, please try again', + 'success' => 'Asset updated successfully.', + 'nothing_updated' => 'No fields were selected, so nothing was updated.', ], 'restore' => [ - 'error' => '恢復資產失敗,請重試。', - 'success' => '恢復資產成功。', + 'error' => 'Asset was not restored, please try again', + 'success' => 'Asset restored successfully.', ], 'audit' => [ - 'error' => '資產稽核失敗。請再試一次。', - 'success' => '資產稽核成功登錄。', + 'error' => 'Asset audit was unsuccessful. Please try again.', + 'success' => 'Asset audit successfully logged.', ], + 'deletefile' => [ - 'error' => '刪除檔案失敗,請重試。', - 'success' => '刪除檔案成功。', + 'error' => 'File not deleted. Please try again.', + 'success' => 'File successfully deleted.', ], 'upload' => [ - 'error' => '上傳檔案失敗,請重試。', - 'success' => '上傳檔案成功。', - 'nofiles' => '您尚未選擇要上傳的檔案,或上傳的檔案太大。', - 'invalidfiles' => '一個或多個檔案太大或屬於不被允許的檔案類型。允許上傳的檔案類型:png, gif, jpg, doc, docx, pdf, txt。', + 'error' => 'File(s) not uploaded. Please try again.', + 'success' => 'File(s) successfully uploaded.', + 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', + 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.', ], 'import' => [ - 'error' => '某些項目沒有被正確匯入。', - 'errorDetail' => '以下項目由於錯誤未被匯入。', - 'success' => '您的檔案已被匯入。', - 'file_delete_success' => '您的檔案已成功刪除。', - 'file_delete_error' => '您的檔案無法被刪除。', + 'error' => 'Some items did not import correctly.', + 'errorDetail' => 'The following Items were not imported because of errors.', + 'success' => 'Your file has been imported', + 'file_delete_success' => 'Your file has been been successfully deleted', + 'file_delete_error' => 'The file was unable to be deleted', ], + 'delete' => [ - 'confirm' => '您確定要刪除此資產嗎?', - 'error' => '刪除資產時發生問題,請重試。', - 'nothing_updated' => '沒有資產被選擇,因此沒有更新任何內容。', - 'success' => '刪除資產成功。', + 'confirm' => 'Are you sure you wish to delete this asset?', + 'error' => 'There was an issue deleting the asset. Please try again.', + 'nothing_updated' => 'No assets were selected, so nothing was deleted.', + 'success' => 'The asset was deleted successfully.', ], 'checkout' => [ - 'error' => '借出資產失敗,請重試。', - 'success' => '借出資產成功。', - 'user_does_not_exist' => '無效使用者,請重試。', - 'not_available' => '此資產無法借出', - 'no_assets_selected' => '你必須至少選擇一項資產。', + 'error' => 'Asset was not checked out, please try again', + 'success' => 'Asset checked out successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.', + 'not_available' => 'That asset is not available for checkout!', + 'no_assets_selected' => 'You must select at least one asset from the list', ], 'checkin' => [ - 'error' => '繳回資產失敗,請重試。', - 'success' => '繳回資產成功。', - 'user_does_not_exist' => '無效使用者,請重試。', - 'already_checked_in' => '資產已繳回。', + 'error' => 'Asset was not checked in, please try again', + 'success' => 'Asset checked in successfully.', + 'user_does_not_exist' => 'That user is invalid. Please try again.', + 'already_checked_in' => 'That asset is already checked in.', ], 'requests' => [ - 'error' => '申請資產失敗,請重試。', - 'success' => '申請資產成功。', - 'canceled' => '借出申請已取消。', + 'error' => 'Asset was not requested, please try again', + 'success' => 'Asset requested successfully.', + 'canceled' => 'Checkout request successfully canceled', ], ]; diff --git a/resources/lang/zh-HK/admin/hardware/table.php b/resources/lang/zh-HK/admin/hardware/table.php index e992b9d2a7..6166ba8045 100644 --- a/resources/lang/zh-HK/admin/hardware/table.php +++ b/resources/lang/zh-HK/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Asset Tag', 'asset_model' => 'Model', - 'book_value' => 'Value', + 'book_value' => 'Current Value', 'change' => 'In/Out', 'checkout_date' => 'Checkout Date', 'checkoutto' => 'Checked Out', + 'current_value' => 'Current Value', 'diff' => 'Diff', 'dl_csv' => 'Download CSV', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serial', 'status' => 'Status', 'title' => 'Asset ', - 'image' => 'Device Image', + 'image' => 'Device Image', 'days_without_acceptance' => 'Days Without Acceptance', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/zh-HK/admin/kits/general.php b/resources/lang/zh-HK/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/zh-HK/admin/kits/general.php +++ b/resources/lang/zh-HK/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/zh-HK/admin/licenses/form.php b/resources/lang/zh-HK/admin/licenses/form.php index 7bbff27eb9..ce61cf563d 100644 --- a/resources/lang/zh-HK/admin/licenses/form.php +++ b/resources/lang/zh-HK/admin/licenses/form.php @@ -1,6 +1,6 @@ '資產', 'checkin' => '繳回', @@ -18,5 +18,5 @@ return [ 'to_email' => '授權信箱', 'to_name' => '授權給', 'update' => '更新授權', - 'checkout_help' => '請檢查這個授權是否已經分配給某個人或某個設備。你可以複選,但資產歸屬人必須是相同的。', -]; + 'checkout_help' => '請檢查這個授權是否已經分配給某個人或某個設備。你可以複選,但資產歸屬人必須是相同的。' +); diff --git a/resources/lang/zh-HK/admin/licenses/general.php b/resources/lang/zh-HK/admin/licenses/general.php index 25669dca6d..8c873d56a0 100644 --- a/resources/lang/zh-HK/admin/licenses/general.php +++ b/resources/lang/zh-HK/admin/licenses/general.php @@ -1,6 +1,6 @@ '關於授權', 'about_licenses' => '授權是用來追踨可供借出的軟體數量。', 'checkin' => '繳回授權數量', @@ -19,4 +19,4 @@ return [ 'user' => '使用者 ', 'view' => '檢視授權', -]; +); diff --git a/resources/lang/zh-HK/admin/licenses/message.php b/resources/lang/zh-HK/admin/licenses/message.php index 8a5807cba2..87a7c3d0b9 100644 --- a/resources/lang/zh-HK/admin/licenses/message.php +++ b/resources/lang/zh-HK/admin/licenses/message.php @@ -1,6 +1,6 @@ 'License does not exist.', 'user_does_not_exist' => 'User does not exist.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'You must select an asset or a user, but not both.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'License was not created, please try again.', - 'success' => 'License created successfully.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'License was not created, please try again.', + 'success' => 'License created successfully.' + ), + + 'deletefile' => array( 'error' => 'File not deleted. Please try again.', 'success' => 'File successfully deleted.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'File(s) not uploaded. Please try again.', 'success' => 'File(s) successfully uploaded.', 'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large', 'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, and lic.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'License was not updated, please try again', - 'success' => 'License updated successfully.', - ], + 'success' => 'License updated successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Are you sure you wish to delete this license?', 'error' => 'There was an issue deleting the license. Please try again.', - 'success' => 'The license was deleted successfully.', - ], + 'success' => 'The license was deleted successfully.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'There was an issue checking out the license. Please try again.', - 'success' => 'The license was checked out successfully', - ], + 'success' => 'The license was checked out successfully' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'There was an issue checking in the license. Please try again.', - 'success' => 'The license was checked in successfully', - ], + 'success' => 'The license was checked in successfully' + ), -]; +); diff --git a/resources/lang/zh-HK/admin/licenses/table.php b/resources/lang/zh-HK/admin/licenses/table.php index 62502556dc..99dabc61ee 100644 --- a/resources/lang/zh-HK/admin/licenses/table.php +++ b/resources/lang/zh-HK/admin/licenses/table.php @@ -1,6 +1,6 @@ '分配給', 'checkout' => '進/出', @@ -14,4 +14,4 @@ return [ 'serial' => '序號', 'title' => '授權', -]; +); diff --git a/resources/lang/zh-HK/admin/locations/message.php b/resources/lang/zh-HK/admin/locations/message.php index 7c489a1ff5..5ba71d0fe4 100644 --- a/resources/lang/zh-HK/admin/locations/message.php +++ b/resources/lang/zh-HK/admin/locations/message.php @@ -1,26 +1,27 @@ '地點不存在.', 'assoc_users' => '至少還有一位使用者與此位置關聯,目前不能被删除,請檢查後重試。 ', 'assoc_assets' => '至少還有一個資產與此位置關聯,目前不能被删除,請檢查後重試。 ', 'assoc_child_loc' => '至少還有一個子項目與此位置關聯,目前不能被删除,請檢查後重試。 ', - 'create' => [ + + 'create' => array( 'error' => '新增位置失敗,請重試。', - 'success' => '新增位置成功。', - ], + 'success' => '新增位置成功。' + ), - 'update' => [ + 'update' => array( 'error' => '更新位置失敗,請重試。', - 'success' => '成功更新地點.', - ], + 'success' => '成功更新地點.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '您確定要刪除此位置嗎?', 'error' => '刪除位置時發生問題,請重試。', - 'success' => '刪除位置成功。', - ], + 'success' => '刪除位置成功。' + ) -]; +); diff --git a/resources/lang/zh-HK/admin/locations/table.php b/resources/lang/zh-HK/admin/locations/table.php index 4792273c32..29edf0f565 100644 --- a/resources/lang/zh-HK/admin/locations/table.php +++ b/resources/lang/zh-HK/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Parent', 'currency' => 'Location Currency', 'ldap_ou' => 'LDAP Search OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/zh-HK/admin/manufacturers/message.php b/resources/lang/zh-HK/admin/manufacturers/message.php index 5a195a7ba9..4d5de1310d 100644 --- a/resources/lang/zh-HK/admin/manufacturers/message.php +++ b/resources/lang/zh-HK/admin/manufacturers/message.php @@ -1,29 +1,29 @@ '製造商不存在', 'assoc_users' => '至少還有一個資產與此製造商關聯,目前不能被删除,請確認後重試。 ', - 'create' => [ + 'create' => array( 'error' => '新增製造商失敗,請重試。', - 'success' => '新增製造商成功。', - ], + 'success' => '新增製造商成功。' + ), - 'update' => [ + 'update' => array( 'error' => '更新製造商失敗,請重試。', - 'success' => '更新製造商成功。', - ], + 'success' => '更新製造商成功。' + ), - 'restore' => [ + 'restore' => array( 'error' => '製造商恢復失敗,請重試。', - 'success' => '製造商恢復成功。', - ], + 'success' => '製造商恢復成功。' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '您確定要刪除此製造商嗎?', 'error' => '刪除製造商失敗,請重試。', - 'success' => '刪除製造商成功。', - ], + 'success' => '刪除製造商成功。' + ) -]; +); diff --git a/resources/lang/zh-HK/admin/manufacturers/table.php b/resources/lang/zh-HK/admin/manufacturers/table.php index 8d4b2c0bad..12cdd792e8 100644 --- a/resources/lang/zh-HK/admin/manufacturers/table.php +++ b/resources/lang/zh-HK/admin/manufacturers/table.php @@ -1,6 +1,6 @@ '關於製造商', 'about_manufacturers_text' => '廠商是提供您資產的公司,您可以在這裡儲存重要的支援資訊,並顯示在資產的詳細頁面。', 'asset_manufacturers' => '資產製造商', @@ -13,4 +13,4 @@ return [ 'update' => '更新製造商', 'url' => '網址', -]; +); diff --git a/resources/lang/zh-HK/admin/models/message.php b/resources/lang/zh-HK/admin/models/message.php index d1513fef4d..c64026575a 100644 --- a/resources/lang/zh-HK/admin/models/message.php +++ b/resources/lang/zh-HK/admin/models/message.php @@ -1,41 +1,42 @@ '樣板不存在', 'assoc_users' => '至少還有一個資產與此樣板關聯,目前不能被删除,請在刪除資產後重試。 ', - 'create' => [ + + 'create' => array( 'error' => '新增樣板失敗,請重試。', 'success' => '新增樣板成功。', 'duplicate_set' => '資產名稱、製造商、型號都相同的其它資產樣板已存在。', - ], + ), - 'update' => [ + 'update' => array( 'error' => '更新樣板失敗,請重試。', - 'success' => '更新樣板成功。', - ], + 'success' => '更新樣板成功。' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '您確定要刪除此樣板嗎?', 'error' => '刪除樣板失敗,請重試。', - 'success' => '刪除樣板成功。', - ], + 'success' => '刪除樣板成功。' + ), - 'restore' => [ + 'restore' => array( 'error' => '恢復樣板失敗,請重試。', - 'success' => '恢復樣板成功。', - ], + 'success' => '恢復樣板成功。' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => '沒有欄位被更改,因此沒有更新任何內容。', - 'success' => '樣板已更新。', - ], + 'success' => '樣板已更新。' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => '沒有型號被選擇,因此沒有更新任何內容。', 'success' => ':success_count 個型號已刪除!', - 'success_partial' => ':success_count 個型號被刪除, 但是 :fail_count 無法被刪除, 因為它們仍有與之關聯的資產。', - ], + 'success_partial' => ':success_count 個型號被刪除, 但是 :fail_count 無法被刪除, 因為它們仍有與之關聯的資產。' + ), -]; +); diff --git a/resources/lang/zh-HK/admin/models/table.php b/resources/lang/zh-HK/admin/models/table.php index 001fcaaf71..11b0300a26 100644 --- a/resources/lang/zh-HK/admin/models/table.php +++ b/resources/lang/zh-HK/admin/models/table.php @@ -1,6 +1,6 @@ '新增資產樣板', 'created_at' => '新增於', @@ -14,4 +14,4 @@ return [ 'update' => '更新資產樣板', 'clone' => '複製樣板', 'edit' => '編輯樣板', -]; +); diff --git a/resources/lang/zh-HK/admin/reports/general.php b/resources/lang/zh-HK/admin/reports/general.php index bdee19f2f0..344d5c8743 100644 --- a/resources/lang/zh-HK/admin/reports/general.php +++ b/resources/lang/zh-HK/admin/reports/general.php @@ -1,5 +1,10 @@ '請選擇資產報表選項。', -]; + 'info' => 'Select the options you want for your asset report.', + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/zh-HK/admin/reports/message.php b/resources/lang/zh-HK/admin/reports/message.php index ee2e2f653a..4c7eedb612 100644 --- a/resources/lang/zh-HK/admin/reports/message.php +++ b/resources/lang/zh-HK/admin/reports/message.php @@ -1,5 +1,5 @@ '您至少要選擇一個選項。', -]; +return array( + 'error' => '您至少要選擇一個選項。' +); diff --git a/resources/lang/zh-HK/admin/settings/general.php b/resources/lang/zh-HK/admin/settings/general.php index 24ea3d8cea..3e7a60f89f 100644 --- a/resources/lang/zh-HK/admin/settings/general.php +++ b/resources/lang/zh-HK/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'This is an Active Directory server', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Send alerts to', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Email Alerts Enabled', 'alert_interval' => 'Expiring Alerts Threshold (in days)', 'alert_inv_threshold' => 'Inventory Alert Threshold', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months.', 'audit_warning_days' => 'Audit Warning Threshold', 'audit_warning_days_help' => 'How many days in advance should we warn you when assets are due for auditing?', - 'auto_increment_assets' => 'Generate auto-incrementing asset IDs', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Prefix (optional)', - 'auto_incrementing_help' => 'Enable auto-incrementing asset IDs first to set this', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Backups', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/zh-HK/mail.php b/resources/lang/zh-HK/mail.php index 6471289e00..db5e157135 100644 --- a/resources/lang/zh-HK/mail.php +++ b/resources/lang/zh-HK/mail.php @@ -60,7 +60,7 @@ return [ 'test_mail_text' => 'This is a test from the Snipe-IT Asset Management System. If you got this, mail is working :)', 'the_following_item' => 'The following item has been checked in: ', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'To reset your :web password, complete this form:', 'type' => 'Type', diff --git a/resources/lang/zh-HK/pagination.php b/resources/lang/zh-HK/pagination.php index 92b29d3478..88890d5ffa 100644 --- a/resources/lang/zh-HK/pagination.php +++ b/resources/lang/zh-HK/pagination.php @@ -1,6 +1,6 @@ '下一步 »', -]; +); diff --git a/resources/lang/zh-HK/passwords.php b/resources/lang/zh-HK/passwords.php index d36d477588..6205ef774d 100644 --- a/resources/lang/zh-HK/passwords.php +++ b/resources/lang/zh-HK/passwords.php @@ -1,6 +1,6 @@ '已發送您的密碼連結!', - 'user' => '未找到使用該電子郵件的使用者。', + 'sent' => 'Your password link has been sent!', + 'user' => 'No matching active user found with that email.', ]; diff --git a/resources/lang/zh-HK/reminders.php b/resources/lang/zh-HK/reminders.php index bb4e4b40d4..7b9710c324 100644 --- a/resources/lang/zh-HK/reminders.php +++ b/resources/lang/zh-HK/reminders.php @@ -1,6 +1,6 @@ '密碼至少需要六個字符,並且與確認欄位相符', + "password" => "密碼至少需要六個字符,並且與確認欄位相符", - 'user' => '使用者名稱或電子郵件地址不正確', + "user" => "使用者名稱或電子郵件地址不正確", - 'token' => '這個密碼重置密鑰無效。', + "token" => "這個密碼重置密鑰無效。", - 'sent' => '如果郵件地址相符,則密碼已經發送。', + "sent" => "如果郵件地址相符,則密碼已經發送。", -]; +); diff --git a/resources/lang/zh-HK/table.php b/resources/lang/zh-HK/table.php index a63ec0ff14..d11fdbabc4 100644 --- a/resources/lang/zh-HK/table.php +++ b/resources/lang/zh-HK/table.php @@ -1,10 +1,10 @@ '操作', 'action' => '操作', 'by' => '經由', 'item' => '項目', -]; +); diff --git a/resources/lang/zh-HK/validation.php b/resources/lang/zh-HK/validation.php index 4ece7d41c7..72b465f211 100644 --- a/resources/lang/zh-HK/validation.php +++ b/resources/lang/zh-HK/validation.php @@ -1,6 +1,6 @@ 'The :attribute must be at least :min characters.', 'array' => 'The :attribute must have at least :min items.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'The selected :attribute is invalid.', 'numeric' => 'The :attribute must be a number.', 'present' => 'The :attribute field must be present.', @@ -88,8 +89,8 @@ return array( 'unique' => 'The :attribute has already been taken.', 'uploaded' => 'The :attribute failed to upload.', 'url' => 'The :attribute format is invalid.', - "unique_undeleted" => "The :attribute must be unique.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "The :attribute field contains a character that is not allowed.", - "email_array" => "One or more email addresses is invalid.", - "hashed_pass" => "Your current password is incorrect", + 'alpha_space' => 'The :attribute field contains a character that is not allowed.', + 'email_array' => 'One or more email addresses is invalid.', + 'hashed_pass' => 'Your current password is incorrect', 'dumbpwd' => 'That password is too common.', - "statuslabel_type" => "You must select a valid status label type", + 'statuslabel_type' => 'You must select a valid status label type', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/zh-TW/admin/accessories/general.php b/resources/lang/zh-TW/admin/accessories/general.php index 3039c0c53d..1c440714db 100644 --- a/resources/lang/zh-TW/admin/accessories/general.php +++ b/resources/lang/zh-TW/admin/accessories/general.php @@ -1,6 +1,6 @@ '配件類別', 'accessory_name' => '配件名稱', 'checkout' => '配件借出', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => '用預設EULA(最終使用者許可協議)進行替換', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/zh-TW/admin/custom_fields/message.php b/resources/lang/zh-TW/admin/custom_fields/message.php
index 9680fc601a..3346a091c6 100644
--- a/resources/lang/zh-TW/admin/custom_fields/message.php
+++ b/resources/lang/zh-TW/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => '欄位不存在。',
'already_added' => '已新增欄位。',
- 'create' => [
+ 'create' => array(
'error' => '新增欄位失敗,請重試。',
'success' => '新增欄位成功。',
- 'assoc_success' => '新增欄位到欄位集成功',
- ],
+ 'assoc_success' => '新增欄位到欄位集成功'
+ ),
- 'update' => [
+ 'update' => array(
'error' => '更新欄位失敗,請重試。',
- 'success' => '更新欄位成功。',
- ],
+ 'success' => '更新欄位成功。'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '您確定要刪除此欄位?',
'error' => '刪除欄位時發生問題。請再試一次。',
'success' => '刪除欄位成功。',
'in_use' => '欄位還在使用中',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => '欄位集不存在',
- 'create' => [
+ 'create' => array(
'error' => '新增欄位集失敗,請重試。',
- 'success' => '新增欄位集成功。',
- ],
+ 'success' => '新增欄位集成功。'
+ ),
- 'update' => [
+ 'update' => array(
'error' => '更新欄位集失敗,請重試。',
- 'success' => '更新欄位集成功。',
- ],
+ 'success' => '更新欄位集成功。'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '您確定要刪除此欄位集?',
'error' => '刪除欄位集時發生問題。請再試一次。',
'success' => '刪除欄位集成功。',
'in_use' => '欄位集還在使用中',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/zh-TW/admin/departments/message.php b/resources/lang/zh-TW/admin/departments/message.php
index bbe70e8ee7..471d17ebaf 100644
--- a/resources/lang/zh-TW/admin/departments/message.php
+++ b/resources/lang/zh-TW/admin/departments/message.php
@@ -1,21 +1,21 @@
'部門不存在。',
'assoc_users' => '至少還有一位使用者與此部門關聯,目前不能被删除,請檢查後重試。 ',
- 'create' => [
+ 'create' => array(
'error' => '新增部門失敗,請重試。',
- 'success' => '新增部門成功。',
- ],
- 'update' => [
+ 'success' => '新增部門成功。'
+ ),
+ 'update' => array(
'error' => '更新部門失敗,請重試。',
- 'success' => '成功更新部門。',
- ],
- 'delete' => [
+ 'success' => '成功更新部門。'
+ ),
+ 'delete' => array(
'confirm' => '您確定要刪除此部門嗎?',
'error' => '刪除部門時發生問題,請重試。',
- 'success' => '刪除部門成功。',
- ],
+ 'success' => '刪除部門成功。'
+ )
-];
+);
diff --git a/resources/lang/zh-TW/admin/departments/table.php b/resources/lang/zh-TW/admin/departments/table.php
index adb3329e7a..c8479f122e 100644
--- a/resources/lang/zh-TW/admin/departments/table.php
+++ b/resources/lang/zh-TW/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => '部門名稱',
@@ -8,4 +8,4 @@ return [
'location' => '位置',
'create' => '新增部門',
'update' => '更新部門',
- ];
+ );
diff --git a/resources/lang/zh-TW/admin/depreciations/general.php b/resources/lang/zh-TW/admin/depreciations/general.php
index 8c5760727a..1aa3e729e7 100644
--- a/resources/lang/zh-TW/admin/depreciations/general.php
+++ b/resources/lang/zh-TW/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => '資產折舊',
'create' => '新建折舊',
'depreciation_name' => '折舊名稱',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => '月數',
'update' => '更新折舊',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/zh-TW/admin/depreciations/message.php b/resources/lang/zh-TW/admin/depreciations/message.php
index 9b6c733099..73ddbc409f 100644
--- a/resources/lang/zh-TW/admin/depreciations/message.php
+++ b/resources/lang/zh-TW/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'折舊類別不存在',
'assoc_users' => '至少還有一個資產與此折舊關聯,請檢查後重試。 ',
- 'create' => [
+
+ 'create' => array(
'error' => '新增折舊類別失敗,請重試。',
- 'success' => '新增折舊類別成功。',
- ],
+ 'success' => '新增折舊類別成功。'
+ ),
- 'update' => [
+ 'update' => array(
'error' => '更新折舊類別失敗,請重試。',
- 'success' => '更新折舊類別成功。',
- ],
+ 'success' => '更新折舊類別成功。'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '您確定要刪除此折舊類別嗎?',
'error' => '刪除折舊類別時發生問題。請再試一次。',
- 'success' => '刪除折舊類別成功。',
- ],
+ 'success' => '刪除折舊類別成功。'
+ )
-];
+);
diff --git a/resources/lang/zh-TW/admin/depreciations/table.php b/resources/lang/zh-TW/admin/depreciations/table.php
index 9cd80e9b1e..c8c4e86fe1 100644
--- a/resources/lang/zh-TW/admin/depreciations/table.php
+++ b/resources/lang/zh-TW/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => '月數',
'term' => '期限',
'title' => '名稱',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/zh-TW/admin/groups/message.php b/resources/lang/zh-TW/admin/groups/message.php
index 6c95cb2e3d..40ceb5e787 100644
--- a/resources/lang/zh-TW/admin/groups/message.php
+++ b/resources/lang/zh-TW/admin/groups/message.php
@@ -1,22 +1,22 @@
'群組已存在',
'group_not_found' => '群組 [:id] 不存在',
'group_name_required' => '名稱欄位必填',
- 'success' => [
+ 'success' => array(
'create' => '新增群組成功。',
'update' => '更新群組成功。',
'delete' => '刪除群組成功。',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => '您確定要刪除此群組嗎?',
'create' => '新增群組時發生問題。請重試。',
'update' => '更新群組時發生問題。請重試。',
'delete' => '刪除群組時發生問題。請重試。',
- ],
+ ),
-];
+);
diff --git a/resources/lang/zh-TW/admin/groups/table.php b/resources/lang/zh-TW/admin/groups/table.php
index cf9aabb5b1..c89b24b672 100644
--- a/resources/lang/zh-TW/admin/groups/table.php
+++ b/resources/lang/zh-TW/admin/groups/table.php
@@ -1,9 +1,9 @@
'ID',
'name' => '名稱',
'users' => '成員數',
-];
+);
diff --git a/resources/lang/zh-TW/admin/groups/titles.php b/resources/lang/zh-TW/admin/groups/titles.php
index 409f6c2d41..efcc9cbf25 100644
--- a/resources/lang/zh-TW/admin/groups/titles.php
+++ b/resources/lang/zh-TW/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => '群組管理員',
'allow' => '允許',
'deny' => '拒絕',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/zh-TW/admin/hardware/form.php b/resources/lang/zh-TW/admin/hardware/form.php
index b001518e92..8659a4d73c 100644
--- a/resources/lang/zh-TW/admin/hardware/form.php
+++ b/resources/lang/zh-TW/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => '保固',
'warranty_expires' => '保固期限',
'years' => '年',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/zh-TW/admin/hardware/general.php b/resources/lang/zh-TW/admin/hardware/general.php
index 1c8d1e93db..105379eb78 100644
--- a/resources/lang/zh-TW/admin/hardware/general.php
+++ b/resources/lang/zh-TW/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => '此資產模板已被刪除. 你必須先還原資產模板才可還原資產.',
'requestable' => '可申領',
'requested' => '已申領',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => '還原資產',
'pending' => '待處理',
'undeployable' => '不可部署',
'view' => '檢視資產',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/zh-TW/admin/hardware/message.php b/resources/lang/zh-TW/admin/hardware/message.php index 2d0165cf64..442343f2de 100644 --- a/resources/lang/zh-TW/admin/hardware/message.php +++ b/resources/lang/zh-TW/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => '警告: 此資產目前已標記為不可佈署,如果資產狀態已改變,請更新狀態。', 'does_not_exist' => '資產不存在', - 'does_not_exist_or_not_requestable' => '已重試。該資產不存在或不可申領。', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => '此資產目前已借給某個使用者,不能被刪除,請檢查資產狀態,然後再嘗試刪除。', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => '資產稽核成功登錄。', ], + 'deletefile' => [ 'error' => '刪除檔案失敗,請重試。', 'success' => '刪除檔案成功。', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => '您的檔案無法被刪除。', ], + 'delete' => [ 'confirm' => '您確定要刪除此資產嗎?', 'error' => '刪除資產時發生問題,請重試。', diff --git a/resources/lang/zh-TW/admin/hardware/table.php b/resources/lang/zh-TW/admin/hardware/table.php index d15c9252d5..a5f43b3265 100644 --- a/resources/lang/zh-TW/admin/hardware/table.php +++ b/resources/lang/zh-TW/admin/hardware/table.php @@ -1,13 +1,14 @@ '資產標籤', 'asset_model' => '型號', - 'book_value' => '價值', + 'book_value' => 'Current Value', 'change' => '進/出', 'checkout_date' => '借出日期', 'checkoutto' => '已借出', + 'current_value' => 'Current Value', 'diff' => '價差', 'dl_csv' => '下載CSV檔', 'eol' => 'EOL', @@ -18,8 +19,12 @@ return array( 'serial' => '序號', 'status' => '狀態', 'title' => '資產', - 'image' => '設備圖片', + 'image' => '設備圖片', 'days_without_acceptance' => '過期天數', - 'monthly_depreciation' => '每月折舊' - -); + 'monthly_depreciation' => '每月折舊', + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', +]; diff --git a/resources/lang/zh-TW/admin/kits/general.php b/resources/lang/zh-TW/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/zh-TW/admin/kits/general.php +++ b/resources/lang/zh-TW/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/zh-TW/admin/licenses/form.php b/resources/lang/zh-TW/admin/licenses/form.php index 7bbff27eb9..ce61cf563d 100644 --- a/resources/lang/zh-TW/admin/licenses/form.php +++ b/resources/lang/zh-TW/admin/licenses/form.php @@ -1,6 +1,6 @@ '資產', 'checkin' => '繳回', @@ -18,5 +18,5 @@ return [ 'to_email' => '授權信箱', 'to_name' => '授權給', 'update' => '更新授權', - 'checkout_help' => '請檢查這個授權是否已經分配給某個人或某個設備。你可以複選,但資產歸屬人必須是相同的。', -]; + 'checkout_help' => '請檢查這個授權是否已經分配給某個人或某個設備。你可以複選,但資產歸屬人必須是相同的。' +); diff --git a/resources/lang/zh-TW/admin/licenses/general.php b/resources/lang/zh-TW/admin/licenses/general.php index 25669dca6d..8c873d56a0 100644 --- a/resources/lang/zh-TW/admin/licenses/general.php +++ b/resources/lang/zh-TW/admin/licenses/general.php @@ -1,6 +1,6 @@ '關於授權', 'about_licenses' => '授權是用來追踨可供借出的軟體數量。', 'checkin' => '繳回授權數量', @@ -19,4 +19,4 @@ return [ 'user' => '使用者 ', 'view' => '檢視授權', -]; +); diff --git a/resources/lang/zh-TW/admin/licenses/message.php b/resources/lang/zh-TW/admin/licenses/message.php index 11b3b8efc9..ec91312323 100644 --- a/resources/lang/zh-TW/admin/licenses/message.php +++ b/resources/lang/zh-TW/admin/licenses/message.php @@ -1,6 +1,6 @@ '授權不存在。', 'user_does_not_exist' => '使用者不存在', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => '您必須選擇資產或用戶,但不能同時選擇兩者。', 'not_found' => '找不到授權', - 'create' => [ - 'error' => '新增授權失敗,請重試。', - 'success' => '新增授權成功。', - ], - 'deletefile' => [ + 'create' => array( + 'error' => '新增授權失敗,請重試。', + 'success' => '新增授權成功。' + ), + + 'deletefile' => array( 'error' => '刪除檔案失敗,請重試。', 'success' => '刪除檔案成功。', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => '上傳檔案失敗,請重試。', 'success' => '上傳檔案成功。', 'nofiles' => '您尚未選擇要上傳的檔案,或上傳的檔案太大。', 'invalidfiles' => '一個或多個檔案太大,或者是不允許的檔案類型。允許的檔案類型有 png、 gif、 jpg、 jpeg、 doc、 docx、 pdf、 txt、 zip、 rar、 rtf、 xml 和 lic。', - ], + ), - 'update' => [ + 'update' => array( 'error' => '更新授權失敗,請重試。', - 'success' => '更新授權成功。', - ], + 'success' => '更新授權成功。' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '您確定要刪除此授權嗎?', 'error' => '刪除授權時發生問題,請重試。', - 'success' => '刪除授權成功。', - ], + 'success' => '刪除授權成功。' + ), - 'checkout' => [ + 'checkout' => array( 'error' => '借出授權時發生問題,請重試。', - 'success' => '借出授權成功。', - ], + 'success' => '借出授權成功。' + ), - 'checkin' => [ + 'checkin' => array( 'error' => '繳回授權時發生問題,請重試。', - 'success' => '繳回授權成功。', - ], + 'success' => '繳回授權成功。' + ), -]; +); diff --git a/resources/lang/zh-TW/admin/licenses/table.php b/resources/lang/zh-TW/admin/licenses/table.php index 62502556dc..99dabc61ee 100644 --- a/resources/lang/zh-TW/admin/licenses/table.php +++ b/resources/lang/zh-TW/admin/licenses/table.php @@ -1,6 +1,6 @@ '分配給', 'checkout' => '進/出', @@ -14,4 +14,4 @@ return [ 'serial' => '序號', 'title' => '授權', -]; +); diff --git a/resources/lang/zh-TW/admin/locations/message.php b/resources/lang/zh-TW/admin/locations/message.php index 7c489a1ff5..5ba71d0fe4 100644 --- a/resources/lang/zh-TW/admin/locations/message.php +++ b/resources/lang/zh-TW/admin/locations/message.php @@ -1,26 +1,27 @@ '地點不存在.', 'assoc_users' => '至少還有一位使用者與此位置關聯,目前不能被删除,請檢查後重試。 ', 'assoc_assets' => '至少還有一個資產與此位置關聯,目前不能被删除,請檢查後重試。 ', 'assoc_child_loc' => '至少還有一個子項目與此位置關聯,目前不能被删除,請檢查後重試。 ', - 'create' => [ + + 'create' => array( 'error' => '新增位置失敗,請重試。', - 'success' => '新增位置成功。', - ], + 'success' => '新增位置成功。' + ), - 'update' => [ + 'update' => array( 'error' => '更新位置失敗,請重試。', - 'success' => '成功更新地點.', - ], + 'success' => '成功更新地點.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '您確定要刪除此位置嗎?', 'error' => '刪除位置時發生問題,請重試。', - 'success' => '刪除位置成功。', - ], + 'success' => '刪除位置成功。' + ) -]; +); diff --git a/resources/lang/zh-TW/admin/locations/table.php b/resources/lang/zh-TW/admin/locations/table.php index c9860d79d4..e77a6462da 100644 --- a/resources/lang/zh-TW/admin/locations/table.php +++ b/resources/lang/zh-TW/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => '父項目', 'currency' => '當地貨幣單位', 'ldap_ou' => 'LDAP 搜尋 OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/zh-TW/admin/manufacturers/message.php b/resources/lang/zh-TW/admin/manufacturers/message.php index 5a195a7ba9..4d5de1310d 100644 --- a/resources/lang/zh-TW/admin/manufacturers/message.php +++ b/resources/lang/zh-TW/admin/manufacturers/message.php @@ -1,29 +1,29 @@ '製造商不存在', 'assoc_users' => '至少還有一個資產與此製造商關聯,目前不能被删除,請確認後重試。 ', - 'create' => [ + 'create' => array( 'error' => '新增製造商失敗,請重試。', - 'success' => '新增製造商成功。', - ], + 'success' => '新增製造商成功。' + ), - 'update' => [ + 'update' => array( 'error' => '更新製造商失敗,請重試。', - 'success' => '更新製造商成功。', - ], + 'success' => '更新製造商成功。' + ), - 'restore' => [ + 'restore' => array( 'error' => '製造商恢復失敗,請重試。', - 'success' => '製造商恢復成功。', - ], + 'success' => '製造商恢復成功。' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '您確定要刪除此製造商嗎?', 'error' => '刪除製造商失敗,請重試。', - 'success' => '刪除製造商成功。', - ], + 'success' => '刪除製造商成功。' + ) -]; +); diff --git a/resources/lang/zh-TW/admin/manufacturers/table.php b/resources/lang/zh-TW/admin/manufacturers/table.php index 8d4b2c0bad..12cdd792e8 100644 --- a/resources/lang/zh-TW/admin/manufacturers/table.php +++ b/resources/lang/zh-TW/admin/manufacturers/table.php @@ -1,6 +1,6 @@ '關於製造商', 'about_manufacturers_text' => '廠商是提供您資產的公司,您可以在這裡儲存重要的支援資訊,並顯示在資產的詳細頁面。', 'asset_manufacturers' => '資產製造商', @@ -13,4 +13,4 @@ return [ 'update' => '更新製造商', 'url' => '網址', -]; +); diff --git a/resources/lang/zh-TW/admin/models/general.php b/resources/lang/zh-TW/admin/models/general.php index 8932563bcb..e33f19afd9 100644 --- a/resources/lang/zh-TW/admin/models/general.php +++ b/resources/lang/zh-TW/admin/models/general.php @@ -1,6 +1,6 @@ '關於資產型號', 'about_models_text' => '資產型號是將相同資產分組的一種方式,例如:"MBP 2013"、"iPhone 6s"... 等。', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => '您即將刪除資產型號 :model_count。', 'restore' => '恢復型號', 'requestable' => '使用者可申請此型號', - 'show_mac_address' => '在型號資產中顯示MAC地址', + 'show_mac_address' => '在型號資產中顯示MAC地址', 'view_deleted' => '檢視已刪除', 'view_models' => '檢視型號', 'fieldset' => '欄位集', 'no_custom_field' => '沒有自訂欄位', 'add_default_values' => '新增預設值', -]; +); diff --git a/resources/lang/zh-TW/admin/models/message.php b/resources/lang/zh-TW/admin/models/message.php index d1513fef4d..c64026575a 100644 --- a/resources/lang/zh-TW/admin/models/message.php +++ b/resources/lang/zh-TW/admin/models/message.php @@ -1,41 +1,42 @@ '樣板不存在', 'assoc_users' => '至少還有一個資產與此樣板關聯,目前不能被删除,請在刪除資產後重試。 ', - 'create' => [ + + 'create' => array( 'error' => '新增樣板失敗,請重試。', 'success' => '新增樣板成功。', 'duplicate_set' => '資產名稱、製造商、型號都相同的其它資產樣板已存在。', - ], + ), - 'update' => [ + 'update' => array( 'error' => '更新樣板失敗,請重試。', - 'success' => '更新樣板成功。', - ], + 'success' => '更新樣板成功。' + ), - 'delete' => [ + 'delete' => array( 'confirm' => '您確定要刪除此樣板嗎?', 'error' => '刪除樣板失敗,請重試。', - 'success' => '刪除樣板成功。', - ], + 'success' => '刪除樣板成功。' + ), - 'restore' => [ + 'restore' => array( 'error' => '恢復樣板失敗,請重試。', - 'success' => '恢復樣板成功。', - ], + 'success' => '恢復樣板成功。' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => '沒有欄位被更改,因此沒有更新任何內容。', - 'success' => '樣板已更新。', - ], + 'success' => '樣板已更新。' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => '沒有型號被選擇,因此沒有更新任何內容。', 'success' => ':success_count 個型號已刪除!', - 'success_partial' => ':success_count 個型號被刪除, 但是 :fail_count 無法被刪除, 因為它們仍有與之關聯的資產。', - ], + 'success_partial' => ':success_count 個型號被刪除, 但是 :fail_count 無法被刪除, 因為它們仍有與之關聯的資產。' + ), -]; +); diff --git a/resources/lang/zh-TW/admin/models/table.php b/resources/lang/zh-TW/admin/models/table.php index 001fcaaf71..11b0300a26 100644 --- a/resources/lang/zh-TW/admin/models/table.php +++ b/resources/lang/zh-TW/admin/models/table.php @@ -1,6 +1,6 @@ '新增資產樣板', 'created_at' => '新增於', @@ -14,4 +14,4 @@ return [ 'update' => '更新資產樣板', 'clone' => '複製樣板', 'edit' => '編輯樣板', -]; +); diff --git a/resources/lang/zh-TW/admin/reports/general.php b/resources/lang/zh-TW/admin/reports/general.php index bdee19f2f0..b22d276e4c 100644 --- a/resources/lang/zh-TW/admin/reports/general.php +++ b/resources/lang/zh-TW/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => '請選擇資產報表選項。', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/zh-TW/admin/reports/message.php b/resources/lang/zh-TW/admin/reports/message.php index ee2e2f653a..4c7eedb612 100644 --- a/resources/lang/zh-TW/admin/reports/message.php +++ b/resources/lang/zh-TW/admin/reports/message.php @@ -1,5 +1,5 @@ '您至少要選擇一個選項。', -]; +return array( + 'error' => '您至少要選擇一個選項。' +); diff --git a/resources/lang/zh-TW/admin/settings/general.php b/resources/lang/zh-TW/admin/settings/general.php index 27e2ec7d2a..3417f7cfd8 100644 --- a/resources/lang/zh-TW/admin/settings/general.php +++ b/resources/lang/zh-TW/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => '電子郵件副本', 'admin_cc_email_help' => '如果您想將發送給用戶的繳回/借出電子郵件的副本發送到其他電子郵件帳戶,請在此處輸入。否則,請將此字段留空。', 'is_ad' => '這是AD域伺服器', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => '發送警報', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => '警報已啟用', 'alert_interval' => '警報閾值(天)', 'alert_inv_threshold' => '庫存警報閾值', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => '如果您需要定期對您的資產進行身體審核,請輸入幾個月的時間間隔。', 'audit_warning_days' => '稽核警告閾值', 'audit_warning_days_help' => '當資產到期時,我們應該提前幾天提前審核?', - 'auto_increment_assets' => '產生自動遞增資產ID', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => '前綴(可選)', - 'auto_incrementing_help' => '在啟用自動遞增的資產ID之前設定此處。', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => '備份', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/zh-TW/mail.php b/resources/lang/zh-TW/mail.php index bb9dbc617d..860b87cec5 100644 --- a/resources/lang/zh-TW/mail.php +++ b/resources/lang/zh-TW/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => '這是一封 Snipe-IT 資產管理系統的測試電子郵件,如果您收到,表示郵件通知正常運作 :)', 'the_following_item' => '以下項目已繳回:', 'low_inventory_alert' => '有 :count 種物品已經低於或者接近最小庫存。|有 :count 種物品已經低於或者接近最小庫存。', - 'assets_warrantee_alert' => '有 :count 項資產的保固將在 :threshold 天後到期。|有 :count 項資產的保固將在 :threshold 天後到期。', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => '有 :count 個授權將在 :threshold 天後到期。|有 :count 個授權將在 :threshold 天後到期。', 'to_reset' => '要重設 :web 的密碼,請完成此表單:', 'type' => '類型', diff --git a/resources/lang/zh-TW/pagination.php b/resources/lang/zh-TW/pagination.php index 92b29d3478..88890d5ffa 100644 --- a/resources/lang/zh-TW/pagination.php +++ b/resources/lang/zh-TW/pagination.php @@ -1,6 +1,6 @@ '下一步 »', -]; +); diff --git a/resources/lang/zh-TW/reminders.php b/resources/lang/zh-TW/reminders.php index bb4e4b40d4..7b9710c324 100644 --- a/resources/lang/zh-TW/reminders.php +++ b/resources/lang/zh-TW/reminders.php @@ -1,6 +1,6 @@ '密碼至少需要六個字符,並且與確認欄位相符', + "password" => "密碼至少需要六個字符,並且與確認欄位相符", - 'user' => '使用者名稱或電子郵件地址不正確', + "user" => "使用者名稱或電子郵件地址不正確", - 'token' => '這個密碼重置密鑰無效。', + "token" => "這個密碼重置密鑰無效。", - 'sent' => '如果郵件地址相符,則密碼已經發送。', + "sent" => "如果郵件地址相符,則密碼已經發送。", -]; +); diff --git a/resources/lang/zh-TW/table.php b/resources/lang/zh-TW/table.php index a63ec0ff14..d11fdbabc4 100644 --- a/resources/lang/zh-TW/table.php +++ b/resources/lang/zh-TW/table.php @@ -1,10 +1,10 @@ '操作', 'action' => '操作', 'by' => '經由', 'item' => '項目', -]; +); diff --git a/resources/lang/zh-TW/validation.php b/resources/lang/zh-TW/validation.php index 6a12d0206e..413b6fe0f1 100644 --- a/resources/lang/zh-TW/validation.php +++ b/resources/lang/zh-TW/validation.php @@ -1,6 +1,6 @@ ':attribute 最少要有 :min 個字元', 'array' => ':attribute 最少要有 :min 個項目', ], + 'starts_with' => ':attribute 必須以下列之一做為開頭: :values.', 'not_in' => '選擇的 :attribute 無效', 'numeric' => ':attribute 必須是數字', 'present' => ':屬性字段必須存在。', @@ -88,8 +89,8 @@ return array( 'unique' => ':attribute 已被採用', 'uploaded' => ':attribute 上傳失敗', 'url' => ':attribute 格式不正確', - "unique_undeleted" => ":attribute 必須是唯一值", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => ':attribute 必須是唯一值', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => ":attribute 含有無效字元", - "email_array" => "一個或多個郵件地址不正確", - "hashed_pass" => "當前密碼不正確!", + 'alpha_space' => ':attribute 含有無效字元', + 'email_array' => '一個或多個郵件地址不正確', + 'hashed_pass' => '當前密碼不正確!', 'dumbpwd' => '該密碼太常見。', - "statuslabel_type" => "您必須選擇一個有效的狀態標籤", + 'statuslabel_type' => '您必須選擇一個有效的狀態標籤', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +]; diff --git a/resources/lang/zu/admin/accessories/general.php b/resources/lang/zu/admin/accessories/general.php index 3d76f29689..a8ca617304 100644 --- a/resources/lang/zu/admin/accessories/general.php +++ b/resources/lang/zu/admin/accessories/general.php @@ -1,6 +1,6 @@ 'Isigaba sokufinyelela', 'accessory_name' => 'Igama lokufinyelela', 'checkout' => 'I-Checkout Accessory', @@ -17,4 +17,4 @@ return [ 'use_default_eula' => 'Sebenzisa okungu-kuzenzakalela okuzenzakalelayo ku-EULA kunalokho.', 'use_default_eula_disabled' => ' :db_column
but should be :expected .'
];
diff --git a/resources/lang/zu/admin/custom_fields/message.php b/resources/lang/zu/admin/custom_fields/message.php
index b45cc5108c..d192e5695c 100644
--- a/resources/lang/zu/admin/custom_fields/message.php
+++ b/resources/lang/zu/admin/custom_fields/message.php
@@ -1,52 +1,57 @@
[
+ 'field' => array(
'invalid' => 'Leyo nsiyo ayikho.',
'already_added' => 'Inkambu isivele iseziwe',
- 'create' => [
+ 'create' => array(
'error' => 'Inkundla ayidalwanga, sicela uzame futhi.',
'success' => 'Inkundla idalwe ngempumelelo.',
- 'assoc_success' => 'Inkambu ingezwe ngempumelelo ku-fieldset.',
- ],
+ 'assoc_success' => 'Inkambu ingezwe ngempumelelo ku-fieldset.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Inkambu ayizange ibuyekezwe, sicela uzame futhi',
- 'success' => 'Inkundla ibuyekezwe ngempumelelo.',
- ],
+ 'success' => 'Inkundla ibuyekezwe ngempumelelo.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Uqinisekile ukuthi ufisa ukususa le nsimu?',
'error' => 'Kube nenkinga yokususa insimu. Ngicela uzame futhi.',
'success' => 'Insimu isusiwe ngempumelelo.',
'in_use' => 'Insimu isasebenza.',
- ],
+ )
- ],
+ ),
- 'fieldset' => [
+ 'fieldset' => array(
'does_not_exist' => 'I-Fieldset ayikho',
- 'create' => [
+ 'create' => array(
'error' => 'I-Fieldset ayidalwanga, sicela uzame futhi.',
- 'success' => 'I-Fieldset idalwe ngempumelelo.',
- ],
+ 'success' => 'I-Fieldset idalwe ngempumelelo.'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'I-Fieldset ayizange ibuyekezwe, sicela uzame futhi',
- 'success' => 'I-Fieldset ibuyekezwe ngempumelelo.',
- ],
+ 'success' => 'I-Fieldset ibuyekezwe ngempumelelo.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa lesi sigaba sendawo?',
'error' => 'Kube nenkinga ekususeni ukusethwa kwenkambu. Ngicela uzame futhi.',
'success' => 'I-fieldset isusiwe ngempumelelo.',
'in_use' => 'I-Fieldset isasebenza.',
- ],
+ )
- ],
+ ),
-];
+
+
+
+
+
+);
diff --git a/resources/lang/zu/admin/departments/message.php b/resources/lang/zu/admin/departments/message.php
index b874a87008..bb7f6289a5 100644
--- a/resources/lang/zu/admin/departments/message.php
+++ b/resources/lang/zu/admin/departments/message.php
@@ -1,21 +1,21 @@
'Umnyango awukho.',
'assoc_users' => 'Lo mnyango njengamanje uhlotshaniswa nomsebenzisi oyedwa futhi awukwazi ukususwa. Sicela ubuyekeze abasebenzisi bakho ukuthi bangasaphinde babhekisele kulo mnyango bese uzama futhi.',
- 'create' => [
+ 'create' => array(
'error' => 'Umnyango awuzange wadalwe, sicela uzame futhi.',
- 'success' => 'Umnyango udale ngempumelelo.',
- ],
- 'update' => [
+ 'success' => 'Umnyango udale ngempumelelo.'
+ ),
+ 'update' => array(
'error' => 'Umnyango awubuyekezwanga, sicela uzame futhi',
- 'success' => 'Umnyango ubuyekezwe ngempumelelo.',
- ],
- 'delete' => [
+ 'success' => 'Umnyango ubuyekezwe ngempumelelo.'
+ ),
+ 'delete' => array(
'confirm' => 'Uqinisekile ukuthi ufisa ukususa lo mnyango?',
'error' => 'Kube nenkinga yokususa umnyango. Ngicela uzame futhi.',
- 'success' => 'Umnyango ususwe ngempumelelo.',
- ],
+ 'success' => 'Umnyango ususwe ngempumelelo.'
+ )
-];
+);
diff --git a/resources/lang/zu/admin/departments/table.php b/resources/lang/zu/admin/departments/table.php
index fc2f2b64eb..5e180073b4 100644
--- a/resources/lang/zu/admin/departments/table.php
+++ b/resources/lang/zu/admin/departments/table.php
@@ -1,6 +1,6 @@
'ID',
'name' => 'Igama lomnyango',
@@ -8,4 +8,4 @@ return [
'location' => 'Indawo',
'create' => 'Dala uMnyango',
'update' => 'Umnyango Wokuvuselela',
- ];
+ );
diff --git a/resources/lang/zu/admin/depreciations/general.php b/resources/lang/zu/admin/depreciations/general.php
index 0e5806dcc7..c0e4b11284 100644
--- a/resources/lang/zu/admin/depreciations/general.php
+++ b/resources/lang/zu/admin/depreciations/general.php
@@ -6,8 +6,11 @@ return [
'asset_depreciations' => 'Ukuncishiswa kwempahla',
'create' => 'Dala ukwehla',
'depreciation_name' => 'Igama lokunciphisa',
+ 'depreciation_min' => 'Floor Value of Depreciation',
'number_of_months' => 'Inani lezinyanga',
'update' => 'Buyekeza ukwehla kwenani',
- 'depreciation_min' => 'Minimum Value after Depreciation'
-
+ 'depreciation_min' => 'Minimum Value after Depreciation',
+ 'no_depreciations_warning' => 'Warning:
+ You do not currently have any depreciations set up.
+ Please set up at least one depreciation to view the depreciation report.',
];
diff --git a/resources/lang/zu/admin/depreciations/message.php b/resources/lang/zu/admin/depreciations/message.php
index 5b5503d67e..14ee21b2d2 100644
--- a/resources/lang/zu/admin/depreciations/message.php
+++ b/resources/lang/zu/admin/depreciations/message.php
@@ -1,24 +1,25 @@
'Isigaba sokunciphisa asikho.',
'assoc_users' => 'Lokhu kwehla kwamanje kuhlotshaniswa nomfanekiso oyedwa noma ngaphezulu futhi awukwazi ukususwa. Sicela ususe amamodeli, bese uzama ukususa futhi.',
- 'create' => [
+
+ 'create' => array(
'error' => 'Isigaba sokunciphisa asizange sidalwe, sicela uzame futhi. :(',
- 'success' => 'Isigaba sokunciphisa senziwe ngempumelelo. :)',
- ],
+ 'success' => 'Isigaba sokunciphisa senziwe ngempumelelo. :)'
+ ),
- 'update' => [
+ 'update' => array(
'error' => 'Isigaba sokunciphisa asizange sibuyekezwe, sicela uzame futhi',
- 'success' => 'Isigaba sokunciphisa sibuyekezwe ngempumelelo.',
- ],
+ 'success' => 'Isigaba sokunciphisa sibuyekezwe ngempumelelo.'
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa lesi sigaba sokunciphisa?',
'error' => 'Kube nenkinga yokususa isigaba sokunciphisa. Ngicela uzame futhi.',
- 'success' => 'Isigaba sokunciphisa sisusiwe ngempumelelo.',
- ],
+ 'success' => 'Isigaba sokunciphisa sisusiwe ngempumelelo.'
+ )
-];
+);
diff --git a/resources/lang/zu/admin/depreciations/table.php b/resources/lang/zu/admin/depreciations/table.php
index 03cab40814..8fb4e94e94 100644
--- a/resources/lang/zu/admin/depreciations/table.php
+++ b/resources/lang/zu/admin/depreciations/table.php
@@ -6,5 +6,6 @@ return [
'months' => 'Izinyanga',
'term' => 'Ithemu',
'title' => 'Igama',
+ 'depreciation_min' => 'Floor Value',
];
diff --git a/resources/lang/zu/admin/groups/message.php b/resources/lang/zu/admin/groups/message.php
index 2661ee5256..68c113d4e4 100644
--- a/resources/lang/zu/admin/groups/message.php
+++ b/resources/lang/zu/admin/groups/message.php
@@ -1,22 +1,22 @@
'Iqembu selivele likhona!',
'group_not_found' => 'Iqembu [: id] alikho.',
'group_name_required' => 'Inkambu yegama iyadingeka',
- 'success' => [
+ 'success' => array(
'create' => 'Iqembu ladalwa ngempumelelo.',
'update' => 'Iqembu libuyekezwe ngempumelelo.',
'delete' => 'Iqembu lisusiwe ngempumelelo.',
- ],
+ ),
- 'delete' => [
+ 'delete' => array(
'confirm' => 'Uqinisekile ukuthi ufisa ukususa leli qembu?',
'create' => 'Kube nenkinga yokudala iqembu. Ngicela uzame futhi.',
'update' => 'Kube nenkinga ekuvuseleleni iqembu. Ngicela uzame futhi.',
'delete' => 'Kube nenkinga yokususa iqembu. Ngicela uzame futhi.',
- ],
+ ),
-];
+);
diff --git a/resources/lang/zu/admin/groups/table.php b/resources/lang/zu/admin/groups/table.php
index 803870cd1b..cee780c165 100644
--- a/resources/lang/zu/admin/groups/table.php
+++ b/resources/lang/zu/admin/groups/table.php
@@ -1,9 +1,9 @@
'Id',
'name' => 'Igama',
'users' => 'Abasebenzisi abangu- #',
-];
+);
diff --git a/resources/lang/zu/admin/groups/titles.php b/resources/lang/zu/admin/groups/titles.php
index c6d0138dc5..0e358fe111 100644
--- a/resources/lang/zu/admin/groups/titles.php
+++ b/resources/lang/zu/admin/groups/titles.php
@@ -10,5 +10,7 @@ return [
'group_admin' => 'I-Group Admin',
'allow' => 'Vumela',
'deny' => 'Yeka',
-
+ 'permission' => 'Permission',
+ 'grant' => 'Grant',
+ 'no_permissions' => 'This group has no permissions.'
];
diff --git a/resources/lang/zu/admin/hardware/form.php b/resources/lang/zu/admin/hardware/form.php
index 3fa058ee16..f9d406562f 100644
--- a/resources/lang/zu/admin/hardware/form.php
+++ b/resources/lang/zu/admin/hardware/form.php
@@ -40,4 +40,10 @@ return [
'warranty' => 'Iwaranti',
'warranty_expires' => 'Warranty Expires',
'years' => 'iminyaka',
+ 'asset_location' => 'Update Asset Location',
+ 'asset_location_update_default_current' => 'Update default location AND actual location',
+ 'asset_location_update_default' => 'Update only default location',
+ 'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
+ 'asset_deployable' => 'That status is deployable. This asset can be checked out.',
+ 'processing_spinner' => 'Processing...',
];
diff --git a/resources/lang/zu/admin/hardware/general.php b/resources/lang/zu/admin/hardware/general.php
index 946d1c756d..61c2800d83 100644
--- a/resources/lang/zu/admin/hardware/general.php
+++ b/resources/lang/zu/admin/hardware/general.php
@@ -15,8 +15,29 @@ return [
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
'requestable' => 'Iyadingeka',
'requested' => 'Kuceliwe',
+ 'not_requestable' => 'Not Requestable',
+ 'requestable_status_warning' => 'Do not change requestable status',
'restore' => 'Buyisela imali',
'pending' => 'Kulindile',
'undeployable' => 'Awuvumelekile',
'view' => 'Buka Impahla',
+ 'csv_error' => 'You have an error in your CSV file:',
+ 'import_text' => '
+ + Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the Admin > General Settings. +
+ +Fields included in the CSV must match the headers: Asset Tag, Name, Checkout Date, Checkin Date. Any additional fields will be ignored.
+ +Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.
+ ', + 'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format', + 'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format', + 'csv_import_match_first' => 'Try to match users by first name (jane) format', + 'csv_import_match_email' => 'Try to match users by email as username', + 'csv_import_match_username' => 'Try to match users by username', + 'error_messages' => 'Error messages:', + 'success_messages' => 'Success messages:', + 'alert_details' => 'Please see below for details.', + 'custom_export' => 'Custom Export' ]; diff --git a/resources/lang/zu/admin/hardware/message.php b/resources/lang/zu/admin/hardware/message.php index 61f989f640..3698539b57 100644 --- a/resources/lang/zu/admin/hardware/message.php +++ b/resources/lang/zu/admin/hardware/message.php @@ -4,7 +4,7 @@ return [ 'undeployable' => 'Thola: Lelifa limakwe njengamanje elingenakutholakali. Uma lesi simo sesishintshile, sicela ubuyekeze isimo sesifa.', 'does_not_exist' => 'Impahla ayikho.', - 'does_not_exist_or_not_requestable' => 'Zama okuhle. Lelifa alikho noma aliceli.', + 'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.', 'assoc_users' => 'Leli fayela okwamanje lihlolwe kumsebenzisi futhi alikwazi ukususwa. Sicela uhlole ifa ekuqaleni, bese uzama ukususa futhi.', 'create' => [ @@ -28,6 +28,7 @@ return [ 'success' => 'I-akhawunti yokuthengisa ilandelwe ngempumelelo.', ], + 'deletefile' => [ 'error' => 'Ifayela alisusiwe. Ngicela uzame futhi.', 'success' => 'Ifayili isusiwe ngempumelelo.', @@ -48,6 +49,7 @@ return [ 'file_delete_error' => 'Ifayela alikwazanga ukususwa', ], + 'delete' => [ 'confirm' => 'Uqinisekile ukuthi ufisa ukususa le mali?', 'error' => 'Kube nenkinga yokususa le mali. Ngicela uzame futhi.', diff --git a/resources/lang/zu/admin/hardware/table.php b/resources/lang/zu/admin/hardware/table.php index 06b94ed49f..abf988d9cd 100644 --- a/resources/lang/zu/admin/hardware/table.php +++ b/resources/lang/zu/admin/hardware/table.php @@ -4,10 +4,11 @@ return [ 'asset_tag' => 'Ithegi lefa', 'asset_model' => 'Isibonelo', - 'book_value' => 'Inani', + 'book_value' => 'Current Value', 'change' => 'In / Out', 'checkout_date' => 'Usuku lokuhlola', 'checkoutto' => 'Ikhishiwe', + 'current_value' => 'Current Value', 'diff' => 'Ukuhluka', 'dl_csv' => 'Landa i-CSV', 'eol' => 'I-EOL', @@ -18,8 +19,12 @@ return [ 'serial' => 'Serial', 'status' => 'Isimo', 'title' => 'Impahla', - 'image' => 'Isithombe sedivayisi', + 'image' => 'Isithombe sedivayisi', 'days_without_acceptance' => 'Izinsuku Ngaphandle Kwemukelwa', 'monthly_depreciation' => 'Monthly Depreciation', - + 'assigned_to' => 'Assigned To', + 'requesting_user' => 'Requesting User', + 'requested_date' => 'Requested Date', + 'changed' => 'Changed', + 'icon' => 'Icon', ]; diff --git a/resources/lang/zu/admin/kits/general.php b/resources/lang/zu/admin/kits/general.php index 0dfad82469..f724ecbf07 100644 --- a/resources/lang/zu/admin/kits/general.php +++ b/resources/lang/zu/admin/kits/general.php @@ -13,5 +13,38 @@ return [ 'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ', 'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ', 'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ', - + 'append_accessory' => 'Append Accessory', + 'update_appended_accessory' => 'Update appended Accessory', + 'append_consumable' => 'Append Consumable', + 'update_appended_consumable' => 'Update appended Consumable', + 'append_license' => 'Append license', + 'update_appended_license' => 'Update appended license', + 'append_model' => 'Append model', + 'update_appended_model' => 'Update appended model', + 'license_error' => 'License already attached to kit', + 'license_added_success' => 'License added successfully', + 'license_updated' => 'License was successfully updated', + 'license_none' => 'License does not exist', + 'license_detached' => 'License was successfully detached', + 'consumable_added_success' => 'Consumable added successfully', + 'consumable_updated' => 'Consumable was successfully updated', + 'consumable_error' => 'Consumable already attached to kit', + 'consumable_deleted' => 'Delete was successful', + 'consumable_none' => 'Consumable does not exist', + 'consumable_detached' => 'Consumable was successfully detached', + 'accessory_added_success' => 'Accessory added successfully', + 'accessory_updated' => 'Accessory was successfully updated', + 'accessory_detached' => 'Accessory was successfully detached', + 'accessory_error' => 'Accessory already attached to kit', + 'accessory_deleted' => 'Delete was successful', + 'accessory_none' => 'Accessory does not exist', + 'checkout_success' => 'Checkout was successful', + 'checkout_error' => 'Checkout error', + 'kit_none' => 'Kit does not exist', + 'kit_created' => 'Kit was successfully created', + 'kit_updated' => 'Kit was successfully updated', + 'kit_not_found' => 'Kit not found', + 'kit_deleted' => 'Kit was successfully deleted', + 'kit_model_updated' => 'Model was successfully updated', + 'kit_model_detached' => 'Model was successfully detached', ]; diff --git a/resources/lang/zu/admin/licenses/form.php b/resources/lang/zu/admin/licenses/form.php index 751b5fff45..c90f4d5665 100644 --- a/resources/lang/zu/admin/licenses/form.php +++ b/resources/lang/zu/admin/licenses/form.php @@ -1,6 +1,6 @@ 'Impahla', 'checkin' => 'Ngena', @@ -18,5 +18,5 @@ return [ 'to_email' => 'Ilayisensi ye-imeyili', 'to_name' => 'Ilayisensi Yegama', 'update' => 'Buyekeza i-License', - 'checkout_help' => 'Kumele uhlole ilayisense ku-hardware yefa noma umuntu. Ungakhetha kokubili, kodwa umnikazi wefa kufanele afane nomuntu ohlola ifa lakho.', -]; + 'checkout_help' => 'Kumele uhlole ilayisense ku-hardware yefa noma umuntu. Ungakhetha kokubili, kodwa umnikazi wefa kufanele afane nomuntu ohlola ifa lakho.' +); diff --git a/resources/lang/zu/admin/licenses/general.php b/resources/lang/zu/admin/licenses/general.php index b128eb41aa..7de97daf4c 100644 --- a/resources/lang/zu/admin/licenses/general.php +++ b/resources/lang/zu/admin/licenses/general.php @@ -1,6 +1,6 @@ 'Mayelana namalayisense', 'about_licenses' => 'Amalayisensi asetshenziselwa ukulandelela isofthiwe. Unenombolo ecacisiwe yezihlalo ezingahlolwa kubantu ngabanye', 'checkin' => 'Isikhundla selayisensi ye-Checkin', @@ -18,4 +18,4 @@ return [ 'software_licenses' => 'Ilayisense Yezinhlelo', 'user' => 'Umsebenzisi', 'view' => 'Buka ilayisense', -]; +); diff --git a/resources/lang/zu/admin/licenses/message.php b/resources/lang/zu/admin/licenses/message.php index 2c34fbe045..964eb6c0ae 100644 --- a/resources/lang/zu/admin/licenses/message.php +++ b/resources/lang/zu/admin/licenses/message.php @@ -1,6 +1,6 @@ 'Ilayisense ayikho.', 'user_does_not_exist' => 'Umsebenzisi akakho.', @@ -10,42 +10,43 @@ return [ 'select_asset_or_person' => 'Kumele ukhethe ifa noma umsebenzisi, kodwa hhayi kokubili.', 'not_found' => 'License not found', - 'create' => [ - 'error' => 'Ilayisensi ayidalwanga, sicela uzame futhi.', - 'success' => 'Ilayisense idaliwe ngempumelelo.', - ], - 'deletefile' => [ + 'create' => array( + 'error' => 'Ilayisensi ayidalwanga, sicela uzame futhi.', + 'success' => 'Ilayisense idaliwe ngempumelelo.' + ), + + 'deletefile' => array( 'error' => 'Ifayela alisusiwe. Ngicela uzame futhi.', 'success' => 'Ifayili isusiwe ngempumelelo.', - ], + ), - 'upload' => [ + 'upload' => array( 'error' => 'Amafayela (ama) awalayishiwe. Ngicela uzame futhi.', 'success' => 'Amafayela (ama) alayishwe ngempumelelo.', 'nofiles' => 'Awukakhethi noma yimaphi amafayela okulayishwa, noma ifayela ozama ukulilayisha likhulu kakhulu', 'invalidfiles' => 'Ifayela elilodwa noma ngaphezulu likhulu kakhulu noma ifayelathi engavumelekile. Amafayela afakiwe avunyelwe ama-png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, rar, rtf, xml, nelayisensi.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Ilayisensi ayizange ibuyekezwe, sicela uzame futhi', - 'success' => 'Ilayisensi ibuyekezwe ngempumelelo.', - ], + 'success' => 'Ilayisensi ibuyekezwe ngempumelelo.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Uqinisekile ukuthi ufisa ukususa le layisensi?', 'error' => 'Kube nenkinga yokususa ilayisense. Ngicela uzame futhi.', - 'success' => 'Ilayisense isusiwe ngempumelelo.', - ], + 'success' => 'Ilayisense isusiwe ngempumelelo.' + ), - 'checkout' => [ + 'checkout' => array( 'error' => 'Kube nenkinga yokuhlola ilayisense. Ngicela uzame futhi.', - 'success' => 'Ilayisensi yahlolwa ngokuphumelelayo', - ], + 'success' => 'Ilayisensi yahlolwa ngokuphumelelayo' + ), - 'checkin' => [ + 'checkin' => array( 'error' => 'Kube nenkinga ekuhloleni ilayisense. Ngicela uzame futhi.', - 'success' => 'Ilayisensi ihlolwe ngempumelelo', - ], + 'success' => 'Ilayisensi ihlolwe ngempumelelo' + ), -]; +); diff --git a/resources/lang/zu/admin/licenses/table.php b/resources/lang/zu/admin/licenses/table.php index 8742a81e17..2617943682 100644 --- a/resources/lang/zu/admin/licenses/table.php +++ b/resources/lang/zu/admin/licenses/table.php @@ -1,6 +1,6 @@ 'Kwabiwa Ku', 'checkout' => 'In / Out', @@ -14,4 +14,4 @@ return [ 'serial' => 'Serial', 'title' => 'Ilayisensi', -]; +); diff --git a/resources/lang/zu/admin/locations/message.php b/resources/lang/zu/admin/locations/message.php index bc04ae6ef7..38fa033e9c 100644 --- a/resources/lang/zu/admin/locations/message.php +++ b/resources/lang/zu/admin/locations/message.php @@ -1,26 +1,27 @@ 'Indawo ayikho.', 'assoc_users' => 'Le ndawo okwamanje ihlobene nomsebenzisi oyedwa futhi ayikwazi ukususwa. Sicela ubuyekeze abasebenzisi bakho ukuba bangabe besayibhekisela kule ndawo bese uzama futhi.', 'assoc_assets' => 'Le ndawo okwamanje ihlotshaniswa okungenani nefa elilodwa futhi ayikwazi ukususwa. Sicela ubuyekeze izimpahla zakho ukuze ungasaphinde ubhekise le ndawo futhi uzame futhi.', 'assoc_child_loc' => 'Le ndawo okwamanje ungumzali okungenani indawo eyodwa yengane futhi ayikwazi ukususwa. Sicela ubuyekeze izindawo zakho ukuze ungasaphinde ubhekisele kule ndawo bese uyazama futhi.', - 'create' => [ + + 'create' => array( 'error' => 'Indawo ayidalwanga, sicela uzame futhi.', - 'success' => 'Indawo idalwe ngempumelelo.', - ], + 'success' => 'Indawo idalwe ngempumelelo.' + ), - 'update' => [ + 'update' => array( 'error' => 'Indawo ayizange ibuyekezwe, sicela uzame futhi', - 'success' => 'Indawo ibuyekezwe ngempumelelo.', - ], + 'success' => 'Indawo ibuyekezwe ngempumelelo.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Uqinisekile ukuthi ufisa ukususa le ndawo?', 'error' => 'Kube nenkinga ekususeni indawo. Ngicela uzame futhi.', - 'success' => 'Indawo isusiwe ngempumelelo.', - ], + 'success' => 'Indawo isusiwe ngempumelelo.' + ) -]; +); diff --git a/resources/lang/zu/admin/locations/table.php b/resources/lang/zu/admin/locations/table.php index 7313440414..a490897c0c 100644 --- a/resources/lang/zu/admin/locations/table.php +++ b/resources/lang/zu/admin/locations/table.php @@ -20,4 +20,21 @@ return [ 'parent' => 'Umzali', 'currency' => 'Imali Yendawo', 'ldap_ou' => 'Usesho lwe-LDAP OU', - ]; + 'user_name' => 'User Name', + 'department' => 'Department', + 'location' => 'Location', + 'asset_tag' => 'Assets Tag', + 'asset_name' => 'Name', + 'asset_category' => 'Category', + 'asset_manufacturer' => 'Manufacturer', + 'asset_model' => 'Model', + 'asset_serial' => 'Serial', + 'asset_location' => 'Location', + 'asset_checked_out' => 'Checked Out', + 'asset_expected_checkin' => 'Expected Checkin', + 'date' => 'Date:', + 'signed_by_asset_auditor' => 'Signed By (Asset Auditor):', + 'signed_by_finance_auditor' => 'Signed By (Finance Auditor):', + 'signed_by_location_manager' => 'Signed By (Location Manager):', + 'signed_by' => 'Signed Off By:', +]; diff --git a/resources/lang/zu/admin/manufacturers/message.php b/resources/lang/zu/admin/manufacturers/message.php index aa2cd04f04..8a84d0ace0 100644 --- a/resources/lang/zu/admin/manufacturers/message.php +++ b/resources/lang/zu/admin/manufacturers/message.php @@ -1,29 +1,29 @@ 'Umkhiqizi akekho.', 'assoc_users' => 'Lo menzi okwamanje uhlotshaniswa okungenani oyisibonelo esisodwa futhi angeke asuswe. Sicela ubuyekeze amamodeli akho ukuba angasaphinde abhekisele kulo mkhiqizi futhi uzame futhi.', - 'create' => [ + 'create' => array( 'error' => 'Umkhiqizi akazange adalwe, sicela uzame futhi.', - 'success' => 'Umkhiqizi wadalwa ngempumelelo.', - ], + 'success' => 'Umkhiqizi wadalwa ngempumelelo.' + ), - 'update' => [ + 'update' => array( 'error' => 'Umkhiqizi akabuyekezwanga, sicela uzame futhi', - 'success' => 'Umkhiqizi ubuyekezwe ngempumelelo.', - ], + 'success' => 'Umkhiqizi ubuyekezwe ngempumelelo.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Manufacturer was not restored, please try again', - 'success' => 'Manufacturer restored successfully.', - ], + 'success' => 'Manufacturer restored successfully.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Uqinisekile ukuthi ufisa ukususa lo menzi?', 'error' => 'Kube nenkinga yokususa umenzi. Ngicela uzame futhi.', - 'success' => 'Umkhiqizi ususiwe ngempumelelo.', - ], + 'success' => 'Umkhiqizi ususiwe ngempumelelo.' + ) -]; +); diff --git a/resources/lang/zu/admin/manufacturers/table.php b/resources/lang/zu/admin/manufacturers/table.php index 6a2dde8f0c..181e478849 100644 --- a/resources/lang/zu/admin/manufacturers/table.php +++ b/resources/lang/zu/admin/manufacturers/table.php @@ -1,6 +1,6 @@ 'Mayelana nabakhiqizi', 'about_manufacturers_text' => 'Abakhiqizi yizinkampani ezidala izimpahla zakho. Ungagcina imininingwane ebalulekile yokuxhumana yokusekela mayelana nabo lapha, ezoboniswa kumakhasi wakho imininingwane yempahla.', 'asset_manufacturers' => 'Abakhiqizi befa', @@ -13,4 +13,4 @@ return [ 'update' => 'Buyekeza umkhiqizi', 'url' => 'I-URL', -]; +); diff --git a/resources/lang/zu/admin/models/general.php b/resources/lang/zu/admin/models/general.php index 7c7941bfaf..c58ed3b775 100644 --- a/resources/lang/zu/admin/models/general.php +++ b/resources/lang/zu/admin/models/general.php @@ -1,6 +1,6 @@ 'Mayelana namamodeli asefa', 'about_models_text' => 'Amamodeli asefa kuyindlela yokuqoqa amafa afanayo. "MBP 2013", "IPhone 6s", njll.', 'deleted' => 'This model has been deleted.', @@ -9,10 +9,10 @@ return [ 'bulk_delete_warn' => 'You are about to delete :model_count asset models.', 'restore' => 'Buyisela Isibonelo', 'requestable' => 'Abasebenzisi bangacela lesi model', - 'show_mac_address' => 'Khombisa inkambu yekheli le-MAC kumpahla kule model', + 'show_mac_address' => 'Khombisa inkambu yekheli le-MAC kumpahla kule model', 'view_deleted' => 'Buka ukususiwe', 'view_models' => 'Buka amamodeli', 'fieldset' => 'Fieldset', 'no_custom_field' => 'Awekho amasimu wangokwezifiso', 'add_default_values' => 'Add default values', -]; +); diff --git a/resources/lang/zu/admin/models/message.php b/resources/lang/zu/admin/models/message.php index c16ad243da..199d47d682 100644 --- a/resources/lang/zu/admin/models/message.php +++ b/resources/lang/zu/admin/models/message.php @@ -1,41 +1,42 @@ 'Isibonelo asikho.', 'assoc_users' => 'Lo modeli okwamanje uhlotshaniswa nefa elilodwa noma ngaphezulu futhi alinakususwa. Sicela ususe amafa, bese uzama ukususa futhi.', - 'create' => [ + + 'create' => array( 'error' => 'Isibonelo asizange sidalwe, sicela uzame futhi.', 'success' => 'Isibonelo sidalwe ngempumelelo.', 'duplicate_set' => 'Imodeli yezimpahla ngelo gama, umkhiqizi kanye nenombolo yomodeli kakade ikhona.', - ], + ), - 'update' => [ + 'update' => array( 'error' => 'Isibonelo asibuyekezwanga, sicela uzame futhi', - 'success' => 'Isibonelo sibuyekezwe ngempumelelo.', - ], + 'success' => 'Isibonelo sibuyekezwe ngempumelelo.' + ), - 'delete' => [ + 'delete' => array( 'confirm' => 'Ingabe uqinisekile ukuthi ufisa ukususa le model?', 'error' => 'Kube nenkinga yokususa imodeli. Ngicela uzame futhi.', - 'success' => 'Imodeli isusiwe ngempumelelo.', - ], + 'success' => 'Imodeli isusiwe ngempumelelo.' + ), - 'restore' => [ + 'restore' => array( 'error' => 'Isibonelo asibuyisiwe, sicela uzame futhi', - 'success' => 'Isibonelo sibuyiselwe ngempumelelo.', - ], + 'success' => 'Isibonelo sibuyiselwe ngempumelelo.' + ), - 'bulkedit' => [ + 'bulkedit' => array( 'error' => 'Azikho amasimu ashintshiwe, ngakho akukho lutho olubuyekeziwe.', - 'success' => 'Amamodeli abuyekeziwe.', - ], + 'success' => 'Amamodeli abuyekeziwe.' + ), - 'bulkdelete' => [ + 'bulkdelete' => array( 'error' => 'No models were selected, so nothing was deleted.', 'success' => ':success_count model(s) deleted!', - 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.', - ], + 'success_partial' => ':success_count model(s) were deleted, however :fail_count were unable to be deleted because they still have assets associated with them.' + ), -]; +); diff --git a/resources/lang/zu/admin/models/table.php b/resources/lang/zu/admin/models/table.php index c2dde189c7..a3b43f07d8 100644 --- a/resources/lang/zu/admin/models/table.php +++ b/resources/lang/zu/admin/models/table.php @@ -1,6 +1,6 @@ 'Dala i-Asset Model', 'created_at' => 'Kudalwe ngaso', @@ -14,4 +14,4 @@ return [ 'update' => 'Buyekeza i-Asset Model', 'clone' => 'I-Clone Model', 'edit' => 'Hlela Isibonelo', -]; +); diff --git a/resources/lang/zu/admin/reports/general.php b/resources/lang/zu/admin/reports/general.php index ae19199ab1..88f8738954 100644 --- a/resources/lang/zu/admin/reports/general.php +++ b/resources/lang/zu/admin/reports/general.php @@ -2,4 +2,9 @@ return [ 'info' => 'Khetha okukhethwa kukho okufunayo kumbiko wakho wefa.', -]; + 'deleted_user' => 'Deleted user', + 'send_reminder' => 'Send reminder', + 'reminder_sent' => 'Reminder sent', + 'acceptance_deleted' => 'Acceptance request deleted', + 'acceptance_request' => 'Acceptance request' +]; \ No newline at end of file diff --git a/resources/lang/zu/admin/reports/message.php b/resources/lang/zu/admin/reports/message.php index 824397c3c0..24b5d7bfe2 100644 --- a/resources/lang/zu/admin/reports/message.php +++ b/resources/lang/zu/admin/reports/message.php @@ -1,5 +1,5 @@ 'Kumele ukhethe okungenani ukhetho olulodwa.', -]; +return array( + 'error' => 'Kumele ukhethe okungenani ukhetho olulodwa.' +); diff --git a/resources/lang/zu/admin/settings/general.php b/resources/lang/zu/admin/settings/general.php index 17368c593b..a976ed5000 100644 --- a/resources/lang/zu/admin/settings/general.php +++ b/resources/lang/zu/admin/settings/general.php @@ -10,7 +10,10 @@ return [ 'admin_cc_email' => 'CC Email', 'admin_cc_email_help' => 'If you would like to send a copy of checkin/checkout emails that are sent to users to an additional email account, enter it here. Otherwise leave this field blank.', 'is_ad' => 'Lena iseva ye-Active Directory', + 'alerts' => 'Alerts', + 'alert_title' => 'Update Alert Settings', 'alert_email' => 'Thumela izexwayiso ku', + 'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated', 'alerts_enabled' => 'Izaziso zivuliwe', 'alert_interval' => 'Ukuphelelwa yisikhathi kwe-Alerts Threshold (ezinsukwini)', 'alert_inv_threshold' => 'Inventory Alert Threshold', @@ -21,10 +24,16 @@ return [ 'audit_interval_help' => 'Uma kudingeka ukuba uhlole amafa akho njalo ngokomzimba, faka isikhashana ezinyangeni.', 'audit_warning_days' => 'I-Audit Warning Threshold', 'audit_warning_days_help' => 'Zingaki izinsuku kusengaphambili kufanele sikuxwayise uma izimpahla zifanele ukuhlolwa?', - 'auto_increment_assets' => 'Qalisa ama-ID wefa lokuthuthukisa okuzenzakalelayo', + 'auto_increment_assets' => 'Generate auto-incrementing asset tags', 'auto_increment_prefix' => 'Isiqalo (okukhethwa kukho)', - 'auto_incrementing_help' => 'Nika amandla ama-ID we-asethi okukhulisa ngokuzenzakalela kuqala ukusetha lokhu', + 'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this', 'backups' => 'Izipele', + 'backups_restoring' => 'Restoring from Backup', + 'backups_upload' => 'Upload Backup', + 'backups_path' => 'Backups on the server are stored in:path
',
+ 'backups_restore_warning' => 'Use the restore button to restore from a previous backup. (This does not currently work with S3 file storage or Docker.Select the fields you would like to include in your custom report, and click Generate. The file (custom-asset-report-YYYY-mm-dd.csv) will download automatically, and you can open it in Excel.
+If you would like to export only certain assets, use the options below to fine-tune your results.
', + 'range' => 'Range', + 'bom_remark' => 'Add a BOM (byte-order mark) to this CSV', + 'improvements' => 'Improvements', + 'information' => 'Information', + 'permissions' => 'Permissions', + 'managed_ldap' => '(Managed via LDAP)', + 'export' => 'Export', + 'ldap_sync' => 'LDAP Sync', + 'ldap_user_sync' => 'LDAP User Sync', + 'synchronize' => 'Synchronize', + 'sync_results' => 'Synchronization Results', + 'license_serial' => 'Serial/Product Key', + 'invalid_category' => 'Invalid category', + 'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.', + '60_percent_warning' => '60% Complete (warning)', + 'dashboard_empty' => 'It looks like you haven not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!', + 'new_asset' => 'New Asset', + 'new_license' => 'New License', + 'new_accessory' => 'New Accessory', + 'new_consumable' => 'New Consumable', + 'collapse' => 'Collapse', + 'assigned' => 'Assigned', + 'asset_count' => 'Asset Count', + 'accessories_count' => 'Accessories Count', + 'consumables_count' => 'Consumables Count', + 'components_count' => 'Components Count', + 'licenses_count' => 'Licenses Count', + 'notification_error' => 'Error:', + 'notification_error_hint' => 'Please check the form below for errors', + 'notification_success' => 'Success:', + 'notification_warning' => 'Warning:', + 'notification_info' => 'Info:', + 'asset_information' => 'Asset Information', + 'model_name' => 'Model Name:', + 'asset_name' => 'Asset Name:', + 'consumable_information' => 'Consumable Information:', + 'consumable_name' => 'Consumable Name:', + 'accessory_information' => 'Accessory Information:', + 'accessory_name' => 'Accessory Name:', + 'clone_item' => 'Clone Item', + 'checkout_tooltip' => 'Check this item out', + 'checkin_tooltip' => 'Check this item in', + 'checkout_user_tooltip' => 'Check this item out to a user', +]; diff --git a/resources/lang/zu/mail.php b/resources/lang/zu/mail.php index 79f85a8aa6..5d693ee3c5 100644 --- a/resources/lang/zu/mail.php +++ b/resources/lang/zu/mail.php @@ -59,7 +59,7 @@ return [ 'test_mail_text' => 'Lokhu kuhlolwa kusuka ohlelweni lwezokuphathwa kwe-Asset ye-Snipe-IT. Uma unalokhu, i-imeyili isebenza :)', 'the_following_item' => 'Into elandelayo ihloliwe ku:', 'low_inventory_alert' => 'There is :count item that is below minimum inventory or will soon be low.|There are :count items that are below minimum inventory or will soon be low.', - 'assets_warrantee_alert' => 'There is :count asset with a warrantee expiring in the next :threshold days.|There are :count assets with warrantees expiring in the next :threshold days.', + 'assets_warrantee_alert' => 'There is :count asset with a warranty expiring in the next :threshold days.|There are :count assets with warranties expiring in the next :threshold days.', 'license_expiring_alert' => 'There is :count license expiring in the next :threshold days.|There are :count licenses expiring in the next :threshold days.', 'to_reset' => 'Ukuze usethe kabusha: iphasiwedi yewebhu, ugcwalise leli fomu:', 'type' => 'Thayipha', diff --git a/resources/lang/zu/pagination.php b/resources/lang/zu/pagination.php index c4126c053f..196495c2f5 100644 --- a/resources/lang/zu/pagination.php +++ b/resources/lang/zu/pagination.php @@ -1,6 +1,6 @@ 'Okulandelayo »', -]; +); diff --git a/resources/lang/zu/reminders.php b/resources/lang/zu/reminders.php index 95a8fb5e9d..2f0478748d 100644 --- a/resources/lang/zu/reminders.php +++ b/resources/lang/zu/reminders.php @@ -1,6 +1,6 @@ 'Amaphasiwedi kufanele abe izinhlamvu eziyisithupha futhi afane nokuqinisekiswa.', + "password" => "Amaphasiwedi kufanele abe izinhlamvu eziyisithupha futhi afane nokuqinisekiswa.", - 'user' => 'Igama lomsebenzisi noma ikheli le-imeyili alilungile', + "user" => "Igama lomsebenzisi noma ikheli le-imeyili alilungile", - 'token' => 'Le ithokheni yokusetha kabusha iphasiwedi ayivumelekile.', + "token" => "Le ithokheni yokusetha kabusha iphasiwedi ayivumelekile.", - 'sent' => 'Uma ikheli le-imeyili elifanayo litholakala, isikhumbuzi sephasiwedi sithunyelwe!', + "sent" => "Uma ikheli le-imeyili elifanayo litholakala, isikhumbuzi sephasiwedi sithunyelwe!", -]; +); diff --git a/resources/lang/zu/table.php b/resources/lang/zu/table.php index 5bf95cc99a..0797bd00f3 100644 --- a/resources/lang/zu/table.php +++ b/resources/lang/zu/table.php @@ -1,10 +1,10 @@ 'Izenzo', 'action' => 'Isenzo', 'by' => 'Ngu', 'item' => 'Into', -]; +); diff --git a/resources/lang/zu/validation.php b/resources/lang/zu/validation.php index 5372e41abf..901a82dce5 100644 --- a/resources/lang/zu/validation.php +++ b/resources/lang/zu/validation.php @@ -1,6 +1,6 @@ 'I: imfanelo kufanele ibe okungenani: izinhlamvu ezincane.', 'array' => 'I: i-attribut kumele ibe okungenani: min min.', ], + 'starts_with' => 'The :attribute must start with one of the following: :values.', 'not_in' => 'Okukhethiwe: imfanelo ayivumelekile.', 'numeric' => 'I: imfanelo kufanele ibe inombolo.', 'present' => 'I: insimu yemfanelo kufanele ibe khona.', @@ -88,8 +89,8 @@ return array( 'unique' => 'I: imfanelo isivele ithathwe.', 'uploaded' => 'I: imfanelo ayihlulekile ukulayisha.', 'url' => 'I: ifomethi yokwaziswa ayivumelekile.', - "unique_undeleted" => "The :attribute must be unique.", - "non_circular" => "The :attribute must not create a circular reference.", + 'unique_undeleted' => 'The :attribute must be unique.', + 'non_circular' => 'The :attribute must not create a circular reference.', /* |-------------------------------------------------------------------------- @@ -102,7 +103,6 @@ return array( | */ - /* |-------------------------------------------------------------------------- | Custom Validation Language Lines @@ -115,11 +115,11 @@ return array( */ 'custom' => [ - 'alpha_space' => "I: Insimu yemfanelo iqukethe umlingiswa ongavunyelwe.", - "email_array" => "Ikheli elilodwa noma ngaphezulu le-imeyili alivumelekile.", - "hashed_pass" => "Iphasiwedi yakho yamanje ayilungile", + 'alpha_space' => 'I: Insimu yemfanelo iqukethe umlingiswa ongavunyelwe.', + 'email_array' => 'Ikheli elilodwa noma ngaphezulu le-imeyili alivumelekile.', + 'hashed_pass' => 'Iphasiwedi yakho yamanje ayilungile', 'dumbpwd' => 'Lelo phasiwedi livame kakhulu.', - "statuslabel_type" => "Kumele ukhethe uhlobo lwelebula lesimo esivumelekile", + 'statuslabel_type' => 'Kumele ukhethe uhlobo lwelebula lesimo esivumelekile', ], /* @@ -135,4 +135,4 @@ return array( 'attributes' => [], -); +];