* Add japanese Support.
* I add following language file
* Plugins/Wox.Plugin.WebSearch/Languages/ja.xaml
* Wox/Languages/ja.xaml
This commit is contained in:
niwatolli3 2016-02-09 23:30:54 +09:00
parent 02033a675a
commit d7d2efd58e
4 changed files with 169 additions and 1 deletions

View File

@ -0,0 +1,32 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="wox_plugin_websearch_delete">削除</system:String>
<system:String x:Key="wox_plugin_websearch_edit">編集</system:String>
<system:String x:Key="wox_plugin_websearch_add">追加</system:String>
<system:String x:Key="wox_plugin_websearch_action_keyword">キーワード</system:String>
<system:String x:Key="wox_plugin_websearch_url">URL</system:String>
<system:String x:Key="wox_plugin_websearch_search">検索</system:String>
<system:String x:Key="wox_plugin_websearch_enable_suggestion">検索サジェスチョンを有効にする</system:String>
<system:String x:Key="wox_plugin_websearch_pls_select_web_search">web検索を選択してください</system:String>
<system:String x:Key="wox_plugin_websearch_delete_warning">本当に{0}を削除しますか?</system:String>
<!--web search edit-->
<system:String x:Key="wox_plugin_websearch_title">タイトル</system:String>
<system:String x:Key="wox_plugin_websearch_enable">有効</system:String>
<system:String x:Key="wox_plugin_websearch_select_icon">アイコンを選択</system:String>
<system:String x:Key="wox_plugin_websearch_icon">アイコン</system:String>
<system:String x:Key="wox_plugin_websearch_cancel">キャンセル</system:String>
<system:String x:Key="wox_plugin_websearch_invalid_web_search">web検索を無効にする</system:String>
<system:String x:Key="wox_plugin_websearch_input_title">タイトルを入力してください</system:String>
<system:String x:Key="wox_plugin_websearch_input_action_keyword">キーワードを入力してください</system:String>
<system:String x:Key="wox_plugin_websearch_input_url">URLを入力してください</system:String>
<system:String x:Key="wox_plugin_websearch_action_keyword_exist">キーワードはすでに存在します。違うキーワードを入力してください</system:String>
<system:String x:Key="wox_plugin_websearch_succeed">成功</system:String>
<system:String x:Key="wox_plugin_websearch_plugin_name">Web検索</system:String>
<system:String x:Key="wox_plugin_websearch_plugin_description">Web検索を提供</system:String>
</ResourceDictionary>

View File

@ -9,6 +9,7 @@ namespace Wox.Core.Resource
public static Language Chinese_TW = new Language("zh-tw", "中文(繁体)");
public static Language Russian = new Language("ru", "Русский");
public static Language French = new Language("fr", "Français");
public static Language Japanese = new Language("ja", "日本語");
public static List<Language> GetAvailableLanguages()
{
@ -18,7 +19,8 @@ namespace Wox.Core.Resource
Chinese,
Chinese_TW,
Russian,
French
French,
Japanese
};
return languages;
}

129
Wox/Languages/ja.xaml Normal file
View File

