diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-04-05 00:08:20 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-04-05 00:08:20 +0000 |
commit | 84035862f7239e5d05ac0ab848442c9230ad7efc (patch) | |
tree | a35fa80df4ec14259be1c5747c3ba7a7693a239f /apps | |
parent | fa4107893de4e94020dc1b3182cfea969b5db1a6 (diff) | |
download | nextcloud-server-84035862f7239e5d05ac0ab848442c9230ad7efc.tar.gz nextcloud-server-84035862f7239e5d05ac0ab848442c9230ad7efc.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
32 files changed, 402 insertions, 56 deletions
diff --git a/apps/encryption/l10n/es_MX.js b/apps/encryption/l10n/es_MX.js index 6a9824967be..7fd15231c79 100644 --- a/apps/encryption/l10n/es_MX.js +++ b/apps/encryption/l10n/es_MX.js @@ -35,6 +35,9 @@ OC.L10N.register( "Cheers!" : "¡Saludos!", "Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Hola, <br><br>el administrador ha habilitado la encripción del lado del servidor. Sus archivos fueron encriptados usando la contraseña <strong>%s</strong>.<br><br> Favor de iniciar sesisón en la interface web, vaya a la sección \"módulo de encripción básica\" de sus ajustes personales y actualice su contraseña de encripción ingresando esta contraseña en el campo \"contraseña de inicio de sesión anterior\" y su contraseña de inicio de sesión actual. <br><br>", "Default encryption module" : "Módulo de encripción predeterminado", + "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero sus llaves no han sido inicializadas, favor de salir y volver a entrar a la sesion", + "Encrypt the home storage" : "Encriptar el almacenamiento de inicio", + "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados", "Enable recovery key" : "Habilitar llave de recuperación", "Disable recovery key" : "Deshabilitar llave de recuperación", "The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La llave de recuperación es una llave de encripción que se usa para encriptar archivos. Permite la recuperación de los archivos del usuario si este olvida su contraseña. ", diff --git a/apps/encryption/l10n/es_MX.json b/apps/encryption/l10n/es_MX.json index 867a14a0334..073485adfbf 100644 --- a/apps/encryption/l10n/es_MX.json +++ b/apps/encryption/l10n/es_MX.json @@ -33,6 +33,9 @@ "Cheers!" : "¡Saludos!", "Hey there,<br><br>the admin enabled server-side-encryption. Your files were encrypted using the password <strong>%s</strong>.<br><br>Please login to the web interface, go to the section \"basic encryption module\" of your personal settings and update your encryption password by entering this password into the \"old log-in password\" field and your current login-password.<br><br>" : "Hola, <br><br>el administrador ha habilitado la encripción del lado del servidor. Sus archivos fueron encriptados usando la contraseña <strong>%s</strong>.<br><br> Favor de iniciar sesisón en la interface web, vaya a la sección \"módulo de encripción básica\" de sus ajustes personales y actualice su contraseña de encripción ingresando esta contraseña en el campo \"contraseña de inicio de sesión anterior\" y su contraseña de inicio de sesión actual. <br><br>", "Default encryption module" : "Módulo de encripción predeterminado", + "Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "La aplicación de encripción esta habilitada pero sus llaves no han sido inicializadas, favor de salir y volver a entrar a la sesion", + "Encrypt the home storage" : "Encriptar el almacenamiento de inicio", + "Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "Habilitar esta opción encripta todos los archivos almacenados en el almacenamiento principal, de otro modo, sólo los archivos en el almacenamiento externo serán encriptados", "Enable recovery key" : "Habilitar llave de recuperación", "Disable recovery key" : "Deshabilitar llave de recuperación", "The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La llave de recuperación es una llave de encripción que se usa para encriptar archivos. Permite la recuperación de los archivos del usuario si este olvida su contraseña. ", diff --git a/apps/federation/l10n/es_MX.js b/apps/federation/l10n/es_MX.js index 1f05a98b4bd..d14f9937f73 100644 --- a/apps/federation/l10n/es_MX.js +++ b/apps/federation/l10n/es_MX.js @@ -4,7 +4,7 @@ OC.L10N.register( "Added to the list of trusted servers" : "Agregado a la lista de servidores de confianza", "Server is already in the list of trusted servers." : "El servidor ya se encuentra en la lista de servidores de confianza.", "No server to federate with found" : "No se encontraron servidores para integrar a la federación", - "Could not add server" : "No se pudo agregar el servidor", + "Could not add server" : "No fue posible agregar el servidor", "Federation" : "Federación", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación le permite conectarse con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se usará para auto-completar usuarios externos en el recurso compartido federado.", "Add server automatically once a federated share was created successfully" : "Agregar el servidor automáticamente una vez que se genere exitosamente el elemento compartido federado", diff --git a/apps/federation/l10n/es_MX.json b/apps/federation/l10n/es_MX.json index 8643d0cf351..386e85dcffd 100644 --- a/apps/federation/l10n/es_MX.json +++ b/apps/federation/l10n/es_MX.json @@ -2,7 +2,7 @@ "Added to the list of trusted servers" : "Agregado a la lista de servidores de confianza", "Server is already in the list of trusted servers." : "El servidor ya se encuentra en la lista de servidores de confianza.", "No server to federate with found" : "No se encontraron servidores para integrar a la federación", - "Could not add server" : "No se pudo agregar el servidor", + "Could not add server" : "No fue posible agregar el servidor", "Federation" : "Federación", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "La federación le permite conectarse con otros servidores de confianza para intercambiar el directorio de usuarios. Por ejemplo, esto se usará para auto-completar usuarios externos en el recurso compartido federado.", "Add server automatically once a federated share was created successfully" : "Agregar el servidor automáticamente una vez que se genere exitosamente el elemento compartido federado", diff --git a/apps/files/l10n/es_MX.js b/apps/files/l10n/es_MX.js index 2db7871e9a5..1a2cef949aa 100644 --- a/apps/files/l10n/es_MX.js +++ b/apps/files/l10n/es_MX.js @@ -13,7 +13,7 @@ OC.L10N.register( "Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"", "Upload cancelled." : "Carga cancelada.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes", - "Not enough free space, you are uploading {size1} but only {size2} is left" : "No cuenta con suficiente espacio disponible, usted se encuentra cargando {size1} pero solo cuenta con {size2} disponible", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "No cuenta con suficiente espacio disponible, usted se encuentra cargando {size1} pero sólo cuenta con {size2} disponible", "Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe", "Not enough free space" : "No cuenta con suficiente espacio disponible", "Uploading..." : "Cargando...", @@ -102,7 +102,7 @@ OC.L10N.register( "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>", "A new file or folder has been <strong>created</strong>" : "Un nuevo archivo ha sido <strong>creado</strong>", "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo ha sido <strong>borrado</strong>", - "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limite las notificación de la creación y cambios a sus <strong>archivos favoritos</strong> <em>(solo flujo)</em>", + "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limite las notificación de la creación y cambios a sus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>", "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo ha sido <strong>restaurado</strong>", "Upload (max. %s)" : "Cargar (max. %s)", "File handling" : "Administración de archivos", diff --git a/apps/files/l10n/es_MX.json b/apps/files/l10n/es_MX.json index a372e8fc8bb..2784c500f87 100644 --- a/apps/files/l10n/es_MX.json +++ b/apps/files/l10n/es_MX.json @@ -11,7 +11,7 @@ "Could not create folder \"{dir}\"" : "No fue posible crear la carpeta \"{dir}\"", "Upload cancelled." : "Carga cancelada.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "No fue posible cargar {filename} ya que es una carpeta o tiene un tamaño de 0 bytes", - "Not enough free space, you are uploading {size1} but only {size2} is left" : "No cuenta con suficiente espacio disponible, usted se encuentra cargando {size1} pero solo cuenta con {size2} disponible", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "No cuenta con suficiente espacio disponible, usted se encuentra cargando {size1} pero sólo cuenta con {size2} disponible", "Target folder \"{dir}\" does not exist any more" : "La carpeta destino \"{dir}\" ya no existe", "Not enough free space" : "No cuenta con suficiente espacio disponible", "Uploading..." : "Cargando...", @@ -100,7 +100,7 @@ "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Un archivo o carpeta ha sido <strong>cambiado </strong> o <strong>renombrado</strong>", "A new file or folder has been <strong>created</strong>" : "Un nuevo archivo ha sido <strong>creado</strong>", "A new file or folder has been <strong>deleted</strong>" : "Un nuevo archivo ha sido <strong>borrado</strong>", - "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limite las notificación de la creación y cambios a sus <strong>archivos favoritos</strong> <em>(solo flujo)</em>", + "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limite las notificación de la creación y cambios a sus <strong>archivos favoritos</strong> <em>(sólo flujo)</em>", "A new file or folder has been <strong>restored</strong>" : "Un nuevo archivo ha sido <strong>restaurado</strong>", "Upload (max. %s)" : "Cargar (max. %s)", "File handling" : "Administración de archivos", diff --git a/apps/files/l10n/lb.js b/apps/files/l10n/lb.js index 9fa3a0fdfaa..06669c9f94d 100644 --- a/apps/files/l10n/lb.js +++ b/apps/files/l10n/lb.js @@ -1,50 +1,143 @@ OC.L10N.register( "files", { + "Storage is temporarily not available" : "Späicherplaatz temporär net erreeschbar", + "Storage invalid" : "Späicherplatz net gülteg", "Unknown error" : "Et ass en onbekannte Fehler opgetrueden", - "There is no error, the file uploaded with success" : "Keen Feeler, Datei ass komplett ropgelueden ginn", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Déi ropgelueden Datei ass méi grouss wei d'MAX_FILE_SIZE Eegenschaft déi an der HTML form uginn ass", - "The uploaded file was only partially uploaded" : "Déi ropgelueden Datei ass nëmmen hallef ropgelueden ginn", - "No file was uploaded" : "Et ass kee Fichier ropgeluede ginn", - "Missing a temporary folder" : "Et feelt en temporären Dossier", - "Failed to write to disk" : "Konnt net op den Disk schreiwen", - "Files" : "Dateien", "All files" : "All d'Fichieren", + "Recent" : "Rezent", + "File could not be found" : "Datei konnt net fonnt ginn", "Home" : "Doheem", "Close" : "Zoumaachen", "Favorites" : "Favoriten", + "Could not create folder \"{dir}\"" : "Dossier \"{dir}\" konnt net erstallt ginn", "Upload cancelled." : "Upload ofgebrach.", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "{filename} konnt eropgelueden ginn, well et een Dossier ass oder d'Datei 0 Bytes huet", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Net genuch Späicher, du probéiers {size1} eropzelueden, et ass awer nëmmen méi {size2} fräi", + "Target folder \"{dir}\" does not exist any more" : "Den Dossier \"{dir}\" existéiert net méi", + "Not enough free space" : "Nët genuch Späicherplaatz", "Uploading..." : "Lueden erop...", "..." : "...", - "File upload is in progress. Leaving the page now will cancel the upload." : "File Upload am gaang. Wann's de des Säit verléiss gëtt den Upload ofgebrach.", + "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} vun {totalSize} ({bitrate})", + "Actions" : "Aktiounen", "Download" : "Download", "Rename" : "Ëmbenennen", + "Move" : "Verschieben", + "Target folder" : "Ziel Dossier", "Delete" : "Läschen", + "Disconnect storage" : "Net connectéierten Späicher", "Unshare" : "Net méi deelen", + "Could not load info for file \"{file}\"" : "Et konnten keng Informatiounen zu {file} gelueden ginn", + "Files" : "Dateien", "Details" : "Detailer", "Select" : "Auswielen", + "Pending" : "Ausstoend", + "Unable to determine date" : "Datum kann net festgestallt ginn", "This operation is forbidden" : "Dës Operatioun ass verbueden.", "This directory is unavailable, please check the logs or contact the administrator" : "Dësen Dossier ass net disponibel, w.e.g. kontrolléiert d'Logs oder kontaktéiert den Administrateur", + "Could not move \"{file}\", target exists" : "\"{file}\" konnt beweegt ginn. Et existéiert do schonn.", + "Could not move \"{file}\"" : "\"{file}\" konnt verreckelt ginn", + "{newName} already exists" : "{newName} gett et schon", + "Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" konnt embenannt ginn, well et net méi existéiert", + "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" konnt net gesat ginn, well dësen schon am Dossier \"{dir}\" existéiert. Wiel weg. een aaneren", + "Could not rename \"{fileName}\"" : "\"{fileName}\" konnt net embenannt ginn", + "Could not create file \"{file}\"" : "\"{file}\" konnt net erstallt ginn", + "Could not create file \"{file}\" because it already exists" : "\"{file}\" konnt net erstallt ginn, well des schon existéiert", + "Could not create folder \"{dir}\" because it already exists" : "Den Dossier \"{dir}\" konnt net erstallt ginn, well desen schon existéiert", + "Error deleting file \"{fileName}\"." : "Fehler beim läschen vun \"{fileName}\".", + "No search results in other folders for {tag}{filter}{endtag}" : "Keng Resultater an aneren Dossieren fir {tag}{filter}{endtag} fonnt", "Name" : "Numm", "Size" : "Gréisst", "Modified" : "Geännert", + "_%n folder_::_%n folders_" : ["¦%n Dossier","¦%n Dossieren"], + "_%n file_::_%n files_" : ["¦%n Datei","¦%n Dateien"], + "{dirs} and {files}" : "{dirs} an {files}", + "_including %n hidden_::_including %n hidden_" : ["Beinhaltet ¦%n verstoppte Saach","Beinhaltet ¦%n verstoppte Saachen"], + "You don’t have permission to upload or create files here" : "Du hues net genuch Rechter hei Dokumenter eropzelueden oder ze erstellen", + "_Uploading %n file_::_Uploading %n files_" : ["Am Gaangen ¦%n Datei eropzelueden","Am Gaangen ¦%n Dateien eropzelueden"], "New" : "Nei", - "\"{name}\" is an invalid file name." : "\"{Numm}\" ass een ongültegen Numm fir e Fichier.", - "File name cannot be empty." : "Den Numm vum Fichier kann net eidel sinn.", + "\"{name}\" is an invalid file name." : "\"{name}\" ass een ongültegen Numm", + "File name cannot be empty." : "D'Datei kann net eidel sinn", + "\"{name}\" is not an allowed filetype" : "\"{name}\" ass een ongültegen Typ vun Datei", + "Storage of {owner} is full, files can not be updated or synced anymore!" : "Späicher vum {owener} ass voll, et kennen keng Dokumenter méi eropgelueden oder synchroniséiert ginn!", + "Your storage is full, files can not be updated or synced anymore!" : "Däin Späicher ass voll, et kennen keng Dateien méi eropgeluden oder synchrosniséiert ginn", + "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Späicher vum {owner} ass baal voll ({usedSpacePercent}%)", + "Your storage is almost full ({usedSpacePercent}%)" : "Däin Späicher ass baal voll ({usedSpacePercent}%)", + "_matches '{filter}'_::_match '{filter}'_" : ["entsprecht","entspriechen"], + "View in folder" : "Kuk am Dossier ", + "Path" : "Pad", + "_%n byte_::_%n bytes_" : ["¦%n Byte","¦%n Byte"], + "Favorited" : "Favoriséiert", + "Favorite" : "Favorit", + "Copy local link" : "Lokale Link kopéiert", "Folder" : "Dossier", "New folder" : "Neien Dossier", "Upload" : "Eroplueden", - "Upload (max. %s)" : "Eroplueden (max. %s)", + "An error occurred while trying to update the tags" : "Beim Updaten vun den Tags ass e Fehler entstaanen", + "Added to favorites" : "Zu den Favoriten dobaigesat", + "Removed from favorites" : "Vun den Favoriten eweggeholl", + "You added {file} to your favorites" : "Du hues {file} zu denger Favortiten dobäigesat", + "You removed {file} from your favorites" : "Du hues {file} aus dengen Favortiten geläscht", + "File changes" : "Datei Ännerungen", + "Created by {user}" : "Erstallt vum {user}", + "Changed by {user}" : "Geännert vum {user}", + "Deleted by {user}" : "Geläscht vum {user}", + "Restored by {user}" : "Erem hier gestallt vum {user}", + "Renamed by {user}" : "Embenannt vum {user}", + "Moved by {user}" : "Beweegt vum {user}", + "You created {file}" : "Du hues {file} erstallt", + "{user} created {file}" : "Den {user} huet {file} erstallt", + "{file} was created in a public folder" : "{file} ass an engem ëffentlechen Dossier erstallt ginn", + "You changed {file}" : "Du hues {file} verännert", + "{user} changed {file}" : "Den {user} huet {file} verännert", + "You deleted {file}" : "Du hues {file} geläscht", + "{user} deleted {file}" : "Den {user} huet {file} geläscht", + "You restored {file}" : "Du hues {file} erem hier gestallt", + "{user} restored {file}" : "Den {user} huet {file} erem hier gestallt", + "You renamed {oldfile} to {newfile}" : "Du hues {oldfile} zu {newfile} embenannt", + "{user} renamed {oldfile} to {newfile}" : "Den {user} huet {oldfile} zu {newfile} embenannt", + "You moved {oldfile} to {newfile}" : "Du hues {oldfile} zu {newfile} verreckelt", + "{user} moved {oldfile} to {newfile}" : "Den {user} huet {oldfile} zu {newfile} verreckelt", + "A file has been added to or removed from your <strong>favorites</strong>" : "Eng Datei gouf zu dengen Favoriten <strong> dobäigesat </strong> oder aus dengen Favortien <strong> geläscht </strong>", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Eng Datei gouf <strong> verännert</strong> oder <strong> embenannt</strong>", + "A new file or folder has been <strong>created</strong>" : "Eng nei Datei oder e neien Dossier gouf <strong> erstallt </strong>", + "A new file or folder has been <strong>deleted</strong>" : "Eng Datei oder en Dossier gouf <strong> geläscht</strong>", + "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitéier Notifikatiounen op d'Erstellen an Veränneren vun dengen <strong> Favoriten</strong> (nëmmen Floss)", + "A new file or folder has been <strong>restored</strong>" : "Eng Datei oder en Dossier gouf <strong> erem hier gestallt</strong>", + "Upload (max. %s)" : "Upload (maximal ¦%s)", "File handling" : "Fichier handling", "Maximum upload size" : "Maximum Upload Gréisst ", "max. possible: " : "max. méiglech:", "Save" : "Späicheren", + "With PHP-FPM it might take 5 minutes for changes to be applied." : "Mat PHP-FPM kann et 5 Minutten dauern bis d'Ännerungen iwwerholl goufen", + "Missing permissions to edit from here." : "Net genuch Recher fir hei eppes ze veränneren", "Settings" : "Astellungen", - "No files in here" : "Hei sinn keng Fichieren", + "Show hidden files" : "Weis déi verstoppten Dateien", + "WebDAV" : "WebDAV", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Benotz dess Address <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">, fir op deng Dateien via WebDAV zouzegräifen</a>", + "No files in here" : "Keng Dokumenter hei", + "Upload some content or sync with your devices!" : "Lued Dateien erop oder synchroniséier se mat dengen Appartaten", "No entries found in this folder" : "Keng Elementer an dësem Dossier fonnt", "Select all" : "All auswielen", "Upload too large" : "Upload ze grouss", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Déi Dateien déi Dir probéiert erop ze lueden sinn méi grouss wei déi Maximal Gréisst déi op dësem Server erlaabt ass.", - "Text file" : "Text Fichier" + "No favorites" : "Keng Favoriten", + "Files and folders you mark as favorite will show up here" : "Hei gesais du deng Favoriten", + "Shared with you" : "Mat dir gedeelt", + "Shared with others" : "Mat aaneren gedeelt", + "Shared by link" : "Mat engem Link gedeelt", + "Tags" : "Tags", + "Deleted files" : "Geläschten Dateien", + "Text file" : "Text Fichier", + "New text file.txt" : "Neien Text file.txt", + "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["{hours}:{minutes}:{seconds} Stonn iwwereg","{hours}:{minutes}:{seconds} Stonnen iwwereg"], + "{hours}:{minutes}h" : "{hours}:{minutes} Stonnen", + "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["{minutes}:{seconds} Minute iwwereg","{minutes}:{seconds} Minuten iwwereg"], + "{minutes}:{seconds}m" : "{minutes}:{seconds} Minuten", + "_{seconds} second left_::_{seconds} seconds left_" : ["{seconds} Sekonn iwwereg","{seconds} Sekonnen iwwereg"], + "{seconds}s" : "{seconds}s", + "Any moment now..." : "An engen Moment", + "Soon..." : "Geschwënn", + "File upload is in progress. Leaving the page now will cancel the upload." : "File Upload am gaang. Wann's de des Säit verléiss gëtt den Upload ofgebrach." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files/l10n/lb.json b/apps/files/l10n/lb.json index 67da26b1ece..a00689bcec8 100644 --- a/apps/files/l10n/lb.json +++ b/apps/files/l10n/lb.json @@ -1,48 +1,141 @@ { "translations": { + "Storage is temporarily not available" : "Späicherplaatz temporär net erreeschbar", + "Storage invalid" : "Späicherplatz net gülteg", "Unknown error" : "Et ass en onbekannte Fehler opgetrueden", - "There is no error, the file uploaded with success" : "Keen Feeler, Datei ass komplett ropgelueden ginn", - "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Déi ropgelueden Datei ass méi grouss wei d'MAX_FILE_SIZE Eegenschaft déi an der HTML form uginn ass", - "The uploaded file was only partially uploaded" : "Déi ropgelueden Datei ass nëmmen hallef ropgelueden ginn", - "No file was uploaded" : "Et ass kee Fichier ropgeluede ginn", - "Missing a temporary folder" : "Et feelt en temporären Dossier", - "Failed to write to disk" : "Konnt net op den Disk schreiwen", - "Files" : "Dateien", "All files" : "All d'Fichieren", + "Recent" : "Rezent", + "File could not be found" : "Datei konnt net fonnt ginn", "Home" : "Doheem", "Close" : "Zoumaachen", "Favorites" : "Favoriten", + "Could not create folder \"{dir}\"" : "Dossier \"{dir}\" konnt net erstallt ginn", "Upload cancelled." : "Upload ofgebrach.", + "Unable to upload {filename} as it is a directory or has 0 bytes" : "{filename} konnt eropgelueden ginn, well et een Dossier ass oder d'Datei 0 Bytes huet", + "Not enough free space, you are uploading {size1} but only {size2} is left" : "Net genuch Späicher, du probéiers {size1} eropzelueden, et ass awer nëmmen méi {size2} fräi", + "Target folder \"{dir}\" does not exist any more" : "Den Dossier \"{dir}\" existéiert net méi", + "Not enough free space" : "Nët genuch Späicherplaatz", "Uploading..." : "Lueden erop...", "..." : "...", - "File upload is in progress. Leaving the page now will cancel the upload." : "File Upload am gaang. Wann's de des Säit verléiss gëtt den Upload ofgebrach.", + "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} vun {totalSize} ({bitrate})", + "Actions" : "Aktiounen", "Download" : "Download", "Rename" : "Ëmbenennen", + "Move" : "Verschieben", + "Target folder" : "Ziel Dossier", "Delete" : "Läschen", + "Disconnect storage" : "Net connectéierten Späicher", "Unshare" : "Net méi deelen", + "Could not load info for file \"{file}\"" : "Et konnten keng Informatiounen zu {file} gelueden ginn", + "Files" : "Dateien", "Details" : "Detailer", "Select" : "Auswielen", + "Pending" : "Ausstoend", + "Unable to determine date" : "Datum kann net festgestallt ginn", "This operation is forbidden" : "Dës Operatioun ass verbueden.", "This directory is unavailable, please check the logs or contact the administrator" : "Dësen Dossier ass net disponibel, w.e.g. kontrolléiert d'Logs oder kontaktéiert den Administrateur", + "Could not move \"{file}\", target exists" : "\"{file}\" konnt beweegt ginn. Et existéiert do schonn.", + "Could not move \"{file}\"" : "\"{file}\" konnt verreckelt ginn", + "{newName} already exists" : "{newName} gett et schon", + "Could not rename \"{fileName}\", it does not exist any more" : "\"{fileName}\" konnt embenannt ginn, well et net méi existéiert", + "The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{targetName}\" konnt net gesat ginn, well dësen schon am Dossier \"{dir}\" existéiert. Wiel weg. een aaneren", + "Could not rename \"{fileName}\"" : "\"{fileName}\" konnt net embenannt ginn", + "Could not create file \"{file}\"" : "\"{file}\" konnt net erstallt ginn", + "Could not create file \"{file}\" because it already exists" : "\"{file}\" konnt net erstallt ginn, well des schon existéiert", + "Could not create folder \"{dir}\" because it already exists" : "Den Dossier \"{dir}\" konnt net erstallt ginn, well desen schon existéiert", + "Error deleting file \"{fileName}\"." : "Fehler beim läschen vun \"{fileName}\".", + "No search results in other folders for {tag}{filter}{endtag}" : "Keng Resultater an aneren Dossieren fir {tag}{filter}{endtag} fonnt", "Name" : "Numm", "Size" : "Gréisst", "Modified" : "Geännert", + "_%n folder_::_%n folders_" : ["¦%n Dossier","¦%n Dossieren"], + "_%n file_::_%n files_" : ["¦%n Datei","¦%n Dateien"], + "{dirs} and {files}" : "{dirs} an {files}", + "_including %n hidden_::_including %n hidden_" : ["Beinhaltet ¦%n verstoppte Saach","Beinhaltet ¦%n verstoppte Saachen"], + "You don’t have permission to upload or create files here" : "Du hues net genuch Rechter hei Dokumenter eropzelueden oder ze erstellen", + "_Uploading %n file_::_Uploading %n files_" : ["Am Gaangen ¦%n Datei eropzelueden","Am Gaangen ¦%n Dateien eropzelueden"], "New" : "Nei", - "\"{name}\" is an invalid file name." : "\"{Numm}\" ass een ongültegen Numm fir e Fichier.", - "File name cannot be empty." : "Den Numm vum Fichier kann net eidel sinn.", + "\"{name}\" is an invalid file name." : "\"{name}\" ass een ongültegen Numm", + "File name cannot be empty." : "D'Datei kann net eidel sinn", + "\"{name}\" is not an allowed filetype" : "\"{name}\" ass een ongültegen Typ vun Datei", + "Storage of {owner} is full, files can not be updated or synced anymore!" : "Späicher vum {owener} ass voll, et kennen keng Dokumenter méi eropgelueden oder synchroniséiert ginn!", + "Your storage is full, files can not be updated or synced anymore!" : "Däin Späicher ass voll, et kennen keng Dateien méi eropgeluden oder synchrosniséiert ginn", + "Storage of {owner} is almost full ({usedSpacePercent}%)" : "Späicher vum {owner} ass baal voll ({usedSpacePercent}%)", + "Your storage is almost full ({usedSpacePercent}%)" : "Däin Späicher ass baal voll ({usedSpacePercent}%)", + "_matches '{filter}'_::_match '{filter}'_" : ["entsprecht","entspriechen"], + "View in folder" : "Kuk am Dossier ", + "Path" : "Pad", + "_%n byte_::_%n bytes_" : ["¦%n Byte","¦%n Byte"], + "Favorited" : "Favoriséiert", + "Favorite" : "Favorit", + "Copy local link" : "Lokale Link kopéiert", "Folder" : "Dossier", "New folder" : "Neien Dossier", "Upload" : "Eroplueden", - "Upload (max. %s)" : "Eroplueden (max. %s)", + "An error occurred while trying to update the tags" : "Beim Updaten vun den Tags ass e Fehler entstaanen", + "Added to favorites" : "Zu den Favoriten dobaigesat", + "Removed from favorites" : "Vun den Favoriten eweggeholl", + "You added {file} to your favorites" : "Du hues {file} zu denger Favortiten dobäigesat", + "You removed {file} from your favorites" : "Du hues {file} aus dengen Favortiten geläscht", + "File changes" : "Datei Ännerungen", + "Created by {user}" : "Erstallt vum {user}", + "Changed by {user}" : "Geännert vum {user}", + "Deleted by {user}" : "Geläscht vum {user}", + "Restored by {user}" : "Erem hier gestallt vum {user}", + "Renamed by {user}" : "Embenannt vum {user}", + "Moved by {user}" : "Beweegt vum {user}", + "You created {file}" : "Du hues {file} erstallt", + "{user} created {file}" : "Den {user} huet {file} erstallt", + "{file} was created in a public folder" : "{file} ass an engem ëffentlechen Dossier erstallt ginn", + "You changed {file}" : "Du hues {file} verännert", + "{user} changed {file}" : "Den {user} huet {file} verännert", + "You deleted {file}" : "Du hues {file} geläscht", + "{user} deleted {file}" : "Den {user} huet {file} geläscht", + "You restored {file}" : "Du hues {file} erem hier gestallt", + "{user} restored {file}" : "Den {user} huet {file} erem hier gestallt", + "You renamed {oldfile} to {newfile}" : "Du hues {oldfile} zu {newfile} embenannt", + "{user} renamed {oldfile} to {newfile}" : "Den {user} huet {oldfile} zu {newfile} embenannt", + "You moved {oldfile} to {newfile}" : "Du hues {oldfile} zu {newfile} verreckelt", + "{user} moved {oldfile} to {newfile}" : "Den {user} huet {oldfile} zu {newfile} verreckelt", + "A file has been added to or removed from your <strong>favorites</strong>" : "Eng Datei gouf zu dengen Favoriten <strong> dobäigesat </strong> oder aus dengen Favortien <strong> geläscht </strong>", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "Eng Datei gouf <strong> verännert</strong> oder <strong> embenannt</strong>", + "A new file or folder has been <strong>created</strong>" : "Eng nei Datei oder e neien Dossier gouf <strong> erstallt </strong>", + "A new file or folder has been <strong>deleted</strong>" : "Eng Datei oder en Dossier gouf <strong> geläscht</strong>", + "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitéier Notifikatiounen op d'Erstellen an Veränneren vun dengen <strong> Favoriten</strong> (nëmmen Floss)", + "A new file or folder has been <strong>restored</strong>" : "Eng Datei oder en Dossier gouf <strong> erem hier gestallt</strong>", + "Upload (max. %s)" : "Upload (maximal ¦%s)", "File handling" : "Fichier handling", "Maximum upload size" : "Maximum Upload Gréisst ", "max. possible: " : "max. méiglech:", "Save" : "Späicheren", + "With PHP-FPM it might take 5 minutes for changes to be applied." : "Mat PHP-FPM kann et 5 Minutten dauern bis d'Ännerungen iwwerholl goufen", + "Missing permissions to edit from here." : "Net genuch Recher fir hei eppes ze veränneren", "Settings" : "Astellungen", - "No files in here" : "Hei sinn keng Fichieren", + "Show hidden files" : "Weis déi verstoppten Dateien", + "WebDAV" : "WebDAV", + "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">access your Files via WebDAV</a>" : "Benotz dess Address <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">, fir op deng Dateien via WebDAV zouzegräifen</a>", + "No files in here" : "Keng Dokumenter hei", + "Upload some content or sync with your devices!" : "Lued Dateien erop oder synchroniséier se mat dengen Appartaten", "No entries found in this folder" : "Keng Elementer an dësem Dossier fonnt", "Select all" : "All auswielen", "Upload too large" : "Upload ze grouss", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Déi Dateien déi Dir probéiert erop ze lueden sinn méi grouss wei déi Maximal Gréisst déi op dësem Server erlaabt ass.", - "Text file" : "Text Fichier" + "No favorites" : "Keng Favoriten", + "Files and folders you mark as favorite will show up here" : "Hei gesais du deng Favoriten", + "Shared with you" : "Mat dir gedeelt", + "Shared with others" : "Mat aaneren gedeelt", + "Shared by link" : "Mat engem Link gedeelt", + "Tags" : "Tags", + "Deleted files" : "Geläschten Dateien", + "Text file" : "Text Fichier", + "New text file.txt" : "Neien Text file.txt", + "_{hours}:{minutes}:{seconds} hour left_::_{hours}:{minutes}:{seconds} hours left_" : ["{hours}:{minutes}:{seconds} Stonn iwwereg","{hours}:{minutes}:{seconds} Stonnen iwwereg"], + "{hours}:{minutes}h" : "{hours}:{minutes} Stonnen", + "_{minutes}:{seconds} minute left_::_{minutes}:{seconds} minutes left_" : ["{minutes}:{seconds} Minute iwwereg","{minutes}:{seconds} Minuten iwwereg"], + "{minutes}:{seconds}m" : "{minutes}:{seconds} Minuten", + "_{seconds} second left_::_{seconds} seconds left_" : ["{seconds} Sekonn iwwereg","{seconds} Sekonnen iwwereg"], + "{seconds}s" : "{seconds}s", + "Any moment now..." : "An engen Moment", + "Soon..." : "Geschwënn", + "File upload is in progress. Leaving the page now will cancel the upload." : "File Upload am gaang. Wann's de des Säit verléiss gëtt den Upload ofgebrach." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_external/l10n/es_MX.js b/apps/files_external/l10n/es_MX.js index e63b32eb41e..f1ee8f0446b 100644 --- a/apps/files_external/l10n/es_MX.js +++ b/apps/files_external/l10n/es_MX.js @@ -27,10 +27,19 @@ OC.L10N.register( "Couldn't get the list of external mount points: {type}" : "No fue posible obtener la lista de puntos de montaje externos: {type}", "There was an error with message: " : "Se presentó un problema con el mensaje:", "External mount error" : "Error de montaje externo", + "external-storage" : "almacenamiento externo", + "Couldn't get the list of Windows network drive mount points: empty response from the server" : "No fue posible obtener el listado de los puntos de montaje de la unidad de red de Windows: respuesta del servidor vacía ", + "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Algunos de los puntos de montaje externos configurados no se encuentran conectados. Favor de hacer click en los renglon(es) en rojo para más información", + "Please enter the credentials for the {mount} mount" : "Favor de ingresar las credenciales para el montaje {mount}", "Username" : "Nombre de usuario", "Password" : "Contraseña", + "Credentials saved" : "Credenciales guardadas", + "Credentials saving failed" : "Se ha presentado una falla al guardar las credenciales", + "Credentials required" : "Se requieren credenciales", + "Storage with id \"%i\" not found" : "El almacenamiento con id \"%i\" no fue encontrado", "Invalid mount point" : "Punto de montaje inválido", "Objectstore forbidden" : "Objectstore prohibido", + "Not permitted to use authentication mechanism \"%s\"" : "No está permitido el uso del mecanismo de autenticación \"%s\"", "Unsatisfied authentication mechanism parameters" : "Parametros no satisfechos del mecanismo de autenticación", "Insufficient data: %s" : "Datos insuficientes: %s", "%s" : "%s", @@ -48,6 +57,7 @@ OC.L10N.register( "API key" : "Llave de API", "Global credentials" : "Credenciales globales", "Username and password" : "Nombre de usuario y contraseña", + "Log-in credentials, save in session" : "Credenciales para iniciar sesión, guardar en la sesión", "RSA public key" : "Llave pública RSA", "Public key" : "Llave pública", "Amazon S3" : "Amazon S3", @@ -88,6 +98,7 @@ OC.L10N.register( "Scope" : "Alcance", "Enable encryption" : "Habilitar encripción", "Enable previews" : "Habilitar previsualizaciones", + "Enable sharing" : "Habilitar compartir", "Check for changes" : "Verificar si hay cambios", "Never" : "Nunca", "Once every direct access" : "Una vez cada acceso directo", diff --git a/apps/files_external/l10n/es_MX.json b/apps/files_external/l10n/es_MX.json index 08adf9322f5..1c7b32addc0 100644 --- a/apps/files_external/l10n/es_MX.json +++ b/apps/files_external/l10n/es_MX.json @@ -25,10 +25,19 @@ "Couldn't get the list of external mount points: {type}" : "No fue posible obtener la lista de puntos de montaje externos: {type}", "There was an error with message: " : "Se presentó un problema con el mensaje:", "External mount error" : "Error de montaje externo", + "external-storage" : "almacenamiento externo", + "Couldn't get the list of Windows network drive mount points: empty response from the server" : "No fue posible obtener el listado de los puntos de montaje de la unidad de red de Windows: respuesta del servidor vacía ", + "Some of the configured external mount points are not connected. Please click on the red row(s) for more information" : "Algunos de los puntos de montaje externos configurados no se encuentran conectados. Favor de hacer click en los renglon(es) en rojo para más información", + "Please enter the credentials for the {mount} mount" : "Favor de ingresar las credenciales para el montaje {mount}", "Username" : "Nombre de usuario", "Password" : "Contraseña", + "Credentials saved" : "Credenciales guardadas", + "Credentials saving failed" : "Se ha presentado una falla al guardar las credenciales", + "Credentials required" : "Se requieren credenciales", + "Storage with id \"%i\" not found" : "El almacenamiento con id \"%i\" no fue encontrado", "Invalid mount point" : "Punto de montaje inválido", "Objectstore forbidden" : "Objectstore prohibido", + "Not permitted to use authentication mechanism \"%s\"" : "No está permitido el uso del mecanismo de autenticación \"%s\"", "Unsatisfied authentication mechanism parameters" : "Parametros no satisfechos del mecanismo de autenticación", "Insufficient data: %s" : "Datos insuficientes: %s", "%s" : "%s", @@ -46,6 +55,7 @@ "API key" : "Llave de API", "Global credentials" : "Credenciales globales", "Username and password" : "Nombre de usuario y contraseña", + "Log-in credentials, save in session" : "Credenciales para iniciar sesión, guardar en la sesión", "RSA public key" : "Llave pública RSA", "Public key" : "Llave pública", "Amazon S3" : "Amazon S3", @@ -86,6 +96,7 @@ "Scope" : "Alcance", "Enable encryption" : "Habilitar encripción", "Enable previews" : "Habilitar previsualizaciones", + "Enable sharing" : "Habilitar compartir", "Check for changes" : "Verificar si hay cambios", "Never" : "Nunca", "Once every direct access" : "Una vez cada acceso directo", diff --git a/apps/files_sharing/l10n/es_MX.js b/apps/files_sharing/l10n/es_MX.js index 87290a5b3bb..434e7a219e3 100644 --- a/apps/files_sharing/l10n/es_MX.js +++ b/apps/files_sharing/l10n/es_MX.js @@ -24,14 +24,28 @@ OC.L10N.register( "{email} downloaded {file}" : "{email} descargó {file}", "Shared with group {group}" : "Compartido con el gupo {group}", "{actor} shared with group {group}" : "{actor} compartió con el grupo {group}", + "{actor} removed share for group {group}" : "{actor} ha eliminado el elemento compartido del grupo {group}", "You shared {file} with group {group}" : "Usted ha compartido {file} con el grupo {group}", + "You removed group {group} from {file}" : "Usted ha eliminado al grupo {group} de {file}", + "{actor} shared {file} with group {group}" : "{actor} compartió {file} con el grupo {group}", + "{actor} removed group {group} from {file}" : "{actor} lo ha eliminado del grupo {group} de {file}", + "Shared as public link" : "Compartir como una liga pública", + "Removed public link" : "Liga pública eliminada", "Public link expired" : "La liga pública ha expirado", + "{actor} shared as public link" : "{actor} compartió como una liga pública", + "{actor} removed public link" : "{actor} eliminó la liga pública", "Public link of {actor} expired" : "La liga pública de {actor} ha expirado", "You shared {file} as public link" : "Usted ha compartido {file} como una liga pública", + "You removed public link for {file}" : "Usted ha eliminado la liga pública de {file}", "Public link expired for {file}" : "La liga pública para {file} ha expirado", "{actor} shared {file} as public link" : "{actor} ha compatido {file} como una liga pública", "{actor} removed public link for {file}" : "{actor} eliminó la liga pública de {file}", "Public link of {actor} for {file} expired" : "La liga pública de {actor} para {file} ha expirado", + "{user} accepted the remote share" : "{user} aceptó el elemento compartido remoto", + "{user} declined the remote share" : "{user} declinó el elemento compartido remoto", + "You received a new remote share {file} from {user}" : "Usted ha recibido un nuevo elemento compartido remoto {file} de {user}", + "{user} accepted the remote share of {file}" : "{user} aceptó el elemento compartido remoto de {file}", + "{user} declined the remote share of {file}" : "{user} declinó el elemento compartido remoto de {file}", "{user} unshared {file} from you" : "{user} ha dejado de compartir {file} con usted", "Shared with {user}" : "Compartido con {user}", "Removed share for {user}" : "Dejó de compartir con {user}", @@ -54,7 +68,7 @@ OC.L10N.register( "Please specify a valid user" : "Favor de especificar un usuario válido", "Please specify a valid group" : "Favor de especificar un grupo valido", "Public upload disabled by the administrator" : "Cargas públicas deshabilitadas por el administrador", - "Public upload is only possible for publicly shared folders" : "Las cargas públicas son posibles solo para carpetas compartidas públicamente", + "Public upload is only possible for publicly shared folders" : "Las cargas públicas son posibles sólo para carpetas compartidas públicamente", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD", "You cannot share to a Circle if the app is not enabled" : "Usted no puede compartir al Círculo si la aplicación no esta habilitada", "Please specify a valid circle" : "Favor de especificar un círculo válido", diff --git a/apps/files_sharing/l10n/es_MX.json b/apps/files_sharing/l10n/es_MX.json index 940b03fb8ed..829003bff02 100644 --- a/apps/files_sharing/l10n/es_MX.json +++ b/apps/files_sharing/l10n/es_MX.json @@ -22,14 +22,28 @@ "{email} downloaded {file}" : "{email} descargó {file}", "Shared with group {group}" : "Compartido con el gupo {group}", "{actor} shared with group {group}" : "{actor} compartió con el grupo {group}", + "{actor} removed share for group {group}" : "{actor} ha eliminado el elemento compartido del grupo {group}", "You shared {file} with group {group}" : "Usted ha compartido {file} con el grupo {group}", + "You removed group {group} from {file}" : "Usted ha eliminado al grupo {group} de {file}", + "{actor} shared {file} with group {group}" : "{actor} compartió {file} con el grupo {group}", + "{actor} removed group {group} from {file}" : "{actor} lo ha eliminado del grupo {group} de {file}", + "Shared as public link" : "Compartir como una liga pública", + "Removed public link" : "Liga pública eliminada", "Public link expired" : "La liga pública ha expirado", + "{actor} shared as public link" : "{actor} compartió como una liga pública", + "{actor} removed public link" : "{actor} eliminó la liga pública", "Public link of {actor} expired" : "La liga pública de {actor} ha expirado", "You shared {file} as public link" : "Usted ha compartido {file} como una liga pública", + "You removed public link for {file}" : "Usted ha eliminado la liga pública de {file}", "Public link expired for {file}" : "La liga pública para {file} ha expirado", "{actor} shared {file} as public link" : "{actor} ha compatido {file} como una liga pública", "{actor} removed public link for {file}" : "{actor} eliminó la liga pública de {file}", "Public link of {actor} for {file} expired" : "La liga pública de {actor} para {file} ha expirado", + "{user} accepted the remote share" : "{user} aceptó el elemento compartido remoto", + "{user} declined the remote share" : "{user} declinó el elemento compartido remoto", + "You received a new remote share {file} from {user}" : "Usted ha recibido un nuevo elemento compartido remoto {file} de {user}", + "{user} accepted the remote share of {file}" : "{user} aceptó el elemento compartido remoto de {file}", + "{user} declined the remote share of {file}" : "{user} declinó el elemento compartido remoto de {file}", "{user} unshared {file} from you" : "{user} ha dejado de compartir {file} con usted", "Shared with {user}" : "Compartido con {user}", "Removed share for {user}" : "Dejó de compartir con {user}", @@ -52,7 +66,7 @@ "Please specify a valid user" : "Favor de especificar un usuario válido", "Please specify a valid group" : "Favor de especificar un grupo valido", "Public upload disabled by the administrator" : "Cargas públicas deshabilitadas por el administrador", - "Public upload is only possible for publicly shared folders" : "Las cargas públicas son posibles solo para carpetas compartidas públicamente", + "Public upload is only possible for publicly shared folders" : "Las cargas públicas son posibles sólo para carpetas compartidas públicamente", "Invalid date, date format must be YYYY-MM-DD" : "La fecha es inválida, favor de seguir el formato AAAA-MM-DD", "You cannot share to a Circle if the app is not enabled" : "Usted no puede compartir al Círculo si la aplicación no esta habilitada", "Please specify a valid circle" : "Favor de especificar un círculo válido", diff --git a/apps/files_trashbin/l10n/sr.js b/apps/files_trashbin/l10n/sr.js index dc3c8b46bc7..0654dc5711f 100644 --- a/apps/files_trashbin/l10n/sr.js +++ b/apps/files_trashbin/l10n/sr.js @@ -9,7 +9,7 @@ OC.L10N.register( "Delete permanently" : "Обриши заувек", "Error" : "Грешка", "This operation is forbidden" : "Ова радња је забрањена", - "This directory is unavailable, please check the logs or contact the administrator" : "Овај директоријум није доступан, проверите записе или контактирајте администратора", + "This directory is unavailable, please check the logs or contact the administrator" : "Овај директоријум није доступан, проверите записнике или контактирајте администратора", "restored" : "враћено", "No deleted files" : "Нема обрисаних фајлова", "You will be able to recover deleted files from here" : "Одавде ћете моћи да повратите обрисане фајлове", diff --git a/apps/files_trashbin/l10n/sr.json b/apps/files_trashbin/l10n/sr.json index c57bbdb83d4..237a384988e 100644 --- a/apps/files_trashbin/l10n/sr.json +++ b/apps/files_trashbin/l10n/sr.json @@ -7,7 +7,7 @@ "Delete permanently" : "Обриши заувек", "Error" : "Грешка", "This operation is forbidden" : "Ова радња је забрањена", - "This directory is unavailable, please check the logs or contact the administrator" : "Овај директоријум није доступан, проверите записе или контактирајте администратора", + "This directory is unavailable, please check the logs or contact the administrator" : "Овај директоријум није доступан, проверите записнике или контактирајте администратора", "restored" : "враћено", "No deleted files" : "Нема обрисаних фајлова", "You will be able to recover deleted files from here" : "Одавде ћете моћи да повратите обрисане фајлове", diff --git a/apps/files_versions/l10n/es_MX.js b/apps/files_versions/l10n/es_MX.js index 2af328055b1..8bda31e11d3 100644 --- a/apps/files_versions/l10n/es_MX.js +++ b/apps/files_versions/l10n/es_MX.js @@ -1,7 +1,7 @@ OC.L10N.register( "files_versions", { - "Could not revert: %s" : "No se pudo revertir: %s", + "Could not revert: %s" : "No fue posible revertir: %s", "Versions" : "Versiones", "Failed to revert {file} to revision {timestamp}." : "Falla al revertir {archivo} a revisión {timestamp}.", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], diff --git a/apps/files_versions/l10n/es_MX.json b/apps/files_versions/l10n/es_MX.json index 34348cde567..b31be35fcbc 100644 --- a/apps/files_versions/l10n/es_MX.json +++ b/apps/files_versions/l10n/es_MX.json @@ -1,5 +1,5 @@ { "translations": { - "Could not revert: %s" : "No se pudo revertir: %s", + "Could not revert: %s" : "No fue posible revertir: %s", "Versions" : "Versiones", "Failed to revert {file} to revision {timestamp}." : "Falla al revertir {archivo} a revisión {timestamp}.", "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], diff --git a/apps/files_versions/l10n/zh_CN.js b/apps/files_versions/l10n/zh_CN.js index bc7c43ff1e2..cd3f22b2ba4 100644 --- a/apps/files_versions/l10n/zh_CN.js +++ b/apps/files_versions/l10n/zh_CN.js @@ -1,11 +1,13 @@ OC.L10N.register( "files_versions", { - "Could not revert: %s" : "无法恢复: %s", + "Could not revert: %s" : "无法恢复:%s", "Versions" : "版本", "Failed to revert {file} to revision {timestamp}." : "无法恢复 {file} 到 {timestamp} 的版本。", "_%n byte_::_%n bytes_" : ["%n 比特"], "Restore" : "恢复", + "No earlier versions available" : "无可用的更早的版本", + "More versions …" : "更多版本…", "No versions available" : "没有可用的版本", "More versions..." : "更多版本..." }, diff --git a/apps/files_versions/l10n/zh_CN.json b/apps/files_versions/l10n/zh_CN.json index 5c7482c5e19..865d994e74f 100644 --- a/apps/files_versions/l10n/zh_CN.json +++ b/apps/files_versions/l10n/zh_CN.json @@ -1,9 +1,11 @@ { "translations": { - "Could not revert: %s" : "无法恢复: %s", + "Could not revert: %s" : "无法恢复:%s", "Versions" : "版本", "Failed to revert {file} to revision {timestamp}." : "无法恢复 {file} 到 {timestamp} 的版本。", "_%n byte_::_%n bytes_" : ["%n 比特"], "Restore" : "恢复", + "No earlier versions available" : "无可用的更早的版本", + "More versions …" : "更多版本…", "No versions available" : "没有可用的版本", "More versions..." : "更多版本..." },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/sharebymail/l10n/es_MX.js b/apps/sharebymail/l10n/es_MX.js index 54c61d13dc1..4140fdf7bec 100644 --- a/apps/sharebymail/l10n/es_MX.js +++ b/apps/sharebymail/l10n/es_MX.js @@ -9,10 +9,12 @@ OC.L10N.register( "You shared {file} with {email} by mail" : "Usted ha compartido {file} con {email} por correo", "%3$s shared %1$s with %2$s by mail" : "%3$s ha compartido %1$s con %2$s por correo ", "{actor} shared {file} with {email} by mail" : "{actor} ha compartido {file} con {email} por correo", + "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso ccompartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« con usted", "%s shared »%s« with you on behalf of %s" : "%s ha compartido »%s« con usted a nombre de %s", "Failed to create the E-mail" : "Se presentó una falla al crear el correo electrónico", + "Could not find share" : "No fue posible encontrar el elemento compartido", "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hola,\n\n%s ha compartido »%s« con usted a nombre de %s.\n\n%s\n", "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hola,\n\n%s ha compartido »%s« con usted.\n\n%s\n", "Cheers!" : "¡Saludos!", diff --git a/apps/sharebymail/l10n/es_MX.json b/apps/sharebymail/l10n/es_MX.json index 6ddf36e7f83..3c702e9f468 100644 --- a/apps/sharebymail/l10n/es_MX.json +++ b/apps/sharebymail/l10n/es_MX.json @@ -7,10 +7,12 @@ "You shared {file} with {email} by mail" : "Usted ha compartido {file} con {email} por correo", "%3$s shared %1$s with %2$s by mail" : "%3$s ha compartido %1$s con %2$s por correo ", "{actor} shared {file} with {email} by mail" : "{actor} ha compartido {file} con {email} por correo", + "Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s", "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso ccompartido por correo electrónico", "%s shared »%s« with you" : "%s ha compartido »%s« con usted", "%s shared »%s« with you on behalf of %s" : "%s ha compartido »%s« con usted a nombre de %s", "Failed to create the E-mail" : "Se presentó una falla al crear el correo electrónico", + "Could not find share" : "No fue posible encontrar el elemento compartido", "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hola,\n\n%s ha compartido »%s« con usted a nombre de %s.\n\n%s\n", "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hola,\n\n%s ha compartido »%s« con usted.\n\n%s\n", "Cheers!" : "¡Saludos!", diff --git a/apps/systemtags/l10n/es_MX.js b/apps/systemtags/l10n/es_MX.js index feb9d218a04..1b66b2bf2be 100644 --- a/apps/systemtags/l10n/es_MX.js +++ b/apps/systemtags/l10n/es_MX.js @@ -38,7 +38,9 @@ OC.L10N.register( "You removed system tag {systemtag} from {file}" : "Usted eliminó la etiqueta del sistema {systemtag} de {file}", "%1$s removed system tag %3$s from %2$s" : "%1$s eliminó la etiqueta del sistema %3$s de %2$s", "{actor} removed system tag {systemtag} from {file}" : "{actor} eliminó la etiqueta del sistema {systemtag} de {file}", + "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", + "<strong>System tags</strong> for a file have been modified" : "Las <strong>etiquetas del sistema</strong> para un archivo han sido modificadas", "Collaborative tags" : "Etiquetas colaborativas", "Name" : "Nombre", "Delete" : "Borrar", diff --git a/apps/systemtags/l10n/es_MX.json b/apps/systemtags/l10n/es_MX.json index 0fad5697650..6538237cd66 100644 --- a/apps/systemtags/l10n/es_MX.json +++ b/apps/systemtags/l10n/es_MX.json @@ -36,7 +36,9 @@ "You removed system tag {systemtag} from {file}" : "Usted eliminó la etiqueta del sistema {systemtag} de {file}", "%1$s removed system tag %3$s from %2$s" : "%1$s eliminó la etiqueta del sistema %3$s de %2$s", "{actor} removed system tag {systemtag} from {file}" : "{actor} eliminó la etiqueta del sistema {systemtag} de {file}", + "%s (restricted)" : "%s (restringido)", "%s (invisible)" : "%s (invisible) ", + "<strong>System tags</strong> for a file have been modified" : "Las <strong>etiquetas del sistema</strong> para un archivo han sido modificadas", "Collaborative tags" : "Etiquetas colaborativas", "Name" : "Nombre", "Delete" : "Borrar", diff --git a/apps/theming/l10n/bg.js b/apps/theming/l10n/bg.js new file mode 100644 index 00000000000..a0fd44abeae --- /dev/null +++ b/apps/theming/l10n/bg.js @@ -0,0 +1,27 @@ +OC.L10N.register( + "theming", + { + "Admin" : "Админ", + "a safe home for all your data" : "безопасен дом за всички ваши данни", + "The given name is too long" : "Името е прекалено дълго", + "The given web address is too long" : "web адреса е прекалено дълъг", + "The given slogan is too long" : "Избраният лозунг е твърде дълъг", + "The given color is invalid" : "Избраният цвят е невалиден", + "Saved" : "Запазено", + "No file uploaded" : "Няма качен файл", + "Unsupported image type" : "Неподдържан тип изображение", + "You are already using a custom theme" : "Вие вече използвате персонализирана тема", + "Theming" : "Теми", + "Name" : "Име", + "reset to default" : "възстановяване към стандартни", + "Web address" : "Уеб адрес", + "Web address https://…" : "Уеб адрес https://...", + "Slogan" : "Лозунг", + "Color" : "Цвят", + "Logo" : "Лого", + "Upload new logo" : "Качване на ново лого", + "Login image" : "Изображение при вписване", + "Upload new login background" : "Качване на нов фон за входа", + "Log in image" : "Изображение при вписване" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/theming/l10n/bg.json b/apps/theming/l10n/bg.json new file mode 100644 index 00000000000..0b842b12b1a --- /dev/null +++ b/apps/theming/l10n/bg.json @@ -0,0 +1,25 @@ +{ "translations": { + "Admin" : "Админ", + "a safe home for all your data" : "безопасен дом за всички ваши данни", + "The given name is too long" : "Името е прекалено дълго", + "The given web address is too long" : "web адреса е прекалено дълъг", + "The given slogan is too long" : "Избраният лозунг е твърде дълъг", + "The given color is invalid" : "Избраният цвят е невалиден", + "Saved" : "Запазено", + "No file uploaded" : "Няма качен файл", + "Unsupported image type" : "Неподдържан тип изображение", + "You are already using a custom theme" : "Вие вече използвате персонализирана тема", + "Theming" : "Теми", + "Name" : "Име", + "reset to default" : "възстановяване към стандартни", + "Web address" : "Уеб адрес", + "Web address https://…" : "Уеб адрес https://...", + "Slogan" : "Лозунг", + "Color" : "Цвят", + "Logo" : "Лого", + "Upload new logo" : "Качване на ново лого", + "Login image" : "Изображение при вписване", + "Upload new login background" : "Качване на нов фон за входа", + "Log in image" : "Изображение при вписване" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/updatenotification/l10n/es_MX.js b/apps/updatenotification/l10n/es_MX.js index 82b431937a3..084dd1f1655 100644 --- a/apps/updatenotification/l10n/es_MX.js +++ b/apps/updatenotification/l10n/es_MX.js @@ -5,7 +5,7 @@ OC.L10N.register( "Could not start updater, please try the manual update" : "No fue posible iniciar el actualizador, favor de intentar la actualización manual", "{version} is available. Get more information on how to update." : "{version} no está disponible. Obtenga más información acerca de cómo actualizar. ", "Channel updated" : "Canal actualizado", - "The update server could not be reached since %d days to check for new updates." : "El servidor de actualización no ha podido ser alcanzado desde %d dias para verificar actualizaciones. ", + "The update server could not be reached since %d days to check for new updates." : "El servidor de actualización no ha podido ser alcanzado desde %d días para verificar actualizaciones. ", "Please check the nextcloud and server log files for errors." : "Favor de verificar los archivos de bitacoras de nextcloud y del servidor por errores. ", "Update to %1$s is available." : "La actualización a %1$s está disponible. ", "Update for %1$s to version %2$s is available." : "La actualización para %1$s a la versión %2$s está disponible.", diff --git a/apps/updatenotification/l10n/es_MX.json b/apps/updatenotification/l10n/es_MX.json index 614a8270f33..dcbfab39f99 100644 --- a/apps/updatenotification/l10n/es_MX.json +++ b/apps/updatenotification/l10n/es_MX.json @@ -3,7 +3,7 @@ "Could not start updater, please try the manual update" : "No fue posible iniciar el actualizador, favor de intentar la actualización manual", "{version} is available. Get more information on how to update." : "{version} no está disponible. Obtenga más información acerca de cómo actualizar. ", "Channel updated" : "Canal actualizado", - "The update server could not be reached since %d days to check for new updates." : "El servidor de actualización no ha podido ser alcanzado desde %d dias para verificar actualizaciones. ", + "The update server could not be reached since %d days to check for new updates." : "El servidor de actualización no ha podido ser alcanzado desde %d días para verificar actualizaciones. ", "Please check the nextcloud and server log files for errors." : "Favor de verificar los archivos de bitacoras de nextcloud y del servidor por errores. ", "Update to %1$s is available." : "La actualización a %1$s está disponible. ", "Update for %1$s to version %2$s is available." : "La actualización para %1$s a la versión %2$s está disponible.", diff --git a/apps/user_ldap/l10n/es_MX.js b/apps/user_ldap/l10n/es_MX.js index 89ef6063a86..5f1c1bb28d9 100644 --- a/apps/user_ldap/l10n/es_MX.js +++ b/apps/user_ldap/l10n/es_MX.js @@ -4,7 +4,7 @@ OC.L10N.register( "Failed to clear the mappings." : "Se presentó una falla al borrar los mapeos.", "Failed to delete the server configuration" : "Se presentó una falla al borrar la configuración del servidor", "The configuration is invalid: anonymous bind is not allowed." : "La configuración es inválida: No se permite hacer una vinculación anónima . ", - "The configuration is valid and the connection could be established!" : "¡La configuración es válida y la conexión se pudo establecer!", + "The configuration is valid and the connection could be established!" : "¡La configuración es válida y la conexión pudo ser establecida!", "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configuración es válida, pero falló la Vinculación. Favor de verificar los ajustes del servidor y las credenciales.", "The configuration is invalid. Please have a look at the logs for further details." : "La configuración es inválida. Favor de consultar las bitácoras para más detalles.", "No action specified" : "No se ha especificado una acción", @@ -21,7 +21,7 @@ OC.L10N.register( "Select object classes" : "Seleccionar las clases de objeto", "Please check the credentials, they seem to be wrong." : "Favor de verificar sus credenciales, al parecer están equivocadas.", "Please specify the port, it could not be auto-detected." : "No fue posible auto-detectar el puerto, favor de especificarlo.", - "Base DN could not be auto-detected, please revise credentials, host and port." : "No fue posuble auto detectar el DN base, favor de verificar las credenciales, servidor y puerto.", + "Base DN could not be auto-detected, please revise credentials, host and port." : "No fue posible auto detectar el DN base, favor de verificar las credenciales, servidor y puerto.", "Could not detect Base DN, please enter it manually." : "No fue posible detectar el DN Base, favor de ingresarlo manualmente.", "{nthServer}. Server" : "{nthServer}. Servidor", "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Favor de verificar. ", @@ -30,8 +30,12 @@ OC.L10N.register( "An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Se presentó un error. Favor de verificar la Base DN, así como los ajustes de la conexión y las credenciales.", "Do you really want to delete the current Server Configuration?" : "¿Realmente desea eliminar la configuración actual del servidor?", "Confirm Deletion" : "Confirmar el borrado", + "Mappings cleared successfully!" : "¡Los mapeos se borraron exitosamente!", + "Error while clearing the mappings." : "Se presentó un error al limpiar los mapeos. ", "Anonymous bind is not allowed. Please provide a User DN and Password." : "La vinculación anónima no está permitida. Favor de proporcionar un Usuario DN y una Contaseña.", "LDAP Operations error. Anonymous bind might not be allowed." : "Error de Operaciones LDAP. Las vinculaciones anónimas pueden no estar permitidas. ", + "Saving failed. Please make sure the database is in Operation. Reload before continuing." : "Se presentó una falla en el guardado. Favor de verificar que la base de datos esté operando. Recargue antes de continuar. ", + "Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "Cambiar la modalidad habilitará las consultas automaticas de LDAP. Dependiendo del tamaño de su LDAP esto puede tomar algun tiempo. ¿Aún desea cambiar la modalidad?", "Mode switch" : "Cambio de modo", "Select attributes" : "Seleccionar atributos", "User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "El usuario no fue encontrado. Favor de verficiar los atributos de inicio de sesión y su nombre de usuario. Filtrado efectivo (para copiar y pegar a la validación de línea de comandos): </br>", @@ -58,6 +62,7 @@ OC.L10N.register( "Edit LDAP Query" : "Editar consulta a LDAP", "LDAP Filter:" : "Filtro de LDAP:", "The filter specifies which LDAP groups shall have access to the %s instance." : "El filtro especifica cuales grupos LDAP tendrán acceso a la instancia %s.", + "Verify settings and count groups" : "Verificar ajustes y contar grupos", "When logging in, %s will find the user based on the following attributes:" : "Al iniciar sesion, %s encontrará al usuario con base en los siguientes atributos:", "LDAP / AD Username:" : "Nombre de usuario LDAP / AD", "Allows login against the LDAP / AD username, which is either uid or samaccountname and will be detected." : "Permite iniciar sesión contra el nombre de usuario LDAP / AD, que es el uid o el samaccountname y será detectado. ", @@ -84,7 +89,10 @@ OC.L10N.register( "You can specify Base DN for users and groups in the Advanced tab" : "Puede especificar el DN base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", "Test Base DN" : "Probar la base DN", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", + "Listing and searching for users is constrained by these criteria:" : "Los enlistados y las busquedas para los usuarios están acotados por estos criterios:", + "The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Las clases de objetos más comunes para usuarios son organizationalPerson, person, user, and inetOrgPerson. Si no está seguro de cuál clase de objeto selecciónar, favor de consultar su directorio admin.", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", "Verify settings and count users" : "Verificar ajustes y contar ususarios", "Saving" : "Guardando", @@ -114,6 +122,8 @@ OC.L10N.register( "Directory Settings" : "Ajustes del directorio", "User Display Name Field" : "Campo de nombre del usuario a desplegar", "The LDAP attribute to use to generate the user's display name." : "El atributo LDAP a usar para generar el nombre del usuario a desplegar.", + "2nd User Display Name Field" : "2do Campo de Nombre a Desplegar del Usuario", + "Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Opcional. Un atributo LDAP puede ser agregado al nombre a despelegar entre corchetes. Ejemplos de resultados »John Doe (john.doe@example.org)«.", "Base User Tree" : "Árbol de Usuario Base", "One User Base DN per line" : "Un DN Base de Usuario por línea", "User Search Attributes" : "Atributos de búsqueda de usuario", @@ -124,11 +134,15 @@ OC.L10N.register( "One Group Base DN per line" : "Un DN Base de Grupo por línea", "Group Search Attributes" : "Atributos de Búsqueda de Grupo", "Group-Member association" : "Asociación Grupo-Miembro", + "Dynamic Group Member URL" : "URL de Miembro de Grupo Dinámico ", "Nested Groups" : "Grupos Anidados", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Cuando se enciende, los grupos que contengan grupos están soportados. (Sólo funciona si el atributo de miembro de grupo contiene los DNs). ", + "Paging chunksize" : "Tamaño del chunk de paginación", "Enable LDAP password changes per user" : "Habilitar cambio de contraseñas en LDAP por el usuario", "(New password is sent as plain text to LDAP)" : "(La nueva contraseña se envía como texto plano a LDAP)", "Special Attributes" : "Atributos Especiales", "Quota Field" : "Campo de cuota", + "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Dejar en blanco para usar la cuota predeterminada del usuario. En caso contrario, favor de especificar el atributo LDAP / AD.", "Quota Default" : "Cuota predeterminada", "Override default quota for LDAP users who do not have a quota set in the Quota Field." : "Anular la cuota predeterminada para usuarios LDAP que no tienen una cuota establecida en el Campo Cuota. ", "Email Field" : "Campo de correo electrónico", @@ -136,15 +150,16 @@ OC.L10N.register( "User Home Folder Naming Rule" : "Regla de Nomenclatura para la Carpeta Inicio del Usuario", "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Dejar vacío para el nombre de usuario (predeterminado). En otro caso, especifique un atributo LDAP/AD.", "Internal Username" : "Nombre de usuario interno", - "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Por defecto, el nombre de usuario interno se creará con base en el atributo UUID. Esto asegura que el nombre de usuario sea único y que los caracteres no tengan que ser convertidos. El nombre de usuario intenro tiene la restricción de que sólo los siguienes caracteres están permitidos: [ a-zA-Z0-9_.@- ]. El resto de los caracteres son reemplazados con su correspondencia ASCII o simplemente se omiten. En caso de colisiones, se agregará/ incrementará un numero. El nombre de usuario interno se usa para identificar a un usuario internamente. Adicionalmente es el nombre predeterminado para la carpeta de inicio. También es parte de las URLs remotas, por ejemplo, para todos los servicios *DAV. Con este ajuste se puede anular el comportamiento predeterminado. Mantengalo vacío para mantener el comportamiento predeterminado. Los cambios surtiran efecto solo en los usuarios mapeados (agregados) nuevos a LDAP. ", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Por defecto, el nombre de usuario interno se creará con base en el atributo UUID. Esto asegura que el nombre de usuario sea único y que los caracteres no tengan que ser convertidos. El nombre de usuario intenro tiene la restricción de que sólo los siguienes caracteres están permitidos: [ a-zA-Z0-9_.@- ]. El resto de los caracteres son reemplazados con su correspondencia ASCII o simplemente se omiten. En caso de colisiones, se agregará/ incrementará un numero. El nombre de usuario interno se usa para identificar a un usuario internamente. Adicionalmente es el nombre predeterminado para la carpeta de inicio. También es parte de las URLs remotas, por ejemplo, para todos los servicios *DAV. Con este ajuste se puede anular el comportamiento predeterminado. Mantengalo vacío para mantener el comportamiento predeterminado. Los cambios surtiran efecto sólo en los usuarios mapeados (agregados) nuevos a LDAP. ", "Internal Username Attribute:" : "Atributo de nombre de usuario Interno:", "Override UUID detection" : "Sobrescribir la detección UUID", - "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defecto, el atributo UUID se detecta automáticamente. Este atributo se usa para identificar, sin ninguna duda, a usuarios y grupos LDAP. Adicionalmente, el nombre de usuario interno se creará con base en el UUID, si no ha sido especificado otro comportamiento en la parte de arriba. Puede anular el ajuste y proporcionar el atributo que desee. Debe asegurarse de que el atributo que desee sea accesible por los usuarios y grupos y que sea único. Mantengalo vacío para el comportamiento predeterminado . Los cambios surtirán efecto solo en los usuarios y grupos mapeados (agregados) nuevos a LDAP.", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defecto, el atributo UUID se detecta automáticamente. Este atributo se usa para identificar, sin ninguna duda, a usuarios y grupos LDAP. Adicionalmente, el nombre de usuario interno se creará con base en el UUID, si no ha sido especificado otro comportamiento en la parte de arriba. Puede anular el ajuste y proporcionar el atributo que desee. Debe asegurarse de que el atributo que desee sea accesible por los usuarios y grupos y que sea único. Mantengalo vacío para el comportamiento predeterminado . Los cambios surtirán efecto sólo en los usuarios y grupos mapeados (agregados) nuevos a LDAP.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:", - "Username-LDAP User Mapping" : "Asignación del Nombre de usuario de un usuario LDAP", - "Clear Username-LDAP User Mapping" : "Borrar la asignación de los Nombres de usuario de los usuarios LDAP", - "Clear Groupname-LDAP Group Mapping" : "Borrar la asignación de los Nombres de grupo de los grupos de LDAP", + "Username-LDAP User Mapping" : "Mapeo del Nombre del usuario al Usuario LDAP", + "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los nombres de usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Nombre de usuario interno. Esto requiere un mapeo del Nombre de usuario al usuario LDAP. El nombre de usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Nombre del usuario interno se usa en todos lados. Limpiar los mapeos dejará sobras en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca limpie las configuraciones en el ambiente de producción, sólo hágalo en los ambientes de pruebas o de experimentación. ", + "Clear Username-LDAP User Mapping" : "Limpiar el mapeo de los Nombres de usuario a los Usuarios LDAP", + "Clear Groupname-LDAP Group Mapping" : "Limpiar el mapeo de los Nombres de grupo a los grupos de LDAP", "in bytes" : "en bytes" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/user_ldap/l10n/es_MX.json b/apps/user_ldap/l10n/es_MX.json index 274d7d21736..bfaec835cf0 100644 --- a/apps/user_ldap/l10n/es_MX.json +++ b/apps/user_ldap/l10n/es_MX.json @@ -2,7 +2,7 @@ "Failed to clear the mappings." : "Se presentó una falla al borrar los mapeos.", "Failed to delete the server configuration" : "Se presentó una falla al borrar la configuración del servidor", "The configuration is invalid: anonymous bind is not allowed." : "La configuración es inválida: No se permite hacer una vinculación anónima . ", - "The configuration is valid and the connection could be established!" : "¡La configuración es válida y la conexión se pudo establecer!", + "The configuration is valid and the connection could be established!" : "¡La configuración es válida y la conexión pudo ser establecida!", "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "La configuración es válida, pero falló la Vinculación. Favor de verificar los ajustes del servidor y las credenciales.", "The configuration is invalid. Please have a look at the logs for further details." : "La configuración es inválida. Favor de consultar las bitácoras para más detalles.", "No action specified" : "No se ha especificado una acción", @@ -19,7 +19,7 @@ "Select object classes" : "Seleccionar las clases de objeto", "Please check the credentials, they seem to be wrong." : "Favor de verificar sus credenciales, al parecer están equivocadas.", "Please specify the port, it could not be auto-detected." : "No fue posible auto-detectar el puerto, favor de especificarlo.", - "Base DN could not be auto-detected, please revise credentials, host and port." : "No fue posuble auto detectar el DN base, favor de verificar las credenciales, servidor y puerto.", + "Base DN could not be auto-detected, please revise credentials, host and port." : "No fue posible auto detectar el DN base, favor de verificar las credenciales, servidor y puerto.", "Could not detect Base DN, please enter it manually." : "No fue posible detectar el DN Base, favor de ingresarlo manualmente.", "{nthServer}. Server" : "{nthServer}. Servidor", "No object found in the given Base DN. Please revise." : "No fue posible encontrar ningún objeto en el DN Base dado. Favor de verificar. ", @@ -28,8 +28,12 @@ "An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Se presentó un error. Favor de verificar la Base DN, así como los ajustes de la conexión y las credenciales.", "Do you really want to delete the current Server Configuration?" : "¿Realmente desea eliminar la configuración actual del servidor?", "Confirm Deletion" : "Confirmar el borrado", + "Mappings cleared successfully!" : "¡Los mapeos se borraron exitosamente!", + "Error while clearing the mappings." : "Se presentó un error al limpiar los mapeos. ", "Anonymous bind is not allowed. Please provide a User DN and Password." : "La vinculación anónima no está permitida. Favor de proporcionar un Usuario DN y una Contaseña.", "LDAP Operations error. Anonymous bind might not be allowed." : "Error de Operaciones LDAP. Las vinculaciones anónimas pueden no estar permitidas. ", + "Saving failed. Please make sure the database is in Operation. Reload before continuing." : "Se presentó una falla en el guardado. Favor de verificar que la base de datos esté operando. Recargue antes de continuar. ", + "Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "Cambiar la modalidad habilitará las consultas automaticas de LDAP. Dependiendo del tamaño de su LDAP esto puede tomar algun tiempo. ¿Aún desea cambiar la modalidad?", "Mode switch" : "Cambio de modo", "Select attributes" : "Seleccionar atributos", "User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command line validation): <br/>" : "El usuario no fue encontrado. Favor de verficiar los atributos de inicio de sesión y su nombre de usuario. Filtrado efectivo (para copiar y pegar a la validación de línea de comandos): </br>", @@ -56,6 +60,7 @@ "Edit LDAP Query" : "Editar consulta a LDAP", "LDAP Filter:" : "Filtro de LDAP:", "The filter specifies which LDAP groups shall have access to the %s instance." : "El filtro especifica cuales grupos LDAP tendrán acceso a la instancia %s.", + "Verify settings and count groups" : "Verificar ajustes y contar grupos", "When logging in, %s will find the user based on the following attributes:" : "Al iniciar sesion, %s encontrará al usuario con base en los siguientes atributos:", "LDAP / AD Username:" : "Nombre de usuario LDAP / AD", "Allows login against the LDAP / AD username, which is either uid or samaccountname and will be detected." : "Permite iniciar sesión contra el nombre de usuario LDAP / AD, que es el uid o el samaccountname y será detectado. ", @@ -82,7 +87,10 @@ "You can specify Base DN for users and groups in the Advanced tab" : "Puede especificar el DN base para usuarios y grupos en la pestaña Avanzado", "Detect Base DN" : "Detectar DN Base", "Test Base DN" : "Probar la base DN", + "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Evita solicitudes automaticas de LDAP. Es mejor para ambientes más grandes pero requiere mayor conocimiento de LDAP. ", "Manually enter LDAP filters (recommended for large directories)" : "Ingresar los filtros LDAP manualmente (recomendado para directorios grandes)", + "Listing and searching for users is constrained by these criteria:" : "Los enlistados y las busquedas para los usuarios están acotados por estos criterios:", + "The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Las clases de objetos más comunes para usuarios son organizationalPerson, person, user, and inetOrgPerson. Si no está seguro de cuál clase de objeto selecciónar, favor de consultar su directorio admin.", "The filter specifies which LDAP users shall have access to the %s instance." : "El filtro especifica cuáles usuarios LDAP tendrán acceso a la instancia %s.", "Verify settings and count users" : "Verificar ajustes y contar ususarios", "Saving" : "Guardando", @@ -112,6 +120,8 @@ "Directory Settings" : "Ajustes del directorio", "User Display Name Field" : "Campo de nombre del usuario a desplegar", "The LDAP attribute to use to generate the user's display name." : "El atributo LDAP a usar para generar el nombre del usuario a desplegar.", + "2nd User Display Name Field" : "2do Campo de Nombre a Desplegar del Usuario", + "Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Opcional. Un atributo LDAP puede ser agregado al nombre a despelegar entre corchetes. Ejemplos de resultados »John Doe (john.doe@example.org)«.", "Base User Tree" : "Árbol de Usuario Base", "One User Base DN per line" : "Un DN Base de Usuario por línea", "User Search Attributes" : "Atributos de búsqueda de usuario", @@ -122,11 +132,15 @@ "One Group Base DN per line" : "Un DN Base de Grupo por línea", "Group Search Attributes" : "Atributos de Búsqueda de Grupo", "Group-Member association" : "Asociación Grupo-Miembro", + "Dynamic Group Member URL" : "URL de Miembro de Grupo Dinámico ", "Nested Groups" : "Grupos Anidados", + "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Cuando se enciende, los grupos que contengan grupos están soportados. (Sólo funciona si el atributo de miembro de grupo contiene los DNs). ", + "Paging chunksize" : "Tamaño del chunk de paginación", "Enable LDAP password changes per user" : "Habilitar cambio de contraseñas en LDAP por el usuario", "(New password is sent as plain text to LDAP)" : "(La nueva contraseña se envía como texto plano a LDAP)", "Special Attributes" : "Atributos Especiales", "Quota Field" : "Campo de cuota", + "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Dejar en blanco para usar la cuota predeterminada del usuario. En caso contrario, favor de especificar el atributo LDAP / AD.", "Quota Default" : "Cuota predeterminada", "Override default quota for LDAP users who do not have a quota set in the Quota Field." : "Anular la cuota predeterminada para usuarios LDAP que no tienen una cuota establecida en el Campo Cuota. ", "Email Field" : "Campo de correo electrónico", @@ -134,15 +148,16 @@ "User Home Folder Naming Rule" : "Regla de Nomenclatura para la Carpeta Inicio del Usuario", "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Dejar vacío para el nombre de usuario (predeterminado). En otro caso, especifique un atributo LDAP/AD.", "Internal Username" : "Nombre de usuario interno", - "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Por defecto, el nombre de usuario interno se creará con base en el atributo UUID. Esto asegura que el nombre de usuario sea único y que los caracteres no tengan que ser convertidos. El nombre de usuario intenro tiene la restricción de que sólo los siguienes caracteres están permitidos: [ a-zA-Z0-9_.@- ]. El resto de los caracteres son reemplazados con su correspondencia ASCII o simplemente se omiten. En caso de colisiones, se agregará/ incrementará un numero. El nombre de usuario interno se usa para identificar a un usuario internamente. Adicionalmente es el nombre predeterminado para la carpeta de inicio. También es parte de las URLs remotas, por ejemplo, para todos los servicios *DAV. Con este ajuste se puede anular el comportamiento predeterminado. Mantengalo vacío para mantener el comportamiento predeterminado. Los cambios surtiran efecto solo en los usuarios mapeados (agregados) nuevos a LDAP. ", + "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "Por defecto, el nombre de usuario interno se creará con base en el atributo UUID. Esto asegura que el nombre de usuario sea único y que los caracteres no tengan que ser convertidos. El nombre de usuario intenro tiene la restricción de que sólo los siguienes caracteres están permitidos: [ a-zA-Z0-9_.@- ]. El resto de los caracteres son reemplazados con su correspondencia ASCII o simplemente se omiten. En caso de colisiones, se agregará/ incrementará un numero. El nombre de usuario interno se usa para identificar a un usuario internamente. Adicionalmente es el nombre predeterminado para la carpeta de inicio. También es parte de las URLs remotas, por ejemplo, para todos los servicios *DAV. Con este ajuste se puede anular el comportamiento predeterminado. Mantengalo vacío para mantener el comportamiento predeterminado. Los cambios surtiran efecto sólo en los usuarios mapeados (agregados) nuevos a LDAP. ", "Internal Username Attribute:" : "Atributo de nombre de usuario Interno:", "Override UUID detection" : "Sobrescribir la detección UUID", - "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defecto, el atributo UUID se detecta automáticamente. Este atributo se usa para identificar, sin ninguna duda, a usuarios y grupos LDAP. Adicionalmente, el nombre de usuario interno se creará con base en el UUID, si no ha sido especificado otro comportamiento en la parte de arriba. Puede anular el ajuste y proporcionar el atributo que desee. Debe asegurarse de que el atributo que desee sea accesible por los usuarios y grupos y que sea único. Mantengalo vacío para el comportamiento predeterminado . Los cambios surtirán efecto solo en los usuarios y grupos mapeados (agregados) nuevos a LDAP.", + "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "Por defecto, el atributo UUID se detecta automáticamente. Este atributo se usa para identificar, sin ninguna duda, a usuarios y grupos LDAP. Adicionalmente, el nombre de usuario interno se creará con base en el UUID, si no ha sido especificado otro comportamiento en la parte de arriba. Puede anular el ajuste y proporcionar el atributo que desee. Debe asegurarse de que el atributo que desee sea accesible por los usuarios y grupos y que sea único. Mantengalo vacío para el comportamiento predeterminado . Los cambios surtirán efecto sólo en los usuarios y grupos mapeados (agregados) nuevos a LDAP.", "UUID Attribute for Users:" : "Atributo UUID para Usuarios:", "UUID Attribute for Groups:" : "Atributo UUID para Grupos:", - "Username-LDAP User Mapping" : "Asignación del Nombre de usuario de un usuario LDAP", - "Clear Username-LDAP User Mapping" : "Borrar la asignación de los Nombres de usuario de los usuarios LDAP", - "Clear Groupname-LDAP Group Mapping" : "Borrar la asignación de los Nombres de grupo de los grupos de LDAP", + "Username-LDAP User Mapping" : "Mapeo del Nombre del usuario al Usuario LDAP", + "Usernames are used to store and assign (meta) data. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Los nombres de usuario son usados para almacenar y asignar (meta) datos. Para poder identificar y reconocer con precisión a los usuarios, cada usuario LDAP contará con un Nombre de usuario interno. Esto requiere un mapeo del Nombre de usuario al usuario LDAP. El nombre de usuario creado se mapea al UUID del usuario LDAP. Adicionalmente el DN se guarda en caché para reducir las interacciones con LDAP, pero no se usa para identificación. Si el DN cambia, las modficaciones serán encontradas. El Nombre del usuario interno se usa en todos lados. Limpiar los mapeos dejará sobras en todos lados. ¡Limpiar los mapeos no es senible a la configuración, afecta a todas las configuraciones LDAP! Nunca limpie las configuraciones en el ambiente de producción, sólo hágalo en los ambientes de pruebas o de experimentación. ", + "Clear Username-LDAP User Mapping" : "Limpiar el mapeo de los Nombres de usuario a los Usuarios LDAP", + "Clear Groupname-LDAP Group Mapping" : "Limpiar el mapeo de los Nombres de grupo a los grupos de LDAP", "in bytes" : "en bytes" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/user_ldap/l10n/pt_BR.js b/apps/user_ldap/l10n/pt_BR.js index 7396a1c7495..b6b18a302d8 100644 --- a/apps/user_ldap/l10n/pt_BR.js +++ b/apps/user_ldap/l10n/pt_BR.js @@ -148,8 +148,11 @@ OC.L10N.register( "(New password is sent as plain text to LDAP)" : "(Nova senha é enviada como texto puro para LDAP)", "Special Attributes" : "Atributos Especiais", "Quota Field" : "Campo de Cota", + "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Deixe vazio para a cota padrão do usuário. Caso contrário, especifique um atributo LDAP/AD", "Quota Default" : "Cota Padrão", + "Override default quota for LDAP users who do not have a quota set in the Quota Field." : "Substituir a cota padrão para usuários LDAP que não têm um conjunto de cotas no Campo Quota.", "Email Field" : "Campo de Email", + "Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Defina o email do usuário de seu atributo LDAP. Deixe vazio para o comportamento padrão.", "User Home Folder Naming Rule" : "Regra para Nome da Pasta Pessoal do Usuário", "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Deixe vazio para nome de usuário (padrão). Caso contrário, especifique um atributo LDAP/AD.", "Internal Username" : "Nome de usuário interno", diff --git a/apps/user_ldap/l10n/pt_BR.json b/apps/user_ldap/l10n/pt_BR.json index e567d6fbdd5..ea819064b37 100644 --- a/apps/user_ldap/l10n/pt_BR.json +++ b/apps/user_ldap/l10n/pt_BR.json @@ -146,8 +146,11 @@ "(New password is sent as plain text to LDAP)" : "(Nova senha é enviada como texto puro para LDAP)", "Special Attributes" : "Atributos Especiais", "Quota Field" : "Campo de Cota", + "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Deixe vazio para a cota padrão do usuário. Caso contrário, especifique um atributo LDAP/AD", "Quota Default" : "Cota Padrão", + "Override default quota for LDAP users who do not have a quota set in the Quota Field." : "Substituir a cota padrão para usuários LDAP que não têm um conjunto de cotas no Campo Quota.", "Email Field" : "Campo de Email", + "Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Defina o email do usuário de seu atributo LDAP. Deixe vazio para o comportamento padrão.", "User Home Folder Naming Rule" : "Regra para Nome da Pasta Pessoal do Usuário", "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Deixe vazio para nome de usuário (padrão). Caso contrário, especifique um atributo LDAP/AD.", "Internal Username" : "Nome de usuário interno", diff --git a/apps/workflowengine/l10n/es_MX.js b/apps/workflowengine/l10n/es_MX.js index d931aa0168e..3d54e7915a8 100644 --- a/apps/workflowengine/l10n/es_MX.js +++ b/apps/workflowengine/l10n/es_MX.js @@ -31,11 +31,13 @@ OC.L10N.register( "Select timezone…" : "Seleccionar zona horaria...", "Request URL" : "Solicitar URL", "Predefined URLs" : "URLs predefinidos", + "Files WebDAV" : "Archivos WebDAV", "Request user agent" : "Solicitar agente de usuario", "Sync clients" : "Sincronizar clientes", "Android client" : "Cliente Android", "iOS client" : "Cliente iOS", "Desktop client" : "Cliente de escritorio", + "User group membership" : "Membresia al grupo de usuarios", "is member of" : "es miembro de", "is not member of" : "no es miembro de", "The given operator is invalid" : "El operador indicado es inválido", diff --git a/apps/workflowengine/l10n/es_MX.json b/apps/workflowengine/l10n/es_MX.json index d7bec150b56..5003c44aeeb 100644 --- a/apps/workflowengine/l10n/es_MX.json +++ b/apps/workflowengine/l10n/es_MX.json @@ -29,11 +29,13 @@ "Select timezone…" : "Seleccionar zona horaria...", "Request URL" : "Solicitar URL", "Predefined URLs" : "URLs predefinidos", + "Files WebDAV" : "Archivos WebDAV", "Request user agent" : "Solicitar agente de usuario", "Sync clients" : "Sincronizar clientes", "Android client" : "Cliente Android", "iOS client" : "Cliente iOS", "Desktop client" : "Cliente de escritorio", + "User group membership" : "Membresia al grupo de usuarios", "is member of" : "es miembro de", "is not member of" : "no es miembro de", "The given operator is invalid" : "El operador indicado es inválido", |