Add missing locale strings for running out of power

This commit is contained in:
DBotThePony 2023-06-27 22:21:01 +07:00
parent 48d58c42dc
commit f6519e12e3
Signed by: DBot
GPG Key ID: DCC23B5715498507
2 changed files with 2 additions and 0 deletions

View File

@ -342,6 +342,7 @@ private fun death(provider: MatteryLanguageProvider) {
death("otm_hawking_radiation", "%1\$s discovered Hawking radiation")
death("otm_emp", "%1\$s electronics' fried")
death("otm_cosmic_rays", "%1\$s electronics' got scrambled by cosmic radiation")
death("otm_android_discharge", "%1\$s ran out of power")
death("otm_become_android.player", "%1\$s lost their humanity whilst %2\$s tried to reason with them")
death("otm_become_humane.player", "%1\$s gained their humanity whilst %2\$s tried to reason with them")

View File

@ -346,6 +346,7 @@ private fun death(provider: MatteryLanguageProvider) {
death("otm_hawking_radiation", "%1\$s открыл излучение Хокинга")
death("otm_emp", "Электроника %1\$s перегорела")
death("otm_cosmic_rays", "Электроника %1\$s была ошеломлена космическим излучением")
death("otm_android_discharge", "В аккумуляторах %1\$s закончился заряд")
death("otm_become_android.player", "%1\$s потерял свою человечность, когда %2\$s пытался образумить их")
death("otm_become_humane.player", "%1\$s восстановил свою человечность, когда %2\$s пытался образумить их")