We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a80bfbc + ec740e1 commit 4d2ef3aCopy full SHA for 4d2ef3a
1 file changed
custom_components/grocy/translations/pt-PT.json
@@ -0,0 +1,21 @@
1
+{
2
+ "config": {
3
+ "step": {
4
+ "user": {
5
+ "title": "Ligar a tua instância Grocy ",
6
+ "data": {
7
+ "url": "Link AP da Grocy (e.g. \"http://yourgrocyurl.com\")",
8
+ "api_key": "Grocy chave da API",
9
+ "port": "Número da Porta (9192)",
10
+ "verify_ssl": "Verificar o certificado SSL Certificate"
11
+ }
12
13
+ },
14
+ "error": {
15
+ "auth": "Algo correu mal."
16
17
+ "abort": {
18
+ "single_instance_allowed": "Apenas uma configuração do Grocy é permitida."
19
20
21
+}
0 commit comments