mirror of https://github.com/jumpserver/jumpserver
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")
|