Skip to content

Commit

Permalink
(automated) Translations from Crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
meadowsys committed Oct 20, 2023
1 parent 0637676 commit 0eae0d4
Showing 1 changed file with 62 additions and 62 deletions.
124 changes: 62 additions & 62 deletions json-translated/core/ja-JP.json
Original file line number Diff line number Diff line change
@@ -1,77 +1,77 @@
{
"menu": {
"pulsar": {
"about": "",
"view-license": "",
"version": "",
"restart-and-install-update": "",
"check-for-update": "",
"checking-for-update": "",
"downloading-update": "",
"preferences": "",
"config": "",
"about": "Pulsarについて",
"view-license": "ライセンスを表示",
"version": "バージョン VERSION",
"restart-and-install-update": "再起動してアップデートをインストール",
"check-for-update": "アップデートを確認",
"checking-for-update": "アップデートを確認しています",
"downloading-update": "アップデートをダウンロードしています",
"preferences": "設定",
"config": "設定",
"init-script": "",
"keymap": "",
"snippets": "",
"stylesheet": "",
"install-shell-commands": "",
"quit": ""
"keymap": "キーマップ",
"snippets": "スニペット",
"stylesheet": "スタイルシート",
"install-shell-commands": "シェルコマンドをインストール",
"quit": "Pulsarを終了"
},
"macos": {
"services": "",
"hide-self": "",
"services": "サービス",
"hide-self": "Pulsarを非表示",
"hide-others": "",
"show-all": ""
"show-all": "全て表示"
},
"file": {
"self": "",
"new-window": "",
"new-file": "",
"open": "",
"open-file": "",
"open-folder": "",
"add-project-folder": "",
"self": "ファイル",
"new-window": "新しいウィンドウ",
"new-file": "新しいファイル",
"open": "開く…",
"open-file": "ファイルを開く…",
"open-folder": "フォルダーを開く…",
"add-project-folder": "プロジェクトのフォルダーを追加",
"project-history": {
"reopen-project": "",
"clear": ""
},
"reopen-last-item": "",
"save": "",
"save-as": "",
"save-all": "",
"close-tab": "",
"save": "保存",
"save-as": "名前を付けて保存",
"save-all": "全て保存",
"close-tab": "タブを閉じる",
"close-pane": "",
"close-window": ""
"close-window": "ウィンドウを閉じる"
},
"edit": {
"self": "",
"undo": "",
"redo": "",
"cut": "",
"copy": "",
"self": "編集",
"undo": "取り消す",
"redo": "やり直す",
"cut": "切り取る",
"copy": "コピー",
"copy-path": "",
"paste": "",
"paste": "貼り付け",
"paste-without-reformatting": "",
"select-all": "",
"select-all": "全て選択",
"toggle-comments": "",
"lines": {
"self": "",
"self": "",
"indent": "",
"outdent": "",
"auto-indent": "",
"auto-indent": "自動インデント",
"move-up": "",
"move-down": "",
"duplicate": "",
"delete": "",
"join": ""
"join": "行を結合"
},
"columns": {
"self": "",
"move-selection-left": "",
"move-selection-right": ""
},
"text": {
"self": "",
"self": "テキスト",
"upper-case": "",
"lower-case": "",
"delete-to-end-of-word": "",
Expand All @@ -98,7 +98,7 @@
}
},
"view": {
"self": "",
"self": "表示",
"toggle-full-screen": "",
"toggle-menu-bar": "",
"panes": {
Expand All @@ -116,54 +116,54 @@
"close": ""
},
"developer": {
"self": "",
"open-in-dev-mode": "",
"reload-window": "",
"self": "開発者",
"open-in-dev-mode": "開発者モードで開く",
"reload-window": "ウィンドウを再読込",
"run-package-specs": "",
"toggle-dev-tools": ""
},
"increase-font-size": "",
"decrease-font-size": "",
"reset-font-size": "",
"increase-font-size": "フォントのサイズを大きくする",
"decrease-font-size": "フォントのサイズを小さくする",
"reset-font-size": "フォントの大きさをリセット",
"toggle-soft-wrap": ""
},
"selection": {
"self": "",
"self": "選択",
"add-above": "",
"add-below": "",
"single": "",
"split-into-lines": "",
"split-into-lines": "行に分割",
"to-top": "",
"to-bottom": "",
"line": "",
"word": "",
"line": "行を選択",
"word": "語を選択",
"to-beginning-of-word": "",
"to-beginning-of-line": "",
"to-first-char-of-line": "",
"to-end-of-word": "",
"to-end-of-line": ""
},
"find": {
"self": ""
"self": "検索"
},
"packages": {
"self": "",
"open-package-manager": ""
"self": "パッケージ",
"open-package-manager": "パッケージマネージャーを開く"
},
"window": {
"self": "",
"minimise": "",
"zoom": "",
"self": "ウィンドウ",
"minimise": "最小化",
"zoom": "拡大",
"bring-all-to-front": ""
},
"help": {
"self": "",
"terms-of-use": "",
"docs": "",
"self": "ヘルプ",
"terms-of-use": "利用規約",
"docs": "ドキュメンテーション",
"faq": "",
"community-discussions": "",
"report-issue": "",
"search-issues": ""
"report-issue": "問題を報告",
"search-issues": "問題を検索"
}
}
}

0 comments on commit 0eae0d4

Please sign in to comment.