🐛 Add missing msgid_plural on several translations

This commit is contained in:
Andrey Antukh
2026-01-12 11:52:07 +01:00
parent fe20bdd00e
commit 1beb3b86aa
2 changed files with 4 additions and 0 deletions

View File

@@ -8478,10 +8478,12 @@ msgid "dashboard.clear-trash-button"
msgstr "Clear trash"
msgid "dashboard.file-menu.restore-files-option"
msgid_plural "dashboard.file-menu.restore-files-option"
msgstr[0] "Restore file"
msgstr[1] "Restore files"
msgid "dashboard.file-menu.delete-files-permanently-option"
msgid_plural "dashboard.file-menu.delete-files-permanently-option"
msgstr[0] "Delete file"
msgstr[1] "Delete files"

View File

@@ -8331,10 +8331,12 @@ msgid "dashboard.clear-trash-button"
msgstr "Vaciar papelera"
msgid "dashboard.file-menu.restore-files-option"
msgid_plural "dashboard.file-menu.restore-files-option"
msgstr[0] "Restaurar archivo"
msgstr[1] "Restaurar archivos"
msgid "dashboard.file-menu.delete-files-permanently-option"
msgid_plural "dashboard.file-menu.delete-files-permanently-option"
msgstr[0] "Eliminar archivo"
msgstr[1] "Eliminar archivos"