Translation error in permission labels (Portuguese) — misleading GUI display
When setting file permissions to
Steps to reproduce:
The GUI should correctly associate the octal values with the respective labels:
0600
, the GUI labels in Portuguese appear to be mismatched. The section labeled "Outros" shows read/write permissions, while “Proprietário” and “Grupo” show none – despite the octal value being correct. This causes confusion and may lead users to misconfigure permissions.
Steps to reproduce:
- Set WinSCP language to Portuguese (Brazil)
- Connect to a remote server via SFTP
- Right-click a file and choose “Properties”
- Set permissions to
0600
- Observe the mismatch between GUI labels and actual permission bits
The GUI should correctly associate the octal values with the respective labels:
- Proprietário → 6 (RW)
- Grupo → 0
- Outros → 0
- WinSCP version: 6.5.1
- OS: Windows 11
- Language: Portuguese (Brazil)