mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-06-25 12:33:44 +02:00
Compare commits
50 Commits
Author | SHA1 | Date | |
---|---|---|---|
285b6b4882 | |||
a8c2fc66d6 | |||
622264042a | |||
bb0e61787c | |||
da31717cff | |||
1b9e0f5e76 | |||
e0cc54b286 | |||
7a0de24a61 | |||
1a24dc0729 | |||
2a390b2247 | |||
292c00d62f | |||
30aa3e6f96 | |||
200f56e8d4 | |||
09f688c625 | |||
f26977adb3 | |||
704bec368f | |||
6970bdb7dd | |||
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, Chinese and more..) 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
659
translation.json
Normal file
659
translation.json
Normal file
@ -0,0 +1,659 @@
|
||||
{
|
||||
"appName": "Tiny File Manager",
|
||||
"version": "2.3.4",
|
||||
"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": "zh-CN",
|
||||
"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": "删除",
|
||||
"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": "禁用",
|
||||
"ErrorReporting": "上传错误报告",
|
||||
"ShowHiddenFiles": "显示隐藏文件"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "中文(繁體)",
|
||||
"code": "zh-TW",
|
||||
"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": "關閉"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Bahasa Indonesia",
|
||||
"code": "id",
|
||||
"translation": {
|
||||
"AppName": "Tiny File Manager",
|
||||
"AppTitle": "Pengelola File",
|
||||
"Login": "Masuk",
|
||||
"Username": "Nama pengguna",
|
||||
"Password": "Kata sandi",
|
||||
"Logout": "Keluar",
|
||||
"Move": "Pindah",
|
||||
"Copy": "Salin",
|
||||
"Save": "Simpan",
|
||||
"SelectAll": "Pilih semua",
|
||||
"UnSelectAll": "Batalkan pilihan semua",
|
||||
"File": "File",
|
||||
"Back": "Kembali",
|
||||
"Size": "Ukuran",
|
||||
"Perms": "Perizinan",
|
||||
"Modified": "Terakhir diubah",
|
||||
"Owner": "Pemilik",
|
||||
"Search": "Cari",
|
||||
"NewItem": "Item baru",
|
||||
"Folder": "Folder",
|
||||
"Delete": "Hapus",
|
||||
"Rename": "Ganti nama",
|
||||
"CopyTo": "Salin ke",
|
||||
"DirectLink": "Link langsung",
|
||||
"UploadingFiles": "Mengupload file",
|
||||
"ChangePermissions": "Ubah perizinan",
|
||||
"Copying": "Menyalin",
|
||||
"CreateNewItem": "Buat item baru",
|
||||
"Name": "Nama",
|
||||
"AdvancedEditor": "Editor tingkat lanjut",
|
||||
"RememberMe": "Ingat saya",
|
||||
"Actions": "Aksi",
|
||||
"Upload": "Upload",
|
||||
"Cancel": "Batal",
|
||||
"InvertSelection": "Pilihan sebaliknya",
|
||||
"DestinationFolder": "Folder tujuan",
|
||||
"ItemType": "Tipe item",
|
||||
"ItemName": "Nama item",
|
||||
"CreateNow": "Buat sekarang",
|
||||
"Download": "Unduh",
|
||||
"Open": "Buka",
|
||||
"UnZip": "UnZip",
|
||||
"UnZipToFolder": "UnZip ke folder",
|
||||
"Edit": "Edit",
|
||||
"NormalEditor": "Editor normal",
|
||||
"BackUp": "Cadangkan",
|
||||
"SourceFolder": "Folder sumber",
|
||||
"Files": "File",
|
||||
"Change": "Ubah",
|
||||
"Settings": "Pengaturan",
|
||||
"Language": "Bahasa",
|
||||
"MemoryUsed": "Memori terpakai",
|
||||
"PartitionSize": "Ukuran partisi"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Ελληνικά",
|
||||
"code": "gr",
|
||||
"translation": {
|
||||
"AppName": "Tiny File Manager",
|
||||
"AppTitle": "File Manager",
|
||||
"Login": "Είσοδος",
|
||||
"Username": "Username",
|
||||
"Password": "Password",
|
||||
"Logout": "Αποσύνδεση",
|
||||
"Move": "Μετακίνση",
|
||||
"Copy": "Αντιγραφή",
|
||||
"Save": "Αποθήκευση",
|
||||
"SelectAll": "Επιλογή όλων",
|
||||
"UnSelectAll": "Αποεπιλογή όλων",
|
||||
"File": "Αρχείο",
|
||||
"Back": "Πίσω",
|
||||
"Size": "Μέγεθος",
|
||||
"Perms": "Άδειες",
|
||||
"Modified": "Τροποποιημένο",
|
||||
"Owner": "Ιδιοκτήτης",
|
||||
"Search": "Αναζήτηση",
|
||||
"NewItem": "Νέο Αντικείμενο",
|
||||
"Folder": "Φάκελος",
|
||||
"Delete": "Διαγραφή",
|
||||
"Rename": "Μετονομασία",
|
||||
"CopyTo": "Αντιγραφή σε",
|
||||
"DirectLink": "Direct Link",
|
||||
"UploadingFiles": "Ανέβασμα αρχείων",
|
||||
"ChangePermissions": "Αλλαγή αδειών",
|
||||
"Copying": "Αντιγραφή σε εξέλιξη",
|
||||
"CreateNewItem": "Δημιουργία νέου αντικειμένου",
|
||||
"Name": "Όνομα",
|
||||
"AdvancedEditor": "Editor για προχωρημένους",
|
||||
"RememberMe": "Θυμήσου με",
|
||||
"Actions": "Ενέργειες",
|
||||
"Upload": "Ανέβασμα",
|
||||
"Cancel": "Ακύρωση",
|
||||
"InvertSelection": "Αναίρεση επιλογής",
|
||||
"DestinationFolder": "Φάκελος προορισμού",
|
||||
"ItemType": "Τύπος αντικειμένου",
|
||||
"ItemName": "Όνομα αντικειμένου",
|
||||
"CreateNow": "Δημιούργησε τώρα",
|
||||
"Download": "Download",
|
||||
"Open": "Άνοιξε",
|
||||
"UnZip": "Αποσυμπίεση",
|
||||
"UnZipToFolder": "Αποσυμπίεση σε φάκελο",
|
||||
"Edit": "Επεξεργασία",
|
||||
"NormalEditor": "Βασικός editor",
|
||||
"BackUp": "Back-Up",
|
||||
"SourceFolder": "Πηγή",
|
||||
"Files": "Αρχεία",
|
||||
"Change": "Τροποποίησε",
|
||||
"Settings": "Ρυθμίσεις",
|
||||
"Language": "Γλώσσα",
|
||||
"MemoryUsed": "Η μνήμη χρησιμοποιείται",
|
||||
"PartitionSize": "Μέγεθος partition"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Português",
|
||||
"code": "pt",
|
||||
"translation": {
|
||||
"AppName": "Gerenciador de arquivos Tiny",
|
||||
"AppTitle": "Gerenciador de arquivos",
|
||||
"Login": "Iniciar Sessão",
|
||||
"Username": "Nome de usuário",
|
||||
"Password": "Senha",
|
||||
"Logout": "Sair",
|
||||
"Move": "Mover",
|
||||
"Copy": "Copiar",
|
||||
"Save": "Salvar",
|
||||
"SelectAll": "Selecionar tudo",
|
||||
"UnSelectAll": "Desmarcar tudo",
|
||||
"File": "Arquivo",
|
||||
"Back": "Voltar",
|
||||
"Size": "Tamanho",
|
||||
"Perms": "Permissões",
|
||||
"Modified": "Modificado",
|
||||
"Owner": "Proprietário",
|
||||
"Search": "Buscar",
|
||||
"NewItem": "Novo Item",
|
||||
"Folder": "Pasta",
|
||||
"Delete": "Excluir",
|
||||
"Rename": "Renomear",
|
||||
"CopyTo": "Copiar em",
|
||||
"DirectLink": "Link direto",
|
||||
"UploadingFiles": "Upload de arquivos",
|
||||
"ChangePermissions": "Alterar permissões",
|
||||
"Copying": "Copiando",
|
||||
"CreateNewItem": "Criar novo item",
|
||||
"Name": "Nome",
|
||||
"AdvancedEditor": "Editor Avançado",
|
||||
"RememberMe": "Lembra de mim",
|
||||
"Actions": "Ações",
|
||||
"Upload": "Upload",
|
||||
"Cancel": "Cancelar",
|
||||
"InvertSelection": "Seleção reversa",
|
||||
"DestinationFolder": "Pasta de destino",
|
||||
"ItemType": "Tipo de Item",
|
||||
"ItemName": "Nome do item",
|
||||
"CreateNow": "Criar",
|
||||
"Download": "Baixar",
|
||||
"Open": "Abrir",
|
||||
"UnZip": "Descompactar os arquivos",
|
||||
"UnZipToFolder": "Descompactar na pasta",
|
||||
"Edit": "Editar",
|
||||
"NormalEditor": "Editor Normal",
|
||||
"BackUp": "Copia de segurança",
|
||||
"SourceFolder": "Pasta atual",
|
||||
"Files": "Arquivos",
|
||||
"Change": "Alterar",
|
||||
"Settings": "Preferências",
|
||||
"Language": "Idioma"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user