132 lines
6.3 KiB
JSON
132 lines
6.3 KiB
JSON
{
|
|
"strings": {
|
|
"en": {
|
|
"meta.title": "Excel Worksheet Password Remover",
|
|
"meta.description": "Small web page from which you can easily remove a password from an Excel worksheet. It works by leaving the task of editing the XML files on an Excel document to your browser instead to keep everything local.",
|
|
"article.subtitle": "<a href=\"https://github.com/aziascreations/Excel-Worksheet-Password-Remover\" class=\"font-size-16\"><i class=\"fab fa-github\"></i> View on GitHub</a>",
|
|
"intro.title": "Introduction",
|
|
"intro.p1": "This project aims to simplify the removal of passwords on Excel's Worksheet by leaving the task of editing the XML files on an Excel document to your browser.",
|
|
"working.title": "Security & Internal workings",
|
|
"working.p1": "In terms of security, your browser handles all the data without sending any of it to a central server like many web apps do.<br>This makes it and your data as safe as your browser can be since it is the only potential point of failure here.",
|
|
"working.p2": "As for the internal workings, the only thing this tool does is extract the content of the <code>.xlsx</code> file you gave it, removes the passwords on any worksheets and makes a new file with all the changes.<br>Once all of that is done, the file is downloaded via a <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs\">data URL</a>.",
|
|
"usage.title": "Usage",
|
|
"usage.p1": "To use this tool you can either visit \"<a href=\"https://aziascreations.github.io/Excel-Worksheet-Password-Remover\">aziascreations.github.io/Excel-Worksheet-Password-Remover</a>\" or download the repository and host the web page yourself.",
|
|
"demo.title": "Demonstration",
|
|
"links.title": "Links"
|
|
},
|
|
"fr": {
|
|
"_meta.title": "",
|
|
"meta.description": "Petite application web qui permet de facilement retirer le mot de passe d'une feuille de calcul Excel depuis votre navigateur web sans avoir à uploader le fichier sur internet. Cette application laisse votre navigateur modifier les fichiers XML du fichier Excel afin de tout garder en local.",
|
|
"article.subtitle": "<a href=\"https://github.com/aziascreations/Excel-Worksheet-Password-Remover\" class=\"font-size-16\"><i class=\"fab fa-github\"></i> Voir sur GitHub</a>",
|
|
"intro.title": "Introduction",
|
|
"intro.p1": "Ce projet vise à simplifier le processus de suppression des mots de passes sur les \"worksheet\" d'Excel en laissant votre navigateur web s'en charger.",
|
|
"working.title": "Sécurité & Fonctionnement",
|
|
"working.p1": "Cet outil charge le ficher que vous lui donnez en mémoire et travaille directement dessus dans le navigateur web sans utiliser un serveur central, vos données restent donc entièrement sur votre machine.",
|
|
"working.p2": "Par sécurité, nous vous demandons quand même de n'utiliser cet outil qu'avec des fichiers pour lesquels vous avez été explicitement autorisés à enlever le mot de passe.",
|
|
"usage.title": "Utilisation",
|
|
"usage.p1": "Vous pouvez utiliser cet outil en allant sur \"<a href=\"https://aziascreations.github.io/Excel-Worksheet-Password-Remover\">aziascreations.github.io/Excel-Worksheet-Password-Remover</a>\" ou en téléchargeant le dépôt et en hébergeant la page web vous-même.",
|
|
"demo.title": "Démonstration",
|
|
"links.title": "Liens"
|
|
}
|
|
},
|
|
"metadata": {
|
|
"template": "article",
|
|
"head": {
|
|
"title": "meta.title",
|
|
"description": "meta.description"
|
|
},
|
|
"opengraph": {
|
|
"title": "meta.title",
|
|
"description": "meta.description",
|
|
"type": null,
|
|
"url": null,
|
|
"image": null,
|
|
"image_type": null
|
|
},
|
|
"article": {
|
|
"icon": "fad fa-unlock",
|
|
"title": "meta.title",
|
|
"subtitle": "article.subtitle",
|
|
"tags": ["tool", "web"]
|
|
}
|
|
},
|
|
"elements": [
|
|
{
|
|
"type": "container", "padding": 20,
|
|
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
|
"parts": [
|
|
{"type": "h1", "content": "intro.title"},
|
|
{"type": "paragraph", "indent": 2, "content": "intro.p1"}
|
|
]
|
|
},
|
|
|
|
{
|
|
"type": "container", "padding": 20,
|
|
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
|
"parts": [
|
|
{"type": "h1", "content": "working.title"},
|
|
{"type": "paragraph", "indent": 2, "content": "working.p1"},
|
|
{"type": "paragraph", "indent": 2, "content": "working.p2"}
|
|
]
|
|
},
|
|
|
|
{
|
|
"type": "container", "padding": 20,
|
|
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
|
"parts": [
|
|
{"type": "h1", "content": "usage.title"},
|
|
{"type": "paragraph", "indent": 2, "content": "usage.p1"}
|
|
]
|
|
},
|
|
|
|
{
|
|
"type": "container", "padding": 20,
|
|
"modifiers": ["no-bottom-padding", "no-top-margin"],
|
|
"parts": [
|
|
{"type": "h1", "content": "demo.title"},
|
|
{
|
|
"type": "container",
|
|
"modifiers": ["no-padding"],
|
|
"padding": 0,
|
|
"parts": [
|
|
{
|
|
"type": "video",
|
|
"source": "https://files.nibblepoker.lu/downloads/Excel-Worksheet-Password-Remover/demo_v1.mp4",
|
|
"_source": "/tmp/demo_v1.mp4",
|
|
"thumbnail": "https://files.nibblepoker.lu/downloads/Excel-Worksheet-Password-Remover/demo_v1_thumb.webp"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
|
|
{
|
|
"type": "container",
|
|
"padding": 20,
|
|
"modifiers": ["no-top-margin"],
|
|
"parts": [
|
|
{"type": "h1", "content": "links.title"},
|
|
{
|
|
"type": "paragraph",
|
|
"indent": 2,
|
|
"parts": [
|
|
{"type": "raw", "content": "● ", "localize": false},
|
|
{
|
|
"type": "raw", "link": "https://github.com/aziascreations/Excel-Worksheet-Password-Remover",
|
|
"parts": [
|
|
{"type": "raw", "content": "content.commons.github"},
|
|
{"type": "raw", "content": "<span class=\"hidden-xs-and-down\"> - ", "localize": false},
|
|
{
|
|
"type": "raw",
|
|
"content": "<span class=\"font-size-12\">(https://github.com/aziascreations/Excel-Worksheet-Password-Remover)</span></span>",
|
|
"localize": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|