From a4c05a76fa55f1ec806ec5f74605e0a2595555aa Mon Sep 17 00:00:00 2001 From: hyoban <38493346+hyoban@users.noreply.github.com> Date: Wed, 24 Dec 2025 09:18:38 +0000 Subject: [PATCH] chore(i18n): update translations based on en-US changes --- web/i18n/ar-TN/app-debug.ts | 3 +++ web/i18n/de-DE/app-debug.ts | 3 +++ web/i18n/es-ES/app-debug.ts | 3 +++ web/i18n/fa-IR/app-debug.ts | 3 +++ web/i18n/fr-FR/app-debug.ts | 3 +++ web/i18n/hi-IN/app-debug.ts | 3 +++ web/i18n/id-ID/app-debug.ts | 3 +++ web/i18n/it-IT/app-debug.ts | 3 +++ web/i18n/ko-KR/app-debug.ts | 3 +++ web/i18n/pl-PL/app-debug.ts | 3 +++ web/i18n/pt-BR/app-debug.ts | 3 +++ web/i18n/ro-RO/app-debug.ts | 3 +++ web/i18n/ru-RU/app-debug.ts | 3 +++ web/i18n/sl-SI/app-debug.ts | 3 +++ web/i18n/th-TH/app-debug.ts | 3 +++ web/i18n/tr-TR/app-debug.ts | 3 +++ web/i18n/uk-UA/app-debug.ts | 3 +++ web/i18n/vi-VN/app-debug.ts | 3 +++ web/i18n/zh-Hant/app-debug.ts | 3 +++ 19 files changed, 57 insertions(+) diff --git a/web/i18n/ar-TN/app-debug.ts b/web/i18n/ar-TN/app-debug.ts index 9430076c6e..b8f550d0a1 100644 --- a/web/i18n/ar-TN/app-debug.ts +++ b/web/i18n/ar-TN/app-debug.ts @@ -566,6 +566,9 @@ const translation = { enabled: 'ممكن', }, }, + code: { + instruction: 'تعليمات', + }, } export default translation diff --git a/web/i18n/de-DE/app-debug.ts b/web/i18n/de-DE/app-debug.ts index c12a1f5291..56549d0940 100644 --- a/web/i18n/de-DE/app-debug.ts +++ b/web/i18n/de-DE/app-debug.ts @@ -568,6 +568,9 @@ const translation = { timeoutExceeded: 'Die Ergebnisse werden aufgrund einer Zeitüberschreitung nicht angezeigt. Bitte beziehen Sie sich auf die Protokolle, um die vollständigen Ergebnisse zu erhalten.', }, noResult: 'Hier wird die Ausgabe angezeigt.', + code: { + instruction: 'Anleitung', + }, } export default translation diff --git a/web/i18n/es-ES/app-debug.ts b/web/i18n/es-ES/app-debug.ts index 4252037e1f..6e7d89405a 100644 --- a/web/i18n/es-ES/app-debug.ts +++ b/web/i18n/es-ES/app-debug.ts @@ -561,6 +561,9 @@ const translation = { timeoutExceeded: 'Los resultados no se muestran debido al tiempo de espera. Consulte los registros para obtener resultados completos.', }, noResult: 'La salida se mostrará aquí.', + code: { + instruction: 'Instrucción', + }, } export default translation diff --git a/web/i18n/fa-IR/app-debug.ts b/web/i18n/fa-IR/app-debug.ts index fc70ecf95d..3ff8dbde96 100644 --- a/web/i18n/fa-IR/app-debug.ts +++ b/web/i18n/fa-IR/app-debug.ts @@ -559,6 +559,9 @@ const translation = { autoAddVar: 'متغیرهای تعریف نشده که در پیش اعلان ارجاع داده شده اند، آیا می خواهید آنها را به صورت ورودی کاربر اضافه کنید؟', promptTip: 'پرومپت‌ها پاسخ‌های هوش مصنوعی را با دستورالعمل‌ها و محدودیت‌ها هدایت می‌کنند. متغیرهایی مانند {{input}} را وارد کنید. این پرومپت برای کاربران قابل مشاهده نخواهد بود.', notSetVar: 'متغیرها به کاربران امکان می‌دهند تا هنگام پر کردن فرم‌ها، کلمات راهنما یا سخنان افتتاحیه را وارد کنند. می‌توانید امتحان کنید که \'{{input}}\' را در کلمات راهنما وارد کنید.', + code: { + instruction: 'دستورالعمل', + }, } export default translation diff --git a/web/i18n/fr-FR/app-debug.ts b/web/i18n/fr-FR/app-debug.ts index 2e65e681ca..336eca0c3a 100644 --- a/web/i18n/fr-FR/app-debug.ts +++ b/web/i18n/fr-FR/app-debug.ts @@ -568,6 +568,9 @@ const translation = { timeoutExceeded: 'Les résultats ne s’affichent pas en raison d’un délai d’expiration. Veuillez vous référer aux journaux pour rassembler les résultats complets.', }, noResult: 'La sortie sera affichée ici.', + code: { + instruction: 'Instruction', + }, } export default translation diff --git a/web/i18n/hi-IN/app-debug.ts b/web/i18n/hi-IN/app-debug.ts index e498b40f99..33ac202426 100644 --- a/web/i18n/hi-IN/app-debug.ts +++ b/web/i18n/hi-IN/app-debug.ts @@ -619,6 +619,9 @@ const translation = { timeoutExceeded: 'परिणाम टाइमआउट के कारण प्रदर्शित नहीं किए गए हैं। कृपया संपूर्ण परिणामों को इकट्ठा करने के लिए लॉग्स का संदर्भ लें।', }, noResult: 'प्रदर्शन यहाँ होगा।', + code: { + instruction: 'निर्देश', + }, } export default translation diff --git a/web/i18n/id-ID/app-debug.ts b/web/i18n/id-ID/app-debug.ts index 02da61b319..d6725c9d03 100644 --- a/web/i18n/id-ID/app-debug.ts +++ b/web/i18n/id-ID/app-debug.ts @@ -559,6 +559,9 @@ const translation = { noResult: 'Output akan ditampilkan di sini.', promptTip: 'Prompts membimbing respons AI dengan instruksi dan batasan. Masukkan variabel seperti {{input}}. Prompt ini tidak akan terlihat oleh pengguna.', notSetVar: 'Variabel memungkinkan pengguna untuk memasukkan kata pemicu atau ucapan pembuka saat mengisi formulir. Anda dapat mencoba memasukkan "{{input}}" pada kata pemicu.', + code: { + instruction: 'Instruksi', + }, } export default translation diff --git a/web/i18n/it-IT/app-debug.ts b/web/i18n/it-IT/app-debug.ts index e81a83a3dd..7068551bf5 100644 --- a/web/i18n/it-IT/app-debug.ts +++ b/web/i18n/it-IT/app-debug.ts @@ -609,6 +609,9 @@ const translation = { timeoutExceeded: 'I risultati non vengono visualizzati a causa del timeout. Si prega di fare riferimento ai registri per raccogliere risultati completi.', }, noResult: 'L\'output verrà visualizzato qui.', + code: { + instruction: 'Istruzione', + }, } export default translation diff --git a/web/i18n/ko-KR/app-debug.ts b/web/i18n/ko-KR/app-debug.ts index 5258287285..b856c3cb39 100644 --- a/web/i18n/ko-KR/app-debug.ts +++ b/web/i18n/ko-KR/app-debug.ts @@ -561,6 +561,9 @@ const translation = { timeoutExceeded: '시간 초과로 인해 결과가 표시되지 않습니다. 전체 결과를 수집하려면 로그를 참조하십시오.', }, noResult: '출력이 여기에 표시됩니다.', + code: { + instruction: '지침', + }, } export default translation diff --git a/web/i18n/pl-PL/app-debug.ts b/web/i18n/pl-PL/app-debug.ts index 943896effc..6ca848203e 100644 --- a/web/i18n/pl-PL/app-debug.ts +++ b/web/i18n/pl-PL/app-debug.ts @@ -604,6 +604,9 @@ const translation = { timeoutExceeded: 'Wyniki nie są wyświetlane z powodu przekroczenia limitu czasu. Zapoznaj się z dziennikami, aby zebrać pełne wyniki.', }, noResult: 'W tym miejscu zostaną wyświetlone dane wyjściowe.', + code: { + instruction: 'Instrukcja', + }, } export default translation diff --git a/web/i18n/pt-BR/app-debug.ts b/web/i18n/pt-BR/app-debug.ts index 30b9f59dd4..628e7d2234 100644 --- a/web/i18n/pt-BR/app-debug.ts +++ b/web/i18n/pt-BR/app-debug.ts @@ -570,6 +570,9 @@ const translation = { debugAsMultipleModel: 'Depurar como vários modelos', publishAs: 'Publicar como', duplicateModel: 'Duplicar', + code: { + instruction: 'Instrução', + }, } export default translation diff --git a/web/i18n/ro-RO/app-debug.ts b/web/i18n/ro-RO/app-debug.ts index 8e36078be5..a9367ab644 100644 --- a/web/i18n/ro-RO/app-debug.ts +++ b/web/i18n/ro-RO/app-debug.ts @@ -570,6 +570,9 @@ const translation = { timeoutExceeded: 'Rezultatele nu sunt afișate din cauza expirării. Vă rugăm să consultați jurnalele pentru a colecta rezultatele complete.', }, noResult: 'Ieșirea va fi afișată aici.', + code: { + instruction: 'Instrucțiune', + }, } export default translation diff --git a/web/i18n/ru-RU/app-debug.ts b/web/i18n/ru-RU/app-debug.ts index ea3b969df4..15c28ab5d7 100644 --- a/web/i18n/ru-RU/app-debug.ts +++ b/web/i18n/ru-RU/app-debug.ts @@ -568,6 +568,9 @@ const translation = { timeoutExceeded: 'Результаты не отображаются из-за тайм-аута. Пожалуйста, обратитесь к журналам для получения полных результатов.', }, noResult: 'Вывод будет отображаться здесь.', + code: { + instruction: 'Инструкция', + }, } export default translation diff --git a/web/i18n/sl-SI/app-debug.ts b/web/i18n/sl-SI/app-debug.ts index efac0efdbf..5d99f55389 100644 --- a/web/i18n/sl-SI/app-debug.ts +++ b/web/i18n/sl-SI/app-debug.ts @@ -581,6 +581,9 @@ const translation = { variableTip: 'Uporabniki izpolnijo spremenljivke v obrazcu in samodejno zamenjajo spremenljivke v pozivu.', promptTip: 'Pozivi usmerjajo odgovore umetne inteligence z navodili in omejitvami. Vstavite spremenljivke, kot je {{input}}. Ta poziv ne bo viden uporabnikom.', notSetVar: 'Spremenljivke uporabnikom omogočajo, da pri izpolnjevanju obrazcev vnesejo začetne besede ali uvodne opombe. Poskusite vnesti "{{input}}" v začetne besede.', + code: { + instruction: 'Navodilo', + }, } export default translation diff --git a/web/i18n/th-TH/app-debug.ts b/web/i18n/th-TH/app-debug.ts index 21fccb7e31..5fa9313065 100644 --- a/web/i18n/th-TH/app-debug.ts +++ b/web/i18n/th-TH/app-debug.ts @@ -559,6 +559,9 @@ const translation = { autoAddVar: 'ตัวแปรที่ไม่ได้กําหนดอ้างอิงในพรอมต์ล่วงหน้าคุณต้องการเพิ่มในแบบฟอร์มการป้อนข้อมูลของผู้ใช้หรือไม่?', promptTip: 'พรอมต์ช่วยชี้แนะแบบตอบสนองของ AI ด้วยคำแนะนำและข้อจำกัด ใส่ตัวแปรเช่น {{input}} พรอมต์นี้จะมองไม่เห็นสำหรับผู้ใช้', notSetVar: 'ตัวแปรช่วยให้ผู้ใช้สามารถใส่คำกระตุ้นหรือข้อคิดเห็นเริ่มต้นเมื่อกรอกแบบฟอร์ม คุณสามารถลองใส่ "{{input}}" ในคำกระตุ้นได้', + code: { + instruction: 'คำแนะนำ', + }, } export default translation diff --git a/web/i18n/tr-TR/app-debug.ts b/web/i18n/tr-TR/app-debug.ts index 811ca4e53f..a2b1e0420d 100644 --- a/web/i18n/tr-TR/app-debug.ts +++ b/web/i18n/tr-TR/app-debug.ts @@ -566,6 +566,9 @@ const translation = { timeoutExceeded: 'Zaman aşımı nedeniyle sonuçlar görüntülenmez. Tam sonuçları almak için lütfen günlüklere bakın.', }, noResult: 'Çıktı burada görüntülenecektir.', + code: { + instruction: 'Talimat', + }, } export default translation diff --git a/web/i18n/uk-UA/app-debug.ts b/web/i18n/uk-UA/app-debug.ts index 18b4d32163..29c3872159 100644 --- a/web/i18n/uk-UA/app-debug.ts +++ b/web/i18n/uk-UA/app-debug.ts @@ -592,6 +592,9 @@ const translation = { timeoutExceeded: 'Результати не відображаються через тайм-аут. Будь ласка, зверніться до журналів, щоб отримати повні результати.', }, noResult: 'Тут буде відображено вихідні дані.', + code: { + instruction: 'Інструкція', + }, } export default translation diff --git a/web/i18n/vi-VN/app-debug.ts b/web/i18n/vi-VN/app-debug.ts index 158a6b6ce9..40420ff166 100644 --- a/web/i18n/vi-VN/app-debug.ts +++ b/web/i18n/vi-VN/app-debug.ts @@ -561,6 +561,9 @@ const translation = { timeoutExceeded: 'Kết quả không được hiển thị do hết thời gian chờ. Vui lòng tham khảo nhật ký để thu thập kết quả đầy đủ.', }, noResult: 'Đầu ra sẽ được hiển thị ở đây.', + code: { + instruction: 'Hướng dẫn', + }, } export default translation diff --git a/web/i18n/zh-Hant/app-debug.ts b/web/i18n/zh-Hant/app-debug.ts index 78b179097d..def2e48763 100644 --- a/web/i18n/zh-Hant/app-debug.ts +++ b/web/i18n/zh-Hant/app-debug.ts @@ -562,6 +562,9 @@ const translation = { timeoutExceeded: '由於超時,不顯示結果。請參閱日誌以收集完整結果。', }, noResult: '輸出將顯示在此處。', + code: { + instruction: '指示', + }, } export default translation