ra-language-english
Advanced tools
Comparing version
@@ -11,2 +11,3 @@ "use strict"; | ||
cancel: 'Cancel', | ||
clear_array_input: 'Clear the list', | ||
clear_input_value: 'Clear value', | ||
@@ -87,2 +88,3 @@ clone: 'Clone', | ||
bulk_update_title: 'Update %{name} |||| Update %{smart_count} %{name}', | ||
clear_array_input: 'Are you sure you want to clear the whole list?', | ||
delete_content: 'Are you sure you want to delete this item?', | ||
@@ -168,5 +170,2 @@ delete_title: 'Delete %{name} #%{id}', | ||
configureMode: 'Configure this page', | ||
Datagrid: { | ||
unlabeled: 'Unlabeled column #%{column}', | ||
}, | ||
inspector: { | ||
@@ -176,4 +175,15 @@ title: 'Inspector', | ||
reset: 'Reset Settings', | ||
hideAll: 'Hide All', | ||
showAll: 'Show All', | ||
}, | ||
Datagrid: { | ||
title: 'Datagrid', | ||
unlabeled: 'Unlabeled column #%{column}', | ||
}, | ||
SimpleForm: { | ||
title: 'Form', | ||
unlabeled: 'Unlabeled input #%{input}', | ||
}, | ||
SimpleList: { | ||
title: 'List', | ||
primaryText: 'Primary text', | ||
@@ -180,0 +190,0 @@ secondaryText: 'Secondary text', |
@@ -9,2 +9,3 @@ var englishMessages = { | ||
cancel: 'Cancel', | ||
clear_array_input: 'Clear the list', | ||
clear_input_value: 'Clear value', | ||
@@ -85,2 +86,3 @@ clone: 'Clone', | ||
bulk_update_title: 'Update %{name} |||| Update %{smart_count} %{name}', | ||
clear_array_input: 'Are you sure you want to clear the whole list?', | ||
delete_content: 'Are you sure you want to delete this item?', | ||
@@ -166,5 +168,2 @@ delete_title: 'Delete %{name} #%{id}', | ||
configureMode: 'Configure this page', | ||
Datagrid: { | ||
unlabeled: 'Unlabeled column #%{column}', | ||
}, | ||
inspector: { | ||
@@ -174,4 +173,15 @@ title: 'Inspector', | ||
reset: 'Reset Settings', | ||
hideAll: 'Hide All', | ||
showAll: 'Show All', | ||
}, | ||
Datagrid: { | ||
title: 'Datagrid', | ||
unlabeled: 'Unlabeled column #%{column}', | ||
}, | ||
SimpleForm: { | ||
title: 'Form', | ||
unlabeled: 'Unlabeled input #%{input}', | ||
}, | ||
SimpleList: { | ||
title: 'List', | ||
primaryText: 'Primary text', | ||
@@ -178,0 +188,0 @@ secondaryText: 'Secondary text', |
{ | ||
"name": "ra-language-english", | ||
"version": "4.5.2", | ||
"version": "4.6.0", | ||
"description": "English messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services", | ||
@@ -24,3 +24,3 @@ "repository": { | ||
"dependencies": { | ||
"ra-core": "^4.5.2" | ||
"ra-core": "^4.6.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "devDependencies": { | ||
"homepage": "https://github.com/marmelab/react-admin#readme", | ||
"gitHead": "7e5a82c916f91cb61bdb4334e56e7e68da87bc94" | ||
"gitHead": "39598ef9e9d3859d7fd635eb467f612d4248d0ee" | ||
} |
@@ -11,2 +11,3 @@ import { TranslationMessages } from 'ra-core'; | ||
cancel: 'Cancel', | ||
clear_array_input: 'Clear the list', | ||
clear_input_value: 'Clear value', | ||
@@ -96,2 +97,3 @@ clone: 'Clone', | ||
'Update %{name} |||| Update %{smart_count} %{name}', | ||
clear_array_input: 'Are you sure you want to clear the whole list?', | ||
delete_content: 'Are you sure you want to delete this item?', | ||
@@ -185,5 +187,2 @@ delete_title: 'Delete %{name} #%{id}', | ||
configureMode: 'Configure this page', | ||
Datagrid: { | ||
unlabeled: 'Unlabeled column #%{column}', | ||
}, | ||
inspector: { | ||
@@ -193,4 +192,15 @@ title: 'Inspector', | ||
reset: 'Reset Settings', | ||
hideAll: 'Hide All', | ||
showAll: 'Show All', | ||
}, | ||
Datagrid: { | ||
title: 'Datagrid', | ||
unlabeled: 'Unlabeled column #%{column}', | ||
}, | ||
SimpleForm: { | ||
title: 'Form', | ||
unlabeled: 'Unlabeled input #%{input}', | ||
}, | ||
SimpleList: { | ||
title: 'List', | ||
primaryText: 'Primary text', | ||
@@ -197,0 +207,0 @@ secondaryText: 'Secondary text', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
51542
3.2%618
5.1%Updated