It is currently October 14th, 2024, 8:18 pm
Russian
-
- Moderator
- Posts: 1319
- Joined: February 16th, 2012, 3:32 am
- Location: Berlin, Germany
Re: Russian
Updated.
You do not have the required permissions to view the files attached to this post.
-
- Developer
- Posts: 2738
- Joined: November 24th, 2011, 1:42 am
- Location: Utah
Re: Russian
Updated! Thank you!
Just a note for the future, remember to leave the double quotes in there. Item STR_SAFESTART_MESSAGE had a single set of quotes around the word "illustro" instead of a double set of quotes.
Also, the words "Requires restart" were removed since we added a message box.
-Brian
PS - Here is a test build with the updated Russian translations:
Just a note for the future, remember to leave the double quotes in there. Item STR_SAFESTART_MESSAGE had a single set of quotes around the word "illustro" instead of a double set of quotes.
Also, the words "Requires restart" were removed since we added a message box.
-Brian
PS - Here is a test build with the updated Russian translations:
You do not have the required permissions to view the files attached to this post.
-
- Moderator
- Posts: 1319
- Joined: February 16th, 2012, 3:32 am
- Location: Berlin, Germany
Re: Russian
My apologies for the mistake about the quotes. I am aware of them but must had forgotten to put them during the translation.Brian wrote: ↑June 20th, 2021, 5:30 am Updated! Thank you!
Just a note for the future, remember to leave the double quotes in there. Item STR_SAFESTART_MESSAGE had a single set of quotes around the word "illustro" instead of a double set of quotes.
Also, the words "Requires restart" were removed since we added a message box.
-Brian
PS - Here is a test build with the updated Russian translations:Rainmeter.zip
Again, the words "Requires restart" were removed from where?
I've installed the test build. Will be running it these days.
-
- Moderator
- Posts: 1319
- Joined: February 16th, 2012, 3:32 am
- Location: Berlin, Germany
Re: Russian
Already noticed a mistake in
It should be
Code: Select all
#define STR_SAVEDTHEMES "Сохранённые раскладк"
Code: Select all
#define STR_SAVEDTHEMES "Сохранённые раскладки"
-
- Moderator
- Posts: 1319
- Joined: February 16th, 2012, 3:32 am
- Location: Berlin, Germany
Re: Russian
The buttons Yes/No in the Safe Start dialogue cannot be in the language file?
You do not have the required permissions to view the files attached to this post.
-
- Developer
- Posts: 2738
- Joined: November 24th, 2011, 1:42 am
- Location: Utah
Re: Russian
No problem, it's easy to miss.Active Colors wrote: ↑June 20th, 2021, 5:51 am My apologies for the mistake about the quotes. I am aware of them but must had forgotten to put them during the translation.
On the settings tab, the string Use hardware acceleration (Requires restart). We removed the "(Requires restart)" part, and added a message box. I think you left it in there from the last translation. Don't worry, I removed it before submitting it to github.Active Colors wrote: ↑June 20th, 2021, 5:51 am Again, the words "Requires restart" were removed from where?
Anyway, thanks again for the translations!
-Brian
-
- Developer
- Posts: 2738
- Joined: November 24th, 2011, 1:42 am
- Location: Utah
Re: Russian
Fixed. Thanks.Active Colors wrote: ↑June 20th, 2021, 6:05 am Already noticed a mistake inIt should beCode: Select all
#define STR_SAVEDTHEMES "Сохранённые раскладк"
Code: Select all
#define STR_SAVEDTHEMES "Сохранённые раскладки"
Unfortunately this is by design from Microsoft. Standard message boxes use the system default language for buttons.Active Colors wrote: ↑June 20th, 2021, 6:07 am The buttons Yes/No in the Safe Start dialogue cannot be in the language file?
-Brian
-
- Moderator
- Posts: 1319
- Joined: February 16th, 2012, 3:32 am
- Location: Berlin, Germany
Re: Russian
Oh, I didn't notice! Was an easy miss for me. After I posted my message I noticed in the Manage window that it was not there (and it was the only place where this string existed )Brian wrote: ↑June 20th, 2021, 6:08 am
On the settings tab, the string Use hardware acceleration (Requires restart). We removed the "(Requires restart)" part, and added a message box. I think you left it in there from the last translation. Don't worry, I removed it before submitting it to github.
-Brian
-
- Moderator
- Posts: 1319
- Joined: February 16th, 2012, 3:32 am
- Location: Berlin, Germany
Re: Russian
Another one in:
Code: Select all
#define STR_SAFESTART_MESSAGE "Это закроет все скины и запустит Rainmeter со стандартными скинами ""illustro"".\n\nВаша текущая раскладка будет сохранена как: @Backup\n\nВоспользуйтесь этм если у вас проблемы с запуском Rainmeter.\n\nНачать Безопасный Запуск Rainmeter?"
Code: Select all
#define STR_SAFESTART_MESSAGE "Это закроет все скины и запустит Rainmeter со стандартными скинами ""illustro"".\n\nВаша текущая раскладка будет сохранена как: @Backup\n\nВоспользуйтесь этим если у вас проблемы с запуском Rainmeter.\n\nНачать Безопасный Запуск Rainmeter?"
-
- Moderator
- Posts: 1319
- Joined: February 16th, 2012, 3:32 am
- Location: Berlin, Germany
Re: Russian
One more here:
Typo in the word "Допольнительный", it should be "Дополнительный":
Code: Select all
#define STR_GAMEMODE_SETTINGS_DESC "Вы также можете самостоятельно запустить/остановить игровой режим через контекстное меню иконки на панеле уведомлений. Самостоятельный запуск/остановка игры снимет галочки с ""Полноэкранные игры"" и ""Допольнительный список процессов"". Вы должны повторно включить эти параметры чтобы Rainmeter смог снова наблюдать за ними.\n\n Нажмите кнопку ""Помощь"" чтобы узнать подробнее."
Code: Select all
#define STR_GAMEMODE_SETTINGS_DESC "Вы также можете самостоятельно запустить/остановить игровой режим через контекстное меню иконки на панеле уведомлений. Самостоятельный запуск/остановка игры снимет галочки с ""Полноэкранные игры"" и ""Дополнительный список процессов"". Вы должны повторно включить эти параметры чтобы Rainmeter смог снова наблюдать за ними.\n\n Нажмите кнопку ""Помощь"" чтобы узнать подробнее."