Files
snipe-it/app/lang/ja/admin/settings/general.php
T
2015-08-11 13:39:09 -07:00

48 lines
2.8 KiB
PHP
Executable File

<?php
return array(
'alert_email' => 'アラートの送信先',
'alerts_enabled' => 'アラートを有効化',
'asset_ids' => '資産ID',
'auto_increment_assets' => '資産IDを自動採番で生成',
'auto_increment_prefix' => 'プレフィクス (オプション)',
'auto_incrementing_help' => 'この初期値を使って資産IDの自動採番を有効化',
'backups' => 'バックアップ',
'barcode_type' => 'バーコードタイプ',
'barcode_settings' => 'バーコード設定',
'default_currency' => '既定の通貨',
'default_eula_text' => '既定のEULA',
'default_eula_help_text' => '特殊な資産カテゴリーにカスタムEULAを関連付けられます。',
'display_asset_name' => '資産名を表示',
'display_checkout_date' => 'チェックアウト日を表示',
'display_eol' => '表形式でEOLを表示',
'display_qr' => 'QRコードを表示',
'eula_settings' => 'EULA設定',
'eula_markdown' => 'This EULA allows <a href="https://help.github.com/articles/github-flavored-markdown/">Github flavored markdown</a>.',
'general_settings' => '全般設定',
'header_color' => 'ヘッダーカラー',
'info' => 'These settings let you customize certain aspects of your installation.',
'laravel' => 'Laravel Version',
'load_remote' => 'This Snipe-IT install can load scripts from the outside world.',
'logo' => 'Logo',
'optional' => 'optional',
'per_page' => 'Results Per Page',
'php' => 'PHP Version',
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.',
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.',
'qr_help' => 'Enable QR Codes first to set this',
'qr_text' => 'QR Code Text',
'setting' => 'Setting',
'settings' => 'Settings',
'site_name' => 'Site Name',
'slack_botname' => 'Slack Botname',
'slack_channel' => 'Slack Channel',
'slack_endpoint' => 'Slack Endpoint',
'slack_integration' => 'Slack Settings',
'slack_integration_help' => 'Slack integration is optional, however the endpoint and channel are required if you wish to use it. To configure Slack integration, you must first <a href=":slack_link" target="_new">create an incoming webhook</a> on your Slack account.',
'snipe_version' => 'Snipe-IT version',
'system' => 'System Information',
'update' => 'Update Settings',
'value' => 'Value',
);