Skip to content

Commit ed871f3

Browse files
author
SkyExploreWasTaken
authored
Starting translation
1 parent 813c50e commit ed871f3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

locales/fr.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
"text-9": "Référentiel GitHub",
2222
"text-0": "<span>Référentiel GitHub ↗\n</span>",
2323

24-
"text_qeZ9a1": "<span>Language:\n</span>",
24+
"text_qeZ9a1": "<span>Langage:\n</span>",
2525

2626
"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:",
27+
"docs-01": "Retour",
28+
"docs-02": "Comment l'utiliser",
29+
"docs-03": "Importer des fonctions d'<v>encodage</v> et de <v>décodage</v>:",
30+
"docs-04": "Utilisation d'exemple:",
3131
"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.",
32+
"docs-06": "Qu'est-ce que Encoder.js?",
33+
"docs-07": "Encoder.js est un encodeur de texte pour encrypter des données. Encoder.js encode le texte dans une chaîne qui ne peut contenir que des caractères acceptés dans des URL<small> (A-Za-z0-9 and -_().~)</small>. Encoder.js est utilse pour les navigateurs (côté client, JavaScript) et côté serveur (JavaScript ou TypeScript), mais Encoder.js est incompatible avec Node.js, React.js, Next.js, etc.",
34+
"docs-08": "Une fonction pour encoder du texte. 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.",
3535
"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."
3636

3737
}

0 commit comments

Comments
 (0)