Skip to content

Commit 79db5c1

Browse files
committed
Merge remote-tracking branch 'weblate/main'
Signed-off-by: Kyle Corry <kylecorry31@gmail.com>
2 parents adfb6d7 + 4d0f7e6 commit 79db5c1

4 files changed

Lines changed: 33 additions & 29 deletions

File tree

app/src/main/res/values-ar/strings.xml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -487,26 +487,26 @@
487487
<plurals name="page_group_summary">
488488
<item quantity="zero">صفحة واحدة</item>
489489
<item quantity="one">%d صفحات</item>
490-
<item quantity="two" />
491-
<item quantity="few" />
492-
<item quantity="many" />
493-
<item quantity="other" />
490+
<item quantity="two"/>
491+
<item quantity="few"/>
492+
<item quantity="many"/>
493+
<item quantity="other"/>
494494
</plurals>
495495
<plurals name="beacon_group_summary">
496496
<item quantity="zero">منارة واحدة</item>
497497
<item quantity="one">%d منارات</item>
498-
<item quantity="two" />
499-
<item quantity="few" />
500-
<item quantity="many" />
501-
<item quantity="other" />
498+
<item quantity="two"/>
499+
<item quantity="few"/>
500+
<item quantity="many"/>
501+
<item quantity="other"/>
502502
</plurals>
503503
<plurals name="path_group_summary">
504504
<item quantity="zero">مسار واحد</item>
505505
<item quantity="one">%d مسارات</item>
506-
<item quantity="two" />
507-
<item quantity="few" />
508-
<item quantity="many" />
509-
<item quantity="other" />
506+
<item quantity="two"/>
507+
<item quantity="few"/>
508+
<item quantity="many"/>
509+
<item quantity="other"/>
510510
</plurals>
511511
<string name="one">1</string>
512512
<string name="could_not_triangulate">تعذر تحديد الموقع بالتثليث</string>
@@ -536,10 +536,10 @@
536536
<plurals name="beacons_exported">
537537
<item quantity="zero">تم تصدير منارة واحدة</item>
538538
<item quantity="one">تم تصدير %d منارات</item>
539-
<item quantity="two" />
540-
<item quantity="few" />
541-
<item quantity="many" />
542-
<item quantity="other" />
539+
<item quantity="two"/>
540+
<item quantity="few"/>
541+
<item quantity="many"/>
542+
<item quantity="other"/>
543543
</plurals>
544544
<string name="tool_bubble_level_title">ميزان الفقاعة</string>
545545
<string name="tool_bubble_level_summary">تحديد ما إذا كانت الأسطح مستوية</string>
@@ -555,10 +555,10 @@
555555
<plurals name="beacons_imported">
556556
<item quantity="zero">تم استيراد منارة واحدة</item>
557557
<item quantity="one">تم استيراد %d منارات</item>
558-
<item quantity="two" />
559-
<item quantity="few" />
560-
<item quantity="many" />
561-
<item quantity="other" />
558+
<item quantity="two"/>
559+
<item quantity="few"/>
560+
<item quantity="many"/>
561+
<item quantity="other"/>
562562
</plurals>
563563
<string name="gps_location_accuracy">دقة موقع GPS</string>
564564
<string name="charging_slow">الشحن البطيء (%s)</string>
@@ -608,10 +608,10 @@
608608
<plurals name="water_boil_timer_content">
609609
<item quantity="zero">ثانية واحدة حتى تصبح صالحة للشرب</item>
610610
<item quantity="one">%d ثوانٍ حتى تصبح صالحة للشرب</item>
611-
<item quantity="two" />
612-
<item quantity="few" />
613-
<item quantity="many" />
614-
<item quantity="other" />
611+
<item quantity="two"/>
612+
<item quantity="few"/>
613+
<item quantity="many"/>
614+
<item quantity="other"/>
615615
</plurals>
616616
<string name="speed">السرعة</string>
617617
<string name="clear_cache">مسح ذاكرة التخزين المؤقت</string>

