mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 13:16:54 +02:00
Create Japanese language file
This commit is contained in:
17
plugins/box/backup/languages/ja.lang.php
Normal file
17
plugins/box/backup/languages/ja.lang.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'backup' => array(
|
||||
'Backups' => 'バックアップ',
|
||||
'Backup Date' => 'バックアップ日',
|
||||
'Create Backup' => 'バックアップの作成',
|
||||
'Delete' => '削除',
|
||||
'storage' => 'ストレージ',
|
||||
'public' => '公開',
|
||||
'plugins' => 'プラグイン',
|
||||
'Size' => 'サイズ',
|
||||
'Actions' => 'アクション',
|
||||
'Delete backup: :backup' => 'バックアップの削除: :backup',
|
||||
'Creating...' => '作成中...',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user