-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathstrings.xml
89 lines (88 loc) · 5.81 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">Προσθήκη Τοποθεσίας</string>
<string name="kilometers_short">χλμ</string>
<string name="icon">Εικονίδιο</string>
<string name="donate">Δωρεά</string>
<string name="qr_code">QR code</string>
<string name="copied_to_clipboard">Έγινε αντιγραφή στο πρόχειρο</string>
<string name="btc_map_donation_address">Διεύθυνση δωρεάς στο BTC Map </string>
<string name="show_my_location">Εμφάνιση της τοποθεσία μου</string>
<string name="search_here">Αναζητήστε από εδώ</string>
<string name="settings">Ρυθμίσεις</string>
<string name="trends">Τάσεις</string>
<string name="up_to_date_places">Ενημερωμένες Τοποθεσίες</string>
<string name="total_places">Συνολικές Τοποθεσίες</string>
<string name="pay">Πληρωμή</string>
<string name="you_dont_have_a_compatible_wallet">Δεν διαθέτετε συμβατό πορτοφόλι</string>
<string name="communities">Κοινότητες</string>
<string name="latest_changes">Τελευταίες αλλαγές</string>
<string name="tip">⚡ Φιλοδώρημα</string>
<string name="view_on_osm">Προβολή στο OSM</string>
<string name="edit_on_osm">Επεξεργασία στο OSM</string>
<string name="editor_manual">Editor manual</string>
<string name="users">Users</string>
<string name="by_s">από %1$s</string>
<string name="unnamed">Ανώνυμη Περιοχή</string>
<string name="unnamed_user">Ανώνυμος Χρήστης</string>
<string name="not_verified">Μη επαληθευμένο</string>
<string name="show_more">Δείτε περισσότερα</string>
<string name="verify">Επιβεβαίωση ή Αναφορά</string>
<string name="atm">ATM</string>
<string name="checkmark_icon">Εικονίδιο Επιλογής</string>
<string name="database">Βάση δεδομένων</string>
<string name="updated_s">Τελευταίος συγχρονισμός: %1$s</string>
<string name="database_is_empty">Η βάση δεδομένων είναι κενή</string>
<string name="category_atm">ATM</string>
<string name="category_atm_plural">ATMs</string>
<string name="category_bar">Μπαρ</string>
<string name="category_bar_plural">Μπαρς</string>
<string name="category_cafe">Καφετέρια</string>
<string name="category_cafe_plural">Καφετέριες</string>
<string name="category_hotel">Ξενοδοχείοl</string>
<string name="category_hotel_plural">Ξενοδοχεία</string>
<string name="category_other_plural">Άλλα</string>
<string name="category_pub">Pub</string>
<string name="category_pub_plural">Pubs</string>
<string name="category_restaurant">Εστιατόριο</string>
<string name="category_restaurant_plural">Εστιατόρια</string>
<string name="show_atms">Show ATMs</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>