Skip to content

Commit

Permalink
Fix translations (never delete used keys from Phrase!!!)
Browse files Browse the repository at this point in the history
  • Loading branch information
armhub committed Jan 31, 2025
1 parent ce63e56 commit 01f4500
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/common/misc/TranslationKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1889,3 +1889,7 @@ export type TranslationKeyType =
| "yourMessage_label"
| "you_label"
| "emptyString_msg"
// Put in temporarily, will be removed soon
| "localAdminGroup_label"
| "assignAdminRightsToLocallyAdministratedUserError_msg"
| "localAdminGroups_label"
6 changes: 5 additions & 1 deletion src/mail-app/translations/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1908,6 +1908,10 @@ export default {
"yourCalendars_label": "Deine Kalender",
"yourFolders_action": "DEINE ORDNER",
"yourMessage_label": "Deine Nachricht",
"you_label": "Du"
"you_label": "Du",
// Put in temporarily, will be removed soon
"localAdminGroup_label": "Local admin group",
"assignAdminRightsToLocallyAdministratedUserError_msg": "You can't assign global admin rights to a locally administrated user.",
"localAdminGroups_label": "Local admin groups"
}
}
6 changes: 5 additions & 1 deletion src/mail-app/translations/de_sie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1908,6 +1908,10 @@ export default {
"yourCalendars_label": "Deine Kalender",
"yourFolders_action": "Ihre ORDNER",
"yourMessage_label": "Ihre Nachricht",
"you_label": "Sie"
"you_label": "Sie",
// Put in temporarily, will be removed soon
"localAdminGroup_label": "Local admin group",
"assignAdminRightsToLocallyAdministratedUserError_msg": "You can't assign global admin rights to a locally administrated user.",
"localAdminGroups_label": "Local admin groups",
}
}
6 changes: 5 additions & 1 deletion src/mail-app/translations/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1904,6 +1904,10 @@ export default {
"yourCalendars_label": "Your calendars",
"yourFolders_action": "YOUR FOLDERS",
"yourMessage_label": "Your message",
"you_label": "You"
"you_label": "You",
// Put in temporarily, will be removed soon
"localAdminGroup_label": "Local admin group",
"assignAdminRightsToLocallyAdministratedUserError_msg": "You can't assign global admin rights to a locally administrated user.",
"localAdminGroups_label": "Local admin groups"
}
}

0 comments on commit 01f4500

Please sign in to comment.