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:
26
tools/items/b64-tools/lang.json
Normal file
26
tools/items/b64-tools/lang.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user