All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
crud_angular_client_app.templates.src.assets.i18n.en.json.ftl Maven / Gradle / Ivy
{
"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>,#if>
#list>
}
}
}
}