mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-16 07:15:55 +08:00
chore: translate i18n files (#8135)
Co-authored-by: zxhlyh <16177003+zxhlyh@users.noreply.github.com> Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
parent
551b33c8e5
commit
61a0ca9e0d
@ -37,6 +37,7 @@ const translation = {
|
||||
params: 'Parameter',
|
||||
duplicate: 'Duplikat',
|
||||
rename: 'Umbenennen',
|
||||
audioSourceUnavailable: 'AudioSource ist nicht verfügbar',
|
||||
},
|
||||
placeholder: {
|
||||
input: 'Bitte eingeben',
|
||||
|
@ -71,6 +71,7 @@ const translation = {
|
||||
nTo1RetrievalLegacy: 'N-zu-1-Abruf wird ab September offiziell eingestellt. Es wird empfohlen, den neuesten Multi-Pfad-Abruf zu verwenden, um bessere Ergebnisse zu erzielen.',
|
||||
nTo1RetrievalLegacyLink: 'Mehr erfahren',
|
||||
nTo1RetrievalLegacyLinkText: 'N-zu-1-Abruf wird im September offiziell eingestellt.',
|
||||
defaultRetrievalTip: 'Standardmäßig wird der Multi-Path-Abruf verwendet. Das Wissen wird aus mehreren Wissensdatenbanken abgerufen und dann neu eingestuft.',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@ -412,6 +412,7 @@ const translation = {
|
||||
'not empty': 'ist nicht leer',
|
||||
'null': 'ist null',
|
||||
'not null': 'ist nicht null',
|
||||
'regex match': 'Regex-Übereinstimmung',
|
||||
},
|
||||
enterValue: 'Wert eingeben',
|
||||
addCondition: 'Bedingung hinzufügen',
|
||||
|
@ -37,6 +37,7 @@ const translation = {
|
||||
params: 'Parámetros',
|
||||
duplicate: 'Duplicar',
|
||||
rename: 'Renombrar',
|
||||
audioSourceUnavailable: 'AudioSource no está disponible',
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}} es requerido',
|
||||
|
@ -71,6 +71,7 @@ const translation = {
|
||||
nTo1RetrievalLegacy: 'La recuperación N-a-1 será oficialmente obsoleta a partir de septiembre. Se recomienda utilizar la última recuperación de múltiples rutas para obtener mejores resultados.',
|
||||
nTo1RetrievalLegacyLink: 'Más información',
|
||||
nTo1RetrievalLegacyLinkText: 'La recuperación N-a-1 será oficialmente obsoleta en septiembre.',
|
||||
defaultRetrievalTip: 'De forma predeterminada, se utiliza la recuperación de varias rutas. El conocimiento se recupera de múltiples bases de conocimiento y luego se vuelve a clasificar.',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@ -412,6 +412,7 @@ const translation = {
|
||||
'not empty': 'no está vacío',
|
||||
'null': 'es nulo',
|
||||
'not null': 'no es nulo',
|
||||
'regex match': 'Coincidencia de expresiones regulares',
|
||||
},
|
||||
enterValue: 'Ingresa un valor',
|
||||
addCondition: 'Agregar condición',
|
||||
|
@ -37,6 +37,7 @@ const translation = {
|
||||
params: 'پارامترها',
|
||||
duplicate: 'تکرار',
|
||||
rename: 'تغییر نام',
|
||||
audioSourceUnavailable: 'منبع صوتی در دسترس نیست',
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}} الزامی است',
|
||||
|
@ -71,6 +71,7 @@ const translation = {
|
||||
nTo1RetrievalLegacy: 'بازیابی N-to-1 از سپتامبر به طور رسمی منسوخ خواهد شد. توصیه میشود از بازیابی چند مسیر جدید استفاده کنید تا نتایج بهتری بدست آورید.',
|
||||
nTo1RetrievalLegacyLink: 'بیشتر بدانید',
|
||||
nTo1RetrievalLegacyLinkText: ' بازیابی N-to-1 از سپتامبر به طور رسمی منسوخ خواهد شد.',
|
||||
defaultRetrievalTip: 'بازیابی چند مسیره به طور پیش فرض استفاده می شود. دانش از چندین پایگاه دانش بازیابی می شود و سپس دوباره رتبه بندی می شود.',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@ -412,6 +412,7 @@ const translation = {
|
||||
'not empty': 'خالی نیست',
|
||||
'null': 'خالی',
|
||||
'not null': 'خالی نیست',
|
||||
'regex match': 'مسابقه regex',
|
||||
},
|
||||
enterValue: 'مقدار را وارد کنید',
|
||||
addCondition: 'افزودن شرط',
|
||||
|
@ -37,6 +37,7 @@ const translation = {
|
||||
params: 'Paramètres',
|
||||
duplicate: 'Dupliquer',
|
||||
rename: 'Renommer',
|
||||
audioSourceUnavailable: 'AudioSource n’est pas disponible',
|
||||
},
|
||||
placeholder: {
|
||||
input: 'Veuillez entrer',
|
||||
|
@ -71,6 +71,7 @@ const translation = {
|
||||
nTo1RetrievalLegacy: 'La récupération N-à-1 sera officiellement obsolète à partir de septembre. Il est recommandé d\'utiliser la dernière récupération multi-chemins pour obtenir de meilleurs résultats.',
|
||||
nTo1RetrievalLegacyLink: 'En savoir plus',
|
||||
nTo1RetrievalLegacyLinkText: 'La récupération N-à-1 sera officiellement obsolète en septembre.',
|
||||
defaultRetrievalTip: 'La récupération à chemins multiples est utilisée par défaut. Les connaissances sont extraites de plusieurs bases de connaissances, puis reclassées.',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@ -412,6 +412,7 @@ const translation = {
|
||||
'not empty': 'n\'est pas vide',
|
||||
'null': 'est nul',
|
||||
'not null': 'n\'est pas nul',
|
||||
'regex match': 'correspondance regex',
|
||||
},
|
||||
enterValue: 'Entrez la valeur',
|
||||
addCondition: 'Ajouter une condition',
|
||||
|
@ -37,6 +37,7 @@ const translation = {
|
||||
params: 'पैरामीटर',
|
||||
duplicate: 'डुप्लिकेट',
|
||||
rename: 'नाम बदलें',
|
||||
audioSourceUnavailable: 'ऑडियो स्रोत अनुपलब्ध है',
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}} आवश्यक है',
|
||||
|
@ -78,6 +78,7 @@ const translation = {
|
||||
nTo1RetrievalLegacy: 'N-से-1 पुनर्प्राप्ति सितंबर से आधिकारिक तौर पर बंद कर दी जाएगी। बेहतर परिणाम प्राप्त करने के लिए नवीनतम बहु-मार्ग पुनर्प्राप्ति का उपयोग करने की सिफारिश की जाती है।',
|
||||
nTo1RetrievalLegacyLink: 'और जानें',
|
||||
nTo1RetrievalLegacyLinkText: 'N-से-1 पुनर्प्राप्ति सितंबर में आधिकारिक तौर पर बंद कर दी जाएगी।',
|
||||
defaultRetrievalTip: 'मल्टी-पाथ रिट्रीवल का उपयोग डिफ़ॉल्ट रूप से किया जाता है। ज्ञान को कई ज्ञान आधारों से पुनर्प्राप्त किया जाता है और फिर फिर से रैंक किया जाता है।',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@ -427,6 +427,7 @@ const translation = {
|
||||
'not empty': 'खाली नहीं है',
|
||||
'null': 'शून्य है',
|
||||
'not null': 'शून्य नहीं है',
|
||||
'regex match': 'रेगेक्स मैच',
|
||||
},
|
||||
enterValue: 'मान दर्ज करें',
|
||||
addCondition: 'शर्त जोड़ें',
|
||||
|
@ -37,6 +37,7 @@ const translation = {
|
||||
params: 'Parametri',
|
||||
duplicate: 'Duplica',
|
||||
rename: 'Rinomina',
|
||||
audioSourceUnavailable: 'AudioSource non è disponibile',
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}} è obbligatorio',
|
||||
|
@ -78,6 +78,7 @@ const translation = {
|
||||
nTo1RetrievalLegacy: 'Il recupero N-a-1 sarà ufficialmente deprecato da settembre. Si consiglia di utilizzare il più recente recupero multi-percorso per ottenere risultati migliori.',
|
||||
nTo1RetrievalLegacyLink: 'Scopri di più',
|
||||
nTo1RetrievalLegacyLinkText: 'Il recupero N-a-1 sarà ufficialmente deprecato a settembre.',
|
||||
defaultRetrievalTip: 'Per impostazione predefinita, il recupero a percorsi multipli viene utilizzato. Le informazioni vengono recuperate da più knowledge base e quindi riclassificate.',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@ -431,6 +431,7 @@ const translation = {
|
||||
'not empty': 'non è vuoto',
|
||||
'null': 'è nullo',
|
||||
'not null': 'non è nullo',
|
||||
'regex match': 'Corrispondenza regex',
|
||||
},
|
||||
enterValue: 'Inserisci valore',
|
||||
addCondition: 'Aggiungi Condizione',
|
||||
|
@ -37,6 +37,7 @@ const translation = {
|
||||
params: 'パラメータ',
|
||||
duplicate: '重複',
|
||||
rename: '名前の変更',
|
||||
audioSourceUnavailable: 'AudioSource が利用できません',
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}}は必要です',
|
||||
|
@ -71,6 +71,7 @@ const translation = {
|
||||
nTo1RetrievalLegacy: '製品計画によると、N-to-1 Retrievalは9月に正式に廃止される予定です。それまでは通常通り使用できます。',
|
||||
nTo1RetrievalLegacyLink: '詳細を見る',
|
||||
nTo1RetrievalLegacyLinkText: ' N-to-1 retrievalは9月に正式に廃止されます。',
|
||||
defaultRetrievalTip: 'デフォルトでは、マルチパス取得が使用されます。ナレッジは複数のナレッジ ベースから取得され、再ランク付けされます。',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@ -412,6 +412,7 @@ const translation = {
|
||||
'not empty': '空でない',
|
||||
'null': 'null',
|
||||
'not null': 'nullでない',
|
||||
'regex match': '正規表現マッチ',
|
||||
},
|
||||
enterValue: '値を入力',
|
||||
addCondition: '条件を追加',
|
||||
|
@ -37,6 +37,7 @@ const translation = {
|
||||
params: '매개변수',
|
||||
duplicate: '중복',
|
||||
rename: '이름 바꾸기',
|
||||
audioSourceUnavailable: '오디오 소스를 사용할 수 없습니다.',
|
||||
},
|
||||
placeholder: {
|
||||
input: '입력해주세요',
|
||||
|
@ -70,6 +70,7 @@ const translation = {
|
||||
nTo1RetrievalLegacy: 'N-대-1 검색은 9월부터 공식적으로 더 이상 사용되지 않습니다. 더 나은 결과를 얻으려면 최신 다중 경로 검색을 사용하는 것이 좋습니다.',
|
||||
nTo1RetrievalLegacyLink: '자세히 알아보기',
|
||||
nTo1RetrievalLegacyLinkText: 'N-대-1 검색은 9월에 공식적으로 더 이상 사용되지 않습니다.',
|
||||
defaultRetrievalTip: '다중 경로 검색이 기본적으로 사용됩니다. 지식은 여러 기술 자료에서 검색된 다음 순위가 다시 매겨집니다.',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@ -412,6 +412,7 @@ const translation = {
|
||||
'not empty': '비어 있지 않음',
|
||||
'null': 'null임',
|
||||
'not null': 'null이 아님',
|
||||
'regex match': '정규식 일치',
|
||||
},
|
||||
enterValue: '값 입력',
|
||||
addCondition: '조건 추가',
|
||||
|
@ -37,6 +37,7 @@ const translation = {
|
||||
params: 'Parametry',
|
||||
duplicate: 'Duplikuj',
|
||||
rename: 'Zmień nazwę',
|
||||
audioSourceUnavailable: 'AudioSource jest niedostępny',
|
||||
},
|
||||
placeholder: {
|
||||
input: 'Proszę wprowadzić',
|
||||
|
@ -77,6 +77,7 @@ const translation = {
|
||||
nTo1RetrievalLegacy: 'Wyszukiwanie N-do-1 zostanie oficjalnie wycofane od września. Zaleca się korzystanie z najnowszego wyszukiwania wielościeżkowego, aby uzyskać lepsze wyniki.',
|
||||
nTo1RetrievalLegacyLink: 'Dowiedz się więcej',
|
||||
nTo1RetrievalLegacyLinkText: 'Wyszukiwanie N-do-1 zostanie oficjalnie wycofane we wrześniu.',
|
||||
defaultRetrievalTip: 'Pobieranie wielu ścieżek jest używane domyślnie. Wiedza jest pobierana z wielu baz wiedzy, a następnie ponownie klasyfikowana.',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@ -412,6 +412,7 @@ const translation = {
|
||||
'not empty': 'nie jest pusty',
|
||||
'null': 'jest null',
|
||||
'not null': 'nie jest null',
|
||||
'regex match': 'Dopasowanie wyrażenia regularnego',
|
||||
},
|
||||
enterValue: 'Wpisz wartość',
|
||||
addCondition: 'Dodaj warunek',
|
||||
|
@ -37,6 +37,7 @@ const translation = {
|
||||
params: 'Parâmetros',
|
||||
duplicate: 'Duplicada',
|
||||
rename: 'Renomear',
|
||||
audioSourceUnavailable: 'AudioSource não está disponível',
|
||||
},
|
||||
placeholder: {
|
||||
input: 'Por favor, insira',
|
||||
|
@ -71,6 +71,7 @@ const translation = {
|
||||
nTo1RetrievalLegacyLink: 'Saiba mais',
|
||||
nTo1RetrievalLegacyLinkText: 'A recuperação N-para-1 será oficialmente descontinuada em setembro.',
|
||||
intro6: 'como um plug-in de índice ChatGPT autônomo para publicar',
|
||||
defaultRetrievalTip: 'A recuperação de vários caminhos é usada por padrão. O conhecimento é recuperado de várias bases de dados de conhecimento e, em seguida, reclassificado.',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@ -412,6 +412,7 @@ const translation = {
|
||||
'not empty': 'não está vazio',
|
||||
'null': 'é nulo',
|
||||
'not null': 'não é nulo',
|
||||
'regex match': 'partida regex',
|
||||
},
|
||||
enterValue: 'Digite o valor',
|
||||
addCondition: 'Adicionar condição',
|
||||
|
@ -37,6 +37,7 @@ const translation = {
|
||||
params: 'Parametri',
|
||||
duplicate: 'Duplică',
|
||||
rename: 'Redenumește',
|
||||
audioSourceUnavailable: 'Sursa audio nu este disponibilă',
|
||||
},
|
||||
placeholder: {
|
||||
input: 'Vă rugăm să introduceți',
|
||||
|
@ -71,6 +71,7 @@ const translation = {
|
||||
nTo1RetrievalLegacy: 'Recuperarea N-la-1 va fi oficial depreciată din septembrie. Se recomandă utilizarea celei mai recente recuperări cu căi multiple pentru a obține rezultate mai bune.',
|
||||
nTo1RetrievalLegacyLink: 'Află mai multe',
|
||||
nTo1RetrievalLegacyLinkText: 'Recuperarea N-la-1 va fi oficial depreciată în septembrie.',
|
||||
defaultRetrievalTip: 'Recuperarea pe mai multe căi este utilizată în mod implicit. Cunoștințele sunt preluate din mai multe baze de cunoștințe și apoi reclasificate.',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@ -412,6 +412,7 @@ const translation = {
|
||||
'not empty': 'nu este gol',
|
||||
'null': 'este null',
|
||||
'not null': 'nu este null',
|
||||
'regex match': 'potrivire regex',
|
||||
},
|
||||
enterValue: 'Introduceți valoarea',
|
||||
addCondition: 'Adăugați condiție',
|
||||
|
@ -37,6 +37,7 @@ const translation = {
|
||||
params: 'Параметры',
|
||||
duplicate: 'Дублировать',
|
||||
rename: 'Переименовать',
|
||||
audioSourceUnavailable: 'AudioSource недоступен',
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}} обязательно',
|
||||
|
@ -71,6 +71,7 @@ const translation = {
|
||||
nTo1RetrievalLegacy: 'Поиск N-к-1 будет официально прекращен с сентября. Рекомендуется использовать новейший многопутный поиск для получения лучших результатов.',
|
||||
nTo1RetrievalLegacyLink: 'Узнать больше',
|
||||
nTo1RetrievalLegacyLinkText: ' Поиск N-к-1 будет официально прекращен в сентябре.',
|
||||
defaultRetrievalTip: 'По умолчанию используется многоканальная проверка. Знания извлекаются из нескольких баз знаний, а затем повторно ранжируются.',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@ -412,6 +412,7 @@ const translation = {
|
||||
'not empty': 'не пусто',
|
||||
'null': 'null',
|
||||
'not null': 'не null',
|
||||
'regex match': 'Совпадение с регулярным выражением',
|
||||
},
|
||||
enterValue: 'Введите значение',
|
||||
addCondition: 'Добавить условие',
|
||||
|
@ -37,6 +37,7 @@ const translation = {
|
||||
params: 'Parametreler',
|
||||
duplicate: 'Çoğalt',
|
||||
rename: 'Yeniden Adlandır',
|
||||
audioSourceUnavailable: 'AudioSource kullanılamıyor',
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}} gereklidir',
|
||||
|
@ -71,6 +71,7 @@ const translation = {
|
||||
nTo1RetrievalLegacy: 'Geri alım stratejisinin optimizasyonu ve yükseltilmesi nedeniyle, N-to-1 geri alımı Eylül ayında resmi olarak kullanım dışı kalacaktır. O zamana kadar normal şekilde kullanabilirsiniz.',
|
||||
nTo1RetrievalLegacyLink: 'Daha fazla bilgi edin',
|
||||
nTo1RetrievalLegacyLinkText: 'N-1 geri alma Eylül ayında resmi olarak kullanımdan kaldırılacaktır.',
|
||||
defaultRetrievalTip: 'Varsayılan olarak çok alma kullanılır. Bilgi, birden fazla bilgi tabanından alınır ve ardından yeniden sıralanır.',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@ -413,6 +413,7 @@ const translation = {
|
||||
'not empty': 'boş değil',
|
||||
'null': 'null',
|
||||
'not null': 'null değil',
|
||||
'regex match': 'normal ifade maçı',
|
||||
},
|
||||
enterValue: 'Değer girin',
|
||||
addCondition: 'Koşul Ekle',
|
||||
|
@ -37,6 +37,7 @@ const translation = {
|
||||
params: 'Параметри',
|
||||
duplicate: 'дублікат',
|
||||
rename: 'Перейменувати',
|
||||
audioSourceUnavailable: 'AudioSource недоступний',
|
||||
},
|
||||
placeholder: {
|
||||
input: 'Будь ласка, введіть текст',
|
||||
|
@ -1,6 +1,7 @@
|
||||
const translation = {
|
||||
knowledge: 'Знання',
|
||||
documentCount: ' док.', // Скорочення від 'документів'
|
||||
// Скорочення від 'документів'
|
||||
documentCount: ' док.',
|
||||
wordCount: ' тис. слів',
|
||||
appCount: ' пов\'язаних додатків',
|
||||
createDataset: 'Створити Знання',
|
||||
@ -71,6 +72,7 @@ const translation = {
|
||||
nTo1RetrievalLegacy: 'N-до-1 пошук буде офіційно застарілим з вересня. Рекомендується використовувати найновіший багатошляховий пошук для отримання кращих результатів.',
|
||||
nTo1RetrievalLegacyLink: 'Дізнатися більше',
|
||||
nTo1RetrievalLegacyLinkText: 'N-до-1 пошук буде офіційно застарілим у вересні.',
|
||||
defaultRetrievalTip: 'За замовчуванням використовується отримання кількома шляхами. Знання витягуються з кількох баз знань, а потім заново ранжуються.',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@ -412,6 +412,7 @@ const translation = {
|
||||
'not empty': 'не порожній',
|
||||
'null': 'є null',
|
||||
'not null': 'не є null',
|
||||
'regex match': 'Регулярний вираз збігу',
|
||||
},
|
||||
enterValue: 'Введіть значення',
|
||||
addCondition: 'Додати умову',
|
||||
|
@ -37,6 +37,7 @@ const translation = {
|
||||
params: 'Tham số',
|
||||
duplicate: 'Nhân bản',
|
||||
rename: 'Đổi tên',
|
||||
audioSourceUnavailable: 'AudioSource không khả dụng',
|
||||
},
|
||||
placeholder: {
|
||||
input: 'Vui lòng nhập',
|
||||
|
@ -71,6 +71,7 @@ const translation = {
|
||||
nTo1RetrievalLegacy: 'Truy xuất N-đến-1 sẽ chính thức bị loại bỏ từ tháng 9. Khuyến nghị sử dụng truy xuất đa đường dẫn mới nhất để có kết quả tốt hơn.',
|
||||
nTo1RetrievalLegacyLink: 'Tìm hiểu thêm',
|
||||
nTo1RetrievalLegacyLinkText: 'Truy xuất N-đến-1 sẽ chính thức bị loại bỏ vào tháng 9.',
|
||||
defaultRetrievalTip: 'Truy xuất nhiều đường dẫn được sử dụng theo mặc định. Kiến thức được lấy từ nhiều cơ sở kiến thức và sau đó được xếp hạng lại.',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@ -412,6 +412,7 @@ const translation = {
|
||||
'not empty': 'không trống',
|
||||
'null': 'là null',
|
||||
'not null': 'không là null',
|
||||
'regex match': 'Trận đấu Regex',
|
||||
},
|
||||
enterValue: 'Nhập giá trị',
|
||||
addCondition: 'Thêm điều kiện',
|
||||
|
@ -37,6 +37,7 @@ const translation = {
|
||||
params: '引數設定',
|
||||
duplicate: '複製',
|
||||
rename: '重新命名',
|
||||
audioSourceUnavailable: '音訊來源不可用',
|
||||
},
|
||||
placeholder: {
|
||||
input: '請輸入',
|
||||
|
@ -71,6 +71,7 @@ const translation = {
|
||||
nTo1RetrievalLegacy: 'N對1檢索將從9月起正式棄用。建議使用最新的多路徑檢索以獲得更好的結果。',
|
||||
nTo1RetrievalLegacyLink: '了解更多',
|
||||
nTo1RetrievalLegacyLinkText: 'N對1檢索將於9月正式棄用。',
|
||||
defaultRetrievalTip: '默認情況下,使用多路徑檢索。從多個知識庫中檢索知識,然後重新排名。',
|
||||
}
|
||||
|
||||
export default translation
|
||||
|
@ -412,6 +412,7 @@ const translation = {
|
||||
'not empty': '不為空',
|
||||
'null': '空',
|
||||
'not null': '不為空',
|
||||
'regex match': '正則表達式匹配',
|
||||
},
|
||||
enterValue: '輸入值',
|
||||
addCondition: '添加條件',
|
||||
|
Loading…
x
Reference in New Issue
Block a user