@@ -347,23 +347,20 @@ const br = {
347
347
"login2fa_recovery_back" : "Voltar" ,
348
348
"login2fa_recovery_placeholder" : "XXXXXXXX" ,
349
349
350
- // ***********************************
351
- // Missing translations
352
- // ***********************************
353
- "change" : undefined , // In English: "Change"
354
- "clock_visibility" : undefined , // In English: "Clock Visibility"
355
- "reading" : undefined , // In English: "Reading %strong%"
356
- "writing" : undefined , // In English: "Writing %strong%"
357
- "unzipping" : undefined , // In English: "Unzipping %strong%"
358
- "sequencing" : undefined , // In English: "Sequencing %strong%"
359
- "zipping" : undefined , // In English: "Zipping %strong%"
360
- "Editor" : undefined , // In English: "Editor"
361
- "Viewer" : undefined , // In English: "Viewer"
362
- "People with access" : undefined , // In English: "People with access"
363
- "Share With…" : undefined , // In English: "Share With…"
364
- "Owner" : undefined , // In English: "Owner"
365
- "You can't share with yourself." : undefined , // In English: "You can't share with yourself."
366
- "This user already has access to this item" : undefined , // In English: "This user already has access to this item"
350
+ "change" : "Alterar" , // In English: "Change"
351
+ "clock_visibility" : "Visibilidade do relógio" , // In English: "Clock Visibility"
352
+ "reading" : "Lendo %strong%" , // In English: "Reading %strong%"
353
+ "writing" : "Escrevendo %strong%" , // In English: "Writing %strong%"
354
+ "unzipping" : "Descompactando %strong%" , // In English: "Unzipping %strong%"
355
+ "sequencing" : "Sequenciando %strong%" , // In English: "Sequencing %strong%"
356
+ "zipping" : "Compactando %strong%" , // In English: "Zipping %strong%"
357
+ "Editor" : "Editor" , // In English: "Editor"
358
+ "Viewer" : "Visualizador" , // In English: "Viewer"
359
+ "People with access" : "Pessoas com acesso" , // In English: "People with access"
360
+ "Share With…" : "Compartilhar com..." , // In English: "Share With…"
361
+ "Owner" : "Proprietário" , // In English: "Owner"
362
+ "You can't share with yourself." : "Vocẽ não pode compartilhar com você mesmo" , // In English: "You can't share with yourself."
363
+ "This user already has access to this item" : "Esse usuário já tem acesso a esse item" , // In English: "This user already has access to this item"
367
364
}
368
365
} ;
369
366
0 commit comments