mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-07 04:53:54 +00:00
[android][sdk] Move strings to sdk follow-up
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
<string name="kilometres">Kilometer</string>
|
||||
<!-- Choose measurement on first launch alert - choose imperial system button -->
|
||||
<string name="miles">Meilen</string>
|
||||
<!-- A text for current gps location point/arrow selected on the map -->
|
||||
<string name="core_my_position">Mein Standort</string>
|
||||
<!-- Update maps later button text -->
|
||||
<string name="later">Später</string>
|
||||
<!-- View and button titles for accessibility, please also edit it in iphone/plist.txt -->
|
||||
@@ -75,8 +73,6 @@
|
||||
<string name="bookmarks">Lesezeichen</string>
|
||||
<!-- "Bookmarks and Tracks" dialog title, also sync it with iphone/plist.txt -->
|
||||
<string name="bookmarks_and_tracks">Lesezeichen und Tracks</string>
|
||||
<!-- Default bookmark list name -->
|
||||
<string name="core_my_places">Meine Orte</string>
|
||||
<!-- Add bookmark dialog - bookmark name -->
|
||||
<string name="name">Name</string>
|
||||
<!-- Editor title above street and house number, duplicates [type.building.address] in types_strings.txt -->
|
||||
@@ -91,14 +87,6 @@
|
||||
<string name="maps_storage_summary">Wählen Sie den Speicherort für die herunterzuladenden Karten</string>
|
||||
<!-- E.g. "Downloaded maps: 500Mb" in Maps Storage settings -->
|
||||
<string name="maps_storage_downloaded">Heruntergeladene Karten</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 gemeinsamer 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>
|
||||
<!-- Free space out of total storage size in Maps Storage settings, e.g. "300 MB free of 2 GB" -->
|
||||
<string name="maps_storage_free_size">%1$s frei von %2$s</string>
|
||||
<!-- Question dialog for transferring maps from one storage to another -->
|
||||
@@ -150,8 +138,6 @@
|
||||
<string name="category_post">Post</string>
|
||||
<!-- Search category for police; any changes should be duplicated in categories.txt @category_police! -->
|
||||
<string name="category_police">Polizeistation</string>
|
||||
<!-- Search category for WiFi access; any changes should be duplicated in categories.txt @category_wifi! -->
|
||||
<string name="category_wifi">WLAN</string>
|
||||
<!-- Search category for recycling; any changes should be duplicated in categories.txt @category_recycling! -->
|
||||
<string name="category_recycling">Recycling</string>
|
||||
<!-- Search category for water; any changes should be duplicated in categories.txt @category_water! also used to sort bookmarks by type -->
|
||||
@@ -455,7 +441,6 @@
|
||||
<string name="empty_street_name_error">Geben Sie einen Straßennamen ein</string>
|
||||
<string name="choose_language">Eine Sprache wählen</string>
|
||||
<string name="choose_street">Eine Straße wählen</string>
|
||||
<string name="postal_code">Postleitzahl</string>
|
||||
<string name="cuisine">Küche</string>
|
||||
<string name="select_cuisine">Küche auswählen</string>
|
||||
<!-- login text field -->
|
||||
@@ -498,8 +483,6 @@
|
||||
<string name="error_enter_correct_storey_number">Das Gebäude kann nicht mehr als %d Etagen haben</string>
|
||||
<string name="editor_zip_code">Postleitzahl</string>
|
||||
<string name="error_enter_correct_zip_code">Geben Sie eine gültige Postleitzahl ein</string>
|
||||
<!-- Place Page title for long tap -->
|
||||
<string name="core_placepage_unknown_place">Kartenpunkt</string>
|
||||
<!-- Title for OSM note section in the editor -->
|
||||
<string name="editor_other_info">Hinweis an Freiwillige von OpenStreetMap (optional)</string>
|
||||
<!-- Hint of the input field in the OSM note section of the editor -->
|
||||
@@ -517,16 +500,8 @@
|
||||
<string name="downloader_no_downloaded_maps_title">Keine Karten heruntergeladen</string>
|
||||
<string name="downloader_no_downloaded_maps_message">Laden Sie Karten für die Offline-Suche und Navigation herunter</string>
|
||||
<string name="current_location_unknown_error_title">Aktueller Standort ist unbekannt</string>
|
||||
<!-- abbreviation for meters -->
|
||||
<string name="m">m</string>
|
||||
<!-- abbreviation for kilometers -->
|
||||
<string name="km">km</string>
|
||||
<!-- abbreviation for kilometers per hour -->
|
||||
<string name="kilometers_per_hour">km/h</string>
|
||||
<!-- abbreviation for mile(s) -->
|
||||
<string name="mi">mi</string>
|
||||
<!-- A unit of measure -->
|
||||
<string name="ft">ft</string>
|
||||
<string name="miles_per_hour">mph</string>
|
||||
<string name="hour">h</string>
|
||||
<string name="minute">min</string>
|
||||
@@ -586,8 +561,6 @@
|
||||
<string name="prefs_languages_information_off_link">Weitere Informationen finden Sie in dieser Anleitung</string>
|
||||
<string name="transliteration_title">Transliteration ins Lateinische alphabet</string>
|
||||
<string name="learn_more">Weitere Informationen</string>
|
||||
<!-- Subway exits for public transport marks on the map -->
|
||||
<string name="core_exit">Ausgang</string>
|
||||
<!-- User selected the destination by pressing Route To, but the current position is unknown. User needs to select a starting point of a route using search or by tapping on the map and then pressing "Route From". -->
|
||||
<string name="routing_add_start_point">Verwende die Suche oder tippe auf die Karte, um einen Routenstartpunkt hinzuzufügen</string>
|
||||
<!-- User selected the start of a route by pressing Route From. Now the destination of a route should be selected using search or by tapping on the map and then pressing "Route To". -->
|
||||
@@ -599,7 +572,6 @@
|
||||
<string name="dialog_error_storage_title">Problem mit dem Zugriff auf den Speicher</string>
|
||||
<string name="dialog_error_storage_message">Der externe Speicher ist nicht verfügbar, möglicherweise wurde die SD-Karte entfernt oder sie ist beschädigt oder das Dateisystem ist schreibgeschützt. Überprüfen Sie das bitte oder kontaktieren Sie uns unter support@comaps.app</string>
|
||||
<string name="setting_emulate_bad_storage">Fehlerhaften Speicher emulieren</string>
|
||||
<string name="core_entrance">Eingang</string>
|
||||
<string name="error_enter_correct_name">Bitte geben Sie einen korrekten Namen ein</string>
|
||||
<string name="bookmark_lists">Listen</string>
|
||||
<!-- Do not display all bookmark lists on the map -->
|
||||
@@ -639,16 +611,12 @@
|
||||
<string name="button_layer_traffic">Verkehr</string>
|
||||
<string name="subway">U-Bahn</string>
|
||||
<string name="layers_title">Kartenstile und Ebenen</string>
|
||||
<string name="subway_data_unavailable">Die U-Bahnkarte steht nicht zur Verfügung</string>
|
||||
<string name="bookmarks_empty_list_title">Die Liste ist leer</string>
|
||||
<string name="bookmarks_empty_list_message">Zum Hinzufügen eines Lesezeichens tippen Sie in der Karte auf den Ort und dann unten auf das Sternchen</string>
|
||||
<string name="category_desc_more">…mehr</string>
|
||||
<string name="export_file">KMZ exportieren</string>
|
||||
<string name="export_file_gpx">GPX exportieren</string>
|
||||
<string name="delete_list">Liste löschen</string>
|
||||
<string name="public_access">Öffentlicher Zugriff</string>
|
||||
<string name="limited_access">Privater Zugriff</string>
|
||||
<string name="not_shared">Privat</string>
|
||||
<string name="speedcams_alert_title">Blitzer</string>
|
||||
<string name="place_description_title">Ortsbeschreibung</string>
|
||||
<!-- this text will be shown in application notification preferences opposite checkbox which enable/disable downloader notifications. Devices on Android 8+ are affected. -->
|
||||
@@ -665,7 +633,6 @@
|
||||
<string name="power_managment_setting_auto">Bei niedrigem Akkustand</string>
|
||||
<string name="power_managment_setting_manual_max">Immer</string>
|
||||
<string name="enable_logging_warning_message">Aktivieren Sie diese Option zeitweise, um manuell Aktivitäten zwecks Diagnostik aufzuzeichnen und zu senden. Das hilft unserem Team, Probleme mit der App zu erkennen. Aktivieren Sie diese Option, reproduzieren Sie das Problem und senden Sie die Protokolle über die Schaltfläche \"Fehler melden\" an uns.</string>
|
||||
<string name="access_rules_author_only">Online bearbeiten</string>
|
||||
<string name="driving_options_title">Routenoptionen</string>
|
||||
<!-- Recommended length for CarPlay and Android Auto is around 25-27 characters -->
|
||||
<string name="avoid_tolls">Mautstraßen vermeiden</string>
|
||||
@@ -866,10 +833,8 @@
|
||||
<string name="vk">VK</string>
|
||||
<string name="twitter">X (Twitter)</string>
|
||||
<string name="openstreetmap">OpenStreetMap</string>
|
||||
<string name="gb">GB</string>
|
||||
<string name="github">GitHub</string>
|
||||
<string name="telegram">Telegram</string>
|
||||
<string name="mb">MB</string>
|
||||
<string name="instagram">Instagram</string>
|
||||
<string name="mastodon">Mastodon</string>
|
||||
<string name="tts_info_link">https://www.comaps.app/support/tts-configuration-guide-for-android/</string>
|
||||
|
||||
Reference in New Issue
Block a user