Skip to content

Commit

Permalink
Update frontend (make web)
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Sep 2, 2024
1 parent 474301a commit 52c25b9
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 80 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contrib/data/www/web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-->
<link rel="manifest" href="/web/manifest.json" />
<title>TeddyCloud</title>
<script type="module" crossorigin src="/web/assets/index-hMb_Kd2P.js"></script>
<script type="module" crossorigin src="/web/assets/index-Dmn4eEyq.js"></script>
<link rel="stylesheet" crossorigin href="/web/assets/index-tF9p4mUz.css">
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions contrib/data/www/web/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@
},
"encoder": {
"clearList": "Liste leeren",
"errorFileProcessing": "Fehler beim Verarbeiten der Audiodatei:",
"filename": "Dateiname",
"maxFiles": "Du kannst nur maximal {{maxFiles}} Dateien hinzufügen.",
"navigationTitle": "Audio Encoder",
Expand Down
1 change: 1 addition & 0 deletions contrib/data/www/web/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@
},
"encoder": {
"clearList": "Clear list",
"errorFileProcessing": "Failed to process the audio file:",
"filename": "Filename",
"maxFiles": "You can only add up to {{maxFiles}} files.",
"navigationTitle": "Audio Encoder",
Expand Down
1 change: 1 addition & 0 deletions contrib/data/www/web/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@
},
"encoder": {
"clearList": "Vider la liste",
"errorFileProcessing": "Échec du traitement du fichier audio :",
"filename": "Nom du fichier",
"maxFiles": "Vous ne pouvez ajouter que jusqu'à {{maxFiles}} fichiers.",
"navigationTitle": "Encodeur audio",
Expand Down

0 comments on commit 52c25b9

Please sign in to comment.