forked from Uniswap/interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0004db3
commit 4ab61fa
Showing
1 changed file
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
{ | ||
"noWallet": "לא נמצא ארנק", | ||
"wrongNetwork": "נבחרה רשת לא נכונה", | ||
"switchNetwork": "{{ correctNetwork }} יש צורך לשנות את הרשת ל", | ||
"installWeb3MobileBrowser": "יש צורך בארנק ווב3.0, תתקין מטאמאסק או ארנק דומה", | ||
"installMetamask": " Metamask יש צורך להתקין תוסף מטאמאסק לדפדפן, חפשו בגוגל ", | ||
"disconnected": "מנותק", | ||
"swap": "המרה", | ||
"send": "שליחה", | ||
"pool": "להפקיד", | ||
"betaWarning": "הפרויקט נמצא בשלב בטא, השתמשו באחריות", | ||
"input": "מוכר", | ||
"output": "אקבל", | ||
"estimated": "הערכה", | ||
"balance": "בארנק שלי {{ balanceInput }}", | ||
"unlock": "שחרור נעילת ארנק", | ||
"pending": "ממתין לאישור", | ||
"selectToken": "בחרו את הטוקן להמרה", | ||
"searchOrPaste": "הכניסו שם או כתובת של טוקן לחיפוש", | ||
"noExchange": "לא מתאפשרת המרה", | ||
"exchangeRate": "שער המרה", | ||
"enterValueCont": "כדי להמשיך {{ missingCurrencyValue }} הזינו ", | ||
"selectTokenCont": "בחרו טוקן כדי להמשיך", | ||
"noLiquidity": "אין נזילות", | ||
"unlockTokenCont": "יש צורך לאשר את הטוקן למסחר", | ||
"transactionDetails": "פרטי הטרנזקציה", | ||
"hideDetails": "הסתר פרטים נוספים", | ||
"youAreSelling": "למכירה", | ||
"orTransFail": "או שהטרנזקציה תיכשל", | ||
"youWillReceive": "תוצר המרה מינימלי", | ||
"youAreBuying": "קונה", | ||
"itWillCost": "זה יעלה", | ||
"insufficientBalance": "אין בחשבון מספיק מטבעות", | ||
"inputNotValid": "קלט לא תקין", | ||
"differentToken": "יש צורך בטוקנים שונים", | ||
"noRecipient": "לא הוכנסה כתובת ארנק יעד", | ||
"invalidRecipient": "לא הוכנסה כתובת תקינה", | ||
"recipientAddress": "כתובת יעד", | ||
"youAreSending": "כמות לשליחה", | ||
"willReceive": "יתקבל לכל הפחות", | ||
"to": "אל", | ||
"addLiquidity": "להוספת נזילות למאגר", | ||
"deposit": "הפקדה", | ||
"currentPoolSize": "גודל מאגר הנזילות הכולל", | ||
"yourPoolShare": "חלקך במאגר הנזילות", | ||
"noZero": "אפס אינו ערך תקין", | ||
"mustBeETH": "ETH חייב להופיע באחד מהצדדים", | ||
"enterCurrencyOrLabelCont": "כדי להמשיך {{ inputCurrency }} או {{ label }} הכנס", | ||
"youAreAdding": "מתווספים למאגר", | ||
"and": "וגם", | ||
"intoPool": "לתוך הנזילות", | ||
"outPool": "מתוך", | ||
"youWillMint": "יונפקו לכם", | ||
"liquidityTokens": "טוקנים של נזילות", | ||
"totalSupplyIs": "חלקך במאגר הנזילות", | ||
"youAreSettingExRate": "שער ההמרה יקבע על ידך", | ||
"totalSupplyIs0": "אין לך טוקנים של נזילות", | ||
"tokenWorth": "שווי כל טוקן נזילות הינו", | ||
"firstLiquidity": "את\ה הראשון\ה שמזרים נזילות למאגר", | ||
"initialExchangeRate": "ושל האית'ר הינן בערך שווה {{ label }} תוודאו שההפקדה של הטוקן", | ||
"removeLiquidity": "הוצאה של נזילות", | ||
"poolTokens": "טוקנים של מאגר הנזילות", | ||
"enterLabelCont": "כדי להמשיך {{ label }} הכנס ", | ||
"youAreRemoving": "יוסרו", | ||
"youWillRemove": "יוסרו", | ||
"createExchange": "ליצירת זוג מסחר", | ||
"invalidTokenAddress": "כתובת טוקן לא נכונה", | ||
"exchangeExists": "{{ label }} כבר קיים זוג המרה עבור", | ||
"invalidSymbol": "תו שגוי", | ||
"invalidDecimals": "ספרות עשרוניות שגויות", | ||
"tokenAddress": "כתובת הטוקן", | ||
"label": "שם", | ||
"decimals": "ספרות עשרויות", | ||
"enterTokenCont": "הכניסו כתובת טוקן כדי להמשיך" | ||
} |