You've already forked AstralRinth
forked from didirus/AstralRinth
Add translation keys for Pats page (#1590)
* Begin Work * More work * Fix lint error * More work on label * Fix mistake * Finish adding delete pat modal keys * More label and button * More label keys * Fix lint error * Description key * Finish page * Forgot this * Fix lint error * Add to navstack * Apply suggestions from brawaru * Normalization * Re-organize PATs page messages (#10) - Group messages by their usage - Fix spelling mistakes in some of the property names and keys - Change some of the keys to conform to keying conventions - Change variable name in token.expires-in message to inTime * Regenrate index.json --------- Co-authored-by: Sasha Sorokin <10401817+brawaru@users.noreply.github.com>
This commit is contained in:
@@ -15,6 +15,10 @@ export const commonMessages = defineMessages({
|
||||
id: 'button.continue',
|
||||
defaultMessage: 'Continue',
|
||||
},
|
||||
createdAgoLabel: {
|
||||
id: 'label.created-ago',
|
||||
defaultMessage: 'Created {ago}',
|
||||
},
|
||||
dateAtTimeTooltip: {
|
||||
id: 'tooltip.date-at-time',
|
||||
defaultMessage: '{date, date, long} at {time, time, short}',
|
||||
@@ -71,6 +75,14 @@ export const commonMessages = defineMessages({
|
||||
id: 'button.save',
|
||||
defaultMessage: 'Save',
|
||||
},
|
||||
saveChangesButton: {
|
||||
id: 'button.save-changes',
|
||||
defaultMessage: 'Save changes',
|
||||
},
|
||||
scopesLabel: {
|
||||
id: 'label.scopes',
|
||||
defaultMessage: 'Scopes',
|
||||
},
|
||||
titleLabel: {
|
||||
id: 'label.title',
|
||||
defaultMessage: 'Title',
|
||||
|
||||
Reference in New Issue
Block a user