mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
cron helper language update
This commit is contained in:
parent
7b93d36712
commit
dfb4ca421a
26 changed files with 2087 additions and 1026 deletions
|
@ -514,6 +514,7 @@ $LANG['ja'] = array(
|
|||
'NEW DIR' => '新規ディレクトリ',
|
||||
'DELETE' => '削除',
|
||||
'RENAME' => '名前の変更',
|
||||
'RIGHTS' => 'RIGHTS',
|
||||
'COPY' => 'コピー',
|
||||
'ARCHIVE' => 'アーカイブ',
|
||||
'EXTRACT' => '展開',
|
||||
|
@ -532,6 +533,7 @@ $LANG['ja'] = array(
|
|||
'Copy' => 'コピー',
|
||||
'Cancel' => 'キャンセル',
|
||||
'Rename' => '名前を変更',
|
||||
'Change Rights' => 'Change Rights',
|
||||
'Delete' => '削除',
|
||||
'Extract' => '展開',
|
||||
'Create' => '作成',
|
||||
|
@ -546,6 +548,15 @@ $LANG['ja'] = array(
|
|||
'already exists' => 'は既に存在します',
|
||||
'Create file' => 'ファイルの作成',
|
||||
'Create directory' => 'ディレクトリの作成',
|
||||
'read by owner' => 'read by owner',
|
||||
'write by owner' => 'write by owner',
|
||||
'execute/search by owner' => 'execute/search by owner',
|
||||
'read by group' => 'read by group',
|
||||
'write by group' => 'write by group',
|
||||
'execute/search by group' => 'execute/search by group',
|
||||
'read by others' => 'read by others',
|
||||
'write by others' => 'write by others',
|
||||
'execute/search by others' => 'execute/search by others',
|
||||
|
||||
'Add New object' => '新しい項目を追加する',
|
||||
'Save Form' => '変更を保存する',
|
||||
|
@ -562,6 +573,8 @@ $LANG['ja'] = array(
|
|||
'Move backward through top menu' => '上部のメニューにおいて後方の項目に移動します',
|
||||
'Move forward through top menu' => '上部のメニューにおいて前方の項目に移動します',
|
||||
'Enter focused element' => 'フォーカスされた項目に入ります',
|
||||
'Move up through elements list' => 'Move up through elements list',
|
||||
'Move down through elements list' => 'Move down through elements list',
|
||||
|
||||
'Upload' => 'アップロード',
|
||||
'New File' => 'ファイルの作成',
|
||||
|
@ -598,6 +611,35 @@ $LANG['ja'] = array(
|
|||
'Licence Deactivated' => 'ライセンスが無効化されました',
|
||||
'Restrict users so that they cannot use SSH and access only their home directory.' => 'ユーザーによるSSHの使用を禁止し、各自のホームディレクトリにのみアクセスできるように制限します',
|
||||
'Browse, copy, edit, view, and retrieve all of your web domain files using fully featured File Manager.' => '高機能なファイルマネージャーを用いてウェブ上のファイルを閲覧、コピー、編集、表示、復旧できます',
|
||||
'This is a commercial module, you would need to purchace license key to enable it.' => 'これは有償の機能で、有効化するにはライセンスキーを購入する必要があります'
|
||||
'This is a commercial module, you would need to purchace license key to enable it.' => 'これは有償の機能で、有効化するにはライセンスキーを購入する必要があります',
|
||||
|
||||
'Minutes' => 'Minutes',
|
||||
'Hourly' => 'Hourly',
|
||||
'Daily' => 'Daily',
|
||||
'Weekly' => 'Weekly',
|
||||
'Monthly' => 'Monthly',
|
||||
'Run Command' => 'Run Command',
|
||||
'every month' => 'every month',
|
||||
'every odd month' => 'every odd month',
|
||||
'every even month' => 'every even month',
|
||||
'every day' => 'every day',
|
||||
'every odd day' => 'every odd day',
|
||||
'every even day' => 'every even day',
|
||||
'weekdays (5 days)' => 'weekdays (5 days)',
|
||||
'weekend (2 days)' => 'weekend (2 days)',
|
||||
'Monday' => 'Monday',
|
||||
'Tuesday' => 'Tuesday',
|
||||
'Wednesday' => 'Wednesday',
|
||||
'Thursday' => 'Thursday',
|
||||
'Friday' => 'Friday',
|
||||
'Saturday' => 'Saturday',
|
||||
'Sunday' => 'Sunday',
|
||||
'every hour' => 'every hour',
|
||||
'every two hours' => 'every two hours',
|
||||
'every minute' => 'every minute',
|
||||
'every two minutes' => 'every two minutes',
|
||||
'every' => 'every',
|
||||
'Hour' => 'Hour',
|
||||
'Minute' => 'Minute'
|
||||
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue