Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit 95fc3df

Browse files
committed
feat: update i18n
License: MIT Signed-off-by: Henrique Dias <[email protected]>
1 parent 39be897 commit 95fc3df

File tree

13 files changed

+196
-170
lines changed

13 files changed

+196
-170
lines changed

src/i18n/ar.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"permanent": "دائم",
33
"buttons": {
4+
"shell": "Toggle shell",
45
"cancel": "إلغاء",
56
"close": "إغلاق",
67
"copy": "نسخ",
@@ -37,7 +38,7 @@
3738
"linkCopied": "تم نسخ الملف"
3839
},
3940
"errors": {
40-
"forbidden": "أنت غير مرحب بك هنا!.",
41+
"forbidden": "You don't have permissions to access this.",
4142
"internal": "لقد حدث خطأ ما.",
4243
"notFound": "لا يمكن الوصول لهذا المحتوى."
4344
},
@@ -167,21 +168,24 @@
167168
"insertRegex": "Insert regex expression",
168169
"insertPath": "Insert the path",
169170
"userUpdated": "تم تعديل المستخدم",
170-
"generalSettings": "General settings",
171171
"userDefaults": "User default settings",
172172
"defaultUserDescription": "This are the default settings for new users.",
173+
"executeOnShell": "Execute on shell",
174+
"executeOnShellDescription": "By default, File Browser executes the commands by calling their binaries directly. If you want to run them on a shell instead (such as Bash or PowerShell), you can define it here with the required arguments and flags. If set, the command you execute will be appended as an argument. This apply to both user commands and event hooks.",
173175
"perm": {
174176
"create": "Create files and directories",
175177
"delete": "Delete files and directories",
176178
"download": "Download",
177-
"edit": "Edit files",
179+
"modify": "Edit files",
178180
"execute": "Execute commands",
179181
"rename": "Rename or move files and directories",
180182
"share": "Share files"
181183
}
182184
},
183185
"sidebar": {
184186
"help": "مساعدة",
187+
"login": "Login",
188+
"signup": "Signup",
185189
"logout": "تسجيل خروج",
186190
"myFiles": "ملفاتي",
187191
"newFile": "ملف جديد",
@@ -194,18 +198,12 @@
194198
"search": {
195199
"images": "الصور",
196200
"music": "الموسيقى",
197-
"notSupportedCommand": "هذا الأمر غير متاح.",
198201
"pdf": "PDF",
199-
"pressToExecute": "إغضط زر Enter للتنفيذ.",
200-
"pressToSearch": "إضغط زر Enter للبحث.",
201-
"search": "البحث...",
202-
"searchOrCommand": "إبحث او قم بتنفيذ أمر...",
203-
"searchOrSupportedCommand": "إبحث او قم باضافة بادئة '$' واستخدم واحد من الاوامر الخاصة بك:",
204-
"typeCommand": "أكتب واضغط Enter للتنفيذ.",
205-
"typeSearch": "أكتب واضغط Enter للبحث.",
206202
"types": "الأنواع",
207203
"video": "فيديوهات",
208-
"writeToSearch": "أكتب هنا للبحث"
204+
"search": "البحث...",
205+
"typeToSearch": "Type to search...",
206+
"pressToSearch": "Press enter to search..."
209207
},
210208
"languages": {
211209
"ar": "العربية",
@@ -229,5 +227,9 @@
229227
"minutes": "دقائق",
230228
"hours": "ساعات",
231229
"days": "أيام"
230+
},
231+
"download": {
232+
"downloadFile": "Download File",
233+
"downloadFolder": "Download Folder"
232234
}
233235
}

src/i18n/de.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"permanent": "Permanent",
33
"buttons": {
4+
"shell": "Toggle shell",
45
"cancel": "Abbrechen",
56
"close": "Schließen",
67
"copy": "Kopieren",
@@ -37,7 +38,7 @@
3738
"linkCopied": "Verweis wurde kopiert !"
3839
},
3940
"errors": {
40-
"forbidden": "Sie verfügen nicht über die nötigen Rechte!",
41+
"forbidden": "You don't have permissions to access this.",
4142
"internal": "Etwas ist schief gelaufen.",
4243
"notFound": "Dieser Ort kann nicht angezeigt werden."
4344
},
@@ -167,21 +168,24 @@
167168
"insertRegex": "Insert regex expression",
168169
"insertPath": "Insert the path",
169170
"userUpdated": "Benutzer aktualisiert!",
170-
"generalSettings": "General settings",
171171
"userDefaults": "User default settings",
172172
"defaultUserDescription": "This are the default settings for new users.",
173+
"executeOnShell": "Execute on shell",
174+
"executeOnShellDescription": "By default, File Browser executes the commands by calling their binaries directly. If you want to run them on a shell instead (such as Bash or PowerShell), you can define it here with the required arguments and flags. If set, the command you execute will be appended as an argument. This apply to both user commands and event hooks.",
173175
"perm": {
174176
"create": "Create files and directories",
175177
"delete": "Delete files and directories",
176178
"download": "Download",
177-
"edit": "Edit files",
179+
"modify": "Edit files",
178180
"execute": "Execute commands",
179181
"rename": "Rename or move files and directories",
180182
"share": "Share files"
181183
}
182184
},
183185
"sidebar": {
184186
"help": "Hilfe",
187+
"login": "Login",
188+
"signup": "Signup",
185189
"logout": "Logout",
186190
"myFiles": "Meine Dateien",
187191
"newFile": "Neue Datei",
@@ -194,18 +198,12 @@
194198
"search": {
195199
"images": "Bilder",
196200
"music": "Musik",
197-
"notSupportedCommand": "This is a not supported command.",
198201
"pdf": "PDF",
199-
"pressToExecute": "Drücken Sie Enter zum Ausführen.",
200-
"pressToSearch": "Drücken Sie Enter zum Suchen.",
201-
"search": "Suche...",
202-
"searchOrCommand": "Suche oder führe Befehl aus...",
203-
"searchOrSupportedCommand": "Suche oder nutze eines Ihrer verfügbaren Befehle:",
204-
"typeCommand": "Type and press enter to execute.",
205-
"typeSearch": "Type and press enter to search.",
206202
"types": "Typen",
207203
"video": "Video",
208-
"writeToSearch": "Hier schreiben zum Suchen"
204+
"search": "Suche...",
205+
"typeToSearch": "Type to search...",
206+
"pressToSearch": "Press enter to search..."
209207
},
210208
"languages": {
211209
"ar": "العربية",
@@ -229,5 +227,9 @@
229227
"minutes": "Minuten",
230228
"hours": "Stunden",
231229
"days": "Tage"
230+
},
231+
"download": {
232+
"downloadFile": "Download File",
233+
"downloadFolder": "Download Folder"
232234
}
233235
}

