Skip to content

Commit 4911e0f

Browse files
committed
feat: add compress and delete action for selected item
1 parent bc3fabd commit 4911e0f

31 files changed

+250
-30
lines changed

src/lang/ar-ye.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,5 +384,7 @@
384384
"top_rated": "أعلى تصنيف",
385385
"rename not supported": "Rename on termux dir isn't supported",
386386
"compress": "Compress",
387-
"copy uri": "Copy Uri"
387+
"copy uri": "Copy Uri",
388+
"delete entries": "Are you sure you want to delete {count} items?",
389+
"deleting items": "Deleting {count} items..."
388390
}

src/lang/be-by.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,5 +384,7 @@
384384
"top_rated": "Top Rated",
385385
"rename not supported": "Rename on termux dir isn't supported",
386386
"compress": "Compress",
387-
"copy uri": "Copy Uri"
387+
"copy uri": "Copy Uri",
388+
"delete entries": "Are you sure you want to delete {count} items?",
389+
"deleting items": "Deleting {count} items..."
388390
}

src/lang/bn-bd.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,5 +384,7 @@
384384
"top_rated": "Top Rated",
385385
"rename not supported": "Rename on termux dir isn't supported",
386386
"compress": "Compress",
387-
"copy uri": "Copy Uri"
387+
"copy uri": "Copy Uri",
388+
"delete entries": "Are you sure you want to delete {count} items?",
389+
"deleting items": "Deleting {count} items..."
388390
}

src/lang/cs-cz.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,5 +384,7 @@
384384
"top_rated": "Top Rated",
385385
"rename not supported": "Rename on termux dir isn't supported",
386386
"compress": "Compress",
387-
"copy uri": "Copy Uri"
387+
"copy uri": "Copy Uri",
388+
"delete entries": "Are you sure you want to delete {count} items?",
389+
"deleting items": "Deleting {count} items..."
388390
}

src/lang/de-de.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,5 +384,7 @@
384384
"top_rated": "Am besten Bewertete",
385385
"rename not supported": "Rename on termux dir isn't supported",
386386
"compress": "Compress",
387-
"copy uri": "Copy Uri"
387+
"copy uri": "Copy Uri",
388+
"delete entries": "Are you sure you want to delete {count} items?",
389+
"deleting items": "Deleting {count} items..."
388390
}

src/lang/en-us.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,5 +385,7 @@
385385
"top_rated": "Top Rated",
386386
"rename not supported": "Rename on termux dir isn't supported",
387387
"compress": "Compress",
388-
"copy uri": "Copy Uri"
388+
"copy uri": "Copy Uri",
389+
"delete entries": "Are you sure you want to delete {count} items?",
390+
"deleting items": "Deleting {count} items..."
389391
}

src/lang/es-sv.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,5 +384,7 @@
384384
"top_rated": "Top Rated",
385385
"rename not supported": "Rename on termux dir isn't supported",
386386
"compress": "Compress",
387-
"copy uri": "Copy Uri"
387+
"copy uri": "Copy Uri",
388+
"delete entries": "Are you sure you want to delete {count} items?",
389+
"deleting items": "Deleting {count} items..."
388390
}

src/lang/fr-fr.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,5 +384,7 @@
384384
"top_rated": "Top Rated",
385385
"rename not supported": "Rename on termux dir isn't supported",
386386
"compress": "Compress",
387-
"copy uri": "Copy Uri"
387+
"copy uri": "Copy Uri",
388+
"delete entries": "Are you sure you want to delete {count} items?",
389+
"deleting items": "Deleting {count} items..."
388390
}

src/lang/hi-in.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,5 +385,7 @@
385385
"top_rated": "टॉप रेटेड",
386386
"rename not supported": "Rename on termux dir isn't supported",
387387
"compress": "Compress",
388-
"copy uri": "Copy Uri"
388+
"copy uri": "Copy Uri",
389+
"delete entries": "Are you sure you want to delete {count} items?",
390+
"deleting items": "Deleting {count} items..."
389391
}

src/lang/hu-hu.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,5 +384,7 @@
384384
"top_rated": "Legjobbra értékelt",
385385
"rename not supported": "A Termux könyvtár átnevezése nem támogatott ",
386386
"compress": "Compress",
387-
"copy uri": "Copy Uri"
387+
"copy uri": "Copy Uri",
388+
"delete entries": "Are you sure you want to delete {count} items?",
389+
"deleting items": "Deleting {count} items..."
388390
}

0 commit comments

Comments
 (0)