Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/languages/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6352,6 +6352,10 @@ _Für ausführlichere Anweisungen [besuchen Sie unsere Hilfeseite](${CONST.NETSU
one: 'Als Workspace-Admin festlegen',
other: 'Workspace-Admins ernennen',
}),
makeGroupAdmin: () => ({
one: 'Als Admin festlegen',
other: 'Admins ernennen',
}),
makeAuditor: () => ({
one: 'Zum Prüfer machen',
other: 'Prüfende hinzufügen',
Expand Down
4 changes: 4 additions & 0 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6406,6 +6406,10 @@ const translations = {
one: 'Make workspace admin',
other: 'Make workspace admins',
}),
makeGroupAdmin: () => ({
one: 'Make admin',
other: 'Make admins',
}),
makeAuditor: () => ({
one: 'Make auditor',
other: 'Make auditors',
Expand Down
4 changes: 4 additions & 0 deletions src/languages/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6183,6 +6183,10 @@ ${amount} para ${merchant} - ${date}`,
one: 'Hacer administrador del espacio de trabajo',
other: 'Convertir en administradores del espacio de trabajo',
}),
makeGroupAdmin: () => ({
one: 'Hacer administrador',
other: 'Convertir en administradores',
}),
makeAuditor: () => ({
one: 'Convertir en auditor',
other: 'Convertir en auditores',
Expand Down
4 changes: 4 additions & 0 deletions src/languages/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6376,6 +6376,10 @@ _Pour des instructions plus détaillées, [visitez notre site d’aide](${CONST.
one: 'Nommer administrateur de l’espace de travail',
other: 'Nommer des administrateurs de l’espace de travail',
}),
makeGroupAdmin: () => ({
one: 'Nommer administrateur',
other: 'Nommer des administrateurs',
}),
makeAuditor: () => ({
one: 'Nommer auditeur',
other: 'Créer des auditeurs',
Expand Down
4 changes: 4 additions & 0 deletions src/languages/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6340,6 +6340,10 @@ _Per istruzioni più dettagliate, [visita il nostro sito di assistenza](${CONST.
one: 'Rendi amministratore dello spazio di lavoro',
other: 'Rendi amministratori dello spazio di lavoro',
}),
makeGroupAdmin: () => ({
one: 'Rendi amministratore',
other: 'Rendi amministratori',
}),
makeAuditor: () => ({
one: 'Rendi revisore',
other: 'Crea revisori',
Expand Down
4 changes: 4 additions & 0 deletions src/languages/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6267,6 +6267,10 @@ _詳しい手順については、[ヘルプサイトをご覧ください](${CO
one: 'ワークスペース管理者にする',
other: 'ワークスペース管理者にする',
}),
makeGroupAdmin: () => ({
one: '管理者にする',
other: '管理者にする',
}),
makeAuditor: () => ({
one: '監査担当者に設定',
other: '監査担当者を作成',
Expand Down
4 changes: 4 additions & 0 deletions src/languages/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6322,6 +6322,10 @@ _Voor meer gedetailleerde instructies, [bezoek onze help-site](${CONST.NETSUITE_
one: 'Workspace-beheerder maken',
other: 'Workspace-beheerders maken',
}),
makeGroupAdmin: () => ({
one: 'Admin maken',
other: 'Beheerders maken',
}),
makeAuditor: () => ({
one: 'Auditeur maken',
other: 'Auditors aanmaken',
Expand Down
4 changes: 4 additions & 0 deletions src/languages/pl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6314,6 +6314,10 @@ _Aby uzyskać bardziej szczegółowe instrukcje, [odwiedź naszą stronę pomocy
one: 'Ustaw jako administratora przestrzeni roboczej',
other: 'Ustaw jako administratorów przestrzeni roboczej',
}),
makeGroupAdmin: () => ({
one: 'Ustaw jako administratora',
other: 'Ustaw jako administratorów',
}),
makeAuditor: () => ({
one: 'Ustaw jako audytora',
other: 'Utwórz audytorów',
Expand Down
4 changes: 4 additions & 0 deletions src/languages/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6314,6 +6314,10 @@ _Para instruções mais detalhadas, [visite nossa central de ajuda](${CONST.NETS
one: 'Tornar admin do workspace',
other: 'Tornar admins do workspace',
}),
makeGroupAdmin: () => ({
one: 'Tornar admin',
other: 'Tornar admins',
}),
makeAuditor: () => ({
one: 'Tornar auditor',
other: 'Tornar auditores',
Expand Down
4 changes: 4 additions & 0 deletions src/languages/zh-hans.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6148,6 +6148,10 @@ _如需更详细的说明,请[访问我们的帮助网站](${CONST.NETSUITE_IM
one: '设为工作区管理员',
other: '设为工作区管理员',
}),
makeGroupAdmin: () => ({
one: '设为管理员',
other: '设为管理员',
}),
makeAuditor: () => ({
one: '设为审计员',
other: '创建审计员',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/DynamicReportParticipantsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ function DynamicReportParticipantsPage({report}: DynamicReportParticipantsPagePr
...(isAtLeastOneMemberSelected
? [
{
text: translate('workspace.people.makeAdmin', {count: selectedMembers.length}),
text: translate('workspace.people.makeGroupAdmin', {count: selectedMembers.length}),
value: CONST.POLICY.MEMBERS_BULK_ACTION_TYPES.MAKE_ADMIN,
icon: icons.MakeAdmin,
onSelected: () => changeUserRole(CONST.REPORT.ROLE.ADMIN),
Expand Down
Loading