The original dataset:
https://www.kaggle.com/datasets/nelgiriyewithana/emotions
The derived dataset was machine translated from English into Russian using the free Google Translate API (with deep-translator). The translation script:
import pandas as pd
from deep_translator import GoogleTranslator
from deep_translator.exceptions import TranslationNotFound