Japanese language file correction, version bump

This commit is contained in:
satindergrewal 2018-01-31 22:19:04 +13:00
parent aa08c239e5
commit 3731f54b68
4 changed files with 9 additions and 10 deletions

View File

@ -15,7 +15,7 @@
"btn_enable_electrum": "エレクトラムを有効にする",
"btn_disable": "停止",
"btn_set_goal": "目標を設定",
"btn_exchange": "取引する", 
"btn_exchange": "取引する",
"btn_inventory": "在庫",
"btn_close_smallcaps": "閉じる",
"btn_close_caps": "閉じる",
@ -73,7 +73,7 @@
"Navigation": {
"nav_dashboard": "ダッシュボード",
"nav_trade_history": "取引の歴史",
"nav_close" : "閉じる",
"nav_close": "閉じる",
"nav_debug": "デバッグ",
"nav_settings": "設定",
"nav_logout": "ログアウト"
@ -116,7 +116,6 @@
"portfolio_send_tx": "取引を送信",
"portfolio_tx_did_not_complete": "取引は完了しませんでした。再度お試しください。",
"portfolio_toastr_title_tx_info": "取引情報"
},
"Inventory": {
"inventory_tab_inventory": "在庫",
@ -153,7 +152,7 @@
"exchange_btn_portfolio": "ポートフォリオ",
"exchange_lbl_one_max": "最大",
"exchange_lbl_one_min": "最小",
"exchange_lbl_one_price_to": "価格設定~まで",
"exchange_lbl_one_price_to": "価格設定~まで",
"exchange_lbl_buy_small": "買い",
"exchange_lbl_sell_small": "売り",
"exchange_trade_with_selected_trader": "選択したトレーダーとの取引のみ(オプション)",
@ -362,7 +361,7 @@
"ZeroConfirmation": {
"zeroconf_please_confirm_you_want_to_send_and_lock_01": "送付してロックしたいか確認してください - 1",
"zeroconf_please_confirm_you_want_to_send_and_lock_02": "送付してロックしたいか確認してください - 2",
"zeroconf_please_confirm_you_want_to_send_and_lock_03": "送付してロックしたいか確認してください - 3", 
"zeroconf_please_confirm_you_want_to_send_and_lock_03": "送付してロックしたいか確認してください - 3",
"zeroconf_week_weeks": "週",
"zeroconf_yes_i_confirm": "確認します",
"zeroconf_history_dialog_title": "スピード・モードの預金の歴史",
@ -387,7 +386,7 @@
"zeroconf_info_dialog_li_04": "預金の再要求は有効期限後のみ可能ですので、有効期間の設定は慎重に行ってください。",
"zeroconf_info_dialog_li_05": "KMDの保証金は通常通り、期間を通じて5%の年利を生じます。",
"zeroconf_info_dialog_li_06": "完了時に、セキュリティ手数料の0.1%を控除した預金と利息を受け取ることになります。",
"zeroconf_info_dialog_p_02": "重要事項:スピード・モードを使用中に不正行為を試みた場合、犯行額と追加の罰金額の両方が預金から差し引かれ、影響を受けた関係者に払い戻すために没収されます。お客様の預金の残高は、通常の有効期限終了後に請求できます。" 
"zeroconf_info_dialog_p_02": "重要事項:スピード・モードを使用中に不正行為を試みた場合、犯行額と追加の罰金額の両方が預金から差し引かれ、影響を受けた関係者に払い戻すために没収されます。お客様の預金の残高は、通常の有効期限終了後に請求できます。"
},
"Settings": {
"settings_enable_experimental_features": "試験的機能を有効にしますか。",
@ -400,4 +399,4 @@
"settings_toastr_settings_update_processed": "設定の更新済",
"settings_toastr_title": " BarterDEX設定"
}
}
}

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>BarterDEX - v0.8.7-rc</title>
<title>BarterDEX - v0.8.8-rc</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet" id="bright_css_style">

View File

@ -20,7 +20,7 @@ const killmm = require('./ipc/killmm');
const appBasicInfo = {
name: 'BarterDEX',
version: '0.8.6-rc'
version: '0.8.8-rc'
};
app.setName(appBasicInfo.name);

View File

@ -1,6 +1,6 @@
{
"name": "BarterDEX",
"version": "0.8.6-rc",
"version": "0.8.8-rc",
"description": "Full BarterDEX implimentation with powertools for Traders",
"main": "main.js",
"scripts": {