Merge pull request #114 from RAVENz46/patch-1

Fix Japanese Translation
This commit is contained in:
Jeremy Soller 2024-02-06 08:52:33 -07:00 committed by GitHub
commit a47412160b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,14 +1,14 @@
new-document = 新しいドキュメント new-document = 新しいドキュメント
open-project = プロジェクトを開く... open-project = プロジェクトを開く...
todo = 未完 todo = 今後追加
# Context Pages # Context Pages
## Document statistics ## Document statistics
document-statistics = ドキュメントの統計 document-statistics = 統計
word-count = 単語数 word-count = 単語数
character-count = 文字数 character-count = 文字数
character-count-no-spaces = 文字数(スペース以外 character-count-no-spaces = 文字数(スペース除く
line-count = 行数 line-count = 行数
## Git management ## Git management
@ -25,17 +25,17 @@ settings = 設定
### Appearance ### Appearance
appearance = 外観 appearance = 外観
theme = テーマ theme = テーマ
match-desktop = デスクトップに合わす match-desktop = システム設定に従う
dark = 暗い dark = ダーク
light = 明かり light = ライト
syntax-dark = 暗いシンタックス syntax-dark = ダークテーマのシンタックス
syntax-light = 明かりシンタックス syntax-light = ライトテーマのシンタックス
default-font = デフォルトのフォント default-font = デフォルトのフォント
default-font-size = デフォルトのフォントサイズ default-font-size = デフォルトのフォントサイズ
### Keyboard shortcuts ### Keyboard shortcuts
keyboard-shortcuts = キーボードショートカット keyboard-shortcuts = キーボードショートカット
enable-vim-bindings = Vimのショートカットを有効にする enable-vim-bindings = Vimのキーバインドを有効にする
# Menu # Menu
@ -44,18 +44,18 @@ file = ファイル
new-file = 新しいファイル new-file = 新しいファイル
new-window = 新しいウィンドウ new-window = 新しいウィンドウ
open-file = 開く... open-file = 開く...
open-recent-file = 最近開いたファイルを開く open-recent-file = 最近ファイルを開く
close-file = ファイルを閉じる close-file = ファイルを閉じる
menu-open-project = プロジェクトを開く... menu-open-project = プロジェクトを開く...
open-recent-project = 最近開いたプロジェクトを開く open-recent-project = 最近プロジェクトを開く
close-project = プロジェクトを閉じる close-project = プロジェクトを閉じる
save = 保存 save = 保存
save-as = 名前を付けて保存... save-as = 名前を付けて保存...
revert-all-changes = 変更を全て元に戻す revert-all-changes = 変更を全て元に戻す
menu-document-statistics = Document statistics... menu-document-statistics = 統計...
document-type = Document type... document-type = ドキュメントのタイプ...
encoding = 文字コード... encoding = 文字コード...
menu-git-management = Gitの操作... menu-git-management = Gitの管理...
print = 印刷 print = 印刷
quit = 終了 quit = 終了
@ -69,7 +69,7 @@ paste = 貼り付け
select-all = すべて選択 select-all = すべて選択
find = 検索 find = 検索
replace = 置換 replace = 置換
find-in-project = プロジェクト検索... find-in-project = プロジェクト内を検索...
spell-check = スペルチェック... spell-check = スペルチェック...
## View ## View
@ -77,14 +77,14 @@ view = 表示
indentation = 字下げ indentation = 字下げ
### Indentation ### Indentation
automatic-indentation = 自動的字下げ automatic-indentation = 自動的字下げ
tab-width = タブ幅: {$tab_width} tab-width = タブ幅: {$tab_width}
convert-indentation-to-spaces = 字下げをスペース化 convert-indentation-to-spaces = 字下げをスペース化
convert-indentation-to-tabs = 字下げをタブ化 convert-indentation-to-tabs = 字下げをタブ化
word-wrap = ワードラップ word-wrap = ワードラップ
show-line-numbers = 行番号を表示する show-line-numbers = 行番号を表示
highlight-current-line = 現の行をハイライト highlight-current-line = 現の行をハイライト
syntax-highlighting = シンタックスハイライト... syntax-highlighting = シンタックスハイライト...
menu-settings = 設定... menu-settings = 設定...
menu-keyboard-shortcuts = キーボードショートカット... menu-keyboard-shortcuts = キーボードショートカット...