Skip to content

Commit 70387ca

Browse files
committed
fix: some text fixes
1 parent 4bf8f52 commit 70387ca

2 files changed

Lines changed: 39 additions & 16 deletions

File tree

client/translations/amneziavpn_ru_RU.ts

Lines changed: 36 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,29 @@
7676
<translation>&lt;p&gt;&lt;a style=&quot;color: #EB5757;&quot;&gt;Недоступно в вашем регионе. Если у вас включен VPN, отключите его, вернитесь на предыдущий экран и попробуйте снова.&lt;/a&gt;</translation>
7777
</message>
7878
</context>
79+
<context>
80+
<name>AppSplitTunnelingUiController</name>
81+
<message>
82+
<location filename="../ui/controllers/appSplitTunnelingUiController.cpp" line="28"/>
83+
<source>Application added: %1</source>
84+
<translation>Приложение добавлено: %1</translation>
85+
</message>
86+
<message>
87+
<location filename="../ui/controllers/appSplitTunnelingUiController.cpp" line="30"/>
88+
<source>The application has already been added</source>
89+
<translation>Приложение уже было добавлено</translation>
90+
</message>
91+
<message>
92+
<location filename="../ui/controllers/appSplitTunnelingUiController.cpp" line="40"/>
93+
<source>The selected applications have been added</source>
94+
<translation>Выбранные приложения уже были добавлены</translation>
95+
</message>
96+
<message>
97+
<location filename="../ui/controllers/appSplitTunnelingUiController.cpp" line="50"/>
98+
<source>Application removed: %1</source>
99+
<translation>Приложение удалено: %1</translation>
100+
</message>
101+
</context>
79102
<context>
80103
<name>ConnectionUiController</name>
81104
<message>
@@ -1190,7 +1213,7 @@ FileZilla или другие SFTP-клиенты, а также смонтир
11901213
<message>
11911214
<location filename="../ui/controllers/serversUiController.cpp" line="97"/>
11921215
<source>Use the remove action to delete this legacy config.</source>
1193-
<translation>Воспользуйтесь действием "Удалить" чтобы удалить эту устаревшую конфигурацию.</translation>
1216+
<translation>Воспользуйтесь действием &quot;Удалить&quot; чтобы удалить эту устаревшую конфигурацию.</translation>
11941217
</message>
11951218
</context>
11961219
<context>
@@ -1231,8 +1254,18 @@ FileZilla или другие SFTP-клиенты, а также смонтир
12311254
</message>
12321255
<message>
12331256
<location filename="../ui/controllers/api/subscriptionUiController.cpp" line="275"/>
1234-
<source>Subscription restored successfully.</source>
1235-
<translation>Подписка успешно восстановлена.</translation>
1257+
<source>Subscription restored successfully</source>
1258+
<translation>Подписка успешно восстановлена</translation>
1259+
</message>
1260+
<message>
1261+
<location filename="../ui/controllers/api/subscriptionUiController.cpp" line="472"/>
1262+
<source>This email address has already been used to activate a trial. Like the service? Upgrade to Premium</source>
1263+
<translation>Этот email уже использовался для активации пробного периода. Понравился сервис? Оформите подписку Premium</translation>
1264+
</message>
1265+
<message>
1266+
<location filename="../ui/controllers/api/subscriptionUiController.cpp" line="651"/>
1267+
<source>API config removed</source>
1268+
<translation>Конфигурация API удалена</translation>
12361269
</message>
12371270
<message>
12381271
<location filename="../ui/controllers/api/subscriptionUiController.cpp" line="303"/>
@@ -1252,11 +1285,6 @@ FileZilla или другие SFTP-клиенты, а также смонтир
12521285
<source>Enter the digits from the image to continue</source>
12531286
<translation>Введите цифры с изображения чтобы продолжить</translation>
12541287
</message>
1255-
<message>
1256-
<location filename="../ui/controllers/api/subscriptionUiController.cpp" line="472"/>
1257-
<source>This email address has already been used to activate a trial. If you like the service, you can upgrade to Premium</source>
1258-
<translation>Этот адрес электронной почты уже использовался для активации пробного периода. Если вам понравился сервис, вы можете оформить подписку Premium</translation>
1259-
</message>
12601288
<message>
12611289
<location filename="../ui/controllers/api/subscriptionUiController.cpp" line="532"/>
12621290
<source>API config reloaded</source>
@@ -1267,11 +1295,6 @@ FileZilla или другие SFTP-клиенты, а также смонтир
12671295
<source>Successfully changed the country of connection to %1</source>
12681296
<translation>Страна подключения изменена на %1</translation>
12691297
</message>
1270-
<message>
1271-
<location filename="../ui/controllers/api/subscriptionUiController.cpp" line="651"/>
1272-
<source>Api config removed</source>
1273-
<translation>Конфигурация API удалена</translation>
1274-
</message>
12751298
<message>
12761299
<location filename="../ui/controllers/api/subscriptionUiController.cpp" line="660"/>
12771300
<source>Server &apos;%1&apos; was removed</source>

client/ui/controllers/api/subscriptionUiController.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ bool SubscriptionUiController::restoreServiceFromAppStore()
272272
return false;
273273
}
274274

275-
emit installServerFromApiFinished(tr("Subscription restored successfully."));
275+
emit installServerFromApiFinished(tr("Subscription restored successfully"));
276276
if (result.duplicateCount > 0) {
277277
qInfo().noquote() << "[IAP] Skipped" << result.duplicateCount
278278
<< "duplicate restored transactions for original transaction IDs already processed";
@@ -469,7 +469,7 @@ bool SubscriptionUiController::importTrialFromGateway(const QString &email)
469469
if (errorCode != ErrorCode::NoError) {
470470
if (errorCode == ErrorCode::ApiTrialAlreadyUsedError) {
471471
emit trialEmailError(
472-
tr("This email address has already been used to activate a trial. If you like the service, you can upgrade to Premium"));
472+
tr("This email address has already been used to activate a trial. Like the service? Upgrade to Premium"));
473473
} else {
474474
emit errorOccurred(errorCode);
475475
}
@@ -648,7 +648,7 @@ QStringList SubscriptionUiController::availableProtocols(const QString &serverId
648648
void SubscriptionUiController::removeApiConfig(const QString &serverId)
649649
{
650650
m_subscriptionController->removeApiConfig(serverId);
651-
emit apiConfigRemoved(tr("Api config removed"));
651+
emit apiConfigRemoved(tr("API config removed"));
652652
}
653653

654654
void SubscriptionUiController::removeServer(const QString &serverId)

0 commit comments

Comments
 (0)