diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bbed2be0c..429c0546f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,66 @@ +## v2.110.2 - 2025-01-27 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.110.1...v2.110.2) + +- [#2453](https://github.com/ORCID/orcid-angular/pull/2453): Lmendoza/batch of work jan 2025 +- [#2452](https://github.com/ORCID/orcid-angular/pull/2452): handle reactivation backend errors + +## v2.110.1 - 2025-01-23 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.110.0...v2.110.1) + +- [#2450](https://github.com/ORCID/orcid-angular/pull/2450): migrate reactivation form + +## v2.110.0 - 2025-01-16 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.109.24...v2.110.0) + +## v2.109.24 - 2025-01-15 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.109.23...v2.109.24) + +- [#2449](https://github.com/ORCID/orcid-angular/pull/2449): Transifex - Update worktypes to upper case + +## v2.109.23 - 2025-01-15 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.109.22...v2.109.23) + +- [#2448](https://github.com/ORCID/orcid-angular/pull/2448): Tx push + +## v2.109.22 - 2025-01-13 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.109.21...v2.109.22) + +## v2.109.21 - 2025-01-13 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.109.20...v2.109.21) + +- [#2446](https://github.com/ORCID/orcid-angular/pull/2446): Update google keys + +## v2.109.20 - 2025-01-10 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.109.19...v2.109.20) + +- [#2445](https://github.com/ORCID/orcid-angular/pull/2445): 9576-qa-dynamic-field-name-not-working-for-new-work-types + +## v2.109.19 - 2025-01-09 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.109.18...v2.109.19) + +- [#2444](https://github.com/ORCID/orcid-angular/pull/2444): 9579-v3-work-types-lecture-and-public-speech + +## v2.109.18 - 2025-01-09 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.109.17...v2.109.18) + +- [#2443](https://github.com/ORCID/orcid-angular/pull/2443): 9579-v3-work-types-lecture-and-public-speech + +## v2.109.17 - 2025-01-08 + +[Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.109.16...v2.109.17) + +- [#2442](https://github.com/ORCID/orcid-angular/pull/2442): format-fix + ## v2.109.16 - 2025-01-08 [Full Changelog](https://github.com/ORCID/orcid-angular/compare/v2.109.15...v2.109.16) diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 36ca4c949b..b9e60ac968 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -151,7 +151,7 @@ const routes: Routes = [ matcher: routerReactivation, canActivateChild: [LanguageGuard, RegisterGuard], loadChildren: () => - import('./register/register.module').then((m) => m.RegisterModuleLegacy), + import('./register2/register.module').then((m) => m.Register2Module), }, { path: ApplicationRoutes.selfService, @@ -171,7 +171,10 @@ const routes: Routes = [ }, { path: '**', - redirectTo: '/', + loadChildren: () => + import('./page-not-found-404/page-not-found-404.module').then( + (m) => m.PageNotFound404Module + ), }, ] diff --git a/src/app/cdk/deep-select-input/deep-select-input/deep-select-input.component.html b/src/app/cdk/deep-select-input/deep-select-input/deep-select-input.component.html index 04c447680a..9d6946e6c4 100644 --- a/src/app/cdk/deep-select-input/deep-select-input/deep-select-input.component.html +++ b/src/app/cdk/deep-select-input/deep-select-input/deep-select-input.component.html @@ -15,6 +15,7 @@ [value]="selectedItem?.label" matInput [errorStateMatcher]="getMatcher()" + role="menu" /> arrow_drop_down diff --git a/src/app/cdk/panel/panels/panels.component.spec.ts b/src/app/cdk/panel/panels/panels.component.spec.ts index b2d635632b..ba4d733d37 100644 --- a/src/app/cdk/panel/panels/panels.component.spec.ts +++ b/src/app/cdk/panel/panels/panels.component.spec.ts @@ -95,7 +95,7 @@ describe('PanelsComponent', () => { const dialogs = await loader.getAllHarnesses(MatDialogHarness) expect(dialogs.length).toBe(1) expect(await dialogs[0].getText()).toContain( - 'Please verify your primary email address' + 'Please verify your email addresses' ) }) }) diff --git a/src/app/cdk/top-bar-verification-email/modals/top-bar-verification-email-modal/top-bar-verification-email-modal.component.html b/src/app/cdk/top-bar-verification-email/modals/top-bar-verification-email-modal/top-bar-verification-email-modal.component.html index 17a63e478e..86504e2dbb 100644 --- a/src/app/cdk/top-bar-verification-email/modals/top-bar-verification-email-modal/top-bar-verification-email-modal.component.html +++ b/src/app/cdk/top-bar-verification-email/modals/top-bar-verification-email-modal/top-bar-verification-email-modal.component.html @@ -2,7 +2,7 @@ info - Please verify your primary email address + Please verify your email addresses
-
-

- You need to verify your primary email address in order to access all of - ORCID’s editing features. -

+

+ You need to verify at least one email address in order to access all + of ORCID’s editing features. - To verify your email please click the link in the message we have sent - to: + To verify your email address, click the link in the email sent to: -
- - {{ primaryEmail }} - +

+

+ {{ primaryEmail }}

- I don’t have the verification email + Don’t have a verification email?
@@ -50,7 +48,7 @@

Need help?
- Visit our + Visit the knowledge base - or contact the support team at -
- ORCID help centre - https://support.orcid.org/ -

diff --git a/src/app/cdk/top-bar-verification-email/modals/top-bar-verification-email-modal/top-bar-verification-email-modal.component.scss b/src/app/cdk/top-bar-verification-email/modals/top-bar-verification-email-modal/top-bar-verification-email-modal.component.scss index 3a97ad6bf6..42fa7777af 100644 --- a/src/app/cdk/top-bar-verification-email/modals/top-bar-verification-email-modal/top-bar-verification-email-modal.component.scss +++ b/src/app/cdk/top-bar-verification-email/modals/top-bar-verification-email-modal/top-bar-verification-email-modal.component.scss @@ -14,7 +14,12 @@ app-modal { .need-help { p { + display: block; margin-top: 4px; margin-inline-end: 0; } } + +.text-content { + flex-direction: column; +} diff --git a/src/app/cdk/top-bar-verification-email/modals/top-bar-verification-email-modal/top-bar-verification-email-modal.component.scss-theme.scss b/src/app/cdk/top-bar-verification-email/modals/top-bar-verification-email-modal/top-bar-verification-email-modal.component.scss-theme.scss index ed02e6c318..5c86b3ce8c 100644 --- a/src/app/cdk/top-bar-verification-email/modals/top-bar-verification-email-modal/top-bar-verification-email-modal.component.scss-theme.scss +++ b/src/app/cdk/top-bar-verification-email/modals/top-bar-verification-email-modal/top-bar-verification-email-modal.component.scss-theme.scss @@ -14,6 +14,9 @@ 'state-notice-dark' ) !important; } + :host button { + background: mat.get-color-from-palette($primary, 700); + } } @include top-bar-verification-modal-theme($orcid-app-theme); diff --git a/src/app/cdk/top-bar-verification-email/top-bar-verification-email.component.html b/src/app/cdk/top-bar-verification-email/top-bar-verification-email.component.html index 24c961e2cf..93f9984ba8 100644 --- a/src/app/cdk/top-bar-verification-email/top-bar-verification-email.component.html +++ b/src/app/cdk/top-bar-verification-email/top-bar-verification-email.component.html @@ -9,18 +9,18 @@

i18n="@@topBar.weHaveSent" *ngIf="messageType === 'forManualEditing'" > - We have sent verification messages to each of your registered email - addresses. You will need to verify your primary email address before you - can begin adding information manually to your ORCID record. + We have sent verification emails to each of your registered email + addresses. You need to verify at least one email address before you can + begin adding information manually to your ORCID record.

- We have sent verification messages to each of your registered email - addresses. You will need to verify your primary email address before you - can register your ORCID Public API credentials. + We have sent verification emails to each of your registered email + addresses. You need to verify at least one email address before you can + register your ORCID Public API credentials.

