You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: intl/msg_hash_es.h
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5326,6 +5326,10 @@ MSG_HASH(
5326
5326
MENU_ENUM_LABEL_VALUE_OVERLAY_MOUSE_SETTINGS,
5327
5327
"Ratón mediante la superposición"
5328
5328
)
5329
+
MSG_HASH(
5330
+
MENU_ENUM_SUBLABEL_OVERLAY_MOUSE_SETTINGS,
5331
+
"Configura las acciones de entrada del ratón transmitidas por la superposición. Nota: los toques con uno, dos y tres dedos enviarán pulsaciones en los botones izquierdo, derecho y central del ratón respectivamente."
"Utiliser le processeur graphique pour les captures d'écran"
2028
2032
)
2033
+
MSG_HASH(
2034
+
MENU_ENUM_LABEL_VALUE_VIDEO_SCAN_SUBFRAMES,
2035
+
"Simulation de ligne de balayage roulante"
2036
+
)
2037
+
MSG_HASH(
2038
+
MENU_ENUM_SUBLABEL_VIDEO_SCAN_SUBFRAMES,
2039
+
"Simule une ligne de balayage roulante basique au cours de plusieurs sous-images en divisant l'écran verticalement et en rendant chaque partie de l'écran en fonction du nombre de sous-images disponibles"
2040
+
)
2041
+
MSG_HASH(
2042
+
MENU_ENUM_LABEL_HELP_VIDEO_SCAN_SUBFRAMES,
2043
+
"Simule une ligne de balayage roulante basique au cours de plusieurs sous-images en divisant l'écran verticalement et en rendant chaque partie de l'écran en fonction du nombre de sous-images disponibles de haut en bas de l'écran"
2044
+
)
2029
2045
MSG_HASH(
2030
2046
MENU_ENUM_SUBLABEL_VIDEO_GPU_SCREENSHOT,
2031
2047
"Les captures d'écran capturent les shaders produits par le processeur graphique si disponibles."
Copy file name to clipboardExpand all lines: intl/msg_hash_it.h
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1998,6 +1998,18 @@ MSG_HASH(
1998
1998
MENU_ENUM_LABEL_VALUE_VIDEO_GPU_SCREENSHOT,
1999
1999
"Screenshot con la GPU"
2000
2000
)
2001
+
MSG_HASH(
2002
+
MENU_ENUM_LABEL_VALUE_VIDEO_SCAN_SUBFRAMES,
2003
+
"Simulazione della linea di scansione mobile"
2004
+
)
2005
+
MSG_HASH(
2006
+
MENU_ENUM_SUBLABEL_VIDEO_SCAN_SUBFRAMES,
2007
+
"Simula una linea di scanline di base su più sotto-fotogrammi dividendo lo schermo in verticale e rendendo ogni parte dello schermo in base a quanti sotto-fotogrammi ci sono"
2008
+
)
2009
+
MSG_HASH(
2010
+
MENU_ENUM_LABEL_HELP_VIDEO_SCAN_SUBFRAMES,
2011
+
"Simula una linea di scanline di base su più sotto-fotogrammi dividendo lo schermo su verticalmente e rendendo ogni parte dello schermo secondo quanti sotto-fotogrammi ci sono dalla parte superiore dello schermo verso il basso"
2012
+
)
2001
2013
MSG_HASH(
2002
2014
MENU_ENUM_SUBLABEL_VIDEO_GPU_SCREENSHOT,
2003
2015
"Vengono effettuati screenshot migliorati con le shader della GPU se disponibile."
Copy file name to clipboardExpand all lines: intl/msg_hash_pt_br.h
+27-7Lines changed: 27 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,10 @@ MSG_HASH(
67
67
MENU_ENUM_SUBLABEL_CORE_LIST,
68
68
"Carrega um núcleo para ser executado."
69
69
)
70
+
MSG_HASH(
71
+
MENU_ENUM_LABEL_HELP_CORE_LIST,
72
+
"Procura executar um núcleo libretro. O navegador começa no seu diretório \"Núcleos\". Caso esteja em branco, começará na raiz (root).\nCaso o diretório \"Núcleos\" seja um diretório, o menu usará o diretório como uma pasta. Caso o diretório \"Núcleos\" seja um endereço completo, começará na pasta do arquivo."
73
+
)
70
74
MSG_HASH(
71
75
MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_LIST,
72
76
"Carregar conteúdo"
@@ -75,21 +79,25 @@ MSG_HASH(
75
79
MENU_ENUM_SUBLABEL_LOAD_CONTENT_LIST,
76
80
"Carrega um conteúdo para ser executado."
77
81
)
82
+
MSG_HASH(
83
+
MENU_ENUM_LABEL_HELP_LOAD_CONTENT_LIST,
84
+
"Procura por conteúdo. Para carregar um conteúdo, é necessário um \"Núcleo\" e um arquivo de conteúdo.\nPara escolher onde o menu começará a procurar por contéudo, defina o diretório \"Navegador de arquivos\". Caso não seja defino, começará na raiz (root).\nO navegador filtrará as extensões com base no último núcleo definido no \"carregar núcleo\" e usará o núcleo quando um conteúdo for carregado."
85
+
)
78
86
MSG_HASH(
79
87
MENU_ENUM_LABEL_VALUE_LOAD_DISC,
80
88
"Carregar disco"
81
89
)
82
90
MSG_HASH(
83
91
MENU_ENUM_SUBLABEL_LOAD_DISC,
84
-
"Carrega um disco de mídia físico.\nOBSERVAÇÃO: carregue o núcleo primeiro."
92
+
"Carrega um disco de mídia físico.\nOBSERVAÇÃO: carregue um núcleo primeiro."
85
93
)
86
94
MSG_HASH(
87
95
MENU_ENUM_LABEL_VALUE_DUMP_DISC,
88
-
"Criar cópia do disco"
96
+
"Descarregar disco"
89
97
)
90
98
MSG_HASH( /* FIXME Is a specific image format used? Is it determined automatically? User choice? */
91
99
MENU_ENUM_SUBLABEL_DUMP_DISC,
92
-
"Cria uma cópia da mídia física em um arquivo de imagem no armazenamento interno."
100
+
"Descarrega a mídia física para o armazenamento interno como um arquivo de imagem."
93
101
)
94
102
#ifdefHAVE_LAKKA
95
103
MSG_HASH(
@@ -119,11 +127,11 @@ MSG_HASH(
119
127
)
120
128
MSG_HASH(
121
129
MENU_ENUM_LABEL_VALUE_SHOW_WIMP,
122
-
"Exibir o Menu do Desktop"
130
+
"Menu da área de trabalho"
123
131
)
124
132
MSG_HASH(
125
133
MENU_ENUM_SUBLABEL_SHOW_WIMP,
126
-
"Abre o menu tradicional do desktop."
134
+
"Abre o menu tradicional da área de trabalho."
127
135
)
128
136
MSG_HASH(
129
137
MENU_ENUM_LABEL_VALUE_MENU_DISABLE_KIOSK_MODE,
@@ -1646,6 +1654,18 @@ MSG_HASH(
1646
1654
MENU_ENUM_LABEL_VALUE_VIDEO_GPU_SCREENSHOT,
1647
1655
"Habilitar captura de tela da GPU"
1648
1656
)
1657
+
MSG_HASH(
1658
+
MENU_ENUM_LABEL_VALUE_VIDEO_SCAN_SUBFRAMES,
1659
+
"Simulação do rolamento da linha de varredura"
1660
+
)
1661
+
MSG_HASH(
1662
+
MENU_ENUM_SUBLABEL_VIDEO_SCAN_SUBFRAMES,
1663
+
"Simula o rolamento básico da linha de varredura em múltiplos sub-quadros, dividindo a tela verticalmente e renderizando cada parte conforme a quantidade de sub-quadros existente"
1664
+
)
1665
+
MSG_HASH(
1666
+
MENU_ENUM_LABEL_HELP_VIDEO_SCAN_SUBFRAMES,
1667
+
"Simula o rolamento básico da linha de varredura em múltiplos sub-quadros, dividindo a tela verticalmente e renderizando cada parte conforme a quantidade de sub-quadros existente no canto superior da tela para baixo"
1668
+
)
1649
1669
MSG_HASH(
1650
1670
MENU_ENUM_SUBLABEL_VIDEO_GPU_SCREENSHOT,
1651
1671
"Captura a tela com shader de GPU caso esteja disponível."
"Задержка срабатывания курка, чтобы предоставить время для смещения курсора. Также используется для регистрации правильного количества одновременных нажатий."
0 commit comments