mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Translate common.php
This commit is contained in:
parent
60710e7fb4
commit
7bec70d429
59
resources/lang/ja/common.php
Normal file
59
resources/lang/ja/common.php
Normal file
@ -0,0 +1,59 @@
|
||||
<?php
|
||||
return [
|
||||
|
||||
/**
|
||||
* Buttons
|
||||
*/
|
||||
'cancel' => 'キャンセル',
|
||||
'confirm' => '確認',
|
||||
'back' => '戻る',
|
||||
'save' => '保存',
|
||||
'continue' => '続ける',
|
||||
'select' => '選択',
|
||||
|
||||
/**
|
||||
* Form Labels
|
||||
*/
|
||||
'name' => '名称',
|
||||
'description' => '概要',
|
||||
'role' => '権限',
|
||||
|
||||
/**
|
||||
* Actions
|
||||
*/
|
||||
'actions' => '実行',
|
||||
'view' => '表示',
|
||||
'create' => '作成',
|
||||
'update' => '更新',
|
||||
'edit' => '編集',
|
||||
'sort' => '並び順',
|
||||
'move' => '移動',
|
||||
'delete' => '削除',
|
||||
'search' => '検索',
|
||||
'search_clear' => '検索をクリア',
|
||||
'reset' => 'リセット',
|
||||
'remove' => '削除',
|
||||
'add' => '追加',
|
||||
|
||||
|
||||
/**
|
||||
* Misc
|
||||
*/
|
||||
'deleted_user' => '削除済みユーザ',
|
||||
'no_activity' => '表示するアクティビティがありません',
|
||||
'no_items' => 'アイテムはありません',
|
||||
'back_to_top' => '上に戻る',
|
||||
'toggle_details' => '概要の表示切替',
|
||||
|
||||
/**
|
||||
* Header
|
||||
*/
|
||||
'view_profile' => 'プロフィール表示',
|
||||
'edit_profile' => 'プロフィール編集',
|
||||
|
||||
/**
|
||||
* Email Content
|
||||
*/
|
||||
'email_action_help' => '":actionText" をクリックできない場合、以下のURLをコピーしブラウザで開いてください:',
|
||||
'email_rights' => 'All rights reserved',
|
||||
];
|
Loading…
Reference in New Issue
Block a user