po(RU): update translation

This commit is contained in:
2025-01-24 21:20:45 +03:00
parent fcc9ef5474
commit 53e783df31
4 changed files with 119 additions and 108 deletions

View File

@ -598,7 +598,7 @@ func buildPkgMetadata(
return nil, err
}
} else {
slog.Info(gotext.Get("AutoProv is not implemented for this package format, so it's skiped"))
slog.Info(gotext.Get("AutoProv is not implemented for this package format, so it's skipped"))
}
}
@ -609,7 +609,7 @@ func buildPkgMetadata(
return nil, err
}
} else {
slog.Info(gotext.Get("AutoReq is not implemented for this package format, so it's skiped"))
slog.Info(gotext.Get("AutoReq is not implemented for this package format, so it's skipped"))
}
}