mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
more translation
This commit is contained in:
parent
750d08ec01
commit
fddda75f75
3 changed files with 81 additions and 46 deletions
|
|
@ -122,7 +122,6 @@ class DocumentType(MatchingModel):
|
|||
verbose_name_plural = _("document types")
|
||||
|
||||
|
||||
|
||||
class Document(models.Model):
|
||||
|
||||
STORAGE_TYPE_UNENCRYPTED = "unencrypted"
|
||||
|
|
@ -230,8 +229,8 @@ class Document(models.Model):
|
|||
|
||||
class Meta:
|
||||
ordering = ("-created",)
|
||||
verbose_name = _("Document")
|
||||
verbose_name_plural = _("Documents")
|
||||
verbose_name = _("document")
|
||||
verbose_name_plural = _("documents")
|
||||
|
||||
def __str__(self):
|
||||
created = datetime.date.isoformat(self.created)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue