mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-07-16 23:01:13 +02:00
Compare commits
33 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
8802b048b3 | ||
|
e38f312ce5 | ||
|
125e35ed83 | ||
|
bf64ae9593 | ||
|
98902b6b80 | ||
|
380a6f2877 | ||
|
373d04b2ef | ||
|
c7708f371f | ||
|
ba9826fe9c | ||
|
221bc96882 | ||
|
acf1958350 | ||
|
90c079882d | ||
|
c22e694e7d | ||
|
8f9da1cb5e | ||
|
c413573952 | ||
|
89fb960679 | ||
|
fb7c4fcebd | ||
|
1760168933 | ||
|
9fdfdbfe94 | ||
|
876282d006 | ||
|
f7240516ca | ||
|
1a9bf95920 | ||
|
9eda119235 | ||
|
1ca5add891 | ||
|
4f40e85604 | ||
|
39bec20b7e | ||
|
8113184b12 | ||
|
479a4a873d | ||
|
7f1258c050 | ||
|
b995d781fb | ||
|
c1b8bfd6ad | ||
|
81f6c81aa8 | ||
|
0c0d9e24b8 |
50
README.md
50
README.md
@@ -1,24 +1,24 @@
|
||||
# Tiny File Manager
|
||||
|
||||
|
||||
[](https://tinyfilemanager.eu-gb.mybluemix.net/Demo/)
|
||||
[](https://tinyfilemanager.github.io/demo/)
|
||||
[](https://tinyfilemanager.github.io/)
|
||||
[](https://github.com/prasathmani/tinyfilemanager/releases)
|
||||
[](https://github.com/prasathmani/tinyfilemanager/blob/master/LICENSE)
|
||||
[](https://beerpay.io/prasathmani/tinyfilemanager)
|
||||
> It is a simple, fast and small file manager with single php file. It is also a web code editor. It'll run either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5.5+ available.
|
||||
> It is a simple, fast and small file manager with single php file. It is also a web code editor. It'll run either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have **PHP 5.5+** available.
|
||||
|
||||
## Demo
|
||||
[Demo](https://tinyfilemanager.eu-gb.mybluemix.net/Demo/)
|
||||
[Demo](https://tinyfilemanager.github.io/demo/)
|
||||
|
||||
Login Details : admin/admin@123 | user/12345
|
||||
|
||||
|
||||
## Documents
|
||||
<a href="https://tinyfilemanager.github.io/" target="_blank">tinyfilemanager.github.io</a>
|
||||
[TinyFileManager.github.io](https://tinyfilemanager.github.io/) | [Password Generater](https://tinyfilemanager.github.io/docs/pwd.html)
|
||||
<hr>
|
||||
|
||||
<img src="screenshot.gif" alt="H3K | Tiny File Manager">
|
||||
[](screenshot.gif)
|
||||
|
||||
## Requirements
|
||||
|
||||
@@ -33,9 +33,9 @@ Download ZIP with latest version from master branch.
|
||||
Just copy the tinyfilemanager.php to your webspace - thats all :)
|
||||
You can also change the file name from "tinyfilemanager.php" to something else, you know what i meant for.
|
||||
|
||||
Default username/password: admin/admin@123 and user/12345.
|
||||
Default username/password: **admin/admin@123** and **user/12345**.
|
||||
|
||||
Warning: Please set your own username and password in `$auth_users` before use. password is encrypted with <code>password_hash()</code>. to generate new password hash <a href="https://tinyfilemanager.github.io/docs/pwd.html" target="_blank">here</a>
|
||||
Warning: Please set your own username and password in `$auth_users` before use. password is encrypted with <code>password_hash()</code>. to generate new password hash [here](https://tinyfilemanager.github.io/docs/pwd.html)
|
||||
|
||||
To enable/disable authentication set `$use_auth` to true or false.
|
||||
|
||||
@@ -52,29 +52,29 @@ To enable/disable authentication set `$use_auth` to true or false.
|
||||
|
||||
|
||||
### :loudspeaker: Features
|
||||
<ul>
|
||||
<li>:cd: Open Source, light and extremely simple</li>
|
||||
<li>:iphone: Mobile friendly view for touch devices</li>
|
||||
<li>:information_source: Basic features likes Create, Delete, Modify, View, Download, Copy and Move files </li>
|
||||
<li>:arrow_double_up: Ajax Upload, Ability to drag & drop, multiple files upload and file extensions filter </li>
|
||||
<li>:file_folder: Ability to create folders and files</li>
|
||||
<li>:gift: Ability to compress, extract files (zip, tar)</li>
|
||||
<li>:sunglasses: Support user permissions - based on session and each user root folder mapping</li>
|
||||
<li>:floppy_disk: Copy direct file URL</li>
|
||||
<li>:pencil2: Edit text formats file using advanced editor</li>
|
||||
<li>:page_facing_up: Google Drive viewer helps you preview PDF/DOC/XLS/PPT/etc. 25 MB can be previewed with the Google Drive viewer</li>
|
||||
<li>:zap: Backup files</li>
|
||||
<li>:mag_right: Search - Search and Sorting using datatable js</li>
|
||||
<li>:file_folder: Exclude folders from listing</li>
|
||||
<li>:globe_with_meridians: Multi-language support (English, French)</li>
|
||||
<li>:bangbang: lots more...</li>
|
||||
</ul>
|
||||
|
||||
- :cd: Open Source, light and extremely simple
|
||||
- :iphone: Mobile friendly view for touch devices
|
||||
- :information_source: Basic features likes Create, Delete, Modify, View, Download, Copy and Move files
|
||||
- :arrow_double_up: Ajax Upload, Ability to drag & drop, upload from URL, multiple files upload and file extensions filter
|
||||
- :file_folder: Ability to create folders and files
|
||||
- :gift: Ability to compress, extract files (`zip`, `tar`)
|
||||
- :sunglasses: Support user permissions - based on session and each user root folder mapping
|
||||
- :floppy_disk: Copy direct file URL
|
||||
- :pencil2: Cloud9 IDE - Syntax highlighting for over `150+` languages, Over `35+` themes with your favorite programming style
|
||||
- :page_facing_up: Google Drive viewer helps you preview `PDF/DOC/XLS/PPT/etc`. 25 MB can be previewed with the Google Drive viewer
|
||||
- :zap: Backup files
|
||||
- :mag_right: Search - Search and Sorting using `datatable js`
|
||||
- :file_folder: Exclude folders from listing
|
||||
- :globe_with_meridians: Multi-language support (English, Spanish, French, Italian, German, Russian, Thailand and Chinese ) for translations `translation.json` is file required
|
||||
- :bangbang: lots more...
|
||||
|
||||
|
||||
### <a name=license></a>License, Credit
|
||||
|
||||
- Available under the [GNU license](https://github.com/prasathmani/tinyfilemanager/blob/master/LICENSE)
|
||||
- Original concept and development by github.com/alexantr/filemanager
|
||||
- CDN Used - jQuery, Bootstrap, Font Awesome, Highlight js, ace js, DropZone js, DataTable js
|
||||
- CDN Used - _jQuery, Bootstrap, Font Awesome, Highlight js, ace js, DropZone js, DataTable js_
|
||||
- To report a bug or request a feature, please file an [issue](https://github.com/prasathmani/tinyfilemanager/issues)
|
||||
- We hope our tools will be helpful for you. If you find Tiny File Manager useful for your personal or commercial projects, Help me out for a couple of
|
||||
[](https://beerpay.io/prasathmani/tinyfilemanager)
|
||||
|
File diff suppressed because it is too large
Load Diff
418
translation.json
Normal file
418
translation.json
Normal file
@@ -0,0 +1,418 @@
|
||||
{
|
||||
"appName": "Tiny File Manager",
|
||||
"version": "2.3",
|
||||
"language": [
|
||||
{
|
||||
"name": "русский",
|
||||
"code": "ru",
|
||||
"translation": {
|
||||
"AppName": "Файловый менеджер",
|
||||
"AppTitle": "Файловый менеджер",
|
||||
"Login": "Войти",
|
||||
"Username": "Пользователь",
|
||||
"Password": "Пароль",
|
||||
"Logout": "Выйти",
|
||||
"Move": "Переместить",
|
||||
"Copy": "Копировать",
|
||||
"Save": "Сохранить",
|
||||
"SelectAll": "Выбрать всё",
|
||||
"UnSelectAll": "Отменить выбор",
|
||||
"File": "Файл",
|
||||
"Back": "Вернуться",
|
||||
"Size": "Размер",
|
||||
"Perms": "Права доступа",
|
||||
"Modified": "Обновление",
|
||||
"Owner": "Создатель",
|
||||
"Search": "Поиск",
|
||||
"NewItem": "Создать",
|
||||
"Folder": "Папка",
|
||||
"Delete": "Удалить",
|
||||
"Rename": "Переименовать",
|
||||
"CopyTo": "Скопировать в",
|
||||
"DirectLink": "Ссылка",
|
||||
"UploadingFiles": "Загрузка файлов",
|
||||
"ChangePermissions": "Изменить права",
|
||||
"Copying": "Копировать",
|
||||
"CreateNewItem": "Создать новый",
|
||||
"Name": "Имя",
|
||||
"AdvancedEditor": "Улучшеный редактор",
|
||||
"RememberMe": "Запомнить меня",
|
||||
"Actions": "Действия",
|
||||
"Upload": "Загрузить",
|
||||
"Cancel": "Отмена",
|
||||
"InvertSelection": "Обратная выборка",
|
||||
"DestinationFolder": "Папка назначения",
|
||||
"ItemType": "Тип элемента",
|
||||
"ItemName": "Имя элемента",
|
||||
"CreateNow": "Создать сейчас",
|
||||
"Download": "Загрузка",
|
||||
"Open": "Открыть",
|
||||
"UnZip": "Разархивировать",
|
||||
"UnZipToFolder": "Разархивировать в папку",
|
||||
"Edit": "Редактировать",
|
||||
"NormalEditor": "Стандартный редактор",
|
||||
"BackUp": "Back Up",
|
||||
"SourceFolder": "Путь папки",
|
||||
"Files": "Файлы",
|
||||
"Change": "Изменения",
|
||||
"Settings": "Свойства",
|
||||
"Language": "Язык",
|
||||
"MemoryUsed": "Используемая память",
|
||||
"PartitionSize": "Размер раздела"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Italiano",
|
||||
"code": "it",
|
||||
"translation": {
|
||||
"AppName": "Tiny File Manager",
|
||||
"AppTitle": "File Manager",
|
||||
"Login": "Connettiti",
|
||||
"Username": "Username",
|
||||
"Password": "Password",
|
||||
"Logout": "Disconnettiti",
|
||||
"Move": "Sposta",
|
||||
"Copy": "Copia",
|
||||
"Save": "Salva",
|
||||
"SelectAll": "Seleziona tutto",
|
||||
"UnSelectAll": "Deseleziona tutto",
|
||||
"File": "File",
|
||||
"Back": "Indietro",
|
||||
"Size": "Dimensione",
|
||||
"Perms": "Permessi",
|
||||
"Modified": "Modificato",
|
||||
"Owner": "Proprietario",
|
||||
"Search": "Cerca",
|
||||
"NewItem": "Nuovo Elemento",
|
||||
"Folder": "Cartella",
|
||||
"Delete": "Elimina",
|
||||
"Rename": "Rinomina",
|
||||
"CopyTo": "Copia su",
|
||||
"DirectLink": "Link diretto",
|
||||
"UploadingFiles": "Caricamento file",
|
||||
"ChangePermissions": "Modifica Permessi",
|
||||
"Copying": "Copia in corso",
|
||||
"CreateNewItem": "Crea Nuovo Elemento",
|
||||
"Name": "Nome",
|
||||
"AdvancedEditor": "Editor Avanzato",
|
||||
"RememberMe": "Ricordami",
|
||||
"Actions": "Azioni",
|
||||
"Upload": "Carica",
|
||||
"Cancel": "Annulla",
|
||||
"InvertSelection": "Inverti Selezione",
|
||||
"DestinationFolder": "Cartella di Destinazione",
|
||||
"ItemType": "Tipo Elemento",
|
||||
"ItemName": "Nome Elemento",
|
||||
"CreateNow": "Crea Adesso",
|
||||
"Download": "Scarica",
|
||||
"Open": "Apri",
|
||||
"UnZip": "Decomprimi",
|
||||
"UnZipToFolder": "Decomprimi su cartella",
|
||||
"Edit": "Modifica",
|
||||
"NormalEditor": "Editor Normale",
|
||||
"BackUp": "Back-Up",
|
||||
"SourceFolder": "Cartella di Origine",
|
||||
"Files": "File",
|
||||
"Change": "Cambia",
|
||||
"Settings": "Impostazioni",
|
||||
"Language": "Lingua",
|
||||
"MemoryUsed": "Memoria utilizzata",
|
||||
"PartitionSize": "Dimensione della partizione"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Français",
|
||||
"code": "fr",
|
||||
"translation": {
|
||||
"AppName": "Tiny File Manager",
|
||||
"AppTitle": "File Manager",
|
||||
"Login": "Connexion",
|
||||
"Username": "Utilisateur",
|
||||
"Password": "Mot de passe",
|
||||
"Logout": "Déconnexion",
|
||||
"Move": "Déplacer",
|
||||
"Copy": "Copier",
|
||||
"Save": "Sauvegarder",
|
||||
"SelectAll": "Tout sélectionner",
|
||||
"UnSelectAll": "Tout déselectionner",
|
||||
"File": "Fichier",
|
||||
"Back": "Retour",
|
||||
"Size": "Taille",
|
||||
"Perms": "Perms",
|
||||
"Modified": "Modifié le",
|
||||
"Owner": "Propriétaire",
|
||||
"Search": "Recherche",
|
||||
"NewItem": "Nouvel Élément",
|
||||
"Folder": "Dossier",
|
||||
"Delete": "Supprimer",
|
||||
"Rename": "Renommer",
|
||||
"CopyTo": "Copier vers",
|
||||
"DirectLink": "Lien direct",
|
||||
"UploadingFiles": "Envoyer des fichiers",
|
||||
"ChangePermissions": "Modifier les permissions",
|
||||
"Copying": "Copier",
|
||||
"CreateNewItem": "Créer un nouvel élément",
|
||||
"Name": "Nom",
|
||||
"AdvancedEditor": "Editeur avancé",
|
||||
"RememberMe": "Se rappeler de moi",
|
||||
"Actions": "Actes",
|
||||
"Upload": "Envoyer",
|
||||
"Cancel": "Annuler",
|
||||
"InvertSelection": "Inverser la sélection",
|
||||
"DestinationFolder": "Dossier destination",
|
||||
"ItemType": "Type d'élement",
|
||||
"ItemName": "Nom de l'élément",
|
||||
"CreateNow": "Créer",
|
||||
"Download": "Télécharger",
|
||||
"Open": "Ouvrir",
|
||||
"UnZip": "Décompressez",
|
||||
"UnZipToFolder": "Décompresser dans un dossier",
|
||||
"Edit": "Editeur",
|
||||
"NormalEditor": "Éditeur Normal",
|
||||
"BackUp": "Sauvegarder",
|
||||
"SourceFolder": "Dossier Source",
|
||||
"Files": "Fichiers",
|
||||
"Change": "Modifier",
|
||||
"Settings": "Réglages",
|
||||
"Language": "Langue",
|
||||
"MemoryUsed": "Mémoire utilisée",
|
||||
"PartitionSize": "Taille de la partition"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Español",
|
||||
"code": "es",
|
||||
"translation": {
|
||||
"AppName": "Pequeño Administrador de Archivos",
|
||||
"AppTitle": "Administrador de Archivos",
|
||||
"Login": "Iniciar Sesión",
|
||||
"Username": "Nombre de Usuario",
|
||||
"Password": "Contraseña",
|
||||
"Logout": "Desconectarse",
|
||||
"Move": "Mover",
|
||||
"Copy": "Copiar",
|
||||
"Save": "Guardar",
|
||||
"SelectAll": "Seleccionar Todo",
|
||||
"UnSelectAll": "Des-seleccionar Todo",
|
||||
"File": "Archivo",
|
||||
"Back": "Atrás",
|
||||
"Size": "Tamaño",
|
||||
"Perms": "Permisos",
|
||||
"Modified": "Modificado",
|
||||
"Owner": "Propietario",
|
||||
"Search": "Buscar",
|
||||
"NewItem": "Nuevo Ítem",
|
||||
"Folder": "Carpeta",
|
||||
"Delete": "Borrar",
|
||||
"Rename": "Cambiar Nombre",
|
||||
"CopyTo": "Copiar en",
|
||||
"DirectLink": "Link Directo",
|
||||
"UploadingFiles": "Subir Archivos",
|
||||
"ChangePermissions": "Cambiar Permisos",
|
||||
"Copying": "Copiando",
|
||||
"CreateNewItem": "Crear nuevo Item",
|
||||
"Name": "Nombre",
|
||||
"AdvancedEditor": "Editor Avanzado",
|
||||
"RememberMe": "Recuérdame",
|
||||
"Actions": "Acciones",
|
||||
"Upload": "Subir",
|
||||
"Cancel": "Cancelar",
|
||||
"InvertSelection": "Invertir Selección",
|
||||
"DestinationFolder": "Carpeta Destino",
|
||||
"ItemType": "Tipo de Ítem",
|
||||
"ItemName": "Nombre del Ítem",
|
||||
"CreateNow": "Crear",
|
||||
"Download": "Descargar",
|
||||
"Open": "Abrir",
|
||||
"UnZip": "Descomprimir",
|
||||
"UnZipToFolder": "Descomprimir en Carpeta",
|
||||
"Edit": "Editar",
|
||||
"NormalEditor": "Editor Normal",
|
||||
"BackUp": "Copia de Seguridad",
|
||||
"SourceFolder": "Carpeta Actual",
|
||||
"Files": "Archivos",
|
||||
"Change": "Cambiar",
|
||||
"Settings": "Preferencias",
|
||||
"Language": "Lenguaje"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Deutsche",
|
||||
"code": "de",
|
||||
"translation": {
|
||||
"AppName": "Tiny File Manager",
|
||||
"AppTitle": "Datei Manager",
|
||||
"Login": "Einloggen",
|
||||
"Username": "Benutername",
|
||||
"Password": "Passwort",
|
||||
"Logout": "Ausloggen",
|
||||
"Move": "Verschieben",
|
||||
"Copy": "Kopieren",
|
||||
"Save": "Speichern",
|
||||
"SelectAll": "Alles auswählen",
|
||||
"UnSelectAll": "Alles abwählen",
|
||||
"File": "Datei",
|
||||
"Back": "Zurück",
|
||||
"Size": "Größe",
|
||||
"Perms": "Perms",
|
||||
"Modified": "Geändert",
|
||||
"Owner": "Eigentümer",
|
||||
"Search": "Suchen",
|
||||
"NewItem": "Neues Item",
|
||||
"Folder": "Ordner",
|
||||
"Delete": "Löschen",
|
||||
"Rename": "Umbennen",
|
||||
"CopyTo": "Kopieren nach",
|
||||
"DirectLink": "Direktlink",
|
||||
"UploadingFiles": "Datei hochladen",
|
||||
"ChangePermissions": "Berechtigungen ändern",
|
||||
"Copying": "Kopieren",
|
||||
"CreateNewItem": "Neue Datei erstellen",
|
||||
"Name": "Naam",
|
||||
"AdvancedEditor": "Fortgeschrittener Editor",
|
||||
"RememberMe": "Eingeloggt bleiben",
|
||||
"Actions": "Aktionen",
|
||||
"Upload": "Hochladen",
|
||||
"Cancel": "Abbrechner",
|
||||
"InvertSelection": "Auswahl umkehren",
|
||||
"DestinationFolder": "Zielordner",
|
||||
"ItemType": "Dateityp",
|
||||
"ItemName": "Dateiname",
|
||||
"CreateNow": "Jetzt erstellen",
|
||||
"Download": "Download",
|
||||
"Open": "Öffnen",
|
||||
"UnZip": "UnZip",
|
||||
"UnZipToFolder": "UnZip im Ordner",
|
||||
"Edit": "Bearbeiten",
|
||||
"NormalEditor": "Normaler Editor",
|
||||
"BackUp": "Backup",
|
||||
"SourceFolder": "Source ordner",
|
||||
"Files": "Datein",
|
||||
"Change": "Verändern",
|
||||
"Settings": "Einstellungen",
|
||||
"Language": "Sprache"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ภาษาไทย",
|
||||
"code": "th",
|
||||
"translation": {
|
||||
"AppName": "Tiny File Manager",
|
||||
"AppTitle": "ตัวจัดการไฟล์",
|
||||
"Login": "เข้าสู่ระบบ",
|
||||
"Username": "ชื่อผู้ใช้งาน",
|
||||
"Password": "รหัสผ่าน",
|
||||
"Logout": "ออกจากระบบ",
|
||||
"Move": "ย้าย",
|
||||
"Copy": "คัดลอก",
|
||||
"Save": "บันทึก",
|
||||
"SelectAll": "เลือกท้งหมด",
|
||||
"UnSelectAll": "ไม่เลือกทั้งหมด",
|
||||
"File": "ไฟล์",
|
||||
"Back": "กลับ",
|
||||
"Size": "ขนาด",
|
||||
"Perms": "รหัสสิทธิ์",
|
||||
"Modified": "แก้ไขล่าสุดเมื่อ",
|
||||
"Owner": "เจ้าของ",
|
||||
"Search": "ค้นหา",
|
||||
"NewItem": "สร้างใหม่",
|
||||
"Folder": "โฟลเดอร์",
|
||||
"Delete": "ลบ",
|
||||
"Rename": "เปลี่ยนชื่อ",
|
||||
"CopyTo": "คัดลอกไปยัง",
|
||||
"DirectLink": "ไปยังลิ้งก์นั้น",
|
||||
"UploadingFiles": "อัพโหลด",
|
||||
"ChangePermissions": "เปลี่ยนสิทธิ์",
|
||||
"Copying": "กำลังย้ายข้อมูล",
|
||||
"CreateNewItem": "สร้างไฟล์ใหม่",
|
||||
"Name": "ชื่อ",
|
||||
"AdvancedEditor": "แก้ไขขั้นสูง",
|
||||
"RememberMe": "จดจำฉันไว้",
|
||||
"Actions": "การทำงาน",
|
||||
"Upload": "อัพโหลด",
|
||||
"Cancel": "ยกเลิก",
|
||||
"InvertSelection": "เปลี่ยนข้อมูล",
|
||||
"DestinationFolder": "โฟลเดอร์ปลายทาง",
|
||||
"ItemType": "ข้อมูลประเภท",
|
||||
"ItemName": "ชื่อไฟล์",
|
||||
"CreateNow": "สร้างตอนนี้",
|
||||
"Download": "ดาวโหลด",
|
||||
"Open": "เปิด",
|
||||
"UnZip": "แตก Zip",
|
||||
"UnZipToFolder": "แตกไฟล์ในโฟเดอร์นี้",
|
||||
"Edit": "แก้ไข",
|
||||
"NormalEditor": "แก้ไขปกติ",
|
||||
"BackUp": "สำรองข้อมูล",
|
||||
"SourceFolder": "โฟลเดอร์ต้นทาง",
|
||||
"Files": "ไฟล์",
|
||||
"Change": "เปลี่ยน",
|
||||
"Settings": "การตั้งค่า",
|
||||
"Language": "ภาษา"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "中文",
|
||||
"code": "ch",
|
||||
"translation": {
|
||||
"AppName": "檔案管理器",
|
||||
"AppTitle": "檔案管理器",
|
||||
"Login": "登入",
|
||||
"Username": "帳號",
|
||||
"Password": "密碼",
|
||||
"Logout": "登出",
|
||||
"Move": "移動",
|
||||
"Copy": "複製",
|
||||
"Save": "保存",
|
||||
"SelectAll": "選擇全部",
|
||||
"UnSelectAll": "取消選擇全部",
|
||||
"File": "檔案",
|
||||
"Back": "返回",
|
||||
"Size": "大小",
|
||||
"Perms": "權限",
|
||||
"Modified": "修改時間",
|
||||
"Owner": "擁有者",
|
||||
"Search": "搜尋",
|
||||
"NewItem": "新檔案",
|
||||
"Folder": "資料夾",
|
||||
"Delete": "移除",
|
||||
"CopyTo": "複製到",
|
||||
"DirectLink": "直接連結",
|
||||
"UploadingFiles": "上傳檔案",
|
||||
"ChangePermissions": "變更權限",
|
||||
"Copying": "複製",
|
||||
"CreateNewItem": "建立新檔案",
|
||||
"Name": "檔名",
|
||||
"AdvancedEditor": "進階編輯",
|
||||
"RememberMe": "記住我",
|
||||
"Actions": "動作",
|
||||
"Upload": "上傳",
|
||||
"Cancel": "取消",
|
||||
"InvertSelection": "選擇反轉",
|
||||
"DestinationFolder": "目標資料夾",
|
||||
"ItemType": "檔案類型",
|
||||
"ItemName": "檔案檔名",
|
||||
"CreateNow": "建立",
|
||||
"Download": "下載",
|
||||
"UnZip": "解壓縮",
|
||||
"UnZipToFolder": "解壓縮至資料夾",
|
||||
"Edit": "編輯",
|
||||
"NormalEditor": "普通編輯",
|
||||
"BackUp": "上傳",
|
||||
"SourceFolder": "來源資料夾",
|
||||
"Files": "檔案",
|
||||
"Change": "變更",
|
||||
"Settings": "設定",
|
||||
"Language": "語言",
|
||||
"Open": "開啟",
|
||||
"Group": "群組",
|
||||
"Other": "其他",
|
||||
"Read": "讀取",
|
||||
"Write": "寫入",
|
||||
"Execute": "執行",
|
||||
"Rename": "重新命名",
|
||||
"enable": "開啟",
|
||||
"disable": "關閉"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user