Add: #271 フィルターの期限リストに2w、1m、3m (#335)

This commit is contained in:
KMY(雪あすか) 2023-12-06 13:36:07 +09:00 committed by GitHub
parent 9829d9b28a
commit 534d66f904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View file

@ -1555,6 +1555,9 @@ en:
'3600': 1 hour
'43200': 12 hours
'604800': 1 week
'1209600': 2 weeks
'2629746': 1 month
'7889238': 3 months
'86400': 1 day
expires_in_prompt: Never
generate: Generate invite link

View file

@ -1543,6 +1543,9 @@ ja:
'3600': 1時間
'43200': 12時間
'604800': 1週間
'1209600': 2週間
'2629746': 1ヶ月
'7889238': 3ヶ月
'86400': 1日
expires_in_prompt: 無期限
generate: 招待リンクを作成