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

Update legal disclaimer + some keys #483

Merged
merged 2 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@
"LOSERS": "Losers",
"EARNED_BY_STAKERS": "Earned by Stakers",
"ADD_NEW_MARKET": "Add new market",
"ADD_NEW_MARKET_CAPITALIZED": "Add New Market",
"NO_RECENTLY_LISTED_MARKETS": "No recently listed markets",
"HIGHLIGHTS": "Highlights",
"LAYER_1": "Layer 1",
Expand Down Expand Up @@ -1684,7 +1685,7 @@
"TRADING_REWARD_HISTORY": "Trading Reward History",
"TRADING_REWARD_TABLE_DISCONNECTED_STATE": "Your history will appear here.",
"TRADING_REWARD_TABLE_EMPTY_STATE": "You have no history.",
"TRADING_REWARDS_LEGAL_DISCLAIMER": "The above services are not available to any persons who are residents of, are located or incorporated in, or have a registered agent in the U.S., Canada or a restricted territory. All such services are provided to you directly by third parties, independent from and unaffiliated with the host and operator of this website (the “Operator”), and does not involve the Operator. All such services, including any staking, governance or swapping, occur outside of the Operator’s website, and any transaction or transmission of value will occur directly between you and the applicable third party. Any information requested from you by such applicable third party is not provided to the Operator, and the Operator is not liable for any aspect of any transaction or transmission between you and such applicable third party. Nothing on this website constitutes, nor should be construed or relied upon as, financial advice, legal advice, tax advice, investment advice or advice of any other nature. You agree that you are responsible to conduct independent research, perform due diligence and engage a professional advisor prior to taking any financial, tax, legal or investment action related to any of the foregoing, including confirming APY with the applicable third party.",
"TRADING_REWARDS_LEGAL_DISCLAIMER": "Governance, rewards, and staking related services are provided to you directly by third parties, who are independent from and unaffiliated with the host and operator of this interface (the “Operator”), on third-party sites, without involvement of the Operator. You agree that you are familiar with the Terms of Use and understand the risks associated with these services, including variable reward rates, slashing and other risks inherent in staking. Nothing on this website constitutes, nor should be construed or relied upon as, financial advice, legal advice, tax advice, investment advice or advice of any other nature. You are solely responsible for conducting independent research, due diligence and seeking advice from a professional advisor prior to taking any action related to the services.",
"REWARD_HISTORY_DESCRIPTION": "While trading rewards are distributed immediately after every block, history is updated every five minutes. Trading rewards history goes back until {REWARDS_HISTORY_START_DATE}.",
"EMPTY_HISTORICAL_REWARDS_DESCRIPTION": "Start trading to earn rewards.",
"FAQ_WHAT_IS_STAKING_QUESTION": "What is staking?",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.95",
"version": "1.1.96",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// !! GENERATED FILE - DO NOT EDIT

// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down Expand Up @@ -262,6 +262,7 @@ export const APP_STRING_KEYS = {
ADDING: 'APP.GENERAL.ADDING',
ADDRESS: 'APP.GENERAL.ADDRESS',
ADD_NEW_MARKET: 'APP.GENERAL.ADD_NEW_MARKET',
ADD_NEW_MARKET_CAPITALIZED: 'APP.GENERAL.ADD_NEW_MARKET_CAPITALIZED',
ADVANCED: 'APP.GENERAL.ADVANCED',
AI: 'APP.GENERAL.AI',
ALERTS: 'APP.GENERAL.ALERTS',
Expand Down
Loading