mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-28 11:43:40 +08:00
Merge pull request #1327 from leomartinez/master
Updated 'Spanish Argentina' translation.
This commit is contained in:
commit
5c00187138
|
@ -66,6 +66,7 @@ return [
|
|||
'role_cannot_be_edited' => 'Este rol no puede ser editado',
|
||||
'role_system_cannot_be_deleted' => 'Este rol es un rol de sistema y no puede ser borrado',
|
||||
'role_registration_default_cannot_delete' => 'Este rol no puede ser borrado mientras sea el rol por defecto de registro',
|
||||
'role_cannot_remove_only_admin' => 'Este usuario es el único asignado al rol de administrador. Asigne el rol de administrador a otro usuario antes de intentar eliminarlo.',
|
||||
|
||||
// Comments
|
||||
'comment_list' => 'Se produjo un error al obtener los comentarios.',
|
||||
|
|
|
@ -74,6 +74,7 @@ return [
|
|||
'timezone' => 'El atributo :attribute debe ser una zona válida.',
|
||||
'unique' => 'El atributo :attribute ya ha sido tomado.',
|
||||
'url' => 'El atributo :attribute tiene un formato inválid.',
|
||||
'is_image' => 'El atributo :attribute debe ser una imagen válida.',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user