From 6090d039b0c48129f1ff433942b5856ae3f314ba Mon Sep 17 00:00:00 2001 From: Kaduh45 <27442982+Kaduh45@users.noreply.github.com> Date: Wed, 1 Nov 2023 21:03:03 -0300 Subject: [PATCH] =?UTF-8?q?Tradu=C3=A7=C3=A3o=20de=20comando=20de=20admin,?= =?UTF-8?q?=20organiza=C3=A7=C3=A3o=20de=20prototypes=20proprio=20do=20ser?= =?UTF-8?q?vidor,=20balanceamento=20das=20pilulas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pt-BR/TraducaoRobustToolBox/comandos.ftl | 3 + .../pt-BR/TraducaoRobustToolBox/commands.ftl | 563 ++++++++++++++++++ .../debug-builtin-connection-screen.ftl | 3 + .../TraducaoRobustToolBox/discordRPC.ftl | 5 + .../TraducaoRobustToolBox/entity-category.ftl | 8 + .../pt-BR/TraducaoRobustToolBox/input.ftl | 78 +++ .../pt-BR/TraducaoRobustToolBox/replays.ftl | 59 ++ .../toolshed-commands.ftl | 423 +++++++++++++ .../TraducaoRobustToolBox/uploadfolder.ftl | 7 + .../Objects/Specific/Medical/healing.yml | 16 +- .../Entities/Objects/Specific/chemistry.yml | 2 +- .../Structures/Machines/chem_master.yml | 2 +- .../Objects/Misc/identification_cards.yml | 12 - .../Acesso/identidade_blueshield.yml} | 12 + .../Acesso/identidade_pirata.yml} | 0 .../PiratasRoles/Departamento/pirata_dep.yml} | 0 .../PiratasRoles/ItensIniciais}/cinto.yml | 0 .../PiratasRoles/ItensIniciais}/mochilas.yml | 0 .../PiratasRoles/Portas/pirata_portas.yml} | 0 .../Roles}/blueshield.yml | 0 .../PiratasRoles/Roles/pirata_roles.yml} | 6 - .../Spawners/spawners_pirata.yml} | 0 .../PiratasRoles/Tempos/tempo_pirata.yml | 8 + .../Prototypes/Roles/play_time_trackers.yml | 3 - 24 files changed, 1179 insertions(+), 31 deletions(-) create mode 100644 Resources/Locale/pt-BR/TraducaoRobustToolBox/comandos.ftl create mode 100644 Resources/Locale/pt-BR/TraducaoRobustToolBox/commands.ftl create mode 100644 Resources/Locale/pt-BR/TraducaoRobustToolBox/debug-builtin-connection-screen.ftl create mode 100644 Resources/Locale/pt-BR/TraducaoRobustToolBox/discordRPC.ftl create mode 100644 Resources/Locale/pt-BR/TraducaoRobustToolBox/entity-category.ftl create mode 100644 Resources/Locale/pt-BR/TraducaoRobustToolBox/input.ftl create mode 100644 Resources/Locale/pt-BR/TraducaoRobustToolBox/replays.ftl create mode 100644 Resources/Locale/pt-BR/TraducaoRobustToolBox/toolshed-commands.ftl create mode 100644 Resources/Locale/pt-BR/TraducaoRobustToolBox/uploadfolder.ftl delete mode 100644 Resources/Prototypes/EstacaoPirata/Entities/Objects/Misc/identification_cards.yml rename Resources/Prototypes/EstacaoPirata/{Entities/Objects/Devices/pda.yml => PiratasRoles/Acesso/identidade_blueshield.yml} (51%) rename Resources/Prototypes/{Entities/Objects/Misc/identidade_cidade.yml => EstacaoPirata/PiratasRoles/Acesso/identidade_pirata.yml} (100%) rename Resources/Prototypes/{Access/cidade.yml => EstacaoPirata/PiratasRoles/Departamento/pirata_dep.yml} (100%) rename Resources/Prototypes/{Catalog/Fills/Items => EstacaoPirata/PiratasRoles/ItensIniciais}/cinto.yml (100%) rename Resources/Prototypes/{Catalog/Fills/Backpacks/StarterGear => EstacaoPirata/PiratasRoles/ItensIniciais}/mochilas.yml (100%) rename Resources/Prototypes/{Entities/Structures/Doors/Airlocks/cidade_portas.yml => EstacaoPirata/PiratasRoles/Portas/pirata_portas.yml} (100%) rename Resources/Prototypes/EstacaoPirata/{EstacaoPirata/Roles/Jobs/Security => PiratasRoles/Roles}/blueshield.yml (100%) rename Resources/Prototypes/{Roles/Jobs/Fun/cidadao.yml => EstacaoPirata/PiratasRoles/Roles/pirata_roles.yml} (95%) rename Resources/Prototypes/EstacaoPirata/{Entities/Markers/Spawners/jobs.yml => PiratasRoles/Spawners/spawners_pirata.yml} (100%) create mode 100644 Resources/Prototypes/EstacaoPirata/PiratasRoles/Tempos/tempo_pirata.yml diff --git a/Resources/Locale/pt-BR/TraducaoRobustToolBox/comandos.ftl b/Resources/Locale/pt-BR/TraducaoRobustToolBox/comandos.ftl new file mode 100644 index 00000000000000..0d5cf74334ace6 --- /dev/null +++ b/Resources/Locale/pt-BR/TraducaoRobustToolBox/comandos.ftl @@ -0,0 +1,3 @@ +view-variables = Ver Variáveis + +entity-spawn-window-replace-button-text = Repor \ No newline at end of file diff --git a/Resources/Locale/pt-BR/TraducaoRobustToolBox/commands.ftl b/Resources/Locale/pt-BR/TraducaoRobustToolBox/commands.ftl new file mode 100644 index 00000000000000..b2b0173c04b7e8 --- /dev/null +++ b/Resources/Locale/pt-BR/TraducaoRobustToolBox/commands.ftl @@ -0,0 +1,563 @@ +### Localization for engine console commands + +## generic command errors + +cmd-invalid-arg-number-error = Invalid number of arguments. + +cmd-parse-failure-integer = {$arg} is not a valid integer. +cmd-parse-failure-float = {$arg} is not a valid float. +cmd-parse-failure-bool = {$arg} is not a valid bool. +cmd-parse-failure-uid = {$arg} is not a valid entity UID. +cmd-parse-failure-mapid = {$arg} is not a valid MapId. +cmd-parse-failure-entity-exist = UID {$arg} does not correspond to an existing entity. + +cmd-error-file-not-found = Could not find file: {$file}. +cmd-error-dir-not-found = Could not find directory: {$dir}. + +cmd-failure-no-attached-entity = There is no entity attached to this shell. + +## 'help' command +cmd-oldhelp-desc = Display general help or help text for a specific command +cmd-oldhelp-help = Usage: help [command name] + When no command name is provided, displays general-purpose help text. If a command name is provided, displays help text for that command. + +cmd-oldhelp-no-args = To display help for a specific command, write 'help '. To list all available commands, write 'list'. To search for commands, use 'list '. +cmd-oldhelp-unknown = Unknown command: { $command } +cmd-oldhelp-top = { $command } - { $description } +cmd-oldhelp-invalid-args = Invalid amount of arguments. +cmd-oldhelp-arg-cmdname = [command name] + +## 'cvar' command +cmd-cvar-desc = Gets or sets a CVar. +cmd-cvar-help = Usage: cvar [value] + If a value is passed, the value is parsed and stored as the new value of the CVar. + If not, the current value of the CVar is displayed. + Use 'cvar ?' to get a list of all registered CVars. + +cmd-cvar-invalid-args = Must provide exactly one or two arguments. +cmd-cvar-not-registered = CVar '{ $cvar }' is not registered. Use 'cvar ?' to get a list of all registered CVars. +cmd-cvar-parse-error = Input value is in incorrect format for type { $type } +cmd-cvar-compl-list = List available CVars +cmd-cvar-arg-name = +cmd-cvar-value-hidden =