Browse Source

Merge pull request #13876 from jumpserver/pr@dev@translate

perf: Translate
pull/13830/head
ZhaoJiSen 4 months ago committed by GitHub
parent
commit
9a3fdf76fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/assets/const/protocol.py
  2. 884
      apps/i18n/core/en/LC_MESSAGES/django.po
  3. 909
      apps/i18n/core/ja/LC_MESSAGES/django.po
  4. 905
      apps/i18n/core/zh/LC_MESSAGES/django.po
  5. 909
      apps/i18n/core/zh_Hant/LC_MESSAGES/django.po

2
apps/assets/const/protocol.py

@ -212,7 +212,7 @@ class Protocol(ChoicesMixin, models.TextChoices):
'connection_options': {
'type': 'str',
'default': '',
'label': _('Connection options'),
'label': _('Connect options'),
'help_text': _('The connection specific options eg. retryWrites=false&retryReads=false')
}
}

884
apps/i18n/core/en/LC_MESSAGES/django.po

File diff suppressed because it is too large Load Diff

909
apps/i18n/core/ja/LC_MESSAGES/django.po

File diff suppressed because it is too large Load Diff

905
apps/i18n/core/zh/LC_MESSAGES/django.po

File diff suppressed because it is too large Load Diff

909
apps/i18n/core/zh_Hant/LC_MESSAGES/django.po

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save