@ -0,0 +1,129 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<!--MainWindow-->
<system:String x:Key="registerHotkeyFailed">ホットキー「{0}」の登録に失敗しました</system:String>
<system:String x:Key="couldnotStartCmd">{0}の起動に失敗しました</system:String>
<system:String x:Key="invalidWoxPluginFileFormat">Woxプラグインの形式が正しくありません</system:String>
<system:String x:Key="setAsTopMostInThisQuery">Set as topmost in this query</system:String>
<system:String x:Key="cancelTopMostInThisQuery">Cancel topmost in this query</system:String>
<system:String x:Key="executeQuery">次のコマンドを実行します:{0}</system:String>
<system:String x:Key="lastExecuteTime">最終実行時間:{0}</system:String>
<system:String x:Key="iconTrayOpen">開く</system:String>
<system:String x:Key="iconTraySettings">設定</system:String>
<system:String x:Key="iconTrayAbout">Woxについて</system:String>
<system:String x:Key="iconTrayExit">終了</system:String>
<!--Setting General-->
<system:String x:Key="woxsettings">Wox設定</system:String>
<system:String x:Key="general">一般</system:String>
<system:String x:Key="startWoxOnSystemStartup">スタートアップ時にWoxを起動する</system:String>
<system:String x:Key="hideWoxWhenLoseFocus">フォーカスを失った時にWoxを隠す</system:String>
<system:String x:Key="dontPromptUpdateMsg">最新版が入手可能であっても、アップグレードメッセージを表示しない</system:String>
<system:String x:Key="rememberLastLocation">前回のランチャーの位置を記憶</system:String>
<system:String x:Key="language">言語</system:String>
<system:String x:Key="maxShowResults">結果の最大表示件数</system:String>
<system:String x:Key="ignoreHotkeysOnFullscreen">ウィンドウがフルスクリーン時にホットキーを無効にする</system:String>
<!--Setting Plugin-->
<system:String x:Key="plugin">プラグイン</system:String>
<system:String x:Key="browserMorePlugins">プラグインを探す</system:String>
<system:String x:Key="disable">無効</system:String>
<system:String x:Key="actionKeywords">キーワード</system:String>
<system:String x:Key="pluginDirectory">プラグイン・ディレクトリ</system:String>
<system:String x:Key="author">作者</system:String>
<system:String x:Key="plugin_init_time">初期化時間: {0}ms</system:String>
<system:String x:Key="plugin_query_time">クエリ時間: {0}ms</system:String>
<!--Setting Theme-->
<system:String x:Key="theme">テーマ</system:String>
<system:String x:Key="browserMoreThemes">テーマを探す</system:String>
<system:String x:Key="helloWox">こんにちは Wox</system:String>
<system:String x:Key="queryBoxFont">クエリボックスのフォント</system:String>
<system:String x:Key="resultItemFont">アイテムフォントの結果</system:String>
<system:String x:Key="windowMode">ウィンドウモード</system:String>
<system:String x:Key="opacity">透過度</system:String>
<!--Setting Hotkey-->
<system:String x:Key="hotkey">ホットキー</system:String>
<system:String x:Key="woxHotkey">Wox ホットキー</system:String>
<system:String x:Key="customQueryHotkey">カスタムクエリ ホットキー</system:String>
<system:String x:Key="delete">削除</system:String>
<system:String x:Key="edit">編集</system:String>
<system:String x:Key="add">追加</system:String>
<system:String x:Key="pleaseSelectAnItem">項目選択してください</system:String>
<system:String x:Key="deleteCustomHotkeyWarning">{0} プラグインのホットキーを本当に削除しますか?</system:String>
<!--Setting Proxy-->
<system:String x:Key="proxy">プロキシ</system:String>
<system:String x:Key="enableProxy">プロキシを有効化</system:String>
<system:String x:Key="server">サーバ</system:String>
<system:String x:Key="port">ポート</system:String>
<system:String x:Key="userName">ユーザ名</system:String>
<system:String x:Key="password">パスワード</system:String>
<system:String x:Key="testProxy">プロキシをテストする</system:String>
<system:String x:Key="save">保存</system:String>
<system:String x:Key="serverCantBeEmpty">サーバーは空白にできません</system:String>
<system:String x:Key="portCantBeEmpty">ポートは空白にできません</system:String>
<system:String x:Key="invalidPortFormat">ポートの形式が正しくありません</system:String>
<system:String x:Key="saveProxySuccessfully">プロキシの保存に成功しました</system:String>
<system:String x:Key="proxyIsCorrect">プロキシは正しいです</system:String>
<system:String x:Key="proxyConnectFailed">プロキシ接続に失敗しました</system:String>
<!--Setting About-->
<system:String x:Key="about">Woxについて</system:String>
<system:String x:Key="website">ウェブサイト</system:String>
<system:String x:Key="version">バージョン</system:String>
<system:String x:Key="about_activate_times">あなたはWoxを {0} 回利用しました</system:String>
<!--Action Keyword Setting Dialog-->
<system:String x:Key="oldActionKeywords">古いアクションキーボード</system:String>
<system:String x:Key="newActionKeywords">新しいアクションキーボード</system:String>
<system:String x:Key="cancel">キャンセル</system:String>
<system:String x:Key="done">完了</system:String>
<system:String x:Key="cannotFindSpecifiedPlugin">プラグインが見つかりません</system:String>
<system:String x:Key="newActionKeywordsCannotBeEmpty">新しいアクションキーボードを空にすることはできません</system:String>
<system:String x:Key="newActionKeywordsHasBeenAssigned">新しいアクションキーボードは他のプラグインに割り当てられています。他のアクションキーボードを指定してください</system:String>
<system:String x:Key="succeed">成功しました</system:String>
<system:String x:Key="actionkeyword_tips">アクションキーボードを指定しない場合、* を使用してください</system:String>
<!--Custom Query Hotkey Dialog-->
<system:String x:Key="preview">プレビュー</system:String>
<system:String x:Key="hotkeyIsNotUnavailable">ホットキーは使用できません。新しいホットキーを選択してください</system:String>
<system:String x:Key="invalidPluginHotkey">プラグインホットキーは無効です</system:String>
<system:String x:Key="update">更新</system:String>
<!--Hotkey Control-->
<system:String x:Key="hotkeyUnavailable">ホットキーは使用できません</system:String>
<!--Crash Reporter-->
<system:String x:Key="reportWindow_version">バージョン</system:String>
<system:String x:Key="reportWindow_time">時間</system:String>
<system:String x:Key="reportWindow_reproduce">アプリケーションが突然終了した手順を私たちに教えてくださると、バグ修正ができます</system:String>
<system:String x:Key="reportWindow_send_report">クラッシュレポートを送信</system:String>
<system:String x:Key="reportWindow_cancel">キャンセル</system:String>
<system:String x:Key="reportWindow_general">一般</system:String>
<system:String x:Key="reportWindow_exceptions">例外</system:String>
<system:String x:Key="reportWindow_exception_type">例外の種類</system:String>
<system:String x:Key="reportWindow_source">ソース</system:String>
<system:String x:Key="reportWindow_stack_trace">スタックトレース</system:String>
<system:String x:Key="reportWindow_sending">送信中</system:String>
<system:String x:Key="reportWindow_report_succeed">クラッシュレポートの送信に成功しました</system:String>
<system:String x:Key="reportWindow_report_failed">クラッシュレポートの送信に失敗しました</system:String>
<system:String x:Key="reportWindow_wox_got_an_error">Woxにエラーが発生しました</system:String>
<!--update-->
<system:String x:Key="update_wox_update_new_version_available">Wox の最新バージョン V{0} が入手可能です</system:String>
<system:String x:Key="update_wox_update_error">Woxのアップデート中にエラーが発生しました</system:String>
<system:String x:Key="update_wox_update">アップデート</system:String>
<system:String x:Key="update_wox_update_cancel">キャンセル</system:String>
<system:String x:Key="update_wox_update_restart_wox_tip">このアップデートでは、Woxの再起動が必要です</system:String>
<system:String x:Key="update_wox_update_upadte_files">次のファイルがアップデートされます</system:String>
<system:String x:Key="update_wox_update_files">更新ファイル一覧</system:String>
<system:String x:Key="update_wox_update_upadte_description">アップデートの詳細</system:String>
</ResourceDictionary>

View File

@ -216,6 +216,11 @@
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Languages\ja.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Page Include="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>