Skip to content

Commit 3e76925

Browse files
chore: Pull transifex translations (#2155)
1 parent 5c63a51 commit 3e76925

File tree

4 files changed

+37
-29
lines changed

4 files changed

+37
-29
lines changed

public/locales/ru/app.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"submit": "Применить",
2929
"unpin": "Открепить",
3030
"unselectAll": "Снять выделение",
31-
"generate": "Generate",
32-
"publish": "Publish",
33-
"downloadCar": "Download as CAR",
34-
"done": "Done"
31+
"generate": "Генерировать",
32+
"publish": "Опубликовать",
33+
"downloadCar": "Загрузить как CAR",
34+
"done": "Готово"
3535
},
3636
"cliModal": {
3737
"description": "Вставьте следующее в консоль, чтобы выполнить эту задачу в IPFS с помощью командной строки. Помните, что вам будет необходимо заменить местозаполнители вашими конкретными параметрами."

public/locales/ru/files.json

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
"individualFilesOnly": "Доступно только для индивидуальных файлов",
1111
"noPDFSupport": "Ваш браузер не поддерживает PDF. Пожалуйста, скачайте PDF-файл для его просмотра.",
1212
"downloadPDF": "Загрузить PDF",
13-
"openWithPublicGateway": "Try opening it instead with your <1>public gateway</1>.",
14-
"openWithLocalAndPublicGateway": "Try opening it instead with your <1>local gateway</1> or <3>public gateway</3>.",
13+
"openWithPublicGateway": "Попробуйте вместо этого открыть его своим <1>общественным шлюзом</1>.",
14+
"openWithLocalAndPublicGateway": "Попробуйте вместо этого открыть его своим <1>локальным шлюзом</1> или <3>обшественным шлюзом</3>.",
1515
"cantBePreviewed": "Извините, предпросмотр файла невозможен",
1616
"addByPath": "Из IPFS",
1717
"newFolder": "Новая папка",
1818
"generating": "Генерация...",
1919
"actions": {
2020
"copyHash": "Копировать CID",
2121
"share": "Делиться ссылкой",
22-
"publishWithIpns": "Publish to IPNS"
22+
"publishWithIpns": "Опубликовать в IPNS"
2323
},
2424
"cliModal": {
2525
"extraNotesPinning": "Эта команда предназначена тольк для локального подкрепления/открепления. Если вы хотите использовать сервис удаленного подкрепления, обратитесь к документации этого сервиса, чтобы узнать, как подкреплять/откреплять с помощью командной строки."
@@ -41,12 +41,12 @@
4141
"descriptionItem": "{count, plural, one {Are you sure you want to remove this item? It will no longer appear on the Files screen, and will be permanently removed in the next scheduled cleanup (though copies may exist on other IPFS nodes). This action and cannot be reversed.} other {Are you sure you want to remove these {count} items? They will no longer appear on the Files screen, and will be permanently removed in the next scheduled cleanup (though copies may exist on other IPFS nodes). This action cannot be reversed.}}",
4242
"descriptionFolder": "{count, plural, one {Are you sure you want to remove this folder? It will no longer appear on the Files screen, and will be permanently removed in the next scheduled cleanup (though copies may exist on other IPFS nodes). This action cannot be reversed.} other {Are you sure you want to remove these {count} folders? They will no longer appear on the Files screen, and will be permanently removed in the next scheduled cleanup (though copies may exist on other IPFS nodes). This action cannot be reversed.}}",
4343
"descriptionFile": "{count, plural, one {Are you sure you want to remove this file? It will no longer appear on the Files screen, and will be permanently removed in the next scheduled cleanup (though copies may exist on other IPFS nodes). This action cannot be reversed.} other {Are you sure you want to remove these {count} files? They will no longer appear on the Files screen, and will be permanently removed in the next scheduled cleanup (though copies may exist on other IPFS nodes). This action cannot be reversed.}}",
44-
"checkboxRemoveLocalPin": "Also remove local pin (recommended)",
45-
"checkboxUnpinFromServices": "Unpin from all pinning services"
44+
"checkboxRemoveLocalPin": "Также удалить локальное закрепление (рекомендуется)",
45+
"checkboxUnpinFromServices": "Отключить от всех служб закрепления"
4646
},
4747
"pinningModal": {
4848
"title": "Выберите, где вы хотите подкрепить эти элементы.",
49-
"complianceLabel": "🔍 Check pinning services' compliance",
49+
"complianceLabel": "🔍 Проверка соответствия сервисов закрепления требованиям",
5050
"footer": "Нужно добавить или настроить сервис подкрепления? Перейдите в <1>Настройки</1>.",
5151
"localNode": " Локальный узел ",
5252
"totalSize": "Общий размер: {size}"
@@ -107,23 +107,31 @@
107107
"hashUnavailable": "хеш недоступен",
108108
"checkboxLabel": "Показать больше настроек для {name}",
109109
"pinned": "Закреплено",
110-
"pinnedRemotely": "Pinned remotely",
110+
"pinnedRemotely": "Закреплено удаленно",
111+
"pinningRemotely": "Pinning remotely",
112+
"pinningCompleted": "Закрепление завершено",
113+
"pinningFailed": "Не удалось закрепить",
114+
"clickToDismiss": "Нажмите чтобы отклонить",
115+
"clickToCancel": "Нажмите чтобы отменить",
111116
"blocks": "Блоки",
112117
"allBlocks": "Все блоки",
113118
"allBlocksDescription": "Общий размер блоков во всем вашем узле IPFS; он включает в себя все, что находится в Файлах, плюс все локально подкрепленные элементы и все временно кешированные данные",
114119
"filesDescription": "Общий размер данных в текущей директории (если это субдиректория, размер всех данных в Файлах также отображается)",
120+
"pinningQueue": "Очередь закрепления",
115121
"more": "Больше",
116122
"files": "Файлы",
117123
"cidNotFileNorDir": "The current link isn't a file, nor a directory. Try to <1>inspect</1> it instead.",
118124
"sortBy": "Сортировка объектов по {name}",
119125
"publishModal": {
120-
"title": "Publish to IPNS",
126+
"title": "Опубликовать в IPNS",
121127
"cidToPublish": "CID:",
122-
"publishUnderKey": "Select key for publishing:",
123-
"help": "Go to Settings to learn about IPNS and create more keys.",
124-
"publishedUnderKey": "Successfully published under the key:",
125-
"linkCopied": "Link copied!",
126-
"sharingPrompt": "Copy the link below and share it with others. The IPNS address will resolve as long as your node remains available on the network once a day to refresh the IPNS record.",
127-
"pleaseWait": "Please wait while the initial 20 copies of the updated IPNS record are stored with the help of DHT peers…"
128-
}
128+
"publishUnderKey": "Выберите ключ для публикации:",
129+
"help": "Перейдите в Настройки, чтобы узнать об IPNS и создать дополнительные ключи.",
130+
"publishedUnderKey": "Успешно опубликовано с помощью ключа:",
131+
"linkCopied": "Ссылка скопирована!",
132+
"sharingPrompt": "Скопируйте ссылку ниже и поделитесь ею с другими. IPNS-адрес будет разрешаться до тех пор, пока ваш узел остается доступным в сети один раз в день для обновления записи IPNS.",
133+
"pleaseWait": "Пожалуйста, подождите, пока первоначальные 20 копий обновленной записи IPNS будут сохранены с помощью узлов DHT…"
134+
},
135+
"noPinsInProgress": "Все готово, никаких удаленных закреплений не выполняется.",
136+
"remotePinningInProgress": "Удаленные закрепления в работе:"
129137
}

public/locales/ru/settings.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"saving": "Сохранение...",
55
"reset": "Сброс",
66
"learnMoreLink": "Узнайте больше.",
7-
"showOptions": "Show options",
7+
"showOptions": "Показать настройки",
88
"pinningServices": {
99
"title": "Служба подкрепления",
1010
"description": "Use local pinning when you want to ensure an item on your node is never garbage-collected, even if you remove it from Files. You can also link your accounts with other remote pinning services to automatically or selectively persist files with those providers, enabling you to keep backup copies of your files and/or make them available to others when your local node is offline.",
@@ -59,7 +59,7 @@
5959
},
6060
"actions": {
6161
"addService": "Добавить сервис",
62-
"generateKey": "Generate Key",
62+
"generateKey": "Генерировать ключ",
6363
"edit": "Изменить",
6464
"close": "Закрыть",
6565
"save": "Сохранить",
@@ -165,19 +165,19 @@
165165
"readMoreUrl": "Узнать больше"
166166
},
167167
"ipnsPublishingKeys": {
168-
"title": "IPNS Publishing Keys",
169-
"description": "The InterPlanetary Name System (IPNS) provides cryptographic addresses for publishing updates to content that is expected to change over time. This feature requires your node to be online at least once a day to ensure IPNS records are kept alive on the public DHT."
168+
"title": "Ключи публикации IPNS",
169+
"description": "Межпланетная система имен (IPNS) предоставляет криптографические адреса для публикации обновлений контента, который, ожидаемо, изменяется со временем. Для использования этой функции ваш узел должен быть в сети хотя бы один раз в день, чтобы гарантировать, что записи IPNS остаются активными в общедоступном DHT."
170170
},
171171
"generateKeyModal": {
172-
"title": "Generate New IPNS Key",
172+
"title": "Генерировать новый ключ IPNS",
173173
"description": "Enter a nickname for this key to generate:"
174174
},
175175
"renameKeyModal": {
176-
"title": "Rename Key",
177-
"description": "Enter a new nickname for the IPNS key <1>{name}</1>."
176+
"title": "Переименовать ключ",
177+
"description": "Введите новый псевдоним для IPNS-ключа <1>{name}</1>."
178178
},
179179
"removeKeyModal": {
180-
"title": "Confirm IPNS Key Removal",
181-
"description": "Are you sure you want to delete the IPNS key <1>{name}</1>? This operation can't be undone, and the IPNS address managed by this key will be lost FOREVER. Consider backing it up first: ipfs key export --help"
180+
"title": "Подтверждение удаления ключа IPNS",
181+
"description": "Вы уверены, что хотите удалить IPNS-ключ <1>{name}</1>? Эта операция не может быть отменена, и IPNS-адрес, управляемый этим ключом, будет потерян НАВСЕГДА. Подумайте о том, чтобы сначала создать резервную копию: ipfs key export --help"
182182
}
183183
}

public/locales/ru/status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"customApiConfig": "Пользовательская JSON конфигурация ",
1616
"AnalyticsBanner": {
17-
"label": "We have recently updated our telemetry policy to switch to opt-out metrics. You previously had telemetry collection disabled. You can disable telemetry collection (again) on the settings page."
17+
"label": "Недавно мы обновили нашу политику в области телеметрии, чтобы перейти на показатели отказа. Ранее у вас был отключен сбор телеметрии. Вы можете отключить сбор телеметрии (снова) на странице настроек."
1818
},
1919
"tour": {
2020
"step1": {

0 commit comments

Comments
 (0)