chore: add check locales keys

This commit is contained in:
jialin
2025-03-28 19:15:57 +08:00
parent 2079fc1801
commit c0d92fbdd5
7 changed files with 152 additions and 4 deletions
+8 -1
View File
@@ -116,5 +116,12 @@ export default {
'models.form.backend.warning.llamabox':
'llama-boxバックエンドを使用するには、モデルファイルのフルパスを指定してください(例:<span style="font-weight: 700">/data/models/model.gguf</span>)。分割モデルの場合、最初のシャードのパスを指定してください(例:<span style="font-weight: 700">/data/models/model-00001-of-00004.gguf</span>)。',
'models.form.keyvalue.paste':
'複数行のテキストを貼り付けます。各行にはキーと値のペアが含まれ、キーと値は=記号で区切られ、異なるキーと値のペアは改行文字で区切られます。'
'複数行のテキストを貼り付けます。各行にはキーと値のペアが含まれ、キーと値は=記号で区切られ、異なるキーと値のペアは改行文字で区切られます。',
'models.form.files': 'files',
'models.table.status': 'Status'
};
// ========== To-Do: Translate Keys (Remove After Translation) ==========
// 1. 'models.form.files',
// 2. 'models.table.status'
// ========== End of To-Do List ==========