From 6baff91c38012fbb2632cc1cc3765f08a40b92ee Mon Sep 17 00:00:00 2001 From: amd64fox Date: Fri, 11 Mar 2022 01:09:52 +0300 Subject: [PATCH] Update Install_rus.ps1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Доперевод --- Install_rus.ps1 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Install_rus.ps1 b/Install_rus.ps1 index 358f971..f68fd7a 100644 --- a/Install_rus.ps1 +++ b/Install_rus.ps1 @@ -410,7 +410,13 @@ function RuTranslate { $ru_translate2 = '"few": "Enhanced with [{]0[}] recommended songs."', '"few": "Добавлено {0} рекомендованных трека."' $ru_translate3 = '"many": "Enhanced with [{]0[}] recommended songs."', '"many": "Добавлено {0} рекомендованных треков."' $ru_translate4 = '"other": "Enhanced with [{]0[}] recommended songs."', '"other": "Добавлено {0} рекомендованных трека."' - $ru_translate5 = '"To Enhance this playlist, you.ll need to go online."', '"Чтобы улучшить этот плейлист, вам нужно подключиться к интернету."' + $ru_translate5 = '"To Enhance this playlist, you.ll need to go online."', '"Чтобы улучшить этот плейлист, вам нужно подключиться к интернету."' + $ru_translate6 = '"Invite friends"', '"Пригласить друзей"' + $ru_translate7 = '"Pick a friend to create a Blend with.a playlist that shows how your music taste matches up."', '"Пригласи кого-нибудь из друзей создать Синтез и узнай, насколько совпадают ваши музыкальные вкусы."' + $ru_translate8 = '"Invite"', '"Пригласить"' + $ru_translate9 = '"Note: Blends are meant for just two people, so share your invite directly with a friend. Connected people will see your username and profile picture. They will also have the option to share this information on social platforms."', '"Примечание. Синтез предназначен только для двух человек, поэтому поделитесь своим приглашением напрямую с другом. Подключенные люди увидят ваше имя пользователя и фотографию профиля. У них также будет возможность поделиться этой информацией на социальных платформах."' + $ru_translate10 = '"Note: You may invite up to 10 people. Connected people will see your profile picture and username. Inviting friends will create playlists and use other recommendation features that match your taste."', '"Примечание. В Синтезе может быть до 10 участников. Они увидят картинку и имя пользователя из твоего профиля. Все вы будете получать плейлисты и рекомендации на основе общих вкусов."' + $ru_translate11 = '"Create a Blend"', '"Создать совместный плейлист"' $ru_translate12 = '"Layout"', '"Расположение"' $ru_translate13 = '"Confirm your age"', '"Подтвердите свой возраст"' $ru_translate16 = '"%price%\/month after. Terms and conditions apply. One month free not available for users who have already tried Premium."', '"%price%/месяц спустя. Принять условия. Один месяц бесплатно, недоступно для пользователей, которые уже попробовали Premium."' @@ -455,6 +461,12 @@ function RuTranslate { if ($xpui_ru -match $ru_translate3[0]) { $xpui_ru = $xpui_ru -replace $ru_translate3[0], $ru_translate3[1] } else { Write-Host "Не нашел " -ForegroundColor red -NoNewline; Write-Host "переменную `$ru_translate3[0] в ru.json" } if ($xpui_ru -match $ru_translate4[0]) { $xpui_ru = $xpui_ru -replace $ru_translate4[0], $ru_translate4[1] } else { Write-Host "Не нашел " -ForegroundColor red -NoNewline; Write-Host "переменную `$ru_translate4[0] в ru.json" } if ($xpui_ru -match $ru_translate5[0]) { $xpui_ru = $xpui_ru -replace $ru_translate5[0], $ru_translate5[1] } else { Write-Host "Не нашел " -ForegroundColor red -NoNewline; Write-Host "переменную `$ru_translate5[0] в ru.json" } + if ($xpui_ru -match $ru_translate6[0]) { $xpui_ru = $xpui_ru -replace $ru_translate6[0], $ru_translate6[1] } else { Write-Host "Не нашел " -ForegroundColor red -NoNewline; Write-Host "переменную `$ru_translate6[0] в ru.json" } + if ($xpui_ru -match $ru_translate7[0]) { $xpui_ru = $xpui_ru -replace $ru_translate7[0], $ru_translate7[1] } else { Write-Host "Не нашел " -ForegroundColor red -NoNewline; Write-Host "переменную `$ru_translate7[0] в ru.json" } + if ($xpui_ru -match $ru_translate8[0]) { $xpui_ru = $xpui_ru -replace $ru_translate8[0], $ru_translate8[1] } else { Write-Host "Не нашел " -ForegroundColor red -NoNewline; Write-Host "переменную `$ru_translate8[0] в ru.json" } + if ($xpui_ru -match $ru_translate9[0]) { $xpui_ru = $xpui_ru -replace $ru_translate9[0], $ru_translate9[1] } else { Write-Host "Не нашел " -ForegroundColor red -NoNewline; Write-Host "переменную `$ru_translate9[0] в ru.json" } + if ($xpui_ru -match $ru_translate10[0]) { $xpui_ru = $xpui_ru -replace $ru_translate10[0], $ru_translate10[1] } else { Write-Host "Не нашел " -ForegroundColor red -NoNewline; Write-Host "переменную `$ru_translate10[0] в ru.json" } + if ($xpui_ru -match $ru_translate11[0]) { $xpui_ru = $xpui_ru -replace $ru_translate11[0], $ru_translate11[1] } else { Write-Host "Не нашел " -ForegroundColor red -NoNewline; Write-Host "переменную `$ru_translate11[0] в ru.json" } if ($xpui_ru -match $ru_translate12[0]) { $xpui_ru = $xpui_ru -replace $ru_translate12[0], $ru_translate12[1] } else { Write-Host "Не нашел " -ForegroundColor red -NoNewline; Write-Host "переменную `$ru_translate12[0] в ru.json" } if ($xpui_ru -match $ru_translate13[0]) { $xpui_ru = $xpui_ru -replace $ru_translate13[0], $ru_translate13[1] } else { Write-Host "Не нашел " -ForegroundColor red -NoNewline; Write-Host "переменную `$ru_translate13[0] в ru.json" } if ($xpui_ru -match $ru_translate16[0]) { $xpui_ru = $xpui_ru -replace $ru_translate16[0], $ru_translate16[1] } else { Write-Host "Не нашел " -ForegroundColor red -NoNewline; Write-Host "переменную `$ru_translate16[0] в ru.json" }