diff --git a/src/i18n/resources/hr.json b/src/i18n/resources/hr.json index 0967ef42..5ea27b42 100644 --- a/src/i18n/resources/hr.json +++ b/src/i18n/resources/hr.json @@ -1 +1,10 @@ -{} +{ + "common": { + "console": { + "plugins": { + "execute-failed": "Neuspjelo izvršenje plugina {{pluginName}}::{{contextName}}", + "executed-at-ms": "Plugin{{pluginName}}::{{contextName}}{{je izvršen za {{ms}}ms" + } + } + } +}