-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathstrings.xml
88 lines (88 loc) · 5.43 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
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">BTC Map</string>
<string name="add_location">Adicionar local</string>
<string name="kilometers_short">km</string>
<string name="icon">Ícone</string>
<string name="donate">Doar</string>
<string name="qr_code">QR Code</string>
<string name="copied_to_clipboard">Copiar</string>
<string name="btc_map_donation_address">Endereço de doações do BTC Map</string>
<string name="show_my_location">Mostrar minha localização</string>
<string name="search_here">Pesquise aqui</string>
<string name="settings">Configurações</string>
<string name="trends">Tendências</string>
<string name="up_to_date_places">Lugares atualizados</string>
<string name="total_places">Total de lugares</string>
<string name="pay">Pagar</string>
<string name="you_dont_have_a_compatible_wallet">Você não possui uma carteira compatével</string>
<string name="communities">Comunidades</string>
<string name="latest_changes">Últimas alterações</string>
<string name="tip">⚡ Pagar</string>
<string name="view_on_osm">Ver no OSM</string>
<string name="edit_on_osm">Editar no OSM</string>
<string name="editor_manual">Editor manual</string>
<string name="users">Usuários</string>
<string name="by_s">por %1$s</string>
<string name="unnamed">Sem nome</string>
<string name="unnamed_user">Usuário sem nome</string>
<string name="not_verified">Não verificado</string>
<string name="show_more">Mostrar mais</string>
<string name="verify">Verificar ou reportar</string>
<string name="atm">Caixa eletrônico</string>
<string name="checkmark_icon">Ícone de sinal de verificação</string>
<string name="database">Banco de dados</string>
<string name="updated_s">Atualizado em: %1$s</string>
<string name="database_is_empty">O banco de dados está vazio</string>
<string name="category_atm">Caixa eletrônico</string>
<string name="category_atm_plural">Caixas eletrônicos</string>
<string name="category_bar">Bar</string>
<string name="category_bar_plural">Bares</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">Hotéis</string>
<string name="category_other_plural">Outros</string>
<string name="category_pub">Pub</string>
<string name="category_pub_plural">Pubs</string>
<string name="category_restaurant">Restaurante</string>
<string name="category_restaurant_plural">Restaurantes</string>
<string name="show_atms">Mostrar CEs</string>
<string name="pay_onchain">Pagar On-chain</string>
<string name="pay_with_lightning">Pagamentos com Lightning</string>
<string name="image">Imagem</string>
<string name="issues">Problemas</string>
<string name="sync_failed_s">A sincronização falhou: %1$s</string>
<string name="new_local_merchant_accepts_bitcoins">Novo comerciante local está aceitando bitcoins</string>
<string name="show_sync_summary">Mostrar sumário de sincronização</string>
<string name="directions">Direções</string>
<string name="share">Compartilhar</string>
<string name="unknown">Desconhecido</string>
<string name="companion_warning">É necessário usar o app externo (%1$s) para fazer o pagamento. Este app não exige que você informe dados pessoais, até onde sabemos. Se não for o caso, por favor informe-nos para removermos este local.</string>
<string name="percentage_of_verified_places">Porcentagem de locais verificados</string>
<string name="days_since_verified">Dias desde a última verificação</string>
<string name="delivery">Entrega</string>
<string name="new_merchant_notifications">New merchant notifications</string>
<string name="add_element_comment_disclosure_1">Todos os comentários são anônimos, mas cobramos uma pequena taxa em sats como medida de proteção de spam</string>
<string name="add_element_comment_disclosure_2">Você pode fechar esta tela após pagar uma fatura e o seu comentário irá aparecer no mapa em breve</string>
<string name="comment">Comentar</string>
<string name="generate_invoice">Gerar fatura</string>
<string name="add_comment">Adicionar comentário</string>
<string name="error">Erro</string>
<string name="close">Fechar</string>
<string name="invalid_payment_url">URL de pagamento inválida</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>