src/i18n/es.json

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"permanent": "Permanente",
33
"buttons": {
4+
"shell": "Toggle shell",
45
"cancel": "Cancelar",
56
"close": "Cerrar",
67
"copy": "Copiar",
@@ -37,7 +38,7 @@
3738
"linkCopied": "¡Link copiado!"
3839
},
3940
"errors": {
40-
"forbidden": "No eres bienvenido aquí.",
41+
"forbidden": "You don't have permissions to access this.",
4142
"internal": "La verdad es que algo ha ido mal.",
4243
"notFound": "No se puede acceder a este lugar."
4344
},
@@ -75,11 +76,11 @@
7576
},
7677
"login": {
7778
"password": "Contraseña",
78-
"passwordConfirm": "Password Confirmation",
79+
"passwordConfirm": "Confirmación de contraseña",
7980
"submit": "Iniciar sesión",
80-
"createAnAccount": "Create an account",
81+
"createAnAccount": "Crear una cuenta",
8182
"loginInstead": "Already have an account",
82-
"passwordsDontMatch": "Passwords don't match",
83+
"passwordsDontMatch": "Las contraseñas no coinciden",
8384
"usernameTaken": "Username already taken",
8485
"signup": "Signup",
8586
"username": "Usuario",
@@ -120,9 +121,9 @@
120121
"settings": {
121122
"instanceName": "Instance name",
122123
"brandingDirectoryPath": "Branding directory path",
123-
"documentation": "documentation",
124+
"documentation": "documentación",
124125
"branding": "Branding",
125-
"disableExternalLinks": "Disable external links (except documentation)",
126+
"disableExternalLinks": "Deshabilitar enlaces externos (excepto documentación)",
126127
"brandingHelp": "You can costumize how your File Browser instance looks and feels by changing its name, replacing the logo, adding custom styles and even disable external links to GitHub.\nFor more information about custom branding, please check out the {0}.",
127128
"admin": "Admin",
128129
"administrator": "Administrador",
@@ -132,7 +133,7 @@
132133
"allowPublish": "Publicar nuevos posts y páginas",
133134
"avoidChanges": "(dejar en blanco para evitar cambios)",
134135
"changePassword": "Cambiar contraseña",
135-
"commandRunner": "Command runner",
136+
"commandRunner": "Executor de comandos",
136137
"commandRunnerHelp": "Here you can set commands that are executed in the named events. You must write one per line. The environment variables {0} and {1} will be available, being {0} relative to {1}. For more information about this feature and the available environment variables, please read the {2}.",
137138
"commandsUpdated": "¡Comandos actualizados!",
138139
"customStylesheet": "Modificar hoja de estilos",
@@ -163,25 +164,28 @@
163164
"username": "Usuario",
164165
"users": "Usuarios",
165166
"globalRules": "This is a global set of allow and disallow rules. They apply to every user. You can define specific rules on each user's settings to override this ones.",
166-
"allowSignup": "Allow users to signup",
167+
"allowSignup": "Permitir registro de usuarios",
167168
"insertRegex": "Insert regex expression",
168-
"insertPath": "Insert the path",
169+
"insertPath": "Introduce la ruta",
169170
"userUpdated": "¡Usuario actualizado!",
170-
"generalSettings": "General settings",
171-
"userDefaults": "User default settings",
171+
"userDefaults": "Configuración de usuario por defecto",
172172
"defaultUserDescription": "This are the default settings for new users.",
173+
"executeOnShell": "Execute on shell",
174+
"executeOnShellDescription": "By default, File Browser executes the commands by calling their binaries directly. If you want to run them on a shell instead (such as Bash or PowerShell), you can define it here with the required arguments and flags. If set, the command you execute will be appended as an argument. This apply to both user commands and event hooks.",
173175
"perm": {
174-
"create": "Create files and directories",
175-
"delete": "Delete files and directories",
176-
"download": "Download",
177-
"edit": "Edit files",
178-
"execute": "Execute commands",
176+
"create": "Crear ficheros y directorios",
177+
"delete": "Eliminar ficheros y directorios",
178+
"download": "Descargar",
179+
"modify": "Edit files",
180+
"execute": "Executar comandos",
179181
"rename": "Rename or move files and directories",
180-
"share": "Share files"
182+
"share": "Compartir ficheros"
181183
}
182184
},
183185
"sidebar": {
184186
"help": "Ayuda",
187+
"login": "Login",
188+
"signup": "Signup",
185189
"logout": "Cerrar sesión",
186190
"myFiles": "Mis archivos",
187191
"newFile": "Nuevo archivo",
@@ -194,18 +198,12 @@
194198
"search": {
195199
"images": "Images",
196200
"music": "Música",
197-
"notSupportedCommand": "This is a not supported command.",
198201
"pdf": "PDF",
199-
"pressToExecute": "Presiona enter para ejecutar.",
200-
"pressToSearch": "Presiona enter para buscar.",
201-
"search": "Buscar...",
202-
"searchOrCommand": "Buscar o ejecutar un comando...",
203-
"searchOrSupportedCommand": "Buscar o ejecutar uno de los comandos soportados:",
204-
"typeCommand": "Type and press enter to execute.",
205-
"typeSearch": "Type and press enter to search.",
206202
"types": "Tipos",
207203
"video": "Vídeo",
208-
"writeToSearch": "Escribe aquí para buscar"
204+
"search": "Buscar...",
205+
"typeToSearch": "Type to search...",
206+
"pressToSearch": "Press enter to search..."
209207
},
210208
"languages": {
211209
"ar": "العربية",
@@ -229,5 +227,9 @@
229227
"minutes": "Minutos",
230228
"hours": "Horas",
231229
"days": "Días"
230+
},
231+
"download": {
232+
"downloadFile": "Download File",
233+
"downloadFolder": "Download Folder"
232234
}
233235
}

src/i18n/fr.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"permanent": "Permanent",
33
"buttons": {
4+
"shell": "Toggle shell",
45
"cancel": "Annuler",
56
"close": "Fermer",
67
"copy": "Copier",
@@ -37,7 +38,7 @@
3738
"linkCopied": "Link copied!"
3839
},
3940
"errors": {
40-
"forbidden": "Vous n'êtes pas autorisé à être ici.",
41+
"forbidden": "You don't have permissions to access this.",
4142
"internal": "Aïe ! Quelque chose s'est mal passé.",
4243
"notFound": "Impossible d'accéder à cet emplacement."
4344
},
@@ -167,21 +168,24 @@
167168
"insertRegex": "Insert regex expression",
168169
"insertPath": "Insert the path",
169170
"userUpdated": "Utilisateur mis à jour !",
170-
"generalSettings": "General settings",
171171
"userDefaults": "User default settings",
172172
"defaultUserDescription": "This are the default settings for new users.",
173+
"executeOnShell": "Execute on shell",
174+
"executeOnShellDescription": "By default, File Browser executes the commands by calling their binaries directly. If you want to run them on a shell instead (such as Bash or PowerShell), you can define it here with the required arguments and flags. If set, the command you execute will be appended as an argument. This apply to both user commands and event hooks.",
173175
"perm": {
174176
"create": "Create files and directories",
175177
"delete": "Delete files and directories",
176178
"download": "Download",
177-
"edit": "Edit files",
179+
"modify": "Edit files",
178180
"execute": "Execute commands",
179181
"rename": "Rename or move files and directories",
180182
"share": "Share files"
181183
}
182184
},
183185
"sidebar": {
184186
"help": "Aide",
187+
"login": "Login",
188+
"signup": "Signup",
185189
"logout": "Se déconnecter",
186190
"myFiles": "Mes fichiers",
187191
"newFile": "Nouveau fichier",
@@ -194,18 +198,12 @@
194198
"search": {
195199
"images": "Images",
196200
"music": "Musique",
197-
"notSupportedCommand": "This is a not supported command.",
198201
"pdf": "PDF",
199-
"pressToExecute": "Appuyez sur Entrée pour exécuter",
200-
"pressToSearch": "Appuyez sur Entrée pour lancer la recherche",
201-
"search": "Recherche en cours...",
202-
"searchOrCommand": "Rechercher ou exécuter une commande...",
203-
"searchOrSupportedCommand": "Lancez une recherche ou exécutez une commande parmis les suivantes :",
204-
"typeCommand": "Type and press enter to execute.",
205-
"typeSearch": "Type and press enter to search.",
206202
"types": "Types",
207203
"video": "Video",
208-
"writeToSearch": "Ecrivez ici pour lancer une recherche"
204+
"search": "Recherche en cours...",
205+
"typeToSearch": "Type to search...",
206+
"pressToSearch": "Press enter to search..."
209207
},
210208
"languages": {
211209
"ar": "العربية",
@@ -229,5 +227,9 @@
229227
"minutes": "Minutes",
230228
"hours": "Heures",
231229
"days": "Jours"
230+
},
231+
"download": {
232+
"downloadFile": "Download File",
233+
"downloadFolder": "Download Folder"
232234
}
233235
}

0 commit comments

Comments
 (0)