Skip to content

Commit

Permalink
add translation
Browse files Browse the repository at this point in the history
  • Loading branch information
auumgn committed Feb 8, 2024
1 parent 4ab02ef commit b332699
Show file tree
Hide file tree
Showing 12 changed files with 462 additions and 441 deletions.
2 changes: 1 addition & 1 deletion ui/src/app/user/user-update.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export class UserUpdateComponent {
}

confirmOwnershipChange() {
const question = $localize`@@gatewayApp.msUserServiceMSUser.changeOwnership.question.string`
const question = $localize`:@@gatewayApp.msUserServiceMSUser.changeOwnership.question.string:Are you sure you want to transfer ownership? You are about to transfer ownership of this organization account. If you are the organization owner after transferring ownership, you will no longer have access to administrative functions, such as managing users.`
const result = confirm(question)
if (result) {
this.save()
Expand Down
82 changes: 41 additions & 41 deletions ui/src/i18n/messages.cs.xlf

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions ui/src/i18n/messages.es.xlf

Large diffs are not rendered by default.

90 changes: 46 additions & 44 deletions ui/src/i18n/messages.fr.xlf

Large diffs are not rendered by default.

131 changes: 74 additions & 57 deletions ui/src/i18n/messages.it.xlf

Large diffs are not rendered by default.

87 changes: 44 additions & 43 deletions ui/src/i18n/messages.ja.xlf

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions ui/src/i18n/messages.ko.xlf

Large diffs are not rendered by default.

85 changes: 43 additions & 42 deletions ui/src/i18n/messages.pt.xlf

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions ui/src/i18n/messages.ru.xlf

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ui/src/i18n/messages.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -1337,11 +1337,11 @@
<context context-type="linenumber">42</context>
</context-group>
</trans-unit>
<trans-unit id="8705416788801538416" datatype="html">
<source>@@gatewayApp.msUserServiceMSUser.changeOwnership.question.string</source>
<trans-unit id="gatewayApp.msUserServiceMSUser.changeOwnership.question.string" datatype="html">
<source>Are you sure you want to transfer ownership? You are about to transfer ownership of this organization account. If you are the organization owner after transferring ownership, you will no longer have access to administrative functions, such as managing users.</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/user/user-update.component.ts</context>
<context context-type="linenumber">218</context>
<context context-type="linenumber">216</context>
</context-group>
</trans-unit>
</body>
Expand Down
84 changes: 42 additions & 42 deletions ui/src/i18n/messages.zh-CN.xlf

Large diffs are not rendered by default.

84 changes: 42 additions & 42 deletions ui/src/i18n/messages.zh-TW.xlf

Large diffs are not rendered by default.

0 comments on commit b332699

Please sign in to comment.