Skip to content

Commit

Permalink
Merge pull request #3086 from froooze/patch-5
Browse files Browse the repository at this point in the history
First language update
  • Loading branch information
Stefan Schießl authored Oct 22, 2019
2 parents 6015310 + f72ec5f commit 9f816b4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions app/assets/locales/locale-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,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 @@ -505,7 +505,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 @@ -651,8 +651,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 @@ -693,8 +693,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 @@ -737,7 +737,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 @@ -897,7 +897,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

0 comments on commit 9f816b4

Please sign in to comment.