N°9518 - fix 2 typo bug (#882)

This commit is contained in:
Purple Grape
2026-04-29 20:29:24 +08:00
committed by GitHub
parent eee57b25fa
commit 1113788d84
18 changed files with 36 additions and 2 deletions

View File

@@ -851,6 +851,8 @@ Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
'UI:Delete:PleaseDoTheManualOperations' => 'Por favor ejecute las operaciones manuales antes de eliminar este objeto',
'UI:Delect:Confirm_Object' => 'Por favor confirme que quiere borrar %1$s.',
'UI:Delect:Confirm_Count_ObjectsOf_Class' => 'Por favor confirme que quiere eliminar los siguientes %1$d objeto de la clase %2$s.',
'UI:Delete:Confirm_Object' => 'Por favor confirme que quiere borrar %1$s.',
'UI:Delete:Confirm_Count_ObjectsOf_Class' => 'Por favor confirme que quiere eliminar los siguientes %1$d objeto de la clase %2$s.',
'UI:WelcomeToITop' => 'Bienvenido a '.ITOP_APPLICATION_SHORT, 'UI:DetailsPageTitle' => ITOP_APPLICATION_SHORT.' - %1$s - Detalles %2$s',
'UI:ErrorPageTitle' => ITOP_APPLICATION_SHORT.' - Error',
'UI:ObjectDoesNotExist' => 'Disculpe, este objeto no existe (o no está autorizado para verlo).',