Исправление перевода

This commit is contained in:
amd64fox
2022-03-18 19:51:03 +03:00
committed by GitHub
parent 6baff91c38
commit b8893d8685

View File

@@ -411,12 +411,6 @@ function RuTranslate {
$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_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."'
@@ -461,12 +455,6 @@ 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" }
@@ -983,4 +971,4 @@ if ($cache_install) {
}
Write-Host "Установка завершена"`n -ForegroundColor Green
exit
exit