From 0d3e3f2bc1f39a76d57e1b0b149b0962c7b4f5a3 Mon Sep 17 00:00:00 2001 From: Taylor Smock Date: Fri, 1 Jul 2022 06:58:39 -0600 Subject: [PATCH] i18n: Update translations Signed-off-by: Taylor Smock --- src/main/po/de.po | 45 ++++++++----- src/main/po/de_DE.po | 11 +--- src/main/po/es.po | 34 +++++----- src/main/po/it.po | 80 ++++------------------ src/main/po/ko.po | 22 ++----- src/main/po/pl.po | 34 ++++++++-- src/main/po/ru.po | 143 ++-------------------------------------- src/main/po/sr-latin.po | 14 +--- src/main/po/zh_CN.po | 85 ++++++++++++++++++++---- src/main/po/zh_TW.po | 43 ++++++++---- 10 files changed, 202 insertions(+), 309 deletions(-) diff --git a/src/main/po/de.po b/src/main/po/de.po index 3defdff7d..98b58ff26 100644 --- a/src/main/po/de.po +++ b/src/main/po/de.po @@ -8,17 +8,17 @@ # Markus Maurer, 2020 # Martin Rey, 2020 # Julian Schwarz, 2020 -# Simon Legner, 2020 # Claudius Henrichs, 2020 -# Florian Schäfer, 2020 # H b, 2021 -# Andre Thum, 2021 +# Florian Schäfer, 2022 +# Simon Legner, 2022 +# Andre Thum, 2022 # msgid "" msgstr "" -"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.1-2-g20963ab\n" +"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-26 15:07+0000\n" +"POT-Creation-Date: 2022-06-29 15:04+0000\n" "PO-Revision-Date: 2018-01-15 10:33+0000\n" "Language-Team: German (https://www.transifex.com/josm/teams/2544/de/)\n" "MIME-Version: 1.0\n" @@ -50,6 +50,9 @@ msgstr "Mapillary-Tag hinzufügen" msgid "Add filter." msgstr "Filter hinzufügen." +msgid "All" +msgstr "Alle" + msgid "At least one of the optional arguments must be used ({0})" msgstr "Mindestens eines der optionalen Argumente muss verwendet werden ({0})" @@ -98,6 +101,9 @@ msgid "Could not import a geotagged image to the Mapillary layer!" msgstr "" "Konnte ein georeferenziertes Bild nicht in die Mapillary-Ebene importieren!" +msgid "Could not load image: {0}" +msgstr "Bild konnte nicht geladen werden: {0}" + msgid "Could not open the URL {0} in a browser" msgstr "Konnte die URL {0} nicht in einem Browser öffnen" @@ -110,6 +116,9 @@ msgctxt "filter" msgid "D" msgstr "L" +msgid "Dataset is currently being updated" +msgstr "Datensatz wird derzeit aktualisiert" + msgid "Days" msgstr "Tage" @@ -152,9 +161,6 @@ msgstr "" msgid "Down" msgstr "Runter" -msgid "Downloaded images" -msgstr "Heruntergeladene Bilder" - msgid "Downloading…" msgstr "Wird heruntergeladen …" @@ -333,6 +339,9 @@ msgstr "Mapillary-Filter" msgid "Mapillary image" msgstr "Mapillary-Bild" +msgid "Mapillary image read should never occur on UI thread" +msgstr "Auf dem UI-Thread sollten niemals Mapillary-Bilder gelesen werden" + msgid "Mapillary images Filter" msgstr "Mapillary Bilderfilter" @@ -393,6 +402,9 @@ msgstr "Parkverbot" msgid "No turn" msgstr "Abbiegen verboten" +msgid "Non-panoramic" +msgstr "Nicht-Panorama" + msgid "Not older than: " msgstr "Nicht älter als: " @@ -443,8 +455,8 @@ msgstr "Organisation" msgid "Organizations" msgstr "Organisationen" -msgid "Panorama only" -msgstr "Nur Panorama" +msgid "Panoramic" +msgstr "Panorama" msgid "Pedestrian crossing" msgstr "Fußgängerübergang" @@ -504,9 +516,15 @@ msgstr "Wähle alle Objekterkennungen auf der aktuellen Seite aus/ab" msgid "Sequence key" msgstr "Sequenzschlüssel" +msgid "Sequence offset" +msgstr "Sequenz-Versatz" + msgid "Sequence: " msgstr "Sequenz: " +msgid "Show Image types: " +msgstr "Zeige Bildtyp" + msgid "Show Relevant" msgstr "Relevante anzeigen" @@ -573,13 +591,6 @@ msgstr "Verkehrsschilder" msgid "Uneven road" msgstr "Unebene Fahrbahn" -msgid "" -"Unknown Mapillary exception.\n" -"{0}" -msgstr "" -"Unbekannter Mapillary Fehler.\n" -"{0}" - msgid "Up" msgstr "Hoch" diff --git a/src/main/po/de_DE.po b/src/main/po/de_DE.po index 047355224..b501c29b1 100644 --- a/src/main/po/de_DE.po +++ b/src/main/po/de_DE.po @@ -10,9 +10,9 @@ # msgid "" msgstr "" -"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.9-2-g707836e\n" +"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-06-08 15:04+0000\n" +"POT-Creation-Date: 2022-06-29 15:04+0000\n" "PO-Revision-Date: 2018-01-15 10:33+0000\n" "Language-Team: German (Germany) (https://www.transifex.com/josm/teams/2544/de_DE/)\n" "MIME-Version: 1.0\n" @@ -314,13 +314,6 @@ msgstr "Heute" msgid "Traffic Signs" msgstr "Verkehrsschilder" -msgid "" -"Unknown Mapillary exception.\n" -"{0}" -msgstr "" -"Unbekannter Mapillary Fehler.\n" -"{0}" - msgid "Update" msgstr "Update" diff --git a/src/main/po/es.po b/src/main/po/es.po index cf7c9a334..bc2e6772b 100644 --- a/src/main/po/es.po +++ b/src/main/po/es.po @@ -5,25 +5,25 @@ # # Translators: # Fundación OpenStreetMap Chile, 2018 -# kaze kaze, 2018 # Rodrigo, 2018 # Juan Carlos, 2020 -# Simon Legner, 2020 # Florian Schäfer, 2020 -# Jorge Sanz, 2021 +# Simon Legner, 2022 +# kaze kaze, 2022 +# Jorge Sanz, 2022 # msgid "" msgstr "" -"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.1-2-g20963ab\n" +"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-26 15:07+0000\n" +"POT-Creation-Date: 2022-06-29 15:04+0000\n" "PO-Revision-Date: 2018-01-15 10:33+0000\n" "Language-Team: Spanish (https://www.transifex.com/josm/teams/2544/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. filter mode: add msgctxt "filter" @@ -45,6 +45,9 @@ msgstr "Añadir etiqueta mapillary" msgid "Add filter." msgstr "Añadir filtro." +msgid "All" +msgstr "Todo" + msgid "Cancel" msgstr "Cancelar" @@ -138,9 +141,6 @@ msgstr "" msgid "Down" msgstr "Bajar" -msgid "Downloaded images" -msgstr "Imágenes descargadas" - msgid "Downloading…" msgstr "Descargando... " @@ -410,9 +410,6 @@ msgstr "Organización" msgid "Organizations" msgstr "Organizaciones" -msgid "Panorama only" -msgstr "Solo Panorama" - msgid "Pedestrian crossing" msgstr "Cruce de peatones" @@ -543,13 +540,6 @@ msgstr "Señales de tráfico" msgid "Uneven road" msgstr "Camino irregular" -msgid "" -"Unknown Mapillary exception.\n" -"{0}" -msgstr "" -"Excepción Mapillary desconocida.\n" -"{0}" - msgid "Up" msgstr "Subir" @@ -633,6 +623,7 @@ msgid "{0} ({1} image)" msgid_plural "{0} ({1} images)" msgstr[0] "{0} ({1} imagen)" msgstr[1] "{0} ({1} imagenes)" +msgstr[2] "{0} ({1} imagenes)" msgid "{0} consists of:" msgstr "{0} consta de:" @@ -644,6 +635,7 @@ msgid "{0} image in total" msgid_plural "{0} images in total" msgstr[0] "{0} imágen en total" msgstr[1] "{0} imágenes en total" +msgstr[2] "{0} imágenes en total" msgid "{0} images in {1} sequences" msgstr "{0} imágenes en {1} secuencias" @@ -652,22 +644,26 @@ msgid "{0} node" msgid_plural "{0} nodes" msgstr[0] "{0} nodo" msgstr[1] "{0} nodos" +msgstr[2] "{0} nodos" msgid "{0} relation" msgid_plural "{0} relations" msgstr[0] "{0} relación" msgstr[1] "{0} relaciones" +msgstr[2] "{0} relaciones" msgid "{0} sequence, containing between {1} and {2} images (ø {3})" msgid_plural "" "{0} sequences, each containing between {1} and {2} images (ø {3})" msgstr[0] "{0} secuencia, contiene entre {1} y {2} imagenes (ø {3})" msgstr[1] "{0}secuencias, cada una contiene entre {1} y {2} imagenes (ø {3})" +msgstr[2] "{0}secuencias, cada una contiene entre {1} y {2} imagenes (ø {3})" msgid "{0} way" msgid_plural "{0} ways" msgstr[0] "{0} vía" msgstr[1] "{0} vías" +msgstr[2] "{0} vías" msgid "{0}: {1}" msgstr "{0}: {1}" diff --git a/src/main/po/it.po b/src/main/po/it.po index 37e80173c..1fd9f9336 100644 --- a/src/main/po/it.po +++ b/src/main/po/it.po @@ -5,23 +5,23 @@ # # Translators: # Florian Schäfer, 2020 -# Marco, 2021 -# demetrio, 2021 # Simon Legner, 2022 # Livio Avalle, 2022 +# demetrio, 2022 +# Marco, 2022 # msgid "" msgstr "" -"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.5-5-g487f881\n" +"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-04-06 15:05+0000\n" +"POT-Creation-Date: 2022-06-29 15:04+0000\n" "PO-Revision-Date: 2018-01-15 10:33+0000\n" "Language-Team: Italian (https://www.transifex.com/josm/teams/2544/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #. filter mode: add msgctxt "filter" @@ -37,9 +37,6 @@ msgstr "" msgid "Add" msgstr "Aggiungi" -msgid "Add Map Feature to OSM" -msgstr "" - msgid "Add Mapillary tag" msgstr "Aggiungi etichetta Mapillary" @@ -49,9 +46,6 @@ msgstr "Aggiungi filtro." msgid "All" msgstr "Tutti" -msgid "At least one of the optional arguments must be used ({0})" -msgstr "" - msgid "Cancel" msgstr "Annulla" @@ -71,10 +65,6 @@ msgstr "Cancella" msgid "Color" msgstr "Colore" -msgctxt "Checkbox label in JOSM settings" -msgid "Color images by capture date" -msgstr "" - msgid "Copied URL to clipboard …" msgstr "Copiato URL negli appunti…" @@ -100,9 +90,6 @@ msgstr "" msgid "Could not open the URL {0} in a browser" msgstr "Impossibile aprire l’indirizzo {0} in un browser" -msgid "Could not refresh Mapillary token. HTTP Status Code {0}." -msgstr "" - #. filter mode: remove msgctxt "filter" msgid "D" @@ -313,12 +300,6 @@ msgstr "Filtro per esperti di Mapillary" msgid "Mapillary Images" msgstr "Immagini Mapillary" -msgid "Mapillary Point Objects" -msgstr "" - -msgid "Mapillary Smart Edit: Add objects" -msgstr "" - msgid "Mapillary Traffic Signs" msgstr "Segnali Stradali di Mapillary" @@ -328,9 +309,6 @@ msgstr "Filtro di Mapillary" msgid "Mapillary image" msgstr "Immagine di Mapillary" -msgid "Mapillary image read should never occur on UI thread" -msgstr "" - msgid "Mapillary images Filter" msgstr "Filtro immagini di Mapillary" @@ -346,12 +324,6 @@ msgstr "Livello degli elementi nodo di Mapillary" msgid "Mapillary traffic signs layer" msgstr "Livello dei segnali stradali di Mapillary" -msgid "Mapillary: Could not refresh login, logging out" -msgstr "" - -msgid "Maximum distance to consider for changeset source calculations" -msgstr "" - msgid "Month" msgstr "Mese" @@ -388,9 +360,6 @@ msgstr "Divieto di parcheggio" msgid "No turn" msgstr "Divieto di svolta" -msgid "Non-panoramic" -msgstr "" - msgid "Not older than: " msgstr "Non più vecchio di: " @@ -398,22 +367,9 @@ msgstr "Non più vecchio di: " msgid "Number of images to be pre-fetched (forwards and backwards)" msgstr "Numero di immagini da pre-caricare (in avanti e indietro)" -msgid "Number of images to draw in the map view (affects performance)" -msgstr "" - msgid "Object Detection Filters" msgstr "Filtri rilevamento oggetti" -msgid "" -"Only Mapillary images are supported at this time, use " -"photo=Mapillary/" -msgstr "" - -msgid "" -"Only Mapillary sequences are supported at this time, use " -"sequence=Mapillary/" -msgstr "" - msgid "Only images with signs" msgstr "Solo immagini con segnali stradali" @@ -501,15 +457,9 @@ msgstr "" msgid "Sequence key" msgstr "Chiave della sequenza" -msgid "Sequence offset" -msgstr "" - msgid "Sequence: " msgstr "Sequenza:" -msgid "Show Image types: " -msgstr "" - msgid "Show Relevant" msgstr "Mostra rilevanti" @@ -575,13 +525,6 @@ msgstr "Segnali stradali" msgid "Uneven road" msgstr "Strada sconnessa" -msgid "" -"Unknown Mapillary exception.\n" -"{0}" -msgstr "" -"Eccezione di Mapillary sconosciuta.\n" -"{0}" - msgid "Up" msgstr "Su" @@ -601,12 +544,6 @@ msgstr "Aspetta per ottenere immagini di alta qualità" msgid "We cannot export {0}" msgstr "Impossibile esportare {0}" -msgid "" -"We have reached the Mapillary API limit. Disabling Mapillary networking until JOSM restart. Sorry.\n" -"Logging in after the rate limit subsides may help prevent this in the future.\n" -"{0}" -msgstr "" - #. i18n: Checkbox label in JOSM settings msgid "" "When opening Mapillary image in web browser, show the blur editor instead of" @@ -662,6 +599,7 @@ msgid "{0} ({1} image)" msgid_plural "{0} ({1} images)" msgstr[0] "{0} ({1} immagine)" msgstr[1] "{0} ({1} immagini)" +msgstr[2] "{0} ({1} immagini)" msgid "{0} consists of:" msgstr "{0} è composto da:" @@ -673,6 +611,7 @@ msgid "{0} image in total" msgid_plural "{0} images in total" msgstr[0] "{0} immagine in totale" msgstr[1] "{0} immagini in totale" +msgstr[2] "{0} immagini in totale" msgid "{0} images in {1} sequences" msgstr "{0} immagini in {1} sequenze" @@ -681,11 +620,13 @@ msgid "{0} node" msgid_plural "{0} nodes" msgstr[0] "{0} nodo" msgstr[1] "{0} nodi" +msgstr[2] "{0} nodi" msgid "{0} relation" msgid_plural "{0} relations" msgstr[0] "{0} relazione" msgstr[1] "{0} relazioni" +msgstr[2] "{0} relazioni" msgid "{0} sequence, containing between {1} and {2} images (ø {3})" msgid_plural "" @@ -694,11 +635,14 @@ msgstr[0] "" "{0} sequenza, ognuna contenente tra le {1} e le {2} immagini (ø {3})" msgstr[1] "" "{0} sequenze, ognuna contenente tra le {1} e le {2} immagini (ø {3})" +msgstr[2] "" +"{0} sequenze, ognuna contenente tra le {1} e le {2} immagini (ø {3})" msgid "{0} way" msgid_plural "{0} ways" msgstr[0] "{0} percorso" msgstr[1] "{0} percorsi" +msgstr[2] "{0} percorsi" msgid "{0}: {1}" msgstr "{0}: {1}" diff --git a/src/main/po/ko.po b/src/main/po/ko.po index e758a07d5..4eecb04c6 100644 --- a/src/main/po/ko.po +++ b/src/main/po/ko.po @@ -4,14 +4,14 @@ # FIRST AUTHOR, YEAR. # # Translators: -# Simon Legner, 2020 # 이동표, 2021 +# Simon Legner, 2022 # msgid "" msgstr "" -"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.1-2-g20963ab\n" +"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-26 15:07+0000\n" +"POT-Creation-Date: 2022-06-29 15:04+0000\n" "PO-Revision-Date: 2018-01-15 10:33+0000\n" "Language-Team: Korean (https://www.transifex.com/josm/teams/2544/ko/)\n" "MIME-Version: 1.0\n" @@ -41,6 +41,9 @@ msgstr "맵필러리 태그 추가합니다." msgid "Add filter." msgstr "필터를 추가합니다." +msgid "All" +msgstr "전부" + msgid "At least one of the optional arguments must be used ({0})" msgstr "최소한 ({0}) 을 옵션으로 사용해야합니다." @@ -132,9 +135,6 @@ msgstr "현재 {0}{1} 로 대체를 원하십니까?" msgid "Down" msgstr "아래" -msgid "Downloaded images" -msgstr "다운로드한 이미지들" - msgid "Downloading…" msgstr "다운로딩 중" @@ -417,9 +417,6 @@ msgstr "단체" msgid "Organizations" msgstr "단체들" -msgid "Panorama only" -msgstr "파노라마 전용" - msgid "Pedestrian crossing" msgstr "횡단 보도" @@ -547,13 +544,6 @@ msgstr "교통 표지판" msgid "Uneven road" msgstr "고르지 못한 길" -msgid "" -"Unknown Mapillary exception.\n" -"{0}" -msgstr "" -"알수 없는 Mapillary 예외.\n" -"{0}" - msgid "Up" msgstr "위" diff --git a/src/main/po/pl.po b/src/main/po/pl.po index e877cccef..0b40b0cd6 100644 --- a/src/main/po/pl.po +++ b/src/main/po/pl.po @@ -6,15 +6,16 @@ # Translators: # Right Path, 2018 # Alicja Bartczak, 2020 -# Simon Legner, 2020 # Florian Schäfer, 2020 # Piotr Strębski, 2021 +# Simon Legner, 2022 +# Michał Gątkowski, 2022 # msgid "" msgstr "" -"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.1-2-g20963ab\n" +"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-26 15:07+0000\n" +"POT-Creation-Date: 2022-06-29 15:04+0000\n" "PO-Revision-Date: 2018-01-15 10:33+0000\n" "Language-Team: Polish (https://www.transifex.com/josm/teams/2544/pl/)\n" "MIME-Version: 1.0\n" @@ -42,6 +43,9 @@ msgstr "Dodaj znacznik Mapillary" msgid "Add filter." msgstr "Dodaje filtr." +msgid "All" +msgstr "Wszystkie" + msgid "Cancel" msgstr "Anuluj" @@ -61,6 +65,10 @@ msgstr "Wyczyść" msgid "Color" msgstr "Kolor" +msgctxt "Checkbox label in JOSM settings" +msgid "Color images by capture date" +msgstr "Koloruj zdjęcia według daty wykonania" + msgid "Copy URL" msgstr "Kopiuj adres URL" @@ -103,9 +111,6 @@ msgstr "Na pewno chcesz zamienić obecną wartość {0} nową {1}? msgid "Down" msgstr "W dół" -msgid "Downloaded images" -msgstr "Pobrane obrazy:" - msgid "Downloading…" msgstr "Pobieranie..." @@ -278,6 +283,9 @@ msgstr "Zakaz postoju" msgid "No turn" msgstr "Zakaz zawracania" +msgid "Non-panoramic" +msgstr "Nie-panoramiczne" + msgid "Not older than: " msgstr "Nie starsze niż: " @@ -297,9 +305,15 @@ msgstr "Otwórz wartwę Mapillary" msgid "Organizations" msgstr "Organizacje" +msgid "Panoramic" +msgstr "Panoramiczne" + msgid "Pedestrian crossing" msgstr "Przejście dla pieszych" +msgid "Picture Filters" +msgstr "Filtry zdjęć" + #. translators notes must be in front #. filter mode: replace msgctxt "filter" @@ -321,6 +335,9 @@ msgstr "Wybierz katalog" msgid "Sequence key" msgstr "Klucz sekwencji" +msgid "Show Image types: " +msgstr "Typ wyświetlanych zdjęć:" + msgid "Show detections on top of image" msgstr "Pokaż wykrywanie na górze obrazu" @@ -380,7 +397,7 @@ msgid "" "When opening Mapillary image in web browser, show the blur editor instead of" " the image viewer" msgstr "" -"Podczas odwierania obrazu Mapillary w przeglądarce, pokaż edytor rozmazania " +"Podczas otwierania obrazu Mapillary w przeglądarce, pokaż edytor rozmazania " "zamiast podglądu zdjęcia" msgid "Which image layers do you want to import into the Mapillary layer?" @@ -398,6 +415,9 @@ msgstr "Nie jesteś zalogowany." msgid "You are logged in as ''{0}''." msgstr "Jesteś zalogowany jako \"{0}\"." +msgid "You are logged in." +msgstr "Jesteś zalogowany." + msgid "Zoom to selected image" msgstr "Powiększ do wybranego obrazu" diff --git a/src/main/po/ru.po b/src/main/po/ru.po index 13693f3db..e5321c5f4 100644 --- a/src/main/po/ru.po +++ b/src/main/po/ru.po @@ -12,9 +12,9 @@ # msgid "" msgstr "" -"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.5-5-g487f881\n" +"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-04-06 15:05+0000\n" +"POT-Creation-Date: 2022-06-29 15:04+0000\n" "PO-Revision-Date: 2018-01-15 10:33+0000\n" "Language-Team: Russian (https://www.transifex.com/josm/teams/2544/ru/)\n" "MIME-Version: 1.0\n" @@ -47,9 +47,6 @@ msgstr "Добавить фильтр." msgid "All" msgstr "Все" -msgid "At least one of the optional arguments must be used ({0})" -msgstr "" - msgid "Cancel" msgstr "Отменить" @@ -94,6 +91,9 @@ msgstr "Копировать ID" msgid "Could not import a geotagged image to the Mapillary layer!" msgstr "Не удалось импортировать геотегированный снимок в слой Mapillary!" +msgid "Could not load image: {0}" +msgstr "Не удалось загрузить снимок: {0}" + msgid "Could not open the URL {0} in a browser" msgstr "Не удалось открыть URL {0} в браузере" @@ -124,10 +124,6 @@ msgstr "Показывать время, когда был сделан сним msgid "Displays detail information on the currently selected Mapillary image" msgstr "Показывает подробную информацию о текущем выделенном снимке Mapillary" -msgid "" -"Displays the layer displaying the map point objects detected by Mapillary" -msgstr "" - msgid "" "Displays the layer displaying the traffic sign objects detected by Mapillary" msgstr "Показывает слой с дорожными знаками, обнаруженными Mapillary" @@ -167,9 +163,6 @@ msgstr "Включить фильтр" msgid "Enable/disable developer mode" msgstr "Включить/выключить режим разработчика" -msgid "End" -msgstr "" - msgid "Explore" msgstr "Обзор" @@ -199,21 +192,12 @@ msgstr "Фильтр" msgid "Filter Hidden:{0} Disabled:{1}" msgstr "Фильтром спрятано:{0}, отключено:{1}" -msgid "Filter Mapillary Detections" -msgstr "" - msgid "Filter mapillary objects and hide/disable them." msgstr "Отфильтровать объекты Mapillary и скрыть/отключить их." msgid "Filter mode" msgstr "Режим фильтра" -msgid "First Seen End" -msgstr "" - -msgid "First Seen Start" -msgstr "" - msgid "Follow selected image" msgstr "Следовать за выделенным снимком" @@ -269,12 +253,6 @@ msgstr "Пересечение со второстепенной" msgid "Inverse filter" msgstr "Инвертировать фильтр" -msgid "Last Seen End" -msgstr "" - -msgid "Last Seen Start" -msgstr "" - msgid "Layer" msgstr "Уровень" @@ -298,19 +276,10 @@ msgstr "Предписываемое направление движения (л msgid "Mapillary" msgstr "Mapillary" -msgid "Mapillary Expert Filter" -msgstr "" - #. ImageInfos msgid "Mapillary Images" msgstr "Изображения Mapillary" -msgid "Mapillary Point Objects" -msgstr "" - -msgid "Mapillary Smart Edit: Add objects" -msgstr "" - msgid "Mapillary Traffic Signs" msgstr "Дорожные знаки Mapillary" @@ -320,9 +289,6 @@ msgstr "Фильтр Mapillary" msgid "Mapillary image" msgstr "Снимок Mapillary" -msgid "Mapillary image read should never occur on UI thread" -msgstr "" - msgid "Mapillary images Filter" msgstr "Фильтр снимков Mapillary" @@ -332,18 +298,9 @@ msgstr "Слой Mapillary" msgid "Mapillary login" msgstr "Вход в Mapillary" -msgid "Mapillary point features layer" -msgstr "" - msgid "Mapillary traffic signs layer" msgstr "Слой дорожных знаков Mapillary" -msgid "Mapillary: Could not refresh login, logging out" -msgstr "" - -msgid "Maximum distance to consider for changeset source calculations" -msgstr "" - msgid "Month" msgstr "Месяц" @@ -368,9 +325,6 @@ msgstr "Въезд запрещён" msgid "No images found" msgstr "Изображения не найдены" -msgid "No known image provider used" -msgstr "" - msgid "No overtaking" msgstr "Обгон запрещён" @@ -380,9 +334,6 @@ msgstr "Остановка запрещена" msgid "No turn" msgstr "Поворот запрещён" -msgid "Non-panoramic" -msgstr "" - msgid "Not older than: " msgstr "Не старее: " @@ -390,9 +341,6 @@ msgstr "Не старее: " msgid "Number of images to be pre-fetched (forwards and backwards)" msgstr "Количество снимков для упреждающей загрузки (вперёд и назад)" -msgid "Number of images to draw in the map view (affects performance)" -msgstr "" - msgid "Object Detection Filters" msgstr "Фильтры обнаружения объектов" @@ -413,45 +361,30 @@ msgstr "" msgid "Only images with signs" msgstr "Только снимки со знаками" -msgid "Only show objects on detection layers (\"Relevant objects\")" -msgstr "" - msgid "Open Mapillary filter dialog" msgstr "Открыть диалог фильтра Mapillary" msgid "Open Mapillary layer" msgstr "Открыть слой Mapillary" -msgid "Org" -msgstr "" - msgid "Organization" msgstr "Организация" msgid "Organizations" msgstr "Организации" -msgid "Panoramic" -msgstr "" - msgid "Pedestrian crossing" msgstr "Пешеходный переход" msgid "Picture Filters" msgstr "Фильтры снимков" -msgid "Point Objects" -msgstr "" - #. translators notes must be in front #. filter mode: replace msgctxt "filter" msgid "R" msgstr "R" -msgid "Remote Control has been asked to load:" -msgstr "" - msgid "Requires JOSM restart" msgstr "Требуется перезапуск JOSM" @@ -467,42 +400,21 @@ msgstr "Обратный порядок фильтров." msgid "Roundabout" msgstr "Круговое движение" -msgid "Select Mapillary Detection ({0})" -msgstr "" - msgid "Select Mapillary Image ({0})" msgstr "Выбрать снимок Mapillary ({0})" -msgid "Select Visible" -msgstr "" - msgid "Select a directory" msgstr "Выберите каталог" -msgid "Select the Mapillary Detection {0}" -msgstr "" - -msgid "Select the Mapillary Image {0} on the {1} layer (downloads if needed)" -msgstr "" - -msgid "Select/Deselect all object detections on the current page" -msgstr "" - msgid "Sequence key" msgstr "Идентификатор последовательности" -msgid "Sequence offset" -msgstr "" - msgid "Sequence: " msgstr "Последовательность:" msgid "Show Image types: " msgstr "Показать типы снимков: " -msgid "Show Relevant" -msgstr "" - msgid "Show detections on top of image" msgstr "Показывать обнаруженные поверх снимка" @@ -515,24 +427,12 @@ msgstr "Показать предыдущую страницу объектов" msgid "Show this number of items on each page" msgstr "Показывать указанное число объектов на каждой странице" -msgid "Smart Edit Mode" -msgstr "" - -msgid "Snap to highway" -msgstr "" - msgid "Sort" msgstr "Сортировать" -msgid "Sort filters." -msgstr "" - msgid "Speed limit" msgstr "Ограничение скорости" -msgid "Start" -msgstr "" - msgctxt "name of the traffic sign" msgid "Stop" msgstr "Стоп" @@ -566,36 +466,18 @@ msgstr "Дорожные знаки" msgid "Uneven road" msgstr "Неровная дорога" -msgid "" -"Unknown Mapillary exception.\n" -"{0}" -msgstr "" - msgid "Up" msgstr "Вверх" msgid "Update" msgstr "Обновить" -msgctxt "Checkbox label in JOSM settings" -msgid "Use computed location information" -msgstr "" - msgid "View in browser" msgstr "Открыть в браузере" msgid "Wait for full quality pictures" msgstr "Ждать загрузки снимков в полном разрешении" -msgid "We cannot export {0}" -msgstr "" - -msgid "" -"We have reached the Mapillary API limit. Disabling Mapillary networking until JOSM restart. Sorry.\n" -"Logging in after the rate limit subsides may help prevent this in the future.\n" -"{0}" -msgstr "" - #. i18n: Checkbox label in JOSM settings msgid "" "When opening Mapillary image in web browser, show the blur editor instead of" @@ -607,9 +489,6 @@ msgstr "" msgid "Which image layers do you want to import into the Mapillary layer?" msgstr "Какие слои с изображениями вы хотите импортировать в слой Mapillary?" -msgid "Year" -msgstr "" - msgid "Years" msgstr "лет" @@ -628,24 +507,12 @@ msgstr "Масштабировать до выбранного снимка" msgid "Zoom to the currently selected Mapillary image" msgstr "Приблизить вид до текущего выбранного снимка Mapillary" -msgid "downloads street level images (currently supports {0})" -msgstr "" - -msgid "hidden" -msgstr "" - msgid "image has no key" msgstr "у снимка нет идентификатора" msgid "sequence has no key" msgstr "у последовательности нет идентификатора" -msgid "shown" -msgstr "" - -msgid "unknown organization" -msgstr "" - #. i18n: {0} is the layer name, {1} the number of images in it msgid "{0} ({1} image)" msgid_plural "{0} ({1} images)" diff --git a/src/main/po/sr-latin.po b/src/main/po/sr-latin.po index 89285ec22..c4609d59f 100644 --- a/src/main/po/sr-latin.po +++ b/src/main/po/sr-latin.po @@ -8,9 +8,9 @@ # msgid "" msgstr "" -"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.5-5-g487f881\n" +"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-04-06 15:05+0000\n" +"POT-Creation-Date: 2022-06-29 15:04+0000\n" "PO-Revision-Date: 2018-01-15 10:33+0000\n" "Language-Team: Serbian (Latin) (https://www.transifex.com/josm/teams/2544/sr@latin/)\n" "MIME-Version: 1.0\n" @@ -322,9 +322,6 @@ msgstr "Mapillary filter" msgid "Mapillary image" msgstr "Mapillary fotografija" -msgid "Mapillary image read should never occur on UI thread" -msgstr "" - msgid "Mapillary images Filter" msgstr "Mapillary filtriranje fotografija" @@ -573,13 +570,6 @@ msgstr "Saobraćajni znakovi" msgid "Uneven road" msgstr "Neujednačen put" -msgid "" -"Unknown Mapillary exception.\n" -"{0}" -msgstr "" -"Nepoznat Mapillary izuzetak.\n" -"{0}" - msgid "Up" msgstr "Gore" diff --git a/src/main/po/zh_CN.po b/src/main/po/zh_CN.po index c8c074ebc..cd9a523c9 100644 --- a/src/main/po/zh_CN.po +++ b/src/main/po/zh_CN.po @@ -6,17 +6,17 @@ # Translators: # Florian Schäfer, 2018 # Herman Lee, 2020 -# Simon Legner, 2020 # y941s, 2021 # JOJOforshaun, 2021 # anodern, 2021 # 储油站, 2021 +# Simon Legner, 2022 # msgid "" msgstr "" -"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.1-2-g20963ab\n" +"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-26 15:07+0000\n" +"POT-Creation-Date: 2022-06-29 15:04+0000\n" "PO-Revision-Date: 2018-01-15 10:33+0000\n" "Language-Team: Chinese (China) (https://www.transifex.com/josm/teams/2544/zh_CN/)\n" "MIME-Version: 1.0\n" @@ -46,6 +46,9 @@ msgstr "添加 Mapillary 标签" msgid "Add filter." msgstr "添加过滤器。" +msgid "All" +msgstr "全部" + msgid "At least one of the optional arguments must be used ({0})" msgstr "必须至少使用一个可选参数 ({0})" @@ -91,6 +94,9 @@ msgstr "复制键值" msgid "Could not import a geotagged image to the Mapillary layer!" msgstr "无法将地理标签图像导入Mapillary层!" +msgid "Could not load image: {0}" +msgstr "" + msgid "Could not open the URL {0} in a browser" msgstr "无法在浏览器中打开 URL {0}" @@ -102,6 +108,9 @@ msgctxt "filter" msgid "D" msgstr "删除" +msgid "Dataset is currently being updated" +msgstr "" + msgid "Days" msgstr "日" @@ -137,9 +146,6 @@ msgstr "您真的想要将当前值 {0} 替换为新值 {1}吗?" msgid "Down" msgstr "下" -msgid "Downloaded images" -msgstr "已下载图像" - msgid "Downloading…" msgstr "下载中……" @@ -206,6 +212,12 @@ msgstr "过滤mapillary对象并隐藏/禁用它们。" msgid "Filter mode" msgstr "过滤器模式" +msgid "First Seen End" +msgstr "" + +msgid "First Seen Start" +msgstr "" + msgid "Follow selected image" msgstr "跟随所选图像" @@ -246,6 +258,9 @@ msgstr "图片信息" msgid "Image info dialog" msgstr "图像信息对话框" +msgid "Image key" +msgstr "" + msgid "Image: " msgstr "图像:" @@ -258,6 +273,12 @@ msgstr "危险交叉" msgid "Inverse filter" msgstr "逆转过滤器" +msgid "Last Seen End" +msgstr "" + +msgid "Last Seen Start" +msgstr "" + msgid "Layer" msgstr "层" @@ -303,6 +324,9 @@ msgstr "Mapillary过滤器" msgid "Mapillary image" msgstr "Mapillary图像" +msgid "Mapillary image read should never occur on UI thread" +msgstr "" + msgid "Mapillary images Filter" msgstr "Mapillary图像过滤器" @@ -315,6 +339,9 @@ msgstr "登录Mapillary" msgid "Mapillary point features layer" msgstr "Mapillary点要素图层" +msgid "Mapillary style sheet" +msgstr "" + msgid "Mapillary traffic signs layer" msgstr "Mapillary交通标志图层" @@ -360,6 +387,9 @@ msgstr "禁止停车" msgid "No turn" msgstr "禁止掉头" +msgid "Non-panoramic" +msgstr "" + msgid "Not older than: " msgstr "不大于 " @@ -404,8 +434,8 @@ msgstr "组织" msgid "Organizations" msgstr "组织" -msgid "Panorama only" -msgstr "仅全景" +msgid "Panoramic" +msgstr "" msgid "Pedestrian crossing" msgstr "人行道十字路口" @@ -461,9 +491,18 @@ msgstr "选择 {1} 图层的 Mapillary 图像 {0} (需要时会下载)" msgid "Select/Deselect all object detections on the current page" msgstr "选择 / 取消选择当前页面上的所有物体检测" +msgid "Sequence key" +msgstr "" + +msgid "Sequence offset" +msgstr "" + msgid "Sequence: " msgstr "序列:" +msgid "Show Image types: " +msgstr "" + msgid "Show Relevant" msgstr "显示相关的" @@ -530,10 +569,10 @@ msgstr "不平整的路" msgid "" "Unknown Mapillary exception.\n" -"{0}" +"This message may contain potentially sensitive information!\n" +"{0}\n" +"{1}" msgstr "" -"未知的Mapillary异常。\n" -"{0} " msgid "Up" msgstr "上" @@ -545,6 +584,10 @@ msgctxt "Checkbox label in JOSM settings" msgid "Use computed location information" msgstr "使用计算出的位置信息" +msgctxt "Checkbox label in JOSM settings" +msgid "Use the custom Mapillary renderer" +msgstr "" + msgid "View in browser" msgstr "在浏览器中查看" @@ -599,6 +642,18 @@ msgstr "下载街景图像(目前支持 {0})" msgid "hidden" msgstr "隐藏" +msgid "image has no key" +msgstr "" + +msgid "sequence has no key" +msgstr "" + +msgid "shown" +msgstr "" + +msgid "unknown organization" +msgstr "" + #. i18n: {0} is the layer name, {1} the number of images in it msgid "{0} ({1} image)" msgid_plural "{0} ({1} images)" @@ -607,6 +662,9 @@ msgstr[0] "{0} ({1} 图像)" msgid "{0} consists of:" msgstr "{0} 组成:" +msgid "{0} detections" +msgstr "" + msgid "{0} image in total" msgid_plural "{0} images in total" msgstr[0] "总共 {0} 份图像" @@ -622,6 +680,11 @@ msgid "{0} relation" msgid_plural "{0} relations" msgstr[0] "{0} 关系" +msgid "{0} sequence, containing between {1} and {2} images (ø {3})" +msgid_plural "" +"{0} sequences, each containing between {1} and {2} images (ø {3})" +msgstr[0] "" + msgid "{0} way" msgid_plural "{0} ways" msgstr[0] "{0} 路径" diff --git a/src/main/po/zh_TW.po b/src/main/po/zh_TW.po index c8e378b73..ecf1c098d 100644 --- a/src/main/po/zh_TW.po +++ b/src/main/po/zh_TW.po @@ -4,15 +4,15 @@ # FIRST AUTHOR, YEAR. # # Translators: -# Simon Legner, 2020 # Florian Schäfer, 2020 -# Supaplex, 2021 +# Simon Legner, 2022 +# Supaplex, 2022 # msgid "" msgstr "" -"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.1-2-g20963ab\n" +"Project-Id-Version: josm-plugin_Mapillary 2.0.0-beta.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-01-26 15:07+0000\n" +"POT-Creation-Date: 2022-06-29 15:04+0000\n" "PO-Revision-Date: 2018-01-15 10:33+0000\n" "Language-Team: Chinese (Taiwan) (https://www.transifex.com/josm/teams/2544/zh_TW/)\n" "MIME-Version: 1.0\n" @@ -42,6 +42,9 @@ msgstr "新增 Mapillary 標籤" msgid "Add filter." msgstr "加入過濾條件。" +msgid "All" +msgstr "全部" + msgid "At least one of the optional arguments must be used ({0})" msgstr "必須使用其中一個選填參數 ({0})" @@ -87,6 +90,9 @@ msgstr "複製鍵值" msgid "Could not import a geotagged image to the Mapillary layer!" msgstr "無法匯入有地理標記圖片到 Mapillary 圖層!" +msgid "Could not load image: {0}" +msgstr "無法讀取影像: {0}" + msgid "Could not open the URL {0} in a browser" msgstr "無法用瀏覽器打開網址 {0}" @@ -98,6 +104,9 @@ msgctxt "filter" msgid "D" msgstr "D" +msgid "Dataset is currently being updated" +msgstr "目前正在更新資料集" + msgid "Days" msgstr "日" @@ -133,9 +142,6 @@ msgstr "你真的要將目前的值 {0} 覆寫為新的值 {1} 嗎 msgid "Down" msgstr "下" -msgid "Downloaded images" -msgstr "下載的影像" - msgid "Downloading…" msgstr "正在下載..." @@ -329,6 +335,9 @@ msgstr "Mapillary 登入" msgid "Mapillary point features layer" msgstr "Mapillary 節點圖徵圖層" +msgid "Mapillary style sheet" +msgstr "Mapillary 樣式表" + msgid "Mapillary traffic signs layer" msgstr "Mapillary 交通號誌圖層" @@ -374,6 +383,9 @@ msgstr "禁止停車" msgid "No turn" msgstr "禁止轉彎" +msgid "Non-panoramic" +msgstr "非全景影像" + msgid "Not older than: " msgstr "不早於: " @@ -418,8 +430,8 @@ msgstr "組織" msgid "Organizations" msgstr "組織" -msgid "Panorama only" -msgstr "只有全景圖" +msgid "Panoramic" +msgstr "全景影像" msgid "Pedestrian crossing" msgstr "行人穿越" @@ -484,6 +496,9 @@ msgstr "片段偏移" msgid "Sequence: " msgstr "片段" +msgid "Show Image types: " +msgstr "顯示影像類型:" + msgid "Show Relevant" msgstr "顯示相關的" @@ -550,10 +565,10 @@ msgstr "坎坷的道路" msgid "" "Unknown Mapillary exception.\n" -"{0}" +"This message may contain potentially sensitive information!\n" +"{0}\n" +"{1}" msgstr "" -"未知的 Mapillary 異常。\n" -"{0}" msgid "Up" msgstr "上" @@ -565,6 +580,10 @@ msgctxt "Checkbox label in JOSM settings" msgid "Use computed location information" msgstr "使用計算出來的位置資訊" +msgctxt "Checkbox label in JOSM settings" +msgid "Use the custom Mapillary renderer" +msgstr "使用客製化的 Mapillary 渲染器" + msgid "View in browser" msgstr "在瀏覽器中觀看"