1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Update translations

This commit is contained in:
Laurent Cozic
2023-11-14 19:00:52 +00:00
parent 1e530b74d4
commit 1af46b0246
86 changed files with 24792 additions and 20043 deletions

View File

@@ -2637,15 +2637,15 @@ class Setting extends BaseModel {
// TODO: This is currently specific to the mobile app
const sectionNameToSummary: Record<string, string> = {
'general': _('Language, date format'),
'appearance': _('App theme, editor font'),
'appearance': _('Themes, editor font'),
'sync': _('Sync, encryption, proxy'),
'joplinCloud': _('Email To Note, login information'),
'markdownPlugins': _('Media player, math, diagrams, table of contents'),
'note': _('Geolocation, spellcheck, editor toolbar, image resize'),
'revisionService': _('Toggle note history, keep notes for'),
'tools': _('Application log, profiles, sync status'),
'tools': _('Logs, profiles, sync status'),
'export': _('Export your data'),
'moreInfo': _('Privacy policy, donate, website'),
'moreInfo': _('Donate, website'),
};
return sectionNameToSummary[metadata.name] ?? '';