ajout app
This commit is contained in:
42
SNIPE-IT/resources/lang/cs-CZ/admin/locations/table.php
Normal file
42
SNIPE-IT/resources/lang/cs-CZ/admin/locations/table.php
Normal file
@ -0,0 +1,42 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'about_locations_title' => 'O umístěních',
|
||||
'about_locations' => 'Umístění se používá ke sledování informací o poloze uživatelů, majetku a dalších položek',
|
||||
'assets_rtd' => 'Zařízení', // This has NEVER meant Assets Retired. I don't know how it keeps getting reverted.
|
||||
'assets_checkedout' => 'Předaných zař.',
|
||||
'id' => 'ID',
|
||||
'city' => 'Město',
|
||||
'state' => 'Stát',
|
||||
'country' => 'Země',
|
||||
'create' => 'Vytvořit umístění',
|
||||
'update' => 'Upravit umístění',
|
||||
'print_assigned' => 'Vytisknout přiřazené',
|
||||
'print_all_assigned' => 'Vytisknout všechny přiřazené',
|
||||
'name' => 'Název umístění',
|
||||
'address' => 'Adresa',
|
||||
'address2' => 'Adresa 2',
|
||||
'zip' => 'PSČ',
|
||||
'locations' => 'Umístění',
|
||||
'parent' => 'Nadřazené',
|
||||
'currency' => 'Měna',
|
||||
'ldap_ou' => 'LDAP Vyhledat OU',
|
||||
'user_name' => 'Uživatelské Jméno',
|
||||
'department' => 'Oddělení',
|
||||
'location' => 'Umístění',
|
||||
'asset_tag' => 'Označení majetku',
|
||||
'asset_name' => 'Název',
|
||||
'asset_category' => 'Kategorie',
|
||||
'asset_manufacturer' => 'Výrobce',
|
||||
'asset_model' => 'Model',
|
||||
'asset_serial' => 'Sériové číslo',
|
||||
'asset_location' => 'Umístění',
|
||||
'asset_checked_out' => 'Vydané',
|
||||
'asset_expected_checkin' => 'Očekávané datum vrácení',
|
||||
'date' => 'Datum:',
|
||||
'phone' => 'Telefon polohy',
|
||||
'signed_by_asset_auditor' => 'Podepsáno (auditor majetku):',
|
||||
'signed_by_finance_auditor' => 'Podepsáno (Finanční auditor):',
|
||||
'signed_by_location_manager' => 'Podepsáno (Manager):',
|
||||
'signed_by' => 'Odepsal:',
|
||||
];
|
Reference in New Issue
Block a user