Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Mar 3, 2024
1 parent 4a0bb0c commit 72b958b
Show file tree
Hide file tree
Showing 56 changed files with 211 additions and 80 deletions.
18 changes: 8 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
# Changelog

## v57.0-beta2
## v57.0

- Use new method to upload and download data as mandated by Google Play policy. Be sure to report
any issues related to this. On Android 13 and above, there's no notification for continuing to
sync in the background anymore. (#5492)
- A few small fixes, thanks @matkoniecz


## v57.0-beta1
Take cover! For you don't want to be squashed by this m-m-mega phat update, or do you?

### Buildings Overlay (#5461)

The new Buildings overlay now lets you comprehensively view and edit building types all around town,
color-coded for your convenience!
Conversely, the building type quest is disabled by default now as it was really spammy, don't you think?

(You'll be amazed and/or appalled how many buildings are currently actually tagged wrong or imprecise! 😅)

Expand All @@ -35,15 +30,18 @@ you map places that are not shops - like hotels, hospitals, schools and so forth
- Measuring widths and heights: [StreetMeasure](https://play.google.com/store/apps/details?id=de.westnordost.streetmeasure) doesn't work for you? In that case you'll be offered to quickly disable these AR measurement quests now (#4849)
- Max Height: Don't prompt to estimate height when there is no sign (#5458)
- Opening Hours: Also ask for places whose already set opening hours likely contain mistakes (#5463)
- Building Type: disabled by default now, because we have an overlay now and it was really spammy, don't you think?
- BBQ fuel: Add "gas" answer (#5495), by @k-yle
- Steps: Don't ask about ramps and tactile paving for hiking steps, by @matkoniecz
- Fire Hydrant Diameter: Disable for Austria again (#5470)

### Other

- Fix a (shokingly common) crash (#5498)
- Fix issues with doing edits while data is being downloaded (#4258)
- Add some interesting links as achievement rewards (#5466)
- Translation to Amharic has been disabled, it was not maintained for over a year
- Other small enhancements, performance and wording improvements (#5468, #5154, #5474...), thanks @Jean-BaptisteC
- Use new method to upload and download data as mandated by Google Play policy. On Android 13 and above, there's no notification for continuing to sync in the background anymore. (#5492)
- Other small enhancements, performance and wording improvements (#5468, #5154, #5474...), thanks @Jean-BaptisteC, @matkoniecz, @FloEdelmann

## v56.1

Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
applicationId = "de.westnordost.streetcomplete"
minSdk = 21
targetSdk = 34
versionCode = 5701
versionName = "57.0-beta2"
versionCode = 5702
versionName = "57.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -199,7 +199,7 @@ val bcp47ExportLanguages = setOf(
)

// see https://github.com/osmlab/name-suggestion-index/tags for latest version
val nsiVersion = "v6.0.20240214"
val nsiVersion = "v6.0.20240228"
// see https://github.com/openstreetmap/id-tagging-schema/releases for latest version
val presetsVersion = "v6.6.0"

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-AE.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-AT.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-AU.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-BE.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-CA.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-CH.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-CY.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-DE.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-DZ.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-EE.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-ES.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-FR.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-FX.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-GB.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-ID.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-IE.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-IT.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-JP.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-KW.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-LT.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-LU.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-LV.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-MA.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-MD.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-MY.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-NL.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-PH.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-PL.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-PT.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-QA.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-RO.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-SE.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-UA.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-US-MO.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-US-TX.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-US-UT.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets-US.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/src/main/assets/osmfeatures/brands/presets.json

Large diffs are not rendered by default.

9 changes: 4 additions & 5 deletions app/src/main/res/raw/changelog.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<!-- Do not edit! This file was generated automatically from CHANGELOG.md via UpdateChangelogTask -->
<h2>v57.0-beta2</h2><ul><li>Use new method to upload and download data as mandated by Google Play policy. Be sure to report
any issues related to this. On Android 13 and above, there's no notification for continuing to
sync in the background anymore.</li><li>A few small fixes, thanks <a href="https://github.com/matkoniecz">matkoniecz</a></li></ul><h2>v57.0-beta1</h2><h3>Buildings Overlay (<a href="https://github.com/streetcomplete/StreetComplete/issues/5461">#5461</a>)</h3><p>The new Buildings overlay now lets you comprehensively view and edit building types all around town,
color-coded for your convenience!</p><p>(You'll be amazed and/or appalled how many buildings are currently actually tagged wrong or imprecise! 😅)</p><h3>Things Overlay (<a href="https://github.com/streetcomplete/StreetComplete/issues/4912">#4912</a>), thanks <a href="https://github.com/matkoniecz">matkoniecz</a></h3><p>The new Things overlay allows you to map all those small map features like benches, bicycle parkings,
<h2>v57.0</h2><p>Take cover! For you don't want to be squashed by this m-m-mega phat update, or do you?</p><h3>Buildings Overlay (<a href="https://github.com/streetcomplete/StreetComplete/issues/5461">#5461</a>)</h3><p>The new Buildings overlay now lets you comprehensively view and edit building types all around town,
color-coded for your convenience!
Conversely, the building type quest is disabled by default now as it was really spammy, don't you think?</p><p>(You'll be amazed and/or appalled how many buildings are currently actually tagged wrong or imprecise! 😅)</p><h3>Things Overlay (<a href="https://github.com/streetcomplete/StreetComplete/issues/4912">#4912</a>), thanks <a href="https://github.com/matkoniecz">matkoniecz</a></h3><p>The new Things overlay allows you to map all those small map features like benches, bicycle parkings,
roadside trees, ATMs and other street furniture in general.</p><p>It complements the Places Overlay which has been renamed from Shop overlay because it now also lets
you map places that are not shops - like hotels, hospitals, schools and so forth. (<a href="https://github.com/streetcomplete/StreetComplete/issues/5152">#5152</a>)</p><h3>New Quests</h3><ul><li>The crossing type quest has been split up into two quests: One that asks for markings, the other for traffic signals (<a href="https://github.com/streetcomplete/StreetComplete/issues/5471">#5471</a>, <a href="https://github.com/streetcomplete/StreetComplete/issues/5476">#5476</a>)</li></ul><h3>Quest and Overlay Enhancements and Fixes</h3><ul><li>Lit and Surface Overlay: now each have a button to apply the last answer (<a href="https://github.com/streetcomplete/StreetComplete/issues/4741">#4741</a>)</li><li>Measuring widths and heights: <a href="https://play.google.com/store/apps/details?id=de.westnordost.streetmeasure">StreetMeasure</a> doesn't work for you? In that case you'll be offered to quickly disable these AR measurement quests now (<a href="https://github.com/streetcomplete/StreetComplete/issues/4849">#4849</a>)</li><li>Max Height: Don't prompt to estimate height when there is no sign (<a href="https://github.com/streetcomplete/StreetComplete/issues/5458">#5458</a>)</li><li>Opening Hours: Also ask for places whose already set opening hours likely contain mistakes (<a href="https://github.com/streetcomplete/StreetComplete/issues/5463">#5463</a>)</li><li>Building Type: disabled by default now, because we have an overlay now and it was really spammy, don't you think?</li><li>Fire Hydrant Diameter: Disable for Austria again (<a href="https://github.com/streetcomplete/StreetComplete/issues/5470">#5470</a>)</li></ul><h3>Other</h3><ul><li>Fix issues with doing edits while data is being downloaded (<a href="https://github.com/streetcomplete/StreetComplete/issues/4258">#4258</a>)</li><li>Add some interesting links as achievement rewards (<a href="https://github.com/streetcomplete/StreetComplete/issues/5466">#5466</a>)</li><li>Translation to Amharic has been disabled, it was not maintained for over a year</li><li>Other small enhancements, performance and wording improvements (<a href="https://github.com/streetcomplete/StreetComplete/issues/5468">#5468</a>, <a href="https://github.com/streetcomplete/StreetComplete/issues/5154">#5154</a>, <a href="https://github.com/streetcomplete/StreetComplete/issues/5474">#5474</a>...), thanks <a href="https://github.com/Jean-BaptisteC">Jean-BaptisteC</a></li></ul><h2>v56.1</h2><p>Some work towards an <a href="https://github.com/streetcomplete/StreetComplete/issues/5421">iOS port</a> of
you map places that are not shops - like hotels, hospitals, schools and so forth. (<a href="https://github.com/streetcomplete/StreetComplete/issues/5152">#5152</a>)</p><h3>New Quests</h3><ul><li>The crossing type quest has been split up into two quests: One that asks for markings, the other for traffic signals (<a href="https://github.com/streetcomplete/StreetComplete/issues/5471">#5471</a>, <a href="https://github.com/streetcomplete/StreetComplete/issues/5476">#5476</a>)</li></ul><h3>Quest and Overlay Enhancements and Fixes</h3><ul><li>Lit and Surface Overlay: now each have a button to apply the last answer (<a href="https://github.com/streetcomplete/StreetComplete/issues/4741">#4741</a>)</li><li>Measuring widths and heights: <a href="https://play.google.com/store/apps/details?id=de.westnordost.streetmeasure">StreetMeasure</a> doesn't work for you? In that case you'll be offered to quickly disable these AR measurement quests now (<a href="https://github.com/streetcomplete/StreetComplete/issues/4849">#4849</a>)</li><li>Max Height: Don't prompt to estimate height when there is no sign (<a href="https://github.com/streetcomplete/StreetComplete/issues/5458">#5458</a>)</li><li>Opening Hours: Also ask for places whose already set opening hours likely contain mistakes (<a href="https://github.com/streetcomplete/StreetComplete/issues/5463">#5463</a>)</li><li>BBQ fuel: Add &quot;gas&quot; answer (<a href="https://github.com/streetcomplete/StreetComplete/issues/5495">#5495</a>), by <a href="https://github.com/k-yle">k-yle</a></li><li>Steps: Don't ask about ramps and tactile paving for hiking steps, by <a href="https://github.com/matkoniecz">matkoniecz</a></li><li>Fire Hydrant Diameter: Disable for Austria again (<a href="https://github.com/streetcomplete/StreetComplete/issues/5470">#5470</a>)</li></ul><h3>Other</h3><ul><li>Fix a (shokingly common) crash (<a href="https://github.com/streetcomplete/StreetComplete/issues/5498">#5498</a>)</li><li>Fix issues with doing edits while data is being downloaded (<a href="https://github.com/streetcomplete/StreetComplete/issues/4258">#4258</a>)</li><li>Add some interesting links as achievement rewards (<a href="https://github.com/streetcomplete/StreetComplete/issues/5466">#5466</a>)</li><li>Translation to Amharic has been disabled, it was not maintained for over a year</li><li>Use new method to upload and download data as mandated by Google Play policy. On Android 13 and above, there's no notification for continuing to sync in the background anymore. (<a href="https://github.com/streetcomplete/StreetComplete/issues/5492">#5492</a>)</li><li>Other small enhancements, performance and wording improvements (<a href="https://github.com/streetcomplete/StreetComplete/issues/5468">#5468</a>, <a href="https://github.com/streetcomplete/StreetComplete/issues/5154">#5154</a>, <a href="https://github.com/streetcomplete/StreetComplete/issues/5474">#5474</a>...), thanks <a href="https://github.com/Jean-BaptisteC">Jean-BaptisteC</a>, <a href="https://github.com/matkoniecz">matkoniecz</a>, <a href="https://github.com/FloEdelmann">FloEdelmann</a></li></ul><h2>v56.1</h2><p>Some work towards an <a href="https://github.com/streetcomplete/StreetComplete/issues/5421">iOS port</a> of
StreetComplete has begun - starting with making the code more platform independent for now.
(Monitor the linked tickets for updates, because non user-facing changes are usually not
mentioned in the changelogs)</p><p>Thanks to <a href="https://github.com/FloEdelmann">FloEdelmann</a>, <a href="https://github.com/neonowy">neonowy</a>, <a href="https://github.com/starsep">starsep</a>, <a href="https://github.com/YoshiRulz">YoshiRulz</a>, <a href="https://github.com/riQQ">riQQ</a> and others <a href="https://github.com/orgs/streetcomplete/projects/1/views/1">for their contributions</a>
Expand Down
11 changes: 7 additions & 4 deletions app/src/main/res/raw/credits_contributors.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
- name: "Tobias Zwick"
githubUsername: "westnordost"
linesOfCodeChanged: 429403
linesOfCodeChanged: 430421
linesOfInterfaceMarkupChanged: 147031
assetFilesChanged: 2041
- name: "Mateusz Konieczny"
githubUsername: "matkoniecz"
linesOfCodeChanged: 22009
linesOfCodeChanged: 22037
linesOfInterfaceMarkupChanged: 5233
assetFilesChanged: 636
- name: "Flo Edelmann"
githubUsername: "FloEdelmann"
linesOfCodeChanged: 19513
linesOfCodeChanged: 20746
linesOfInterfaceMarkupChanged: 3698
assetFilesChanged: 152
- name: "Helium314"
Expand All @@ -33,7 +33,7 @@
assetFilesChanged: 7
- name: "Matija Nalis"
githubUsername: "mnalis"
linesOfCodeChanged: 3154
linesOfCodeChanged: 3268
linesOfInterfaceMarkupChanged: 488
assetFilesChanged: 70
- name: "Krzysztof Zbudniewek"
Expand Down Expand Up @@ -245,6 +245,9 @@
- name: "rolag"
githubUsername: "rolag"
linesOfCodeChanged: 6
- name: "Kyℓe Hensel"
githubUsername: "k-yle"
linesOfCodeChanged: 5
- name: "Sam Smith"
githubUsername: "sams96"
linesOfCodeChanged: 5
Expand Down
18 changes: 10 additions & 8 deletions app/src/main/res/raw/credits_translators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,11 @@ eu:
Jokin: 218
Egoitz: 67
fa:
Mohammad Mehdi Maliki: 18332
ARA2020: 13551
Mohammad Mehdi Maliki: 18442
ARA2020: 13470
Iman: 12163
Ahmad: 698
Mohammed: 557
Mohammed: 539
Mostafa Ahangarha: 378
mojtaba: 134
Goudarz Jafari: 29
Expand Down Expand Up @@ -362,7 +362,7 @@ lv:
Kārlis: 538
Rūdolfs: 414
nb:
Mats Randgaard: 34836
Mats Randgaard: 34964
Trond S: 3022
Simen Heggestøyl: 1679
Syver: 1551
Expand Down Expand Up @@ -451,10 +451,10 @@ pt-BR:
Suburbanno: 10755
Eduardo Addad de Oliviera: 8083
Alexandre de Menezes: 3757
Diego Biavati: 2519
Patrick: 1754
Lucas Pereria: 1723
Rodrigo Tavares: 1583
Diego Biavati: 982
Vandersdg: 702
Douglas: 325
Infelizmente ninguém: 295
Expand Down Expand Up @@ -531,7 +531,7 @@ sk:
Zaijo: 198
Brano: 31
sl:
CTJ: 28928
CTJ: 30282
Jaka Kranjc: 6520
StefanB: 5837
SimonG: 1846
Expand Down Expand Up @@ -581,7 +581,7 @@ tr:
lemedro: 27
rie: 13
uk:
Serhii. Muchychka: 8000
Serhii. Muchychka: 8029
Domkot_UA: 7606
andygol: 7235
nikiforovpizza: 6619
Expand All @@ -608,12 +608,14 @@ zh:
Settingdust: 270
Redaready. dev: 90
Mumulhl: 40
Almy127: 27
Minecraftis1st: 9
zh-TW:
Supaplex: 9769
Supaplex: 10059
Kagami: 2686
Sean Young: 765
typebrook: 177
thomas: 174
Sevenwuying: 66
秉宏: 25
Edison_lu: 10
3 changes: 2 additions & 1 deletion app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ The info you enter is directly added to OpenStreetMap in your name, without the
<!-- Overlay tutorial screen -->
<string name="overlays_tutorial_title">Overlays</string>
<string name="overlays_tutorial_intro">"You found a new way to edit data!"</string>
<string name="overlays_tutorial_display">"Each overlay displays one kind of data, for example shops or street surfaces.
<string name="overlays_tutorial_display">"Each overlay displays one kind of data, for example “places“ or street surfaces.

The data is highlighted in different colors to give you a good overview of what has been recorded so far.
Missing data is always shown in red."</string>
Expand Down Expand Up @@ -1317,6 +1317,7 @@ If there are no signs along the whole street which apply for the highlighted sec
<string name="quest_bbq_fuel_wood">Wood</string>
<string name="quest_bbq_fuel_electric">Electric</string>
<string name="quest_bbq_fuel_charcoal">Charcoal</string>
<string name="quest_bbq_fuel_gas">Gas</string>
<string name="quest_bbq_fuel_not_a_bbq">It’s a fire enclosure</string>
<string name="quest_bbq_fuel_not_a_bbq_confirmation">Fire enclosures don’t have a cooking surface (e.g. grate/plate), as opposed to grills.</string>

Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/values-fa/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@
<string name="label_log_newer_than">"از سوی"</string>
<string name="label_log_older_than">"به"</string>
<string name="label_log_message_contains">"پیام شامل"</string>
<string name="title_logs_filters">"فیلتر کردن پیام‌ها"</string>
<string name="title_logs_filters">"پالایش پیام‌ها"</string>
<string name="pref_title_quests_restore_hidden_summary">"تعداد مأموریت‌های پنهان: %d"</string>
<string name="link_every_door_description">"ویرایشگر قدرتمند POI برای اندروید و iOS"</string>
<string name="link_mapcomplete_description">"مجموعه‌ای از نقشه‌های OSM موضوعی که هر کدام نشان می‌دهند و به شما امکان می‌دهند یک نوع ویژگی را ویرایش کنید"</string>
Expand All @@ -1375,15 +1375,15 @@
<string name="quest_buildingType_other_description">"یک ساختمان خاص که در این برنامه قابل انتخاب نیست"</string>
<string name="quest_buildingType_container">"ظرف/محفظه"</string>
<string name="quest_buildingType_tent">"چادر"</string>
<string name="quest_buildingType_tomb">"مقبره"</string>
<string name="quest_buildingType_tomb">"آرامگاه"</string>
<string name="quest_buildingType_tower">"برج"</string>
<string name="quest_buildingType_tower_description">"هر نوع برجی"</string>
<string name="quest_buildingType_under_construction">"در حال ساخت"</string>
<string name="overlay_buildings">"ساختمان‌ها"</string>
<string name="quest_pedestrian_crossing_signals">"آیا باید منتظر بمانید تا یک علامت راهنمایی و رانندگی از اینجا عبور کند؟"</string>
<string name="quest_pedestrian_crossing_signals">"آیا باید منتظر اجازه عبور توسط چراغ راهنمایی و رانندگی بمانید تا از اینجا عبور کنید؟"</string>
<string name="quest_pedestrian_crossing_markings">"آیا این گذرگاه روی زمین علامت‌گذاری دارد؟"</string>
<string name="overlay_places">"مکان‌ها"</string>
<string name="overlay_things">"اشیاء"</string>
<string name="overlay_things">"چیزها"</string>
<string name="disused">"بلااستفاده/از کار افتاده"</string>
<string name="unknown_object">"شیء ناشناخته"</string>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-nb/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1377,4 +1377,10 @@ I tillegg tillater noen typer kartlag at du legger til nye data der trådkorset
<string name="quest_buildingType_tower_description">"alle slags tårn"</string>
<string name="quest_buildingType_under_construction">"Under oppføring"</string>
<string name="overlay_buildings">"Bygninger"</string>
<string name="quest_pedestrian_crossing_signals">"Må du vente på et trafikksignal for å krysse her?"</string>
<string name="quest_pedestrian_crossing_markings">"Har denne overgangen oppmerking på bakken?"</string>
<string name="overlay_places">"Steder"</string>
<string name="overlay_things">"Gjenstander"</string>
<string name="disused">"nedlagt"</string>
<string name="unknown_object">"Ukjent objekt"</string>
</resources>
6 changes: 6 additions & 0 deletions app/src/main/res/values-no/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1377,4 +1377,10 @@ I tillegg tillater noen typer kartlag at du legger til nye data der trådkorset
<string name="quest_buildingType_tower_description">"alle slags tårn"</string>
<string name="quest_buildingType_under_construction">"Under oppføring"</string>
<string name="overlay_buildings">"Bygninger"</string>
<string name="quest_pedestrian_crossing_signals">"Må du vente på et trafikksignal for å krysse her?"</string>
<string name="quest_pedestrian_crossing_markings">"Har denne overgangen oppmerking på bakken?"</string>
<string name="overlay_places">"Steder"</string>
<string name="overlay_things">"Gjenstander"</string>
<string name="disused">"nedlagt"</string>
<string name="unknown_object">"Ukjent objekt"</string>
</resources>
Loading

0 comments on commit 72b958b

Please sign in to comment.