fratsloos / fr24_card

Lovelace card for showing Dump1090 data from FR24 in Home Assistant
44 stars 5 forks source link

Create pl.json #21

Closed jonostanck closed 1 year ago

jonostanck commented 1 year ago

Polish language

Description

Translation into Polish.

Type of change

Checklist:

fratsloos commented 1 year ago

@jonostanck Thank you for the translation. Unfortunately I'm having some trouble getting the development environment to work. I'll try this again at a later time and if it works I'll merge your PR.

jonostanck commented 1 year ago

Thanks and sorry I missed that.

fratsloos commented 1 year ago

No problem. :) I'm already glad you took the time to translate the file!

jonostanck commented 1 year ago

@fratsloos I'm so glad I could be the catalyst for updating this great card! It works perfectly and finally in my native language :) Thanks for making my dream dashboard possible :) image

BrettEBowman commented 1 year ago

@jonostanck What are you using to get get the Radar/map display?

jonostanck commented 1 year ago

@BrettEBowman ADS-B Exchange's map via simple iframe with a little card_mod hack to hide Copyright at the bottom:

      - type: iframe
        url: >-
          https://globe.adsbexchange.com/?hideSidebar&hideButtons&tempTrails=240&mapDim=0&zoom=11&lat=51.34&lon=20.34
        aspect_ratio: 120%
        card_mod:
          style:
            .: |
              ha-card #root {
                margin-bottom: -40px;
              }
fratsloos commented 1 year ago

@fratsloos I'm so glad I could be the catalyst for updating this great card! It works perfectly and finally in my native language :) Thanks for making my dream dashboard possible :)

That's a very nice dashboard! Would be nice if you could filter the data on the map with your own radar using an extra GET-var.