refactor(news): use query builder and localize demo data
Replace the raw INSERT statements in the demo data installer with Capsule
query builder inserts (sections, articles, search index, comments, votes),
derive section and article codes from the localized name, build the search
index from the localized content, and move demo texts to English source
strings wrapped in d__('news', ...) with the module translation domain
loaded on install. Add Russian translations.