yes. #20

Merged
IBims2CooleTim merged 29 commits from main into bugfix/SpellingError 2023-11-17 22:51:44 +00:00
Showing only changes of commit f0ef554936 - Show all commits

View File

@ -1,8 +1,8 @@
return {
InvalidEntryData = function(message: string):string
return ("[MarcSync Exception] InvalidEntryData: %s"):format(message)
return ("[MarkSynchronisationsausnahme] InvaliedeEintragsDaten: %s"):format(message)
end,
EntryNotFound = function(message: string):string
return ("[MarcSync Exception] EntryNotFound: %s"):format(message)
return ("[MarkSynchronisationsausnahme] EintragNichtGefunden: %s"):format(message)
end
}
}