From b7fe91bb66af023b1659e1840335ed623f7b671d Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 6 Aug 2024 15:41:29 +0800 Subject: [PATCH] * [perf story #48239] Add file lang for search. --- module/file/lang/de.php | 4 ++++ module/file/lang/en.php | 4 ++++ module/file/lang/fr.php | 4 ++++ module/file/lang/zh-cn.php | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/module/file/lang/de.php b/module/file/lang/de.php index dd4c64946d..6679ab5dc9 100755 --- a/module/file/lang/de.php +++ b/module/file/lang/de.php @@ -53,6 +53,10 @@ $lang->file->addedDate = 'Angelegt am'; $lang->file->downloads = 'Downloads'; $lang->file->extra = 'Extra'; +$lang->file->attachmentName = "Attachment Name"; +$lang->file->sourceObject = "Source Object"; +$lang->file->sourceID = "Source ID"; + $lang->file->dragFile = 'Bitte hier ablegen.'; $lang->file->childTaskTips = 'It\'s a child task if there is a \'>\' before the name.'; $lang->file->uploadImagesExplain = 'Hinweis: Beim Upload von .jpg, .jpeg, .gif, und .png Dateien. Der Dateiname wird als Titel der Story genutzt und das Bild als der Inhalt.'; diff --git a/module/file/lang/en.php b/module/file/lang/en.php index f75a466105..6b3176cb28 100755 --- a/module/file/lang/en.php +++ b/module/file/lang/en.php @@ -53,6 +53,10 @@ $lang->file->addedDate = 'Added'; $lang->file->downloads = 'Downloads'; $lang->file->extra = 'Comment'; +$lang->file->attachmentName = "Attachment Name"; +$lang->file->sourceObject = "Source Object"; +$lang->file->sourceID = "Source ID"; + $lang->file->dragFile = 'Drag images here.'; $lang->file->childTaskTips = 'It\'s a child task if there is a \'>\' before the name.'; $lang->file->uploadImagesExplain = 'Note: upload .jpg, .jpeg, .gif, or .png images. The image name will be the name of the story and the image will be the description.'; diff --git a/module/file/lang/fr.php b/module/file/lang/fr.php index 83def10397..e91a728847 100755 --- a/module/file/lang/fr.php +++ b/module/file/lang/fr.php @@ -53,6 +53,10 @@ $lang->file->addedDate = 'Ajouté le'; $lang->file->downloads = 'Téléchargements'; $lang->file->extra = 'Commentaires'; +$lang->file->attachmentName = "Attachment Name"; +$lang->file->sourceObject = "Source Object"; +$lang->file->sourceID = "Source ID"; + $lang->file->dragFile = 'Faites glisser images ici.'; $lang->file->childTaskTips = 'Il s\'agit d\'une sous-tâche s\'il y a un \'>\' devant le nom.'; $lang->file->uploadImagesExplain = "Note : Chargez images au format .jpg, .jpeg, .gif, ou .png. Le nom de l'image sera le nom de la Story et l'image en sera sa description."; diff --git a/module/file/lang/zh-cn.php b/module/file/lang/zh-cn.php index 7b5b87a1ad..dc82316ed2 100755 --- a/module/file/lang/zh-cn.php +++ b/module/file/lang/zh-cn.php @@ -53,6 +53,10 @@ $lang->file->addedDate = '添加时间'; $lang->file->downloads = '下载次数'; $lang->file->extra = '备注'; +$lang->file->attachmentName = "附件名称"; +$lang->file->sourceObject = "来源对象"; +$lang->file->sourceID = "来源ID"; + $lang->file->dragFile = '请拖拽文件到此处'; $lang->file->childTaskTips = "任务名称前有'>'标记的为子任务"; $lang->file->uploadImagesExplain = '注:请上传"jpg, jpeg, gif, png"格式的图片,程序会以文件名作为标题,以图片作为内容。';