update translations
This commit is contained in:
parent
415ceb4694
commit
9e86ecb987
26
CREDITS.md
Normal file
26
CREDITS.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# Developers
|
||||||
|
|
||||||
|
If you're on this list and want your link changed let me know.
|
||||||
|
- Textractor mainly made by [Me](https://github.com/Artikash) with the help of
|
||||||
|
- [DoumanAsh](https://github.com/DoumanAsh)
|
||||||
|
- [Niakr1s](https://github.com/Niakr1s)
|
||||||
|
- [tinyAdapter](https://github.com/tinyAdapter)
|
||||||
|
- Spanish translation by [scese250](https://github.com/scese250)
|
||||||
|
- Turkish translation by niisokusu
|
||||||
|
- Simplified Chinese translation by [tinyAdapter](https://github.com/tinyAdapter)
|
||||||
|
- Russian translation by [TokcDK](https://github.com/TokcDK)
|
||||||
|
- Indonesian translation by [Hawxone](https://github.com/Hawxone)
|
||||||
|
- Portuguese translation by [TsumiHokiro](https://github.com/TsumiHokiro)
|
||||||
|
- Thai translation by [azmadoppler](https://github.com/azmadoppler)
|
||||||
|
- Korean translation by O SK
|
||||||
|
- ITHVNR updated by [mireado](https://github.com/mireado), [Eguni](https://github.com/Eguni), and [IJEMIN](https://github.com/IJEMIN)
|
||||||
|
- ITHVNR originally made by [Stomp](http://www.hongfire.com/forum/member/325894-stomp)
|
||||||
|
- VNR engine made by [jichi](https://archive.is/prJwr)
|
||||||
|
- ITH updated by [Andys](https://github.com/AndyScull)
|
||||||
|
- ITH originally made by [kaosu](http://www.hongfire.com/forum/member/562651-kaosu)
|
||||||
|
- Locale Emulator library made by [xupefei](https://github.com/xupefei)
|
||||||
|
- MinHook library made by [TsudaKageyu](https://github.com/TsudaKageyu)
|
||||||
|
|
||||||
|
## Special Thanks
|
||||||
|
|
||||||
|
- Everybody adding issues!
|
28
README.md
28
README.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
![How it looks](screenshot.png)
|
![How it looks](screenshot.png)
|
||||||
|
|
||||||
[Español](README_ES.md) ● [简体中文](README_SC.md) ● [日本語](README_JP.md) ● [Русский](README_RU.md) ● [Bahasa](README_ID.md) ● [Português](README_PT.md) ● [ไทย](README_TH.md)
|
[English](README.md) ● [Español](README_ES.md) ● [简体中文](README_SC.md) ● [日本語](README_JP.md) ● [Русский](README_RU.md) ● [Bahasa](README_ID.md) ● [Português](README_PT.md) ● [ภาษาไทย](README_TH.md) ● [한국어](README_KR.md)
|
||||||
|
|
||||||
**Textractor** (a.k.a. NextHooker) is an open-source x86/x64 video game text hooker for Windows/Wine based off of [ITHVNR](http://www.hongfire.com/forum/showthread.php/438331-ITHVNR-ITH-with-the-VNR-engine).<br>
|
**Textractor** (a.k.a. NextHooker) is an open-source x86/x64 video game text hooker for Windows/Wine based off of [ITHVNR](http://www.hongfire.com/forum/showthread.php/438331-ITHVNR-ITH-with-the-VNR-engine).<br>
|
||||||
Watch the [tutorial video](https://tinyurl.com/textractor-tutorial) for a quick rundown on using it.
|
Watch the [tutorial video](https://tinyurl.com/textractor-tutorial) for a quick rundown on using it.
|
||||||
@ -52,28 +52,4 @@ Additional information about hooks is exchanged via shared memory.<br>
|
|||||||
The text that the host receives through the pipe is then processed a little before being dispatched back to the GUI.<br>
|
The text that the host receives through the pipe is then processed a little before being dispatched back to the GUI.<br>
|
||||||
Finally, the GUI dispatches the text to extensions before displaying it.
|
Finally, the GUI dispatches the text to extensions before displaying it.
|
||||||
|
|
||||||
## Developers
|
## [Developers](CREDITS.md)
|
||||||
|
|
||||||
If you're on this list and want your link changed let me know.
|
|
||||||
- Textractor mainly made by [Me](https://github.com/Artikash) with the help of
|
|
||||||
- [DoumanAsh](https://github.com/DoumanAsh)
|
|
||||||
- [Niakr1s](https://github.com/Niakr1s)
|
|
||||||
- [tinyAdapter](https://github.com/tinyAdapter)
|
|
||||||
- Spanish translation by [scese250](https://github.com/scese250)
|
|
||||||
- Turkish translation by niisokusu
|
|
||||||
- Simplified Chinese translation by [tinyAdapter](https://github.com/tinyAdapter)
|
|
||||||
- Russian translation by [TokcDK](https://github.com/TokcDK)
|
|
||||||
- Indonesian translation by [Hawxone](https://github.com/Hawxone)
|
|
||||||
- Portuguese translation by [TsumiHokiro](https://github.com/TsumiHokiro)
|
|
||||||
- Thai translation by [azmadoppler](https://github.com/azmadoppler)
|
|
||||||
- ITHVNR updated by [mireado](https://github.com/mireado), [Eguni](https://github.com/Eguni), and [IJEMIN](https://github.com/IJEMIN)
|
|
||||||
- ITHVNR originally made by [Stomp](http://www.hongfire.com/forum/member/325894-stomp)
|
|
||||||
- VNR engine made by [jichi](https://archive.is/prJwr)
|
|
||||||
- ITH updated by [Andys](https://github.com/AndyScull)
|
|
||||||
- ITH originally made by [kaosu](http://www.hongfire.com/forum/member/562651-kaosu)
|
|
||||||
- Locale Emulator library made by [xupefei](https://github.com/xupefei)
|
|
||||||
- MinHook library made by [TsudaKageyu](https://github.com/TsudaKageyu)
|
|
||||||
|
|
||||||
## Special Thanks
|
|
||||||
|
|
||||||
- Everybody adding issues!
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Textractor
|
# Textractor
|
||||||
|
|
||||||
|
[English](README.md) ● [Español](README_ES.md) ● [简体中文](README_SC.md) ● [日本語](README_JP.md) ● [Русский](README_RU.md) ● [Bahasa](README_ID.md) ● [Português](README_PT.md) ● [ภาษาไทย](README_TH.md) ● [한국어](README_KR.md)
|
||||||
|
|
||||||
## [Video tutorial](https://tinyurl.com/textractor-tutorial)
|
## [Video tutorial](https://tinyurl.com/textractor-tutorial)
|
||||||
|
|
||||||
## Descripción general
|
## Descripción general
|
||||||
|
25
README_ID.md
25
README_ID.md
@ -2,10 +2,7 @@
|
|||||||
|
|
||||||
![How it looks](screenshot.png)
|
![How it looks](screenshot.png)
|
||||||
|
|
||||||
[Español](https://github.com/Artikash/Textractor/blob/master/README_ES.md) ● [简体中文](https://github.com/Artikash/Textractor/blob/master/README_SC.md) ●
|
[English](README.md) ● [Español](README_ES.md) ● [简体中文](README_SC.md) ● [日本語](README_JP.md) ● [Русский](README_RU.md) ● [Bahasa](README_ID.md) ● [Português](README_PT.md) ● [ภาษาไทย](README_TH.md) ● [한국어](README_KR.md)
|
||||||
[日本語](https://github.com/Artikash/Textractor/blob/master/README_JP.md) ● [Русский](https://github.com/Artikash/Textractor/blob/master/README_RU.md) ●
|
|
||||||
[Bahasa](https://github.com/Artikash/Textractor/blob/master/README_ID.md)
|
|
||||||
|
|
||||||
|
|
||||||
**Textractor** (a.k.a NextHooker) adalah text hooker video game untuk Windows/Wine x86/x64 berbasis open-source yang didasari oleh [ITHVNR](http://www.hongfire.com/forum/showthread.php/438331-ITHVNR-ITH-with-the-VNR-engine).<br>
|
**Textractor** (a.k.a NextHooker) adalah text hooker video game untuk Windows/Wine x86/x64 berbasis open-source yang didasari oleh [ITHVNR](http://www.hongfire.com/forum/showthread.php/438331-ITHVNR-ITH-with-the-VNR-engine).<br>
|
||||||
Lihat [video tutorial](https://tinyurl.com/textractor-tutorial) untuk mengetahui bagaimana cara menggunakannya.
|
Lihat [video tutorial](https://tinyurl.com/textractor-tutorial) untuk mengetahui bagaimana cara menggunakannya.
|
||||||
@ -59,22 +56,4 @@ Informasi tambahan tentang hook dipindahkan melewati shared memory.<br>
|
|||||||
Text yang diterima host melewati pipe lalu diproses lagi sebelum dikembalikan ke GUI.<br>
|
Text yang diterima host melewati pipe lalu diproses lagi sebelum dikembalikan ke GUI.<br>
|
||||||
Dan pada akhirnya, GUI melepas text ke ekstensi sebelum menampilkan teks.
|
Dan pada akhirnya, GUI melepas text ke ekstensi sebelum menampilkan teks.
|
||||||
|
|
||||||
## Pengembang
|
## [Pengembang](CREDITS.md)
|
||||||
|
|
||||||
Jika kamu berada di list ini dan ingin link kamu diganti, beritahu saya.
|
|
||||||
- Textractor dibuat oleh saya [Saya](https://github.com/Artikash) and [DoumanAsh](https://github.com/DoumanAsh)
|
|
||||||
- Terjemahan bahasa Spanyol oleh [scese250](https://github.com/scese250)
|
|
||||||
- Terjemahan bahasa Turki oleh niisokusu
|
|
||||||
- Terjemahan bahasa Mandarin oleh [tinyAdapter](https://github.com/tinyAdapter)
|
|
||||||
- Terjemahan bahasa Rusia oleh [TokcDK](https://github.com/TokcDK)
|
|
||||||
- ITHVNR diperbaharui oleh [mireado](https://github.com/mireado) and [Eguni](https://github.com/Eguni)
|
|
||||||
- ITHVNR dibuat oleh [Stomp](http://www.hongfire.com/forum/member/325894-stomp)
|
|
||||||
- VNR engine dibuat oleh [jichi](https://archive.is/prJwr)
|
|
||||||
- ITH diperbaharui oleh [Andys](https://github.com/AndyScull)
|
|
||||||
- ITH dibuat oleh [kaosu](http://www.hongfire.com/forum/member/562651-kaosu)
|
|
||||||
- Locale Emulator library dibuat oleh [xupefei](https://github.com/xupefei)
|
|
||||||
- MinHook library dibuat oleh [TsudaKageyu](https://github.com/TsudaKageyu)
|
|
||||||
|
|
||||||
## Special Thanks
|
|
||||||
|
|
||||||
- Semua yang berkontribusi pada bagian Issues!
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
# Textractor
|
# Textractor
|
||||||
|
|
||||||
|
[English](README.md) ● [Español](README_ES.md) ● [简体中文](README_SC.md) ● [日本語](README_JP.md) ● [Русский](README_RU.md) ● [Bahasa](README_ID.md) ● [Português](README_PT.md) ● [ภาษาไทย](README_TH.md) ● [한국어](README_KR.md)
|
||||||
|
|
||||||
**Textractor** はビジュアルノベル文字抽出プログラム。
|
**Textractor** はビジュアルノベル文字抽出プログラム。
|
||||||
|
|
||||||
![How it looks](screenshot.png)
|
![How it looks](screenshot.png)
|
||||||
|
28
README_KR.md
28
README_KR.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
![How it looks](screenshot.png)
|
![How it looks](screenshot.png)
|
||||||
|
|
||||||
[Español](README_ES.md) ● [简体中文](README_SC.md) ● [日本語](README_JP.md) ● [Русский](README_RU.md) ● [Bahasa](README_ID.md) ● [Português](README_PT.md) ● [ไทย](README_TH.md)
|
[English](README.md) ● [Español](README_ES.md) ● [简体中文](README_SC.md) ● [日本語](README_JP.md) ● [Русский](README_RU.md) ● [Bahasa](README_ID.md) ● [Português](README_PT.md) ● [ภาษาไทย](README_TH.md) ● [한국어](README_KR.md)
|
||||||
|
|
||||||
**Textractor** (a.k.a. NextHooker)는 Windows/Wine에서 작동하는 [ITHVNR](http://www.hongfire.com/forum/showthread.php/438331-ITHVNR-ITH-with-the-VNR-engine)을 기반으로 한 오픈소스 x86/x64 비디오게임 텍스트 후커 입니다.<br>
|
**Textractor** (a.k.a. NextHooker)는 Windows/Wine에서 작동하는 [ITHVNR](http://www.hongfire.com/forum/showthread.php/438331-ITHVNR-ITH-with-the-VNR-engine)을 기반으로 한 오픈소스 x86/x64 비디오게임 텍스트 후커 입니다.<br>
|
||||||
빠른 사용법의 이해를 위해 [tutorial video](https://tinyurl.com/textractor-tutorial) 를 참고하세요.
|
빠른 사용법의 이해를 위해 [tutorial video](https://tinyurl.com/textractor-tutorial) 를 참고하세요.
|
||||||
@ -50,28 +50,4 @@ Additional information about hooks is exchanged via shared memory.<br>
|
|||||||
The text that the host receives through the pipe is then processed a little before being dispatched back to the GUI.<br>
|
The text that the host receives through the pipe is then processed a little before being dispatched back to the GUI.<br>
|
||||||
Finally, the GUI dispatches the text to extensions before displaying it.
|
Finally, the GUI dispatches the text to extensions before displaying it.
|
||||||
|
|
||||||
## 개발자들
|
## [개발자들](CREDITS.md)
|
||||||
|
|
||||||
이하의 리스트에서 링크변경이 필요하다면 연락주시기 바랍니다.
|
|
||||||
- Textractor mainly made by [Me](https://github.com/Artikash) with the help of
|
|
||||||
- [DoumanAsh](https://github.com/DoumanAsh)
|
|
||||||
- [Niakr1s](https://github.com/Niakr1s)
|
|
||||||
- [tinyAdapter](https://github.com/tinyAdapter)
|
|
||||||
- Spanish translation by [scese250](https://github.com/scese250)
|
|
||||||
- Turkish translation by niisokusu
|
|
||||||
- Simplified Chinese translation by [tinyAdapter](https://github.com/tinyAdapter)
|
|
||||||
- Russian translation by [TokcDK](https://github.com/TokcDK)
|
|
||||||
- Indonesian translation by [Hawxone](https://github.com/Hawxone)
|
|
||||||
- Portuguese translation by [TsumiHokiro](https://github.com/TsumiHokiro)
|
|
||||||
- Thai translation by [azmadoppler](https://github.com/azmadoppler)
|
|
||||||
- ITHVNR updated by [mireado](https://github.com/mireado), [Eguni](https://github.com/Eguni), and [IJEMIN](https://github.com/IJEMIN)
|
|
||||||
- ITHVNR originally made by [Stomp](http://www.hongfire.com/forum/member/325894-stomp)
|
|
||||||
- VNR engine made by [jichi](https://archive.is/prJwr)
|
|
||||||
- ITH updated by [Andys](https://github.com/AndyScull)
|
|
||||||
- ITH originally made by [kaosu](http://www.hongfire.com/forum/member/562651-kaosu)
|
|
||||||
- Locale Emulator library made by [xupefei](https://github.com/xupefei)
|
|
||||||
- MinHook library made by [TsudaKageyu](https://github.com/TsudaKageyu)
|
|
||||||
|
|
||||||
## Special Thanks
|
|
||||||
|
|
||||||
- Everybody adding issues!
|
|
||||||
|
27
README_PT.md
27
README_PT.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
![Como se Parece](screenshot.png)
|
![Como se Parece](screenshot.png)
|
||||||
|
|
||||||
[Español](README_ES.md) ● [简体中文](README_SC.md) ● [日本語](README_JP.md) ● [Русский](README_RU.md) ● [Bahasa](README_ID.md) ● [English](README.md)
|
[English](README.md) ● [Español](README_ES.md) ● [简体中文](README_SC.md) ● [日本語](README_JP.md) ● [Русский](README_RU.md) ● [Bahasa](README_ID.md) ● [Português](README_PT.md) ● [ภาษาไทย](README_TH.md) ● [한국어](README_KR.md)
|
||||||
|
|
||||||
**Textractor** (também conhecido como NextHooker) é um extrator de textos de video-games x86/x64 para Windows/Wine baseado no [ITHVNR](http://www.hongfire.com/forum/showthread.php/438331-ITHVNR-ITH-with-the-VNR-engine).<br>
|
**Textractor** (também conhecido como NextHooker) é um extrator de textos de video-games x86/x64 para Windows/Wine baseado no [ITHVNR](http://www.hongfire.com/forum/showthread.php/438331-ITHVNR-ITH-with-the-VNR-engine).<br>
|
||||||
Assista ao [vídeo tutorial](https://tinyurl.com/textractor-tutorial) para uma rápida apresentação de como utilizá-lo.
|
Assista ao [vídeo tutorial](https://tinyurl.com/textractor-tutorial) para uma rápida apresentação de como utilizá-lo.
|
||||||
@ -52,27 +52,4 @@ Informação adicional sobre os hooks é trocada por meio da memória compartilh
|
|||||||
O texto que o host recebe por meio do pipe é então processado um pouco antes de ser despachado devolta para a IGU/GUI.<br>
|
O texto que o host recebe por meio do pipe é então processado um pouco antes de ser despachado devolta para a IGU/GUI.<br>
|
||||||
Finalmente, a IGU/GUI despacha o texto para as extensões antes de mostrá-lo.
|
Finalmente, a IGU/GUI despacha o texto para as extensões antes de mostrá-lo.
|
||||||
|
|
||||||
## Desenvolvedores
|
## [Desenvolvedores](CREDITS.md)
|
||||||
|
|
||||||
Se você está nesta lista e gostaria do link mudado, deixe-me saber.
|
|
||||||
- Textractor feito principalmente por [Mim](https://github.com/Artikash) com a ajuda de
|
|
||||||
- [DoumanAsh](https://github.com/DoumanAsh)
|
|
||||||
- [Niakr1s](https://github.com/Niakr1s)
|
|
||||||
- [tinyAdapter](https://github.com/tinyAdapter)
|
|
||||||
- Tradução para o Espanhol por [scese250](https://github.com/scese250)
|
|
||||||
- Tradução para o Turco por niisokusu
|
|
||||||
- Tradução para o Chinês Simplificado (Mandarin) por [tinyAdapter](https://github.com/tinyAdapter)
|
|
||||||
- Tradução para o Russo por [TokcDK](https://github.com/TokcDK)
|
|
||||||
- Tradução para o Indonésio por [Hawxone](https://github.com/Hawxone)
|
|
||||||
- Tradução para o Português por [TsumiHokiro](https://github.com/TsumiHokiro)
|
|
||||||
- ITHVNR atualizado por [mireado](https://github.com/mireado), [Eguni](https://github.com/Eguni), e [IJEMIN](https://github.com/IJEMIN)
|
|
||||||
- ITHVNR originalmente criado por [Stomp](http://www.hongfire.com/forum/member/325894-stomp)
|
|
||||||
- VNR engine criado por [jichi](https://archive.is/prJwr)
|
|
||||||
- ITH atualizado por [Andys](https://github.com/AndyScull)
|
|
||||||
- ITH originalmente criado por [kaosu](http://www.hongfire.com/forum/member/562651-kaosu)
|
|
||||||
- Locale Emulator library criado por [xupefei](https://github.com/xupefei)
|
|
||||||
- MinHook library criado por [TsudaKageyu](https://github.com/TsudaKageyu)
|
|
||||||
|
|
||||||
## Agradecimentos Especiais
|
|
||||||
|
|
||||||
- Todos que proporam Tarefas!
|
|
||||||
|
25
README_RU.md
25
README_RU.md
@ -2,10 +2,7 @@
|
|||||||
|
|
||||||
![Как это выглядит](screenshot.png)
|
![Как это выглядит](screenshot.png)
|
||||||
|
|
||||||
[English/Original](https://github.com/Artikash/Textractor/blob/master/README.md) ● [Español](https://github.com/Artikash/Textractor/blob/master/README_ES.md) ● [简体中文](https://github.com/Artikash/Textractor/blob/master/README_SC.md) ●
|
[English](README.md) ● [Español](README_ES.md) ● [简体中文](README_SC.md) ● [日本語](README_JP.md) ● [Русский](README_RU.md) ● [Bahasa](README_ID.md) ● [Português](README_PT.md) ● [ภาษาไทย](README_TH.md) ● [한국어](README_KR.md)
|
||||||
[日本語](https://github.com/Artikash/Textractor/blob/master/README_JP.md)
|
|
||||||
●
|
|
||||||
[Bahasa](https://github.com/Artikash/Textractor/blob/master/README_ID.md)
|
|
||||||
|
|
||||||
**Textractor** (a.k.a. NextHooker) это проект x86/x64 Windows/Wine программы для захвата текста из видеоигр, основанный на [ITHVNR](http://www.hongfire.com/forum/showthread.php/438331-ITHVNR-ITH-with-the-VNR-engine).<br>
|
**Textractor** (a.k.a. NextHooker) это проект x86/x64 Windows/Wine программы для захвата текста из видеоигр, основанный на [ITHVNR](http://www.hongfire.com/forum/showthread.php/438331-ITHVNR-ITH-with-the-VNR-engine).<br>
|
||||||
Смотреть [обучающее видео](https://tinyurl.com/textractor-tutorial) для быстрого ознакомления.
|
Смотреть [обучающее видео](https://tinyurl.com/textractor-tutorial) для быстрого ознакомления.
|
||||||
@ -55,22 +52,4 @@ texthook ждет присоединения канала, тогда внедр
|
|||||||
Текст, который получает хост через канал, Текст, который хост получает через канал, затем немного обрабатывается перед отправкой обратно в графический интерфейс (GUI).<br>
|
Текст, который получает хост через канал, Текст, который хост получает через канал, затем немного обрабатывается перед отправкой обратно в графический интерфейс (GUI).<br>
|
||||||
Наконец, GUI откправляет текст расширениям, перед его отображением.
|
Наконец, GUI откправляет текст расширениям, перед его отображением.
|
||||||
|
|
||||||
## Разработчики
|
## [Разработчики](CREDITS.md)
|
||||||
|
|
||||||
Если вы в этом списке и хотите, чтобы ваша ссылка была изменена, сообщите об этом.
|
|
||||||
- Авторы Textractor: [Artikash](https://github.com/Artikash) и [DoumanAsh](https://github.com/DoumanAsh)
|
|
||||||
- Испанская локализация: [scese250](https://github.com/scese250)
|
|
||||||
- Турецкая локализация: niisokusu
|
|
||||||
- Китайская локализация: [tinyAdapter](https://github.com/tinyAdapter)
|
|
||||||
- Русская локализация: [TokcDK](https://github.com/TokcDK)
|
|
||||||
- Обновление ITHVNR: [mireado](https://github.com/mireado) and [Eguni](https://github.com/Eguni)
|
|
||||||
- Автор ITHVNR: [Stomp](http://www.hongfire.com/forum/member/325894-stomp)
|
|
||||||
- Автор движка VNR: [jichi](https://archive.is/prJwr)
|
|
||||||
- Обновление ITH: [Andys](https://github.com/AndyScull)
|
|
||||||
- Автор ITH: [kaosu](http://www.hongfire.com/forum/member/562651-kaosu)
|
|
||||||
- Автор библиотеки Locale Emulator: [xupefei](https://github.com/xupefei)
|
|
||||||
- Автор библиотеки MinHook: [TsudaKageyu](https://github.com/TsudaKageyu)
|
|
||||||
|
|
||||||
## Особая благодарность
|
|
||||||
|
|
||||||
- Всем, кто пишет о проблемах и предложения в секции Issues!
|
|
||||||
|
22
README_SC.md
22
README_SC.md
@ -1,5 +1,7 @@
|
|||||||
# Textractor
|
# Textractor
|
||||||
|
|
||||||
|
[English](README.md) ● [Español](README_ES.md) ● [简体中文](README_SC.md) ● [日本語](README_JP.md) ● [Русский](README_RU.md) ● [Bahasa](README_ID.md) ● [Português](README_PT.md) ● [ภาษาไทย](README_TH.md) ● [한국어](README_KR.md)
|
||||||
|
|
||||||
## 概述
|
## 概述
|
||||||
|
|
||||||
**Textractor** (曾用名: NextHooker) 是一个基于 [ITHVNR](http://www.hongfire.com/forum/showthread.php/438331-ITHVNR-ITH-with-the-VNR-engine), 为 Windows/Wine 开发的开源 x86/x64 文本提取器.<br>
|
**Textractor** (曾用名: NextHooker) 是一个基于 [ITHVNR](http://www.hongfire.com/forum/showthread.php/438331-ITHVNR-ITH-with-the-VNR-engine), 为 Windows/Wine 开发的开源 x86/x64 文本提取器.<br>
|
||||||
@ -44,22 +46,4 @@ texthook 等待管道连接, 之后向一些文本输出函数 (如 TextOut, Get
|
|||||||
之后, 宿主通过管道接收到的文本在传回 GUI 前被简单处理.<br>
|
之后, 宿主通过管道接收到的文本在传回 GUI 前被简单处理.<br>
|
||||||
最后, GUI 在显示文本前将其分发给扩展.
|
最后, GUI 在显示文本前将其分发给扩展.
|
||||||
|
|
||||||
## 开发者
|
## [开发者](CREDITS.md)
|
||||||
|
|
||||||
如果你在这个列表上,并且想要改变你的链接,请告诉我.
|
|
||||||
|
|
||||||
- 由 [我](https://github.com/Artikash) 和 [DoumanAsh](https://github.com/DoumanAsh) 开发 Textractor
|
|
||||||
- 由 [scese250](https://github.com/scese250) 提供西班牙语翻译
|
|
||||||
- 由 niisokusu 提供土耳其语翻译
|
|
||||||
- 由 [tinyAdapter](https://github.com/tinyAdapter) 提供简体中文翻译
|
|
||||||
- 由 [mireado](https://github.com/mireado) 和 [Eguni](https://github.com/Eguni) 提供 ITHVNR 更新
|
|
||||||
- 由 [Stomp](http://www.hongfire.com/forum/member/325894-stomp) 开发初版 ITHVNR
|
|
||||||
- 由 [jichi](https://archive.is/prJwr) 开发 VNR 引擎
|
|
||||||
- 由 [Andys](https://github.com/AndyScull) 提供 ITH 更新
|
|
||||||
- 由 [kaosu](http://www.hongfire.com/forum/member/562651-kaosu) 开发初版 ITH
|
|
||||||
- 由 [xupefei](https://github.com/xupefei) 开发 Locale Emulator 库
|
|
||||||
- 由 [TsudaKageyu](https://github.com/TsudaKageyu) 开发 MinHook 库
|
|
||||||
|
|
||||||
## 特别感谢
|
|
||||||
|
|
||||||
- 所有添加 issue 的人!
|
|
||||||
|
29
README_TH.md
29
README_TH.md
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
![How it looks](screenshot.png)
|
![How it looks](screenshot.png)
|
||||||
|
|
||||||
[Español](README_ES.md) ● [简体中文](README_SC.md) ● [日本語](README_JP.md) ● [Русский](README_RU.md) ● [Bahasa](README_ID.md) ● [Português](README_PT.md) ● [ภาษาไทย](README_TH.md) ●
|
[English](README.md) ● [Español](README_ES.md) ● [简体中文](README_SC.md) ● [日本語](README_JP.md) ● [Русский](README_RU.md) ● [Bahasa](README_ID.md) ● [Português](README_PT.md) ● [ภาษาไทย](README_TH.md) ● [한국어](README_KR.md)
|
||||||
|
|
||||||
|
|
||||||
**Textractor**
|
**Textractor**
|
||||||
(หรือ NextHooker) คือโปรแกรมโอเพนซอร์ซสำหรับปฏิบัติการที่มีหน้าที่เพื่อเชื่อมกับตัวอักษรกับเกมจากที่มาจากระบบปฏิบัติการ Window/Wine โดยมีแบบดังเดิมมาจาก [ITHVNR](http://www.hongfire.com/forum/showthread.php/438331-ITHVNR-ITH-with-the-VNR-engine).<br>
|
(หรือ NextHooker) คือโปรแกรมโอเพนซอร์ซสำหรับปฏิบัติการที่มีหน้าที่เพื่อเชื่อมกับตัวอักษรกับเกมจากที่มาจากระบบปฏิบัติการ Window/Wine โดยมีแบบดังเดิมมาจาก [ITHVNR](http://www.hongfire.com/forum/showthread.php/438331-ITHVNR-ITH-with-the-VNR-engine).<br>
|
||||||
@ -48,28 +49,4 @@ ITHVNR รุ่นสุดท้ายสามารถดาวน์โห
|
|||||||
ตัวอักษรที่ฐานโปรแกรมรับผ่านท่อจะถูกแปลงเล็กน้อยก่อนที่จะแสดงผ่าน GUI <br>
|
ตัวอักษรที่ฐานโปรแกรมรับผ่านท่อจะถูกแปลงเล็กน้อยก่อนที่จะแสดงผ่าน GUI <br>
|
||||||
สุดท้ายแล้ว GUI จะส่งข้อมูลตัวอักษรไปยังส่วนขยายต่างๆก่อนที่จะแสดงให้เห็นในหน้าจอ
|
สุดท้ายแล้ว GUI จะส่งข้อมูลตัวอักษรไปยังส่วนขยายต่างๆก่อนที่จะแสดงให้เห็นในหน้าจอ
|
||||||
|
|
||||||
## นักพัฒนา
|
## [นักพัฒนา](CREDITS.md)
|
||||||
|
|
||||||
ถ้าหากคุณมีรายชื่ออยู่ด้านล่างและต้องการให้เปลี่ยนสามารถติดต่อเจ้าของได้
|
|
||||||
- Textractor ถูกเขียนขึ้นมาโดย [Me](https://github.com/Artikash) และได้รับความช่วยเหลือของ
|
|
||||||
- [DoumanAsh](https://github.com/DoumanAsh)
|
|
||||||
- [Niakr1s](https://github.com/Niakr1s)
|
|
||||||
- [tinyAdapter](https://github.com/tinyAdapter)
|
|
||||||
- Spanish แปลโดย [scese250](https://github.com/scese250)
|
|
||||||
- Turkish แปลโดย niisokusu
|
|
||||||
- Simplified Chinese แปลโดย [tinyAdapter](https://github.com/tinyAdapter)
|
|
||||||
- Russian แปลโดย [TokcDK](https://github.com/TokcDK)
|
|
||||||
- Indonesian แปลโดย [Hawxone](https://github.com/Hawxone)
|
|
||||||
- Portuguese แปลโดย [TsumiHokiro](https://github.com/TsumiHokiro)
|
|
||||||
- Thai แปลโดย [AzmaDoppler](https://github.com/azmadoppler)
|
|
||||||
- ITHVNR updated by [mireado](https://github.com/mireado), [Eguni](https://github.com/Eguni), and [IJEMIN](https://github.com/IJEMIN)
|
|
||||||
- ITHVNR originally สร้างโดย [Stomp](http://www.hongfire.com/forum/member/325894-stomp)
|
|
||||||
- VNR engine สร้างโดย [jichi](https://archive.is/prJwr)
|
|
||||||
- ITH ถูกอัพเดทโดย [Andys](https://github.com/AndyScull)
|
|
||||||
- ITH ถูกสร้างขึ้นโดย [kaosu](http://www.hongfire.com/forum/member/562651-kaosu)
|
|
||||||
- Locale Emulator library สร้างโดย [xupefei](https://github.com/xupefei)
|
|
||||||
- MinHook library สร้างโดย [TsudaKageyu](https://github.com/TsudaKageyu)
|
|
||||||
|
|
||||||
## สุดท้ายนี้ขอขอบคุณ
|
|
||||||
|
|
||||||
- ทุกคนที่ส่งคำแนะนำ หรือ รายงานปัญหาในหน้า issues!
|
|
||||||
|
@ -15,6 +15,7 @@ foreach ($language in @{
|
|||||||
INDONESIAN="Indonesian";
|
INDONESIAN="Indonesian";
|
||||||
PORTUGUESE="Portuguese";
|
PORTUGUESE="Portuguese";
|
||||||
THAI="Thai";
|
THAI="Thai";
|
||||||
|
KOREAN="Korean";
|
||||||
}.GetEnumerator())
|
}.GetEnumerator())
|
||||||
{
|
{
|
||||||
$folder = "Textractor-$($language.Value)-$version";
|
$folder = "Textractor-$($language.Value)-$version";
|
||||||
|
@ -23,6 +23,7 @@ Name: "sc"; MessagesFile: "compiler:Languages\Unofficial\ChineseSimplified.isl"
|
|||||||
Name: "id"; MessagesFile: "compiler:Languages\Unofficial\Indonesian.isl"
|
Name: "id"; MessagesFile: "compiler:Languages\Unofficial\Indonesian.isl"
|
||||||
Name: "pt"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl"
|
Name: "pt"; MessagesFile: "compiler:Languages\BrazilianPortuguese.isl"
|
||||||
Name: "th"; MessagesFile: "compiler:Languages\Unofficial\Thai.isl"
|
Name: "th"; MessagesFile: "compiler:Languages\Unofficial\Thai.isl"
|
||||||
|
Name: "ko"; MessagesFile: "compiler:Languages\Unofficial\Korean.isl"
|
||||||
|
|
||||||
|
|
||||||
[Files]
|
[Files]
|
||||||
@ -35,3 +36,4 @@ Source: "Builds\Textractor-Simplified-Chinese-{#VERSION}\*"; DestDir: "{app}"; L
|
|||||||
Source: "Builds\Textractor-Indonesian-{#VERSION}\*"; DestDir: "{app}"; Languages: id; Flags: recursesubdirs ignoreversion
|
Source: "Builds\Textractor-Indonesian-{#VERSION}\*"; DestDir: "{app}"; Languages: id; Flags: recursesubdirs ignoreversion
|
||||||
Source: "Builds\Textractor-Portuguese-{#VERSION}\*"; DestDir: "{app}"; Languages: pt; Flags: recursesubdirs ignoreversion
|
Source: "Builds\Textractor-Portuguese-{#VERSION}\*"; DestDir: "{app}"; Languages: pt; Flags: recursesubdirs ignoreversion
|
||||||
Source: "Builds\Textractor-Thai-{#VERSION}\*"; DestDir: "{app}"; Languages: th; Flags: recursesubdirs ignoreversion
|
Source: "Builds\Textractor-Thai-{#VERSION}\*"; DestDir: "{app}"; Languages: th; Flags: recursesubdirs ignoreversion
|
||||||
|
Source: "Builds\Textractor-Korean-{#VERSION}\*"; DestDir: "{app}"; Languages: ko; Flags: recursesubdirs ignoreversion
|
||||||
|
Loading…
Reference in New Issue
Block a user