Commit Graph

56 Commits

Author SHA1 Message Date
Ftps d880f0d19f fix genlocale 2023-08-29 20:34:14 +09:00
Ftps ea1047ec8e fix genlocale 2023-08-29 15:41:19 +09:00
Ftps cffdce2097 fix locale_diff.py 2023-08-28 23:58:20 +09:00
Ftps 6e14c7b5f5 rewrite oneclick_train 2023-08-28 23:56:39 +09:00
Ftps 740625fd2b fix i18n 2023-08-28 21:58:36 +09:00
Ftps 58e32b6def format 2023-08-28 16:08:31 +09:00
Ftps b831d67bbf Merge remote-tracking branch 'upstream/main' into clean 2023-08-27 13:26:10 +09:00
Ftps 0cf6f96e17 Merge remote-tracking branch 'upstream/main' into clean 2023-08-27 12:43:37 +09:00
Ftps b562b12cb9 replace i18n 2023-08-19 19:10:31 +09:00
源文雨 76c18b547c optimize: move i18n to lib 2023-07-24 14:19:53 +08:00
github-actions[bot] 6f5697c146
🎨 同步 locale (#828)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-23 01:57:31 +08:00
Naozumi 8c23c3c9e5
Add device reload button (#778) 2023-07-23 01:24:51 +08:00
github-actions[bot] 5b9d9b045a
🎨 同步 locale (#743)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-13 14:40:46 +08:00
github-actions[bot] c3d6057a22
🎨 同步 locale (#699)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-07-08 19:46:30 +08:00
Valerio Montieri fb785df015
Added italian translation json (#676) 2023-07-08 19:44:16 +08:00
Devyatyi9 c5976ff563
added ru support ru-RU.json (#661)
* added ru support ru-RU.json

Russian translation by redoverflow

* updated description for extract
2023-07-06 17:56:01 +00:00
github-actions[bot] d97767494c
Changes by create-pull-request action (#655)
* 🎨 同步 locale

* Update tr_TR.json

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-06-30 16:20:19 +00:00
Ozan Ayrıkan dbba35cdd0
added tr support (#653) 2023-06-30 02:34:50 +00:00
源文雨 5e09a55e5f 优化代码结构 2023-06-24 15:26:14 +08:00
github-actions[bot] eeea7cc3ff
🎨 同步 locale (#613)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-06-23 22:01:55 +08:00
kalomaze 195a14e5c5
Add new defaults for infer-web.py & adjust english translation (#584)
* Adjust defaults of index and volume scale

* Adjust eng translation for index and volume envelope
2023-06-20 15:17:32 +08:00
Ftps 413c0d285d
Correction of Japanese nuances (#577)
* Correction of Japanese nuances

* Add new line
2023-06-20 10:10:25 +08:00
LINKANG ZHAN ace949b174
Complete i18n Document (#576) 2023-06-19 12:11:30 +00:00
RVC-Boss bc5df2ff8e
Add files via upload 2023-06-18 20:05:43 +08:00
Ma5onic a02019e428
English Translation Fixes (#402)
* Fix English Translations

* Minor translation correction
2023-06-01 10:11:38 +08:00
github-actions[bot] 86b086e393
🎨 同步 locale (#367)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-29 12:09:26 +08:00
RVC-Boss 95a14b734d
Add files via upload 2023-05-29 00:23:09 +08:00
RVC-Boss d0249262b3
Add files via upload 2023-05-28 23:51:03 +08:00
pcunwa c3de24f2e0
Corrected Japanese translation. (#319)
* Update ja_JP.json

Incorrect or incomplete translations have been corrected.

* Update ja_JP.json

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-05-21 11:06:11 +00:00
tzshao 50a121fc74
Update of en_US.json and faq_en.md. Proposal for i18n standard. (#318)
* Update en_US.json

1. Severe mistake fixed: certain translation is previously incomplete.

* Update faq_en.md

1. Modified 1 entry for context consistency with lately merged en_US translation

* Update en_US.json

1. Attached colons to all Input Prompts as proposed.
2. Minor changes to translation expressions.

* Update en_US.json

1. Removed trailing periods on button texts
2023-05-20 20:14:23 +08:00
Rilm2525 3f17356c11
Japanese translation added and corrected. (#317)
* Update infer-web.py

* Update ja_JP.json
2023-05-20 10:46:39 +00:00
tzshao 563bf7af6d
Update of en_US.json, Proposal for i18n standard. (#314)
* Update en_US.json

### Description:
A rough modification of en-US i18n file.

### Changes:
+ Many translation phrases have been replaced with rather native expressions.
+ Majority of translation phrases have been re-formatted for more efficient reading.

### Problems:
+ There's no standard for i18n. E.g, and my proposal:
	+ All Input Prompts ends with colon(":").
	+ All progress indication(e.g. "step1:processing data","step2a: ...") stays lowercase, may add CSI SGR escape sequences for highlighting.
	+ List of Selections and their descriptions be written in key-value pairs.
+ No more plain-translations.

* Update en_US.json

1.Strings that refer to specific paths/locations have been quoted with '' pairs.
2.1 Typo fixed.

* Update en_US.json

1.Minor re-format.
2023-05-20 10:46:18 +00:00
kalomaze 563c64ded9
Small english translation tweaks (#308)
* Update en_US.json

* Update en_US.json
2023-05-19 11:32:50 +08:00
R0w9h 8a9909bdd1
Update ja_JP.json (#293) 2023-05-16 10:24:45 +08:00
RVC-Boss 9d949118c0
Update en_US.json 2023-05-15 15:21:58 +00:00
github-actions[bot] 137447bdc9
🎨 同步 locale (#283)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-14 08:30:20 +00:00
RVC-Boss f4c2a63a5e
Add files via upload 2023-05-14 16:26:33 +08:00
github-actions[bot] e06994f473
🎨 同步 locale (#281)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-14 08:00:48 +00:00
RVC-Boss 0d2212c8ea
Add files via upload 2023-05-13 03:47:56 +08:00
github-actions[bot] 2f8179fa32
🎨 同步 locale (#266)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-10 23:36:36 +08:00
github-actions[bot] b5b9af0255
🎨 同步 locale (#239)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-05-07 13:30:57 +08:00
R0w9h e76654e634
Update ja_JP.json (#238) 2023-05-06 10:45:39 +09:00
github-actions[bot] 4cb010bac6
🎨 同步 locale (#196)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-28 20:46:39 +08:00
bycloud bbe333552f
added some more zh to en_US translation (#194)
* Add files via upload

* updated i18n() translation for en_US

expanded the dict for other languages

* added more i18n()

---------

Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com>
2023-04-28 20:44:46 +08:00
github-actions[bot] 964a85fe15
🎨 同步 locale (#163)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-25 10:53:56 +08:00
Styl 96b6d28718
Web UI to Spanish (#162) 2023-04-25 02:51:20 +00:00
Ftps 52661df363
fix json (#143) 2023-04-24 20:43:45 +08:00
源文雨 376bd31c19
i18n: 优化英文翻译 by @Estil1 (#141)
* fix: i18n rename 不全

* Language 100% fixed 

I can create a Spanish version too

* 🎨 同步 locale

* Update en_US.json

---------

Co-authored-by: Styl <87322309+Estil1@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-04-24 20:31:46 +08:00
Ναρουσέ·μ·γιουμεμί·Χινακάννα 9bac0ffaa7
Onnx导出拓展以及WebUI支持 (#140)
* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload
2023-04-24 19:55:05 +08:00
RVC-Boss bb535a4f71
Update en_US.json 2023-04-22 12:24:12 +00:00