Merge pull request #687 from weblate/weblate-mapcomplete-core

Translations update from Hosted Weblate
This commit is contained in:
riQQ 2022-03-04 11:03:52 +01:00 committed by GitHub
commit 4837b2fe14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 40 additions and 7 deletions

View file

@ -1,10 +1,19 @@
{ {
"centerMessage": { "centerMessage": {
"loadingData": "Memuat data…", "loadingData": "Memuat data…",
"ready": "Selesai!" "ready": "Selesai!",
"retrying": "Memuat data gagal. Mencoba lagi dalam {count} detik…",
"zoomIn": "Perbesar untuk melihat atau mengedit data"
}, },
"delete": { "delete": {
"cancel": "Batal" "cancel": "Batal",
"cannotBeDeleted": "Fitur ini tidak dapat dihapus",
"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"
}, },
"favourite": { "favourite": {
"reload": "Muat ulang data" "reload": "Muat ulang data"

View file

@ -13,8 +13,12 @@
}, },
"2": { "2": {
"then": "Anjing diperbolehkan, tetapi mereka harus diikat" "then": "Anjing diperbolehkan, tetapi mereka harus diikat"
},
"3": {
"then": "Anjing diperbolehkan dan dapat berkeliaran dengan bebas"
} }
} },
"question": "Apakah anjing diperbolehkan dalam bisnis ini?"
}, },
"email": { "email": {
"question": "Apa alamat surel dari {title()}?" "question": "Apa alamat surel dari {title()}?"
@ -23,6 +27,18 @@
"mappings": { "mappings": {
"3": { "3": {
"then": "Berlokasi di lantai pertama" "then": "Berlokasi di lantai pertama"
},
"1": {
"then": "Terletak di lantai dasar"
},
"0": {
"then": "Terletak di bawah tanah"
},
"2": {
"then": "Terletak di lantai dasar"
},
"4": {
"then": "Terletak di lantai basement pertama"
} }
}, },
"question": "Pada tingkat apa fitur ini diletakkan?" "question": "Pada tingkat apa fitur ini diletakkan?"

View file

@ -8,7 +8,8 @@
"title": "Buka Peta Karya Seni" "title": "Buka Peta Karya Seni"
}, },
"benches": { "benches": {
"title": "Bangku" "title": "Bangku",
"shortDescription": "Peta bangku"
}, },
"cafes_and_pubs": { "cafes_and_pubs": {
"title": "Kafe dan pub" "title": "Kafe dan pub"
@ -282,5 +283,12 @@
}, },
"waste_basket": { "waste_basket": {
"title": "Keranjang Sampah" "title": "Keranjang Sampah"
},
"bicyclelib": {
"title": "Perpustakaan sepeda"
},
"bicycle_rental": {
"title": "Sewa sepeda",
"shortDescription": "Peta dengan stasiun persewaan sepeda dan toko penyewaan sepeda"
} }
} }