mirror of
https://github.com/filegator/filegator.git
synced 2025-09-03 06:23:28 +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:
@@ -71,6 +71,8 @@ const data = {
|
||||
'Deleted': '削除しました。',
|
||||
'Your file is ready': 'ファイルの準備ができました。',
|
||||
'View': '表示',
|
||||
'Show symbolic format': 'シンボリック形式を表示',
|
||||
'Hide symbolic format': 'シンボリック形式を非表示',
|
||||
}
|
||||
|
||||
export default data
|
||||
|
Reference in New Issue
Block a user