You can edit firefly.mfx files to translate it
sorry I'm just new here.
and how and what to edit it?
You can edit firefly.mfx files to translate it
You can use ja-jp Clickteam Fusion Developer 2.5\Languages\ja-jp just translate it to rus and use it as ja-jp
Then just create it similar to other object
Lol... Copy AndroidDialog.txt and rename it to firefly extension name next rename all conditions to firefly conditions, actions to actions, expressions to expressions and put translations behind it...
{
"version" : 1,
"lang" : 1041,
"general" : {
//Translations for object options
},
"menu_20000" : {
"Hello Word" : "Hello Word in your lang"
},
"menu_20001" : {
"Empty condition1" : "Empty condition1 in your lang"
},
"menu_20002" : {
"Empty expressionXYZ" : "Empty expressionXYZ in your lang"
}
}
You say that u have firefly so then you need to rewrite the English names of its actions, conditions, and expressions into this file like in others extensions.
{
"version" : 1,
"lang" : 1049,
"general" : {
"%o: Is branding enabled?" : "%o: Логотип включён?",
"%o: Is cross-promotion enabled?" : "%o: Перекрёстное продвижение включено?",
"%o: Is game running in premium mode?" : "%o: Игра запущена в премиум режиме?",
"%o: Is unlock enabled?" : "Разблокировка включена?",
"A dialog box will ask for your name if you have a high score." : "Диалоговое окно для ввода имени, если у вас высокие оценки (счёт).",
{
"version" : 1,
"lang" : 1041,
"general" : {
"Text" : "Текст"
},
"menu_20000" : {
"Set Text..." : "Установить тнекст"
},
"menu_20001" : {
"Is added to Firefly Engine" : "Я люблю казино..."
},
"menu_20002" : {
"Get Text" : "Получить текст"
}
}
%o is replaced by object name.
Apparently, your action description does not match the extension state. You should try to get started with translate admob to understand how it works.
{
"version" : 1,
"lang" : 1049,
"general" : {
"Firefly 2D Text" : "Режим 2D Текст",
"Adds 2D text on top of the Firefly Engine." : "Добавляет 2D текст поверх движка Firefly.",
"Text" : "Текст"
},
"menu_20000" : {
"Set Text..." : "Установить текст"
},
"menu_20001" : {
"Is added to Firefly Engine" : "Я люблю казино..."
},
"menu_20002" : {
"Get Text" : "Получить текст"
}
}
Firefly 2D Text" : "Режим 2D Текст",
Maybe here
Code:Firefly 2D Text" : "Режим 2D Текст",
Try to use %o instead of Firefly