UI: properly translate label

This commit is contained in:
Pieter Vander Vennet 2024-10-13 12:33:08 +02:00
parent c95999b50b
commit a6b2c65b2a
2 changed files with 885 additions and 884 deletions

View file

@ -603,6 +603,7 @@
"upload": { "upload": {
"failReasons": "You might have lost connection to the internet", "failReasons": "You might have lost connection to the internet",
"failReasonsAdvanced": "Alternatively, make sure your browser and extensions do not block third-party API's.", "failReasonsAdvanced": "Alternatively, make sure your browser and extensions do not block third-party API's.",
"noBlur": "Images will not be blurred. Do not photograph people",
"multiple": { "multiple": {
"done": "{count} images are successfully uploaded. Thank you!", "done": "{count} images are successfully uploaded. Thank you!",
"partiallyDone": "{count} images are getting uploaded, {done} images are done…", "partiallyDone": "{count} images are getting uploaded, {done} images are done…",

View file

@ -102,7 +102,7 @@
<Tr t={t.addPicture} /> <Tr t={t.addPicture} />
{#if noBlur} {#if noBlur}
<span class="subtle text-sm"> <span class="subtle text-sm">
Faces will not be blurred <Tr t={t.upload.noBlur}/>
</span> </span>
{/if} {/if}
</div> </div>