From 028a21531a71c9611b9395adf4c7a346923819f5 Mon Sep 17 00:00:00 2001 From: altiereslima Date: Sun, 19 May 2019 21:52:52 -0300 Subject: [PATCH 1/2] Update msg_hash_pt_br.h --- intl/msg_hash_pt_br.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" From 6a8ec3566de8435255565c7e565d679b22bcd9e5 Mon Sep 17 00:00:00 2001 From: altiereslima Date: Mon, 20 May 2019 15:06:59 -0300 Subject: [PATCH 2/2] Update msg_hash_pt_br.c --- intl/msg_hash_pt_br.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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,