web: stylize the file receiver, move text to i18n, update remux page

This commit is contained in:
wukko
2024-08-13 14:17:10 +06:00
parent 09deb5c7b6
commit af428bc964
6 changed files with 160 additions and 32 deletions

View File

@@ -0,0 +1,5 @@
{
"title": "drag or select a file",
"title.drop": "drop the file here!",
"accept": "supported formats: {{ formats }}."
}

3
web/i18n/en/remux.json Normal file
View File

@@ -0,0 +1,3 @@
{
"description": "remuxing media files is fast, lossless, and often fixes compatibility issues with old software. files are processed on-device and never get uploaded anywhere."
}