mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Updated translations with new strings and new translations
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
248eb0885c
commit
a0b05bac8d
|
@ -13,7 +13,8 @@ return array(
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Kategorie is nie opgedateer nie, probeer asseblief weer',
|
'error' => 'Kategorie is nie opgedateer nie, probeer asseblief weer',
|
||||||
'success' => 'Kategorie suksesvol opgedateer.'
|
'success' => 'Kategorie suksesvol opgedateer.',
|
||||||
|
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
|
|
|
@ -12,4 +12,5 @@ return array(
|
||||||
'remaining' => 'oorblywende',
|
'remaining' => 'oorblywende',
|
||||||
'total' => 'totale',
|
'total' => 'totale',
|
||||||
'update' => 'Opdateer komponent',
|
'update' => 'Opdateer komponent',
|
||||||
|
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
||||||
);
|
);
|
||||||
|
|
|
@ -27,6 +27,9 @@ return [
|
||||||
'used_by_models' => 'Gebruik deur modelle',
|
'used_by_models' => 'Gebruik deur modelle',
|
||||||
'order' => 'Orde',
|
'order' => 'Orde',
|
||||||
'create_fieldset' => 'Nuwe Fieldset',
|
'create_fieldset' => 'Nuwe Fieldset',
|
||||||
|
'update_fieldset' => 'Update Fieldset',
|
||||||
|
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
|
||||||
|
'fieldset_updated' => 'Fieldset updated',
|
||||||
'create_fieldset_title' => 'Create a new fieldset',
|
'create_fieldset_title' => 'Create a new fieldset',
|
||||||
'create_field' => 'Nuwe aangepaste veld',
|
'create_field' => 'Nuwe aangepaste veld',
|
||||||
'create_field_title' => 'Create a new custom field',
|
'create_field_title' => 'Create a new custom field',
|
||||||
|
|
|
@ -14,6 +14,8 @@ return [
|
||||||
'deleted' => 'This asset has been deleted.',
|
'deleted' => 'This asset has been deleted.',
|
||||||
'edit' => 'Wysig bate',
|
'edit' => 'Wysig bate',
|
||||||
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
||||||
|
'model_invalid' => 'The Model of this Asset is invalid.',
|
||||||
|
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
|
||||||
'requestable' => 'Requestable',
|
'requestable' => 'Requestable',
|
||||||
'requested' => 'versoek',
|
'requested' => 'versoek',
|
||||||
'not_requestable' => 'Not Requestable',
|
'not_requestable' => 'Not Requestable',
|
||||||
|
|
|
@ -48,6 +48,8 @@ return [
|
||||||
'success' => 'Jou lêer is ingevoer',
|
'success' => 'Jou lêer is ingevoer',
|
||||||
'file_delete_success' => 'Jou lêer is suksesvol verwyder',
|
'file_delete_success' => 'Jou lêer is suksesvol verwyder',
|
||||||
'file_delete_error' => 'Die lêer kon nie uitgevee word nie',
|
'file_delete_error' => 'Die lêer kon nie uitgevee word nie',
|
||||||
|
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
|
||||||
|
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Model bestaan nie.',
|
'does_not_exist' => 'Model bestaan nie.',
|
||||||
|
'no_association' => 'NO MODEL ASSOCIATED.',
|
||||||
|
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||||
'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.',
|
'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.',
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -77,6 +77,7 @@ return [
|
||||||
'ldap' => 'LDAP',
|
'ldap' => 'LDAP',
|
||||||
'ldap_default_group' => 'Default Permissions Group',
|
'ldap_default_group' => 'Default Permissions Group',
|
||||||
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
|
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
|
||||||
|
'no_default_group' => 'No Default Group',
|
||||||
'ldap_help' => 'LDAP/Active Directory',
|
'ldap_help' => 'LDAP/Active Directory',
|
||||||
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
||||||
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
||||||
|
|
|
@ -38,6 +38,7 @@ return [
|
||||||
'success_pt1' => 'Success! Check the ',
|
'success_pt1' => 'Success! Check the ',
|
||||||
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
||||||
'500' => '500 Server Error.',
|
'500' => '500 Server Error.',
|
||||||
'error' => 'Something went wrong.',
|
'error' => 'Something went wrong. Slack responded with: :error_message',
|
||||||
|
'error_misc' => 'Something went wrong. :( ',
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
|
@ -41,4 +41,4 @@ return [
|
||||||
'remote' => 'Remote',
|
'remote' => 'Remote',
|
||||||
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
||||||
'not_remote_label' => 'This is not a remote user',
|
'not_remote_label' => 'This is not a remote user',
|
||||||
];
|
];
|
|
@ -256,6 +256,7 @@ return [
|
||||||
'UK'=>'Scotland',
|
'UK'=>'Scotland',
|
||||||
'SB'=>'Solomon Islands',
|
'SB'=>'Solomon Islands',
|
||||||
'SC'=>'Seychelles',
|
'SC'=>'Seychelles',
|
||||||
|
'SS'=>'South Sudan',
|
||||||
'SD'=>'Sudan',
|
'SD'=>'Sudan',
|
||||||
'SE'=>'Sweden',
|
'SE'=>'Sweden',
|
||||||
'SG'=>'Singapore',
|
'SG'=>'Singapore',
|
||||||
|
|
|
@ -43,6 +43,7 @@ return [
|
||||||
'login_first_admin' => 'Teken in op jou nuwe Snipe-IT-installasie deur die volgende inligting te gebruik:',
|
'login_first_admin' => 'Teken in op jou nuwe Snipe-IT-installasie deur die volgende inligting te gebruik:',
|
||||||
'login' => 'Teken aan:',
|
'login' => 'Teken aan:',
|
||||||
'Low_Inventory_Report' => 'Lae voorraadverslag',
|
'Low_Inventory_Report' => 'Lae voorraadverslag',
|
||||||
|
'inventory_report' => 'Inventory Report',
|
||||||
'min_QTY' => 'Min QTY',
|
'min_QTY' => 'Min QTY',
|
||||||
'name' => 'naam',
|
'name' => 'naam',
|
||||||
'new_item_checked' => '\'N Nuwe item is onder u naam nagegaan, besonderhede is hieronder.',
|
'new_item_checked' => '\'N Nuwe item is onder u naam nagegaan, besonderhede is hieronder.',
|
||||||
|
@ -78,4 +79,5 @@ return [
|
||||||
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
|
'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',
|
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
|
||||||
'your_assets' => 'View Your Assets',
|
'your_assets' => 'View Your Assets',
|
||||||
|
'rights_reserved' => 'All rights reserved.',
|
||||||
];
|
];
|
||||||
|
|
|
@ -103,17 +103,6 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Custom Validation Language Lines
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Here you may specify custom validation messages for attributes using the
|
|
||||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
|
||||||
| specify a specific custom language line for a given attribute rule.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Custom Validation Language Lines
|
| Custom Validation Language Lines
|
||||||
|
@ -131,6 +120,18 @@ return [
|
||||||
'hashed_pass' => 'Jou huidige wagwoord is verkeerd',
|
'hashed_pass' => 'Jou huidige wagwoord is verkeerd',
|
||||||
'dumbpwd' => 'Daardie wagwoord is te algemeen.',
|
'dumbpwd' => 'Daardie wagwoord is te algemeen.',
|
||||||
'statuslabel_type' => 'U moet \'n geldige statusetiket tipe kies',
|
'statuslabel_type' => 'U moet \'n geldige statusetiket tipe kies',
|
||||||
|
|
||||||
|
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
|
||||||
|
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
|
||||||
|
// people won't know how to format.
|
||||||
|
'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
|
||||||
|
'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -13,7 +13,8 @@ return array(
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Category was not updated, please try again',
|
'error' => 'Category was not updated, please try again',
|
||||||
'success' => 'Category updated successfully.'
|
'success' => 'Category updated successfully.',
|
||||||
|
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
|
|
|
@ -12,4 +12,5 @@ return array(
|
||||||
'remaining' => 'Remaining',
|
'remaining' => 'Remaining',
|
||||||
'total' => 'Total',
|
'total' => 'Total',
|
||||||
'update' => 'Update Component',
|
'update' => 'Update Component',
|
||||||
|
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
||||||
);
|
);
|
||||||
|
|
|
@ -27,6 +27,9 @@ return [
|
||||||
'used_by_models' => 'Used By Models',
|
'used_by_models' => 'Used By Models',
|
||||||
'order' => 'Order',
|
'order' => 'Order',
|
||||||
'create_fieldset' => 'New Fieldset',
|
'create_fieldset' => 'New Fieldset',
|
||||||
|
'update_fieldset' => 'Update Fieldset',
|
||||||
|
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
|
||||||
|
'fieldset_updated' => 'Fieldset updated',
|
||||||
'create_fieldset_title' => 'Create a new fieldset',
|
'create_fieldset_title' => 'Create a new fieldset',
|
||||||
'create_field' => 'New Custom Field',
|
'create_field' => 'New Custom Field',
|
||||||
'create_field_title' => 'Create a new custom field',
|
'create_field_title' => 'Create a new custom field',
|
||||||
|
|
|
@ -14,6 +14,8 @@ return [
|
||||||
'deleted' => 'This asset has been deleted.',
|
'deleted' => 'This asset has been deleted.',
|
||||||
'edit' => 'Edit Asset',
|
'edit' => 'Edit Asset',
|
||||||
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
||||||
|
'model_invalid' => 'The Model of this Asset is invalid.',
|
||||||
|
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
|
||||||
'requestable' => 'Requestable',
|
'requestable' => 'Requestable',
|
||||||
'requested' => 'Requested',
|
'requested' => 'Requested',
|
||||||
'not_requestable' => 'Not Requestable',
|
'not_requestable' => 'Not Requestable',
|
||||||
|
|
|
@ -49,6 +49,8 @@ return [
|
||||||
'success' => 'Your file has been imported',
|
'success' => 'Your file has been imported',
|
||||||
'file_delete_success' => 'Your file has been been successfully deleted',
|
'file_delete_success' => 'Your file has been been successfully deleted',
|
||||||
'file_delete_error' => 'The file was unable to be deleted',
|
'file_delete_error' => 'The file was unable to be deleted',
|
||||||
|
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
|
||||||
|
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Model does not exist.',
|
'does_not_exist' => 'Model does not exist.',
|
||||||
|
'no_association' => 'NO MODEL ASSOCIATED.',
|
||||||
|
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||||
'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ',
|
'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ',
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -77,6 +77,7 @@ return [
|
||||||
'ldap' => 'LDAP',
|
'ldap' => 'LDAP',
|
||||||
'ldap_default_group' => 'Default Permissions Group',
|
'ldap_default_group' => 'Default Permissions Group',
|
||||||
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
|
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
|
||||||
|
'no_default_group' => 'No Default Group',
|
||||||
'ldap_help' => 'LDAP/Active Directory',
|
'ldap_help' => 'LDAP/Active Directory',
|
||||||
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
||||||
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
||||||
|
|
|
@ -38,6 +38,7 @@ return [
|
||||||
'success_pt1' => 'Success! Check the ',
|
'success_pt1' => 'Success! Check the ',
|
||||||
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
||||||
'500' => '500 Server Error.',
|
'500' => '500 Server Error.',
|
||||||
'error' => 'Something went wrong.',
|
'error' => 'Something went wrong. Slack responded with: :error_message',
|
||||||
|
'error_misc' => 'Something went wrong. :( ',
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
|
@ -41,4 +41,4 @@ return [
|
||||||
'remote' => 'Remote',
|
'remote' => 'Remote',
|
||||||
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
||||||
'not_remote_label' => 'This is not a remote user',
|
'not_remote_label' => 'This is not a remote user',
|
||||||
];
|
];
|
|
@ -256,6 +256,7 @@ return [
|
||||||
'UK'=>'Scotland',
|
'UK'=>'Scotland',
|
||||||
'SB'=>'Solomon Islands',
|
'SB'=>'Solomon Islands',
|
||||||
'SC'=>'Seychelles',
|
'SC'=>'Seychelles',
|
||||||
|
'SS'=>'South Sudan',
|
||||||
'SD'=>'Sudan',
|
'SD'=>'Sudan',
|
||||||
'SE'=>'Sweden',
|
'SE'=>'Sweden',
|
||||||
'SG'=>'Singapore',
|
'SG'=>'Singapore',
|
||||||
|
|
|
@ -43,6 +43,7 @@ return [
|
||||||
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
|
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
|
||||||
'login' => 'Login:',
|
'login' => 'Login:',
|
||||||
'Low_Inventory_Report' => 'Low Inventory Report',
|
'Low_Inventory_Report' => 'Low Inventory Report',
|
||||||
|
'inventory_report' => 'Inventory Report',
|
||||||
'min_QTY' => 'Min QTY',
|
'min_QTY' => 'Min QTY',
|
||||||
'name' => 'Name',
|
'name' => 'Name',
|
||||||
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
|
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
|
||||||
|
@ -79,4 +80,5 @@ return [
|
||||||
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
|
'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',
|
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
|
||||||
'your_assets' => 'View Your Assets',
|
'your_assets' => 'View Your Assets',
|
||||||
|
'rights_reserved' => 'All rights reserved.',
|
||||||
];
|
];
|
||||||
|
|
|
@ -103,17 +103,6 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Custom Validation Language Lines
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Here you may specify custom validation messages for attributes using the
|
|
||||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
|
||||||
| specify a specific custom language line for a given attribute rule.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Custom Validation Language Lines
|
| Custom Validation Language Lines
|
||||||
|
@ -131,6 +120,18 @@ return [
|
||||||
'hashed_pass' => 'Your current password is incorrect',
|
'hashed_pass' => 'Your current password is incorrect',
|
||||||
'dumbpwd' => 'That password is too common.',
|
'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',
|
||||||
|
|
||||||
|
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
|
||||||
|
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
|
||||||
|
// people won't know how to format.
|
||||||
|
'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
|
||||||
|
'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -13,7 +13,8 @@ return array(
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'لقد فشل تحديث التصنيف، الرجاء المحاولة مرة أخرى',
|
'error' => 'لقد فشل تحديث التصنيف، الرجاء المحاولة مرة أخرى',
|
||||||
'success' => 'تم تحديث التصنيف بنجاح.'
|
'success' => 'تم تحديث التصنيف بنجاح.',
|
||||||
|
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
|
|
|
@ -12,4 +12,5 @@ return array(
|
||||||
'remaining' => 'المتبقية',
|
'remaining' => 'المتبقية',
|
||||||
'total' => 'المجموع',
|
'total' => 'المجموع',
|
||||||
'update' => 'تحديث مكون',
|
'update' => 'تحديث مكون',
|
||||||
|
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
||||||
);
|
);
|
||||||
|
|
|
@ -27,6 +27,9 @@ return [
|
||||||
'used_by_models' => 'مستخدم في الموديلات',
|
'used_by_models' => 'مستخدم في الموديلات',
|
||||||
'order' => 'طلب',
|
'order' => 'طلب',
|
||||||
'create_fieldset' => 'مجموعة حقول جديدة',
|
'create_fieldset' => 'مجموعة حقول جديدة',
|
||||||
|
'update_fieldset' => 'Update Fieldset',
|
||||||
|
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
|
||||||
|
'fieldset_updated' => 'Fieldset updated',
|
||||||
'create_fieldset_title' => 'Create a new fieldset',
|
'create_fieldset_title' => 'Create a new fieldset',
|
||||||
'create_field' => 'حقل جديد مخصص',
|
'create_field' => 'حقل جديد مخصص',
|
||||||
'create_field_title' => 'Create a new custom field',
|
'create_field_title' => 'Create a new custom field',
|
||||||
|
|
|
@ -14,6 +14,8 @@ return [
|
||||||
'deleted' => 'تم حذف هذا الأصل.',
|
'deleted' => 'تم حذف هذا الأصل.',
|
||||||
'edit' => 'تعديل الأصل',
|
'edit' => 'تعديل الأصل',
|
||||||
'model_deleted' => 'تم حذف موديل الأصول هذا. يجب استعادة الموديل قبل أن تتمكن من استعادة الأصل.',
|
'model_deleted' => 'تم حذف موديل الأصول هذا. يجب استعادة الموديل قبل أن تتمكن من استعادة الأصل.',
|
||||||
|
'model_invalid' => 'The Model of this Asset is invalid.',
|
||||||
|
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
|
||||||
'requestable' => 'قابل للطلب',
|
'requestable' => 'قابل للطلب',
|
||||||
'requested' => 'تم الطلب',
|
'requested' => 'تم الطلب',
|
||||||
'not_requestable' => 'Not Requestable',
|
'not_requestable' => 'Not Requestable',
|
||||||
|
|
|
@ -48,6 +48,8 @@ return [
|
||||||
'success' => 'تم استيراد الملف الخاص بك',
|
'success' => 'تم استيراد الملف الخاص بك',
|
||||||
'file_delete_success' => 'تم حذف ملفك بنجاح',
|
'file_delete_success' => 'تم حذف ملفك بنجاح',
|
||||||
'file_delete_error' => 'تعذر حذف الملف',
|
'file_delete_error' => 'تعذر حذف الملف',
|
||||||
|
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
|
||||||
|
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'الموديل غير موجود.',
|
'does_not_exist' => 'الموديل غير موجود.',
|
||||||
|
'no_association' => 'NO MODEL ASSOCIATED.',
|
||||||
|
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||||
'assoc_users' => 'هذا الموديل مرتبط حاليا بواحد أو أكثر من الأصول ولا يمكن حذفه. يرجى حذف الأصول، ثم محاولة الحذف مرة أخرى. ',
|
'assoc_users' => 'هذا الموديل مرتبط حاليا بواحد أو أكثر من الأصول ولا يمكن حذفه. يرجى حذف الأصول، ثم محاولة الحذف مرة أخرى. ',
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -77,6 +77,7 @@ return [
|
||||||
'ldap' => 'LDAP',
|
'ldap' => 'LDAP',
|
||||||
'ldap_default_group' => 'Default Permissions Group',
|
'ldap_default_group' => 'Default Permissions Group',
|
||||||
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
|
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
|
||||||
|
'no_default_group' => 'No Default Group',
|
||||||
'ldap_help' => 'LDAP/Active Directory',
|
'ldap_help' => 'LDAP/Active Directory',
|
||||||
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
||||||
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
||||||
|
|
|
@ -38,6 +38,7 @@ return [
|
||||||
'success_pt1' => 'Success! Check the ',
|
'success_pt1' => 'Success! Check the ',
|
||||||
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
||||||
'500' => '500 Server Error.',
|
'500' => '500 Server Error.',
|
||||||
'error' => 'Something went wrong.',
|
'error' => 'Something went wrong. Slack responded with: :error_message',
|
||||||
|
'error_misc' => 'Something went wrong. :( ',
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
|
@ -41,4 +41,4 @@ return [
|
||||||
'remote' => 'Remote',
|
'remote' => 'Remote',
|
||||||
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
||||||
'not_remote_label' => 'This is not a remote user',
|
'not_remote_label' => 'This is not a remote user',
|
||||||
];
|
];
|
|
@ -256,6 +256,7 @@ return [
|
||||||
'UK'=>'Scotland',
|
'UK'=>'Scotland',
|
||||||
'SB'=>'Solomon Islands',
|
'SB'=>'Solomon Islands',
|
||||||
'SC'=>'Seychelles',
|
'SC'=>'Seychelles',
|
||||||
|
'SS'=>'South Sudan',
|
||||||
'SD'=>'Sudan',
|
'SD'=>'Sudan',
|
||||||
'SE'=>'Sweden',
|
'SE'=>'Sweden',
|
||||||
'SG'=>'Singapore',
|
'SG'=>'Singapore',
|
||||||
|
|
|
@ -43,6 +43,7 @@ return [
|
||||||
'login_first_admin' => 'قم بتسجيل الدخول إلى التثبيت الجديد من Snipe-IT باستخدام البيانات أدناه:',
|
'login_first_admin' => 'قم بتسجيل الدخول إلى التثبيت الجديد من Snipe-IT باستخدام البيانات أدناه:',
|
||||||
'login' => 'تسجيل الدخول:',
|
'login' => 'تسجيل الدخول:',
|
||||||
'Low_Inventory_Report' => 'تقرير المخزون المنخفض',
|
'Low_Inventory_Report' => 'تقرير المخزون المنخفض',
|
||||||
|
'inventory_report' => 'Inventory Report',
|
||||||
'min_QTY' => 'دقيقة الكمية',
|
'min_QTY' => 'دقيقة الكمية',
|
||||||
'name' => 'اسم',
|
'name' => 'اسم',
|
||||||
'new_item_checked' => 'تم فحص عنصر جديد تحت اسمك، التفاصيل أدناه.',
|
'new_item_checked' => 'تم فحص عنصر جديد تحت اسمك، التفاصيل أدناه.',
|
||||||
|
@ -78,4 +79,5 @@ return [
|
||||||
'Expected_Checkin_Notification' => 'تذكير: تاريخ تحقق :name يقترب من الموعد النهائي',
|
'Expected_Checkin_Notification' => 'تذكير: تاريخ تحقق :name يقترب من الموعد النهائي',
|
||||||
'Expected_Checkin_Date' => 'من المقرر أن يتم التحقق من الأصول التي تم إخراجها إليك في :date',
|
'Expected_Checkin_Date' => 'من المقرر أن يتم التحقق من الأصول التي تم إخراجها إليك في :date',
|
||||||
'your_assets' => 'عرض الأصول الخاصة بك',
|
'your_assets' => 'عرض الأصول الخاصة بك',
|
||||||
|
'rights_reserved' => 'All rights reserved.',
|
||||||
];
|
];
|
||||||
|
|
|
@ -103,17 +103,6 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Custom Validation Language Lines
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Here you may specify custom validation messages for attributes using the
|
|
||||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
|
||||||
| specify a specific custom language line for a given attribute rule.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Custom Validation Language Lines
|
| Custom Validation Language Lines
|
||||||
|
@ -131,6 +120,18 @@ return [
|
||||||
'hashed_pass' => 'كلمة المرور الحالية غير صحيحة',
|
'hashed_pass' => 'كلمة المرور الحالية غير صحيحة',
|
||||||
'dumbpwd' => 'كلمة المرور هذه شائعة جدا.',
|
'dumbpwd' => 'كلمة المرور هذه شائعة جدا.',
|
||||||
'statuslabel_type' => 'يجب تحديد نوع تسمية حالة صالح',
|
'statuslabel_type' => 'يجب تحديد نوع تسمية حالة صالح',
|
||||||
|
|
||||||
|
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
|
||||||
|
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
|
||||||
|
// people won't know how to format.
|
||||||
|
'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
|
||||||
|
'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -13,7 +13,8 @@ return array(
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Категорията не беше обновена. Моля опитайте отново',
|
'error' => 'Категорията не беше обновена. Моля опитайте отново',
|
||||||
'success' => 'Категорията е обновена успешно.'
|
'success' => 'Категорията е обновена успешно.',
|
||||||
|
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
|
|
|
@ -12,4 +12,5 @@ return array(
|
||||||
'remaining' => 'Оставащо',
|
'remaining' => 'Оставащо',
|
||||||
'total' => 'Общо',
|
'total' => 'Общо',
|
||||||
'update' => 'Обновяване на компонент',
|
'update' => 'Обновяване на компонент',
|
||||||
|
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
||||||
);
|
);
|
||||||
|
|
|
@ -27,6 +27,9 @@ return [
|
||||||
'used_by_models' => 'Използвани от модели ',
|
'used_by_models' => 'Използвани от модели ',
|
||||||
'order' => 'Ред',
|
'order' => 'Ред',
|
||||||
'create_fieldset' => 'Нов Fieldset',
|
'create_fieldset' => 'Нов Fieldset',
|
||||||
|
'update_fieldset' => 'Update Fieldset',
|
||||||
|
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
|
||||||
|
'fieldset_updated' => 'Fieldset updated',
|
||||||
'create_fieldset_title' => 'Създай нова група от полета',
|
'create_fieldset_title' => 'Създай нова група от полета',
|
||||||
'create_field' => 'Ново персонализирано поле',
|
'create_field' => 'Ново персонализирано поле',
|
||||||
'create_field_title' => 'Създай ново персонализирано поле',
|
'create_field_title' => 'Създай ново персонализирано поле',
|
||||||
|
|
|
@ -40,12 +40,12 @@ return [
|
||||||
'warranty' => 'Гаранция',
|
'warranty' => 'Гаранция',
|
||||||
'warranty_expires' => 'Гаранцията изтича',
|
'warranty_expires' => 'Гаранцията изтича',
|
||||||
'years' => 'години',
|
'years' => 'години',
|
||||||
'asset_location' => 'Update Asset Location',
|
'asset_location' => 'Обновяване на местоположение',
|
||||||
'asset_location_update_default_current' => 'Update default location AND actual location',
|
'asset_location_update_default_current' => 'Актуализиране на местоположение по подразбиране и текущото местоположение',
|
||||||
'asset_location_update_default' => 'Update only default location',
|
'asset_location_update_default' => 'Актуализиране на местоположението по подразбиране',
|
||||||
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
|
'asset_not_deployable' => 'Актива не може да бъде предоставен. Този активк не може да бъде изписан.',
|
||||||
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
|
'asset_deployable' => 'Актива може да бъде предоставен. Този активк може да бъде изписан.',
|
||||||
'processing_spinner' => 'Processing...',
|
'processing_spinner' => 'В процес на изпълнение...',
|
||||||
'optional_infos' => 'Optional Information',
|
'optional_infos' => 'Допълнителна информация',
|
||||||
'order_details' => 'Order Related Information'
|
'order_details' => 'Информация за състоянието на поръчка'
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,23 +6,25 @@ return [
|
||||||
'archived' => 'Архивиран',
|
'archived' => 'Архивиран',
|
||||||
'asset' => 'Актив',
|
'asset' => 'Актив',
|
||||||
'bulk_checkout' => 'Изписване на активи',
|
'bulk_checkout' => 'Изписване на активи',
|
||||||
'bulk_checkin' => 'Checkin Assets',
|
'bulk_checkin' => 'Връщане на актив',
|
||||||
'checkin' => 'Връщане на актив',
|
'checkin' => 'Връщане на актив',
|
||||||
'checkout' => 'Проверка на активите',
|
'checkout' => 'Проверка на активите',
|
||||||
'clone' => 'Копиране на актив',
|
'clone' => 'Копиране на актив',
|
||||||
'deployable' => 'Може да бъде предоставен',
|
'deployable' => 'Може да бъде предоставен',
|
||||||
'deleted' => 'This asset has been deleted.',
|
'deleted' => 'Този актив беше изтрит.',
|
||||||
'edit' => 'Редакция на актив',
|
'edit' => 'Редакция на актив',
|
||||||
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
'model_deleted' => 'Този Модел на актив беше изтрит. Вие трябва да възстановите този модел преди да можете да възстановите актива.',
|
||||||
|
'model_invalid' => 'The Model of this Asset is invalid.',
|
||||||
|
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
|
||||||
'requestable' => 'Може да бъде изискван',
|
'requestable' => 'Може да бъде изискван',
|
||||||
'requested' => 'Изискан',
|
'requested' => 'Изискан',
|
||||||
'not_requestable' => 'Not Requestable',
|
'not_requestable' => 'Не може да бъде изискан',
|
||||||
'requestable_status_warning' => 'Do not change requestable status',
|
'requestable_status_warning' => 'Да не се сменя статуса за изискване',
|
||||||
'restore' => 'Възстановяване на актив',
|
'restore' => 'Възстановяване на актив',
|
||||||
'pending' => 'Предстоящ',
|
'pending' => 'Предстоящ',
|
||||||
'undeployable' => 'Не може да бъде предоставян',
|
'undeployable' => 'Не може да бъде предоставян',
|
||||||
'view' => 'Преглед на актив',
|
'view' => 'Преглед на актив',
|
||||||
'csv_error' => 'You have an error in your CSV file:',
|
'csv_error' => 'Имате грешка във вашият CSV файл:',
|
||||||
'import_text' => '
|
'import_text' => '
|
||||||
<p>
|
<p>
|
||||||
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.
|
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.
|
||||||
|
@ -37,7 +39,7 @@ return [
|
||||||
'csv_import_match_first' => 'Try to match users by first name (jane) 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_email' => 'Try to match users by email as username',
|
||||||
'csv_import_match_username' => 'Try to match users by username',
|
'csv_import_match_username' => 'Try to match users by username',
|
||||||
'error_messages' => 'Error messages:',
|
'error_messages' => 'Съобщение за грешка:',
|
||||||
'success_messages' => 'Success messages:',
|
'success_messages' => 'Success messages:',
|
||||||
'alert_details' => 'Please see below for details.',
|
'alert_details' => 'Please see below for details.',
|
||||||
'custom_export' => 'Custom Export'
|
'custom_export' => 'Custom Export'
|
||||||
|
|
|
@ -48,6 +48,8 @@ return [
|
||||||
'success' => 'Вашият файл беше въведен.',
|
'success' => 'Вашият файл беше въведен.',
|
||||||
'file_delete_success' => 'Вашият файл беше изтрит успешно.',
|
'file_delete_success' => 'Вашият файл беше изтрит успешно.',
|
||||||
'file_delete_error' => 'Файлът не е в състояние да бъде изтрит',
|
'file_delete_error' => 'Файлът не е в състояние да бъде изтрит',
|
||||||
|
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
|
||||||
|
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@ return [
|
||||||
|
|
||||||
'asset_tag' => 'Инвентарен номер',
|
'asset_tag' => 'Инвентарен номер',
|
||||||
'asset_model' => 'Модел',
|
'asset_model' => 'Модел',
|
||||||
'book_value' => 'Current Value',
|
'book_value' => 'Текуща стойност',
|
||||||
'change' => 'Предоставяне',
|
'change' => 'Предоставяне',
|
||||||
'checkout_date' => 'Дата на изписване',
|
'checkout_date' => 'Дата на изписване',
|
||||||
'checkoutto' => 'Изписан',
|
'checkoutto' => 'Изписан',
|
||||||
'current_value' => 'Current Value',
|
'current_value' => 'Текуща стойност',
|
||||||
'diff' => 'Разлика',
|
'diff' => 'Разлика',
|
||||||
'dl_csv' => 'Сваляне на CSV',
|
'dl_csv' => 'Сваляне на CSV',
|
||||||
'eol' => 'EOL',
|
'eol' => 'EOL',
|
||||||
|
@ -22,9 +22,9 @@ return [
|
||||||
'image' => 'Изображение на устройството',
|
'image' => 'Изображение на устройството',
|
||||||
'days_without_acceptance' => 'Дни без да е предаден',
|
'days_without_acceptance' => 'Дни без да е предаден',
|
||||||
'monthly_depreciation' => 'Месечна Амортизация',
|
'monthly_depreciation' => 'Месечна Амортизация',
|
||||||
'assigned_to' => 'Assigned To',
|
'assigned_to' => 'Предоставен на',
|
||||||
'requesting_user' => 'Requesting User',
|
'requesting_user' => 'Изискан от',
|
||||||
'requested_date' => 'Requested Date',
|
'requested_date' => 'Дата на заявката',
|
||||||
'changed' => 'Changed',
|
'changed' => 'Променен',
|
||||||
'icon' => 'Icon',
|
'icon' => 'Икона',
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,8 +6,8 @@ return array(
|
||||||
'assoc_users' => 'Местоположението е свързано с поне един потребител и не може да бъде изтрито. Моля, актуализирайте потребителите, така че да не са свързани с това местоположение и опитайте отново. ',
|
'assoc_users' => 'Местоположението е свързано с поне един потребител и не може да бъде изтрито. Моля, актуализирайте потребителите, така че да не са свързани с това местоположение и опитайте отново. ',
|
||||||
'assoc_assets' => 'Местоположението е свързано с поне един актив и не може да бъде изтрито. Моля, актуализирайте активите, така че да не са свързани с това местоположение и опитайте отново. ',
|
'assoc_assets' => 'Местоположението е свързано с поне един актив и не може да бъде изтрито. Моля, актуализирайте активите, така че да не са свързани с това местоположение и опитайте отново. ',
|
||||||
'assoc_child_loc' => 'В избраното местоположение е присъединено едно или повече местоположения. Моля преместете ги в друго и опитайте отново.',
|
'assoc_child_loc' => 'В избраното местоположение е присъединено едно или повече местоположения. Моля преместете ги в друго и опитайте отново.',
|
||||||
'assigned_assets' => 'Assigned Assets',
|
'assigned_assets' => 'Изписани Активи',
|
||||||
'current_location' => 'Current Location',
|
'current_location' => 'Текущо местоположение',
|
||||||
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
|
|
|
@ -20,19 +20,19 @@ return [
|
||||||
'parent' => 'Присъединено към',
|
'parent' => 'Присъединено към',
|
||||||
'currency' => 'Валута на местоположението',
|
'currency' => 'Валута на местоположението',
|
||||||
'ldap_ou' => 'Търсене в LDAP OU',
|
'ldap_ou' => 'Търсене в LDAP OU',
|
||||||
'user_name' => 'User Name',
|
'user_name' => 'Потребителско име',
|
||||||
'department' => 'Department',
|
'department' => 'Отдел',
|
||||||
'location' => 'Location',
|
'location' => 'Местоположение',
|
||||||
'asset_tag' => 'Assets Tag',
|
'asset_tag' => 'Инвентарен номер',
|
||||||
'asset_name' => 'Name',
|
'asset_name' => 'Име',
|
||||||
'asset_category' => 'Category',
|
'asset_category' => 'Категория',
|
||||||
'asset_manufacturer' => 'Manufacturer',
|
'asset_manufacturer' => 'Производител',
|
||||||
'asset_model' => 'Model',
|
'asset_model' => 'Модел',
|
||||||
'asset_serial' => 'Serial',
|
'asset_serial' => 'Сериен номер',
|
||||||
'asset_location' => 'Location',
|
'asset_location' => 'Местоположение',
|
||||||
'asset_checked_out' => 'Checked Out',
|
'asset_checked_out' => 'Изписано на',
|
||||||
'asset_expected_checkin' => 'Expected Checkin',
|
'asset_expected_checkin' => 'Очаквана дата на вписване',
|
||||||
'date' => 'Date:',
|
'date' => 'Дата:',
|
||||||
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
|
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
|
||||||
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
|
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
|
||||||
'signed_by_location_manager' => 'Signed By (Location Manager):',
|
'signed_by_location_manager' => 'Signed By (Location Manager):',
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Моделът не съществува.',
|
'does_not_exist' => 'Моделът не съществува.',
|
||||||
|
'no_association' => 'NO MODEL ASSOCIATED.',
|
||||||
|
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||||
'assoc_users' => 'Този модел е асоцииран с един или повече активи и не може да бъде изтрит. Моля изтрийте активите и опитайте отново.',
|
'assoc_users' => 'Този модел е асоцииран с един или повече активи и не може да бъде изтрит. Моля изтрийте активите и опитайте отново.',
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -10,10 +10,10 @@ return [
|
||||||
'admin_cc_email' => 'CC електронна поща',
|
'admin_cc_email' => 'CC електронна поща',
|
||||||
'admin_cc_email_help' => 'Въведете допълнителни електронни адреси, ако желаете да се изпраща копие на електронните пощи при вписване и изписване на активи.',
|
'admin_cc_email_help' => 'Въведете допълнителни електронни адреси, ако желаете да се изпраща копие на електронните пощи при вписване и изписване на активи.',
|
||||||
'is_ad' => 'Това е активна директория на сървър',
|
'is_ad' => 'Това е активна директория на сървър',
|
||||||
'alerts' => 'Alerts',
|
'alerts' => 'Известия',
|
||||||
'alert_title' => 'Update Alert Settings',
|
'alert_title' => 'Обнови настрйките за известяване',
|
||||||
'alert_email' => 'Изпращане на нотификации към',
|
'alert_email' => 'Изпращане на нотификации към',
|
||||||
'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated',
|
'alert_email_help' => 'Е-майл адреси или групов е-маил за известяване, разделен със запетайка',
|
||||||
'alerts_enabled' => 'Включване на известията',
|
'alerts_enabled' => 'Включване на известията',
|
||||||
'alert_interval' => 'Изтичаш праг на известия (в дни)',
|
'alert_interval' => 'Изтичаш праг на известия (в дни)',
|
||||||
'alert_inv_threshold' => 'Праг на известия за запаси',
|
'alert_inv_threshold' => 'Праг на известия за запаси',
|
||||||
|
@ -21,20 +21,20 @@ return [
|
||||||
'allow_user_skin_help_text' => 'Поставянето на отметка тук, ще позволи на потребителя да ползва различна UI тема от основната.',
|
'allow_user_skin_help_text' => 'Поставянето на отметка тук, ще позволи на потребителя да ползва различна UI тема от основната.',
|
||||||
'asset_ids' => 'ID на активи',
|
'asset_ids' => 'ID на активи',
|
||||||
'audit_interval' => 'Одитен интервал',
|
'audit_interval' => 'Одитен интервал',
|
||||||
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
|
'audit_interval_help' => 'Ако искадате да правите периодична инвентаризация на вашите активи, въведете интервала в месеци за инвентаризация. Ако въведете този интервал, всички активи ще им се смени датата за следваща инвентаризация.',
|
||||||
'audit_warning_days' => 'Праг за предупреждение за одит',
|
'audit_warning_days' => 'Праг за предупреждение за одит',
|
||||||
'audit_warning_days_help' => 'Колко дни предварително трябва да ви предупреждаваме, когато активите са дължими за одит?',
|
'audit_warning_days_help' => 'Колко дни предварително трябва да ви предупреждаваме, когато активите са дължими за одит?',
|
||||||
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
|
'auto_increment_assets' => 'Автоматично генериране на инвентарни номера на активите',
|
||||||
'auto_increment_prefix' => 'Префикс (незадължително)',
|
'auto_increment_prefix' => 'Префикс (незадължително)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
|
'auto_incrementing_help' => 'Първо включете автоматично генериране на инвентарни номера, за да включите тази опция',
|
||||||
'backups' => 'Архивиране',
|
'backups' => 'Архивиране',
|
||||||
'backups_help' => 'Create, download, and restore backups ',
|
'backups_help' => 'Създаване, сваляне и възстановяване на архиви ',
|
||||||
'backups_restoring' => 'Restoring from Backup',
|
'backups_restoring' => 'Възстановяване от архив',
|
||||||
'backups_upload' => 'Upload Backup',
|
'backups_upload' => 'Качване на архив',
|
||||||
'backups_path' => 'Backups on the server are stored in <code>:path</code>',
|
'backups_path' => 'Архивите на сървъра са записани в <code>:path</code>',
|
||||||
'backups_restore_warning' => 'Use the restore button <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> to restore from a previous backup. (This does not currently work with S3 file storage or Docker.<br><br>Your <strong>entire :app_name database and any uploaded files will be completely replaced</strong> by what\'s in the backup file. ',
|
'backups_restore_warning' => 'Use the restore button <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> to restore from a previous backup. (This does not currently work with S3 file storage or Docker.<br><br>Your <strong>entire :app_name database and any uploaded files will be completely replaced</strong> by what\'s in the backup file. ',
|
||||||
'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.',
|
'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.',
|
||||||
'backups_large' => 'Very large backups may time out on the restore attempt and may still need to be run via command line. ',
|
'backups_large' => 'Много големите архиви може да не могат да се възстановят поради изтичане на времето на сесията и ще трябва да се възстановят ръчно през команден ред. ',
|
||||||
'barcode_settings' => 'Настройки на баркод',
|
'barcode_settings' => 'Настройки на баркод',
|
||||||
'confirm_purge' => 'Потвърдете пречистване ',
|
'confirm_purge' => 'Потвърдете пречистване ',
|
||||||
'confirm_purge_help' => 'Моля да потвърдите изтриването като въведете думата "DELETE" в полето. Изтриването не може да се прекрати и всички записи който са маркирани за истриване, ще бъдат безвъзвратно изтрити. (Добре е да направите архив преди това.)',
|
'confirm_purge_help' => 'Моля да потвърдите изтриването като въведете думата "DELETE" в полето. Изтриването не може да се прекрати и всички записи който са маркирани за истриване, ще бъдат безвъзвратно изтрити. (Добре е да направите архив преди това.)',
|
||||||
|
@ -57,7 +57,7 @@ return [
|
||||||
'barcode_type' => '2D тип на баркод',
|
'barcode_type' => '2D тип на баркод',
|
||||||
'alt_barcode_type' => '1D тип на баркод',
|
'alt_barcode_type' => '1D тип на баркод',
|
||||||
'email_logo_size' => 'Квадратно лого в е-майлът изглежда най-добре. ',
|
'email_logo_size' => 'Квадратно лого в е-майлът изглежда най-добре. ',
|
||||||
'enabled' => 'Enabled',
|
'enabled' => 'Активно',
|
||||||
'eula_settings' => 'Настройки на EULA',
|
'eula_settings' => 'Настройки на EULA',
|
||||||
'eula_markdown' => 'Съдържанието на EULA може да бъде форматирано с <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'eula_markdown' => 'Съдържанието на EULA може да бъде форматирано с <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
'favicon' => 'Favicon',
|
'favicon' => 'Favicon',
|
||||||
|
@ -67,7 +67,7 @@ return [
|
||||||
'footer_text_help' => 'Този текст ще се визуализира в дясната част на футъра. Връзки могат да бъдат добавяни с използването на <a href="https://help.github.com/articles/github-flavored-markdown/">Github тип markdown</a>. Нови редове, хедър тагове, изображения и т.н. могат да доведат до непредвидими резултати.',
|
'footer_text_help' => 'Този текст ще се визуализира в дясната част на футъра. Връзки могат да бъдат добавяни с използването на <a href="https://help.github.com/articles/github-flavored-markdown/">Github тип markdown</a>. Нови редове, хедър тагове, изображения и т.н. могат да доведат до непредвидими резултати.',
|
||||||
'general_settings' => 'Общи настройки',
|
'general_settings' => 'Общи настройки',
|
||||||
'general_settings_keywords' => 'company support, signature, acceptance, email format, username format, images, per page, thumbnail, eula, tos, dashboard, privacy',
|
'general_settings_keywords' => 'company support, signature, acceptance, email format, username format, images, per page, thumbnail, eula, tos, dashboard, privacy',
|
||||||
'general_settings_help' => 'Default EULA and more',
|
'general_settings_help' => 'Общи условия и други',
|
||||||
'generate_backup' => 'Създаване на архив',
|
'generate_backup' => 'Създаване на архив',
|
||||||
'header_color' => 'Цвят на хедъра',
|
'header_color' => 'Цвят на хедъра',
|
||||||
'info' => 'Тези настройки позволяват да конфигурирате различни аспекти на Вашата инсталация.',
|
'info' => 'Тези настройки позволяват да конфигурирате различни аспекти на Вашата инсталация.',
|
||||||
|
@ -77,6 +77,7 @@ return [
|
||||||
'ldap' => 'LDAP',
|
'ldap' => 'LDAP',
|
||||||
'ldap_default_group' => 'Default Permissions Group',
|
'ldap_default_group' => 'Default Permissions Group',
|
||||||
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
|
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
|
||||||
|
'no_default_group' => 'No Default Group',
|
||||||
'ldap_help' => 'LDAP/Active Directory',
|
'ldap_help' => 'LDAP/Active Directory',
|
||||||
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
||||||
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
||||||
|
|
|
@ -27,8 +27,8 @@ return [
|
||||||
],
|
],
|
||||||
'ldap' => [
|
'ldap' => [
|
||||||
'testing' => 'Testing LDAP Connection, Binding & Query ...',
|
'testing' => 'Testing LDAP Connection, Binding & Query ...',
|
||||||
'500' => '500 Server Error. Please check your server logs for more information.',
|
'500' => 'Грешка 500. Моля проверете логовете на сървъра за повече информация.',
|
||||||
'error' => 'Something went wrong :(',
|
'error' => 'Възникна грешка :(',
|
||||||
'sync_success' => 'A sample of 10 users returned from the LDAP server based on your settings:',
|
'sync_success' => 'A sample of 10 users returned from the LDAP server based on your settings:',
|
||||||
'testing_authentication' => 'Testing LDAP Authentication...',
|
'testing_authentication' => 'Testing LDAP Authentication...',
|
||||||
'authentication_success' => 'User authenticated against LDAP successfully!'
|
'authentication_success' => 'User authenticated against LDAP successfully!'
|
||||||
|
@ -37,7 +37,8 @@ return [
|
||||||
'sending' => 'Sending Slack test message...',
|
'sending' => 'Sending Slack test message...',
|
||||||
'success_pt1' => 'Success! Check the ',
|
'success_pt1' => 'Success! Check the ',
|
||||||
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
||||||
'500' => '500 Server Error.',
|
'500' => 'Грешка 500.',
|
||||||
'error' => 'Something went wrong.',
|
'error' => 'Something went wrong. Slack responded with: :error_message',
|
||||||
|
'error_misc' => 'Something went wrong. :( ',
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
|
@ -23,7 +23,7 @@ return [
|
||||||
|
|
||||||
'help' => [
|
'help' => [
|
||||||
'undeployable' => 'Тези активи не могат да бъдат възлагани на никого.',
|
'undeployable' => 'Тези активи не могат да бъдат възлагани на никого.',
|
||||||
'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of <i class="fas fa-circle text-blue"></i> <strong>Deployed</strong>.',
|
'deployable' => 'Тези активи могат да бъдат изписани. След като бъдат изписани, те ще сменят статуса си на<i class="fas fa-circle text-blue"></i> <strong>Изписани</strong>.',
|
||||||
'archived' => 'Тези активи не могат да бъдат отметнати и ще се показват само в архивирания изглед. Това е полезно за запазване на информация за активи за бюджетиране / исторически цели, но задържането им извън ежедневния списък на активите.',
|
'archived' => 'Тези активи не могат да бъдат отметнати и ще се показват само в архивирания изглед. Това е полезно за запазване на информация за активи за бюджетиране / исторически цели, но задържането им извън ежедневния списък на активите.',
|
||||||
'pending' => 'Тези активи все още не могат да бъдат прехвърляни на никого, често използвани за артикули, които са предназначени за ремонт, но се очаква да се върнат в обръщение.',
|
'pending' => 'Тези активи все още не могат да бъдат прехвърляни на никого, често използвани за артикули, които са предназначени за ремонт, но се очаква да се върнат в обръщение.',
|
||||||
],
|
],
|
||||||
|
|
|
@ -41,4 +41,4 @@ return [
|
||||||
'remote' => 'Remote',
|
'remote' => 'Remote',
|
||||||
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
||||||
'not_remote_label' => 'This is not a remote user',
|
'not_remote_label' => 'This is not a remote user',
|
||||||
];
|
];
|
|
@ -66,13 +66,13 @@ return [
|
||||||
'create' => 'Създаване на нов',
|
'create' => 'Създаване на нов',
|
||||||
'created' => 'Създадени артикули',
|
'created' => 'Създадени артикули',
|
||||||
'created_asset' => 'създадени активи',
|
'created_asset' => 'създадени активи',
|
||||||
'created_at' => 'Created At',
|
'created_at' => 'Създаден на',
|
||||||
'created_by' => 'Created By',
|
'created_by' => 'Създаден от',
|
||||||
'record_created' => 'Създаден на',
|
'record_created' => 'Създаден на',
|
||||||
'updated_at' => 'Обновено на',
|
'updated_at' => 'Обновено на',
|
||||||
'currency' => '$', // this is deprecated
|
'currency' => '$', // this is deprecated
|
||||||
'current' => 'Текущи',
|
'current' => 'Текущи',
|
||||||
'current_password' => 'Current Password',
|
'current_password' => 'Текуща парола',
|
||||||
'customize_report' => 'Customize Report',
|
'customize_report' => 'Customize Report',
|
||||||
'custom_report' => 'Потребителски справки за активи',
|
'custom_report' => 'Потребителски справки за активи',
|
||||||
'dashboard' => 'Табло',
|
'dashboard' => 'Табло',
|
||||||
|
@ -101,7 +101,7 @@ return [
|
||||||
'email_format' => 'Email формат',
|
'email_format' => 'Email формат',
|
||||||
'employee_number' => 'Employee Number',
|
'employee_number' => 'Employee Number',
|
||||||
'email_domain_help' => 'Използвайте това за да генерирате email адреси при въвеждане',
|
'email_domain_help' => 'Използвайте това за да генерирате email адреси при въвеждане',
|
||||||
'error' => 'Error',
|
'error' => 'Грешка',
|
||||||
'exclude_archived' => 'Exclude Archived Assets',
|
'exclude_archived' => 'Exclude Archived Assets',
|
||||||
'exclude_deleted' => 'Exclude Deleted Assets',
|
'exclude_deleted' => 'Exclude Deleted Assets',
|
||||||
'example' => 'Example: ',
|
'example' => 'Example: ',
|
||||||
|
@ -314,7 +314,7 @@ return [
|
||||||
'checked_out' => 'Checked Out',
|
'checked_out' => 'Checked Out',
|
||||||
'checked_out_to' => 'Checked out to',
|
'checked_out_to' => 'Checked out to',
|
||||||
'fields' => 'Fields',
|
'fields' => 'Fields',
|
||||||
'last_checkout' => 'Last Checkout',
|
'last_checkout' => 'Изписан на',
|
||||||
'due_to_checkin' => 'The following :count items are due to be checked in soon:',
|
'due_to_checkin' => 'The following :count items are due to be checked in soon:',
|
||||||
'expected_checkin' => 'Expected Checkin',
|
'expected_checkin' => 'Expected Checkin',
|
||||||
'reminder_checked_out_items' => 'This is a reminder of the items currently checked out to you. If you feel this list is inaccurate (something is missing, or something appears here that you believe you never received), please email :reply_to_name at :reply_to_address.',
|
'reminder_checked_out_items' => 'This is a reminder of the items currently checked out to you. If you feel this list is inaccurate (something is missing, or something appears here that you believe you never received), please email :reply_to_name at :reply_to_address.',
|
||||||
|
|
|
@ -256,6 +256,7 @@ return [
|
||||||
'UK'=>'Scotland',
|
'UK'=>'Scotland',
|
||||||
'SB'=>'Solomon Islands',
|
'SB'=>'Solomon Islands',
|
||||||
'SC'=>'Seychelles',
|
'SC'=>'Seychelles',
|
||||||
|
'SS'=>'South Sudan',
|
||||||
'SD'=>'Sudan',
|
'SD'=>'Sudan',
|
||||||
'SE'=>'Sweden',
|
'SE'=>'Sweden',
|
||||||
'SG'=>'Singapore',
|
'SG'=>'Singapore',
|
||||||
|
|
|
@ -43,6 +43,7 @@ return [
|
||||||
'login_first_admin' => 'Влезте в своята Snipe-IT инсталация използвайки данните по-долу:',
|
'login_first_admin' => 'Влезте в своята Snipe-IT инсталация използвайки данните по-долу:',
|
||||||
'login' => 'Вход:',
|
'login' => 'Вход:',
|
||||||
'Low_Inventory_Report' => 'Доклад за нисък запас',
|
'Low_Inventory_Report' => 'Доклад за нисък запас',
|
||||||
|
'inventory_report' => 'Inventory Report',
|
||||||
'min_QTY' => 'Минимално количество',
|
'min_QTY' => 'Минимално количество',
|
||||||
'name' => 'Име',
|
'name' => 'Име',
|
||||||
'new_item_checked' => 'Нов артикул беше изписан под вашете име, детайлите са отдолу.',
|
'new_item_checked' => 'Нов артикул беше изписан под вашете име, детайлите са отдолу.',
|
||||||
|
@ -78,4 +79,5 @@ return [
|
||||||
'Expected_Checkin_Notification' => 'Напомняне: :name крайната дата за вписване наближава',
|
'Expected_Checkin_Notification' => 'Напомняне: :name крайната дата за вписване наближава',
|
||||||
'Expected_Checkin_Date' => 'Наближава срока за връщане на актив който е заведен на Вас, трябва да се върна на :date',
|
'Expected_Checkin_Date' => 'Наближава срока за връщане на актив който е заведен на Вас, трябва да се върна на :date',
|
||||||
'your_assets' => 'Преглед на вашите активи',
|
'your_assets' => 'Преглед на вашите активи',
|
||||||
|
'rights_reserved' => 'All rights reserved.',
|
||||||
];
|
];
|
||||||
|
|
|
@ -103,17 +103,6 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Custom Validation Language Lines
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Here you may specify custom validation messages for attributes using the
|
|
||||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
|
||||||
| specify a specific custom language line for a given attribute rule.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Custom Validation Language Lines
|
| Custom Validation Language Lines
|
||||||
|
@ -131,6 +120,18 @@ return [
|
||||||
'hashed_pass' => 'Текущата ви парола е неправилна',
|
'hashed_pass' => 'Текущата ви парола е неправилна',
|
||||||
'dumbpwd' => 'Тази парола е твърде често срещана.',
|
'dumbpwd' => 'Тази парола е твърде често срещана.',
|
||||||
'statuslabel_type' => 'Трябва да изберете валиден тип етикет на състоянието',
|
'statuslabel_type' => 'Трябва да изберете валиден тип етикет на състоянието',
|
||||||
|
|
||||||
|
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
|
||||||
|
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
|
||||||
|
// people won't know how to format.
|
||||||
|
'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
|
||||||
|
'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -13,7 +13,8 @@ return array(
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Category was not updated, please try again',
|
'error' => 'Category was not updated, please try again',
|
||||||
'success' => 'Category updated successfully.'
|
'success' => 'Category updated successfully.',
|
||||||
|
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
|
|
|
@ -12,4 +12,5 @@ return array(
|
||||||
'remaining' => 'Remaining',
|
'remaining' => 'Remaining',
|
||||||
'total' => 'Total',
|
'total' => 'Total',
|
||||||
'update' => 'Update Component',
|
'update' => 'Update Component',
|
||||||
|
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
||||||
);
|
);
|
||||||
|
|
|
@ -27,6 +27,9 @@ return [
|
||||||
'used_by_models' => 'Used By Models',
|
'used_by_models' => 'Used By Models',
|
||||||
'order' => 'Order',
|
'order' => 'Order',
|
||||||
'create_fieldset' => 'New Fieldset',
|
'create_fieldset' => 'New Fieldset',
|
||||||
|
'update_fieldset' => 'Update Fieldset',
|
||||||
|
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
|
||||||
|
'fieldset_updated' => 'Fieldset updated',
|
||||||
'create_fieldset_title' => 'Create a new fieldset',
|
'create_fieldset_title' => 'Create a new fieldset',
|
||||||
'create_field' => 'New Custom Field',
|
'create_field' => 'New Custom Field',
|
||||||
'create_field_title' => 'Create a new custom field',
|
'create_field_title' => 'Create a new custom field',
|
||||||
|
|
|
@ -14,6 +14,8 @@ return [
|
||||||
'deleted' => 'This asset has been deleted.',
|
'deleted' => 'This asset has been deleted.',
|
||||||
'edit' => 'Edit Asset',
|
'edit' => 'Edit Asset',
|
||||||
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
||||||
|
'model_invalid' => 'The Model of this Asset is invalid.',
|
||||||
|
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
|
||||||
'requestable' => 'Requestable',
|
'requestable' => 'Requestable',
|
||||||
'requested' => 'Requested',
|
'requested' => 'Requested',
|
||||||
'not_requestable' => 'Not Requestable',
|
'not_requestable' => 'Not Requestable',
|
||||||
|
|
|
@ -49,6 +49,8 @@ return [
|
||||||
'success' => 'Your file has been imported',
|
'success' => 'Your file has been imported',
|
||||||
'file_delete_success' => 'Your file has been been successfully deleted',
|
'file_delete_success' => 'Your file has been been successfully deleted',
|
||||||
'file_delete_error' => 'The file was unable to be deleted',
|
'file_delete_error' => 'The file was unable to be deleted',
|
||||||
|
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
|
||||||
|
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Model does not exist.',
|
'does_not_exist' => 'Model does not exist.',
|
||||||
|
'no_association' => 'NO MODEL ASSOCIATED.',
|
||||||
|
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||||
'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ',
|
'assoc_users' => 'This model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ',
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -77,6 +77,7 @@ return [
|
||||||
'ldap' => 'LDAP',
|
'ldap' => 'LDAP',
|
||||||
'ldap_default_group' => 'Default Permissions Group',
|
'ldap_default_group' => 'Default Permissions Group',
|
||||||
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
|
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
|
||||||
|
'no_default_group' => 'No Default Group',
|
||||||
'ldap_help' => 'LDAP/Active Directory',
|
'ldap_help' => 'LDAP/Active Directory',
|
||||||
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
||||||
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
||||||
|
|
|
@ -38,6 +38,7 @@ return [
|
||||||
'success_pt1' => 'Success! Check the ',
|
'success_pt1' => 'Success! Check the ',
|
||||||
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
||||||
'500' => '500 Server Error.',
|
'500' => '500 Server Error.',
|
||||||
'error' => 'Something went wrong.',
|
'error' => 'Something went wrong. Slack responded with: :error_message',
|
||||||
|
'error_misc' => 'Something went wrong. :( ',
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
|
@ -41,4 +41,4 @@ return [
|
||||||
'remote' => 'Remote',
|
'remote' => 'Remote',
|
||||||
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
||||||
'not_remote_label' => 'This is not a remote user',
|
'not_remote_label' => 'This is not a remote user',
|
||||||
];
|
];
|
|
@ -256,6 +256,7 @@ return [
|
||||||
'UK'=>'Scotland',
|
'UK'=>'Scotland',
|
||||||
'SB'=>'Solomon Islands',
|
'SB'=>'Solomon Islands',
|
||||||
'SC'=>'Seychelles',
|
'SC'=>'Seychelles',
|
||||||
|
'SS'=>'South Sudan',
|
||||||
'SD'=>'Sudan',
|
'SD'=>'Sudan',
|
||||||
'SE'=>'Sweden',
|
'SE'=>'Sweden',
|
||||||
'SG'=>'Singapore',
|
'SG'=>'Singapore',
|
||||||
|
|
|
@ -43,6 +43,7 @@ return [
|
||||||
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
|
'login_first_admin' => 'Login to your new Snipe-IT installation using the credentials below:',
|
||||||
'login' => 'Login:',
|
'login' => 'Login:',
|
||||||
'Low_Inventory_Report' => 'Low Inventory Report',
|
'Low_Inventory_Report' => 'Low Inventory Report',
|
||||||
|
'inventory_report' => 'Inventory Report',
|
||||||
'min_QTY' => 'Min QTY',
|
'min_QTY' => 'Min QTY',
|
||||||
'name' => 'Name',
|
'name' => 'Name',
|
||||||
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
|
'new_item_checked' => 'A new item has been checked out under your name, details are below.',
|
||||||
|
@ -79,4 +80,5 @@ return [
|
||||||
'Expected_Checkin_Notification' => 'Reminder: :name checkin deadline approaching',
|
'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',
|
'Expected_Checkin_Date' => 'An asset checked out to you is due to be checked back in on :date',
|
||||||
'your_assets' => 'View Your Assets',
|
'your_assets' => 'View Your Assets',
|
||||||
|
'rights_reserved' => 'All rights reserved.',
|
||||||
];
|
];
|
||||||
|
|
|
@ -103,17 +103,6 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
| Custom Validation Language Lines
|
|
||||||
|--------------------------------------------------------------------------
|
|
||||||
|
|
|
||||||
| Here you may specify custom validation messages for attributes using the
|
|
||||||
| convention "attribute.rule" to name the lines. This makes it quick to
|
|
||||||
| specify a specific custom language line for a given attribute rule.
|
|
||||||
|
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Custom Validation Language Lines
|
| Custom Validation Language Lines
|
||||||
|
@ -131,6 +120,18 @@ return [
|
||||||
'hashed_pass' => 'Your current password is incorrect',
|
'hashed_pass' => 'Your current password is incorrect',
|
||||||
'dumbpwd' => 'That password is too common.',
|
'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',
|
||||||
|
|
||||||
|
// date_format validation with slightly less stupid messages. It duplicates a lot, but it gets the job done :(
|
||||||
|
// We use this because the default error message for date_format is reflects php Y-m-d, which non-PHP
|
||||||
|
// people won't know how to format.
|
||||||
|
'purchase_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'last_audit_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD hh:mm:ss format',
|
||||||
|
'expiration_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'termination_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'expected_checkin.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'start_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
'end_date.date_format' => 'The :attribute must be a valid date in YYYY-MM-DD format',
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'personal_api_keys' => 'Personal API Keys',
|
'personal_api_keys' => 'Osobní API klíče',
|
||||||
'api_key_warning' => 'When generating an API token, be sure to copy it down immediately as they
|
'api_key_warning' => 'Při generování tokenu API se ujistěte, že jej ihned zkopírujete, protože
|
||||||
will not be visible to you again.',
|
nebudou viditelné.',
|
||||||
'api_base_url' => 'Your API base url is located at:',
|
'api_base_url' => 'Základní adresa API je umístěna na:',
|
||||||
'api_base_url_endpoint' => '/<endpoint>',
|
'api_base_url_endpoint' => '/<endpoint>',
|
||||||
'api_token_expiration_time' => 'API tokens are set to expire in:',
|
'api_token_expiration_time' => 'API tokeny vyprší:',
|
||||||
'api_reference' => 'Please check the <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> to
|
'api_reference' => 'Zkontrolujte prosím <a href="https://snipe-it.readme.io/reference" target="_blank">API reference</a> pro
|
||||||
find specific API endpoints and additional API documentation.',
|
nalezení konkrétního koncového bodu a další API dokumentaci.',
|
||||||
);
|
);
|
||||||
|
|
|
@ -11,6 +11,6 @@
|
||||||
'calibration' => 'Kalibrace',
|
'calibration' => 'Kalibrace',
|
||||||
'software_support' => 'Softwarová podpora',
|
'software_support' => 'Softwarová podpora',
|
||||||
'hardware_support' => 'Hardwarová podpora',
|
'hardware_support' => 'Hardwarová podpora',
|
||||||
'configuration_change' => 'Configuration Change',
|
'configuration_change' => 'Změna konfigurace',
|
||||||
'pat_test' => 'PAT Test',
|
'pat_test' => 'Test PAT',
|
||||||
];
|
];
|
||||||
|
|
|
@ -13,7 +13,8 @@ return array(
|
||||||
|
|
||||||
'update' => array(
|
'update' => array(
|
||||||
'error' => 'Kategorie nebyla aktualizována, zkuste to znovu prosím',
|
'error' => 'Kategorie nebyla aktualizována, zkuste to znovu prosím',
|
||||||
'success' => 'Kategorie aktualizována úspěšně.'
|
'success' => 'Kategorie aktualizována úspěšně.',
|
||||||
|
'cannot_change_category_type' => 'You cannot change the category type once it has been created',
|
||||||
),
|
),
|
||||||
|
|
||||||
'delete' => array(
|
'delete' => array(
|
||||||
|
|
|
@ -4,7 +4,7 @@ return array(
|
||||||
'eula_text' => 'EULA',
|
'eula_text' => 'EULA',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
'parent' => 'Nadřazená složka',
|
'parent' => 'Nadřazená složka',
|
||||||
'require_acceptance' => 'Míra souhlasu',
|
'require_acceptance' => 'Vyžadovat souhlas',
|
||||||
'title' => 'Jméno kategorie majetku',
|
'title' => 'Jméno kategorie majetku',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -12,4 +12,5 @@ return array(
|
||||||
'remaining' => 'Zbývá',
|
'remaining' => 'Zbývá',
|
||||||
'total' => 'Celkem',
|
'total' => 'Celkem',
|
||||||
'update' => 'Upravit díl',
|
'update' => 'Upravit díl',
|
||||||
|
'checkin_limit' => 'Amount checked in must be equal to or less than :assigned_qty'
|
||||||
);
|
);
|
||||||
|
|
|
@ -5,8 +5,8 @@ return [
|
||||||
'manage' => 'Spravovat',
|
'manage' => 'Spravovat',
|
||||||
'field' => 'Pole',
|
'field' => 'Pole',
|
||||||
'about_fieldsets_title' => 'O sadách polí',
|
'about_fieldsets_title' => 'O sadách polí',
|
||||||
'about_fieldsets_text' => 'Fieldsets allow you to create groups of custom fields that are frequently re-used for specific asset model types.',
|
'about_fieldsets_text' => 'Sady polí Vám umožňují vytvořit si vlastní hodnoty, které chcete evidovat u modelů majetku.',
|
||||||
'custom_format' => 'Custom Regex format...',
|
'custom_format' => 'Vlastní formát regexu...',
|
||||||
'encrypt_field' => 'Zašifrovat hodnotu tohoto pole v databázi',
|
'encrypt_field' => 'Zašifrovat hodnotu tohoto pole v databázi',
|
||||||
'encrypt_field_help' => 'UPOZORNĚNÍ: Šifrování pole je udělá nevyhledatelné.',
|
'encrypt_field_help' => 'UPOZORNĚNÍ: Šifrování pole je udělá nevyhledatelné.',
|
||||||
'encrypted' => 'Šifrováno',
|
'encrypted' => 'Šifrováno',
|
||||||
|
@ -27,23 +27,26 @@ return [
|
||||||
'used_by_models' => 'Užito u modelů',
|
'used_by_models' => 'Užito u modelů',
|
||||||
'order' => 'Pořadí',
|
'order' => 'Pořadí',
|
||||||
'create_fieldset' => 'Nová sada',
|
'create_fieldset' => 'Nová sada',
|
||||||
'create_fieldset_title' => 'Create a new fieldset',
|
'update_fieldset' => 'Update Fieldset',
|
||||||
|
'fieldset_does_not_exist' => 'Fieldset :id does not exist',
|
||||||
|
'fieldset_updated' => 'Fieldset updated',
|
||||||
|
'create_fieldset_title' => 'Vytvořit nový fieldset',
|
||||||
'create_field' => 'Nové vlastní pole',
|
'create_field' => 'Nové vlastní pole',
|
||||||
'create_field_title' => 'Create a new custom field',
|
'create_field_title' => 'Vytvořít vlastní fieldset',
|
||||||
'value_encrypted' => 'Hodnota tohoto pole je zašifrována v databázi. Pouze administrátoři budou moci zobrazit dešifrovanou hodnotu',
|
'value_encrypted' => 'Hodnota tohoto pole je zašifrována v databázi. Pouze administrátoři budou moci zobrazit dešifrovanou hodnotu',
|
||||||
'show_in_email' => 'Zahrnout hodnotu této kolonky do e-mailu o vyskladnění pro uživatele? Šifrované kolonky nemohou být součástí e-mailů.',
|
'show_in_email' => 'Zahrnout hodnotu této kolonky do e-mailu o vyskladnění pro uživatele? Šifrované kolonky nemohou být součástí e-mailů.',
|
||||||
'help_text' => 'Help Text',
|
'help_text' => 'Text nápovědy',
|
||||||
'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.',
|
'help_text_description' => 'Toto je volitelný text, který se zobrazí pod formulářovými prvky při úpravách aktiva pro poskytnutí kontextu v poli.',
|
||||||
'about_custom_fields_title' => 'About Custom Fields',
|
'about_custom_fields_title' => 'O vlastních polích',
|
||||||
'about_custom_fields_text' => 'Custom fields allow you to add arbitrary attributes to assets.',
|
'about_custom_fields_text' => 'Vlastní pole umožňují přidat libovolné atributy k aktivům.',
|
||||||
'add_field_to_fieldset' => 'Add Field to Fieldset',
|
'add_field_to_fieldset' => 'Přidat pole do fieldsetu',
|
||||||
'make_optional' => 'Required - click to make optional',
|
'make_optional' => 'Vyžadováno - klikněte pro nastavení na volitelné',
|
||||||
'make_required' => 'Optional - click to make required',
|
'make_required' => 'Volitelné - klikněte pro nastavení na vyžadované',
|
||||||
'reorder' => 'Reorder',
|
'reorder' => 'Změnit pořadí',
|
||||||
'db_field' => 'DB Field',
|
'db_field' => 'Databázové pole',
|
||||||
'db_convert_warning' => 'WARNING. This field is in the custom fields table as <code>:db_column</code> but should be <code>:expected</code>.',
|
'db_convert_warning' => 'VAROVÁNÍ. Toto pole je v tabulce vlastních polí jako <code>:db_column</code>, ale mělo by být <code>:expected</code>.',
|
||||||
'is_unique' => 'This value must be unique across all assets',
|
'is_unique' => 'Tato hodnota musí být jedinečná pro všechny aktiva',
|
||||||
'unique' => 'Unikátní',
|
'unique' => 'Unikátní',
|
||||||
'display_in_user_view' => 'Allow the checked out user to view these values in their View Assigned Assets page',
|
'display_in_user_view' => 'Povolit uživateli vyhledat tyto hodnoty na stránce Zobrazit přiřazené položky',
|
||||||
'display_in_user_view_table' => 'Visible to User',
|
'display_in_user_view_table' => 'Viditelné pro uživatele',
|
||||||
];
|
];
|
||||||
|
|
|
@ -51,7 +51,7 @@ return array(
|
||||||
|
|
||||||
'fieldset_default_value' => array(
|
'fieldset_default_value' => array(
|
||||||
|
|
||||||
'error' => 'Error validating default fieldset values.',
|
'error' => 'Chyba při ověřování hodnot ve fieldsetu.',
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Oddělení neexistuje.',
|
'does_not_exist' => 'Oddělení neexistuje.',
|
||||||
'department_already_exists' => 'A department already exists with that name at this company location. Or choose a more specific name for this department. ',
|
'department_already_exists' => 'Oddělení s tímto názvem již existuje. ',
|
||||||
'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.',
|
'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' => array(
|
'create' => array(
|
||||||
'error' => 'Oddělení nebylo vytvořeno, zkuste to prosím znovu.',
|
'error' => 'Oddělení nebylo vytvořeno, zkuste to prosím znovu.',
|
||||||
|
|
|
@ -6,11 +6,11 @@ return [
|
||||||
'asset_depreciations' => 'Amortizace majetku',
|
'asset_depreciations' => 'Amortizace majetku',
|
||||||
'create' => 'Vytvořit amortizaci',
|
'create' => 'Vytvořit amortizaci',
|
||||||
'depreciation_name' => 'Jméno amortizace',
|
'depreciation_name' => 'Jméno amortizace',
|
||||||
'depreciation_min' => 'Floor Value of Depreciation',
|
'depreciation_min' => 'Minimální hodnota odpisu',
|
||||||
'number_of_months' => 'Počet měsíců',
|
'number_of_months' => 'Počet měsíců',
|
||||||
'update' => 'Aktualizovat amortizaci',
|
'update' => 'Aktualizovat amortizaci',
|
||||||
'depreciation_min' => 'Minimum Value after Depreciation',
|
'depreciation_min' => 'Minimální hodnota po odpisech',
|
||||||
'no_depreciations_warning' => '<strong>Warning: </strong>
|
'no_depreciations_warning' => '<strong>Upozornění: </strong>
|
||||||
You do not currently have any depreciations set up.
|
V současné době nemáte nastavené žádné odpisy.
|
||||||
Please set up at least one depreciation to view the depreciation report.',
|
Prosím nastavte alespoň jedno odpisování pro zobrazení zprávy o odpisu.',
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,6 +6,6 @@ return [
|
||||||
'months' => 'Měsíců',
|
'months' => 'Měsíců',
|
||||||
'term' => 'Podmínka',
|
'term' => 'Podmínka',
|
||||||
'title' => 'Název ',
|
'title' => 'Název ',
|
||||||
'depreciation_min' => 'Floor Value',
|
'depreciation_min' => 'Minimální hodnota',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
|
@ -10,7 +10,7 @@ return [
|
||||||
'group_admin' => 'Správce skupiny',
|
'group_admin' => 'Správce skupiny',
|
||||||
'allow' => 'Povolit',
|
'allow' => 'Povolit',
|
||||||
'deny' => 'Zakázat',
|
'deny' => 'Zakázat',
|
||||||
'permission' => 'Permission',
|
'permission' => 'Oprávnění',
|
||||||
'grant' => 'Grant',
|
'grant' => 'Udělit',
|
||||||
'no_permissions' => 'This group has no permissions.'
|
'no_permissions' => 'Tato skupina nemá žádná oprávnění.'
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,7 +6,7 @@ return [
|
||||||
'bulk_delete_warn' => 'Chystáte se odstranit :asset_count položek majetku.',
|
'bulk_delete_warn' => 'Chystáte se odstranit :asset_count položek majetku.',
|
||||||
'bulk_update' => 'Hromadná aktualizace majetku',
|
'bulk_update' => 'Hromadná aktualizace majetku',
|
||||||
'bulk_update_help' => 'Tento formulář umožňuje hromadnou editaci majetku. Vyplňte pouze položky, které chcete změnit. Jakékoliv prázné položky zůstanou nezměněny. ',
|
'bulk_update_help' => 'Tento formulář umožňuje hromadnou editaci majetku. Vyplňte pouze položky, které chcete změnit. Jakékoliv prázné položky zůstanou nezměněny. ',
|
||||||
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.',
|
'bulk_update_warn' => 'Chystáte se upravit vlastnosti 1 položky.|Chystáte se upravit vlastnosti :asset_count položek.',
|
||||||
'checkedout_to' => 'Vydané komu',
|
'checkedout_to' => 'Vydané komu',
|
||||||
'checkout_date' => 'Datum vydání',
|
'checkout_date' => 'Datum vydání',
|
||||||
'checkin_date' => 'Datum převzetí',
|
'checkin_date' => 'Datum převzetí',
|
||||||
|
@ -40,12 +40,12 @@ return [
|
||||||
'warranty' => 'Záruka',
|
'warranty' => 'Záruka',
|
||||||
'warranty_expires' => 'Záruka končí',
|
'warranty_expires' => 'Záruka končí',
|
||||||
'years' => 'roky',
|
'years' => 'roky',
|
||||||
'asset_location' => 'Update Asset Location',
|
'asset_location' => 'Upravit umístění',
|
||||||
'asset_location_update_default_current' => 'Update default location AND actual location',
|
'asset_location_update_default_current' => 'Aktualizovat výchozí umístění A aktuální umístění',
|
||||||
'asset_location_update_default' => 'Update only default location',
|
'asset_location_update_default' => 'Aktualizovat pouze výchozí umístění',
|
||||||
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
|
'asset_not_deployable' => 'Tento majetek nelze vyskladnit.',
|
||||||
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
|
'asset_deployable' => 'Tento majetek lze vyskladnit.',
|
||||||
'processing_spinner' => 'Zpracovává se...',
|
'processing_spinner' => 'Zpracovává se...',
|
||||||
'optional_infos' => 'Optional Information',
|
'optional_infos' => 'Volitelné informace',
|
||||||
'order_details' => 'Order Related Information'
|
'order_details' => 'Informace související s objednávkou'
|
||||||
];
|
];
|
||||||
|
|
|
@ -6,39 +6,41 @@ return [
|
||||||
'archived' => 'Archivováno',
|
'archived' => 'Archivováno',
|
||||||
'asset' => 'Majetek',
|
'asset' => 'Majetek',
|
||||||
'bulk_checkout' => 'Vyskladnit majetek',
|
'bulk_checkout' => 'Vyskladnit majetek',
|
||||||
'bulk_checkin' => 'Checkin Assets',
|
'bulk_checkin' => 'Převzít majetek',
|
||||||
'checkin' => 'Převzít majetek',
|
'checkin' => 'Převzít majetek',
|
||||||
'checkout' => 'Pokladní majetek',
|
'checkout' => 'Pokladní majetek',
|
||||||
'clone' => 'Klonovat majetek',
|
'clone' => 'Klonovat majetek',
|
||||||
'deployable' => 'Připraveno k nasazení',
|
'deployable' => 'Připraveno k nasazení',
|
||||||
'deleted' => 'This asset has been deleted.',
|
'deleted' => 'Tento majetek byl odstraněn.',
|
||||||
'edit' => 'Upravit majetek',
|
'edit' => 'Upravit majetek',
|
||||||
'model_deleted' => 'This Assets model has been deleted. You must restore the model before you can restore the Asset.',
|
'model_deleted' => 'Tento model majetku byl odstraněn. Před obnovením majetku musíte model obnovit.',
|
||||||
|
'model_invalid' => 'The Model of this Asset is invalid.',
|
||||||
|
'model_invalid_fix' => 'The Asset should be edited to correct this before attempting to check it in or out.',
|
||||||
'requestable' => 'Lze vyžádat',
|
'requestable' => 'Lze vyžádat',
|
||||||
'requested' => 'Požadováno',
|
'requested' => 'Požadováno',
|
||||||
'not_requestable' => 'Not Requestable',
|
'not_requestable' => 'Nelze vyžádat',
|
||||||
'requestable_status_warning' => 'Do not change requestable status',
|
'requestable_status_warning' => 'Neměnit požadovaný stav',
|
||||||
'restore' => 'Obnovit zařízení',
|
'restore' => 'Obnovit zařízení',
|
||||||
'pending' => 'Čekající',
|
'pending' => 'Čekající',
|
||||||
'undeployable' => 'Nepřiřaditelné',
|
'undeployable' => 'Nelze vyskladnit',
|
||||||
'view' => 'Zobrazit majetek',
|
'view' => 'Zobrazit majetek',
|
||||||
'csv_error' => 'You have an error in your CSV file:',
|
'csv_error' => 'Máte chybu v souboru CSV:',
|
||||||
'import_text' => '
|
'import_text' => '
|
||||||
<p>
|
<p>
|
||||||
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.
|
Nahrajte CSV obsahující historii aktiv. Majetek a uživatelé MUSÍ již v systému existovat, nebo budou přeskočeni. Odpovídající aktiva se dopárují přes inventární číslo. Pokusíme se najít odpovídající uživatele na základě uživatelského jména a kritérií, která vyberete níže. Pokud nevyberete žádná kritéria níže, pokusíme se data spárovat pomocí uživatelského jména, který jste nakonfigurovali v Admin > Obecná nastavení.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>Fields included in the CSV must match the headers: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Any additional fields will be ignored. </p>
|
<p>Pole zahrnutá do CSV musí odpovídat hlavičkám: <strong>Inventární číslo, Jméno, Datum převzetí majetku, Datum vydání majetku</strong>. Všechna další pole budou ignorována. </p>
|
||||||
|
|
||||||
<p>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.</p>
|
<p>Odevzdání majetku: prázdná nebo budoucí data automaticky odhlásí majetek přidruženému uživateli. Vyloučením sloupce odevzdání majetku nastaví datum odevzdání na dnešek.</p>
|
||||||
',
|
',
|
||||||
'csv_import_match_f-l' => 'Try to match users by firstname.lastname (jane.smith) format',
|
'csv_import_match_f-l' => 'Formát jmeno.prijmeni (karel.novak)',
|
||||||
'csv_import_match_initial_last' => 'Try to match users by first initial last name (jsmith) format',
|
'csv_import_match_initial_last' => 'Formát jprijmeni (knovak)',
|
||||||
'csv_import_match_first' => 'Try to match users by first name (jane) format',
|
'csv_import_match_first' => 'Formát jmeno (karel)',
|
||||||
'csv_import_match_email' => 'Try to match users by email as username',
|
'csv_import_match_email' => 'Email jako uživatelské jméno',
|
||||||
'csv_import_match_username' => 'Try to match users by username',
|
'csv_import_match_username' => 'Uživatelské jméno podle uživatelského jména',
|
||||||
'error_messages' => 'Error messages:',
|
'error_messages' => 'Chybové zprávy:',
|
||||||
'success_messages' => 'Success messages:',
|
'success_messages' => 'Úspěšné zprávy:',
|
||||||
'alert_details' => 'Please see below for details.',
|
'alert_details' => 'Podrobnosti naleznete níže.',
|
||||||
'custom_export' => 'Uživatelsky definovaný export'
|
'custom_export' => 'Uživatelsky definovaný export'
|
||||||
];
|
];
|
||||||
|
|
|
@ -5,7 +5,7 @@ return [
|
||||||
'undeployable' => '<strong>Varování:</strong> Toto zařízení bylo označeno jako momentálně nepřiřaditelné.
|
'undeployable' => '<strong>Varování:</strong> Toto zařízení bylo označeno jako momentálně nepřiřaditelné.
|
||||||
Pokud se na jeho stavu něco změnilo, upravte jej.',
|
Pokud se na jeho stavu něco změnilo, upravte jej.',
|
||||||
'does_not_exist' => 'Majetek nenalezen.',
|
'does_not_exist' => 'Majetek nenalezen.',
|
||||||
'does_not_exist_or_not_requestable' => 'That asset does not exist or is not requestable.',
|
'does_not_exist_or_not_requestable' => 'Tento majetek neexistuje nebo jej nelze vyskladnit.',
|
||||||
'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. ',
|
'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' => [
|
'create' => [
|
||||||
|
@ -17,7 +17,7 @@ return [
|
||||||
'error' => 'Majetek se nepodařilo upravit, zkuste to prosím znovu',
|
'error' => 'Majetek se nepodařilo upravit, zkuste to prosím znovu',
|
||||||
'success' => 'Majetek úspěšně aktualizován.',
|
'success' => 'Majetek úspěšně aktualizován.',
|
||||||
'nothing_updated' => 'Nebyla zvolena žádná pole, nic se tedy neupravilo.',
|
'nothing_updated' => 'Nebyla zvolena žádná pole, nic se tedy neupravilo.',
|
||||||
'no_assets_selected' => 'No assets were selected, so nothing was updated.',
|
'no_assets_selected' => 'Nebyl zvolen žádný majetek, nic se tedy neupravilo.',
|
||||||
],
|
],
|
||||||
|
|
||||||
'restore' => [
|
'restore' => [
|
||||||
|
@ -49,6 +49,8 @@ return [
|
||||||
'success' => 'Váš soubor byl importován',
|
'success' => 'Váš soubor byl importován',
|
||||||
'file_delete_success' => 'Váš soubor byl úspěšně odstraněn',
|
'file_delete_success' => 'Váš soubor byl úspěšně odstraněn',
|
||||||
'file_delete_error' => 'Soubor nelze odstranit',
|
'file_delete_error' => 'Soubor nelze odstranit',
|
||||||
|
'header_row_has_malformed_characters' => 'One or more attributes in the header row contain malformed UTF-8 characters',
|
||||||
|
'content_row_has_malformed_characters' => 'One or more attributes in the first row of content contain malformed UTF-8 characters',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@ return [
|
||||||
|
|
||||||
'asset_tag' => 'Označení majetku',
|
'asset_tag' => 'Označení majetku',
|
||||||
'asset_model' => 'Model',
|
'asset_model' => 'Model',
|
||||||
'book_value' => 'Current Value',
|
'book_value' => 'Aktuální hodnota',
|
||||||
'change' => 'Příjem/Výdej',
|
'change' => 'Příjem/Výdej',
|
||||||
'checkout_date' => 'Datum vydání',
|
'checkout_date' => 'Datum vydání',
|
||||||
'checkoutto' => 'Vydané',
|
'checkoutto' => 'Vydané',
|
||||||
'current_value' => 'Current Value',
|
'current_value' => 'Aktuální hodnota',
|
||||||
'diff' => 'Rozdíl',
|
'diff' => 'Rozdíl',
|
||||||
'dl_csv' => 'Stáhnout CSV',
|
'dl_csv' => 'Stáhnout CSV',
|
||||||
'eol' => 'Konec životnosti',
|
'eol' => 'Konec životnosti',
|
||||||
|
@ -21,10 +21,10 @@ return [
|
||||||
'title' => 'Majetek ',
|
'title' => 'Majetek ',
|
||||||
'image' => 'Obrázek zařízení',
|
'image' => 'Obrázek zařízení',
|
||||||
'days_without_acceptance' => 'Dní bez schválení',
|
'days_without_acceptance' => 'Dní bez schválení',
|
||||||
'monthly_depreciation' => 'Monthly Depreciation',
|
'monthly_depreciation' => 'Měsíční odpisy',
|
||||||
'assigned_to' => 'Assigned To',
|
'assigned_to' => 'Přiděleno',
|
||||||
'requesting_user' => 'Requesting User',
|
'requesting_user' => 'Požaduje uživatel',
|
||||||
'requested_date' => 'Requested Date',
|
'requested_date' => 'Požadované datum',
|
||||||
'changed' => 'Changed',
|
'changed' => 'Upraveno',
|
||||||
'icon' => 'Ikona',
|
'icon' => 'Ikona',
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,50 +1,50 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'about_kits_title' => 'About Predefined Kits',
|
'about_kits_title' => 'O předdefinovaných sadách',
|
||||||
'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.',
|
'about_kits_text' => 'Předdefinované sady vám umožní rychle se podívat na sbírku položek (majetek, licence atd.) pro uživatele. To může být užitečné, pokud je váš proces předávání majetku stejný napříč mnoha uživateli a všichni uživatelé obdrží stejné položky.',
|
||||||
'checkout' => 'Checkout Kit ',
|
'checkout' => 'Vydat sadu ',
|
||||||
'create_success' => 'Kit was successfully created.',
|
'create_success' => 'Sada byla úspěšně vytvořena.',
|
||||||
'create' => 'Create Predefined Kit',
|
'create' => 'Vytvořit předdefinovanou sadu',
|
||||||
'update' => 'Update Predefined Kit',
|
'update' => 'Aktualizovat předdefinovanou sadu',
|
||||||
'delete_success' => 'Kit was successfully deleted.',
|
'delete_success' => 'Sada byla úspěšně smazána.',
|
||||||
'update_success' => 'Kit was successfully updated.',
|
'update_success' => 'Sada byla úspěšně aktualizována.',
|
||||||
'none_models' => 'There are not enough available assets for :model to checkout. :qty are required. ',
|
'none_models' => 'Není dostatek dostupných položek pro :model aby mohl být vydán. Potřeba :qty. ',
|
||||||
'none_licenses' => 'There are not enough available seats for :license to checkout. :qty are required. ',
|
'none_licenses' => 'Není dostatek volných licencí :license aby mohl být vydán. Potřeba :qty. ',
|
||||||
'none_consumables' => 'There are not enough available units of :consumable to checkout. :qty are required. ',
|
'none_consumables' => 'Není dostatek dostupných položek pro :consumable aby mohl být vydán. Potřeba :qty. ',
|
||||||
'none_accessory' => 'There are not enough available units of :accessory to checkout. :qty are required. ',
|
'none_accessory' => 'Není dostatek dostupných položek :accessory aby mohl být vydán. Potřeba :qty. ',
|
||||||
'append_accessory' => 'Append Accessory',
|
'append_accessory' => 'Přiložit příslušenství',
|
||||||
'update_appended_accessory' => 'Update appended Accessory',
|
'update_appended_accessory' => 'Aktualizovat přiložené příslušenství',
|
||||||
'append_consumable' => 'Append Consumable',
|
'append_consumable' => 'Přiložit spotřební materiál',
|
||||||
'update_appended_consumable' => 'Update appended Consumable',
|
'update_appended_consumable' => 'Upravit přiložený spotřební materiál',
|
||||||
'append_license' => 'Append license',
|
'append_license' => 'Přiložit licenci',
|
||||||
'update_appended_license' => 'Update appended license',
|
'update_appended_license' => 'Upravit přiloženou licenci',
|
||||||
'append_model' => 'Append model',
|
'append_model' => 'Přiložit model',
|
||||||
'update_appended_model' => 'Update appended model',
|
'update_appended_model' => 'Upravit přiložený model',
|
||||||
'license_error' => 'License already attached to kit',
|
'license_error' => 'Licence již je v sadě',
|
||||||
'license_added_success' => 'License added successfully',
|
'license_added_success' => 'Licence byla úspěšně přidána',
|
||||||
'license_updated' => 'License was successfully updated',
|
'license_updated' => 'Lincece byla úspěšně aktualizována',
|
||||||
'license_none' => 'License does not exist',
|
'license_none' => 'Licence neexistuje',
|
||||||
'license_detached' => 'License was successfully detached',
|
'license_detached' => 'Licence úspěšně odpojena',
|
||||||
'consumable_added_success' => 'Consumable added successfully',
|
'consumable_added_success' => 'Spotřební materiál úspěšně přidán',
|
||||||
'consumable_updated' => 'Consumable was successfully updated',
|
'consumable_updated' => 'Spotřební materiál byl úspěšně upraven',
|
||||||
'consumable_error' => 'Consumable already attached to kit',
|
'consumable_error' => 'Spotřební materiál již je v sadě',
|
||||||
'consumable_deleted' => 'Delete was successful',
|
'consumable_deleted' => 'Smazání bylo úspěšné',
|
||||||
'consumable_none' => 'Consumable does not exist',
|
'consumable_none' => 'Spotřební materiál neexistuje',
|
||||||
'consumable_detached' => 'Consumable was successfully detached',
|
'consumable_detached' => 'Spotřební materiál byl úspěšně odpojen',
|
||||||
'accessory_added_success' => 'Accessory added successfully',
|
'accessory_added_success' => 'Příslušenství úspěšně přidáno',
|
||||||
'accessory_updated' => 'Accessory was successfully updated',
|
'accessory_updated' => 'Příslušenství úspěšně aktualizováno',
|
||||||
'accessory_detached' => 'Accessory was successfully detached',
|
'accessory_detached' => 'Příslušenství úspěšně odpojeno',
|
||||||
'accessory_error' => 'Accessory already attached to kit',
|
'accessory_error' => 'Příslušenství již je připojené k sadě',
|
||||||
'accessory_deleted' => 'Delete was successful',
|
'accessory_deleted' => 'Smazání bylo úspěšné',
|
||||||
'accessory_none' => 'Accessory does not exist',
|
'accessory_none' => 'Příslušenství neexistuje',
|
||||||
'checkout_success' => 'Checkout was successful',
|
'checkout_success' => 'Vydání proběhlo úspěšně',
|
||||||
'checkout_error' => 'Checkout error',
|
'checkout_error' => 'Chyba vydání',
|
||||||
'kit_none' => 'Kit does not exist',
|
'kit_none' => 'Kit neexistuje',
|
||||||
'kit_created' => 'Kit was successfully created',
|
'kit_created' => 'Kit byl úspěšně vytvořen',
|
||||||
'kit_updated' => 'Kit was successfully updated',
|
'kit_updated' => 'Sada byla úspěšně aktualizována',
|
||||||
'kit_not_found' => 'Kit not found',
|
'kit_not_found' => 'Sada nenalezena',
|
||||||
'kit_deleted' => 'Kit was successfully deleted',
|
'kit_deleted' => 'Sada byla úspěšně smazána',
|
||||||
'kit_model_updated' => 'Model was successfully updated',
|
'kit_model_updated' => 'Model byl úspěšně aktualizován',
|
||||||
'kit_model_detached' => 'Model was successfully detached',
|
'kit_model_detached' => 'Model byl úspěšně odpojen',
|
||||||
];
|
];
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'License does not exist or you do not have permission to view it.',
|
'does_not_exist' => 'Licence neexistuje nebo nemáte oprávnění k jejímu zobrazení.',
|
||||||
'user_does_not_exist' => 'Uživatel neexistuje.',
|
'user_does_not_exist' => 'Uživatel neexistuje.',
|
||||||
'asset_does_not_exist' => 'Majetek, který se pokoušíte spojit s touto licencí, neexistuje.',
|
'asset_does_not_exist' => 'Majetek, který se pokoušíte spojit s touto licencí, neexistuje.',
|
||||||
'owner_doesnt_match_asset' => 'Majetek, který se pokoušíte spojit s touto licencí, vlastní někdo jiný než osoba vybraná v rozbalovací nabídce k této licenci.',
|
'owner_doesnt_match_asset' => 'Majetek, který se pokoušíte spojit s touto licencí, vlastní někdo jiný než osoba vybraná v rozbalovací nabídce k této licenci.',
|
||||||
|
|
|
@ -6,8 +6,8 @@ return array(
|
||||||
'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_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_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. ',
|
'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. ',
|
||||||
'assigned_assets' => 'Assigned Assets',
|
'assigned_assets' => 'Přiřazený majetek',
|
||||||
'current_location' => 'Current Location',
|
'current_location' => 'Současné umístění',
|
||||||
|
|
||||||
|
|
||||||
'create' => array(
|
'create' => array(
|
||||||
|
|
|
@ -30,11 +30,11 @@ return [
|
||||||
'asset_model' => 'Model',
|
'asset_model' => 'Model',
|
||||||
'asset_serial' => 'Sériové číslo',
|
'asset_serial' => 'Sériové číslo',
|
||||||
'asset_location' => 'Umístění',
|
'asset_location' => 'Umístění',
|
||||||
'asset_checked_out' => 'Checked Out',
|
'asset_checked_out' => 'Vydané',
|
||||||
'asset_expected_checkin' => 'Expected Checkin',
|
'asset_expected_checkin' => 'Očekávané datum vrácení',
|
||||||
'date' => 'Datum:',
|
'date' => 'Datum:',
|
||||||
'signed_by_asset_auditor' => 'Signed By (Asset Auditor):',
|
'signed_by_asset_auditor' => 'Podepsáno (auditor majetku):',
|
||||||
'signed_by_finance_auditor' => 'Signed By (Finance Auditor):',
|
'signed_by_finance_auditor' => 'Podepsáno (Finanční auditor):',
|
||||||
'signed_by_location_manager' => 'Signed By (Location Manager):',
|
'signed_by_location_manager' => 'Podepsáno (Manager):',
|
||||||
'signed_by' => 'Signed Off By:',
|
'signed_by' => 'Odepsal:',
|
||||||
];
|
];
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
return array(
|
return array(
|
||||||
'about_models_title' => 'O modelech majetku',
|
'about_models_title' => 'O modelech majetku',
|
||||||
'about_models_text' => 'Modely majetku jsou způsoby seskupení shodných majetků. "MBP 2013", "iPhone 6s" atd.',
|
'about_models_text' => 'Modely majetku jsou způsoby seskupení shodných majetků. "MBP 2013", "iPhone 6s" atd.',
|
||||||
'deleted' => 'This model has been deleted.',
|
'deleted' => 'Tento model byl odstraněn.',
|
||||||
'bulk_delete' => 'Hromadné mazání modelů majetku',
|
'bulk_delete' => 'Hromadné mazání modelů majetku',
|
||||||
'bulk_delete_help' => 'Pomocí zaškrtávacích kolonek potvrďte smazání označených modelů majetku. Modely majetku, ke kterým je přiřazen majetek nemohou být smazány dokud jim přiřazený majetek nebude přeřazen k jinému modulu.',
|
'bulk_delete_help' => 'Pomocí zaškrtávacích kolonek potvrďte smazání označených modelů majetku. Modely majetku, ke kterým je přiřazen majetek nemohou být smazány dokud jim přiřazený majetek nebude přeřazen k jinému modulu.',
|
||||||
'bulk_delete_warn' => 'Chystáte se smazat :model_count asset models.',
|
'bulk_delete_warn' => 'Chystáte se smazat :model_count asset models.',
|
||||||
|
|
|
@ -3,6 +3,8 @@
|
||||||
return array(
|
return array(
|
||||||
|
|
||||||
'does_not_exist' => 'Model neexistuje.',
|
'does_not_exist' => 'Model neexistuje.',
|
||||||
|
'no_association' => 'NO MODEL ASSOCIATED.',
|
||||||
|
'no_association_fix' => 'This will break things in weird and horrible ways. Edit this asset now to assign it a model.',
|
||||||
'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. ',
|
'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. ',
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'info' => 'Zvolte možnosti zprávy o majetku.',
|
'info' => 'Zvolte možnosti zprávy o majetku.',
|
||||||
'deleted_user' => 'Deleted user',
|
'deleted_user' => 'Odstraněný uživatel',
|
||||||
'send_reminder' => 'Poslat připomínku',
|
'send_reminder' => 'Poslat připomínku',
|
||||||
'reminder_sent' => 'Připomínka odeslána',
|
'reminder_sent' => 'Připomínka odeslána',
|
||||||
'acceptance_deleted' => 'Acceptance request deleted',
|
'acceptance_deleted' => 'Žádost o přijetí byla smazána',
|
||||||
'acceptance_request' => 'Acceptance request'
|
'acceptance_request' => 'Žádost o přijetí'
|
||||||
];
|
];
|
|
@ -4,16 +4,16 @@ return [
|
||||||
'ad' => 'Active Directory',
|
'ad' => 'Active Directory',
|
||||||
'ad_domain' => 'Doména služby 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_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_label' => 'Uveďte název domény',
|
||||||
'ad_append_domain' => 'Append domain name to username field',
|
'ad_append_domain' => 'Připojit doménu k uživatelskému jménu',
|
||||||
'ad_append_domain_help' => 'User isn\'t required to write "username@domain.local", they can just type "username".',
|
'ad_append_domain_help' => 'Uživatel není povinen psát "uzivatel@domena.local", může pouze napsat "uzivatel".',
|
||||||
'admin_cc_email' => 'Ve skryté kopii',
|
'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é.',
|
'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',
|
'is_ad' => 'Toto je server služby Active Directory',
|
||||||
'alerts' => 'Alerts',
|
'alerts' => 'Výstrahy',
|
||||||
'alert_title' => 'Update Alert Settings',
|
'alert_title' => 'Upravit nastavení výstrah',
|
||||||
'alert_email' => 'Zasílat upozornění na',
|
'alert_email' => 'Zasílat upozornění na',
|
||||||
'alert_email_help' => 'Email addresses or distribution lists you want alerts to be sent to, comma separated',
|
'alert_email_help' => 'E-mailové adresy nebo distribuční seznamy kterým chcete odesílat výstrahy, oddělené čárkou',
|
||||||
'alerts_enabled' => 'Upozornění zapnutá',
|
'alerts_enabled' => 'Upozornění zapnutá',
|
||||||
'alert_interval' => 'Mez upozornění na vypršení (ve dnech)',
|
'alert_interval' => 'Mez upozornění na vypršení (ve dnech)',
|
||||||
'alert_inv_threshold' => 'Mez upozornění skladu',
|
'alert_inv_threshold' => 'Mez upozornění skladu',
|
||||||
|
@ -21,23 +21,23 @@ return [
|
||||||
'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',
|
'asset_ids' => 'ID majetku',
|
||||||
'audit_interval' => 'Interval auditu',
|
'audit_interval' => 'Interval auditu',
|
||||||
'audit_interval_help' => 'If you are required to regularly physically audit your assets, enter the interval in months that you use. If you update this value, all of the "next audit dates" for assets with an upcoming audit date will be updated.',
|
'audit_interval_help' => 'Pokud máte povinnost provádět pravidelný fyzický audit svých aktiv, zadejte interval v měsících, které používáte. Pokud tuto hodnotu aktualizujete, všechna „další data auditu“ pro aktiva s nadcházejícím datem auditu budou aktualizována.',
|
||||||
'audit_warning_days' => 'Prah výstrahy auditu',
|
'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?',
|
'audit_warning_days_help' => 'Kolik dní předem bychom vás měli varovat, když jsou aktiva splatná pro audit?',
|
||||||
'auto_increment_assets' => 'Generate auto-incrementing asset tags',
|
'auto_increment_assets' => 'Generovat automatické inventární číslo položek',
|
||||||
'auto_increment_prefix' => 'Předpona (volitnelná)',
|
'auto_increment_prefix' => 'Předpona (volitnelná)',
|
||||||
'auto_incrementing_help' => 'Enable auto-incrementing asset tags first to set this',
|
'auto_incrementing_help' => 'Pro nastavení musíte nejdřív povolit automatickou generaci inventárních čísel',
|
||||||
'backups' => 'Zálohy',
|
'backups' => 'Zálohy',
|
||||||
'backups_help' => 'Create, download, and restore backups ',
|
'backups_help' => 'Vytvořit, stáhnout a obnovit zálohy ',
|
||||||
'backups_restoring' => 'Restoring from Backup',
|
'backups_restoring' => 'Obnovit ze zálohy',
|
||||||
'backups_upload' => 'Upload Backup',
|
'backups_upload' => 'Nahrát zálohu',
|
||||||
'backups_path' => 'Backups on the server are stored in <code>:path</code>',
|
'backups_path' => 'Zálohy jsou uloženy v <code>:path</code>',
|
||||||
'backups_restore_warning' => 'Use the restore button <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> to restore from a previous backup. (This does not currently work with S3 file storage or Docker.<br><br>Your <strong>entire :app_name database and any uploaded files will be completely replaced</strong> by what\'s in the backup file. ',
|
'backups_restore_warning' => 'Použijte tlačítko obnovení <small><span class="btn btn-xs btn-warning"><i class="text-white fas fa-retweet" aria-hidden="true"></i></span></small> k obnovení předchozí zálohy. (Toto v současné době nefunguje se S3 souborovým systémem nebo Dockerem.<br><br>Vaše <strong>celá databáze :app_name a všechny nahrané soubory budou zcela nahrazeny</strong> tím, co je v záloze. ',
|
||||||
'backups_logged_out' => 'All existing users, including you, will be logged out once your restore is complete.',
|
'backups_logged_out' => 'Všichni stávající uživatelé, včetně vás, budou odhlášeni po dokončení obnovy.',
|
||||||
'backups_large' => 'Very large backups may time out on the restore attempt and may still need to be run via command line. ',
|
'backups_large' => 'Velmi velké zálohy mohou při obnovování způsobit time out chybu a možná budou muset být spuštěny přes příkazový řádek. ',
|
||||||
'barcode_settings' => 'Nastavení čárového kódu',
|
'barcode_settings' => 'Nastavení čárového kódu',
|
||||||
'confirm_purge' => 'Potvrdit vyčištění',
|
'confirm_purge' => 'Potvrdit vyčištění',
|
||||||
'confirm_purge_help' => 'Enter the text "DELETE" in the box below to purge your deleted records. This action cannot be undone and will PERMANENTLY delete all soft-deleted items and users. (You should make a backup first, just to be safe.)',
|
'confirm_purge_help' => 'Zadejte text "DELETE" do pole níže pro odstranění odstraněných záznamů. Tato akce nemůže být vrácena zpět a TRVALE smaže všechny položky a uživatele. (Měli byste nejdříve vytvořit zálohu, pro jistotu.)',
|
||||||
'custom_css' => 'Vlastní CSS',
|
'custom_css' => 'Vlastní CSS',
|
||||||
'custom_css_help' => 'Zadejte libovolné vlastní CSS, které chcete použít. Nezahrnujte <style></style> tagy.',
|
'custom_css_help' => 'Zadejte libovolné vlastní CSS, které chcete použít. Nezahrnujte <style></style> tagy.',
|
||||||
'custom_forgot_pass_url' => 'Uživatelem určená URL adresa pro resetování hesla',
|
'custom_forgot_pass_url' => 'Uživatelem určená URL adresa pro resetování hesla',
|
||||||
|
@ -53,37 +53,38 @@ return [
|
||||||
'display_eol' => 'Zobrazit EOL v tabulkovém zobrazení',
|
'display_eol' => 'Zobrazit EOL v tabulkovém zobrazení',
|
||||||
'display_qr' => 'Zobrazit kódy',
|
'display_qr' => 'Zobrazit kódy',
|
||||||
'display_alt_barcode' => 'Zobrazit 1D čárový kód',
|
'display_alt_barcode' => 'Zobrazit 1D čárový kód',
|
||||||
'email_logo' => 'Email Logo',
|
'email_logo' => 'Email logo',
|
||||||
'barcode_type' => 'Typ 2D čárového kódu',
|
'barcode_type' => 'Typ 2D čárového kódu',
|
||||||
'alt_barcode_type' => 'Typ 1D čárového kódu',
|
'alt_barcode_type' => 'Typ 1D čárového kódu',
|
||||||
'email_logo_size' => 'Square logos in email look best. ',
|
'email_logo_size' => 'Čtvercová loga vypadají na mailu nejlépe. ',
|
||||||
'enabled' => 'Enabled',
|
'enabled' => 'Povoleno',
|
||||||
'eula_settings' => 'Nastavení EULA',
|
'eula_settings' => 'Nastavení EULA',
|
||||||
'eula_markdown' => 'Tato EULA umožňuje <a href="https://help.github.com/articles/github-flavored-markdown/">Github markdown</a>.',
|
'eula_markdown' => 'Tato EULA umožňuje <a href="https://help.github.com/articles/github-flavored-markdown/">Github markdown</a>.',
|
||||||
'favicon' => 'Favicon',
|
'favicon' => 'Favicona',
|
||||||
'favicon_format' => 'Accepted filetypes are ico, png, and gif. Other image formats may not work in all browsers.',
|
'favicon_format' => 'Povolené typy souborů jsou ico, png a gif. Ostatní formáty obrázků nemusí fungovat ve všech prohlížečích.',
|
||||||
'favicon_size' => 'Favicons should be square images, 16x16 pixels.',
|
'favicon_size' => 'Favikony by měly být čtvercové obrázky, 16 x 16 pixelů.',
|
||||||
'footer_text' => 'Další text do zápatí ',
|
'footer_text' => 'Další text do zápatí ',
|
||||||
'footer_text_help' => 'Tento text se zobrazí v pravém zápatí. Odkazy jsou povoleny pomocí <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>. Zalamování řádků, záhlaví, obrázky atd. mohou mít za následek nepředvídatelné výsledky.',
|
'footer_text_help' => 'Tento text se zobrazí v pravém zápatí. Odkazy jsou povoleny pomocí <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>. Zalamování řádků, záhlaví, obrázky atd. mohou mít za následek nepředvídatelné výsledky.',
|
||||||
'general_settings' => 'Obecné nastavení',
|
'general_settings' => 'Obecné nastavení',
|
||||||
'general_settings_keywords' => 'company support, signature, acceptance, email format, username format, images, per page, thumbnail, eula, tos, dashboard, privacy',
|
'general_settings_keywords' => 'technická podpora, podpis, přijetí, e-mailový formát, formát uživatelského jména, obrázky, na stránce, náhled, eula, licenční podmínky, hlavní stránka, soukromí',
|
||||||
'general_settings_help' => 'Default EULA and more',
|
'general_settings_help' => 'Výchozí EULA a další',
|
||||||
'generate_backup' => 'Vytvořit zálohu',
|
'generate_backup' => 'Vytvořit zálohu',
|
||||||
'header_color' => 'Barva záhlaví',
|
'header_color' => 'Barva záhlaví',
|
||||||
'info' => 'Tato nastavení umožňují zvolit určité prvky instalace.',
|
'info' => 'Tato nastavení umožňují zvolit určité prvky instalace.',
|
||||||
'label_logo' => 'Label Logo',
|
'label_logo' => 'Logo štítku',
|
||||||
'label_logo_size' => 'Square logos look best - will be displayed in the top right of each asset label. ',
|
'label_logo_size' => 'Čtvercová loga vypadají nejlépe - zobrazí se vpravo nahoře v každém inventárním číslem. ',
|
||||||
'laravel' => 'Verze Laravel',
|
'laravel' => 'Verze Laravel',
|
||||||
'ldap' => 'LDAP',
|
'ldap' => 'LDAP',
|
||||||
'ldap_default_group' => 'Default Permissions Group',
|
'ldap_default_group' => 'Výchozí skupina oprávnění',
|
||||||
'ldap_default_group_info' => 'Select a group to assign to newly synced users. Remember that a user takes on the permissions of the group they are assigned.',
|
'ldap_default_group_info' => 'Vyberte skupinu, kterou chcete přiřadit novým uživatelům. Nezapomeňte, že uživatel přebírá oprávnění skupiny, která je mu přiřazena.',
|
||||||
|
'no_default_group' => 'Žádná výchozí skupina',
|
||||||
'ldap_help' => 'LDAP/Active Directory',
|
'ldap_help' => 'LDAP/Active Directory',
|
||||||
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
'ldap_client_tls_key' => 'LDAP Client TLS Key',
|
||||||
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
'ldap_client_tls_cert' => 'LDAP Client-Side TLS Certificate',
|
||||||
'ldap_enabled' => 'LDAP povoleno',
|
'ldap_enabled' => 'LDAP povoleno',
|
||||||
'ldap_integration' => 'LDAP integrace',
|
'ldap_integration' => 'LDAP integrace',
|
||||||
'ldap_settings' => 'Nastavení LDAP',
|
'ldap_settings' => 'Nastavení LDAP',
|
||||||
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate and Key for LDAP connections are usually only useful in Google Workspace configurations with "Secure LDAP." Both are required.',
|
'ldap_client_tls_cert_help' => 'Client-Side TLS Certificate a klíč pro LDAP jsou obvykle užitečné pouze v konfiguracích Google Workspace společně s "Secure LDAP." Oba jsou vyžadovány.',
|
||||||
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
|
'ldap_client_tls_key' => 'LDAP Client-Side TLS key',
|
||||||
'ldap_login_test_help' => 'Zadejte platné LDAP uživatelské jméno a heslo ze základu rozlišeného názvu který jste určili výše a vyzkoušejte zda je LDAP přihlašování správně nastavené. NEJPRVE JE TŘEBA ULOŽIT ZMĚNĚNÉ NASTAVENÍ LDAP.',
|
'ldap_login_test_help' => 'Zadejte platné LDAP uživatelské jméno a heslo ze základu rozlišeného názvu který jste určili výše a vyzkoušejte zda je LDAP přihlašování správně nastavené. NEJPRVE JE TŘEBA ULOŽIT ZMĚNĚNÉ NASTAVENÍ LDAP.',
|
||||||
'ldap_login_sync_help' => 'Otestujte, že LDAP může správně synchronizovat. Pokud ověřovací LDAP dotaz není správný, uživatelé se nemusí být schopni přihlásit. JE NUTNÉ NEJPRVE NEJDŘÍVE ULOŽIT NASTAVENÍ LDAP POKUD BYLO ZMĚNĚNO.',
|
'ldap_login_sync_help' => 'Otestujte, že LDAP může správně synchronizovat. Pokud ověřovací LDAP dotaz není správný, uživatelé se nemusí být schopni přihlásit. JE NUTNÉ NEJPRVE NEJDŘÍVE ULOŽIT NASTAVENÍ LDAP POKUD BYLO ZMĚNĚNO.',
|
||||||
|
@ -115,16 +116,16 @@ return [
|
||||||
'ldap_emp_num' => 'LDAP číslo zaměstnance',
|
'ldap_emp_num' => 'LDAP číslo zaměstnance',
|
||||||
'ldap_email' => 'LDAP email',
|
'ldap_email' => 'LDAP email',
|
||||||
'ldap_test' => 'Test LDAP',
|
'ldap_test' => 'Test LDAP',
|
||||||
'ldap_test_sync' => 'Test LDAP Synchronization',
|
'ldap_test_sync' => 'Test LDAP synchronizace',
|
||||||
'license' => 'Softwarová licence',
|
'license' => 'Softwarová licence',
|
||||||
'load_remote_text' => 'Vzdálené skripty',
|
'load_remote_text' => 'Vzdálené skripty',
|
||||||
'load_remote_help_text' => 'Tato instalace Snipe-IT může nahrávat skripty z vnějšího světa.',
|
'load_remote_help_text' => 'Tato instalace Snipe-IT může nahrávat skripty z vnějšího světa.',
|
||||||
'login' => 'Login Attempts',
|
'login' => 'Pokusů o přihlášení',
|
||||||
'login_attempt' => 'Login Attempt',
|
'login_attempt' => 'Pokus o přihlášení',
|
||||||
'login_ip' => 'IP Address',
|
'login_ip' => 'IP adresa',
|
||||||
'login_success' => 'Success?',
|
'login_success' => 'Hotovo?',
|
||||||
'login_user_agent' => 'User Agent',
|
'login_user_agent' => 'User Agent',
|
||||||
'login_help' => 'List of attempted logins',
|
'login_help' => 'Seznam pokusů o přihlášení',
|
||||||
'login_note' => 'Přihlásit se Poznámka',
|
'login_note' => 'Přihlásit se Poznámka',
|
||||||
'login_note_help' => 'Volitelně můžete na obrazovce přihlášení zadat několik vět, například pomoci lidem, kteří nalezli ztracené nebo ukradené zařízení. Toto pole akceptuje značku <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavedmarkdown</a>',
|
'login_note_help' => 'Volitelně můžete na obrazovce přihlášení zadat několik vět, například pomoci lidem, kteří nalezli ztracené nebo ukradené zařízení. Toto pole akceptuje značku <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavedmarkdown</a>',
|
||||||
'login_remote_user_text' => 'Volby vzdáleného přihlašování uživatele',
|
'login_remote_user_text' => 'Volby vzdáleného přihlašování uživatele',
|
||||||
|
@ -134,8 +135,8 @@ return [
|
||||||
'login_common_disabled_help' => 'Tato volba vypne ostatní způsoby ověřování. Použijte ji pouze pokud jste si jistí, že už funguje přihlašování REMOTE_USER',
|
'login_common_disabled_help' => 'Tato volba vypne ostatní způsoby ověřování. Použijte ji pouze pokud jste si jistí, že už funguje přihlašování REMOTE_USER',
|
||||||
'login_remote_user_custom_logout_url_text' => 'Uživatelsky určená URL adresa odhlašování',
|
'login_remote_user_custom_logout_url_text' => 'Uživatelsky určená URL adresa odhlašování',
|
||||||
'login_remote_user_custom_logout_url_help' => 'Pokud je zde uvedena adresa URL, uživatelé budou po odhlášení ze Snipe-IT přesměrování na tuto URL. To je užitečné pro správné ukončení relací Authentication providera.',
|
'login_remote_user_custom_logout_url_help' => 'Pokud je zde uvedena adresa URL, uživatelé budou po odhlášení ze Snipe-IT přesměrování na tuto URL. To je užitečné pro správné ukončení relací Authentication providera.',
|
||||||
'login_remote_user_header_name_text' => 'Custom user name header',
|
'login_remote_user_header_name_text' => 'Záhlaví uživatelského jména',
|
||||||
'login_remote_user_header_name_help' => 'Use the specified header instead of REMOTE_USER',
|
'login_remote_user_header_name_help' => 'Použít zadané záhlaví místo REMOTE_USER',
|
||||||
'logo' => 'Logo',
|
'logo' => 'Logo',
|
||||||
'logo_print_assets' => 'Použijte v tisku',
|
'logo_print_assets' => 'Použijte v tisku',
|
||||||
'logo_print_assets_help' => 'Používat branding na seznamech k tisku ',
|
'logo_print_assets_help' => 'Používat branding na seznamech k tisku ',
|
||||||
|
@ -147,64 +148,64 @@ return [
|
||||||
'php' => 'Verze PHP',
|
'php' => 'Verze PHP',
|
||||||
'php_info' => 'PHP Info',
|
'php_info' => 'PHP Info',
|
||||||
'php_overview' => 'PHP',
|
'php_overview' => 'PHP',
|
||||||
'php_overview_keywords' => 'phpinfo, system, info',
|
'php_overview_keywords' => 'phpinfo, systém, info',
|
||||||
'php_overview_help' => 'PHP System info',
|
'php_overview_help' => 'PHP System info',
|
||||||
'php_gd_info' => 'Je nutné nainstalovat php-gd pro zobrazení QR kódů. Více v instalační příručce.',
|
'php_gd_info' => 'Je nutné nainstalovat php-gd pro zobrazení QR kódů. Více v instalační příručce.',
|
||||||
'php_gd_warning' => 'PHP pluginy pro zpracování obrazu a GD nejsou nainstalovány.',
|
'php_gd_warning' => 'PHP pluginy pro zpracování obrazu a GD nejsou nainstalovány.',
|
||||||
'pwd_secure_complexity' => 'Složitost hesla',
|
'pwd_secure_complexity' => 'Složitost hesla',
|
||||||
'pwd_secure_complexity_help' => 'Zvolte pravidla složitosti hesla, která chcete vynutit.',
|
'pwd_secure_complexity_help' => 'Zvolte pravidla složitosti hesla, která chcete vynutit.',
|
||||||
'pwd_secure_complexity_disallow_same_pwd_as_user_fields' => 'Password cannot be the same as first name, last name, email, or username',
|
'pwd_secure_complexity_disallow_same_pwd_as_user_fields' => 'Heslo nemůže být stejné jako křestní jméno, příjmení, e-mail nebo uživatelské jméno',
|
||||||
'pwd_secure_complexity_letters' => 'Require at least one letter',
|
'pwd_secure_complexity_letters' => 'Vyžaduje alespoň jedno písmeno',
|
||||||
'pwd_secure_complexity_numbers' => 'Require at least one number',
|
'pwd_secure_complexity_numbers' => 'Vyžaduje alespoň jedno číslo',
|
||||||
'pwd_secure_complexity_symbols' => 'Require at least one symbol',
|
'pwd_secure_complexity_symbols' => 'Vyžaduje alespoň jeden symbol',
|
||||||
'pwd_secure_complexity_case_diff' => 'Require at least one uppercase and one lowercase',
|
'pwd_secure_complexity_case_diff' => 'Vyžaduje alespoň jedno velké písmeno a jedno malé písmeno',
|
||||||
'pwd_secure_min' => 'Minimální znaky hesla',
|
'pwd_secure_min' => 'Minimální znaky hesla',
|
||||||
'pwd_secure_min_help' => 'Minimum permitted value is 8',
|
'pwd_secure_min_help' => 'Minimální povolená hodnota je 8',
|
||||||
'pwd_secure_uncommon' => 'Zabraňte běžným heslům',
|
'pwd_secure_uncommon' => 'Zabraňte běžným heslům',
|
||||||
'pwd_secure_uncommon_help' => 'To uživatelům zakáže používání běžných hesel z nejvyšších 10 000 hesel hlášených v porušení.',
|
'pwd_secure_uncommon_help' => 'To uživatelům zakáže používání běžných hesel z nejvyšších 10 000 hesel hlášených v porušení.',
|
||||||
'qr_help' => 'Nejprve povolte QR kódy',
|
'qr_help' => 'Nejprve povolte QR kódy',
|
||||||
'qr_text' => 'Text QR kódu',
|
'qr_text' => 'Text QR kódu',
|
||||||
'saml' => 'SAML',
|
'saml' => 'SAML',
|
||||||
'saml_title' => 'Update SAML settings',
|
'saml_title' => 'Upravit nastavení SAML',
|
||||||
'saml_help' => 'SAML settings',
|
'saml_help' => 'Nastavení SAML',
|
||||||
'saml_enabled' => 'SAML enabled',
|
'saml_enabled' => 'SAML povolen',
|
||||||
'saml_integration' => 'SAML Integration',
|
'saml_integration' => 'Integrace SAML',
|
||||||
'saml_sp_entityid' => 'Entity ID',
|
'saml_sp_entityid' => 'ID entity',
|
||||||
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
'saml_sp_acs_url' => 'Assertion Consumer Service (ACS) URL',
|
||||||
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
'saml_sp_sls_url' => 'Single Logout Service (SLS) URL',
|
||||||
'saml_sp_x509cert' => 'Public Certificate',
|
'saml_sp_x509cert' => 'Veřejný certifikát',
|
||||||
'saml_sp_metadata_url' => 'URL metadat',
|
'saml_sp_metadata_url' => 'URL metadat',
|
||||||
'saml_idp_metadata' => 'SAML IdP Metadata',
|
'saml_idp_metadata' => 'SAML IdP metadata',
|
||||||
'saml_idp_metadata_help' => 'You can specify the IdP metadata using a URL or XML file.',
|
'saml_idp_metadata_help' => 'Můžete zadat IdP metadata pomocí URL nebo XML souboru.',
|
||||||
'saml_attr_mapping_username' => 'Attribute Mapping - Username',
|
'saml_attr_mapping_username' => 'Mapování atributů - uživatelské jméno',
|
||||||
'saml_attr_mapping_username_help' => 'NameID will be used if attribute mapping is unspecified or invalid.',
|
'saml_attr_mapping_username_help' => 'NameID bude použito, pokud není specifikováno nebo není zadané přiřazování atributů.',
|
||||||
'saml_forcelogin_label' => 'SAML Force Login',
|
'saml_forcelogin_label' => 'SAML vynucené přihlášení',
|
||||||
'saml_forcelogin' => 'Make SAML the primary login',
|
'saml_forcelogin' => 'Nastavit SAML jako primární přihlášení',
|
||||||
'saml_forcelogin_help' => 'You can use \'/login?nosaml\' to get to the normal login page.',
|
'saml_forcelogin_help' => 'Můžete použít \'/login?nosaml\', abyste se dostali na normální přihlašovací stránku.',
|
||||||
'saml_slo_label' => 'SAML Single Log Out',
|
'saml_slo_label' => 'Single Log Out (SLO) SAML',
|
||||||
'saml_slo' => 'Send a LogoutRequest to IdP on Logout',
|
'saml_slo' => 'Odeslat LogoutRequest na idP při odhlášení',
|
||||||
'saml_slo_help' => 'This will cause the user to be first redirected to the IdP on logout. Leave unchecked if the IdP doesn\'t correctly support SP-initiated SAML SLO.',
|
'saml_slo_help' => 'Toto způsobí, že uživatel bude při odhlášení nejprve přesměrován na IdP. Nechte nezaškrtnuto, pokud IdP nepodporuje SP SAML SLO.',
|
||||||
'saml_custom_settings' => 'SAML Custom Settings',
|
'saml_custom_settings' => 'Vlastní nastavení SAML',
|
||||||
'saml_custom_settings_help' => 'You can specify additional settings to the onelogin/php-saml library. Use at your own risk.',
|
'saml_custom_settings_help' => 'Můžete zadat vlastní nastavení do knihovny onelogin/php-saml. Na vlastní riziko.',
|
||||||
'saml_download' => 'Download Metadata',
|
'saml_download' => 'Stáhnout metadata',
|
||||||
'setting' => 'Nastavení',
|
'setting' => 'Nastavení',
|
||||||
'settings' => 'Nastavení',
|
'settings' => 'Nastavení',
|
||||||
'show_alerts_in_menu' => 'Zobrazovat upozornění v horní nabídce',
|
'show_alerts_in_menu' => 'Zobrazovat upozornění v horní nabídce',
|
||||||
'show_archived_in_list' => 'Archivovaný majetek',
|
'show_archived_in_list' => 'Archivovaný majetek',
|
||||||
'show_archived_in_list_text' => 'Zobrazit archivovaný majetek ve výpisu „veškerý majetek“',
|
'show_archived_in_list_text' => 'Zobrazit archivovaný majetek ve výpisu „veškerý majetek“',
|
||||||
'show_assigned_assets' => 'Show assets assigned to assets',
|
'show_assigned_assets' => 'Zobrazit aktiva přiřazená k aktivům',
|
||||||
'show_assigned_assets_help' => 'Display assets which were assigned to the other assets in View User -> Assets, View User -> Info -> Print All Assigned and in Account -> View Assigned Assets.',
|
'show_assigned_assets_help' => 'Zobrazí položky, které byly přiřazeny k ostatním položkám v Zobrazit uživatele -> Aktiva, Zobrazit uživatele -> Info -> Vytisknout všechny přiřazené a v účtu -> Zobrazit přiřazené aktiva.',
|
||||||
'show_images_in_email' => 'Zobrazovat obrázky v e-mailech',
|
'show_images_in_email' => 'Zobrazovat obrázky v e-mailech',
|
||||||
'show_images_in_email_help' => 'Zrušte zaškrtnutí této kolonky, pokud je instalace Snipe-IT za VPN nebo uzavřenou sítí a uživatelé mimo síť nebudou moci do svých e-mailů načíst obrázky z této instalace.',
|
'show_images_in_email_help' => 'Zrušte zaškrtnutí této kolonky, pokud je instalace Snipe-IT za VPN nebo uzavřenou sítí a uživatelé mimo síť nebudou moci do svých e-mailů načíst obrázky z této instalace.',
|
||||||
'site_name' => 'Název stránky',
|
'site_name' => 'Název stránky',
|
||||||
'slack' => 'Slack',
|
'slack' => 'Slack',
|
||||||
'slack_title' => 'Update Slack Settings',
|
'slack_title' => 'Upravit nastavení Slacku',
|
||||||
'slack_help' => 'Slack settings',
|
'slack_help' => 'Nastavení Slacku',
|
||||||
'slack_botname' => 'Slack Botname',
|
'slack_botname' => 'Slack Botname',
|
||||||
'slack_channel' => 'Slack kanál',
|
'slack_channel' => 'Slack kanál',
|
||||||
'slack_endpoint' => 'Slack koncový bod',
|
'slack_endpoint' => 'Slack koncový bod',
|
||||||
'slack_integration' => 'Nastavení Slack',
|
'slack_integration' => 'Nastavení Slack',
|
||||||
'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first <a href=":slack_link" target="_new" rel="noopener">create an incoming webhook</a> on your Slack account. Click on the <strong>Test Slack Integration</strong> button to confirm your settings are correct before saving. ',
|
'slack_integration_help' => 'Slack integrace je dobrovolná, nicméně pokud ho chcete používat jsou vyžadovány koncový bod a kanál. Chcete-li nakonfigurovat integraci Slack, nejprve <a href=":slack_link" target="_new" rel="noopener"> vytvořte příchozí webhook</a> na vašem Slack účtu. Klikněte na <strong>otestovat Slack integraci</strong> pro otestování nastavení před uložením. ',
|
||||||
'slack_integration_help_button' => 'Po uložení informací ke Slack se zobrazí tlačítko pro vyzkoušení.',
|
'slack_integration_help_button' => 'Po uložení informací ke Slack se zobrazí tlačítko pro vyzkoušení.',
|
||||||
'slack_test_help' => 'Zkontrolujte, zda je správně nakonfigurována integrace Slack. MUSÍTE NEJDŘÍVE ULOŽIT NASTAVENÍ SLACK POKUD BYLO ZMĚNĚNO.',
|
'slack_test_help' => 'Zkontrolujte, zda je správně nakonfigurována integrace Slack. MUSÍTE NEJDŘÍVE ULOŽIT NASTAVENÍ SLACK POKUD BYLO ZMĚNĚNO.',
|
||||||
'snipe_version' => 'Verze Snipe-IT',
|
'snipe_version' => 'Verze Snipe-IT',
|
||||||
|
@ -216,9 +217,9 @@ return [
|
||||||
'update' => 'Upravit nastavení',
|
'update' => 'Upravit nastavení',
|
||||||
'value' => 'Hodnota',
|
'value' => 'Hodnota',
|
||||||
'brand' => 'Opatřit značkou',
|
'brand' => 'Opatřit značkou',
|
||||||
'brand_keywords' => 'footer, logo, print, theme, skin, header, colors, color, css',
|
'brand_keywords' => 'zápatí, logo, tisk, motiv, skin, záhlaví, barvy, css',
|
||||||
'brand_help' => 'Logo, Site Name',
|
'brand_help' => 'Logo, název webu',
|
||||||
'web_brand' => 'Web Branding Type',
|
'web_brand' => 'Typ webového brandingu',
|
||||||
'about_settings_title' => 'O nastavení',
|
'about_settings_title' => 'O nastavení',
|
||||||
'about_settings_text' => 'Tato nastavení umožňují zvolit určité prvky instalace.',
|
'about_settings_text' => 'Tato nastavení umožňují zvolit určité prvky instalace.',
|
||||||
'labels_per_page' => 'Štítků na stránku',
|
'labels_per_page' => 'Štítků na stránku',
|
||||||
|
@ -229,7 +230,7 @@ return [
|
||||||
'privacy_policy' => 'Zásady ochrany soukromí',
|
'privacy_policy' => 'Zásady ochrany soukromí',
|
||||||
'privacy_policy_link_help' => 'Pokud je zde zahrnuta URL adresa, odkaz na zásady ochrany osobních údajů budou obsaženy do zápatí aplikace a pokud bude zahrnuto ve všech e-mailech, které systém odešle, díky čemuž bude odpovídat požadavkům předpisu GDPR. ',
|
'privacy_policy_link_help' => 'Pokud je zde zahrnuta URL adresa, odkaz na zásady ochrany osobních údajů budou obsaženy do zápatí aplikace a pokud bude zahrnuto ve všech e-mailech, které systém odešle, díky čemuž bude odpovídat požadavkům předpisu GDPR. ',
|
||||||
'purge' => 'Vyčištění odstraněných záznamů',
|
'purge' => 'Vyčištění odstraněných záznamů',
|
||||||
'purge_deleted' => 'Purge Deleted ',
|
'purge_deleted' => 'Vymazat smazané ',
|
||||||
'labels_display_bgutter' => 'Spodní okraj štítku',
|
'labels_display_bgutter' => 'Spodní okraj štítku',
|
||||||
'labels_display_sgutter' => 'Boční okraj štítku',
|
'labels_display_sgutter' => 'Boční okraj štítku',
|
||||||
'labels_fontsize' => 'Velikost písma štítku',
|
'labels_fontsize' => 'Velikost písma štítku',
|
||||||
|
@ -274,52 +275,52 @@ return [
|
||||||
'unique_serial' => 'Neopakující se sériová čísla',
|
'unique_serial' => 'Neopakující se sériová čísla',
|
||||||
'unique_serial_help_text' => 'Zaškrtnutím tohoto políčka bude vynucena jedinečnost seriových čísel položek majetku',
|
'unique_serial_help_text' => 'Zaškrtnutím tohoto políčka bude vynucena jedinečnost seriových čísel položek majetku',
|
||||||
'zerofill_count' => 'Délka značek majetku včetně zerofill',
|
'zerofill_count' => 'Délka značek majetku včetně zerofill',
|
||||||
'username_format_help' => 'This setting will only be used by the import process if a username is not provided and we have to generate a username for you.',
|
'username_format_help' => 'Toto nastavení bude použito pouze v případě, že není zadáno uživatelské jméno a my pro vás musíme vygenerovat uživatelské jméno.',
|
||||||
'oauth_title' => 'OAuth API Settings',
|
'oauth_title' => 'Nastavení OAuth API',
|
||||||
'oauth' => 'OAuth',
|
'oauth' => 'OAuth',
|
||||||
'oauth_help' => 'Oauth Endpoint Settings',
|
'oauth_help' => 'Nastavení koncových bodů Oauth',
|
||||||
'asset_tag_title' => 'Update Asset Tag Settings',
|
'asset_tag_title' => 'Aktualizovat nastavení inventárních čísel',
|
||||||
'barcode_title' => 'Update Barcode Settings',
|
'barcode_title' => 'Aktualizovat nastavení čárového kódu',
|
||||||
'barcodes' => 'Barcodes',
|
'barcodes' => 'Čárové kódy',
|
||||||
'barcodes_help_overview' => 'Barcode & QR settings',
|
'barcodes_help_overview' => 'Čárový kód & nastavení QR',
|
||||||
'barcodes_help' => 'This will attempt to delete cached barcodes. This would typically only be used if your barcode settings have changed, or if your Snipe-IT URL has changed. Barcodes will be re-generated when accessed next.',
|
'barcodes_help' => 'Toto se pokusí odstranit čárové kódy v mezipaměti. Obvykle se používá v případě, kdy došlo ke změně nastavení čárového kódu nebo v případě, že se změnila URL adresa Snipe-IT. Kódy budou vygenerovány znovu.',
|
||||||
'barcodes_spinner' => 'Attempting to delete files...',
|
'barcodes_spinner' => 'Pokouším se odstranit soubory...',
|
||||||
'barcode_delete_cache' => 'Delete Barcode Cache',
|
'barcode_delete_cache' => 'Odstranit mezipaměť čárových kódů',
|
||||||
'branding_title' => 'Update Branding Settings',
|
'branding_title' => 'Aktualizovat nastavení brandingu',
|
||||||
'general_title' => 'Update General Settings',
|
'general_title' => 'Aktualizovat obecné nastavení',
|
||||||
'mail_test' => 'Send Test',
|
'mail_test' => 'Odeslat test',
|
||||||
'mail_test_help' => 'This will attempt to send a test mail to :replyto.',
|
'mail_test_help' => 'Pokusím se odeslat testovací e-mail na :replyto.',
|
||||||
'filter_by_keyword' => 'Filter by setting keyword',
|
'filter_by_keyword' => 'Filtrovat podle klíčového slova',
|
||||||
'security' => 'Security',
|
'security' => 'Zabezpečení',
|
||||||
'security_title' => 'Update Security Settings',
|
'security_title' => 'Aktualizovat nastavení zabezpečení',
|
||||||
'security_keywords' => 'password, passwords, requirements, two factor, two-factor, common passwords, remote login, logout, authentication',
|
'security_keywords' => 'heslo, hesla, požadavky, dvou fázové, dvou-fázové, běžná hesla, vzdálené přihlášení, odhlášení, autentifikace',
|
||||||
'security_help' => 'Two-factor, Password Restrictions',
|
'security_help' => 'Dvou-faktorové, Omezení hesel',
|
||||||
'groups_keywords' => 'permissions, permission groups, authorization',
|
'groups_keywords' => 'oprávnění, skupiny oprávnění, autorizace',
|
||||||
'groups_help' => 'Account permission groups',
|
'groups_help' => 'Skupiny oprávnění k účtu',
|
||||||
'localization' => 'Localization',
|
'localization' => 'Lokalizace',
|
||||||
'localization_title' => 'Update Localization Settings',
|
'localization_title' => 'Aktualizovat nastavení lokalizace',
|
||||||
'localization_keywords' => 'localization, currency, local, locale, time zone, timezone, international, internatinalization, language, languages, translation',
|
'localization_keywords' => 'lokalizace, měna, místní, místní, časové pásmo, mezinárodní, internatinalizace, jazyk, jazyky, překlad',
|
||||||
'localization_help' => 'Language, date display',
|
'localization_help' => 'Jazyk, zobrazení data',
|
||||||
'notifications' => 'Notifications',
|
'notifications' => 'Oznámení',
|
||||||
'notifications_help' => 'Email alerts, audit settings',
|
'notifications_help' => 'Upozornění e-mailem, nastavení auditu',
|
||||||
'asset_tags_help' => 'Incrementing and prefixes',
|
'asset_tags_help' => 'Nárůst a prefixy',
|
||||||
'labels' => 'Labels',
|
'labels' => 'Štítky',
|
||||||
'labels_title' => 'Update Label Settings',
|
'labels_title' => 'Upravit nastavení štítků',
|
||||||
'labels_help' => 'Label sizes & settings',
|
'labels_help' => 'Velikost štítků & nastavení',
|
||||||
'purge' => 'Purge',
|
'purge' => 'Smazat',
|
||||||
'purge_keywords' => 'permanently delete',
|
'purge_keywords' => 'trvale odstranit',
|
||||||
'purge_help' => 'Purge Deleted Records',
|
'purge_help' => 'Vymazat smazané záznamy',
|
||||||
'ldap_extension_warning' => 'It does not look like the LDAP extension is installed or enabled on this server. You can still save your settings, but you will need to enable the LDAP extension for PHP before LDAP syncing or login will work.',
|
'ldap_extension_warning' => 'Nevypadá to, že LDAP rozšíření je nainstalováno nebo povoleno na tomto serveru. Stále můžete uložit vaše nastavení, ale budete muset povolit LDAP rozšíření pro PHP, než bude fungovat LDAP synchronizace nebo přihlášení.',
|
||||||
'ldap_ad' => 'LDAP/AD',
|
'ldap_ad' => 'LDAP/AD',
|
||||||
'employee_number' => 'Employee Number',
|
'employee_number' => 'Osobní číslo',
|
||||||
'create_admin_user' => 'Create a User ::',
|
'create_admin_user' => 'Vytvořit uživatele ::',
|
||||||
'create_admin_success' => 'Success! Your admin user has been added!',
|
'create_admin_success' => 'Úspěch! Administrátorský účet byl přidán!',
|
||||||
'create_admin_redirect' => 'Click here to go to your app login!',
|
'create_admin_redirect' => 'Klikněte zde pro přihlášení do aplikace!',
|
||||||
'setup_migrations' => 'Database Migrations ::',
|
'setup_migrations' => 'Migrace databáze ::',
|
||||||
'setup_no_migrations' => 'There was nothing to migrate. Your database tables were already set up!',
|
'setup_no_migrations' => 'Nebylo co migrovat. Databázové tabulky již byly nastaveny!',
|
||||||
'setup_successful_migrations' => 'Your database tables have been created',
|
'setup_successful_migrations' => 'Vaše databázové tabulky byly vytvořeny',
|
||||||
'setup_migration_output' => 'Migration output:',
|
'setup_migration_output' => 'Výstup migrace:',
|
||||||
'setup_migration_create_user' => 'Next: Create User',
|
'setup_migration_create_user' => 'Další: Vytvořit uživatele',
|
||||||
'ldap_settings_link' => 'LDAP Settings Page',
|
'ldap_settings_link' => 'Nastavení LDAP',
|
||||||
'slack_test' => 'Test <i class="fab fa-slack"></i> Integration',
|
'slack_test' => 'Test <i class="fab fa-slack"></i> Integrace',
|
||||||
];
|
];
|
||||||
|
|
|
@ -11,8 +11,8 @@ return [
|
||||||
'file_deleted' => 'Záložní soubor byl úspěšně smazán. ',
|
'file_deleted' => 'Záložní soubor byl úspěšně smazán. ',
|
||||||
'generated' => 'Byla úspěšně vytvořena nová záloha.',
|
'generated' => 'Byla úspěšně vytvořena nová záloha.',
|
||||||
'file_not_found' => 'Tento záložní soubor nebyl na serveru nalezen.',
|
'file_not_found' => 'Tento záložní soubor nebyl na serveru nalezen.',
|
||||||
'restore_warning' => 'Yes, restore it. I acknowledge that this will overwrite any existing data currently in the database. This will also log out all of your existing users (including you).',
|
'restore_warning' => 'Ano, obnovit. Potvrzuji, že toto přepíše existující data v databázi. Tato akce taky odhlásí všechny uživatele (včetně vás).',
|
||||||
'restore_confirm' => 'Are you sure you wish to restore your database from :filename?'
|
'restore_confirm' => 'Jste si jisti, že chcete obnovit databázi z :filename?'
|
||||||
],
|
],
|
||||||
'purge' => [
|
'purge' => [
|
||||||
'error' => 'Během čištění došlo k chybě. ',
|
'error' => 'Během čištění došlo k chybě. ',
|
||||||
|
@ -20,24 +20,25 @@ return [
|
||||||
'success' => 'Vymazané záznamy byly úspěšně vyčištěny.',
|
'success' => 'Vymazané záznamy byly úspěšně vyčištěny.',
|
||||||
],
|
],
|
||||||
'mail' => [
|
'mail' => [
|
||||||
'sending' => 'Sending Test Email...',
|
'sending' => 'Odesílání testovacího e-mailu...',
|
||||||
'success' => 'Mail sent!',
|
'success' => 'E-mail odeslán!',
|
||||||
'error' => 'Mail could not be sent.',
|
'error' => 'E-mail se nepodařilo odeslat.',
|
||||||
'additional' => 'No additional error message provided. Check your mail settings and your app log.'
|
'additional' => 'Porobná zpárva o chybě není dostupná. Zkontrolujte nastavení pošty a log.'
|
||||||
],
|
],
|
||||||
'ldap' => [
|
'ldap' => [
|
||||||
'testing' => 'Testing LDAP Connection, Binding & Query ...',
|
'testing' => 'Testování LDAP připojení, vazby a dotazu ...',
|
||||||
'500' => '500 Server Error. Please check your server logs for more information.',
|
'500' => '500 Server error. Zkontrolujte serverové logy pro více informací.',
|
||||||
'error' => 'Something went wrong :(',
|
'error' => 'Něco se pokazilo :(',
|
||||||
'sync_success' => 'A sample of 10 users returned from the LDAP server based on your settings:',
|
'sync_success' => '10 příkladových uživatelů z LDAP serveru podle vašeho nastavení:',
|
||||||
'testing_authentication' => 'Testing LDAP Authentication...',
|
'testing_authentication' => 'Testování LDAP ověření...',
|
||||||
'authentication_success' => 'User authenticated against LDAP successfully!'
|
'authentication_success' => 'Uživatel byl úspěšně ověřen přes LDAP!'
|
||||||
],
|
],
|
||||||
'slack' => [
|
'slack' => [
|
||||||
'sending' => 'Sending Slack test message...',
|
'sending' => 'Odesílám testovací zprávu na Slack...',
|
||||||
'success_pt1' => 'Success! Check the ',
|
'success_pt1' => 'Úspěšně! Zkontrolujte ',
|
||||||
'success_pt2' => ' channel for your test message, and be sure to click SAVE below to store your settings.',
|
'success_pt2' => ' kanál pro vaši testovací zprávu a ujistěte se, že klepněte na tlačítko ULOŽIT pro uložení nastavení.',
|
||||||
'500' => '500 Server Error.',
|
'500' => '500 Server Error.',
|
||||||
'error' => 'Something went wrong.',
|
'error' => 'Something went wrong. Slack responded with: :error_message',
|
||||||
|
'error_misc' => 'Something went wrong. :( ',
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
'created' => 'Created',
|
'created' => 'Vytvořeno',
|
||||||
'size' => 'Size',
|
'size' => 'Velikost',
|
||||||
);
|
);
|
||||||
|
|
|
@ -23,7 +23,7 @@ return [
|
||||||
|
|
||||||
'help' => [
|
'help' => [
|
||||||
'undeployable' => 'Tyto prostředky nelze nikomu přiřadit.',
|
'undeployable' => 'Tyto prostředky nelze nikomu přiřadit.',
|
||||||
'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of <i class="fas fa-circle text-blue"></i> <strong>Deployed</strong>.',
|
'deployable' => 'Tento majetek může být vydán. Jakmile je přiřazen, změní se jeho status na <i class="fas fa-circle text-blue"></i> <strong>Vydáno</strong>.',
|
||||||
'archived' => 'Tyto prostředky nelze odhlásit a zobrazí se pouze v zobrazení Archivováno. To je užitečné pro uchovávání informací o prostředcích pro účely rozpočtování / historických účelů, ale jejich uchování mimo denní seznam aktiv.',
|
'archived' => 'Tyto prostředky nelze odhlásit a zobrazí se pouze v zobrazení Archivováno. To je užitečné pro uchovávání informací o prostředcích pro účely rozpočtování / historických účelů, ale jejich uchování mimo denní seznam aktiv.',
|
||||||
'pending' => 'Tento majetek zatím nemůže být přiřazen nikomu, často používanému pro položky, které jsou určeny k opravě, ale očekává se, že se vrátí do oběhu.',
|
'pending' => 'Tento majetek zatím nemůže být přiřazen nikomu, často používanému pro položky, které jsou určeny k opravě, ale očekává se, že se vrátí do oběhu.',
|
||||||
],
|
],
|
||||||
|
|
|
@ -17,28 +17,28 @@ return [
|
||||||
'last_login' => 'Poslední přihlášení',
|
'last_login' => 'Poslední přihlášení',
|
||||||
'ldap_config_text' => 'Nastavení konfigurace LDAP lze nalézt v menu Správce> Nastavení. Vybrané (volitelně) místo bude nastaven pro všechny importované uživatele.',
|
'ldap_config_text' => 'Nastavení konfigurace LDAP lze nalézt v menu Správce> Nastavení. Vybrané (volitelně) místo bude nastaven pro všechny importované uživatele.',
|
||||||
'print_assigned' => 'Vypsat všechna přiřazení',
|
'print_assigned' => 'Vypsat všechna přiřazení',
|
||||||
'email_assigned' => 'Email List of All Assigned',
|
'email_assigned' => 'Odeslat seznam aktuálně přiřazeného majetku',
|
||||||
'user_notified' => 'User has been emailed a list of their currently assigned items.',
|
'user_notified' => 'Uživateli byl zaslán e-mail se seznamem aktuálně přiřazeného majetku.',
|
||||||
'software_user' => 'Software vydaný pro :name',
|
'software_user' => 'Software vydaný pro :name',
|
||||||
'send_email_help' => 'You must provide an email address for this user to send them credentials. Emailing credentials can only be done on user creation. Passwords are stored in a one-way hash and cannot be retrieved once saved.',
|
'send_email_help' => 'Musíte zadat e-mailovou adresu tohoto uživatele pro odeslání přihlašovacích údajů. Odeslání přihlašovacích údajů lze provést pouze při vytvoření uživatele. Hesla jsou zašifrována a nelze je zjistit po tom, co jsou uložena.',
|
||||||
'view_user' => 'Zobraz uživatele',
|
'view_user' => 'Zobraz uživatele',
|
||||||
'usercsv' => 'CSV soubor',
|
'usercsv' => 'CSV soubor',
|
||||||
'two_factor_admin_optin_help' => 'Vaše současná nastavení administrátora umožňují selektivní vynucení dvoufaktorového ověřování. ',
|
'two_factor_admin_optin_help' => 'Vaše současná nastavení administrátora umožňují selektivní vynucení dvoufaktorového ověřování. ',
|
||||||
'two_factor_enrolled' => '2FA Device Enrolled ',
|
'two_factor_enrolled' => '2FA zařízení přihlášeno ',
|
||||||
'two_factor_active' => '2FA Active ',
|
'two_factor_active' => '2FA aktivní ',
|
||||||
'user_deactivated' => 'User cannot login',
|
'user_deactivated' => 'Uživatel nemá právo k přihlášení',
|
||||||
'user_activated' => 'User can login',
|
'user_activated' => 'Uživatel se může přihlásit',
|
||||||
'activation_status_warning' => 'Do not change activation status',
|
'activation_status_warning' => 'Neměnit stav aktivace',
|
||||||
'group_memberships_helpblock' => 'Only superadmins may edit group memberships.',
|
'group_memberships_helpblock' => 'Pouze superadmini mohou upravovat členství ve skupině.',
|
||||||
'superadmin_permission_warning' => 'Only superadmins may grant a user superadmin access.',
|
'superadmin_permission_warning' => 'Pouze superadmini mohou povolit uživateli superadmin přístup.',
|
||||||
'admin_permission_warning' => 'Only users with admins rights or greater may grant a user admin access.',
|
'admin_permission_warning' => 'Pouze uživatelé s právy administrátorů a výše mohou udělit uživatelskému adminovi přístup.',
|
||||||
'remove_group_memberships' => 'Remove Group Memberships',
|
'remove_group_memberships' => 'Odebrat členství ve skupině',
|
||||||
'warning_deletion' => 'WARNING:',
|
'warning_deletion' => 'UPOZORNĚNÍ:',
|
||||||
'warning_deletion_information' => 'You are about to checkin ALL items from the :count user(s) listed below. Super admin names are highlighted in red.',
|
'warning_deletion_information' => 'Chystáte se zaškrtnout VŠECHNY položky od níže uvedených :count uživatelů. Super administrátorská jména jsou zvýrazněna červeně.',
|
||||||
'update_user_assets_status' => 'Update all assets for these users to this status',
|
'update_user_assets_status' => 'Aktualizovat všechny položky pro tyto uživatele na tento stav',
|
||||||
'checkin_user_properties' => 'Check in all properties associated with these users',
|
'checkin_user_properties' => 'Zkontrolujte všechny vlastnosti spojené s těmito uživateli',
|
||||||
'remote_label' => 'This is a remote user',
|
'remote_label' => 'Toto je vzdálený uživatel',
|
||||||
'remote' => 'Remote',
|
'remote' => 'Vzdálený',
|
||||||
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
'remote_help' => 'To může být užitečné, pokud potřebujete filtrovat vzdálené uživatele, kteří nikdy nebo jen zřídka přicházejí do firmy.',
|
||||||
'not_remote_label' => 'This is not a remote user',
|
'not_remote_label' => 'Toto není vzdálený uživatel',
|
||||||
];
|
];
|
|
@ -14,8 +14,8 @@ return array(
|
||||||
'ldap_not_configured' => 'Integrace LDAP nebyla pro tuto instalaci nakonfigurována.',
|
'ldap_not_configured' => 'Integrace LDAP nebyla pro tuto instalaci nakonfigurována.',
|
||||||
'password_resets_sent' => 'Vybraným uživatelům, kteří jsou aktivováni a mají platné e-mailové adresy, byl zaslán odkaz pro obnovení hesla.',
|
'password_resets_sent' => 'Vybraným uživatelům, kteří jsou aktivováni a mají platné e-mailové adresy, byl zaslán odkaz pro obnovení hesla.',
|
||||||
'password_reset_sent' => 'Odkaz pro obnovení hesla byl odeslán na :email!',
|
'password_reset_sent' => 'Odkaz pro obnovení hesla byl odeslán na :email!',
|
||||||
'user_has_no_email' => 'This user does not have an email address in their profile.',
|
'user_has_no_email' => 'Tento uživatel nemá e-mailovou adresu ve svém profilu.',
|
||||||
'user_has_no_assets_assigned' => 'This user does not have any assets assigned',
|
'user_has_no_assets_assigned' => 'Tento uživatel nemá přiřazené žádné položky',
|
||||||
|
|
||||||
|
|
||||||
'success' => array(
|
'success' => array(
|
||||||
|
@ -61,7 +61,7 @@ return array(
|
||||||
),
|
),
|
||||||
|
|
||||||
'inventorynotification' => array(
|
'inventorynotification' => array(
|
||||||
'error' => 'This user has no email set.',
|
'error' => 'Tento uživatel nemá nastaven žádný e-mail.',
|
||||||
'success' => 'The user has been notified about their current inventory.'
|
'success' => 'Uživatel byl informován o svém aktuálním majetku.'
|
||||||
)
|
)
|
||||||
);
|
);
|
|
@ -10,7 +10,7 @@ return array(
|
||||||
'email' => 'Email',
|
'email' => 'Email',
|
||||||
'employee_num' => 'Osobní číslo',
|
'employee_num' => 'Osobní číslo',
|
||||||
'first_name' => 'Jméno',
|
'first_name' => 'Jméno',
|
||||||
'groupnotes' => 'Select a group to assign to the user, remember that a user takes on the permissions of the group they are assigned. Use ctrl+click (or cmd+click on MacOS) to deselect groups.',
|
'groupnotes' => 'Vyberte skupinu pro přiřazení k uživateli. Nezapomeňte, že uživatel přebírá oprávnění skupiny, která je jim přidělena. Použitím ctrl + kliknutí (nebo cmd+kliknutí na MacOS) zrušíte výběr.',
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
'inherit' => 'Převzít',
|
'inherit' => 'Převzít',
|
||||||
'job' => 'Pracovní pozice',
|
'job' => 'Pracovní pozice',
|
||||||
|
|
|
@ -13,8 +13,8 @@ return array(
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'failed' => 'These credentials do not match our records.',
|
'failed' => 'Tyto přihlašovací údaje neodpovídají žádnému záznamu.',
|
||||||
'password' => 'The provided password is incorrect.',
|
'password' => 'Zadané heslo není správné.',
|
||||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
'throttle' => 'Příliš mnoho pokusů o přihlášení. Zkuste to, prosím, znovu za :seconds vteřin.',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -4,7 +4,7 @@ return [
|
||||||
'actions' => 'Akce',
|
'actions' => 'Akce',
|
||||||
'add' => 'Přidej nový',
|
'add' => 'Přidej nový',
|
||||||
'cancel' => 'Zrušit',
|
'cancel' => 'Zrušit',
|
||||||
'checkin_and_delete' => 'Checkin All / Delete User',
|
'checkin_and_delete' => 'Vrátit vše / Smazat uživatele',
|
||||||
'delete' => 'Smazat',
|
'delete' => 'Smazat',
|
||||||
'edit' => 'Upravit',
|
'edit' => 'Upravit',
|
||||||
'restore' => 'Obnovit',
|
'restore' => 'Obnovit',
|
||||||
|
|
|
@ -11,7 +11,7 @@ return [
|
||||||
'admin' => 'Admin',
|
'admin' => 'Admin',
|
||||||
'administrator' => 'Správce',
|
'administrator' => 'Správce',
|
||||||
'add_seats' => 'Přidaná licenční místa',
|
'add_seats' => 'Přidaná licenční místa',
|
||||||
'age' => "Age",
|
'age' => "Stáří",
|
||||||
'all_assets' => 'Všechna zařízení',
|
'all_assets' => 'Všechna zařízení',
|
||||||
'all' => 'Vše',
|
'all' => 'Vše',
|
||||||
'archived' => 'Archivováno',
|
'archived' => 'Archivováno',
|
||||||
|
@ -27,7 +27,7 @@ return [
|
||||||
'audit' => 'Audit',
|
'audit' => 'Audit',
|
||||||
'audit_report' => 'Záznamy auditu',
|
'audit_report' => 'Záznamy auditu',
|
||||||
'assets' => 'Zařízení',
|
'assets' => 'Zařízení',
|
||||||
'assigned_to' => 'Assigned to :name',
|
'assigned_to' => 'Přiřazeno :name',
|
||||||
'avatar_delete' => 'Smazat avatara',
|
'avatar_delete' => 'Smazat avatara',
|
||||||
'avatar_upload' => 'Nahrát avatara',
|
'avatar_upload' => 'Nahrát avatara',
|
||||||
'back' => 'Zpět',
|
'back' => 'Zpět',
|
||||||
|
@ -38,7 +38,7 @@ return [
|
||||||
'bulk_edit' => 'Hromadná úprava',
|
'bulk_edit' => 'Hromadná úprava',
|
||||||
'bulk_delete' => 'Hromadné odstranění',
|
'bulk_delete' => 'Hromadné odstranění',
|
||||||
'bulk_actions' => 'Hromadné akce',
|
'bulk_actions' => 'Hromadné akce',
|
||||||
'bulk_checkin_delete' => 'Bulk Checkin Items from Users',
|
'bulk_checkin_delete' => 'Hromadné vrácení položek od uživatelů',
|
||||||
'bystatus' => 'podle stavu',
|
'bystatus' => 'podle stavu',
|
||||||
'cancel' => 'Storno',
|
'cancel' => 'Storno',
|
||||||
'categories' => 'Kategorie',
|
'categories' => 'Kategorie',
|
||||||
|
@ -66,8 +66,8 @@ return [
|
||||||
'create' => 'Vytvořit nové',
|
'create' => 'Vytvořit nové',
|
||||||
'created' => 'Položka vytvořena',
|
'created' => 'Položka vytvořena',
|
||||||
'created_asset' => 'vytvořit majetek',
|
'created_asset' => 'vytvořit majetek',
|
||||||
'created_at' => 'Created At',
|
'created_at' => 'Vytvořeno v',
|
||||||
'created_by' => 'Created By',
|
'created_by' => 'Vytvořil/a',
|
||||||
'record_created' => 'Záznam vytvořen',
|
'record_created' => 'Záznam vytvořen',
|
||||||
'updated_at' => 'Aktualizováno',
|
'updated_at' => 'Aktualizováno',
|
||||||
'currency' => 'Kč', // this is deprecated
|
'currency' => 'Kč', // this is deprecated
|
||||||
|
@ -102,9 +102,9 @@ return [
|
||||||
'employee_number' => 'Číslo zaměstnance',
|
'employee_number' => 'Číslo zaměstnance',
|
||||||
'email_domain_help' => 'Toto je použito na generování e-mailových adres při importu',
|
'email_domain_help' => 'Toto je použito na generování e-mailových adres při importu',
|
||||||
'error' => 'Chyba',
|
'error' => 'Chyba',
|
||||||
'exclude_archived' => 'Exclude Archived Assets',
|
'exclude_archived' => 'Vyloučit archivované položky',
|
||||||
'exclude_deleted' => 'Exclude Deleted Assets',
|
'exclude_deleted' => 'Vyloučit odstraněné položky',
|
||||||
'example' => 'Example: ',
|
'example' => 'Příklad: ',
|
||||||
'filastname_format' => 'Iniciál Jména Příjmení (jsmith@example.com)',
|
'filastname_format' => 'Iniciál Jména Příjmení (jsmith@example.com)',
|
||||||
'firstname_lastname_format' => 'Jméno Příjmení (jane.smith@example.com)',
|
'firstname_lastname_format' => 'Jméno Příjmení (jane.smith@example.com)',
|
||||||
'firstname_lastname_underscore_format' => 'Jméno Příjmení (jan_novak@example.com)',
|
'firstname_lastname_underscore_format' => 'Jméno Příjmení (jan_novak@example.com)',
|
||||||
|
@ -120,7 +120,7 @@ return [
|
||||||
'files' => 'Soubory',
|
'files' => 'Soubory',
|
||||||
'file_name' => 'Soubor',
|
'file_name' => 'Soubor',
|
||||||
'file_type' => 'Typ souboru',
|
'file_type' => 'Typ souboru',
|
||||||
'filesize' => 'File Size',
|
'filesize' => 'Velikost souboru',
|
||||||
'file_uploads' => 'Nahrání souboru',
|
'file_uploads' => 'Nahrání souboru',
|
||||||
'file_upload' => 'Nahrání souboru',
|
'file_upload' => 'Nahrání souboru',
|
||||||
'generate' => 'Vytvořit',
|
'generate' => 'Vytvořit',
|
||||||
|
@ -134,20 +134,20 @@ return [
|
||||||
'id' => 'ID',
|
'id' => 'ID',
|
||||||
'image' => 'Obrázek',
|
'image' => 'Obrázek',
|
||||||
'image_delete' => 'Smazat obrázek',
|
'image_delete' => 'Smazat obrázek',
|
||||||
'include_deleted' => 'Include Deleted Assets',
|
'include_deleted' => 'Zahrnout odstraněné položky',
|
||||||
'image_upload' => 'Nahrát obrázek',
|
'image_upload' => 'Nahrát obrázek',
|
||||||
'filetypes_accepted_help' => 'Přijatý typ souboru je :types. Maximální povolená velikost nahrávání je :size.|Přijaté typy souborů jsou :types. Maximální povolená velikost nahrávání je :size.',
|
'filetypes_accepted_help' => 'Přijatý typ souboru je :types. Maximální povolená velikost nahrávání je :size.|Přijaté typy souborů jsou :types. Maximální povolená velikost nahrávání je :size.',
|
||||||
'filetypes_size_help' => 'Maximální povolená velikost nahrávání je :size.',
|
'filetypes_size_help' => 'Maximální povolená velikost nahrávání je :size.',
|
||||||
'image_filetypes_help' => 'Podporované typy souborů jsou jpg, png, gif, a svg. Velikost může být nejvýše :size.',
|
'image_filetypes_help' => 'Podporované typy souborů jsou jpg, png, gif, a svg. Velikost může být nejvýše :size.',
|
||||||
'import' => 'Import',
|
'import' => 'Import',
|
||||||
'importing' => 'Importování',
|
'importing' => 'Importování',
|
||||||
'importing_help' => 'You can import assets, accessories, licenses, components, consumables, and users via CSV file. <br><br>The CSV should be comma-delimited and formatted with headers that match the ones in the <a href="https://snipe-it.readme.io/docs/importing" target="_new">sample CSVs in the documentation</a>.',
|
'importing_help' => 'Prostřednictvím souboru CSV můžete importovat majetek, příslušenství, licence, komponenty, spotřební materiál a uživatele. <br><br>CSV by měl být oddělený čárkou a formátovaný s hlavičkami, které odpovídají <a href="https://snipe-it.readme.io/docs/importing" target="_new">vzorovému CSV</a>.',
|
||||||
'import-history' => 'Historie importu',
|
'import-history' => 'Historie importu',
|
||||||
'asset_maintenance' => 'Údržba zařízení',
|
'asset_maintenance' => 'Údržba zařízení',
|
||||||
'asset_maintenance_report' => 'Zpráva o údržbě zařízení',
|
'asset_maintenance_report' => 'Zpráva o údržbě zařízení',
|
||||||
'asset_maintenances' => 'Záznamy o údržbě zařízení',
|
'asset_maintenances' => 'Záznamy o údržbě zařízení',
|
||||||
'item' => 'Položka',
|
'item' => 'Položka',
|
||||||
'item_name' => 'Item Name',
|
'item_name' => 'Název položky',
|
||||||
'insufficient_permissions' => 'Nedostatečná oprávnění!',
|
'insufficient_permissions' => 'Nedostatečná oprávnění!',
|
||||||
'kits' => 'Předdefinované sady',
|
'kits' => 'Předdefinované sady',
|
||||||
'language' => 'Jazyk',
|
'language' => 'Jazyk',
|
||||||
|
@ -164,7 +164,7 @@ return [
|
||||||
'feature_disabled' => 'Tato funkce byla deaktivována pro demo instalaci.',
|
'feature_disabled' => 'Tato funkce byla deaktivována pro demo instalaci.',
|
||||||
'location' => 'Lokalita',
|
'location' => 'Lokalita',
|
||||||
'locations' => 'Umístění',
|
'locations' => 'Umístění',
|
||||||
'logo_size' => 'Square logos look best with Logo + Text. Logo maximum display size is 50px high x 500px wide. ',
|
'logo_size' => 'Čtvercová loga vypadají nejlépe s Logo + Text. Maximální velikost loga je 50px vysoká x 500px široká. ',
|
||||||
'logout' => 'Odhlásit',
|
'logout' => 'Odhlásit',
|
||||||
'lookup_by_tag' => 'Vyhledávání podle značky majetku',
|
'lookup_by_tag' => 'Vyhledávání podle značky majetku',
|
||||||
'maintenances' => 'Údržby',
|
'maintenances' => 'Údržby',
|
||||||
|
@ -173,7 +173,7 @@ return [
|
||||||
'manufacturers' => 'Výrobci',
|
'manufacturers' => 'Výrobci',
|
||||||
'markdown' => 'Toto pole umožňuje <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
'markdown' => 'Toto pole umožňuje <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
|
||||||
'min_amt' => 'Minimální množství',
|
'min_amt' => 'Minimální množství',
|
||||||
'min_amt_help' => 'Minimum number of items that should be available before an alert gets triggered. Leave Min. QTY blank if you do not want to receive alerts for low inventory.',
|
'min_amt_help' => 'Minimální počet položek, které by měly být k dispozici před spuštěním výstrahy. Ponechte Min. QTY prázdnou, pokud nechcete dostávat upozornění na malé zásoby.',
|
||||||
'model_no' => 'Modelové č.',
|
'model_no' => 'Modelové č.',
|
||||||
'months' => 'měsíce',
|
'months' => 'měsíce',
|
||||||
'moreinfo' => 'Další informace',
|
'moreinfo' => 'Další informace',
|
||||||
|
@ -188,7 +188,7 @@ return [
|
||||||
'no' => 'Ne',
|
'no' => 'Ne',
|
||||||
'notes' => 'Poznámky',
|
'notes' => 'Poznámky',
|
||||||
'order_number' => 'Číslo objednávky',
|
'order_number' => 'Číslo objednávky',
|
||||||
'only_deleted' => 'Only Deleted Assets',
|
'only_deleted' => 'Pouze odstraněné položky',
|
||||||
'page_menu' => 'Zobrazuji _MENU_ položky',
|
'page_menu' => 'Zobrazuji _MENU_ položky',
|
||||||
'pagination_info' => 'Zobrazuji _START_ to _END_ of _TOTAL_ položek',
|
'pagination_info' => 'Zobrazuji _START_ to _END_ of _TOTAL_ položek',
|
||||||
'pending' => 'Čeká na vyřízení',
|
'pending' => 'Čeká na vyřízení',
|
||||||
|
@ -201,21 +201,21 @@ return [
|
||||||
'purchase_date' => 'Datum nákupu',
|
'purchase_date' => 'Datum nákupu',
|
||||||
'qty' => 'Množství',
|
'qty' => 'Množství',
|
||||||
'quantity' => 'Množství',
|
'quantity' => 'Množství',
|
||||||
'quantity_minimum' => 'You have :count items below or almost below minimum quantity levels',
|
'quantity_minimum' => 'Máte :count položek pod nebo téměř pod nejnižšími skladovými zásobami',
|
||||||
'quickscan_checkin' => 'Quick Scan Checkin',
|
'quickscan_checkin' => 'Rychlé skenování přivlastněných počítačů',
|
||||||
'quickscan_checkin_status' => 'Checkin Status',
|
'quickscan_checkin_status' => 'Stav převzetí',
|
||||||
'ready_to_deploy' => 'Připraveno k přidělení',
|
'ready_to_deploy' => 'Připraveno k přidělení',
|
||||||
'recent_activity' => 'Nedávná aktivita',
|
'recent_activity' => 'Nedávná aktivita',
|
||||||
'remaining' => 'Remaining',
|
'remaining' => 'Zbývá',
|
||||||
'remove_company' => 'Odstraňte sdružení společnosti',
|
'remove_company' => 'Odstraňte sdružení společnosti',
|
||||||
'reports' => 'Reporty',
|
'reports' => 'Reporty',
|
||||||
'restored' => 'obnoveno',
|
'restored' => 'obnoveno',
|
||||||
'restore' => 'Restore',
|
'restore' => 'Obnovit',
|
||||||
'requestable_models' => 'Requestable Models',
|
'requestable_models' => 'Požadované modely',
|
||||||
'requested' => 'Požadováno',
|
'requested' => 'Požadováno',
|
||||||
'requested_date' => 'Requested Date',
|
'requested_date' => 'Požadované datum',
|
||||||
'requested_assets' => 'Requested Assets',
|
'requested_assets' => 'Vyžádaný majetek',
|
||||||
'requested_assets_menu' => 'Requested Assets',
|
'requested_assets_menu' => 'Vyžádaný majetek',
|
||||||
'request_canceled' => 'Žádost zrušena',
|
'request_canceled' => 'Žádost zrušena',
|
||||||
'save' => 'Uložit',
|
'save' => 'Uložit',
|
||||||
'select' => 'Zvolit',
|
'select' => 'Zvolit',
|
||||||
|
@ -238,22 +238,22 @@ return [
|
||||||
'show_current' => 'Zobrazit aktuální',
|
'show_current' => 'Zobrazit aktuální',
|
||||||
'sign_in' => 'Přihlásit se',
|
'sign_in' => 'Přihlásit se',
|
||||||
'signature' => 'Podpis',
|
'signature' => 'Podpis',
|
||||||
'signed_off_by' => 'Signed Off By',
|
'signed_off_by' => 'Odepsal:',
|
||||||
'skin' => 'Vzhled',
|
'skin' => 'Vzhled',
|
||||||
'slack_msg_note' => 'A slack message will be sent',
|
'slack_msg_note' => 'Zpráva na Slacku bude odeslána',
|
||||||
'slack_test_msg' => 'Oh hai! Looks like your Slack integration with Snipe-IT is working!',
|
'slack_test_msg' => 'Super! Vypadá to že Slack integrace funguje!',
|
||||||
'some_features_disabled' => 'REŽIM DEMO: Některé funkce jsou pro tuto instalaci zakázány.',
|
'some_features_disabled' => 'REŽIM DEMO: Některé funkce jsou pro tuto instalaci zakázány.',
|
||||||
'site_name' => 'Název lokality',
|
'site_name' => 'Název lokality',
|
||||||
'state' => 'Stát',
|
'state' => 'Stát',
|
||||||
'status_labels' => 'Označení stavu',
|
'status_labels' => 'Označení stavu',
|
||||||
'status' => 'Stav',
|
'status' => 'Stav',
|
||||||
'accept_eula' => 'Acceptance Agreement',
|
'accept_eula' => 'Licenční podmínky',
|
||||||
'supplier' => 'Dodavatel',
|
'supplier' => 'Dodavatel',
|
||||||
'suppliers' => 'Dodavatelé',
|
'suppliers' => 'Dodavatelé',
|
||||||
'sure_to_delete' => 'Opravdu si přejete odstranit',
|
'sure_to_delete' => 'Opravdu si přejete odstranit',
|
||||||
'submit' => 'Odeslat',
|
'submit' => 'Odeslat',
|
||||||
'target' => 'Cíl',
|
'target' => 'Cíl',
|
||||||
'toggle_navigation' => 'Toogle Navigation',
|
'toggle_navigation' => 'Přepnout navigaci',
|
||||||
'time_and_date_display' => 'Zobrazení času a data',
|
'time_and_date_display' => 'Zobrazení času a data',
|
||||||
'total_assets' => 'celkem zařízení',
|
'total_assets' => 'celkem zařízení',
|
||||||
'total_licenses' => 'celkem licencí',
|
'total_licenses' => 'celkem licencí',
|
||||||
|
@ -263,129 +263,129 @@ return [
|
||||||
'undeployable' => 'Ne-přiřaditelné',
|
'undeployable' => 'Ne-přiřaditelné',
|
||||||
'unknown_admin' => 'Neznámy správce',
|
'unknown_admin' => 'Neznámy správce',
|
||||||
'username_format' => 'Formát uživatelského jména',
|
'username_format' => 'Formát uživatelského jména',
|
||||||
'username' => 'Username',
|
'username' => 'Uživatelské jméno',
|
||||||
'update' => 'Aktualizace',
|
'update' => 'Aktualizace',
|
||||||
'upload_filetypes_help' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, xls, xlsx, txt, lic, xml, zip, rtf and rar. Max upload size allowed is :size.',
|
'upload_filetypes_help' => 'Podporované typy souborů jsou png, gif, jpg, jpeg, doc, docx, pdf, xls, txt, lic, xlsx, xml, rtf, zip, a rar. Velikost může být až :size.',
|
||||||
'uploaded' => 'Nahráno',
|
'uploaded' => 'Nahráno',
|
||||||
'user' => 'Uživatel',
|
'user' => 'Uživatel',
|
||||||
'accepted' => 'přijato',
|
'accepted' => 'přijato',
|
||||||
'declined' => 'zamítnuto',
|
'declined' => 'zamítnuto',
|
||||||
'unaccepted_asset_report' => 'Nepřijatelné majetky',
|
'unaccepted_asset_report' => 'Nepřijatelné majetky',
|
||||||
'users' => 'Uživatelé',
|
'users' => 'Uživatelé',
|
||||||
'viewall' => 'View All',
|
'viewall' => 'Zobrazit vše',
|
||||||
'viewassets' => 'Zobrazit přiřazený majetek',
|
'viewassets' => 'Zobrazit přiřazený majetek',
|
||||||
'viewassetsfor' => 'View Assets for :name',
|
'viewassetsfor' => 'Zobrazit majetky pro :name',
|
||||||
'website' => 'Webová stránka',
|
'website' => 'Webová stránka',
|
||||||
'welcome' => 'Vítej, :name',
|
'welcome' => 'Vítej, :name',
|
||||||
'years' => 'roky',
|
'years' => 'roky',
|
||||||
'yes' => 'Ano',
|
'yes' => 'Ano',
|
||||||
'zip' => 'PSČ',
|
'zip' => 'PSČ',
|
||||||
'noimage' => 'Obrázek nebyl nahrán, nebo nebyl nalezen.',
|
'noimage' => 'Obrázek nebyl nahrán, nebo nebyl nalezen.',
|
||||||
'file_does_not_exist' => 'The requested file does not exist on the server.',
|
'file_does_not_exist' => 'Požadovaný soubor neexistuje.',
|
||||||
'file_upload_success' => 'File upload success!',
|
'file_upload_success' => 'Soubor byl úspěšně nahrán!',
|
||||||
'no_files_uploaded' => 'File upload success!',
|
'no_files_uploaded' => 'Soubor byl úspěšně nahrán!',
|
||||||
'token_expired' => 'Platnost relace formuláře vypršela. Prosím zkuste to znovu.',
|
'token_expired' => 'Platnost relace formuláře vypršela. Prosím zkuste to znovu.',
|
||||||
'login_enabled' => 'Login Enabled',
|
'login_enabled' => 'Přihlášení povoleno',
|
||||||
'audit_due' => 'Due for Audit',
|
'audit_due' => 'Ke inventuře',
|
||||||
'audit_overdue' => 'Overdue for Audit',
|
'audit_overdue' => 'Po termínu inventury',
|
||||||
'accept' => 'Accept :asset',
|
'accept' => 'Přijmout :asset',
|
||||||
'i_accept' => 'I accept',
|
'i_accept' => 'Přijímám',
|
||||||
'i_decline' => 'I decline',
|
'i_decline' => 'Odmítám',
|
||||||
'accept_decline' => 'Accept/Decline',
|
'accept_decline' => 'Přijímat/zamítnout',
|
||||||
'sign_tos' => 'Sign below to indicate that you agree to the terms of service:',
|
'sign_tos' => 'Podepsáním níže souhlasíte s podmínkami služby:',
|
||||||
'clear_signature' => 'Clear Signature',
|
'clear_signature' => 'Vymazat podpis',
|
||||||
'show_help' => 'Show help',
|
'show_help' => 'Zobrazit nápovědu',
|
||||||
'hide_help' => 'Hide help',
|
'hide_help' => 'Skrýt nápovědu',
|
||||||
'view_all' => 'view all',
|
'view_all' => 'zobrazit vše',
|
||||||
'hide_deleted' => 'Hide Deleted',
|
'hide_deleted' => 'Skrýt smazané',
|
||||||
'email' => 'Email',
|
'email' => 'Email',
|
||||||
'do_not_change' => 'Do Not Change',
|
'do_not_change' => 'Neměnit',
|
||||||
'bug_report' => 'Report a Bug',
|
'bug_report' => 'Nahlásit chybu',
|
||||||
'user_manual' => 'User\'s Manual',
|
'user_manual' => 'Uživatelská příručka',
|
||||||
'setup_step_1' => 'Step 1',
|
'setup_step_1' => 'Krok 1',
|
||||||
'setup_step_2' => 'Step 2',
|
'setup_step_2' => 'Krok 2',
|
||||||
'setup_step_3' => 'Step 3',
|
'setup_step_3' => 'Krok 3',
|
||||||
'setup_step_4' => 'Step 4',
|
'setup_step_4' => 'Krok 4',
|
||||||
'setup_config_check' => 'Configuration Check',
|
'setup_config_check' => 'Kontrola konfigurace',
|
||||||
'setup_create_database' => 'Create Database Tables',
|
'setup_create_database' => 'Vytvořit databázové tabulky',
|
||||||
'setup_create_admin' => 'Create Admin User',
|
'setup_create_admin' => 'Vytvořit administrátora',
|
||||||
'setup_done' => 'Finished!',
|
'setup_done' => 'Hotovo!',
|
||||||
'bulk_edit_about_to' => 'You are about to edit the following: ',
|
'bulk_edit_about_to' => 'Tímto upravíte následující možnosti: ',
|
||||||
'checked_out' => 'Checked Out',
|
'checked_out' => 'K výdeji',
|
||||||
'checked_out_to' => 'Checked out to',
|
'checked_out_to' => 'Vydáno',
|
||||||
'fields' => 'Fields',
|
'fields' => 'Pole',
|
||||||
'last_checkout' => 'Last Checkout',
|
'last_checkout' => 'Naposledy vydáno',
|
||||||
'due_to_checkin' => 'The following :count items are due to be checked in soon:',
|
'due_to_checkin' => 'Následující :count položky mají být zkontrolovány brzy:',
|
||||||
'expected_checkin' => 'Expected Checkin',
|
'expected_checkin' => 'Očekávané datum vrácení',
|
||||||
'reminder_checked_out_items' => 'This is a reminder of the items currently checked out to you. If you feel this list is inaccurate (something is missing, or something appears here that you believe you never received), please email :reply_to_name at :reply_to_address.',
|
'reminder_checked_out_items' => 'Toto je připomínka položek, které vám byly aktuálně dány. Pokud se domníváte, že je něco špatně (něco chybí, nebo se zde objevuje něco, co podle vás nedostanete), napište prosím :reply_to_name na :reply_to_address.',
|
||||||
'changed' => 'Changed',
|
'changed' => 'Upraveno',
|
||||||
'to' => 'To',
|
'to' => 'Pro',
|
||||||
'report_fields_info' => '<p>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.</p>
|
'report_fields_info' => '<p>Vyberte pole, která chcete zahrnout do vlastní sestavy, a klepněte na tlačítko Generovat. Soubor (custom-asset-report-YYYY-mm-dd.csv) se stáhne automaticky a můžete jej otevřít v Excelu.</p>
|
||||||
<p>If you would like to export only certain assets, use the options below to fine-tune your results.</p>',
|
<p>Pokud chcete exportovat pouze některá aktiva, použijte níže uvedené možnosti pro úpravu výsledků.</p>',
|
||||||
'range' => 'Range',
|
'range' => '(rozsah)',
|
||||||
'bom_remark' => 'Add a BOM (byte-order mark) to this CSV',
|
'bom_remark' => 'Přidat BOM (byte-order mark) do tohoto CSV',
|
||||||
'improvements' => 'Improvements',
|
'improvements' => 'Zlepšení',
|
||||||
'information' => 'Information',
|
'information' => 'Informace',
|
||||||
'permissions' => 'Permissions',
|
'permissions' => 'Oprávnění',
|
||||||
'managed_ldap' => '(Managed via LDAP)',
|
'managed_ldap' => '(Spravováno přes LDAP)',
|
||||||
'export' => 'Export',
|
'export' => 'Exportovat',
|
||||||
'ldap_sync' => 'LDAP Sync',
|
'ldap_sync' => 'LDAP synchronizace',
|
||||||
'ldap_user_sync' => 'LDAP User Sync',
|
'ldap_user_sync' => 'LDAP synchronizace uživatelů',
|
||||||
'synchronize' => 'Synchronize',
|
'synchronize' => 'Synchronizovat',
|
||||||
'sync_results' => 'Synchronization Results',
|
'sync_results' => 'Výsledky synchronizace',
|
||||||
'license_serial' => 'Serial/Product Key',
|
'license_serial' => 'Sériový/produktový klíč',
|
||||||
'invalid_category' => 'Invalid category',
|
'invalid_category' => 'Neplatná kategorie',
|
||||||
'dashboard_info' => 'This is your dashboard. There are many like it, but this one is yours.',
|
'dashboard_info' => 'Toto je vaše hlavní stránka.',
|
||||||
'60_percent_warning' => '60% Complete (warning)',
|
'60_percent_warning' => '60% Dokončeno (upozornění)',
|
||||||
'dashboard_empty' => 'It looks like you have not added anything yet, so we do not have anything awesome to display. Get started by adding some assets, accessories, consumables, or licenses now!',
|
'dashboard_empty' => 'Zdá se, že jste ještě nic nepřidali, takže nemáme nic úžasného co bychom vám ukázali. Začněte přidáním něčeho!',
|
||||||
'new_asset' => 'New Asset',
|
'new_asset' => 'Nový majetek',
|
||||||
'new_license' => 'New License',
|
'new_license' => 'Nová licence',
|
||||||
'new_accessory' => 'New Accessory',
|
'new_accessory' => 'Nové příslušenství',
|
||||||
'new_consumable' => 'New Consumable',
|
'new_consumable' => 'Nový spotřební materiál',
|
||||||
'collapse' => 'Collapse',
|
'collapse' => 'Sbalit',
|
||||||
'assigned' => 'Assigned',
|
'assigned' => 'Přiřazené',
|
||||||
'asset_count' => 'Asset Count',
|
'asset_count' => 'Počet aktiv',
|
||||||
'accessories_count' => 'Accessories Count',
|
'accessories_count' => 'Počet příslušenství',
|
||||||
'consumables_count' => 'Consumables Count',
|
'consumables_count' => 'Počet spotřebních materiálů',
|
||||||
'components_count' => 'Components Count',
|
'components_count' => 'Počet komponentů',
|
||||||
'licenses_count' => 'Licenses Count',
|
'licenses_count' => 'Počet licencí',
|
||||||
'notification_error' => 'Error:',
|
'notification_error' => 'Chyba:',
|
||||||
'notification_error_hint' => 'Please check the form below for errors',
|
'notification_error_hint' => 'Pro chyby zkontrolujte formulář níže',
|
||||||
'notification_success' => 'Success:',
|
'notification_success' => 'Hotovo:',
|
||||||
'notification_warning' => 'Warning:',
|
'notification_warning' => 'Pozor:',
|
||||||
'notification_info' => 'Info:',
|
'notification_info' => 'Info:',
|
||||||
'asset_information' => 'Asset Information',
|
'asset_information' => 'Informace o aktivu',
|
||||||
'model_name' => 'Model Name:',
|
'model_name' => 'Model:',
|
||||||
'asset_name' => 'Asset Name:',
|
'asset_name' => 'Název aktiva:',
|
||||||
'consumable_information' => 'Consumable Information:',
|
'consumable_information' => 'Spotřební informace:',
|
||||||
'consumable_name' => 'Consumable Name:',
|
'consumable_name' => 'Název sp. materiálu:',
|
||||||
'accessory_information' => 'Accessory Information:',
|
'accessory_information' => 'Informace o příslušenství:',
|
||||||
'accessory_name' => 'Accessory Name:',
|
'accessory_name' => 'Název příslušenství:',
|
||||||
'clone_item' => 'Clone Item',
|
'clone_item' => 'Duplikovat položku',
|
||||||
'checkout_tooltip' => 'Check this item out',
|
'checkout_tooltip' => 'Vydat položku',
|
||||||
'checkin_tooltip' => 'Check this item in',
|
'checkin_tooltip' => 'Převzít položku',
|
||||||
'checkout_user_tooltip' => 'Check this item out to a user',
|
'checkout_user_tooltip' => 'Vydat položku uživateli',
|
||||||
'maintenance_mode' => 'The service is temporarily unavailable for system updates. Please check back later.',
|
'maintenance_mode' => 'Systém je momentálně nedostupný kvůli aktualizaci. Zkuste to, prosím, později.',
|
||||||
'maintenance_mode_title' => 'System Temporarily Unavailable',
|
'maintenance_mode_title' => 'Systém je dočasně nedostupný',
|
||||||
'ldap_import' => 'User password should not be managed by LDAP. (This allows you to send forgotten password requests.)',
|
'ldap_import' => 'Heslo by nemělo být spravováno LDAP. (To vám umožní odeslat žádost o obnovení zapomenutého hesla.)',
|
||||||
'purge_not_allowed' => 'Purging deleted data has been disabled in the .env file. Contact support or your systems administrator.',
|
'purge_not_allowed' => 'Vymazání smazaných dat bylo v souboru .env zakázáno. Obraťte se na podporu nebo správce systému.',
|
||||||
'backup_delete_not_allowed' => 'Deleting backups has been disabled in the .env file. Contact support or your systems administrator.',
|
'backup_delete_not_allowed' => 'Vymazání záloh bylo v souboru .env zakázáno. Obraťte se na podporu nebo správce systému.',
|
||||||
'additional_files' => 'Additional Files',
|
'additional_files' => 'Další soubory',
|
||||||
'shitty_browser' => 'No signature detected. If you are using an older browser, please use a more modern browser to complete your asset acceptance.',
|
'shitty_browser' => 'Nebyl zjištěn žádný podpis. Pokud používáte starší prohlížeč, použijte prosím modernější pro dokončení přijetí vašeho majetku.',
|
||||||
'bulk_soft_delete' =>'Also soft-delete these users. Their asset history will remain intact unless/until you purge deleted records in the Admin Settings.',
|
'bulk_soft_delete' =>'Také odstranit tyto uživatele. Historie jejich majetku zůstane neporušená/dokud tvrvale nevymažete smazané záznamy v nastavení správce.',
|
||||||
'bulk_checkin_delete_success' => 'Your selected users have been deleted and their items have been checked in.',
|
'bulk_checkin_delete_success' => 'Vybraní uživatelé byli odstraněni a jejich položky byly odebrány.',
|
||||||
'bulk_checkin_success' => 'The items for the selected users have been checked in.',
|
'bulk_checkin_success' => 'Položky vybraných uživatelů byly odebrány.',
|
||||||
'set_to_null' => 'Delete values for this asset|Delete values for all :asset_count assets ',
|
'set_to_null' => 'Odstranit hodnoty z aktiva|Odstranit hodnoty z :asset_count aktiv ',
|
||||||
'na_no_purchase_date' => 'N/A - No purchase date provided',
|
'na_no_purchase_date' => 'N/A – neznámé datum nákupu',
|
||||||
'assets_by_status' => 'Assets by Status',
|
'assets_by_status' => 'Majetek podle stavu',
|
||||||
'assets_by_status_type' => 'Assets by Status Type',
|
'assets_by_status_type' => 'Majetek podle stavu',
|
||||||
'pie_chart_type' => 'Dashboard Pie Chart Type',
|
'pie_chart_type' => 'Typ koláčového grafu na hlavní stránce',
|
||||||
'hello_name' => 'Hello, :name!',
|
'hello_name' => 'Ahoj, :name!',
|
||||||
'unaccepted_profile_warning' => 'You have :count items requiring acceptance. Click here to accept or decline them',
|
'unaccepted_profile_warning' => 'Máte :count položek vyžadujících potvrzení. Klikněte zde pro jejich přijetí nebo zamítnutí',
|
||||||
'start_date' => 'Start Date',
|
'start_date' => 'Od',
|
||||||
'end_date' => 'End Date',
|
'end_date' => 'Do',
|
||||||
'alt_uploaded_image_thumbnail' => 'Uploaded thumbnail',
|
'alt_uploaded_image_thumbnail' => 'Nahraný náhledový obrázek',
|
||||||
'placeholder_kit' => 'Select a kit'
|
'placeholder_kit' => 'Vyberte sadu'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -15,11 +15,11 @@ return [
|
||||||
|
|
||||||
'more_info_title' => 'Více informací',
|
'more_info_title' => 'Více informací',
|
||||||
|
|
||||||
'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.<br><br>Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.',
|
'audit_help' => 'Zaškrtnutím tohoto políčka upravíte záznam majetku tak, aby se nastavil na novou lokaci. Ponecháním nezaškrtnutého políčka bude lokace zaznamenána v auditním protokolu.<br><br>Pokud je majetek přivlastněn, nezmění se umístění osoby, majetku ani lokace.',
|
||||||
|
|
||||||
'assets' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
|
'assets' => 'Majetky jsou položky sledované sériovým nebo inventárním čísle,. Bývají u položek, které mají vyšší hodnotu a kde je důležitá identifikace.',
|
||||||
|
|
||||||
'categories' => 'Categories help you organize your items. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use categories any way that makes sense for you.',
|
'categories' => 'Kategorie usnadňují organizovat majetek. Takovou kategorii může být např. "Desktopy", "Notebooky", "Mobilní telefony", "Tablety", apod. Nicméně můžete použít kategorie jakýmkoli způsobem.',
|
||||||
|
|
||||||
'accessories' => 'Příslušenství je cokoliv, co předáte uživatelům, ale nemá to sériové číslo (nebo je neevidujete), např. myš, nebo klávesnice.',
|
'accessories' => 'Příslušenství je cokoliv, co předáte uživatelům, ale nemá to sériové číslo (nebo je neevidujete), např. myš, nebo klávesnice.',
|
||||||
|
|
||||||
|
|
|
@ -2,314 +2,315 @@
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'select_language' => 'Select a language',
|
'select_language' => 'Vyberte jazyk',
|
||||||
'languages' => [
|
'languages' => [
|
||||||
'en'=> 'English, US',
|
'en'=> 'Angličtina, USA',
|
||||||
'en-GB'=> 'English, UK',
|
'en-GB'=> 'Angličtina, UK',
|
||||||
'af'=> 'Afrikaans',
|
'af'=> 'Afrikánština',
|
||||||
'ar'=> 'Arabic',
|
'ar'=> 'Arabština',
|
||||||
'bg'=> 'Bulgarian',
|
'bg'=> 'Bulharština',
|
||||||
'zh-CN'=> 'Chinese Simplified',
|
'zh-CN'=> 'Zjednodušená čínština',
|
||||||
'zh-TW'=> 'Chinese Traditional',
|
'zh-TW'=> 'Tradiční čínština',
|
||||||
'hr'=> 'Croatian',
|
'hr'=> 'Chorvatština',
|
||||||
'cs'=> 'Czech',
|
'cs'=> 'Čeština',
|
||||||
'da'=> 'Danish',
|
'da'=> 'Dánština',
|
||||||
'nl'=> 'Dutch',
|
'nl'=> 'Holandština',
|
||||||
'en-ID'=> 'English, Indonesia',
|
'en-ID'=> 'Angličtina, Indie',
|
||||||
'et'=> 'Estonian',
|
'et'=> 'Estonština',
|
||||||
'fil'=> 'Filipino',
|
'fil'=> 'Filipínština',
|
||||||
'fi'=> 'Finnish',
|
'fi'=> 'Finština',
|
||||||
'fr'=> 'French',
|
'fr'=> 'Francouzština',
|
||||||
'de'=> 'German',
|
'de'=> 'Němčina',
|
||||||
'de-i'=> 'German (Informal)',
|
'de-i'=> 'Němčina (neformální)',
|
||||||
'el'=> 'Greek',
|
'el'=> 'Řečtina',
|
||||||
'he'=> 'Hebrew',
|
'he'=> 'Hebrejština',
|
||||||
'hu'=> 'Hungarian',
|
'hu'=> 'Maďarština',
|
||||||
'is' => 'Icelandic',
|
'is' => 'Islandština',
|
||||||
'id'=> 'Indonesian',
|
'id'=> 'Indonéština',
|
||||||
'ga-IE'=> 'Irish',
|
'ga-IE'=> 'Irština',
|
||||||
'it'=> 'Italian',
|
'it'=> 'Italština',
|
||||||
'ja'=> 'Japanese',
|
'ja'=> 'Japonština',
|
||||||
'ko'=> 'Korean',
|
'ko'=> 'Korejština',
|
||||||
'lv'=>'Latvian',
|
'lv'=>'Lotyšština',
|
||||||
'lt'=> 'Lithuanian',
|
'lt'=> 'Litevština',
|
||||||
'mk'=> 'Macedonian',
|
'mk'=> 'Makedonština',
|
||||||
'ms'=> 'Malay',
|
'ms'=> 'Malajština',
|
||||||
'mi'=> 'Maori',
|
'mi'=> 'Maori',
|
||||||
'mn'=> 'Mongolian',
|
'mn'=> 'Mongolština',
|
||||||
'no'=> 'Norwegian',
|
'no'=> 'Norština',
|
||||||
'fa'=> 'Persian',
|
'fa'=> 'Perština',
|
||||||
'pl'=> 'Polish',
|
'pl'=> 'Polština',
|
||||||
'pt-PT'=> 'Portuguese',
|
'pt-PT'=> 'Portugalština',
|
||||||
'pt-BR'=> 'Portuguese, Brazilian',
|
'pt-BR'=> 'Portugalština, brazilština',
|
||||||
'ro'=> 'Romanian',
|
'ro'=> 'Rumunština',
|
||||||
'ru'=> 'Russian',
|
'ru'=> 'Ruština',
|
||||||
'sr-CS' => 'Serbian (Latin)',
|
'sr-CS' => 'Serbian (Latin)',
|
||||||
'sl'=> 'Slovenian',
|
'sl'=> 'Slovinština',
|
||||||
'es-ES'=> 'Spanish',
|
'es-ES'=> 'Španělština',
|
||||||
'es-CO'=> 'Spanish, Colombia',
|
'es-CO'=> 'Španělština, Kolumbie',
|
||||||
'es-MX'=> 'Spanish, Mexico',
|
'es-MX'=> 'Španělština, Mexiko',
|
||||||
'es-VE'=> 'Spanish, Venezuela',
|
'es-VE'=> 'Španělština, Venezuela',
|
||||||
'sv-SE'=> 'Swedish',
|
'sv-SE'=> 'Švédština',
|
||||||
'tl'=> 'Tagalog',
|
'tl'=> 'Tagalština',
|
||||||
'ta'=> 'Tamil',
|
'ta'=> 'Tamilština',
|
||||||
'th'=> 'Thai',
|
'th'=> 'Thajština',
|
||||||
'tr'=> 'Turkish',
|
'tr'=> 'Turečtina',
|
||||||
'uk'=> 'Ukranian',
|
'uk'=> 'Ukrajinština',
|
||||||
'vi'=> 'Vietnamese',
|
'vi'=> 'Vietnamština',
|
||||||
'cy'=> 'Welsh',
|
'cy'=> 'Velština',
|
||||||
'zu'=> 'Zulu',
|
'zu'=> 'Zuluština',
|
||||||
],
|
],
|
||||||
|
|
||||||
'select_country' => 'Select a country',
|
'select_country' => 'Zvolte stát',
|
||||||
|
|
||||||
'countries' => [
|
'countries' => [
|
||||||
'AC'=>'Ascension Island',
|
'AC'=>'Ostrov Ascension',
|
||||||
'AD'=>'Andorra',
|
'AD'=>'Andorra',
|
||||||
'AE'=>'United Arab Emirates',
|
'AE'=>'Spojené arabské emiráty',
|
||||||
'AF'=>'Afghanistan',
|
'AF'=>'Afghánistán',
|
||||||
'AG'=>'Antigua And Barbuda',
|
'AG'=>'Antigua a Barbuda',
|
||||||
'AI'=>'Anguilla',
|
'AI'=>'Anguilla',
|
||||||
'AL'=>'Albania',
|
'AL'=>'Albánie',
|
||||||
'AM'=>'Armenia',
|
'AM'=>'Arménie',
|
||||||
'AN'=>'Netherlands Antilles',
|
'AN'=>'Nizozemské Antily',
|
||||||
'AO'=>'Angola',
|
'AO'=>'Angola',
|
||||||
'AQ'=>'Antarctica',
|
'AQ'=>'Antarktida',
|
||||||
'AR'=>'Argentina',
|
'AR'=>'Argentina',
|
||||||
'AS'=>'American Samoa',
|
'AS'=>'American Samoa',
|
||||||
'AT'=>'Austria',
|
'AT'=>'Rakousko',
|
||||||
'AU'=>'Australia',
|
'AU'=>'Austrálie',
|
||||||
'AW'=>'Aruba',
|
'AW'=>'Aruba',
|
||||||
'AX'=>'Ã…land',
|
'AX'=>'Åland',
|
||||||
'AZ'=>'Azerbaijan',
|
'AZ'=>'Ázerbardžán',
|
||||||
'BA'=>'Bosnia And Herzegovina',
|
'BA'=>'Bosna a Hercegovina',
|
||||||
'BB'=>'Barbados',
|
'BB'=>'Barbados',
|
||||||
'BE'=>'Belgium',
|
'BE'=>'Belgie',
|
||||||
'BD'=>'Bangladesh',
|
'BD'=>'Bangladéš',
|
||||||
'BF'=>'Burkina Faso',
|
'BF'=>'Burkina Faso',
|
||||||
'BG'=>'Bulgaria',
|
'BG'=>'Bulharsko',
|
||||||
'BH'=>'Bahrain',
|
'BH'=>'Bahrajn',
|
||||||
'BI'=>'Burundi',
|
'BI'=>'Burundi',
|
||||||
'BJ'=>'Benin',
|
'BJ'=>'Benin',
|
||||||
'BM'=>'Bermuda',
|
'BM'=>'Bermudy',
|
||||||
'BN'=>'Brunei Darussalam',
|
'BN'=>'Brunej Darussalam',
|
||||||
'BO'=>'Bolivia',
|
'BO'=>'Bolívie',
|
||||||
'BR'=>'Brazil',
|
'BR'=>'Brazílie',
|
||||||
'BS'=>'Bahamas',
|
'BS'=>'Bahamy',
|
||||||
'BT'=>'Bhutan',
|
'BT'=>'Bhútán',
|
||||||
'BV'=>'Bouvet Island',
|
'BV'=>'Bouvetův ostrov',
|
||||||
'BW'=>'Botswana',
|
'BW'=>'Botswana',
|
||||||
'BY'=>'Belarus',
|
'BY'=>'Bělorusko',
|
||||||
'BZ'=>'Belize',
|
'BZ'=>'Belize',
|
||||||
'CA'=>'Canada',
|
'CA'=>'Kanada',
|
||||||
'CC'=>'Cocos (Keeling) Islands',
|
'CC'=>'Kokosové ostrovy',
|
||||||
'CD'=>'Congo (Democratic Republic)',
|
'CD'=>'Konžská demokratická republika',
|
||||||
'CF'=>'Central African Republic',
|
'CF'=>'Středoafrická republika',
|
||||||
'CG'=>'Congo (Republic)',
|
'CG'=>'Kongo (republika)',
|
||||||
'CH'=>'Switzerland',
|
'CH'=>'Švýcarsko',
|
||||||
'CI'=>'Côte d\'Ivoire',
|
'CI'=>'Pobřeží Slonoviny',
|
||||||
'CK'=>'Cook Islands',
|
'CK'=>'Cookovy ostrovy',
|
||||||
'CL'=>'Chile',
|
'CL'=>'Chile',
|
||||||
'CM'=>'Cameroon',
|
'CM'=>'Kamerun',
|
||||||
'CN'=>'People\'s Republic of China',
|
'CN'=>'Čínská lidová republika',
|
||||||
'CO'=>'Colombia',
|
'CO'=>'Kolumbie',
|
||||||
'CR'=>'Costa Rica',
|
'CR'=>'Kostarika',
|
||||||
'CU'=>'Cuba',
|
'CU'=>'Kuba',
|
||||||
'CV'=>'Cape Verde',
|
'CV'=>'Kapverdy',
|
||||||
'CX'=>'Christmas Island',
|
'CX'=>'Vánoční ostrov',
|
||||||
'CY'=>'Cyprus',
|
'CY'=>'Kypr',
|
||||||
'CZ'=>'Czech Republic',
|
'CZ'=>'Česká republika',
|
||||||
'DE'=>'Germany',
|
'DE'=>'Německo',
|
||||||
'DJ'=>'Djibouti',
|
'DJ'=>'Džibutsko',
|
||||||
'DK'=>'Denmark',
|
'DK'=>'Dánsko',
|
||||||
'DM'=>'Dominica',
|
'DM'=>'Dominika',
|
||||||
'DO'=>'Dominican Republic',
|
'DO'=>'Dominikánská republika',
|
||||||
'DZ'=>'Algeria',
|
'DZ'=>'Alžírsko',
|
||||||
'EC'=>'Ecuador',
|
'EC'=>'Ekvádor',
|
||||||
'EE'=>'Estonia',
|
'EE'=>'Estonsko',
|
||||||
'EG'=>'Egypt',
|
'EG'=>'Egypt',
|
||||||
'ER'=>'Eritrea',
|
'ER'=>'Eritrea',
|
||||||
'ES'=>'Spain',
|
'ES'=>'Španělsko',
|
||||||
'ET'=>'Ethiopia',
|
'ET'=>'Etiopie',
|
||||||
'EU'=>'European Union',
|
'EU'=>'Evropská unie',
|
||||||
'FI'=>'Finland',
|
'FI'=>'Finsko',
|
||||||
'FJ'=>'Fiji',
|
'FJ'=>'Fidži',
|
||||||
'FK'=>'Falkland Islands (Malvinas)',
|
'FK'=>'Falklandské ostrovy (Malviny)',
|
||||||
'FM'=>'Micronesia, Federated States Of',
|
'FM'=>'Mikronésie, Federativní státy',
|
||||||
'FO'=>'Faroe Islands',
|
'FO'=>'Faerské ostrovy',
|
||||||
'FR'=>'France',
|
'FR'=>'Francie',
|
||||||
'GA'=>'Gabon',
|
'GA'=>'Gabon',
|
||||||
'GD'=>'Grenada',
|
'GD'=>'Grenada',
|
||||||
'GE'=>'Georgia',
|
'GE'=>'Gruzie',
|
||||||
'GF'=>'French Guiana',
|
'GF'=>'Francouzská Guyana',
|
||||||
'GG'=>'Guernsey',
|
'GG'=>'Guernsey',
|
||||||
'GH'=>'Ghana',
|
'GH'=>'Ghana',
|
||||||
'GI'=>'Gibraltar',
|
'GI'=>'Gibraltar',
|
||||||
'GL'=>'Greenland',
|
'GL'=>'Grónsko',
|
||||||
'GM'=>'Gambia',
|
'GM'=>'Gambie',
|
||||||
'GN'=>'Guinea',
|
'GN'=>'Guinea',
|
||||||
'GP'=>'Guadeloupe',
|
'GP'=>'Guadeloupe',
|
||||||
'GQ'=>'Equatorial Guinea',
|
'GQ'=>'Rovníková Guinea',
|
||||||
'GR'=>'Greece',
|
'GR'=>'Řecko',
|
||||||
'GS'=>'South Georgia And The South Sandwich Islands',
|
'GS'=>'Jižní Georgie a Jižní Sandwichovy ostrovy',
|
||||||
'GT'=>'Guatemala',
|
'GT'=>'Guatemala',
|
||||||
'GU'=>'Guam',
|
'GU'=>'Guam',
|
||||||
'GW'=>'Guinea-Bissau',
|
'GW'=>'Guinea-Bissau',
|
||||||
'GY'=>'Guyana',
|
'GY'=>'Guyana',
|
||||||
'HK'=>'Hong Kong',
|
'HK'=>'Hong Kong',
|
||||||
'HM'=>'Heard And Mc Donald Islands',
|
'HM'=>'Heardův ostrov a MacDonaldovy ostrovy',
|
||||||
'HN'=>'Honduras',
|
'HN'=>'Honduras',
|
||||||
'HR'=>'Croatia (local name: Hrvatska)',
|
'HR'=>'Chorvatsko (místní název: Hrvatska)',
|
||||||
'HT'=>'Haiti',
|
'HT'=>'Haiti',
|
||||||
'HU'=>'Hungary',
|
'HU'=>'Maďarsko',
|
||||||
'ID'=>'Indonesia',
|
'ID'=>'Indonésie',
|
||||||
'IE'=>'Ireland',
|
'IE'=>'Irsko',
|
||||||
'IL'=>'Israel',
|
'IL'=>'Israel',
|
||||||
'IM'=>'Isle of Man',
|
'IM'=>'Ostrov Man',
|
||||||
'IN'=>'India',
|
'IN'=>'Indie',
|
||||||
'IO'=>'British Indian Ocean Territory',
|
'IO'=>'Britské území v Indickém oceánu',
|
||||||
'IQ'=>'Iraq',
|
'IQ'=>'Irák',
|
||||||
'IR'=>'Iran, Islamic Republic Of',
|
'IR'=>'Írán, Islámská republika',
|
||||||
'IS'=>'Iceland',
|
'IS'=>'Island',
|
||||||
'IT'=>'Italy',
|
'IT'=>'Itálie',
|
||||||
'JE'=>'Jersey',
|
'JE'=>'Jersey',
|
||||||
'JM'=>'Jamaica',
|
'JM'=>'Jamajka',
|
||||||
'JO'=>'Jordan',
|
'JO'=>'Jordánsko',
|
||||||
'JP'=>'Japan',
|
'JP'=>'Japonsko',
|
||||||
'KE'=>'Kenya',
|
'KE'=>'Keňa',
|
||||||
'KG'=>'Kyrgyzstan',
|
'KG'=>'Kyrgyzstán',
|
||||||
'KH'=>'Cambodia',
|
'KH'=>'Kambodža',
|
||||||
'KI'=>'Kiribati',
|
'KI'=>'Kiribati',
|
||||||
'KM'=>'Comoros',
|
'KM'=>'Komory',
|
||||||
'KN'=>'Saint Kitts And Nevis',
|
'KN'=>'Svatý Kryštof a Nevis',
|
||||||
'KR'=>'Korea, Republic Of',
|
'KR'=>'Korejská republika',
|
||||||
'KW'=>'Kuwait',
|
'KW'=>'Kuvajt',
|
||||||
'KY'=>'Cayman Islands',
|
'KY'=>'Kajmanské ostrovy',
|
||||||
'KZ'=>'Kazakhstan',
|
'KZ'=>'Kazachstán',
|
||||||
'LA'=>'Lao People\'s Democratic Republic',
|
'LA'=>'Laoská lidově demokratická republika',
|
||||||
'LB'=>'Lebanon',
|
'LB'=>'Libanon',
|
||||||
'LC'=>'Saint Lucia',
|
'LC'=>'Svatá Lucie',
|
||||||
'LI'=>'Liechtenstein',
|
'LI'=>'Lichtenštejnsko',
|
||||||
'LK'=>'Sri Lanka',
|
'LK'=>'Srí Lanka',
|
||||||
'LR'=>'Liberia',
|
'LR'=>'Libérie',
|
||||||
'LS'=>'Lesotho',
|
'LS'=>'Lesotho',
|
||||||
'LT'=>'Lithuania',
|
'LT'=>'Litva',
|
||||||
'LU'=>'Luxembourg',
|
'LU'=>'Lucembursko',
|
||||||
'LV'=>'Latvia',
|
'LV'=>'Lotyšsko',
|
||||||
'LY'=>'Libyan Arab Jamahiriya',
|
'LY'=>'Libyjská arabská džamáhíríje',
|
||||||
'MA'=>'Morocco',
|
'MA'=>'Maroko',
|
||||||
'MC'=>'Monaco',
|
'MC'=>'Monako',
|
||||||
'MD'=>'Moldova, Republic Of',
|
'MD'=>'Moldavská republika',
|
||||||
'ME'=>'Montenegro',
|
'ME'=>'Černá Hora',
|
||||||
'MG'=>'Madagascar',
|
'MG'=>'Madagaskar',
|
||||||
'MH'=>'Marshall Islands',
|
'MH'=>'Marshallovy ostrovy',
|
||||||
'MK'=>'Macedonia, The Former Yugoslav Republic Of',
|
'MK'=>'Makedonie, Bývalá jugoslávská republika',
|
||||||
'ML'=>'Mali',
|
'ML'=>'Mali',
|
||||||
'MM'=>'Myanmar',
|
'MM'=>'Myanmar',
|
||||||
'MN'=>'Mongolia',
|
'MN'=>'Mongolsko',
|
||||||
'MO'=>'Macau',
|
'MO'=>'Macao',
|
||||||
'MP'=>'Northern Mariana Islands',
|
'MP'=>'Severní Mariánské ostrovy',
|
||||||
'MQ'=>'Martinique',
|
'MQ'=>'Martinik',
|
||||||
'MR'=>'Mauritania',
|
'MR'=>'Mauretánie',
|
||||||
'MS'=>'Montserrat',
|
'MS'=>'Montserrat',
|
||||||
'MT'=>'Malta',
|
'MT'=>'Malta',
|
||||||
'MU'=>'Mauritius',
|
'MU'=>'Mauricius',
|
||||||
'MV'=>'Maldives',
|
'MV'=>'Maledivy',
|
||||||
'MW'=>'Malawi',
|
'MW'=>'Malawi',
|
||||||
'MX'=>'Mexico',
|
'MX'=>'Mexiko',
|
||||||
'MY'=>'Malaysia',
|
'MY'=>'Malajsie',
|
||||||
'MZ'=>'Mozambique',
|
'MZ'=>'Mosambik',
|
||||||
'NA'=>'Namibia',
|
'NA'=>'Namibie',
|
||||||
'NC'=>'New Caledonia',
|
'NC'=>'Nová Kaledonie',
|
||||||
'NE'=>'Niger',
|
'NE'=>'Niger',
|
||||||
'NF'=>'Norfolk Island',
|
'NF'=>'Ostrov Norfolk',
|
||||||
'NG'=>'Nigeria',
|
'NG'=>'Nigérie',
|
||||||
'NI'=>'Nicaragua',
|
'NI'=>'Nikaragua',
|
||||||
'NL'=>'Netherlands',
|
'NL'=>'Nizozemsko',
|
||||||
'NO'=>'Norway',
|
'NO'=>'Norsko',
|
||||||
'NP'=>'Nepal',
|
'NP'=>'Nepál',
|
||||||
'NR'=>'Nauru',
|
'NR'=>'Nauru',
|
||||||
'NU'=>'Niue',
|
'NU'=>'Niue',
|
||||||
'NZ'=>'New Zealand',
|
'NZ'=>'Nový Zéland',
|
||||||
'OM'=>'Oman',
|
'OM'=>'Omán',
|
||||||
'PA'=>'Panama',
|
'PA'=>'Panama',
|
||||||
'PE'=>'Peru',
|
'PE'=>'Peru',
|
||||||
'PF'=>'French Polynesia',
|
'PF'=>'Francouzská Polynésie',
|
||||||
'PG'=>'Papua New Guinea',
|
'PG'=>'Papua-Nová Guinea',
|
||||||
'PH'=>'Philippines, Republic of the',
|
'PH'=>'Filipíny, Republika',
|
||||||
'PK'=>'Pakistan',
|
'PK'=>'Pákistán',
|
||||||
'PL'=>'Poland',
|
'PL'=>'Polsko',
|
||||||
'PM'=>'St. Pierre And Miquelon',
|
'PM'=>'Saint-Pierre a Miquelon',
|
||||||
'PN'=>'Pitcairn',
|
'PN'=>'Pitcairnovy ostrovy',
|
||||||
'PR'=>'Puerto Rico',
|
'PR'=>'Portoriko',
|
||||||
'PS'=>'Palestine',
|
'PS'=>'Palestina',
|
||||||
'PT'=>'Portugal',
|
'PT'=>'Portugalsko',
|
||||||
'PW'=>'Palau',
|
'PW'=>'Palau',
|
||||||
'PY'=>'Paraguay',
|
'PY'=>'Paraguay',
|
||||||
'QA'=>'Qatar',
|
'QA'=>'Katar',
|
||||||
'RE'=>'Reunion',
|
'RE'=>'Réunion',
|
||||||
'RO'=>'Romania',
|
'RO'=>'Rumunsko',
|
||||||
'RS'=>'Serbia',
|
'RS'=>'Srbsko',
|
||||||
'RU'=>'Russian Federation',
|
'RU'=>'Ruská federace',
|
||||||
'RW'=>'Rwanda',
|
'RW'=>'Rwanda',
|
||||||
'SA'=>'Saudi Arabia',
|
'SA'=>'Saúdská Arábie',
|
||||||
'UK'=>'Scotland',
|
'UK'=>'Skotsko',
|
||||||
'SB'=>'Solomon Islands',
|
'SB'=>'Šalamounovy ostrovy',
|
||||||
'SC'=>'Seychelles',
|
'SC'=>'Seychelles',
|
||||||
|
'SS'=>'South Sudan',
|
||||||
'SD'=>'Sudan',
|
'SD'=>'Sudan',
|
||||||
'SE'=>'Sweden',
|
'SE'=>'Švédsko',
|
||||||
'SG'=>'Singapore',
|
'SG'=>'Singapur',
|
||||||
'SH'=>'St. Helena',
|
'SH'=>'St. Helena',
|
||||||
'SI'=>'Slovenia',
|
'SI'=>'Slovinsko',
|
||||||
'SJ'=>'Svalbard And Jan Mayen Islands',
|
'SJ'=>'Špicberky a Jan Mayen',
|
||||||
'SK'=>'Slovakia (Slovak Republic)',
|
'SK'=>'Slovensko (Slovenská republika)',
|
||||||
'SL'=>'Sierra Leone',
|
'SL'=>'Sierra Leone',
|
||||||
'SM'=>'San Marino',
|
'SM'=>'San Marino',
|
||||||
'SN'=>'Senegal',
|
'SN'=>'Senegal',
|
||||||
'SO'=>'Somalia',
|
'SO'=>'Somálsko',
|
||||||
'SR'=>'Suriname',
|
'SR'=>'Suriname',
|
||||||
'ST'=>'Sao Tome And Principe',
|
'ST'=>'Svatý Tomáš a Princův ostrov',
|
||||||
'SU'=>'Soviet Union',
|
'SU'=>'Sovětský svaz',
|
||||||
'SV'=>'El Salvador',
|
'SV'=>'El Salvador',
|
||||||
'SY'=>'Syrian Arab Republic',
|
'SY'=>'Syrská Arabská republika',
|
||||||
'SZ'=>'Swaziland',
|
'SZ'=>'Svazijsko',
|
||||||
'TC'=>'Turks And Caicos Islands',
|
'TC'=>'Ostrovy Turks a Caicos',
|
||||||
'TD'=>'Chad',
|
'TD'=>'Čad',
|
||||||
'TF'=>'French Southern Territories',
|
'TF'=>'Francouzská jižní území',
|
||||||
'TG'=>'Togo',
|
'TG'=>'Togo',
|
||||||
'TH'=>'Thailand',
|
'TH'=>'Thajsko',
|
||||||
'TJ'=>'Tajikistan',
|
'TJ'=>'Tádžikistán',
|
||||||
'TK'=>'Tokelau',
|
'TK'=>'Tokelau',
|
||||||
'TI'=>'East Timor',
|
'TI'=>'Východní Timor',
|
||||||
'TM'=>'Turkmenistan',
|
'TM'=>'Turkmenistán',
|
||||||
'TN'=>'Tunisia',
|
'TN'=>'Tunisko',
|
||||||
'TO'=>'Tonga',
|
'TO'=>'Tonga',
|
||||||
'TP'=>'East Timor (old code)',
|
'TP'=>'Východní časovač (starý kód)',
|
||||||
'TR'=>'Turkey',
|
'TR'=>'Turecko',
|
||||||
'TT'=>'Trinidad And Tobago',
|
'TT'=>'Trinidad a Tobago',
|
||||||
'TV'=>'Tuvalu',
|
'TV'=>'Tuvalu',
|
||||||
'TW'=>'Taiwan',
|
'TW'=>'Tchaj-wan',
|
||||||
'TZ'=>'Tanzania, United Republic Of',
|
'TZ'=>'Tanzanie',
|
||||||
'UA'=>'Ukraine',
|
'UA'=>'Ukrajina',
|
||||||
'UG'=>'Uganda',
|
'UG'=>'Uganda',
|
||||||
'UK'=>'United Kingdom',
|
'UK'=>'Spojené království',
|
||||||
'US'=>'United States',
|
'US'=>'Spojené státy',
|
||||||
'UM'=>'United States Minor Outlying Islands',
|
'UM'=>'Menší odlehlé ostrovy USA',
|
||||||
'UY'=>'Uruguay',
|
'UY'=>'Uruguay',
|
||||||
'UZ'=>'Uzbekistan',
|
'UZ'=>'Uzbekistán',
|
||||||
'VA'=>'Vatican City State (Holy See)',
|
'VA'=>'Vatikánský městský stát (Holy See)',
|
||||||
'VC'=>'Saint Vincent And The Grenadines',
|
'VC'=>'Svatý Vincenc a Grenadiny',
|
||||||
'VE'=>'Venezuela',
|
'VE'=>'Venezuela',
|
||||||
'VG'=>'Virgin Islands (British)',
|
'VG'=>'Britské Panenské ostrovy',
|
||||||
'VI'=>'Virgin Islands (U.S.)',
|
'VI'=>'Americké Panenské ostrovy',
|
||||||
'VN'=>'Viet Nam',
|
'VN'=>'Vietnam',
|
||||||
'VU'=>'Vanuatu',
|
'VU'=>'Vanuatu',
|
||||||
'WF'=>'Wallis And Futuna Islands',
|
'WF'=>'Ostrovy Wallis a Futuna',
|
||||||
'WS'=>'Samoa',
|
'WS'=>'Samoa',
|
||||||
'YE'=>'Yemen',
|
'YE'=>'Jemen',
|
||||||
'YT'=>'Mayotte',
|
'YT'=>'Mayotte',
|
||||||
'ZA'=>'South Africa',
|
'ZA'=>'Jihoafrická republika',
|
||||||
'ZM'=>'Zambia',
|
'ZM'=>'Zambie',
|
||||||
'ZW'=>'Zimbabwe',
|
'ZW'=>'Zimbabwe',
|
||||||
],
|
],
|
||||||
];
|
];
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue