yangdx commited on
Commit
f3d2cd1
·
1 Parent(s): 22c0f3f

Add i18n translation

Browse files
lightrag_webui/src/locales/ar.json CHANGED
@@ -65,6 +65,8 @@
65
  "singleFileLimit": "لا يمكن رفع أكثر من ملف واحد في المرة الواحدة",
66
  "maxFilesLimit": "لا يمكن رفع أكثر من {{count}} ملفات",
67
  "fileRejected": "تم رفض الملف {{name}}",
 
 
68
  "dropHere": "أفلت الملفات هنا",
69
  "dragAndDrop": "اسحب وأفلت الملفات هنا، أو انقر للاختيار",
70
  "removeFile": "إزالة الملف",
 
65
  "singleFileLimit": "لا يمكن رفع أكثر من ملف واحد في المرة الواحدة",
66
  "maxFilesLimit": "لا يمكن رفع أكثر من {{count}} ملفات",
67
  "fileRejected": "تم رفض الملف {{name}}",
68
+ "unsupportedType": "نوع الملف غير مدعوم",
69
+ "fileTooLarge": "حجم الملف كبير جدًا، الحد الأقصى {{maxSize}}",
70
  "dropHere": "أفلت الملفات هنا",
71
  "dragAndDrop": "اسحب وأفلت الملفات هنا، أو انقر للاختيار",
72
  "removeFile": "إزالة الملف",
lightrag_webui/src/locales/en.json CHANGED
@@ -65,6 +65,8 @@
65
  "singleFileLimit": "Cannot upload more than 1 file at a time",
66
  "maxFilesLimit": "Cannot upload more than {{count}} files",
67
  "fileRejected": "File {{name}} was rejected",
 
 
68
  "dropHere": "Drop the files here",
69
  "dragAndDrop": "Drag and drop files here, or click to select files",
70
  "removeFile": "Remove file",
 
65
  "singleFileLimit": "Cannot upload more than 1 file at a time",
66
  "maxFilesLimit": "Cannot upload more than {{count}} files",
67
  "fileRejected": "File {{name}} was rejected",
68
+ "unsupportedType": "Unsupported file type",
69
+ "fileTooLarge": "File too large, maximum size is {{maxSize}}",
70
  "dropHere": "Drop the files here",
71
  "dragAndDrop": "Drag and drop files here, or click to select files",
72
  "removeFile": "Remove file",
lightrag_webui/src/locales/fr.json CHANGED
@@ -65,6 +65,8 @@
65
  "singleFileLimit": "Impossible de télécharger plus d'un fichier à la fois",
66
  "maxFilesLimit": "Impossible de télécharger plus de {{count}} fichiers",
67
  "fileRejected": "Le fichier {{name}} a été rejeté",
 
 
68
  "dropHere": "Déposez les fichiers ici",
69
  "dragAndDrop": "Glissez et déposez les fichiers ici, ou cliquez pour sélectionner",
70
  "removeFile": "Supprimer le fichier",
 
65
  "singleFileLimit": "Impossible de télécharger plus d'un fichier à la fois",
66
  "maxFilesLimit": "Impossible de télécharger plus de {{count}} fichiers",
67
  "fileRejected": "Le fichier {{name}} a été rejeté",
68
+ "unsupportedType": "Type de fichier non pris en charge",
69
+ "fileTooLarge": "Fichier trop volumineux, taille maximale {{maxSize}}",
70
  "dropHere": "Déposez les fichiers ici",
71
  "dragAndDrop": "Glissez et déposez les fichiers ici, ou cliquez pour sélectionner",
72
  "removeFile": "Supprimer le fichier",
lightrag_webui/src/locales/zh.json CHANGED
@@ -65,6 +65,8 @@
65
  "singleFileLimit": "一次只能上传一个文件",
66
  "maxFilesLimit": "最多只能上传 {{count}} 个文件",
67
  "fileRejected": "文件 {{name}} 被拒绝",
 
 
68
  "dropHere": "将文件拖放到此处",
69
  "dragAndDrop": "拖放文件到此处,或点击选择文件",
70
  "removeFile": "移除文件",
 
65
  "singleFileLimit": "一次只能上传一个文件",
66
  "maxFilesLimit": "最多只能上传 {{count}} 个文件",
67
  "fileRejected": "文件 {{name}} 被拒绝",
68
+ "unsupportedType": "不支持的文件类型",
69
+ "fileTooLarge": "文件过大,最大允许 {{maxSize}}",
70
  "dropHere": "将文件拖放到此处",
71
  "dragAndDrop": "拖放文件到此处,或点击选择文件",
72
  "removeFile": "移除文件",