Skip to content

Commit

Permalink
Merge branch 'main' into show-native-erc20-token-info-squashd
Browse files Browse the repository at this point in the history
  • Loading branch information
ilitteri authored Jul 30, 2024
2 parents 3b2fc55 + abb0c2b commit 3da8892
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
6 changes: 3 additions & 3 deletions packages/app/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@
"contractPath": {
"label": "Contract Path",
"underline": "Relative path to your contract at the moment of compilation",
"solcPlaceholder": "/contracts/ContractFile.sol",
"vyperPlaceholder": "/contracts/ContractFile.vy",
"solcPlaceholder": "contracts/ContractFile.sol",
"vyperPlaceholder": "contracts/ContractFile.vy",
"validation": {
"required": "Contract path is required"
}
Expand Down Expand Up @@ -726,4 +726,4 @@
"indexerDelayed": "Transaction indexing is {indexerDelayInHours} hours behind. Transactions are being processed normally and will gradually show up. You can also use other <a href=\"https://zksync.io/explore/\" style=\"color: inherit\">explorers</a> meanwhile.",
"indexerDelayedDueToHeavyLoad": "The network is under a heavy load at the moment and transaction indexing on the explorer is {indexerDelayInHours} hours behind. Transactions are being processed normally and will gradually show up. You can also use other <a href=\"https://zksync.io/explore/\" style=\"color: inherit\">explorers</a> meanwhile."
}
}
}
13 changes: 11 additions & 2 deletions packages/app/src/locales/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,15 @@
"required": "Імʼя контракту є обовʼязковим"
}
},
"contractPath": {
"label": "Шлях до контракту",
"underline": "Відносний шлях до вашого контракту на момент компіляції",
"solcPlaceholder": "contracts/ContractFile.sol",
"vyperPlaceholder": "contracts/ContractFile.vy",
"validation": {
"required": "Шлях до контракту є обов'язковим"
}
},
"optimizationUsed": {
"label": "Оптимізація",
"options": {
Expand Down Expand Up @@ -364,7 +373,7 @@
"second": "сек.",
"secondPlural": "сек."
},
"addressView" : {
"addressView": {
"title": "Адреса"
},
"accountView": {
Expand Down Expand Up @@ -421,7 +430,7 @@
"orDropHere": "або перенесіть сюди",
"unableToParseTrace": "На жаль, не вдалося проаналізувати цей файл трасування",
"transaction": "Транзакція: з файлу трасування",
"executionStepNavigation":"Стрілка Вліво/Вправо",
"executionStepNavigation": "Стрілка Вліво/Вправо",
"searchPlaceholder": "Пошук",
"metadataBlock": {
"contract": "Контракт",
Expand Down

0 comments on commit 3da8892

Please sign in to comment.