Compare commits
51 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e3877270b | ||
|
|
0319b7b102 | ||
|
|
4905e5c61c | ||
|
|
8b21009a47 | ||
|
|
b8b859a1fd | ||
|
|
339c26168c | ||
|
|
1c86942097 | ||
|
|
9a499734c5 | ||
|
|
1eac82f55a | ||
|
|
c2938925d8 | ||
|
|
b84fdbf008 | ||
|
|
7c376df205 | ||
|
|
7a7a44de9b | ||
|
|
3e19ba0243 | ||
|
|
bf8b715c13 | ||
|
|
4a8bd014af | ||
|
|
a5b2b459cd | ||
|
|
4f2eecc108 | ||
|
|
13e130c29f | ||
|
|
57ac3391e5 | ||
|
|
29ca36a18b | ||
|
|
c76a3a2fc5 | ||
|
|
0cb8ad86a5 | ||
|
|
567fcb6a25 | ||
|
|
4353cc7378 | ||
|
|
a0a7ceeea0 | ||
|
|
73abdcdaad | ||
|
|
059c70e05e | ||
|
|
8b6a984864 | ||
|
|
c18051dd5b | ||
|
|
d593cefde7 | ||
|
|
b6f552a79c | ||
|
|
3114fa92e3 | ||
|
|
21094a66ee | ||
|
|
5386b89aaf | ||
|
|
b579489148 | ||
|
|
9131db13a7 | ||
|
|
8d40ebcdd7 | ||
|
|
ea29092aea | ||
|
|
1696ebf0fc | ||
|
|
ffc34859cc | ||
|
|
9d472720a9 | ||
|
|
498804f8a5 | ||
|
|
4b4b48242e | ||
|
|
f67a343f48 | ||
|
|
f956ae3abc | ||
|
|
7a9730dfe1 | ||
|
|
62e58a6597 | ||
|
|
0c5ee15ea3 | ||
|
|
ae971c8b99 | ||
|
|
b546ac168e |
6
.github/FUNDING.yml
vendored
Normal file
6
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
# These are supported funding model platforms
|
||||||
|
|
||||||
|
patreon: ccpprogrammers
|
||||||
|
open_collective: tinyfilemanager
|
||||||
|
ko_fi: tinyfilemanager
|
||||||
|
custom: ['https://paypal.me/prasathmani']
|
||||||
50
README.md
50
README.md
@@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
|
|
||||||
[](https://tinyfilemanager.github.io/demo/)
|
[](https://tinyfilemanager.github.io/demo/)
|
||||||
[](https://tinyfilemanager.github.io/)
|
[](https://github.com/prasathmani/tinyfilemanager/wiki)
|
||||||
[](https://github.com/prasathmani/tinyfilemanager/releases)
|
[](https://github.com/prasathmani/tinyfilemanager/releases)
|
||||||
[](https://github.com/prasathmani/tinyfilemanager/blob/master/LICENSE)
|
[](https://github.com/prasathmani/tinyfilemanager/blob/master/LICENSE)
|
||||||
[](https://beerpay.io/prasathmani/tinyfilemanager)
|
[](https://www.paypal.me/prasathmani)
|
||||||
> 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.
|
> TinyFileManager is web based file manager and it is a simple, fast and small file manager with a single file, multi-language ready web application for storing, uploading, editing and managing files and folders online via web browser. The Application runs on PHP 5.5+, It allows the creation of multiple users and each user can have its own directory and a build-in support for managing text files with cloud9 IDE and it supports syntax highlighting for over 150+ languages and over 35+ themes.
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
[Demo](https://tinyfilemanager.github.io/demo/)
|
[Demo](https://tinyfilemanager.github.io/demo/)
|
||||||
@@ -14,17 +14,16 @@
|
|||||||
Login Details : admin/admin@123 | user/12345
|
Login Details : admin/admin@123 | user/12345
|
||||||
|
|
||||||
|
|
||||||
## Documents
|
## Documentation
|
||||||
[TinyFileManager.github.io](https://tinyfilemanager.github.io/) | [Password Generater](https://tinyfilemanager.github.io/docs/pwd.html)
|
Tinyfilemanager is highly documented on the [wiki pages](https://github.com/prasathmani/tinyfilemanager/wiki).
|
||||||
<hr>
|
|
||||||
|
|
||||||
[](screenshot.gif)
|
[](screenshot.gif)
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- PHP 5.5.0 or higher.
|
- PHP 5.5.0 or higher.
|
||||||
- [Zip extension](http://php.net/manual/en/book.zip.php) for zip and unzip actions.
|
- Fileinfo, iconv, zip, tar and mbstring extensions are strongly recommended.
|
||||||
- Fileinfo, iconv and mbstring extensions are strongly recommended.
|
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
@@ -35,38 +34,27 @@ You can also change the file name from "tinyfilemanager.php" to something else,
|
|||||||
|
|
||||||
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 [here](https://tinyfilemanager.github.io/docs/pwd.html)
|
:warning: 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.
|
To enable/disable authentication set `$use_auth` to true or false.
|
||||||
|
|
||||||
### Supported constants:
|
|
||||||
|
|
||||||
- `FM_ROOT_PATH` - default is `$_SERVER['DOCUMENT_ROOT']`
|
|
||||||
- `FM_ROOT_URL` - default is `'http(s)://site.domain/'`
|
|
||||||
- `FM_SELF_URL` - default is `'http(s)://site.domain/' . $_SERVER['PHP_SELF']`
|
|
||||||
- `FM_ICONV_INPUT_ENC` - default is `'CP1251'`
|
|
||||||
- `FM_USE_HIGHLIGHTJS` - default is `true`
|
|
||||||
- `FM_HIGHLIGHTJS_STYLE` - default is `'vs'`
|
|
||||||
- `FM_DATETIME_FORMAT` - default is `'d.m.y H:i'`
|
|
||||||
- `FM_EXTENSION` - default is `""` //upload files extensions
|
|
||||||
|
|
||||||
|
|
||||||
### :loudspeaker: Features
|
### :loudspeaker: Features
|
||||||
|
|
||||||
- :cd: Open Source, light and extremely simple
|
- :cd: Open Source, light and extremely simple
|
||||||
- :iphone: Mobile friendly view for touch devices
|
- :iphone: Mobile friendly view for touch devices
|
||||||
- :information_source: Basic features likes Create, Delete, Modify, View, Download, Copy and Move files
|
- :information_source: Basic features likes Create, Delete, Modify, View, Quick Preview, Download, Copy and Move files
|
||||||
- :arrow_double_up: Ajax Upload, Ability to drag & drop, upload from URL, multiple files upload and file extensions filter
|
- :arrow_double_up: Ajax Upload, Ability to drag & drop, upload from URL, multiple files upload with file extensions filter
|
||||||
- :file_folder: Ability to create folders and files
|
- :file_folder: Ability to create folders and files
|
||||||
- :gift: Ability to compress, extract files (`zip`, `tar`)
|
- :gift: Ability to compress, extract files (`zip`, `tar`)
|
||||||
- :sunglasses: Support user permissions - based on session and each user root folder mapping
|
- :sunglasses: Support user permissions - based on session and each user root folder mapping
|
||||||
- :floppy_disk: Copy direct file URL
|
- :floppy_disk: Copy direct file URL
|
||||||
- :pencil2: Cloud9 IDE - Syntax highlighting for over `150+` languages, Over `35+` themes with your favorite programming style
|
- :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
|
- :page_facing_up: Google/Microsoft doc viewer helps you preview `PDF/DOC/XLS/PPT/etc`. 25 MB can be previewed with the Google Drive viewer
|
||||||
- :zap: Backup files
|
- :zap: Backup files and IP blacklist and whitelist
|
||||||
- :mag_right: Search - Search and Sorting using `datatable js`
|
- :mag_right: Search - Search and filter files using `datatable js`
|
||||||
- :file_folder: Exclude folders from listing
|
- :file_folder: Exclude folders and files 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
|
- :globe_with_meridians: Multi-language(20+) support and for translations `translation.json` is file required
|
||||||
- :bangbang: lots more...
|
- :bangbang: lots more...
|
||||||
|
|
||||||
|
|
||||||
@@ -74,10 +62,6 @@ To enable/disable authentication set `$use_auth` to true or false.
|
|||||||
|
|
||||||
- Available under the [GNU license](https://github.com/prasathmani/tinyfilemanager/blob/master/LICENSE)
|
- Available under the [GNU license](https://github.com/prasathmani/tinyfilemanager/blob/master/LICENSE)
|
||||||
- Original concept and development by github.com/alexantr/filemanager
|
- 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, ekko-lightbox js, and DataTable js_
|
||||||
- To report a bug or request a feature, please file an [issue](https://github.com/prasathmani/tinyfilemanager/issues)
|
- 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
|
- [Contributors](https://github.com/prasathmani/tinyfilemanager/wiki/Authors-and-Contributors)
|
||||||
[](https://beerpay.io/prasathmani/tinyfilemanager)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
27
SECURITY.md
Normal file
27
SECURITY.md
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# Security Policy
|
||||||
|
|
||||||
|
## Reporting a Vulnerability
|
||||||
|
|
||||||
|
The team takes security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
|
||||||
|
|
||||||
|
To report a security issue, email [ccpprogrammers@gmail.com](mailto:ccpprogrammers@gmail.com) and include the word "SECURITY" in the subject line.
|
||||||
|
|
||||||
|
The team will send a response indicating the next steps in handling your report. After the initial reply to your report you will be kept informed of the progress towards a fix and full announcement.
|
||||||
|
|
||||||
|
Report security bugs in third-party modules to the person or team maintaining the module.
|
||||||
|
|
||||||
|
## Disclosure Policy
|
||||||
|
|
||||||
|
When the security team receives a security bug report, they will assign it to a
|
||||||
|
primary handler. This person will coordinate the fix and release process,
|
||||||
|
involving the following steps:
|
||||||
|
|
||||||
|
* Confirm the problem and determine the affected versions.
|
||||||
|
* Audit code to find any potential similar problems.
|
||||||
|
* Prepare fixes for all releases still under maintenance. These fixes will be
|
||||||
|
released as fast as possible to npm.
|
||||||
|
|
||||||
|
## Comments on this Policy
|
||||||
|
|
||||||
|
If you have suggestions on how this process could be improved please submit a
|
||||||
|
pull request.
|
||||||
1159
tinyfilemanager.php
1159
tinyfilemanager.php
File diff suppressed because one or more lines are too long
672
translation.json
672
translation.json
@@ -1,7 +1,81 @@
|
|||||||
{
|
{
|
||||||
"appName": "Tiny File Manager",
|
"appName": "Tiny File Manager",
|
||||||
"version": "2.3.4",
|
"version": "2.4.1",
|
||||||
"language": [
|
"language": [
|
||||||
|
{
|
||||||
|
"name": "فارسی",
|
||||||
|
"code": "Fa",
|
||||||
|
"translation": {
|
||||||
|
"Tiny File Manager": "مدیریت فایل کوچک",
|
||||||
|
"File Manager": "مدیریت فایل",
|
||||||
|
"Sign in": "ورود",
|
||||||
|
"Username": "نام کاربری",
|
||||||
|
"Password": "گذرواژه",
|
||||||
|
"Sign Out": "خروج",
|
||||||
|
"Move": "جابجایی",
|
||||||
|
"Copy": "کپی",
|
||||||
|
"Save": "ذخیره",
|
||||||
|
"Select all": "انتخاب همه",
|
||||||
|
"Unselect all": "انتخاب نکردن همه",
|
||||||
|
"File": "فایل",
|
||||||
|
"Back": "برگشت",
|
||||||
|
"Size": "حجم",
|
||||||
|
"Perms": "دسترسی",
|
||||||
|
"Modified": "ویرایش شده",
|
||||||
|
"Owner": "مالک",
|
||||||
|
"Search": "جستجو",
|
||||||
|
"New Item": "افزودن",
|
||||||
|
"Folder": "پوشه",
|
||||||
|
"Delete": "حذف",
|
||||||
|
"Rename": "تغییر نام",
|
||||||
|
"Copy to": "کپی در",
|
||||||
|
"Direct link": "لینک مستقیم",
|
||||||
|
"Upload Files": "اپلود فایل ها",
|
||||||
|
"Change Permissions": "تغییر دسترسی",
|
||||||
|
"Copying": "کپی کردن",
|
||||||
|
"Create New Item": "افزودن",
|
||||||
|
"Name": "نام",
|
||||||
|
"Advanced Editor": "ویرایشگر پیشرفته",
|
||||||
|
"Remember Me": "مرا به خاطر داشته باشe",
|
||||||
|
"Actions": "اکشن",
|
||||||
|
"Upload": "آپلود",
|
||||||
|
"Cancel": "انصراف",
|
||||||
|
"Invert Selection": "معکوس کردن انتخاب ها",
|
||||||
|
"Destination Folder": "پوشه مقصد",
|
||||||
|
"Item Type": "نوع مورد",
|
||||||
|
"Item Name": "نام مورد",
|
||||||
|
"Create Now": "ایجاد در الان",
|
||||||
|
"Download": "دانلود",
|
||||||
|
"Open": "باز کردن",
|
||||||
|
"UnZip": "UnZip",
|
||||||
|
"UnZip to folder": "خارج کردن از حالت فشرده",
|
||||||
|
"Edit": "ویرایش",
|
||||||
|
"Normal Editor": "ویرایش معمولی",
|
||||||
|
"Back Up": "برگشت بالا",
|
||||||
|
"Source Folder": "منبه پوشه",
|
||||||
|
"Files": "فایل ها",
|
||||||
|
"Change": "تغییر",
|
||||||
|
"Settings": "تنظیمات",
|
||||||
|
"Language": "زبان",
|
||||||
|
"Memory used": "حافظه استفاده شده",
|
||||||
|
"Partition size": "حجم پارتیشن",
|
||||||
|
"Error Reporting": "گزارش خطا",
|
||||||
|
"Show Hidden Files": "نمایش فایل های مخفی",
|
||||||
|
"Full size": "فضا پر است",
|
||||||
|
"Help": "راهنما",
|
||||||
|
"Free of": "خالیی از",
|
||||||
|
"Preview": "پیشنمایش",
|
||||||
|
"Help Documents": "مستندات کمکی",
|
||||||
|
"Report Issue": "گزارش مشکل",
|
||||||
|
"Generate": "ایجاد",
|
||||||
|
"Full Size": "تمام حجم",
|
||||||
|
"free of": "خالی از",
|
||||||
|
"Calculate folder size": "محاسبه حجم پوشه",
|
||||||
|
"Check Latest Version": "بررسی آخرین نسخه",
|
||||||
|
"Generate new password hash": "ایجاد گذرواژه جدید",
|
||||||
|
"Hide Perms/Owner columns": "مخفی کردن ستون های دسترسی و مالک"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "русский",
|
"name": "русский",
|
||||||
"code": "ru",
|
"code": "ru",
|
||||||
@@ -71,7 +145,6 @@
|
|||||||
"Username": "Username",
|
"Username": "Username",
|
||||||
"Password": "Password",
|
"Password": "Password",
|
||||||
"Logout": "Disconnettiti",
|
"Logout": "Disconnettiti",
|
||||||
"Move": "Sposta",
|
|
||||||
"Copy": "Copia",
|
"Copy": "Copia",
|
||||||
"Save": "Salva",
|
"Save": "Salva",
|
||||||
"SelectAll": "Seleziona tutto",
|
"SelectAll": "Seleziona tutto",
|
||||||
@@ -113,11 +186,14 @@
|
|||||||
"BackUp": "Back-Up",
|
"BackUp": "Back-Up",
|
||||||
"SourceFolder": "Cartella di Origine",
|
"SourceFolder": "Cartella di Origine",
|
||||||
"Files": "File",
|
"Files": "File",
|
||||||
|
"Move": "Sposta",
|
||||||
"Change": "Cambia",
|
"Change": "Cambia",
|
||||||
"Settings": "Impostazioni",
|
"Settings": "Impostazioni",
|
||||||
"Language": "Lingua",
|
"Language": "Lingua",
|
||||||
"MemoryUsed": "Memoria utilizzata",
|
"MemoryUsed": "Memoria utilizzata",
|
||||||
"PartitionSize": "Dimensione della partizione"
|
"PartitionSize": "Dimensione della partizione",
|
||||||
|
"ErrorReporting": "Segnala errori",
|
||||||
|
"ShowHiddenFiles": "Mostra file nascosti"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -237,13 +313,71 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Deutsche",
|
"name": "Català",
|
||||||
|
"code": "ca",
|
||||||
|
"translation": {
|
||||||
|
"AppName": "Tiny File Manager",
|
||||||
|
"AppTitle": "Administrador d'Arxius",
|
||||||
|
"Login": "Iniciar Sessió",
|
||||||
|
"Username": "Nom d'Usuari",
|
||||||
|
"Password": "Contrasenya",
|
||||||
|
"Logout": "Desconnectar-se",
|
||||||
|
"Move": "Moure",
|
||||||
|
"Copy": "Copiar",
|
||||||
|
"Save": "Desar",
|
||||||
|
"SelectAll": "Seleccionar Tot",
|
||||||
|
"UnSelectAll": "Deseleccionar Tot",
|
||||||
|
"File": "Arxiu",
|
||||||
|
"Back": "Enrere",
|
||||||
|
"Size": "Mida",
|
||||||
|
"Perms": "Permisos",
|
||||||
|
"Modified": "Modificat",
|
||||||
|
"Owner": "Propietari",
|
||||||
|
"Search": "Cercar",
|
||||||
|
"NewItem": "Nou Ítem",
|
||||||
|
"Folder": "Carpeta",
|
||||||
|
"Delete": "Esborrar",
|
||||||
|
"Rename": "Canviar Nom",
|
||||||
|
"CopyTo": "Copiar a",
|
||||||
|
"DirectLink": "Enllaç Directe",
|
||||||
|
"UploadingFiles": "Pujar Arxius",
|
||||||
|
"ChangePermissions": "Canviar Permisos",
|
||||||
|
"Copying": "Copiant",
|
||||||
|
"CreateNewItem": "Crear un Nou Ítem",
|
||||||
|
"Name": "Nom",
|
||||||
|
"AdvancedEditor": "Editor Avançat",
|
||||||
|
"RememberMe": "Recorda'm",
|
||||||
|
"Actions": "Accions",
|
||||||
|
"Upload": "Pujar",
|
||||||
|
"Cancel": "Cancel·lar",
|
||||||
|
"InvertSelection": "Invertir Selecció",
|
||||||
|
"DestinationFolder": "Carpeta Destí",
|
||||||
|
"ItemType": "Tipus d'Ítem",
|
||||||
|
"ItemName": "Nom de l'Ítem",
|
||||||
|
"CreateNow": "Crear",
|
||||||
|
"Download": "Descarregar",
|
||||||
|
"Open": "Obrir",
|
||||||
|
"UnZip": "Descomprimir",
|
||||||
|
"UnZipToFolder": "Descomprimir a Carpeta",
|
||||||
|
"Edit": "Editar",
|
||||||
|
"NormalEditor": "Editor Normal",
|
||||||
|
"BackUp": "Còpia de Seguretat",
|
||||||
|
"SourceFolder": "Carpeta Actual",
|
||||||
|
"Files": "Arxius",
|
||||||
|
"Change": "Canviar",
|
||||||
|
"Settings": "Preferències",
|
||||||
|
"Language": "Idioma",
|
||||||
|
"Preview": "Previsualitzar"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Deutsch",
|
||||||
"code": "de",
|
"code": "de",
|
||||||
"translation": {
|
"translation": {
|
||||||
"AppName": "Tiny File Manager",
|
"AppName": "Tiny File Manager",
|
||||||
"AppTitle": "Datei Manager",
|
"AppTitle": "Datei Manager",
|
||||||
"Login": "Einloggen",
|
"Login": "Einloggen",
|
||||||
"Username": "Benutername",
|
"Username": "Benutzername",
|
||||||
"Password": "Passwort",
|
"Password": "Passwort",
|
||||||
"Logout": "Ausloggen",
|
"Logout": "Ausloggen",
|
||||||
"Move": "Verschieben",
|
"Move": "Verschieben",
|
||||||
@@ -254,26 +388,26 @@
|
|||||||
"File": "Datei",
|
"File": "Datei",
|
||||||
"Back": "Zurück",
|
"Back": "Zurück",
|
||||||
"Size": "Größe",
|
"Size": "Größe",
|
||||||
"Perms": "Perms",
|
"Perms": "Berechtigungen",
|
||||||
"Modified": "Geändert",
|
"Modified": "Geändert",
|
||||||
"Owner": "Eigentümer",
|
"Owner": "Eigentümer",
|
||||||
"Search": "Suchen",
|
"Search": "Suchen",
|
||||||
"NewItem": "Neues Item",
|
"NewItem": "Neues Element",
|
||||||
"Folder": "Ordner",
|
"Folder": "Ordner",
|
||||||
"Delete": "Löschen",
|
"Delete": "Löschen",
|
||||||
"Rename": "Umbennen",
|
"Rename": "Umbenennen",
|
||||||
"CopyTo": "Kopieren nach",
|
"CopyTo": "Kopieren nach",
|
||||||
"DirectLink": "Direktlink",
|
"DirectLink": "Direktlink",
|
||||||
"UploadingFiles": "Datei hochladen",
|
"UploadingFiles": "Datei hochladen",
|
||||||
"ChangePermissions": "Berechtigungen ändern",
|
"ChangePermissions": "Berechtigungen ändern",
|
||||||
"Copying": "Kopieren",
|
"Copying": "Kopieren",
|
||||||
"CreateNewItem": "Neue Datei erstellen",
|
"CreateNewItem": "Neue Datei erstellen",
|
||||||
"Name": "Naam",
|
"Name": "Name",
|
||||||
"AdvancedEditor": "Fortgeschrittener Editor",
|
"AdvancedEditor": "Erweiterter Editor",
|
||||||
"RememberMe": "Eingeloggt bleiben",
|
"RememberMe": "Eingeloggt bleiben",
|
||||||
"Actions": "Aktionen",
|
"Actions": "Aktionen",
|
||||||
"Upload": "Hochladen",
|
"Upload": "Hochladen",
|
||||||
"Cancel": "Abbrechner",
|
"Cancel": "Abbrechen",
|
||||||
"InvertSelection": "Auswahl umkehren",
|
"InvertSelection": "Auswahl umkehren",
|
||||||
"DestinationFolder": "Zielordner",
|
"DestinationFolder": "Zielordner",
|
||||||
"ItemType": "Dateityp",
|
"ItemType": "Dateityp",
|
||||||
@@ -281,14 +415,14 @@
|
|||||||
"CreateNow": "Jetzt erstellen",
|
"CreateNow": "Jetzt erstellen",
|
||||||
"Download": "Download",
|
"Download": "Download",
|
||||||
"Open": "Öffnen",
|
"Open": "Öffnen",
|
||||||
"UnZip": "UnZip",
|
"UnZip": "Entpacken",
|
||||||
"UnZipToFolder": "UnZip im Ordner",
|
"UnZipToFolder": "Entpacken im Ordner",
|
||||||
"Edit": "Bearbeiten",
|
"Edit": "Bearbeiten",
|
||||||
"NormalEditor": "Normaler Editor",
|
"NormalEditor": "Standard Editor",
|
||||||
"BackUp": "Backup",
|
"BackUp": "Backup",
|
||||||
"SourceFolder": "Source ordner",
|
"SourceFolder": "Quellordner",
|
||||||
"Files": "Datein",
|
"Files": "Dateien",
|
||||||
"Change": "Verändern",
|
"Change": "Ändern",
|
||||||
"Settings": "Einstellungen",
|
"Settings": "Einstellungen",
|
||||||
"Language": "Sprache"
|
"Language": "Sprache"
|
||||||
}
|
}
|
||||||
@@ -354,20 +488,20 @@
|
|||||||
"name": "简体中文",
|
"name": "简体中文",
|
||||||
"code": "zh-CN",
|
"code": "zh-CN",
|
||||||
"translation": {
|
"translation": {
|
||||||
"AppName": "Tiny File Manager",
|
"AppName": "文件管理器",
|
||||||
"AppTitle": "文件及目录管理器",
|
"AppTitle": "文件管理器",
|
||||||
"Login": "登录",
|
"Login": "登录",
|
||||||
"Username": "账号",
|
"Username": "账号",
|
||||||
"Password": "密码",
|
"Password": "密码",
|
||||||
"Logout": "退出",
|
"Logout": "退出",
|
||||||
"Move": "移动",
|
"Move": "移动",
|
||||||
"Copy": "拷贝",
|
"Copy": "复制",
|
||||||
"Save": "保存",
|
"Save": "保存",
|
||||||
"SelectAll": "全选",
|
"SelectAll": "全选",
|
||||||
"UnSelectAll": "取消全选",
|
"UnSelectAll": "取消全选",
|
||||||
"File": "文件",
|
"File": "文件",
|
||||||
"Back": "取消上传",
|
"Back": "取消",
|
||||||
"Size": "文档大小",
|
"Size": "大小",
|
||||||
"Perms": "权限",
|
"Perms": "权限",
|
||||||
"Modified": "修改时间",
|
"Modified": "修改时间",
|
||||||
"Owner": "拥有者",
|
"Owner": "拥有者",
|
||||||
@@ -384,7 +518,7 @@
|
|||||||
"Name": "文件名",
|
"Name": "文件名",
|
||||||
"AdvancedEditor": "高级编辑器",
|
"AdvancedEditor": "高级编辑器",
|
||||||
"RememberMe": "记住登录信息",
|
"RememberMe": "记住登录信息",
|
||||||
"Actions": "可执行操作",
|
"Actions": "执行操作",
|
||||||
"Upload": "上传",
|
"Upload": "上传",
|
||||||
"Cancel": "取消",
|
"Cancel": "取消",
|
||||||
"InvertSelection": "反向选择",
|
"InvertSelection": "反向选择",
|
||||||
@@ -392,7 +526,7 @@
|
|||||||
"ItemType": "文件类型",
|
"ItemType": "文件类型",
|
||||||
"ItemName": "创建名称",
|
"ItemName": "创建名称",
|
||||||
"CreateNow": "创建",
|
"CreateNow": "创建",
|
||||||
"Download": "下載",
|
"Download": "下载",
|
||||||
"UnZip": "解压缩",
|
"UnZip": "解压缩",
|
||||||
"UnZipToFolder": "解压至目标文件夹",
|
"UnZipToFolder": "解压至目标文件夹",
|
||||||
"Edit": "编辑",
|
"Edit": "编辑",
|
||||||
@@ -401,7 +535,7 @@
|
|||||||
"SourceFolder": "源文件夹",
|
"SourceFolder": "源文件夹",
|
||||||
"Files": "文件",
|
"Files": "文件",
|
||||||
"Change": "修改",
|
"Change": "修改",
|
||||||
"Settings": "配置",
|
"Settings": "设置",
|
||||||
"Language": "语言",
|
"Language": "语言",
|
||||||
"Open": "开启",
|
"Open": "开启",
|
||||||
"Group": "用户组",
|
"Group": "用户组",
|
||||||
@@ -413,7 +547,20 @@
|
|||||||
"enable": "启用",
|
"enable": "启用",
|
||||||
"disable": "禁用",
|
"disable": "禁用",
|
||||||
"ErrorReporting": "上传错误报告",
|
"ErrorReporting": "上传错误报告",
|
||||||
"ShowHiddenFiles": "显示隐藏文件"
|
"ShowHiddenFiles": "显示隐藏文件",
|
||||||
|
"Help": "帮助",
|
||||||
|
"HideColumns": "隐藏权限&拥有者",
|
||||||
|
"CalculateFolderSize": "显示文件夹大小",
|
||||||
|
"FullSize": "所有文件大小",
|
||||||
|
"MemoryUsed": "使用内存",
|
||||||
|
"PartitionSize": "可用空间",
|
||||||
|
"FreeOf": "磁盘大小",
|
||||||
|
"Check Latest Version": "检查更新",
|
||||||
|
"Generate new password hash": "生成新的hash密码",
|
||||||
|
"Report Issue": "报告问题",
|
||||||
|
"Help Documents": "帮助文档",
|
||||||
|
"Generate": "生成",
|
||||||
|
"Preview": "预览"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -652,7 +799,478 @@
|
|||||||
"Files": "Arquivos",
|
"Files": "Arquivos",
|
||||||
"Change": "Alterar",
|
"Change": "Alterar",
|
||||||
"Settings": "Preferências",
|
"Settings": "Preferências",
|
||||||
"Language": "Idioma"
|
"Language": "Idioma",
|
||||||
|
"Preview": "Visualizar",
|
||||||
|
"MemoryUsed": "Memória usada",
|
||||||
|
"PartitionSize": "Tamanho da partição",
|
||||||
|
"ErrorReporting": "Relatório de erros",
|
||||||
|
"ShowHiddenFiles": "Mostrar arquivos ocultos",
|
||||||
|
"Group": "Grupo",
|
||||||
|
"Other": "Outros",
|
||||||
|
"Read": "Ler",
|
||||||
|
"Write": "Escrever",
|
||||||
|
"Execute": "Executar",
|
||||||
|
"enable": "habilitar",
|
||||||
|
"disable": "desativar",
|
||||||
|
"FreeOf": "Livre de",
|
||||||
|
"Free Of": "Livre de",
|
||||||
|
"FullSize": "tamanho completo",
|
||||||
|
"Help": "Ajuda / Suporte",
|
||||||
|
"Generate": "Gerar",
|
||||||
|
"Report Issue": "Informar problema",
|
||||||
|
"Generate new password hash": "Gerar nova hash de senha",
|
||||||
|
"Help Documents": "Documentos de Ajuda",
|
||||||
|
"Check Latest Version": "Verifique a última versão",
|
||||||
|
"HideColumns": "Ocultar colunas Perms / Owner",
|
||||||
|
"CalculateFolderSize": "Calcular o tamanho da pasta"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Polski",
|
||||||
|
"code": "pl",
|
||||||
|
"translation": {
|
||||||
|
"AppName": "Tiny File Manager",
|
||||||
|
"AppTitle": "Menedżer plików",
|
||||||
|
"Login": "Login",
|
||||||
|
"Username": "Nazwa Użytkownika",
|
||||||
|
"Password": "Hasło",
|
||||||
|
"Logout": "Wyloguj",
|
||||||
|
"Move": "Przenieś",
|
||||||
|
"Copy": "Kopiuj",
|
||||||
|
"Save": "Zapisz",
|
||||||
|
"SelectAll": "Zaznacz wszystko",
|
||||||
|
"UnSelectAll": "Odznacz wszystko",
|
||||||
|
"File": "Plik",
|
||||||
|
"Back": "Cofnij",
|
||||||
|
"Size": "Rozmiar",
|
||||||
|
"Perms": "Uprawnienia",
|
||||||
|
"Modified": "Zmodyfikowano",
|
||||||
|
"Owner": "Właściciel",
|
||||||
|
"Search": "Szukaj",
|
||||||
|
"NewItem": "Nowy plik",
|
||||||
|
"Folder": "Folder",
|
||||||
|
"Delete": "Usuń",
|
||||||
|
"Rename": "Zmień nazwę",
|
||||||
|
"CopyTo": "Kopiuj do",
|
||||||
|
"DirectLink": "Link bezpośredni",
|
||||||
|
"UploadingFiles": "Wysyłanie plików",
|
||||||
|
"ChangePermissions": "Zmień uprawnienia",
|
||||||
|
"Copying": "Kopiowanie",
|
||||||
|
"CreateNewItem": "Utwórz nowy plik",
|
||||||
|
"Name": "Nazwa",
|
||||||
|
"AdvancedEditor": "Zaawansowany edytor",
|
||||||
|
"RememberMe": "Pamiętaj mnie",
|
||||||
|
"Actions": "Akcje",
|
||||||
|
"Upload": "Wyślij",
|
||||||
|
"Cancel": "Anuluj",
|
||||||
|
"InvertSelection": "Odwróć zaznaczenie",
|
||||||
|
"DestinationFolder": "Folder docelowy",
|
||||||
|
"ItemType": "Typ pliku",
|
||||||
|
"ItemName": "Nazwa pliku",
|
||||||
|
"CreateNow": "Utwórz nowy",
|
||||||
|
"Download": "Pobierz",
|
||||||
|
"Open": "Otwórz",
|
||||||
|
"UnZip": "Rozpakuj",
|
||||||
|
"UnZipToFolder": "Rozpakuj do",
|
||||||
|
"Edit": "Edytuj",
|
||||||
|
"NormalEditor": "Edytuj normalnie",
|
||||||
|
"BackUp": "Kopia zapasowa",
|
||||||
|
"SourceFolder": "Folder źródłowy",
|
||||||
|
"Files": "Pliki",
|
||||||
|
"Change": "Zmień",
|
||||||
|
"Settings": "Ustawienia",
|
||||||
|
"Language": "Język"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Việt Nam",
|
||||||
|
"code": "vi",
|
||||||
|
"translation": {
|
||||||
|
"AppName": "Trình quản lí tệp Tiny",
|
||||||
|
"AppTitle": "Trình quản lí",
|
||||||
|
"Login": "Đăng nhập",
|
||||||
|
"Username": "Tên đăng nhập",
|
||||||
|
"Password": "Mật khẩu",
|
||||||
|
"Logout": "Đăng xuất",
|
||||||
|
"Move": "Di chuyển",
|
||||||
|
"Copy": "Sao chép",
|
||||||
|
"Save": "Lưu",
|
||||||
|
"SelectAll": "Chọn tất cả",
|
||||||
|
"UnSelectAll": "Hủy chọn tất cả",
|
||||||
|
"File": "Tệp tin",
|
||||||
|
"Back": "Trở lại",
|
||||||
|
"Size": "Kích cỡ",
|
||||||
|
"Perms": "Quyền",
|
||||||
|
"Modified": "Sửa đổi",
|
||||||
|
"Owner": "Sở hữu",
|
||||||
|
"Search": "Tìm kiếm",
|
||||||
|
"NewItem": "Tạo mới",
|
||||||
|
"Folder": "Thư mục",
|
||||||
|
"Delete": "Xóa",
|
||||||
|
"Rename": "Đổi tên",
|
||||||
|
"CopyTo": "Sao chép đến",
|
||||||
|
"DirectLink": "Đường dẫn URL",
|
||||||
|
"UploadingFiles": "Tải lên file",
|
||||||
|
"ChangePermissions": "Thay đổi quyền",
|
||||||
|
"Copying": "Đang sao chép",
|
||||||
|
"CreateNewItem": "Tạo mới",
|
||||||
|
"Name": "Tên",
|
||||||
|
"AdvancedEditor": "Chỉnh sửa nâng cao",
|
||||||
|
"RememberMe": "Ghi nhớ đăng nhập",
|
||||||
|
"Actions": "Hành động",
|
||||||
|
"Upload": "Tải lên",
|
||||||
|
"Cancel": "Hủy",
|
||||||
|
"InvertSelection": "Lừa chọn đảo ngươc",
|
||||||
|
"DestinationFolder": "Thư mục đích",
|
||||||
|
"ItemType": "Kiểu",
|
||||||
|
"ItemName": "Tên tệp",
|
||||||
|
"CreateNow": "Tạo",
|
||||||
|
"Download": "Tải xuống",
|
||||||
|
"Open": "Mở",
|
||||||
|
"UnZip": "Giải nén",
|
||||||
|
"UnZipToFolder": "Giải nén đến thư mục",
|
||||||
|
"Edit": "Sửa",
|
||||||
|
"NormalEditor": "Chỉnh sửa",
|
||||||
|
"BackUp": "Back up",
|
||||||
|
"SourceFolder": "Thư mục",
|
||||||
|
"Files": "Tệp tin",
|
||||||
|
"Change": "Thay đổi",
|
||||||
|
"Settings": "Cài đặt",
|
||||||
|
"Language": "Ngôn ngữ",
|
||||||
|
"PartitionSize": "Kích thước"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Hebrew",
|
||||||
|
"code": "he",
|
||||||
|
"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": "גיבוי",
|
||||||
|
"SourceFolder": "תקיית מקור",
|
||||||
|
"Files": "קבצים",
|
||||||
|
"Change": "שנה",
|
||||||
|
"Settings": "הגדרות",
|
||||||
|
"Language": "שפה",
|
||||||
|
"MemoryUsed": "זיכרון בשימוש",
|
||||||
|
"PartitionSize": "גודל מחיצה"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "العربية",
|
||||||
|
"code": "Ar",
|
||||||
|
"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": "نسخة احتياطية",
|
||||||
|
"SourceFolder": "مجلد المصدر",
|
||||||
|
"Files": "ملفات",
|
||||||
|
"Change": "تغيير",
|
||||||
|
"Settings": "اعدادات",
|
||||||
|
"Language": "لغة",
|
||||||
|
"MemoryUsed": "الذاكرة المستخدمة",
|
||||||
|
"PartitionSize": "حجم القسم",
|
||||||
|
"Free of": "مساحة فارغة من ",
|
||||||
|
"Preview": "عرض",
|
||||||
|
"Full size": "الحجم الكلي",
|
||||||
|
"ErrorReporting": "التبليغ باخطاء",
|
||||||
|
"ShowHiddenFiles": "اظهار الملفات المخفية",
|
||||||
|
"Help": "مساعدة",
|
||||||
|
"Generate": "توليد",
|
||||||
|
"Report Issue": "التبليغ بمشكلة",
|
||||||
|
"Generate new password hash": "توليد هاش لكلمة المرور",
|
||||||
|
"Help Documents": "وثائق المساعدة",
|
||||||
|
"Check Latest Version": "تفقد آخر الاصدارات"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Česky",
|
||||||
|
"code": "cz",
|
||||||
|
"translation": {
|
||||||
|
"AppName": "Tiny File Manager",
|
||||||
|
"AppTitle": "File Manager",
|
||||||
|
"Login": "Přihlásit",
|
||||||
|
"Username": "Přihlašovací jméno",
|
||||||
|
"Password": "Heslo",
|
||||||
|
"Logout": "Odhlásit",
|
||||||
|
"Move": "Přesunout",
|
||||||
|
"Copy": "Kopírovat",
|
||||||
|
"Save": "Uložit",
|
||||||
|
"SelectAll": "Vybrat vše",
|
||||||
|
"UnSelectAll": "Odebrat vše",
|
||||||
|
"File": "Soubor",
|
||||||
|
"Back": "Zpět",
|
||||||
|
"Size": "Velikost",
|
||||||
|
"Perms": "Oprávnění",
|
||||||
|
"Modified": "Změněno",
|
||||||
|
"Owner": "Vlastník",
|
||||||
|
"Search": "Hledat",
|
||||||
|
"NewItem": "Nová položka",
|
||||||
|
"Folder": "Složka",
|
||||||
|
"Delete": "Smazat",
|
||||||
|
"Rename": "Přejmenovat",
|
||||||
|
"CopyTo": "Kopírovat do",
|
||||||
|
"DirectLink": "Přímý odkaz",
|
||||||
|
"UploadingFiles": "Nahrát soubory",
|
||||||
|
"ChangePermissions": "Změnit oprávnění",
|
||||||
|
"Copying": "Kopírování",
|
||||||
|
"CreateNewItem": "Vytvoř novou položku",
|
||||||
|
"Name": "Název",
|
||||||
|
"AdvancedEditor": "Vylepšený editor",
|
||||||
|
"RememberMe": "Pamatuj si mně",
|
||||||
|
"Actions": "Akce",
|
||||||
|
"Upload": "Nahrát",
|
||||||
|
"Cancel": "Ukončit",
|
||||||
|
"InvertSelection": "Obrať výběr",
|
||||||
|
"DestinationFolder": "Konečná složka",
|
||||||
|
"ItemType": "Typ položky",
|
||||||
|
"ItemName": "Název položky",
|
||||||
|
"CreateNow": "Vytvořit",
|
||||||
|
"Download": "Stáhnout",
|
||||||
|
"Open": "Otevřít",
|
||||||
|
"UnZip": "Rozbalit",
|
||||||
|
"UnZipToFolder": "Rozbalit do",
|
||||||
|
"Edit": "Úpravy",
|
||||||
|
"NormalEditor": "Editor",
|
||||||
|
"BackUp": "Záloha",
|
||||||
|
"SourceFolder": "Zdrojová složka",
|
||||||
|
"Files": "Soubory",
|
||||||
|
"Change": "Změnit",
|
||||||
|
"Settings": "Nastavení",
|
||||||
|
"Language": "Jazyk",
|
||||||
|
"MemoryUsed": "Využitá paměť",
|
||||||
|
"PartitionSize": "Velikost oddílu",
|
||||||
|
"ErrorReporting": "Hlášení chyb",
|
||||||
|
"ShowHiddenFiles": "Zobrazit skryté soubory",
|
||||||
|
"Preview": "Náhled",
|
||||||
|
"Help": "Pomoc",
|
||||||
|
"FullSize": "Plná velikost",
|
||||||
|
"FreeOf": "volné z"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Türkçe",
|
||||||
|
"code": "tr",
|
||||||
|
"translation": {
|
||||||
|
"Tiny File Manager": "Tiny Dosya Yöneticisi",
|
||||||
|
"File Manager": "Dosya Yöneticisi",
|
||||||
|
"Sign in": "Giriş Yap",
|
||||||
|
"Username": "Kullanıcı adı",
|
||||||
|
"Password": "Parola",
|
||||||
|
"Sign Out": "Çıkış Yap",
|
||||||
|
"Move": "Taşı",
|
||||||
|
"Copy": "Kopyala",
|
||||||
|
"Save": "Kaydet",
|
||||||
|
"Select all": "Hepsini Seç",
|
||||||
|
"Unselect all": "Hepsini Bırak",
|
||||||
|
"File": "Dosya",
|
||||||
|
"Back": "Geri",
|
||||||
|
"Size": "Boyut",
|
||||||
|
"Perms": "İzinler",
|
||||||
|
"Modified": "Son Düzenleme",
|
||||||
|
"Owner": "Sahibi",
|
||||||
|
"Search": "Arama",
|
||||||
|
"New Item": "Yeni Dosya",
|
||||||
|
"Folder": "Klasör",
|
||||||
|
"Delete": "Sil",
|
||||||
|
"Rename": "Yeniden Adlandır",
|
||||||
|
"Copy to": "Şuraya Kopyala",
|
||||||
|
"Direct link": "Erişim Linki",
|
||||||
|
"Upload Files": "Dosyaları Yükle",
|
||||||
|
"Change Permissions": "İzinleri Değiştir",
|
||||||
|
"Copying": "Kopyalanıyor",
|
||||||
|
"Create New Item": "Yeni Dosya Oluştur",
|
||||||
|
"Name": "Ad",
|
||||||
|
"Advanced Editor": "Gelişmiş Düzenleyici",
|
||||||
|
"Remember Me": "Beni Hatırla",
|
||||||
|
"Actions": "Hareketler",
|
||||||
|
"Upload": "Yükle",
|
||||||
|
"Cancel": "İptal Et",
|
||||||
|
"Invert Selection": "Seçimi Geri Al",
|
||||||
|
"Destination Folder": "Hedef klasör",
|
||||||
|
"Item Type": "Dosya Türü",
|
||||||
|
"Item Name": "Dosya Adı",
|
||||||
|
"Create Now": "Oluştur",
|
||||||
|
"Download": "İndir",
|
||||||
|
"Open": "Aç",
|
||||||
|
"UnZip": "Arşivden çıkart",
|
||||||
|
"UnZip to folder": "Klasöre Çıkart",
|
||||||
|
"Edit": "Düzenle",
|
||||||
|
"Normal Editor": "Normal Düzenleyici",
|
||||||
|
"Back Up": "Yedekle",
|
||||||
|
"Source Folder": "Kaynak Klasör",
|
||||||
|
"Files": "Dosyalar",
|
||||||
|
"Change": "Değişim",
|
||||||
|
"Settings": "Ayarlar",
|
||||||
|
"Language": "Dil",
|
||||||
|
"Memory used": "Kullanılan Bellek",
|
||||||
|
"Partition size": "Disk Boyutu",
|
||||||
|
"Error Reporting": "Hata Raporlama",
|
||||||
|
"Show Hidden Files": "Gizli Dosyaları Göster",
|
||||||
|
"Full size": "Toplam Boyut",
|
||||||
|
"Help": "Yardım",
|
||||||
|
"Free of": "Boş Olan",
|
||||||
|
"Preview": "Görüntüle",
|
||||||
|
"Help Documents": "Dökümanlar",
|
||||||
|
"Report Issue": "Sorun Bildir",
|
||||||
|
"Generate": "Oluştur",
|
||||||
|
"Full Size": "Toplam Boyut",
|
||||||
|
"free of": "Boş olan",
|
||||||
|
"Calculate folder size": "Klasör Boyutlarını Hesapla",
|
||||||
|
"Check Latest Version": "Güncel Sürümü Kontrol Et",
|
||||||
|
"Generate new password hash": "Parola için Hash Üret",
|
||||||
|
"Hide Perms/Owner columns": "Yetki / Sahip Sütununu Gizle"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Slovensky",
|
||||||
|
"code": "sk",
|
||||||
|
"translation": {
|
||||||
|
"AppName": "Tiny File Manager",
|
||||||
|
"AppTitle": "File Manager",
|
||||||
|
"Login": "Prihlásiť sa",
|
||||||
|
"Username": "Prihlasovacie meno",
|
||||||
|
"Password": "Heslo",
|
||||||
|
"Logout": "Odhlásiť",
|
||||||
|
"Move": "Presunúť",
|
||||||
|
"Copy": "Kopírovať",
|
||||||
|
"Save": "Uložiť",
|
||||||
|
"SelectAll": "Vybrať všetko",
|
||||||
|
"UnSelectAll": "Zrušiť výber",
|
||||||
|
"File": "Súbor",
|
||||||
|
"Back": "Späť",
|
||||||
|
"Size": "Veľkosť",
|
||||||
|
"Perms": "Oprávnenia",
|
||||||
|
"Modified": "Zmenené",
|
||||||
|
"Owner": "Vlastník",
|
||||||
|
"Search": "Hľadať",
|
||||||
|
"NewItem": "Nový súbor",
|
||||||
|
"Folder": "Priečinok",
|
||||||
|
"Delete": "Zmazať",
|
||||||
|
"Rename": "Premenovať",
|
||||||
|
"CopyTo": "Kopírovať do",
|
||||||
|
"DirectLink": "Priamy odkaz",
|
||||||
|
"UploadingFiles": "Nahrať súbory",
|
||||||
|
"ChangePermissions": "Zmeniť oprávnenia",
|
||||||
|
"Copying": "Kopírovanie",
|
||||||
|
"CreateNewItem": "Vytvoriť nový súbor",
|
||||||
|
"Name": "Názov",
|
||||||
|
"AdvancedEditor": "Pokročilý editor",
|
||||||
|
"RememberMe": "Zapamätať",
|
||||||
|
"Actions": "Akcie",
|
||||||
|
"Upload": "Nahrať",
|
||||||
|
"Cancel": "Zrušiť",
|
||||||
|
"InvertSelection": "Obrátiť výber",
|
||||||
|
"DestinationFolder": "Cieľový priečinok",
|
||||||
|
"ItemType": "Typ súboru",
|
||||||
|
"ItemName": "Názov súboru",
|
||||||
|
"CreateNow": "Vytvoriť",
|
||||||
|
"Download": "Stiahnúť",
|
||||||
|
"Open": "Otvoriť",
|
||||||
|
"UnZip": "Rozbaliť",
|
||||||
|
"UnZipToFolder": "Rozbaliť do",
|
||||||
|
"Edit": "Upraviť",
|
||||||
|
"NormalEditor": "Editor",
|
||||||
|
"BackUp": "Záloha",
|
||||||
|
"SourceFolder": "Zdrojový priečinok",
|
||||||
|
"Files": "Súbory",
|
||||||
|
"Change": "Zmeniť",
|
||||||
|
"Settings": "Nastavenia",
|
||||||
|
"Language": "Jazyk",
|
||||||
|
"MemoryUsed": "Využitá pamäť",
|
||||||
|
"PartitionSize": "Veľkosť oddielu",
|
||||||
|
"ErrorReporting": "Hlásenie chýb",
|
||||||
|
"ShowHiddenFiles": "Zobraziť skryté súbory",
|
||||||
|
"Preview": "Náhľad",
|
||||||
|
"Help": "Pomoc",
|
||||||
|
"FullSize": "Celková veľkosť",
|
||||||
|
"FreeOf": "voľné z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user