mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 00:09:14 +00:00
7 lines
212 B
Python
7 lines
212 B
Python
# -*- coding: utf-8 -*-
|
|
#
|
|
|
|
from django.utils.translation import ugettext as _
|
|
|
|
create_success_msg = _("<b>%(name)s</b> was created successfully")
|
|
update_success_msg = _("<b>%(name)s</b> was updated successfully") |