mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
add support for auto deleting the history (#1778)
This commit is contained in:
parent
d82a93fd0b
commit
ba3a87cb5c
2 changed files with 63 additions and 20 deletions
|
@ -139,7 +139,8 @@
|
|||
"group_name": "Group name",
|
||||
"cancel": "Cancel",
|
||||
"okay": "Okay",
|
||||
"show_search_suggestions": "Show search suggestions"
|
||||
"show_search_suggestions": "Show search suggestions",
|
||||
"delete_automatically": "Delete automatically after"
|
||||
},
|
||||
"comment": {
|
||||
"pinned_by": "Pinned by {author}",
|
||||
|
@ -196,6 +197,10 @@
|
|||
"cannot_copy": "Can't copy!",
|
||||
"local_storage": "This action requires localStorage, are cookies enabled?",
|
||||
"register_no_email_note": "Using an e-mail as username is not recommended. Proceed anyways?",
|
||||
"next_video_countdown": "Playing next video in {0}s"
|
||||
"next_video_countdown": "Playing next video in {0}s",
|
||||
"hours": "{amount} hour(s)",
|
||||
"days": "{amount} day(s)",
|
||||
"weeks": "{amount} week(s)",
|
||||
"months": "{amount} month(s)"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue