Fix some indefinite article loc issues (#8064)

Co-authored-by: wrexbe <81056464+wrexbe@users.noreply.github.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Kara
2022-06-11 18:54:58 -07:00
committed by GitHub
parent 4f9be42f40
commit d8d9bcae20
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
set-outfit-command-description = Sets the outfit of the specified entity. The entity must have an {$requiredComponent}
set-outfit-command-description = Sets the outfit of the specified entity. The entity must have {INDEFINITE($requiredComponent)} {$requiredComponent}
set-outfit-command-help-text = Usage: {$command} <entityUid> | {$command} <entityUid> <outfitId>
set-outfit-command-is-not-player-error = This does not work from the server console. You must pass the outfit id aswell.
set-outfit-command-invalid-outfit-id-error = Invalid outfit id
set-outfit-command-invalid-outfit-id-error = Invalid outfit id

View File

@@ -21,7 +21,7 @@ humanoid-profile-editor-backpack-label = Backpack:
humanoid-profile-editor-eyes-label = Eye color:
humanoid-profile-editor-jobs-tab = Jobs
humanoid-profile-editor-preference-unavailable-stay-in-lobby-button = Stay in lobby if preference unavailable.
humanoid-profile-editor-preference-unavailable-spawn-as-overflow-button = Be a {$overflowJob} if preference unavailable.
humanoid-profile-editor-preference-unavailable-spawn-as-overflow-button = Be {INDEFINITE($overflowJob)} {$overflowJob} if preference unavailable.
humanoid-profile-editor-preference-jumpsuit = Jumpsuit
humanoid-profile-editor-preference-jumpskirt = Jumpskirt
humanoid-profile-editor-preference-backpack = Backpack

View File

@@ -27,10 +27,10 @@ shell-invalid-entity-uid = {$uid} is not a valid entity uid
shell-entity-uid-must-be-number = EntityUid must be a number.
shell-could-not-find-entity = Could not find entity {$entity}
shell-could-not-find-entity-with-uid = Could not find entity with uid {$uid}
shell-entity-with-uid-lacks-component = Entity with uid {$uid} doesn't have a {$componentName} component
shell-entity-with-uid-lacks-component = Entity with uid {$uid} doesn't have {INDEFINITE($componentName)} {$componentName} component
shell-invalid-color-hex = Invalid color hex!
shell-target-player-does-not-exist = Target player does not exist!
shell-target-entity-does-not-have-message = Target entity does not have a(n) {$missing}!
shell-target-entity-does-not-have-message = Target entity does not have {INDEFINITE($missing)} {$missing}!
shell-timespan-minutes-must-be-correct = {$span} is not a valid minutes timespan.
shell-argument-must-be-prototype = Argument {$index} must be a ${prototypeName}!
shell-argument-number-must-be-between = Argument {$index} must be a number between {$lower} and {$upper}!