mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
23 lines
1 KiB
PHP
23 lines
1 KiB
PHP
<?php
|
|
|
|
return array(
|
|
|
|
|
|
'update' => array(
|
|
'error' => '更新時にエラーが発生しました。 ',
|
|
'success' => '更新に成功しました。'
|
|
),
|
|
'backup' => array(
|
|
'delete_confirm' => 'このバックアップファイルを削除してもよろしいですか?この操作は、もとに戻すことは出来ません。 ',
|
|
'file_deleted' => 'バックアップファイルの削除に成功しました。 ',
|
|
'generated' => '新しいバックアップファイルが作成されました。',
|
|
'file_not_found' => 'そのバックアップファイルをサーバー上に見つけることが出来ませんでした。',
|
|
),
|
|
'purge' => array(
|
|
'error' => 'An error has occurred while purging. ',
|
|
'validation_failed' => 'Your purge confirmation is incorrect. Please type the word "DELETE" in the confirmation box.',
|
|
'success' => 'Deleted records successfully purged.'
|
|
),
|
|
|
|
);
|