Skip to content

Commit f3f867f

Browse files
paths
1 parent 57c4782 commit f3f867f

File tree

5 files changed

+12
-2
lines changed

5 files changed

+12
-2
lines changed

locales/bn.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{ "lang": "Translated by @SubhrajitSain - https://github.com/SubhrajitSain",
2+
"path-home": "/bn",
3+
"path-docs": "/bn/docs",
24

35
"text_-XONHh": "<span><strong>Encoder</strong>.js\n</span>",
46
"text_KZFk8S": "<span>ইনপুট\n</span>",

locales/en.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{ "lang": "Default",
2+
"path-home": "/",
3+
"path-docs": "/en/docs",
24

35
"text_-XONHh": "<span><strong>Encoder</strong>.js\n</span>",
46
"text_KZFk8S": "<span>Input\n</span>",
@@ -34,4 +36,4 @@
3436
"docs-08": "A function for encoding text. Required input data: <v>text</v> - the text to be encoded, type: <v>string</v>. Optional input data: <v>key</v> - encryption key, type: <v>string</v>; <v>compress</v> - whether to compress text (if possible), type: <v>boolean</v>. Output data type: <v>string</v>.\nImportant: Encoding without a key or encoding with a key that looks like text or contains parts of text is not a good idea.",
3537
"docs-09": "A function for decoding text. Required input data: <v>text</v> - the text to be decoded, type: <v>string</v>. Optional input data: <v>key</v> - encryption key, type: <v>string</v>. Output data type: <v>string</v>.\nThis function may throw an error if <v>text</v> in the input data is encoded incorrectly, or if it was encoded in a different Encoder.js version that is incompatible with the Encoder.js version you are using."
3638

37-
}
39+
}

locales/fr.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{ "lang": "Translated by @SkyExploreWasTaken - https://github.com/SkyExploreWasTaken",
2+
"path-home": "/fr",
3+
"path-docs": "/fr/docs",
24

35
"text_-XONHh": "<span><strong>Encoder</strong>.js\n</span>",
46
"text_KZFk8S": "<span>Entrée\n</span>",

locales/ru.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{ "lang": "Translated by @JustDeveloper1 - https://github.com/JustDeveloper1",
2+
"path-home": "/ru",
3+
"path-docs": "/ru/docs",
24

35
"text_-XONHh": "<span><strong>Encoder</strong>.js\n</span>",
46
"text_KZFk8S": "<span>Ввод\n</span>",
@@ -34,4 +36,4 @@
3436
"docs-08": "Функция для кодирования текста. Обязательные входные данные: <v>text</v> - текст подлежащий кодированию, тип: <v>string</v>. Необязательные входные данные: <v>key</v> - ключ шифрования, тип: <v>string</v>; <v>compress</v> - выполнять ли сжатие текста (если возможно), тип: <v>boolean</v>. Тип выходных данных: <v>string</v>.\nВажно: Кодирование без ключа или кодирование с ключом похожим на текст или содержащим части текста - не лучшая идея.",
3537
"docs-09": "Функция для декодирования текста. Обязательные входные данные: <v>text</v> - текст подлежащий декодированию, тип: <v>string</v>. Необязательные входные данные: <v>key</v> - ключ шифрования, тип: <v>string</v>. Тип выходных данных: <v>string</v>.\nДанная функция может выдать ошибку если <v>text</v> в входных данных закодирован неправильно, либо был закодирован в другой версии Encoder.js, которая несовместима с используемой версией Encoder.js."
3638

37-
}
39+
}

locales/ua.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{ "lang": "Translated by @GarikHappy - https://github.com/GarikHappy",
2+
"path-home": "/ua",
3+
"path-docs": "/ua/docs",
24

35
"text_-XONHh": "<span><strong>Encoder</strong>.js\n</span>",
46
"text_KZFk8S": "<span>Ввід\n</span>",

0 commit comments

Comments
 (0)