Add descriptions
This commit is contained in:
parent
84e7a592af
commit
842544fc05
2 changed files with 10 additions and 2 deletions
|
@ -4635,7 +4635,7 @@ class S {
|
|||
return Intl.message(
|
||||
'On device',
|
||||
name: 'onDevice',
|
||||
desc: '',
|
||||
desc: 'The text displayed above folders/albums stored on device',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
@ -4645,7 +4645,7 @@ class S {
|
|||
return Intl.message(
|
||||
'On <branding>ente</branding>',
|
||||
name: 'onEnte',
|
||||
desc: '',
|
||||
desc: 'The text displayed above albums backed up to ente',
|
||||
args: [],
|
||||
);
|
||||
}
|
||||
|
|
|
@ -625,7 +625,15 @@
|
|||
"collectEventPhotos": "Collect event photos",
|
||||
"sessionExpired": "Session expired",
|
||||
"loggingOut": "Logging out...",
|
||||
"@onDevice": {
|
||||
"description": "The text displayed above folders/albums stored on device",
|
||||
"type": "text"
|
||||
},
|
||||
"onDevice": "On device",
|
||||
"@onEnte": {
|
||||
"description": "The text displayed above albums backed up to ente",
|
||||
"type": "text"
|
||||
},
|
||||
"onEnte": "On <branding>ente</branding>",
|
||||
"name": "Name",
|
||||
"newest": "Newest",
|
||||
|
|
Loading…
Add table
Reference in a new issue