Skip to content

docs: correct ru-translation of home.json #6072

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions apps/remix-ide/src/app/tabs/locales/ru/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"home.projectTemplates": "Шаблоны проектов",
"home.blankTemplateDesc": "Создать пустую рабочую область.",
"home.remixDefaultTemplateDesc": "Создать рабочую область с файлами примеров.",
"home.ozerc20TemplateDesc": "Создайте ERC20 токен, импортируя библиотеку OpenZeppelin.",
"home.ozerc721TemplateDesc": "Создайте NFT токен, импортируя библиотеку OpenZeppelin.",
"home.ozerc1155TemplateDesc": "Создайте ERC1155 токен, импортируя библиотеку OpenZeppelin.",
"home.ozerc20TemplateDesc": "Создайте токен стандарта ERC-20, импортируя библиотеку OpenZeppelin.",
"home.ozerc721TemplateDesc": "Создайте NFT-токен, импортируя библиотеку OpenZeppelin.",
"home.ozerc1155TemplateDesc": "Создайте токен стандарта ERC-1155, импортируя библиотеку OpenZeppelin.",
"home.gnosisSafeMultisigTemplateDesc": "Создайте кошельки с мульти-подписью с использованием этого шаблона.",
"home.zeroxErc20TemplateDesc": "Создайте токен ERC20, импортируя контракт с 0xProject.",
"home.zeroxErc20TemplateDesc": "Создайте токен стандарта ERC-20, импортируя контракт с 0xProject.",
"home.learnEthPluginDesc": "Узнайте о Remix, Solidity и других проектах Web3.",
"home.learn": "Обучение",
"home.learnEth1": "Основы Remix",
Expand Down