mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
update japanese translation
This commit is contained in:
parent
380e2ff668
commit
34499658d5
@ -10,6 +10,7 @@ return [
|
|||||||
'save' => '保存',
|
'save' => '保存',
|
||||||
'continue' => '続ける',
|
'continue' => '続ける',
|
||||||
'select' => '選択',
|
'select' => '選択',
|
||||||
|
'more' => 'その他',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Form Labels
|
* Form Labels
|
||||||
@ -23,6 +24,7 @@ return [
|
|||||||
*/
|
*/
|
||||||
'actions' => '実行',
|
'actions' => '実行',
|
||||||
'view' => '表示',
|
'view' => '表示',
|
||||||
|
'reply' => '返信',
|
||||||
'create' => '作成',
|
'create' => '作成',
|
||||||
'update' => '更新',
|
'update' => '更新',
|
||||||
'edit' => '編集',
|
'edit' => '編集',
|
||||||
@ -44,6 +46,9 @@ return [
|
|||||||
'no_items' => 'アイテムはありません',
|
'no_items' => 'アイテムはありません',
|
||||||
'back_to_top' => '上に戻る',
|
'back_to_top' => '上に戻る',
|
||||||
'toggle_details' => '概要の表示切替',
|
'toggle_details' => '概要の表示切替',
|
||||||
|
'details' => '詳細',
|
||||||
|
'grid_view' => 'グリッド形式',
|
||||||
|
'list_view' => 'リスト形式',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Header
|
* Header
|
||||||
|
@ -19,7 +19,7 @@ return [
|
|||||||
'meta_created_name' => '作成: :timeLength (:user)',
|
'meta_created_name' => '作成: :timeLength (:user)',
|
||||||
'meta_updated' => '更新: :timeLength',
|
'meta_updated' => '更新: :timeLength',
|
||||||
'meta_updated_name' => '更新: :timeLength (:user)',
|
'meta_updated_name' => '更新: :timeLength (:user)',
|
||||||
'x_pages' => ':countページ',
|
'x_pages' => ':count ページ',
|
||||||
'entity_select' => 'エンティティ選択',
|
'entity_select' => 'エンティティ選択',
|
||||||
'images' => '画像',
|
'images' => '画像',
|
||||||
'my_recent_drafts' => '最近の下書き',
|
'my_recent_drafts' => '最近の下書き',
|
||||||
@ -72,7 +72,9 @@ return [
|
|||||||
'books' => 'ブック',
|
'books' => 'ブック',
|
||||||
'books_empty' => 'まだブックは作成されていません',
|
'books_empty' => 'まだブックは作成されていません',
|
||||||
'books_popular' => '人気のブック',
|
'books_popular' => '人気のブック',
|
||||||
|
'x_books' => ':count ブック',
|
||||||
'books_recent' => '最近のブック',
|
'books_recent' => '最近のブック',
|
||||||
|
'books_new' => '新しいブック',
|
||||||
'books_popular_empty' => 'ここに人気のブックが表示されます。',
|
'books_popular_empty' => 'ここに人気のブックが表示されます。',
|
||||||
'books_create' => '新しいブックを作成',
|
'books_create' => '新しいブックを作成',
|
||||||
'books_delete' => 'ブックを削除',
|
'books_delete' => 'ブックを削除',
|
||||||
@ -104,6 +106,7 @@ return [
|
|||||||
'chapter' => 'チャプター',
|
'chapter' => 'チャプター',
|
||||||
'chapters' => 'チャプター',
|
'chapters' => 'チャプター',
|
||||||
'chapters_popular' => '人気のチャプター',
|
'chapters_popular' => '人気のチャプター',
|
||||||
|
'x_chapters' => ':count チャプター',
|
||||||
'chapters_new' => 'チャプターを作成',
|
'chapters_new' => 'チャプターを作成',
|
||||||
'chapters_create' => 'チャプターを作成',
|
'chapters_create' => 'チャプターを作成',
|
||||||
'chapters_delete' => 'チャプターを削除',
|
'chapters_delete' => 'チャプターを削除',
|
||||||
@ -233,4 +236,24 @@ return [
|
|||||||
'profile_not_created_pages' => ':userNameはページを作成していません',
|
'profile_not_created_pages' => ':userNameはページを作成していません',
|
||||||
'profile_not_created_chapters' => ':userNameはチャプターを作成していません',
|
'profile_not_created_chapters' => ':userNameはチャプターを作成していません',
|
||||||
'profile_not_created_books' => ':userNameはブックを作成していません',
|
'profile_not_created_books' => ':userNameはブックを作成していません',
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Comments
|
||||||
|
*/
|
||||||
|
'comment' => 'コメント',
|
||||||
|
'comments' => 'コメント',
|
||||||
|
'comment_add' => 'コメント追加',
|
||||||
|
'comment_placeholder' => 'コメントを記入してく下さい',
|
||||||
|
'comment_count' => '{0} コメントはありません|[1,*] コメント:count件',
|
||||||
|
'comment_save' => 'コメントを保存',
|
||||||
|
'comment_saving' => 'コメントを保存中...',
|
||||||
|
'comment_deleting' => 'コメントを削除中...',
|
||||||
|
'comment_new' => '新規コメント作成',
|
||||||
|
'comment_created' => 'コメントを作成しました :createDiff',
|
||||||
|
'comment_updated' => ':username により更新しました :updateDiff',
|
||||||
|
'comment_deleted_success' => 'コメントを削除しました',
|
||||||
|
'comment_created_success' => 'コメントを追加しました',
|
||||||
|
'comment_updated_success' => 'コメントを更新しました',
|
||||||
|
'comment_delete_confirm' => '本当にこのコメントを削除しますか?',
|
||||||
|
'comment_in_reply_to' => ':commentIdへ返信',
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user