From 25343baac104ec6b3cdb141cfa4e04a113dbd0a7 Mon Sep 17 00:00:00 2001 From: Dan Brown <ssddanbrown@googlemail.com> Date: Wed, 11 Mar 2020 06:16:52 +0000 Subject: [PATCH] New translations activities.php (Spanish) --- resources/lang/es/activities.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/es/activities.php b/resources/lang/es/activities.php index 0f2f4bf7d..e89b69fd3 100644 --- a/resources/lang/es/activities.php +++ b/resources/lang/es/activities.php @@ -37,11 +37,11 @@ return [ // Bookshelves 'bookshelf_create' => 'estante creado', - 'bookshelf_create_notification' => 'Estante creado exitosamente', + 'bookshelf_create_notification' => 'Estante creado correctamente', 'bookshelf_update' => 'estante actualizado', - 'bookshelf_update_notification' => 'Estante actualizado exitosamente', - 'bookshelf_delete' => 'estante borrado', - 'bookshelf_delete_notification' => 'Estante borrado exitosamente', + 'bookshelf_update_notification' => 'Estante actualizado correctamente', + 'bookshelf_delete' => 'estante eliminado', + 'bookshelf_delete_notification' => 'Estante eliminado correctamente', // Other 'commented_on' => 'comentada el',