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",
|
"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",
|
||||||
|
|
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue