Commit 269f2ab540d0e44e56155e49bac15fad283e4688
1 parent
b0b27bed
Exists in
master
and in
68 other branches
ENH: Translation to pt_BR (code / mo)
Showing
5 changed files
with
2 additions
and
2 deletions
Show diff stats
i18n/invesalius_pt_BR.po
@@ -402,7 +402,7 @@ msgstr "Carregar valores" | @@ -402,7 +402,7 @@ msgstr "Carregar valores" | ||
402 | 402 | ||
403 | #: slice_menu.py:75 slice_menu.py:80 | 403 | #: slice_menu.py:75 slice_menu.py:80 |
404 | msgid "Default " | 404 | msgid "Default " |
405 | -msgstr "Padrão" | 405 | +msgstr "Padrão " |
406 | 406 | ||
407 | #: slice_menu.py:99 | 407 | #: slice_menu.py:99 |
408 | msgid "Window Width and Level" | 408 | msgid "Window Width and Level" |
invesalius/gui/task_surface.py
@@ -179,7 +179,7 @@ class NewSurfaceDialog(wx.Dialog): | @@ -179,7 +179,7 @@ class NewSurfaceDialog(wx.Dialog): | ||
179 | label_surface = wx.StaticText(self, -1, _("Set new surface name:")) | 179 | label_surface = wx.StaticText(self, -1, _("Set new surface name:")) |
180 | 180 | ||
181 | text = wx.TextCtrl(self, -1, "", size=(80,-1)) | 181 | text = wx.TextCtrl(self, -1, "", size=(80,-1)) |
182 | - text.SetHelpText(_("Name the new surface to be created")) | 182 | + text.SetHelpText(_("Name of the new surface to be created")) |
183 | text.SetValue(_("Surface")) | 183 | text.SetValue(_("Surface")) |
184 | self.text = text | 184 | self.text = text |
185 | 185 |
locale/en/LC_MESSAGES/invesalius.mo
No preview for this file type
locale/es/LC_MESSAGES/invesalius.mo
No preview for this file type
locale/pt_BR/LC_MESSAGES/invesalius.mo
No preview for this file type