Skip to content

Commit

Permalink
Merge pull request #3995 from nextcloud/chore/l10n/manager-supervisor
Browse files Browse the repository at this point in the history
chore(l10n): add translator context to manager
  • Loading branch information
ChristophWurst authored Jun 19, 2024
2 parents 161d53f + 4d9bc76 commit 32134ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/models/rfcProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ const properties = {
'x-managersname': {
multiple: false,
force: 'select',
// TRANSLATORS The supervisor of an employee
readableName: t('contacts', 'Manager'),
icon: 'icon-manager',
default: false,
Expand Down Expand Up @@ -294,6 +295,7 @@ const properties = {
{ id: 'RELATIVE', name: t('contacts', 'Relative') },
{ id: 'FRIEND', name: t('contacts', 'Friend') },
{ id: 'COLLEAGUE', name: t('contacts', 'Colleague') },
// TRANSLATORS The supervisor of an employee
{ id: 'MANAGER', name: t('contacts', 'Manager') },
{ id: 'ASSISTANT', name: t('contacts', 'Assistant') },
],
Expand All @@ -314,6 +316,7 @@ const properties = {
{ id: 'FRIEND', name: t('contacts', 'Friend') },
{ id: 'COLLEAGUE', name: t('contacts', 'Colleague') },
{ id: 'COWORKER', name: t('contacts', 'Co-worker') },
// TRANSLATORS The supervisor of an employee
{ id: 'MANAGER', name: t('contacts', 'Manager') },
{ id: 'ASSISTANT', name: t('contacts', 'Assistant') },
{ id: 'SPOUSE', name: t('contacts', 'Spouse') },
Expand Down

0 comments on commit 32134ab

Please sign in to comment.