Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Воронков Валерий
/
krystalvpn
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 15d1fc91
authored
2023-04-24 19:36:09 +0300
by
xcoder
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Another small fix for translate
1 parent
0077e6ec
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
index.html
index.js
lang.js
index.html
View file @
15d1fc9
...
@@ -141,7 +141,7 @@
...
@@ -141,7 +141,7 @@
</div>
</div>
<div
class=
"descr-top__title-bottom"
>
<div
class=
"descr-top__title-bottom"
>
<span
class=
"title__colored"
data-lang=
"fast"
>
быстрый и безопасный
</span>
<span
class=
"title__colored"
data-lang=
"fast"
>
быстрый и безопасный
</span>
<span
class=
"title__uncolored"
data-lang=
"vpn-service"
>
VPN
сервис
</span>
<span
class=
"title__uncolored"
data-lang=
"vpn-service"
>
VPN
-
сервис
</span>
</div>
</div>
</div>
</div>
<div
class=
"descr-bottom"
>
<div
class=
"descr-bottom"
>
...
...
index.js
View file @
15d1fc9
...
@@ -195,8 +195,10 @@ function switchLang(lang, platform) {
...
@@ -195,8 +195,10 @@ function switchLang(lang, platform) {
dropdownMenuMobile
.
classList
.
remove
(
"show"
);
dropdownMenuMobile
.
classList
.
remove
(
"show"
);
}
}
if
(
mobileCheck
())
{
switchMobileMenu
();
switchMobileMenu
();
}
}
}
if
(
platform
===
"mobile"
)
{
if
(
platform
===
"mobile"
)
{
const
mobArrow
=
document
.
querySelector
(
".chevron.mobile"
);
const
mobArrow
=
document
.
querySelector
(
".chevron.mobile"
);
...
...
lang.js
View file @
15d1fc9
...
@@ -30,8 +30,8 @@ const langDict = {
...
@@ -30,8 +30,8 @@ const langDict = {
"our-service"
:
{
"our-service"
:
{
"ru"
:
`Наш VPN-сервис прост в использовании. Как и наша гарантия. Если вам что-то не нравится, мы вернем ваши деньги. Никаких
"ru"
:
`Наш VPN-сервис прост в использовании. Как и наша гарантия. Если вам что-то не нравится, мы вернем ваши деньги. Никаких
вопросов, никакого риска.`
,
вопросов, никакого риска.`
,
"en"
:
`Our VPN
service is easy to use. As is our guarantee. If you don't like something, we will refund your money. Any
"en"
:
`Our VPN
-
service is easy to use. As is our guarantee. If you don't like something, we will refund your money. Any
questions, no risk`
,
questions, no risk
.
`
,
},
},
"guarantees"
:
{
"guarantees"
:
{
"ru"
:
`Гарантия возврата денег 30 дней`
,
"ru"
:
`Гарантия возврата денег 30 дней`
,
...
@@ -41,7 +41,7 @@ const langDict = {
...
@@ -41,7 +41,7 @@ const langDict = {
"ru"
:
`Использование Интернета не означает, что все должны видеть ваши личные данные. Совершаете ли вы покупки онлайн или
"ru"
:
`Использование Интернета не означает, что все должны видеть ваши личные данные. Совершаете ли вы покупки онлайн или
подключаетесь к Wi-Fi в кафе, вы можете обеспечить более серьезную защиту своей персональной информации.`
,
подключаетесь к Wi-Fi в кафе, вы можете обеспечить более серьезную защиту своей персональной информации.`
,
"en"
:
`Using the Internet does not mean that everyone should see your personal data. Do you shop online or connect
"en"
:
`Using the Internet does not mean that everyone should see your personal data. Do you shop online or connect
to Wi-Fi in a cafe, you can provide more serious protection of your personal information`
,
to Wi-Fi in a cafe, you can provide more serious protection of your personal information
.
`
,
},
},
"safety"
:
{
"safety"
:
{
"ru"
:
"Безопасный Интернет за пару секунд"
,
"ru"
:
"Безопасный Интернет за пару секунд"
,
...
@@ -66,8 +66,8 @@ const langDict = {
...
@@ -66,8 +66,8 @@ const langDict = {
"en"
:
"Secure access anywhere in the world"
,
"en"
:
"Secure access anywhere in the world"
,
},
},
"vpn-service"
:
{
"vpn-service"
:
{
"ru"
:
"VPN
сервис"
,
"ru"
:
"VPN
-
сервис"
,
"en"
:
"VP
N
service"
,
"en"
:
"VP
-
service"
,
},
},
"fast"
:
{
"fast"
:
{
"ru"
:
"быстрый и безопасный"
,
"ru"
:
"быстрый и безопасный"
,
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment