Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First language update #3086

Merged
merged 2 commits into from
Oct 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions app/assets/locales/locale-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
},
"account_browsing_mode": {
"go_back": "Go back to my account",
"modal_description": "You're switching an account which you don't have active authority over. You can browse this account, but in view only mode",
"modal_description": "You're switching to an account which you don't have active authority over. You can browse this account, but in view only mode",
"modal_title": "View Only Mode",
"never_show_again": "Never show again",
"view_mode": "View Mode",
Expand Down Expand Up @@ -497,7 +497,7 @@
"no_valid": "No valid feeds for %(asset_symbol)s",
"pay_max_debt": "Pay Max Debt",
"target_collateral_ratio": "Target Collateral Ratio",
"target_collateral_ratio_explanation": "When the position is being margin called, the corresponding order will be just big enough to bring the collateral ratio of the position greater or equal to the target collateral ratio",
"target_collateral_ratio_explanation": "The corresponding order for a margin call will be just big enough, to bring the collateral ratio to the target collateral ratio",
"target_collateral_ratio_short": "TCR",
"title": "%(asset_symbol)s Margin",
"update": "Update",
Expand Down Expand Up @@ -643,8 +643,8 @@
"higher_than": "Higher Than",
"lower_than": "Lower Than",
"notification": {
"higher_than": "The price of %(pair)s rose higher than %(expectedPrice)s and now is %(actualPrice)s",
"lower_than": "The price of %(pair)s fell lower than %(expectedPrice)s and now is %(actualPrice)s"
"higher_than": "The price of %(pair)s rose higher than %(expectedPrice)s and is now %(actualPrice)s",
"lower_than": "The price of %(pair)s fell lower than %(expectedPrice)s and is now %(actualPrice)s"
},
"price": "Price",
"title": "Price Alert",
Expand Down Expand Up @@ -685,8 +685,8 @@
"grouping_standalone": "Standalone",
"hidden_chart": "Hide chart",
"horizontal": "Horizontal",
"position_order_asset_opt1": "Orders above Asset",
"position_order_asset_opt2": "Asset above Order",
"position_order_asset_opt1": "Orderbook above Orderform",
"position_order_asset_opt2": "Orderform above Orderbook",
"position_order_form_opt1": "Buy - Sell",
"position_order_form_opt2": "Sell - Buy",
"position_order_orders_opt1": "Buy - Sell",
Expand Down Expand Up @@ -729,7 +729,7 @@
"open_orders": "",
"order_book_grouping": "Group orders which are close together by a defined percentage",
"order_style": "Use vertical order book to pin it to the side panel",
"orderbook_auto_scroll": "Auto scroll the order book to keep center as new orders come in. Disable to allow scrolling",
"orderbook_auto_scroll": "Auto scroll orderbook for new orders. Disable to allow scrolling",
"panel_grouping": "Define panel grouping",
"position_order_asset": "Define the vertical order for the order form vs order book",
"position_order_form": "Define the horizontal order for the order form",
Expand Down Expand Up @@ -889,7 +889,7 @@
"gs_or": "or",
"gs_place_bid": "click here to place a bid",
"gs_revert": "Reviving",
"gs_revive": "Asset will be revived automatically if auto revive price (bids included) is greater than feed price or all debt is force settled",
"gs_revive": "Asset will be revived automatically if feed price is greater than auto revive price (bids included) or all debt is force settled",
"gs_see_actions": "see Asset actions",
"max_settle_volume": "Max. settlement volume each maintenance period",
"offset": "offset included",
Expand Down