mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Store: Translation string fixes
This commit is contained in:
parent
b4384ce850
commit
f0c8d078de
45 changed files with 58 additions and 58 deletions
|
@ -335,7 +335,7 @@ void ProductView::CreateViews() {
|
|||
if (!entry_.license.empty()) {
|
||||
LinearLayout *horiz = Add(new LinearLayout(ORIENT_HORIZONTAL));
|
||||
horiz->Add(new TextView(StringFromFormat("%s: %s", st->T_cstr("License"), entry_.license.c_str())));
|
||||
horiz->Add(new Button(st->T("Details")))->OnClick.Add([this](UI::EventParams) {
|
||||
horiz->Add(new Button(di->T("More information...")))->OnClick.Add([this](UI::EventParams) {
|
||||
std::string url = StringFromFormat("https://www.ppsspp.org/docs/reference/homebrew-store-distribution/#%s", entry_.file.c_str());
|
||||
System_LaunchUrl(LaunchUrlType::BROWSER_URL, url.c_str());
|
||||
return UI::EVENT_DONE;
|
||||
|
|
|
@ -1180,10 +1180,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = خطأ في الإتصال
|
||||
Details = Details
|
||||
Install = تثبيت
|
||||
Installed = مثبتة بالفعل
|
||||
Launch Game = إبدء اللعبة
|
||||
License = License
|
||||
Loading... = تحميل...
|
||||
MB = ميجا
|
||||
Size = الحجم
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Connection error
|
||||
Details = Details
|
||||
Install = Install
|
||||
Installed = Installed
|
||||
Launch Game = Launch game
|
||||
License = License
|
||||
Loading... = Loading...
|
||||
MB = MB
|
||||
Size = Size
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Грешка при свързването
|
||||
Details = Details
|
||||
Install = Инсталирай
|
||||
Installed = Вече е инсталирано
|
||||
Launch Game = Launch game
|
||||
License = License
|
||||
Loading... = Зареждане...
|
||||
MB = MB
|
||||
Size = Големина
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Error de connexió
|
||||
Details = Details
|
||||
Install = Instal·lar
|
||||
Installed = Ja instal·lat
|
||||
Launch Game = Iniciar joc
|
||||
License = License
|
||||
Loading... = Carregant...
|
||||
MB = MB
|
||||
Size = Mida
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Chyba připojení
|
||||
Details = Details
|
||||
Install = Nainstalovat
|
||||
Installed = Již instalováno
|
||||
Launch Game = Spustit hru
|
||||
License = License
|
||||
Loading... = Načítání...
|
||||
MB = MB
|
||||
Size = Velikost
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Forbindelsesfejl
|
||||
Details = Details
|
||||
Install = Installer
|
||||
Installed = Allerede installeret
|
||||
Launch Game = Start spil
|
||||
License = License
|
||||
Loading... = Henter...
|
||||
MB = MB
|
||||
Size = Størrelse
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Suchbegriff
|
|||
|
||||
[Store]
|
||||
Connection Error = Verbindungsfehler
|
||||
Details = Details
|
||||
Install = Installieren
|
||||
Installed = Bereits installiert
|
||||
Launch Game = Spiel starten
|
||||
License = License
|
||||
Loading... = Lade...
|
||||
MB = MB
|
||||
Size = Größe
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Connection error
|
||||
Details = Details
|
||||
Install = Install
|
||||
Installed = Installed
|
||||
Launch Game = Launch game
|
||||
License = License
|
||||
Loading... = Loading...
|
||||
MB = MB
|
||||
Size = Size
|
||||
|
|
|
@ -1188,10 +1188,10 @@ Untitled PSP game = Untitled PSP game
|
|||
|
||||
[Store]
|
||||
Connection Error = Connection error
|
||||
Details = Details
|
||||
Install = Install
|
||||
Installed = Installed
|
||||
Launch Game = Launch game
|
||||
License = License
|
||||
Loading... = Loading...
|
||||
MB = MB
|
||||
Size = Size
|
||||
|
|
|
@ -1173,15 +1173,15 @@ Search term = Buscar término
|
|||
|
||||
[Store]
|
||||
Connection Error = Error de conexión
|
||||
Details = Details
|
||||
Install = Instalar
|
||||
Installed = Ya instalado
|
||||
Launch Game = Iniciar juego
|
||||
License = Licencia
|
||||
Loading... = Cargando...
|
||||
MB = MB
|
||||
Size = Tamaño
|
||||
Uninstall = Desinstalar
|
||||
Website = Website
|
||||
Website = Sitio web
|
||||
|
||||
[SysInfo]
|
||||
%0.2f Hz = %0.2f Hz
|
||||
|
|
|
@ -37,7 +37,7 @@ Locked achievements = Logros bloqueados
|
|||
Log bad memory accesses = Registrar malos accesos a la memoría
|
||||
Mastered %1 = Completaste %1
|
||||
Notifications = Notificaciones
|
||||
Recently unlocked achievements = Logros recientemente desbloqueados
|
||||
Recently unlocked achievements = Logros recientemente desbloqueados
|
||||
Reconnected to RetroAchievements. = Reconectado a RetroAchievements.
|
||||
Register on www.retroachievements.org = Registrate en www.retroachievements.org
|
||||
RetroAchievements are not available for this game = RetroAchievements no están disponibles para este juego
|
||||
|
@ -99,7 +99,7 @@ Calibrate Analog Stick = Calibrar análogo
|
|||
Calibrate = Calibrar
|
||||
Calibrated = Calibrado
|
||||
Calibration = Calibración
|
||||
Circular deadzone = Circular deadzone o Zona Inactiva circular
|
||||
Circular deadzone = Circular deadzone o Zona Inactiva circular
|
||||
Circular stick input = Entrada del stick circular
|
||||
Classic = Clásico
|
||||
Confine Mouse = Fijar el ratón al área de la ventana/pantalla
|
||||
|
@ -321,7 +321,7 @@ Log Dropped Frame Statistics = Registrar estadísticas de frames caídos
|
|||
Log Level = Nivel de registro
|
||||
Log View = Ver el registro
|
||||
Logging Channels = Canales de registro
|
||||
Multi-threaded rendering = Renderización Multi-threaded
|
||||
Multi-threaded rendering = Renderización Multi-threaded
|
||||
Next = Siguiente
|
||||
No block = No bloquear
|
||||
Off = Off
|
||||
|
@ -716,7 +716,7 @@ Autoconfigure = Autoconfigurar
|
|||
Autoconfigure for device = Autoconfigurar para dispositivo
|
||||
Bind All = Ocultar todo
|
||||
Clear All = Borrar todo
|
||||
Combo mappings are not enabled = Las asignaciones combinadas o combo mappings no están habilitadas
|
||||
Combo mappings are not enabled = Las asignaciones combinadas o combo mappings no están habilitadas
|
||||
Control modifiers = Control modifiers
|
||||
Default All = Restaurar
|
||||
Emulator controls = Emulator controls
|
||||
|
@ -1110,7 +1110,7 @@ Perfect Description = Perfecta emulación para este juego.
|
|||
Plays = Jugable
|
||||
Plays Description = Perfecta jugabilidad pero puede tener glitches.
|
||||
ReportButton = Informar de error
|
||||
Show disc CRC = Mostrar CRC del disco
|
||||
Show disc CRC = Mostrar CRC del disco
|
||||
Speed = Velocidad
|
||||
Submit Feedback = Enviar comentario
|
||||
SuggestionConfig = Ver reportes en la web para una buena configuración.
|
||||
|
@ -1174,15 +1174,15 @@ Search term = Buscar termino
|
|||
|
||||
[Store]
|
||||
Connection Error = Error de conexión
|
||||
Details = Details
|
||||
Install = Instalar
|
||||
Installed = Ya instalado
|
||||
Launch Game = Lanzar juego
|
||||
License = Licencia
|
||||
Loading... = Cargando...
|
||||
MB = MB
|
||||
Size = Tamaño
|
||||
Uninstall = Desinstalar
|
||||
Website = Website
|
||||
Website = Sitio web
|
||||
|
||||
[SysInfo]
|
||||
%0.2f Hz = %0.2f Hz
|
||||
|
@ -1397,7 +1397,7 @@ Default = Por defecto
|
|||
[UI Elements]
|
||||
%1 button = %1 botón
|
||||
%1 checkbox = %1 checkbox
|
||||
%1 choice = %1 elección
|
||||
%1 choice = %1 elección
|
||||
%1 heading = %1 Encabezado o título
|
||||
%1 radio button = %1 radio button
|
||||
%1 text field = %1 campo de texto
|
||||
|
@ -1413,7 +1413,7 @@ New version of PPSSPP available = Nueva versión de PPSSPP disponible
|
|||
|
||||
[VR]
|
||||
% of native FoV = % of native FoV
|
||||
6DoF movement = movimiento 6DoF
|
||||
6DoF movement = movimiento 6DoF
|
||||
Distance to 2D menus and scenes = Distancia a menús y escenas 2D
|
||||
Distance to 3D scenes when VR disabled = Distancia a escenas 3D cuando la realidad virtual está desactivada
|
||||
Enable immersive mode = Enable immersive mode
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = عبارت جستجو
|
|||
|
||||
[Store]
|
||||
Connection Error = خطای اتصال
|
||||
Details = Details
|
||||
Install = نصب
|
||||
Installed = نصب شده
|
||||
Launch Game = اجرای بازی
|
||||
License = License
|
||||
Loading... = بارگیری...
|
||||
MB = MB
|
||||
Size = حجم
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Hakusana
|
|||
|
||||
[Store]
|
||||
Connection Error = Yhteysvirhe
|
||||
Details = Details
|
||||
Install = Asenna
|
||||
Installed = Jo asennettu
|
||||
Launch Game = Käynnistä peli
|
||||
License = License
|
||||
Loading... = Ladataan...
|
||||
MB = Mt
|
||||
Size = Koko
|
||||
|
|
|
@ -1163,10 +1163,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Erreur de connexion
|
||||
Details = Details
|
||||
Install = Installer
|
||||
Installed = Déjà installé
|
||||
Launch Game = Lancer le jeu
|
||||
License = License
|
||||
Loading... = Chargement...
|
||||
MB = Mo
|
||||
Size = Taille
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Erro de conexión
|
||||
Details = Details
|
||||
Install = Instalar
|
||||
Installed = Xa instalado
|
||||
Launch Game = Launch game
|
||||
License = License
|
||||
Loading... = Cargando...
|
||||
MB = MB
|
||||
Size = Tamaño
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Σφάλμα σύνδεσης
|
||||
Details = Details
|
||||
Install = Εγκατάσταση
|
||||
Installed = Ήδη εγκατεστημένο
|
||||
Launch Game = Έναρξη παιχνιδιού
|
||||
License = License
|
||||
Loading... = Φόρτωση...
|
||||
MB = MB
|
||||
Size = Μέγεθος
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Connection error
|
||||
Details = Details
|
||||
Install = Install
|
||||
Installed = Installed
|
||||
Launch Game = Launch game
|
||||
License = License
|
||||
Loading... = Loading...
|
||||
MB = MB
|
||||
Size = Size
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Connection error
|
||||
Details = Details
|
||||
Install = Install
|
||||
Installed = Installed
|
||||
Launch Game = Launch game
|
||||
License = License
|
||||
Loading... = Loading...
|
||||
MB = MB
|
||||
Size = Size
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Pogreška u spajanju
|
||||
Details = Details
|
||||
Install = Instaliraj
|
||||
Installed = Već instalirano
|
||||
Launch Game = Pokreni igru
|
||||
License = License
|
||||
Loading... = Učitavanje...
|
||||
MB = MB
|
||||
Size = Veličina
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Kapcsolódási hiba
|
||||
Details = Details
|
||||
Install = Telepítés
|
||||
Installed = Már telepítve
|
||||
Launch Game = Játék indítása
|
||||
License = License
|
||||
Loading... = Töltés...
|
||||
MB = MB
|
||||
Size = Méret
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Kesalahan pada koneksi
|
||||
Details = Details
|
||||
Install = Pasang
|
||||
Installed = Sudah terpasang
|
||||
Launch Game = Jalankan permainan
|
||||
License = License
|
||||
Loading... = Memuat...
|
||||
MB = MB
|
||||
Size = Ukuran
|
||||
|
|
|
@ -1173,10 +1173,10 @@ Search term = Cerca termine
|
|||
|
||||
[Store]
|
||||
Connection Error = Errore di connessione
|
||||
Details = Details
|
||||
Install = Installa
|
||||
Installed = Già installato
|
||||
Launch Game = Avvia il gioco
|
||||
License = License
|
||||
Loading... = Caricamento...
|
||||
MB = MB
|
||||
Size = Dimensioni
|
||||
|
|
|
@ -1172,15 +1172,15 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = 接続エラー
|
||||
Details = Details
|
||||
Install = インストールする
|
||||
Installed = インストール済み
|
||||
Launch Game = ゲームを起動する
|
||||
License = ソフトウェアライセンス
|
||||
Loading... = ロードしています...
|
||||
MB = MB
|
||||
Size = サイズ
|
||||
Uninstall = アンインストールする
|
||||
Website = Website
|
||||
Website = Webサイト
|
||||
|
||||
[SysInfo]
|
||||
%0.2f Hz = %0.2f Hz
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Galat koneksi
|
||||
Details = Details
|
||||
Install = Nginstal
|
||||
Installed = Mpun terpasang
|
||||
Launch Game = Bukak Dolanan
|
||||
License = License
|
||||
Loading... = Nteni...
|
||||
MB = MB
|
||||
Size = Ukuran
|
||||
|
|
|
@ -1164,10 +1164,10 @@ Untitled PSP game = 제목 없는 PSP 게임
|
|||
|
||||
[Store]
|
||||
Connection Error = 연결 오류
|
||||
Details = Details
|
||||
Install = 설치
|
||||
Installed = 이미 설치됨
|
||||
Launch Game = 게임 실행
|
||||
License = License
|
||||
Loading... = 불러오기 중...
|
||||
MB = 메가바이트
|
||||
Size = 크기
|
||||
|
|
|
@ -1178,10 +1178,10 @@ Untitled PSP game = Untitled PSP game
|
|||
|
||||
[Store]
|
||||
Connection Error = Connection error
|
||||
Details = Details
|
||||
Install = Install
|
||||
Installed = Installed
|
||||
Launch Game = Launch game
|
||||
License = License
|
||||
Loading... = Loading...
|
||||
MB = MB
|
||||
Size = Size
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = ການເຊື່ອມຕໍ່ລົ້ມເຫຼວ
|
||||
Details = Details
|
||||
Install = ຕິດຕັ້ງ
|
||||
Installed = ຕິດຕັ້ງຮຽບຮ້ອຍແລ້ວ
|
||||
Launch Game = ເລີ່ມເກມ
|
||||
License = License
|
||||
Loading... = ກຳລັງໂຫຼດ...
|
||||
MB = MB
|
||||
Size = ຂະໜາດ
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Prisijungimo klaida
|
||||
Details = Details
|
||||
Install = Instaliuoti
|
||||
Installed = Jau instaliuota
|
||||
Launch Game = Paleisti žaidimą
|
||||
License = License
|
||||
Loading... = Kraunama...
|
||||
MB = Megabaitai
|
||||
Size = Dydis
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Kesalahan Sambungan
|
||||
Details = Details
|
||||
Install = Pasang
|
||||
Installed = Telah dipasang sebelumnya
|
||||
Launch Game = Launch game
|
||||
License = License
|
||||
Loading... = Memuatkan...
|
||||
MB = MB
|
||||
Size = Saiz
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Verbindingsfout
|
||||
Details = Details
|
||||
Install = Installeren
|
||||
Installed = Al geïnstalleerd
|
||||
Launch Game = Game starten
|
||||
License = License
|
||||
Loading... = Laden
|
||||
MB = MB
|
||||
Size = Grootte
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Connection error
|
||||
Details = Details
|
||||
Install = Install
|
||||
Installed = Installed
|
||||
Launch Game = Launch game
|
||||
License = License
|
||||
Loading... = Loading...
|
||||
MB = MB
|
||||
Size = Size
|
||||
|
|
|
@ -1177,10 +1177,10 @@ Search term = Wyszukaj frazę
|
|||
|
||||
[Store]
|
||||
Connection Error = Błąd połączenia
|
||||
Details = Details
|
||||
Install = Zainstaluj
|
||||
Installed = Zainstalowane
|
||||
Launch Game = Rozpocznij grę
|
||||
License = License
|
||||
Loading... = Ładowanie...
|
||||
MB = MB
|
||||
Size = Rozmiar
|
||||
|
|
|
@ -1188,10 +1188,10 @@ Untitled PSP game = Jogo de PSP sem título
|
|||
|
||||
[Store]
|
||||
Connection Error = Erro de conexão
|
||||
Details = Details
|
||||
Install = Instalar
|
||||
Installed = Instalada
|
||||
Launch Game = Iniciar jogo
|
||||
License = License
|
||||
Loading... = Carregando...
|
||||
MB = MBs
|
||||
Size = Tamanho
|
||||
|
|
|
@ -1190,10 +1190,10 @@ Untitled PSP game = Jogo de PSP sem título
|
|||
|
||||
[Store]
|
||||
Connection Error = Erro de conexão
|
||||
Details = Details
|
||||
Install = Instalar
|
||||
Installed = Já instalado
|
||||
Launch Game = Iniciar jogo
|
||||
License = License
|
||||
Loading... = Carregando...
|
||||
MB = MBs
|
||||
Size = Tamanho
|
||||
|
|
|
@ -1173,10 +1173,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Eroare de conexiune
|
||||
Details = Details
|
||||
Install = Instalare
|
||||
Installed = Deja instalat
|
||||
Launch Game = Launch game
|
||||
License = License
|
||||
Loading... = Se încarcă...
|
||||
MB = MB
|
||||
Size = Mărime
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Поисковый запрос
|
|||
|
||||
[Store]
|
||||
Connection Error = Ошибка подключения
|
||||
Details = Details
|
||||
Install = Установить
|
||||
Installed = Установлено
|
||||
Launch Game = Запустить игру
|
||||
License = License
|
||||
Loading... = Загрузка...
|
||||
MB = Мб
|
||||
Size = Размер
|
||||
|
|
|
@ -409,7 +409,7 @@ Log in = Logga in
|
|||
Log out = Logga ut
|
||||
Logged in! = Logged in!
|
||||
Logging in... = Logging in...
|
||||
More information... = More information...
|
||||
More information... = Mer information...
|
||||
Move = Flytta
|
||||
Move Down = Flytta ner
|
||||
Move Up = Flytta upp
|
||||
|
@ -1173,10 +1173,10 @@ Search term = Sökterm
|
|||
|
||||
[Store]
|
||||
Connection Error = Uppkopplingsfel
|
||||
Details = Details
|
||||
Install = Installera
|
||||
Installed = Installerad
|
||||
Launch Game = Starta spel
|
||||
License = Licens
|
||||
Loading... = Laddar...
|
||||
MB = MB
|
||||
Size = Storlek
|
||||
|
|
|
@ -1175,10 +1175,10 @@ Search term = Kataga sa paghahanap
|
|||
|
||||
[Store]
|
||||
Connection Error = May error sa Koneksyon.
|
||||
Details = Details
|
||||
Install = I-Install
|
||||
Installed = Na-installed na
|
||||
Launch Game = Buksan ang laro
|
||||
License = License
|
||||
Loading... = Binabasa...
|
||||
MB = MB
|
||||
Size = Sukat
|
||||
|
|
|
@ -1182,10 +1182,10 @@ Search term = คำที่ต้องการค้นหา
|
|||
|
||||
[Store]
|
||||
Connection Error = การเชื่อมต่อล้มเหลว
|
||||
Details = Details
|
||||
Install = ติดตั้ง
|
||||
Installed = ติดตั้งเรียบร้อย
|
||||
Launch Game = เริ่มเกม
|
||||
License = License
|
||||
Loading... = กำลังโหลด...
|
||||
MB = เมกกะไบต์
|
||||
Size = ขนาด
|
||||
|
|
|
@ -1173,10 +1173,10 @@ Search term = Arama terimi
|
|||
|
||||
[Store]
|
||||
Connection Error = Bağlantı hatası
|
||||
Details = Details
|
||||
Install = Yükle
|
||||
Installed = Zaten yüklü
|
||||
Launch Game = Oyunu başlat
|
||||
License = License
|
||||
Loading... = Yükleniyor...
|
||||
MB = MB
|
||||
Size = Boyut
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Помилка підключення
|
||||
Details = Details
|
||||
Install = Встановити
|
||||
Installed = Вже встановлено
|
||||
Launch Game = Запустити гри
|
||||
License = License
|
||||
Loading... = Завантаження...
|
||||
MB = Мб
|
||||
Size = Розмір
|
||||
|
|
|
@ -1172,10 +1172,10 @@ Search term = Search term
|
|||
|
||||
[Store]
|
||||
Connection Error = Lỗi kết nối
|
||||
Details = Details
|
||||
Install = Cài
|
||||
Installed = Đã cài rồi
|
||||
Launch Game = Launch game
|
||||
License = License
|
||||
Loading... = Đang load...
|
||||
MB = MB
|
||||
Size = Kích cỡ
|
||||
|
|
|
@ -1165,15 +1165,15 @@ Untitled PSP game = 无标题的PSP游戏
|
|||
|
||||
[Store]
|
||||
Connection Error = 网络错误
|
||||
Details = Details
|
||||
Install = 安装
|
||||
Installed = 已安装
|
||||
Launch Game = 开始游戏
|
||||
License = License
|
||||
Loading... = 载入中…
|
||||
MB = MB
|
||||
Size = 大小
|
||||
Uninstall = 卸载
|
||||
Website = Website
|
||||
Website = 网站
|
||||
|
||||
[SysInfo]
|
||||
%0.2f Hz = %0.2f Hz
|
||||
|
|
|
@ -1164,15 +1164,15 @@ Untitled PSP game = 未命名 PSP 遊戲
|
|||
|
||||
[Store]
|
||||
Connection Error = 連線錯誤
|
||||
Details = Details
|
||||
Install = 安裝
|
||||
Installed = 已安裝
|
||||
Launch Game = 啟動遊戲
|
||||
License = 軟體許可
|
||||
Loading... = 正在載入…
|
||||
MB = MB
|
||||
Size = 大小
|
||||
Uninstall = 解除安裝
|
||||
Website = Website
|
||||
Website = 網站
|
||||
|
||||
[SysInfo]
|
||||
%0.2f Hz = %0.2f Hz
|
||||
|
|
Loading…
Add table
Reference in a new issue