commit 01ca7568c599904deef50976bfe70c2b40ce5bda Author: Translation commit bot translation@torproject.org Date: Wed Sep 25 16:47:00 2019 +0000
https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messa... --- ru/messages.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+)
diff --git a/ru/messages.json b/ru/messages.json new file mode 100644 index 000000000..afa9b61e7 --- /dev/null +++ b/ru/messages.json @@ -0,0 +1,32 @@ +{ + "appDesc": { + "message": "Snowflake - это подключаемый транспорт для Tor через WebRTC." + }, + "popupTurnOn": { + "message": "Включить" + }, + "popupTurnOff": { + "message": "Выключить" + }, + "popupLearnMore": { + "message": "Узнать больше" + }, + "popupStatusOff": { + "message": "Snowflake выключен" + }, + "popupStatusOn": { + "message": "Количество подключенных в данный момент пользователей: $1" + }, + "popupStatusReady": { + "message": "Ваш Snowflake готов помочь пользователям обойти цензуру" + }, + "popupWebRTCOff": { + "message": "WebRTC не обнаружен." + }, + "popupDescOn": { + "message": "Количество пользователей, которым ваш Snowflake помог обойти цензуру за последние 24 часа: $1" + }, + "badgeCookiesOff": { + "message": "Файлы-куки не включены." + } +}
tor-commits@lists.torproject.org