nostros/frontend/Locales/ru.json

244 lines
11 KiB
JSON
Raw Normal View History

2022-12-23 18:19:52 +00:00
{
"common": {
2023-01-22 17:55:46 +00:00
"drawers": {
"relaysTitle": "Реле",
2023-01-25 15:38:18 +00:00
"relaysDescription": "Реле(ретрансляторы) — это сетевые узлы, которые работают как посредники для передачи сообщений между приложениями.\n\n\nРетрансляторы можно использовать для повышения отказоустойчивости и доступности сети, позволяя доставлять сообщения даже при сбоях и проблемах с подключением. n\n\nРеле также можно использовать для повышения конфиденциальности и сетевой безопасности, поскольку они могут скрывать местоположение и идентификационные данные приложений, которые обмениваются данными. Это может быть полезно в условиях цензуры или слежки.\n\n \nВажно отметить, что реле также могут использоваться в злонамеренных целях, таких как прослушивание или цензура сетевого трафика.\n \n\nПоэтому важно тщательно оценивать использование реле и принимать соответствующие меры безопасности для защиты конфиденциальности и сетевой безопасности.",
2023-01-22 17:55:46 +00:00
"keysTitle": "Что такое ключи?",
"keysDescription": "In nostr you got two keys: your public key and your private key.",
"publicKeys": "Public key",
"publicKeysDescription": "Think of the public key as your username (like your @handle on Twitter). Share it with other people so they can add you to their network.",
2022-12-23 18:19:52 +00:00
"privateKey": "Приватный ключ",
2023-01-22 17:55:46 +00:00
"privateKeyDescription": "Представьте, что приватный ключ это пароль.",
"privateKeysSnackbarTitle": "Важно",
"privateKeysSnackbarDescription": "Keep your private key in a safe place, if you lose it you will not be able to access it again or recover your account."
},
"homeNavigator": {
"ProfileCreate": "",
"ProfileConnect": "",
"ProfileLoad": "",
"Landing": "",
"Conversation": "Диалог",
"Reply": "Ответ",
"Note": "Заметка",
2023-01-25 15:38:18 +00:00
"Repost": "Поделиться",
2023-01-22 17:55:46 +00:00
"Profile": "Профиль",
"About": "О нас",
2023-01-27 21:03:09 +00:00
"Config": "Config",
2023-01-22 17:55:46 +00:00
"Send": "Отпраить",
"Relays": "Реле",
2023-01-25 15:38:18 +00:00
"ProfileConfig": "Мой профиль"
2023-01-22 17:55:46 +00:00
},
"conversationPage": {
"typeMessage": "Напишите сообщение",
"notifications": {
"privateMessageSendError": "Произошла ошибка при отправке сообщения"
2022-12-23 18:19:52 +00:00
}
},
2023-01-22 17:55:46 +00:00
"profileLoadPage": {
2023-01-25 15:38:18 +00:00
"relaysDescripion": "При проблемах с получением данных, подключитесь к другим реле.",
2023-01-22 17:55:46 +00:00
"relays": "Посмотреть реле",
"home": "На главную",
2023-01-25 15:38:18 +00:00
"searchingProfile": "Ищем Ваш профиль.",
"foundProfile": "Профиль найден.",
"foundContacts": "{{contactsCount}} контакта(ов) найдено"
2023-01-22 17:55:46 +00:00
},
"sendPage": {
"isContact": "Following",
"isNotContact": "Not following",
2023-01-25 15:38:18 +00:00
"contentWarning": "Делекатный контент",
2023-01-31 09:42:46 +00:00
"send": "Send",
"imageUploaded": "Tu archivo se ha subido.\nConsidera donar al servicio:\n{{uri}}",
"imageUploadErro": "Se ha producido un error al subir la imagen.",
"uploadImage": "Subir imagen ahora",
"cancel": "Отменить",
"poweredBy": "Powered by {{uri}}"
2023-01-22 17:55:46 +00:00
},
"menuItems": {
"relays": "Реле",
"notConnected": "Not connected",
"connectedRelays": "{{number}} connected",
"following": "{{following}} following",
"followers": "{{followers}} followers",
2023-01-25 15:38:18 +00:00
"configuration": "Настройки",
"about": "Подроблее",
2023-01-30 17:56:22 +00:00
"logout": "Выйти",
"imageHostingService": "Хостинг изображений"
2023-01-22 17:55:46 +00:00
},
2023-01-27 21:03:09 +00:00
"configPage": {
"showPublicImages": "Show images on public feed",
"showSensitive": "Show sensitive notes",
2023-01-31 09:42:46 +00:00
"satoshi": "Satoshi symbol",
"random": "Random"
2023-01-27 21:03:09 +00:00
},
2023-01-22 17:55:46 +00:00
"noteCard": {
2023-01-24 18:23:33 +00:00
"answering": "Ответить {{pubkey}}",
"reposting": "Reposted {{pubkey}}",
2023-01-22 17:55:46 +00:00
"seeParent": "See note",
2023-01-27 21:03:09 +00:00
"userBlocked": "User blocked",
2023-01-28 20:22:04 +00:00
"contentWarning": "Деликатный контент",
"recommendation": "Recomendación de relay",
"addRelay": "Agregar relay"
2022-12-23 18:19:52 +00:00
},
2023-01-03 16:26:49 +00:00
"lnPayment": {
2023-01-22 17:55:46 +00:00
"monto": "Cantity (sats.)",
"comment": "Коментарий (optional)",
"generateInvoice": "Generate invoice",
"cancel": "Отменить",
2023-01-25 15:38:18 +00:00
"npub": "Публичный ключ",
2023-01-22 17:55:46 +00:00
"copy": "Скопировать",
"open": "Открыть кошелек"
2023-01-03 16:26:49 +00:00
},
2023-01-22 17:55:46 +00:00
"notificationsFeed": {
"emptyTitle": "У Вас нет новых уведомлений",
"emptyDescription": "Write a message to get replies and reactions.",
"emptyButton": "Write a message"
2022-12-23 18:19:52 +00:00
},
2023-01-22 17:55:46 +00:00
"profileCreatePage": {
"notifications": {
2023-01-25 15:38:18 +00:00
"copied": "Приватный ключ скопирован.\n\nСохраните этот ключ в надежном месте."
2023-01-22 17:55:46 +00:00
},
"warningTitle": "Важно",
2023-01-25 15:38:18 +00:00
"warningDescription": "Сохраните этот ключ в надежном месте. В случае утери ключа, Вы не сможете войти или восстановить доступ к профилю.",
"warningAction": "Скопировать приватный ключ",
2023-01-22 17:55:46 +00:00
"accessButton": "Access",
2023-01-25 15:38:18 +00:00
"label": "Приватный ключ",
"copied": "Ключ скопирован",
"description": "Сохраните ключ в надежном месте."
2022-12-23 18:19:52 +00:00
},
2023-01-22 17:55:46 +00:00
"loggerPage": {
2023-01-25 15:38:18 +00:00
"createButton": "Создать ключи",
2023-01-22 17:55:46 +00:00
"notKeys": "Don't have keys?",
"isPublic": "Access with public key",
"accessButton": "Access",
"privateKey": "Private key",
"publicKey": "Public key"
2022-12-28 11:47:21 +00:00
},
2023-01-22 17:55:46 +00:00
"contactsFeed": {
"notifications": {
"keyCopied": "Public key copied.",
"contactAdded": "Profile followed.",
"addContactError": "There was an error publishing your changes.",
"contactRemoved": "Profile unfollowed."
},
"emptyTitleFollowing": "You are not following anyone.",
2023-01-22 17:55:46 +00:00
"emptyDescriptionFollowing": "Follow other profiles to see content.",
"emptyButtonFollowing": "Paste public key",
"emptyTitleFollower": "You have no followers",
"emptyDescriptionFollower": "Share your public key so people can start following you.",
"emptyButtonFollower": "Copy public key",
"cancel": "Cancel",
"addContact": "Add contact",
"addContactDescription": "Paste here the public key of the profile you want to add.",
"addContactTitle": "Add contact",
"followers": "Followers ({{count}})",
"following": "Following ({{count}})",
"stopFollowing": "Stop Following",
"follow": "Follow"
},
"aboutPage": {
"gitHub": "GitHub",
"nostr": "nostr",
2023-01-26 06:28:07 +00:00
"nips": "NIPs",
"version": "Version"
2023-01-22 17:55:46 +00:00
},
"homeFeed": {
"emptyTitle": "You are not following anyone.",
2023-01-22 17:55:46 +00:00
"emptyDescription": "Follow other profiles to see content.",
2023-01-27 21:03:09 +00:00
"emptyButton": "Go to contacts",
"globalFeed": "Global feed",
"newMessage": "{{newNotesCount}} nota nueva. Desliza para recargar.",
"newMessages": "{{newNotesCount}} notas nuevas. Desliza para refrescar.",
"myFeed": "My feed"
2022-12-23 18:19:52 +00:00
},
2023-01-22 17:55:46 +00:00
"relaysPage": {
"labelAdd": "Relay address",
"cancel": "Отменить",
"add": "Добавить",
"removeRelay": "Удалить",
"copyRelay": "Скопировать",
"notifications": {
"add": "Relay connected.",
"remove": "Relay removed.",
2023-01-25 18:52:22 +00:00
"active": "Relay acivado.",
"desactive": "Relay desactivado.",
2023-01-22 17:55:46 +00:00
"badFormat": "Relay URL has a bad format."
2022-12-23 18:19:52 +00:00
}
},
2023-01-22 17:55:46 +00:00
"profileConfigPage": {
"notifications": {
"nsecCopied": "Secret key copied.",
"npubCopied": "Public key copied.",
"profilePublished": "Profile published.",
"lud06Published": "LUD-06 published.\n\n{{lud06}}",
"nip05Published": "NIP-05 published.\n\n{{nip05}}",
"picturePublished": "Picture published.",
"connectionError": "Connection error."
},
"publishLud06": "Опубликовть",
"lud06Label": "LNURL / Lightning Address",
"lud06Description": "Link your identity with a LNURL or Lightning Address.",
"lud06Title": "LUD-06",
"publishNip05": "Publish",
"nip05Link": "Подробнее.",
"nip05Description": "Link your identity with a domain.",
"nip05Title": "NIP-05",
"directoryCancell": "Cancel",
"directoryContinue": "Continue",
"directoryDescription": "Nostr Directory is a database of nostr public keys associated with a Twitter account. Find the people you follow on Twitter on nostr and add your public key so your followers can find you if you want.\n\n\nVerifying your Twitter account will add a badge to your profile.\n\n\nYes you will have to carry out the verification process outside the application.",
"directoryTitle": "Nostr Directory",
"publishPicture": "Publish",
"pictureUrl": "Picture URL",
"pictureDescription": "Paste here the URL for the image you would like to display on your public profile.",
"pictureTitle": "Link profile's picture",
"publish": "Publish",
"nsec": "Secret key",
"npub": "Public key",
"copyNPub": "Скопировать",
"directory": "Directory",
"lud06": "LUD-06",
"nip05": "NIP-05",
"name": "Name",
"about": "Description"
2022-12-25 23:30:05 +00:00
},
2023-01-22 17:55:46 +00:00
"profilePage": {
"notifications": {
"contactAdded": "Profile followed",
"contactRemoved": "Profile unfollowed",
"npubCopied": "Public key copied."
},
"invoice": "Tip",
"message": "Message",
"follow": "Follow",
"unfollow": "Following",
"copyNPub": "Copy key"
},
"profileCard": {
"notifications": {
"contactAdded": "Profile followed",
"contactRemoved": "Profile unfollowed",
"npubCopied": "Public key copied."
},
"invoice": "Tip",
"message": "Message",
"follow": "Follow",
2023-01-27 21:03:09 +00:00
"block": "Block",
"unblock": "Desbloquear",
2023-01-22 17:55:46 +00:00
"unfollow": "Following",
2023-01-31 09:42:46 +00:00
"share": "Share",
"copyNip05": "Copy NIP-05",
2023-01-22 17:55:46 +00:00
"copyNPub": "Copy key"
},
"conversationsFeed": {
"openMessage": "Start conversation",
"openMessageLabel": "Public key",
"openMessageDescription": "Paste a public key to start a conversation.",
"openMessageTitle": "Start conversation with public key",
"addPubKey": "Start conversation with public key",
"newMessageContact": "Start conversation with contact",
"emptyTitle": "У Вас нет сообщений",
"emptyDescription": "Write direct messages to your contacts or others.",
"emptyButton": "Открыть чат"
2022-12-23 18:19:52 +00:00
}
}
}