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"))
}
}

View File

@ -169,7 +169,7 @@ func (rs *Repos) Pull(ctx context.Context, repos []types.Repo) error {
// to compare it to the repo version, so only compare versions with the "v".
if strings.HasPrefix(config.Version, "v") {
if vercmp.Compare(config.Version, repoCfg.Repo.MinVersion) == -1 {
slog.Warn(gotext.Get("ALR repo's minumum ALR version is greater than the current version. Try updating ALR if something doesn't work."), "repo", repo.Name)
slog.Warn(gotext.Get("ALR repo's minimum ALR version is greater than the current version. Try updating ALR if something doesn't work."), "repo", repo.Name)
}
}
}