Fix some untranslatable / missing strings

This commit is contained in:
Henrik Rydgård
2023-08-31 23:28:29 +02:00
parent e16a668e4e
commit 3fa9240e76
45 changed files with 99 additions and 96 deletions
+3 -3
View File
@@ -613,16 +613,16 @@ void SystemInfoScreen::CreateTabs() {
CollapsibleSection *displayInfo = deviceSpecs->Add(new CollapsibleSection(si->T("Display Information")));
#if PPSSPP_PLATFORM(ANDROID) || PPSSPP_PLATFORM(UWP)
displayInfo->Add(new InfoItem(si->T("Native Resolution"), StringFromFormat("%dx%d",
displayInfo->Add(new InfoItem(si->T("Native resolution"), StringFromFormat("%dx%d",
System_GetPropertyInt(SYSPROP_DISPLAY_XRES),
System_GetPropertyInt(SYSPROP_DISPLAY_YRES))));
#endif
displayInfo->Add(new InfoItem(si->T("UI Resolution"), StringFromFormat("%dx%d (%s: %0.2f)",
displayInfo->Add(new InfoItem(si->T("UI resolution"), StringFromFormat("%dx%d (%s: %0.2f)",
g_display.dp_xres,
g_display.dp_yres,
si->T("DPI"),
g_display.dpi)));
displayInfo->Add(new InfoItem(si->T("Pixel Resolution"), StringFromFormat("%dx%d",
displayInfo->Add(new InfoItem(si->T("Pixel resolution"), StringFromFormat("%dx%d",
g_display.pixel_xres,
g_display.pixel_yres)));
+1 -1
View File
@@ -728,7 +728,7 @@ void GameSettingsScreen::CreateControlsSettings(UI::ViewGroup *controlsSettings)
settingInfo_->Show(co->T("AnalogLimiter Tip", "When the analog limiter button is pressed"), e.v);
return UI::EVENT_CONTINUE;
});
controlsSettings->Add(new PopupSliderChoice(&g_Config.iRapidFireInterval, 1, 10, 5, "Rapid fire interval", screenManager(), "frames"));
controlsSettings->Add(new PopupSliderChoice(&g_Config.iRapidFireInterval, 1, 10, 5, co->T("Rapid fire interval"), screenManager(), "frames"));
#if defined(USING_WIN_UI) || defined(SDL)
controlsSettings->Add(new ItemHeader(co->T("Mouse", "Mouse settings")));
CheckBox *mouseControl = controlsSettings->Add(new CheckBox(&g_Config.bMouseControl, co->T("Use Mouse Control")));
+2 -2
View File
@@ -1173,7 +1173,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1194,7 +1194,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Sprache/Region
Memory Page Size = Seitengröße des Speichers
Native Resolution = Native Auflösung
Native resolution = Native Auflösung
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL Erweiterungen
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 Erweiterungen
@@ -1186,7 +1186,7 @@ System Information = System Information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Hersteller
Vendor (detected) = Hersteller (erkannt)
Version Information = Version Information
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+5 -2
View File
@@ -308,6 +308,7 @@ Copy savestates to memstick root = Copy save states to Memory Stick root
Create frame dump = Create frame dump
Create/Open textures.ini file for current game = Create/Open textures.ini file for current game
Current = Current
Debug overlay = Debug overlay
Dev Tools = Development tools
DevMenu = DevMenu
Disabled JIT functionality = Disabled JIT functionality
@@ -1180,7 +1181,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1189,7 +1190,9 @@ OpenGL Extensions = OpenGL extensions
Optimal frames per buffer = Optimal frames per buffer
Optimal sample rate = Optimal sample rate
OS Information = OS information
Pixel resolution = Pixel resolution
PPSSPP build = PPSSPP build
Present modes = Present modes
Refresh rate = Refresh rate
Release = Release
RW/RX exclusive = RW/RX exclusive
@@ -1201,7 +1204,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1166,7 +1166,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Idioma/Región
Memory Page Size = Tamaño de página de memoria
Native Resolution = Resolución nativa
Native resolution = Resolución nativa
No GPU driver bugs detected = No se han detectado error del controlador GPU
OGL Extensions = Extensiones OGL
OpenGL ES 2.0 Extensions = Extensiones OpenGL 2.0
@@ -1187,7 +1187,7 @@ System Information = Información del sistema
System Name = Nombre
System Version = Versión del sistema
Threads = Cantidad hilos
UI Resolution = Resolución de interfaz
UI resolution = Resolución de interfaz
Vendor = Modelo
Vendor (detected) = Proveedor
Version Information = Información de la versión
+2 -2
View File
@@ -1167,7 +1167,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Idioma/Región
Memory Page Size = Tamaño de página de memoria
Native Resolution = Resolución nativa
Native resolution = Resolución nativa
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = Extensiones OGL
OpenGL ES 2.0 Extensions = Extensiones OpenGL ES 2.0
@@ -1188,7 +1188,7 @@ System Information = Información del sistema
System Name = Nombre
System Version = Versión del sistema
Threads = Cantidad hilos
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detectado)
Version Information = Info de versión
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1156,7 +1156,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Langue/Région
Memory Page Size = Taille de page mémoire
Native Resolution = Définition native
Native resolution = Définition native
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = Extensions OpenGL
OpenGL ES 2.0 Extensions = Extensions OpenGL ES 2.0
@@ -1177,7 +1177,7 @@ System Information = Informations système
System Name = Nom
System Version = Version du système
Threads = Fils d'exécution
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendeur
Vendor (detected) = Vendeur (détecté)
Version Information = Informations de version
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Γλώσσα/Περιοχή
Memory Page Size = Μέγεθος σελίδας μνήμης
Native Resolution = Εγγενής ανάλυση
Native resolution = Εγγενής ανάλυση
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = Επεκτάσεις OGL
OpenGL ES 2.0 Extensions = Επεκτάσεις OpenGL ES 2.0
@@ -1186,7 +1186,7 @@ System Information = Πληροφορίες συστήματος
System Name = Όνομα
System Version = Έκδοση συστήματος
Threads = Νήματα
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Προμηθευτής
Vendor (detected) = Προμηθευτής (βρέθηκε)
Version Information = Πληροφορίες έκδοσης
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Regija
Memory Page Size = Veličina memorijske stranice
Native Resolution = Urođena rezolucija
Native resolution = Urođena rezolucija
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL nastavci
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 nastavci
@@ -1186,7 +1186,7 @@ System Information = Informacije sustava
System Name = Ime sustava
System Version = Verzija sustava
Threads = Konci
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Prodavač
Vendor (detected) = Prodavač (uočen)
Version Information = Informacija verzije
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Nyelv/Régió
Memory Page Size = Memória lapozóméret
Native Resolution = Natív felbontás
Native resolution = Natív felbontás
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL kiterjesztések
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 kiterjesztések
@@ -1186,7 +1186,7 @@ System Information = Rendszerinformáció
System Name = Név
System Version = Rendszer verzió
Threads = Szálak
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Gyártó
Vendor (detected) = Gyártó (észlelt)
Version Information = Verzió információ
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Bahasa/regional
Memory Page Size = Ukuran halaman memori
Native Resolution = Resolusi asli
Native resolution = Resolusi asli
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = Ekstensi OGL
OpenGL ES 2.0 Extensions = Ekstensi OpenGL ES 2.0
@@ -1186,7 +1186,7 @@ System Information = Informasi sistem
System Name = Nama sistem
System Version = Versi sistem
Threads = Inti
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Penyedia
Vendor (detected) = Penyedia (terdeteksi)
Version Information = Informasi versi
+2 -2
View File
@@ -1166,7 +1166,7 @@ Icon cache = Icon cache
JIT available = JIT disponibile
Lang/Region = Lingua/Regione
Memory Page Size = Ampiezza pagina di memoria
Native Resolution = Risoluzione nativa
Native resolution = Risoluzione nativa
No GPU driver bugs detected = Nessun bug per i driver GPU rilevato
OGL Extensions = Estensioni OGL
OpenGL ES 2.0 Extensions = Estensioni OpenGL ES 2.0
@@ -1187,7 +1187,7 @@ System Information = Informazioni Sistema
System Name = Nome
System Version = Versione del sistema
Threads = Processi
UI Resolution = Risoluzione interfaccia
UI resolution = Risoluzione interfaccia
Vendor = Venditore
Vendor (detected) = Venditore (rilevato)
Version Information = Informazioni Versione
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = 言語/地域
Memory Page Size = メモリページサイズ
Native Resolution = ネイティブ解像度
Native resolution = ネイティブ解像度
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL拡張
OpenGL ES 2.0 Extensions = OpenGL ES 2.0拡張
@@ -1186,7 +1186,7 @@ System Information = システム情報
System Name = システム名
System Version = システムバージョン
Threads = スレッド数
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = ベンダ
Vendor (detected) = ベンダ (検出されたもの)
Version Information = バージョン情報
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+3 -3
View File
@@ -1000,7 +1000,7 @@ Korean = 한국어
Games often don't support all languages = 게임이 모든 언어를 지원하지 않는 경우가 많음
Portuguese = 포르투갈어
Russian = 러시아어
Spanish = 스페인어
Spanish = 스페인어
[RemoteISO]
Browse Games = 게임 찾아보기
@@ -1156,7 +1156,7 @@ Icon cache = 아이콘 캐시
JIT available = JIT 사용 가능
Lang/Region = 언어/지역
Memory Page Size = 메모리 페이지 크기
Native Resolution = 기본 해상도
Native resolution = 기본 해상도
No GPU driver bugs detected = GPU 드라이버 버그가 감지되지 않았음
OGL Extensions = OGL 확장
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 확장
@@ -1177,7 +1177,7 @@ System Information = 시스템 정보
System Name = 이름
System Version = 시스템 버전
Threads = 스레드
UI Resolution = UI 해상도
UI resolution = UI 해상도
Vendor = 공급업체
Vendor (detected) = 공급업체 (탐지됨)
Version Information = 버전 정보
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Taal/regio
Memory Page Size = Grootte geheugenpagina
Native Resolution = Oorspronkelijke resolutie
Native resolution = Oorspronkelijke resolutie
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL-extensies
OpenGL ES 2.0 Extensions = OpenGL ES 2.0-extensies
@@ -1186,7 +1186,7 @@ System Information = Systeeminformatie
System Name = Naam
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Verkoper
Vendor (detected) = Verkoper (gedetecteerd)
Version Information = Versie-informatie
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1169,7 +1169,7 @@ Icon cache = Icon cache
JIT available = JIT dostępne
Lang/Region = Język/Region
Memory Page Size = Rozmiar pamięci stronnicowania
Native Resolution = Natywna rozdzielczość
Native resolution = Natywna rozdzielczość
No GPU driver bugs detected = Nie znaleziono żadnych błędów sterownika GPU
OGL Extensions = Rozszerzenia OGL
OpenGL ES 2.0 Extensions = Rozszerzenia OpenGL ES 2.0
@@ -1190,7 +1190,7 @@ System Information = Informacje o systemie
System Name = Nazwa
System Version = Wersja systemu
Threads = Liczba wątków
UI Resolution = Rozdzielczość interfejsu
UI resolution = Rozdzielczość interfejsu
Vendor = Producent
Vendor (detected) = Producent (wykryty)
Version Information = Informacje o wersji
+7 -7
View File
@@ -608,7 +608,7 @@ Frame Skipping = Pulo dos frames
Frame Skipping Type = Tipo de pulo dos frames
FullScreen = Tela cheia
Geometry shader culling = Abate do shader da geometria
Hack Settings = Configurações dos hacks (pode causar erros gráficos)
Hack Settings = Configurações dos hacks (pode causar erros gráficos)
Hardware Tessellation = Tesselação por hardware
Hardware Transform = Transformação por hardware
hardware transform error - falling back to software = Erro de transformação pelo hardware, retrocedendo pro software.
@@ -973,10 +973,10 @@ tools = Ferramentas grátis usadas:
# Leave extra lines blank. 4 contributors per line seems to look best.
translators1 = Papel, gabrielmop, Efraim Lopes, AkiraJkr
translators2 = Felipe
translators3 =
translators4 =
translators5 =
translators6 =
translators3 =
translators4 =
translators5 =
translators6 =
Twitter @PPSSPP_emu = Twitter @PPSSPP_emu
website = Verifique o site da web:
written = Escrito em C++ pela velocidade e portabilidade
@@ -1181,7 +1181,7 @@ Icon cache = Cache do ícone
JIT available = JIT disponível
Lang/Region = Idioma/Região
Memory Page Size = Tamanho da página de memória
Native Resolution = Resolução nativa
Native resolution = Resolução nativa
No GPU driver bugs detected = Não foram detectado bugs no driver da GPU
OGL Extensions = Extensões do OGL
OpenGL ES 2.0 Extensions = Extensões do OpenGL 2.0 ES
@@ -1202,7 +1202,7 @@ System Information = Informação do sistema
System Name = Nome
System Version = Versão do sistema
Threads = Threads
UI Resolution = Resolução da Interface do Usuário
UI resolution = Resolução da Interface do Usuário
Vendor = Vendedor
Vendor (detected) = Vendedor (detectado)
Version Information = Informação da versão
+2 -2
View File
@@ -1181,7 +1181,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Idioma/Região
Memory Page Size = Tamanho da página de memória
Native Resolution = Resolução Nativa
Native resolution = Resolução Nativa
No GPU driver bugs detected = Não foram detectados erros no driver da GPU
OGL Extensions = Extensões do OGL
OpenGL ES 2.0 Extensions = Extensões do OpenGL 2.0 ES
@@ -1202,7 +1202,7 @@ System Information = Informação do sistema
System Name = Nome do Sistema
System Version = Versão do sistema
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendedor
Vendor (detected) = Vendedor (detectado)
Version Information = Informação da versão
+2 -2
View File
@@ -1166,7 +1166,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1187,7 +1187,7 @@ System Information = System information
System Name = Name
System Version = System version
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Version information
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT доступен
Lang/Region = Язык/регион
Memory Page Size = Размер страницы памяти
Native Resolution = Родное разрешение
Native resolution = Родное разрешение
No GPU driver bugs detected = Ошибок драйвера ГП не обнаружено
OGL Extensions = Расширения OGL
OpenGL ES 2.0 Extensions = Расширения OpenGL ES 2.0
@@ -1186,7 +1186,7 @@ System Information = Информация о системе
System Name = Название
System Version = Версия системы
Threads = Потоки
UI Resolution = Разрешение интерфейса
UI resolution = Разрешение интерфейса
Vendor = Производитель
Vendor (detected) = Производитель (обнаруженный)
Version Information = Информация о версии
+2 -2
View File
@@ -1166,7 +1166,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1187,7 +1187,7 @@ System Information = Systeminformation
System Name = Name
System Version = Systemversion
Threads = Trådar
UI Resolution = UI-upplösning
UI resolution = UI-upplösning
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Versionsinformation
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Lang/Region
Memory Page Size = Memory page size
Native Resolution = Native resolution
Native resolution = Native resolution
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = OGL extensions
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 extensions
@@ -1186,7 +1186,7 @@ System Information = Bersiyon impormasyon
System Name = Pangalan ng sistema
System Version = Sistema bersiyon
Threads = Threads
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Vendor
Vendor (detected) = Vendor (detected)
Version Information = Bersiyon impormasyon
+2 -2
View File
@@ -1176,7 +1176,7 @@ Leaderboard tracker: Hide = การติดตามกระดานแต
Leaderboard tracker: Show = การติดตามกระดานแต้มผู้นำ: แสดง
Leaderboard tracker: Update = การติดตามกระดานแต้มผู้นำ: อัพเดท
Memory Page Size = ขนาดหน้าของหน่วยความจำ
Native Resolution = ความละเอียดดั้งเดิม
Native resolution = ความละเอียดดั้งเดิม
No GPU driver bugs detected = ไม่พบไดรเวอร์บั๊กใน GPU รุ่นนี้
Notification tests = ทดสอบการแจ้งเตือน
OGL Extensions = ส่วนขยายโอจีแอล
@@ -1201,7 +1201,7 @@ System Name = ชื่อระบบ
System Version = เวอร์ชั่นของระบบ
Texture count = จำนวนเท็คเจอร์
Threads = จำนวนเธรด
UI Resolution = ความละเอียดของอินเตอร์เฟซ
UI resolution = ความละเอียดของอินเตอร์เฟซ
Vendor = ชื่อหน่วยประมวลผลกราฟิก
Vendor (detected) = ผู้จัดจำหน่าย (ที่ตรวจพบ)
Version Information = ข้อมูลของเวอร์ชั่น
+2 -2
View File
@@ -1166,7 +1166,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Dil/Bölge
Memory Page Size = Bellek sayfa boyutu
Native Resolution = Yerel çözünürlük
Native resolution = Yerel çözünürlük
No GPU driver bugs detected = GPU sürücü hatası algılanmadı
OGL Extensions = OGL eklentileri
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 eklentileri
@@ -1187,7 +1187,7 @@ System Information = Sistem bilgisi
System Name = Ad
System Version = Sistem sürümü
Threads = İzlekler
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Üretici
Vendor (detected) = Üretici (tespit edildi)
Version Information = Sürüm bilgisi
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = Мова/Регіон
Memory Page Size = Розмір сторінки пам'яті
Native Resolution = Рідне розширення
Native resolution = Рідне розширення
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = Розширення OGL
OpenGL ES 2.0 Extensions = Розширення OpenGL ES 2.0
@@ -1186,7 +1186,7 @@ System Information = Інформація про систему
System Name = Назва
System Version = Версія системи
Threads = Потоки
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Виробник
Vendor (detected) = Виробник (знайдений)
Version Information = Інформація про версію
+2 -2
View File
@@ -1165,7 +1165,7 @@ Icon cache = Icon cache
JIT available = JIT available
Lang/Region = ngôn ngữ/Vùng
Memory Page Size = Kích cỡ bộ nhớ
Native Resolution = Độ phân giải gốc
Native resolution = Độ phân giải gốc
No GPU driver bugs detected = No GPU driver bugs detected
OGL Extensions = Tiện ích OGL
OpenGL ES 2.0 Extensions = Tiện ích OpenGL ES 2.0
@@ -1186,7 +1186,7 @@ System Information = Thông tin hệ thống
System Name = Tên
System Version = System version
Threads = Chủ đề
UI Resolution = UI Resolution
UI resolution = UI resolution
Vendor = Nhà cung cấp
Vendor (detected) = Nhà cung cấp (phát hiện)
Version Information = Thông tin phiên bản
+2 -2
View File
@@ -1157,7 +1157,7 @@ Icon cache = Icon cache
JIT available = JIT可用
Lang/Region = 语言/区域
Memory Page Size = 内存页大小
Native Resolution = 原生分辨率
Native resolution = 原生分辨率
OGL Extensions = OGL 扩展
OpenGL ES 2.0 Extensions = OpenGL ES 2.0扩展
OpenGL ES 3.0 Extensions = OpenGL ES 3.0扩展
@@ -1177,7 +1177,7 @@ System Information = 系统信息
System Name = 系统名称
System Version = 系统版本
Threads = 线程数
UI Resolution = UI 分辨率
UI resolution = UI 分辨率
Vendor = 型号
Vendor (detected) = 型号(检测到的)
Version Information = 版本信息
+2 -2
View File
@@ -1156,7 +1156,7 @@ Icon cache = 圖示快取
JIT available = 可用 JIT
Lang/Region = 語言/區域
Memory Page Size = 記憶體分頁大小
Native Resolution = 原生解析度
Native resolution = 原生解析度
No GPU driver bugs detected = 未偵測到 GPU 驅動程式錯誤
OGL Extensions = OGL 擴充
OpenGL ES 2.0 Extensions = OpenGL ES 2.0 擴充
@@ -1177,7 +1177,7 @@ System Information = 系統資訊
System Name = 系統名稱
System Version = 系統版本
Threads = 執行緒
UI Resolution = UI 解析度
UI resolution = UI 解析度
Vendor = 廠商
Vendor (detected) = 廠商 (偵測到)
Version Information = 版本資訊