diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-11-06 02:16:07 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-11-06 02:16:07 +0000 |
commit | 6ba2a608d08ec3c1fd440ac2d0a9cfad569da234 (patch) | |
tree | 2dc692fd85b01bea535e712c28998ed32ec812df /apps | |
parent | 5c0ad24a6830189a36b5538ee02738a57e067637 (diff) | |
download | nextcloud-server-6ba2a608d08ec3c1fd440ac2d0a9cfad569da234.tar.gz nextcloud-server-6ba2a608d08ec3c1fd440ac2d0a9cfad569da234.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
34 files changed, 200 insertions, 4 deletions
diff --git a/apps/comments/l10n/pt_PT.js b/apps/comments/l10n/pt_PT.js index ae879993440..2ea2ea88823 100644 --- a/apps/comments/l10n/pt_PT.js +++ b/apps/comments/l10n/pt_PT.js @@ -27,6 +27,7 @@ OC.L10N.register( "Error occurred while updating comment with id {id}" : "Ocorreu um erro ao tentar atualizar o comentário com o id {id}", "Error occurred while posting comment" : "Ocorreu um erro ao tentar publicar o comentário", "_%n unread comment_::_%n unread comments_" : ["%n comentários por ler","%n comentários por ler"], + "_1 new comment_::_{unread} new comments_" : ["1 novo comentário","{unread} novos comentários"], "Comment" : "Comentário" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/pt_PT.json b/apps/comments/l10n/pt_PT.json index 6390a0909e5..0aeaaf423b5 100644 --- a/apps/comments/l10n/pt_PT.json +++ b/apps/comments/l10n/pt_PT.json @@ -25,6 +25,7 @@ "Error occurred while updating comment with id {id}" : "Ocorreu um erro ao tentar atualizar o comentário com o id {id}", "Error occurred while posting comment" : "Ocorreu um erro ao tentar publicar o comentário", "_%n unread comment_::_%n unread comments_" : ["%n comentários por ler","%n comentários por ler"], + "_1 new comment_::_{unread} new comments_" : ["1 novo comentário","{unread} novos comentários"], "Comment" : "Comentário" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/comments/l10n/ro.js b/apps/comments/l10n/ro.js index 25db0a9bdf3..65130c8dd72 100644 --- a/apps/comments/l10n/ro.js +++ b/apps/comments/l10n/ro.js @@ -12,6 +12,7 @@ OC.L10N.register( "<strong>Comments</strong> for files" : "<strong>Comentarii</strong> la fișiere", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Ai fost mentionat pe “{file}”, de un utilizator care a fost șters între timp", "{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”", + "Files app plugin to add comments to files" : "Plugin pentru aplicația de fișiere pentru adăugarea de comentarii", "Edit comment" : "Editează comentariul", "Delete comment" : "Șterge comentariul", "New comment …" : "Comentariu nou...", @@ -22,10 +23,11 @@ OC.L10N.register( "More comments …" : "Mai multe comentarii...", "Save" : "Salvează", "Allowed characters {count} of {max}" : "Caractere admise {count} din {max}", + "Error occurred while retrieving comment with ID {id}" : "Eroare la încărcarea comentariului cu ID-ul {id}", "Error occurred while updating comment with id {id}" : "Eroare la actualizarea comentariului cu id-ul {id}", "Error occurred while posting comment" : "Eroare la postarea comentariului", "_%n unread comment_::_%n unread comments_" : ["%n comentariu necitit","%n comentarii necitite","%n comentarii necitite"], - "_1 new comment_::_{unread} new comments_" : ["1 nou comentariu","{unread} noi comentarii","{unread} noi comentarii"], + "_1 new comment_::_{unread} new comments_" : ["1 nou comentariu","{unread} noi comentarii","{unread} comentarii noi"], "Comment" : "Comentariu" }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/comments/l10n/ro.json b/apps/comments/l10n/ro.json index be3394db4a6..1f95e615739 100644 --- a/apps/comments/l10n/ro.json +++ b/apps/comments/l10n/ro.json @@ -10,6 +10,7 @@ "<strong>Comments</strong> for files" : "<strong>Comentarii</strong> la fișiere", "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Ai fost mentionat pe “{file}”, de un utilizator care a fost șters între timp", "{user} mentioned you in a comment on “{file}”" : "{user} te-a menționat într-un comentariu la ”{file}”", + "Files app plugin to add comments to files" : "Plugin pentru aplicația de fișiere pentru adăugarea de comentarii", "Edit comment" : "Editează comentariul", "Delete comment" : "Șterge comentariul", "New comment …" : "Comentariu nou...", @@ -20,10 +21,11 @@ "More comments …" : "Mai multe comentarii...", "Save" : "Salvează", "Allowed characters {count} of {max}" : "Caractere admise {count} din {max}", + "Error occurred while retrieving comment with ID {id}" : "Eroare la încărcarea comentariului cu ID-ul {id}", "Error occurred while updating comment with id {id}" : "Eroare la actualizarea comentariului cu id-ul {id}", "Error occurred while posting comment" : "Eroare la postarea comentariului", "_%n unread comment_::_%n unread comments_" : ["%n comentariu necitit","%n comentarii necitite","%n comentarii necitite"], - "_1 new comment_::_{unread} new comments_" : ["1 nou comentariu","{unread} noi comentarii","{unread} noi comentarii"], + "_1 new comment_::_{unread} new comments_" : ["1 nou comentariu","{unread} noi comentarii","{unread} comentarii noi"], "Comment" : "Comentariu" },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" }
\ No newline at end of file diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 49e5d57e4ea..d9646fcd1e8 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -137,6 +137,8 @@ OC.L10N.register( "Unlimited" : "Ilimitado", "Upload (max. %s)" : "Subida (máx. %s)", "File Management" : "Gestión de archivos", + "Error while loading the file data" : "Error al cargar el archivo de datos", + "Unable to change the favourite state of the file" : "No se ha podido cambiar el estado de favorito del fichero", "%s used" : "usado %s", "%s%% of %s used" : "%s%% de %s usado", "%1$s of %2$s used" : "%1$s de %2$s utilizados", diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json index e0c4e39224c..762ec9ffb1a 100644 --- a/apps/files/l10n/es.json +++ b/apps/files/l10n/es.json @@ -135,6 +135,8 @@ "Unlimited" : "Ilimitado", "Upload (max. %s)" : "Subida (máx. %s)", "File Management" : "Gestión de archivos", + "Error while loading the file data" : "Error al cargar el archivo de datos", + "Unable to change the favourite state of the file" : "No se ha podido cambiar el estado de favorito del fichero", "%s used" : "usado %s", "%s%% of %s used" : "%s%% de %s usado", "%1$s of %2$s used" : "%1$s de %2$s utilizados", diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index 24274bdeff7..312044dfc5c 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -114,6 +114,10 @@ OC.L10N.register( "Direct link" : "Direkter Link", "Add to your Nextcloud" : "Zu Deiner Nextcloud hinzufügen", "Share API is disabled" : "Teilen-API ist deaktivert", + "Files sharing" : "Dateifreigaben", + "Share will expire tomorrow" : "Freigabe läuft morgen ab", + "One or more of your shares will expire tomorrow" : "EIne andere Freigabe wird morgen ebenfalls ablaufen", + "Your share of {node} will expire tomorrow" : "Freigabe von {node} läuft morgen ab", "File sharing" : "Dateifreigabe", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Diese App ermöglicht es Nutzern, Dateien innerhalb von Nextcloud freizugeben. Bei aktivierter App kann der Administrator einstellen, welchen Gruppen das Freigeben von Dateien erlaubt ist.. Der zugelassene Nutzer kann dann Dateien und Ordner für andere Gruppen und Nutzer innerhalb der Nextcloud freigeben. Darüberhinaus kann der Administrator die Link-Teilen Funktion freigeben, mit der ein externer Link um Dateien für Nutzer außerhalb der Nextcloud freizugeben. Schließlich kann der Administrator noch Passwortrichtlinien und Ablaufzeiträume vorgeben sowie das Freigeben von Mobilgeräten ermöglichen.\nDas Ausschalten dieser App entfernt die bis dahin erstellten Freigaben für alle Empfänger wie auch für die Sync-Clients und die Apss für Mobilgeräte. Weitere Informationen können in der Nextcloud-Dokumentation abgerufen werden.", "Allow editing" : "Bearbeitung erlauben", diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index 963abc62d76..df13946fb92 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -112,6 +112,10 @@ "Direct link" : "Direkter Link", "Add to your Nextcloud" : "Zu Deiner Nextcloud hinzufügen", "Share API is disabled" : "Teilen-API ist deaktivert", + "Files sharing" : "Dateifreigaben", + "Share will expire tomorrow" : "Freigabe läuft morgen ab", + "One or more of your shares will expire tomorrow" : "EIne andere Freigabe wird morgen ebenfalls ablaufen", + "Your share of {node} will expire tomorrow" : "Freigabe von {node} läuft morgen ab", "File sharing" : "Dateifreigabe", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Diese App ermöglicht es Nutzern, Dateien innerhalb von Nextcloud freizugeben. Bei aktivierter App kann der Administrator einstellen, welchen Gruppen das Freigeben von Dateien erlaubt ist.. Der zugelassene Nutzer kann dann Dateien und Ordner für andere Gruppen und Nutzer innerhalb der Nextcloud freigeben. Darüberhinaus kann der Administrator die Link-Teilen Funktion freigeben, mit der ein externer Link um Dateien für Nutzer außerhalb der Nextcloud freizugeben. Schließlich kann der Administrator noch Passwortrichtlinien und Ablaufzeiträume vorgeben sowie das Freigeben von Mobilgeräten ermöglichen.\nDas Ausschalten dieser App entfernt die bis dahin erstellten Freigaben für alle Empfänger wie auch für die Sync-Clients und die Apss für Mobilgeräte. Weitere Informationen können in der Nextcloud-Dokumentation abgerufen werden.", "Allow editing" : "Bearbeitung erlauben", diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index fd63e55db14..327e75d91dc 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -114,6 +114,10 @@ OC.L10N.register( "Direct link" : "Direkter Link", "Add to your Nextcloud" : "Zu Ihrer Nextcloud hinzufügen", "Share API is disabled" : "Teilen-API ist deaktivert", + "Files sharing" : "Dateifreigaben", + "Share will expire tomorrow" : "Freigabe läuft morgen ab", + "One or more of your shares will expire tomorrow" : "EIne andere Freigabe wird morgen ebenfalls ablaufen", + "Your share of {node} will expire tomorrow" : "Freigabe von {node} läuft morgen ab", "File sharing" : "Dateifreigabe", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Diese App ermöglicht es Nutzern, Dateien innerhalb von Nextcloud freizugeben. Bei aktivierter App kann der Administrator einstellen, welchen Gruppen das Freigeben von Dateien erlaubt ist.. Der zugelassene Nutzer kann dann Dateien und Ordner für andere Gruppen und Nutzer innerhalb der Nextcloud freigeben. Darüberhinaus kann der Administrator die Link-Teilen Funktion freigeben, mit der ein externer Link um Dateien für Nutzer außerhalb der Nextcloud freizugeben. Schließlich kann der Administrator noch Passwortrichtlinien und Ablaufzeiträume vorgeben sowie das Freigeben von Mobilgeräten ermöglichen.\nDas Ausschalten dieser App entfernt die bis dahin erstellten Freigaben für alle Empfänger wie auch für die Sync-Clients und die Apss für Mobilgeräte. Weitere Informationen können in der Nextcloud-Dokumentation abgerufen werden.", "Allow editing" : "Bearbeitung erlauben", diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index 3a8e31648e4..31bdedeca53 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -112,6 +112,10 @@ "Direct link" : "Direkter Link", "Add to your Nextcloud" : "Zu Ihrer Nextcloud hinzufügen", "Share API is disabled" : "Teilen-API ist deaktivert", + "Files sharing" : "Dateifreigaben", + "Share will expire tomorrow" : "Freigabe läuft morgen ab", + "One or more of your shares will expire tomorrow" : "EIne andere Freigabe wird morgen ebenfalls ablaufen", + "Your share of {node} will expire tomorrow" : "Freigabe von {node} läuft morgen ab", "File sharing" : "Dateifreigabe", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Diese App ermöglicht es Nutzern, Dateien innerhalb von Nextcloud freizugeben. Bei aktivierter App kann der Administrator einstellen, welchen Gruppen das Freigeben von Dateien erlaubt ist.. Der zugelassene Nutzer kann dann Dateien und Ordner für andere Gruppen und Nutzer innerhalb der Nextcloud freigeben. Darüberhinaus kann der Administrator die Link-Teilen Funktion freigeben, mit der ein externer Link um Dateien für Nutzer außerhalb der Nextcloud freizugeben. Schließlich kann der Administrator noch Passwortrichtlinien und Ablaufzeiträume vorgeben sowie das Freigeben von Mobilgeräten ermöglichen.\nDas Ausschalten dieser App entfernt die bis dahin erstellten Freigaben für alle Empfänger wie auch für die Sync-Clients und die Apss für Mobilgeräte. Weitere Informationen können in der Nextcloud-Dokumentation abgerufen werden.", "Allow editing" : "Bearbeitung erlauben", diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index c96ecee2468..c277064880d 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -114,8 +114,50 @@ OC.L10N.register( "Direct link" : "Enlace directo", "Add to your Nextcloud" : "Añadir a tu Nextcloud", "Share API is disabled" : "El API de compartir está deshabilitado", + "Files sharing" : "Compartir archivos", "File sharing" : "Compartir archivos", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Esta aplicación permite a los usuarios compartir archivos dentro de Nextcloud. Si se activa, el administrador puede elegir qué grupos pueden compartir archivos. Los usuarios aplicables pueden entonces compartir archivos y carpetas con otros usuarios y grupos dentro de Nextcloud. Además, si el administrador activa la característica de enlace compartido, se puede usar un enlace externo para compartir archivos con otros usuarios fuera de Nextcloud. Los administradores pueden obligar a usar contraseñas o fechas de expiración y activar el compartir de servidor a servidor vía enlaces compartidos, así como compartir desde dispositivos móviles.\nApagar esta característica elimina los archivos compartidos y las carpetas en el servidor, para todos los receptores, y también los clientes de sincronización y móviles. Más información disponible en la documentación de Nextcloud.", + "Allow editing" : "Permitir edición", + "Set expiration date" : "Fijar fecha de caducidad", + "Enter a date" : "Introduzca una fecha", + "Note to recipient" : "Nota para el destinatario", + "group" : "grupo", + "conversation" : "conversación", + "remote" : "remoto", + "remote group" : "grupo remoto", + "guest" : "invitado", + "Shared with the group {user} by {owner}" : "Compartido con el grupo {user} por {owner}", + "Shared with the conversation {user} by {owner}" : "Compartido con la conversación {user} por {owner}", + "Shared with {user} by {owner}" : "Compartido con {user} por {owner}", + "Internal link" : "Enlace interno", + "Link copied" : "Enlace copiado", + "Cannot copy, please copy the link manually" : "No se ha podido copiar, por favor, copia el enlace manualmente", + "Copy to clipboard" : "Copiar a lportapapeles", + "Only works for users with access to this folder" : "Sólo funciona para usuarios con acceso a esta carpeta", + "Only works for users with access to this file" : "Sólo funciona para usuarios con acceso a este archivo", + "Please enter the following required information before creating the share" : "Por favor, escriba la información necesaria antes de crear el recurso compartido", + "Password protection (enforced)" : "Protección con contraseña (impuesta)", + "Password protection" : "Protección por contraseña", + "Enter a password" : "Introduzca una contraseña", + "Expiration date (enforced)" : "Fecha de caducidad (impuesta)", + "Cancel" : "Cancelar", + "Read only" : "Solo lectura", + "Allow upload and editing" : "Permitir la subida y la edición", + "File drop (upload only)" : "Entrega de archivos (solo subida)", + "Hide download" : "Ocultar descarga", + "Password protect" : "Protegido por contraseña", + "Delete share" : "Borrar recurso compartido", + "Add another link" : "Añadir otro enlace", + "Create a new share link" : "Crear un nuevo enlace compartido", + "Shared via link by {initiator}" : "Compartido vía enlace por {initiator}", + "Share link" : "Compartir enlace", + "Error, please enter proper password and/or expiration date" : "Error, por favor, introduce la contraseña y/o fecha de caducidad adecuada", + "No recommendations. Start typing." : "No hay recomendaciones. Comience a escribir.", + "Resharing is not allowed" : "No se permite compartir de nuevo", + "Name or email address..." : "Nombre o dirección de correo electrónico ...", + "Name..." : "Nombre ...", + "Searching..." : "Buscando ...", + "Search globally" : "Buscar globalmente", "Sharing" : "Compartir", "Link to a file" : "Enlazar a un archivo.", "Shared" : "Compartido", diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index a4d2b5069cc..6a73d3a4651 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -112,8 +112,50 @@ "Direct link" : "Enlace directo", "Add to your Nextcloud" : "Añadir a tu Nextcloud", "Share API is disabled" : "El API de compartir está deshabilitado", + "Files sharing" : "Compartir archivos", "File sharing" : "Compartir archivos", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Esta aplicación permite a los usuarios compartir archivos dentro de Nextcloud. Si se activa, el administrador puede elegir qué grupos pueden compartir archivos. Los usuarios aplicables pueden entonces compartir archivos y carpetas con otros usuarios y grupos dentro de Nextcloud. Además, si el administrador activa la característica de enlace compartido, se puede usar un enlace externo para compartir archivos con otros usuarios fuera de Nextcloud. Los administradores pueden obligar a usar contraseñas o fechas de expiración y activar el compartir de servidor a servidor vía enlaces compartidos, así como compartir desde dispositivos móviles.\nApagar esta característica elimina los archivos compartidos y las carpetas en el servidor, para todos los receptores, y también los clientes de sincronización y móviles. Más información disponible en la documentación de Nextcloud.", + "Allow editing" : "Permitir edición", + "Set expiration date" : "Fijar fecha de caducidad", + "Enter a date" : "Introduzca una fecha", + "Note to recipient" : "Nota para el destinatario", + "group" : "grupo", + "conversation" : "conversación", + "remote" : "remoto", + "remote group" : "grupo remoto", + "guest" : "invitado", + "Shared with the group {user} by {owner}" : "Compartido con el grupo {user} por {owner}", + "Shared with the conversation {user} by {owner}" : "Compartido con la conversación {user} por {owner}", + "Shared with {user} by {owner}" : "Compartido con {user} por {owner}", + "Internal link" : "Enlace interno", + "Link copied" : "Enlace copiado", + "Cannot copy, please copy the link manually" : "No se ha podido copiar, por favor, copia el enlace manualmente", + "Copy to clipboard" : "Copiar a lportapapeles", + "Only works for users with access to this folder" : "Sólo funciona para usuarios con acceso a esta carpeta", + "Only works for users with access to this file" : "Sólo funciona para usuarios con acceso a este archivo", + "Please enter the following required information before creating the share" : "Por favor, escriba la información necesaria antes de crear el recurso compartido", + "Password protection (enforced)" : "Protección con contraseña (impuesta)", + "Password protection" : "Protección por contraseña", + "Enter a password" : "Introduzca una contraseña", + "Expiration date (enforced)" : "Fecha de caducidad (impuesta)", + "Cancel" : "Cancelar", + "Read only" : "Solo lectura", + "Allow upload and editing" : "Permitir la subida y la edición", + "File drop (upload only)" : "Entrega de archivos (solo subida)", + "Hide download" : "Ocultar descarga", + "Password protect" : "Protegido por contraseña", + "Delete share" : "Borrar recurso compartido", + "Add another link" : "Añadir otro enlace", + "Create a new share link" : "Crear un nuevo enlace compartido", + "Shared via link by {initiator}" : "Compartido vía enlace por {initiator}", + "Share link" : "Compartir enlace", + "Error, please enter proper password and/or expiration date" : "Error, por favor, introduce la contraseña y/o fecha de caducidad adecuada", + "No recommendations. Start typing." : "No hay recomendaciones. Comience a escribir.", + "Resharing is not allowed" : "No se permite compartir de nuevo", + "Name or email address..." : "Nombre o dirección de correo electrónico ...", + "Name..." : "Nombre ...", + "Searching..." : "Buscando ...", + "Search globally" : "Buscar globalmente", "Sharing" : "Compartir", "Link to a file" : "Enlazar a un archivo.", "Shared" : "Compartido", diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index 0535c6bcd77..f10a2e61a27 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -114,6 +114,9 @@ OC.L10N.register( "Direct link" : "Lien direct", "Add to your Nextcloud" : "Ajouter à votre Nextcloud", "Share API is disabled" : "l'API de partage est désactivée", + "Files sharing" : "Partage de fichiers", + "Share will expire tomorrow" : "Le partage expirera demain", + "One or more of your shares will expire tomorrow" : "Au moins l'un de vos partages expirera demain", "File sharing" : "Partage de fichier", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Cette application permet aux utilisateurs de partager des fichiers dans Nextcloud. Si cette option est activée, l'administrateur peut choisir quels groupes peuvent partager des fichiers. Les utilisateurs concernés peuvent ensuite partager des fichiers et des dossiers avec d'autres utilisateurs et groupes au sein de Nextcloud. De plus, si l'administrateur active la fonction de lien de partage, un lien externe peut être utilisé pour partager des fichiers avec d'autres utilisateurs en dehors de Nextcloud. Les administrateurs peuvent également faire respecter les mots de passe, les dates d'expiration et permettre le partage de serveur à serveur via des liens de partage, aussi bien que le partage à partir d'appareils mobiles.\nDésactiver cette fonction supprime les fichiers et dossiers partagés sur le serveur pour tous les destinataires de partage, ainsi que sur les clients de synchronisation et les applications mobiles. Plus d'informations sont disponibles dans la documentation Nextcloud.", "Allow editing" : "Autoriser la modification", @@ -157,6 +160,7 @@ OC.L10N.register( "Link to a file" : "Lier à un fichier", "Error creating the share" : "Erreur lors de la création du partage", "Error updating the share" : "Erreur lors de la mise à jour du partage", + "Enter a note for the share recipient" : "Saisissez une note pour le destinataire du partage", "Shared" : "Partagé", "Share" : "Partager", "Shared with you and the group {group} by {owner}" : "Partagé avec vous et le groupe {group} par {owner}", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index 55156884eed..0cb753a7abd 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -112,6 +112,9 @@ "Direct link" : "Lien direct", "Add to your Nextcloud" : "Ajouter à votre Nextcloud", "Share API is disabled" : "l'API de partage est désactivée", + "Files sharing" : "Partage de fichiers", + "Share will expire tomorrow" : "Le partage expirera demain", + "One or more of your shares will expire tomorrow" : "Au moins l'un de vos partages expirera demain", "File sharing" : "Partage de fichier", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Cette application permet aux utilisateurs de partager des fichiers dans Nextcloud. Si cette option est activée, l'administrateur peut choisir quels groupes peuvent partager des fichiers. Les utilisateurs concernés peuvent ensuite partager des fichiers et des dossiers avec d'autres utilisateurs et groupes au sein de Nextcloud. De plus, si l'administrateur active la fonction de lien de partage, un lien externe peut être utilisé pour partager des fichiers avec d'autres utilisateurs en dehors de Nextcloud. Les administrateurs peuvent également faire respecter les mots de passe, les dates d'expiration et permettre le partage de serveur à serveur via des liens de partage, aussi bien que le partage à partir d'appareils mobiles.\nDésactiver cette fonction supprime les fichiers et dossiers partagés sur le serveur pour tous les destinataires de partage, ainsi que sur les clients de synchronisation et les applications mobiles. Plus d'informations sont disponibles dans la documentation Nextcloud.", "Allow editing" : "Autoriser la modification", @@ -155,6 +158,7 @@ "Link to a file" : "Lier à un fichier", "Error creating the share" : "Erreur lors de la création du partage", "Error updating the share" : "Erreur lors de la mise à jour du partage", + "Enter a note for the share recipient" : "Saisissez une note pour le destinataire du partage", "Shared" : "Partagé", "Share" : "Partager", "Shared with you and the group {group} by {owner}" : "Partagé avec vous et le groupe {group} par {owner}", diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index 0d4247ddce7..98e60e82f62 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -114,6 +114,10 @@ OC.L10N.register( "Direct link" : "Collegamento diretto", "Add to your Nextcloud" : "Aggiungi al tuo Nextcloud", "Share API is disabled" : "API di condivisione disabilitate", + "Files sharing" : "Condivisione di file", + "Share will expire tomorrow" : "La condivisione scadrà domani", + "One or more of your shares will expire tomorrow" : "Una o più delle tue condivisioni scadrà domani", + "Your share of {node} will expire tomorrow" : "La tua condivisione di {node} scadrà domani.", "File sharing" : "Condivisione di file", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Questa applicazione consente agli utenti di condividere file all'interno di Nextcloud. Se abilitata, l'amministratore può scegliere quali gruppi possono condividere file. Gli utenti ai quali si applica possono quindi condividere file e cartelle con altri utenti e gruppi all'interno di Nextcloud. In aggiunta, se l'amministratore abilita la funzionalità dei collegamenti di condivisione, un collegamento esterno può essere utilizzato per condividere file con altri utenti all'esterno di Nextcloud. Gli amministratori possono inoltre forzare le password, le date di scadenza e abilitare la condivisione tra server tramite collegamenti di condivisione, così come la condivisione da dispositivi mobili.\nLa disattivazione della funzionalità rimuove i file e le cartelle condivisi sul server per tutti i destinatari della condivisione, e anche sui client di sincronizzazione e sulle applicazioni mobili. Altre informazioni sono disponibili nella documentazione di Nextcloud.", "Allow editing" : "Consenti la modifica", diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json index 08a6f5c70e5..1e776412137 100644 --- a/apps/files_sharing/l10n/it.json +++ b/apps/files_sharing/l10n/it.json @@ -112,6 +112,10 @@ "Direct link" : "Collegamento diretto", "Add to your Nextcloud" : "Aggiungi al tuo Nextcloud", "Share API is disabled" : "API di condivisione disabilitate", + "Files sharing" : "Condivisione di file", + "Share will expire tomorrow" : "La condivisione scadrà domani", + "One or more of your shares will expire tomorrow" : "Una o più delle tue condivisioni scadrà domani", + "Your share of {node} will expire tomorrow" : "La tua condivisione di {node} scadrà domani.", "File sharing" : "Condivisione di file", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Questa applicazione consente agli utenti di condividere file all'interno di Nextcloud. Se abilitata, l'amministratore può scegliere quali gruppi possono condividere file. Gli utenti ai quali si applica possono quindi condividere file e cartelle con altri utenti e gruppi all'interno di Nextcloud. In aggiunta, se l'amministratore abilita la funzionalità dei collegamenti di condivisione, un collegamento esterno può essere utilizzato per condividere file con altri utenti all'esterno di Nextcloud. Gli amministratori possono inoltre forzare le password, le date di scadenza e abilitare la condivisione tra server tramite collegamenti di condivisione, così come la condivisione da dispositivi mobili.\nLa disattivazione della funzionalità rimuove i file e le cartelle condivisi sul server per tutti i destinatari della condivisione, e anche sui client di sincronizzazione e sulle applicazioni mobili. Altre informazioni sono disponibili nella documentazione di Nextcloud.", "Allow editing" : "Consenti la modifica", diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index 2844fd07752..e8bc037f193 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -114,6 +114,10 @@ OC.L10N.register( "Direct link" : "Link direto", "Add to your Nextcloud" : "Adicionar ao seu Nextcloud", "Share API is disabled" : "O compartilhamento de API está desabilitado.", + "Files sharing" : "Compartilhamento de arquivos", + "Share will expire tomorrow" : "Compartilhamento irá expirar amanhã", + "One or more of your shares will expire tomorrow" : "Um ou mais de seus compartilhamentos irão expirar amanhã", + "Your share of {node} will expire tomorrow" : "Seu compartilhamento de {node} irá expirar amanhã", "File sharing" : "Compartilhamento de arquivos", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Este aplicativo permite que os usuários compartilhem arquivos no Nextcloud. Se ativado, o administrador pode escolher quais grupos podem compartilhar arquivos. Os usuários aplicáveis podem compartilhar arquivos e pastas com outros usuários e grupos no Nextcloud. Além disso, se o administrador ativar o recurso de link de compartilhamento, um link externo poderá ser usado para compartilhar arquivos com outros usuários fora do Nextcloud. Os administradores também podem impor senhas, datas de vencimento e permitir o compartilhamento de servidor para servidor por meio de links de compartilhamento, bem como o compartilhamento de dispositivos móveis.\nDesativar este recurso remove arquivos e pastas compartilhados no servidor para todos os destinatários de compartilhamento e também nos clientes de sincronização e aplicativos móveis. Mais informações estão disponíveis na documentação do Nextcloud.", "Allow editing" : "Permitir edição", diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index aacbc2f1e94..030f9daa1f3 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -112,6 +112,10 @@ "Direct link" : "Link direto", "Add to your Nextcloud" : "Adicionar ao seu Nextcloud", "Share API is disabled" : "O compartilhamento de API está desabilitado.", + "Files sharing" : "Compartilhamento de arquivos", + "Share will expire tomorrow" : "Compartilhamento irá expirar amanhã", + "One or more of your shares will expire tomorrow" : "Um ou mais de seus compartilhamentos irão expirar amanhã", + "Your share of {node} will expire tomorrow" : "Seu compartilhamento de {node} irá expirar amanhã", "File sharing" : "Compartilhamento de arquivos", "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Este aplicativo permite que os usuários compartilhem arquivos no Nextcloud. Se ativado, o administrador pode escolher quais grupos podem compartilhar arquivos. Os usuários aplicáveis podem compartilhar arquivos e pastas com outros usuários e grupos no Nextcloud. Além disso, se o administrador ativar o recurso de link de compartilhamento, um link externo poderá ser usado para compartilhar arquivos com outros usuários fora do Nextcloud. Os administradores também podem impor senhas, datas de vencimento e permitir o compartilhamento de servidor para servidor por meio de links de compartilhamento, bem como o compartilhamento de dispositivos móveis.\nDesativar este recurso remove arquivos e pastas compartilhados no servidor para todos os destinatários de compartilhamento e também nos clientes de sincronização e aplicativos móveis. Mais informações estão disponíveis na documentação do Nextcloud.", "Allow editing" : "Permitir edição", diff --git a/apps/user_ldap/l10n/fr.js b/apps/user_ldap/l10n/fr.js index 6717e2b0eba..9f41ab8a4cc 100644 --- a/apps/user_ldap/l10n/fr.js +++ b/apps/user_ldap/l10n/fr.js @@ -56,7 +56,7 @@ OC.L10N.register( "Password change rejected. Hint: " : "La modification du mot de passe a été rejetée. Indice :", "Please login with the new password" : "Veuillez vous connecter avec le nouveau mot de passe", "LDAP User backend" : "Infrastructure utilisateur LDAP", - "Your password will expire tomorrow." : "Votre mot de passe va expirer demain.", + "Your password will expire tomorrow." : "Votre mot de passe expirera demain", "Your password will expire today." : "Votre mot de passe va expirer aujourd'hui.", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Votre mot de passe va expirer dans %n jour.","Votre mot de passe va expirer dans %n jours."], "LDAP / AD integration" : "Intégration LDAP/AD", diff --git a/apps/user_ldap/l10n/fr.json b/apps/user_ldap/l10n/fr.json index e1b49accfbd..75f4fccb133 100644 --- a/apps/user_ldap/l10n/fr.json +++ b/apps/user_ldap/l10n/fr.json @@ -54,7 +54,7 @@ "Password change rejected. Hint: " : "La modification du mot de passe a été rejetée. Indice :", "Please login with the new password" : "Veuillez vous connecter avec le nouveau mot de passe", "LDAP User backend" : "Infrastructure utilisateur LDAP", - "Your password will expire tomorrow." : "Votre mot de passe va expirer demain.", + "Your password will expire tomorrow." : "Votre mot de passe expirera demain", "Your password will expire today." : "Votre mot de passe va expirer aujourd'hui.", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Votre mot de passe va expirer dans %n jour.","Votre mot de passe va expirer dans %n jours."], "LDAP / AD integration" : "Intégration LDAP/AD", diff --git a/apps/workflowengine/l10n/de.js b/apps/workflowengine/l10n/de.js index 18383abbefe..54db8b1f1bb 100644 --- a/apps/workflowengine/l10n/de.js +++ b/apps/workflowengine/l10n/de.js @@ -37,13 +37,16 @@ OC.L10N.register( "Select a filter" : "Filter auswählen", "Select a comparator" : "Wähle einen Komparator", "Select a file type" : "Dateityp auswählen", + "e.g. httpd/unix-directory" : "z.B. httpd/unix-directory", "Images" : "Bilder", "Office documents" : "Office Dokumente", "PDF documents" : "PDF-Dokumente", "Custom mimetype" : "Benutzerdefinierter Mime-Typ", + "Select a tag" : "Schlagwort auswählen", "No results" : "Keine Ergebnisse", "%s (invisible)" : "%s(unsichtbar)", "%s (restricted)" : "%s (eingeschränkt)", + "Please enter a valid time span" : "Bitte einen gültigen Zeitraum angeben", "Select a request URL" : "Wählen Sie eine Anforderungs-URL aus", "Predefined URLs" : "Vordefinierte URLs", "Files WebDAV" : "WebDAV für Dateien", @@ -57,6 +60,8 @@ OC.L10N.register( "Custom user agent" : "Benutzerdefinierter User-Agent", "When" : "Wenn", "and" : "und", + "Cancel" : "Abbrechen", + "Delete" : "Löschen", "The configuration is invalid" : "Die Konfiguration ist ungültig", "Show less" : "Weniger anzeigen", "Show more" : "Mehr anzeigen", diff --git a/apps/workflowengine/l10n/de.json b/apps/workflowengine/l10n/de.json index 25365964249..e84906eb4ec 100644 --- a/apps/workflowengine/l10n/de.json +++ b/apps/workflowengine/l10n/de.json @@ -35,13 +35,16 @@ "Select a filter" : "Filter auswählen", "Select a comparator" : "Wähle einen Komparator", "Select a file type" : "Dateityp auswählen", + "e.g. httpd/unix-directory" : "z.B. httpd/unix-directory", "Images" : "Bilder", "Office documents" : "Office Dokumente", "PDF documents" : "PDF-Dokumente", "Custom mimetype" : "Benutzerdefinierter Mime-Typ", + "Select a tag" : "Schlagwort auswählen", "No results" : "Keine Ergebnisse", "%s (invisible)" : "%s(unsichtbar)", "%s (restricted)" : "%s (eingeschränkt)", + "Please enter a valid time span" : "Bitte einen gültigen Zeitraum angeben", "Select a request URL" : "Wählen Sie eine Anforderungs-URL aus", "Predefined URLs" : "Vordefinierte URLs", "Files WebDAV" : "WebDAV für Dateien", @@ -55,6 +58,8 @@ "Custom user agent" : "Benutzerdefinierter User-Agent", "When" : "Wenn", "and" : "und", + "Cancel" : "Abbrechen", + "Delete" : "Löschen", "The configuration is invalid" : "Die Konfiguration ist ungültig", "Show less" : "Weniger anzeigen", "Show more" : "Mehr anzeigen", diff --git a/apps/workflowengine/l10n/de_DE.js b/apps/workflowengine/l10n/de_DE.js index e80486052e5..b0877cfc7be 100644 --- a/apps/workflowengine/l10n/de_DE.js +++ b/apps/workflowengine/l10n/de_DE.js @@ -37,13 +37,16 @@ OC.L10N.register( "Select a filter" : "Filter wählen", "Select a comparator" : "Wählen Sie einen Komparator", "Select a file type" : "Dateityp auswählen", + "e.g. httpd/unix-directory" : "z.B. httpd/unix-directory", "Images" : "Bilder", "Office documents" : "Office Dokumente", "PDF documents" : "PDF-Dokumente", "Custom mimetype" : "Benutzerdefinierter Mime-Typ", + "Select a tag" : "Schlagwort auswählen", "No results" : "Keine Ergebnisse", "%s (invisible)" : "%s (unsichtbar)", "%s (restricted)" : "%s (eingeschränkt)", + "Please enter a valid time span" : "Bitte einen gültigen Zeitraum angeben", "Select a request URL" : "Wählen Sie eine Anforderungs-URL aus", "Predefined URLs" : "Vordefinierte URLs", "Files WebDAV" : "WebDAV für Dateien", @@ -57,6 +60,8 @@ OC.L10N.register( "Custom user agent" : "Benutzerdefinierter User-Agent", "When" : "Wenn", "and" : "und", + "Cancel" : "Abbrechen", + "Delete" : "Löschen", "The configuration is invalid" : "Die Konfiguration ist ungültig", "Show less" : "Weniger anzeigen", "Show more" : "Mehr anzeigen", diff --git a/apps/workflowengine/l10n/de_DE.json b/apps/workflowengine/l10n/de_DE.json index 2967467932a..db831439f58 100644 --- a/apps/workflowengine/l10n/de_DE.json +++ b/apps/workflowengine/l10n/de_DE.json @@ -35,13 +35,16 @@ "Select a filter" : "Filter wählen", "Select a comparator" : "Wählen Sie einen Komparator", "Select a file type" : "Dateityp auswählen", + "e.g. httpd/unix-directory" : "z.B. httpd/unix-directory", "Images" : "Bilder", "Office documents" : "Office Dokumente", "PDF documents" : "PDF-Dokumente", "Custom mimetype" : "Benutzerdefinierter Mime-Typ", + "Select a tag" : "Schlagwort auswählen", "No results" : "Keine Ergebnisse", "%s (invisible)" : "%s (unsichtbar)", "%s (restricted)" : "%s (eingeschränkt)", + "Please enter a valid time span" : "Bitte einen gültigen Zeitraum angeben", "Select a request URL" : "Wählen Sie eine Anforderungs-URL aus", "Predefined URLs" : "Vordefinierte URLs", "Files WebDAV" : "WebDAV für Dateien", @@ -55,6 +58,8 @@ "Custom user agent" : "Benutzerdefinierter User-Agent", "When" : "Wenn", "and" : "und", + "Cancel" : "Abbrechen", + "Delete" : "Löschen", "The configuration is invalid" : "Die Konfiguration ist ungültig", "Show less" : "Weniger anzeigen", "Show more" : "Mehr anzeigen", diff --git a/apps/workflowengine/l10n/es.js b/apps/workflowengine/l10n/es.js index 1593693a77f..00588e9bf56 100644 --- a/apps/workflowengine/l10n/es.js +++ b/apps/workflowengine/l10n/es.js @@ -37,13 +37,16 @@ OC.L10N.register( "Select a filter" : "Seleccione un filtro", "Select a comparator" : "Seleccione un comparador", "Select a file type" : "Selecciona un tipo de archivo", + "e.g. httpd/unix-directory" : "p.ej.. httpd/carpeta-unix", "Images" : "Imágenes", "Office documents" : "Documentos de oficina", "PDF documents" : "Documentos PDF", "Custom mimetype" : "Tipo MIME (mimetype) personalizado", + "Select a tag" : "Selecciona una etiqueta", "No results" : "Sin resultados", "%s (invisible)" : "%s (invisible)", "%s (restricted)" : "%s (restringido)", + "Please enter a valid time span" : "Por favor especifique un intervalo de tiempo válido", "Select a request URL" : "Selecciona una URL de petición", "Predefined URLs" : "URLs predefinidas", "Files WebDAV" : "Archivos WebDAV", @@ -57,6 +60,8 @@ OC.L10N.register( "Custom user agent" : "Agente de usuario personalizado", "When" : "Cuando", "and" : "y", + "Cancel" : "Cancelar", + "Delete" : "Eliminar", "The configuration is invalid" : "La configuración es incorrecta", "Show less" : "Ver menos", "Show more" : "Ver más", diff --git a/apps/workflowengine/l10n/es.json b/apps/workflowengine/l10n/es.json index 39d43ebc58a..1ac287fcfa7 100644 --- a/apps/workflowengine/l10n/es.json +++ b/apps/workflowengine/l10n/es.json @@ -35,13 +35,16 @@ "Select a filter" : "Seleccione un filtro", "Select a comparator" : "Seleccione un comparador", "Select a file type" : "Selecciona un tipo de archivo", + "e.g. httpd/unix-directory" : "p.ej.. httpd/carpeta-unix", "Images" : "Imágenes", "Office documents" : "Documentos de oficina", "PDF documents" : "Documentos PDF", "Custom mimetype" : "Tipo MIME (mimetype) personalizado", + "Select a tag" : "Selecciona una etiqueta", "No results" : "Sin resultados", "%s (invisible)" : "%s (invisible)", "%s (restricted)" : "%s (restringido)", + "Please enter a valid time span" : "Por favor especifique un intervalo de tiempo válido", "Select a request URL" : "Selecciona una URL de petición", "Predefined URLs" : "URLs predefinidas", "Files WebDAV" : "Archivos WebDAV", @@ -55,6 +58,8 @@ "Custom user agent" : "Agente de usuario personalizado", "When" : "Cuando", "and" : "y", + "Cancel" : "Cancelar", + "Delete" : "Eliminar", "The configuration is invalid" : "La configuración es incorrecta", "Show less" : "Ver menos", "Show more" : "Ver más", diff --git a/apps/workflowengine/l10n/fr.js b/apps/workflowengine/l10n/fr.js index 653228223ea..b0856c7f14a 100644 --- a/apps/workflowengine/l10n/fr.js +++ b/apps/workflowengine/l10n/fr.js @@ -30,6 +30,7 @@ OC.L10N.register( "Workflows" : "Workflows", "Nextcloud workflow engine" : "Moteur de workflow Nextcloud", "Select a filter" : "Sélectionner un filtre", + "Select a file type" : "Sélectionnez un type de fichier", "Images" : "Images", "Office documents" : "Documents Office", "PDF documents" : "Documents PDF", @@ -46,6 +47,8 @@ OC.L10N.register( "Thunderbird & Outlook addons" : "Modules complémentaires Thunderbird & Outlook", "When" : "Quand", "and" : "et", + "Cancel" : "Annuler", + "Delete" : "Supprimer", "The configuration is invalid" : "Configuration non valide", "Show less" : "Afficher moins", "Show more" : "Afficher plus", diff --git a/apps/workflowengine/l10n/fr.json b/apps/workflowengine/l10n/fr.json index e6fe85280d4..a08dd185c3c 100644 --- a/apps/workflowengine/l10n/fr.json +++ b/apps/workflowengine/l10n/fr.json @@ -28,6 +28,7 @@ "Workflows" : "Workflows", "Nextcloud workflow engine" : "Moteur de workflow Nextcloud", "Select a filter" : "Sélectionner un filtre", + "Select a file type" : "Sélectionnez un type de fichier", "Images" : "Images", "Office documents" : "Documents Office", "PDF documents" : "Documents PDF", @@ -44,6 +45,8 @@ "Thunderbird & Outlook addons" : "Modules complémentaires Thunderbird & Outlook", "When" : "Quand", "and" : "et", + "Cancel" : "Annuler", + "Delete" : "Supprimer", "The configuration is invalid" : "Configuration non valide", "Show less" : "Afficher moins", "Show more" : "Afficher plus", diff --git a/apps/workflowengine/l10n/it.js b/apps/workflowengine/l10n/it.js index 8001fa36a39..8586b961e84 100644 --- a/apps/workflowengine/l10n/it.js +++ b/apps/workflowengine/l10n/it.js @@ -37,13 +37,16 @@ OC.L10N.register( "Select a filter" : "Seleziona un filtro", "Select a comparator" : "Seleziona un comparatore", "Select a file type" : "Seleziona un tipo di file", + "e.g. httpd/unix-directory" : "ad es. httpd/unix-directory", "Images" : "Immagini", "Office documents" : "Documenti di Office", "PDF documents" : "Documenti PDF", "Custom mimetype" : "Tipo MIME personalizzato", + "Select a tag" : "Seleziona un'etichetta", "No results" : "Nessun risultato", "%s (invisible)" : "%s (invisibile)", "%s (restricted)" : "%s (limitato)", + "Please enter a valid time span" : "Digita un intervallo temporale valido", "Select a request URL" : "Seleziona un URL di richiesta", "Predefined URLs" : "URL predefiniti", "Files WebDAV" : "File WebDAV", @@ -57,6 +60,8 @@ OC.L10N.register( "Custom user agent" : "User agent personalizzato", "When" : "Quando", "and" : "e", + "Cancel" : "Annulla", + "Delete" : "Elimina", "The configuration is invalid" : "La configurazione non è valida", "Show less" : "Mostra meno", "Show more" : "Mostra più", diff --git a/apps/workflowengine/l10n/it.json b/apps/workflowengine/l10n/it.json index 4dc9795209c..8b589df64d7 100644 --- a/apps/workflowengine/l10n/it.json +++ b/apps/workflowengine/l10n/it.json @@ -35,13 +35,16 @@ "Select a filter" : "Seleziona un filtro", "Select a comparator" : "Seleziona un comparatore", "Select a file type" : "Seleziona un tipo di file", + "e.g. httpd/unix-directory" : "ad es. httpd/unix-directory", "Images" : "Immagini", "Office documents" : "Documenti di Office", "PDF documents" : "Documenti PDF", "Custom mimetype" : "Tipo MIME personalizzato", + "Select a tag" : "Seleziona un'etichetta", "No results" : "Nessun risultato", "%s (invisible)" : "%s (invisibile)", "%s (restricted)" : "%s (limitato)", + "Please enter a valid time span" : "Digita un intervallo temporale valido", "Select a request URL" : "Seleziona un URL di richiesta", "Predefined URLs" : "URL predefiniti", "Files WebDAV" : "File WebDAV", @@ -55,6 +58,8 @@ "Custom user agent" : "User agent personalizzato", "When" : "Quando", "and" : "e", + "Cancel" : "Annulla", + "Delete" : "Elimina", "The configuration is invalid" : "La configurazione non è valida", "Show less" : "Mostra meno", "Show more" : "Mostra più", diff --git a/apps/workflowengine/l10n/lt_LT.js b/apps/workflowengine/l10n/lt_LT.js index c10aa81555a..9f4abffe910 100644 --- a/apps/workflowengine/l10n/lt_LT.js +++ b/apps/workflowengine/l10n/lt_LT.js @@ -25,6 +25,9 @@ OC.L10N.register( "Android client" : "Android klientas", "iOS client" : "iOS klientas", "Desktop client" : "Darbalaukio klientas", + "and" : "ir", + "Cancel" : "Atsisakyti", + "Delete" : "Ištrinti", "Show less" : "Rodyti mažiau", "Show more" : "Rodyti daugiau", "File name" : "Failo pavadinimas", diff --git a/apps/workflowengine/l10n/lt_LT.json b/apps/workflowengine/l10n/lt_LT.json index 40f86633480..be00e3480c5 100644 --- a/apps/workflowengine/l10n/lt_LT.json +++ b/apps/workflowengine/l10n/lt_LT.json @@ -23,6 +23,9 @@ "Android client" : "Android klientas", "iOS client" : "iOS klientas", "Desktop client" : "Darbalaukio klientas", + "and" : "ir", + "Cancel" : "Atsisakyti", + "Delete" : "Ištrinti", "Show less" : "Rodyti mažiau", "Show more" : "Rodyti daugiau", "File name" : "Failo pavadinimas", diff --git a/apps/workflowengine/l10n/pt_BR.js b/apps/workflowengine/l10n/pt_BR.js index bf9758d11ad..d5a3e332444 100644 --- a/apps/workflowengine/l10n/pt_BR.js +++ b/apps/workflowengine/l10n/pt_BR.js @@ -37,13 +37,16 @@ OC.L10N.register( "Select a filter" : "Selecionar um filtro", "Select a comparator" : "Selecionar um comparador", "Select a file type" : "Selecionar um tipo de arquivo", + "e.g. httpd/unix-directory" : "por ex. httpd/unix-directory", "Images" : "Imagens", "Office documents" : "Documentos Office", "PDF documents" : "Documentos PDF", "Custom mimetype" : "Mimetype personalizado", + "Select a tag" : "Selecione um rótulo", "No results" : "Nenhum resultado", "%s (invisible)" : "%s (invisível)", "%s (restricted)" : "%s (restrito)", + "Please enter a valid time span" : "Digite um período de tempo válido", "Select a request URL" : "Selecione uma URL de solicitação", "Predefined URLs" : "URLs predefinidas", "Files WebDAV" : "Arquivos WebDAV", @@ -57,6 +60,8 @@ OC.L10N.register( "Custom user agent" : "Agente do usuário personalizado", "When" : "Quando", "and" : "e", + "Cancel" : "Cancelar", + "Delete" : "Excluir", "The configuration is invalid" : "A configuração é inválida", "Show less" : "Mostrar menos", "Show more" : "Mostrar mais", diff --git a/apps/workflowengine/l10n/pt_BR.json b/apps/workflowengine/l10n/pt_BR.json index a8ce477d311..f6fc48aedc2 100644 --- a/apps/workflowengine/l10n/pt_BR.json +++ b/apps/workflowengine/l10n/pt_BR.json @@ -35,13 +35,16 @@ "Select a filter" : "Selecionar um filtro", "Select a comparator" : "Selecionar um comparador", "Select a file type" : "Selecionar um tipo de arquivo", + "e.g. httpd/unix-directory" : "por ex. httpd/unix-directory", "Images" : "Imagens", "Office documents" : "Documentos Office", "PDF documents" : "Documentos PDF", "Custom mimetype" : "Mimetype personalizado", + "Select a tag" : "Selecione um rótulo", "No results" : "Nenhum resultado", "%s (invisible)" : "%s (invisível)", "%s (restricted)" : "%s (restrito)", + "Please enter a valid time span" : "Digite um período de tempo válido", "Select a request URL" : "Selecione uma URL de solicitação", "Predefined URLs" : "URLs predefinidas", "Files WebDAV" : "Arquivos WebDAV", @@ -55,6 +58,8 @@ "Custom user agent" : "Agente do usuário personalizado", "When" : "Quando", "and" : "e", + "Cancel" : "Cancelar", + "Delete" : "Excluir", "The configuration is invalid" : "A configuração é inválida", "Show less" : "Mostrar menos", "Show more" : "Mostrar mais", |