mirror of
https://github.com/filegator/filegator.git
synced 2025-09-01 05:21:51 +02:00
Added a column to display chmod permissions (#522)
* Added a column to display permissions * Show table only if chmod is present * Displays symbolic format when clicked * Translation: show and hide symbolic format
This commit is contained in:
@@ -72,6 +72,8 @@ const data = {
|
||||
'Your file is ready': 'O teu arquivo está listo',
|
||||
'View': 'Ver',
|
||||
'Show hidden': 'Amosar oculto',
|
||||
'Show symbolic format': 'Mostrar formato simbólico',
|
||||
'Hide symbolic format': 'Ocultar formato simbólico',
|
||||
}
|
||||
|
||||
export default data
|
||||
|
Reference in New Issue
Block a user