]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ja/editor.php
Fixed failing test after drawio default url change
[bookstack] / resources / lang / ja / editor.php
index de38b0cbe53bb3acae89ca81c5989d04d616ed8d..e21a6d5a0bca4b8842fc8ebf604e9d1d5219f329 100644 (file)
@@ -24,6 +24,7 @@ return [
     'width' => '幅',
     'height' => '高さ',
     'More' => 'さらに表示',
+    'select' => 'Select...',
 
     // Toolbar
     'formats' => '書式',
@@ -52,9 +53,10 @@ return [
     'align_left' => '左揃え',
     'align_center' => '中央揃え',
     'align_right' => '右揃え',
-    'align_justify' => '両端揃え',
+    'align_justify' => 'Justify',
     'list_bullet' => '箇条書き',
     'list_numbered' => '番号付き箇条書き',
+    'list_task' => 'Task list',
     'indent_increase' => 'インデントを増やす',
     'indent_decrease' => 'インデントを減らす',
     'table' => '表',
@@ -91,7 +93,10 @@ return [
     'cell_properties_title' => 'セルの詳細設定',
     'cell_type' => 'セルタイプ',
     'cell_type_cell' => 'セル',
+    'cell_scope' => 'Scope',
     'cell_type_header' => 'ヘッダーセル',
+    'merge_cells' => 'Merge cells',
+    'split_cell' => 'Split cell',
     'table_row_group' => '行グループ',
     'table_column_group' => '列グループ',
     'horizontal_align' => '水平方向の配置',
@@ -119,6 +124,16 @@ return [
     'caption' => '表題',
     'show_caption' => 'キャプションの表示',
     'constrain' => '縦横比を保持する',
+    'cell_border_solid' => 'Solid',
+    'cell_border_dotted' => 'Dotted',
+    'cell_border_dashed' => 'Dashed',
+    'cell_border_double' => 'Double',
+    'cell_border_groove' => 'Groove',
+    'cell_border_ridge' => 'Ridge',
+    'cell_border_inset' => 'Inset',
+    'cell_border_outset' => 'Outset',
+    'cell_border_none' => 'None',
+    'cell_border_hidden' => 'Hidden',
 
     // Images, links, details/summary & embed
     'source' => '画像のソース',
@@ -139,12 +154,14 @@ return [
     'toggle_label' => 'ブロックのラベル',
 
     // About view
+    'about' => 'About the editor',
     'about_title' => 'WYSIWYGエディタについて',
     'editor_license' => 'エディタのライセンスと著作権',
     'editor_tiny_license' => 'このエディタはLGPL v2.1ライセンスの下で提供される:tinyLinkを利用して構築されています。',
     'editor_tiny_license_link' => 'TinyMCEの著作権およびライセンスの詳細は、こちらをご覧ください。',
     'save_continue' => 'ページを保存して続行',
     'callouts_cycle' => '(押し続けて種類を切り替え)',
+    'link_selector' => 'Link to content',
     'shortcuts' => 'ショートカット',
     'shortcut' => 'ショートカット',
     'shortcuts_intro' => 'エディタでは次に示すショートカットが利用できます。',