============================================================================
\documentclass{memoir}
\usepackage[portuges]{babel}
\renewcommand*\cftappendixname{\appendixname}
\begin{document}
\tableofcontents*
\chapter{Test Regular Chapter}
\appendix
\renewcommand\thechapter{\arabic{chapter}}
\addtocontents{toc}{\setlength\cftchapternumwidth{1em}}
\chapter{Test Appendix}
\end{document}