add strings

This commit is contained in:
otsmr 2026-08-05 14:45:27 +02:00
parent 9d324cebae
commit c5e0ac3406
2 changed files with 2 additions and 0 deletions

1
de.arb
View file

@ -248,6 +248,7 @@
"deleteTitle": "Bist du dir sicher?",
"deleteOkBtnForAll": "Für alle löschen",
"deleteOkBtnForMe": "Für mich löschen",
"deleteOnlyForMe": "Nur für mich löschen",
"deleteImageTitle": "Bist du dir sicher?",
"deleteImageBody": "Das Bild wird unwiderruflich gelöscht.",
"deleteMemoriesBody": "{count, plural, =1 {Das Bild wird unwiderruflich gelöscht.} other {Die {count} Bilder werden unwiderruflich gelöscht.}}",

1
en.arb
View file

@ -259,6 +259,7 @@
"deleteOkBtnForAll": "Delete for all",
"memoriesDeleteSnackbarSuccess": "{count, plural, =1 {Deleted 1 item successfully} other {Deleted {count} items successfully}}",
"deleteOkBtnForMe": "Delete for me",
"deleteOnlyForMe": "Delete only for me",
"deleteImageTitle": "Are you sure?",
"deleteImageBody": "The image will be irrevocably deleted.",
"deleteMemoriesBody": "{count, plural, =1 {The image will be irrevocably deleted.} other {The {count} images will be irrevocably deleted.}}",