ЁЯУБ Showcase
Add Order - Hindi

Add Order - Hindi

Set backend

1. Hindi translation

// transale the text to hindi for users who knows Hindi
 
ensure translation CoffeePrice 
  phrase: "Coffee price" 
  type: text 
  translationMap: {
      'hi': 'рдХреЙрдлреА рдХреА рдХреАрдордд'
    }
 
ensure translation Office 
  phrase: "Office" 
  type: text 
  translationMap: {
      'hi': 'рдСрдлрд┐рд╕'
    }
 
ensure translation OfficeMasterRowId 
  phrase: "Office master row id" 
  type: text 
  translationMap: {
      'hi': 'рдСрдлрд┐рд╕ рдорд╛рд╕реНрдЯрд░ рдЖрдИрдбреА'
    }
 
ensure translation Address 
  phrase: "Address" 
  type: text 
  translationMap: {
      'hi': 'рдкрддрд╛'
    }
 
ensure translation CoffeeCount 
  phrase: "Coffee count" 
  type: text 
  translationMap: {
      'hi': 'рдХреЙрдлреА рдХреА рд╕рдВрдЦреНрдпрд╛'
    }
 
ensure translation Morning 
  phrase: "Morning" 
  type: text 
  translationMap: {
      'hi': 'рд╕реБрдмрд╣'
    }
 
ensure translation Time 
  phrase: "Time" 
  type: text 
  translationMap: {
      'hi': 'рд╕рдордп'
    }
 
ensure translation EditOfficeMaster 
  phrase: "Edit office master" 
  type: text 
  translationMap: {
      'hi': 'рдСрдлрд┐рд╕ рдорд╛рд╕реНрдЯрд░ рд╕рдВрдкрд╛рджрд┐рдд рдХрд░реЗрдВ'
    }
 
ensure translation Name 
  phrase: "Name" 
  type: text 
  translationMap: {
      'hi': 'рдирд╛рдо'
    }
 
ensure translation MobileNumber 
  phrase: "Mobile number" 
  type: text 
  translationMap: {
      'hi': 'рдореЛрдмрд╛рдЗрд▓ рдирдВрдмрд░'
    }
 
ensure translation TeaCount 
  phrase: "Tea count" 
  type: text 
  translationMap: {
      'hi': 'рдЪрд╛рдп рдХреА рд╕рдВрдЦреНрдпрд╛'
    }
 
ensure translation TeaPrice 
  phrase: "Tea price" 
  type: text 
  translationMap: {
      'hi': 'рдЪрд╛рдп рдХреА рдХреАрдордд'
    }
 
ensure translation AddOrder 
  phrase: "Add order" 
  type: text 
  translationMap: {
      'hi': 'рдСрд░реНрдбрд░ рдЬреЛрдбрд╝реЗрдВ'
    }
 
ensure translation Order 
  phrase: "Order" 
  type: text 
  translationMap: {
      'hi': 'рдСрд░реНрдбрд░'
    }
 
ensure translation Afternoon 
  phrase: "Afternoon" 
  type: text 
  translationMap: {
      'hi': 'рджреЛрдкрд╣рд░'
    }
 
ensure translation OfficeRef 
  phrase: "Office ref" 
  type: text 
  translationMap: {
      'hi': 'рдХрд╛рд░реНрдпрд╛рд▓рдп рд╕рдВрджрд░реНрдн'
    }
 
ensure translation Date 
  phrase: "Date" 
  type: text 
  translationMap: {
      'hi': 'рддрд┐рдерд┐'
    }
 
ensure translation OfficeNumber 
  phrase: "Office number" 
  type: text 
  translationMap: {
      'hi': 'рдСрдлрд┐рд╕ рдирдВрдмрд░'
    }
 
ensure translation AddOffice 
  phrase: "Add office" 
  type: text 
  translationMap: {
      'hi': 'рдСрдлрд┐рд╕ рдЬреЛрдбрд╝реЗрдВ'
    }
 
ensure translation Active 
  phrase: "Active" 
  type: text 
  translationMap: {
      'hi': 'рд╕рдХреНрд░рд┐рдп'
    }
 
ensure translation Details 
  phrase: "Details" 
  type: text 
  translationMap: {
      'hi': 'рд╡рд┐рд╡рд░рдг'
    }
 
ensure translation Signature 
  phrase: "Signature" 
  type: text 
  translationMap: {
      'hi': 'рд╣рд╕реНрддрд╛рдХреНрд╖рд░'
    }
 
ensure translation Total 
  phrase: "Total" 
  type: text 
  translationMap: {
      'hi': 'рдХреБрд▓'
    }