feat: Add more server side arguments (#1846)

* feat: Add more server side arguments

* nit

* Update locales [skip ci]

---------

Co-authored-by: Oto Ciulis <oto.ciulis@gmail.com>
Co-authored-by: huchenlei <huchenlei@proton.me>
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
oto-ciulis-tt
2024-12-12 11:18:21 -08:00
committed by GitHub
parent 4997d13219
commit 7877c96ffe
6 changed files with 96 additions and 16 deletions

View File

@@ -353,6 +353,7 @@
"Attention": "アテンション",
"CUDA": "CUDA",
"Cache": "キャッシュ",
"Directories": "ディレクトリ",
"General": "一般",
"Inference": "推論",
"Memory": "メモリ",
@@ -427,12 +428,24 @@
"name": "グローバル浮動小数点精度",
"tooltip": "グローバル浮動小数点精度"
},
"input-directory": {
"name": "入力ディレクトリ"
},
"listen": {
"name": "ホストリッスンするIPアドレス"
},
"log-level": {
"name": "ログの冗長性レベル"
},
"max-upload-size": {
"name": "最大アップロードサイズ (MB)"
},
"output-directory": {
"name": "出力ディレクトリ"
},
"port": {
"name": "ポート:リッスンするポート"
},
"preview-method": {
"name": "潜在プレビューに使用されるメソッド"
},