Compare commits
62 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5738e8c164 | ||
|
|
bbb2114918 | ||
|
|
6ae693b1fb | ||
|
|
e071b2372c | ||
|
|
ba1b499d2b | ||
|
|
6775bcb176 | ||
|
|
4b2aef8737 | ||
|
|
1eed63cf1b | ||
|
|
200d9d6d49 | ||
|
|
cddd7eaab0 | ||
|
|
dd1ba6795c | ||
|
|
9c4d30d7b5 | ||
|
|
12baf03ef5 | ||
|
|
dc529dd590 | ||
|
|
69ccd952fc | ||
|
|
69495db9b4 | ||
|
|
313acf1b78 | ||
|
|
ac672b832c | ||
|
|
789b98f136 | ||
|
|
97fd394a0f | ||
|
|
8f2f65b9fc | ||
|
|
31b988db79 | ||
|
|
d09cc2f445 | ||
|
|
5a00707890 | ||
|
|
cfb9a57d5e | ||
|
|
652c05914f | ||
|
|
e30ec1dfd2 | ||
|
|
610cea8ecd | ||
|
|
d4019e6e10 | ||
|
|
f20d3e9e06 | ||
|
|
c4ab436f6d | ||
|
|
e5c78e8ab9 | ||
|
|
f8cedbcf59 | ||
|
|
df80b73436 | ||
|
|
8de16a4c8a | ||
|
|
4d8d4a3aba | ||
|
|
fce0f5bacb | ||
|
|
59c6b9b26a | ||
|
|
be49a13b8e | ||
|
|
2c0e6d216e | ||
|
|
805308a013 | ||
|
|
2a2d81ce78 | ||
|
|
2eb00ab3de | ||
|
|
74727fe48a | ||
|
|
6190ae69e9 | ||
|
|
3a3033bdce | ||
|
|
afe1227caa | ||
|
|
cda40e22f1 | ||
|
|
b24887d4fd | ||
|
|
17de8af81b | ||
|
|
50ccd29623 | ||
|
|
04c1d45b5f | ||
|
|
ca94f23c47 | ||
|
|
a65f8ff8b5 | ||
|
|
13b2bd0164 | ||
|
|
ccf18947c8 | ||
|
|
d4d620fe66 | ||
|
|
4d7078829d | ||
|
|
7bd9483728 | ||
|
|
179e13c4a6 | ||
|
|
4ff141bb15 | ||
|
|
9b2bb18acb |
2
.github/FUNDING.yml
vendored
2
.github/FUNDING.yml
vendored
@@ -1,5 +1,5 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: prasathmani
|
||||
patreon: ccpprogrammers
|
||||
open_collective: tinyfilemanager
|
||||
ko_fi: tinyfilemanager
|
||||
|
||||
@@ -17,16 +17,10 @@ RUN apk add \
|
||||
oniguruma-dev
|
||||
|
||||
RUN docker-php-ext-install \
|
||||
zip \
|
||||
mbstring \
|
||||
iconv \
|
||||
fileinfo
|
||||
zip
|
||||
|
||||
WORKDIR /var/www/html
|
||||
|
||||
COPY tinyfilemanager.php index.php
|
||||
COPY config-sample.php config.php
|
||||
RUN sed -i "s/\$root_path =.*;/\$root_path = \$_SERVER['DOCUMENT_ROOT'].'\/data';/g" config.php && \
|
||||
sed -i "s/\$root_url = '';/\$root_url = 'data\/';/g" config.php
|
||||
|
||||
CMD ["sh", "-c", "php -S 0.0.0.0:80"]
|
||||
|
||||
21
README.md
21
README.md
@@ -2,11 +2,12 @@
|
||||
|
||||
[](https://tinyfilemanager.github.io/demo/)
|
||||
[](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://www.paypal.me/prasathmani)
|
||||

|
||||
|
||||
> 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.
|
||||
> TinyFileManager is web based PHP file manager and it is a simple, fast and small size in single-file PHP file that can be dropped into any folder on your server, 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
|
||||
|
||||
@@ -37,13 +38,15 @@ Default username/password: **admin/admin@123** and **user/12345**.
|
||||
|
||||
To enable/disable authentication set `$use_auth` to true or false.
|
||||
|
||||
:information_source: Rename the `config-sample.php` file into `config.php` to use configuration, it is an additional configuration file, Feel free to remove completely this file and configure "tinyfilemanager.php" as a single file application.
|
||||
:information_source: Add your own configuration file [config.php](https://tinyfilemanager.github.io/config-sample.txt) in the same folder to use as additional configuration file.
|
||||
|
||||
:information_source: To work offline without CDN resources, use [offline](https://github.com/prasathmani/tinyfilemanager/tree/offline) branch
|
||||
|
||||
### :loudspeaker: Features
|
||||
|
||||
- :cd: Open Source, light and extremely simple
|
||||
- :iphone: Mobile friendly view for touch devices
|
||||
- :information_source: Basic features likes Create, Delete, Modify, View, Quick Preview, Download, Copy and Move files
|
||||
- :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 with file extensions filter
|
||||
- :file_folder: Ability to create folders and files
|
||||
- :gift: Ability to compress, extract files (`zip`, `tar`)
|
||||
@@ -54,7 +57,7 @@ To enable/disable authentication set `$use_auth` to true or false.
|
||||
- :zap: Backup files and IP blacklist and whitelist
|
||||
- :mag_right: Search - Search and filter files using `datatable js`
|
||||
- :file_folder: Exclude folders and files from listing
|
||||
- :globe_with_meridians: Multi-language(20+) support and for translations `translation.json` is file required
|
||||
- :globe_with_meridians: Multi-language(32+) support and for translations `translation.json` is file required
|
||||
- :bangbang: lots more...
|
||||
|
||||
## Deploy by Docker
|
||||
@@ -79,8 +82,6 @@ DockerHub: [https://hub.docker.com/r/tinyfilemanager/tinyfilemanager](https://hu
|
||||
|
||||
#### How to change config within docker
|
||||
|
||||
**Important!!!** First, you can copy `config-sample.php` to `config.php`, and must modify this following config
|
||||
|
||||
Origin:
|
||||
|
||||
```php
|
||||
@@ -105,10 +106,10 @@ $root_path = $_SERVER['DOCUMENT_ROOT'].'/data';
|
||||
$root_url = 'data/';
|
||||
```
|
||||
|
||||
Then, change another config what you want, and add a new volume `-v /absolute/path/config.php:/var/www/html/config.php` in `docker run` command, like this:
|
||||
Then, change another config what you want, and add a new volume `-v /absolute/path/index.php:/var/www/html/index.php` in `docker run` command, like this:
|
||||
|
||||
```shell
|
||||
$ docker run -d -v /absolute/path:/var/www/html/data -v /absolute/path/config.php:/var/www/html/config.php -p 80:80 --restart=always --name tinyfilemanager tinyfilemanager/tinyfilemanager:master
|
||||
$ docker run -d -v /absolute/path:/var/www/html/data -v /absolute/path/index.php:/var/www/html/index.php -p 80:80 --restart=always --name tinyfilemanager tinyfilemanager/tinyfilemanager:master
|
||||
```
|
||||
|
||||
#### Stop running
|
||||
@@ -123,6 +124,6 @@ $ docker rm -f tinyfilemanager
|
||||
|
||||
- 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, ekko-lightbox js, and DataTable js_
|
||||
- CDN Used - _jQuery, Bootstrap, Font Awesome, Highlight js, ace js, DropZone js, and DataTable js_
|
||||
- To report a bug or request a feature, please file an [issue](https://github.com/prasathmani/tinyfilemanager/issues)
|
||||
- [Contributors](https://github.com/prasathmani/tinyfilemanager/wiki/Authors-and-Contributors)
|
||||
|
||||
1
assets/css/bootstrap.css.map
Normal file
1
assets/css/bootstrap.css.map
Normal file
File diff suppressed because one or more lines are too long
7
assets/css/bootstrap.min.css
vendored
Normal file
7
assets/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
assets/css/dropzone.min.css
vendored
Normal file
1
assets/css/dropzone.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
4
assets/css/font-awesome.min.css
vendored
Normal file
4
assets/css/font-awesome.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
assets/css/vs.min.css
vendored
Normal file
1
assets/css/vs.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#fff;color:#000}.hljs-comment,.hljs-quote,.hljs-variable{color:green}.hljs-built_in,.hljs-keyword,.hljs-name,.hljs-selector-tag,.hljs-tag{color:#00f}.hljs-addition,.hljs-attribute,.hljs-literal,.hljs-section,.hljs-string,.hljs-template-tag,.hljs-template-variable,.hljs-title,.hljs-type{color:#a31515}.hljs-deletion,.hljs-meta,.hljs-selector-attr,.hljs-selector-pseudo{color:#2b91af}.hljs-doctag{color:grey}.hljs-attr{color:red}.hljs-bullet,.hljs-link,.hljs-symbol{color:#00b0e8}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
|
||||
BIN
assets/fonts/FontAwesome.otf
Normal file
BIN
assets/fonts/FontAwesome.otf
Normal file
Binary file not shown.
BIN
assets/fonts/fontawesome-webfont.eot
Normal file
BIN
assets/fonts/fontawesome-webfont.eot
Normal file
Binary file not shown.
2671
assets/fonts/fontawesome-webfont.svg
Normal file
2671
assets/fonts/fontawesome-webfont.svg
Normal file
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 434 KiB |
BIN
assets/fonts/fontawesome-webfont.ttf
Normal file
BIN
assets/fonts/fontawesome-webfont.ttf
Normal file
Binary file not shown.
BIN
assets/fonts/fontawesome-webfont.woff
Normal file
BIN
assets/fonts/fontawesome-webfont.woff
Normal file
Binary file not shown.
BIN
assets/fonts/fontawesome-webfont.woff2
Normal file
BIN
assets/fonts/fontawesome-webfont.woff2
Normal file
Binary file not shown.
17
assets/js/ace.js
Normal file
17
assets/js/ace.js
Normal file
File diff suppressed because one or more lines are too long
1
assets/js/bootstrap.bundle.js.map
Normal file
1
assets/js/bootstrap.bundle.js.map
Normal file
File diff suppressed because one or more lines are too long
7
assets/js/bootstrap.bundle.min.js
vendored
Normal file
7
assets/js/bootstrap.bundle.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
22
assets/js/datatables.min.js
vendored
Normal file
22
assets/js/datatables.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
assets/js/dropzone.min.js
vendored
Normal file
1
assets/js/dropzone.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1361
assets/js/highlight.min.js
vendored
Normal file
1361
assets/js/highlight.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
2
assets/js/jquery-3.6.1.min.js
vendored
Normal file
2
assets/js/jquery-3.6.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -1,123 +0,0 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
#################################################################################################################
|
||||
This is an OPTIONAL configuration file. rename this file into config.php to use this configuration
|
||||
The role of this file is to make updating of "tinyfilemanager.php" easier.
|
||||
So you can:
|
||||
-Feel free to remove completely this file and configure "tinyfilemanager.php" as a single file application.
|
||||
or
|
||||
-Put inside this file all the static configuration you want and forgot to configure "tinyfilemanager.php".
|
||||
#################################################################################################################
|
||||
*/
|
||||
|
||||
// Auth with login/password
|
||||
// set true/false to enable/disable it
|
||||
// Is independent from IP white- and blacklisting
|
||||
$use_auth = true;
|
||||
|
||||
// Login user name and password
|
||||
// Users: array('Username' => 'Password', 'Username2' => 'Password2', ...)
|
||||
// Generate secure password hash - https://tinyfilemanager.github.io/docs/pwd.html
|
||||
$auth_users = array(
|
||||
'admin' => '$2y$10$/K.hjNr84lLNDt8fTXjoI.DBp6PpeyoJ.mGwrrLuCZfAwfSAGqhOW', //admin@123
|
||||
'user' => '$2y$10$Fg6Dz8oH9fPoZ2jJan5tZuv6Z4Kp7avtQ9bDfrdRntXtPeiMAZyGO' //12345
|
||||
);
|
||||
|
||||
// Readonly users
|
||||
// e.g. array('users', 'guest', ...)
|
||||
$readonly_users = array(
|
||||
'user'
|
||||
);
|
||||
|
||||
// Enable highlight.js (https://highlightjs.org/) on view's page
|
||||
$use_highlightjs = true;
|
||||
|
||||
// highlight.js style
|
||||
// for dark theme use 'ir-black'
|
||||
$highlightjs_style = 'vs';
|
||||
|
||||
// Enable ace.js (https://ace.c9.io/) on view's page
|
||||
$edit_files = true;
|
||||
|
||||
// Default timezone for date() and time()
|
||||
// Doc - http://php.net/manual/en/timezones.php
|
||||
$default_timezone = 'Etc/UTC'; // UTC
|
||||
|
||||
// Root path for file manager
|
||||
// use absolute path of directory i.e: '/var/www/folder' or $_SERVER['DOCUMENT_ROOT'].'/folder'
|
||||
$root_path = $_SERVER['DOCUMENT_ROOT'];
|
||||
|
||||
// Root url for links in file manager.Relative to $http_host. Variants: '', 'path/to/subfolder'
|
||||
// Will not working if $root_path will be outside of server document root
|
||||
$root_url = '';
|
||||
|
||||
// Server hostname. Can set manually if wrong
|
||||
$http_host = $_SERVER['HTTP_HOST'];
|
||||
|
||||
// user specific directories
|
||||
// array('Username' => 'Directory path', 'Username2' => 'Directory path', ...)
|
||||
$directories_users = array();
|
||||
|
||||
// input encoding for iconv
|
||||
$iconv_input_encoding = 'UTF-8';
|
||||
|
||||
// date() format for file modification date
|
||||
// Doc - https://www.php.net/manual/en/datetime.format.php
|
||||
$datetime_format = 'd.m.y H:i:s';
|
||||
|
||||
// Allowed file extensions for create and rename files
|
||||
// e.g. 'txt,html,css,js'
|
||||
$allowed_file_extensions = '';
|
||||
|
||||
// Allowed file extensions for upload files
|
||||
// e.g. 'gif,png,jpg,html,txt'
|
||||
$allowed_upload_extensions = '';
|
||||
|
||||
// Favicon path. This can be either a full url to an .PNG image, or a path based on the document root.
|
||||
// full path, e.g http://example.com/favicon.png
|
||||
// local path, e.g images/icons/favicon.png
|
||||
$favicon_path = '';
|
||||
|
||||
// Files and folders to excluded from listing
|
||||
// e.g. array('myfile.html', 'personal-folder', '*.php', ...)
|
||||
$exclude_items = array('');
|
||||
|
||||
// Online office Docs Viewer
|
||||
// Availabe rules are 'google', 'microsoft' or false
|
||||
// google => View documents using Google Docs Viewer
|
||||
// microsoft => View documents using Microsoft Web Apps Viewer
|
||||
// false => disable online doc viewer
|
||||
$online_viewer = 'google';
|
||||
|
||||
// Sticky Nav bar
|
||||
// true => enable sticky header
|
||||
// false => disable sticky header
|
||||
$sticky_navbar = true;
|
||||
|
||||
|
||||
// max upload file size
|
||||
$max_upload_size_bytes = 5000;
|
||||
|
||||
// Possible rules are 'OFF', 'AND' or 'OR'
|
||||
// OFF => Don't check connection IP, defaults to OFF
|
||||
// AND => Connection must be on the whitelist, and not on the blacklist
|
||||
// OR => Connection must be on the whitelist, or not on the blacklist
|
||||
$ip_ruleset = 'OFF';
|
||||
|
||||
// Should users be notified of their block?
|
||||
$ip_silent = true;
|
||||
|
||||
// IP-addresses, both ipv4 and ipv6
|
||||
$ip_whitelist = array(
|
||||
'127.0.0.1', // local ipv4
|
||||
'::1' // local ipv6
|
||||
);
|
||||
|
||||
// IP-addresses, both ipv4 and ipv6
|
||||
$ip_blacklist = array(
|
||||
'0.0.0.0', // non-routable meta ipv4
|
||||
'::' // non-routable meta ipv6
|
||||
);
|
||||
|
||||
?>
|
||||
BIN
screenshot.gif
BIN
screenshot.gif
Binary file not shown.
|
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 2.4 MiB |
1112
tinyfilemanager.php
1112
tinyfilemanager.php
File diff suppressed because one or more lines are too long
759
translation.json
759
translation.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"appName": "Tiny File Manager",
|
||||
"version": "2.4.7",
|
||||
"version": "2.5.1",
|
||||
"language": [
|
||||
{
|
||||
"name": "Română",
|
||||
@@ -323,141 +323,247 @@
|
||||
"name": "Русский",
|
||||
"code": "ru",
|
||||
"translation": {
|
||||
"Access denied. IP restriction applicable": "Доступ с данного IP запрещён",
|
||||
"Actions": "Действия",
|
||||
"AdvancedEditor": "Улучшенный редактор",
|
||||
"Advanced Search": "Расширенный поиск",
|
||||
"already exists": "уже существует",
|
||||
"AppName": "Файловый менеджер",
|
||||
"AppTitle": "Файловый менеджер",
|
||||
"Archive": "Архив",
|
||||
"Archive not created": "Архив не создан",
|
||||
"Archive not unpacked": "Архив не распакован",
|
||||
"Archive unpacked": "Архив распакован",
|
||||
"Back": "Вернуться",
|
||||
"BackUp": "Резервная копия",
|
||||
"CalculateFolderSize": "Считать размер папки",
|
||||
"Cancel": "Отмена",
|
||||
"Change": "Изменения",
|
||||
"ChangePermissions": "Изменить права",
|
||||
"Check Latest Version": "Проверить последнюю версию",
|
||||
"Copied from": "Скопирован(а)",
|
||||
"Copy": "Копировать",
|
||||
"Copying": "Копировать",
|
||||
"CopyTo": "Скопировать в",
|
||||
"Create archive?": "Создать архив?",
|
||||
"Created": "Создан(а)",
|
||||
"CreateNewItem": "Создать новый",
|
||||
"CreateNow": "Создать сейчас",
|
||||
"dark": "тёмная",
|
||||
"Delete": "Удалить",
|
||||
"Deleted": "удалён(ена)",
|
||||
"Delete selected files and folders?": "Удалить выбранные файлы и папки?",
|
||||
"DestinationFolder": "Папка назначения",
|
||||
"DirectLink": "Ссылка",
|
||||
"Download": "Загрузка",
|
||||
"Edit": "Редактировать",
|
||||
"ErrorReporting": "Сообщения об ошибках",
|
||||
"Error while copying from": "Ошибка при копировании",
|
||||
"Error while deleting items": "Ошибка при удалении элементов",
|
||||
"Error while fetching archive info": "Ошибка при извлечении информации из архива",
|
||||
"Error while moving from": "Ошибка при перемещении",
|
||||
"Error while renaming from": "Ошибка при переименовании",
|
||||
"Execute": "Исполнение",
|
||||
"File": "Файл",
|
||||
"File extension is not allowed": "Запрещённое расширение файла",
|
||||
"File not found": "Файл не найден",
|
||||
"File or folder with this path already exists": "Файл или папка с этим путем уже существует",
|
||||
"File Saved Successfully": "Файл сохранён",
|
||||
"Files": "Файлы",
|
||||
"Folder": "Папка",
|
||||
"Folder is empty": "Папка пуста",
|
||||
"FreeOf": "свободно из",
|
||||
"FullSize": "Размер файлов в папке",
|
||||
"Generate": "Сгенерировать",
|
||||
"Generate new password hash": "Сгенерировать хеш нового пароля",
|
||||
"Group": "Группа",
|
||||
"Help": "Помощь",
|
||||
"Help Documents": "Справочная документация",
|
||||
"HideColumns": "Скрыть столбцы права досупа и владелец",
|
||||
"Invalid characters in file name": "Недопустимые символы в имени файла",
|
||||
"Invalid characters in file or folder name": "Недопустимые символы в имени файла или папки",
|
||||
"Invalid file or folder name": "Некорректное имя папки или файла",
|
||||
"InvertSelection": "Обратная выборка",
|
||||
"ItemName": "Имя элемента",
|
||||
"ItemType": "Тип элемента",
|
||||
"Language": "Язык",
|
||||
"Login": "Войти",
|
||||
"Login failed. Invalid username or password": "Не удалось войти. Логин или пароль неверны",
|
||||
"light": "светлая",
|
||||
"Logout": "Выйти",
|
||||
"MemoryUsed": "Используемая память",
|
||||
"Modified": "Обновление",
|
||||
"Move": "Переместить",
|
||||
"Moved from": "перемещён(ена)",
|
||||
"Name": "Имя",
|
||||
"NewItem": "Создать",
|
||||
"NormalEditor": "Стандартный редактор",
|
||||
"not found!": "не найдено!",
|
||||
"Nothing selected": "Ничего не выбрано",
|
||||
"Open": "Открыть",
|
||||
"Owner": "Создатель",
|
||||
"Operations with archives are not available": "Операции с архивами недоступны",
|
||||
"Other": "Другие",
|
||||
"Owner": "Владелец",
|
||||
"PartitionSize": "Размер раздела",
|
||||
"Password": "Пароль",
|
||||
"password_hash not supported, Upgrade PHP version": "password_hash не поддерживается, обновите версию PHP",
|
||||
"Paths must be not equal": "Пути должны быть разными",
|
||||
"Perms": "Права доступа",
|
||||
"Permissions changed": "Права доступа изменены",
|
||||
"Permissions not changed": "Права доступа не изменены",
|
||||
"Preview": "Просмотр",
|
||||
"Read": "Чтение",
|
||||
"RememberMe": "Запомнить меня",
|
||||
"Rename": "Переименовать",
|
||||
"Renamed from": "Переименован(а)",
|
||||
"Report Issue": "Сообщить о проблеме",
|
||||
"Root path": "Путь до корня",
|
||||
"Save": "Сохранить",
|
||||
"Saved Successfully": "Сохранено",
|
||||
"Search": "Поиск",
|
||||
"SelectAll": "Выбрать всё",
|
||||
"Selected files and folder deleted": "Выбранные файли и папки удалены",
|
||||
"Select folder": "Выберите папку",
|
||||
"Settings": "Свойства",
|
||||
"ShowHiddenFiles": "Показ скрытых файлов",
|
||||
"Size": "Размер",
|
||||
"SourceFolder": "Исходная папка",
|
||||
"Source path not defined": "Путь к источнику не определён",
|
||||
"Theme": "Тема",
|
||||
"to": "в",
|
||||
"UnSelectAll": "Отменить выбор",
|
||||
"UnZip": "Разархивировать",
|
||||
"UnZipToFolder": "Разархивировать в папку",
|
||||
"Upload": "Загрузить",
|
||||
"UploadingFiles": "Загрузка файлов",
|
||||
"Username": "Пользователь"
|
||||
"Username": "Пользователь",
|
||||
"Write": "Запись",
|
||||
"You are logged in": "Вы вошли в систему"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Italiano",
|
||||
"code": "it",
|
||||
"translation": {
|
||||
"Access denied. IP restriction applicable": "Accesso negato. Applicate restrizioni in base all'indirizzo IP",
|
||||
"Actions": "Azioni",
|
||||
"Advanced Search": "Ricerca avanzata",
|
||||
"AdvancedEditor": "Editor avanzato",
|
||||
"already exists": "già esistente",
|
||||
"AppName": "Tiny File Manager",
|
||||
"AppTitle": "File Manager",
|
||||
"Login": "Connettiti",
|
||||
"Username": "Username",
|
||||
"Password": "Password",
|
||||
"Logout": "Disconnettiti",
|
||||
"Copy": "Copia",
|
||||
"Save": "Salva",
|
||||
"SelectAll": "Seleziona tutto",
|
||||
"UnSelectAll": "Deseleziona tutto",
|
||||
"File": "File",
|
||||
"Archive not created": "Archivio non creato",
|
||||
"Archive not unpacked": "Archivio non decompresso",
|
||||
"Archive unpacked": "Archivio decompresso",
|
||||
"Archive": "Archivio",
|
||||
"Back": "Indietro",
|
||||
"Size": "Dimensione",
|
||||
"Perms": "Permessi",
|
||||
"Modified": "Ultima modifica",
|
||||
"Owner": "Proprietario",
|
||||
"Search": "Cerca",
|
||||
"NewItem": "Nuovo",
|
||||
"Folder": "Cartelle",
|
||||
"Delete": "Elimina",
|
||||
"Rename": "Rinomina",
|
||||
"CopyTo": "Copia su",
|
||||
"DirectLink": "Link diretto",
|
||||
"UploadingFiles": "Caricamento file",
|
||||
"ChangePermissions": "Modifica permessi",
|
||||
"Copying": "Copia in corso",
|
||||
"CreateNewItem": "Nuovo",
|
||||
"Name": "Nome",
|
||||
"AdvancedEditor": "Editor avanzato",
|
||||
"RememberMe": "Ricordami",
|
||||
"Actions": "Azioni",
|
||||
"Upload": "Carica",
|
||||
"BackUp": "Backup",
|
||||
"Cancel": "Annulla",
|
||||
"InvertSelection": "Inverti selezione",
|
||||
"DestinationFolder": "Cartella di destinazione",
|
||||
"ItemType": "Tipo elemento",
|
||||
"ItemName": "Nome",
|
||||
"Cannot open file! Aborting download": "Impossibile aprire il file! Download annullato",
|
||||
"Change": "Modifica",
|
||||
"ChangePermissions": "Modifica permessi",
|
||||
"Copied from": "Copiato da",
|
||||
"Copy": "Copia",
|
||||
"Copying": "Copia in corso",
|
||||
"CopyTo": "Copia su",
|
||||
"Create archive?": "Creare un archivio",
|
||||
"Created": "Creato",
|
||||
"CreateNewItem": "Nuovo elemento",
|
||||
"CreateNow": "Crea",
|
||||
"dark": "scuro",
|
||||
"Delete selected files and folders?": "Eliminare i file e le cartelle selezionati?",
|
||||
"Delete": "Elimina",
|
||||
"Deleted": "Eliminato",
|
||||
"DestinationFolder": "Cartella di destinazione",
|
||||
"DirectLink": "Link diretto",
|
||||
"Download": "Scarica",
|
||||
"Edit": "Modifica",
|
||||
"Error while copying from": "Errore durante la copia da",
|
||||
"Error while deleting items": "Errore durante l'eliminazione degli elementi",
|
||||
"Error while fetching archive info": "Errore durante il recupero delle informazioni sull'archivio",
|
||||
"Error while moving from": "Errore durante lo spostamento da",
|
||||
"Error while renaming from": "Errore durante la ridenominazione da",
|
||||
"ErrorReporting": "Segnala errori",
|
||||
"Execute": "Esegui",
|
||||
"FILE EXTENSION HAS NOT SUPPORTED": "IL FILE HA UN'ESTENSIONE NON SUPPORTATA",
|
||||
"File extension is not allowed": "L'estensione del file non è autorizzata",
|
||||
"File not found": "Impossibile trovare il file",
|
||||
"File or folder with this path already exists": "Esiste già un file o una cartella con questo percorso",
|
||||
"File Saved Successfully": "File salvato correttamente",
|
||||
"File": "File",
|
||||
"Files": "File",
|
||||
"Filter": "Filtro",
|
||||
"Folder is empty": "La cartella è vuota",
|
||||
"Folder": "Cartella",
|
||||
"FullSize": "Dimensione totale",
|
||||
"Generate new password hash": "Genera un nuovo hash della password",
|
||||
"Generate": "Genera",
|
||||
"Group": "Gruppo",
|
||||
"Help Documents": "Documentazione",
|
||||
"Help": "Aiuto",
|
||||
"HideColumns": "Nascondi le colonne dei permessi e del proprietario",
|
||||
"Invalid characters in file name": "Caratteri non validi nel nome del file",
|
||||
"Invalid characters in file or folder name": "Caratteri non validi nel nome del file o della cartella",
|
||||
"Invalid file or folder name": "Nome di file o cartella non valido",
|
||||
"Invalid Token.": "Token non valido.",
|
||||
"InvertSelection": "Inverti selezione",
|
||||
"ItemName": "Nome elemento",
|
||||
"ItemType": "Tipo elemento",
|
||||
"Language": "Lingua",
|
||||
"light": "chiaro",
|
||||
"Login failed. Invalid username or password": "Accesso fallito. Nome utente e/o password non validi",
|
||||
"Login": "Accedi",
|
||||
"Logout": "Disconnettiti",
|
||||
"Modified": "Ultima modifica",
|
||||
"Move": "Sposta",
|
||||
"Moved from": "Spostato da",
|
||||
"Name": "Nome",
|
||||
"NewItem": "Nuovo elemento",
|
||||
"NormalEditor": "Editor normale",
|
||||
"not created": "non creato",
|
||||
"not deleted": "not eliminato",
|
||||
"not found!": "not trovato!",
|
||||
"Nothing selected": "Nessuna selezione",
|
||||
"Open": "Apri",
|
||||
"Operations with archives are not available": "Le operazioni sugli archivi non sono disponibili",
|
||||
"Other": "Altro",
|
||||
"Owner": "Proprietario",
|
||||
"Password": "Password",
|
||||
"password_hash not supported, Upgrade PHP version": "password_hash not supportata, aggiorna la versione di PHP",
|
||||
"Paths must be not equal": "I percorsi devono essere differenti",
|
||||
"Permissions changed": "Permessi modificati",
|
||||
"Permissions not changed": "Permessi non modificati",
|
||||
"Perms": "Permessi",
|
||||
"Read": "Leggi",
|
||||
"Rename": "Rinomina",
|
||||
"Renamed from": "Rinominato da",
|
||||
"Report Issue": "Segnala un problema",
|
||||
"Root path": "Percorso radice",
|
||||
"Save": "Salva",
|
||||
"Saved Successfully": "Salvato correttamente",
|
||||
"Search file in folder and subfolders...": "Cerca file nella cartella e nelle sotto-cartelle...",
|
||||
"Search": "Cerca",
|
||||
"Select folder": "Seleziona cartella",
|
||||
"SelectAll": "Seleziona tutto",
|
||||
"Selected files and folder deleted": "I file e le cartelle selezionati sono stati eliminati",
|
||||
"Settings": "Impostazioni",
|
||||
"ShowHiddenFiles": "Mostra file nascosti",
|
||||
"Size": "Dimensione",
|
||||
"Source path not defined": "Percorso sorgente non definito",
|
||||
"SourceFolder": "Cartella di origine",
|
||||
"Tar": "Tar",
|
||||
"Theme": "Tema",
|
||||
"to": "a",
|
||||
"UnSelectAll": "Deseleziona tutto",
|
||||
"UnZip": "Decomprimi",
|
||||
"UnZipToFolder": "Decomprimi in una cartella",
|
||||
"Edit": "Modifica",
|
||||
"NormalEditor": "Editor normale",
|
||||
"BackUp": "Backup",
|
||||
"SourceFolder": "Cartella di origine",
|
||||
"Files": "File",
|
||||
"Move": "Sposta",
|
||||
"Change": "Cambia",
|
||||
"Settings": "Impostazioni",
|
||||
"Language": "Lingua",
|
||||
"MemoryUsed": "Memoria utilizzata",
|
||||
"PartitionSize": "Dimensione del disco",
|
||||
"ErrorReporting": "Segnala errori",
|
||||
"ShowHiddenFiles": "Mostra file nascosti",
|
||||
"FullSize": "Dimensione cartella",
|
||||
"Full size": "Dimensione cartella",
|
||||
"Free of": "liberi su",
|
||||
"FreeOf": "liberi su",
|
||||
"Help Documents": "Documentazione",
|
||||
"Generate": "Genera",
|
||||
"HideColumns": "Nascondi le colonne dei permessi e del proprietario",
|
||||
"Check Latest Version": "Scarica l'ultima versione",
|
||||
"Help": "Aiuto",
|
||||
"Preview": "Anteprima",
|
||||
"Report Issue": "Segnala un problema",
|
||||
"CalculateFolderSize": "Calcola dimensione della cartella",
|
||||
"Generate new password hash": "Genera un nuovo hash della password"
|
||||
"Upload": "Carica",
|
||||
"UploadingFiles": "Caricamento file",
|
||||
"Username": "Nome utente",
|
||||
"Write": "Scrivi",
|
||||
"You are logged in": "Accesso effettuato",
|
||||
"Zero byte file! Aborting download": "File con zero byte! Download annullato",
|
||||
"Zip": "Zip"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -466,6 +572,7 @@
|
||||
"translation": {
|
||||
"Actions": "Actions",
|
||||
"AdvancedEditor": "Editeur avancé",
|
||||
"Advanced Search": "Recherche avancée",
|
||||
"AppName": "Tiny File Manager",
|
||||
"AppTitle": "Gestionnaire de fichiers",
|
||||
"Back": "Retour",
|
||||
@@ -474,29 +581,30 @@
|
||||
"Cancel": "Annuler",
|
||||
"Change": "Modifier",
|
||||
"ChangePermissions": "Modifier les permissions",
|
||||
"Check Latest Version": "Vérifier si une nouvelle version existe",
|
||||
"Check Latest Version": "Vérifier les mises à jour",
|
||||
"Copy": "Copier",
|
||||
"Copying": "Copier",
|
||||
"Copying": "Copie en cours",
|
||||
"CopyTo": "Copier vers",
|
||||
"CreateNewItem": "Créer un nouvel élément",
|
||||
"CreateNewItem": "Créer un nouveau fichier",
|
||||
"CreateNow": "Créer",
|
||||
"Delete": "Supprimer",
|
||||
"DestinationFolder": "Dossier destination",
|
||||
"DestinationFolder": "Dossier de destination",
|
||||
"DirectLink": "Lien direct",
|
||||
"Download": "Télécharger",
|
||||
"Edit": "Editeur",
|
||||
"Edit": "Editer",
|
||||
"ErrorReporting": "Rapport d'erreurs",
|
||||
"File": "Fichier",
|
||||
"Files": "Fichiers",
|
||||
"Filter": "Filtrer",
|
||||
"Folder": "Dossier",
|
||||
"Free of": "libres sur",
|
||||
"FreeOf": "Espace libre : ",
|
||||
"Full size": "Taille totale",
|
||||
"Generate": "Générer",
|
||||
"Generate new password hash": "Générer de nouveaux mots de passe 'hashés'",
|
||||
"Generate new password hash": "Générer un mot de passe haché",
|
||||
"Help": "Aide",
|
||||
"Help Documents": "Documentation",
|
||||
"HideColumns": "Masquer les colonnes des droits",
|
||||
"HideColumns": "Masquer les colonnes",
|
||||
"InvertSelection": "Inverser la sélection",
|
||||
"ItemName": "Nom de l'élément",
|
||||
"ItemType": "Type d'élement",
|
||||
@@ -523,10 +631,10 @@
|
||||
"Settings": "Réglages",
|
||||
"ShowHiddenFiles": "Afficher les fichiers masqués",
|
||||
"Size": "Taille",
|
||||
"SourceFolder": "Dossier Source",
|
||||
"SourceFolder": "Dossier source",
|
||||
"UnSelectAll": "Tout déselectionner",
|
||||
"Upload": "Envoyer",
|
||||
"UploadingFiles": "Envoyer des fichiers",
|
||||
"UploadingFiles": "Téléverser des fichiers",
|
||||
"Username": "Utilisateur",
|
||||
"UnZip": "Décompresser",
|
||||
"UnZipToFolder": "Décompresser dans un dossier",
|
||||
@@ -547,7 +655,7 @@
|
||||
"Copy": "Copiar",
|
||||
"Save": "Guardar",
|
||||
"SelectAll": "Seleccionar Todo",
|
||||
"UnSelectAll": "Des-seleccionar Todo",
|
||||
"UnSelectAll": "Deseleccionar Todo",
|
||||
"File": "Archivo",
|
||||
"Back": "Atrás",
|
||||
"Size": "Tamaño",
|
||||
@@ -590,6 +698,63 @@
|
||||
"Language": "Lenguaje"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Galego",
|
||||
"code": "gl",
|
||||
"translation": {
|
||||
"AppName": "Pequeno Administrador de Arquivos",
|
||||
"AppTitle": "Administrador de Arquivos",
|
||||
"Login": "Iniciar Sesión",
|
||||
"Username": "Nome de Usuario",
|
||||
"Password": "Contrasinal",
|
||||
"Logout": "Desconectarse",
|
||||
"Move": "Mover",
|
||||
"Copy": "Copiar",
|
||||
"Save": "Gardar",
|
||||
"SelectAll": "Seleccionar Todo",
|
||||
"UnSelectAll": "Des-seleccionar Todo",
|
||||
"File": "Arquivo",
|
||||
"Back": "Atrás",
|
||||
"Size": "Tamaño",
|
||||
"Perms": "Permisos",
|
||||
"Modified": "Modificado",
|
||||
"Owner": "Propietario",
|
||||
"Search": "Buscar",
|
||||
"NewItem": "Novo Elemento",
|
||||
"Folder": "Cartafol",
|
||||
"Delete": "Borrar",
|
||||
"Rename": "Renomear",
|
||||
"CopyTo": "Copiar en",
|
||||
"DirectLink": "Enlace Directo",
|
||||
"UploadingFiles": "Subir Arquivos",
|
||||
"ChangePermissions": "Cambiar Permisos",
|
||||
"Copying": "Copiando",
|
||||
"CreateNewItem": "Crear novo Elemento",
|
||||
"Name": "Nome",
|
||||
"AdvancedEditor": "Editor Avanzado",
|
||||
"RememberMe": "Lémbrame",
|
||||
"Actions": "Accións",
|
||||
"Upload": "Subir",
|
||||
"Cancel": "Cancelar",
|
||||
"InvertSelection": "Invertir Selección",
|
||||
"DestinationFolder": "Cartafol Destino",
|
||||
"ItemType": "Tipo de Elemento",
|
||||
"ItemName": "Nome do Elemento",
|
||||
"CreateNow": "Crear",
|
||||
"Download": "Descargar",
|
||||
"Open": "Abrir",
|
||||
"UnZip": "Descomprimir",
|
||||
"UnZipToFolder": "Descomprimir no Cartafol",
|
||||
"Edit": "Editar",
|
||||
"NormalEditor": "Editor Normal",
|
||||
"BackUp": "Copia de Seguridade",
|
||||
"SourceFolder": "Cartafol Actual",
|
||||
"Files": "Arquivos",
|
||||
"Change": "Cambiar",
|
||||
"Settings": "Preferencias",
|
||||
"Language": "Linguaxe"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Català",
|
||||
"code": "ca",
|
||||
@@ -675,7 +840,7 @@
|
||||
"code": "de",
|
||||
"translation": {
|
||||
"AppName": "Tiny File Manager",
|
||||
"AppTitle": "Datei Manager",
|
||||
"AppTitle": "Dateimanager",
|
||||
"Login": "Einloggen",
|
||||
"Username": "Benutzername",
|
||||
"Password": "Passwort",
|
||||
@@ -691,7 +856,7 @@
|
||||
"Perms": "Berechtigungen",
|
||||
"Modified": "Geändert",
|
||||
"Owner": "Eigentümer",
|
||||
"Search": "Suchen",
|
||||
"Search": "Suchbegriff eingeben",
|
||||
"NewItem": "Neues Element",
|
||||
"Folder": "Ordner",
|
||||
"Delete": "Löschen",
|
||||
@@ -718,16 +883,74 @@
|
||||
"UnZip": "Entpacken",
|
||||
"UnZipToFolder": "Entpacken im Ordner",
|
||||
"Edit": "Bearbeiten",
|
||||
"NormalEditor": "Standard Editor",
|
||||
"NormalEditor": "Standard-Editor",
|
||||
"BackUp": "Backup",
|
||||
"SourceFolder": "Quellordner",
|
||||
"Files": "Dateien",
|
||||
"Change": "Ändern",
|
||||
"Settings": "Einstellungen",
|
||||
"Language": "Sprache",
|
||||
"Folder is empty": "Ordner ist leer",
|
||||
"PartitionSize": "Partitionsgröße",
|
||||
"ErrorReporting": "Fehler-Berichterstattung",
|
||||
"ShowHiddenFiles": "Versteckte Dateien anzeigen",
|
||||
"Full size": "Gesamtgröße",
|
||||
"Help": "Hilfe",
|
||||
"Free of": "Frei von",
|
||||
"Preview": "Vorschau",
|
||||
"Help Documents": "Hilfe anzeigen (Englisch)",
|
||||
"Report Issue": "Problem melden",
|
||||
"Generate": "Erzeugen",
|
||||
"FullSize": "Gesamtgröße",
|
||||
"FreeOf": "frei von",
|
||||
"CalculateFolderSize": "Ordnergröße berechnen",
|
||||
"ProcessID": "Prozess-ID",
|
||||
"Created": "Erstellt",
|
||||
"HideColumns": "Spalten Berechtigungen / Besitzer verstecken",
|
||||
"Generate new password hash": "Password-Hash neu erzeugen",
|
||||
"Check Latest Version": "Auf neue Version überprüfen",
|
||||
"You are logged in": "Du bist eingeloggt.",
|
||||
"Login failed. Invalid username or password": "Login fehlgeschlagen. Falscher Benutzername oder Passwort.",
|
||||
"password_hash not supported, Upgrade PHP version": "password_hash wird nicht unterstützt, aktualisiere die PHP-Version"
|
||||
"password_hash not supported, Upgrade PHP version": "password_hash wird nicht unterstützt, aktualisiere die PHP-Version",
|
||||
"Advanced Search": "Erweiterte Suche",
|
||||
"Error while copying from": "Fehler beim Kopieren aus",
|
||||
"Nothing selected": "Nichts ausgewählt",
|
||||
"Paths must be not equal": "Quell- und Zielpfad dürfen nicht identisch sein",
|
||||
"Renamed from": "Umbenannt von",
|
||||
"Archive not unpacked": "Archiv nicht entpackt",
|
||||
"Deleted": "Gelöscht",
|
||||
"Archive not created": "Archiv nicht erstellt",
|
||||
"Copied from": "Kopiert aus",
|
||||
"Permissions changed": "Berechtigungen geändert",
|
||||
"to": "nach",
|
||||
"Saved Successfully": "Erfolgreich gespeichert",
|
||||
"not found!": "nicht gefunden!",
|
||||
"File Saved Successfully": "Datei erfolgreich gespeichert",
|
||||
"Archive": "Archiv",
|
||||
"Permissions not changed": "Berechtigungen nicht geändert",
|
||||
"Select folder": "Ordner auswählen",
|
||||
"Source path not defined": "Quellpfad nicht definiert",
|
||||
"already exists": "existiert bereits",
|
||||
"Error while moving from": "Fehler beim Verschieben aus",
|
||||
"Create archive?": "Archiv erstellen?",
|
||||
"Invalid file or folder name": "Ungältiger Datei- oder Ordnername",
|
||||
"Archive unpacked": "Archive entpackt",
|
||||
"File extension is not allowed": "Dateityp nicht erlaubt",
|
||||
"Root path": "Quellverzeichnis",
|
||||
"Error while renaming from": "Fehler beim Umbenennen von",
|
||||
"File not found": "Datei nicht gefunden",
|
||||
"Error while deleting items": "Fehler beim Löschen der Objekte",
|
||||
"Invalid characters in file name": "Unzulässige Zeichen im Dateinamen",
|
||||
"FILE EXTENSION HAS NOT SUPPORTED": "DATEITYP NICHT UNTERSTÜTZT",
|
||||
"Selected files and folder deleted": "Ausgewählte Dateien und Ordner gelöscht",
|
||||
"Error while fetching archive info": "Fehler beim Abrufen der Archiv-Informationen",
|
||||
"Delete selected files and folders?": "Ausgewählte Dateien und Ordner löschen?",
|
||||
"Search file in folder and subfolders...": "Suchen in Ordnern und Unterordnern...",
|
||||
"Access denied. IP restriction applicable": "Zugriff verweigert - IP-Beschränkung.",
|
||||
"Invalid characters in file or folder name": "Unzulässige Zeichen im Datei- oder Ordnernamen",
|
||||
"Operations with archives are not available": "Archiv-Funktionen nicht verfägbar",
|
||||
"File or folder with this path already exists": "Datei oder Ordner mit diesem Pfad existiert bereits",
|
||||
"Moved from": "Verschoben aus"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -840,7 +1063,7 @@
|
||||
"Change": "修改",
|
||||
"Settings": "设置",
|
||||
"Language": "语言",
|
||||
"Open": "开启",
|
||||
"Open": "打开",
|
||||
"Group": "用户组",
|
||||
"Other": "其它用户",
|
||||
"Read": "读取权限",
|
||||
@@ -863,7 +1086,90 @@
|
||||
"Report Issue": "报告问题",
|
||||
"Help Documents": "帮助文档",
|
||||
"Generate": "生成",
|
||||
"Preview": "预览"
|
||||
"Renamed from": "生成",
|
||||
"Preview": "预览",
|
||||
"Access denied. IP restriction applicable": "访问被拒绝。适用的IP限制",
|
||||
"You are logged in": "您已登录",
|
||||
"Login failed. Invalid username or password": "登录失败。用户名或密码无效",
|
||||
"password_hash not supported, Upgrade PHP version": "不支持password_hash,请升级PHP版本",
|
||||
"Root path": "根路径",
|
||||
"not found!": "没有找到!",
|
||||
"File not found": "找不到文件",
|
||||
"Deleted": "删除",
|
||||
"not deleted": "未删除",
|
||||
"Invalid file or folder name": "无效的文件或文件夹名",
|
||||
"Created": "已创建",
|
||||
"File extension is not allowed": "不允许文件扩展名",
|
||||
"already exists": "已经存在",
|
||||
"not created": "未创建",
|
||||
"Invalid characters in file or folder name": "文件或文件夹名称中的无效字符",
|
||||
"Source path not defined": "未定义源路径",
|
||||
"Moved from": "移动自",
|
||||
"to": "至",
|
||||
"File or folder with this path already exists": "具有此路径的文件或文件夹已存在",
|
||||
"Error while moving from": "移动时出错",
|
||||
"Copied from": "复制自",
|
||||
"Error while copying from": "复制时出错",
|
||||
"Paths must be not equal": "路径必须不相等",
|
||||
"Nothing selected": "未选择任何内容",
|
||||
"Error while renaming from": "重命名时出错",
|
||||
"Invalid characters in file name": "文件名中的无效字符",
|
||||
"Invalid Token.": "无效令牌。",
|
||||
"Selected files and folder deleted": "已删除选定的文件和文件夹",
|
||||
"Error while deleting items": "删除项目时出错",
|
||||
"Operations with archives are not available": "存档操作不可用",
|
||||
"Archive": "存档",
|
||||
"Archive not created": "未创建存档",
|
||||
"Archive unpacked": "存档未打包",
|
||||
"Archive not unpacked": "存档未打开",
|
||||
"Permissions changed": "权限已更改",
|
||||
"Permissions not changed": "权限未更改",
|
||||
"Select folder": "选择文件夹",
|
||||
"Theme": "主题",
|
||||
"light": "浅色",
|
||||
"dark": "深色",
|
||||
"Error while fetching archive info": "获取存档信息时出错",
|
||||
"File Saved Successfully": "文件保存成功",
|
||||
"FILE EXTENSION HAS NOT SUPPORTED": "文件扩展名不受支持",
|
||||
"Folder is empty": "文件夹为空",
|
||||
"Delete selected files and folders?": "是否删除选定的文件和文件夹?",
|
||||
"Create archive?": "创建存档?",
|
||||
"Zip": "Zip",
|
||||
"Tar": "Tar",
|
||||
"Zero byte file! Aborting download": "零字节文件!正在中止下载",
|
||||
"Cannot open file! Aborting download": "无法打开文件!正在中止下载",
|
||||
"Filter": "过滤器",
|
||||
"Advanced Search": "高级搜索",
|
||||
"Search file in folder and subfolders...": "在文件夹和子文件夹中搜索文件…",
|
||||
"Are you sure want to": "你确定要",
|
||||
"Okay": "确定",
|
||||
"a files": "一个文件",
|
||||
"Enter here...": "在此处输入...",
|
||||
"Enter new file name": "输入新文件名",
|
||||
"Full path": "完整路径",
|
||||
"File size": "文件大小",
|
||||
"MIME-type": "MIME类型",
|
||||
"Image sizes": "图像大小",
|
||||
"Charset": "编码格式",
|
||||
"Image": "图片",
|
||||
"Audio": "音频",
|
||||
"Video": "视频",
|
||||
"Upload from URL": "从URL上传",
|
||||
"Files in archive": "档案文件",
|
||||
"Total size": "总大小",
|
||||
"Compression": "压缩",
|
||||
"Size in archive": "存档中的大小",
|
||||
"Invalid Token.": "无效令牌",
|
||||
"Fullscreen": "全屏",
|
||||
"Search": "搜索",
|
||||
"Word Wrap": "自动换行",
|
||||
"Undo": "撤消",
|
||||
"Redo": "恢复",
|
||||
"Select Document Type": "选择文档类型",
|
||||
"Select Mode": "选择模式",
|
||||
"Select Theme": "选择主题",
|
||||
"Select Font Size": "选择字体大小",
|
||||
"Are you sure want to rename?": "是否确实要重命名?"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -1164,7 +1470,6 @@
|
||||
"Check Latest Version": "Verifique a última versão",
|
||||
"HideColumns": "Ocultar colunas Perms / Owner",
|
||||
"CalculateFolderSize": "Calcular o tamanho da pasta",
|
||||
|
||||
"Advanced Search": "Busca Avançada",
|
||||
"Nothing selected": "Nada selecionado",
|
||||
"Renamed from": "Renomeado de",
|
||||
@@ -1203,7 +1508,6 @@
|
||||
"Invalid characters in file or folder name": "Caracteres inválidos no nome do arquivo ou pasta",
|
||||
"Operations with archives are not available": "Operações com arquivos não estão disponíveis",
|
||||
"File or folder with this path already exists": "O arquivo ou pasta com este caminho já existe",
|
||||
|
||||
"Folder is empty": "A pasta está vazia",
|
||||
"Moved from": "Movido de",
|
||||
"Created": "Criado",
|
||||
@@ -2117,7 +2421,7 @@
|
||||
"code": "nl",
|
||||
"translation": {
|
||||
"AppName": "Tiny File Manager",
|
||||
"AppTitle": "Bestand beheerder ",
|
||||
"AppTitle": "Bestandsbeheer ",
|
||||
"Login": "Inloggen",
|
||||
"Username": "Gebruikersnaam",
|
||||
"Password": "Wachtwoord",
|
||||
@@ -2130,7 +2434,7 @@
|
||||
"Back": "Terug",
|
||||
"Size": "Grootte",
|
||||
"Perms": "Rechten",
|
||||
"Modified": "Aangepast",
|
||||
"Modified": "Bewerkt",
|
||||
"Owner": "Eigenaar",
|
||||
"Search": "Zoeken",
|
||||
"NewItem": "Nieuw item",
|
||||
@@ -2139,95 +2443,244 @@
|
||||
"Rename": "Hernoem",
|
||||
"CopyTo": "Kopiëren naar",
|
||||
"DirectLink": "Directe link",
|
||||
"UploadingFiles": "Bestanden opladen",
|
||||
"UploadingFiles": "Bestanden uploaden",
|
||||
"ChangePermissions": "Rechten aanpassen",
|
||||
"Copying": "Bezig met kopiëren",
|
||||
"CreateNewItem": "Maak nieuw item aan",
|
||||
"CreateNewItem": "Maak nieuw item",
|
||||
"Name": "Naam",
|
||||
"AdvancedEditor": "Geavanceerde bewerker",
|
||||
"AdvancedEditor": "Geavanceerde editor",
|
||||
"RememberMe": "Onthoud mij",
|
||||
"Actions": "Acties",
|
||||
"Upload": "Opladen",
|
||||
"Upload": "Uploaden",
|
||||
"Cancel": "Annuleren",
|
||||
"InvertSelection": "Keer selectie om",
|
||||
"DestinationFolder": "Doelmap",
|
||||
"ItemType": "Item type",
|
||||
"ItemName": "Item naam",
|
||||
"CreateNow": "Onmiddelijk aanmaken",
|
||||
"CreateNow": "Nu aanmaken",
|
||||
"Download": "Download",
|
||||
"Open": "Openen",
|
||||
"UnZip": "Uitpakken",
|
||||
"UnZipToFolder": "Uitpakken in folder",
|
||||
"Edit": "Aanpassen",
|
||||
"NormalEditor": "Standaard bewerker",
|
||||
"BackUp": "Back-up aanmaken",
|
||||
"UnZipToFolder": "Uitpakken in map",
|
||||
"Edit": "Bewerken",
|
||||
"NormalEditor": "Standaard editor",
|
||||
"BackUp": "Back-up maken",
|
||||
"SourceFolder": "Bronmap",
|
||||
"Files": "Bestanden",
|
||||
"Move":"Verplaatsen",
|
||||
"Move": "Verplaatsen",
|
||||
"Change": "Aanpassen",
|
||||
"Settings": "Instellingen",
|
||||
"Language": "Taal",
|
||||
"Folder is empty":"Map is leeg",
|
||||
"PartitionSize":"Partitiegrootte",
|
||||
"ErrorReporting":"Foutmeldingen",
|
||||
"ShowHiddenFiles":"Toon onzichtbare bestanden",
|
||||
"Full size":"Volledige groote",
|
||||
"Help":"Hulp",
|
||||
"Free of":"Ruimte vrij",
|
||||
"Preview":"Voorbeeld",
|
||||
"Help Documents":"Hulp documenten",
|
||||
"Report Issue":"Probleem melden",
|
||||
"Generate":"Genereer",
|
||||
"FullSize":"Volledige groote",
|
||||
"FreeOf":"Ruimte vrij",
|
||||
"CalculateFolderSize":"Bereken map groote",
|
||||
"ProcessID":"Proces-ID",
|
||||
"Created":"Aangemaakt",
|
||||
"HideColumns":"Verberg Rechten/Eigenaar kollomen",
|
||||
"You are logged in":"U ben ingelogd",
|
||||
"Check Latest Version":"Bekijk laatste versie",
|
||||
"Generate new password hash":"Genereer een nieuw wachtwoord hash",
|
||||
"Login failed. Invalid username or password":"Inloggen mislukt. Verkeerd wachtwoord of gebruikersnaam",
|
||||
"password_hash not supported, Upgrade PHP version":"password_hash is niet ondersteund, Upgrade PHP versie",
|
||||
"Advanced Search":"Geavanceerd zoeken",
|
||||
"Error while copying from":"Fout bij het kopiëren van",
|
||||
"Nothing selected":"Niets geselecteerd",
|
||||
"Paths must be not equal":"Paden mogen niet gelijk zijn",
|
||||
"Renamed from":"Hernoemd naar",
|
||||
"Archive not unpacked":"Archief niet uitgepakt",
|
||||
"Deleted":"Verwijdert",
|
||||
"Archive not created":"Archief niet aangemaakt",
|
||||
"Copied from":"Gekopiëerd van",
|
||||
"Permissions change":"Rechten aanpassen",
|
||||
"to":"naar",
|
||||
"Saved Successfully":"Succesvol opgeslagen",
|
||||
"not found!":"niet gevonden",
|
||||
"File Saved Successfully":"Bestand succesvol opgeslagen",
|
||||
"Archive":"Archief",
|
||||
"Permissions not changed":"Rechten niet aangepast",
|
||||
"Select folder":"Selecteer map",
|
||||
"Source path not defined":"Bronmap is niet gedefinieerd",
|
||||
"already exists":"bestaat al",
|
||||
"Error while moving from":"Fout bij het verplaatsen van",
|
||||
"Create archive?":"Creëer archief?",
|
||||
"Invalid file or folder name":"Ongeldige bestand- of mapnaam",
|
||||
"Archive unpacked":"Archief uitgepakt",
|
||||
"File extension is not allowed":"Bestandstype is niet toegelaten",
|
||||
"Root path":"Pad startpunt",
|
||||
"Error while renaming from":"Fout bij het hernoemen van",
|
||||
"File not found":"Bestand is niet gevonden",
|
||||
"Error while deleting items":"Fout bij het verwijderen van items",
|
||||
"Invalid characters in file name":"Ongeldige karakters in bestandsnaam",
|
||||
"FILE EXTENSION HAS NOT SUPPORTED":"BESTANDSTYPE IS NIET ONDERSTEUND",
|
||||
"Selected files and folder deleted":"Geselecteerde bestanden en mappen verwijderd",
|
||||
"Error while fetching archive info":"Fout bij het verkrijgen van archief informatie",
|
||||
"Delete selected files and folders?":"Verwijder de geselecteerde bestanden en mappen?",
|
||||
"Search file in folder and subfolders...":"Zoek bestand in map en submappen...",
|
||||
"Access denied. IP restriction applicable":"Toegang geweigerd. IP-beperking van toepassing",
|
||||
"Invalid characters in file or folder name":"Ongeldige karakters in bestand- of mapnaam",
|
||||
"Operations with archives are not available":"Bewerkingen met archieven zijn niet beschikbaar",
|
||||
"File or folder with this path already exists":"Bestand of map met dit pad bestaat al",
|
||||
"Moved from":"Verplaatst van"
|
||||
"Folder is empty": "Map is leeg",
|
||||
"PartitionSize": "Partitiegrootte",
|
||||
"ErrorReporting": "Foutmeldingen",
|
||||
"ShowHiddenFiles": "Toon verborgen bestanden",
|
||||
"Full size": "Volledige grootte",
|
||||
"Help": "Help",
|
||||
"Free of": "Ruimte vrij",
|
||||
"Preview": "Voorbeeld",
|
||||
"Help Documents": "Help documenten",
|
||||
"Report Issue": "Probleem melden",
|
||||
"Generate": "Genereer",
|
||||
"FullSize": "Volledige grootte",
|
||||
"FreeOf": "Ruimte vrij",
|
||||
"CalculateFolderSize": "Bereken map grootte",
|
||||
"ProcessID": "Proces-ID",
|
||||
"Created": "Aangemaakt",
|
||||
"HideColumns": "Verberg Rechten/Eigenaar kolommen",
|
||||
"You are logged in": "U bent ingelogd",
|
||||
"Check Latest Version": "Bekijk laatste versie",
|
||||
"Generate new password hash": "Genereer een nieuwe wachtwoord hash",
|
||||
"Login failed. Invalid username or password": "Inloggen mislukt. Onjuiste gebruikersnaam/wachtwoord combinatie",
|
||||
"password_hash not supported, Upgrade PHP version": "password_hash is niet ondersteund, Upgrade PHP versie",
|
||||
"Advanced Search": "Geavanceerd zoeken",
|
||||
"Error while copying from": "Fout bij het kopiëren van",
|
||||
"Nothing selected": "Niets geselecteerd",
|
||||
"Paths must be not equal": "Paden mogen niet gelijk zijn",
|
||||
"Renamed from": "Hernoemd naar",
|
||||
"Archive not unpacked": "Archief niet uitgepakt",
|
||||
"Deleted": "Verwijderd",
|
||||
"Archive not created": "Archief niet aangemaakt",
|
||||
"Copied from": "Gekopiëerd van",
|
||||
"Permissions change": "Rechten aanpassen",
|
||||
"to": "naar",
|
||||
"Saved Successfully": "Succesvol opgeslagen",
|
||||
"not found!": "niet gevonden!",
|
||||
"File Saved Successfully": "Bestand succesvol opgeslagen",
|
||||
"Archive": "Archief",
|
||||
"Permissions not changed": "Rechten niet aangepast",
|
||||
"Select folder": "Selecteer map",
|
||||
"Source path not defined": "Bronmap is niet gedefiniëerd",
|
||||
"already exists": "bestaat al",
|
||||
"Error while moving from": "Fout bij het verplaatsen van",
|
||||
"Create archive?": "Maak archief?",
|
||||
"Invalid file or folder name": "Ongeldige bestands- of mapnaam",
|
||||
"Archive unpacked": "Archief uitgepakt",
|
||||
"File extension is not allowed": "Bestandstype is niet toegestaan",
|
||||
"Root path": "Pad startpunt",
|
||||
"Error while renaming from": "Fout bij het hernoemen van",
|
||||
"File not found": "Bestand is niet gevonden",
|
||||
"Error while deleting items": "Fout bij het verwijderen van items",
|
||||
"Invalid characters in file name": "Ongeldige karakters in bestandsnaam",
|
||||
"FILE EXTENSION HAS NOT SUPPORTED": "BESTANDSTYPE IS NIET ONDERSTEUND",
|
||||
"Selected files and folder deleted": "Geselecteerde bestanden en mappen verwijderd",
|
||||
"Error while fetching archive info": "Fout bij het verkrijgen van archief informatie",
|
||||
"Delete selected files and folders?": "Verwijder de geselecteerde bestanden en mappen?",
|
||||
"Search file in folder and subfolders...": "Zoek bestand in map en submappen...",
|
||||
"Access denied. IP restriction applicable": "Toegang geweigerd. IP-beperking van toepassing",
|
||||
"Invalid characters in file or folder name": "Ongeldige karakters in bestands- of mapnaam",
|
||||
"Operations with archives are not available": "Bewerkingen met archieven zijn niet beschikbaar",
|
||||
"File or folder with this path already exists": "Bestand of map met dit pad bestaat al",
|
||||
"Moved from": "Verplaatst van",
|
||||
"a files": "bestanden",
|
||||
"Okay": "OK",
|
||||
"Enter here...": "Voer hier in...",
|
||||
"Enter new file name": "Voer nieuwe bestandsnaam in:",
|
||||
"Full path": "Volledig path",
|
||||
"File size": "Bestandsgrootte",
|
||||
"Image sizes": "Afbeeldingsgrootte",
|
||||
"Charset": "Karakterset",
|
||||
"Image": "Afbeelding",
|
||||
"Audio": "Audio",
|
||||
"Video": "Video",
|
||||
"Upload from URL": "Upload van URL ",
|
||||
"Files in archive": "Bestanden in archief",
|
||||
"Total size": "Totale grootte",
|
||||
"Compression": "Compressie",
|
||||
"Size in archive": "Grootte in archief",
|
||||
"Invalid Token.": "Ongeldig token",
|
||||
"Fullscreen": "Volledig scherm",
|
||||
"Undo": "Ongedaan maken",
|
||||
"Redo": "Opnieuw doen",
|
||||
"Theme": "Thema",
|
||||
"Select Theme": "Kies thema",
|
||||
"Select Font Size": "Kies fontgrootte",
|
||||
"Are you sure want to rename?": "Weet u zeker dat u de naam wilt wijzigen?",
|
||||
"Are you sure want to": "Verder gaan met"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Dansk",
|
||||
"code": "da",
|
||||
"translation": {
|
||||
"Access denied. IP restriction applicable": "Adgang nægtet. IP-begrænsning gælder",
|
||||
"Actions": "Handlinger",
|
||||
"Advanced Search": "Avanceret søgning",
|
||||
"AdvancedEditor": "Advanceret Editor",
|
||||
"AppTitle": "Filhåndtering",
|
||||
"Archive not created": "Arkiv er ikke oprettet",
|
||||
"Archive not unpacked": "Arkiv er ikke pakket ud",
|
||||
"Archive unpacked": "Arkiv er udpakket",
|
||||
"Archive": "Arkiv",
|
||||
"Back": "Tilbage",
|
||||
"BackUp": "Backup",
|
||||
"CalculateFolderSize": "Beregn mappestørrelse",
|
||||
"Cancel": "Afbryd",
|
||||
"Change": "Ændre",
|
||||
"ChangePermissions": "Ændre tilladelser",
|
||||
"Check Latest Version": "Tjek seneste version",
|
||||
"Copied from": "Kopieret fra",
|
||||
"Copy": "Kopi",
|
||||
"CopyTo": "Kopier til",
|
||||
"Copying": "Kopierer",
|
||||
"Create archive?": "Opret arkiv?",
|
||||
"CreateNewItem": "Opret ny",
|
||||
"CreateNow": "Opret nu",
|
||||
"Created": "Oprettet",
|
||||
"Delete selected files and folders?": "Slet valgte filer og mapper?",
|
||||
"Delete": "Slet",
|
||||
"Deleted": "Slettet",
|
||||
"DestinationFolder": "Destinationsmappe",
|
||||
"DirectLink": "Direkte link",
|
||||
"Download": "Hent",
|
||||
"Edit": "Rediger",
|
||||
"Error while copying from": "Fejl ved kopiering fra",
|
||||
"Error while deleting items": "Fejl ved sletning af elementer",
|
||||
"Error while fetching archive info": "Fejl ved hentning af arkivoplysninger",
|
||||
"Error while moving from": "Fejl ved flytning fra",
|
||||
"Error while renaming from": "Fejl ved omdøbning fra",
|
||||
"ErrorReporting": "Fejlrapportering",
|
||||
"Execute": "Udfør",
|
||||
"FILE EXTENSION HAS NOT SUPPORTED": "FILEXTENSION ER IKKE UNDERSTØTTET",
|
||||
"File Saved Successfully": "Fil blev gemt",
|
||||
"File extension is not allowed": "Filtypenavn er ikke tilladt",
|
||||
"File not found": "Fil ikke fundet",
|
||||
"File or folder with this path already exists": "Fil eller mappe med denne sti findes allerede",
|
||||
"File": "Fil(er)",
|
||||
"Files": "Filer",
|
||||
"Folder is empty": "Mappen er tom",
|
||||
"Folder": "Mappe(r)",
|
||||
"FreeOf": "Ledig af",
|
||||
"FullSize": "Fuld størrelse",
|
||||
"Generate new password hash": "Generer ny adgangskode-hash",
|
||||
"Generate": "Generer",
|
||||
"Group": "Gruppe",
|
||||
"Help Documents": "Hjælpedokumenter",
|
||||
"Help": "Hjælp",
|
||||
"HideColumns": "Skjul kolonner",
|
||||
"Invalid characters in file name": "Ugyldige tegn i filnavn",
|
||||
"Invalid characters in file or folder name": "Ugyldige tegn i fil- eller mappenavn",
|
||||
"Invalid file or folder name": "Ugyldigt fil- eller mappenavn",
|
||||
"InvertSelection": "Inverter valget",
|
||||
"ItemName": "Emne navn",
|
||||
"ItemType": "Emne type",
|
||||
"Language": "Sprog",
|
||||
"Login failed. Invalid username or password": "Login mislykkedes. Ugyldigt brugernavn eller adgangskode",
|
||||
"Login": "Log på",
|
||||
"Logout": "Log ud",
|
||||
"Modified": "Ændret",
|
||||
"Move": "Flyt",
|
||||
"Moved from": "Flyttet fra",
|
||||
"Name": "Navn",
|
||||
"NewItem": "Nyt emne",
|
||||
"NormalEditor": "Standard Editor",
|
||||
"Nothing selected": "Intet valgt",
|
||||
"Open": "Åben",
|
||||
"Operations with archives are not available": "Operationer med arkiver er ikke tilgængelige",
|
||||
"Other": "Andet",
|
||||
"Owner": "Ejer",
|
||||
"PartitionSize": "Partitionsstørrelse",
|
||||
"Password": "Adgangskode",
|
||||
"Paths must be not equal": "Stierne må ikke være ens",
|
||||
"Permissions changed": "Tilladelser ændret",
|
||||
"Permissions not changed": "Tilladelser ikke ændret",
|
||||
"Perms": "Tilladelser",
|
||||
"Preview": "Forhåndsvisning",
|
||||
"Read": "Læs",
|
||||
"Rename": "Omdøb",
|
||||
"Renamed from": "Omdøbt fra",
|
||||
"Report Issue": "Rapportér problem",
|
||||
"Root path": "Rod mappe",
|
||||
"Save": "Gem",
|
||||
"Search file in folder and subfolders...": "Søg fil i mappe og undermapper...",
|
||||
"Search": "Søg",
|
||||
"Select folder": "Vælg mappe",
|
||||
"SelectAll": "Vælg alle",
|
||||
"Selected files and folder deleted": "Valgte filer og mappe slettet",
|
||||
"Settings": "Indstillinger",
|
||||
"ShowHiddenFiles": "Vis skjulte filer",
|
||||
"Size": "Størrelse",
|
||||
"Source path not defined": "Kildesti er ikke defineret",
|
||||
"SourceFolder": "Kildemappe",
|
||||
"Tar": "Tar",
|
||||
"Theme": "Tema",
|
||||
"UnSelectAll": "Fravælg alle",
|
||||
"UnZip": "Pak ud",
|
||||
"UnZipToFolder": "Pak ud i mappe",
|
||||
"Upload": "Upload",
|
||||
"UploadingFiles": "Uploader filer",
|
||||
"Username": "Brugernavn",
|
||||
"Write": "Skriv",
|
||||
"You are logged in": "Du er logget ind",
|
||||
"Zip": "Zip",
|
||||
"already exists": "eksisterer allerede",
|
||||
"dark": "mørkt",
|
||||
"light": "lyst",
|
||||
"not created": "ikke oprettet",
|
||||
"not deleted": "ikke slettet",
|
||||
"not found!": "ikke fundet!",
|
||||
"password_hash not supported, Upgrade PHP version": "password_hash er ikke understøttet, opgrader PHP-versionen",
|
||||
"to": "til"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user