Skip to content

Commit

Permalink
Merge pull request #3 from onionmk2/improve-ja-i18n
Browse files Browse the repository at this point in the history
improve ja localization
  • Loading branch information
june07 authored Dec 19, 2016
2 parents 0ad91cf + 840dbb3 commit bf0137b
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions _locales/ja/messages.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
{
"appName": {
"message": "ビン電源(ノード検査マネージャー)",
"message": "NIM (Node Inspector Manager)",
"description": "The title of the extension displayed in the web store."
},
"appShortName": {
"message": "NIM",
"description": "The short title."
},
"appDescription": {
"message": "拡張のために自動的に起動V8調査のためのNode.js デバッグ",
"message": "Node.jsのデバッグのため、 V8 Inspectorを自動で起動する拡張機能です。",
"description": "A description of the extension displayed in the web store."
},
"pageOptionsTitle": {
"message": "ビン電源(ノード検査マネージャー)-オプションページ",
"message": "NIM (Node Inspector Manager) - Options Page",
"description": "Title shown on options page."
},
"defaultTitle": {
"message": "ビン電源(ノード検査マネージャー)",
"message": "NIM (Node Inspector Manager)",
"description": "Title shown in tooltip."
},
"errMsg1": {
"message": "エラー設定をアンインストールURL: ",
"message": "Error setting uninstall URL: ",
"description": "Error message."
},
"errMsg2": {
"message": "閉じたタブのためのDevToolsセッション: ",
"message": "Closed tab for DevTools session: ",
"description": "Error message."
},
"errMsg6": {
"message": "閉じたウィンドウDevToolsセッション: ",
"message": "Closed window for DevTools session: ",
"description": "Error message."
},
"errMsg3": {
"message": "エラーをしようとオートあり ",
"message": "Error while trying to auto close ",
"description": "Error message."
},
"errMsg4": {
"message": "接続DevToolsホストが中断されました。 チェックをホストとポートします",
"message": "デベロッパーツールへの接続が中断されました。ホストとポートを確認してください",
"description": "Error message."
},
"errMsg5": {
"message": "DevToolsが開いています",
"message": "デベロッパーツールはすでに開いています",
"description": "Error message."
},
"errMsg7": {
"message": "DevToolsが開いています",
"message": "デベロッパーツールはすでに開いています",
"description": "Error message."
},
"errMsg8": {
"message": "DevToolsが開いています",
"message": "デベロッパーツールはすでに開いています",
"description": "Storage key $key$ in namespace $namespace$ changed. Old value was $oldvalue$, new value is $newvalue$",
"placeholders": {
"key": {
Expand All @@ -66,83 +66,83 @@
}
},
"port": {
"message": "",
"message": "ポート",
"description": "Port."
},
"hostname": {
"message": "ホスト名",
"message": "ホスト",
"description": "Hostname."
},
"manual": {
"message": "マニュアル",
"message": "Manual",
"description": "Manual."
},
"auto": {
"message": "オート",
"message": "Auto",
"description": "Auto."
},
"donate": {
"message": "寄付",
"description": "Donate."
},
"enabled": {
"message": "有効な",
"message": "Enabled",
"description": "Enabled."
},
"uptime": {
"message": "アップタイム",
"message": "Uptime",
"description": "Uptime."
},
"options": {
"message": "オプション",
"message": "Options",
"description": "Options."
},
"general": {
"message": "一般",
"message": "General",
"description": "General."
},
"on": {
"message": "",
"message": "On",
"description": "On."
},
"off": {
"message": "オフ",
"message": "Off",
"description": "Off."
},
"openInspectorNewWindow": {
"message": "新しいウィンドウで開きます。",
"message": "新しいウィンドウで開く",
"description": "Open Inspector in a new window."
},
"makeInspectorWindowFocused": {
"message": "作画面にフォーカスします。",
"message": "ウィンドウにフォーカスを移動する",
"description": "Make Inspector window focused."
},
"makeInspectorTabActive": {
"message": "をタブで活躍しました。",
"message": "タブをアクティブにする",
"description": "Make Inspector tab active."
},
"autoCloseInspector": {
"message": "自動的に閉じます。",
"message": "自動で閉じる",
"description": "Auto close the Inspector."
},
"secondsBetweenInspectorChecks": {
"message": "チェック間隔で出ています。",
"message": "チェック間隔",
"description": "Seconds between Inspector checks."
},
"debugging": {
"message": "デバッグ",
"message": "Debugging",
"description": "Debugging."
},
"showDebugWindow": {
"message": "示デバッグウインドウです。",
"message": "デバッグウィンドウを表示",
"description": "Show debug window."
},
"save": {
"message": "保存",
"message": "Save",
"description": "Save."
},
"openDevtools": {
"message": "開DevTools",
"message": "Open DevTools",
"description": "Open DevTools"
},
"seconds": {
Expand Down

0 comments on commit bf0137b

Please sign in to comment.