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

@@ -883,6 +883,8 @@ Dict::Add('EN GB', 'British English', 'British English', [
'UI:Delete:PleaseDoTheManualOperations' => 'Please perform the manual operations listed above prior to requesting the deletion of this object.',
'UI:Delect:Confirm_Object' => 'Please confirm that you want to delete %1$s.',
'UI:Delect:Confirm_Count_ObjectsOf_Class' => 'Please confirm that you want to delete the following %1$d objects of class %2$s.',
'UI:Delete:Confirm_Object' => 'Please confirm that you want to delete %1$s.',
'UI:Delete:Confirm_Count_ObjectsOf_Class' => 'Please confirm that you want to delete the following %1$d objects of class %2$s.',
'UI:WelcomeToITop' => 'Welcome to '.ITOP_APPLICATION,
'UI:DetailsPageTitle' => ITOP_APPLICATION_SHORT.' - %1$s - %2$s details',
'UI:ErrorPageTitle' => ITOP_APPLICATION_SHORT.' - Error',