* [perf story #48239] Add file lang for search.

This commit is contained in:
wangyidong
2024-08-06 16:42:22 +08:00
committed by 孙广明
parent 15740e2198
commit b7fe91bb66
4 changed files with 16 additions and 0 deletions
+4
View File
@@ -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.';
+4
View File
@@ -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.';
+4
View File
@@ -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.";
+4
View File
@@ -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"格式的图片,程序会以文件名作为标题,以图片作为内容。';