aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/l10n/pt_BR.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_external/l10n/pt_BR.js')
-rw-r--r--apps/files_external/l10n/pt_BR.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files_external/l10n/pt_BR.js b/apps/files_external/l10n/pt_BR.js
index 3b1897ee3f2..1cfcd9408a9 100644
--- a/apps/files_external/l10n/pt_BR.js
+++ b/apps/files_external/l10n/pt_BR.js
@@ -1,18 +1,15 @@
OC.L10N.register(
"files_external",
{
- "Fetching request tokens failed. Verify that your app key and secret are correct." : "Falha ao obter tokens de solicitação. Verifique se sua chave de aplicativo e segurança estão corretos.",
- "Fetching access tokens failed. Verify that your app key and secret are correct." : "Falha ao obter tokens de solicitação. Verifique se sua chave de aplicativo e segurança estão corretos.",
- "Please provide a valid app key and secret." : "Por favor forneça uma chave de aplicativo e segurança válidos.",
"Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s",
"Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s",
"External storages" : "Armazenamentos externos",
- "Dropbox App Configuration" : "Configuração do Aplicativo Dropbox",
"Google Drive App Configuration" : "Configuração do Aplicativo Google Drive",
"Personal" : "Pessoal",
"System" : "Sistema",
"Grant access" : "Garantir acesso",
"Error configuring OAuth1" : "Erro configurando OAuth1",
+ "Please provide a valid app key and secret." : "Por favor forneça uma chave de aplicativo e segurança válidos.",
"Error configuring OAuth2" : "Erro configurando OAuth2",
"Generate keys" : "Gerar chaves",
"Error generating key pair" : "Erro ao gerar o par de chaves",
@@ -83,7 +80,6 @@ OC.L10N.register(
"URL" : "URL",
"Remote subfolder" : "Subpasta remota",
"Secure https://" : "https:// seguro",
- "Dropbox" : "Dropbox",
"FTP" : "FTP",
"Host" : "Host",
"Secure ftps://" : "ftps:// seguro",
@@ -126,7 +122,11 @@ OC.L10N.register(
"Delete" : "Excluir",
"Allow users to mount external storage" : "Permitir que usuários montem armazenamento externo",
"Allow users to mount the following external storage" : "Permitir que usuários montem o seguinte armazenamento externo",
+ "Fetching request tokens failed. Verify that your app key and secret are correct." : "Falha ao obter tokens de solicitação. Verifique se sua chave de aplicativo e segurança estão corretos.",
+ "Fetching access tokens failed. Verify that your app key and secret are correct." : "Falha ao obter tokens de solicitação. Verifique se sua chave de aplicativo e segurança estão corretos.",
+ "Dropbox App Configuration" : "Configuração do Aplicativo Dropbox",
"Storage with id \"%i\" not found" : "Armazenamento com ID \"%i\" não encontrado",
- "Storage with id \"%i\" is not user editable" : "Armazenamento com ID \"%i\" não é editável pelo usuário"
+ "Storage with id \"%i\" is not user editable" : "Armazenamento com ID \"%i\" não é editável pelo usuário",
+ "Dropbox" : "Dropbox"
},
"nplurals=2; plural=(n > 1);");
/a> 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345