Added basic Formula Wizard, Added script to compile SASS and TS, many other random changes.

Update .gitignore, .htaccess, and 68 more files...
This commit is contained in:
2023-08-02 17:06:58 +02:00
parent 6fb621e550
commit 4cf950b5dd
70 changed files with 4128 additions and 182 deletions

View File

@@ -0,0 +1,26 @@
{
"en": {
"tool.b64-tools.title": "Base64 Tools",
"tool.b64-tools.text": "Text",
"tool.b64-tools.base64": "Base64",
"tool.b64-tools.actions": "Other actions",
"tool.b64-tools.actions.clear.all": "Clear All",
"tool.b64-tools.actions.clear.text": "Clear",
"tool.b64-tools.actions.clear.base64": "Clear",
"tool.b64-tools.actions.convert.text": "Convert to Base64",
"tool.b64-tools.actions.convert.b64": "Convert to text",
"tool.b64-tools.options": "Options"
},
"fr": {
"tool.b64-tools.title": "Outils pour Base64",
"tool.b64-tools.text": "Texte",
"tool.b64-tools.base64": "Base64",
"tool.b64-tools.actions": "Autres actions",
"tool.b64-tools.actions.clear.all": "Nettoyer Tout",
"tool.b64-tools.actions.clear.text": "Nettoyer",
"tool.b64-tools.actions.clear.base64": "Nettoyer",
"tool.b64-tools.actions.convert.text": "Convertir en Base64",
"tool.b64-tools.actions.convert.b64": "Convertir en texte",
"tool.b64-tools.options": "Options"
}
}