UNPKG

kritsana135-hooray-server

Version:

for server

324 lines (312 loc) 9.12 kB
export const CREATE_SETTING_SUCCESS = { message: { en: 'Create setting success!', th: 'สร้าง setting เรียบร้อย!' } } export const CREATE_ROLE_SUCCESS = { message: { en: 'Create role success!', th: 'สร้าง role เรียบร้อย!' } } export const UPDATE_ROLE_SUCCESS = { message: { en: 'Update role success!', th: 'อัพเดต role เรียบร้อย!' } } export const DELETE_ROLE_SUCCESS = { message: { en: 'Delete role success!', th: 'ลบ role เรียบร้อย!' } } export const CREATE_ADMIN_SUCCESS = { message: { en: 'Create admin success!', th: 'สร้าง admin เรียบร้อย!' } } export const UPDATE_ADMIN_SUCCESS = { message: { en: 'Update admin success!', th: 'อัพเดต admin เรียบร้อย!' } } export const DELETE_ADMIN_SUCCESS = { message: { en: 'Delete admin success!', th: 'ลบ admin เรียบร้อย!' } } export const UPDATE_STATUS_ADMIN_SUCCESS = { message: { en: 'Update status admin success!', th: 'อัพเดตสถานะ admin เรียบร้อย!' } } export const UPDATE_PASSWORD_ADMIN_SUCCESS = { message: { en: 'Update password admin success!', th: 'อัพเดตรหัสของ admin เรียบร้อย!' } } export const CREATE_SERVER_SUCCESS = { message: { en: 'Create service success!', th: 'สร้าง service เรียบร้อย!' } } export const UPDATE_SERVER_SUCCESS = { message: { en: 'Update service success!', th: 'อัพเดต service เรียบร้อย!' } } export const DELETE_SERVICE_SUCCESS = { message: { en: 'Delete service success!', th: 'ลบ service เรียบร้อย!' } } export const UPDATE_STATUS_SERVER_SUCCESS = { message: { en: 'Update status service success!', th: 'อัพเดตสถานะ service เรียบร้อย!' } } export const GET_APP_SUCCESS = { message: { en: 'get app success!', th: 'เรียกข้อมูล app เรียบร้อย!' } } export const CREATE_APPLICATION_SUCCESS = { message: { en: 'Create application success!', th: 'สร้าง application เรียบร้อย!' } } export const CREATE_CREDENTIAL_SUCCESS = { message: { en: 'Create credential success!', th: 'สร้าง credential เรียบร้อย!' } } export const UPDATE_APPLICATION_SUCCESS = { message: { en: 'Update application success!', th: 'อัพเดต application เรียบร้อย!' } } export const UPDATE_CREDENTIAL_SUCCESS = { message: { en: 'Update credential success!', th: 'อัพเดต credential เรียบร้อย!' } } export const DELETE_APPLICATION_SUCCESS = { message: { en: 'Delete application success!', th: 'ลบ application เรียบร้อย!' } } export const DELETE_CREDENTIAL_SUCCESS = { message: { en: 'Delete credential success!', th: 'ลบ credential เรียบร้อย!' } } export const UPDATE_IS_ADMIN_CREDENTIAL_SUCCESS = { message: { en: 'Update admin credential success!', th: 'อัพเดต admin credential เรียบร้อย!' } } export const UPDATE_IS_CORE_SERVICE_SUCCESS = { message: { en: 'Update isCoreService success!', th: 'อัพเดต isCoreService เรียบร้อย!' } } export const UPDATE_FEATURE_KEY_SUCCESS = { message: { en: 'Update featureKeys success!', th: 'อัพเดต featureKeys เรียบร้อย!' } } export const UPDATE_PERMISSION_SUCCESS = { message: { en: 'Update permissiom success!', th: 'อัพเดต permission เรียบร้อย!' } } export const ADD_SERVICE_TO_APPLICATION_SUCCESS = { message: { en: 'Add servie to application success!', th: 'ทำการเเพิ่ม service ใน application เรียบร้อย!' } } export const ADD_THEME_TO_APPLICATION_SUCCESS = { message: { en: 'Add theme to application success!', th: 'ทำการเเพิ่ม theme ใน application เรียบร้อย!' } } export const UPDATE_STATUS_APPLICATION_SUCCESS = { message: { en: 'Update status application success!', th: 'อัพเดตสถานะ application เรียบร้อย!' } } export const CREATE_RESOURCE_SUCCESS = { message: { en: 'Create resourceOwner success!', th: 'สร้าง resourceOwner เรียบร้อย!' } } export const UPDATE_RESOURCE_SUCCESS = { message: { en: 'Update resourceOwner success!', th: 'อัพเดต resourceOwner เรียบร้อย!' } } export const DELETE_RESOURCE_SUCCESS = { message: { en: 'Delete resourceOwner success!', th: 'ลบ resourceOwner เรียบร้อย!' } } export const UPDATE_RESOURCE_TO_ADMIN_SUCCESS = { message: { en: 'Update resourceOwner to admin success!', th: 'อัพเดต resourceOwner ให้เป็น admin เรียบร้อย!' } } export const UPDATE_STATUS_RESOURCE_ADMIN_SUCCESS = { message: { en: 'Update status resourceOwner admin success!', th: 'อัพเดต สถานะของ resourceOwnerAdmin เรียบร้อย!' } } export const SEND_TO_RESET_PASSWORD_SUCCESS = { message: { en: 'send email to reset password success!', th: 'ส่ง email เพิ่อร้องขอการรีเซ็ตรหัสผ่านเรียบร้อย เรียบร้อย!' } } export const CHANGE_PASSWORD_SUCCESS = { message: { en: 'Change password success!', th: 'เปลี่ยนรหัสผ่าน เรียบร้อย!' } } export const EDIT_ROLE_SUCCESS = { message: { en: 'Edit Role success!!', th: 'แก้ไขบทบาทการเข้าใช้งาน เรียบร้อย!' } } export const SEND_OTP_SUCCESS = { message: { en: 'Send OTP success!', th: 'ส่ง OTP เรียบร้อย!' } } export const VERIFY_PHONE_NUMBER_SUCCESS = { message: { en: 'Verify phone number success!', th: 'ยืนยันเบอร์โทรศัพท์ เรียบร้อย!' } } export const SEND_EMAIL_SUCCESS = { message: { en: 'Send email success!', th: 'ส่ง email เรียบร้อย!' } } export const VERIFY_EMAIL_SUCCESS = { message: { en: 'Verify email success!', th: 'ยืนยัน email เรียบร้อย!' } } export const UPLOAD_SUCCESS = { message: { en: 'Upload success!', th: 'อัพโหลดไฟล์ เรียบร้อย!' } } export const LOGIN_WITH_EMAIL_SUCCESS = { message: { en: 'Login with email success!', th: 'เข้าสู้ระบบด้วย email เรียบร้อย!' } } export const LOGIN_WITH_USERNAME_SUCCESS = { message: { en: 'Login with Username success!', th: 'เข้าสู้ระบบด้วย Username เรียบร้อย!' } } export const LOGIN_WITH_PHONE_NUMBER_SUCCESS = { message: { en: 'Login with phone number success!', th: 'เข้าสู้ระบบด้วย phone number เรียบร้อย!' } } export const LOGIN_WITH_FACEBOOK_SUCCESS = { message: { en: 'Login with facebook success!', th: 'เข้าสู้ระบบด้วย facebook เรียบร้อย!' } } export const LOGIN_WITH_GOOGLE_SUCCESS = { message: { en: 'Login with google success!', th: 'เข้าสู้ระบบด้วย google เรียบร้อย!' } } export const LOGIN_WITH_LINE_SUCCESS = { message: { en: 'Login with line success!', th: 'เข้าสู้ระบบด้วย line เรียบร้อย!' } } export const LOGIN_WITH_APPLE_SUCCESS = { message: { en: 'Login with apple success!', th: 'เข้าสู้ระบบด้วย apple เรียบร้อย!' } } export const GENERATE_SUPER_ADMIN_TOKEN_SUCCESS = { message: { en: 'generate super admin token success!', th: 'สร้าง super admin token สำเร็จ!' } } export const CREATE_THEME_SUCCESS = { message: { en: 'Create theme success!', th: 'สร้าง theme เรียบร้อย!' } } export const UPDATE_THEME_SUCCESS = { message: { en: 'Update theme success!', th: 'อัพเดต theme เรียบร้อย!' } } export const DELETE_THEME_SUCCESS = { message: { en: 'Delete theme success!', th: 'ลบ theme เรียบร้อย!' } } export const GET_THEME_SUCCESS = { message: { en: 'get theme success!', th: 'เรียกข้อมูล theme เรียบร้อย!' } }