UI: translate snippet

This commit is contained in:
Pieter Vander Vennet 2025-10-13 09:51:19 +02:00
parent e4ffac86e8
commit c152de78d0
2 changed files with 2 additions and 1 deletions

View file

@ -608,6 +608,7 @@
"doDelete": "Remove image", "doDelete": "Remove image",
"isDeleted": "Deleted", "isDeleted": "Deleted",
"loadingFailed": "Loading this image failed", "loadingFailed": "Loading this image failed",
"maintenance": "Due to maintenance, uploading images is currently not possible. Sorry about this!",
"mapillaryTrackingProtection": "Strict tracking protection blocks loading images from Mapillary, as Mapillary is owned by Facebook/Meta. Disable strict tracking protection if you want to see this image.", "mapillaryTrackingProtection": "Strict tracking protection blocks loading images from Mapillary, as Mapillary is owned by Facebook/Meta. Disable strict tracking protection if you want to see this image.",
"nearby": { "nearby": {
"close": "Collapse panel with nearby images", "close": "Collapse panel with nearby images",

View file

@ -72,7 +72,7 @@
</LoginButton> </LoginButton>
{#if maintenanceBusy} {#if maintenanceBusy}
<div class="alert"> <div class="alert">
Due to maintenance, uploading images is currently not possible. Sorry about this! <Tr t={Translations.t.image.maintenance}></Tr>
</div> </div>
{:else} {:else}
<div class="my-4 flex flex-col"> <div class="my-4 flex flex-col">