Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ring/teddycloud into develop
  • Loading branch information
SciLor committed Sep 23, 2024
2 parents bee3dab + f91b4e4 commit 9e1a612
Show file tree
Hide file tree
Showing 6 changed files with 148 additions and 139 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-lDJvV9_6.js"></script>
<script type="module" crossorigin src="/web/assets/index-TMm-cLxU.js"></script>
<link rel="stylesheet" crossorigin href="/web/assets/index-BU1Nt4kW.css">
</head>
<body>
Expand Down
3 changes: 3 additions & 0 deletions contrib/data/www/web/translations/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@
"yourCustomTonies": "Deine Custom Tonies",
"yourTonies": "Deine Tonies"
},
"inputValidator": {
"invalidCharactersDetected": "Deine Eingabe enthält ungültige Zeichen, wie {{invalidChar}}"
},
"language": {
"change": "Sprache ändern",
"english": "EN",
Expand Down
3 changes: 3 additions & 0 deletions contrib/data/www/web/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@
"uploading": "Uploading..."
}
},
"inputValidator": {
"invalidCharactersDetected": "Your input contains invalid characters, such as {{invalidChar}}"
},
"home": {
"features": {
"currentlyImplementedFeatures": "Currently implemented features",
Expand Down
3 changes: 3 additions & 0 deletions contrib/data/www/web/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@
"uploading": "Téléversement en cours..."
}
},
"inputValidator": {
"invalidCharactersDetected": "Ta saisie contient des caractères invalides, tels que {{invalidChar}}"
},
"home": {
"features": {
"currentlyImplementedFeatures": "Fonctionnalités actuellement implémentées",
Expand Down

0 comments on commit 9e1a612

Please sign in to comment.