app/src/main/res/values-nl/strings.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,7 @@
14011401
<string name="planet_neptune">Neptunus</string>
14021402
<string name="load_pdf_tiles">PDF-tegels laden</string>
14031403
<string name="load_pdf_tiles_summary">PDF-kaarten zijn scherper, maar de prestaties kunnen worden beïnvloed</string>
1404-
<string name="map_tool_disclaimer">Dit hulpmiddel bevat geen ingebouwde wegenkaarten, satellietbeelden of routegegevens. Het haalt geen kaarten op van het internet. Om een kaartachtergrond weer te geven moet je je eigen foto importeren met het Fotokaarten-hulpmiddel. Gebruik een speciale kaartapplicatie als je actuele straten, satelliet, of wandelkaarten nodig hebt.</string>
1404+
<string name="map_tool_disclaimer">Dit hulpmiddel bevat geen ingebouwde wegenkaarten, satellietbeelden of routegegevens. Het haalt geen kaarten op van het internet. Om een kaartachtergrond weer te geven moet je je eigen foto importeren met het netloze-kaarten-hulpmiddel. Gebruik een speciale kaartapplicatie als je actuele straten, satelliet, of wandelkaarten nodig hebt.</string>
14051405
<string name="open_settings">Instellingen openen</string>
14061406
<string name="basemap">Basiskaart</string>
14071407
<string name="show_gps_accuracy">GPS-nauwkeurigheid weergeven</string>
@@ -1590,4 +1590,6 @@
15901590
<item quantity="other">%d kaarten</item>
15911591
</plurals>
15921592
<string name="delete_offline_map_group_message">%s en al zijn kaarten zullen worden verwijderd.</string>
1593+
<string name="vector_maps">Vectorkaarten</string>
1594+
<string name="map_layer_vector_maps_description">Je opgeslagen vectorkaarten</string>
15931595
</resources>

app/src/main/res/values-pt/strings.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<string name="start">Começar</string>
139139
<plurals name="water_boil_timer_content">
140140
<item quantity="one">%d segundo até se tornar potável</item>
141-
<item quantity="many" />
141+
<item quantity="many"/>
142142
<item quantity="other">%d segundos até se tornar potável</item>
143143
</plurals>
144144
<string name="water_boil_timer_done_content">A água agora é potável</string>
@@ -297,7 +297,7 @@
297297
<string name="share_action_send">Enviar</string>
298298
<plurals name="beacon_group_summary">
299299
<item quantity="one">%d alfinete</item>
300-
<item quantity="many" />
300+
<item quantity="many"/>
301301
<item quantity="other">%d alfinetes</item>
302302
</plurals>
303303
<string name="sos">SOS</string>
@@ -776,7 +776,7 @@
776776
<string name="delete_path_group_message">%s e todos os seus percursos serão eliminados.</string>
777777
<plurals name="path_group_summary">
778778
<item quantity="one">%d percurso</item>
779-
<item quantity="many" />
779+
<item quantity="many"/>
780780
<item quantity="other">%d percursos</item>
781781
</plurals>
782782
<string name="path">Percurso</string>

app/src/main/res/values-zh/strings.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,7 @@
13911391
<string name="planet_neptune">海王星</string>
13921392
<string name="load_pdf_tiles">加载 PDF 文件</string>
13931393
<string name="load_pdf_tiles_summary">PDF 地图显示会更清晰,但可能影响性能</string>
1394-
<string name="map_tool_disclaimer">此工具不包含内置街道地图、卫星图像或步道数据。它不从互联网下载地图。要显示地图背景,必须用“照片地图”工具导入自己的图像。如果您需要实时或预加载的街道、卫星或步道地图,请改用专业的地图应用程序。</string>
1394+
<string name="map_tool_disclaimer">此工具不包含内置街道地图、卫星图像或步道数据。它不从互联网下载地图。要显示地图背景,必须用“离线地图”工具导入自己的图像。如果您需要实时或预加载的街道、卫星或步道地图,请改用专业的地图应用程序。</string>
13951395
<string name="open_settings">打开设置</string>
13961396
<string name="basemap">基础地图</string>
13971397
<string name="show_gps_accuracy">显示 GPS 精度</string>
@@ -1579,4 +1579,6 @@
15791579
<item quantity="other">%d 张地图</item>
15801580
</plurals>
15811581
<string name="delete_offline_map_group_message">将删除 %s 及其所有地图。</string>
1582+
<string name="vector_maps">矢量地图</string>
1583+
<string name="map_layer_vector_maps_description">你保存了矢量地图</string>
15821584
</resources>

0 commit comments

Comments
 (0)