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:
Maxi Zamorano
2024-12-24 04:39:42 -03:00
committed by GitHub
parent 9ce4c127f0
commit f6ef36e546
32 changed files with 91 additions and 1 deletions

View File

@@ -71,6 +71,8 @@ const data = {
'Deleted': '削除しました。',
'Your file is ready': 'ファイルの準備ができました。',
'View': '表示',
'Show symbolic format': 'シンボリック形式を表示',
'Hide symbolic format': 'シンボリック形式を非表示',
}
export default data