Nearly finished the Excel Password Remover revamp, Only the download is missing

Update commons.yml, excel-password-remover.yml, and 14 more files...
This commit is contained in:
2025-03-01 18:27:13 +01:00
parent 0a02a1e56d
commit b2064cbbaf
16 changed files with 465 additions and 115 deletions

View File

@@ -52,6 +52,9 @@ source.code: "Source code"
download.single: "Download"
download.multiple: "Downloads"
download.action.all: "Download All"
clear.all.files: "Clear all file(s)"
github: "GitHub Repository"
gitea: "Self-hosted Gitea Repository"

View File

@@ -5,36 +5,36 @@ 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"><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 and 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 video
links.title: Links
content.link.demo: Demo hosted on GitHub
#article.subtitle: >-
# <a
# href="https://github.com/aziascreations/Excel-Worksheet-Password-Remover"><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 and 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 video
#links.title: Links
#content.link.demo: Demo hosted on GitHub
eula.1: "This tool should only be used with files you have the express permission to unlock."
@@ -44,3 +44,11 @@ eula.3: "By using this tool, you accept full responsibility, and that it is prov
file.selection.title: "File Selection"
file.selection.1: "Drop your excel file(s) here or click on the buttons."
details.title : "Result(s)"
details.empty.1 : "Your Excel files with their password removed will end up here."
result.success.count: "Removed <span id=\"tmpl-success-password-count\">???</span> password(s)"
result.warning.extension: "The file doesn't appear to be an Excel Worksheet !"
result.warning.password: "The Excel Worksheet didn't contain any password !"
result.error.jszip: "JSZip was unable to open the file !"

View File

@@ -52,6 +52,9 @@ source.code: "Code source"
download.single: "Téléchargement"
download.multiple: "Téléchargements"
download.action.all: "Tout télécharger"
clear.all.files: "Retirer fichier(s)"
github: "Dépôt GitHub"
gitea: "Dépôt Gitea auto-hébergé"

View File

@@ -6,31 +6,31 @@ meta.description: >-
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"><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: Vidéo de démonstration
links.title: Liens
content.link.demo: Démo hébergée sur GitHub
#article.subtitle: >-
# <a
# href="https://github.com/aziascreations/Excel-Worksheet-Password-Remover"><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: Vidéo de démonstration
#links.title: Liens
#content.link.demo: Démo hébergée sur GitHub
eula.1 : "Cet outil ne doit être utilisé qu'avec des fichiers pour lesquels vous avez l'autorisation de les déverrouiller."
eula.2 : "Toute suppression de mot de passe se fait localement dans votre navigateur, et <span class='t-bold'>aucune donnée n'est envoyée via Internet</span>.<br>
@@ -39,3 +39,11 @@ eula.3 : "En utilisant cet outil, vous acceptez l'entière responsabilité de vo
file.selection.title : "Sélection de fichier(s)"
file.selection.1 : "Déposez vos fichiers Excel ici ou cliquez sur les boutons."
details.title: "Résultat(s)"
details.empty.1 : "Vos fichiers Excel sans leurs mots de passe finiront ici."
result.success.count: "Mot de passe(s) supprimé(s) : <span id=\"tmpl-success-password-count\">???</span>"
result.warning.extension: "Le fichier ne semble pas être une feuille de calcul Excel !"
result.warning.password: "La feuille de calcul Excel ne contenait aucun mot de passe !"
result.error.jszip: "JSZip n'a pas pu ouvrir le fichier !"