From 4ae502063b2d54944fd4071fde270394dc47d56c Mon Sep 17 00:00:00 2001 From: Salman Naheed Date: Mon, 27 May 2024 12:03:53 +0300 Subject: [PATCH] Add translation when image transfer is successful --- cn.js | 1 + de.js | 1 + en.js | 1 + es.js | 1 + fr.js | 1 + ja.js | 1 + 6 files changed, 6 insertions(+) diff --git a/cn.js b/cn.js index 5fd4c4b..860c7d1 100644 --- a/cn.js +++ b/cn.js @@ -1324,6 +1324,7 @@ alert_no_images_title: "无图像", alert_no_images_body: "没有可以删除的图像", alert_delete_all_body: "确定删除选定的 {0} 张图片吗? 此操作无法恢复", + transfer_successful: "Image transfer is successful" }, info_drawer: { add_tags_here: "在这里添加标签", diff --git a/de.js b/de.js index 298302c..3b1b275 100644 --- a/de.js +++ b/de.js @@ -1361,6 +1361,7 @@ const de = { "Es gibt keine Bilder in der Galerie, die gelöscht werden könnten.", alert_delete_all_body: "Sind Sie sicher, dass Sie {0} Bilder löschen möchten? Dies ist eine irreversible Operation.", + transfer_successful: "Image transfer is successful" }, info_drawer: { add_tags_here: "Fügen Sie hier Tags hinzu", diff --git a/en.js b/en.js index 4dd8e11..2f63285 100644 --- a/en.js +++ b/en.js @@ -1414,6 +1414,7 @@ const en = { "There are no images in the gallery that could be deleted.", alert_delete_all_body: "Are you sure that you want to delete {0} image(s)? This is an irreversible operation.", + transfer_successful: "Image transfer is successful" }, info_drawer: { add_tags_here: "Add tags here", diff --git a/es.js b/es.js index ea5fec6..6279a25 100644 --- a/es.js +++ b/es.js @@ -1404,6 +1404,7 @@ const es = { alert_no_images_body: "No hay Imagenes en la Galeria que puedan eliminarse..", alert_delete_all_body: "¿Esta seguro de que desea eliminar {0} Imagenes?. Esta es una operacion irreversible.", + transfer_successful: "Image transfer is successful" }, info_drawer: { add_tags_here: "Agregar etiquetas aqui", diff --git a/fr.js b/fr.js index a87d6a2..009e99c 100644 --- a/fr.js +++ b/fr.js @@ -1357,6 +1357,7 @@ const fr = { "Il n'y a aucune image dans la galerie qui pourrait être supprimée.", alert_delete_all_body: "Voulez-vous vraiment supprimer {0} image (s)? C'est une opération irréversible.", + transfer_successful: "Image transfer is successful" }, info_drawer: { add_tags_here: "Ajoutez des tags ici", diff --git a/ja.js b/ja.js index ba16947..c89006a 100644 --- a/ja.js +++ b/ja.js @@ -1381,6 +1381,7 @@ const ja = { alert_no_images_body: "ギャラリーに削除できる画像がありません.", alert_delete_all_body: "よろしいですか{0} 個の画像を削除しますか? これは元に戻せない操作です。", + transfer_successful: "Image transfer is successful" }, info_drawer: { add_tags_here: "ここにタグを追加",