mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
934afa036f
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions. You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
35 lines
2.1 KiB
PHP
35 lines
2.1 KiB
PHP
<?php
|
||
|
||
return [
|
||
|
||
/*
|
||
|--------------------------------------------------------------------------
|
||
| Password Reminder Language Lines
|
||
|--------------------------------------------------------------------------
|
||
|
|
||
| The following language lines are the default lines which match reasons
|
||
| that are given by the password broker for a password update attempt
|
||
| has failed, such as for an invalid token or invalid new password.
|
||
|
|
||
*/
|
||
|
||
'more_info_title' => '詳細',
|
||
|
||
'audit_help' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.<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.',
|
||
|
||
'assets' => '資産はシリアル番号または資産タグで追跡されるアイテムです。特定のアイテムを識別することが重要なより高い価値のアイテムである傾向があります。',
|
||
|
||
'categories' => 'カテゴリーはアイテムを整理するのに役立ちます。カテゴリーの例としては "デスクトップ"、" ラップトップ"、"; 携帯電話 "、" タブレット" などがあります。資産カテゴリは任意に設定することができます。',
|
||
|
||
'accessories' => 'Accessories are anything you issue to users but that do not have a serial number (or you do not care about tracking them uniquely). For example, computer mice or keyboards.',
|
||
|
||
'companies' => '会社フィールドは単純な識別子フィールドとして使用することができます。また、資産、ユーザーなどの権限を制限する設定も管理者が設定できます。',
|
||
|
||
'components' => '構成部品名は 資産の一部となるアイテムです。(例 HDD, RAM など)',
|
||
|
||
'consumables' => '消耗品は、時間の経過とともに使用されるものです。例えば、プリンタインクやコピー用紙など。',
|
||
|
||
'depreciations' => '定額法に基づいて資産の減価償却を設定することができます。',
|
||
|
||
];
|