Update system/L5R-Header.jpg, system/system.json, system/lang/pt-BR.json, system/lang/en.json, system/lang/fr.json, system/l5r-ui/css/cursor.css, system/l5r-ui/css/l5rui.css, system/l5r-ui/scripts/l5rui-chat-color.js, system/l5r-ui/scripts/help/l5rui-help.js, system/l5r-ui/scripts/help/openDTR.js, system/l5r-ui/scripts/help/openEN.js, system/l5r-ui/scripts/help/openES.js, system/l5r-ui/scripts/help/openFR.js, system/l5r-ui/ui/buttons/button-blue.png, system/l5r-ui/ui/buttons/button-green.png, system/l5r-ui/ui/buttons/button-grey.png, system/l5r-ui/ui/buttons/button-grey-light.png, system/l5r-ui/ui/buttons/button-red.png, system/l5r-ui/ui/cursors/drag.png, system/l5r-ui/ui/cursors/normal.png, system/l5r-ui/ui/cursors/pointer.png, system/l5r-ui/ui/frames/Chat-box.png, system/l5r-ui/ui/frames/chat-controls-border.png, system/l5r-ui/ui/frames/hotkeybox.png, system/l5r-ui/ui/frames/chat-texture.png, system/l5r-ui/ui/frames/hotkeybox-macro-list.png, system/l5r-ui/ui/frames/players-border.png, system/l5r-ui/ui/logo/l5r-logo.png, system/l5r-ui/ui/sidebar/sidebar_button-actors.png, system/l5r-ui/ui/sidebar/sidebar_button-background.png, system/l5r-ui/ui/sidebar/sidebar_button-background_cyan.png, system/l5r-ui/ui/sidebar/sidebar_button-background_green.png, system/l5r-ui/ui/sidebar/sidebar_button-background_grey.png, system/l5r-ui/ui/sidebar/sidebar_button-background_red.png, system/l5r-ui/ui/sidebar/sidebar_button-chat.png, system/l5r-ui/ui/sidebar/sidebar_button-combat-tracker.png, system/l5r-ui/ui/sidebar/sidebar_button-compendium.png, system/l5r-ui/ui/sidebar/sidebar_button-footer-button.png, system/l5r-ui/ui/sidebar/sidebar_button-journal.png, system/l5r-ui/ui/sidebar/sidebar_button-object.png, system/l5r-ui/ui/sidebar/sidebar_button-playlist.png, system/l5r-ui/ui/sidebar/sidebar_button-rolltable.png, system/l5r-ui/ui/sidebar/sidebar_buttons.png, system/l5r-ui/ui/sidebar/sidebar_button-scenes.png, system/l5r-ui/ui/sidebar/sidebar_button-settings.png files

This commit is contained in:
2020-12-05 01:54:22 +00:00
parent d615495d69
commit a3c40a0141
45 changed files with 997 additions and 5 deletions

View File

@@ -1,4 +1,19 @@
{
"I18N.MAINTAINERS": ["Team L5R"],
"HEXA.COLOR" : "Enter a hexadecimal color (such as #FFFFFF).",
"IC.BG.COLOR": "IC Background Color",
"IC.TEXT.COLOR": "IC Text Color",
"EMOTE.BG.COLOR": "Emote Background Color",
"EMOTE.TEXT.COLOR": "Emote Text Color",
"ROLL.BG.COLOR": "Roll Background Color",
"ROLL.TEXT.COLOR": "Roll Text Color",
"OTHER.BG.COLOR": "Other Background Color",
"OTHER.TEXT.COLOR": "Other Text Color",
"DEF.CHAT.PREF": "Default Chat Prefix",
"SPE.CHAT.PREF": "If specified, this string will be prefixed to all chat messages that are not already commands (such as /emote.)",
"SETTINGS.SimpleMacroShorthandN": "Shortened Macro Syntax",
"SETTINGS.SimpleMacroShorthandL": "Enable a shortened macro syntax which allows referencing attributes directly, for example @str instead of @attributes.str.value. Disable this setting if you need the ability to reference the full attribute model, for example @attributes.str.label.",
"SETTINGS.SimpleInitFormulaN": "Initiative Formula",
@@ -154,4 +169,4 @@
"Adquisitions": "Adquisitions"
}
}
}
}

View File

@@ -1,4 +1,20 @@
{
"I18N.LANGUAGE": "Français",
"I18N.MAINTAINERS": ["Team L5R"],
"HEXA.COLOR" : "Entrer une couleur hexadécimale (telle que #FFFFFF).",
"IC.BG.COLOR": "Couleur de fond dans le chat",
"IC.TEXT.COLOR": "Couleur du texte dans le chat",
"EMOTE.BG.COLOR": "Couleur de fond des Emotes",
"EMOTE.TEXT.COLOR": "Couleur du texte des Emotes",
"ROLL.BG.COLOR": "Couleur de fond du jet de dé",
"ROLL.TEXT.COLOR": "Couleur du texte du jet de dé",
"OTHER.BG.COLOR": "Autre couleur de fond",
"OTHER.TEXT.COLOR": "Autre couleur de texte",
"DEF.CHAT.PREF": "Préfixe de Chat par défaut",
"SPE.CHAT.PREF": "Si renseignée, la chaîne sera préfixée pour tous les messages de chat qui ne sont pas déjà des commandes (comme /emote.)",
"SETTINGS.SimpleMacroShorthandN": "Shortened Macro Syntax",
"SETTINGS.SimpleMacroShorthandL": "Enable a shortened macro syntax which allows referencing attributes directly, for example @str instead of @attributes.str.value. Disable this setting if you need the ability to reference the full attribute model, for example @attributes.str.label.",
"SETTINGS.SimpleInitFormulaN": "Initiative Formula",

15
system/lang/pt-BR.json Normal file
View File

@@ -0,0 +1,15 @@
{
"I18N.MAINTAINERS": [ "Innocenti" ],
"HEXA.COLOR": "Digite uma cor hexadecimal (ex. #FFFFFF).",
"IC.BG.COLOR": "IC Cor de Fundo",
"IC.TEXT.COLOR": "IC Cor do Texto",
"EMOTE.BG.COLOR": "Cor de fundo do Emote",
"EMOTE.TEXT.COLOR": "Cor de texto do Emote",
"ROLL.BG.COLOR": "Cor de fundo das Rolagens",
"ROLL.TEXT.COLOR": "Cor de texto das Rolagens",
"OTHER.BG.COLOR": "Outra Cor de Fundo",
"OTHER.TEXT.COLOR": "Outra Cor de Texto",
"DEF.CHAT.PREF": "Prefixo padrão do bate-papo",
"SPE.CHAT.PREF": "Se especificada, essa sequência será prefixada para todas as mensagens de bate-papo que ainda não são comandos (como / emote.)"
}