Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing i18n #1212

Merged
merged 1 commit into from
Jun 12, 2024
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
485 changes: 337 additions & 148 deletions ui/src/i18n/messages.cs.xlf

Large diffs are not rendered by default.

502 changes: 349 additions & 153 deletions ui/src/i18n/messages.es.xlf

Large diffs are not rendered by default.

517 changes: 360 additions & 157 deletions ui/src/i18n/messages.fr.xlf

Large diffs are not rendered by default.

509 changes: 354 additions & 155 deletions ui/src/i18n/messages.it.xlf

Large diffs are not rendered by default.

431 changes: 298 additions & 133 deletions ui/src/i18n/messages.ja.xlf

Large diffs are not rendered by default.

436 changes: 301 additions & 135 deletions ui/src/i18n/messages.ko.xlf

Large diffs are not rendered by default.

502 changes: 350 additions & 152 deletions ui/src/i18n/messages.pt.xlf

Large diffs are not rendered by default.

487 changes: 340 additions & 147 deletions ui/src/i18n/messages.ru.xlf

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ui/src/i18n/messages.zh-CN.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
</trans-unit>
<trans-unit id="gatewayApp.assertionServiceAssertion.delete.fromPortalAndRegistry.string" datatype="html">
<source>Are you sure you want to delete this affiliation for <x id="PH" equiv-text="this.affiliation?.email"></x>? The affiliation will be deleted from the portal and the user&apos;s ORCID record</source>
<target state="new"></target>
<target state="new">是否确定删除 {{ email }} 的这一附属关系?该附属关系将从门户网站和用户的 ORCID 记录中删除。</target>
<context-group purpose="location">
<context context-type="sourcefile">src/app/affiliation/affiliation-delete.component.ts</context>
<context context-type="linenumber">40</context>
Expand Down
416 changes: 288 additions & 128 deletions ui/src/i18n/messages.zh-TW.xlf

Large diffs are not rendered by default.

Loading