Add common messages
This commit is contained in:
parent
2932f06ddd
commit
5f7df50db9
1 changed files with 9 additions and 1 deletions
10
src/intl.ts
10
src/intl.ts
|
@ -9,6 +9,14 @@ export const commonMessages = defineMessages({
|
||||||
defaultMessage: "Confirm",
|
defaultMessage: "Confirm",
|
||||||
id: "confirm"
|
id: "confirm"
|
||||||
},
|
},
|
||||||
|
generalInformations:{
|
||||||
|
defaultMessage: "General Informations",
|
||||||
|
id:"generalInformations"
|
||||||
|
},
|
||||||
|
properties:{
|
||||||
|
defaultMessage: "Properties",
|
||||||
|
id: "properties"
|
||||||
|
},
|
||||||
save: {
|
save: {
|
||||||
defaultMessage: "save",
|
defaultMessage: "save",
|
||||||
id: "save"
|
id: "save"
|
||||||
|
@ -21,7 +29,7 @@ export const commonMessages = defineMessages({
|
||||||
|
|
||||||
export const sectionNames = defineMessages({
|
export const sectionNames = defineMessages({
|
||||||
attributes: {
|
attributes: {
|
||||||
defaultMessage: "attributes",
|
defaultMessage: "Attributes",
|
||||||
description: "attributes section name",
|
description: "attributes section name",
|
||||||
id: "attributes"
|
id: "attributes"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue