-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathstrings.xml
89 lines (88 loc) · 5.34 KB
/
strings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">BTC Map</string>
<string name="add_location">Standort hinzufügen</string>
<string name="kilometers_short">km</string>
<string name="icon">Symbol</string>
<string name="donate">Spenden</string>
<string name="qr_code">QR Code</string>
<string name="copied_to_clipboard">In die Zwischenablage kopiert</string>
<string name="btc_map_donation_address">BTC Map Spendenadresse</string>
<string name="show_my_location">Zeige meinen Standort</string>
<string name="search_here">Hier suchen</string>
<string name="settings">Einstellungen</string>
<string name="trends">Trends</string>
<string name="up_to_date_places">Aktuelle Standorte</string>
<string name="total_places">Standorte gesamt</string>
<string name="pay">Bezahlen</string>
<string name="you_dont_have_a_compatible_wallet">Du hast keine kompatible Wallet</string>
<string name="communities">Gemeinschaften</string>
<string name="latest_changes">Letzte Änderungen</string>
<string name="tip">⚡ Spenden</string>
<string name="view_on_osm">In OSM ansehen</string>
<string name="edit_on_osm">In OSM bearbeiten</string>
<string name="editor_manual">Bearbeitungsanleitung</string>
<string name="users">Benutzer</string>
<string name="by_s">von %1$s</string>
<string name="unnamed">Unbenannter Standort</string>
<string name="unnamed_user">Unbenannter Benutzer</string>
<string name="not_verified">Nicht verifiziert</string>
<string name="show_more">Mehr anzeigen</string>
<string name="verify">Verifizieren oder Melden</string>
<string name="atm">Geldautomat</string>
<string name="checkmark_icon">Häkchen-Symbol</string>
<string name="database">Datenbank</string>
<string name="updated_s">Letzte Synchronisierung: %1$s</string>
<string name="database_is_empty">Datenbank ist leer</string>
<string name="category_atm">Geldautomat</string>
<string name="category_atm_plural">Geldautomaten</string>
<string name="category_bar">Bar</string>
<string name="category_bar_plural">Bars</string>
<string name="category_cafe">Café</string>
<string name="category_cafe_plural">Cafés</string>
<string name="category_hotel">Hotel</string>
<string name="category_hotel_plural">Hotels</string>
<string name="category_other_plural">Sonstiges</string>
<string name="category_pub">Kneipe</string>
<string name="category_pub_plural">Kneipen</string>
<string name="category_restaurant">Restaurant</string>
<string name="category_restaurant_plural">Restaurants</string>
<string name="show_atms">Geldautomaten anzeigen</string>
<string name="pay_onchain">Pay Onchain</string>
<string name="pay_with_lightning">Pay with Lightning</string>
<string name="image">Image</string>
<string name="issues">Issues</string>
<string name="sync_failed_s">Sync failed: %1$s</string>
<string name="new_local_merchant_accepts_bitcoins">New local merchant accepts bitcoins</string>
<string name="show_sync_summary">Show sync summary</string>
<string name="directions">Directions</string>
<string name="share">Share</string>
<string name="unknown">unknown</string>
<string name="companion_warning">You\'ll need a companion app (%1$s) in order to make a payment. This app doesn\'t require you to fill any personal data, to the best of our knowledge. Please let us know if it\'s not the case and we\'ll remove this place.</string>
<string name="percentage_of_verified_places">Percentage of verified places</string>
<string name="days_since_verified">Days since verified</string>
<string name="delivery">Delivery</string>
<string name="new_merchant_notifications">New merchant notifications</string>
<string name="add_element_comment_disclosure_1">All comments are anonymous but we collect a small fee in sats as a spam protection measure</string>
<string name="add_element_comment_disclosure_2">You can close this screen after paying an invoice and your comment will appear on the map shortly</string>
<string name="comment">Comment</string>
<string name="generate_invoice">Generate Invoice</string>
<string name="add_comment">Add Comment</string>
<string name="error">Error</string>
<string name="close">Close</string>
<string name="invalid_payment_url">Invalid payment URL</string>
<string name="comments">Comments</string>
<string name="add">Add</string>
<string name="issues_d">Issues: %1$d</string>
<string name="boost">Boost</string>
<string name="boost_merchant">Boost Merchant</string>
<string name="comments_d">Comments (%1$d)</string>
<string name="boost_description">Make this merchant stand out in Bitcoin orange on the map, shine in the search results, and be discovered in the exclusive boosted locations section!\n\nThe fee is used to support the BTC Map open source project and continue it\'s development.</string>
<string name="months_1">1 Month</string>
<string name="months_12">12 Months</string>
<string name="boost_invoice_hint">You can close this screen after paying an invoice and your boost will appear on the map shortly</string>
<string name="months_3">3 Months</string>
<string name="current_fee">Current fee:</string>
<string name="loading">loading</string>
<string name="d_sat">%1$s sat</string>
</resources>