[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>master
parent
34829caf04
commit
263e91fa15
|
@ -13,6 +13,7 @@ OC.L10N.register(
|
||||||
"West" : "Oeste",
|
"West" : "Oeste",
|
||||||
"North-West" : "Noroeste",
|
"North-West" : "Noroeste",
|
||||||
"No city with this name found." : "Não foi encontrada nenhuma cidade com este nome.",
|
"No city with this name found." : "Não foi encontrada nenhuma cidade com este nome.",
|
||||||
|
"Empty city name!" : "Sem cidade!",
|
||||||
"Monday" : "Segunda",
|
"Monday" : "Segunda",
|
||||||
"Tuesday" : "Terça",
|
"Tuesday" : "Terça",
|
||||||
"Wednesday" : "Quarta",
|
"Wednesday" : "Quarta",
|
||||||
|
@ -32,12 +33,17 @@ OC.L10N.register(
|
||||||
"Settings" : "Definições",
|
"Settings" : "Definições",
|
||||||
"Metric" : "Métrica",
|
"Metric" : "Métrica",
|
||||||
"Click here to get an API key" : "Clique aqui para obter uma chave da API",
|
"Click here to get an API key" : "Clique aqui para obter uma chave da API",
|
||||||
|
"Current Temperature" : "Temperatura actual",
|
||||||
|
"Feelslike Temperature" : "Temperatura aparente",
|
||||||
|
"Minimum Temperature" : "Temperatura mínima",
|
||||||
|
"Maximum Temperature" : "Temperatura máxima",
|
||||||
"Pressure" : "Pressão",
|
"Pressure" : "Pressão",
|
||||||
"Humidity" : "Humidade",
|
"Humidity" : "Humidade",
|
||||||
"Cloudiness" : "Nebulosidade",
|
"Cloudiness" : "Nebulosidade",
|
||||||
"Wind" : "Vento",
|
"Wind" : "Vento",
|
||||||
"Sunrise" : "Nascer do Sol",
|
"Sunrise" : "Nascer do Sol",
|
||||||
"Sunset" : "Por do Sol",
|
"Sunset" : "Por do Sol",
|
||||||
"Date" : "Data"
|
"Date" : "Data",
|
||||||
|
"Perceptible Temperature" : "Temperatura Perceptível"
|
||||||
},
|
},
|
||||||
"nplurals=2; plural=(n != 1);");
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
"West" : "Oeste",
|
"West" : "Oeste",
|
||||||
"North-West" : "Noroeste",
|
"North-West" : "Noroeste",
|
||||||
"No city with this name found." : "Não foi encontrada nenhuma cidade com este nome.",
|
"No city with this name found." : "Não foi encontrada nenhuma cidade com este nome.",
|
||||||
|
"Empty city name!" : "Sem cidade!",
|
||||||
"Monday" : "Segunda",
|
"Monday" : "Segunda",
|
||||||
"Tuesday" : "Terça",
|
"Tuesday" : "Terça",
|
||||||
"Wednesday" : "Quarta",
|
"Wednesday" : "Quarta",
|
||||||
|
@ -30,12 +31,17 @@
|
||||||
"Settings" : "Definições",
|
"Settings" : "Definições",
|
||||||
"Metric" : "Métrica",
|
"Metric" : "Métrica",
|
||||||
"Click here to get an API key" : "Clique aqui para obter uma chave da API",
|
"Click here to get an API key" : "Clique aqui para obter uma chave da API",
|
||||||
|
"Current Temperature" : "Temperatura actual",
|
||||||
|
"Feelslike Temperature" : "Temperatura aparente",
|
||||||
|
"Minimum Temperature" : "Temperatura mínima",
|
||||||
|
"Maximum Temperature" : "Temperatura máxima",
|
||||||
"Pressure" : "Pressão",
|
"Pressure" : "Pressão",
|
||||||
"Humidity" : "Humidade",
|
"Humidity" : "Humidade",
|
||||||
"Cloudiness" : "Nebulosidade",
|
"Cloudiness" : "Nebulosidade",
|
||||||
"Wind" : "Vento",
|
"Wind" : "Vento",
|
||||||
"Sunrise" : "Nascer do Sol",
|
"Sunrise" : "Nascer do Sol",
|
||||||
"Sunset" : "Por do Sol",
|
"Sunset" : "Por do Sol",
|
||||||
"Date" : "Data"
|
"Date" : "Data",
|
||||||
|
"Perceptible Temperature" : "Temperatura Perceptível"
|
||||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
}
|
}
|
Loading…
Reference in New Issue