All Downloads are FREE. Search and download functionalities are using the official Maven repository.

crud_angular_client_app.templates.src.assets.i18n.en.json.ftl Maven / Gradle / Ivy

There is a newer version: 2.4.3
Show newest version
{
  "buttons": {
    "submit": "Send",
    "search": "SEARCH",
    "cancel": "CANCEL",
    "save": "SAVE",
    "clean": "CLEAR",
    "close": "Close",
    "addItem": "Add item",
    "editItem": "Edit item",
    "deleteItem": "Delete item"
  },
  "header": {
    "title": "OASP4JS",
    "error": "LOGIN ERROR",
    "EN": "English",
    "ES": "Spanish"
  },
  "login": {
    "title": "Login",
    "username": "Username",
    "password": "Password",
    "errorMsg": "Wrong username or password"
  },
  "home": "Home",
  "description": "Description",
  "example": "Example",
  "example description": "Example Description",
  "LIKE": "LIKE",
  "SHARE": "SHARE",
  "CLOSE": "CLOSE",
  "ERROR": "ERROR",    
  "${variables.component?lower_case}": {
    "addTitle": "Add new item",        
    "editTitle": "Edit item",
    "searchTip": "Search Panel",
    "sortTip": "Clear Sorting",
    "alert": {
      "acceptBtn": "Yes, Delete",
      "cancelBtn": "No, Cancel",
      "title": "Confirm",
      "message": "Are you sure you want to delete this item?"
    },
    "${variables.etoName?cap_first}": {
      "title": "${variables.etoName?cap_first}_EN_Grid",
      "subtitle": "${variables.etoName?cap_first}_EN_Description",
      "navData": "${variables.etoName?cap_first}_EN",
      "navDataSub": "${variables.etoName?cap_first}_EN",
      "navDataSubDescription": "${variables.etoName?cap_first}_EN_Description",
      "columns": {
      <#list pojo.fields as field>
        "${field.name?lower_case}": "${field.name?cap_first}_EN"<#if field?has_next>,
      
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy