Skip to content

Commit

Permalink
Merge pull request #310 from weblate/weblate-facilmap-facilmap-frontend
Browse files Browse the repository at this point in the history
Translations update from Hosted Weblate
  • Loading branch information
cdauth authored Nov 9, 2024
2 parents 052bb5b + f74ccad commit d337231
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
30 changes: 29 additions & 1 deletion frontend/src/i18n/cs.json
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
{}
{
"about-dialog": {
"header": "O FacilMap {{version}}",
"license-text-facilmap": "FacilMap",
"issues-text-tracker": "sledování problémů",
"help-text": "Pokud máte dotaz, podívejte se na {{documentation}}, vzneste dotaz v {{discussions}} nebo se zeptejte v {{chat}}.",
"help-text-documentation": "dokumentaci",
"help-text-chat": "Matrix chatu",
"privacy-information": "Informace o ochraně soukromí",
"map-data": "Mapová data",
"map-data-pois": "Body zájmu",
"map-data-directions": "Navigace",
"map-data-geoip": "GeoIP",
"map-data-geoip-description": "Tento produkt obsahuje data GeoLite2 vytvořená společností MaxMind, která jsou k dispozici na adrese {{maxmind}}.",
"programs-libraries": "Programy/knihovny",
"attribution-osm-contributors": "OSM Přispěvatelé",
"license-text": "{{facilmap}} je dostupná pod {{license}}.",
"license-text-license": "GNU Affero General Public License, Version 3",
"issues-text": "Pokud něco nefunguje nebo máte návrh na zlepšení, nahlaste to prosím na {{tracker}}.",
"map-data-search": "Hledání",
"help-text-discussions": "diskusním fóru",
"icons": "Ikony"
},
"add": {
"hidden-objects-added-message": "{{count}} objektů bylo úspěšně přidáno, ale aktivní filtr brání jejich zobrazení.",
"hidden-objects-added-title": "{{count}} objektů přidáno",
"hidden-objects-added-message-some": "{{count}} objektů bylo úspěšně přidáno, ale aktivní filtr brání zobrazení některých z nich."
}
}
17 changes: 16 additions & 1 deletion server/src/i18n/cs.json
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
{}
{
"map-not-found-error": "Mapa {{mapId}} nebyla nalezena.",
"map-read-not-found-error": "Mapu s ID {{mapId}} určenou pouze pro čtení se nepodařilo najít.",
"database": {
"type-not-found-error": "Typ {{typeId}} neexistuje.",
"old-map-data-not-available-error": "Stará mapová data nejsou k dispozici.",
"unknown-type-error": "Neznámý typ „{{type}}“.",
"route-points-not-an-array-error": "routePoints není pole",
"route-points-less-than-two-points-error": "Linie nemůže mít méně než dva body trasy.",
"cannot-use-type-for-marker-error": "Nelze použít typ {{type}} pro značku.",
"object-not-found-in-map-error": "{{type}} {{id}} mapy {{mapId}} se nepodařilo najít.",
"cannot-use-type-for-line-error": "Nelze použít typ {{type}} pro linii.",
"unique-map-ids-error": "ID jen pro čtení, ID pro čtení a zápis a ID správce se musí navzájem lišit.",
"unique-map-ids-read-write-error": "ID jen pro čtení a ID pro čtení a zápis nemůže být stejné."
}
}

0 comments on commit d337231

Please sign in to comment.