-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #310 from weblate/weblate-facilmap-facilmap-frontend
Translations update from Hosted Weblate
- Loading branch information
Showing
2 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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é." | ||
} | ||
} |