mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-30 17:44:07 +00:00
Co-authored-by: Codeberg Translate <translate@codeberg.org> Co-authored-by: Diabolo68 <diabolo68@noreply.codeberg.org> Co-authored-by: Discostu36 <discostu36@noreply.codeberg.org> Co-authored-by: ERYpTION <eryption@noreply.codeberg.org> Co-authored-by: Fjuro <fjuro@alius.cz> Co-authored-by: JanezPavelZebovec <janezpavelzebovec@noreply.codeberg.org> Co-authored-by: Juno Takano <jutty@noreply.codeberg.org> Co-authored-by: Lenny Angst <lenny@familie-angst.ch> Co-authored-by: Mickael81 <mickael81@noreply.codeberg.org> Co-authored-by: N4ta <codeberg@n4ta.anonaddy.me> Co-authored-by: Poppi <poppi@noreply.codeberg.org> Co-authored-by: Prefill add-on <noreply-addon-prefill@weblate.org> Co-authored-by: Priit Jõerüüt <jrtcdbrg@noreply.codeberg.org> Co-authored-by: Stephan-P <stephan-p@noreply.codeberg.org> Co-authored-by: Weblate <noreply-mt-weblate@weblate.org> Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org> Co-authored-by: Woozy <woozy@noreply.codeberg.org> Co-authored-by: codebergian42 <codebergian42@noreply.codeberg.org> Co-authored-by: dobridabar <dobridabar@noreply.codeberg.org> Co-authored-by: focaccina <focaccina@noreply.codeberg.org> Co-authored-by: gedankenstuecke <gedankenstuecke@noreply.codeberg.org> Co-authored-by: javnik <javnik@noreply.codeberg.org> Co-authored-by: jeanbaptisteC <jeanbaptistec@noreply.codeberg.org> Co-authored-by: lwgph <lwgph@noreply.codeberg.org> Co-authored-by: map-per <map-per@noreply.codeberg.org> Co-authored-by: marcosm <marcosm@noreply.codeberg.org> Co-authored-by: matheusgomesms <matheusgomesms@noreply.codeberg.org> Co-authored-by: tace16 <tace16@noreply.codeberg.org> Co-authored-by: teletext <teletext@noreply.codeberg.org> Translate-URL: https://translate.codeberg.org/projects/comaps/android-typestrings/ Translate-URL: https://translate.codeberg.org/projects/comaps/ios-typestrings/ Translate-URL: https://translate.codeberg.org/projects/comaps/ios/ Translate-URL: https://translate.codeberg.org/projects/comaps/search-synonyms-aliases/ Translation: CoMaps/Android - Map Feature Types Translation: CoMaps/Android UI Strings Translation: CoMaps/Android UI Strings (SDK) Translation: CoMaps/Countries and regions names Translation: CoMaps/F-Droid app description Translation: CoMaps/Google Play and Huawei AppGallery descriptions Translation: CoMaps/Search synonyms / aliases Translation: CoMaps/Voice announcements for navigation (TTS) Translation: CoMaps/iOS - Map Feature Types Translation: CoMaps/iOS Plist Translation: CoMaps/iOS Plurals Translation: CoMaps/iOS UI Strings
48 lines
2.5 KiB
XML
48 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<!-- A text for current gps location point/arrow selected on the map -->
|
|
<string name="core_my_position">Mein Standort</string>
|
|
<!-- Default bookmark list name -->
|
|
<string name="core_my_places">Meine Orte</string>
|
|
<!-- Internal storage type in Maps Storage settings (not accessible by the user) -->
|
|
<string name="maps_storage_internal">Interner persönlicher Speicher</string>
|
|
<!-- Shared storage type in Maps Storage settings (a primary storage usually) -->
|
|
<string name="maps_storage_shared">Interner geteilter Speicher</string>
|
|
<!-- Removable external storage type in Maps Storage settings, e.g. an SD card -->
|
|
<string name="maps_storage_removable">SD-Karte</string>
|
|
<!-- Generic external storage type in Maps Storage settings -->
|
|
<string name="maps_storage_external">Externer gemeinsamer Speicher</string>
|
|
<!-- Search category for WiFi access; any changes should be duplicated in categories.txt @category_wifi! -->
|
|
<string name="category_wifi">WLAN</string>
|
|
<string name="postal_code">Postleitzahl</string>
|
|
<!-- Place Page title for long tap -->
|
|
<string name="core_placepage_unknown_place">Kartenpunkt</string>
|
|
<!-- abbreviation for meters -->
|
|
<string name="m">m</string>
|
|
<!-- abbreviation for kilometers -->
|
|
<string name="km">km</string>
|
|
<!-- abbreviation for mile(s) -->
|
|
<string name="mi">mi</string>
|
|
<!-- A unit of measure -->
|
|
<string name="ft">ft</string>
|
|
<!-- Subway exits for public transport marks on the map -->
|
|
<string name="core_exit">Ausgang</string>
|
|
<string name="core_entrance">Eingang</string>
|
|
<string name="subway_data_unavailable">Die U-Bahn-Karte steht nicht zur Verfügung</string>
|
|
<string name="public_access">Öffentlicher Zugriff</string>
|
|
<string name="limited_access">Eingeschränkter Zugang</string>
|
|
<string name="not_shared">Privat</string>
|
|
<string name="access_rules_author_only">Online bearbeiten</string>
|
|
<string name="gb">GB</string>
|
|
<string name="mb">MB</string>
|
|
<string name="today">Heute</string>
|
|
<string name="days_ago">vor %s Tagen</string>
|
|
<string name="week_ago">vor %s Woche</string>
|
|
<string name="yesterday">Gestern</string>
|
|
<string name="weeks_ago">vor %s Wochen</string>
|
|
<string name="month_ago">vor %s Monat</string>
|
|
<string name="months_ago">vor %s Monaten</string>
|
|
<string name="year_ago">vor %s Jahr</string>
|
|
<string name="years_ago">vor %s Jahren</string>
|
|
</resources>
|