diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-07-17 00:19:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-07-17 00:19:35 +0000 |
commit | 4362ed53614c900c53986b694ea3eea3799ab9c1 (patch) | |
tree | ee87ecc56beb5a2627f92ba129f4175af83f4d99 /lib/l10n/ast.js | |
parent | d237fd0e78af8bbff51f2802efd4db1d88457579 (diff) | |
download | nextcloud-server-4362ed53614c900c53986b694ea3eea3799ab9c1.tar.gz nextcloud-server-4362ed53614c900c53986b694ea3eea3799ab9c1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/ast.js')
-rw-r--r-- | lib/l10n/ast.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index 2458e0abc25..a4b2335c5f8 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -80,6 +80,7 @@ OC.L10N.register( "seconds ago" : "hai segundos", "Empty file" : "Ficheru baleru", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "El módulu cola ID %s nun esiste. Actívalu na configuración de les aplicaciones o ponte en contautu cola alminsitración.", + "Dot files are not allowed" : "Nun se permiten los ficheros que comiencen per un puntu", "File already exists" : "El ficheru yá esiste", "Invalid path" : "El camín ye inválidu", "Failed to create file from template" : "Nun se pudo crear el ficheru de la plantía", @@ -87,7 +88,6 @@ OC.L10N.register( "File name is a reserved word" : "El nome de ficheru ye una pallabra acutada", "File name contains at least one invalid character" : "El nome del ficheru contién polo menos un caráuter inváldu", "File name is too long" : "El nome del ficheru ye mui llongu", - "Dot files are not allowed" : "Nun se permiten los ficheros que comiencen per un puntu", "Empty filename is not allowed" : "Nun se permite que'l nome del ficheru tea baleru", "App \"%s\" cannot be installed because appinfo file cannot be read." : "Nun se pue instalar l'aplicación «%s» porque nun se pue lleer el ficheru appinfo", "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "Nun se pue instalar l'aplicación «%s» porque nun ye compatible con esta versión del sirvidor.", |