diff --git a/intl/msg_hash_pt_br.c b/intl/msg_hash_pt_br.c index bdf5278582..86cb5487fd 100644 --- a/intl/msg_hash_pt_br.c +++ b/intl/msg_hash_pt_br.c @@ -1807,9 +1807,9 @@ int menu_hash_get_help_pt_br_enum(enum msg_hash_enums msg, char *s, size_t len) break; case MENU_ENUM_LABEL_NETPLAY_MITM_SERVER: snprintf(s, len, - "Specifies the man-in-the-middle server \n" - "to use for netplay. A server that is \n" - "located closer to you may have less latency. \n"); + "Especifica o servidor homem no meio \n" + "para usar no jogo em rede. Um servidor localizado \n" + "mais perto de você pode ter menos latência. \n"); break; case MENU_ENUM_LABEL_VIDEO_MAX_SWAPCHAIN_IMAGES: snprintf(s, len, @@ -1817,9 +1817,9 @@ int menu_hash_get_help_pt_br_enum(enum msg_hash_enums msg, char *s, size_t len) "Isto pode informar ao driver de vídeo para \n" "usar um modo de buffer específico. \n" " \n" - "Single buffering - 1\n" - "Double buffering - 2\n" - "Triple buffering - 3\n" + "Buffer único - 1\n" + "Buffer duplo - 2\n" + "Buffer triplo - 3\n" " \n" "Definir o modo de buffer correto pode \n" "ter um grande impacto na latência."); @@ -1835,7 +1835,7 @@ int menu_hash_get_help_pt_br_enum(enum msg_hash_enums msg, char *s, size_t len) break; case MENU_ENUM_LABEL_TIMEDATE_STYLE: snprintf(s, len, - "Style to show the current date and/or time in."); + "Estilo para mostrar a data atual e/ou a hora."); break; case MENU_ENUM_LABEL_BATTERY_LEVEL_ENABLE: snprintf(s, len, diff --git a/intl/msg_hash_pt_br.h b/intl/msg_hash_pt_br.h index bb7e63e889..d7c5605e14 100644 --- a/intl/msg_hash_pt_br.h +++ b/intl/msg_hash_pt_br.h @@ -3142,6 +3142,18 @@ MSG_HASH( MENU_ENUM_LABEL_VALUE_THUMBNAILS_UPDATER_LIST, "Atualizador de Miniaturas" ) +MSG_HASH( + MENU_ENUM_SUBLABEL_THUMBNAILS_UPDATER_LIST, + "Baixe o pacote completo de miniaturas para o sistema selecionado." + ) +MSG_HASH( + MENU_ENUM_LABEL_VALUE_PL_THUMBNAILS_UPDATER_LIST, + "Atualizador de Miniaturas da Lista de Reprodução" + ) +MSG_HASH( + MENU_ENUM_SUBLABEL_PL_THUMBNAILS_UPDATER_LIST, + "Baixe miniaturas individuais para cada entrada da lista de reprodução selecionada." + ) MSG_HASH( MENU_ENUM_LABEL_VALUE_THUMBNAIL_MODE_BOXARTS, "Arte da Embalagem"