[tx-robot] updated from transifex
parent
b2c275d5b4
commit
32f358bf60
|
@ -0,0 +1,24 @@
|
|||
OC.L10N.register(
|
||||
"weather",
|
||||
{
|
||||
"Weather" : "Tempo",
|
||||
"OpenWeatherMap API Key" : "Chave da API OpenWeatherMap",
|
||||
"Save" : "Guardar",
|
||||
"Add a city" : "Adicionar uma cidade",
|
||||
"Add city" : "Adicionar cidade",
|
||||
"City name" : "Cidade",
|
||||
"Add" : "Adicionar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Settings" : "Configurações",
|
||||
"Metric" : "Unidade de medida",
|
||||
"Click here to get an API key" : "Clique aqui para obter uma chave da API",
|
||||
"Pressure" : "Pressão",
|
||||
"Humidity" : "Umidade",
|
||||
"Cloudiness" : "Nebulosidade",
|
||||
"Wind" : "Vento",
|
||||
"Sunrise" : "Nascer do Sol",
|
||||
"Sunset" : "Por do Sol",
|
||||
"Hour" : "Hora",
|
||||
"Temperature" : "Temperatura"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
|
@ -0,0 +1,22 @@
|
|||
{ "translations": {
|
||||
"Weather" : "Tempo",
|
||||
"OpenWeatherMap API Key" : "Chave da API OpenWeatherMap",
|
||||
"Save" : "Guardar",
|
||||
"Add a city" : "Adicionar uma cidade",
|
||||
"Add city" : "Adicionar cidade",
|
||||
"City name" : "Cidade",
|
||||
"Add" : "Adicionar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Settings" : "Configurações",
|
||||
"Metric" : "Unidade de medida",
|
||||
"Click here to get an API key" : "Clique aqui para obter uma chave da API",
|
||||
"Pressure" : "Pressão",
|
||||
"Humidity" : "Umidade",
|
||||
"Cloudiness" : "Nebulosidade",
|
||||
"Wind" : "Vento",
|
||||
"Sunrise" : "Nascer do Sol",
|
||||
"Sunset" : "Por do Sol",
|
||||
"Hour" : "Hora",
|
||||
"Temperature" : "Temperatura"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
Loading…
Reference in New Issue