forked from MapComplete/MapComplete
UI: translate snippet
This commit is contained in:
parent
e4ffac86e8
commit
c152de78d0
2 changed files with 2 additions and 1 deletions
|
@ -608,6 +608,7 @@
|
|||
"doDelete": "Remove image",
|
||||
"isDeleted": "Deleted",
|
||||
"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.",
|
||||
"nearby": {
|
||||
"close": "Collapse panel with nearby images",
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
</LoginButton>
|
||||
{#if maintenanceBusy}
|
||||
<div class="alert">
|
||||
Due to maintenance, uploading images is currently not possible. Sorry about this!
|
||||
<Tr t={Translations.t.image.maintenance}></Tr>
|
||||
</div>
|
||||
{:else}
|
||||
<div class="my-4 flex flex-col">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue