forked from MapComplete/MapComplete
Version bump; translation sync
This commit is contained in:
parent
384a737d7c
commit
9b898b83a1
7 changed files with 34 additions and 19 deletions
|
@ -2,7 +2,7 @@ import {Utils} from "../Utils";
|
|||
|
||||
export default class Constants {
|
||||
|
||||
public static vNumber = "0.16.5";
|
||||
public static vNumber = "0.16.6";
|
||||
|
||||
public static ImgurApiKey = '7070e7167f0a25a'
|
||||
public static readonly mapillary_client_token_v4 = "MLY|4441509239301885|b40ad2d3ea105435bd40c7e76993ae85"
|
||||
|
|
|
@ -25,7 +25,8 @@
|
|||
"zh_Hant": "長椅的地圖",
|
||||
"nb_NO": "Et benkekart",
|
||||
"pt_BR": "Um mapa de bancadas",
|
||||
"hu": "Padtérkép"
|
||||
"hu": "Padtérkép",
|
||||
"id": "Peta bangku"
|
||||
},
|
||||
"description": {
|
||||
"en": "This map shows all benches that are recorded in OpenStreetMap: Individual benches, and benches belonging to public transport stops or shelters. With an OpenStreetMap account, you can map new benches or edit details of existing benches.",
|
||||
|
|
|
@ -3,12 +3,14 @@
|
|||
"title": {
|
||||
"en": "Bicycle rental",
|
||||
"nl": "Fietsverhuur",
|
||||
"de": "Fahrradverleih"
|
||||
"de": "Fahrradverleih",
|
||||
"id": "Sewa sepeda"
|
||||
},
|
||||
"shortDescription": {
|
||||
"en": "A map with bicycle rental stations and bicycle rental shops",
|
||||
"nl": "Een kaart met fietsverhuurpunten en fietsverhuurzaken",
|
||||
"de": "Eine Karte mit Fahrradverleihstationen und Fahrradverleihern"
|
||||
"de": "Eine Karte mit Fahrradverleihstationen und Fahrradverleihern",
|
||||
"id": "Peta dengan stasiun persewaan sepeda dan toko penyewaan sepeda"
|
||||
},
|
||||
"description": {
|
||||
"en": "On this map, you'll find the many bicycle rental stations as they are known by OpenStreetMap",
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
"de": "Fahrradbibliothek",
|
||||
"pt_BR": "Bibliotecas de bicicletas",
|
||||
"pl": "Wypożyczalnie rowerów",
|
||||
"hu": "Kerékpárkönyvtárak"
|
||||
"hu": "Kerékpárkönyvtárak",
|
||||
"id": "Perpustakaan sepeda"
|
||||
},
|
||||
"description": {
|
||||
"nl": "Een fietsbibliotheek is een plaats waar men een fiets kan lenen, vaak voor een klein bedrag per jaar. Een typisch voorbeeld zijn kinderfietsbibliotheken, waar men een fiets op maat van het kind kan lenen. Is het kind de fiets ontgroeid, dan kan het te kleine fietsje omgeruild worden voor een grotere.",
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
"delete": {
|
||||
"cancel": "Batal",
|
||||
"cannotBeDeleted": "Fitur ini tidak dapat dihapus",
|
||||
"delete": "Hapus",
|
||||
"explanations": {
|
||||
"selectReason": "Silahkan pilih mengapa fitur ini harus dihapus"
|
||||
},
|
||||
"isntAPoint": "Hanya titik yang dapat dihapus, fitur yang dipilih adalah jalan, area, atau relasi.",
|
||||
"delete": "Hapus",
|
||||
"isDeleted": "Fitur ini telah dihapus"
|
||||
"isDeleted": "Fitur ini telah dihapus",
|
||||
"isntAPoint": "Hanya titik yang dapat dihapus, fitur yang dipilih adalah jalan, area, atau relasi."
|
||||
},
|
||||
"favourite": {
|
||||
"reload": "Muat ulang data"
|
||||
|
@ -115,4 +115,4 @@
|
|||
"split": {
|
||||
"cancel": "Batal"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -879,6 +879,17 @@
|
|||
"question": "What kind of building is this?"
|
||||
}
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"tagRenderings": {
|
||||
"Import-button": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Did not yet calculate the metatags... Reopen this popup"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -8,8 +8,15 @@
|
|||
"title": "Buka Peta Karya Seni"
|
||||
},
|
||||
"benches": {
|
||||
"title": "Bangku",
|
||||
"shortDescription": "Peta bangku"
|
||||
"shortDescription": "Peta bangku",
|
||||
"title": "Bangku"
|
||||
},
|
||||
"bicycle_rental": {
|
||||
"shortDescription": "Peta dengan stasiun persewaan sepeda dan toko penyewaan sepeda",
|
||||
"title": "Sewa sepeda"
|
||||
},
|
||||
"bicyclelib": {
|
||||
"title": "Perpustakaan sepeda"
|
||||
},
|
||||
"cafes_and_pubs": {
|
||||
"title": "Kafe dan pub"
|
||||
|
@ -283,12 +290,5 @@
|
|||
},
|
||||
"waste_basket": {
|
||||
"title": "Keranjang Sampah"
|
||||
},
|
||||
"bicyclelib": {
|
||||
"title": "Perpustakaan sepeda"
|
||||
},
|
||||
"bicycle_rental": {
|
||||
"title": "Sewa sepeda",
|
||||
"shortDescription": "Peta dengan stasiun persewaan sepeda dan toko penyewaan sepeda"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue