1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "common": {
- "appName": "MyApp",
- "filter": "Filter",
- "all": "All",
- "new": "New",
- "refresh": "Refresh",
- "close": "Close",
- "actions": "Actions",
- "never": "Never",
- "delete": "Delete",
- "edit": "Edit",
- "submit": "Submit",
- "menu": "Menu",
- "cancel": "Cancel",
- "confirmDelete": "Confirm deletion",
- "pagination": {
- "of": "of",
- "page": "Page:",
- "rowsPerPage": "Items per page:"
- },
- "createdBy": "Created with ❤ by",
- "busyLoading": "Loading..."
- },
- "home": {
- "name": "Home",
- "welcome": "Welcome Home!"
- },
- "pkguid": {
- "name": "PkGuids",
- "selectedItems": "{count} {count, select, 1{PkGuid} other{PkGuids}} selected",
- "id": "Id",
- "someText": "Some Text",
- "someInt": "Some Int",
- "createdAt": "Created At",
- "updatedAt": "Updated At",
- "deleteOne": "Do you really want to delete PkGuid '{text}'?",
- "deleteMultiple": "Do you really want to delete {count} {count, select, 1{PkGuid} other{PkGuids}}?",
- "edit": {
- "defaultTitle": "Edit PkGuid",
- "defaultToolbarTitle": "PkGuid ~ Edit",
- "title": "Edit PkGuid '{text}'",
- "toolbarTitle": "PkGuids ~ Edit ~ {text}"
- },
- "add": {
- "defaultTitle": "New PkGuid",
- "defaultToolbarTitle": "PkGuids ~ New"
- }
- }
- }
|