Skip to content

Commit 07fd85a

Browse files
committed
Update translations
1 parent ec9bf56 commit 07fd85a

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<resources>
2+
3+
<!--app names-->
4+
5+
<string name="app_name">Blocos de Ferramentas</string>
6+
7+
<!--notification service-->
8+
9+
<string name="channel_name">Serviço</string>
10+
<string name="notification_title">Serviço está ativo</string>
11+
<string name="notification_label">Toque aqui para ocultar esta notificação</string>
12+
13+
<!--messages-->
14+
15+
<string name="not_supported">Seu dispositivo não suporta este recurso</string>
16+
17+
<!--compass tile-->
18+
19+
<string name="compass_tile_label">Bússola</string>
20+
<!--tile label-->
21+
<string name="N">Norte</string>
22+
<string name="NE">Nordeste</string>
23+
<string name="E">Leste</string>
24+
<string name="SE">Sudeste</string>
25+
<string name="S">Sul</string>
26+
<string name="SW">Sudoeste</string>
27+
<string name="W">Oeste</string>
28+
<string name="NW">Noroeste</string>
29+
30+
<!--bubble level tile-->
31+
32+
<string name="level_tile_label">Nível</string>
33+
</resources>

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<!--messages-->
1414

15-
<string name="not_supported">Your device does not support this app</string>
15+
<string name="not_supported">Your device does not support this feature</string>
1616

1717
<!--compass tile-->
1818

0 commit comments

Comments
 (0)