french translation

This commit is contained in:
bkfox
2020-05-27 17:44:57 +02:00
parent 18e70ebbaf
commit 4076368ff7
14 changed files with 182 additions and 411 deletions

View File

@ -289,7 +289,7 @@ class Track(models.Model):
timestamp = models.PositiveSmallIntegerField(
_('timestamp'),
blank=True, null=True,
help_text=_('position in seconds')
help_text=_('position (in seconds)')
)
title = models.CharField(_('title'), max_length=128)
artist = models.CharField(_('artist'), max_length=128)