mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-04-21 07:31:51 +02:00
Compare commits
82 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
7e7fb1f505 | ||
|
bf2c2a9a4d | ||
|
64f7b29c78 | ||
|
07ac97c20b | ||
|
8c78bc78f9 | ||
|
8a17a5b210 | ||
|
9792bd000f | ||
|
232fc78f2e | ||
|
c38dca17e4 | ||
|
ac3dd478f5 | ||
|
01cfb5d8ac | ||
|
94b62544bd | ||
|
1042994a60 | ||
|
3716af20a2 | ||
|
8d953bf0f9 | ||
|
d26c9e5cbf | ||
|
0f58c2ca65 | ||
|
b602dcd172 | ||
|
1bcc240119 | ||
|
8b330b75a4 | ||
|
f120daa607 | ||
|
e27e1abeb4 | ||
|
a4d96e0eaf | ||
|
843e240757 | ||
|
ecec756b71 | ||
|
8366e1bc29 | ||
|
d8fceac7dd | ||
|
a306f4f1f7 | ||
|
a1ae0fa729 | ||
|
ca4b1b1743 | ||
|
8e87afae5b | ||
|
43063e4746 | ||
|
47359d3f4e | ||
|
eb8f3d80bc | ||
|
f380478197 | ||
|
f7a2f77008 | ||
|
dabc4ea36e | ||
|
7ec19c1659 | ||
|
8486c7a240 | ||
|
8194249b66 | ||
|
da77df785a | ||
|
00541fc469 | ||
|
7ca87c9163 | ||
|
f6a93653be | ||
|
85f35bc28f | ||
|
3a90a5916a | ||
|
6a6eb8abec | ||
|
bf024c7c84 | ||
|
d705da604c | ||
|
94f1c92d80 | ||
|
bbb2114918 | ||
|
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 |
2
.gitattributes
vendored
Normal file
2
.gitattributes
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
*.php text eol=lf
|
||||
*.json text eol=lf
|
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
|
||||
|
7
.github/workflows/PublishDocker.yml
vendored
7
.github/workflows/PublishDocker.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v3
|
||||
uses: docker/metadata-action@v4
|
||||
with:
|
||||
images: |
|
||||
${{ secrets.DOCKERHUB_USERNAME }}/tinyfilemanager
|
||||
@ -21,6 +21,8 @@ jobs:
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
type=semver,pattern={{version}}
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
- name: Set up Docker Buildx
|
||||
@ -35,4 +37,5 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
|
@ -12,7 +12,7 @@ FROM php:7.4-cli-alpine
|
||||
# if run in China
|
||||
# RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
|
||||
|
||||
RUN apk add \
|
||||
RUN apk add --no-cache \
|
||||
libzip-dev \
|
||||
oniguruma-dev
|
||||
|
||||
@ -22,8 +22,5 @@ RUN docker-php-ext-install \
|
||||
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"]
|
||||
|
103
README.md
103
README.md
@ -5,8 +5,13 @@
|
||||
[](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 a versatile web-based PHP file manager designed for simplicity and efficiency. This lightweight single-file PHP application can be effortlessly integrated into any server directory, allowing users to store, upload, edit, and manage files and folders directly through their web browser.
|
||||
With multi-language support and compatibility with PHP 5.5+, TinyFileManager enables the creation of individual user accounts, each with its dedicated directory. The platform also includes built-in functionality for handling text files using the Cloud9 IDE.
|
||||
Featuring syntax highlighting for over 150 languages and more than 35 themes, TinyFileManager offers a comprehensive solution for file management in an online environment.
|
||||
|
||||
<sub>**Caution!** _Avoid utilizing this script as a standard file manager in public spaces. It is imperative to remove this script from the server after completing any tasks._</sub>
|
||||
|
||||
## Demo
|
||||
|
||||
@ -37,90 +42,34 @@ Default username/password: **admin/admin@123** and **user/12345**.
|
||||
|
||||
To enable/disable authentication set `$use_auth` to true or false.
|
||||
|
||||
:information_source: Add your own configuration file `config.php` in the same folder to use as additional configuration file.
|
||||
: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, 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`)
|
||||
- :sunglasses: Support user permissions - based on session and each user root folder mapping
|
||||
- :floppy_disk: Copy direct file URL
|
||||
- :pencil2: Cloud9 IDE - Syntax highlighting for over `150+` languages, Over `35+` themes with your favorite programming style
|
||||
- :page_facing_up: Google/Microsoft doc viewer helps you preview `PDF/DOC/XLS/PPT/etc`. 25 MB can be previewed with the Google Drive viewer
|
||||
- :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
|
||||
- :bangbang: lots more...
|
||||
- :cd: **Open Source:** Lightweight, minimalist, and extremely simple to set up.
|
||||
- :iphone: **Mobile Friendly:** Optimized for touch devices and mobile viewing.
|
||||
- :information_source: **Core Features:** Easily create, delete, modify, view, download, copy, and move files.
|
||||
- :arrow_double_up: **Advanced Upload Options:** Ajax-powered uploads with drag-and-drop support, URL imports, and multi-file uploads with extension filtering.
|
||||
- :file_folder: **Folder & File Management:** Create and organize folders and files effortlessly.
|
||||
- :gift: **Compression Tools:** Compress and extract files in `zip` and `tar` formats.
|
||||
- :sunglasses: **User Permissions:** User-specific root folder mapping and session-based access control.
|
||||
- :floppy_disk: **Direct URLs:** Easily copy direct URLs for files.
|
||||
- :pencil2: **Code Editor:** Includes Cloud9 IDE with syntax highlighting for 150+ languages and 35+ themes.
|
||||
- :page_facing_up: **Document Preview:** Google/Microsoft document viewer for PDF/DOC/XLS/PPT, supporting previews up to 25 MB.
|
||||
- :zap: **Security Features:** Backup capabilities, IP blacklisting, and whitelisting.
|
||||
- :mag_right: **Search Functionality:** Use `datatable.js` for fast file search and filtering.
|
||||
- :file_folder: **Customizable Listings:** Exclude specific folders and files from directory views.
|
||||
- :globe_with_meridians: **Multi-language Support:** Translations available in 35+ languages with `translation.json`.
|
||||
- :bangbang: **And Much More!**
|
||||
|
||||
## Deploy by Docker
|
||||
|
||||
Make sure you have **already installed docker**, [Install reference](https://docs.docker.com/engine/install/)
|
||||
|
||||
> **Notice:** Your need an absolute path, and it will be served by tinyfilemanager.
|
||||
>
|
||||
> If you want to serve this project at **raspberry pi or another special platform**, you can download project and **build image by yourself**.
|
||||
|
||||
You can execute this following commands:
|
||||
|
||||
```shell
|
||||
$ docker run -d -v /absolute/path:/var/www/html/data -p 80:80 --restart=always --name tinyfilemanager tinyfilemanager/tinyfilemanager:master
|
||||
$ docker ps
|
||||
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
|
||||
648dfba9c0ff tinyfilemanager/tinyfilemanager:master "docker-php-entrypoi…" 4 minutes ago Up 4 minutes 0.0.0.0:80->80/tcp, :::80->80/tcp tinyfilemanager
|
||||
```
|
||||
Access `http://127.0.0.1/` and enter default username and password, then enjoy it.
|
||||
|
||||
DockerHub: [https://hub.docker.com/r/tinyfilemanager/tinyfilemanager](https://hub.docker.com/r/tinyfilemanager/tinyfilemanager)
|
||||
|
||||
#### How to change config within docker
|
||||
|
||||
Origin:
|
||||
|
||||
```php
|
||||
// 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 = '';
|
||||
```
|
||||
|
||||
Modified:
|
||||
|
||||
```php
|
||||
// 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'].'/data';
|
||||
|
||||
// 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 = '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:
|
||||
|
||||
```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
|
||||
```
|
||||
|
||||
#### Stop running
|
||||
|
||||
If you want to stop a running docker service, or you want to restart a service, you should stop it first, or you got `docker: Error response from daemon: Conflict. The container name "/tinyfilemanager" is already in use by container ...` problem. You can execute this command:
|
||||
|
||||
```shell
|
||||
$ docker rm -f tinyfilemanager
|
||||
```
|
||||
### [Deploy by Docker](https://github.com/prasathmani/tinyfilemanager/wiki/Deploy-by-Docker)
|
||||
|
||||
### <a name=license></a>License, Credit
|
||||
|
||||
- Available under the [GNU license](https://github.com/prasathmani/tinyfilemanager/blob/master/LICENSE)
|
||||
- Original concept and development by github.com/alexantr/filemanager
|
||||
- CDN Used - _jQuery, Bootstrap, Font Awesome, Highlight js, ace js, DropZone js, 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)
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
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[at]gmail.com and include the word "SECURITY" in the subject line.
|
||||
To report a security issue, email ccpprogrammers[at]gmail[dot]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.
|
||||
|
||||
|
BIN
screenshot.gif
BIN
screenshot.gif
Binary file not shown.
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 2.4 MiB |
4103
tinyfilemanager.php
4103
tinyfilemanager.php
File diff suppressed because one or more lines are too long
533
translation.json
533
translation.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"appName": "Tiny File Manager",
|
||||
"version": "2.5.0",
|
||||
"version": "2.6",
|
||||
"language": [
|
||||
{
|
||||
"name": "Română",
|
||||
@ -8,79 +8,79 @@
|
||||
"translation": {
|
||||
"AppName": "Tiny File Manager",
|
||||
"AppTitle": "Titlu aplicație",
|
||||
"Login": "Logare",
|
||||
"Login": "Autentificare",
|
||||
"Username": "Nume utilizator",
|
||||
"Password": "Parola",
|
||||
"Logout": "Delogare",
|
||||
"Password": "Parolă",
|
||||
"Logout": "Ieșire",
|
||||
"Move": "Mută",
|
||||
"Copy": "Copiază",
|
||||
"Save": "Salvează",
|
||||
"SelectAll": "Selectează Tot",
|
||||
"UnSelectAll": "Deselectează Tot",
|
||||
"SelectAll": "Selectează tot",
|
||||
"UnSelectAll": "Deselectează tot",
|
||||
"File": "Fișier",
|
||||
"Back": "Înapoi",
|
||||
"Size": "Mărime",
|
||||
"Size": "Dimensiune",
|
||||
"Perms": "Permisiuni",
|
||||
"Modified": "Modificat",
|
||||
"Owner": "Titular",
|
||||
"Owner": "Proprietar",
|
||||
"Search": "Caută",
|
||||
"NewItem": "Nou",
|
||||
"Folder": "Dosar",
|
||||
"Delete": "Șterge",
|
||||
"Rename": "Redenumește",
|
||||
"CopyTo": "Copiază În",
|
||||
"DirectLink": "Link Direct",
|
||||
"UploadingFiles": "Încarcă Fișiere",
|
||||
"ChangePermissions": "Schimbă Permisiuni",
|
||||
"Copying": "Copiază",
|
||||
"CreateNewItem": "Creează Obiect Nou",
|
||||
"Name": "Nume",
|
||||
"AdvancedEditor": "Editor Avansat",
|
||||
"RememberMe": "Ține-mă Minte",
|
||||
"CopyTo": "Copiază în",
|
||||
"DirectLink": "Legătură directă",
|
||||
"UploadingFiles": "Se încarcă fișiere",
|
||||
"ChangePermissions": "Schimbă permisiunile",
|
||||
"Copying": "Se copiază",
|
||||
"CreateNewItem": "Creează element nou",
|
||||
"Name": "Denumire",
|
||||
"AdvancedEditor": "Redactor avansat",
|
||||
"RememberMe": "Ține-mă minte",
|
||||
"Actions": "Acțiuni",
|
||||
"Upload": "Încarcă",
|
||||
"Cancel": "Anulează",
|
||||
"InvertSelection": "Selectare Inversă",
|
||||
"DestinationFolder": "Dosar Destinație",
|
||||
"ItemType": "Tip Obiect",
|
||||
"ItemName": "Nume obiect",
|
||||
"CreateNow": "Creează Acum",
|
||||
"InvertSelection": "Inversează selecția",
|
||||
"DestinationFolder": "Dosar destinație",
|
||||
"ItemType": "Tip element",
|
||||
"ItemName": "Denumire element",
|
||||
"CreateNow": "Creează acum",
|
||||
"Download": "Descarcă",
|
||||
"Open": "Deschide",
|
||||
"UnZip": "Decomprimă",
|
||||
"UnZipToFolder": "Decomprimă în Dosar",
|
||||
"Edit": "Editează",
|
||||
"NormalEditor": "Editor Standard",
|
||||
"BackUp": "Copie de Siguranță",
|
||||
"SourceFolder": "Dosar Sursă",
|
||||
"UnZipToFolder": "Decomprimă în dosar",
|
||||
"Edit": "Modifică",
|
||||
"NormalEditor": "Redactor standard",
|
||||
"BackUp": "Copie de rezervă",
|
||||
"SourceFolder": "Dosar sursă",
|
||||
"Files": "Fișiere",
|
||||
"Change": "Schimbă",
|
||||
"Settings": "Setari",
|
||||
"Settings": "Configurări",
|
||||
"Language": "Limba",
|
||||
"MemoryUsed": "Memorie Utilizată",
|
||||
"PartitionSize": "Dimensiune Partiție",
|
||||
"ErrorReporting": "Raportare de Erori",
|
||||
"ShowHiddenFiles": "Arată Fișiere Ascunse",
|
||||
"Full size": "Dimensiune Totală",
|
||||
"MemoryUsed": "Memorie utilizată",
|
||||
"PartitionSize": "Dimensiune partiție",
|
||||
"ErrorReporting": "Raportare erori",
|
||||
"ShowHiddenFiles": "Arată fișiere ascunse",
|
||||
"Full size": "Dimensiune totală",
|
||||
"Help": "Ajutor",
|
||||
"Free of": "Liber din",
|
||||
"Preview": "Previzualizează",
|
||||
"Help Documents": "Documentație",
|
||||
"Report Issue": "Raportează o Problemă",
|
||||
"Report Issue": "Raportează defect",
|
||||
"Generate": "Generează",
|
||||
"FullSize": "Mărime Maximă",
|
||||
"FullSize": "Dimensiune completă",
|
||||
"FreeOf": "Liber din",
|
||||
"CalculateFolderSize": "Calculează spațiul acupat de dosar",
|
||||
"ProcessID": "Id instanță",
|
||||
"CalculateFolderSize": "Calculează dimensiunea dosarului",
|
||||
"ProcessID": "Id. proces",
|
||||
"Created": "Creat",
|
||||
"HideColumns": "Ascunde Coloanele",
|
||||
"HideColumns": "Ascunde coloanele",
|
||||
"Folder is empty": "Dosarul este gol",
|
||||
"Check Latest Version": "Verifică ultima versiune",
|
||||
"Generate new password hash": "Generează hash nou parolă",
|
||||
"You are logged in": "Sunteti logat/ă",
|
||||
"Login failed. Invalid username or password": "Autentificare eșuată. Credențialele nu sunt valide (utilizator/parolă)",
|
||||
"password_hash not supported, Upgrade PHP version": "Generare hash parolă nesuportată, actualizați interpretorul PHP de pe server",
|
||||
"Theme": "Tema",
|
||||
"You are logged in": "Sunteți autentificat",
|
||||
"Login failed. Invalid username or password": "Autentificare eșuată. Utilizator sau parolă incorecte",
|
||||
"password_hash not supported, Upgrade PHP version": "Generare hash parolă nesuportată, actualizați versiunea de PHP",
|
||||
"Theme": "Tematică",
|
||||
"dark": "Întunecată",
|
||||
"light": "Luminoasă"
|
||||
}
|
||||
@ -445,74 +445,125 @@
|
||||
"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"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -521,6 +572,7 @@
|
||||
"translation": {
|
||||
"Actions": "Actions",
|
||||
"AdvancedEditor": "Editeur avancé",
|
||||
"Advanced Search": "Recherche avancée",
|
||||
"AppName": "Tiny File Manager",
|
||||
"AppTitle": "Gestionnaire de fichiers",
|
||||
"Back": "Retour",
|
||||
@ -529,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",
|
||||
@ -578,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",
|
||||
@ -810,10 +863,10 @@
|
||||
"Rename": "Umbenennen",
|
||||
"CopyTo": "Kopieren nach",
|
||||
"DirectLink": "Direktlink",
|
||||
"UploadingFiles": "Datei hochladen",
|
||||
"UploadingFiles": "Dateien hochladen",
|
||||
"ChangePermissions": "Berechtigungen ändern",
|
||||
"Copying": "Kopieren",
|
||||
"CreateNewItem": "Neue Datei erstellen",
|
||||
"CreateNewItem": "Neues Element erstellen",
|
||||
"Name": "Name",
|
||||
"AdvancedEditor": "Erweiterter Editor",
|
||||
"RememberMe": "Eingeloggt bleiben",
|
||||
@ -866,7 +919,7 @@
|
||||
"Renamed from": "Umbenannt von",
|
||||
"Archive not unpacked": "Archiv nicht entpackt",
|
||||
"Deleted": "Gelöscht",
|
||||
"Archive not created": "Archiv nicht erstellt",
|
||||
"Archive not created": "Archiv nicht erstellt",
|
||||
"Copied from": "Kopiert aus",
|
||||
"Permissions changed": "Berechtigungen geändert",
|
||||
"to": "nach",
|
||||
@ -874,13 +927,13 @@
|
||||
"not found!": "nicht gefunden!",
|
||||
"File Saved Successfully": "Datei erfolgreich gespeichert",
|
||||
"Archive": "Archiv",
|
||||
"Permissions not changed": "Berechtigungen nicht geändert",
|
||||
"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",
|
||||
"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",
|
||||
@ -895,7 +948,7 @@
|
||||
"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",
|
||||
"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"
|
||||
}
|
||||
@ -1010,7 +1063,7 @@
|
||||
"Change": "修改",
|
||||
"Settings": "设置",
|
||||
"Language": "语言",
|
||||
"Open": "开启",
|
||||
"Open": "打开",
|
||||
"Group": "用户组",
|
||||
"Other": "其它用户",
|
||||
"Read": "读取权限",
|
||||
@ -1033,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?": "是否确实要重命名?"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -1334,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",
|
||||
@ -1373,12 +1508,13 @@
|
||||
"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",
|
||||
"You are logged in": "Você está logado",
|
||||
"Login failed. Invalid username or password": "Falha na autenticação. nome de usuário ou senha inválidos"
|
||||
"Login failed. Invalid username or password": "Falha na autenticação. nome de usuário ou senha inválidos",
|
||||
"Are you sure want to rename?": "Tem certeza de que deseja renomear?",
|
||||
"Are you sure want to": "Tem certeza de que deseja"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -2397,7 +2533,34 @@
|
||||
"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"
|
||||
"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",
|
||||
"dark": "donker",
|
||||
"light": "licht"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -2522,7 +2685,131 @@
|
||||
"not found!": "ikke fundet!",
|
||||
"password_hash not supported, Upgrade PHP version": "password_hash er ikke understøttet, opgrader PHP-versionen",
|
||||
"to": "til"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Bengali",
|
||||
"code": "bn",
|
||||
"translation": {
|
||||
"Access denied. IP restriction applicable": "অ্যাক্সেস অস্বীকার করা হয়েছে৷ আইপি সীমাবদ্ধতা প্রযোজ্য",
|
||||
"Actions": "একশন্স",
|
||||
"Advanced Search": "উন্নত অনুসন্ধান",
|
||||
"AdvancedEditor": "উন্নত এডিটর",
|
||||
"AppTitle": "ফাইল ম্যানেজার",
|
||||
"Archive not created": "আর্কাইভ তৈরি করা হয়নি",
|
||||
"Archive not unpacked": "আর্কাইভ প্যাক করা হয়নি",
|
||||
"Archive unpacked": "আর্কাইভ আনপ্যাক",
|
||||
"Archive": "আর্কাইভ",
|
||||
"Back": "পেছনে",
|
||||
"BackUp": "ব্যাকআপ",
|
||||
"CalculateFolderSize": "ফোল্ডার সাইজ গণনা করুন",
|
||||
"Cancel": "বাতিল করুন",
|
||||
"Change": "পরিবর্তন",
|
||||
"ChangePermissions": "অনুমতি পরিবর্তন করুন",
|
||||
"Check Latest Version": "সর্বশেষ সংস্করণ পরীক্ষা করুন",
|
||||
"Copied from": "থেকে কপি করা হয়েছে",
|
||||
"Copy": "কপি",
|
||||
"CopyTo": "কপি করুন",
|
||||
"Copying": "কপি করা হচ্ছে",
|
||||
"Create archive?": "নতুন আর্কাইভ তৈরি করুন",
|
||||
"CreateNewItem": "নতুন আইটেম তৈরি করুন",
|
||||
"CreateNow": "এখন তৈরি করুন",
|
||||
"Created": "তৈরি করা হয়েছে",
|
||||
"Delete selected files and folders?": "নির্বাচিত ফাইল এবং ফোল্ডার মুছবেন?",
|
||||
"Delete": "মুছে ফেলা",
|
||||
"Deleted": "মুছে ফেলা হয়েছে",
|
||||
"DestinationFolder": "গন্তব্য ফোল্ডার",
|
||||
"DirectLink": "সরাসরি লিঙ্ক",
|
||||
"Download": "ডাউনলোড",
|
||||
"Edit": "এডিট",
|
||||
"Error while copying from": "থেকে কপি করার সময় ত্রুটি",
|
||||
"Error while deleting items": "থেকে মুছে ফেলার সময় ত্রুটি",
|
||||
"Error while fetching archive info": "আর্কাইভ তথ্য আনার সময় ত্রুটি",
|
||||
"Error while moving from": "থেকে সরানোর সময় ত্রুটি",
|
||||
"Error while renaming from": "থেকে নাম পরিবর্তন করার সময় ত্রুটি",
|
||||
"ErrorReporting": "এরর রিপোর্টিং",
|
||||
"Execute": "এক্সিকিউট",
|
||||
"FILE EXTENSION HAS NOT SUPPORTED": "ফাইল এক্সটেনশন সমর্থিত নয়",
|
||||
"File Saved Successfully": "ফাইল সফলভাবে সংরক্ষিত হয়েছে৷",
|
||||
"File extension is not allowed": "ফাইল এক্সটেনশন অনুমোদিত নয়",
|
||||
"File not found": "ফাইল পাওয়া যায়নি",
|
||||
"File or folder with this path already exists": "এই পথ সহ ফাইল বা ফোল্ডার ইতিমধ্যেই বিদ্যমান",
|
||||
"File": "ফাইল",
|
||||
"Files": "ফাইলস",
|
||||
"Folder is empty": "ফোল্ডার খালি",
|
||||
"Folder": "ফোল্ডার",
|
||||
"FreeOf": "মুক্ত",
|
||||
"FullSize": "ফুল সাইজ",
|
||||
"Generate new password hash": "নতুন পাসওয়ার্ড হ্যাশ তৈরি করুন",
|
||||
"Generate": "উৎপন্ন",
|
||||
"Group": "গ্রুপ",
|
||||
"Help Documents": "হেল্প ডকুমেন্টস",
|
||||
"Help": "সাহায্য",
|
||||
"HideColumns": "কলাম লুকান",
|
||||
"Invalid characters in file name": "ফাইলের নামে অবৈধ অক্ষর",
|
||||
"Invalid characters in file or folder name": "ফাইল বা ফোল্ডার নামের অবৈধ অক্ষর",
|
||||
"Invalid file or folder name": "অবৈধ ফাইল বা ফোল্ডারের নাম",
|
||||
"InvertSelection": "উল্টে নির্বাচন করুন",
|
||||
"ItemName": "আইটেম নাম",
|
||||
"ItemType": "আইটেম ধরন",
|
||||
"Language": "ভাষা",
|
||||
"Login failed. Invalid username or password": "লগইন ব্যর্থ. অবৈধ ব্যবহারকারীর নাম বা পাসওয়ার্ড",
|
||||
"Login": "লগইন",
|
||||
"Logout": "লগআউট",
|
||||
"Modified": "পরিবর্তিত",
|
||||
"Move": "সরান",
|
||||
"Moved from": "থেকে সরানো",
|
||||
"Name": "নাম",
|
||||
"NewItem": "নতুন আইটেম",
|
||||
"NormalEditor": "সাধারণ এডিটর",
|
||||
"Nothing selected": "কিছুই নির্বাচিত নয়",
|
||||
"Open": "খোলা",
|
||||
"Operations with archives are not available": "আর্কাইভ সহ অপারেশন পাওয়া যায়নি",
|
||||
"Other": "অন্যান্য",
|
||||
"Owner": "মালিক",
|
||||
"PartitionSize": "পার্টিশনের মাপ",
|
||||
"Password": "পাসওয়ার্ড",
|
||||
"Paths must be not equal": "পথ সমান হতে হবে না",
|
||||
"Permissions changed": "অনুমতি পরিবর্তন",
|
||||
"Permissions not changed": "অনুমতি পরিবর্তন করা হয়নি",
|
||||
"Perms": "পারমস",
|
||||
"Preview": "পূর্বরূপ",
|
||||
"Read": "পড়ুন",
|
||||
"Rename": "নাম পরিবর্তন করা হয়েছে",
|
||||
"Renamed from": "থেকে নাম পরিবর্তন করা হয়েছে",
|
||||
"Report Issue": "ইস্যুস রিপোর্ট করুন",
|
||||
"Root path": "রুট পথ",
|
||||
"Save": "সংরক্ষণ",
|
||||
"Search file in folder and subfolders...": "ফোল্ডার এবং সাবফোল্ডারে ফাইল অনুসন্ধান করুন...",
|
||||
"Search": "অনুসন্ধান করুন",
|
||||
"Select folder": "ফোল্ডার নির্বাচন করুন",
|
||||
"SelectAll": "সব নির্বাচন করুন",
|
||||
"Selected files and folder deleted": "নির্বাচিত ফাইল এবং ফোল্ডার মুছে ফেলা হয়েছে",
|
||||
"Settings": "সেটিংস",
|
||||
"ShowHiddenFiles": "গোপন ফাইলগুলো দেখুন",
|
||||
"Size": "সাইজ",
|
||||
"Source path not defined": "সোর্স পথ সংজ্ঞায়িত করা হয়নি",
|
||||
"SourceFolder": "সোর্স ফোল্ডার",
|
||||
"Tar": "টার",
|
||||
"Theme": "থিম",
|
||||
"UnSelectAll": "সরিয়ে ফেলুন সব",
|
||||
"UnZip": "আনজিপ করুন",
|
||||
"UnZipToFolder": "ফোল্ডারে আনজিপ",
|
||||
"Upload": "আপলোড",
|
||||
"UploadingFiles": "ফাইল আপলোড করা হচ্ছে",
|
||||
"Username": "ব্যবহারকারীর নাম",
|
||||
"Write": "লিখুন",
|
||||
"You are logged in": "আপনি লগ ইন করছেন",
|
||||
"Zip": "জিপ",
|
||||
"already exists": "আগে থেকেই আছে",
|
||||
"dark": "ডার্ক",
|
||||
"light": "লাইট",
|
||||
"not created": "তৈরি করা হয়নি",
|
||||
"not deleted": "মুছে ফেলা হয়নি",
|
||||
"not found!": "পাওয়া যায় নি!",
|
||||
"password_hash not supported, Upgrade PHP version": "পাসওয়ার্ড_হ্যাশ সমর্থিত নয়, পিএইচপি ভার্সন আপগ্রেড করুন",
|
||||
"to": "to"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user