Skip to content

Commit

Permalink
Merge branch 'upstream-merge-65' of github.com:stalengd/space-station…
Browse files Browse the repository at this point in the history
…-14 into upstream-merge-65
  • Loading branch information
stalengd committed Oct 16, 2024
2 parents 8a03f38 + ed3a51d commit db6921a
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 12 deletions.
15 changes: 15 additions & 0 deletions Resources/Locale/en-US/ss220/job/job-name.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
job-name-magistrate = magistrate
job-name-cc-default = central commander
job-name-cc-agent = central command agent
job-name-cc-oficier = central command oficier
job-name-cc-operational-oficier = operational central command oficier
job-name-cburn-agent = CBURN agent
job-name-cc-srt-operative = SRT Operative
job-name-ert-commander = ERT Leader
job-name-ert-chaplain = ERT Chaplain
job-name-nt-admiral = NanoTrasen Admiral
job-name-nt-politician = NanoTrasen Diplomat
job-name-ussp = USSP
14 changes: 14 additions & 0 deletions Resources/Locale/ru-RU/ss220/job/job-name.ftl
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
job-name-magistrate = магистрат
job-name-cc-default = ЦК
job-name-cc-agent = агент ЦК
job-name-cc-oficier = офицер ЦК
job-name-cc-operational-oficier = полевой офицер ЦК
job-name-cburn-agent = агент РХБЗ
job-name-cc-srt-operative = оперативник ГСН
job-name-ert-commander = лидер отряда ОБР
job-name-ert-chaplain = священник ОБР
job-name-nt-admiral = адмирал NanoTrasen
job-name-nt-politician = дипломат NanoTrasen
job-name-ussp = СССП
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
- type: Item
heldPrefix: blue
- type: IdCard
jobTitle: Central Commander
jobTitle: job-name-cc-default #SS220 (upstream 65 localization)
jobIcon: JobIconNanotrasen
- type: Access
groups:
Expand All @@ -518,7 +518,7 @@
- state: gold
- state: ert_commander
- type: IdCard
jobTitle: Лидер отряда ОБР # SS220 new CentComm
jobTitle: job-name-ert-commander # SS220 new CentComm #SS220 (upstream 65 localization)
- type: PresetIdCard
job: ERTLeader
- type: Item
Expand Down Expand Up @@ -609,7 +609,7 @@
- type: Item
heldPrefix: blue
- type: IdCard
jobTitle: Central Commander
jobTitle: job-name-cc-default # #SS220 (upstream 65 localization)
- type: Access
groups:
- AllAccess
Expand Down Expand Up @@ -638,7 +638,7 @@
- type: Item
heldPrefix: blue
- type: IdCard
jobTitle: Centcomm Agent
jobTitle: job-name-cc-agent #SS220 (upstream 65 localization)
# SS220 new CentComm begin
- type: Access
groups:
Expand Down Expand Up @@ -823,7 +823,7 @@
- type: IdCard
# SS220 new CentComm begin
# SS220 CBURN questions changes name 05.07.2024
jobTitle: Агент РХБЗ
jobTitle: job-name-cburn-agent #SS220 (upstream 65 localization)
- type: Access
groups:
- AllAccess # SS220 Fast fix access
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
description: Карта, необходимая для доступа в различные части станций и кораблей.
components:
- type: IdCard
jobTitle: СССП
jobTitle: job-name-ussp #SS220 (upstream 65 localization)
- type: Sprite
layers:
- state: ussp
Expand Down Expand Up @@ -37,7 +37,7 @@
- state: silver
- state: idcentcom
- type: IdCard
jobTitle: Дипломат NanoTrasen
jobTitle: job-name-nt-politician #SS220 (upstream 65 localization)
- type: Access
groups:
- AllAccess # SS220 Fast fix access
Expand All @@ -50,7 +50,7 @@
description: Карта, необходимая для доступа в различные части станций и кораблей.
components:
- type: IdCard
jobTitle: Полевой Офицер ЦК
jobTitle: job-name-cc-operational-oficier #SS220 (upstream 65 localization)
- type: Access
groups:
- AllAccess # SS220 Fast fix access
Expand All @@ -63,7 +63,7 @@
description: Карта, необходимая для доступа в различные части станций и кораблей.
components:
- type: IdCard
jobTitle: Офицер ЦК
jobTitle: job-name-cc-oficier #SS220 (upstream 65 localization)
- type: Access
groups:
- AllAccess # SS220 Fast fix access
Expand All @@ -76,7 +76,7 @@
description: Карта, необходимая для доступа в различные части станций и кораблей.
components:
- type: IdCard
jobTitle: Оперативник ГСН
jobTitle: job-name-cc-srt-operative #SS220 (upstream 65 localization)
- type: Access
groups:
- AllAccess # SS220 Fast fix access
Expand Down Expand Up @@ -118,7 +118,7 @@
description: Карта, необходимая для доступа в различные части станций и кораблей.
components:
- type: IdCard
jobTitle: Адмирал NanoTrasen
jobTitle: job-name-nt-admiral #SS220 (upstream 65 localization)
- type: Access
groups:
- AllAccess # SS220 Fast fix access
Expand All @@ -142,7 +142,7 @@
name: prisoner ID card
components:
- type: IdCard
jobTitle: Заключённый
jobTitle: job-name-prisoner #SS220 (upstream 65 localization)
- type: Sprite
layers:
- state: orange
Expand Down

0 comments on commit db6921a

Please sign in to comment.