|
| 1 | +{ "lang": "Translated by @SubhrajitSain", |
| 2 | + |
| 3 | + "text_-XONHh": "<span><strong>Encoder</strong>.js\n</span>", |
| 4 | + "text_KZFk8S": "<span>Input\n</span>", |
| 5 | + "text_S-x5go": "<span>Docs\n</span>", |
| 6 | + "text_Vcjrr0": "<span>Output\n</span>", |
| 7 | + "text_v-MT8j": "<span>Mode:\n</span>", |
| 8 | + "static_8hiseu": "Encoder.js by JustStudio.", |
| 9 | + "static_HyaqSc": "Encoder.js", |
| 10 | + "static_dx8wHO": "Text encoder & decoder 🔐", |
| 11 | + "static_vZeKeO": "Text encoder & decoder 🔐", |
| 12 | + |
| 13 | + "text-1": "Encode", |
| 14 | + "text-2": "Decode", |
| 15 | + "text-3": "Mode", |
| 16 | + "text-4": "Docs", |
| 17 | + "text-5": "Key", |
| 18 | + "text-6": "Hello, World!", |
| 19 | + "text-7": "(optional)", |
| 20 | + "text-8": "Type something in input...", |
| 21 | + "text-9": "GitHub repository", |
| 22 | + "text-0": "<span>GitHub repository ↗\n</span>", |
| 23 | + |
| 24 | + "text_qeZ9a1": "<span>Language:\n</span>", |
| 25 | + |
| 26 | + "docs-00": " Documentation", |
| 27 | + "docs-01": "Back", |
| 28 | + "docs-02": "How to use", |
| 29 | + "docs-03": "Import <v>encode</v> and <v>decode</v> functions:", |
| 30 | + "docs-04": "Example usage:", |
| 31 | + "docs-05": "", |
| 32 | + "docs-06": "What is Encoder.js?", |
| 33 | + "docs-07": "Encoder.js is a text encoder for encrypting data. Encoder.js encodes text in a string that can contain only URL-safe characters<small> (A-Za-z0-9 and -_().~)</small>. Encoder.js is designed for browsers (client-side, JavaScript) and server-side (JavaScript or TypeScript), but Encoder.js is incompatible with Node.js, React.js, Next.js, etc.", |
| 34 | + "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.", |
| 35 | + "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." |
| 36 | + |
| 37 | +} |
0 commit comments