From 967df5620a2997b49ad037045bcbce24892478fb Mon Sep 17 00:00:00 2001 From: rptools-automation <47437651+rptools-automation@users.noreply.github.com> Date: Sat, 4 Nov 2023 03:57:44 +1030 Subject: [PATCH] New translations i18n.properties (Portuguese, Brazilian) --- .../maptool/language/i18n_pt.properties | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/main/resources/net/rptools/maptool/language/i18n_pt.properties b/src/main/resources/net/rptools/maptool/language/i18n_pt.properties index 8d32327e9f..213f5023f6 100644 --- a/src/main/resources/net/rptools/maptool/language/i18n_pt.properties +++ b/src/main/resources/net/rptools/maptool/language/i18n_pt.properties @@ -2391,8 +2391,8 @@ tool.crosstopology.instructions = LClick\: set initial/final point; Shift LClic tool.crosstopology.tooltip = Draw a cross VBL tool.deletedrawing.instructions=LClick\: Select drawings Double-Click\: Delete selected drawings. tool.deletedrawing.tooltip=Excluir o desenho -tool.diamond.tooltip = Desenha um diamante. -tool.diamondexpose.tooltip = Expor/Esconder o diamante no Fog of War. +tool.isorectangle.tooltip = Draw an isometric rectangle. +tool.isorectangleexpose.tooltip = Expose/Hide an isometric rectangle on the Fog of War. tool.facing.instructions = Não Utilizado tool.facing.tooltip = Defina a direção da face do token. tool.filltopology.tooltip = Fill in closed areas of VBL. @@ -2436,7 +2436,7 @@ tool.rectexpose.tooltip = Expor/Esconder um retângulo no Fog of War. tool.recttopology.instructions = Clique esquerdo do mouse\: define ponto inicial/final, Shift + Clique esquerdo\: apaga retângulo; Ctrl\: alinha à grade tool.recttopology.tooltip = Desenhe um VBL retangular. tool.recttopologyhollow.tooltip = Desenhe um VBL retangular oco. -tool.isorectangletopology.tooltip = Draw a isometric rectangle VBL. +tool.isorectangletopology.tooltip = Draw an isometric rectangle VBL. tool.isorectangletopologyhollow.tooltip = Draw a hollow isometric rectangle VBL. tool.isorectangletopology.instructions = LClick\: set initial/final point, Shift+LClick\: erase isometric rectangle; Ctrl\: snap-to-grid tool.stamp.tooltip = Stamp tool @@ -2444,10 +2444,10 @@ tool.walltemplate.instructions = LClick\: set starting cell, move mouse in dir tool.walltemplate.tooltip = Desenhe um modelo de parede. tools.ai_selector.tooltip = Tokens will navigate around MBL, VBL (if selected), and account for tokens with terrain modifiers. tools.ignore_vbl_on_move.tooltip = Tokens will navigate around VBL if selected, otherwise they will freely move into VBL. -tools.topology_mode_selection.vbl.tooltip = Draw Wall VBL. -tools.topology_mode_selection.hill_vbl.tooltip = Draw Hill VBL. -tools.topology_mode_selection.pit_vbl.tooltip = Draw Pit VBL. -tools.topology_mode_selection.mbl.tooltip = Draw MBL. +tools.topology_mode_selection.vbl.tooltip = Draw Wall Vision Blocking Layer (Wall VBL). +tools.topology_mode_selection.hill_vbl.tooltip = Draw Hill Vision Blocking Layer (Hill VBL). +tools.topology_mode_selection.pit_vbl.tooltip = Draw Pit Vision Blocking Layer (Pit VBL). +tools.topology_mode_selection.mbl.tooltip = Draw Movement Blocking Layer (MBL). tools.drawing.tooltip = Ferramentas de desenho tools.fog.tooltip = Ferramentas do Nevoeiro de Guerra tools.interaction.tooltip = Ferramentas de Interação @@ -2627,10 +2627,10 @@ Label.icontheme=Icon theme Preferences.label.icontheme.tooltip=The theme aplication icons use. Label.theme.macroeditor=Macro editor theme TEXT_TYPE=Text type -EditTokenDialog.button.movevbltoggle.tooltip=Include Wall Blocking Layer (VBL) during move or copy -EditTokenDialog.button.movembltoggle.tooltip=Include Move Blocking Layer (MBL) during move or copy -EditTokenDialog.button.movehbltoggle.tooltip=Include Hill Blocking Layer (HillVBL) during move or copy -EditTokenDialog.button.movepbltoggle.tooltip=Include Pit Blocking Layer (PitVBL) during move or copy +EditTokenDialog.button.movevbltoggle.tooltip=Include Wall Vision Blocking Layer (Wall VBL) during move or copy +EditTokenDialog.button.movembltoggle.tooltip=Include Movement Blocking Layer (MBL) during move or copy +EditTokenDialog.button.movehbltoggle.tooltip=Include Hill Vision Blocking Layer (Hill VBL) during move or copy +EditTokenDialog.button.movepbltoggle.tooltip=Include Pit Vision Blocking Layer (Pit VBL) during move or copy EditTokenDialog.button.movefrommap.tooltip=Move or Copy selected blocking layer from Map EditTokenDialog.button.movetomap.tooltip=Move or Copy selected blocking layer to Map Label.label=Label\: @@ -2647,4 +2647,6 @@ advanced.roll.variableNotNumber = Variable {0} is not a number. advanced.roll.unknownProperty = Unknown Property {0}. advanced.roll.propertyNotNumber = Property {0} is not a number. advanced.roll.noTokenInContext = No token in context. -advanced.roll.inputNotNumber = Input {0} is not a number. \ No newline at end of file +advanced.roll.inputNotNumber = Input {0} is not a number. +Preferences.label.tokens.stack.hide=Hide Token stack indicator +Preferences.label.tokens.stack.hide.tooltip=Token Layer stack inidicator will be hidden \ No newline at end of file