added move-to dropdown to word items

This commit is contained in:
2026-02-06 13:06:24 +03:00
parent 9294593975
commit 01135ff92e
17 changed files with 393 additions and 0 deletions

View File

@@ -191,6 +191,18 @@
"copy": {
"message": "Kopiuj"
},
"move_to_list": {
"message": "Przenieś do listy"
},
"copy_to_list": {
"message": "Kopiuj do listy"
},
"no_other_lists": {
"message": "Brak innych list"
},
"word_actions": {
"message": "Przenieś lub skopiuj do innej listy"
},
"merge_lists_min_two": {
"message": "Wybierz co najmniej dwie listy do scalenia."
},