Add missing locale strings for running out of power
This commit is contained in:
parent
48d58c42dc
commit
f6519e12e3
@ -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")
|
||||
|
@ -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 пытался образумить их")
|
||||
|
Loading…
Reference in New Issue
Block a user