Skip to content

Commit

Permalink
Merge pull request evancohen#927 from sdetweil/dev
Browse files Browse the repository at this point in the history
fix link to help doc for geolocation
  • Loading branch information
sdetweil authored Oct 27, 2021
2 parents d00a542 + 33f76ee commit 7e6db4a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions plugins/geolocation/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"apikey": "Google API-Schlüssel, der für Geolokalisierung und Karten verwendet wird",
"latitude": "Breite",
"longitude": "Längengrad",
"help value": "<strong><em>(wird verwendet, wenn die Geoposition nicht genau erkannt wird)</em></strong></br><a href=\"https://docs.smart-mirror.io/docs/configure_the_mirror.html#geolocation\" target=\"_blank\">Klicken Sie hier für weitere Informationen</a></br>"
"help value": "<strong><em>(wird verwendet, wenn die Geoposition nicht genau erkannt wird)</em></strong></br><a href=\"https://docs.smart-mirror.io/configuration/configure_the_mirror#geolocation\" target=\"_blank\">Klicken Sie hier für weitere Informationen</a></br>"
}
}
}
}
4 changes: 2 additions & 2 deletions plugins/geolocation/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"apikey": "Google api key, used for geolocation and maps",
"latitude": "latitude",
"longitude": "longitude",
"help value": "<strong><em>(used if Geo-Position is not accurately being detected)</em></strong></br><a href=\"https://docs.smart-mirror.io/docs/configure_the_mirror.html#geolocation\" target=\"_blank\">Click here for more info</a></br>"
"help value": "<strong><em>(used if Geo-Position is not accurately being detected)</em></strong></br><a href=\"https://docs.smart-mirror.io/configuration/configure_the_mirror#geolocation\" target=\"_blank\">Click here for more info</a></br>"
}
}
}
}
4 changes: 2 additions & 2 deletions plugins/geolocation/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"apikey": "Google api key, utilizada para geolocalización y mapas",
"latitude": "latitud",
"longitude": "longitud",
"help value": "<strong><em>(se utiliza si la posición geográfica no se detecta con precisión)</em></strong></br><a href=\"https://docs.smart-mirror.io/docs/configure_the_mirror.html#geolocation\" target=\"_blank\">Haga clic aquí para más información</a></br>"
"help value": "<strong><em>(se utiliza si la posición geográfica no se detecta con precisión)</em></strong></br><a href=\"https://docs.smart-mirror.io/configuration/configure_the_mirror#geolocation\" target=\"_blank\">Haga clic aquí para más información</a></br>"
}
}
}
}
4 changes: 2 additions & 2 deletions plugins/geolocation/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"apikey": "Clé API Google, utilisée pour la géolocalisation et les cartes",
"latitude": "latitude",
"longitude": "longitude",
"help value": "<strong><em>(utilisé si la position géographique n'est pas détectée avec précision)</em></strong></br><a href=\"https://docs.smart-mirror.io/docs/configure_the_mirror.html#geolocation\" target=\"_blank\">Cliquez ici pour plus d'informations</a></br>"
"help value": "<strong><em>(utilisé si la position géographique n'est pas détectée avec précision)</em></strong></br><a href=\"https://docs.smart-mirror.io/configuration/configure_the_mirror#geolocation\" target=\"_blank\">Cliquez ici pour plus d'informations</a></br>"
}
}
}
}
4 changes: 2 additions & 2 deletions plugins/geolocation/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"apikey": "Chiave API di Google, utilizzata per la geolocalizzazione e le mappe",
"latitude": "latitudine",
"longitude": "longitudine",
"help value": "<strong><em>(utilizzato se la posizione geografica non viene rilevata con precisione)</em></strong></br><a href=\"https://docs.smart-mirror.io/docs/configure_the_mirror.html#geolocation\" target=\"_blank\">Clicca qui per maggiori informazioni</a></br>"
"help value": "<strong><em>(utilizzato se la posizione geografica non viene rilevata con precisione)</em></strong></br><a href=\"https://docs.smart-mirror.io/configuration/configure_the_mirror#geolocation\" target=\"_blank\">Clicca qui per maggiori informazioni</a></br>"
}
}
}
}
4 changes: 2 additions & 2 deletions plugins/geolocation/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"apikey": "지리적 위치 및지도에 사용되는 Google API 키",
"latitude": "위도",
"longitude": "경도",
"help value": "<strong><em>(Geo-Position이 정확하게 감지되지 않는 경우 사용)</em></strong></br><a href=\"https://docs.smart-mirror.io/docs/configure_the_mirror.html#geolocation\" target=\"_blank\">더 많은 정보를 원하시면 여기를 클릭하십시오</a></br>"
"help value": "<strong><em>(Geo-Position이 정확하게 감지되지 않는 경우 사용)</em></strong></br><a href=\"https://docs.smart-mirror.io/configuration/configure_the_mirror#geolocation\" target=\"_blank\">더 많은 정보를 원하시면 여기를 클릭하십시오</a></br>"
}
}
}
}
4 changes: 2 additions & 2 deletions plugins/geolocation/locales/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"apikey": "Chave API do Google, usada para geolocalização e mapas",
"latitude": "latitude",
"longitude": "longitude",
"help value": "<strong><em>(usado se a posição geográfica não estiver sendo detectada com precisão)</em></strong></br><a href=\"https://docs.smart-mirror.io/docs/configure_the_mirror.html#geolocation\" target=\"_blank\">Clique aqui para mais informaçõeso</a></br>"
"help value": "<strong><em>(usado se a posição geográfica não estiver sendo detectada com precisão)</em></strong></br><a href=\"https://docs.smart-mirror.io/configuration/configure_the_mirror#geolocation\" target=\"_blank\">Clique aqui para mais informaçõeso</a></br>"
}
}
}
}

0 comments on commit 7e6db4a

Please sign in to comment.