From a93690969c32858876979bc3acd84ded6c2e6b10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthew=20Fallah=20=28=E3=83=9E=E3=82=B7=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E3=83=BB=E3=83=95=E3=82=A1=E3=83=A9=E3=83=BC=29?= <107450287+moi-cest-matthew@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:06:27 -1000 Subject: [PATCH] Added Japanese translation --- i18n/ja/cosmic_edit.ftl | 91 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 i18n/ja/cosmic_edit.ftl diff --git a/i18n/ja/cosmic_edit.ftl b/i18n/ja/cosmic_edit.ftl new file mode 100644 index 0000000..193f025 --- /dev/null +++ b/i18n/ja/cosmic_edit.ftl @@ -0,0 +1,91 @@ +new-document = 新しいドキュメント +open-project = プロジェクトを開く... +todo = 未完 + +# Context Pages + +## Document statistics +document-statistics = Document statistics +word-count = 単語数 +character-count = 文字数 +character-count-no-spaces = 文字数(スペース以外) +line-count = 行数 + +## Git management +git-management = Gitの操作 +unstaged-changes = ステージされていない変更 +staged-changes = ステージされている変更 + +## Project search +project-search = Project search + +## Settings +settings = 設定 + +### Appearance +appearance = 外観 +theme = テーマ +match-desktop = デスクトップに合わす +dark = 暗い +light = 明かり +syntax-dark = 暗いシンタックス +syntax-light = 明かりシンタックス +default-font = デフォルトのフォント +default-font-size = デフォルトのフォントサイズ + +### Keyboard shortcuts +keyboard-shortcuts = キーボードショートカット +enable-vim-bindings = Vimのショートカットを有効にする + +# Menu + +## File +file = ファイル +new-file = 新しいファイル +new-window = 新しいウィンドウ +open-file = 開く... +open-recent-file = 最近開いたファイルを開く +close-file = ファイルを閉じる +menu-open-project = プロジェクトを開く... +open-recent-project = 最近開いたプロジェクトを開く +close-project = プロジェクトを閉じる +save = 保存 +save-as = 名前を付けて保存... +revert-all-changes = 変更を全て元に戻す +menu-document-statistics = Document statistics... +document-type = Document type... +encoding = 文字コード... +menu-git-management = Gitの操作... +print = 印刷 +quit = 終了 + +## Edit +edit = Edit +undo = 元に戻す +redo = やり直す +cut = 切り取り +copy = コピー +paste = 貼り付け +select-all = すべて選択 +find = 検索 +replace = 置換 +find-in-project = プロジェクトで検索... +spell-check = スペルチェック... + +## View +view = View +indentation = Indentation + +### Indentation +automatic-indentation = 自動的な字下げ +tab-width = タブ幅: {$tab_width} +convert-indentation-to-spaces = 字下げをスペース化 +convert-indentation-to-tabs = 字下げをタブ化 + +word-wrap = ワードラップ +show-line-numbers = 行番号を表示する +highlight-current-line = 現代の行をハイライト +syntax-highlighting = シンタックスハイライト... +menu-settings = 設定... +menu-keyboard-shortcuts = キーボードショートカット... +about-cosmic-text-editor = COSMICテキストデータについて...