diff --git a/src/app/record/components/not-found/not-found.component.scss b/src/app/page-not-found-404/not-found/not-found.component.scss similarity index 83% rename from src/app/record/components/not-found/not-found.component.scss rename to src/app/page-not-found-404/not-found/not-found.component.scss index d93e0e71a5..88ca7ad228 100644 --- a/src/app/record/components/not-found/not-found.component.scss +++ b/src/app/page-not-found-404/not-found/not-found.component.scss @@ -17,6 +17,7 @@ img { h2 { margin-bottom: 32px; + text-align: center; } .if-you { @@ -29,3 +30,7 @@ h2 { .search { margin-top: 16px; } + +.orc-font-body-large { + font-weight: 700; +} diff --git a/src/app/record/components/not-found/not-found.component.spec.ts b/src/app/page-not-found-404/not-found/not-found.component.spec.ts similarity index 82% rename from src/app/record/components/not-found/not-found.component.spec.ts rename to src/app/page-not-found-404/not-found/not-found.component.spec.ts index 897eccbf3f..a3de74a74f 100644 --- a/src/app/record/components/not-found/not-found.component.spec.ts +++ b/src/app/page-not-found-404/not-found/not-found.component.spec.ts @@ -3,15 +3,16 @@ import { ComponentFixture, TestBed } from '@angular/core/testing' import { NotFoundComponent } from './not-found.component' import { HttpClientTestingModule } from '@angular/common/http/testing' import { RouterTestingModule } from '@angular/router/testing' -import { WINDOW_PROVIDERS } from '../../../cdk/window' -import { PlatformInfoService } from '../../../cdk/platform-info' -import { ErrorHandlerService } from '../../../core/error-handler/error-handler.service' -import { SnackbarService } from '../../../cdk/snackbar/snackbar.service' + import { MatLegacySnackBar as MatSnackBar } from '@angular/material/legacy-snack-bar' import { MatLegacyDialog as MatDialog } from '@angular/material/legacy-dialog' import { Overlay } from '@angular/cdk/overlay' import { CUSTOM_ELEMENTS_SCHEMA } from '@angular/core' +import { PlatformInfoService } from 'src/app/cdk/platform-info' +import { SnackbarService } from 'src/app/cdk/snackbar/snackbar.service' +import { WINDOW_PROVIDERS } from 'src/app/cdk/window' +import { ErrorHandlerService } from 'src/app/core/error-handler/error-handler.service' describe('NotFoundComponent', () => { let component: NotFoundComponent diff --git a/src/app/record/components/not-found/not-found.component.ts b/src/app/page-not-found-404/not-found/not-found.component.ts similarity index 92% rename from src/app/record/components/not-found/not-found.component.ts rename to src/app/page-not-found-404/not-found/not-found.component.ts index 464edcc326..ad117de5f9 100644 --- a/src/app/record/components/not-found/not-found.component.ts +++ b/src/app/page-not-found-404/not-found/not-found.component.ts @@ -1,9 +1,9 @@ import { Component, OnDestroy, OnInit } from '@angular/core' -import { PlatformInfo, PlatformInfoService } from '../../../cdk/platform-info' import { takeUntil } from 'rxjs/operators' import { Subject } from 'rxjs' import { Router } from '@angular/router' import { Title } from '@angular/platform-browser' +import { PlatformInfo, PlatformInfoService } from 'src/app/cdk/platform-info' @Component({ selector: 'app-not-found', diff --git a/src/app/page-not-found-404/page-not-found-404-routing.module.ts b/src/app/page-not-found-404/page-not-found-404-routing.module.ts new file mode 100644 index 0000000000..c015ccfe89 --- /dev/null +++ b/src/app/page-not-found-404/page-not-found-404-routing.module.ts @@ -0,0 +1,16 @@ +import { NgModule } from '@angular/core' +import { RouterModule, Routes } from '@angular/router' +import { PageNotFoundComponent } from './page-not-found/page-not-found.component' + +const routes: Routes = [ + { + path: '', + component: PageNotFoundComponent, + }, +] + +@NgModule({ + imports: [RouterModule.forChild(routes)], + exports: [RouterModule], +}) +export class PageNotFound404RoutingModule {} diff --git a/src/app/page-not-found-404/page-not-found-404.module.ts b/src/app/page-not-found-404/page-not-found-404.module.ts new file mode 100644 index 0000000000..e4257d4ec9 --- /dev/null +++ b/src/app/page-not-found-404/page-not-found-404.module.ts @@ -0,0 +1,13 @@ +import { NgModule } from '@angular/core' +import { CommonModule } from '@angular/common' + +import { PageNotFound404RoutingModule } from './page-not-found-404-routing.module' +import { PageNotFoundComponent } from './page-not-found/page-not-found.component' +import { NotFoundComponent } from './not-found/not-found.component' + +@NgModule({ + declarations: [PageNotFoundComponent, NotFoundComponent], + imports: [CommonModule, PageNotFound404RoutingModule], + exports: [NotFoundComponent], +}) +export class PageNotFound404Module {} diff --git a/src/app/page-not-found-404/page-not-found/page-not-found.component.html b/src/app/page-not-found-404/page-not-found/page-not-found.component.html new file mode 100644 index 0000000000..80c8939761 --- /dev/null +++ b/src/app/page-not-found-404/page-not-found/page-not-found.component.html @@ -0,0 +1,5 @@ +
+
+ +
+
diff --git a/src/app/page-not-found-404/page-not-found/page-not-found.component.scss b/src/app/page-not-found-404/page-not-found/page-not-found.component.scss new file mode 100644 index 0000000000..b9bc65ea45 --- /dev/null +++ b/src/app/page-not-found-404/page-not-found/page-not-found.component.scss @@ -0,0 +1,3 @@ +:host { + width: 100%; +} diff --git a/src/app/page-not-found-404/page-not-found/page-not-found.component.spec.ts b/src/app/page-not-found-404/page-not-found/page-not-found.component.spec.ts new file mode 100644 index 0000000000..dd096e9ad0 --- /dev/null +++ b/src/app/page-not-found-404/page-not-found/page-not-found.component.spec.ts @@ -0,0 +1,21 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing' + +import { PageNotFoundComponent } from './page-not-found.component' + +describe('PageNotFoundComponent', () => { + let component: PageNotFoundComponent + let fixture: ComponentFixture + + beforeEach(() => { + TestBed.configureTestingModule({ + declarations: [PageNotFoundComponent], + }) + fixture = TestBed.createComponent(PageNotFoundComponent) + component = fixture.componentInstance + fixture.detectChanges() + }) + + it('should create', () => { + expect(component).toBeTruthy() + }) +}) diff --git a/src/app/page-not-found-404/page-not-found/page-not-found.component.ts b/src/app/page-not-found-404/page-not-found/page-not-found.component.ts new file mode 100644 index 0000000000..27da7c51c1 --- /dev/null +++ b/src/app/page-not-found-404/page-not-found/page-not-found.component.ts @@ -0,0 +1,8 @@ +import { Component } from '@angular/core' + +@Component({ + selector: 'app-page-not-found', + templateUrl: './page-not-found.component.html', + styleUrls: ['./page-not-found.component.scss'], +}) +export class PageNotFoundComponent {} diff --git a/src/app/password-recovery/pages/password-recovery/password-recovery.component.html b/src/app/password-recovery/pages/password-recovery/password-recovery.component.html index 0f933483d2..86e69117a2 100644 --- a/src/app/password-recovery/pages/password-recovery/password-recovery.component.html +++ b/src/app/password-recovery/pages/password-recovery/password-recovery.component.html @@ -107,7 +107,7 @@ > return to the login page.

diff --git a/src/app/record/components/record-header/record-header.component.html b/src/app/record/components/record-header/record-header.component.html index 6646be00d3..ff40d130d4 100644 --- a/src/app/record/components/record-header/record-header.component.html +++ b/src/app/record/components/record-header/record-header.component.html @@ -83,9 +83,10 @@ 'orc-font-heading-small': !platform.columns12, 'orc-font-heading': platform.columns12 }" + class="thin-font-heading" > - No public information available + Name is private diff --git a/src/app/record/components/record-header/record-header.component.scss b/src/app/record/components/record-header/record-header.component.scss index 916ee94b81..936b065b56 100644 --- a/src/app/record/components/record-header/record-header.component.scss +++ b/src/app/record/components/record-header/record-header.component.scss @@ -139,3 +139,6 @@ svg { position: absolute; margin-top: 4px; } +.thin-font-heading { + font-weight: 300; +} diff --git a/src/app/record/components/record-info/record-info.component.html b/src/app/record/components/record-info/record-info.component.html index 1dee025daa..47114c419e 100644 --- a/src/app/record/components/record-info/record-info.component.html +++ b/src/app/record/components/record-info/record-info.component.html @@ -93,12 +93,8 @@ !userInfo?.RECORD_WITH_ISSUES " > -

- No public information available +

+ There's not displayable data for this record

diff --git a/src/app/record/components/work-form/work-form/work-type-menu.ts b/src/app/record/components/work-form/work-form/work-type-menu.ts index 1d463d70f8..604b273c72 100644 --- a/src/app/record/components/work-form/work-form/work-type-menu.ts +++ b/src/app/record/components/work-form/work-form/work-type-menu.ts @@ -144,8 +144,12 @@ export const WorkTypeMenu: DeepSelectMenu[] = [ value: WorkTypes.newspaperArticle, }, { - label: WorkTypesLabels[WorkTypes.lectureSpeech], - value: WorkTypes.lectureSpeech, + label: WorkTypesLabels[WorkTypes.publicSpeech], + value: WorkTypes.publicSpeech, + }, + { + label: WorkTypesLabels[WorkTypes.report], + value: WorkTypes.report, }, { label: WorkTypesLabels[WorkTypes.website], value: WorkTypes.website }, { @@ -287,7 +291,10 @@ export const WorkTypeMenu: DeepSelectMenu[] = [ value: WorkCategories.teachingAndSupervision, description: $localize`:@@works.teachingDescription:Working with students`, content: [ - // No value for: Lecture ?? + { + value: WorkTypes.lectureSpeech, + label: WorkTypesLabels[WorkTypes.lectureSpeech], + }, { value: WorkTypes.learningObject, label: WorkTypesLabels[WorkTypes.learningObject], diff --git a/src/app/record/record.module.ts b/src/app/record/record.module.ts index 4b3db0c4bd..27fb75eb64 100644 --- a/src/app/record/record.module.ts +++ b/src/app/record/record.module.ts @@ -36,7 +36,6 @@ import { ModalFundingComponent } from './components/funding-stacks-groups/modals import { FundingComponent } from './components/funding/funding.component' import { MainComponent } from './components/main/main.component' import { ModalDeleteItemsComponent } from './components/modals/modal-delete-item/modal-delete-items.component' -import { NotFoundComponent } from './components/not-found/not-found.component' import { OrgIdentifierComponent } from './components/org-identifier/org-identifier.component' import { PeerReviewStackComponent } from './components/peer-review-stack/peer-review-stack.component' import { ModalPeerReviewsComponent } from './components/peer-review-stacks-groups/modals/modal-peer-reviews/modal-peer-reviews.component' @@ -85,6 +84,7 @@ import { MatLegacyDialogModule as MatDialogModule } from '@angular/material/lega import { LoginInterstitialsService } from '../core/login-interstitials/login-interstitials.service' import { WarningMessageModule } from '../cdk/warning-message/warning-message.module' import { DeepSelectInputModule } from '../cdk/deep-select-input/deep-select-input.module' +import { PageNotFound404Module } from '../page-not-found-404/page-not-found-404.module' @NgModule({ declarations: [ @@ -109,7 +109,6 @@ import { DeepSelectInputModule } from '../cdk/deep-select-input/deep-select-inpu WorkComponent, TopBarActionsComponent, TopBarRecordIssuesComponent, - NotFoundComponent, ModalAffiliationsComponent, OrgIdentifierComponent, ModalFundingComponent, @@ -177,6 +176,7 @@ import { DeepSelectInputModule } from '../cdk/deep-select-input/deep-select-inpu TrustedSummaryModule, MatDialogModule, DeepSelectInputModule, + PageNotFound404Module, ], providers: [VerificationEmailModalService, LoginInterstitialsService], }) diff --git a/src/app/register2/components/form-personal/form-personal.component.html b/src/app/register2/components/form-personal/form-personal.component.html index c4baf51522..e1344a83d3 100644 --- a/src/app/register2/components/form-personal/form-personal.component.html +++ b/src/app/register2/components/form-personal/form-personal.component.html @@ -114,11 +114,16 @@

appearance="outline" [hideRequiredMarker]="true" [ngClass]="{ - 'valid-password-input': emailsAreValid, + 'valid-password-input': + emailsAreValid || this.reactivation?.isReactivation, 'disable-error': !emailError }" > - done + done -
+
diff --git a/src/app/register2/components/form-personal/form-personal.component.ts b/src/app/register2/components/form-personal/form-personal.component.ts index 2a35b0850d..154e0a4cee 100644 --- a/src/app/register2/components/form-personal/form-personal.component.ts +++ b/src/app/register2/components/form-personal/form-personal.component.ts @@ -152,7 +152,9 @@ export class FormPersonalComponent { email: new UntypedFormControl('', { validators: [Validators.required, OrcidValidators.email], - asyncValidators: this._register.backendValueValidate('email'), + asyncValidators: + !this.reactivation?.isReactivation && + this._register.backendValueValidate('email'), }), additionalEmails: this.additionalEmails, }, @@ -320,7 +322,7 @@ export class FormPersonalComponent get emailConfirmationValid() { return ((this.form.controls.emails as any).controls?.confirmEmail as any) - .valid + ?.valid } get givenNameFormTouched() { diff --git a/src/app/register2/components/step-a/step-a.component.html b/src/app/register2/components/step-a/step-a.component.html index 21396af6fa..3febf71af0 100644 --- a/src/app/register2/components/step-a/step-a.component.html +++ b/src/app/register2/components/step-a/step-a.component.html @@ -13,11 +13,13 @@

Create your ORCID iD

- - Thank you for reactivating your ORCID iD. + +

+ Reactivate your ORCID account +

@@ -71,7 +73,16 @@

type="button" id="step-a-back-button" > - Cancel registration + Cancel registration + Cancel reactivation

diff --git a/src/app/register2/components/step-a/step-a.component.ts b/src/app/register2/components/step-a/step-a.component.ts index c63a042ddc..56f957b3bc 100644 --- a/src/app/register2/components/step-a/step-a.component.ts +++ b/src/app/register2/components/step-a/step-a.component.ts @@ -79,7 +79,7 @@ export class StepAComponent ngAfterViewInit(): void { // Timeout used to get focus on the first input after the first step loads setTimeout(() => { - this.firstInput.nativeElement.focus() + this.firstInput?.nativeElement.focus() }), 100 } diff --git a/src/app/register2/components/step-b/step-b.component.html b/src/app/register2/components/step-b/step-b.component.html index bf1edfd6c4..cc4ac1bbd3 100644 --- a/src/app/register2/components/step-b/step-b.component.html +++ b/src/app/register2/components/step-b/step-b.component.html @@ -13,11 +13,13 @@

Create your ORCID iD

- - Thank you for reactivating your ORCID iD. + +

+ Reactivate your ORCID account +

@@ -41,18 +43,7 @@

matStepperNext (click)="nextButton2()" > - - Next Step - - - REACTIVATE - + Next Step

- - Thank you for reactivating your ORCID iD. + +

+ Reactivate your ORCID account +

@@ -47,18 +49,7 @@

matStepperNext (click)="nextButton2()" > - - Next Step - - - REACTIVATE - + Next Step

- - Thank you for reactivating your ORCID iD. + +

+ Reactivate your ORCID account +

@@ -51,18 +53,7 @@

[disabled]="loading" (click)="nextButton2()" > - - Next Step - - - REACTIVATE - + Next Step

- - Thank you for reactivating your ORCID iD. + +

+ Reactivate your ORCID account +

@@ -57,9 +59,9 @@

- REACTIVATE + Reactivate my ORCID account

diff --git a/src/app/register2/pages/register/register2.component.ts b/src/app/register2/pages/register/register2.component.ts index b1312b971c..1fbf664607 100644 --- a/src/app/register2/pages/register/register2.component.ts +++ b/src/app/register2/pages/register/register2.component.ts @@ -176,7 +176,8 @@ export class Register2Component implements OnInit, AfterViewInit { this.FormGroupStepB, this.FormGroupStepC, this.FormGroupStepC2, - this.FormGroupStepD + this.FormGroupStepD, + this.reactivation?.isReactivation ) .pipe( switchMap((validator: RegisterForm) => { diff --git a/src/app/register2/register-observability.service.ts b/src/app/register2/register-observability.service.ts index cc00b16556..6282415e1e 100644 --- a/src/app/register2/register-observability.service.ts +++ b/src/app/register2/register-observability.service.ts @@ -52,9 +52,9 @@ export class RegisterObservabilityService { emailError: (form.controls.emails as UntypedFormGroup).controls.email .errors, confirmEmailError: (form.controls.emails as UntypedFormGroup).controls - .confirmEmail.errors, + .confirmEmail?.errors, additionalEmailsError: (form.controls.emails as UntypedFormGroup) - .controls.additionalEmails.errors, + .controls.additionalEmails?.errors, }, } ) diff --git a/src/app/types/register.endpoint.ts b/src/app/types/register.endpoint.ts index edfd755d85..839306f60e 100644 --- a/src/app/types/register.endpoint.ts +++ b/src/app/types/register.endpoint.ts @@ -28,6 +28,7 @@ export interface RegisterForm { emailAccessAllowed?: boolean redirectUrl?: any resetParams?: string + isReactivation?: boolean } export interface DuplicatedName { diff --git a/src/app/types/works.endpoint.ts b/src/app/types/works.endpoint.ts index d86d367d95..9c554102c4 100644 --- a/src/app/types/works.endpoint.ts +++ b/src/app/types/works.endpoint.ts @@ -77,6 +77,7 @@ export enum WorkTypes { musicalComposition = 'musical-composition', sound = 'sound', transcription = 'transcription', + publicSpeech = 'public-speech', } export const WorkCategoriesLabel = { @@ -127,7 +128,7 @@ export const WorkTypesLabels = { [WorkTypes.dataManagementPlan]: $localize`:@@works.dataManagementPlan:Data management plan`, [WorkTypes.dataSet]: $localize`:@@works.plan:Dataset`, [WorkTypes.invention]: $localize`:@@works.invention:Invention`, - [WorkTypes.lectureSpeech]: $localize`:@@works.speech:Talk, interview, podcast or speech`, + [WorkTypes.lectureSpeech]: $localize`:@@works.speech:Lecture`, [WorkTypes.physicalObject]: $localize`:@@works.object:Physical object`, [WorkTypes.researchTechnique]: $localize`:@@works.technique:Research protocol or technique`, [WorkTypes.software]: $localize`:@@works.software:Software`, @@ -148,6 +149,7 @@ export const WorkTypesLabels = { [WorkTypes.musicalComposition]: $localize`:@@works.musicalComposition:Musical composition`, [WorkTypes.sound]: $localize`:@@works.sound:Sound`, [WorkTypes.transcription]: $localize`:@@works.transcription:Transcription`, + [WorkTypes.publicSpeech]: $localize`:@@works.publicSpeech:Talk, interview, podcast or speech`, } export enum WorksTitleName { @@ -221,6 +223,20 @@ export const WorkTypesTitle = { [WorkTypes.standardsAndPolicy]: WorksTitleName.publisher, [WorkTypes.technicalStandard]: WorksTitleName.publisher, [WorkTypes.other]: WorksTitleName.publisher, + [WorkTypes.blogPost]: WorksTitleName.publisher, + [WorkTypes.clinicalStudy]: WorksTitleName.publisher, + [WorkTypes.cartographicMaterial]: WorksTitleName.publisher, + [WorkTypes.conferenceOutput]: WorksTitleName.conferenceTitle, + [WorkTypes.conferencePresentation]: WorksTitleName.conferenceTitle, + [WorkTypes.conferenceProceedings]: WorksTitleName.conferenceTitle, + [WorkTypes.design]: WorksTitleName.publisher, + [WorkTypes.image]: WorksTitleName.publisher, + [WorkTypes.learningObject]: WorksTitleName.publisher, + [WorkTypes.movingImage]: WorksTitleName.publisher, + [WorkTypes.musicalComposition]: WorksTitleName.publisher, + [WorkTypes.sound]: WorksTitleName.publisher, + [WorkTypes.transcription]: WorksTitleName.publisher, + [WorkTypes.publicSpeech]: WorksTitleName.publisher, } export const LanguageMap = { diff --git a/src/environments/environment.qa.ts b/src/environments/environment.qa.ts index 1d5d2d9044..7fa85f898d 100644 --- a/src/environments/environment.qa.ts +++ b/src/environments/environment.qa.ts @@ -11,7 +11,7 @@ export const environment: EnvironmentInterface = { INFO_SITE: 'https://info.qa.orcid.org/', GOOGLE_ANALYTICS_TESTING_MODE: true, GOOGLE_TAG_MANAGER: 'GTM-TRLHLRZ', - GOOGLE_RECAPTCHA: '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI', + GOOGLE_RECAPTCHA: '6LfWgrYqAAAAAHDYK0JwyHdN7_YZtG6s7Mr3L8r2', ZENDESK: 'b8313acd-6439-4894-b431-8c5a2ae9e7cb', HELP_HERO_ID: 'oYFQMrzFHA', SHOW_TEST_WARNING_BANNER: true, diff --git a/src/environments/environment.sandbox.ts b/src/environments/environment.sandbox.ts index 9e5c1fecce..2ac21b757f 100644 --- a/src/environments/environment.sandbox.ts +++ b/src/environments/environment.sandbox.ts @@ -11,7 +11,7 @@ export const environment: EnvironmentInterface = { INFO_SITE: 'https://info.qa.orcid.org/', GOOGLE_ANALYTICS_TESTING_MODE: false, GOOGLE_TAG_MANAGER: 'GTM-M9Z7DHS', - GOOGLE_RECAPTCHA: '6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI', + GOOGLE_RECAPTCHA: '6LfHobYqAAAAAGeg4J4gOor0SUzIeAHPeIyBeMNK', HELP_HERO_ID: 'oYFQMrzFHA', ZENDESK: null, SHOW_TEST_WARNING_BANNER: true, diff --git a/src/index.html b/src/index.html index 6264df998c..43b3a3cdf4 100644 --- a/src/index.html +++ b/src/index.html @@ -4,7 +4,10 @@ ORCID - + diff --git a/src/locale/properties/record/record.en.properties b/src/locale/properties/record/record.en.properties index 88b595cb2f..c20bf46d91 100644 --- a/src/locale/properties/record/record.en.properties +++ b/src/locale/properties/record/record.en.properties @@ -11,11 +11,11 @@ record.closeOtherSources=Close other sources record.trySearching=Try using our advanced search to find researchers by their name or ORCID iD record.pleaseGet=Please get in touch with our support team via the Help button below. They can help you find the record you are looking for. record.ifYouHave=If you have previously bookmarked this record and it has now stopped working -record.notFound=We’re really sorry, we can’t find the ORCID record you’re looking for. +record.notFound=We’re really sorry, we can’t find the page you’re looking for. record.whatHappened=What happened? record.whatToDo=What to do next -record.ifYouTyped=If you typed in the URL or ORCID iD by hand -record.pleaseCheck=Please check that the ORCID iD - the 16-digit number at the end of the URL - is correct. A correctly-formatted ORCID URL looks like this: https://orcid.org/1234-5678-9101-1121 +record.ifYouTyped=If you typed in a URL or link by hand +record.pleaseCheck=Please check the URL or link for typos or mistakes. If you are looking for a specific ORCID record make sure the ORCID iD - the 16-digit number at the end of the URL - is right.A correctly-formatted ORCID iD URL looks like this: https://orcid.org/1234-5678-9101-1121 record.ifYouFollowed=If you followed a link to this record from another site or service record.pleaseReport=Please report the broken link to the site or service you came from so they can fix it. record.unidentifiedOrganization=Unidentified organization @@ -42,5 +42,10 @@ record.showAllSources=Show all sources for record.hideAllSources=Hide all sources for record.validatedSource=Validated source record.selfAssertedSource=Self-asserted source -record.noPublicInformation=No public information available +record.noPublicInformation=There's not displayable data for this record record.noPersonalInformation=No personal information available +record.nameIsPrivate=Name is private +record.registerForAnOrcid=Register for an ORCID record +record.signinToOricd=Sign in to ORCID and manage your record +record.findOutMoreAboutOrcid=Find out more about ORCID on our information site +record.headBackToMain=Head back to the main ORCID homepage diff --git a/src/locale/properties/record/record.lr.properties b/src/locale/properties/record/record.lr.properties index fa4b291ba7..856afe235f 100644 --- a/src/locale/properties/record/record.lr.properties +++ b/src/locale/properties/record/record.lr.properties @@ -55,3 +55,8 @@ record.noPublicInformation=LR record.noPersonalInformation=LR record.from=LR record.organizationAddedManually=LR +record.nameIsPrivate=LR +record.registerForAnOrcid=LR +record.signinToOricd=LR +record.findOutMoreAboutOrcid=LR +record.headBackToMain=LR diff --git a/src/locale/properties/record/record.rl.properties b/src/locale/properties/record/record.rl.properties index 8501cc7c15..deef3b80f5 100644 --- a/src/locale/properties/record/record.rl.properties +++ b/src/locale/properties/record/record.rl.properties @@ -55,3 +55,8 @@ record.noPublicInformation=RL record.noPersonalInformation=RL record.from=RL record.organizationAddedManually=RL +record.nameIsPrivate=RL +record.registerForAnOrcid=RL +record.signinToOricd=RL +record.findOutMoreAboutOrcid=RL +record.headBackToMain=RL diff --git a/src/locale/properties/record/record.xx.properties b/src/locale/properties/record/record.xx.properties index 51317254b3..7f896e927e 100644 --- a/src/locale/properties/record/record.xx.properties +++ b/src/locale/properties/record/record.xx.properties @@ -55,3 +55,8 @@ record.noPublicInformation=X record.noPersonalInformation=X record.from=X record.organizationAddedManually=X +record.nameIsPrivate=X +record.registerForAnOrcid=X +record.signinToOricd=X +record.findOutMoreAboutOrcid=X +record.headBackToMain=X diff --git a/src/locale/properties/register/register.en.properties b/src/locale/properties/register/register.en.properties index c3553c6e46..96831f6c0b 100644 --- a/src/locale/properties/register/register.en.properties +++ b/src/locale/properties/register/register.en.properties @@ -103,6 +103,8 @@ register.reactivating=Reactivating your account register.resendReactivate=click here to reactivate register.deactivated=A deactivated ORCID record is associated with this email address. register.reactivation=Thank you for reactivating your ORCID iD. +register.reactivateYourOrcidAccount=Reactivate your ORCID account +register.reactivateMyOrcidAccount=Reactivate my ORCID account register.reactivate=REACTIVATE register.passwordIsToLong=Passwords must be between 8 and 256 characters long register.wrongPasswordPatternV2=Password must meet all requirements @@ -166,6 +168,7 @@ register.step3.3=Step 3 of 5 - Current employment register.step5.3=Step 5 of 5 - Terms and conditions register.nextStep=Next Step register.cancelRegistration=Cancel registration +register.cancelReactivation=Cancel reactivation register.previousStep=Previous Step register.completeRegistration=Complete registration register.passwordRequired2=Please enter a password diff --git a/src/locale/properties/register/register.lr.properties b/src/locale/properties/register/register.lr.properties index bc44acd878..b016b2a71e 100644 --- a/src/locale/properties/register/register.lr.properties +++ b/src/locale/properties/register/register.lr.properties @@ -234,3 +234,6 @@ register.accesibilityOnlyThe8OrMoreCharactersConstrainIsNotMet=LR register.allPasswordContrainsArMet=LR register.organization=LR register.prefilledOrganization=LR +register.reactivateYourOrcidAccount=LR +register.reactivateMyOrcidAccount=LR +register.cancelReactivation=LR diff --git a/src/locale/properties/register/register.rl.properties b/src/locale/properties/register/register.rl.properties index a9fc45748c..a1dca32b4b 100644 --- a/src/locale/properties/register/register.rl.properties +++ b/src/locale/properties/register/register.rl.properties @@ -234,3 +234,6 @@ register.accesibilityOnlyThe8OrMoreCharactersConstrainIsNotMet=RL register.allPasswordContrainsArMet=RL register.organization=RL register.prefilledOrganization=RL +register.reactivateYourOrcidAccount=RL +register.reactivateMyOrcidAccount=RL +register.cancelReactivation=RL diff --git a/src/locale/properties/register/register.xx.properties b/src/locale/properties/register/register.xx.properties index 07f650c35b..a4a1a6d867 100644 --- a/src/locale/properties/register/register.xx.properties +++ b/src/locale/properties/register/register.xx.properties @@ -234,3 +234,6 @@ register.accesibilityOnlyThe8OrMoreCharactersConstrainIsNotMet=X register.allPasswordContrainsArMet=X register.organization=X register.prefilledOrganization=X +register.reactivateYourOrcidAccount=X +register.reactivateMyOrcidAccount=X +register.cancelReactivation=X diff --git a/src/locale/properties/side-bar/side-bar.en.properties b/src/locale/properties/side-bar/side-bar.en.properties index 3e0165f4b1..7547cd1c66 100644 --- a/src/locale/properties/side-bar/side-bar.en.properties +++ b/src/locale/properties/side-bar/side-bar.en.properties @@ -9,7 +9,7 @@ side-bar.emailCanNotBeDuplicated=Email can not be duplicated side-bar.noOtherEmails=You haven’t added any other email addresses yet. side-bar.invalidEmailFormat=Invalid email format side-bar.invalidEmailErrorMessage=Please enter a valid email address, for example joe@institution.edu -side-bar.pleaseVerify=Please verify your primary email address! +side-bar.pleaseVerify=Please verify your email addresses side-bar.pleaseVerifyWarning=Please verify your email addresses side-bar.verifyToAccessOrcidFeatures=To access all of ORCID’s editing features you must verify at least one email address. Until then you will only be able to manage side-bar.names=names @@ -25,11 +25,11 @@ side-bar.findOutMoreAboutVerifiedEmailDomains=Find out more about verified email side-bar.noVerifiedEmailDomains=No verified email domains side-bar.orcidEmailValidation=ORCID email validation side-bar.inYourOrcidRecord=in your ORCID record. -side-bar.youNeedToVerify=You need to verify your primary email in order to access all of ORCID’s editing features. -side-bar.youNeedToVerify2=To verify your email, click the link in the message sent to: +side-bar.youNeedToVerify=You need to verify at least one email address in order to access all of ORCID’s editing features. +side-bar.youNeedToVerify2=To verify your email address, click the link in the email sent to: side-bar.needHelp=Need help? -side-bar.visitOur=Visit our -side-bar.knowledge=knowledge base +side-bar.visitOur=Visit the +side-bar.knowledge=ORCID help centre side-bar.orContact=or contact side-bar.support=support. side-bar.otherEmails=Other email addresses diff --git a/src/locale/properties/top-bar/top-bar.en.properties b/src/locale/properties/top-bar/top-bar.en.properties index 348fd895b7..e7135ec80c 100644 --- a/src/locale/properties/top-bar/top-bar.en.properties +++ b/src/locale/properties/top-bar/top-bar.en.properties @@ -46,15 +46,15 @@ topBar.addOtherNames=Add other names you may be known by. These can include abbr topBar.namesMaxLenght=Must be less than 100 characters topBar.otherNamesMaxLenght=Must be less than 255 characters topBar.resendVerificationEmail=Resend verification email -topBar.pleaseVerifyYourPrimary=Please verify your primary email address -topBar.youNeedToVerify=You need to verify your primary email address in order to access all of ORCID’s editing features. -topBar.toVerifyYourEmail=To verify your email please click the link in the message we have sent to: -topBar.iDontHave=I don’t have the verification email +topBar.pleaseVerifyYourPrimary=Please verify your email addresses +topBar.youNeedToVerify=You need to verify at least one email address in order to access all of ORCID’s editing features. +topBar.toVerifyYourEmail=To verify your email address, click the link in the email sent to: +topBar.iDontHave=Don’t have a verification email? topBar.clickTheButton=Click the button below and we will send you a new one. -topBar.visitOur=Visit our -topBar.knowledge=knowledge base +topBar.visitOur=Visit the +topBar.knowledge=ORCID help centre topBar.baseOrContact=or contact the support team at -topBar.weHaveSent=We have sent verification messages to each of your registered email addresses. You will need to verify your primary email address before you can begin adding information manually to your ORCID record. +topBar.weHaveSent=We have sent verification emails to each of your registered email addresses. You need to verify at least one email address before you can begin adding information manually to your ORCID record. topBar.thankYouForRegistering=Thank you for registering with ORCID topBar.ifYouBelieveWasLockedInError=if you believe this account was locked in error. topBar.accountHasBeenLocked=Your account has been locked @@ -96,7 +96,7 @@ topBar.ariaLabelSaveChangesBiography=Save changes to Biography topBar.ariaLabelCancelChangesBiography=Cancel changes close Biography topBar.ariaLabelDeleteOtherName=Delete other name topBar.addBiography=Add your biography -topBar.weHaveSentForCredentials=We have sent verification messages to each of your registered email addresses. You will need to verify your primary email address before you can register your ORCID Public API credentials. +topBar.weHaveSentForCredentials=We have sent verification emails to each of your registered email addresses. You need to verify at least one email address before you can register your ORCID Public API credentials. developerTools.ariaLabelClose=Close topBar.copyId=Copy iD topBar.printableRecord=Printable record diff --git a/src/locale/properties/works/works.ar.properties b/src/locale/properties/works/works.ar.properties index 808a505ba1..2374619fc0 100644 --- a/src/locale/properties/works/works.ar.properties +++ b/src/locale/properties/works/works.ar.properties @@ -38,16 +38,16 @@ works.review=نقد كتاب works.reviewPublication=مراجعة works.book=كتاب works.entry=معلومات في قاموس -works.thesis=الرسالة العلمية/الأطروحة +works.thesis=الرسالة العلمية أو الأطروحة works.editedBook=كتاب منقح works.encyclopediaEntry=معلومات في موسوعة works.journalArticle=مقال صحفي -works.issue=إصدار المجلة +works.issue=إصدار المجلة أو نسختها works.magazineArticle=مقال مجلة works.manual=دليل works.newsletterarticle=مقال نشرة أخبار works.newspaperArticle=مقال نشرة أخبار -works.onlineResource=مورد على الانترنت +works.onlineResource=مصدر تفاعلي works.preprint=نسخة ما قبل الطباعة works.report=تقرير works.tool=أداة بحث @@ -62,16 +62,16 @@ works.patent=براءة اختراع works.copyright=حقوق طبع ونشر محفوظة works.trademark=علامة تجارية works.annotation=ملاحظات -works.artisticPerformance=أداء فني +works.artisticPerformance=الأداء الفني أو مخرجاته works.dataManagementPlan=خطة إدارة البيانات works.plan=مجموعة بيانات works.invention=اختراع -works.speech=خطاب المحاضرة +works.speech=محاضرة works.object=كائن فعلي -works.technique=تقنية بحث +works.technique=بروتوكول البحث أو أسلوبه works.software=برنامج works.company=شركة متفرعة -works.policy=المعايير والسياسة +works.policy=المعايير أو السياسة works.standard=المعيار التقني works.other=مخرجات أخرى works.self=ذاتي @@ -84,6 +84,7 @@ works.versionOfDescription=ينطبق المعرف على نسخة بديلة م works.fundedByDescription=ينطبق المعرف على تمويل العمل. works.conference=مؤتمر works.intellectual=ملكية فكرية +reviewAndEditing=المراجعة والتدقيق works.publication=منشور works.whoCanSeeWorks=من يمكنه رؤية أعمالك. إعداد إمكانية الرؤية الافتراضي هو "خاص". works.selectedWorksVisibility=الأعمال المحددة لضبط إعداد إمكانية رؤيتها @@ -239,3 +240,42 @@ works.groupUnrelatedWorksWarning=يمكن أن يؤدي تجميع الأعما works.exportAllWorks=تصدير جميع الأعمال works.deleteSelectedWorks=حذف الأعمال المحددة works.setVisibilityForSelectedWorks=تعيين إعداد إمكانية رؤية الأعمال المحددة +works.selectAWorkType=حدد نوع العمل +works.popularWorkTypes=أنواع العمل الرائجة +works.publicationDescription=الكتب والمقالات الصحفية ومخرجات المؤتمرات والنسخ الأولية وأوراق العمل +works.otherAcademicPublication=المنشورات الأكاديمية الأخرى +works.otherLabelMicrocopy=يؤدي تحديد هذا إلى ضبط نوع العمل على "أخرى" +works.reviewDescription=الملاحظات والنسخ النصي والمراجعات والتدقيق +works.otherReviewAndEditing=مخرجات المراجعة أو التدقيق الأخرى +works.disseminationDescription=منشورات المدونات والمقالات الإعلامية والخطابات والنشرات الصوتية (البودكاست) +works.otherDissemination=مخرجات النشر الأخرى +works.creativeDescription=التصميمات والصور والفيديو والموسيقى والصوت والوسائط التفاعلية +works.otherCreativeData=المخرجات الإبداعية الأخرى +works.dataDescription=مجموعات البيانات والبرامج والخطط وأدوات البحث +works.otherData=بيانات أخرى أو مخرجات عملية +works.legalDescription=براءات الاختراع والعلامات التجارية وحقوق النشر وغيرها من العناصر القانونية +works.otherLegal=مخرجات قانونية أو حقوق ملكية فكرية أخرى +works.teachingDescription=العمل مع الطلاب +works.otherTeaching=مخرجات التعليم أو الإشراف الأخرى +works.creative=إبداع +works.data=البيانات والعملية +works.legal=قانونية أو ملكية فكرية +works.teaching=التعليم والإشراف +works.blogPost=منشور مدونة +works.clinicalStudy=دراسة سريرية +works.cartographicMaterial=مادة خرائطية +works.conferenceOutput=مخرج مؤتمر +works.conferencePresentation=عرض مؤتمر +works.conferenceProceedings=وقائع مؤتمر +works.design=تصميم +works.image=صورة +works.movingImage=نقل صورة أو فيديو +works.musicalComposition=تأليف موسيقي +works.sound=صوت +works.transcription=نسخ نصي +works.dissemination=التوزيع +works.academicPublication=المنشورات الأكاديمية +works.reviewAndEditing=المراجعة والتدقيق +works.pleaseSelectWork=يرجى تحديد نوع عمل +works.learningObject=مواد التدريس +works.publicSpeech=محادثة أو مقابلة أو نشرة صوتية أو خطاب diff --git a/src/locale/properties/works/works.cs.properties b/src/locale/properties/works/works.cs.properties index 39b2ca46b8..fd42f4068c 100644 --- a/src/locale/properties/works/works.cs.properties +++ b/src/locale/properties/works/works.cs.properties @@ -38,16 +38,15 @@ works.review=Recenze knihy works.reviewPublication=Recenze works.book=Kniha works.entry=Heslo ve slovníku -works.thesis=Disertační práce/Diplomová práce +works.thesis=Disertační nebo diplomová práce works.editedBook=Redigovaná kniha works.encyclopediaEntry=Heslo v encyklopedii works.journalArticle=Článek v časopisu -works.issue=Číslo časopisu +works.issue=Číslo nebo vydání časopisu works.magazineArticle=Článek v magazínu works.manual=Manuál works.newsletterarticle=Článek ve zpravodaji works.newspaperArticle=Novinový článek -works.onlineResource=Online zdroj works.preprint=Preprint works.report=Zpráva works.tool=Výzkumný nástroj @@ -62,16 +61,14 @@ works.patent=Patent works.copyright=Registrovaná autorská práva works.trademark=Ochranná známka works.annotation=Anotace -works.artisticPerformance=Umělecké představení +works.artisticPerformance=Umělecké vystoupení nebo představení works.dataManagementPlan=Režim správy dat -works.plan=Množina dat works.invention=Vynález -works.speech=Přednáškový projev works.object=Fyzický předmět -works.technique=Výzkumná technika +works.technique=Výzkumný protokol nebo metoda works.software=Software works.company=Spin-off firma -works.policy=Standardy a zásady +works.policy=Standardy nebo zásady works.standard=Technický standard works.other=Další výstup works.self=Vlastní @@ -84,6 +81,7 @@ works.versionOfDescription=Identifikátor se vztahuje na alternativní verzi dí works.fundedByDescription=Identifikátor se vztahuje na financování díla. works.conference=Konference works.intellectual=Duševní vlastnictví +reviewAndEditing=Kontrola a úpravy works.publication=Publikace works.whoCanSeeWorks=Kdo může vidět vaše díla. Výchozí nastavení viditelnosti je Soukromé. works.selectedWorksVisibility=Vybraná díla k nastavení viditelnosti @@ -239,3 +237,45 @@ works.groupUnrelatedWorksWarning=Seskupování nesouvisejících děl může vé works.exportAllWorks=Exportovat VŠECHNA díla works.deleteSelectedWorks=Odstranit vybraná díla works.setVisibilityForSelectedWorks=Nastavit viditelnost vybraných děl +works.selectAWorkType=Vyberte typ díla +works.popularWorkTypes=Oblíbené typy díla +works.publicationDescription=Knihy, články v časopise, výstupy z konferencí, předtiskové verze a pracovní dokumenty +works.otherAcademicPublication=Ostatní akademické publikace +works.otherLabelMicrocopy=Výběrem této možnosti nastavíte typ díla na „Ostatní“. +works.reviewDescription=Anotace, přepisy, recenze a úpravy +works.otherReviewAndEditing=Ostatní výstup recenzí nebo úprav +works.disseminationDescription=Příspěvky na blogu, články v médiích, proslovy a podcasty +works.otherDissemination=Ostatní výstup šíření +works.creativeDescription=Designy, obrázky, video, hudba, zvuk a interaktivní média +works.otherCreativeData=Ostatní kreativní výstup +works.dataDescription=Datové sady, software, plány a výzkumné nástroje +works.otherData=Ostatní data nebo výstup procesu +works.legalDescription=Patenty, ochranné známky, autorské právo a další právní položky +works.otherLegal=Ostatní právní nebo IP výstup +works.teachingDescription=Práce se studenty +works.otherTeaching=Ostatní výstup vzdělávání nebo dohledu +works.creative=Kreativní +works.data=Data a proces +works.legal=Právní a IP +works.teaching=Vzdělávání a dohled +works.blogPost=Příspěvek na blogu +works.clinicalStudy=Klinická studie +works.cartographicMaterial=Kartografický dokument +works.conferenceOutput=Výstup konference +works.conferencePresentation=Prezentace na konferenci +works.conferenceProceedings=Sborník konference +works.design=Design +works.image=Obraz +works.movingImage=Pohyblivý obrázek nebo video +works.musicalComposition=Hudební skladba +works.sound=Zvuk +works.transcription=Přepis +works.dissemination=Šíření +works.academicPublication=Akademické publikace +works.reviewAndEditing=Kontrola a úpravy +works.pleaseSelectWork=Vyberte typ díla +works.learningObject=Vzdělávací materiál +works.publicSpeech=Rozhovor, interview, podcast nebo proslov +works.speech=Přednáška +works.onlineResource=Interaktivní zdroj +works.plan=Datová sada diff --git a/src/locale/properties/works/works.de.properties b/src/locale/properties/works/works.de.properties index e73d9372a1..2d4936504a 100644 --- a/src/locale/properties/works/works.de.properties +++ b/src/locale/properties/works/works.de.properties @@ -38,7 +38,7 @@ works.review=Buchrezension works.reviewPublication=Review works.book=Buch works.entry=Eintrag im Wörterbuch -works.thesis=Dissertation/Dissertation +works.thesis=Dissertation oder Diplomarbeit works.editedBook=Bearbeitetes Buch works.encyclopediaEntry=Enzyklopädie Eintrag works.journalArticle=Zeitschriftenartikel @@ -47,7 +47,6 @@ works.magazineArticle=Magazin Artikel works.manual=Handbuch works.newsletterarticle=Newsletter-Artikel works.newspaperArticle=Zeitungsartikel -works.onlineResource=Online-Ressource works.preprint=Vordruck works.report=Bericht works.tool=Forschungswerkzeug @@ -62,16 +61,14 @@ works.patent=Patent works.copyright=Eingetragenes Urheberrecht works.trademark=Warenzeichen works.annotation=Anmerkung -works.artisticPerformance=Künstlerische Leistung +works.artisticPerformance=Künstlerisches Werk oder Performance works.dataManagementPlan=Datenmanagementplan -works.plan=Datensatz works.invention=Erfindung -works.speech=Vortrag/Rede works.object=Physikalisches Objekt -works.technique=Forschungstechnik +works.technique=Forschungsprotokoll oder -technik works.software=Software works.company=Unternehmen ausgliedern -works.policy=Normen und Richtlinien +works.policy=Normen oder Richtlinie works.standard=Technischer Standard works.other=Andere works.self=Selbst @@ -84,6 +81,7 @@ works.versionOfDescription=Die Kennung gilt für eine alternative Version des We works.fundedByDescription=Die Kennung gilt für die Finanzierung der Werk. works.conference=Konferenz works.intellectual=Geistigen Eigentums +reviewAndEditing=Revision und Redaktion works.publication=Veröffentlichung works.whoCanSeeWorks=Wer kann Ihre Werke sehen? Die Standardeinstellung für die Sichtbarkeit ist Privat. works.selectedWorksVisibility=Ausgewählte Werke, um die Sichtbarkeit festzulegen @@ -239,3 +237,45 @@ works.groupUnrelatedWorksWarning=Das Gruppieren von nicht zusammengehörigen Wer works.exportAllWorks=ALLE Werke exportieren works.deleteSelectedWorks=Ausgewählte Werke löschen works.setVisibilityForSelectedWorks=Sichtbarkeit für ausgewählte Werke festlegen +works.selectAWorkType=Wählen Sie einen Werktyp aus +works.popularWorkTypes=Beliebte Werktypen +works.publicationDescription=Bücher, Zeitschriftenartikel, Konferenzbeiträge, Vorabdrucke und Arbeitspapiere +works.otherAcademicPublication=Andere wissenschaftliche Veröffentlichung +works.otherLabelMicrocopy=Wenn Sie dies auswählen, wird der Werktyp auf „Andere“ gesetzt +works.reviewDescription=Anmerkungen, Transkriptionen, Revisionên und Redaktion +works.otherReviewAndEditing=Andere Revisions- und Redaktionsprodukte +works.disseminationDescription=Blogbeiträge, Medienartikel, Reden und Podcasts +works.otherDissemination=Andere Verbreitungsprodukte +works.creativeDescription=Designs, Bilder, Video, Musik, Ton und interaktive Medien +works.otherCreativeData=Andere kreative Produkte +works.dataDescription=Datensätze, Software, Pläne und Forschungsinstrumente +works.otherData=Andere Daten- und Prozessprodukte +works.legalDescription=Patente, Warenzeichen, Urheberrechte und andere rechtliche Belange +works.otherLegal=Andere rechtliche oder urheberrechtliche Produkte +works.teachingDescription=Arbeit mit Studenten +works.otherTeaching=Andere Lehr- oder Betreuungsleistungen +works.creative=Kreativ +works.data=Daten und Prozesse +works.legal=Rechtliches und Urheberrechtliches +works.teaching=Lehre und Betreuung +works.blogPost=Blogbeitrag +works.clinicalStudy=Klinische Studie +works.cartographicMaterial=Kartographisches Material +works.conferenceOutput=Konferenzveröffentlichung +works.conferencePresentation=Konferenzpräsentation +works.conferenceProceedings=Konfernzschrift +works.design=Entwurf +works.image=Bild +works.movingImage=Bewegtbild oder Video +works.musicalComposition=Musikalische Komposition +works.sound=Ton +works.transcription=Transkription +works.dissemination=Verbreitung +works.academicPublication=Wissenschaftliche Veröffentlichungen +works.reviewAndEditing=Revision und Redaktion +works.pleaseSelectWork=Bitte wählen Sie einen Werktyp +works.learningObject=Lehrmaterial +works.publicSpeech=Vortrag, Interview, Podcast oder Rede +works.onlineResource=Interaktive Ressource +works.plan=Datensatz +works.speech=Vorlesung diff --git a/src/locale/properties/works/works.en.properties b/src/locale/properties/works/works.en.properties index 920671fcc9..12ccb24cfa 100644 --- a/src/locale/properties/works/works.en.properties +++ b/src/locale/properties/works/works.en.properties @@ -66,7 +66,7 @@ works.artisticPerformance=Artistic output or performance works.dataManagementPlan=Data management plan works.plan=Dataset works.invention=Invention -works.speech=Talk, interview, podcast or speech +works.speech=Lecture works.object=Physical object works.technique=Research protocol or technique works.software=Software @@ -278,3 +278,4 @@ works.academicPublication=Academic publications works.reviewAndEditing=Review and editing works.pleaseSelectWork=Please select a work type works.learningObject=Teaching material +works.publicSpeech=Talk, interview, podcast or speech diff --git a/src/locale/properties/works/works.es.properties b/src/locale/properties/works/works.es.properties index e5a78033ea..36833200fc 100644 --- a/src/locale/properties/works/works.es.properties +++ b/src/locale/properties/works/works.es.properties @@ -38,16 +38,15 @@ works.review=Revisión de libro works.reviewPublication=Revisar works.book=Libro works.entry=Término de diccionario -works.thesis=Tesis/Tesina +works.thesis=Tesina o tesis works.editedBook=Libro editado works.encyclopediaEntry=Entrada en enciclopedia works.journalArticle=Artículo de revista -works.issue=Edición de la revista +works.issue=Edición o número de revista works.magazineArticle=Artículo de magacín works.manual=Manual works.newsletterarticle=Artículo de boletín informativo works.newspaperArticle=Artículo de periódico -works.onlineResource=Recurso en línea works.preprint=Preimpresión works.report=Informe works.tool=Herramienta de investigación @@ -62,16 +61,14 @@ works.patent=Patente works.copyright=Derecho de autor registrado works.trademark=Marca comercial works.annotation=Anotación -works.artisticPerformance=Actuación artística +works.artisticPerformance=Actuación o producción artística works.dataManagementPlan=Plan de gestión de datos -works.plan=Set de datos works.invention=Invención -works.speech=Discurso de la conferencia works.object=Objeto físico -works.technique=Técnica de investigación +works.technique=Técnica o protocolo de investigación works.software=Software works.company=Empresa filial -works.policy=Normas y política +works.policy=Normas o política works.standard=Norma técnica works.other=Otros works.self=Propio @@ -84,6 +81,7 @@ works.versionOfDescription=El identificador se aplica a una versión alternativa works.fundedByDescription=El identificador se aplica a la financiación del trabajo. works.conference=Conferencia works.intellectual=Propiedad intelectual +reviewAndEditing=Revisión y edición works.publication=Publicación works.whoCanSeeWorks=Quién puede ver sus trabajos. La configuración de visibilidad predeterminada es "Privado". works.selectedWorksVisibility=Trabajos seleccionadas para establecer visibilidad @@ -239,3 +237,45 @@ works.groupUnrelatedWorksWarning=Si agrupa obras que no guardan relación, se cr works.exportAllWorks=Exportar TODAS las obras works.deleteSelectedWorks=Eliminar las obras seleccionadas works.setVisibilityForSelectedWorks=Fijar la visibilidad de las obras seleccionadas +works.selectAWorkType=Seleccione un tipo de obra +works.popularWorkTypes=Tipos de obras populares +works.publicationDescription=Libros, artículos de revista, contribuciones en congresos, preimpresiones y documentos de trabajo +works.otherAcademicPublication=Otra publicación académica +works.otherLabelMicrocopy=Si selecciona esta opción, el tipo de obra quedará establecido en "Otro". +works.reviewDescription=Anotaciones, transcripciones, revisiones y ediciones +works.otherReviewAndEditing=Otra contribución de tipo revisión o edición +works.disseminationDescription=Entradas de blog, artículos en medios de comunicación, discursos y podcasts +works.otherDissemination=Otra contribución a modo de divulgación +works.creativeDescription=Diseños, imágenes, vídeos, música, sonido y contenido multimedia interactivo +works.otherCreativeData=Otra contribución de índole creativo +works.dataDescription=Conjuntos de datos, software, planes y herramientas de investigación +works.otherData=Otras contribuciones en forma de datos o procesos +works.legalDescription=Patentes, marcas registradas, derechos de autor y otros documentos jurídicos +works.otherLegal=Otras contribuciones de corte jurídico o de propiedad intelectual +works.teachingDescription=Trabajo con estudiantes +works.otherTeaching=Otras contribuciones de enseñanza o supervisión +works.creative=Creativo +works.data=Datos y procesos +works.legal=Legal y propiedad intelectual +works.teaching=Enseñanza y supervisión +works.blogPost=Entrada de blog +works.clinicalStudy=Estudio clínico +works.cartographicMaterial=Material cartográfico +works.conferenceOutput=Contribución de congreso +works.conferencePresentation=Presentación de congreso +works.conferenceProceedings=Actas de congreso +works.design=Diseño +works.image=Imagen +works.movingImage=Imágenes o vídeos en movimiento +works.musicalComposition=Composición musical +works.sound=Sonido +works.transcription=Transcripción +works.dissemination=Divulgación +works.academicPublication=Publicaciones académicas +works.reviewAndEditing=Revisión y edición +works.pleaseSelectWork=Seleccione un tipo de obra +works.learningObject=Material de enseñanza +works.publicSpeech=Charla, entrevista, podcast o discurso +works.onlineResource=Recurso interactivo +works.plan=Conjunto de datos +works.speech=Ponencia diff --git a/src/locale/properties/works/works.fr.properties b/src/locale/properties/works/works.fr.properties index fb1143885c..42edb8b778 100644 --- a/src/locale/properties/works/works.fr.properties +++ b/src/locale/properties/works/works.fr.properties @@ -38,16 +38,15 @@ works.review=Critique de livre works.reviewPublication=Évaluation works.book=Livre works.entry=Entrée de dictionnaire -works.thesis=Mémoire/Thèse +works.thesis=Mémoire ou thèse works.editedBook=Livre édité works.encyclopediaEntry=Article dans une encyclopédie works.journalArticle=Article de revue -works.issue=Numéro de revue +works.issue=Numéro ou édition de revue works.magazineArticle=Article de magazine works.manual=Manuel works.newsletterarticle=Article de bulletin d'information works.newspaperArticle=Article de journal -works.onlineResource=Resource en ligne works.preprint=Pré-imprimer works.report=Rapport works.tool=Instrument de recherche @@ -64,14 +63,12 @@ works.trademark=Marque commerciale works.annotation=Annotation works.artisticPerformance=Performance artistique works.dataManagementPlan=Plan de gestion des données -works.plan=Jeu de données works.invention=Invention -works.speech=Présentation/Discours works.object=Objet physique -works.technique=Technique de recherche +works.technique=Protocole ou technique de recherche works.software=Logiciel works.company=Entreprise dérivée -works.policy=Normes et politiques +works.policy=Normes ou politique works.standard=Norme technique works.other=Autres résultats works.self=Soi-même @@ -84,6 +81,7 @@ works.versionOfDescription=L'identifiant s'applique à une autre version du trav works.fundedByDescription=L'identifiant s'applique au financement du travail. works.conference=Conférence works.intellectual=Propriété intellectuelle +reviewAndEditing=Révision et modification works.publication=Publication works.whoCanSeeWorks=Qui peut voir vos travaux. La visibilité est réglée par défaut sur Privé. works.selectedWorksVisibility=Travaux sélectionnés pour définir la visibilité @@ -239,3 +237,45 @@ works.groupUnrelatedWorksWarning=Si vous regroupez des travaux non apparentés, works.exportAllWorks=Exporter TOUS les travaux works.deleteSelectedWorks=Supprimer les travaux sélectionnés works.setVisibilityForSelectedWorks=Définir la visibilité des travaux sélectionnées +works.selectAWorkType=Sélectionner un type de travail +works.popularWorkTypes=Types de travaux populaires +works.publicationDescription=Livres, articles de revue, présentations de conférence, textes préliminaires et documents de travail +works.otherAcademicPublication=Autre publication académique +works.otherLabelMicrocopy=La sélection de cette option définira le type de travail sur « Autre » +works.reviewDescription=Annotations, transcriptions, révisions et modification +works.otherReviewAndEditing=Autre contenu issu d'une révision ou d'une modification +works.disseminationDescription=Publications de blog, articles de presse, discours et podcasts +works.otherDissemination=Autre contenu issu d'une diffusion +works.creativeDescription=Designs, images, vidéo, musique, support sonore et interactif +works.otherCreativeData=Autre contenu créatif +works.dataDescription=Ensembles de données, logiciels, plans et outils de recherche +works.otherData=Autre contenu lié à des données ou des processus +works.legalDescription=Brevets, marques déposées, droit d'auteur et autres éléments juridiques +works.otherLegal=Autre contenu juridique ou relevant de la propriété intellectuelle +works.teachingDescription=Collaboration avec des étudiants +works.otherTeaching=Autre contenu lié à l'enseignement ou à la supervision +works.creative=Contenu créatif +works.data=Données et processus +works.legal=Juridique et propriété intellectuelle +works.teaching=Enseignement et supervision +works.blogPost=Article de blog +works.clinicalStudy=Étude clinique +works.cartographicMaterial=Matériel cartographique +works.conferenceOutput=Objet présenté à une conférence +works.conferencePresentation=Support de présentation à une conférence +works.conferenceProceedings=Actes de conférence +works.design=Schéma +works.image=Image +works.movingImage=Image animée ou vidéo +works.musicalComposition=Composition musicale +works.sound=Son +works.transcription=Transcription +works.dissemination=Diffusion +works.academicPublication=Publications académiques +works.reviewAndEditing=Révision et modification +works.pleaseSelectWork=Sélectionnez un type de travail +works.learningObject=Support d'enseignement +works.publicSpeech=Discussion, interview, podcast ou discours +works.onlineResource=Ressource interactive +works.plan=Jeu de données +works.speech=Cours magistral diff --git a/src/locale/properties/works/works.it.properties b/src/locale/properties/works/works.it.properties index a490b28774..53cf52a0e0 100644 --- a/src/locale/properties/works/works.it.properties +++ b/src/locale/properties/works/works.it.properties @@ -38,16 +38,15 @@ works.review=Recensione libro works.reviewPublication=Revisione works.book=Libro works.entry=Entrata del dizionario -works.thesis=Dissertazione/Tesi +works.thesis=Dissertazione o tesi works.editedBook=Libro corretto works.encyclopediaEntry=Voce dell'enciclopedia works.journalArticle=Articolo di rivista -works.issue=Numero della rivista +works.issue=Numero o edizione della rivista works.magazineArticle=Articolo di magazine works.manual=Manuale works.newsletterarticle=Articolo di newsletter works.newspaperArticle=Articolo del giornale -works.onlineResource=Risorsa online works.preprint=Prestampa works.report=Rapporto works.tool=Strumento di ricerca @@ -62,16 +61,14 @@ works.patent=Brevetto works.copyright=Copyright registrato works.trademark=Marchio commerciale works.annotation=Annotazione -works.artisticPerformance=Performance artistica +works.artisticPerformance=Produzione o performance artistica works.dataManagementPlan=Data management plan -works.plan=Gruppo dati works.invention=Invenzione -works.speech=Lezione/discorso works.object=Oggetto fisico -works.technique=Tecnica di ricerca +works.technique=Protocollo o tecnica di ricerca works.software=Software works.company=Compagnia spin off -works.policy=Standard e politica +works.policy=Standard o politica works.standard=Standard tecnico works.other=Altri works.self=Auto @@ -84,6 +81,7 @@ works.versionOfDescription=L'identificatore è valido per una versione alternati works.fundedByDescription=L'identificatore è valido per il finanziamento del lavoro. works.conference=Conferenza works.intellectual=Proprietà intellettuale +reviewAndEditing=Editing e correzione works.publication=Pubblicazione works.whoCanSeeWorks=Chi può vedere i tuoi lavori. L'impostazione di visibilità predefinita è Privata. works.selectedWorksVisibility=Lavori selezionati per impostare la visibilità @@ -239,3 +237,45 @@ works.groupUnrelatedWorksWarning=Il raggruppamento di lavori non correlati può works.exportAllWorks=Esporta TUTTI i lavori works.deleteSelectedWorks=Elimina i lavori selezionati works.setVisibilityForSelectedWorks=Imposta la visibilità per i lavori selezionati +works.selectAWorkType=Seleziona un tipo di lavoro +works.popularWorkTypes=Tipi di lavoro comuni +works.publicationDescription=Libri, articoli di rivista, risultati di convegni, preprint e working paper +works.otherAcademicPublication=Altra pubblicazione accademica +works.otherLabelMicrocopy=La selezione imposterà il tipo di lavoro su “Altro” +works.reviewDescription=Annotazioni, trascrizioni, editing e correzioni +works.otherReviewAndEditing=Altri risultati di editing o correzione +works.disseminationDescription=Pubblicazioni su blog, articoli online, interventi e podcast +works.otherDissemination=Altra produzione di divulgazione +works.creativeDescription=Disegni, immagini, video, musica, audio ed elementi multimediali interattivi +works.otherCreativeData=Altra produzione creativa +works.dataDescription=Set di dati, software, piani e strumenti di ricerca +works.otherData=Altra produzione di dati o processi +works.legalDescription=Brevetti, marchi, diritti d’autore e altri elementi legali +works.otherLegal=Altro prodotto legale o di proprietà intellettuale +works.teachingDescription=Lavoro con studenti +works.otherTeaching=Altro risultato di docenza o supervisione +works.creative=Creativo +works.data=Dati e processi +works.legal=Legale e proprietà intellettuale +works.teaching=Docenza e supervisione +works.blogPost=Articolo di blog +works.clinicalStudy=Studio clinico +works.cartographicMaterial=Cartografia +works.conferenceOutput=Risultato di convegno +works.conferencePresentation=Presentazione a convegno +works.conferenceProceedings=Atti di congresso +works.design=Design +works.image=Immagine +works.movingImage=Immagini in movimento o video +works.musicalComposition=Composizione musicale +works.sound=Suono +works.transcription=Trascrizione +works.dissemination=Divulgazione +works.academicPublication=Pubblicazioni accademiche +works.reviewAndEditing=Editing e correzione +works.pleaseSelectWork=Seleziona un tipo di lavoro +works.learningObject=Materiale didattico +works.publicSpeech=Conferenza, intervista, podcast o intervento +works.onlineResource=Risorsa interattiva +works.plan=Dataset +works.speech=Lezione diff --git a/src/locale/properties/works/works.ja.properties b/src/locale/properties/works/works.ja.properties index b26e3bba00..60eb9b397c 100644 --- a/src/locale/properties/works/works.ja.properties +++ b/src/locale/properties/works/works.ja.properties @@ -38,16 +38,16 @@ works.review=書評 works.reviewPublication=確認 works.book=書籍 works.entry=辞書エントリ -works.thesis=博士論文/修士論文 +works.thesis=博士論文または修士論文 works.editedBook=編集書籍 works.encyclopediaEntry=百科事典エントリ works.journalArticle=学術論文 -works.issue=学術誌発行 +works.issue=学術誌の号または版数 works.magazineArticle=雑誌記事 works.manual=取扱説明書 works.newsletterarticle=ニュースレター記事 works.newspaperArticle=新聞記事 -works.onlineResource=オンライン情報源 +works.onlineResource=インタラクティブリソース works.preprint=プレプリント works.report=報告書 works.tool=研究ツール @@ -62,16 +62,16 @@ works.patent=特許 works.copyright=登録著作権 works.trademark=商標 works.annotation=注釈 -works.artisticPerformance=芸術的パフォーマンス +works.artisticPerformance=芸術的な成果またはパフォーマンス works.dataManagementPlan=データ管理プラン -works.plan=データ・セット +works.plan=データセット works.invention=発明 -works.speech=講義スピーチ +works.speech=講演 works.object=物理オブジェクト -works.technique=研究技術 +works.technique=研究プロトコルまたは技術 works.software=ソフトウェア works.company=分社 -works.policy=規格と政策 +works.policy=規格または政策 works.standard=技術基準 works.other=その他のアウトプット works.self=自身 @@ -84,6 +84,7 @@ works.versionOfDescription=この識別子は、作品の代替バージョン works.fundedByDescription=識別子は、作品の資金調達に適用されます。 works.conference=学会 works.intellectual=知的財産 +reviewAndEditing=レビュー・編集 works.publication=出版 works.whoCanSeeWorks=誰があなたの作品を見ることができるか。デフォルトの表示設定は「非公開」です。 works.selectedWorksVisibility=表示設定するために選択された作品 @@ -239,3 +240,42 @@ works.groupUnrelatedWorksWarning=関連性のない作品をグループ化す works.exportAllWorks=すべての作品をエクスポート works.deleteSelectedWorks=選択された作品を削除 works.setVisibilityForSelectedWorks=選択済み作品の表示設定 +works.selectAWorkType=著作物タイプを選択 +works.popularWorkTypes=人気の著作物タイプ +works.publicationDescription=書籍、学術誌の記事、学会発表、プレプリント、ワーキングペーパー +works.otherAcademicPublication=その他の学術出版物 +works.otherLabelMicrocopy=これを選択すると、著作物タイプが「その他」に設定されます +works.reviewDescription=アノテーション、トランスクリプト、レビュー、編集 +works.otherReviewAndEditing=その他のレビューまたは編集結果 +works.disseminationDescription=ブログ記事、メディア記事、スピーチ、ポッドキャスト +works.otherDissemination=その他の普及活動 +works.creativeDescription=デザイン、画像、動画、音楽、音声、インタラクティブメディア +works.otherCreativeData=その他のクリエイティブアウトプット +works.dataDescription=データセット、ソフトウェア、計画、研究ツール +works.otherData=その他のデータまたはプロセス結果 +works.legalDescription=特許、商標、著作権、その他の法規制関連項目 +works.otherLegal=その他の法的またはIP関連結果 +works.teachingDescription=学生との作業 +works.otherTeaching=その他の指導または監督実績 +works.creative=クリエイティブ +works.data=データ&プロセス +works.legal=法規制・IP +works.teaching=指導・監督 +works.blogPost=ブログ記事 +works.clinicalStudy=臨床研究 +works.cartographicMaterial=地図資料 +works.conferenceOutput=会議資料 +works.conferencePresentation=会議発表資料 +works.conferenceProceedings=会議録 +works.design=デザイン +works.image=イメージ +works.movingImage=動画・映像 +works.musicalComposition=音楽 +works.sound=音声・音楽 +works.transcription=文字起こし +works.dissemination=普及活動 +works.academicPublication=学術出版物 +works.reviewAndEditing=レビュー・編集 +works.pleaseSelectWork=著作物タイプを選択してください +works.learningObject=指導用資料 +works.publicSpeech=トーク、インタビュー、ポッドキャスト、スピーチ diff --git a/src/locale/properties/works/works.ko.properties b/src/locale/properties/works/works.ko.properties index b34320cfd7..d3c3d7e9b4 100644 --- a/src/locale/properties/works/works.ko.properties +++ b/src/locale/properties/works/works.ko.properties @@ -38,16 +38,16 @@ works.review=서평 works.reviewPublication=심사 works.book=책 works.entry=사전항목 -works.thesis=박사 논문/석사 논문 +works.thesis=박사 또는 석사 논문 works.editedBook=편서(Edited Book) works.encyclopediaEntry=백과사전 항목 works.journalArticle=저널논문 -works.issue=저널 호 +works.issue=저널 호 또는 에디션 works.magazineArticle=잡지 기사 works.manual=매뉴얼 works.newsletterarticle=뉴스레터 기사 works.newspaperArticle=신문기사 -works.onlineResource=온라인자원 +works.onlineResource=인터랙티브 리소스 works.preprint=출판 전 논문 works.report=보고서 works.tool=연구도구 @@ -62,16 +62,16 @@ works.patent=특허 works.copyright=등록 저작권 works.trademark=상표 works.annotation=주석 -works.artisticPerformance=예술 공연 +works.artisticPerformance=예술 작품 또는 공연 works.dataManagementPlan=데이터 관리 플랜 -works.plan=데이타셋 +works.plan=데이터 세트 works.invention=발명 -works.speech=강의 속도 +works.speech=강의 works.object=물체 -works.technique=연구기술 +works.technique=연구 프로토콜 또는 기술 works.software=소프트웨어 works.company=회사 분사 -works.policy=표준 및 정책 +works.policy=표준 또는 정책 works.standard=기술 표준 works.other=다른 출력물 works.self=자신 @@ -84,6 +84,7 @@ works.versionOfDescription=이 식별자는 작업의 다른 버전에 적용됩 works.fundedByDescription=이 식별자는 작업에 대한 펀딩에 적용됩니다. works.conference=컨퍼런스 works.intellectual=지적소유권 +reviewAndEditing=리뷰 및 편집 works.publication=출판물 works.whoCanSeeWorks=당신의 작업은 누가 볼 수 있나요? 공개 범위 설정의 기본값은 '나만 보기'입니다. works.selectedWorksVisibility=작업을 선택하고 공개 범위 설정 @@ -239,3 +240,42 @@ works.groupUnrelatedWorksWarning=관련성 없는 연구업적을 그룹화하 works.exportAllWorks=모든 연구업적 내보내기 works.deleteSelectedWorks=선택한 연구업적 삭제 works.setVisibilityForSelectedWorks=선택한 연구업적의 공개 범위 선택 +works.selectAWorkType=작업 종류를 선택하세요 +works.popularWorkTypes=인기 연구업적 유형 +works.publicationDescription=도서, 저널 기사, 컨퍼런스 발표물, 프리프린트, 워킹페이퍼 +works.otherAcademicPublication=기타 학술 발행물 +works.otherLabelMicrocopy=이것을 선택하면 연구업적 유형이 '기타'로 설정됨 +works.reviewDescription=주석, 전사, 리뷰, 편집 +works.otherReviewAndEditing=기타 리뷰 또는 편집 결과물 +works.disseminationDescription=블로그 게시물, 미디어 기사, 강연, 팟캐스트 +works.otherDissemination=기타 지식보급 결과물 +works.creativeDescription=디자인, 이미지, 비디오, 음악, 사운드, 인터랙티브 미디어 +works.otherCreativeData=기타 크리에이티브 결과물 +works.dataDescription=데이터 세트, 소프트웨어, 플랜 및 연구 도구 +works.otherData=기타 데이터 및 프로세스 결과물 +works.legalDescription=특허, 상표권, 저작권 등 법적 보호 대상 결과물 +works.otherLegal=기타 법적 또는 IP 결과물 +works.teachingDescription=학생들과 함께 연구 +works.otherTeaching=기타 교수 또는 지도 결과물 +works.creative=크리에이티브 +works.data=데이터 및 프로세스 +works.legal=법적 및 IP +works.teaching=교수 및 지도 +works.blogPost=블로그 게시물 +works.clinicalStudy=임상 연구 +works.cartographicMaterial=지도자료 +works.conferenceOutput=회의자료 +works.conferencePresentation=학술대회 발표자료 +works.conferenceProceedings=학술대회 자료집 +works.design=디자인 +works.image=이미지 +works.movingImage=동적 이미지 또는 비디오 +works.musicalComposition=음악 +works.sound=소리 +works.transcription=전사 +works.dissemination=지식보급 +works.academicPublication=학술 발행물 +works.reviewAndEditing=리뷰 및 편집 +works.pleaseSelectWork=연구업적 유형 선택 +works.learningObject=교수 자료 +works.publicSpeech=대담, 인터뷰, 팟캐스트, 강연 diff --git a/src/locale/properties/works/works.lr.properties b/src/locale/properties/works/works.lr.properties index b978f41072..fe886aa8f6 100644 --- a/src/locale/properties/works/works.lr.properties +++ b/src/locale/properties/works/works.lr.properties @@ -285,3 +285,4 @@ works.dissemination=LR works.academicPublication=LR works.reviewAndEditing=LR works.pleaseSelectWork=LR +works.publicSpeech=LR diff --git a/src/locale/properties/works/works.pl.properties b/src/locale/properties/works/works.pl.properties index 2b3c1ab2e9..863ae2b7f1 100644 --- a/src/locale/properties/works/works.pl.properties +++ b/src/locale/properties/works/works.pl.properties @@ -38,16 +38,15 @@ works.review=Recenzja książki works.reviewPublication=Recenzja works.book=Książka works.entry=Wpis w słowniku -works.thesis=Dysertacja / praca dyplomowa +works.thesis=Dysertacja lub praca dyplomowa works.editedBook=Edytowana książka works.encyclopediaEntry=Wpis w encyklopedii works.journalArticle=Artykuł w czasopiśmie -works.issue=Wydanie czasopisma +works.issue=Wydanie lub edycja czasopisma works.magazineArticle=Artykuł w czasopiśmie works.manual=Ręczny works.newsletterarticle=Artykuł z newslettera works.newspaperArticle=Artykuł w gazecie -works.onlineResource=Zasoby internetowe works.preprint=Preprint works.report=Raport works.tool=Narzędzie badawcze @@ -62,16 +61,14 @@ works.patent=Patent works.copyright=Zarejestrowane prawa autorskie works.trademark=Znak towarowy works.annotation=Adnotacja -works.artisticPerformance=Występ artystyczny +works.artisticPerformance=Twórczość lub występ artystyczny works.dataManagementPlan=Plan zarządzania danymi -works.plan=Zbiór danych works.invention=Wynalazek -works.speech=Wykład/przemówienie works.object=Obiekt fizyczny -works.technique=Technika badań +works.technique=Technika lub protokół badań works.software=Oprogramowanie works.company=Firma typu spin-off -works.policy=Standardy i polityka +works.policy=Standardy lub polityka works.standard=Norma techniczna works.other=Inne works.self=Samodzielnie @@ -84,6 +81,7 @@ works.versionOfDescription=Identyfikator dotyczy alternatywnej wersji pracy. Na works.fundedByDescription=Identyfikator dotyczy finansowania pracy. works.conference=Konferencja works.intellectual=Własność intelektualna +reviewAndEditing=Recenzja i redakcja works.publication=Publikacja works.whoCanSeeWorks=Kto może zobaczyć Twoje prace? Domyślne ustawienie widoczności to Prywatne. works.selectedWorksVisibility=Wybrane prace do ustawienia widoczności @@ -239,3 +237,45 @@ works.groupUnrelatedWorksWarning=Grupowanie niepowiązanych prac może spowodowa works.exportAllWorks=Eksportuj WSZYSTKIE prace works.deleteSelectedWorks=Usuń wybrane prace works.setVisibilityForSelectedWorks=Skonfiguruj widoczność wybranych prac +works.selectAWorkType=Wybierz typ pracy. +works.popularWorkTypes=Popularne typy pracy +works.publicationDescription=Książki, artykuły z czasopism, materiały konferencyjne, przeddruki i dokumenty robocze +works.otherAcademicPublication=Inne publikacja naukowa +works.otherLabelMicrocopy=Wybranie tej opcji spowoduje ustawienie typu pracy na „Inne” +works.reviewDescription=Adnotacje, transkrypcje, recenzje i redakcja +works.otherReviewAndEditing=Inne wyniki dotyczące recenzji lub redakcji +works.disseminationDescription=Wpisy na blogu, artykuły w mediach, przemówienia i podcasty +works.otherDissemination=Wyniki dotyczące rozpowszechniania +works.creativeDescription=Projekty, obrazy, wideo, muzyka, audio i media interaktywne +works.otherCreativeData=Inna twórczość +works.dataDescription=Zbiory danych, oprogramowanie, plany i narzędzia badawcze +works.otherData=Inne wyniki dotyczące danych i procesów +works.legalDescription=Patenty, znaki towarowe, prawa autorskie i inne kwestie prawne +works.otherLegal=Inne dane prawne lub dotyczące własności intelektualnej +works.teachingDescription=Praca ze studentami +works.otherTeaching=Inne wyniki dotyczące nauczania lub nadzorowania +works.creative=Twórczość +works.data=Dane i procesy +works.legal=Prawo i własność intelektualna +works.teaching=Nauczanie i nadzór +works.blogPost=Wpis na blogu +works.clinicalStudy=Badanie kliniczne +works.cartographicMaterial=Materiał kartograficzny +works.conferenceOutput=Materiał konferencyjny +works.conferencePresentation=Prezentacja na konferencję +works.conferenceProceedings=Obrady konferencyjne +works.design=Projekt +works.image=Obraz +works.movingImage=Ruchomy obraz lub wideo +works.musicalComposition=Kompozycja muzyczna +works.sound=Audio +works.transcription=Transkrypcja +works.dissemination=Rozpowszechnianie +works.academicPublication=Publikacje naukowe +works.reviewAndEditing=Recenzja i redakcja +works.pleaseSelectWork=Wybierz typ pracy +works.learningObject=Materiał dydaktyczny +works.publicSpeech=Rozmowa, wywiad, podcast lub przemówienie +works.speech=Wykład +works.plan=Zbiór danych +works.onlineResource=Zasób interaktywny diff --git a/src/locale/properties/works/works.pt.properties b/src/locale/properties/works/works.pt.properties index 70795808d8..4478341521 100644 --- a/src/locale/properties/works/works.pt.properties +++ b/src/locale/properties/works/works.pt.properties @@ -38,16 +38,15 @@ works.review=Revisão de livro works.reviewPublication=Revisão works.book=Livro works.entry=Entrada em dicionário -works.thesis=Dissertação/Tese +works.thesis=Dissertação ou tese works.editedBook=Livro Editado works.encyclopediaEntry=Entrada de enciclopédia works.journalArticle=Artigo de revista (Journal) -works.issue=Edição de revista (Journal) +works.issue=Edição de revista works.magazineArticle=Artigo de revista works.manual=Manual works.newsletterarticle=Artigo em Folheto Informativo works.newspaperArticle=Artigo em jornal -works.onlineResource=Recurso online works.preprint=Pré-impressão works.report=Relatório works.tool=Ferramenta de pesquisa @@ -62,16 +61,14 @@ works.patent=Patente works.copyright=Direito autoral registrado works.trademark=Marca comercial works.annotation=Anotação -works.artisticPerformance=Performance artística +works.artisticPerformance=Produção ou performance artística works.dataManagementPlan=Plano de gestão de dados -works.plan=Conjunto de dados works.invention=Invenção -works.speech=Discurso de palestra works.object=Objeto físico -works.technique=Técnica de pesquisa +works.technique=Protocolo ou técnica de investigação works.software=Software works.company=Empresa spin off -works.policy=Padrões e políticas +works.policy=Padrões ou política works.standard=Padrão Técnico works.other=Outra saída works.self=Próprio @@ -84,6 +81,7 @@ works.versionOfDescription=O identificador aplica-se a uma versão alternativa d works.fundedByDescription=O identificador aplica-se ao financiamento para a obra. works.conference=Conferência works.intellectual=Propriedade intelectual +reviewAndEditing=Revisão e edição works.publication=Publicação works.whoCanSeeWorks=Quem pode ver as suas obras. A configuração de visibilidade padrão é Privada. works.selectedWorksVisibility=Obras selecionadas para definir a visibilidade @@ -239,3 +237,45 @@ works.groupUnrelatedWorksWarning=O agrupamento de trabalhos não relacionados po works.exportAllWorks=Exportar TODOS os trabalhos works.deleteSelectedWorks=Eliminar trabalhos selecionados works.setVisibilityForSelectedWorks=Defina a visibilidade dos trabalhos selecionados +works.selectAWorkType=Selecione um tipo de obra +works.popularWorkTypes=Tipos de obra populares +works.publicationDescription=Livros, artigos de revistas, resultados de conferências, pré-impressões e documentos de trabalho +works.otherAcademicPublication=Outra publicação académica +works.otherLabelMicrocopy=Se selecionar esta opção, o tipo de obra será definido como "Outro" +works.reviewDescription=Anotações, transcrições, revisões e edição +works.otherReviewAndEditing=Outros produtos de revisão ou edição +works.disseminationDescription=Publicações em blogues, artigos nos meios de comunicação social, discursos e podcasts +works.otherDissemination=Outros produtos de divulgação +works.creativeDescription=Desenhos, imagens, vídeo, música, som e meios interativos +works.otherCreativeData=Outras produções criativas +works.dataDescription=Conjuntos de dados, software, planos e ferramentas de investigação +works.otherData=Outros dados ou produtos de processo +works.legalDescription=Patentes, marcas registadas, direitos de autor e outros elementos jurídicos +works.otherLegal=Outros produtos jurídicos ou de PI +works.teachingDescription=Trabalhar com estudantes +works.otherTeaching=Outros produtos de ensino ou supervisão +works.creative=Criativos +works.data=Dados e processo +works.legal=Jurídico e PI +works.teaching=Ensino e supervisão +works.blogPost=Artigo de blogue +works.clinicalStudy=Estudo clínico +works.cartographicMaterial=Material cartográfico +works.conferenceOutput=Documento de conferência +works.conferencePresentation=Apresentação em conferência +works.conferenceProceedings=Atas de conferência +works.design=Desenho +works.image=Imagem +works.movingImage=Imagem em movimento ou vídeo +works.musicalComposition=Composição musical +works.sound=Som +works.transcription=Transcrição +works.dissemination=Divulgação +works.academicPublication=Publicações académicas +works.reviewAndEditing=Revisão e edição +works.pleaseSelectWork=Selecione um tipo de obra +works.learningObject=Material didático +works.publicSpeech=Palestra, entrevista, podcast ou discurso +works.onlineResource=Recurso interativo +works.speech=Palestra +works.plan=Conjuntos de dados diff --git a/src/locale/properties/works/works.rl.properties b/src/locale/properties/works/works.rl.properties index 3db7dda822..8232933e5b 100644 --- a/src/locale/properties/works/works.rl.properties +++ b/src/locale/properties/works/works.rl.properties @@ -285,3 +285,4 @@ works.dissemination=RL works.academicPublication=RL works.reviewAndEditing=RL works.pleaseSelectWork=RL +works.publicSpeech=RL diff --git a/src/locale/properties/works/works.ru.properties b/src/locale/properties/works/works.ru.properties index a91a246575..448f66fd9f 100644 --- a/src/locale/properties/works/works.ru.properties +++ b/src/locale/properties/works/works.ru.properties @@ -38,16 +38,15 @@ works.review=Рецензия на книгу works.reviewPublication=Рецензия works.book=Книга works.entry=Словарная статья -works.thesis=Дипломная работа/диссертация +works.thesis=Дипломная работа или диссертация works.editedBook=Редактура книги works.encyclopediaEntry=Статья в энциклопедии works.journalArticle=Статья в научном журнале -works.issue=Журнальная публикация +works.issue=Журнальная публикация или издание works.magazineArticle=Статья в периодическом издании works.manual=Руководство по эксплуатации works.newsletterarticle=Статья в информационном вестнике works.newspaperArticle=Статья в газете -works.onlineResource=Онлайн-ресурс works.preprint=Препринт works.report=Отчет works.tool=Метод исследования @@ -62,16 +61,14 @@ works.patent=Патент works.copyright=Зарегистрированное авторское право works.trademark=Товарный знак works.annotation=Аннотация -works.artisticPerformance=Художественное представление +works.artisticPerformance=Художественное произведение или представление works.dataManagementPlan=План управления данными -works.plan=Массив данных works.invention=Изобретение -works.speech=Лекция/речь works.object=Физический объект -works.technique=Методика исследования +works.technique=Протокол или методика исследования works.software=Программное обеспечение works.company=Дочерняя организация -works.policy=Стандарты и политики +works.policy=Стандарт или политика works.standard=Технический стандарт works.other=Другой результат works.self=Самостоятельная @@ -84,6 +81,7 @@ works.versionOfDescription=Идентификатор относится к ал works.fundedByDescription=Идентификатор относится к финансированию работы. works.conference=Конференция works.intellectual=Интеллектуальная собственность +reviewAndEditing=Рецензии и редактура works.publication=Публикация works.whoCanSeeWorks=Кто может видеть Ваши работы. По умолчанию видимость приватная. works.selectedWorksVisibility=Выбранные работы для установления видимости @@ -239,3 +237,45 @@ works.groupUnrelatedWorksWarning=Из-за группировки несвяза works.exportAllWorks=Экспорт ВСЕХ работ works.deleteSelectedWorks=Удалить выбранные работы works.setVisibilityForSelectedWorks=Установить видимость для выбранных работ +works.selectAWorkType=Выбрать тип работы +works.popularWorkTypes=Популярные типы работ +works.publicationDescription=Книги, журнальные статьи, научные доклады, препринты и предварительные публикации +works.otherAcademicPublication=Другие научные работы +works.otherLabelMicrocopy=Если вы выберете этот вариант, будет указан тип работы «Другое» +works.reviewDescription=Аннотации, расшифровки, рецензии и редакции +works.otherReviewAndEditing=Другие форматы рецензирования или редактирования +works.disseminationDescription=Публикации в блогах, статьи в СМИ, речи и подкасты +works.otherDissemination=Другие форматы распространения информации +works.creativeDescription=Дизайн, изображения, видео, музыка, аудио- и интерактивный контент +works.otherCreativeData=Другие форматы творческих работ +works.dataDescription=Наборы данных, ПО, инструменты для исследований и планы +works.otherData=Другие форматы работы с данными или процессами +works.legalDescription=Патенты, товарные знаки, регистрация авторских прав и другие юридические документы +works.otherLegal=Другие документы, связанные с правами или интеллектуальной собственностью +works.teachingDescription=Работа со студентами +works.otherTeaching=Другие форматы преподавания или наставничества +works.creative=Творчество +works.data=Данные и процессы +works.legal=Права и интеллектуальная собственность +works.teaching=Преподавание и наставничество +works.blogPost=Пост +works.clinicalStudy=Клиническое исследование +works.cartographicMaterial=Картографический материал +works.conferenceOutput=Конференц-объект +works.conferencePresentation=Конференционная презентация +works.conferenceProceedings=Материалы конференций +works.design=Дизайн +works.image=Изображение +works.movingImage=Видео или динамическое изображение +works.musicalComposition=Музыкальное произведение +works.sound=Звук +works.transcription=Транскрипция +works.dissemination=Распространение информации +works.academicPublication=Научные публикации +works.reviewAndEditing=Рецензирование и редактура +works.pleaseSelectWork=Выберите тип работы +works.learningObject=Материалы для преподавателей +works.publicSpeech=Беседа, интервью, подкаст или речь +works.speech=Лекция +works.onlineResource=Интерактивный ресурс +works.plan=Массив данных diff --git a/src/locale/properties/works/works.tr.properties b/src/locale/properties/works/works.tr.properties index 69d47dbe5d..06ec0f4823 100644 --- a/src/locale/properties/works/works.tr.properties +++ b/src/locale/properties/works/works.tr.properties @@ -38,16 +38,15 @@ works.review=Kitap incelemesi works.reviewPublication=Değerlendirme works.book=Kitap works.entry=Sözlük girişi -works.thesis=Doktora tezi/Tez +works.thesis=Doktora Tezi veya Tez works.editedBook=Düzenlenen kitap works.encyclopediaEntry=Ansiklopedi girdisi works.journalArticle=Dergi makalesi -works.issue=Dergi sayısı +works.issue=Dergi sayısı veya baskısı works.magazineArticle=Dergi makalesi works.manual=Manüel works.newsletterarticle=Bülten makalesi works.newspaperArticle=Gazete makalesi -works.onlineResource=Çevrimiçi kaynak works.preprint=Ön baskı works.report=Rapor works.tool=Araştırma aracı @@ -62,16 +61,14 @@ works.patent=Patent works.copyright=Kayıtlı telif hakkı works.trademark=Marka works.annotation=Ek açıklama -works.artisticPerformance=Sanatsal performans +works.artisticPerformance=Sanatsal çıktı veya performans works.dataManagementPlan=Veri yönetim planı -works.plan=Veri kümesi works.invention=Buluş -works.speech=Anlatım/konuşma works.object=Fiziksel nesne -works.technique=Araştırma tekniği +works.technique=Araştırma protokolü veya tekniği works.software=Yazılım works.company=Şirketi kapat -works.policy=Standartlar ve politika +works.policy=Standartlar veya politika works.standard=Teknik Standart works.other=Diğer works.self=Kendi @@ -84,6 +81,7 @@ works.versionOfDescription=Tanımlayıcı, bir makalenin daha önceki bir tasla works.fundedByDescription=Tanımlayıcı, çalışmanın finansmanı için geçerlidir. works.conference=Konferans works.intellectual=Fikri mülkiyet +reviewAndEditing=İnceleme ve düzenleme works.publication=Yayın works.whoCanSeeWorks=Çalışmalarınızı kimler görebilir? Varsayılan görünürlük ayarı Özel'dir. works.selectedWorksVisibility=Görünürlüğü ayarlamak üzere seçilen çalışmalar @@ -239,3 +237,45 @@ works.groupUnrelatedWorksWarning=İlgisiz çalışmaları gruplamanız, kaydın works.exportAllWorks=TÜM çalışmaları dışa aktar works.deleteSelectedWorks=Seçili çalışmaları sil works.setVisibilityForSelectedWorks=Seçili çalışmalar için görünürlüğü ayarla +works.selectAWorkType=Bir çalışma türü seçin +works.popularWorkTypes=Popüler çalışma türleri +works.publicationDescription=Kitaplar, dergi makaleleri, konferans çıktıları, ön baskılar ve ön makaleler +works.otherAcademicPublication=Diğer akademik yayın +works.otherLabelMicrocopy=Bunu seçmek, çalışma türünü "Diğer" olarak ayarlayacaktır +works.reviewDescription=Dipnotlar, deşifreler, incelemeler ve düzenlemeler +works.otherReviewAndEditing=Diğer inceleme veya düzenleme çıktısı +works.disseminationDescription=Blog gönderileri, medya makaleleri, konuşmalar ve podcast'ler +works.otherDissemination=Diğer yayımlama çıktısı +works.creativeDescription=Tasarımlar, görseller, videolar, müzikler, sesler ve interaktif medya +works.otherCreativeData=Diğer yaratıcı çıktı +works.dataDescription=Veri setleri, yazılımlar, planlar ve araştırma araçları +works.otherData=Diğer veri veya işlem çıktısı +works.legalDescription=Patentler, tescilli markalar, telifler ve diğer yasal ögeler +works.otherLegal=Diğer yasal veya fikri mülkiyet çıktısı +works.teachingDescription=Öğrencilerle çalışmak +works.otherTeaching=Diğer öğretmenlik veya gözetmenlik çıktısı +works.creative=Yaratıcı +works.data=Veri ve işlem +works.legal=Yasal ve fikri mülkiyet +works.teaching=Öğretmenlik ve gözetmenlik +works.blogPost=Blog Yazısı +works.clinicalStudy=Klinik çalışması +works.cartographicMaterial=Kartografik materyal +works.conferenceOutput=Konferans çıktısı +works.conferencePresentation=Konferans sunumu +works.conferenceProceedings=Konferans bildirileri +works.design=Tasarım +works.image=Görsel +works.movingImage=Hareket eden görsel veya video +works.musicalComposition=Müzikal kompozisyon +works.sound=Ses +works.transcription=Transkripsiyon +works.dissemination=Yayım +works.academicPublication=Akademik yayınlar +works.reviewAndEditing=İnceleme ve düzenleme +works.pleaseSelectWork=Lütfen bir çalışma türü seçin +works.learningObject=Öğretme materyali +works.publicSpeech=Konuşma, röportaj, podcast veya konuşma +works.plan=Veri seti +works.onlineResource=Etkileşimli kaynak +works.speech=Ders diff --git a/src/locale/properties/works/works.xx.properties b/src/locale/properties/works/works.xx.properties index f2fd5578a0..82942fc4b0 100644 --- a/src/locale/properties/works/works.xx.properties +++ b/src/locale/properties/works/works.xx.properties @@ -285,3 +285,4 @@ works.dissemination=X works.academicPublication=X works.reviewAndEditing=X works.pleaseSelectWork=X +works.publicSpeech=X diff --git a/src/locale/properties/works/works.zh_CN.properties b/src/locale/properties/works/works.zh_CN.properties index e49199a33a..f9099dd325 100644 --- a/src/locale/properties/works/works.zh_CN.properties +++ b/src/locale/properties/works/works.zh_CN.properties @@ -42,12 +42,12 @@ works.thesis=学位论文/毕业论文 works.editedBook=编辑的图书 works.encyclopediaEntry=百科词条 works.journalArticle=杂志文章 -works.issue=期刊发行 +works.issue=期刊刊号或版本 works.magazineArticle=杂志文章 works.manual=手册 works.newsletterarticle=时事文章 works.newspaperArticle=报纸文章 -works.onlineResource=在线资源 +works.onlineResource=互动资源 works.preprint=预印本 works.report=报告 works.tool=研究工具 @@ -62,16 +62,16 @@ works.patent=专利 works.copyright=注册版权 works.trademark=商标 works.annotation=注释 -works.artisticPerformance=艺术表现 +works.artisticPerformance=艺术成果或表现 works.dataManagementPlan=数据管理计划 works.plan=数据集 works.invention=发明 -works.speech=讲座发言 +works.speech=讲座 works.object=实物 -works.technique=研究方法 +works.technique=研究协议或技术 works.software=软件 works.company=剥离公司 -works.policy=标准和政策 +works.policy=标准或政策 works.standard=技术准则 works.other=其他成果 works.self=自己 @@ -84,6 +84,7 @@ works.versionOfDescription=此识别码适用于其他版本的成果。例如 works.fundedByDescription=该识别码适用于该成果的基金。 works.conference=会议 works.intellectual=知识产权 +reviewAndEditing=审查和编辑 works.publication=出版物 works.whoCanSeeWorks=谁可以看见您的成果。默认仅自己可见。 works.selectedWorksVisibility=设置已选成果的可见性 @@ -239,3 +240,42 @@ works.groupUnrelatedWorksWarning=将无关成果归为一组,可能会在您 works.exportAllWorks=导出全部成果 works.deleteSelectedWorks=删除已选成果 works.setVisibilityForSelectedWorks=设置已选成果可见性 +works.selectAWorkType=选择成果类型 +works.popularWorkTypes=热门工作形式 +works.publicationDescription=书籍、期刊论文、会议成果、预印本和工作文件 +works.otherAcademicPublication=其他学术刊物 +works.otherLabelMicrocopy=选择此项将把工作形式设置为“其他” +works.reviewDescription=注释、转录、审查和编辑 +works.otherReviewAndEditing=其他审查或编辑成果 +works.disseminationDescription=博客文章、媒体文章、演讲和播客 +works.otherDissemination=其他宣传成果 +works.creativeDescription=设计、图像、视频、音乐、声音和互动媒体 +works.otherCreativeData=其他创作成果 +works.dataDescription=数据集、软件、计划和研究工具 +works.otherData=其他数据或流程输出 +works.legalDescription=专利、商标、版权和其他法律项目 +works.otherLegal=其他法律或知识产权成果 +works.teachingDescription=与学生合作 +works.otherTeaching=其他教学或监督成果 +works.creative=创作成果 +works.data=数据和流程 +works.legal=法律和知识产权 +works.teaching=教学和监督 +works.blogPost=博客文章 +works.clinicalStudy=临床研究 +works.cartographicMaterial=地图类资料 +works.conferenceOutput=会议对象 +works.conferencePresentation=会议演示报告 +works.conferenceProceedings=会议论文集 +works.design=设计 +works.image=图像 +works.movingImage=动态图像或视频 +works.musicalComposition=音乐 +works.sound=声音 +works.transcription=转录资料 +works.dissemination=宣传 +works.academicPublication=学术刊物 +works.reviewAndEditing=审查和编辑 +works.pleaseSelectWork=请选择工作形式 +works.learningObject=教材 +works.publicSpeech=谈话、访谈、播客或演讲 diff --git a/src/locale/properties/works/works.zh_TW.properties b/src/locale/properties/works/works.zh_TW.properties index dc4fb94f9a..140c1c8d2c 100644 --- a/src/locale/properties/works/works.zh_TW.properties +++ b/src/locale/properties/works/works.zh_TW.properties @@ -38,16 +38,16 @@ works.review=圖書評論 works.reviewPublication=評論 works.book=書籍 works.entry=詞條 -works.thesis=專稿/論文 +works.thesis=講演 works.editedBook=編輯的圖書 works.encyclopediaEntry=百科詞條 works.journalArticle=雜誌文章 -works.issue=期刊發行 +works.issue=期刊期數或版本 works.magazineArticle=雜誌文章 works.manual=手冊 works.newsletterarticle=時事文章 works.newspaperArticle=報紙文章 -works.onlineResource=線上資源 +works.onlineResource=인터렉티브 리소스 works.preprint=預印本 works.report=報告 works.tool=研究工具 @@ -62,16 +62,16 @@ works.patent=專利 works.copyright=註冊版權 works.trademark=商標 works.annotation=註解 -works.artisticPerformance=藝術性表現 +works.artisticPerformance=藝術作品或表演 works.dataManagementPlan=資料管理計劃 -works.plan=資料集 +works.plan=데이터 세트 works.invention=發明 -works.speech=講座演講 +works.speech=강연 works.object=具體物品 -works.technique=研究方法 +works.technique=研究計畫或技術 works.software=軟體 works.company=剝離公司 -works.policy=標準和政策 +works.policy=標準或政策 works.standard=技術準則 works.other=其他產出 works.self=自己 @@ -84,6 +84,7 @@ works.versionOfDescription=此識別碼適用於其他版本的工作。例如 works.fundedByDescription=此識別碼適用於該工作的補助。 works.conference=會議 works.intellectual=智慧財產 +reviewAndEditing=審查和編輯 works.publication=出版物 works.whoCanSeeWorks=誰可以看到您的工作。預設可見性為私人。 works.selectedWorksVisibility=欲設定可見性的已選擇工作 @@ -239,3 +240,42 @@ works.groupUnrelatedWorksWarning=將不相關的工作加以群組,會導致 works.exportAllWorks=匯出所有工作 works.deleteSelectedWorks=刪除選取的工作 works.setVisibilityForSelectedWorks=為選取的工作設定可見性 +works.selectAWorkType=選擇工作形式 +works.popularWorkTypes=熱門成果類型 +works.publicationDescription=書籍、期刊文章、會議成果、預印本和工作報告 +works.otherAcademicPublication=其他學術出版物 +works.otherLabelMicrocopy=選取此項目會將成果類型設為「其他」 +works.reviewDescription=註解、逐字稿、審查和編輯 +works.otherReviewAndEditing=其他審查或編輯成果 +works.disseminationDescription=部落格文章、媒體文章、演講和 Podcast +works.otherDissemination=其他宣傳成果 +works.creativeDescription=設計、圖片、影片、音樂、聲音和互動媒體 +works.otherCreativeData=其他創作成果 +works.dataDescription=資料集、軟體、計畫和研究工具 +works.otherData=其他資料或流程成果 +works.legalDescription=專利、商標、著作權和其他法律項目 +works.otherLegal=其他法律或智慧財產權成果 +works.teachingDescription=與學生合作 +works.otherTeaching=其他教學或指導成果 +works.creative=創作 +works.data=資料和流程 +works.legal=法律和智慧財產權 +works.teaching=教學和指導 +works.blogPost=블로그 기사 +works.clinicalStudy=臨床研究 +works.cartographicMaterial=地圖類資料 +works.conferenceOutput=會議成果 +works.conferencePresentation=會議發表 +works.conferenceProceedings=會議論文集 +works.design=設計 +works.image=圖片 +works.movingImage=動態圖片或影片 +works.musicalComposition=音樂作品 +works.sound=聲音 +works.transcription=逐字稿 +works.dissemination=宣傳 +works.academicPublication=學術出版物 +works.reviewAndEditing=審查和編輯 +works.pleaseSelectWork=請選取成果類型 +works.learningObject=教材 +works.publicSpeech=講座、訪談、Podcast 或演講