Add descriptions

This commit is contained in:
vishnukvmd 2023-04-21 20:19:44 +05:30
parent 84e7a592af
commit 842544fc05
2 changed files with 10 additions and 2 deletions

View file

@ -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: [],
);
}

View file

@ -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",