Fetch translations from Crowdin
This commit is contained in:
parent
97f3fca139
commit
a585e05a8a
|
@ -518,6 +518,42 @@ MSG_HASH(
|
|||
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_THREADING_SUPPORT,
|
||||
"Hỗ trợ phân luồng"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COREAUDIO3_SUPPORT,
|
||||
"Hỗ trợ CoreAudio V3"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DSOUND_SUPPORT,
|
||||
"Hỗ trợ DirectSound"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_WASAPI_SUPPORT,
|
||||
"Hỗ trợ WASAPI"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_XAUDIO2_SUPPORT,
|
||||
"Hỗ trợ XAudio2"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ZLIB_SUPPORT,
|
||||
"Hỗ trợ zlib"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_7ZIP_SUPPORT,
|
||||
"Hỗ trợ 7zip"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DYLIB_SUPPORT,
|
||||
"Hỗ trợ thư viện động"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CG_SUPPORT,
|
||||
"Hỗ trợ Cg"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_GLSL_SUPPORT,
|
||||
"Hỗ trợ GLSL"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FFMPEG_SUPPORT,
|
||||
"Hỗ trợ FFmpeg"
|
||||
|
@ -544,6 +580,10 @@ MSG_HASH(
|
|||
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_DESCRIPTION,
|
||||
"Miêu tả"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_COOP,
|
||||
"Hỗ trợ Co-op"
|
||||
)
|
||||
|
||||
/* Main Menu > Configuration File */
|
||||
|
||||
|
@ -612,6 +652,10 @@ MSG_HASH(
|
|||
MENU_ENUM_LABEL_VALUE_DRIVER_SETTINGS,
|
||||
"Trình điều khiển"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_DRIVER_SETTINGS,
|
||||
"Thay đổi ổ đĩa được dùng bởi hệ thống."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_VIDEO_SETTINGS,
|
||||
"Video Driver"
|
||||
|
@ -696,10 +740,22 @@ MSG_HASH(
|
|||
MENU_ENUM_LABEL_VALUE_PLAYLIST_SETTINGS,
|
||||
"Playlists Danh mục"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_USER_SETTINGS,
|
||||
"Người dùng"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_USER_SETTINGS,
|
||||
"Thay đổi cài đặt tài khoản, tên đăng nhập và ngôn ngữ."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_DIRECTORY_SETTINGS,
|
||||
"Thư mục"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_DIRECTORY_SETTINGS,
|
||||
"Thay đổi thư mục mặc định đặt file."
|
||||
)
|
||||
|
||||
/* Settings > Drivers */
|
||||
|
||||
|
@ -850,10 +906,22 @@ MSG_HASH(
|
|||
MENU_ENUM_LABEL_VALUE_AUDIO_MIXER_SETTINGS,
|
||||
"Enable menu audio"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_MENU_SOUNDS,
|
||||
"Menu âm thanh"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_MENU_SOUNDS,
|
||||
"Thay đổi cài đặt menu âm thanh."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_AUDIO_MUTE,
|
||||
"Âm thanh Mute"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_AUDIO_MUTE,
|
||||
"Tắt tiếng."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_AUDIO_MIXER_MUTE,
|
||||
"Audio Mixer Mute"
|
||||
|
|
|
@ -75,11 +75,11 @@
|
|||
#define LANGUAGE_PROGRESS_JAPANESE_APPROVED 0
|
||||
|
||||
/* Korean */
|
||||
#define LANGUAGE_PROGRESS_KOREAN_TRANSLATED 88
|
||||
#define LANGUAGE_PROGRESS_KOREAN_TRANSLATED 91
|
||||
#define LANGUAGE_PROGRESS_KOREAN_APPROVED 0
|
||||
|
||||
/* Maltese */
|
||||
#define LANGUAGE_PROGRESS_MALTESE_TRANSLATED 0
|
||||
#define LANGUAGE_PROGRESS_MALTESE_TRANSLATED 1
|
||||
#define LANGUAGE_PROGRESS_MALTESE_APPROVED 0
|
||||
|
||||
/* Dutch */
|
||||
|
@ -107,7 +107,7 @@
|
|||
#define LANGUAGE_PROGRESS_ROMANIAN_APPROVED 0
|
||||
|
||||
/* Russian */
|
||||
#define LANGUAGE_PROGRESS_RUSSIAN_TRANSLATED 89
|
||||
#define LANGUAGE_PROGRESS_RUSSIAN_TRANSLATED 95
|
||||
#define LANGUAGE_PROGRESS_RUSSIAN_APPROVED 18
|
||||
|
||||
/* Sinhala */
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"mgba-desc": "[img]{STEAM_APP_IMAGE}/extras/mgba.png[/img]\r\n\r\nmGBA is a fast, accurate emulator for one of the most popular and well-loved handheld consoles, and it has compatibility with huge library of beloved 8- and 16-bit style games. On top of the commitment to speed and faithful reproduction, mGBA also has a ton of great enhancement features, including support for custom palettes for games that were originally grayscale and displaying borders for games that include them.\r\n\r\nThis DLC allows mGBA to run through RetroArch, which adds all of its enhancements and features, including real-time rewind, extensive post-processing shaders and low-latency input to provide a modern gaming experience even with classic titles.",
|
||||
"pcsx-rearmed-desc": "[img]{STEAM_APP_IMAGE}/extras/PCSX.png[/img]\r\n\r\nPCSX ReARMed is part of a long line of emulators that includes PCSX-Reloaded, PCSX-df and, of course, the original PCSX. This particular fork was originally heavily optimized for devices with ARM CPUs, hence the name, but we've added back in quite a few things to make it work well on typical PC hardware, as well.\r\n\r\nAs a libretro core, this DLC requires the RetroArch interface, where it can be loaded as a core to run games and software that are compatible with the PCSX ReARMed emulator. This core requires a BIOS image (not included) for each region of the software to be placed in RetroArch's \"system\" directory in order to function properly.",
|
||||
"sameboy-desc": "[img]{STEAM_APP_IMAGE}/extras/SAMEBOY_(Phone).png[/img]\r\nSameBoy is a highly accurate emulator known for successfully running a few games that cause other emulators to stumble. In addition to this high accuracy, SameBoy also sports some nice features like the ability to pick which device model to emulate regardless of what model the game is designed for, user-selectable colorization palettes, built-in HLE BIOS and the ability to load borders on the games that support them.",
|
||||
"stella-desc": "[img]{STEAM_APP_IMAGE}/extras/stealla.png[/img]\r\n\r\nStella is a free, open-source emulator for one of the most popular and influential home video game consoles of the 1970s and '80s. This emulator was originally developed for use on the GNU/Linux operating system but has, over time, been ported to many different platforms, including libretro, which allows it to play through the RetroArch gaming and multimedia system.\r\n\r\n[img]{STEAM_APP_IMAGE}/extras/2600.png[/img]\r\n\r\nOver the past couple of years, the Stella development team has made great strides in mimicking the many quirks of Stella's target console, making it compatible with many difficult-to-emulate games, homebrew software and demos.\r\n\r\nThrough RetroArch, you can bring a modern touch to this classic emulator, with support for real-time rewind and RetroAchievements, as well as RetroArch's best-in-class shaders for CRT display emulation and more.",
|
||||
"requirements": "CPU: Intel Pentium 4 and up (CPU with SSE2 instructions required) \nCPU-recommended:Intel Core series or AMD equivalent \nGraphics: Any compliant OpenGL 2.x or Direct3D11 GPU. For shaders to work properly, should support at least Shader Model 2.0. \nGraphics-recommended: Intel: At least Intel HD 4K required for OpenGL, any compliant D3D11 GPU for Direct3D 11. Should support at least Shader Model 3.0 and/or 4.0. \nAdditional notes: For OpenGL: Intel HD 2K/3K GPUs on Windows 10 will have to fall back to an OpenGL 1.1 driver.",
|
||||
"legal-limits": "RetroArch is free/open source software, available under the GNU GPL 3.0 license. \nIt does not contain any copyrighted material by third parties. RetroArch does not condone piracy in any way, shape or form."
|
||||
"stella-desc": "[img]{STEAM_APP_IMAGE}/extras/stealla.png[/img]\n\nStella huwa emulatur b'xejn u b'sors miftuħ għall-waħda mill-aktar consoles poplari tas-snin sebgħin u tmenin. Oriġinarjament, dan l-emulatur kien maħsub għal sistemi operattivi GNU/Linux iżda maż-żmien kien estiż għal pjattaformi oħra inkluż libretro li għandu l-kapaċita' li jaħdem bis-sistema tal-logħob RetroArch.\n\n[img]{STEAM_APP_IMAGE}/extras/2600.png[/img]\n\n",
|
||||
"requirements": "CPU: Intel Pentium 4 u l-fuq (hemm bżonn istruzzjonijiet għal CPU b'SSE2) \nCPU-irrakkomandat:serje Intel Core jew l-ekwivalemnti bħala AMD \nGrafika: Kwalunkwe li jaqbllu ma' OpenGL 2.x jew Direct3D11 GPU. Biex ix-shaders jaħdmu sew, mill-inqas jaf ikun hemm il-bżonn Shader Model 2.0. \nGrafika-irrakkomandata: Intel: Mill-inqas Intel HD 4K għall-OpenGL, li jaqbel ma' D3D11 GPU ghal Direct3D 11. Mill-inqas għandu jissapportja Shader Model 3.0 u/jew 4.0. \nNoti addizzjonali: Għall-OpenGL: GPUs għal Intel HD 2k/3K fuq Windows 10 għandu jkollhom il-faċilita' li jużaw ukoll driver għal OpenGL 1.1.",
|
||||
"legal-limits": "RetroArch huwa programm b'sors miftuħ u disponibbli skond il-liċenzja GNU GPL 3.0.\nHu ma fihx materjal meqjus bħala bid-dritt tal-awtur minn terzi persuni. RetroArch ma jittollerax piraterija bl-ebda mod u manjiera possibbli."
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue