diff --git a/l10n/ast.js b/l10n/ast.js index 8d2f876a018..a9da67de930 100644 --- a/l10n/ast.js +++ b/l10n/ast.js @@ -10,6 +10,7 @@ OC.L10N.register( "Could not write file to disk" : "Nun se pudo escribir el ficheru nel discu", "A PHP extension stopped the file upload" : "Una estensión PHP paró la xuba de ficheros", "Text" : "Testu", + "Nextcloud Assistant" : "Asistente de Nextcloud", "Offline" : "Desconectáu", "Saving …" : "Guardando…", "Saved" : "Guardóse", @@ -18,6 +19,7 @@ OC.L10N.register( "Cancel" : "Encaboxar", "URL" : "URL", "Cannot copy, please copy the link manually" : "Nun se pue copiar. Copia l'enllaz manualmente", + "Copy link to clipboard" : "Copiar l'enllaz nel cartafueyu", "Select file or folder to link to" : "Seleicionar un ficheru o una carpeta a la qu'enllaciar", "Undo" : "Desfacer", "Redo" : "Refacer", diff --git a/l10n/ast.json b/l10n/ast.json index 44198fb5eb9..eca19c188fb 100644 --- a/l10n/ast.json +++ b/l10n/ast.json @@ -8,6 +8,7 @@ "Could not write file to disk" : "Nun se pudo escribir el ficheru nel discu", "A PHP extension stopped the file upload" : "Una estensión PHP paró la xuba de ficheros", "Text" : "Testu", + "Nextcloud Assistant" : "Asistente de Nextcloud", "Offline" : "Desconectáu", "Saving …" : "Guardando…", "Saved" : "Guardóse", @@ -16,6 +17,7 @@ "Cancel" : "Encaboxar", "URL" : "URL", "Cannot copy, please copy the link manually" : "Nun se pue copiar. Copia l'enllaz manualmente", + "Copy link to clipboard" : "Copiar l'enllaz nel cartafueyu", "Select file or folder to link to" : "Seleicionar un ficheru o una carpeta a la qu'enllaciar", "Undo" : "Desfacer", "Redo" : "Refacer", diff --git a/l10n/br.js b/l10n/br.js index 3c55198a732..18d80671983 100644 --- a/l10n/br.js +++ b/l10n/br.js @@ -1,6 +1,8 @@ OC.L10N.register( "text", { + "The file was uploaded" : "Kaset eo bet ar restr", + "No file was uploaded" : "N'eus restr ebet a zo bet kaset", "Translate" : "Treiñ", "Use current version" : "Implij stumm hiziv", "Use the saved version" : "Implij ", diff --git a/l10n/br.json b/l10n/br.json index a793f6645dc..c1e739f81a3 100644 --- a/l10n/br.json +++ b/l10n/br.json @@ -1,4 +1,6 @@ { "translations": { + "The file was uploaded" : "Kaset eo bet ar restr", + "No file was uploaded" : "N'eus restr ebet a zo bet kaset", "Translate" : "Treiñ", "Use current version" : "Implij stumm hiziv", "Use the saved version" : "Implij ",