Skip to content

Commit

Permalink
Поправил локализацию.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Jan 8, 2025
1 parent 065f4b5 commit 7d70971
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions code/modules/client/preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2137,15 +2137,14 @@ Slots: [job.spawn_positions]</span>
if("be_defiant")
defiant = !defiant
if(defiant)
if(user.client.prefs.be_russian)
to_chat(user, span_boldwarning("Вы полностью погружаетесь в мрачное сосуществование с миром, отказываясь от сопротивления людей, насилующих вас, но позволяя делать то же самое с другими людьми, не являющимися девиантами."))
else
to_chat(user, span_boldwarning("You fully immerse yourself in the dark coexistence with the world, refusing to resist people who abuse you, but allowing them to do the same to others who are not deviants."))
else
if(user.client.prefs.be_russian)
to_chat(user, span_notice("Теперь вы будете сопротивляться людям, нарушающим ваши права, но будете наказаны за попытку нарушить права других." + " " + span_boldwarning("(Режим COMBAT отключит ERP-взаимодействие. Обход этого режима является нарушением. Используйте AHELP, если необходимо.)")))
else
to_chat(user, span_notice("You will now have resistance from people violating you, but be punished for trying to violate others." + " " + span_boldwarning("(COMBAT Mode will disable ERP interactions. Bypassing this is a bannable offense, AHELP if necessary.)")))
else
to_chat(user, span_boldwarning("Вы полностью погружаетесь в мрачное сосуществование с миром, отказываясь от сопротивления людей, насилующих вас, но позволяя делать то же самое с другими людьми, не являющимися девиантами."))
else
to_chat(user, span_boldwarning("You fully immerse yourself in the dark coexistence with the world, refusing to resist people who abuse you, but allowing them to do the same to others who are not deviants."))

if("be_russian")
be_russian = !be_russian
Expand Down

0 comments on commit 7d70971

Please sign in to comment.