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

add strings needed for keplr #654

Merged
merged 3 commits into from
Aug 21, 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
4 changes: 4 additions & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"AVAILABLE_IN": "Available in {DURATION}",
"AVAILABLE_ON_SHORT": "Avail. {ON_DATE}",
"AVAILABLE_TO_REMOVE": "Available to Remove",
"AWAITING_CONFIRMATION": "Awaiting confirmation",
"BACK": "Back",
"BALANCE": "Balance",
"BASE_INITIAL_MARGIN_FRACTION": "Base Initial Margin Fraction",
Expand All @@ -90,6 +91,7 @@
"COMPETITION": "Competition",
"COMPETITIONS": "Competitions",
"CONFIRM_DEPOSIT": "Confirm deposit",
"CONFIRM_PENDING_DEPOSIT": "Confirm pending deposit",
"CONFIRM_WITHDRAW": "Confirm withdraw",
"CONFIRMED": "Confirmed",
"CONNECT_WALLET": "Connect wallet",
Expand Down Expand Up @@ -815,6 +817,7 @@
"EXCHANGES": "Exchanges",
"FINISH_ONBOARDING_DESCRIPTION": "Complete the onboarding flow to start trading on dYdX",
"FREE_SIGNING": "Signing is {FREE} and will not send a transaction.",
"FUND_YOUR_SUBACCOUNT": "Fund your dYdX subaccount balance once your IBC transfer has been received.",
"GASLESS_ONBOARDING_RULES": "Gasless Onboarding Rules",
"GENERATE_DYDX_WALLET": "Generate your dYdX Chain wallet",
"GENERATE_KEYS": "Generate dYdX keys",
Expand Down Expand Up @@ -852,6 +855,7 @@
"PRIVACY_POLICY": "Privacy Policy",
"PENDING_TOKEN_APPROVAL": "Pending token approval in wallet",
"PENDING_DEPOSIT_CONFIRMATION": "Pending deposit confirmation in wallet",
"ENTER_VALID_ADDRESS": "Please enter a valid address.",
"RECOVER_KEYS": "Recover keys",
"REFERRAL_DISCOUNT": "{DISCOUNT} discount",
"REGISTER": "Register",
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.177",
"version": "1.1.178",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ export const APP_STRING_KEYS = {
AVAILABLE_IN: 'APP.GENERAL.AVAILABLE_IN',
AVAILABLE_ON_SHORT: 'APP.GENERAL.AVAILABLE_ON_SHORT',
AVAILABLE_TO_REMOVE: 'APP.GENERAL.AVAILABLE_TO_REMOVE',
AWAITING_CONFIRMATION: 'APP.GENERAL.AWAITING_CONFIRMATION',
BACK: 'APP.GENERAL.BACK',
BALANCE: 'APP.GENERAL.BALANCE',
BASE_INITIAL_MARGIN_FRACTION: 'APP.GENERAL.BASE_INITIAL_MARGIN_FRACTION',
Expand All @@ -320,6 +321,7 @@ export const APP_STRING_KEYS = {
COMPETITIONS: 'APP.GENERAL.COMPETITIONS',
CONFIRMED: 'APP.GENERAL.CONFIRMED',
CONFIRM_DEPOSIT: 'APP.GENERAL.CONFIRM_DEPOSIT',
CONFIRM_PENDING_DEPOSIT: 'APP.GENERAL.CONFIRM_PENDING_DEPOSIT',
CONFIRM_WITHDRAW: 'APP.GENERAL.CONFIRM_WITHDRAW',
CONNECT: 'APP.GENERAL.CONNECT',
CONNECTED: 'APP.GENERAL.CONNECTED',
Expand Down Expand Up @@ -965,9 +967,11 @@ export const APP_STRING_KEYS = {
ENABLE_API: 'APP.ONBOARDING.ENABLE_API',
ENABLE_TRADING: 'APP.ONBOARDING.ENABLE_TRADING',
ENSURES_WALLET_SUPPORT: 'APP.ONBOARDING.ENSURES_WALLET_SUPPORT',
ENTER_VALID_ADDRESS: 'APP.ONBOARDING.ENTER_VALID_ADDRESS',
EXCHANGES: 'APP.ONBOARDING.EXCHANGES',
FINISH_ONBOARDING_DESCRIPTION: 'APP.ONBOARDING.FINISH_ONBOARDING_DESCRIPTION',
FREE_SIGNING: 'APP.ONBOARDING.FREE_SIGNING',
FUND_YOUR_SUBACCOUNT: 'APP.ONBOARDING.FUND_YOUR_SUBACCOUNT',
GASLESS_ONBOARDING_RULES: 'APP.ONBOARDING.GASLESS_ONBOARDING_RULES',
GENERATE_DYDX_WALLET: 'APP.ONBOARDING.GENERATE_DYDX_WALLET',
GENERATE_KEYS: 'APP.ONBOARDING.GENERATE_KEYS',
Expand Down
Loading