Skip to content

Commit

Permalink
Merge pull request #33 from naheedsa/feature/add-translations
Browse files Browse the repository at this point in the history
Add translation when image transfer is successful
  • Loading branch information
knro authored May 27, 2024
2 parents 0003882 + 4ae5020 commit dcba98c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: "在这里添加标签",
Expand Down
1 change: 1 addition & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: "ここにタグを追加",
Expand Down

0 comments on commit dcba98c

Please sign in to comment.