From 1c1c9ae63498a99bef2cdd31a38a8679274f7717 Mon Sep 17 00:00:00 2001 From: Leonardo Mendoza Fernadez Date: Mon, 2 Dec 2024 13:00:15 -0600 Subject: [PATCH 1/3] tx pull --- .../properties/account/account.ca.properties | 216 ++++++ .../properties/account/account.uk.properties | 216 ++++++ .../authorize/authorize.ca.properties | 43 ++ .../authorize/authorize.uk.properties | 43 ++ .../delegators/delegators.ca.properties | 5 + .../delegators/delegators.uk.properties | 5 + .../developer-tools.ar.properties | 3 + .../developer-tools.ca.properties | 87 +++ .../developer-tools.cs.properties | 3 + .../developer-tools.de.properties | 3 + .../developer-tools.es.properties | 3 + .../developer-tools.fr.properties | 3 + .../developer-tools.it.properties | 3 + .../developer-tools.ja.properties | 3 + .../developer-tools.ko.properties | 3 + .../developer-tools.pl.properties | 3 + .../developer-tools.pt.properties | 3 + .../developer-tools.ru.properties | 3 + .../developer-tools.tr.properties | 3 + .../developer-tools.uk.properties | 87 +++ .../developer-tools.zh_CN.properties | 3 + .../developer-tools.zh_TW.properties | 3 + .../environment-banner.ca.properties | 8 + .../environment-banner.uk.properties | 8 + .../properties/funding/funding.ca.properties | 46 ++ .../properties/funding/funding.uk.properties | 46 ++ src/locale/properties/home/home.ca.properties | 24 + src/locale/properties/home/home.uk.properties | 24 + .../properties/inbox/inbox.ca.properties | 47 ++ .../properties/inbox/inbox.uk.properties | 47 ++ .../institutional/institutional.ca.properties | 20 + .../institutional/institutional.uk.properties | 20 + .../interstitials/interstitials.ca.properties | 11 + .../interstitials/interstitials.uk.properties | 11 + .../properties/layout/layout.ca.properties | 116 ++++ .../properties/layout/layout.uk.properties | 116 ++++ .../properties/linking/linking.ca.properties | 13 + .../properties/linking/linking.uk.properties | 13 + .../material/material.ca.properties | 7 + .../material/material.uk.properties | 7 + .../my-orcid-alerts.ca.properties | 2 + .../my-orcid-alerts.uk.properties | 2 + .../password-recovery.ca.properties | 21 + .../password-recovery.uk.properties | 21 + .../peer-review/peer-review.ca.properties | 26 + .../peer-review/peer-review.uk.properties | 26 + .../properties/profile/profile.ca.properties | 24 + .../properties/profile/profile.uk.properties | 24 + .../properties/record/record.ca.properties | 46 ++ .../properties/record/record.uk.properties | 46 ++ .../register/register.ca.properties | 229 +++++++ .../register/register.uk.properties | 229 +++++++ .../research-resources.ca.properties | 5 + .../research-resources.uk.properties | 5 + .../properties/search/search.ca.properties | 21 + .../properties/search/search.uk.properties | 21 + .../properties/shared/shared.ca.properties | 643 ++++++++++++++++++ .../properties/shared/shared.uk.properties | 643 ++++++++++++++++++ .../side-bar/side-bar.ca.properties | 112 +++ .../side-bar/side-bar.uk.properties | 112 +++ .../properties/signin/signin.ca.properties | 98 +++ .../properties/signin/signin.uk.properties | 98 +++ .../properties/summary/summary.ca.properties | 61 ++ .../properties/summary/summary.uk.properties | 61 ++ .../properties/top-bar/top-bar.ar.properties | 7 + .../properties/top-bar/top-bar.ca.properties | 122 ++++ .../properties/top-bar/top-bar.cs.properties | 7 + .../properties/top-bar/top-bar.de.properties | 7 + .../properties/top-bar/top-bar.es.properties | 7 + .../properties/top-bar/top-bar.fr.properties | 7 + .../properties/top-bar/top-bar.it.properties | 7 + .../properties/top-bar/top-bar.ja.properties | 7 + .../properties/top-bar/top-bar.ko.properties | 7 + .../properties/top-bar/top-bar.pl.properties | 7 + .../properties/top-bar/top-bar.pt.properties | 7 + .../properties/top-bar/top-bar.ru.properties | 7 + .../properties/top-bar/top-bar.tr.properties | 7 + .../properties/top-bar/top-bar.uk.properties | 122 ++++ .../top-bar/top-bar.zh_CN.properties | 7 + .../top-bar/top-bar.zh_TW.properties | 7 + .../two-factor/two-factor.ca.properties | 4 + .../two-factor/two-factor.uk.properties | 4 + .../properties/works/works.ca.properties | 241 +++++++ .../properties/works/works.uk.properties | 241 +++++++ 84 files changed, 4736 insertions(+) create mode 100644 src/locale/properties/account/account.ca.properties create mode 100644 src/locale/properties/account/account.uk.properties create mode 100644 src/locale/properties/authorize/authorize.ca.properties create mode 100644 src/locale/properties/authorize/authorize.uk.properties create mode 100644 src/locale/properties/delegators/delegators.ca.properties create mode 100644 src/locale/properties/delegators/delegators.uk.properties create mode 100644 src/locale/properties/developer-tools/developer-tools.ca.properties create mode 100644 src/locale/properties/developer-tools/developer-tools.uk.properties create mode 100644 src/locale/properties/environment-banner/environment-banner.ca.properties create mode 100644 src/locale/properties/environment-banner/environment-banner.uk.properties create mode 100644 src/locale/properties/funding/funding.ca.properties create mode 100644 src/locale/properties/funding/funding.uk.properties create mode 100644 src/locale/properties/home/home.ca.properties create mode 100644 src/locale/properties/home/home.uk.properties create mode 100644 src/locale/properties/inbox/inbox.ca.properties create mode 100644 src/locale/properties/inbox/inbox.uk.properties create mode 100644 src/locale/properties/institutional/institutional.ca.properties create mode 100644 src/locale/properties/institutional/institutional.uk.properties create mode 100644 src/locale/properties/interstitials/interstitials.ca.properties create mode 100644 src/locale/properties/interstitials/interstitials.uk.properties create mode 100644 src/locale/properties/layout/layout.ca.properties create mode 100644 src/locale/properties/layout/layout.uk.properties create mode 100644 src/locale/properties/linking/linking.ca.properties create mode 100644 src/locale/properties/linking/linking.uk.properties create mode 100644 src/locale/properties/material/material.ca.properties create mode 100644 src/locale/properties/material/material.uk.properties create mode 100644 src/locale/properties/my-orcid-alerts/my-orcid-alerts.ca.properties create mode 100644 src/locale/properties/my-orcid-alerts/my-orcid-alerts.uk.properties create mode 100644 src/locale/properties/password-recovery/password-recovery.ca.properties create mode 100644 src/locale/properties/password-recovery/password-recovery.uk.properties create mode 100644 src/locale/properties/peer-review/peer-review.ca.properties create mode 100644 src/locale/properties/peer-review/peer-review.uk.properties create mode 100644 src/locale/properties/profile/profile.ca.properties create mode 100644 src/locale/properties/profile/profile.uk.properties create mode 100644 src/locale/properties/record/record.ca.properties create mode 100644 src/locale/properties/record/record.uk.properties create mode 100644 src/locale/properties/register/register.ca.properties create mode 100644 src/locale/properties/register/register.uk.properties create mode 100644 src/locale/properties/research-resources/research-resources.ca.properties create mode 100644 src/locale/properties/research-resources/research-resources.uk.properties create mode 100644 src/locale/properties/search/search.ca.properties create mode 100644 src/locale/properties/search/search.uk.properties create mode 100644 src/locale/properties/shared/shared.ca.properties create mode 100644 src/locale/properties/shared/shared.uk.properties create mode 100644 src/locale/properties/side-bar/side-bar.ca.properties create mode 100644 src/locale/properties/side-bar/side-bar.uk.properties create mode 100644 src/locale/properties/signin/signin.ca.properties create mode 100644 src/locale/properties/signin/signin.uk.properties create mode 100644 src/locale/properties/summary/summary.ca.properties create mode 100644 src/locale/properties/summary/summary.uk.properties create mode 100644 src/locale/properties/top-bar/top-bar.ca.properties create mode 100644 src/locale/properties/top-bar/top-bar.uk.properties create mode 100644 src/locale/properties/two-factor/two-factor.ca.properties create mode 100644 src/locale/properties/two-factor/two-factor.uk.properties create mode 100644 src/locale/properties/works/works.ca.properties create mode 100644 src/locale/properties/works/works.uk.properties diff --git a/src/locale/properties/account/account.ca.properties b/src/locale/properties/account/account.ca.properties new file mode 100644 index 0000000000..0c4876f3f5 --- /dev/null +++ b/src/locale/properties/account/account.ca.properties @@ -0,0 +1,216 @@ +account.emailFrequency=Email frequency +account.settings=Account settings +account.defaults=Defaults +account.security=Security +account.orcidKeeps=ORCID keeps you up-to-date with activity on your record with notifications sent to your ORCID inbox. You can also have these notifications sent to you by email. You can choose which types of notifications you wish to get by email and how often you would like to receive them. +account.ifYouNoLonger=If you no longer want to continue using ORCID you can deactivate your account at any time. +account.accountAndRecord=Account and record notifications +account.howOftenWould=How often would you like to receive summary emails about: +account.itemsAddedOrEdited=Items added or edited in your record by a trusted party +account.administrativeChanges=Administrative changes, such as being made a trusted individual +account.orcidMembers=ORCID members wanting your permission to automatically update your record +account.newFeatures=New features and tips +account.weOccasionallySend=We occasionally send out an email with information on new features and tips for getting the best out of your ORCID record. +account.idLikeToReceive=I’d like to receive the ORCID new features and tips newsletter +account.inAddition=In addition to the notifications selected above, we may occasionally send you emails with service messages related to or affecting your ORCID Account. As this information may affect your visibility (privacy) settings and the functioning of your ORCID account, you may not opt-out of service messages per our +account.immediately=Immediately +account.daily=Daily summary +account.weekly=Weekly summary +account.quarterly=Quarterly summary +account.never=Never +account.settingEmailsAlert2=Never +account.settingEmailsAlert3=may mean you miss out on useful or important messages about your ORCID record. +account.setYourPreferred=Set your preferred language for display and ORCID automated notifications. +account.byDefaultVisibility=By default, what visibility should be given to new items added to your ORCID Record? +account.language=Language +account.visibility=Visibility +account.changeOrUpdateAccountPassword=Change or update your account password. +account.twoPassword=Two-factor authentication +account.alternativeSignin=Alternate sign in accounts +account.yourPasswordHasBeenUpdate=Your password has been updated +account.deleteAlternateAccounts=Delete alternate account +account.afterYou=After your +account.unlink=Unlink account +account.accountIsUnlinked=account is unlinked, you will no longer be able to use it to access your ORCID record. +account.youHaventAdded=You haven't added any alternate sign in accounts yet. +account.accessGranted=Access granted +account.alternateSignInID=Alternate sign in ID +account.account=Account +account.youCanSingIntoOrcid=You can sign into ORCID using the personal and institutional accounts you have linked to your ORCID record. +account.learnMoreAboutUsing=Learn more about using alternate accounts to sign in to ORCID +account.accountPassword=Account password +account.actions=Account actions +account.OrcidCollectsLimited=ORCID collects limited data about you when you register for an ORCID iD, including your first name and your email address. You can also choose to add other data to your ORCID record, such as your last name, affiliations, title, education, grants, patents and publications. +account.youCanEasilyDownload=You can easily download an XML file of all your personal data in the ORCID registry. This file is unique to you and only you have access to it. +account.learnMoreAbout=Learn more about downloading your personal ORCID data +account.downloadAllMyData=Download all my data +account.downloadYourOrcid=Download your ORCID data +account.removeDuplicate=Remove a duplicate record +account.deactivateYourOrcidAccount=Deactivate your ORCID account +account.whatHappens=What happens when I deactivate my account? +account.onceYouAccount=Once your account is deactivated your ORCID iD and record will be disabled. All data, apart from the primary email address, is deleted. The email address is cryptographically hashed and securely stored in a private data file. +account.youWillNoLonger=You will no longer be able to use your iD to sign in or access other services. Your public record remains accessible but will only contain the iD and a ‘Deactivated record’ message. +account.deacctivateOrRemove=Deactivating or removing? +account.ifYouHaveAccidentally=If you have accidentally created multiple ORCID accounts you can always remove the duplicates instead of deactivating them. +account.learMoreAboutDeactivating=Learn more about deactivating an ORCID account +account.accountSettings=Account settings > Remove duplicate record +account.learMoreAbout=Learn more about removing duplicate records +account.readtyToDeactivate=Ready to deactivate your account? +account.deactivate1=1. Start the deactivation process by clicking on the "Deactivate ORCID account" button below +account.deactivate2=2. ORCID will send a deactivation email to the primary email address associated with this account +account.deactivate3=3. Click the confirmation link provided in the email to deactivate your ORCID account +account.deactivateOrcidAcc=Deactivate ORCID account +account.andEmailDeactivateWasSend=An account deactivation email has been sent to +account.accountActions=Account actions +account.removeDuplicateRecord=Remove duplicate record +account.warningDuplicated=Warning! All information will be deleted from the duplicate record. Only the email addresses will be transferred to your main ORCID record. Removing a duplicate record cannot be undone. +account.removeThisRecord=Remove this record +account.keepThisRecord=Keep this record +account.deleteDuplicatedAccount=Duplicate record removed! +account.orcidRecord=ORCID record +account.hasBeenRemovedDuplicated=has been removed and now refers to your current record, +account.twoFactor=Two factor authentication +account.ifYouHaveTwoorMore=If you have two or more ORCID records you can easily remove any unwanted duplicates. +account.whatHappensWhenIRemove=What happens when I remove a duplicate record? +account.deprecate1=- The email addresses associated with the duplicate record are added to this record +account.deprecate2=- All other information is deleted from the duplicate record +account.learnMoreAboutRemovingDuplicates=Learn more about removing duplicate records +account.ifYouHaveDuplicated=If you have more than one duplicate record repeat the process for each record. +account.removeADuplicatedRecord=Remove a duplicate record +account.duplicateRecordEmail=Duplicate record email or iD +account.duplicatedEmailHint=The email or iD of the record to be removed +account.duplicatedRecordPassword=Duplicate record password +account.duplicatedPasswordHint=The password for the record to be removed +account.removeDuplicatedRecord=Remove duplicate record +account.passwordCannotBeEmpty=Password cannot be empty +account.oldPassword=Old password +account.copyTheCodeBelow=Copy the code below and paste it into your personal website. +account.defaultStyleShown=Default styles shown above. The actual font/text colour should match your site. +account.preview=Preview +account.aQrCodeIsMachine=A QR code is a machine-readable graphic that contains information, typically a website URL. Your ORCID iD QR code is unique to you and it represents your ORCID iD. Anyone who scans it with a QR code reader such as a mobile phone will be sent to your public ORCID record. +account.downloadQR=Download your ORCID iD QR code and display it on posters, presentations, stickers, business cards - anywhere you want your ORCID iD to be found! +account.clickDownloadQR=Click to download your QR code +account.htmlCode=Display your ORCID iD on the web +account.qrCode=Get a QR code for your ORCID iD +account.sharing=Sharing +account.confirmNewPassword=Confirm new password +account.newPassword=New password +account.accessType=Access type +account.trustedParties=Trusted parties +account.trusted=Trusted +account.trustedOrganizations=Trusted organizations +account.trustedOrganizationsAreThose=Trusted organizations are those to which you have granted permission to interact with your iD and record, e.g. when submitting a manuscript or grant application. You decide whether to grant this access and you may revoke it at any time. +account.learnMoreAboutTrustedOrg=Learn more about trusted organizations +account.accessGrantedDate=Access granted: +account.revokeAccess=Revoke access +account.revokeAccessPermissions=Revoke access permissions +account.revokeAccessTrustedOrganizations=Revoke access - Trusted organization +account.revokingThisOrganizationAccess=Revoking this organization’s access permissions means they will no longer be able to interact with your ORCID record. This will not affect your other trusted organizations, nor will it block access to publicly accessible data in your record. +account.willNoLongerBeAble=will no longer be able to: +account.organizationsCanStillDelete=Organizations can still delete items they added to your record even after their access permissions have been revoked. +account.findOutMoreAboutTrusted=Find out more about Trusted Organizations and access permissions +account.youHavenAddAnyTrusted=You haven't added any trusted individuals yet. +account.trustedIndvidualstionsAreThose=Trusted individuals, also known as Account Delegates, are other ORCID iD holders to whom you have granted permission to update your ORCID record. You decide whether to grant access to them and can revoke this access at any time. +account.learnMoreAboutTrustedInd=Learn more about trusted individuals +account.trustedIndividuals=Trusted individuals +account.orcidID=ORCID iD +account.searchForOrcidUser=Search for ORCID users to add as trusted individuals +account.searchOrcidTrusted=Search ORCID for trusted individuals +account.name=Name +account.orcidId=ORCID iD +account.noResultFoundTrustedInd=No results found. Please edit your search terms. +account.revokeAccessTrustedIndividuals=Revoke access - Trusted individual +account.revokingThisIndividualAccess=Revoking this user’s access permissions means they will no longer be able to interact with your ORCID record. +account.addAccessTrustedIndividuals=Add access - Trusted individual +account.addAccess=Add access +account.trustedIndividual=Trusted individual +account.nameIsPri=Name is private +account.usersThatTrustYou=Users that trust you +account.orcidUsersWhoHaveYou=ORCID users who have made you an account delegate for their ORCID record. +account.youHavenBeenAddAsTrusted=You haven't been added as a trusted individual yet. +account.youHavenAddAnyOrg=You haven't added any trusted organizations yet. +account.addAsTrustedIndividuals=Add as trusted individual +account.addThisUserAsTrusted=Adding this user as a trusted individual will mean they are able to update your ORCID record. +account.searchIndividualsPlaceHolder=ORCID iD, email address, or names +account.on=ON +account.off=OFF +account.addExtraSecurity=Add extra security to your ORCID account by enabling two-factor authentication (2FA). +account.eachTimeYouSignIn=Each time you sign in to ORCID you’ll be prompted to enter a six-digit code we send to your preferred 2FA authentication application. +account.twoFactorIsCurrently=Two-factor authentication is currently: +account.turnOnTwoFactor=Turn on two-factor authentication +account.turnOffTwoFactor=Turn off two-factor authentication +account.enableTwoFactor=Enable two-factor authentication (2FA) +account.eachTimeYouSignInAlternate=Each time you sign in using your ORCID account or alternate sign-in accounts, you'll be prompted to enter a six-digit code that ORCID sends to your preferred authentication app. +account.knowledgeBaseEnabling=See the Knowledge Base for step-by-step instructions on enabling 2FA +account.installTwoFactor=1. Install a two-factor authentication app +account.app2FARequired=A 2FA app is required to create the six-digit code you need to access your account each time you sign in. Most apps are for mobile devices; some are also available as desktop or web-based apps. +account.downloadAndInstall=Download and install a 2FA app, such as +account.or=or +account.knowledgeBaseForList=See the Knowledge Base for a list of apps we've tested ourselves +account.scantQr=2. Scan the QR code with your device +account.openYour2FA=Open your 2FA app and scan the QR code image below. +account.cantScan=Can't scan the barcode? +account.getTextCode=Get a text code +account.enterIntoYour=and enter it into your 2FA app instead. +account.enterSixDigit=3. Enter the six-digit code from your authentication app +account.afterScanning=After scanning the QR code or entering the text code your 2FA app will generate a six-digit code. Enter the code below. +account.continue=Continue +account.save2FACodes=Save your 2FA recovery codes! +account.recoveryCodes=Recovery codes can be used to access your account when you can’t receive 2FA codes (for example, if you lose your device). Each code can only be used once. +account.learnMoreAbout2FA=Learn more about 2FA recovery codes +account.download2FARecovery=Download 2FA recovery codes +account.copy2FARecovery=Copy 2FA recovery codes +account.downloadOrCopy=Download or copy these codes and store them in a safe spot, such as a password manager. +account.onlyTimeDownload=This is the only time that you can download or copy these codes and ORCID does not store a backup. If you lose access to both your device and these codes, you will need to contact us to restore your account access. +account.iGotMyRecovery=I’ve got my recovery codes - go back to account settings +account.clipboard=Backup codes have been copied to the clipboard +account.youCantAddYourSelf=You can't add yourself as a trusted individual +account.alreadyAdded=You already added this user +account.yourRessetPasswordLinkHasGoneBad=There is a problem with your reset password link. Please check the link is not invalid and has not expired. +account.requestANewLink=Request a new password reset link +account.settingEmailAlert1=Setting email frequency to +account.scopePathType.activitiesReadLimited=Read limited information from your research activities +account.scopePathType.activitiesUpdate=Add/update your research activities (works, affiliations, etc) +account.scopePathType.affiliationsCreate=Add education or employment +account.scopePathType.affiliationsReadLimited=Read limited info from your affiliations list +account.scopePathType.affiliationsUpdate=Update your affiliations +account.scopePathType.authenticate=Get your ORCID iD +account.scopePathType.openid=Get your ORCID iD +account.scopePathType.emailReadPrivate=Read all email addresses from your record, including ones marked as private +account.scopePathType.fundingCreate=Add funding items +account.scopePathType.fundingReadLimited=Read limited info from your funding list +account.scopePathType.fundingUpdate=Update your funding items +account.scopePathType.orcidBioExternalIdentifiersCreate=Add a person identifier +account.scopePathType.orcidBioReadLimited=Read your biographical information +account.scopePathType.orcidBioUpdate=Add/update information about you (country, keywords, etc.) +account.scopePathType.orcidGrantsCreate=Add grants to your grants list +account.scopePathType.orcidGrantsReadLimited=Read limited info from your grants list +account.scopePathType.orcidProfileCreate=Create a new profile +account.scopePathType.orcidProfileReadLimited=Read your information with visibility set to Trusted Parties +account.scopePathType.orcidWorksCreate=Add works +account.scopePathType.orcidWorksReadLimited=Read items in your ORCID record +account.scopePathType.orcidWorksUpdate=Update your works +account.scopePathType.peerReviewCreate=Add peer reviews +account.scopePathType.peerReviewReadLimited=Read peer reviews from your ORCID record +account.scopePathType.peerReviewUpdate=Update your peer reviews +account.scopePathType.personReadLimited=Read limited information from your biography. +account.scopePathType.personUpdate=Add/update information about you (country, keywords, etc.) +account.scopePathType.readLimited=Read your information with visibility set to Trusted Parties +account.scopePathType.readPublic=Read public info only +account.scopePathType.webhook=Notifies Application if there are changes to your record +account.notifications=Notifications keep you up-to-date with activity in your ORCID record. Updates are automatically sent to your ORCID inbox but you can also have them sent to you by email. You can choose the kind of notifications you wish to receive by email and how often you want to receive them. +account.inAdditionToTheOptional=In addition to the optional account and record notifications, we may occasionally send you emails with service messages relating to your ORCID account. As the information in these emails may affect your privacy settings and the functioning of your ORCID account, you cannot opt-out of these service messages per our +account.notificationEmailAddress=Notification email address +account.yourOrcidNotification=Your ORCID notification emails will be sent to: +account.unverifiedEmailAddress=Unverified email address +account.verifiedEmailAddress=Verified email address +account.manageYourEmails=Manage your emails +account.howOftenShouldWeSend=How often should we send you ORCID notification emails about: +account.administrativeChangesSuchAs=Administrative changes, such as being made a trusted individual +account.tipsAndFeatures=Tips & features email +account.idLikeToReceiveTheOrcidTips=I’d like to receive the ORCID tips & features email +account.privacypolicy=Privacy Policy +account.setTheFrequency=Set the frequency for update notifications +account.setTheFrequencyAdministrative=Set the frequency for administrative change notifications +account.setTheFrequencyMember=Set the frequency for permission request notifications +account.notificationEmailAddressFrequency=Notification email frequency diff --git a/src/locale/properties/account/account.uk.properties b/src/locale/properties/account/account.uk.properties new file mode 100644 index 0000000000..976b19da24 --- /dev/null +++ b/src/locale/properties/account/account.uk.properties @@ -0,0 +1,216 @@ +account.emailFrequency=Email frequency +account.settings=Account settings +account.defaults=Defaults +account.security=Security +account.orcidKeeps=ORCID keeps you up-to-date with activity on your record with notifications sent to your ORCID inbox. You can also have these notifications sent to you by email. You can choose which types of notifications you wish to get by email and how often you would like to receive them. +account.ifYouNoLonger=If you no longer want to continue using ORCID you can deactivate your account at any time. +account.accountAndRecord=Account and record notifications +account.howOftenWould=How often would you like to receive summary emails about: +account.itemsAddedOrEdited=Items added or edited in your record by a trusted party +account.administrativeChanges=Administrative changes, such as being made a trusted individual +account.orcidMembers=ORCID members wanting your permission to automatically update your record +account.newFeatures=New features and tips +account.weOccasionallySend=We occasionally send out an email with information on new features and tips for getting the best out of your ORCID record. +account.idLikeToReceive=I’d like to receive the ORCID new features and tips newsletter +account.inAddition=In addition to the notifications selected above, we may occasionally send you emails with service messages related to or affecting your ORCID Account. As this information may affect your visibility (privacy) settings and the functioning of your ORCID account, you may not opt-out of service messages per our +account.immediately=Immediately +account.daily=Daily summary +account.weekly=Weekly summary +account.quarterly=Quarterly summary +account.never=Never +account.settingEmailsAlert2=Never +account.settingEmailsAlert3=may mean you miss out on useful or important messages about your ORCID record. +account.setYourPreferred=Set your preferred language for display and ORCID automated notifications. +account.byDefaultVisibility=By default, what visibility should be given to new items added to your ORCID Record? +account.language=Мова +account.visibility=Видимість +account.changeOrUpdateAccountPassword=Change or update your account password. +account.twoPassword=Two-factor authentication +account.alternativeSignin=Alternate sign in accounts +account.yourPasswordHasBeenUpdate=Your password has been updated +account.deleteAlternateAccounts=Delete alternate account +account.afterYou=After your +account.unlink=Unlink account +account.accountIsUnlinked=account is unlinked, you will no longer be able to use it to access your ORCID record. +account.youHaventAdded=You haven't added any alternate sign in accounts yet. +account.accessGranted=Access granted +account.alternateSignInID=Alternate sign in ID +account.account=Account +account.youCanSingIntoOrcid=You can sign into ORCID using the personal and institutional accounts you have linked to your ORCID record. +account.learnMoreAboutUsing=Learn more about using alternate accounts to sign in to ORCID +account.accountPassword=Account password +account.actions=Account actions +account.OrcidCollectsLimited=ORCID collects limited data about you when you register for an ORCID iD, including your first name and your email address. You can also choose to add other data to your ORCID record, such as your last name, affiliations, title, education, grants, patents and publications. +account.youCanEasilyDownload=You can easily download an XML file of all your personal data in the ORCID registry. This file is unique to you and only you have access to it. +account.learnMoreAbout=Learn more about downloading your personal ORCID data +account.downloadAllMyData=Download all my data +account.downloadYourOrcid=Download your ORCID data +account.removeDuplicate=Remove a duplicate record +account.deactivateYourOrcidAccount=Deactivate your ORCID account +account.whatHappens=What happens when I deactivate my account? +account.onceYouAccount=Once your account is deactivated your ORCID iD and record will be disabled. All data, apart from the primary email address, is deleted. The email address is cryptographically hashed and securely stored in a private data file. +account.youWillNoLonger=You will no longer be able to use your iD to sign in or access other services. Your public record remains accessible but will only contain the iD and a ‘Deactivated record’ message. +account.deacctivateOrRemove=Deactivating or removing? +account.ifYouHaveAccidentally=If you have accidentally created multiple ORCID accounts you can always remove the duplicates instead of deactivating them. +account.learMoreAboutDeactivating=Learn more about deactivating an ORCID account +account.accountSettings=Account settings > Remove duplicate record +account.learMoreAbout=Learn more about removing duplicate records +account.readtyToDeactivate=Ready to deactivate your account? +account.deactivate1=1. Start the deactivation process by clicking on the "Deactivate ORCID account" button below +account.deactivate2=2. ORCID will send a deactivation email to the primary email address associated with this account +account.deactivate3=3. Click the confirmation link provided in the email to deactivate your ORCID account +account.deactivateOrcidAcc=Deactivate ORCID account +account.andEmailDeactivateWasSend=An account deactivation email has been sent to +account.accountActions=Account actions +account.removeDuplicateRecord=Remove duplicate record +account.warningDuplicated=Warning! All information will be deleted from the duplicate record. Only the email addresses will be transferred to your main ORCID record. Removing a duplicate record cannot be undone. +account.removeThisRecord=Remove this record +account.keepThisRecord=Keep this record +account.deleteDuplicatedAccount=Duplicate record removed! +account.orcidRecord=ORCID record +account.hasBeenRemovedDuplicated=has been removed and now refers to your current record, +account.twoFactor=Two factor authentication +account.ifYouHaveTwoorMore=If you have two or more ORCID records you can easily remove any unwanted duplicates. +account.whatHappensWhenIRemove=What happens when I remove a duplicate record? +account.deprecate1=- The email addresses associated with the duplicate record are added to this record +account.deprecate2=- All other information is deleted from the duplicate record +account.learnMoreAboutRemovingDuplicates=Learn more about removing duplicate records +account.ifYouHaveDuplicated=If you have more than one duplicate record repeat the process for each record. +account.removeADuplicatedRecord=Remove a duplicate record +account.duplicateRecordEmail=Duplicate record email or iD +account.duplicatedEmailHint=The email or iD of the record to be removed +account.duplicatedRecordPassword=Duplicate record password +account.duplicatedPasswordHint=The password for the record to be removed +account.removeDuplicatedRecord=Remove duplicate record +account.passwordCannotBeEmpty=Password cannot be empty +account.oldPassword=Old password +account.copyTheCodeBelow=Copy the code below and paste it into your personal website. +account.defaultStyleShown=Default styles shown above. The actual font/text colour should match your site. +account.preview=Preview +account.aQrCodeIsMachine=A QR code is a machine-readable graphic that contains information, typically a website URL. Your ORCID iD QR code is unique to you and it represents your ORCID iD. Anyone who scans it with a QR code reader such as a mobile phone will be sent to your public ORCID record. +account.downloadQR=Download your ORCID iD QR code and display it on posters, presentations, stickers, business cards - anywhere you want your ORCID iD to be found! +account.clickDownloadQR=Click to download your QR code +account.htmlCode=Display your ORCID iD on the web +account.qrCode=Get a QR code for your ORCID iD +account.sharing=Sharing +account.confirmNewPassword=Confirm new password +account.newPassword=New password +account.accessType=Access type +account.trustedParties=Trusted parties +account.trusted=Trusted +account.trustedOrganizations=Trusted organizations +account.trustedOrganizationsAreThose=Trusted organizations are those to which you have granted permission to interact with your iD and record, e.g. when submitting a manuscript or grant application. You decide whether to grant this access and you may revoke it at any time. +account.learnMoreAboutTrustedOrg=Learn more about trusted organizations +account.accessGrantedDate=Access granted: +account.revokeAccess=Revoke access +account.revokeAccessPermissions=Revoke access permissions +account.revokeAccessTrustedOrganizations=Revoke access - Trusted organization +account.revokingThisOrganizationAccess=Revoking this organization’s access permissions means they will no longer be able to interact with your ORCID record. This will not affect your other trusted organizations, nor will it block access to publicly accessible data in your record. +account.willNoLongerBeAble=will no longer be able to: +account.organizationsCanStillDelete=Organizations can still delete items they added to your record even after their access permissions have been revoked. +account.findOutMoreAboutTrusted=Find out more about Trusted Organizations and access permissions +account.youHavenAddAnyTrusted=You haven't added any trusted individuals yet. +account.trustedIndvidualstionsAreThose=Trusted individuals, also known as Account Delegates, are other ORCID iD holders to whom you have granted permission to update your ORCID record. You decide whether to grant access to them and can revoke this access at any time. +account.learnMoreAboutTrustedInd=Learn more about trusted individuals +account.trustedIndividuals=Trusted individuals +account.orcidID=ORCID iD +account.searchForOrcidUser=Search for ORCID users to add as trusted individuals +account.searchOrcidTrusted=Search ORCID for trusted individuals +account.name=Name +account.orcidId=ORCID iD +account.noResultFoundTrustedInd=No results found. Please edit your search terms. +account.revokeAccessTrustedIndividuals=Revoke access - Trusted individual +account.revokingThisIndividualAccess=Revoking this user’s access permissions means they will no longer be able to interact with your ORCID record. +account.addAccessTrustedIndividuals=Add access - Trusted individual +account.addAccess=Add access +account.trustedIndividual=Trusted individual +account.nameIsPri=Name is private +account.usersThatTrustYou=Users that trust you +account.orcidUsersWhoHaveYou=ORCID users who have made you an account delegate for their ORCID record. +account.youHavenBeenAddAsTrusted=You haven't been added as a trusted individual yet. +account.youHavenAddAnyOrg=You haven't added any trusted organizations yet. +account.addAsTrustedIndividuals=Add as trusted individual +account.addThisUserAsTrusted=Adding this user as a trusted individual will mean they are able to update your ORCID record. +account.searchIndividualsPlaceHolder=ORCID iD, email address, or names +account.on=ON +account.off=OFF +account.addExtraSecurity=Add extra security to your ORCID account by enabling two-factor authentication (2FA). +account.eachTimeYouSignIn=Each time you sign in to ORCID you’ll be prompted to enter a six-digit code we send to your preferred 2FA authentication application. +account.twoFactorIsCurrently=Two-factor authentication is currently: +account.turnOnTwoFactor=Turn on two-factor authentication +account.turnOffTwoFactor=Turn off two-factor authentication +account.enableTwoFactor=Enable two-factor authentication (2FA) +account.eachTimeYouSignInAlternate=Each time you sign in using your ORCID account or alternate sign-in accounts, you'll be prompted to enter a six-digit code that ORCID sends to your preferred authentication app. +account.knowledgeBaseEnabling=See the Knowledge Base for step-by-step instructions on enabling 2FA +account.installTwoFactor=1. Install a two-factor authentication app +account.app2FARequired=A 2FA app is required to create the six-digit code you need to access your account each time you sign in. Most apps are for mobile devices; some are also available as desktop or web-based apps. +account.downloadAndInstall=Download and install a 2FA app, such as +account.or=or +account.knowledgeBaseForList=See the Knowledge Base for a list of apps we've tested ourselves +account.scantQr=2. Scan the QR code with your device +account.openYour2FA=Open your 2FA app and scan the QR code image below. +account.cantScan=Can't scan the barcode? +account.getTextCode=Get a text code +account.enterIntoYour=and enter it into your 2FA app instead. +account.enterSixDigit=3. Enter the six-digit code from your authentication app +account.afterScanning=After scanning the QR code or entering the text code your 2FA app will generate a six-digit code. Enter the code below. +account.continue=Continue +account.save2FACodes=Save your 2FA recovery codes! +account.recoveryCodes=Recovery codes can be used to access your account when you can’t receive 2FA codes (for example, if you lose your device). Each code can only be used once. +account.learnMoreAbout2FA=Learn more about 2FA recovery codes +account.download2FARecovery=Download 2FA recovery codes +account.copy2FARecovery=Copy 2FA recovery codes +account.downloadOrCopy=Download or copy these codes and store them in a safe spot, such as a password manager. +account.onlyTimeDownload=This is the only time that you can download or copy these codes and ORCID does not store a backup. If you lose access to both your device and these codes, you will need to contact us to restore your account access. +account.iGotMyRecovery=I’ve got my recovery codes - go back to account settings +account.clipboard=Backup codes have been copied to the clipboard +account.youCantAddYourSelf=You can't add yourself as a trusted individual +account.alreadyAdded=You already added this user +account.yourRessetPasswordLinkHasGoneBad=There is a problem with your reset password link. Please check the link is not invalid and has not expired. +account.requestANewLink=Request a new password reset link +account.settingEmailAlert1=Setting email frequency to +account.scopePathType.activitiesReadLimited=Read limited information from your research activities +account.scopePathType.activitiesUpdate=Add/update your research activities (works, affiliations, etc) +account.scopePathType.affiliationsCreate=Add education or employment +account.scopePathType.affiliationsReadLimited=Read limited info from your affiliations list +account.scopePathType.affiliationsUpdate=Update your affiliations +account.scopePathType.authenticate=Get your ORCID iD +account.scopePathType.openid=Get your ORCID iD +account.scopePathType.emailReadPrivate=Read all email addresses from your record, including ones marked as private +account.scopePathType.fundingCreate=Add funding items +account.scopePathType.fundingReadLimited=Read limited info from your funding list +account.scopePathType.fundingUpdate=Update your funding items +account.scopePathType.orcidBioExternalIdentifiersCreate=Add a person identifier +account.scopePathType.orcidBioReadLimited=Read your biographical information +account.scopePathType.orcidBioUpdate=Add/update information about you (country, keywords, etc.) +account.scopePathType.orcidGrantsCreate=Add grants to your grants list +account.scopePathType.orcidGrantsReadLimited=Read limited info from your grants list +account.scopePathType.orcidProfileCreate=Create a new profile +account.scopePathType.orcidProfileReadLimited=Read your information with visibility set to Trusted Parties +account.scopePathType.orcidWorksCreate=Add works +account.scopePathType.orcidWorksReadLimited=Read items in your ORCID record +account.scopePathType.orcidWorksUpdate=Update your works +account.scopePathType.peerReviewCreate=Add peer reviews +account.scopePathType.peerReviewReadLimited=Read peer reviews from your ORCID record +account.scopePathType.peerReviewUpdate=Update your peer reviews +account.scopePathType.personReadLimited=Read limited information from your biography. +account.scopePathType.personUpdate=Add/update information about you (country, keywords, etc.) +account.scopePathType.readLimited=Read your information with visibility set to Trusted Parties +account.scopePathType.readPublic=Read public info only +account.scopePathType.webhook=Notifies Application if there are changes to your record +account.notifications=Notifications keep you up-to-date with activity in your ORCID record. Updates are automatically sent to your ORCID inbox but you can also have them sent to you by email. You can choose the kind of notifications you wish to receive by email and how often you want to receive them. +account.inAdditionToTheOptional=In addition to the optional account and record notifications, we may occasionally send you emails with service messages relating to your ORCID account. As the information in these emails may affect your privacy settings and the functioning of your ORCID account, you cannot opt-out of these service messages per our +account.notificationEmailAddress=Notification email address +account.yourOrcidNotification=Your ORCID notification emails will be sent to: +account.unverifiedEmailAddress=Unverified email address +account.verifiedEmailAddress=Verified email address +account.manageYourEmails=Manage your emails +account.howOftenShouldWeSend=How often should we send you ORCID notification emails about: +account.administrativeChangesSuchAs=Administrative changes, such as being made a trusted individual +account.tipsAndFeatures=Tips & features email +account.idLikeToReceiveTheOrcidTips=I’d like to receive the ORCID tips & features email +account.privacypolicy=Privacy Policy +account.setTheFrequency=Set the frequency for update notifications +account.setTheFrequencyAdministrative=Set the frequency for administrative change notifications +account.setTheFrequencyMember=Set the frequency for permission request notifications +account.notificationEmailAddressFrequency=Notification email frequency diff --git a/src/locale/properties/authorize/authorize.ca.properties b/src/locale/properties/authorize/authorize.ca.properties new file mode 100644 index 0000000000..ae2b2d2c48 --- /dev/null +++ b/src/locale/properties/authorize/authorize.ca.properties @@ -0,0 +1,43 @@ +authorize.youAreCurrentlySignin=You are currently signed in as: +authorize.hasAskedAccess=has asked for the following access to your ORCID record: +authorize.authorize=Authorize access +authorize.deny=Deny access +authorize.ifAuthorize=If authorized, this organization will have access to your ORCID record, as outlined above and described in further detail in +authorize.privacyPolicy=ORCID’s privacy policy. +authorize.youCanManage=You can manage access permissions for this and other Trusted Organizations in your +authorize.accountSettings=account settings. +authorize.authenticate=Get your ORCID iD +authorize.personUpdate=Add/update other information about you (country, keywords, etc.) +authorize.activitiesUpdate=Add/update your research activities (works, affiliations, etc) +authorize.readLimited=Read your information with visibility set to Trusted Organizations +authorize.authenticateLongDescription=Allow this organization or application to get your 16-character ORCID iD and read information on your ORCID record you have marked as public. +authorize.personUpdateLongDescription=Allow this organization or application to add information about you (for example, your country, key words, other identifiers - but not your biography) that is stored in their system(s) to the lefthand section of your ORCID record. They will also be able to update this and any other information they have added, but will not be able to edit information added by you or by another trusted organization. +authorize.activitiesUpdateLongDescription=Allow this organization or application to add information about your research activities (for example, works, affiliations) that is stored in their system(s) to your ORCID record. They will also be able to update this and any other information they have added, but will not be able to edit information added by you or by another trusted organization. +authorize.readLimitedLongDescription=Allow this organization or application to read any information from your record you have marked as limited access. They cannot read information you have marked as private. +authorize.errorMissingRedirect=Error: Incorrect OAuth Link for client id +authorize.errorMissingRedirect2=, missing redirect uri parameter +authorize.errorInvalidRedirect1=Error: The provided redirect URI +authorize.errorInvalidRedirect2=does not match the redirect URIs registered by +authorize.errorInvalidClientID1=Error: The provided client id +authorize.errorInvalidClientID2=is invalid. +authorize.errorMissingClientID1=Error: Incorrect OAuth Link, missing client id parameter. +authorize.errorLockedClientID1=Error: The provided client id +authorize.errorLockedMemberID1=Error: The provided request couldn't be completed because the integration and hence, the client +authorize.errorLockedClientID2=is locked. +authorize.errorMissingScopes1=Error: Incorrect OAuth Link for client id +authorize.errorMissingScopes2=, missing scope parameter. +authorize.errorMissingResponseType=Error: Incorrect OAuth Link for client id +authorize.errorMissingResponseType2=, missing response type parameter. +authorize.error=You have reached this page due to an error with the application's integration. Please report this error to the organization that is requesting your ORCID iD. +authorize.showDetails=Show details +authorize.hideDetails=Hide details +authorize.organizationAskedFollowingAccess=This organization has asked for the following access to your ORCID record: +authorize.readInfomationVisibilityTrustedParties=Read your information with visibility set to Trusted parties +authorize.addUpdateReseachActivities=Add/update your research activities (works, affiliations, etc.) +authorize.addUpdateInformation=Add/update information about you (country, keywords, etc.) +authorize.youHave=Teniu +authorize.trustedAccounts=trusted accounts. +authorize.authorizeAccessFor=Authorize access for +authorize.dashOrcid=- ORCID +authorize.manageAccessPersmissions=You can manage access permissions for this and other Trusted Organizations from within your list of +authorize.trustedParties=trusted parties. diff --git a/src/locale/properties/authorize/authorize.uk.properties b/src/locale/properties/authorize/authorize.uk.properties new file mode 100644 index 0000000000..804ca97051 --- /dev/null +++ b/src/locale/properties/authorize/authorize.uk.properties @@ -0,0 +1,43 @@ +authorize.youAreCurrentlySignin=You are currently signed in as: +authorize.hasAskedAccess=has asked for the following access to your ORCID record: +authorize.authorize=Authorize access +authorize.deny=Deny access +authorize.ifAuthorize=If authorized, this organization will have access to your ORCID record, as outlined above and described in further detail in +authorize.privacyPolicy=ORCID’s privacy policy. +authorize.youCanManage=You can manage access permissions for this and other Trusted Organizations in your +authorize.accountSettings=account settings. +authorize.authenticate=Get your ORCID iD +authorize.personUpdate=Add/update other information about you (country, keywords, etc.) +authorize.activitiesUpdate=Add/update your research activities (works, affiliations, etc) +authorize.readLimited=Read your information with visibility set to Trusted Organizations +authorize.authenticateLongDescription=Allow this organization or application to get your 16-character ORCID iD and read information on your ORCID record you have marked as public. +authorize.personUpdateLongDescription=Allow this organization or application to add information about you (for example, your country, key words, other identifiers - but not your biography) that is stored in their system(s) to the lefthand section of your ORCID record. They will also be able to update this and any other information they have added, but will not be able to edit information added by you or by another trusted organization. +authorize.activitiesUpdateLongDescription=Allow this organization or application to add information about your research activities (for example, works, affiliations) that is stored in their system(s) to your ORCID record. They will also be able to update this and any other information they have added, but will not be able to edit information added by you or by another trusted organization. +authorize.readLimitedLongDescription=Allow this organization or application to read any information from your record you have marked as limited access. They cannot read information you have marked as private. +authorize.errorMissingRedirect=Error: Incorrect OAuth Link for client id +authorize.errorMissingRedirect2=, missing redirect uri parameter +authorize.errorInvalidRedirect1=Error: The provided redirect URI +authorize.errorInvalidRedirect2=does not match the redirect URIs registered by +authorize.errorInvalidClientID1=Error: The provided client id +authorize.errorInvalidClientID2=is invalid. +authorize.errorMissingClientID1=Error: Incorrect OAuth Link, missing client id parameter. +authorize.errorLockedClientID1=Error: The provided client id +authorize.errorLockedMemberID1=Error: The provided request couldn't be completed because the integration and hence, the client +authorize.errorLockedClientID2=is locked. +authorize.errorMissingScopes1=Error: Incorrect OAuth Link for client id +authorize.errorMissingScopes2=, missing scope parameter. +authorize.errorMissingResponseType=Error: Incorrect OAuth Link for client id +authorize.errorMissingResponseType2=, missing response type parameter. +authorize.error=You have reached this page due to an error with the application's integration. Please report this error to the organization that is requesting your ORCID iD. +authorize.showDetails=Show details +authorize.hideDetails=Приховати подробиці +authorize.organizationAskedFollowingAccess=This organization has asked for the following access to your ORCID record: +authorize.readInfomationVisibilityTrustedParties=Read your information with visibility set to Trusted parties +authorize.addUpdateReseachActivities=Add/update your research activities (works, affiliations, etc.) +authorize.addUpdateInformation=Add/update information about you (country, keywords, etc.) +authorize.youHave=У вас +authorize.trustedAccounts=trusted accounts. +authorize.authorizeAccessFor=Authorize access for +authorize.dashOrcid=- ORCID +authorize.manageAccessPersmissions=You can manage access permissions for this and other Trusted Organizations from within your list of +authorize.trustedParties=trusted parties. diff --git a/src/locale/properties/delegators/delegators.ca.properties b/src/locale/properties/delegators/delegators.ca.properties new file mode 100644 index 0000000000..535ca2759f --- /dev/null +++ b/src/locale/properties/delegators/delegators.ca.properties @@ -0,0 +1,5 @@ +delegators.youHave=Teniu +delegators.accounts=accounts +delegators.switchBack=Switch back to me +delegators.switchAccount=Switch to another account +delegators.ariaLabelswitchAccount=Switch to managing another ORCID account diff --git a/src/locale/properties/delegators/delegators.uk.properties b/src/locale/properties/delegators/delegators.uk.properties new file mode 100644 index 0000000000..0c8fa5572d --- /dev/null +++ b/src/locale/properties/delegators/delegators.uk.properties @@ -0,0 +1,5 @@ +delegators.youHave=У вас +delegators.accounts=accounts +delegators.switchBack=Switch back to me +delegators.switchAccount=Switch to another account +delegators.ariaLabelswitchAccount=Switch to managing another ORCID account diff --git a/src/locale/properties/developer-tools/developer-tools.ar.properties b/src/locale/properties/developer-tools/developer-tools.ar.properties index fa45f72b71..f361c47be9 100644 --- a/src/locale/properties/developer-tools/developer-tools.ar.properties +++ b/src/locale/properties/developer-tools/developer-tools.ar.properties @@ -82,3 +82,6 @@ developerTools.publicClientApplicationsAreGranted2=إذا كنت بحاجة إل developerTools.memberApi=واجهة برمجة التطبيق المخصصة للأعضاء لدينا developerTools.mayBeMoreAppropriate=متاحة للمنظمات الأعضاء في أوركيد "ORCID". developerTools.byRegisteringForPublicApi=عند استخدامنا لمصطلح "غير تجاري"، فإننا نعني أنه لا يُسمح لك بفرض أي رسوم على إعادة استخدام واجهة برمجة التطبيق العامة، كما لا يجوز لك استخدام هذه الواجهة في سياق أي منتج أو خدمة تهدف إلى تحقيق أرباح. +developerTools.noVerifiedEmailAddresses=لم يُعثر على عناوين بريد إلكتروني تم التحقق منها +developerTools.youMustHaveAtLeastOneVerifiedEmail=يجب أن يكون لديك عنوان بريد إلكتروني واحد على الأقل تم التحقق منه في حسابك على ORCID للتسجيل للحصول على بيانات تسجيل دخول API العامة الخاصة بك. قم بإدارة عناوين بريدك الإلكتروني في +developerTools.emailsAndDomainsSection=قسم رسائل البريد الإلكتروني والمجالات في سجل ORCID الخاص بك diff --git a/src/locale/properties/developer-tools/developer-tools.ca.properties b/src/locale/properties/developer-tools/developer-tools.ca.properties new file mode 100644 index 0000000000..c5a51af0db --- /dev/null +++ b/src/locale/properties/developer-tools/developer-tools.ca.properties @@ -0,0 +1,87 @@ +developerTools.clientSecret=Client secret +developerTools.generateNewClientSecret=Generate a new client secret +developerTools.ressettingYourClientSecret=Resetting your client secret will generate a new secret. Your current client secret shown below will be discarded within the next 24 hours. +developerTools.developerTools=Developer tools +developerTools.thisSectionIsIntended=This section is intended for developers who plan to integrate ORCID into their system using the ORCID Public API. +developerTools.gettingStarted=Getting started with the free ORCID Public API +developerTools.orcidOffersAnApi=ORCID offers a free Public API (Application Programming Interface) that allows your systems and applications to connect to the ORCID registry for non-commercial use. +developerTools.allowUserToSignInto=Allow users to sign into your system/application with their ORCID account +developerTools.getAUserAuthenticated=Obtain users' authenticated ORCID iDs +developerTools.retrieveMachineReadable=Read public information from ORCID records in machine-readable format +developerTools.performMachineSearch=Search public data in the ORCID Registry +developerTools.orcidApiResful=The ORCID Public API is RESTful and uses +developerTools.oauth20=OAuth +developerTools.wellEstablishedStandard=, a well-established, standard protocol for user-based permissions. +developerTools.publicClientApplicationsAreGranted=Public API Credentials are granted to individuals and not organizations, and your Public API Credentials are personal to you (even if being used in connection with your work for an organization). +developerTools.additionalResources=Additional resources +developerTools.readThePublicApisDocumentation=Read the Public API documentation +developerTools.fillOutMoreAobutTheDifferences=Find out more about the differences between the Public and Member APIs +developerTools.orcidPublicClientTermsOfService=ORCID Public APIs Terms of Service +developerTools.theOrcidPublicApiAllowsYouToRequestPermission=The ORCID Public API is free for non-commercial use by individuals as stated in the +developerTools.publicClientTermsOfService=Public APIs Terms of Service. +developerTools.youMustAcceptThePublicClientTermsOfService=You must accept the Public Client Terms of Service before you can register for your Public API credentials. +developerTools.haveReadAndAgreeToTheOrcidPublicClientTermsOfService=I have read and agree to the ORCID Public APIs Terms of Service +developerTools.registerForYourOrcidPublicApiCredentials=Register for your ORCID Public API credentials +developerTools.warningDuplicated=You’ve registered for your ORCID Public API credentials +developerTools.addYourApplicationDetails=Add your application details and one or more redirect URIs in the form below. Once these details are saved we’ll generate your client ID and secret so you can start using the Public API right away. +developerTools.applicationDetails=Application details +developerTools.applicationName=Application name +developerTools.applicationNameCannotBeEmpty=Application name cannot be empty +developerTools.nameShownToUsers=The name shown to users on the OAuth authorization screen +developerTools.applicationUrl=Application URL +developerTools.websiteNameCannotBeEmpty=Website name cannot be empty +developerTools.invalidWebsite=Invalid website +developerTools.applicationDescription=Application description +developerTools.theDescriptionShown=The description shown to users on the OAuth authorization screen. Maximum 1000 characters. +developerTools.redirectUris=Redirect URIs +developerTools.pleaseNote=Please note +developerTools.only=Only +developerTools.httpsURI=HTTPS URIs +developerTools.areAccepted=are accepted in production +developerTools.domainsRegisted=Domains registered +developerTools.must=MUST +developerTools.exactlyMatchTheDomains=exactly match the domains used, including subdomains +developerTools.registerAllRedirectURIs=Register all redirect URIs fully where possible. +developerTools.thisIsTheMostSecure=This is the most secure option and what we recommend. For more information about redirect URIs, please see our +developerTools.redirectUriFaq=redirect URI FAQ +developerTools.addARedirectUriBefore=Please add a redirect URI before saving your application +developerTools.redirectUriCannotBeEmpty=Redirect URI cannot be empty +developerTools.invalidRedirectUrl=Invalid redirect URL +developerTools.addAnotherRedirectUri=Add another redirect URI +developerTools.changesHaveBeenSavedSuccessfully=Changes have been saved successfully. +developerTools.saveApplicationAndGenerate=Save application and generate my client ID and secret +developerTools.saveApplication=Save application +developerTools.providesAnAuthorizationCode=Provides an authorization code that can be exchanged for an access token and an authenticated ORCID iD. +developerTools.endpoint=Endpoint +developerTools.scope=Scope +developerTools.code=code +developerTools.providesAnAuthenticatd=Provides an authenticated ORCID iD and an access token that can be used to read public information on the record. +developerTools.accessTokenAndOrcidId=access token and ORCID iD +developerTools.providesAnAccess=Provides an access token that can be used to read public information on the record and an id_token using OpenID Connect and client-side only implicit OAuth. +developerTools.moreInformation=More information on OpenID Connect Endpoint +developerTools.responseType=Response type +developerTools.clientId=Client ID +developerTools.exampleCode=Example code +developerTools.ariaLabelWebsiteDelete=Delete redirect URI +developerTools.labelAuthorizeRequest=Authorize request +developerTools.labelTokenRequest=Token request +developerTools.labelOpenIdImplicitRequest=OpenID/Implicit request +developerTools.redirectUrisMustBeUnique=Redirect URIs must be unique +developerTools.applicationNameMaxLength=Application name cannot exceed 255 characters. +developerTools.descriptionNameMaxLength=Application description cannot exceed 1000 characters. +developerTools.onceTheUserHasAuthorized=Once the user has authorized your application, they will be returned to a URI that you specify. You must provide these URIs in advance or your integration users will experience an error. +developerTools.collapse=Collapse +developerTools.expand=Expand +developerTools.replaceWithRedirect=REPLACE WITH REDIRECT URI +developerTools.replaceWithOauth=REPLACE WITH OAUTH CODE +developerTools.backToMyRecod=Back to my record +developerTools.exampleCode2=example code +developerTools.orcidOffersAnApi2=By registering for Public API Credentials, your system or application can: +developerTools.obtainHigher=Obtain a higher usage quota than the ORCID Anonymous API +developerTools.publicClientApplicationsAreGranted2=If you need access to an ORCID API for commercial use, need a higher usage quota, organizational administration of your API credentials, or the ability to write data to or access Trusted Party data in ORCID records, our +developerTools.memberApi=Member API +developerTools.mayBeMoreAppropriate=is available to ORCID member organizations. +developerTools.byRegisteringForPublicApi=By “non-commercial” we mean that you may not charge any re-use fees for the Public API, and you may not make use of the Public API in connection with any revenue-generating product or service. +developerTools.noVerifiedEmailAddresses=No verified email addresses found +developerTools.youMustHaveAtLeastOneVerifiedEmail=You must have at least one verified email address in your ORCID account to register for your Public API credentials. Manage your email addresses in the +developerTools.emailsAndDomainsSection=Emails and domains section of your ORCID record diff --git a/src/locale/properties/developer-tools/developer-tools.cs.properties b/src/locale/properties/developer-tools/developer-tools.cs.properties index 26b506140d..0ede0e750c 100644 --- a/src/locale/properties/developer-tools/developer-tools.cs.properties +++ b/src/locale/properties/developer-tools/developer-tools.cs.properties @@ -82,3 +82,6 @@ developerTools.publicClientApplicationsAreGranted2=Pokud potřebujete přístup developerTools.memberApi=člen rozhraní API developerTools.mayBeMoreAppropriate=je k dispozici členským organizacím ORCID. developerTools.byRegisteringForPublicApi=Termínem „nekomerční“ máme na mysli, že nebudete účtovat poplatky za opětovné využití veřejného rozhraní API a nesmíte veřejné rozhraní API používat ve spojení s jakýmkoli produktem či službou, které generují zisk. +developerTools.noVerifiedEmailAddresses=Nebyly nalezeny žádné ověřené e-mailové adresy +developerTools.youMustHaveAtLeastOneVerifiedEmail=Pro registraci přihlašovacích údajů k veřejnému rozhraní API musíte mít na svém účtu ORCID alespoň jednu ověřenou e-mailovou adresu. Spravujte své e-mailové adresy v oddíle +developerTools.emailsAndDomainsSection=E-maily a domény vašeho záznamu ORCID diff --git a/src/locale/properties/developer-tools/developer-tools.de.properties b/src/locale/properties/developer-tools/developer-tools.de.properties index 4d2b006d97..eef42cd8e4 100644 --- a/src/locale/properties/developer-tools/developer-tools.de.properties +++ b/src/locale/properties/developer-tools/developer-tools.de.properties @@ -82,3 +82,6 @@ developerTools.publicClientApplicationsAreGranted2=Benötigen Sie Zugang zu eine developerTools.memberApi=Mitglieder-API developerTools.mayBeMoreAppropriate=zur Verfügung. developerTools.byRegisteringForPublicApi=„Nicht-kommerziell“ bedeutet, dass Sie keine Gebühren für die Wiederverwendung der öffentlichen API erheben dürfen und dass Sie die öffentliche API nicht in Verbindung mit einem umsatzgenerierenden Produkt oder Dienst nutzen dürfen. +developerTools.noVerifiedEmailAddresses=Keine verifizierten E-Mail-Adressen gefunden +developerTools.youMustHaveAtLeastOneVerifiedEmail=Sie müssen mindestens eine verifizierte E-Mail-Adresse in Ihrem ORCID-Konto haben, um sich für Ihre öffentlichen API-Anmeldedaten zu registrieren. Verwalten Sie Ihre E-Mail-Adressen in der +developerTools.emailsAndDomainsSection=Abschnitt E-Mails und Domains in Ihrem ORCID-Eintrag diff --git a/src/locale/properties/developer-tools/developer-tools.es.properties b/src/locale/properties/developer-tools/developer-tools.es.properties index a2b85bfaf7..ea531eb967 100644 --- a/src/locale/properties/developer-tools/developer-tools.es.properties +++ b/src/locale/properties/developer-tools/developer-tools.es.properties @@ -82,3 +82,6 @@ developerTools.publicClientApplicationsAreGranted2=Si necesita acceso a una API developerTools.memberApi=API para miembros developerTools.mayBeMoreAppropriate=está a disposición de las organizaciones de miembros de ORCID. developerTools.byRegisteringForPublicApi=Por "sin fines comerciales" se entiende que no puede cobrar nada por la reutilización de la API pública, así como que no puede hacer uso de la API pública en relación con ningún producto o servicio que genere ingresos. +developerTools.noVerifiedEmailAddresses=No se ha encontrado ninguna dirección de correo electrónico verificada +developerTools.youMustHaveAtLeastOneVerifiedEmail=Debe tener al menos una dirección de correo electrónico verificada en su cuenta de ORCID para registrar sus credenciales de API pública. Gestione sus direcciones de correo electrónico en la +developerTools.emailsAndDomainsSection=sección "Correos electrónicos y dominios" de su registro ORCID diff --git a/src/locale/properties/developer-tools/developer-tools.fr.properties b/src/locale/properties/developer-tools/developer-tools.fr.properties index 1da60f6ccb..880dec9cb1 100644 --- a/src/locale/properties/developer-tools/developer-tools.fr.properties +++ b/src/locale/properties/developer-tools/developer-tools.fr.properties @@ -82,3 +82,6 @@ developerTools.publicClientApplicationsAreGranted2=Si vous voulez accéder à un developerTools.memberApi=API pour les membres developerTools.mayBeMoreAppropriate=est disponible pour les organisations membres d'ORCID. developerTools.byRegisteringForPublicApi=« Non commerciale » signifie que vous ne facturerez pas de frais de réutilisation liés à l'API publique et que vous ne l'utiliserez pas dans le cadre d'un produit ou d'un service générant des revenus. +developerTools.noVerifiedEmailAddresses=Aucune adresse e-mail vérifiée trouvée +developerTools.youMustHaveAtLeastOneVerifiedEmail=Vous devez avoir au moins une adresse e-mail vérifiée dans votre compte ORCID pour demander vos identifiants d'API publique. Gérez vos adresses e-mail dans la +developerTools.emailsAndDomainsSection=section E-mails et domaines de votre dossier ORCID diff --git a/src/locale/properties/developer-tools/developer-tools.it.properties b/src/locale/properties/developer-tools/developer-tools.it.properties index e8682764c1..0a89641acf 100644 --- a/src/locale/properties/developer-tools/developer-tools.it.properties +++ b/src/locale/properties/developer-tools/developer-tools.it.properties @@ -82,3 +82,6 @@ developerTools.publicClientApplicationsAreGranted2=Se hai bisogno di accedere a developerTools.memberApi=API dei membri developerTools.mayBeMoreAppropriate=è disponibile per le organizzazioni affiliate a ORCID. developerTools.byRegisteringForPublicApi=Per “non commerciale” si intende che non puoi addebitare alcun costo di riutilizzo per l’API pubblica e non puoi utilizzare l’API pubblica in relazione a prodotti o servizi lucrativi. +developerTools.noVerifiedEmailAddresses=Non abbiamo trovato indirizzi email verificati +developerTools.youMustHaveAtLeastOneVerifiedEmail=Per richiedere le tue credenziali dell’API pubblica, nell’account ORCID devi avere almeno un indirizzo email verificato. Gestisci i tuoi indirizzi email nella +developerTools.emailsAndDomainsSection=sezione “Indirizzi email e domini” del tuo record ORCID diff --git a/src/locale/properties/developer-tools/developer-tools.ja.properties b/src/locale/properties/developer-tools/developer-tools.ja.properties index 081e3bdcd8..a486b75314 100644 --- a/src/locale/properties/developer-tools/developer-tools.ja.properties +++ b/src/locale/properties/developer-tools/developer-tools.ja.properties @@ -82,3 +82,6 @@ developerTools.publicClientApplicationsAreGranted2=ORCID APIを商用利用し developerTools.memberApi=Member API developerTools.mayBeMoreAppropriate=をご利用いただけます (ORCID会員組織向け) 。 developerTools.byRegisteringForPublicApi=「非商用」とは、Public APIに対していかなる再利用料も請求せず、収益を生み出す製品やサービスに関連してPublic APIを利用できないことを意味します。 +developerTools.noVerifiedEmailAddresses=確認済みのメールアドレスが見つかりませんでした +developerTools.youMustHaveAtLeastOneVerifiedEmail=パブリックAPI資格情報を登録するには、ORCIDアカウントに少なくとも1つの確認済みメールアドレスが必要です。メールアドレスを管理するには、以下の +developerTools.emailsAndDomainsSection=ORCIDレコードの「メールとドメイン」セクション diff --git a/src/locale/properties/developer-tools/developer-tools.ko.properties b/src/locale/properties/developer-tools/developer-tools.ko.properties index f64af819c7..af53ccb333 100644 --- a/src/locale/properties/developer-tools/developer-tools.ko.properties +++ b/src/locale/properties/developer-tools/developer-tools.ko.properties @@ -82,3 +82,6 @@ developerTools.publicClientApplicationsAreGranted2=상업적 용도로 ORCID API developerTools.memberApi=회원 API developerTools.mayBeMoreAppropriate=(ORCID 회원 조직에 제공)를 사용하시기 바랍니다. developerTools.byRegisteringForPublicApi="비상업적"이란 귀하가 퍼블릭 API에 대한 재사용 수수료를 청구할 수 없으며, 수익을 창출하는 제품 또는 서비스와 관련해서는 퍼블릭 API를 사용할 수 없습니다. +developerTools.noVerifiedEmailAddresses=확인된 이메일 주소 없음 +developerTools.youMustHaveAtLeastOneVerifiedEmail=Public API 자격증명을 등록하려면 귀하의 ORCID 계정 내에 확인된 이메일 주소가 하나 이상 있어야 합니다. 이메일 주소 관리 위치: +developerTools.emailsAndDomainsSection=ORCID 레코드의 이메일 및 도메인 섹션 diff --git a/src/locale/properties/developer-tools/developer-tools.pl.properties b/src/locale/properties/developer-tools/developer-tools.pl.properties index 070c96541f..f7b0a26f83 100644 --- a/src/locale/properties/developer-tools/developer-tools.pl.properties +++ b/src/locale/properties/developer-tools/developer-tools.pl.properties @@ -82,3 +82,6 @@ developerTools.publicClientApplicationsAreGranted2=Jeśli potrzebujesz dostępu developerTools.memberApi=członkowskich interfejsów API developerTools.mayBeMoreAppropriate=jest dostępna dla organizacji członkowskich ORCID. developerTools.byRegisteringForPublicApi=„Użytek niekomercyjny” oznacza, że nie możesz pobierać żadnych opłat za ponowne wykorzystanie publicznego interfejsu API, ani używać go w związku z żadnym produktem lub usługą generującą przychód. +developerTools.noVerifiedEmailAddresses=Nie znaleziono zweryfikowanych adresów e-mail +developerTools.youMustHaveAtLeastOneVerifiedEmail=Musisz mieć co najmniej jeden zweryfikowany adres e-mail na koncie ORCID, aby zarejestrować się w celu otrzymania danych uwierzytelniających do publicznego interfejsu API. Zarządzaj adresami e-mail w +developerTools.emailsAndDomainsSection=Sekcji adresów e-mail i domen Twojego rekordu ORCID diff --git a/src/locale/properties/developer-tools/developer-tools.pt.properties b/src/locale/properties/developer-tools/developer-tools.pt.properties index cb630e9d9e..c73c20abd3 100644 --- a/src/locale/properties/developer-tools/developer-tools.pt.properties +++ b/src/locale/properties/developer-tools/developer-tools.pt.properties @@ -82,3 +82,6 @@ developerTools.publicClientApplicationsAreGranted2=Se necessitar de acesso a uma developerTools.memberApi=API para membros developerTools.mayBeMoreAppropriate=está disponível para as organizações membros do ORCID. developerTools.byRegisteringForPublicApi=Por "não comercial" significa que não pode cobrar quaisquer taxas de reutilização da API Pública e não pode utilizar a API Pública em ligação com qualquer produto ou serviço gerador de receitas. +developerTools.noVerifiedEmailAddresses=Não foram encontrados endereços de e-mail verificados +developerTools.youMustHaveAtLeastOneVerifiedEmail=Tem de ter, pelo menos, um endereço de e-mail verificado na sua conta ORCID para efetuar o registo das credenciais da API pública. Efetue a gestão dos endereços de e-mail na +developerTools.emailsAndDomainsSection=secção E-mails e domínios do seu registo ORCID diff --git a/src/locale/properties/developer-tools/developer-tools.ru.properties b/src/locale/properties/developer-tools/developer-tools.ru.properties index 9feccbb479..842ad1bff1 100644 --- a/src/locale/properties/developer-tools/developer-tools.ru.properties +++ b/src/locale/properties/developer-tools/developer-tools.ru.properties @@ -82,3 +82,6 @@ developerTools.publicClientApplicationsAreGranted2=Если вы хотите п developerTools.memberApi=API developerTools.mayBeMoreAppropriate=для участников ORCID. developerTools.byRegisteringForPublicApi=Интеграция общедоступного API в некоммерческих целях подразумевает, что вы не имеете права взимать плату за его повторное использование и подключать этот интерфейс для получения доходов от продукта или сервиса. +developerTools.noVerifiedEmailAddresses=Подтвержденные адреса электронной почты не найдены. +developerTools.youMustHaveAtLeastOneVerifiedEmail=Чтобы зарегистрировать учетные данные общедоступного API, подтвердите хотя бы один адрес электронной почты в аккаунте ORCID. Сделать это можно здесь: +developerTools.emailsAndDomainsSection=Раздел «Адреса электронной почты и домены» в профиле ORCID diff --git a/src/locale/properties/developer-tools/developer-tools.tr.properties b/src/locale/properties/developer-tools/developer-tools.tr.properties index 6adb7cf7b0..708600019d 100644 --- a/src/locale/properties/developer-tools/developer-tools.tr.properties +++ b/src/locale/properties/developer-tools/developer-tools.tr.properties @@ -82,3 +82,6 @@ developerTools.publicClientApplicationsAreGranted2=ORCID API'sine ticari kullan developerTools.memberApi=Üye API'miz developerTools.mayBeMoreAppropriate=ORCID üye kuruluşları için kullanılabilir. developerTools.byRegisteringForPublicApi="Ticari olmayan" ifadesi ile, Herkes Açık API için herhangi bir yeniden kullanım ücreti talep edemeyeceğiniz ve Herkes Açık API'yi gelir getiren herhangi bir ürün veya hizmetle bağlantılı olarak kullanamayacağınız kastedilir. +developerTools.noVerifiedEmailAddresses=Doğrulanmış e-posta adresi bulunamadı +developerTools.youMustHaveAtLeastOneVerifiedEmail=Ortak API kimlik bilgilerinizin kaydedilmesi için ORCID hesabınızda en az bir doğrulanmış e-posta adresinizin olması gerekir. Şuradaki e-posta adreslerinizi yönetin: +developerTools.emailsAndDomainsSection=ORCID kaydınızdaki e-postaları ve etki alanları bölümü diff --git a/src/locale/properties/developer-tools/developer-tools.uk.properties b/src/locale/properties/developer-tools/developer-tools.uk.properties new file mode 100644 index 0000000000..c5a51af0db --- /dev/null +++ b/src/locale/properties/developer-tools/developer-tools.uk.properties @@ -0,0 +1,87 @@ +developerTools.clientSecret=Client secret +developerTools.generateNewClientSecret=Generate a new client secret +developerTools.ressettingYourClientSecret=Resetting your client secret will generate a new secret. Your current client secret shown below will be discarded within the next 24 hours. +developerTools.developerTools=Developer tools +developerTools.thisSectionIsIntended=This section is intended for developers who plan to integrate ORCID into their system using the ORCID Public API. +developerTools.gettingStarted=Getting started with the free ORCID Public API +developerTools.orcidOffersAnApi=ORCID offers a free Public API (Application Programming Interface) that allows your systems and applications to connect to the ORCID registry for non-commercial use. +developerTools.allowUserToSignInto=Allow users to sign into your system/application with their ORCID account +developerTools.getAUserAuthenticated=Obtain users' authenticated ORCID iDs +developerTools.retrieveMachineReadable=Read public information from ORCID records in machine-readable format +developerTools.performMachineSearch=Search public data in the ORCID Registry +developerTools.orcidApiResful=The ORCID Public API is RESTful and uses +developerTools.oauth20=OAuth +developerTools.wellEstablishedStandard=, a well-established, standard protocol for user-based permissions. +developerTools.publicClientApplicationsAreGranted=Public API Credentials are granted to individuals and not organizations, and your Public API Credentials are personal to you (even if being used in connection with your work for an organization). +developerTools.additionalResources=Additional resources +developerTools.readThePublicApisDocumentation=Read the Public API documentation +developerTools.fillOutMoreAobutTheDifferences=Find out more about the differences between the Public and Member APIs +developerTools.orcidPublicClientTermsOfService=ORCID Public APIs Terms of Service +developerTools.theOrcidPublicApiAllowsYouToRequestPermission=The ORCID Public API is free for non-commercial use by individuals as stated in the +developerTools.publicClientTermsOfService=Public APIs Terms of Service. +developerTools.youMustAcceptThePublicClientTermsOfService=You must accept the Public Client Terms of Service before you can register for your Public API credentials. +developerTools.haveReadAndAgreeToTheOrcidPublicClientTermsOfService=I have read and agree to the ORCID Public APIs Terms of Service +developerTools.registerForYourOrcidPublicApiCredentials=Register for your ORCID Public API credentials +developerTools.warningDuplicated=You’ve registered for your ORCID Public API credentials +developerTools.addYourApplicationDetails=Add your application details and one or more redirect URIs in the form below. Once these details are saved we’ll generate your client ID and secret so you can start using the Public API right away. +developerTools.applicationDetails=Application details +developerTools.applicationName=Application name +developerTools.applicationNameCannotBeEmpty=Application name cannot be empty +developerTools.nameShownToUsers=The name shown to users on the OAuth authorization screen +developerTools.applicationUrl=Application URL +developerTools.websiteNameCannotBeEmpty=Website name cannot be empty +developerTools.invalidWebsite=Invalid website +developerTools.applicationDescription=Application description +developerTools.theDescriptionShown=The description shown to users on the OAuth authorization screen. Maximum 1000 characters. +developerTools.redirectUris=Redirect URIs +developerTools.pleaseNote=Please note +developerTools.only=Only +developerTools.httpsURI=HTTPS URIs +developerTools.areAccepted=are accepted in production +developerTools.domainsRegisted=Domains registered +developerTools.must=MUST +developerTools.exactlyMatchTheDomains=exactly match the domains used, including subdomains +developerTools.registerAllRedirectURIs=Register all redirect URIs fully where possible. +developerTools.thisIsTheMostSecure=This is the most secure option and what we recommend. For more information about redirect URIs, please see our +developerTools.redirectUriFaq=redirect URI FAQ +developerTools.addARedirectUriBefore=Please add a redirect URI before saving your application +developerTools.redirectUriCannotBeEmpty=Redirect URI cannot be empty +developerTools.invalidRedirectUrl=Invalid redirect URL +developerTools.addAnotherRedirectUri=Add another redirect URI +developerTools.changesHaveBeenSavedSuccessfully=Changes have been saved successfully. +developerTools.saveApplicationAndGenerate=Save application and generate my client ID and secret +developerTools.saveApplication=Save application +developerTools.providesAnAuthorizationCode=Provides an authorization code that can be exchanged for an access token and an authenticated ORCID iD. +developerTools.endpoint=Endpoint +developerTools.scope=Scope +developerTools.code=code +developerTools.providesAnAuthenticatd=Provides an authenticated ORCID iD and an access token that can be used to read public information on the record. +developerTools.accessTokenAndOrcidId=access token and ORCID iD +developerTools.providesAnAccess=Provides an access token that can be used to read public information on the record and an id_token using OpenID Connect and client-side only implicit OAuth. +developerTools.moreInformation=More information on OpenID Connect Endpoint +developerTools.responseType=Response type +developerTools.clientId=Client ID +developerTools.exampleCode=Example code +developerTools.ariaLabelWebsiteDelete=Delete redirect URI +developerTools.labelAuthorizeRequest=Authorize request +developerTools.labelTokenRequest=Token request +developerTools.labelOpenIdImplicitRequest=OpenID/Implicit request +developerTools.redirectUrisMustBeUnique=Redirect URIs must be unique +developerTools.applicationNameMaxLength=Application name cannot exceed 255 characters. +developerTools.descriptionNameMaxLength=Application description cannot exceed 1000 characters. +developerTools.onceTheUserHasAuthorized=Once the user has authorized your application, they will be returned to a URI that you specify. You must provide these URIs in advance or your integration users will experience an error. +developerTools.collapse=Collapse +developerTools.expand=Expand +developerTools.replaceWithRedirect=REPLACE WITH REDIRECT URI +developerTools.replaceWithOauth=REPLACE WITH OAUTH CODE +developerTools.backToMyRecod=Back to my record +developerTools.exampleCode2=example code +developerTools.orcidOffersAnApi2=By registering for Public API Credentials, your system or application can: +developerTools.obtainHigher=Obtain a higher usage quota than the ORCID Anonymous API +developerTools.publicClientApplicationsAreGranted2=If you need access to an ORCID API for commercial use, need a higher usage quota, organizational administration of your API credentials, or the ability to write data to or access Trusted Party data in ORCID records, our +developerTools.memberApi=Member API +developerTools.mayBeMoreAppropriate=is available to ORCID member organizations. +developerTools.byRegisteringForPublicApi=By “non-commercial” we mean that you may not charge any re-use fees for the Public API, and you may not make use of the Public API in connection with any revenue-generating product or service. +developerTools.noVerifiedEmailAddresses=No verified email addresses found +developerTools.youMustHaveAtLeastOneVerifiedEmail=You must have at least one verified email address in your ORCID account to register for your Public API credentials. Manage your email addresses in the +developerTools.emailsAndDomainsSection=Emails and domains section of your ORCID record diff --git a/src/locale/properties/developer-tools/developer-tools.zh_CN.properties b/src/locale/properties/developer-tools/developer-tools.zh_CN.properties index 6701715625..17d8b5a7fc 100644 --- a/src/locale/properties/developer-tools/developer-tools.zh_CN.properties +++ b/src/locale/properties/developer-tools/developer-tools.zh_CN.properties @@ -82,3 +82,6 @@ developerTools.publicClientApplicationsAreGranted2=如果您需要访问 ORCID developerTools.memberApi=应用程序接口(API)会员 developerTools.mayBeMoreAppropriate=可供 ORCID 会员组织使用。 developerTools.byRegisteringForPublicApi=我们所说的“非商业性”是指您不得对公共应用程序接口(API)的再使用收取任何费用,且不得将公共应用程序接口(API)用于任何创收产品或服务。 +developerTools.noVerifiedEmailAddresses=未找到已验证的电子邮件地址 +developerTools.youMustHaveAtLeastOneVerifiedEmail=您的 ORCID 帐户中必须至少有一个已验证的电子邮件地址才能注册您的公开应用程序接口(API) 凭证。在以下管理您的电子邮件地址: +developerTools.emailsAndDomainsSection=您的 ORCID 记录中的电子邮件和网域区段 diff --git a/src/locale/properties/developer-tools/developer-tools.zh_TW.properties b/src/locale/properties/developer-tools/developer-tools.zh_TW.properties index 1bd3712c9b..d3c08a6d98 100644 --- a/src/locale/properties/developer-tools/developer-tools.zh_TW.properties +++ b/src/locale/properties/developer-tools/developer-tools.zh_TW.properties @@ -82,3 +82,6 @@ developerTools.publicClientApplicationsAreGranted2=如果您需要可用於商 developerTools.memberApi=會員 API developerTools.mayBeMoreAppropriate=可供 ORCID 會員組織使用。 developerTools.byRegisteringForPublicApi=所謂的「非商業用途」是指您不得以公共 API 收取任何再次使用費用,也不得將公共 API 用於任何能創造收入的產品或服務。 +developerTools.noVerifiedEmailAddresses=未找到已驗證的電子郵件地址 +developerTools.youMustHaveAtLeastOneVerifiedEmail=您的 ORCID 帳戶中必須至少有一個已驗證的電子郵件地址才能註冊您的公開 API 認證。在以下管理您的電子郵件地址: +developerTools.emailsAndDomainsSection=您的 ORCID 記錄中的電子郵件和網域區段 diff --git a/src/locale/properties/environment-banner/environment-banner.ca.properties b/src/locale/properties/environment-banner/environment-banner.ca.properties new file mode 100644 index 0000000000..a12bbd2127 --- /dev/null +++ b/src/locale/properties/environment-banner/environment-banner.ca.properties @@ -0,0 +1,8 @@ +common.js.domain.warn.warning_1=Warning\! +common.js.domain.warn.warning_2=is a test website. +common.js.domain.warn.is_the_official=\u0020is the official website. Sandbox only sends email messages to +common.js.domain.warn.more_information=more information +common.js.domain.warn.mailinator=mailinator.com +common.js.domain.warn.email_addresses=\u0020email addresses, see Sandbox FAQ for +common.cookies.click_dismiss=Dismiss +environmentBanner.ariaLabelWarning=Warning, testing website diff --git a/src/locale/properties/environment-banner/environment-banner.uk.properties b/src/locale/properties/environment-banner/environment-banner.uk.properties new file mode 100644 index 0000000000..d32eca3133 --- /dev/null +++ b/src/locale/properties/environment-banner/environment-banner.uk.properties @@ -0,0 +1,8 @@ +common.js.domain.warn.warning_1=Warning\! +common.js.domain.warn.warning_2=is a test website. +common.js.domain.warn.is_the_official=\u0020— офіційна веб-сторінка. Пісочниця тільки надсилаю листи електронної пошти на +common.js.domain.warn.more_information=більше інформації +common.js.domain.warn.mailinator=mailinator.com +common.js.domain.warn.email_addresses=\u0020електронні адреси, див. ЧАП Пісочниці для +common.cookies.click_dismiss=натисніть, щоб відхилити +environmentBanner.ariaLabelWarning=Warning, testing website diff --git a/src/locale/properties/funding/funding.ca.properties b/src/locale/properties/funding/funding.ca.properties new file mode 100644 index 0000000000..851434c7e5 --- /dev/null +++ b/src/locale/properties/funding/funding.ca.properties @@ -0,0 +1,46 @@ +funding.amount=Total funding amount +funding.contributors=Contributors +funding.description=Description +funding.organizationDefinedFundingSubType=Funding subtype +funding.translatedTitle=Translated title +funding.descriptionEmpty=Add grants, awards and other funding you have received to support your work. +funding.learnMore=Learn more about adding funding information to your ORCID record +funding.details=Funding details +funding.agency=Funding agency +funding.fundingIdentifiers=Funding identifiers +funding.type=Funding type +funding.selectAType=Select a funding type +funding.award=Award +funding.contract=Contract +funding.grant=Grant +funding.salary_award=Salary award +funding.projectTitle=Title of funded project +funding.projectTitleError=Please enter a title +funding.fundingTypeError=An error has occured for the given funding type +funding.invalidFundingType=Invalid funding type +funding.projectLink=Project link +funding.projectLinkHint=A link to the project supported by this funding. Links should be in full URL format e.g. http://www.website.com/page.html +funding.addAmount=Add an amount +funding.currencyCode=- +funding.agencyName=Funding agency name +funding.self=Un mateix +funding.partOf=Part de +funding.selfDescription=The identifier applies to the funding award itself. +funding.partOfDescription=The identifier applies to the larger award of which the project is part. +funding.grantNumber=Grant number +funding.grantNumberColon=Grant number: +funding.grantUrlColon=Grant URL: +funding.grantUrl=Grant link +funding.grantUrlHint=A link to more information about the funding award +funding.addAnotherGrant=Add another funding identifier +funding.invalidUrl=Invalid URL +funding.translatedTitleLanguage=Language of this title +funding.agencyNameError=Please enter an agency name +funding.whoCanSeeFunding=Who can see your funding. The default visibility setting is Private. +funding.amountError=Amount should be a numeric value with format 1,234,567.89 +funding.projectTranslatedTitleLanguageError=Please select a language +funding.projectTranslatedTitleError=Please enter a translated title +funding.linkFunding=Link funding +funding.linkFundingMoreInfo=More information about linking funding to your ORCID record +funding.selectACurrencyCode=Please select a currency +funding.grantNumberRequired=Grant number is required diff --git a/src/locale/properties/funding/funding.uk.properties b/src/locale/properties/funding/funding.uk.properties new file mode 100644 index 0000000000..cc8e0769ff --- /dev/null +++ b/src/locale/properties/funding/funding.uk.properties @@ -0,0 +1,46 @@ +funding.amount=Total funding amount +funding.contributors=Учасники +funding.description=Опис +funding.organizationDefinedFundingSubType=Funding subtype +funding.translatedTitle=Перекладена назва +funding.descriptionEmpty=Add grants, awards and other funding you have received to support your work. +funding.learnMore=Learn more about adding funding information to your ORCID record +funding.details=Funding details +funding.agency=Funding agency +funding.fundingIdentifiers=Funding identifiers +funding.type=Funding type +funding.selectAType=Select a funding type +funding.award=НАГОРОДА +funding.contract=Угода +funding.grant=Ґрант +funding.salary_award=Salary award +funding.projectTitle=Назва фінансованого проекту +funding.projectTitleError=Введіть посаду +funding.fundingTypeError=An error has occured for the given funding type +funding.invalidFundingType=Invalid funding type +funding.projectLink=Project link +funding.projectLinkHint=A link to the project supported by this funding. Links should be in full URL format e.g. http://www.website.com/page.html +funding.addAmount=Add an amount +funding.currencyCode=- +funding.agencyName=Funding agency name +funding.self=Самостійний +funding.partOf=Частина +funding.selfDescription=The identifier applies to the funding award itself. +funding.partOfDescription=The identifier applies to the larger award of which the project is part. +funding.grantNumber=Номер ґранту +funding.grantNumberColon=Grant number: +funding.grantUrlColon=Grant URL: +funding.grantUrl=Grant link +funding.grantUrlHint=A link to more information about the funding award +funding.addAnotherGrant=Add another funding identifier +funding.invalidUrl=Недійсне URL +funding.translatedTitleLanguage=Мова цього заголовку +funding.agencyNameError=Please enter an agency name +funding.whoCanSeeFunding=Who can see your funding. The default visibility setting is Private. +funding.amountError=Amount should be a numeric value with format 1,234,567.89 +funding.projectTranslatedTitleLanguageError=Please select a language +funding.projectTranslatedTitleError=Please enter a translated title +funding.linkFunding=Link funding +funding.linkFundingMoreInfo=More information about linking funding to your ORCID record +funding.selectACurrencyCode=Please select a currency +funding.grantNumberRequired=Grant number is required diff --git a/src/locale/properties/home/home.ca.properties b/src/locale/properties/home/home.ca.properties new file mode 100644 index 0000000000..467ed315be --- /dev/null +++ b/src/locale/properties/home/home.ca.properties @@ -0,0 +1,24 @@ +home.latest_news=DARRERES NOVETATS +home.more_news=Més novetats +home.distinguish_yourself=DISTINGIU-VOS EN +home.one=1 +home.register=REGISTREU-VOS +home.register_now=Registreu-vos ara! +home.two=2 +home.user_your=USEU EL VOSTRE +home.orcid_id=ID d'ORCID +home.three=3 +home.curious_about=Sentiu curiositat per saber qui en són membres? +home.see_our=Vegeu el llistat complet de membres institucionals +home.three_easy=TRES PASSOS FÀCILS +ngOrcid.fullOrcid=FULL ARTICLE +ngOrcid.moreNews=MORE NEWS +ngOrcid.membersMakeOrcid=Our organizational members make ORCID possible! +ngOrcid.getYourOrcid=Get your unique ORCID identifier. It’s free and only takes a minute, so +ngOrcid.findOutMore=FIND OUT MORE ABOUT OUR MISSION AND VALUES +ngOrcid.orcidProvides=ORCID provides a persistent digital identifier (an ORCID iD) that you own and control, and that distinguishes you from every other researcher. You can connect your iD with your professional information — affiliations, grants, publications, peer review, and more. You can use your iD to share your information with other systems, ensuring you get recognition for all your contributions, saving you time and hassle, and reducing the risk of errors. +ngOrcid.enhanceYourProfile=The more information connected to your ORCID record, the more you’ll benefit from sharing your iD - so give the organizations you trust permission to update your record as well as adding your affiliations, emails, other names you’re known by, and more. +ngOrcid.includeYourId=Use your iD, when prompted, in systems and platforms from grant application to manuscript submission and beyond, to ensure you get credit for your contributions. +ngOrcid.orcidIs=ORCID is a non-profit organization supported by a global community of member organizations, including research institutions, publishers, funders, professional associations, service providers, and other stakeholders in the research ecosystem. +ngOrcid.shareYourOrcid=SHARE YOUR ORCID iD +home.ariaLabelNews=News diff --git a/src/locale/properties/home/home.uk.properties b/src/locale/properties/home/home.uk.properties new file mode 100644 index 0000000000..9373638393 --- /dev/null +++ b/src/locale/properties/home/home.uk.properties @@ -0,0 +1,24 @@ +home.latest_news=ОСТАННІ НОВИНИ +home.more_news=Більше новин +home.distinguish_yourself=ВИРІЗНІТЬ СЕБЕ +home.one=1 +home.register=ЗАРЕЄСТРУЙТЕСЯ +home.register_now=Реєструйтеся зараз! +home.two=2 +home.user_your=ВИКОРИСТОВУЙТЕ +home.orcid_id=СВІЙ НОМЕР ORCID +home.three=3 +home.curious_about=Цікавить, хто є нашими членами? +home.see_our=Перегляньте наш повний список усіх членських організацій +home.three_easy=ЗА ТРИ ПРОСТІ КРОКИ +ngOrcid.fullOrcid=FULL ARTICLE +ngOrcid.moreNews=MORE NEWS +ngOrcid.membersMakeOrcid=Our organizational members make ORCID possible! +ngOrcid.getYourOrcid=Get your unique ORCID identifier. It’s free and only takes a minute, so +ngOrcid.findOutMore=FIND OUT MORE ABOUT OUR MISSION AND VALUES +ngOrcid.orcidProvides=ORCID provides a persistent digital identifier (an ORCID iD) that you own and control, and that distinguishes you from every other researcher. You can connect your iD with your professional information — affiliations, grants, publications, peer review, and more. You can use your iD to share your information with other systems, ensuring you get recognition for all your contributions, saving you time and hassle, and reducing the risk of errors. +ngOrcid.enhanceYourProfile=The more information connected to your ORCID record, the more you’ll benefit from sharing your iD - so give the organizations you trust permission to update your record as well as adding your affiliations, emails, other names you’re known by, and more. +ngOrcid.includeYourId=Use your iD, when prompted, in systems and platforms from grant application to manuscript submission and beyond, to ensure you get credit for your contributions. +ngOrcid.orcidIs=ORCID is a non-profit organization supported by a global community of member organizations, including research institutions, publishers, funders, professional associations, service providers, and other stakeholders in the research ecosystem. +ngOrcid.shareYourOrcid=SHARE YOUR ORCID iD +home.ariaLabelNews=News diff --git a/src/locale/properties/inbox/inbox.ca.properties b/src/locale/properties/inbox/inbox.ca.properties new file mode 100644 index 0000000000..5dbdcc62fe --- /dev/null +++ b/src/locale/properties/inbox/inbox.ca.properties @@ -0,0 +1,47 @@ +inbox.yourRecord=YOUR RECORD +inbox.permissions=PERMISSIONS +inbox.announcement=ANNOUNCEMENT +inbox.hadMadeChanges=has made changes to your ORCID record +inbox.connectingYour=Connecting your +inbox.accountWithYourOrcid=account with your ORCID record +inbox.affiliations=Afiliacions +inbox.bio=Bio +inbox.sectionOf=section of your record: +inbox.updateThe=has updated the +inbox.distinction=Distinction +inbox.education=Formació +inbox.employment=Ocupació +inbox.externalIdentifiers=External Identifiers +inbox.funding=Finançament +inbox.invitedPosition=Invited position +inbox.membership=Membership +inbox.peerReview=Peer Review +inbox.preferences=Preferències +inbox.qualification=Qualification +inbox.researchResource=Research Resource +inbox.service=Service +inbox.work=Work +inbox.unknown=unknown +inbox.newItemAdded=Added +inbox.itemUpdate=Updated +inbox.deleteItem=Deleted +inbox.otherUpdate=Other +inbox.archive=archive +inbox.grantPermission=Grant permission +inbox.likeYourPermission=would like your permission to interact with your ORCID Record as a trusted party. +inbox.youCanNowSignin=You can now sign in to ORCID with your +inbox.account=account +inbox.pleaseCompleteThe=Please complete the process by connecting +inbox.yourOrcidRecord=amb el vostre dossier d'ORCID. +inbox.showMoreNotifications=Show more notifications +inbox.selectAll=Select All +inbox.archiveSelected=Archive selected +inbox.notifications=Notifications +inbox.hideArchived=Hide archived +inbox.showArchived=Show archived +inbox.accountSetting=account settings. +inbox.youCanManage=You can manage the frequency of your ORCID notifications in your +inbox.youDontHaveUnarchived=You don't have any unarchived notifications right now. +inbox.youDontHave=You don’t have any notifications yet. +inbox.archiveWithout=Archive without granting permissions +inbox.professionalActivities=Professional activities diff --git a/src/locale/properties/inbox/inbox.uk.properties b/src/locale/properties/inbox/inbox.uk.properties new file mode 100644 index 0000000000..17a024b18e --- /dev/null +++ b/src/locale/properties/inbox/inbox.uk.properties @@ -0,0 +1,47 @@ +inbox.yourRecord=YOUR RECORD +inbox.permissions=PERMISSIONS +inbox.announcement=ANNOUNCEMENT +inbox.hadMadeChanges=has made changes to your ORCID record +inbox.connectingYour=Connecting your +inbox.accountWithYourOrcid=account with your ORCID record +inbox.affiliations=Пов'язані організації +inbox.bio=Bio +inbox.sectionOf=section of your record: +inbox.updateThe=has updated the +inbox.distinction=Distinction +inbox.education=Education +inbox.employment=Employment +inbox.externalIdentifiers=External Identifiers +inbox.funding=Funding +inbox.invitedPosition=Invited position +inbox.membership=Membership +inbox.peerReview=Peer Review +inbox.preferences=Preferences +inbox.qualification=Qualification +inbox.researchResource=Research Resource +inbox.service=Service +inbox.work=Work +inbox.unknown=unknown +inbox.newItemAdded=Added +inbox.itemUpdate=Updated +inbox.deleteItem=Deleted +inbox.otherUpdate=Other +inbox.archive=archive +inbox.grantPermission=Grant permission +inbox.likeYourPermission=would like your permission to interact with your ORCID Record as a trusted party. +inbox.youCanNowSignin=You can now sign in to ORCID with your +inbox.account=account +inbox.pleaseCompleteThe=Please complete the process by connecting +inbox.yourOrcidRecord=with your ORCID record. +inbox.showMoreNotifications=Show more notifications +inbox.selectAll=Select All +inbox.archiveSelected=Archive selected +inbox.notifications=Notifications +inbox.hideArchived=Hide archived +inbox.showArchived=Show archived +inbox.accountSetting=account settings. +inbox.youCanManage=You can manage the frequency of your ORCID notifications in your +inbox.youDontHaveUnarchived=You don't have any unarchived notifications right now. +inbox.youDontHave=You don’t have any notifications yet. +inbox.archiveWithout=Archive without granting permissions +inbox.professionalActivities=Professional activities diff --git a/src/locale/properties/institutional/institutional.ca.properties b/src/locale/properties/institutional/institutional.ca.properties new file mode 100644 index 0000000000..199afcb30c --- /dev/null +++ b/src/locale/properties/institutional/institutional.ca.properties @@ -0,0 +1,20 @@ +institutional.title=Access through your institution +institutional.account=You may sign in to the ORCID Registry using institutional accounts you already have, like one from your university. If you don’t have an ORCID iD, you will be prompted to create one. +institutional.learn=Learn more about different ways to sign in to ORCID. +institution.organization=Organization +institution.organizationRequired=Please enter an organization name +institution.invalidInstitution=We can’t identify this organization. Please try entering the organization name again. +institutional.goBack=Go back +institutional.continue=Continue +institutional.ariaLabelInstitution=Institution +institutional.ariaLabelClear=Clear +institutional.suggested=Use a suggested selection +institutional.orEnterOrgName=Or enter your organization's name +institutional.signWithEmailid=Sign in with email/iD and password +institutional.suggestedOrgs=Suggested organization +institutional.signInWithThisOrganization=Sign in with this organization +institutional.or=OR +institutional.organization=Organization +institutional.cancelInstituional=Cancel institutional sign in +institutional.suggestedOrg=Suggested organization +institutional.placeholderTypeYourOrganization=Type your organization name diff --git a/src/locale/properties/institutional/institutional.uk.properties b/src/locale/properties/institutional/institutional.uk.properties new file mode 100644 index 0000000000..df763f3493 --- /dev/null +++ b/src/locale/properties/institutional/institutional.uk.properties @@ -0,0 +1,20 @@ +institutional.title=Access through your institution +institutional.account=You may sign in to the ORCID Registry using institutional accounts you already have, like one from your university. If you don’t have an ORCID iD, you will be prompted to create one. +institutional.learn=Learn more about different ways to sign in to ORCID. +institution.organization=Organization +institution.organizationRequired=Please enter an organization name +institution.invalidInstitution=We can’t identify this organization. Please try entering the organization name again. +institutional.goBack=Go back +institutional.continue=Continue +institutional.ariaLabelInstitution=Заклад +institutional.ariaLabelClear=Clear +institutional.suggested=Use a suggested selection +institutional.orEnterOrgName=Або введіть назву вашої організації +institutional.signWithEmailid=Sign in with email/iD and password +institutional.suggestedOrgs=Suggested organization +institutional.signInWithThisOrganization=Sign in with this organization +institutional.or=OR +institutional.organization=Organization +institutional.cancelInstituional=Cancel institutional sign in +institutional.suggestedOrg=Suggested organization +institutional.placeholderTypeYourOrganization=Type your organization name diff --git a/src/locale/properties/interstitials/interstitials.ca.properties b/src/locale/properties/interstitials/interstitials.ca.properties new file mode 100644 index 0000000000..288fd383e2 --- /dev/null +++ b/src/locale/properties/interstitials/interstitials.ca.properties @@ -0,0 +1,11 @@ +interstitial.continueTo=Continue to +interstitial.visitYourOrcidRecord=Visit your ORCID record to manage your email addresses, domains, affiliations, works and more. +interstitial.theFollowingEmailDomains=The following email domains are now visible on your public ORCID record. +interstitial.emailDomainsShared=Email domains shared +interstitial.continueWithoutMakingDomainsPublic=Continue without making domains public +interstitial.makeSelectedDomainsPublic=Make selected domains public +interstitial.uncheckedAnyEmail=Uncheck any email domains you don’t want to share on your public ORCID record +interstitial.yourVerifiedEmailDomains=Your verified email domains +interstitial.sharingYourEmailDomains=Sharing your email domains lets you prove your association with an organization or institution without having to make your full email address public. +interstitial.weFoundSomeUnshared=We’ve found some unshared email domains in your ORCID record. +interstitial.shareYourVerified=Share your verified email domains diff --git a/src/locale/properties/interstitials/interstitials.uk.properties b/src/locale/properties/interstitials/interstitials.uk.properties new file mode 100644 index 0000000000..288fd383e2 --- /dev/null +++ b/src/locale/properties/interstitials/interstitials.uk.properties @@ -0,0 +1,11 @@ +interstitial.continueTo=Continue to +interstitial.visitYourOrcidRecord=Visit your ORCID record to manage your email addresses, domains, affiliations, works and more. +interstitial.theFollowingEmailDomains=The following email domains are now visible on your public ORCID record. +interstitial.emailDomainsShared=Email domains shared +interstitial.continueWithoutMakingDomainsPublic=Continue without making domains public +interstitial.makeSelectedDomainsPublic=Make selected domains public +interstitial.uncheckedAnyEmail=Uncheck any email domains you don’t want to share on your public ORCID record +interstitial.yourVerifiedEmailDomains=Your verified email domains +interstitial.sharingYourEmailDomains=Sharing your email domains lets you prove your association with an organization or institution without having to make your full email address public. +interstitial.weFoundSomeUnshared=We’ve found some unshared email domains in your ORCID record. +interstitial.shareYourVerified=Share your verified email domains diff --git a/src/locale/properties/layout/layout.ca.properties b/src/locale/properties/layout/layout.ca.properties new file mode 100644 index 0000000000..9f630d6121 --- /dev/null +++ b/src/locale/properties/layout/layout.ca.properties @@ -0,0 +1,116 @@ +common.cookies.orcid_uses=ORCID uses cookies to improve your experience and to help us understand how you use our websites. +common.cookies.learn_more=Learn more about how we use cookies +common.old.browser_1=We notice you are using a browser that our site does not support. Some features on this site may not work correctly. +common.old_browser_2=We recommend that you upgrade to a +common.old_browser_3=supported browser +footer.aboutOrcid=About ORCID +footer.copyright_cc0_1=The text of this website is published under a +footer.copyright_cc0_3=Images and marks are subject to copyright and trademark protection +common.period=. +footer.privacypolicy=Privacy Policy +footer.termsofuse=Terms of Use +footer.contactus=Contact us +footer.accessibility=Accessibility Statement +footer.branGuideLines=Brand Guidelines +confirm-oauth-access.connectingresearchandresearchers=Connecting research and researchers +header.signin=Sign in +public-layout.sign_out=Sign out +header.register=Register +public-layout.amount_ids=ORCID iDs and counting. +public-layout.sign_in=SIGN IN +workspace.notifications=Inbox +workspace.developer_tools=Developer tools +public-layout.for_researchers=For Researchers +public-layout.for_organizations=For Organizations +public-layout.about=About +public-layout.help=Help +login.registerOrcidId=Register for an ORCID iD +manage_delegators.learn_more.link.text=Learn more +public-layout.funders=Funders +public-layout.research_organizations=Research Organizations +public-layout.publishers=Publishers +public-layout.associations=Associations +public-layout.integrators=Integrators +public-layout.what_is_orcid=What is ORCID +public-layout.the_orcid_team=L'equip d'ORCID +public-layout.the_orcid_community=The ORCID Community +public-layout.events=Events +public-layout.news=News +public-layout.faq=FAQ +public-layout.give_feedback=Give Feedback +public-layout.contact_us=Contact us +public-layout.knowledge_base=Knowledge Base +public-layout.membership=Membership +public-layout.our_mission=Our Mission +public-layout.our_principles=Our Principles +public-layout.sponsors=Sponsors +public-layout.launch_partners=Launch Partners +public-layout.members=Members +public-layout.standard_member_agreement=Standard Member Agreement +public-layout.our_members=Our Members +change_email_preferences.privacyPolicy=política de privacitat +developer_tools.public_member.terms.check_2=Public Client Terms of Service +layout.public-layout.registry=registry +layout.public-layout.website=website +public-layout.account_setting=Account Settings +admin.members.workspace_link=Manage members +admin.workspace_link=Admin page +workspace.self_service=Member Tools +public-layout.my_orcid=ORCID Record +public-layout.my_orcid_record=My ORCID Record +public-layout.working_groups=Working Groups +ngOrcid.disputeProcedure=Dispute procedures +ngOrcid.trademark2=Trademark and iD Display Guidelines +ngOrcid.viewMyOrcid=View my ORCID record +ngOrcid.accountSetting=Account settings +ngOrcid.selfService=Member tools +ngOrcid.manageMembers=Manage members +ngOrcid.adminPage=Admin page +ngOrcid.logout=Logout +ngOrcid.useCases=USE CASES +ngOrcid.theOrcidApi=THE ORCID API +ngOrcid.registerClientApp=REGISTER A CLIENT APPLICATION +ngOrcid.currentIntegrations=CURRENT INTEGRATIONS +ngOrcid.integrationsChart=INTEGRATION CHART +ngOrcid.betaTesters=BETA TESTERS +ngOrcid.ourGovernance=OUR GOVERNANCE +ngOrcid.ourPolicies=OUR POLICIES +ngOrcid.openSource=OPEN SOURCE +ngOrcid.partners=PARTNERS +ngOrcid.adoptionAndInt=ADOPTION AND INTEGRATION PROGRAM +ngOrcid.outreach=OUTREACH RESOURCES +ngOrcid.orcidGear=ORCID GEAR +ngOrcid.membershipComparison=MEMBERSHIP COMPARISON +ngOrcid.standartCreatorAgreement=STANDARD CREATOR MEMBER AGREEMENT +ngOrcid.blog=BLOG +ngOrcid.subscribe=SUBSCRIBE! +ngOrcid.disputeProcedures=DISPUTE PROCEDURES +ngOrcid.publicDataFileUsePolicy=PUBLIC DATA FILE USE POLICY +ngOrcid.ambassadors=Ambassadors +ngOrcid.search=Search... +ngOrcid.copyright=CC0 license. +ngOrcid.seeMoreStatics=See more statistics +layout.understood=Understood +public-layout.documentation=Documentation +public-layout.resources=Resources +public-layout.newsEvents=News & Events +ngOrcid.searchNewInfo=Search the ORCID registry +layout.ariaLabelFooter=footer +layout.ariaLabelLogo=orcid mini logo +layout.ariaLabelMenu=main menu +layout.ariaLabelLanguage=Select your preferred language. Current language is +layout.ariaLabelMaintenance=Maintenance message +layout.ariaLabelSearch=Search the ORCID registry +layout.ariaLabelStatistics=statistics +layout.ariaLabelUserMenu=User menu +layout.ariaLabelCookies=Cookies Policy +layout.trustedParties=Trusted parties +layout.ariaLabelSearchBy=Search by name, affiliation or ORCID iD +layout.ariaLabelSigninRegister=Sign in to ORCID or register for your ORCID iD +layout.searchTitle=Search +layout.howManyPeopleAreUsingORCID=How many people are using ORCID? +footer.contactSupport=Contact support +footer.cookieSettings=Cookie Settings +footer.ariaLabelLicense=license +layout.ariaLabelConnectingResearchers=Connecting research and researchers +layout.ariaLabelSearchRegistry=Search the ORCID registry... diff --git a/src/locale/properties/layout/layout.uk.properties b/src/locale/properties/layout/layout.uk.properties new file mode 100644 index 0000000000..8baa93d2ae --- /dev/null +++ b/src/locale/properties/layout/layout.uk.properties @@ -0,0 +1,116 @@ +common.cookies.orcid_uses=ORCID uses cookies to improve your experience and to help us understand how you use our websites. +common.cookies.learn_more=Learn more about how we use cookies +common.old.browser_1=Ми помітили, що у нас застарілий веб-переглядач. Деякі функції на цьому сайті можуть не правильно працювати. +common.old_browser_2=Рекомендуємо вам оновити +common.old_browser_3=до останньої версії цього веб-переглядача або перемкнутися на інший. +footer.aboutOrcid=About ORCID +footer.copyright_cc0_1=The text of this website is published under a +footer.copyright_cc0_3=Images and marks are subject to copyright and trademark protection +common.period=. +footer.privacypolicy=Privacy Policy +footer.termsofuse=Terms of Use +footer.contactus=Contact us +footer.accessibility=Accessibility Statement +footer.branGuideLines=Brand Guidelines +confirm-oauth-access.connectingresearchandresearchers=Connecting research and researchers +header.signin=Sign in +public-layout.sign_out=Sign out +header.register=Register +public-layout.amount_ids=ORCID iDs and counting. +public-layout.sign_in=SIGN IN +workspace.notifications=Inbox +workspace.developer_tools=Developer tools +public-layout.for_researchers=For Researchers +public-layout.for_organizations=For Organizations +public-layout.about=About +public-layout.help=Довідка +login.registerOrcidId=Register for an ORCID iD +manage_delegators.learn_more.link.text=Learn more +public-layout.funders=Funders +public-layout.research_organizations=Research Organizations +public-layout.publishers=Publishers +public-layout.associations=Associations +public-layout.integrators=Integrators +public-layout.what_is_orcid=What is ORCID +public-layout.the_orcid_team=Команда ORCID +public-layout.the_orcid_community=The ORCID Community +public-layout.events=Events +public-layout.news=News +public-layout.faq=FAQ +public-layout.give_feedback=Give Feedback +public-layout.contact_us=Contact us +public-layout.knowledge_base=Knowledge Base +public-layout.membership=Membership +public-layout.our_mission=Our Mission +public-layout.our_principles=Our Principles +public-layout.sponsors=Sponsors +public-layout.launch_partners=Launch Partners +public-layout.members=Members +public-layout.standard_member_agreement=Standard Member Agreement +public-layout.our_members=Our Members +change_email_preferences.privacyPolicy=політика конфіденційності +developer_tools.public_member.terms.check_2=Public Client Terms of Service +layout.public-layout.registry=registry +layout.public-layout.website=website +public-layout.account_setting=Account Settings +admin.members.workspace_link=Manage members +admin.workspace_link=Admin page +workspace.self_service=Member Tools +public-layout.my_orcid=ORCID Record +public-layout.my_orcid_record=My ORCID Record +public-layout.working_groups=Working Groups +ngOrcid.disputeProcedure=Dispute procedures +ngOrcid.trademark2=Trademark and iD Display Guidelines +ngOrcid.viewMyOrcid=View my ORCID record +ngOrcid.accountSetting=Account settings +ngOrcid.selfService=Member tools +ngOrcid.manageMembers=Manage members +ngOrcid.adminPage=Admin page +ngOrcid.logout=Logout +ngOrcid.useCases=USE CASES +ngOrcid.theOrcidApi=THE ORCID API +ngOrcid.registerClientApp=REGISTER A CLIENT APPLICATION +ngOrcid.currentIntegrations=CURRENT INTEGRATIONS +ngOrcid.integrationsChart=INTEGRATION CHART +ngOrcid.betaTesters=BETA TESTERS +ngOrcid.ourGovernance=OUR GOVERNANCE +ngOrcid.ourPolicies=OUR POLICIES +ngOrcid.openSource=OPEN SOURCE +ngOrcid.partners=PARTNERS +ngOrcid.adoptionAndInt=ADOPTION AND INTEGRATION PROGRAM +ngOrcid.outreach=OUTREACH RESOURCES +ngOrcid.orcidGear=ORCID GEAR +ngOrcid.membershipComparison=MEMBERSHIP COMPARISON +ngOrcid.standartCreatorAgreement=STANDARD CREATOR MEMBER AGREEMENT +ngOrcid.blog=BLOG +ngOrcid.subscribe=SUBSCRIBE! +ngOrcid.disputeProcedures=DISPUTE PROCEDURES +ngOrcid.publicDataFileUsePolicy=PUBLIC DATA FILE USE POLICY +ngOrcid.ambassadors=Ambassadors +ngOrcid.search=Search... +ngOrcid.copyright=CC0 license. +ngOrcid.seeMoreStatics=See more statistics +layout.understood=Understood +public-layout.documentation=Documentation +public-layout.resources=Resources +public-layout.newsEvents=News & Events +ngOrcid.searchNewInfo=Search the ORCID registry +layout.ariaLabelFooter=footer +layout.ariaLabelLogo=orcid mini logo +layout.ariaLabelMenu=main menu +layout.ariaLabelLanguage=Select your preferred language. Current language is +layout.ariaLabelMaintenance=Maintenance message +layout.ariaLabelSearch=Search the ORCID registry +layout.ariaLabelStatistics=statistics +layout.ariaLabelUserMenu=User menu +layout.ariaLabelCookies=Cookies Policy +layout.trustedParties=Trusted parties +layout.ariaLabelSearchBy=Search by name, affiliation or ORCID iD +layout.ariaLabelSigninRegister=Sign in to ORCID or register for your ORCID iD +layout.searchTitle=Search +layout.howManyPeopleAreUsingORCID=How many people are using ORCID? +footer.contactSupport=Contact support +footer.cookieSettings=Cookie Settings +footer.ariaLabelLicense=license +layout.ariaLabelConnectingResearchers=Connecting research and researchers +layout.ariaLabelSearchRegistry=Search the ORCID registry... diff --git a/src/locale/properties/linking/linking.ca.properties b/src/locale/properties/linking/linking.ca.properties new file mode 100644 index 0000000000..db35eb0fee --- /dev/null +++ b/src/locale/properties/linking/linking.ca.properties @@ -0,0 +1,13 @@ +linking.title.1=Link your +linking.title.2=account +linking.signed=You are signed into +linking.as=as +linking.finish=To link your +linking.account=account please sign in to ORCID below. You will only need to do this once. Once the accounts are linked you will be able to sign in to your ORCID record with your +linking.questions=account. +linking.knowledgebase=please visit the ORCID help centre +linking.button.1=Sign in and link your +linking.button.2=account +linking.cancel=Cancel and go back +linking.ifYOuHaveQuestions=If you have any questions +linking.cancelLinking=Cancel linking diff --git a/src/locale/properties/linking/linking.uk.properties b/src/locale/properties/linking/linking.uk.properties new file mode 100644 index 0000000000..db35eb0fee --- /dev/null +++ b/src/locale/properties/linking/linking.uk.properties @@ -0,0 +1,13 @@ +linking.title.1=Link your +linking.title.2=account +linking.signed=You are signed into +linking.as=as +linking.finish=To link your +linking.account=account please sign in to ORCID below. You will only need to do this once. Once the accounts are linked you will be able to sign in to your ORCID record with your +linking.questions=account. +linking.knowledgebase=please visit the ORCID help centre +linking.button.1=Sign in and link your +linking.button.2=account +linking.cancel=Cancel and go back +linking.ifYOuHaveQuestions=If you have any questions +linking.cancelLinking=Cancel linking diff --git a/src/locale/properties/material/material.ca.properties b/src/locale/properties/material/material.ca.properties new file mode 100644 index 0000000000..611523f6a1 --- /dev/null +++ b/src/locale/properties/material/material.ca.properties @@ -0,0 +1,7 @@ +ngOrcid.material.firstPageLabel=First page +ngOrcid.material.itemsPerPageLabel=Items per page: +ngOrcid.material.lastPageLabel=Last page +ngOrcid.material.nextPageLabel=Next page +ngOrcid.material.previousPageLabel=Previous page +ngOrcid.material.of=of +ngOrcid.material.page=Page diff --git a/src/locale/properties/material/material.uk.properties b/src/locale/properties/material/material.uk.properties new file mode 100644 index 0000000000..722853be2b --- /dev/null +++ b/src/locale/properties/material/material.uk.properties @@ -0,0 +1,7 @@ +ngOrcid.material.firstPageLabel=First page +ngOrcid.material.itemsPerPageLabel=Items per page: +ngOrcid.material.lastPageLabel=Last page +ngOrcid.material.nextPageLabel=Next page +ngOrcid.material.previousPageLabel=Previous page +ngOrcid.material.of=із +ngOrcid.material.page=Page diff --git a/src/locale/properties/my-orcid-alerts/my-orcid-alerts.ca.properties b/src/locale/properties/my-orcid-alerts/my-orcid-alerts.ca.properties new file mode 100644 index 0000000000..1938d2d0f3 --- /dev/null +++ b/src/locale/properties/my-orcid-alerts/my-orcid-alerts.ca.properties @@ -0,0 +1,2 @@ +myOrcidAlerts.emailVerified=Thank you for verifying your email +myOrcidAlerts.invalidVerifyUrl=Your email couldn't be verified, please check the link you used to verify it. diff --git a/src/locale/properties/my-orcid-alerts/my-orcid-alerts.uk.properties b/src/locale/properties/my-orcid-alerts/my-orcid-alerts.uk.properties new file mode 100644 index 0000000000..1938d2d0f3 --- /dev/null +++ b/src/locale/properties/my-orcid-alerts/my-orcid-alerts.uk.properties @@ -0,0 +1,2 @@ +myOrcidAlerts.emailVerified=Thank you for verifying your email +myOrcidAlerts.invalidVerifyUrl=Your email couldn't be verified, please check the link you used to verify it. diff --git a/src/locale/properties/password-recovery/password-recovery.ca.properties b/src/locale/properties/password-recovery/password-recovery.ca.properties new file mode 100644 index 0000000000..000e28411a --- /dev/null +++ b/src/locale/properties/password-recovery/password-recovery.ca.properties @@ -0,0 +1,21 @@ +check_password_modal.password=Password +common.orcid_id=ORCID iD +Email.resendClaim.invalidEmail=Please enter a valid email address +orcid.frontend.reset.password.email_success_1=We have sent a message to +orcid.frontend.reset.password.email_success_2=from reset@notify.orcid.org. +orcid.frontend.reset.password.email_success_3=If you do not receive a message within 10 minutes, please check your spam folder. If you still do not see a message, then +orcid.frontend.reset.password.email_success_4=contact us +oauth_sign_up.labelemail=Email +ngOrcid.passwordAndOrcid=Password and ORCID iD Recovery +ngOrcid.didYouForget=Did you forget your password or ORCID iD? +ngOrcid.pleaseChooseRecovery=Please choose a recovery option +ngOrcid.recoverAccountDetails=RECOVER ACCOUNT DETAILS +ngOrcid.youCanNow=You can now +ngOrcid.returnToLoginPage=return to the login page. +ngOrcid.passwordError=We couldn't recover your account details. Please try again, and if the error persists please +ngOrcid.registerError=We couldn't complete your registration. Please try again, and if the error persists please +recovery.resetYourPassword=Reset your password +reset.afterResettingYourPassword=After resetting your password, you will be asked to sign in using your email address/ORCID iD and your new password. +reset.invalidPasswordResetToken=Your reset password link is invalid. +reset.requestNewLink=Request a new link. +reset.expiredPasswordResetToken=Your reset password link has expired. diff --git a/src/locale/properties/password-recovery/password-recovery.uk.properties b/src/locale/properties/password-recovery/password-recovery.uk.properties new file mode 100644 index 0000000000..000e28411a --- /dev/null +++ b/src/locale/properties/password-recovery/password-recovery.uk.properties @@ -0,0 +1,21 @@ +check_password_modal.password=Password +common.orcid_id=ORCID iD +Email.resendClaim.invalidEmail=Please enter a valid email address +orcid.frontend.reset.password.email_success_1=We have sent a message to +orcid.frontend.reset.password.email_success_2=from reset@notify.orcid.org. +orcid.frontend.reset.password.email_success_3=If you do not receive a message within 10 minutes, please check your spam folder. If you still do not see a message, then +orcid.frontend.reset.password.email_success_4=contact us +oauth_sign_up.labelemail=Email +ngOrcid.passwordAndOrcid=Password and ORCID iD Recovery +ngOrcid.didYouForget=Did you forget your password or ORCID iD? +ngOrcid.pleaseChooseRecovery=Please choose a recovery option +ngOrcid.recoverAccountDetails=RECOVER ACCOUNT DETAILS +ngOrcid.youCanNow=You can now +ngOrcid.returnToLoginPage=return to the login page. +ngOrcid.passwordError=We couldn't recover your account details. Please try again, and if the error persists please +ngOrcid.registerError=We couldn't complete your registration. Please try again, and if the error persists please +recovery.resetYourPassword=Reset your password +reset.afterResettingYourPassword=After resetting your password, you will be asked to sign in using your email address/ORCID iD and your new password. +reset.invalidPasswordResetToken=Your reset password link is invalid. +reset.requestNewLink=Request a new link. +reset.expiredPasswordResetToken=Your reset password link has expired. diff --git a/src/locale/properties/peer-review/peer-review.ca.properties b/src/locale/properties/peer-review/peer-review.ca.properties new file mode 100644 index 0000000000..1d4964159f --- /dev/null +++ b/src/locale/properties/peer-review/peer-review.ca.properties @@ -0,0 +1,26 @@ +peerReview.peerReviews=Peer reviews +peerReview.peerReview=Peer review +peerReview.description=Connect to trusted organizations to automatically add your peer review activity to your ORCID record. +peerReview.learnMore=Learn more about how peer reviews are added to your ORCID record +peerReview.reviewActivity=Review activity for +peerReview.reviewDate=Review date: +peerReview.type=Type: +peerReview.review=review +peerReview.role=Role: +peerReview.reviewer=Reviewer +peerReview.source=Source +peerReview.reviewIdentifiers=Review identifier(s) +peerReview.conveningOrganization=Convening organization +peerReview.reviewSubject=Review subject +peerReview.preferredSource=Preferred source +peerReview.linkPeerReviews=Link peer reviews +peerReview.linkMoreInformation=More information about linking peer reviews to your ORCID record +peerReview.view=View +peerReview.dataInconsistency=Data inconsistency found. Please click your preferred visibility setting to fix +peerReview.reviews=reviews +peerReview.evaluations=evaluations +peerReview.evaluation=evaluation +peerReview.for=for +peerReview.publicationGrant=publication/grant +peerReview.publicationsGrants=publications/grants +peerReview.dataInconsistencyv2=This group of items has mixed visibility settings. Please select a visibility to apply to all items in the group. diff --git a/src/locale/properties/peer-review/peer-review.uk.properties b/src/locale/properties/peer-review/peer-review.uk.properties new file mode 100644 index 0000000000..00129e6c1a --- /dev/null +++ b/src/locale/properties/peer-review/peer-review.uk.properties @@ -0,0 +1,26 @@ +peerReview.peerReviews=Peer reviews +peerReview.peerReview=Peer review +peerReview.description=Connect to trusted organizations to automatically add your peer review activity to your ORCID record. +peerReview.learnMore=Learn more about how peer reviews are added to your ORCID record +peerReview.reviewActivity=Review activity for +peerReview.reviewDate=Review date: +peerReview.type=Type: +peerReview.review=review +peerReview.role=Role: +peerReview.reviewer=Рецензент +peerReview.source=Джерело +peerReview.reviewIdentifiers=Review identifier(s) +peerReview.conveningOrganization=Convening organization +peerReview.reviewSubject=Review subject +peerReview.preferredSource=Бажане джерело +peerReview.linkPeerReviews=Link peer reviews +peerReview.linkMoreInformation=More information about linking peer reviews to your ORCID record +peerReview.view=Перегляд +peerReview.dataInconsistency=Data inconsistency found. Please click your preferred visibility setting to fix +peerReview.reviews=reviews +peerReview.evaluations=evaluations +peerReview.evaluation=evaluation +peerReview.for=for +peerReview.publicationGrant=publication/grant +peerReview.publicationsGrants=publications/grants +peerReview.dataInconsistencyv2=This group of items has mixed visibility settings. Please select a visibility to apply to all items in the group. diff --git a/src/locale/properties/profile/profile.ca.properties b/src/locale/properties/profile/profile.ca.properties new file mode 100644 index 0000000000..f7e4e5101e --- /dev/null +++ b/src/locale/properties/profile/profile.ca.properties @@ -0,0 +1,24 @@ +public_record.showDetails=Show details +public_record.hideDetails=Hide details +groups.common.source=Source +groups.common.preferred_source=Preferred source +search_results.of=of +notifications.show_more=Show more +groups.common.added=Added +groups.common.last_modified=Last modified +workspace_affiliations.organization_id=Organization identifiers +workspace_affiliations.external_ids=Other organization identifiers provided by +org.orcid.jaxb.model.message.AffiliationType.employment=Ocupació +org.orcid.jaxb.model.message.AffiliationType.education_qualification=Education and qualifications +org.orcid.jaxb.model.message.AffiliationType.distinction_invited_position=Invited positions and distinctions +org.orcid.jaxb.model.message.AffiliationType.membership_service=Membership and service +notifications.works_label=Treballs +public_profile.labelBiography=Biografia +public_record.printHelpText=Open a version of this ORCID record formatted for printing. +public_profile.labelKeywords=Keywords +public_profile.labelCountry=Country +public_profile.labelWebsites=Websites +public_profile.labelOtherIDs=Other IDs +manage.emails=Emails +public_profile.empty_profile=No public information available. +public_profile.labelAlsoknownas=Also known as diff --git a/src/locale/properties/profile/profile.uk.properties b/src/locale/properties/profile/profile.uk.properties new file mode 100644 index 0000000000..01d44966f1 --- /dev/null +++ b/src/locale/properties/profile/profile.uk.properties @@ -0,0 +1,24 @@ +public_record.showDetails=Show details +public_record.hideDetails=Приховати подробиці +groups.common.source=Джерело +groups.common.preferred_source=Бажане джерело +search_results.of=із +notifications.show_more=Show more +groups.common.added=Added +groups.common.last_modified=Last modified +workspace_affiliations.organization_id=Organization identifiers +workspace_affiliations.external_ids=Other organization identifiers provided by +org.orcid.jaxb.model.message.AffiliationType.employment=Робота +org.orcid.jaxb.model.message.AffiliationType.education_qualification=Education and qualifications +org.orcid.jaxb.model.message.AffiliationType.distinction_invited_position=Invited positions and distinctions +org.orcid.jaxb.model.message.AffiliationType.membership_service=Membership and service +notifications.works_label=Праці +public_profile.labelBiography=Біографія +public_record.printHelpText=Open a version of this ORCID record formatted for printing. +public_profile.labelKeywords=Ключові слова +public_profile.labelCountry=Країна +public_profile.labelWebsites=Websites +public_profile.labelOtherIDs=Other IDs +manage.emails=Emails +public_profile.empty_profile=No public information available. +public_profile.labelAlsoknownas=Also known as diff --git a/src/locale/properties/record/record.ca.properties b/src/locale/properties/record/record.ca.properties new file mode 100644 index 0000000000..88b595cb2f --- /dev/null +++ b/src/locale/properties/record/record.ca.properties @@ -0,0 +1,46 @@ +record.delegatorAddEmailNotAllow=Adding additional email addresses is not allowed when you are managing another ORCID record. +record.ogDescription1=ORCID record for +record.ogDescription2=ORCID provides an identifier for individuals to use with their name as they engage in research, scholarship, and innovation activities. +record.noPublicInfo=No public information available. +record.otherIds=Other IDs +record.websitesAndSocialLinks=Websites & social links +record.keywords=Keywords +record.previewPublicRecord=Preview public record +record.ariaLabelpreviewPublicRecord=Preview the public version of this record (Opens in a new tab) +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.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.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 +record.identifyAS=Identify as: +selfService.heading=We're updating ORCID Self Service +selfService.p1.1=As of +selfService.p1.2=June 1, 2022 +selfService.p1.3=, Self Service will no longer be available through the ORCID Registry. +selfService.p2.1=An enhanced version of Self Service will be added to the +selfService.p2.2=ORCID Member Portal +selfService.p2.3=in the coming year. All current Self Service features will be transferred to the portal, along with additional new functionality. +selfService.alert=While we build this improved version for the Member Portal, Self Service will be unavailable. +selfService.next=What to do next +selfService.p3.1=Should you need any of the Self Service features during this time, please reach out to +selfService.p3.2=for assistance. +record.ariaLabelPreviewPublicRecord=Preview the public version of this record (Opens in a new tab) +record.manageYourEmails=Manage your emails +record.manageYourWebsite=Manage your websites & social links +record.labelManageYourKeyword=Manage your keywords +record.labelManageYourCountries=Manage your countries +record.labelManageYourPersonalIds=Manage your personalIds +record.openOtherSources=Open other sources +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.noPersonalInformation=No personal information available diff --git a/src/locale/properties/record/record.uk.properties b/src/locale/properties/record/record.uk.properties new file mode 100644 index 0000000000..3bd16794e2 --- /dev/null +++ b/src/locale/properties/record/record.uk.properties @@ -0,0 +1,46 @@ +record.delegatorAddEmailNotAllow=Adding additional email addresses is not allowed when you are managing another ORCID record. +record.ogDescription1=ORCID record for +record.ogDescription2=ORCID provides an identifier for individuals to use with their name as they engage in research, scholarship, and innovation activities. +record.noPublicInfo=No public information available. +record.otherIds=Other IDs +record.websitesAndSocialLinks=Websites & social links +record.keywords=Ключові слова +record.previewPublicRecord=Preview public record +record.ariaLabelpreviewPublicRecord=Preview the public version of this record (Opens in a new tab) +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.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.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 +record.identifyAS=Identify as: +selfService.heading=We're updating ORCID Self Service +selfService.p1.1=As of +selfService.p1.2=June 1, 2022 +selfService.p1.3=, Self Service will no longer be available through the ORCID Registry. +selfService.p2.1=An enhanced version of Self Service will be added to the +selfService.p2.2=ORCID Member Portal +selfService.p2.3=in the coming year. All current Self Service features will be transferred to the portal, along with additional new functionality. +selfService.alert=While we build this improved version for the Member Portal, Self Service will be unavailable. +selfService.next=What to do next +selfService.p3.1=Should you need any of the Self Service features during this time, please reach out to +selfService.p3.2=for assistance. +record.ariaLabelPreviewPublicRecord=Preview the public version of this record (Opens in a new tab) +record.manageYourEmails=Manage your emails +record.manageYourWebsite=Manage your websites & social links +record.labelManageYourKeyword=Manage your keywords +record.labelManageYourCountries=Manage your countries +record.labelManageYourPersonalIds=Manage your personalIds +record.openOtherSources=Open other sources +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.noPersonalInformation=No personal information available diff --git a/src/locale/properties/register/register.ca.properties b/src/locale/properties/register/register.ca.properties new file mode 100644 index 0000000000..859ec886c3 --- /dev/null +++ b/src/locale/properties/register/register.ca.properties @@ -0,0 +1,229 @@ +register.create=Create your ORCID iD +register.step1=This is step 1 of 3 +register.step2=This is step 2 of 3 +register.step3=This is step 3 of 3 +register.orcids=Per ORCID's +register.terms=terms of use +register.termsOfUseCapital=Terms of Use +register.only=, you may only register for an ORCID iD for yourself. Already have an ORCID iD? +register.passwordRequired=A password is required +register.personalData=Personal data +register.visibility=Visibility settings +register.sign=Sign In +register.register=REGISTREU-VOS +register.notificationsDescription1=ORCID sends email notifications about items related to your account, security, and privacy, including requests from ORCID member organizations for permission to update your record, and changes made to your record by those organizations. +register.notificationsDescription2=You can also choose to receive emails from us about new features and tips for making the most of your ORCID record. +register.quarterlyEmail=Please send me quarterly emails about new ORCID features and tips. +register.quarterlyEmailVerified=To receive these emails, you will also need to verify your primary email address. +register.reviewAfterRegistered=After you've registered, you can change your notification settings at any time in the account settings section of your ORCID record. +register.notificationSettings=Notification settings +register.passwordConfirmationMatch=The password and confirmed password must match +register.passwordConfirmationRequired=Retype your password +register.passwordNumber=1 number +register.passwordSymbol=1 letter or symbol +register.passwordLength=8 or more characters +register.passwordNotEmail=Password must not be the same as your email address +register.password=Password +register.confirmYourPassword=Confirm your password +register.confirmPassword=Confirm password +register.confirmationEmailNotMatch=Email confirmation does not match +register.invalidEmail=Invalid email format +register.confirmEmailRequired=Please confirm your email +register.confirmEmail=Confirm primary email +register.primaryEmailRequired=An email is required +register.primaryEmail=Primary email +register.invalidName=Invalid name characters or format +register.firstNamePassword=Please enter your first/given name +register.firstName=First name +register.additionalEmails=Additional email +register.additionalEmailsCanBeDuplicated=Additional email cannot match primary email +register.additionalEmailAdd=Add another email +register.additionalEmailInfo=Ensure that you never lose access to your ORCID record by registering additional email addresses on your account. +register.termsRequired=To continue creating your ORCID iD you must accept the terms of use and consent to your data being processed in the United States. +register.consentTo=I consent to the +register.privacyPolicy=política de privacitat +register.and=i +register.agree=and agree to my data being publicly accessible where marked as “Visible to Everyone”. +register.dataProcessed=I consent to my data being processed in the United States. +register.moreInformation=More information on how ORCID process your data. +register.VisibilityPrivate=Only me +register.VisibilityTrusted=Trusted Organizations +register.VisibilityEveryone=Everyone +register.VisibilityPrivate2=(8% of users choose this) +register.VisibilityTrusted2=(5% of users choose this) +register.VisibilityEveryone2=(87% of users choose this) +register.visibilityDescription1=Your ORCID iD connects with your ORCID record that can contain links to your research activities, affiliations, awards, other versions of your name, and more. You control this content and who can see it. +register.visibilityDescription2=More information on visibility settings +register.visibilityDescription3=By default, what visibility should be given to new items added to your ORCID Record? +register.lastName=Last name +register.optional=(Optional) +register.termsOfUse=Terms of Use +register.recaptchaRequired=Please check the recaptcha box +register.titleLabel=Could this be you? +register.bodyLabel=We found some accounts with your name, which means you may have already created an ORCID iD using a different email address. Before creating an account, please confirm that none of these records belong to you. Not sure if any of these are you? +register.contactLabel=Contact us. +register.firstNameLabel=First Name +register.lastNameLabel=Last Name +register.affiliationsLabel=Afiliacions +register.dateCreatedLabel=Date Created +register.viewRecordLabel=View Record +register.signinLabel=I ALREADY HAVE AN ID, GO BACK TO SIGN IN +register.continueLabel=NONE OF THESE ARE ME, CONTINUE WITH REGISTRATION +register.passwordCantBeEmail=Password must not be the same as your email address +register.emailAlreadyExists=This email already exists in our system. Would you like to +register.signinLowerCase=sign in +register.additionalEmailMatchPrimary=Additional email cannot match primary email +register.additionalEmailMatch=Additional emails cannot be duplicated +register.wrongPasswordPattern=Password must match all pattern requirements +register.moreInfo=More information on names +register.securityAndNotifications=Security and notifications +register.visibilityAndTerm=Visibility and terms +register.ariaLabelInfo=info about names +register.ariaLabelClose=close +register.ariaLabelDeleteEmail=delete email +register.ariaLabelInfoEmails=info about emails +register.ariaLabelInfoPassword=info about password +register.visibilityRequired=Please choose a default visibility setting. +register.moreInfoOnNames=More information on names +register.youWillHaveAChance=You will have a chance to add additional names after you have created your account. +register.lastNameDetail=Last name is your family name. +register.firstNameDetail=First name is your given name or the name you most commonly go by. +register.mustBe8=Must be 8 or more characters and contain: +register.passwordLengthDetail=Must be between 8 and 256 characters long and contain: +register.atLeast1=at least 1 numeral: 0 - 9 +register.atLeast1ofTheFollowing=at least 1 of the following: +register.alphaCharacter=alpha character, case-sensitive a-Z +register.theFollowingSymbols=any of the following symbols: +register.optionalTheSpace=optionally the space character, +register.optionalTheSpaceIe=i.e ' ' and other punctuation such as . , ; +register.examplePassword=Example: sun% moon2 +register.doesNotAllowCommonPassword=ORCID does not allow common passwords. Common passwords are insecure, easily-guessed words or phrases such as 'qwerty123'. +register.seeFullList=See the full list of common passwords we don't allow on ORCID +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.reactivate=REACTIVATE +register.passwordIsToLong=Passwords must be between 8 and 256 characters long +register.wrongPasswordPatternV2=Password must meet all requirements +register.passwordIsToLongV2=Password must be between 8 and 256 characters +register.passwordSymbolV2=At least 1 letter or symbol +register.passwordNumberV2=At least 1 number +register.passwordConfirmationMatchV2=Passwords do not match +register.passwordRequirements=Password requirements +register.passwordRequirements1=Passwords must be between +register.passwordRequirements2=8 +register.passwordRequirements3=i +register.passwordRequirements4=256 +register.passwordRequirements5=characters in length and are case sensitive. +register.passwordRequirements6=Your password must contain +register.passwordRequirements7=At least 1 letter, symbol or space +register.passwordRequirements8=At least 1 number +register.tipsFeaturesEmail=Tips & features email +register.idLikeToReceiveTipsFeatures=I’d like to receive the ORCID tips & features email +weOccasionallySend=We occasionally send out an email with information on new features and tips for getting the best out of your ORCID record. +register.passwordConfirmationMatch2=Passwords do not match +yourPasswordHas=Your password has: +register.atLeastALetterOrSymbol=At least 1 letter or symbol +register.atLeastANumber=At least 1 number +register.yourNames=Your names +register.givenNames=Given names +register.firstNameError=Please enter your given names +register.familyName=Family names +register.yourEmailAddresses=Your email addresses +register.primaryEmailRequired2=Please enter your email +register.invalidEmail2=Please enter a valid email address, for example joe@institution.edu +register.isAssociatedWuthAnExisting=is associated with an existing ORCID record. +register.theEmailAddress=The email address +register.signInToOrcidUsingThisEmail=Sign in to ORCID using this email address +register.confirmEmailRequired2=Please confirm your email address +register.confirmationEmailNotMatch2=Email addresses do not match +register.thisLooksLikeAPersonalEmail=This looks like a personal email +register.asBackupSoWeCanBetter=as backup so we can better recommend affiliations and other related data to you. +register.professionalEmail=professional email +register.addA=Add an additional +register.addAnotherEmailToSecure=Add an additional email to secure your account +register.addingAnAddiotionalEmailAsBackup=Adding an additional email as backup helps secure your account and makes sure you can always sign in. +regiser.thisLooksLikeAProffessional=This looks like a professional email +register.asBackupSoYouAlways=as backup so you always have access to your ORCID account if you change jobs or roles. +register.weRecommendAdding=We recommend adding an additional +register.youMustAccept2=You must accept the terms of use and consent to your data being processed in the United States +register.termsOfUse2=terms of use +register.agree2=and agree to my data being publicly accessible where marked as “Visible to Everyone”. +register.visibilityLegend=Visibility settings +register.visibilityRequired2=Please select a default visibility for new items +register.everioneCanSeeThese=Everyone can see these items +register.onlyPeopleAndOrganization=Only people and organizations you’ve given permission +register.itemsArePrivateAndOnly=Items are private and only visible to you +register.step1.2=Step 1 of 4 - Names and emails +register.step2.2=Step 2 of 4 - Password +register.step3.2=Step 3 of 4 - Visibility +register.step4.2=Step 4 of 4 - Terms and conditions +register.step2.3=Step 2 of 5 - Password +register.step1.3=Step 1 of 5 - Names and emails +register.step4.3=Step 4 of 5 - Visibility +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.previousStep=Previous Step +register.completeRegistration=Complete registration +register.passwordRequired2=Please enter a password +register.weOccasionallySend=We occasionally send out an email with information on new features and tips for getting the best out of your ORCID record. +register.yourPasswords=Your password +register.passwordIsToLongV22=Password must be between 8 and 256 characters +register.yourPasswordHas=Your password has: +register.passwordLengthError=Password must be 8 or more characters +register.passwordLengthOk=Password is 8 or more characters +register.passwordLetterOrSymbolError=Password must contain at least a letter or symbol +register.passwordLetterOrSymbolOk=Password contains at least a letter or symbol +register.passwordNumberError=Password must contain at least a number +register.passwordNumberOk=Password contains at least a number +register.labelConfirmEmail=Confirm your email address +register.labelNameYouMostMost=The names you most commonly go by +register.familyNamePlaceholder=Your family name or surname +register.ariaLabelMoreInformationOnVisibility=More information on visibility settings (Opens in new tab) +shared.previousStep=Previous Step +register.addAnAdditionalEmail=Add an additional email +register.personalEmail=personal email +register.passwordAreValid=Your passwords match +register.passwordAreNotValid=Your passwords do not match +register.emailAreValid=Your emails match +register.emailAreNotValid=Your emails do not match +register.Email=Email +register.VisibilityParties=Trusted parties +register.emailPlaceholder=The email address you use most +register.roleJobTitle=Role/Job title +register.department=Department +register.weCantIdentifyThisOrganization=We can’t identify this organization. Please try entering the organization name again. +register.currentEmployment=Current employment +register.pleaseEnterAnOrganizationName=Please enter an organization name +register.organizationPlaceholder=Type your organization name +register.departmentPlaceholder=School, college or department +register.rolePlaceholder=Your role or job in the organization +register.yearPlaceholder=Year +register.monthPlaceholder=Month +register.clearOrganization=Clear organization +shared.skipThisStepWithoutAddingAnAffiliation=Skip this step without adding an affiliation +register.isAssociatedWith=is already associated with +register.anExisting=an existing +register.anUnclaimed=an unclaimed +register.aDeactivated=a deactivated +register.orcidRecord=ORCID record. +register.youCannotUseThisEmail=You cannot use this email address when creating a new ORCID iD. +register.emailIsAlreadyAssociated=This email is already associated with an existing ORCID record. Please use a different email address to continue registering a new ORCID iD. +register.resendClaimAddress=Resend a claim email to this email address +register.reactivateOrcidAssociated=Reactivate the ORCID record associated with this email address +register.affiliationFoud=Affiliation found +register.basedOnYourEmailWeThink=Based on your emails we think you are currently affiliated with +register.webePreselectedThisOrganizationForYouInTheFormBelow=We’ve pre-selected this organization for you in the form below. +register.whenYouCompleteRegistrationAnEmployment=When you complete registration an employment affiliation will be automatically added to your new ORCID record. +register.accesibiltiyOnlyThe8OrMoreCharactersConstrainIsMet=Your password must include at least 1 letter or symbol and 1 number +register.accesibiltiyOnlyTheLetterOrSymbolConstrainIsMet=Your password must be 8 or more characters and include at least 1 number +register.accesibiltiyOnlyTheNumberConstrainIsMet=Your password must be 8 or more characters and include at least 1 letter or symbol +register.accesibilityOnlyTheNumberConstrainIsNotMet=Your password must include at least 1 number +register.accesibilityOnlyTheLetterOrSymbolConstrainIsNotMet=Your password must include at least 1 letter or symbol +register.accesibilityOnlyThe8OrMoreCharactersConstrainIsNotMet=Your password must be 8 or more characters +register.allPasswordContrainsArMet=All password constraints are met +register.organization=Organization +register.prefilledOrganization=Organization - We've added an organization based on your email domain diff --git a/src/locale/properties/register/register.uk.properties b/src/locale/properties/register/register.uk.properties new file mode 100644 index 0000000000..64b2d5ac3b --- /dev/null +++ b/src/locale/properties/register/register.uk.properties @@ -0,0 +1,229 @@ +register.create=Create your ORCID iD +register.step1=This is step 1 of 3 +register.step2=This is step 2 of 3 +register.step3=This is step 3 of 3 +register.orcids=Per ORCID's +register.terms=terms of use +register.termsOfUseCapital=Terms of Use +register.only=, you may only register for an ORCID iD for yourself. Already have an ORCID iD? +register.passwordRequired=A password is required +register.personalData=Personal data +register.visibility=Visibility settings +register.sign=Sign In +register.register=ЗАРЕЄСТРУЙТЕСЯ +register.notificationsDescription1=ORCID sends email notifications about items related to your account, security, and privacy, including requests from ORCID member organizations for permission to update your record, and changes made to your record by those organizations. +register.notificationsDescription2=You can also choose to receive emails from us about new features and tips for making the most of your ORCID record. +register.quarterlyEmail=Please send me quarterly emails about new ORCID features and tips. +register.quarterlyEmailVerified=To receive these emails, you will also need to verify your primary email address. +register.reviewAfterRegistered=After you've registered, you can change your notification settings at any time in the account settings section of your ORCID record. +register.notificationSettings=Notification settings +register.passwordConfirmationMatch=The password and confirmed password must match +register.passwordConfirmationRequired=Retype your password +register.passwordNumber=1 number +register.passwordSymbol=1 letter or symbol +register.passwordLength=8 or more characters +register.passwordNotEmail=Password must not be the same as your email address +register.password=Password +register.confirmYourPassword=Confirm your password +register.confirmPassword=Confirm password +register.confirmationEmailNotMatch=Email confirmation does not match +register.invalidEmail=Invalid email format +register.confirmEmailRequired=Please confirm your email +register.confirmEmail=Confirm primary email +register.primaryEmailRequired=An email is required +register.primaryEmail=Primary email +register.invalidName=Invalid name characters or format +register.firstNamePassword=Please enter your first/given name +register.firstName=First name +register.additionalEmails=Additional email +register.additionalEmailsCanBeDuplicated=Additional email cannot match primary email +register.additionalEmailAdd=Add another email +register.additionalEmailInfo=Ensure that you never lose access to your ORCID record by registering additional email addresses on your account. +register.termsRequired=To continue creating your ORCID iD you must accept the terms of use and consent to your data being processed in the United States. +register.consentTo=I consent to the +register.privacyPolicy=політика конфіденційності +register.and=та +register.agree=and agree to my data being publicly accessible where marked as “Visible to Everyone”. +register.dataProcessed=I consent to my data being processed in the United States. +register.moreInformation=More information on how ORCID process your data. +register.VisibilityPrivate=Only me +register.VisibilityTrusted=Trusted Organizations +register.VisibilityEveryone=Everyone +register.VisibilityPrivate2=(8% of users choose this) +register.VisibilityTrusted2=(5% of users choose this) +register.VisibilityEveryone2=(87% of users choose this) +register.visibilityDescription1=Your ORCID iD connects with your ORCID record that can contain links to your research activities, affiliations, awards, other versions of your name, and more. You control this content and who can see it. +register.visibilityDescription2=More information on visibility settings +register.visibilityDescription3=By default, what visibility should be given to new items added to your ORCID Record? +register.lastName=Last name +register.optional=(Optional) +register.termsOfUse=Terms of Use +register.recaptchaRequired=Please check the recaptcha box +register.titleLabel=Could this be you? +register.bodyLabel=We found some accounts with your name, which means you may have already created an ORCID iD using a different email address. Before creating an account, please confirm that none of these records belong to you. Not sure if any of these are you? +register.contactLabel=Contact us. +register.firstNameLabel=First Name +register.lastNameLabel=Last Name +register.affiliationsLabel=Пов'язані організації +register.dateCreatedLabel=Date Created +register.viewRecordLabel=View Record +register.signinLabel=I ALREADY HAVE AN ID, GO BACK TO SIGN IN +register.continueLabel=NONE OF THESE ARE ME, CONTINUE WITH REGISTRATION +register.passwordCantBeEmail=Password must not be the same as your email address +register.emailAlreadyExists=This email already exists in our system. Would you like to +register.signinLowerCase=sign in +register.additionalEmailMatchPrimary=Additional email cannot match primary email +register.additionalEmailMatch=Additional emails cannot be duplicated +register.wrongPasswordPattern=Password must match all pattern requirements +register.moreInfo=More information on names +register.securityAndNotifications=Security and notifications +register.visibilityAndTerm=Visibility and terms +register.ariaLabelInfo=info about names +register.ariaLabelClose=close +register.ariaLabelDeleteEmail=delete email +register.ariaLabelInfoEmails=info about emails +register.ariaLabelInfoPassword=info about password +register.visibilityRequired=Please choose a default visibility setting. +register.moreInfoOnNames=More information on names +register.youWillHaveAChance=You will have a chance to add additional names after you have created your account. +register.lastNameDetail=Last name is your family name. +register.firstNameDetail=First name is your given name or the name you most commonly go by. +register.mustBe8=Must be 8 or more characters and contain: +register.passwordLengthDetail=Must be between 8 and 256 characters long and contain: +register.atLeast1=at least 1 numeral: 0 - 9 +register.atLeast1ofTheFollowing=at least 1 of the following: +register.alphaCharacter=alpha character, case-sensitive a-Z +register.theFollowingSymbols=any of the following symbols: +register.optionalTheSpace=optionally the space character, +register.optionalTheSpaceIe=i.e ' ' and other punctuation such as . , ; +register.examplePassword=Example: sun% moon2 +register.doesNotAllowCommonPassword=ORCID does not allow common passwords. Common passwords are insecure, easily-guessed words or phrases such as 'qwerty123'. +register.seeFullList=See the full list of common passwords we don't allow on ORCID +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.reactivate=REACTIVATE +register.passwordIsToLong=Passwords must be between 8 and 256 characters long +register.wrongPasswordPatternV2=Password must meet all requirements +register.passwordIsToLongV2=Password must be between 8 and 256 characters +register.passwordSymbolV2=At least 1 letter or symbol +register.passwordNumberV2=At least 1 number +register.passwordConfirmationMatchV2=Passwords do not match +register.passwordRequirements=Password requirements +register.passwordRequirements1=Passwords must be between +register.passwordRequirements2=8 +register.passwordRequirements3=та +register.passwordRequirements4=256 +register.passwordRequirements5=characters in length and are case sensitive. +register.passwordRequirements6=Your password must contain +register.passwordRequirements7=At least 1 letter, symbol or space +register.passwordRequirements8=At least 1 number +register.tipsFeaturesEmail=Tips & features email +register.idLikeToReceiveTipsFeatures=I’d like to receive the ORCID tips & features email +weOccasionallySend=We occasionally send out an email with information on new features and tips for getting the best out of your ORCID record. +register.passwordConfirmationMatch2=Passwords do not match +yourPasswordHas=Your password has: +register.atLeastALetterOrSymbol=At least 1 letter or symbol +register.atLeastANumber=At least 1 number +register.yourNames=Your names +register.givenNames=Given names +register.firstNameError=Please enter your given names +register.familyName=Family names +register.yourEmailAddresses=Your email addresses +register.primaryEmailRequired2=Please enter your email +register.invalidEmail2=Please enter a valid email address, for example joe@institution.edu +register.isAssociatedWuthAnExisting=is associated with an existing ORCID record. +register.theEmailAddress=The email address +register.signInToOrcidUsingThisEmail=Sign in to ORCID using this email address +register.confirmEmailRequired2=Please confirm your email address +register.confirmationEmailNotMatch2=Email addresses do not match +register.thisLooksLikeAPersonalEmail=This looks like a personal email +register.asBackupSoWeCanBetter=as backup so we can better recommend affiliations and other related data to you. +register.professionalEmail=professional email +register.addA=Add an additional +register.addAnotherEmailToSecure=Add an additional email to secure your account +register.addingAnAddiotionalEmailAsBackup=Adding an additional email as backup helps secure your account and makes sure you can always sign in. +regiser.thisLooksLikeAProffessional=This looks like a professional email +register.asBackupSoYouAlways=as backup so you always have access to your ORCID account if you change jobs or roles. +register.weRecommendAdding=We recommend adding an additional +register.youMustAccept2=You must accept the terms of use and consent to your data being processed in the United States +register.termsOfUse2=terms of use +register.agree2=and agree to my data being publicly accessible where marked as “Visible to Everyone”. +register.visibilityLegend=Visibility settings +register.visibilityRequired2=Please select a default visibility for new items +register.everioneCanSeeThese=Everyone can see these items +register.onlyPeopleAndOrganization=Only people and organizations you’ve given permission +register.itemsArePrivateAndOnly=Items are private and only visible to you +register.step1.2=Step 1 of 4 - Names and emails +register.step2.2=Step 2 of 4 - Password +register.step3.2=Step 3 of 4 - Visibility +register.step4.2=Step 4 of 4 - Terms and conditions +register.step2.3=Step 2 of 5 - Password +register.step1.3=Step 1 of 5 - Names and emails +register.step4.3=Step 4 of 5 - Visibility +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.previousStep=Previous Step +register.completeRegistration=Complete registration +register.passwordRequired2=Please enter a password +register.weOccasionallySend=We occasionally send out an email with information on new features and tips for getting the best out of your ORCID record. +register.yourPasswords=Your password +register.passwordIsToLongV22=Password must be between 8 and 256 characters +register.yourPasswordHas=Your password has: +register.passwordLengthError=Password must be 8 or more characters +register.passwordLengthOk=Password is 8 or more characters +register.passwordLetterOrSymbolError=Password must contain at least a letter or symbol +register.passwordLetterOrSymbolOk=Password contains at least a letter or symbol +register.passwordNumberError=Password must contain at least a number +register.passwordNumberOk=Password contains at least a number +register.labelConfirmEmail=Confirm your email address +register.labelNameYouMostMost=The names you most commonly go by +register.familyNamePlaceholder=Your family name or surname +register.ariaLabelMoreInformationOnVisibility=More information on visibility settings (Opens in new tab) +shared.previousStep=Previous Step +register.addAnAdditionalEmail=Add an additional email +register.personalEmail=personal email +register.passwordAreValid=Your passwords match +register.passwordAreNotValid=Your passwords do not match +register.emailAreValid=Your emails match +register.emailAreNotValid=Your emails do not match +register.Email=Email +register.VisibilityParties=Trusted parties +register.emailPlaceholder=The email address you use most +register.roleJobTitle=Role/Job title +register.department=Department +register.weCantIdentifyThisOrganization=We can’t identify this organization. Please try entering the organization name again. +register.currentEmployment=Current employment +register.pleaseEnterAnOrganizationName=Please enter an organization name +register.organizationPlaceholder=Type your organization name +register.departmentPlaceholder=School, college or department +register.rolePlaceholder=Your role or job in the organization +register.yearPlaceholder=Рік +register.monthPlaceholder=Місяць +register.clearOrganization=Clear organization +shared.skipThisStepWithoutAddingAnAffiliation=Skip this step without adding an affiliation +register.isAssociatedWith=is already associated with +register.anExisting=an existing +register.anUnclaimed=an unclaimed +register.aDeactivated=a deactivated +register.orcidRecord=ORCID record. +register.youCannotUseThisEmail=You cannot use this email address when creating a new ORCID iD. +register.emailIsAlreadyAssociated=This email is already associated with an existing ORCID record. Please use a different email address to continue registering a new ORCID iD. +register.resendClaimAddress=Resend a claim email to this email address +register.reactivateOrcidAssociated=Reactivate the ORCID record associated with this email address +register.affiliationFoud=Affiliation found +register.basedOnYourEmailWeThink=Based on your emails we think you are currently affiliated with +register.webePreselectedThisOrganizationForYouInTheFormBelow=We’ve pre-selected this organization for you in the form below. +register.whenYouCompleteRegistrationAnEmployment=When you complete registration an employment affiliation will be automatically added to your new ORCID record. +register.accesibiltiyOnlyThe8OrMoreCharactersConstrainIsMet=Your password must include at least 1 letter or symbol and 1 number +register.accesibiltiyOnlyTheLetterOrSymbolConstrainIsMet=Your password must be 8 or more characters and include at least 1 number +register.accesibiltiyOnlyTheNumberConstrainIsMet=Your password must be 8 or more characters and include at least 1 letter or symbol +register.accesibilityOnlyTheNumberConstrainIsNotMet=Your password must include at least 1 number +register.accesibilityOnlyTheLetterOrSymbolConstrainIsNotMet=Your password must include at least 1 letter or symbol +register.accesibilityOnlyThe8OrMoreCharactersConstrainIsNotMet=Your password must be 8 or more characters +register.allPasswordContrainsArMet=All password constraints are met +register.organization=Organization +register.prefilledOrganization=Organization - We've added an organization based on your email domain diff --git a/src/locale/properties/research-resources/research-resources.ca.properties b/src/locale/properties/research-resources/research-resources.ca.properties new file mode 100644 index 0000000000..bd5cc37542 --- /dev/null +++ b/src/locale/properties/research-resources/research-resources.ca.properties @@ -0,0 +1,5 @@ +researchResources.researchResources=Research resources +researchResources.description=Connect to trusted organizations to automatically add the specialist resources you use for your research. +researchResources.learnMore=Learn more about how research resources are added to your ORCID record +researchResources.items=items +researchResources.present=present diff --git a/src/locale/properties/research-resources/research-resources.uk.properties b/src/locale/properties/research-resources/research-resources.uk.properties new file mode 100644 index 0000000000..bd5cc37542 --- /dev/null +++ b/src/locale/properties/research-resources/research-resources.uk.properties @@ -0,0 +1,5 @@ +researchResources.researchResources=Research resources +researchResources.description=Connect to trusted organizations to automatically add the specialist resources you use for your research. +researchResources.learnMore=Learn more about how research resources are added to your ORCID record +researchResources.items=items +researchResources.present=present diff --git a/src/locale/properties/search/search.ca.properties b/src/locale/properties/search/search.ca.properties new file mode 100644 index 0000000000..50a8ecd18a --- /dev/null +++ b/src/locale/properties/search/search.ca.properties @@ -0,0 +1,21 @@ +ngOrcid.search.showing=Showing +ngOrcid.search.of=of +ngOrcid.search.results=results. +ngOrcid.search.orcidID=ID d'ORCID +ngOrcid.search.firstName=First Name +ngOrcid.search.lastName=Last Name +ngOrcid.search.otherNames=Other Names +ngOrcid.search.affiliations=Afiliacions +ngOrcid.search.noResults=No results found. Please edit your search terms. +ngOrcid.search.advanceSearch=ADVANCED SEARCH +ngOrcid.search.institutionName=Institution Name +ngOrcid.search.institutionNamePlaceholder=affiliation or organization ID +ngOrcid.search.keyword=Keyword +ngOrcid.search.otherNameFields=Also search other name fields +ngOrcid.search.search=SEARCH +ngOrcid.search.orcidIdPatterError=Given value doesn't match ORCID iD pattern +ngOrcid.search.ariaLabelSearchResults=Search Results +search.showAdvanceSearch=Show advanced search form +search.hideAdvanceSearch=Hide advanced search form +search.paginator=paginator +search.bottomPaginator=bottom paginator diff --git a/src/locale/properties/search/search.uk.properties b/src/locale/properties/search/search.uk.properties new file mode 100644 index 0000000000..b02e13673a --- /dev/null +++ b/src/locale/properties/search/search.uk.properties @@ -0,0 +1,21 @@ +ngOrcid.search.showing=Showing +ngOrcid.search.of=із +ngOrcid.search.results=results. +ngOrcid.search.orcidID=СВІЙ НОМЕР ORCID +ngOrcid.search.firstName=First Name +ngOrcid.search.lastName=Last Name +ngOrcid.search.otherNames=Other Names +ngOrcid.search.affiliations=Пов'язані організації +ngOrcid.search.noResults=No results found. Please edit your search terms. +ngOrcid.search.advanceSearch=ADVANCED SEARCH +ngOrcid.search.institutionName=Institution Name +ngOrcid.search.institutionNamePlaceholder=affiliation or organization ID +ngOrcid.search.keyword=Keyword +ngOrcid.search.otherNameFields=Also search other name fields +ngOrcid.search.search=SEARCH +ngOrcid.search.orcidIdPatterError=Given value doesn't match ORCID iD pattern +ngOrcid.search.ariaLabelSearchResults=Search Results +search.showAdvanceSearch=Show advanced search form +search.hideAdvanceSearch=Hide advanced search form +search.paginator=paginator +search.bottomPaginator=bottom paginator diff --git a/src/locale/properties/shared/shared.ca.properties b/src/locale/properties/shared/shared.ca.properties new file mode 100644 index 0000000000..2dba762748 --- /dev/null +++ b/src/locale/properties/shared/shared.ca.properties @@ -0,0 +1,643 @@ +ngOrcid.error=Oh no! An error occurred +ngOrcid.reactivationAccountError=We couldn't reactivate your ORCID account. Please try again, and if the error persists please +shared.back=GO BACK +shared.next=NEXT +shared.ok=Ok +shared.contactSupport=contact support. +shared.questionMark=? +shared.knowledgeBase=visit our knowledge base. +shared.ariaLabelClose=Close +shared.standardError=Please try again, and if the error persists please +shared.oauthSessionError=Your Oauth request is invalid +shared.hideDetails=Hide details +shared.showDetails=Show details +shared.edit=Edit +shared.makeCopy=Make a copy and edit +shared.saveChanges=Save changes +shared.cancel=Cancel +shared.sourceColon=Source: +shared.visibility=Visibility +shared.whoCanSeeBio=Control who can see your biography by setting the visibility. Your default visibility setting is +shared.whoCanSeeName=Control who can see your given, family and published names by setting the visibility. The default visibility for your names is +shared.requiredInformation=Required information +shared.created=Created: +shared.verified=Verified: +shared.delete=Delete +shared.showMore=Show more +shared.showLess=Show less +shared.closeOtherSources=(Close other sources) +shared.of=of +shared.showLessDetail=Show less detail +shared.showMoreDetail=Show more detail +shared.searchAndLink=Search and Link wizards are our recommended way to populate your record. They make adding works, funding and peer reviews simple and save you time over updating your record manually. Select a platform from the list below to start linking items to your record. +shared.availableSearch=Available Search & Link wizards +shared.funding=Funding +shared.organizationIdentifiers=Organization identifiers +shared.otherOrganization=Other organization identifiers provided by +shared.translatedTitle=Translated title +shared.added=Added +shared.lastModified=Last modified +shared.url=URL +shared.employment=Employment +shared.educationQualifications=Education and qualifications +shared.qualification=Qualification +shared.education=Education +shared.invitedPositions=Invited positions and distinctions +shared.invited=Invited position +shared.invitedSentenceCase=Invited position +shared.distinction=Distinction +shared.membership=Membership and service +shared.membershipTitle=Membership +shared.service=Service +shared.educationQualificationsDescription=Add details about where you have studied and educational or professional qualifications you have been awarded. +shared.educationLearnMore=Learn more about adding education or qualifications to your ORCID record +shared.invitedPositionsDescription=Add details of invited positions you have held and awards or prizes you have received in recognition of your achievements. +shared.invitedPositionsLearnMore=Learn more about adding invited positions or distinctions to your ORCID record +shared.membershipDescription=Add details of society or association memberships and donations of time or other resources in the service of an organization. +shared.membershipLearnMore=Learn more about adding a membership or service to your ORCID record +shared.works=Works +shared.expandAll=Expand all +shared.collapseAll=Collapse all +shared.lastModifiedTime=Record last modified +shared.fundedBy=Funded by +shared.partOf=Part de +shared.onBehalfOf=via +shared.versionOf=Version of +shared.add=Add +shared.sort=Sort +shared.addItem=Add Item +shared.exportItems=Export Items +shared.sortItems=Sort Items +shared.addEmployment=Add Employment +shared.sortEmployments=Sort Employments +shared.addQualification=Add Qualification +shared.addEducation=Add Education +shared.sortEducation=Sort Education +shared.addInvited=Add Invited Position +shared.sortInvited=Sort Invited Positions +shared.addDistinction=Add Distinction +shared.addMembership=Add Membership +shared.sortMemberships=Sort Memberships +shared.addService=Add Service +shared.addFunding=Add Funding +shared.sortFundings=Sort Fundings +shared.addWork=Add Work +shared.sortWorks=Sort Works +shared.sortResearch=Sort Research Resources +shared.addPeerReviews=Add Peer Review +shared.sortPeerReviews=Sort Peer Reviews +share.loadMore=Load more +share.sortTitle=Title +share.sortStart=Start +share.sortEnd=End +share.sortDate=Date +share.sortType=Type +share.sortOrder=Order +share.sortOrderv2=Publication/Grant title +shared.activities=Activities +shared.addToList=Add to list +shared.organization=Organization +shared.organizationName=Organization name +shared.department=Department +shared.city=City +shared.cityError=Si us plau entreu una ciutat +shared.region=Region, State or County +shared.employmentDetails=Employment details +shared.qualificationDetails=Qualification details +shared.educationDetails=Education details +shared.invitedPositionDetails=Invited Position details +shared.distinctionDetails=Distinction details +shared.membershipDetails=Membership details +shared.serviceDetails=Service details +shared.role=Role/title +shared.degree=Distinction/award +shared.award=Distinction/award +shared.membershipType=Membership type +shared.startDate=Start date +shared.endDate=End date +shared.year=Year +shared.month=Month +shared.day=Day +shared.invalidDate=Data invàlida +shared.endDateError=End date must come after start date +shared.link=Link +shared.linkDescription=A link to a profile page or description of the role. Links should be in the full URL format e.g. http://www.website.com/page.html +shared.invalidLink=Invalid Link +shared.visibilityDescription=Control who can see this information by setting the visibility. Your default visibility is +shared.actions=Actions +shared.combineWorks=Combine works +shared.exportWorks=Export works +shared.exportAllWorks=Export all works +shared.setVisibility=Set visibility +shared.thisItemOnly=This item only +shared.allItemsInThisGroup=All items in this group +shared.selectedItemsForVisibility=Selected items +shared.deleteWorks=Delete works +shared.itemsCurrentlySelected=Items currently selected +shared.selectAll=Select all +shared.whoCanSeeThis=Who can see this? +shared.preferred=preferred +shared.present=present +shared.titleNotFound=404 - ORCID record not found +shared.to=to +shared.selected=Selected +shared.searchLink=Search & link +shared.addManually=Add manually +share.undefinedId=undefined id +shared.worksDescription=Add your research outputs such as publications, data sets, conference presentations and more. +shared.worksLearnMore=Learn more about adding works to your ORCID record +shared.employmentDescription=Add details of your current and previous employers. +shared.employmentLearnMore=Learn more about adding employment information to your ORCID record +shared.view=View +shared.addAnotherId=Add another identifier +shared.addId=Add an identifier +shared.identifier=Identifier +shared.selectLanguage=Select a language +shared.openSourceToEdit=Open sources to edit you own version +shared.youCanOnlyEditYour=You can only edit your own version +shared.distinctionDate=Date of distinction +shared.relationship=Relació +shared.relationshipColon=Relationship: +shared.invalidForm=Form validation error +shared.pleaseReviewInvalidForm=Please review the form and fix the issues before saving +shared.deleteItems=Delete items +shared.deletingItems=Deleting items permanently removes them from your ORCID record. Please review the items selected for deletion. +shared.selectedItems=Selected items to delete +shared.deleteSelected=Delete selected items +shared.source=Source +shared.emails=Emails +shared.emailsAndDomains=Emails & domains +shared.verifiedEmailsAndDomains=Verified emails & domains +shared.pleaseReview=Please review and fix the issue +shared.youHaveNotSelected=You haven’t selected any items to delete. +shared.youHaveNotSelectedImport=You haven’t selected any items to import. +shared.publicationDate=Publication date +shared.translatedTitleLanguageError=Please select a language +shared.translatedTitleError=Please enter a translated title +shared.moreInformationOn=More information on +shared.visibilitySettings=visibility settings +shared.trustedParties=Trusted parties +shared.onlyMe=Only me +shared.moreInformationOnOrcidVisibility=More information on ORCID visibility settings +shared.everyone=Everyone +shared.whoCanSeeWorks=Who can see your works. Your default visibility setting is +shared.maxLength.less_than_one_thousand=Must be less than 1000 characters +shared.maxLength.less_than_two_thousand=Must be less than 2000 characters +shared.maxLength.less_than_five_thousand=Must be less than 5000 characters +shared.maxLength.less_than_two_hundred_fifty_five=Must be less than 255 characters +shared.maxLength.less_than_two_thousand_forty_eight=Must be less than 2084 characters +shared.pleaseEnterAnOrganization=Please enter an organization +shared.passwordCantBeEmpty=Password cannot be empty +share.af=Afghanistan +share.AL=Albania +share.DZ=Algeria +share.AS=American Samoa +share.AD=Andorra +share.AO=Angola +share.AI=Anguilla +share.AQ=Antarctica +share.AG=Antigua and Barbuda +share.AR=Argentina +share.AM=Armenia +share.AW=Aruba +share.AU=Australia +share.AT=Austria +share.AZ=Azerbaijan +share.BS=Bahamas +share.BH=Bahrain +share.BD=Bangladesh +share.BB=Barbados +share.BY=Belarus +share.BE=Belgium +share.BZ=Belize +share.BJ=Benin +share.BM=Bermuda +share.BT=Bhutan +share.BO=Bolivia +share.BA=Bosnia and Herzegovina +share.BW=Botswana +share.BV=Bouvet Island +share.BR=Brazil +share.BQ=British Antarctic Territory +share.IO=British Indian Ocean Territory +share.VG=British Virgin Islands +share.BN=Brunei +share.BG=Bulgaria +share.BF=Burkina Faso +share.BI=Burundi +share.KH=Cambodia +share.CM=Cameroon +share.CA=Canada +share.CV=Cape Verde +share.KY=Cayman Islands +share.CF=Central African Republic +share.TD=Chad +share.CL=Chile +share.CN=China +share.CX=Christmas Island +share.CC=Cocos [Keeling] Islands +share.CO=Colombia +share.KM=Comoros +share.CG=Congo - Brazzaville +share.CD=Congo - Kinshasa +share.CK=Cook Islands +share.CR=Costa Rica +share.HR=Croatia +share.CU=Cuba +share.CW=Curaçao +share.CY=Cyprus +share.CZ=Czech Republic +share.CI=Côte d'Ivoire +share.DK=Denmark +share.DJ=Djibouti +share.DM=Dominica +share.DO=Dominican Republic +share.EC=Ecuador +share.EG=Egypt +share.SV=El Salvador +share.GQ=Equatorial Guinea +share.ER=Eritrea +share.EE=Estonia +share.ET=Ethiopia +share.FK=Falkland Islands +share.FO=Faroe Islands +share.FJ=Fiji +share.FI=Finland +share.FR=France +share.GF=French Guiana +share.PF=French Polynesia +share.TF=French Southern Territories +share.GA=Gabon +share.GM=Gambia +share.GE=Georgia +share.DE=Germany +share.GH=Ghana +share.GI=Gibraltar +share.GR=Greece +share.GL=Greenland +share.GD=Grenada +share.GP=Guadeloupe +share.GU=Guam +share.GT=Guatemala +share.GG=Guernsey +share.GN=Guinea +share.GW=Guinea-Bissau +share.GY=Guyana +share.HT=Haiti +share.HM=Heard Island and McDonald Islands +share.HN=Honduras +share.HK=Hong Kong SAR China +share.HU=Hungary +share.IS=Iceland +share.IN=India +share.ID=Indonesia +share.IR=Iran +share.IQ=Iraq +share.IE=Ireland +share.IM=Isle of Man +share.IL=Israel +share.IT=Italy +share.JM=Jamaica +share.JP=Japan +share.JE=Jersey +share.JO=Jordan +share.KZ=Kazakhstan +share.KE=Kenya +share.KI=Kiribati +share.KW=Kuwait +share.KG=Kyrgyzstan +share.LA=Laos +share.LV=Latvia +share.LB=Lebanon +share.LS=Lesotho +share.LR=Liberia +share.LY=Libya +share.LI=Liechtenstein +share.LT=Lithuania +share.LU=Luxembourg +share.MO=Macau SAR China +share.MG=Madagascar +share.MW=Malawi +share.MY=Malaysia +share.MV=Maldives +share.ML=Mali +share.MT=Malta +share.MH=Marshall Islands +share.MQ=Martinique +share.MR=Mauritania +share.MU=Mauritius +share.YT=Mayotte +share.MX=Mexico +share.FM=Micronesia +share.MD=Moldova +share.MC=Monaco +share.MN=Mongolia +share.ME=Montenegro +share.MS=Montserrat +share.MA=Morocco +share.MZ=Mozambique +share.MM=Myanmar [Burma] +share.NA=Namibia +share.NR=Nauru +share.NP=Nepal +share.NL=Netherlands +share.NC=New Caledonia +share.NZ=New Zealand +share.NI=Nicaragua +share.NE=Niger +share.NG=Nigeria +share.NU=Niue +share.NF=Norfolk Island +share.KP=North Korea +share.MK=North Macedonia +share.MP=Northern Mariana Islands +share.NO=Norway +share.OM=Oman +share.PK=Pakistan +share.PW=Palau +share.PS=Palestinian Territories +share.PA=Panama +share.PG=Papua New Guinea +share.PY=Paraguay +share.PE=Peru +share.PH=Philippines +share.PN=Pitcairn Islands +share.PL=Poland +share.PT=Portugal +share.PR=Puerto Rico +share.QA=Qatar +share.RO=Romania +share.RU=Russia +share.RW=Rwanda +share.RE=Réunion +share.BL=Saint Barthélemy +share.SH=Saint Helena +share.KN=Saint Kitts and Nevis +share.LC=Saint Lucia +share.MF=Saint Martin +share.PM=Saint Pierre and Miquelon +share.VC=Saint Vincent and the Grenadines +share.WS=Samoa +share.SM=San Marino +share.SA=Saudi Arabia +share.SN=Senegal +share.RS=Serbia +share.SC=Seychelles +share.SL=Sierra Leone +share.SG=Singapore +share.SX=Sint Maarten (Dutch Part) +share.SK=Slovakia +share.SI=Slovenia +share.SB=Solomon Islands +share.SO=Somalia +share.ZA=South Africa +share.GS=South Georgia and the South Sandwich Islands +share.KR=South Korea +share.SS=South Sudan +share.ES=Spain +share.LK=Sri Lanka +share.SD=Sudan +share.SR=Suriname +share.SJ=Svalbard and Jan Mayen +share.SZ=Swaziland +share.SE=Sweden +share.CH=Switzerland +share.SY=Syria +share.ST=São Tomé and Príncipe +share.TW=Taiwan +share.TJ=Tajikistan +share.TZ=Tanzania +share.TH=Thailand +share.TL=Timor-Leste +share.TG=Togo +share.TK=Tokelau +share.TO=Tonga +share.TT=Trinidad and Tobago +share.TN=Tunisia +share.TR=Türkiye +share.TM=Turkmenistan +share.TC=Turks and Caicos Islands +share.TV=Tuvalu +share.UM=U.S. Minor Outlying Islands +share.VI=U.S. Virgin Islands +share.UG=Uganda +share.UA=Ukraine +share.AE=United Arab Emirates +share.GB=United Kingdom +share.US=United States +share.UY=Uruguay +share.UZ=Uzbekistan +share.VU=Vanuatu +share.VA=Vatican City +share.VE=Venezuela +share.VN=Vietnam +share.WF=Wallis and Futuna +share.EH=Western Sahara +share.YE=Yemen +share.ZM=Zambia +share.ZW=Zimbabwe +share.AX=Åland Islands +share.XK=Kosovo +shared.countryOrLocation=Country or location +shared.selectACountryOrLocation=Select a country or location +shared.countryOrLocationError=Please enter a country or location +shared.editAriaLabelCountries=Manage your countries +shared.editAriaLabelEmails=Manage your emails +shared.editAriaLabelWebsites=Manage your websites & social links +shared.editAriaLabelOtherIds=Manage your other IDs +shared.editAriaLabelBiography=Manage your biography +shared.editAriaLabelNames=Manage your names +shared.editAriaLabelKeywords=Manage your keywords +shared.editAriaLabel=Edit +shared.collapseAllActivitiesArialLabel=Collapse all activity sections +shared.expandAllActivitiesArialLabel=Expand all activity sections +shared.employmentExpandAriaLabel=Expand the Employment section +shared.educationQualificationExpandAriaLabel=Expand the Education and qualifications section +shared.distinctionInvitedPositionExpandAriaLabel=Expand the Invited positions and distinction section +shared.membershipServiceExpandAriaLabel=Expand the Membership and service section +shared.fundingServiceExpandAriaLabel=Expand the Funding section +shared.workServiceExpandAriaLabel=Expand the Works section +shared.peerReviewServiceExpandAriaLabel=Expand the Peer review section +shared.employmentCollapseAriaLabel=Collapse the Employment section +shared.educationQualificationCollapseAriaLabel=Collapse the Education and qualifications section +shared.distinctionInvitedPositionCollapseAriaLabel=Collapse the Invited positions and distinction section +shared.membershipServiceCollapseAriaLabel=Collapse the Membership and service section +shared.fundingServiceCollapseAriaLabel=Collapse the Funding section +shared.workServiceCollapseAriaLabel=Collapse the Works section +shared.peerReviewServiceCollapseAriaLabel=Collapse the Peer review section +shared.activityShowDetailsAriaLabel=Show more details for +shared.activityHideDetailsAriaLabel=Hide details for +shared.employmentAriaLabel=employment +shared.educationAriaLabel=education +shared.qualificationAriaLabel=qualification +shared.distinctionAriaLabel=distinction +shared.invitedPositionAriaLabel=invited position +shared.membershipAriaLabel=membership +shared.serviceAriaLabel=service +shared.fundingAriaLabel=funding +shared.worksAriaLabel=work +shared.workAriaLabel=work +shared.peerReviewAriaLabel=peer review +shared.researchResourcesAriaLabel=research resources +shared.activityCollapseForAriaLabel=Collapse for +shared.activityExpandForAriaLabel=Expand for +shared.employmentAddAriaLabel=Add employment +shared.educationQualificationAddAriaLabel=Add education or qualification +shared.distinctionInvitedPositionAddAriaLabel=Add invited position or distinction +shared.membershipServiceAddAriaLabel=Add membership or service +shared.fundingServiceAddAriaLabel=Add funding +shared.workServiceAddAriaLabel=Add a work +shared.employmentSortAriaLabel=Sort your employment +shared.educationQualificationSortAriaLabel=Sort your education and qualifications +shared.distinctionInvitedPositionSortAriaLabel=Sort your invited positions and distinctions +shared.membershipServiceSortAriaLabel=Sort your membership and services +shared.fundingServiceSortAriaLabel=Sort your funding +shared.workServiceSortAriaLabel=Sort your works +shared.peerReviewSortAriaLabel=Sort your peer reviews +shared.disabled=(Disabled) +shared.editActivityAriaLabel=Edit +shared.deleteActivityAriaLabel=Delete +shared.activitySelectAriaLabel=Select +shared.personalInformation=Personal information +shared.professionalActivities=Professional activities +shared.statusBar=Status bar +shared.ariaLabelActions=Choose an action to apply to selected works +share.selectAllWorks=Select all Works on this page +share.ariaLabelPublic=set item visibility to Everyone +share.ariaLabelTrustedParty=set item visibility to Trusted Parties +share.ariaLabelPrivate=set item visibility to Only Me +share.currentSelected=(Currently selected) +shared.dialogAriaLabeledByCountries=Manage your countries dialog +shared.dialogAriaLabeledByEmails=Manage your emails dialog +shared.dialogAriaLabeledByWebsites=Manage your websites & social links dialog +shared.dialogAriaLabeledByOtherIds=Manage your other IDs dialog +shared.dialogAriaLabeledByBiography=Manage your biography dialog +shared.dialogAriaLabeledByNames=Manage your names dialog +shared.dialogAriaLabeledByKeywords=Manage your keywords dialog +shared.dialogAriaLabeledByEmployment=Manage employment dialog +shared.dialogAriaLabeledByEducation=Manage education dialog +shared.dialogAriaLabeledByQualification=Manage qualification dialog +shared.dialogAriaLabeledByDistinction=Manage distinction dialog +shared.dialogAriaLabeledByInvitedPosition=Manage invited position dialog +shared.dialogAriaLabeledByMembership=Manage membership dialog +shared.dialogAriaLabeledByService=Manage service dialog +shared.dialogAriaLabeledByFunding=Manage funding dialog +shared.dialogAriaLabeledByFundingSearch=Manage funding search dialog +shared.dialogAriaLabeledByWork=Manage work dialog +shared.dialogAriaLabeledByWorkSearch=Manage work search dialog +shared.dialogAriaLabeledByPeerReview=Manage peer review dialog +shared.dialogAriaLabeledByExternalIdentifier=Manage external identifier dialog +shared.dialogAriaLabeledByBibtex=Manage bibtex dialog +shared.emailsCollapseAriaLabel=Collapse Emails +shared.hideEmailDetailsAriaLabel=Hide email details +shared.websiteCollapseAriaLabel=Collapse Website & Social links +shared.personalIdsCollapseAriaLabel=Collapse Personal identifiers +shared.keywordsCollapseAriaLabel=Collapse Keywords +shared.countriesCollapseAriaLabel=Collapse Countries +shared.emailsExpandAriaLabel=Expand Emails +shared.showEmailDetailsAriaLabel=Show email details +shared.websiteExpandAriaLabel=Expand Website & Social links +shared.personalIdsExpandAriaLabel=Expand Personal identifiers +shared.keywordsExpandAriaLabel=Expand Keywords +shared.countriesExpandAriaLabel=Expand Countries +shared.countriesCollapseOtherName=Collapse Other names +shared.countriesExpandOtherNames=Expand Other names +shared.researchResourcesSortAriaLabel=Sort your research resources +shared.researchResourcesExpandAriaLabel=Expand the Research resources section +shared.researchResourcesCollapseAriaLabel=Collapse the Research resources section +shared.activityExpandAriaLabel=Expand +shared.activityCollapseAriaLabel=Collapse +shared.researchResourceExpandAriaLabel=Expand the research resource +shared.researchResourceCollapseAriaLabel=Collapse the research resource +shared.peerReviewExpandAriaLabel=Expand review activity for +shared.peerReviewCollapseAriaLabel=Collapse review activity for +shared.saveChangesTo=Save changes to +shared.cancelChangesAndClose=Cancel changes and close +shared.setRelationShipAriaLabel=Set relationship of +shared.asAriaLabel=as +shared.yearPub=Publication year +shared.monthub=Publication month +shared.dayub=Publication day +works.cancelAddingAnId=Cancel adding an identifier +share.totalFundingAmountCurrency=Currency +share.totalFundingAmount=Total funding amount +shared.saveFundingChanges=Save funding changes +shared.cancelFundingChanges=Cancel changes and close Funding +shared.cancelAndCloseActivityAriaLabel=Cancel changes and close Works +shared.saveAndCloseActivityAriaLabel=Save changes to Works +shared.ariaLabelAscending=Ascending +shared.ariaLabelDescending=Descending +shared.closeActivityAriaLabel=Close Works +shared.languageLabelAriaLabel=Select the language used in this form +shared.selectCountryLocationLabel=Select a country or location of publication +shared.descriptionFunding=Project description +shared.amountFunding=Amount +shared.closeFunding=Close funding +shared.youAreOnPage=You are on page +shared.thereAre=There are +shared.onEachPage=on each page +shared.showing=Showing +share.visibilityCurrentlySetTo=visibility is currently set to +shared.setVisibilityFor=Set visibility for +shared.ariaLabelWork=Work +shared.addInvitedPositionsMemberships=Add the invited positions or memberships you have held, awards or prizes you have received, and donations of time and resources given in service of organizations or institutions. +shared.learnMoreProfessionalActivities=Learn more about adding professional activities to your ORCID record +share.titleOrcid=ORCID +share.twoFactorSetup=2FA - ORCID +share.institutionalLinking=Institutional linking - ORCID +share.social=Social linking - ORCID +share.institutional=Institutional sign in - ORCID +share.inbox=Notifications inbox - ORCID +share.signin=Sign in - ORCID +share.authorize=Oauth - ORCID +share.search=Search - ORCID +share.reactivation=Account reactivation - ORCID +share.resetPassword=Reset password - ORCID +share.register=Register - ORCID +share.account=Account settings - ORCID +share.trustedParties=Trusted parties - ORCID +share.resetPasswordEmail=Reset password - ORCID +share.selfService=Self Service - ORCID +share.orcidTitle=- ORCID +share.myOrcidTitle=- My ORCID +share.developerTools=Developer tools - ORCID +shared.addProfessionalActivity=Add a professional activity +shared.sortProfessionalActivities=Sort your professional activities +shared.professionalActivitiesCollapseAriaLabel=Collapse the professional activities section +shared.professionalActivitiesExpandAriaLabel=Expand the professional activities section +shared.professionalActivitiesSortTitle=Sort professional activities by title +shared.professionalActivitiesSortStart=Sort professional activities by start date +shared.professionalActivitiesSortEnd=Sort professional activities by end date +shared.professionalActivitiesSortType=Sort professional activities by type +shared.employmentSortTitle=Sort employment by title +shared.employmentSortStart=Sort employment by start date +shared.employmentSortEnd=Sort employment by end date +shared.educationSortTitle=Sort education and qualifications by title +shared.educationSortStart=Sort education and qualifications by start date +shared.educationSortEnd=Sort education and qualifications by end date +shared.distinctionSortTitle=Sort invited positions and distinction by title +shared.distinctionSortStart=Sort invited positions and distinction by start date +shared.distinctionSortEnd=Sort invited positions and distinction by end date +shared.membershipSortTitle=Sort membership and service by title +shared.membershipSortStart=Sort membership and service by start date +shared.membershipSortEnd=Sort membership and service by end date +shared.fundingSortTitle=Sort funding by title +shared.fundingSortDate=Sort funding by date +shared.fundingSortType=Sort funding by type +shared.worksSortTitle=Sort works by title +shared.worksSortDate=Sort works by date +shared.worksSortType=Sort works by type +shared.peerReviewsSortOrderv2=Sort peer review by Publication/Grant title +shared.researchSortTitle=Sort research resources by title +shared.researchSortDate=Sort research resources by date +shared.today=Today +share.more=more +shared.orcidHelpCenter=ORCID Help Center +shared.employmentSortSource=Sort employment by source +shared.educationSortSource=Sort education and qualifications by source +shared.fundingSortSource=Sort funding by source +shared.professionalActivitiesSortSource=Sort professional activities by source +shared.worksSortSource=Sort works by source +shared.showDetailsFor=Show details for +shared.hideDetailsFor=Hide details for +shared.opensInNewTab=(opens in a new tab) diff --git a/src/locale/properties/shared/shared.uk.properties b/src/locale/properties/shared/shared.uk.properties new file mode 100644 index 0000000000..1ec482a726 --- /dev/null +++ b/src/locale/properties/shared/shared.uk.properties @@ -0,0 +1,643 @@ +ngOrcid.error=Oh no! An error occurred +ngOrcid.reactivationAccountError=We couldn't reactivate your ORCID account. Please try again, and if the error persists please +shared.back=GO BACK +shared.next=NEXT +shared.ok=Ok +shared.contactSupport=contact support. +shared.questionMark=? +shared.knowledgeBase=visit our knowledge base. +shared.ariaLabelClose=Закрити +shared.standardError=Please try again, and if the error persists please +shared.oauthSessionError=Your Oauth request is invalid +shared.hideDetails=Приховати подробиці +shared.showDetails=Show details +shared.edit=Змінити +shared.makeCopy=Створити копію та змінити +shared.saveChanges=Зберегти зміни +shared.cancel=Скасувати +shared.sourceColon=Source: +shared.visibility=Видимість +shared.whoCanSeeBio=Control who can see your biography by setting the visibility. Your default visibility setting is +shared.whoCanSeeName=Control who can see your given, family and published names by setting the visibility. The default visibility for your names is +shared.requiredInformation=Required information +shared.created=Created: +shared.verified=Verified: +shared.delete=Delete +shared.showMore=Show more +shared.showLess=Show less +shared.closeOtherSources=(Close other sources) +shared.of=із +shared.showLessDetail=Show less detail +shared.showMoreDetail=Show more detail +shared.searchAndLink=Search and Link wizards are our recommended way to populate your record. They make adding works, funding and peer reviews simple and save you time over updating your record manually. Select a platform from the list below to start linking items to your record. +shared.availableSearch=Available Search & Link wizards +shared.funding=Funding +shared.organizationIdentifiers=Organization identifiers +shared.otherOrganization=Other organization identifiers provided by +shared.translatedTitle=Перекладена назва +shared.added=Added +shared.lastModified=Last modified +shared.url=URL +shared.employment=Employment +shared.educationQualifications=Education and qualifications +shared.qualification=Qualification +shared.education=Education +shared.invitedPositions=Invited positions and distinctions +shared.invited=Invited position +shared.invitedSentenceCase=Invited position +shared.distinction=Distinction +shared.membership=Membership and service +shared.membershipTitle=Membership +shared.service=Service +shared.educationQualificationsDescription=Add details about where you have studied and educational or professional qualifications you have been awarded. +shared.educationLearnMore=Learn more about adding education or qualifications to your ORCID record +shared.invitedPositionsDescription=Add details of invited positions you have held and awards or prizes you have received in recognition of your achievements. +shared.invitedPositionsLearnMore=Learn more about adding invited positions or distinctions to your ORCID record +shared.membershipDescription=Add details of society or association memberships and donations of time or other resources in the service of an organization. +shared.membershipLearnMore=Learn more about adding a membership or service to your ORCID record +shared.works=Works +shared.expandAll=Expand all +shared.collapseAll=Collapse all +shared.lastModifiedTime=Record last modified +shared.fundedBy=Funded by +shared.partOf=Частина +shared.onBehalfOf=via +shared.versionOf=Version of +shared.add=Add +shared.sort=Sort +shared.addItem=Add Item +shared.exportItems=Export Items +shared.sortItems=Sort Items +shared.addEmployment=Add Employment +shared.sortEmployments=Sort Employments +shared.addQualification=Add Qualification +shared.addEducation=Додати освіту +shared.sortEducation=Sort Education +shared.addInvited=Add Invited Position +shared.sortInvited=Sort Invited Positions +shared.addDistinction=Add Distinction +shared.addMembership=Add Membership +shared.sortMemberships=Sort Memberships +shared.addService=Add Service +shared.addFunding=Add Funding +shared.sortFundings=Sort Fundings +shared.addWork=Add Work +shared.sortWorks=Sort Works +shared.sortResearch=Sort Research Resources +shared.addPeerReviews=Add Peer Review +shared.sortPeerReviews=Sort Peer Reviews +share.loadMore=Load more +share.sortTitle=Заголовок +share.sortStart=Start +share.sortEnd=End +share.sortDate=Дата +share.sortType=Тип +share.sortOrder=Order +share.sortOrderv2=Publication/Grant title +shared.activities=Activities +shared.addToList=Додати до списку +shared.organization=Organization +shared.organizationName=Назва організації +shared.department=Department +shared.city=Місто +shared.cityError=Будь ласка, введіть місто +shared.region=State/region +shared.employmentDetails=Employment details +shared.qualificationDetails=Qualification details +shared.educationDetails=Education details +shared.invitedPositionDetails=Invited Position details +shared.distinctionDetails=Distinction details +shared.membershipDetails=Membership details +shared.serviceDetails=Service details +shared.role=Роль/посада +shared.degree=Distinction/award +shared.award=Distinction/award +shared.membershipType=Membership type +shared.startDate=Start date +shared.endDate=End date +shared.year=Рік +shared.month=Місяць +shared.day=День +shared.invalidDate=Недійсна дата +shared.endDateError=End date must come after start date +shared.link=Link +shared.linkDescription=A link to a profile page or description of the role. Links should be in the full URL format e.g. http://www.website.com/page.html +shared.invalidLink=Invalid Link +shared.visibilityDescription=Control who can see this information by setting the visibility. Your default visibility is +shared.actions=Actions +shared.combineWorks=Combine works +shared.exportWorks=Export works +shared.exportAllWorks=Export all works +shared.setVisibility=Set visibility +shared.thisItemOnly=This item only +shared.allItemsInThisGroup=All items in this group +shared.selectedItemsForVisibility=Selected items +shared.deleteWorks=Delete works +shared.itemsCurrentlySelected=Items currently selected +shared.selectAll=Select all +shared.whoCanSeeThis=Who can see this? +shared.preferred=preferred +shared.present=present +shared.titleNotFound=404 - ORCID record not found +shared.to=to +shared.selected=Selected +shared.searchLink=Search & link +shared.addManually=Add manually +share.undefinedId=undefined id +shared.worksDescription=Add your research outputs such as publications, data sets, conference presentations and more. +shared.worksLearnMore=Learn more about adding works to your ORCID record +shared.employmentDescription=Add details of your current and previous employers. +shared.employmentLearnMore=Learn more about adding employment information to your ORCID record +shared.view=Перегляд +shared.addAnotherId=Додати інший ідентифікатор +shared.addId=Add an identifier +shared.identifier=Identifier +shared.selectLanguage=Select a language +shared.openSourceToEdit=Open sources to edit you own version +shared.youCanOnlyEditYour=You can only edit your own version +shared.distinctionDate=Date of distinction +shared.relationship=Зв'язки +shared.relationshipColon=Relationship: +shared.invalidForm=Form validation error +shared.pleaseReviewInvalidForm=Please review the form and fix the issues before saving +shared.deleteItems=Delete items +shared.deletingItems=Deleting items permanently removes them from your ORCID record. Please review the items selected for deletion. +shared.selectedItems=Selected items to delete +shared.deleteSelected=Delete selected items +shared.source=Джерело +shared.emails=Emails +shared.emailsAndDomains=Emails & domains +shared.verifiedEmailsAndDomains=Verified emails & domains +shared.pleaseReview=Please review and fix the issue +shared.youHaveNotSelected=You haven’t selected any items to delete. +shared.youHaveNotSelectedImport=You haven’t selected any items to import. +shared.publicationDate=Publication date +shared.translatedTitleLanguageError=Please select a language +shared.translatedTitleError=Please enter a translated title +shared.moreInformationOn=More information on +shared.visibilitySettings=visibility settings +shared.trustedParties=Trusted parties +shared.onlyMe=Only me +shared.moreInformationOnOrcidVisibility=More information on ORCID visibility settings +shared.everyone=Everyone +shared.whoCanSeeWorks=Who can see your works. Your default visibility setting is +shared.maxLength.less_than_one_thousand=Must be less than 1000 characters +shared.maxLength.less_than_two_thousand=Must be less than 2000 characters +shared.maxLength.less_than_five_thousand=Must be less than 5000 characters +shared.maxLength.less_than_two_hundred_fifty_five=Must be less than 255 characters +shared.maxLength.less_than_two_thousand_forty_eight=Must be less than 2084 characters +shared.pleaseEnterAnOrganization=Please enter an organization +shared.passwordCantBeEmpty=Password cannot be empty +share.af=Afghanistan +share.AL=Albania +share.DZ=Algeria +share.AS=American Samoa +share.AD=Andorra +share.AO=Angola +share.AI=Anguilla +share.AQ=Antarctica +share.AG=Antigua and Barbuda +share.AR=Argentina +share.AM=Armenia +share.AW=Aruba +share.AU=Australia +share.AT=Austria +share.AZ=Azerbaijan +share.BS=Bahamas +share.BH=Bahrain +share.BD=Bangladesh +share.BB=Barbados +share.BY=Belarus +share.BE=Belgium +share.BZ=Belize +share.BJ=Benin +share.BM=Bermuda +share.BT=Bhutan +share.BO=Bolivia +share.BA=Bosnia and Herzegovina +share.BW=Botswana +share.BV=Bouvet Island +share.BR=Brazil +share.BQ=British Antarctic Territory +share.IO=British Indian Ocean Territory +share.VG=British Virgin Islands +share.BN=Brunei +share.BG=Bulgaria +share.BF=Burkina Faso +share.BI=Burundi +share.KH=Cambodia +share.CM=Cameroon +share.CA=Canada +share.CV=Cape Verde +share.KY=Cayman Islands +share.CF=Central African Republic +share.TD=Chad +share.CL=Chile +share.CN=China +share.CX=Christmas Island +share.CC=Cocos [Keeling] Islands +share.CO=Colombia +share.KM=Comoros +share.CG=Congo - Brazzaville +share.CD=Congo - Kinshasa +share.CK=Cook Islands +share.CR=Costa Rica +share.HR=Croatia +share.CU=Cuba +share.CW=Curaçao +share.CY=Cyprus +share.CZ=Czech Republic +share.CI=Côte d'Ivoire +share.DK=Denmark +share.DJ=Djibouti +share.DM=Dominica +share.DO=Dominican Republic +share.EC=Ecuador +share.EG=Egypt +share.SV=El Salvador +share.GQ=Equatorial Guinea +share.ER=Eritrea +share.EE=Estonia +share.ET=Ethiopia +share.FK=Falkland Islands +share.FO=Faroe Islands +share.FJ=Fiji +share.FI=Finland +share.FR=France +share.GF=French Guiana +share.PF=French Polynesia +share.TF=French Southern Territories +share.GA=Gabon +share.GM=Gambia +share.GE=Georgia +share.DE=Germany +share.GH=Ghana +share.GI=Gibraltar +share.GR=Greece +share.GL=Greenland +share.GD=Grenada +share.GP=Guadeloupe +share.GU=Guam +share.GT=Guatemala +share.GG=Guernsey +share.GN=Guinea +share.GW=Guinea-Bissau +share.GY=Guyana +share.HT=Haiti +share.HM=Heard Island and McDonald Islands +share.HN=Honduras +share.HK=Hong Kong SAR China +share.HU=Hungary +share.IS=Iceland +share.IN=India +share.ID=Indonesia +share.IR=Iran +share.IQ=Iraq +share.IE=Ireland +share.IM=Isle of Man +share.IL=Israel +share.IT=Italy +share.JM=Jamaica +share.JP=Japan +share.JE=Jersey +share.JO=Jordan +share.KZ=Kazakhstan +share.KE=Kenya +share.KI=Kiribati +share.KW=Kuwait +share.KG=Kyrgyzstan +share.LA=Laos +share.LV=Latvia +share.LB=Lebanon +share.LS=Lesotho +share.LR=Liberia +share.LY=Libya +share.LI=Liechtenstein +share.LT=Lithuania +share.LU=Luxembourg +share.MO=Macau SAR China +share.MG=Madagascar +share.MW=Malawi +share.MY=Malaysia +share.MV=Maldives +share.ML=Mali +share.MT=Malta +share.MH=Marshall Islands +share.MQ=Martinique +share.MR=Mauritania +share.MU=Mauritius +share.YT=Mayotte +share.MX=Mexico +share.FM=Micronesia +share.MD=Moldova +share.MC=Monaco +share.MN=Mongolia +share.ME=Montenegro +share.MS=Montserrat +share.MA=Morocco +share.MZ=Mozambique +share.MM=Myanmar [Burma] +share.NA=Namibia +share.NR=Nauru +share.NP=Nepal +share.NL=Netherlands +share.NC=New Caledonia +share.NZ=New Zealand +share.NI=Nicaragua +share.NE=Niger +share.NG=Nigeria +share.NU=Niue +share.NF=Norfolk Island +share.KP=North Korea +share.MK=North Macedonia +share.MP=Northern Mariana Islands +share.NO=Norway +share.OM=Oman +share.PK=Pakistan +share.PW=Palau +share.PS=Palestinian Territories +share.PA=Panama +share.PG=Papua New Guinea +share.PY=Paraguay +share.PE=Peru +share.PH=Philippines +share.PN=Pitcairn Islands +share.PL=Poland +share.PT=Portugal +share.PR=Puerto Rico +share.QA=Qatar +share.RO=Romania +share.RU=Russia +share.RW=Rwanda +share.RE=Réunion +share.BL=Saint Barthélemy +share.SH=Saint Helena +share.KN=Saint Kitts and Nevis +share.LC=Saint Lucia +share.MF=Saint Martin +share.PM=Saint Pierre and Miquelon +share.VC=Saint Vincent and the Grenadines +share.WS=Samoa +share.SM=San Marino +share.SA=Saudi Arabia +share.SN=Senegal +share.RS=Serbia +share.SC=Seychelles +share.SL=Sierra Leone +share.SG=Singapore +share.SX=Sint Maarten (Dutch Part) +share.SK=Slovakia +share.SI=Slovenia +share.SB=Solomon Islands +share.SO=Somalia +share.ZA=South Africa +share.GS=South Georgia and the South Sandwich Islands +share.KR=South Korea +share.SS=South Sudan +share.ES=Spain +share.LK=Sri Lanka +share.SD=Sudan +share.SR=Suriname +share.SJ=Svalbard and Jan Mayen +share.SZ=Swaziland +share.SE=Sweden +share.CH=Switzerland +share.SY=Syria +share.ST=São Tomé and Príncipe +share.TW=Taiwan +share.TJ=Tajikistan +share.TZ=Tanzania +share.TH=Thailand +share.TL=Timor-Leste +share.TG=Togo +share.TK=Tokelau +share.TO=Tonga +share.TT=Trinidad and Tobago +share.TN=Tunisia +share.TR=Türkiye +share.TM=Turkmenistan +share.TC=Turks and Caicos Islands +share.TV=Tuvalu +share.UM=U.S. Minor Outlying Islands +share.VI=U.S. Virgin Islands +share.UG=Uganda +share.UA=Ukraine +share.AE=United Arab Emirates +share.GB=United Kingdom +share.US=United States +share.UY=Uruguay +share.UZ=Uzbekistan +share.VU=Vanuatu +share.VA=Vatican City +share.VE=Venezuela +share.VN=Vietnam +share.WF=Wallis and Futuna +share.EH=Western Sahara +share.YE=Yemen +share.ZM=Zambia +share.ZW=Zimbabwe +share.AX=Åland Islands +share.XK=Kosovo +shared.countryOrLocation=Country or location +shared.selectACountryOrLocation=Select a country or location +shared.countryOrLocationError=Please enter a country or location +shared.editAriaLabelCountries=Manage your countries +shared.editAriaLabelEmails=Manage your emails +shared.editAriaLabelWebsites=Manage your websites & social links +shared.editAriaLabelOtherIds=Manage your other IDs +shared.editAriaLabelBiography=Manage your biography +shared.editAriaLabelNames=Manage your names +shared.editAriaLabelKeywords=Manage your keywords +shared.editAriaLabel=Змінити +shared.collapseAllActivitiesArialLabel=Collapse all activity sections +shared.expandAllActivitiesArialLabel=Expand all activity sections +shared.employmentExpandAriaLabel=Expand the Employment section +shared.educationQualificationExpandAriaLabel=Expand the Education and qualifications section +shared.distinctionInvitedPositionExpandAriaLabel=Expand the Invited positions and distinction section +shared.membershipServiceExpandAriaLabel=Expand the Membership and service section +shared.fundingServiceExpandAriaLabel=Expand the Funding section +shared.workServiceExpandAriaLabel=Expand the Works section +shared.peerReviewServiceExpandAriaLabel=Expand the Peer review section +shared.employmentCollapseAriaLabel=Collapse the Employment section +shared.educationQualificationCollapseAriaLabel=Collapse the Education and qualifications section +shared.distinctionInvitedPositionCollapseAriaLabel=Collapse the Invited positions and distinction section +shared.membershipServiceCollapseAriaLabel=Collapse the Membership and service section +shared.fundingServiceCollapseAriaLabel=Collapse the Funding section +shared.workServiceCollapseAriaLabel=Collapse the Works section +shared.peerReviewServiceCollapseAriaLabel=Collapse the Peer review section +shared.activityShowDetailsAriaLabel=Show more details for +shared.activityHideDetailsAriaLabel=Hide details for +shared.employmentAriaLabel=employment +shared.educationAriaLabel=education +shared.qualificationAriaLabel=qualification +shared.distinctionAriaLabel=distinction +shared.invitedPositionAriaLabel=invited position +shared.membershipAriaLabel=membership +shared.serviceAriaLabel=service +shared.fundingAriaLabel=funding +shared.worksAriaLabel=work +shared.workAriaLabel=work +shared.peerReviewAriaLabel=peer review +shared.researchResourcesAriaLabel=research resources +shared.activityCollapseForAriaLabel=Collapse for +shared.activityExpandForAriaLabel=Expand for +shared.employmentAddAriaLabel=Add employment +shared.educationQualificationAddAriaLabel=Add education or qualification +shared.distinctionInvitedPositionAddAriaLabel=Add invited position or distinction +shared.membershipServiceAddAriaLabel=Add membership or service +shared.fundingServiceAddAriaLabel=Add funding +shared.workServiceAddAriaLabel=Add a work +shared.employmentSortAriaLabel=Sort your employment +shared.educationQualificationSortAriaLabel=Sort your education and qualifications +shared.distinctionInvitedPositionSortAriaLabel=Sort your invited positions and distinctions +shared.membershipServiceSortAriaLabel=Sort your membership and services +shared.fundingServiceSortAriaLabel=Sort your funding +shared.workServiceSortAriaLabel=Sort your works +shared.peerReviewSortAriaLabel=Sort your peer reviews +shared.disabled=(Disabled) +shared.editActivityAriaLabel=Змінити +shared.deleteActivityAriaLabel=Delete +shared.activitySelectAriaLabel=Select +shared.personalInformation=Personal information +shared.professionalActivities=Professional activities +shared.statusBar=Status bar +shared.ariaLabelActions=Choose an action to apply to selected works +share.selectAllWorks=Select all Works on this page +share.ariaLabelPublic=set item visibility to Everyone +share.ariaLabelTrustedParty=set item visibility to Trusted Parties +share.ariaLabelPrivate=set item visibility to Only Me +share.currentSelected=(Currently selected) +shared.dialogAriaLabeledByCountries=Manage your countries dialog +shared.dialogAriaLabeledByEmails=Manage your emails dialog +shared.dialogAriaLabeledByWebsites=Manage your websites & social links dialog +shared.dialogAriaLabeledByOtherIds=Manage your other IDs dialog +shared.dialogAriaLabeledByBiography=Manage your biography dialog +shared.dialogAriaLabeledByNames=Manage your names dialog +shared.dialogAriaLabeledByKeywords=Manage your keywords dialog +shared.dialogAriaLabeledByEmployment=Manage employment dialog +shared.dialogAriaLabeledByEducation=Manage education dialog +shared.dialogAriaLabeledByQualification=Manage qualification dialog +shared.dialogAriaLabeledByDistinction=Manage distinction dialog +shared.dialogAriaLabeledByInvitedPosition=Manage invited position dialog +shared.dialogAriaLabeledByMembership=Manage membership dialog +shared.dialogAriaLabeledByService=Manage service dialog +shared.dialogAriaLabeledByFunding=Manage funding dialog +shared.dialogAriaLabeledByFundingSearch=Manage funding search dialog +shared.dialogAriaLabeledByWork=Manage work dialog +shared.dialogAriaLabeledByWorkSearch=Manage work search dialog +shared.dialogAriaLabeledByPeerReview=Manage peer review dialog +shared.dialogAriaLabeledByExternalIdentifier=Manage external identifier dialog +shared.dialogAriaLabeledByBibtex=Manage bibtex dialog +shared.emailsCollapseAriaLabel=Collapse Emails +shared.hideEmailDetailsAriaLabel=Hide email details +shared.websiteCollapseAriaLabel=Collapse Website & Social links +shared.personalIdsCollapseAriaLabel=Collapse Personal identifiers +shared.keywordsCollapseAriaLabel=Collapse Keywords +shared.countriesCollapseAriaLabel=Collapse Countries +shared.emailsExpandAriaLabel=Expand Emails +shared.showEmailDetailsAriaLabel=Show email details +shared.websiteExpandAriaLabel=Expand Website & Social links +shared.personalIdsExpandAriaLabel=Expand Personal identifiers +shared.keywordsExpandAriaLabel=Expand Keywords +shared.countriesExpandAriaLabel=Expand Countries +shared.countriesCollapseOtherName=Collapse Other names +shared.countriesExpandOtherNames=Expand Other names +shared.researchResourcesSortAriaLabel=Sort your research resources +shared.researchResourcesExpandAriaLabel=Expand the Research resources section +shared.researchResourcesCollapseAriaLabel=Collapse the Research resources section +shared.activityExpandAriaLabel=Expand +shared.activityCollapseAriaLabel=Collapse +shared.researchResourceExpandAriaLabel=Expand the research resource +shared.researchResourceCollapseAriaLabel=Collapse the research resource +shared.peerReviewExpandAriaLabel=Expand review activity for +shared.peerReviewCollapseAriaLabel=Collapse review activity for +shared.saveChangesTo=Save changes to +shared.cancelChangesAndClose=Cancel changes and close +shared.setRelationShipAriaLabel=Set relationship of +shared.asAriaLabel=as +shared.yearPub=Publication year +shared.monthub=Publication month +shared.dayub=Publication day +works.cancelAddingAnId=Cancel adding an identifier +share.totalFundingAmountCurrency=Currency +share.totalFundingAmount=Total funding amount +shared.saveFundingChanges=Save funding changes +shared.cancelFundingChanges=Cancel changes and close Funding +shared.cancelAndCloseActivityAriaLabel=Cancel changes and close Works +shared.saveAndCloseActivityAriaLabel=Save changes to Works +shared.ariaLabelAscending=Ascending +shared.ariaLabelDescending=Descending +shared.closeActivityAriaLabel=Close Works +shared.languageLabelAriaLabel=Select the language used in this form +shared.selectCountryLocationLabel=Select a country or location of publication +shared.descriptionFunding=Project description +shared.amountFunding=Amount +shared.closeFunding=Close funding +shared.youAreOnPage=You are on page +shared.thereAre=There are +shared.onEachPage=on each page +shared.showing=Showing +share.visibilityCurrentlySetTo=visibility is currently set to +shared.setVisibilityFor=Set visibility for +shared.ariaLabelWork=Work +shared.addInvitedPositionsMemberships=Add the invited positions or memberships you have held, awards or prizes you have received, and donations of time and resources given in service of organizations or institutions. +shared.learnMoreProfessionalActivities=Learn more about adding professional activities to your ORCID record +share.titleOrcid=ORCID +share.twoFactorSetup=2FA - ORCID +share.institutionalLinking=Institutional linking - ORCID +share.social=Social linking - ORCID +share.institutional=Institutional sign in - ORCID +share.inbox=Notifications inbox - ORCID +share.signin=Sign in - ORCID +share.authorize=Oauth - ORCID +share.search=Search - ORCID +share.reactivation=Account reactivation - ORCID +share.resetPassword=Reset password - ORCID +share.register=Register - ORCID +share.account=Account settings - ORCID +share.trustedParties=Trusted parties - ORCID +share.resetPasswordEmail=Reset password - ORCID +share.selfService=Self Service - ORCID +share.orcidTitle=- ORCID +share.myOrcidTitle=- My ORCID +share.developerTools=Developer tools - ORCID +shared.addProfessionalActivity=Add a professional activity +shared.sortProfessionalActivities=Sort your professional activities +shared.professionalActivitiesCollapseAriaLabel=Collapse the professional activities section +shared.professionalActivitiesExpandAriaLabel=Expand the professional activities section +shared.professionalActivitiesSortTitle=Sort professional activities by title +shared.professionalActivitiesSortStart=Sort professional activities by start date +shared.professionalActivitiesSortEnd=Sort professional activities by end date +shared.professionalActivitiesSortType=Sort professional activities by type +shared.employmentSortTitle=Sort employment by title +shared.employmentSortStart=Sort employment by start date +shared.employmentSortEnd=Sort employment by end date +shared.educationSortTitle=Sort education and qualifications by title +shared.educationSortStart=Sort education and qualifications by start date +shared.educationSortEnd=Sort education and qualifications by end date +shared.distinctionSortTitle=Sort invited positions and distinction by title +shared.distinctionSortStart=Sort invited positions and distinction by start date +shared.distinctionSortEnd=Sort invited positions and distinction by end date +shared.membershipSortTitle=Sort membership and service by title +shared.membershipSortStart=Sort membership and service by start date +shared.membershipSortEnd=Sort membership and service by end date +shared.fundingSortTitle=Sort funding by title +shared.fundingSortDate=Sort funding by date +shared.fundingSortType=Sort funding by type +shared.worksSortTitle=Sort works by title +shared.worksSortDate=Sort works by date +shared.worksSortType=Sort works by type +shared.peerReviewsSortOrderv2=Sort peer review by Publication/Grant title +shared.researchSortTitle=Sort research resources by title +shared.researchSortDate=Sort research resources by date +shared.today=Today +share.more=more +shared.orcidHelpCenter=ORCID Help Center +shared.employmentSortSource=Sort employment by source +shared.educationSortSource=Sort education and qualifications by source +shared.fundingSortSource=Sort funding by source +shared.professionalActivitiesSortSource=Sort professional activities by source +shared.worksSortSource=Sort works by source +shared.showDetailsFor=Show details for +shared.hideDetailsFor=Hide details for +shared.opensInNewTab=(opens in a new tab) diff --git a/src/locale/properties/side-bar/side-bar.ca.properties b/src/locale/properties/side-bar/side-bar.ca.properties new file mode 100644 index 0000000000..db2fbaaefd --- /dev/null +++ b/src/locale/properties/side-bar/side-bar.ca.properties @@ -0,0 +1,112 @@ +side-bar.countries=Countries +side-bar.OrcidWorkBest=ORCID works best when you have multiple email addresses. +side-bar.termOfUse=ORCID terms of use +side-bar.youMayOnly=you may only add email addresses that you have control over. Each time you add an email address we will send you an email asking you to verify it. +side-bar.primaryEmail=Primary email address +side-bar.verifiedEmail=Verified email address +side-bar.verifiedEmailAddresses=Verified email addresses +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.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 +side-bar.and=i +side-bar.emailAddress=Email address +side-bar.newEmailAddress=New email address +side-bar.emailAddresses=email addresses +side-bar.emailAddressesUppercase=Email addresses +side-bar.verifiedEmailDomains=Verified email domains +side-bar.verifiedEmailDomain=Verified email domain +side-bar.whenYouVerifyEmail=When you verify a professional email address we will add the associated domain to your record. You can choose to show an email domain on your public record instead of the full email address. +side-bar.findOutMoreAboutVerifiedEmailDomains=Find out more about verified email domains +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.needHelp=Need help? +side-bar.visitOur=Visit our +side-bar.knowledge=knowledge base +side-bar.orContact=or contact +side-bar.support=support. +side-bar.otherEmails=Other email addresses +side-bar.alreadyAssociated=This email is already associated with an ORCID record. +side-bar.additionalEmailsDuplicate=Additional emails cannot be duplicated +side-bar.makePrimary=Make primary email +side-bar.resendVerification=Resend verification email +side-bar.verificationEmailSent=Verification email sent +side-bar.pleaseCheckYour=Please check your email inbox (or maybe your spam folder) for an email with a link to complete the process. +side-bar.otherEmail=Add other email address +side-bar.anotherEmail=Add another email address +side-bar.havingMultipleEmails=Having multiple email addresses helps you maintain access to your ORCID record. A mix of personal and professional email addresses works best. +side-bar.perOrcid=Per the +side-bar.personalIdentifiers=Other IDs +side-bar.myOtherIdentifiers=My other identifiers +side-bar.personIdentifiersDescription=Other identifiers, also called Person identifiers, are unique IDs that systems such as ISNI and Scopus use to identify you. These identifiers can only be added to your record by trusted organizations you have connected to ORCID. +side-bar.findOutMore=Find out more on our +side-bar.personIdentifiersSupport=Other identifiers support page. +sideBar.onlyVerifiedEmail=Only verified email addresses can be displayed publicly or shared with trusted parties. Please verify your email +sideBar.primaryEmailRequired=An email is required +side-bar.weHaveSentAEmail=We’ve sent a verification email to +side-bar.myCountriesAndLocations=My countries/locations +side-bar.addCountryOrLocation=Add a country or location +side-bar.addAnotherCountryOrLocation=Add another country or location +side-bar.countriesOrLocationsDescription=Add countries or locations to your ORCID record to highlight where you conduct your research or where your research is focused. You can add as many countries or locations as you want. +side-bar.emailNotifications=Email notifications +side-bar.whichVerifiedEmail=Which verified email address should we send your ORCID notifications to? You can change the frequency of these notification emails in +side-bar.yourOrcidAccountSettings=your ORCID account settings. +side-bar.deleteTooltip=You can't delete the only email address in your account +side-bar.visibilityTooltip=Visibility set to Only me +side-bar.ariaLabelOrcidTermsOfUseBase=ORCID knowledge base (Opens in a new tab) +side-bar.ariaLabelOrcidTermsSupport=ORCID support page (Opens in a new tab) +side-bar.ariaLabelOrcidTermsOfUseLink=ORCID terms of use (Opens in a new tab) +side-bar.ariaLabelEmailSave=Save changes to Emails +side-bar.ariaLabelEmailAndDomainsSave=Save changes to Emails & domains +side-bar.ariaLabelEmailCancel=Cancel changes and close Emails +side-bar.ariaLabelEmailAndDomainsCancel=Cancel changes and close Emails & domains +side-bar.ariaLabelEmailDelete=Delete Email +side-bar.ariaLabelEmailClose=Close Emails +side-bar.ariaLabelEmailAndDomainsClose=Close Emails & domains +side-bar.ariaLabelEmail=Emails +side-bar.ariaLabelCountrySave=Save changes to Countries +side-bar.ariaLabelCountryCancel=Cancel changes and close Countries +side-bar.ariaLabelCountryDelete=Delete Country or location +side-bar.ariaLabelCountrySelect=Select country or location +side-bar.ariaLabelCountryClose=Close Countries +side-bar.ariaLabelKeywordSave=Save changes to Keywords +side-bar.ariaLabelKeywordCancel=Cancel changes to Keywords +side-bar.ariaLabelKeywordDelete=Delete Keyword +side-bar.ariaLabelKeywordNew=New Keyword +side-bar.ariaLabelKeyword=Keyword +side-bar.ariaLabelCloseKeywords=Close Keywords +side-bar.ariaLabelPersonalIdSave=Save changes to Other identifiers +side-bar.ariaLabelPersonalIdCancel=Cancel changes and close Other identifiers +share.ariaLabelDelete=Delete identifier +share.ariaLabelIdentifier=Identifier +side-bar.ariaLabelOtherIdsSupport=Find out how to add other identifiers to your ORCID record (Opens in a new tab) +side-bar.ariaLabelUrl=(Opens in a new tab) +side-bar.ariaLabelWebsiteSave=Save changes to Websites & social links +side-bar.ariaLabelWebsiteCancel=Cancel changes to Websites & social links +side-bar.ariaLabelWebsiteDelete=Delete Websites or social link +side-bar.ariaLabelWebsiteClose=Close Websites and social links +side-bar.ariaLabelWebsiteTitle=Websites or social link Title +side-bar.ariaLabelWebsiteUrl=Link URL +side-bar.ariaLabelPersonalIdClose=Close Other identifiers +side-bar.ariaLabelCountryLocationReadOnly=Country or location +side-bar.ariaLabelPrimaryEmailPublic=Set primary email visibility to Everyone +side-bar.ariaLabelPrimaryEmailTrustedParties=Set primary email visibility to Trusted Parties +side-bar.ariaLabelPrimaryEmailPrivate=Set primary email visibility to Only Me +side-bar.ariaLabelOtherEmailPublic=Set other email visibility to Everyone +side-bar.ariaLabelOtherEmailTrustedParties=Set other email visibility to Trusted Parties +side-bar.ariaLabelOtherEmailPrivate=Set other email visibility to Only Me +side-bar.ariaLabelEmailPublic=Set email visibility to Everyone +side-bar.ariaLabelEmailTrustedParties=Set email visibility to Trusted Parties +side-bar.ariaLabelEmailPrivate=Set email visibility to Only Me +side-bar.ariaLabelDomainVisibilityPublic=Set domain visibility to Everyone +side-bar.ariaLabelDomainVisibilityTrustedParties=Set domain visibility to Trusted Parties +side-bar.ariaLabelDomainVisibilityPrivate=Set domain visibility to Only Me +side-bar.ariaOpenAccountSettings=Open your ORCID account settings +side-bar.notificationsAreSentToEmail=Notifications are sent to diff --git a/src/locale/properties/side-bar/side-bar.uk.properties b/src/locale/properties/side-bar/side-bar.uk.properties new file mode 100644 index 0000000000..60c9b45095 --- /dev/null +++ b/src/locale/properties/side-bar/side-bar.uk.properties @@ -0,0 +1,112 @@ +side-bar.countries=Countries +side-bar.OrcidWorkBest=ORCID works best when you have multiple email addresses. +side-bar.termOfUse=ORCID terms of use +side-bar.youMayOnly=you may only add email addresses that you have control over. Each time you add an email address we will send you an email asking you to verify it. +side-bar.primaryEmail=Primary email address +side-bar.verifiedEmail=Verified email address +side-bar.verifiedEmailAddresses=Verified email addresses +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.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 +side-bar.and=та +side-bar.emailAddress=Email address +side-bar.newEmailAddress=New email address +side-bar.emailAddresses=email addresses +side-bar.emailAddressesUppercase=Email addresses +side-bar.verifiedEmailDomains=Verified email domains +side-bar.verifiedEmailDomain=Verified email domain +side-bar.whenYouVerifyEmail=When you verify a professional email address we will add the associated domain to your record. You can choose to show an email domain on your public record instead of the full email address. +side-bar.findOutMoreAboutVerifiedEmailDomains=Find out more about verified email domains +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.needHelp=Need help? +side-bar.visitOur=Visit our +side-bar.knowledge=knowledge base +side-bar.orContact=чи зв'яжіться з +side-bar.support=support. +side-bar.otherEmails=Other email addresses +side-bar.alreadyAssociated=This email is already associated with an ORCID record. +side-bar.additionalEmailsDuplicate=Additional emails cannot be duplicated +side-bar.makePrimary=Make primary email +side-bar.resendVerification=Повторно надіслати лист перевірки +side-bar.verificationEmailSent=Verification email sent +side-bar.pleaseCheckYour=Please check your email inbox (or maybe your spam folder) for an email with a link to complete the process. +side-bar.otherEmail=Add other email address +side-bar.anotherEmail=Add another email address +side-bar.havingMultipleEmails=Having multiple email addresses helps you maintain access to your ORCID record. A mix of personal and professional email addresses works best. +side-bar.perOrcid=Per the +side-bar.personalIdentifiers=Other IDs +side-bar.myOtherIdentifiers=My other identifiers +side-bar.personIdentifiersDescription=Other identifiers, also called Person identifiers, are unique IDs that systems such as ISNI and Scopus use to identify you. These identifiers can only be added to your record by trusted organizations you have connected to ORCID. +side-bar.findOutMore=Find out more on our +side-bar.personIdentifiersSupport=Other identifiers support page. +sideBar.onlyVerifiedEmail=Only verified email addresses can be displayed publicly or shared with trusted parties. Please verify your email +sideBar.primaryEmailRequired=An email is required +side-bar.weHaveSentAEmail=We’ve sent a verification email to +side-bar.myCountriesAndLocations=My countries/locations +side-bar.addCountryOrLocation=Add a country or location +side-bar.addAnotherCountryOrLocation=Add another country or location +side-bar.countriesOrLocationsDescription=Add countries or locations to your ORCID record to highlight where you conduct your research or where your research is focused. You can add as many countries or locations as you want. +side-bar.emailNotifications=Email notifications +side-bar.whichVerifiedEmail=Which verified email address should we send your ORCID notifications to? You can change the frequency of these notification emails in +side-bar.yourOrcidAccountSettings=your ORCID account settings. +side-bar.deleteTooltip=You can't delete the only email address in your account +side-bar.visibilityTooltip=Visibility set to Only me +side-bar.ariaLabelOrcidTermsOfUseBase=ORCID knowledge base (Opens in a new tab) +side-bar.ariaLabelOrcidTermsSupport=ORCID support page (Opens in a new tab) +side-bar.ariaLabelOrcidTermsOfUseLink=ORCID terms of use (Opens in a new tab) +side-bar.ariaLabelEmailSave=Save changes to Emails +side-bar.ariaLabelEmailAndDomainsSave=Save changes to Emails & domains +side-bar.ariaLabelEmailCancel=Cancel changes and close Emails +side-bar.ariaLabelEmailAndDomainsCancel=Cancel changes and close Emails & domains +side-bar.ariaLabelEmailDelete=Delete Email +side-bar.ariaLabelEmailClose=Close Emails +side-bar.ariaLabelEmailAndDomainsClose=Close Emails & domains +side-bar.ariaLabelEmail=Emails +side-bar.ariaLabelCountrySave=Save changes to Countries +side-bar.ariaLabelCountryCancel=Cancel changes and close Countries +side-bar.ariaLabelCountryDelete=Delete Country or location +side-bar.ariaLabelCountrySelect=Select country or location +side-bar.ariaLabelCountryClose=Close Countries +side-bar.ariaLabelKeywordSave=Save changes to Keywords +side-bar.ariaLabelKeywordCancel=Cancel changes to Keywords +side-bar.ariaLabelKeywordDelete=Delete Keyword +side-bar.ariaLabelKeywordNew=New Keyword +side-bar.ariaLabelKeyword=Keyword +side-bar.ariaLabelCloseKeywords=Close Keywords +side-bar.ariaLabelPersonalIdSave=Save changes to Other identifiers +side-bar.ariaLabelPersonalIdCancel=Cancel changes and close Other identifiers +share.ariaLabelDelete=Delete identifier +share.ariaLabelIdentifier=Identifier +side-bar.ariaLabelOtherIdsSupport=Find out how to add other identifiers to your ORCID record (Opens in a new tab) +side-bar.ariaLabelUrl=(Opens in a new tab) +side-bar.ariaLabelWebsiteSave=Save changes to Websites & social links +side-bar.ariaLabelWebsiteCancel=Cancel changes to Websites & social links +side-bar.ariaLabelWebsiteDelete=Delete Websites or social link +side-bar.ariaLabelWebsiteClose=Close Websites and social links +side-bar.ariaLabelWebsiteTitle=Websites or social link Title +side-bar.ariaLabelWebsiteUrl=Link URL +side-bar.ariaLabelPersonalIdClose=Close Other identifiers +side-bar.ariaLabelCountryLocationReadOnly=Country or location +side-bar.ariaLabelPrimaryEmailPublic=Set primary email visibility to Everyone +side-bar.ariaLabelPrimaryEmailTrustedParties=Set primary email visibility to Trusted Parties +side-bar.ariaLabelPrimaryEmailPrivate=Set primary email visibility to Only Me +side-bar.ariaLabelOtherEmailPublic=Set other email visibility to Everyone +side-bar.ariaLabelOtherEmailTrustedParties=Set other email visibility to Trusted Parties +side-bar.ariaLabelOtherEmailPrivate=Set other email visibility to Only Me +side-bar.ariaLabelEmailPublic=Set email visibility to Everyone +side-bar.ariaLabelEmailTrustedParties=Set email visibility to Trusted Parties +side-bar.ariaLabelEmailPrivate=Set email visibility to Only Me +side-bar.ariaLabelDomainVisibilityPublic=Set domain visibility to Everyone +side-bar.ariaLabelDomainVisibilityTrustedParties=Set domain visibility to Trusted Parties +side-bar.ariaLabelDomainVisibilityPrivate=Set domain visibility to Only Me +side-bar.ariaOpenAccountSettings=Open your ORCID account settings +side-bar.notificationsAreSentToEmail=Notifications are sent to diff --git a/src/locale/properties/signin/signin.ca.properties b/src/locale/properties/signin/signin.ca.properties new file mode 100644 index 0000000000..98bcb1b299 --- /dev/null +++ b/src/locale/properties/signin/signin.ca.properties @@ -0,0 +1,98 @@ +ngOrcid.signin.forgotYourPassword=Forgot your password or ORCID ID? +ngOrcid.signin.isThisYouTitle=Could this be you? +ngOrcid.signin.isThisYouBody=We found some accounts with your name, which means you may have already created an ORCID iD using a different email address. Before creating an account, please confirm that none of these records belong to you. Not sure if any of these are you? +ngOrcid.signin.contact=Contact us. +ngOrcid.signin.firstName=First Name +ngOrcid.signin.lastName=Last Name +ngOrcid.signin.affiliations=Afiliacions +ngOrcid.signin.dateCreated=Date Created +ngOrcid.signin.viewRecord=View Record +ngOrcid.signin.isThisYouSignin=I ALREADY HAVE AN ID, GO BACK TO SIGN IN +ngOrcid.signin.isThisYouContinue=NONE OF THESE ARE ME, CONTINUE WITH REGISTRATION +ngOrcid.signin.title=Sign in +ngOrcid.signin.subtitle=Sign in with your ORCID account +ngOrcid.signin.username=Email or 16-digit ORCID iD +ngOrcid.signin.password=Password +ngOrcid.signin.button=SIGN IN +ngOrcid.signin.personalAccount=Personal account +ngOrcid.signin.institutionalAccount=Access through your institution +ngOrcid.signin.socialMedia=Sign in with a social media account +ngOrcid.signin.google=Sign in with Google +ngOrcid.signin.facebook=Sign in with Facebook +ngOrcid.signin.requiredUsername=Email or 16-digit ORCID iD is required +ngOrcid.signin.invalidEmail=Use the format example@email.com +ngOrcid.signin.invalidUsername=Use the format example@email.com or 0000-0001-2345-6789 +ngOrcid.signin.requiredEmail=Email is required +ngOrcid.signin.invalidPassword=Invalid password +ngOrcid.signin.passwordTooLong=Passwords must be 256 characters or less. Please +ngOrcid.signin.needToReset=reset your password +ngOrcid.signin.toSignIn=to sign in. +ngOrcid.signin.dontHaveOrcid=Don't have an ORCID iD yet? +ngOrcid.signin.registerNow=Register now +ngOrcid.signin.or=or +ngOrcid.signin.badCredentials=Incorrect username and/or password +ngOrcid.signin.continueAs=Continue as +ngOrcid.signin.notYou=Not you? +ngOrcid.signin.currentlySign=You are currently signed in as +ngOrcid.signin.deprecatedWithPrimary=This account is deprecated. Please refer to account: +ngOrcid.signin.deactivated=A deactivated ORCID record is associated with this email address; to reactivate your ORCID record please enter your email address and submit the form to start the reactivate process. +ngOrcid.signin.deactivatedEnterEmail=If you can no longer access any emails associated with your iD, please +ngOrcid.signin.email=Email +ngOrcid.signin.submit=SUBMIT +ngOrcid.signin.usernameHint=example@email.com or 0000-0001-2345-6789 +ngOrcid.signin.emailHint=example@email.com +ngOrcid.signin.verify.reactivationSent=Thank you for reactivating your ORCID record; please complete the process by following the steps in the email we are now sending you. If you don’t receive an email from us, please +ngOrcid.signin.verify.reactivationSentError=Please enter a valid email address +ngOrcid.signin.2fa.authenticate=AUTHENTICATE +ngOrcid.signin.2fa.recoveryCodeRequired=Recovery code is required +ngOrcid.signin.2fa.badRecoveryCode=Invalid recovery code +ngOrcid.signin.2fa.badRecoveryCodeLength=Invalid recovery code length +ngOrcid.signin.2fa.verificationCodeRequired=Authentication code is required +ngOrcid.signin.2fa.badVerificationCode=Invalid authentication code +ngOrcid.signin.2fa.badVerificationCodeLength=Invalid authentication code length +ngOrcid.signin.2fa.contactSupport=Contact support +ngOrcid.signin.2fa.noDevice1=Don't have your device? +ngOrcid.signin.2fa.noDevice2=Enter a recovery code +ngOrcid.signin.2fa.noDeviceOrRecovery=Don't have your device or recovery code? +ngOrcid.signin.2fa.heading=Two-factor authentication +ngOrcid.signin.2fa.instructionsPart1=Enter a code +ngOrcid.signin.2fa.instructionsPart2=from your two-factor authentication app +ngOrcid.signin.2fa.instructions=Enter a code from your two-factor authentication app +ngOrcid.signin.2fa.label=Two-factor authentication code +ngOrcid.signin.2fa.recoveryCode=Recovery code +ngOrcid.signin.unclaimedExists1=The ORCID record exists but has not been claimed. Would you like to +ngOrcid.signin.unclaimedExists2=resend the claim email? +ngOrcid.signin.invalidUserType1=Invalid ORCID iD, please +ngOrcid.signin.invalidUserType2=contact support +ngOrcid.signin.contactSupport=contact support +ngOrcid.signin.signInToOrcid=Sign in to ORCID +ngOrcid.signin.signInInstitution=Sign in through your institution +ngOrcid.signin.yourOrcidPassword=Your ORCID password +ngOrcid.signin.enterValidEmailOrOrcidForExample=Please enter a valid email address or ORCID iD, for example: joe@institution.edu or 0000-1234-5678-9101 +ngOrcid.signin.enterValidEmailOrOrcid=Please enter a valid email address or your ORCID iD +ngOrcid.signin.yourPasswordMoreThan=Your password is more than 256 characters long. +ngOrcid.signin.yourCannotSignIn=You cannot sign in to this ORCID account until you have reset your password. +ngOrcid.signin.resetYourPassword=Reset your password +ngOrcid.signin.somethingNotQuiteRight=Something's not quite right... +ngOrcid.signin.almostDone=Almost done! +ngOrcid.signin.signInToComplete=Sign in to complete your email verification +ngOrcid.signin.theEmailAddress=The email address +ngOrcid.signin.needToReactivateAccount=You will need to reactivate the account before you can sign in with this email address. +ngOrcid.signin.cannotSignInToOrcid=You cannot sign in to ORCID with this email address until you have claimed the record. +ngOrcid.signin.claimYourOrcidRecord=Claim your ORCID record +ngOrcid.signin.orcidAccountHasBeenDeprecated=This ORCID account has been deprecated. The active account is +ngOrcid.signin.signInToActive=Sign in to the active ORCID account +ngOrcid.signin.dontHaveYourOrcid=Don't have your ORCID iD yet? +ngOrcid.signin.forExample=For example: joe@institution.edu or 0000-1234-5678-9101 +ngOrcid.signin.pleaseEnterEmailAddress=Please enter your email address or your ORCID iD +ngOrcid.signin.checkYourSignIn=Please check that your sign in details are correct and then try signing in again. +ngOrcid.signin.cannotSignInToOrcidWithId=You cannot sign in to ORCID with this iD until you have claimed the record. +ngOrcid.signin.needToReactivateToSigInWithId=You will need to reactivate the account before you can sign in with this iD. +ngOrcid.signin.resendClaimToAddressWithId=Resend a claim email to the email address associated with this Orcid iD +ngOrcid.signin.reactivateOrcidRecordWithId=Reactivate the ORCID record associated with this iD +ngOrcid.signin.theOrcidId=The Orcid iD +ngOrcid.signin.claiming=Claiming your account +ngOrcid.signin.verify.claimSent=Thank you for claiming your ORCID record; please complete the process by following the steps in the email we are now sending you. If you don’t receive an email from us, please +ngOrcid.signin.deactivated.UsingOrcid.1=To start reactivation please enter an email address associated with this account in the 'Email or ORCID iD' field above. +ngOrcid.signin.deactivated.UsingOrcid.2=If you no longer have access to any of the email addresses associated with the deactivated account please +ngOrcid.signin.deactivated.UsingOrcid.3=contact the support team diff --git a/src/locale/properties/signin/signin.uk.properties b/src/locale/properties/signin/signin.uk.properties new file mode 100644 index 0000000000..c91cda33fa --- /dev/null +++ b/src/locale/properties/signin/signin.uk.properties @@ -0,0 +1,98 @@ +ngOrcid.signin.forgotYourPassword=Forgot your password or ORCID ID? +ngOrcid.signin.isThisYouTitle=Could this be you? +ngOrcid.signin.isThisYouBody=We found some accounts with your name, which means you may have already created an ORCID iD using a different email address. Before creating an account, please confirm that none of these records belong to you. Not sure if any of these are you? +ngOrcid.signin.contact=Contact us. +ngOrcid.signin.firstName=First Name +ngOrcid.signin.lastName=Last Name +ngOrcid.signin.affiliations=Пов'язані організації +ngOrcid.signin.dateCreated=Date Created +ngOrcid.signin.viewRecord=View Record +ngOrcid.signin.isThisYouSignin=I ALREADY HAVE AN ID, GO BACK TO SIGN IN +ngOrcid.signin.isThisYouContinue=NONE OF THESE ARE ME, CONTINUE WITH REGISTRATION +ngOrcid.signin.title=Sign in +ngOrcid.signin.subtitle=Sign in with your ORCID account +ngOrcid.signin.username=Email or 16-digit ORCID iD +ngOrcid.signin.password=Password +ngOrcid.signin.button=SIGN IN +ngOrcid.signin.personalAccount=Personal account +ngOrcid.signin.institutionalAccount=Access through your institution +ngOrcid.signin.socialMedia=Sign in with a social media account +ngOrcid.signin.google=Sign in with Google +ngOrcid.signin.facebook=Sign in with Facebook +ngOrcid.signin.requiredUsername=Email or 16-digit ORCID iD is required +ngOrcid.signin.invalidEmail=Use the format example@email.com +ngOrcid.signin.invalidUsername=Use the format example@email.com or 0000-0001-2345-6789 +ngOrcid.signin.requiredEmail=Email is required +ngOrcid.signin.invalidPassword=Invalid password +ngOrcid.signin.passwordTooLong=Passwords must be 256 characters or less. Please +ngOrcid.signin.needToReset=reset your password +ngOrcid.signin.toSignIn=to sign in. +ngOrcid.signin.dontHaveOrcid=Don't have an ORCID iD yet? +ngOrcid.signin.registerNow=Register now +ngOrcid.signin.or=or +ngOrcid.signin.badCredentials=Incorrect username and/or password +ngOrcid.signin.continueAs=Continue as +ngOrcid.signin.notYou=Not you? +ngOrcid.signin.currentlySign=You are currently signed in as +ngOrcid.signin.deprecatedWithPrimary=This account is deprecated. Please refer to account: +ngOrcid.signin.deactivated=A deactivated ORCID record is associated with this email address; to reactivate your ORCID record please enter your email address and submit the form to start the reactivate process. +ngOrcid.signin.deactivatedEnterEmail=If you can no longer access any emails associated with your iD, please +ngOrcid.signin.email=Email +ngOrcid.signin.submit=SUBMIT +ngOrcid.signin.usernameHint=example@email.com or 0000-0001-2345-6789 +ngOrcid.signin.emailHint=example@email.com +ngOrcid.signin.verify.reactivationSent=Thank you for reactivating your ORCID record; please complete the process by following the steps in the email we are now sending you. If you don’t receive an email from us, please +ngOrcid.signin.verify.reactivationSentError=Please enter a valid email address +ngOrcid.signin.2fa.authenticate=AUTHENTICATE +ngOrcid.signin.2fa.recoveryCodeRequired=Recovery code is required +ngOrcid.signin.2fa.badRecoveryCode=Invalid recovery code +ngOrcid.signin.2fa.badRecoveryCodeLength=Invalid recovery code length +ngOrcid.signin.2fa.verificationCodeRequired=Authentication code is required +ngOrcid.signin.2fa.badVerificationCode=Invalid authentication code +ngOrcid.signin.2fa.badVerificationCodeLength=Invalid authentication code length +ngOrcid.signin.2fa.contactSupport=Contact support +ngOrcid.signin.2fa.noDevice1=Don't have your device? +ngOrcid.signin.2fa.noDevice2=Enter a recovery code +ngOrcid.signin.2fa.noDeviceOrRecovery=Don't have your device or recovery code? +ngOrcid.signin.2fa.heading=Two-factor authentication +ngOrcid.signin.2fa.instructionsPart1=Enter a code +ngOrcid.signin.2fa.instructionsPart2=from your two-factor authentication app +ngOrcid.signin.2fa.instructions=Enter a code from your two-factor authentication app +ngOrcid.signin.2fa.label=Two-factor authentication code +ngOrcid.signin.2fa.recoveryCode=Recovery code +ngOrcid.signin.unclaimedExists1=The ORCID record exists but has not been claimed. Would you like to +ngOrcid.signin.unclaimedExists2=resend the claim email? +ngOrcid.signin.invalidUserType1=Invalid ORCID iD, please +ngOrcid.signin.invalidUserType2=contact support +ngOrcid.signin.contactSupport=contact support +ngOrcid.signin.signInToOrcid=Sign in to ORCID +ngOrcid.signin.signInInstitution=Sign in through your institution +ngOrcid.signin.yourOrcidPassword=Your ORCID password +ngOrcid.signin.enterValidEmailOrOrcidForExample=Please enter a valid email address or ORCID iD, for example: joe@institution.edu or 0000-1234-5678-9101 +ngOrcid.signin.enterValidEmailOrOrcid=Please enter a valid email address or your ORCID iD +ngOrcid.signin.yourPasswordMoreThan=Your password is more than 256 characters long. +ngOrcid.signin.yourCannotSignIn=You cannot sign in to this ORCID account until you have reset your password. +ngOrcid.signin.resetYourPassword=Reset your password +ngOrcid.signin.somethingNotQuiteRight=Something's not quite right... +ngOrcid.signin.almostDone=Almost done! +ngOrcid.signin.signInToComplete=Sign in to complete your email verification +ngOrcid.signin.theEmailAddress=The email address +ngOrcid.signin.needToReactivateAccount=You will need to reactivate the account before you can sign in with this email address. +ngOrcid.signin.cannotSignInToOrcid=You cannot sign in to ORCID with this email address until you have claimed the record. +ngOrcid.signin.claimYourOrcidRecord=Claim your ORCID record +ngOrcid.signin.orcidAccountHasBeenDeprecated=This ORCID account has been deprecated. The active account is +ngOrcid.signin.signInToActive=Sign in to the active ORCID account +ngOrcid.signin.dontHaveYourOrcid=Don't have your ORCID iD yet? +ngOrcid.signin.forExample=For example: joe@institution.edu or 0000-1234-5678-9101 +ngOrcid.signin.pleaseEnterEmailAddress=Please enter your email address or your ORCID iD +ngOrcid.signin.checkYourSignIn=Please check that your sign in details are correct and then try signing in again. +ngOrcid.signin.cannotSignInToOrcidWithId=You cannot sign in to ORCID with this iD until you have claimed the record. +ngOrcid.signin.needToReactivateToSigInWithId=You will need to reactivate the account before you can sign in with this iD. +ngOrcid.signin.resendClaimToAddressWithId=Resend a claim email to the email address associated with this Orcid iD +ngOrcid.signin.reactivateOrcidRecordWithId=Reactivate the ORCID record associated with this iD +ngOrcid.signin.theOrcidId=The Orcid iD +ngOrcid.signin.claiming=Claiming your account +ngOrcid.signin.verify.claimSent=Thank you for claiming your ORCID record; please complete the process by following the steps in the email we are now sending you. If you don’t receive an email from us, please +ngOrcid.signin.deactivated.UsingOrcid.1=To start reactivation please enter an email address associated with this account in the 'Email or ORCID iD' field above. +ngOrcid.signin.deactivated.UsingOrcid.2=If you no longer have access to any of the email addresses associated with the deactivated account please +ngOrcid.signin.deactivated.UsingOrcid.3=contact the support team diff --git a/src/locale/properties/summary/summary.ca.properties b/src/locale/properties/summary/summary.ca.properties new file mode 100644 index 0000000000..aa69bf590c --- /dev/null +++ b/src/locale/properties/summary/summary.ca.properties @@ -0,0 +1,61 @@ +summary.to=to +summary.moreAffiliation=more Affiliation +summary.validatedSource=Validated source +summary.selfAssertedSource=Self-asserted source +summary.affiliations=AFFILIATIONS +summary.keyDates=KEY DATES +summary.recordCreated=Record created +summary.lastUpdated=Last updated +summary.works=WORKS +summary.peerReviews=PEER REVIEWS +summary.funding=FUNDING +summary.professionalActivites=PROFESSIONAL ACTIVITIES +summary.otherids=OTHER IDENTIFIERS +summary.validatedWorks=Validated works +summary.validatedWork=Validated work +summary.selfAssertedWorks=Self-asserted works +summary.selfAssertedWork=Self-asserted work +summary.validatedFunding=Validated funding +summary.validatedFundings=Validated fundings +summary.selfAssertedFunding=Self-asserted funding +summary.selfAssertedFundings=Self-asserted fundings +summary.reviewsFor=reviews for +summary.reviewFor=review for +summary.publicationgrantes=publications/grants +summary.publicationgrant=publication/grant +summary.nameIsPrivateOrLimited=Name is private or limited +summary.moreAffiliations=more Affiliations +summary.moreProfessionalActivities=more Professional activities +summary.moreOtherIdentifiers=more Other Identifiers +summary.moreProfessionalActivitie=more Professional activity +summary.moreOtherIdentifier=more Other Identifier +summary.recordIsLocked=This record is locked +summary.recordIsDeprecated=This record has been deprecated +summary.recordIsDeactivated=This record has been deactivated +summary.loadingRecordSummary=Loading record summary +summary.hideRecordSummary=Hide record summary +summary.showRecordSummary=Show record summary +summary.recordSummary=Record summary +summary.findOutMoreAboutRecordSummaries=Find out more about record summaries +summary.viewAffiliations=View all affiliations in +summary.viewWorks=View all works in +summary.viewFundings=View all funding in +summary.viewPeerReviews=View all peer reviews in +summary.viewProfessionalActivities=View all professional activities in +summary.viewIdentifiers=View all identifiers in +summary.emailDomains=EMAIL DOMAINS +summary.researchResources=RESEARCH RESOURCES +summary.educationQualificationActivites=EDUCATION AND QUALIFICATIONS +summary.selfAssertedResearchResources=Self-asserted research resources +summary.validatedResearchResources=Validated research resources +summary.selfAssertedResearchResource=Self-asserted research resource +summary.validatedResearchResource=Validated research resource +summary.moreEmailDomains=more Email Domains +summary.moreEmailDomain=more Email Domain +summary.emailDomainsLabel=Email Domains +summary.viewResearchResources=View all research and resources in +summary.viewEducationQualificationsActivities=View all education and qualifications in +summary.viewEducationQualificationsActivitie=View education and qualification in +summary.moreEducationQualifications=more Education and Qualifications +summary.moreEducationQualification=more Education and Qualification +summary.viewDomain=View all email domains in diff --git a/src/locale/properties/summary/summary.uk.properties b/src/locale/properties/summary/summary.uk.properties new file mode 100644 index 0000000000..aa69bf590c --- /dev/null +++ b/src/locale/properties/summary/summary.uk.properties @@ -0,0 +1,61 @@ +summary.to=to +summary.moreAffiliation=more Affiliation +summary.validatedSource=Validated source +summary.selfAssertedSource=Self-asserted source +summary.affiliations=AFFILIATIONS +summary.keyDates=KEY DATES +summary.recordCreated=Record created +summary.lastUpdated=Last updated +summary.works=WORKS +summary.peerReviews=PEER REVIEWS +summary.funding=FUNDING +summary.professionalActivites=PROFESSIONAL ACTIVITIES +summary.otherids=OTHER IDENTIFIERS +summary.validatedWorks=Validated works +summary.validatedWork=Validated work +summary.selfAssertedWorks=Self-asserted works +summary.selfAssertedWork=Self-asserted work +summary.validatedFunding=Validated funding +summary.validatedFundings=Validated fundings +summary.selfAssertedFunding=Self-asserted funding +summary.selfAssertedFundings=Self-asserted fundings +summary.reviewsFor=reviews for +summary.reviewFor=review for +summary.publicationgrantes=publications/grants +summary.publicationgrant=publication/grant +summary.nameIsPrivateOrLimited=Name is private or limited +summary.moreAffiliations=more Affiliations +summary.moreProfessionalActivities=more Professional activities +summary.moreOtherIdentifiers=more Other Identifiers +summary.moreProfessionalActivitie=more Professional activity +summary.moreOtherIdentifier=more Other Identifier +summary.recordIsLocked=This record is locked +summary.recordIsDeprecated=This record has been deprecated +summary.recordIsDeactivated=This record has been deactivated +summary.loadingRecordSummary=Loading record summary +summary.hideRecordSummary=Hide record summary +summary.showRecordSummary=Show record summary +summary.recordSummary=Record summary +summary.findOutMoreAboutRecordSummaries=Find out more about record summaries +summary.viewAffiliations=View all affiliations in +summary.viewWorks=View all works in +summary.viewFundings=View all funding in +summary.viewPeerReviews=View all peer reviews in +summary.viewProfessionalActivities=View all professional activities in +summary.viewIdentifiers=View all identifiers in +summary.emailDomains=EMAIL DOMAINS +summary.researchResources=RESEARCH RESOURCES +summary.educationQualificationActivites=EDUCATION AND QUALIFICATIONS +summary.selfAssertedResearchResources=Self-asserted research resources +summary.validatedResearchResources=Validated research resources +summary.selfAssertedResearchResource=Self-asserted research resource +summary.validatedResearchResource=Validated research resource +summary.moreEmailDomains=more Email Domains +summary.moreEmailDomain=more Email Domain +summary.emailDomainsLabel=Email Domains +summary.viewResearchResources=View all research and resources in +summary.viewEducationQualificationsActivities=View all education and qualifications in +summary.viewEducationQualificationsActivitie=View education and qualification in +summary.moreEducationQualifications=more Education and Qualifications +summary.moreEducationQualification=more Education and Qualification +summary.viewDomain=View all email domains in diff --git a/src/locale/properties/top-bar/top-bar.ar.properties b/src/locale/properties/top-bar/top-bar.ar.properties index d1691ec748..7ef06cf324 100644 --- a/src/locale/properties/top-bar/top-bar.ar.properties +++ b/src/locale/properties/top-bar/top-bar.ar.properties @@ -113,3 +113,10 @@ topBar.findOutVisibility=تعرّف على المزيد من المعلومات topBar.ariaLabelCopyOrcidId=انسخ رقم المعرّف الخاص بالمعرّف المفتوح للباحثين والمساهمين "ORCID" الخاص بك إلى الحافظة topBar.ariaLabelViewPrintable=عرض نسخة قابلة للطباعة من سجل المعرّف المفتوح للباحثين والمساهمين "ORCID" الخاص بك (تفتح في نافذة جديدة) topBar.forTheLastInformation=للحصول على أحدث المعلومات. +topBar.and=و +topBar.areNowVisibleOnYourPublicORCIDRecord=أصبحت الآن مرئيةً في سجل ORCID العام الخاص بك. يمكنك إدارة عناوين بريدك الإلكتروني والنطاقات في +topBar.isNowVisibleOnYourPublicORCIDRecord=أصبحت الآن مرئيةً في سجل ORCID العام الخاص بك. يمكنك إدارة عناوين بريدك الإلكتروني والنطاقات في +topBar.emailsDomainsSection=قسم البريد الإلكتروني والنطاقات +topBar.theEmailDomains=نطاقات البريد الإلكتروني +topBar.theEmailDomain=نطاق البريد الإلكتروني +topBar.emailDomainsShared=نطاقات البريد الإلكتروني المشتركة diff --git a/src/locale/properties/top-bar/top-bar.ca.properties b/src/locale/properties/top-bar/top-bar.ca.properties new file mode 100644 index 0000000000..db61d68899 --- /dev/null +++ b/src/locale/properties/top-bar/top-bar.ca.properties @@ -0,0 +1,122 @@ +topBar.names=Names +topBar.biography=Biografia +topBar.publishedName=Published name +topBar.yourPublishedName=Your published name +topBar.alsoKnowAs=Also known as +topBar.addGivenName=Add given name +topBar.addFamilyName=Add family name +topBar.addPublishedName=Add a published or credit name +topBar.addOtherName=Add other name +topBar.information=Information about yourself, your research interests and other pertinent details that enhance your ORCID record. +topBar.yourNames=Your names +topBar.yourGivenAndFamilyNames=Your given and family names +topBar.orcidHasANumber=ORCID has a number of options for adding and managing your names. +topBar.findOutMore=Find out more about managing names in your ORCID record +topBar.givenNames=Given names +topBar.firstNameError=Please enter your first/given name +topBar.invalidName=Invalid name characters or format +topBar.invalidBio=Invalid characters or format +topBar.familyNames=Family names +topBar.howYouPreferYourName=How you prefer your name to appear when credited. Adding a published name lets you control how your name is displayed in your ORCID record. +topBar.youCanFormat=You can format this name however you wish +topBar.otherVariants=You can add variants of your name, such as an abbreviated first name, middle names, former names or names in a different character set or language. Adding other names can help people find your record when they search the ORCID registry. +topBar.addAnotherName=Add another name +topBar.websites=Websites & social links +topBar.myLinks=My links +topBar.addLinks=Add keywords. +topBar.addLinksDescription=Add links to personal websites, department profiles, Wikipedia pages or social media accounts. +topBar.addLink=Add a link +topBar.addAnotherLink=Add another link +topBar.description=Link Title +topBar.url=Link URL +topBar.invalidURL=Invalid URL +topBar.urlMaxLength=Must be less than 355 characters +topBar.requiredURL=An URL is required +topBar.urlDuplicated=URL can not be duplicated +topBar.keyword=Keyword +topBar.keywords=Keywords +topBar.myKeywords=My keywords +topBar.keywordsAre=Keywords are words or phrases which describe your research activities. Adding keywords can help people find you when searching the ORCID registry. +topBar.addAnotherKeyword=Add another keyword +topBar.addKeyword=Add a keyword +topBar.keywordMaxLength=Must be less than 100 characters +topBar.whoCanSeeYourNames=Who can see your names +topBar.manageWhoCanSee=Control who can see your given, family and published names by setting the visibility. The default visibility for your names is +topBar.addOtherNames=Add other names you may be known by. These can include abbreviated names, middle names, former names or names in a different character set or language. Adding other names can help people find your record when they search the ORCID registry. +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.clickTheButton=Click the button below and we will send you a new one. +topBar.visitOur=Visit our +topBar.knowledge=knowledge base +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.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 +topBar.pleasContact=Please contact +topBar.orcidSupport=ORCID support +topBar.isThisYou=Is this you? +topBar.signInToStart=Sign in to start editing +topBar.lockedRecord=This ORCID Record is locked +topBar.deactivatedRecord=This ORCID Record is deactivated +topBar.accountDeprecated=This account has been deprecated, please see account +topBar.accountDeprecated2=for the latest information +topBar.youAreManaging=You are managing this ORCID record as a trusted individual +topBar.youAreManagingSomeElse=You are managing your ORCID record +topBar.youArePreviewingSomeElse=You are previewing the public version of your record +topBar.youArePreviewing=You are previewing a public version of this record +topBar.editThisRecord=Edit this record +topBar.otherNames=Other names +topBar.name=Name +topBar.printableVersion=Printable version +topBar.ariaLabelPrintableVersion=View printable version (Opens of a different tab) +topBar.ariaLabelCloseNames=Close Names +topBar.ariaLabelYourGivenNames=Your given names +topBar.ariaLabelYourFamilyNames=Your family names +topBar.ariaLabelYourPublishedNames=Your published names +topBar.ariaLabelSaveChanges=Save changes to Names +topBar.ariaLabelCancelChanges=Cancel changes and close Names +topBar.ariaLabelIAmAlsoKnownAs=I am also known as +topBar.ariaLabelNamesPublic=Set names visibility to Everyone +topBar.ariaLabelNamesTrustedParties=Set names visibility to Trusted Parties +topBar.ariaLabelNamesPrivate=Set names visibility to Only Me +topBar.ariaLabelOtherNamesPublic=Set other names visibility to Everyone +topBar.ariaLabelOtherNamesTrustedParty=Set other names visibility to Trusted Parties +topBar.ariaLabelOtherNamesPrivate=Set other names visibility to Only Me +topBar.ariaLabelBiographyPublic=Set biography visibility to Everyone +topBar.ariaLabelBiographyTrustedParty=Set biography visibility to Trusted Parties +topBar.ariaLabelBiographyPrivate=Set biography visibility to Only Me +topBar.ariaLabelCloseBiography=Close Biography +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. +developerTools.ariaLabelClose=Close +topBar.copyId=Copy iD +topBar.printableRecord=Printable record +topBar.whenOrcidDeactivated=When an ORCID record is deactivated all information in the record is deleted. Deactivated records are not shown in registry searches. +topBar.findOutReactivating=Find out more about reactivating an ORCID account +topBar.weLockRecords=We lock records when they violate conditions of our +topBar.termsOfService=terms of service. +topBar.recordLockedInError=If you feel this record has been locked in error please +topBar.contactOrcid=contact ORCID support for further assistance. +topBar.deprecatedRecordIsDuplicate=A deprecated record is a duplicate or unwanted ORCID record that has been merged with another owned by the same person. +topBar.findOutMoreAboutRemoving=Find out more about removing additional or duplicate ORCID records +topBar.recordOwnerNotHaveAdded=The record owner may not have added information to their record or the visibility for items on their record may be set to Trusted parties or Only me. +topBar.findOutVisibility=Find out more about visibility settings in ORCID +topBar.ariaLabelCopyOrcidId=Copy your ORCID iD to the clipboard +topBar.ariaLabelViewPrintable=View a printable version of your ORCID record (Opens in new tab) +topBar.forTheLastInformation=for the latest information. +topBar.and=i +topBar.areNowVisibleOnYourPublicORCIDRecord=are now visible on your public ORCID record. Manage your email addresses and domains in the +topBar.isNowVisibleOnYourPublicORCIDRecord=is now visible on your public ORCID record. Manage your email addresses and domains in the +topBar.emailsDomainsSection=Emails & domains section +topBar.theEmailDomains=The email domains +topBar.theEmailDomain=The email domain +topBar.emailDomainsShared=Email domains shared diff --git a/src/locale/properties/top-bar/top-bar.cs.properties b/src/locale/properties/top-bar/top-bar.cs.properties index c1797f802e..9e5f5d7c72 100644 --- a/src/locale/properties/top-bar/top-bar.cs.properties +++ b/src/locale/properties/top-bar/top-bar.cs.properties @@ -113,3 +113,10 @@ topBar.findOutVisibility=Další informace o nastavení viditelnosti v ORCID topBar.ariaLabelCopyOrcidId=Zkopírovat ORCID iD do schránky topBar.ariaLabelViewPrintable=Zobrazit tisknutelnou verzi záznamu ORCID (otevře se na nové kartě) topBar.forTheLastInformation=pro nejnovější informace +topBar.and=a +topBar.areNowVisibleOnYourPublicORCIDRecord=jsou nyní viditelné ve vašem veřejném záznamu ORCID. Spravujte své e-mailové adresy a domény v oddíle +topBar.isNowVisibleOnYourPublicORCIDRecord=je nyní viditelná ve vašem veřejném záznamu ORCID. Spravujte své e-mailové adresy a domény v oddíle +topBar.emailsDomainsSection=Oddíl e-mailů a domén +topBar.theEmailDomains=E-mailové domény +topBar.theEmailDomain=E-mailová doména +topBar.emailDomainsShared=Sdílené e-mailové domény diff --git a/src/locale/properties/top-bar/top-bar.de.properties b/src/locale/properties/top-bar/top-bar.de.properties index f0273bef84..a2f8be6796 100644 --- a/src/locale/properties/top-bar/top-bar.de.properties +++ b/src/locale/properties/top-bar/top-bar.de.properties @@ -113,3 +113,10 @@ topBar.findOutVisibility=Erfahren Sie mehr über die Sichtbarkeitseinstellungen topBar.ariaLabelCopyOrcidId=Kopieren Sie Ihre ORCID iD in die Zwischenablage topBar.ariaLabelViewPrintable=Sehen Sie sich eine druckbare Version Ihres ORCID-Eintrags an (wird in einem neuen Tab geöffnet), topBar.forTheLastInformation=um die neuesten Informationen zu erhalten. +topBar.and=und +topBar.areNowVisibleOnYourPublicORCIDRecord=sind jetzt in Ihrem öffentlichen ORCID-Eintrag sichtbar. Verwalten Sie Ihre E-Mail-Adressen und Domains in der +topBar.isNowVisibleOnYourPublicORCIDRecord=ist jetzt in Ihrem öffentlichen ORCID-Eintrag sichtbar. Verwalten Sie Ihre E-Mail-Adressen und Domains in der +topBar.emailsDomainsSection=Abschnitt E-Mails und Domains +topBar.theEmailDomains=Die E-Mail-Domains +topBar.theEmailDomain=Die E-Mail-Domain +topBar.emailDomainsShared=Geteilte E-Mail-Domains diff --git a/src/locale/properties/top-bar/top-bar.es.properties b/src/locale/properties/top-bar/top-bar.es.properties index e6cb0cece7..25bcfccf0f 100644 --- a/src/locale/properties/top-bar/top-bar.es.properties +++ b/src/locale/properties/top-bar/top-bar.es.properties @@ -113,3 +113,10 @@ topBar.findOutVisibility=Obtenga más información sobre los ajustes de visibili topBar.ariaLabelCopyOrcidId=Copie su ORCID iD en el portapapeles topBar.ariaLabelViewPrintable=Visualice una versión imprimible de su registro ORCID (se abrirá en una pestaña nueva) topBar.forTheLastInformation=para consultar la información más actualizada. +topBar.and=y los +topBar.areNowVisibleOnYourPublicORCIDRecord=se encuentran ahora visibles en su registro ORCID público. Gestione sus direcciones y dominios de correo electrónico en la +topBar.isNowVisibleOnYourPublicORCIDRecord=se encuentra ahora visible en su registro ORCID público. Gestione sus direcciones y dominios de correo electrónico en la +topBar.emailsDomainsSection=sección "Correos electrónicos y dominios" +topBar.theEmailDomains=Los dominios de correo electrónico +topBar.theEmailDomain=El dominio de correo electrónico +topBar.emailDomainsShared=Dominios de correo electrónico compartidos diff --git a/src/locale/properties/top-bar/top-bar.fr.properties b/src/locale/properties/top-bar/top-bar.fr.properties index 88e2597773..812110817a 100644 --- a/src/locale/properties/top-bar/top-bar.fr.properties +++ b/src/locale/properties/top-bar/top-bar.fr.properties @@ -113,3 +113,10 @@ topBar.findOutVisibility=En savoir plus sur les paramètres de visibilité dans topBar.ariaLabelCopyOrcidId=Copier votre identifiant ORCID dans le presse-papiers topBar.ariaLabelViewPrintable=Affichez une version imprimable de votre dossier ORCID (ouvre un nouvel onglet) topBar.forTheLastInformation=pour avoir les dernières informations. +topBar.and=et +topBar.areNowVisibleOnYourPublicORCIDRecord=sont désormais visibles dans votre dossier ORCID public. Gérez vos adresses e-mail et vos domaines dans la +topBar.isNowVisibleOnYourPublicORCIDRecord=est désormais visible dans votre dossier ORCID public. Gérez vos adresses e-mail et vos domaines dans la +topBar.emailsDomainsSection=section E-mails et domaines +topBar.theEmailDomains=Les domaines e-mail +topBar.theEmailDomain=Le domaine e-mail +topBar.emailDomainsShared=Domaines d'e-mail partagés diff --git a/src/locale/properties/top-bar/top-bar.it.properties b/src/locale/properties/top-bar/top-bar.it.properties index 8d2a509333..a4046db74c 100644 --- a/src/locale/properties/top-bar/top-bar.it.properties +++ b/src/locale/properties/top-bar/top-bar.it.properties @@ -113,3 +113,10 @@ topBar.findOutVisibility=Scopri di più sulle impostazioni di visibilità di ORC topBar.ariaLabelCopyOrcidId=Copia il tuo iD ORCID negli appunti topBar.ariaLabelViewPrintable=Visualizza una versione stampabile del tuo record ORCID (si apre in una nuova scheda) topBar.forTheLastInformation=per le ultime informazioni. +topBar.and=e +topBar.areNowVisibleOnYourPublicORCIDRecord=sono ora visibili nel tuo record ORCID pubblico. Gestisci i tuoi indirizzi e domini email nella +topBar.isNowVisibleOnYourPublicORCIDRecord=è ora visibile nel tuo record ORCID pubblico. Gestisci i tuoi indirizzi e domini email nella +topBar.emailsDomainsSection=sezione “Indirizzi email e domini” +topBar.theEmailDomains=I domini email +topBar.theEmailDomain=Il dominio email +topBar.emailDomainsShared=Domini email condivisi diff --git a/src/locale/properties/top-bar/top-bar.ja.properties b/src/locale/properties/top-bar/top-bar.ja.properties index 78d584b981..743d01c976 100644 --- a/src/locale/properties/top-bar/top-bar.ja.properties +++ b/src/locale/properties/top-bar/top-bar.ja.properties @@ -113,3 +113,10 @@ topBar.findOutVisibility=ORCIDでの可視性設定について topBar.ariaLabelCopyOrcidId=ORCID iDをクリップボードにコピー topBar.ariaLabelViewPrintable=ORCIDレコードの印刷版を確認 (新しいタブで開きます) topBar.forTheLastInformation=して最新情報をご確認ください。 +topBar.and=および +topBar.areNowVisibleOnYourPublicORCIDRecord=は現在あなたの公開ORCIDレコードに表示されています。メールアドレスとドメインを管理するには、以下の +topBar.isNowVisibleOnYourPublicORCIDRecord=は現在あなたの公開ORCIDレコードに表示されています。メールアドレスとドメインを管理するには、以下の +topBar.emailsDomainsSection=「メールとドメイン」セクション +topBar.theEmailDomains=メールドメイン +topBar.theEmailDomain=メールドメイン +topBar.emailDomainsShared=メールドメインを共有済み diff --git a/src/locale/properties/top-bar/top-bar.ko.properties b/src/locale/properties/top-bar/top-bar.ko.properties index 6b10ee7c18..82e27978b7 100644 --- a/src/locale/properties/top-bar/top-bar.ko.properties +++ b/src/locale/properties/top-bar/top-bar.ko.properties @@ -113,3 +113,10 @@ topBar.findOutVisibility=ORCID에서의 공개 범위 설정에 대해 자세히 topBar.ariaLabelCopyOrcidId=ORCID iD를 클립보드로 복사 topBar.ariaLabelViewPrintable=ORCID 레코드의 인쇄 가능한 버전 보기(새 탭에서 열림) topBar.forTheLastInformation=최신정보를 확인하시기 바랍니다. +topBar.and=및 +topBar.areNowVisibleOnYourPublicORCIDRecord=이 이제 귀하의 퍼블릭 ORCID 레코드에 표시됩니다. 이메일 주소 및 도메인 관리 위치: +topBar.isNowVisibleOnYourPublicORCIDRecord=이 이제 귀하의 퍼블릭 ORCID 레코드에 표시됩니다. 이메일 주소 및 도메인 관리 위치: +topBar.emailsDomainsSection=이메일 및 도메인 섹션 +topBar.theEmailDomains=이메일 도메인 +topBar.theEmailDomain=이메일 도메인 +topBar.emailDomainsShared=이메일 도메인 공유됨 diff --git a/src/locale/properties/top-bar/top-bar.pl.properties b/src/locale/properties/top-bar/top-bar.pl.properties index 0c891ee8e7..8424280fa6 100644 --- a/src/locale/properties/top-bar/top-bar.pl.properties +++ b/src/locale/properties/top-bar/top-bar.pl.properties @@ -113,3 +113,10 @@ topBar.findOutVisibility=Dowiedz się więcej o ustawieniach widoczności w ORCI topBar.ariaLabelCopyOrcidId=Skopiuj swój identyfikator ORCID do schowka topBar.ariaLabelViewPrintable=Wyświetl wersję do druku swojego rekordu ORCID (otwiera się w nowej karcie) topBar.forTheLastInformation=w celu uzyskania najnowszych informacji. +topBar.and=a +topBar.areNowVisibleOnYourPublicORCIDRecord=są teraz widoczne w Twoim publicznym rekordzie ORCID. Zarządzaj adresami e-mail i domenami w +topBar.isNowVisibleOnYourPublicORCIDRecord=jest teraz widoczna w Twoim publicznym rekordzie ORCID. Zarządzaj adresami i domentami e-mail w +topBar.emailsDomainsSection=Sekcji adresów e-mail i domen +topBar.theEmailDomains=Domeny e-mail +topBar.theEmailDomain=Domena e-mail +topBar.emailDomainsShared=Udostępnione domeny e-mail diff --git a/src/locale/properties/top-bar/top-bar.pt.properties b/src/locale/properties/top-bar/top-bar.pt.properties index c95e2b19e7..80523d842b 100644 --- a/src/locale/properties/top-bar/top-bar.pt.properties +++ b/src/locale/properties/top-bar/top-bar.pt.properties @@ -113,3 +113,10 @@ topBar.findOutVisibility=Saiba mais sobre as definições de visibilidade na ORC topBar.ariaLabelCopyOrcidId=Copie o ID ORCID para a área de transferência topBar.ariaLabelViewPrintable=Consultar a versão para impressão do registo ORCID (abre num novo separador) topBar.forTheLastInformation=para as informações mais recentes. +topBar.and=e +topBar.areNowVisibleOnYourPublicORCIDRecord=estão agora visíveis no seu registo ORCID público. Efetue a gestão dos endereços de e-mail e domínios na +topBar.isNowVisibleOnYourPublicORCIDRecord=está agora visível no seu registo ORCID público. Efetue a gestão dos endereços de e-mail e domínios na +topBar.emailsDomainsSection=secção E-mails e domínios +topBar.theEmailDomains=Os domínios de e-mail +topBar.theEmailDomain=O domínio de e-mail +topBar.emailDomainsShared=Domínios de e-mail partilhados diff --git a/src/locale/properties/top-bar/top-bar.ru.properties b/src/locale/properties/top-bar/top-bar.ru.properties index cf3cc5f64f..0475617660 100644 --- a/src/locale/properties/top-bar/top-bar.ru.properties +++ b/src/locale/properties/top-bar/top-bar.ru.properties @@ -113,3 +113,10 @@ topBar.findOutVisibility=Подробнее о настройках видимо topBar.ariaLabelCopyOrcidId=Скопируйте ORCID ID в буфер обмена topBar.ariaLabelViewPrintable=Откройте в новой вкладке версию профиля ORCID для печати, topBar.forTheLastInformation=чтобы узнать новую информацию. +topBar.and=и +topBar.areNowVisibleOnYourPublicORCIDRecord=теперь показываются в вашем общедоступном профиле ORCID. Управляйте адресами и доменами здесь: +topBar.isNowVisibleOnYourPublicORCIDRecord=теперь показывается в вашем общедоступном профиле ORCID. Управляйте адресами и доменами здесь: +topBar.emailsDomainsSection=Раздел «Адреса электронной почты и домены» +topBar.theEmailDomains=Домены электронной почты +topBar.theEmailDomain=Домен электронной почты +topBar.emailDomainsShared=К доменам электронной почты открыт доступ diff --git a/src/locale/properties/top-bar/top-bar.tr.properties b/src/locale/properties/top-bar/top-bar.tr.properties index c722c90c39..970702011c 100644 --- a/src/locale/properties/top-bar/top-bar.tr.properties +++ b/src/locale/properties/top-bar/top-bar.tr.properties @@ -113,3 +113,10 @@ topBar.findOutVisibility=ORCID'deki görünürlük ayarlarıyla ilgili ilgili da topBar.ariaLabelCopyOrcidId=ORCID kimliğinizi panoya kopyalayın topBar.ariaLabelViewPrintable=En güncel bilgiler için topBar.forTheLastInformation=ORCID kaydınızın yazdırılabilir bir sürümünü görüntüleyin (Yeni bir sekmede açılır). +topBar.and=ile +topBar.areNowVisibleOnYourPublicORCIDRecord=artık ORCID kaydınızda görünür durumda. Şuradaki e-posta adreslerinizi ve etki alanlarınızı yönetin: +topBar.isNowVisibleOnYourPublicORCIDRecord=artık ORCID kaydınızda görünür durumda. Şuradaki e-posta adreslerinizi ve etki alanlarınızı yönetin: +topBar.emailsDomainsSection=E-postalar ve etki alanları bölümü +topBar.theEmailDomains=E-posta etki alanları +topBar.theEmailDomain=E-posta etki alanı +topBar.emailDomainsShared=E-posta etki alanları paylaşıldı diff --git a/src/locale/properties/top-bar/top-bar.uk.properties b/src/locale/properties/top-bar/top-bar.uk.properties new file mode 100644 index 0000000000..0c8e01be84 --- /dev/null +++ b/src/locale/properties/top-bar/top-bar.uk.properties @@ -0,0 +1,122 @@ +topBar.names=Names +topBar.biography=Біографія +topBar.publishedName=Published name +topBar.yourPublishedName=Your published name +topBar.alsoKnowAs=Also known as +topBar.addGivenName=Add given name +topBar.addFamilyName=Add family name +topBar.addPublishedName=Add a published or credit name +topBar.addOtherName=Add other name +topBar.information=Information about yourself, your research interests and other pertinent details that enhance your ORCID record. +topBar.yourNames=Your names +topBar.yourGivenAndFamilyNames=Your given and family names +topBar.orcidHasANumber=ORCID has a number of options for adding and managing your names. +topBar.findOutMore=Find out more about managing names in your ORCID record +topBar.givenNames=Given names +topBar.firstNameError=Please enter your first/given name +topBar.invalidName=Invalid name characters or format +topBar.invalidBio=Invalid characters or format +topBar.familyNames=Family names +topBar.howYouPreferYourName=How you prefer your name to appear when credited. Adding a published name lets you control how your name is displayed in your ORCID record. +topBar.youCanFormat=You can format this name however you wish +topBar.otherVariants=You can add variants of your name, such as an abbreviated first name, middle names, former names or names in a different character set or language. Adding other names can help people find your record when they search the ORCID registry. +topBar.addAnotherName=Add another name +topBar.websites=Websites & social links +topBar.myLinks=My links +topBar.addLinks=Add keywords. +topBar.addLinksDescription=Add links to personal websites, department profiles, Wikipedia pages or social media accounts. +topBar.addLink=Add a link +topBar.addAnotherLink=Add another link +topBar.description=Link Title +topBar.url=Link URL +topBar.invalidURL=Недійсне URL +topBar.urlMaxLength=Must be less than 355 characters +topBar.requiredURL=An URL is required +topBar.urlDuplicated=URL can not be duplicated +topBar.keyword=Keyword +topBar.keywords=Ключові слова +topBar.myKeywords=My keywords +topBar.keywordsAre=Keywords are words or phrases which describe your research activities. Adding keywords can help people find you when searching the ORCID registry. +topBar.addAnotherKeyword=Add another keyword +topBar.addKeyword=Add a keyword +topBar.keywordMaxLength=Must be less than 100 characters +topBar.whoCanSeeYourNames=Who can see your names +topBar.manageWhoCanSee=Control who can see your given, family and published names by setting the visibility. The default visibility for your names is +topBar.addOtherNames=Add other names you may be known by. These can include abbreviated names, middle names, former names or names in a different character set or language. Adding other names can help people find your record when they search the ORCID registry. +topBar.namesMaxLenght=Must be less than 100 characters +topBar.otherNamesMaxLenght=Must be less than 255 characters +topBar.resendVerificationEmail=Повторно надіслати лист перевірки +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.clickTheButton=Click the button below and we will send you a new one. +topBar.visitOur=Visit our +topBar.knowledge=knowledge base +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.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 +topBar.pleasContact=Please contact +topBar.orcidSupport=ORCID support +topBar.isThisYou=Is this you? +topBar.signInToStart=Sign in to start editing +topBar.lockedRecord=This ORCID Record is locked +topBar.deactivatedRecord=This ORCID Record is deactivated +topBar.accountDeprecated=This account has been deprecated, please see account +topBar.accountDeprecated2=for the latest information +topBar.youAreManaging=You are managing this ORCID record as a trusted individual +topBar.youAreManagingSomeElse=You are managing your ORCID record +topBar.youArePreviewingSomeElse=You are previewing the public version of your record +topBar.youArePreviewing=You are previewing a public version of this record +topBar.editThisRecord=Edit this record +topBar.otherNames=Other names +topBar.name=Name +topBar.printableVersion=Printable version +topBar.ariaLabelPrintableVersion=View printable version (Opens of a different tab) +topBar.ariaLabelCloseNames=Close Names +topBar.ariaLabelYourGivenNames=Your given names +topBar.ariaLabelYourFamilyNames=Your family names +topBar.ariaLabelYourPublishedNames=Your published names +topBar.ariaLabelSaveChanges=Save changes to Names +topBar.ariaLabelCancelChanges=Cancel changes and close Names +topBar.ariaLabelIAmAlsoKnownAs=I am also known as +topBar.ariaLabelNamesPublic=Set names visibility to Everyone +topBar.ariaLabelNamesTrustedParties=Set names visibility to Trusted Parties +topBar.ariaLabelNamesPrivate=Set names visibility to Only Me +topBar.ariaLabelOtherNamesPublic=Set other names visibility to Everyone +topBar.ariaLabelOtherNamesTrustedParty=Set other names visibility to Trusted Parties +topBar.ariaLabelOtherNamesPrivate=Set other names visibility to Only Me +topBar.ariaLabelBiographyPublic=Set biography visibility to Everyone +topBar.ariaLabelBiographyTrustedParty=Set biography visibility to Trusted Parties +topBar.ariaLabelBiographyPrivate=Set biography visibility to Only Me +topBar.ariaLabelCloseBiography=Close Biography +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. +developerTools.ariaLabelClose=Закрити +topBar.copyId=Copy iD +topBar.printableRecord=Printable record +topBar.whenOrcidDeactivated=When an ORCID record is deactivated all information in the record is deleted. Deactivated records are not shown in registry searches. +topBar.findOutReactivating=Find out more about reactivating an ORCID account +topBar.weLockRecords=We lock records when they violate conditions of our +topBar.termsOfService=terms of service. +topBar.recordLockedInError=If you feel this record has been locked in error please +topBar.contactOrcid=contact ORCID support for further assistance. +topBar.deprecatedRecordIsDuplicate=A deprecated record is a duplicate or unwanted ORCID record that has been merged with another owned by the same person. +topBar.findOutMoreAboutRemoving=Find out more about removing additional or duplicate ORCID records +topBar.recordOwnerNotHaveAdded=The record owner may not have added information to their record or the visibility for items on their record may be set to Trusted parties or Only me. +topBar.findOutVisibility=Find out more about visibility settings in ORCID +topBar.ariaLabelCopyOrcidId=Copy your ORCID iD to the clipboard +topBar.ariaLabelViewPrintable=View a printable version of your ORCID record (Opens in new tab) +topBar.forTheLastInformation=for the latest information. +topBar.and=та +topBar.areNowVisibleOnYourPublicORCIDRecord=are now visible on your public ORCID record. Manage your email addresses and domains in the +topBar.isNowVisibleOnYourPublicORCIDRecord=is now visible on your public ORCID record. Manage your email addresses and domains in the +topBar.emailsDomainsSection=Emails & domains section +topBar.theEmailDomains=The email domains +topBar.theEmailDomain=The email domain +topBar.emailDomainsShared=Email domains shared diff --git a/src/locale/properties/top-bar/top-bar.zh_CN.properties b/src/locale/properties/top-bar/top-bar.zh_CN.properties index 4ec1e009b5..1d5485dfde 100644 --- a/src/locale/properties/top-bar/top-bar.zh_CN.properties +++ b/src/locale/properties/top-bar/top-bar.zh_CN.properties @@ -113,3 +113,10 @@ topBar.findOutVisibility=了解有关 ORCID 可见性设置的更多信息 topBar.ariaLabelCopyOrcidId=将您的 ORCID iD 号复制到剪贴板 topBar.ariaLabelViewPrintable=查看您的 ORCID 记录的可打印版本(在新标签中打开) topBar.forTheLastInformation=以了解最新信息。 +topBar.and=到 +topBar.areNowVisibleOnYourPublicORCIDRecord=现在可以在您的公开 ORCID 记录中看到。在以下管理您的电子邮件地址和网域: +topBar.isNowVisibleOnYourPublicORCIDRecord=现在可以在您的公开 ORCID 记录中看到。在以下管理您的电子邮件地址和网域: +topBar.emailsDomainsSection=电子邮件与网域区段 +topBar.theEmailDomains=电子邮件网域 +topBar.theEmailDomain=电子邮件网域 +topBar.emailDomainsShared=共享电子邮件域 diff --git a/src/locale/properties/top-bar/top-bar.zh_TW.properties b/src/locale/properties/top-bar/top-bar.zh_TW.properties index ec9f90721e..03b1f0455c 100644 --- a/src/locale/properties/top-bar/top-bar.zh_TW.properties +++ b/src/locale/properties/top-bar/top-bar.zh_TW.properties @@ -113,3 +113,10 @@ topBar.findOutVisibility=深入了解有關 ORCID 可見度設定的資訊 topBar.ariaLabelCopyOrcidId=將您的 ORCID iD 複製到剪貼簿 topBar.ariaLabelViewPrintable=檢視 ORCID 記錄的可列印版本(在新分頁開啟) topBar.forTheLastInformation=以了解最新資訊。 +topBar.and=和 +topBar.areNowVisibleOnYourPublicORCIDRecord=現在可以在您的公開 ORCID 記錄中看到。在以下管理您的電子郵件地址和網域: +topBar.isNowVisibleOnYourPublicORCIDRecord=現在可以在您的公開 ORCID 記錄中看到。在以下管理您的電子郵件地址和網域: +topBar.emailsDomainsSection=電子郵件與網域區段 +topBar.theEmailDomains=電子郵件網域 +topBar.theEmailDomain=電子郵件網域 +topBar.emailDomainsShared=已分享電子郵件網域 diff --git a/src/locale/properties/two-factor/two-factor.ca.properties b/src/locale/properties/two-factor/two-factor.ca.properties new file mode 100644 index 0000000000..a99f9b5418 --- /dev/null +++ b/src/locale/properties/two-factor/two-factor.ca.properties @@ -0,0 +1,4 @@ +twoFactor.title=ORCID Two-factor authentication +twoFactor.enabled=Two-factor authentication is currently enabled for your ORCID account, so an additional code is required even when signing in with another account. +twoFactor.learn=Learn more +twoFactor.ariaLabelInfoTwoFactor=info about two factor authentication diff --git a/src/locale/properties/two-factor/two-factor.uk.properties b/src/locale/properties/two-factor/two-factor.uk.properties new file mode 100644 index 0000000000..a99f9b5418 --- /dev/null +++ b/src/locale/properties/two-factor/two-factor.uk.properties @@ -0,0 +1,4 @@ +twoFactor.title=ORCID Two-factor authentication +twoFactor.enabled=Two-factor authentication is currently enabled for your ORCID account, so an additional code is required even when signing in with another account. +twoFactor.learn=Learn more +twoFactor.ariaLabelInfoTwoFactor=info about two factor authentication diff --git a/src/locale/properties/works/works.ca.properties b/src/locale/properties/works/works.ca.properties new file mode 100644 index 0000000000..3081ca5c69 --- /dev/null +++ b/src/locale/properties/works/works.ca.properties @@ -0,0 +1,241 @@ +work.works=Works +works.workDetails=Work details +works.identifiers=Identifiers +works.identifier=Identifier +works.citation=Citation +works.otherInformation=Other information +works.workType=Work type +works.selectWorkType=Select a work type +works.setAWorkTitle=Set a work title +works.translatedTitle=Translated title +works.subtitle=Work Subtitle +works.subtitle-2=Work subtitle +works.invalidUrl=Invalid url +works.linkMoreInformationAbout=A link to more information about the work. Links should be in the full URL format e.g. http://www.website.com/page.html +works.citationType=Citation type +works.selectACitation=Select a citation +works.selectACitationType=Select a citation type +works.describeThisCitation=Describe this citation +works.description=Description +works.workIds=Work identifiers +works.type=Identifier type +works.selectAnIdentifier=Select an identifier type +works.typeOfIdentifier=The type of identifier associated with the work, such as an ISBN, DOI or PMID. +works.identifierValue=Identifier value +works.validFormat=Invalid id for the selected identifier type +works.addADescriber=Add a describer id +works.identifierAssociated=The identifier associated with the work. The format will depend on the type of identifier selected. +works.relationship=Relació +works.addAnotherId=Add another identifier +works.languageUsed=Language used in this form +works.identifierUrl=Identifier URL +works.urlIdentifierHint=The URL that the identifier resolves to, for example https://doi.org/10.23640/07243.c.4232246 +works.abstract=Conference abstract +works.paper=Conference paper +works.poster=Conference poster +works.chapter=Book chapter +works.review=Book review +works.reviewPublication=Review +works.book=Book +works.entry=Dictionary entry +works.thesis=Dissertation/Thesis +works.editedBook=Edited book +works.encyclopediaEntry=Encyclopedia entry +works.journalArticle=Journal article +works.issue=Journal issue +works.magazineArticle=Magazine article +works.manual=Manual +works.newsletterarticle=Newsletter article +works.newspaperArticle=Newspaper article +works.onlineResource=Online resource +works.preprint=Preprint +works.report=Report +works.tool=Research tool +works.studentPublication=Supervised student publication +works.test=Test +works.translation=Translation +works.website=Website +works.working=Working paper +works.disclosure=Disclosure +works.license=License +works.patent=Patent +works.copyright=Registered copyright +works.trademark=Trademark +works.annotation=Annotation +works.artisticPerformance=Artistic performance +works.dataManagementPlan=Data management plan +works.plan=Data set +works.invention=Invention +works.speech=Lecture/speech +works.object=Physical object +works.technique=Research technique +works.software=Software +works.company=Spin off company +works.policy=Standards and policy +works.standard=Technical Standard +works.other=Other +works.self=Un mateix +works.partOf=Part de +works.versionOf=Version of +works.fundedBy=Funded by +works.selfDescription=The identifier applies to the work itself. For example, a DOI for a book chapter. +works.partOfDescription=The identifier applies to part of a larger work. For example, the ISBN of the book in which the work was published. +works.versionOfDescription=The identifier applies to an alternate version of the work. For example, an earlier draft of an article. +works.fundedByDescription=The identifier applies to the funding for the work. +works.conference=Conference +works.intellectual=Intellectual property +works.publication=Publication +works.whoCanSeeWorks=Who can see your works. The default visibility setting is Private. +works.selectedWorksVisibility=Selected works to set visibility +works.setVisibility=Set visibility selected works +works.title=Title +works.languageOnThisTitle=Language of this title +works.link=Link +works.unResolved=We couldn't find a resource that matches the identifier you entered. Please check the value or enter a valid link to the resource. +works.addFromDOI=Works - Add work from DOI +works.youCanUseFullDOI=You can use the full DOI URL or just the identifier value. +works.doiIdentifier=DOI identifier value or full URL +works.retrieveWorkDOI=Retrieve work details from DOI +works.retrievingWorkDOI=Retrieving work details from DOI +works.detailsFromDOI=Work details from DOI +works.importWork=Import work to your record +works.importBibTex=Works - Import BibTeX +works.importCitations=Import citations from BibTex (.bib) files, including files exported from Google Scholar. +works.moreInformation=More information on importing BibTeX files into ORCID +works.chooseBibTex=Choose BibTeX file to import +works.retrievingWorkBibTex=Retrieving works from BibTeX +works.foundInBibTex=Works found in BibTeX +works.importWorks=Import works to your record +works.unableToImport=Unable to import using this identifier. Please add work using a different option. +works.bibtexImporterParsingError=This file cannot be read. Please check the BibTeX formatting and try again. +works.addFromPubMed=Works - Add work from PubMed +works.typeOrPastePubMed=Type or paste the full PubMed URL or just the identifier value +works.pubMedIdentifier=PubMed identifier value or full URL +works.retrieveWorkPubMed=Retrieve work details from PubMed +works.urlColon=URL: +works.typeColon=Type: +works.value=Value: +works.all=All +works.noItemsSelected=No items selected. +works.linkWorks=Link works +works.linkWorksMoreInfo=More information about linking works to your ORCID record +works.geographicalArea=Geographical area +works.exportSelectedWorks=Export selected works +works.exportSelectedWorksBibtexDescription=Export selected works to a BibTeX file. Please note that exporting to BibTeX may cause problems for text in some languages. +works.findOut=Find out more on exporting BibTeX files +works.selectedWorks=Selected works to export +works.exportSelectedWorksBibtex=Export selected works to BibTeX +works.combineSelectedWorks=Combine selected works +works.selectedWorksGrouped=The selected works will be grouped together and displayed as a single group item on your record. All versions of the work will still be available but one will be shown as your preferred version. +works.learnMoreCombining=Learn more about combining works +works.selectedWorksCombine=Selected works to combine +works.combiningWorks=Combining works cannot be undone! +works.checkSelectedWorks=Please check the selected works are correct before combining them. +works.subtitleLabel=Subtitle +works.language=Language +works.translatedTitle**=Translated title +works.contributors=Contributors +works.reviewWorkToCombine=Review works to combine +works.addDoi=Add DOI +works.addPubmed=Add PubMed ID +works.addBibtex=Add BibTeX +works.worksToExport=works to export +works.pleaseEnterExternalID=Please enter an external ID +works.onlyIdentifierTypesFundedBy=Only identifier types "grant number", "doi", "uri" or "proposal id" are allowed when using "funded-by" identifiers +works.publisher=Publisher +works.conferenceTitle=Conference title +works.bookTitle=Book title +works.journalTitle=Journal title +works.magazineTitle=Magazine title +works.newsletterTitle=Newsletter title +works.newspaperTitle=Newspaper title +works.institution=Institution +works.custodian=Custodian +works.setsOfSimilarWorkToManage1=ORCID have found +works.setsOfSimilarWorkToManage2=sets of works with similar titles that you may want to combine. +works.setsOfSimilarWorkToManage3=The selected works will be grouped together and displayed as a single group item on your record. All versions of the work will still be available but one will be shown as your preferred version +works.titleMaxLength=Must be less than 1000 characters +works.descriptionMaxLength=Must be less than 5000 characters +works.atLestOneSelfIdRequired=At least one "self" identifier is required when using "version-of" identifiers +works.manageSimilarWorks=Manage similar works +works.urlMaxLength=Must be less than 2000 characters +works.more=more +works.noBibtexEntries=Error parsing Bibtex. No Bibtex entries found in file +works.addWorkToOrcid=Add this work to your ORCID record +works.exportAsBibtex=export this work as BibTeX +works.fullContributorList=For the full contributor list +works.or=or +works.visitWorkSource=visit the work source +works.fullCitation=For full citation +works.showing=Showing the first +works.etAl=et al. +works.showCitation=Show citation +works.hideCitation=Hide citation +works.expandedFormatBibtex=Switch to expanded formatting +works.compactFormatBibtex=Switch to compact formatting +works.countryOrLocationOfPublication=Country/Location of publication +works.yourContributionsToThisWork=Your contributions to this work +works.pleaseSelectRole=Please select a role +works.contributorsToThisWork=Contributors to this work +works.addAnotherContributor=Add another contributor +works.addAnotherRole=Add another role +works.conceptualization=Conceptualization +works.dataCuration=Data curation +works.formalAnalysis=Formal analysis +works.fundingAcquisition=Funding acquisition +works.investigation=Investigation +works.methodology=Methodology +works.projectAdministration=Project administration +works.resources=Resources +works.supervision=Supervision +works.validation=Validation +works.visualization=Visualization +works.writingOriginalDraft=Writing - original draft +works.writingReviewEditing=Writing - review & editing +works.roleNotDuplicated=Role cannot be duplicated +works.pleaseSelectIdentifierType=Please select an identifier type +works.noSpecifiedRole=No specified role +works.author=Author +works.assignee=Assignee +works.editor=Editor +works.chairOrTranslator=Chair or Translator +works.coInvestigator=Co-investigator +works.coInventor=Co-inventor +works.graduateStudent=Graduate Student +works.otherInventor=Other inventor +works.principalInvestigator=Principal Investigator +works.postdoctoralResearcher=Postdoctoral Researcher +works.supportStaff=Support Staff +works.contributorNameIsRequired=Contributor name is required +works.youCannotAddMoreContributors=You cannot add any more contributors to this work +works.orcidSupportsMaximum=ORCID supports a maximum of 50 contributors when adding them manually. +works.findOutMoreAboutContributors=Find out more about managing contributors in ORCID +works.contributorName=Contributor name +works.contributorMaxLength=Must be less than 100 characters +works.largeNumberOfContributors=This work has a large number of contributors +works.cannotEditListOfContributors=You cannot edit the list of contributors on a work with more than 50 named participants. +works.addOtherContributor=Add other contributor +works.addYourselfContributor=Add yourself as contributor +works.pleaseSelectRoleAriaLabel=Select your contributor to this work +works.worktitle=Work title +works.citationDescription=Citation description +works.hideTranslatedTitle2=Hide translated title +works.showTranslatedTitle=Show translated title +works.lead=Lead +works.coLead=Co-lead +works.supportedBy=Supported by +works.otherContribution=Other contribution +works.selected=selected +works.fiveWorksMax=5 works maximum, +works.groupWorks=Group works +works.selectedWorksHeader=Selected works +works.groupSelectedWorks=Group selected works +works.groupWorksDescription=The selected works will be grouped together into a single item on your record. All versions of the work will still be available, with one displayed as your preferred version. +works.groupWorksDescriptionLimit=A maximum of 5 works can be grouped at a time. +works.learnMoreGrouping=Learn more about grouping similar works +works.groupWorksAreYouSure=Are you sure you want to group these works? +works.groupWorksRecommendation=We recommend only grouping similar or related works together. Related works might have differing titles, identifiers or come from different sources. +works.groupUnrelatedWorksWarning=Grouping un-related works can result in unexpected grouped items in your record. +works.exportAllWorks=Export ALL works +works.deleteSelectedWorks=Delete selected works +works.setVisibilityForSelectedWorks=Set visibility for selected works diff --git a/src/locale/properties/works/works.uk.properties b/src/locale/properties/works/works.uk.properties new file mode 100644 index 0000000000..e8d8f39818 --- /dev/null +++ b/src/locale/properties/works/works.uk.properties @@ -0,0 +1,241 @@ +work.works=Works +works.workDetails=Work details +works.identifiers=Identifiers +works.identifier=Identifier +works.citation=Цитування +works.otherInformation=Other information +works.workType=Work type +works.selectWorkType=Select a work type +works.setAWorkTitle=Set a work title +works.translatedTitle=Перекладена назва +works.subtitle=Work Subtitle +works.subtitle-2=Work subtitle +works.invalidUrl=Invalid url +works.linkMoreInformationAbout=A link to more information about the work. Links should be in the full URL format e.g. http://www.website.com/page.html +works.citationType=Тип цитування +works.selectACitation=Select a citation +works.selectACitationType=Select a citation type +works.describeThisCitation=Describe this citation +works.description=Опис +works.workIds=Work identifiers +works.type=Тип ідентифікатора +works.selectAnIdentifier=Select an identifier type +works.typeOfIdentifier=The type of identifier associated with the work, such as an ISBN, DOI or PMID. +works.identifierValue=Значення ідентифікатора +works.validFormat=Invalid id for the selected identifier type +works.addADescriber=Add a describer id +works.identifierAssociated=The identifier associated with the work. The format will depend on the type of identifier selected. +works.relationship=Зв'язки +works.addAnotherId=Додати інший ідентифікатор +works.languageUsed=Мова використана в цій формі +works.identifierUrl=URL ідентифікатора +works.urlIdentifierHint=The URL that the identifier resolves to, for example https://doi.org/10.23640/07243.c.4232246 +works.abstract=Тези на конференцію +works.paper=Стаття на конференцію +works.poster=Стенди на конференцію +works.chapter=Розділ книги +works.review=Рецензія на книгу +works.reviewPublication=Review +works.book=Книга +works.entry=Словникова стаття +works.thesis=Dissertation/Thesis +works.editedBook=Коректура книги +works.encyclopediaEntry=Стаття в енциклопедії +works.journalArticle=Стаття в науковому журналі +works.issue=Випуск журналу +works.magazineArticle=Стаття в періодичному виданні +works.manual=Підручник +works.newsletterarticle=Стаття у бюлетені +works.newspaperArticle=Стаття у газеті +works.onlineResource=Ресурс в інтернеті +works.preprint=Preprint +works.report=Звіт +works.tool=Засіб дослідження +works.studentPublication=Стаття спільно із студентом +works.test=Тест +works.translation=Переклад +works.website=Веб-сторінка +works.working=paperAA=Робочий документ +works.disclosure=Опис винаходу +works.license=Ліцензія +works.patent=Патент +works.copyright=Зареєстроване авторське право +works.trademark=Товарний знак +works.annotation=Annotation +works.artisticPerformance=Artistic performance +works.dataManagementPlan=Data management plan +works.plan=Набір даних +works.invention=Винахід +works.speech=Lecture/speech +works.object=Physical object +works.technique=Методика дослідження +works.software=Software +works.company=Дочірня організація +works.policy=Стандарти і політики +works.standard=Technical Standard +works.other=Other +works.self=Самостійний +works.partOf=Частина +works.versionOf=Version of +works.fundedBy=Funded by +works.selfDescription=The identifier applies to the work itself. For example, a DOI for a book chapter. +works.partOfDescription=The identifier applies to part of a larger work. For example, the ISBN of the book in which the work was published. +works.versionOfDescription=The identifier applies to an alternate version of the work. For example, an earlier draft of an article. +works.fundedByDescription=The identifier applies to the funding for the work. +works.conference=Конференція +works.intellectual=Інтелектуальна власність +works.publication=Публікація +works.whoCanSeeWorks=Who can see your works. The default visibility setting is Private. +works.selectedWorksVisibility=Selected works to set visibility +works.setVisibility=Set visibility selected works +works.title=Заголовок +works.languageOnThisTitle=Мова цього заголовку +works.link=Link +works.unResolved=We couldn't find a resource that matches the identifier you entered. Please check the value or enter a valid link to the resource. +works.addFromDOI=Works - Add work from DOI +works.youCanUseFullDOI=You can use the full DOI URL or just the identifier value. +works.doiIdentifier=DOI identifier value or full URL +works.retrieveWorkDOI=Retrieve work details from DOI +works.retrievingWorkDOI=Retrieving work details from DOI +works.detailsFromDOI=Work details from DOI +works.importWork=Import work to your record +works.importBibTex=Works - Import BibTeX +works.importCitations=Import citations from BibTex (.bib) files, including files exported from Google Scholar. +works.moreInformation=More information on importing BibTeX files into ORCID +works.chooseBibTex=Choose BibTeX file to import +works.retrievingWorkBibTex=Retrieving works from BibTeX +works.foundInBibTex=Works found in BibTeX +works.importWorks=Import works to your record +works.unableToImport=Unable to import using this identifier. Please add work using a different option. +works.bibtexImporterParsingError=This file cannot be read. Please check the BibTeX formatting and try again. +works.addFromPubMed=Works - Add work from PubMed +works.typeOrPastePubMed=Type or paste the full PubMed URL or just the identifier value +works.pubMedIdentifier=PubMed identifier value or full URL +works.retrieveWorkPubMed=Retrieve work details from PubMed +works.urlColon=URL: +works.typeColon=Type: +works.value=Value: +works.all=All +works.noItemsSelected=No items selected. +works.linkWorks=Link works +works.linkWorksMoreInfo=More information about linking works to your ORCID record +works.geographicalArea=Geographical area +works.exportSelectedWorks=Export selected works +works.exportSelectedWorksBibtexDescription=Export selected works to a BibTeX file. Please note that exporting to BibTeX may cause problems for text in some languages. +works.findOut=Find out more on exporting BibTeX files +works.selectedWorks=Selected works to export +works.exportSelectedWorksBibtex=Export selected works to BibTeX +works.combineSelectedWorks=Combine selected works +works.selectedWorksGrouped=The selected works will be grouped together and displayed as a single group item on your record. All versions of the work will still be available but one will be shown as your preferred version. +works.learnMoreCombining=Learn more about combining works +works.selectedWorksCombine=Selected works to combine +works.combiningWorks=Combining works cannot be undone! +works.checkSelectedWorks=Please check the selected works are correct before combining them. +works.subtitleLabel=Subtitle +works.language=Мова +works.translatedTitle**=Перекладена назва +works.contributors=Учасники +works.reviewWorkToCombine=Review works to combine +works.addDoi=Add DOI +works.addPubmed=Add PubMed ID +works.addBibtex=Add BibTeX +works.worksToExport=works to export +works.pleaseEnterExternalID=Please enter an external ID +works.onlyIdentifierTypesFundedBy=Only identifier types "grant number", "doi", "uri" or "proposal id" are allowed when using "funded-by" identifiers +works.publisher=Publisher +works.conferenceTitle=Conference title +works.bookTitle=Book title +works.journalTitle=Journal title +works.magazineTitle=Magazine title +works.newsletterTitle=Newsletter title +works.newspaperTitle=Newspaper title +works.institution=Заклад +works.custodian=Custodian +works.setsOfSimilarWorkToManage1=ORCID have found +works.setsOfSimilarWorkToManage2=sets of works with similar titles that you may want to combine. +works.setsOfSimilarWorkToManage3=The selected works will be grouped together and displayed as a single group item on your record. All versions of the work will still be available but one will be shown as your preferred version +works.titleMaxLength=Must be less than 1000 characters +works.descriptionMaxLength=Must be less than 5000 characters +works.atLestOneSelfIdRequired=At least one "self" identifier is required when using "version-of" identifiers +works.manageSimilarWorks=Manage similar works +works.urlMaxLength=Must be less than 2000 characters +works.more=more +works.noBibtexEntries=Error parsing Bibtex. No Bibtex entries found in file +works.addWorkToOrcid=Add this work to your ORCID record +works.exportAsBibtex=export this work as BibTeX +works.fullContributorList=For the full contributor list +works.or=or +works.visitWorkSource=visit the work source +works.fullCitation=For full citation +works.showing=Showing the first +works.etAl=et al. +works.showCitation=Show citation +works.hideCitation=Hide citation +works.expandedFormatBibtex=Switch to expanded formatting +works.compactFormatBibtex=Switch to compact formatting +works.countryOrLocationOfPublication=Country/Location of publication +works.yourContributionsToThisWork=Your contributions to this work +works.pleaseSelectRole=Please select a role +works.contributorsToThisWork=Contributors to this work +works.addAnotherContributor=Add another contributor +works.addAnotherRole=Add another role +works.conceptualization=Conceptualization +works.dataCuration=Data curation +works.formalAnalysis=Formal analysis +works.fundingAcquisition=Funding acquisition +works.investigation=Investigation +works.methodology=Methodology +works.projectAdministration=Project administration +works.resources=Resources +works.supervision=Supervision +works.validation=Validation +works.visualization=Visualization +works.writingOriginalDraft=Writing - original draft +works.writingReviewEditing=Writing - review & editing +works.roleNotDuplicated=Role cannot be duplicated +works.pleaseSelectIdentifierType=Please select an identifier type +works.noSpecifiedRole=No specified role +works.author=Author +works.assignee=Assignee +works.editor=Editor +works.chairOrTranslator=Chair or Translator +works.coInvestigator=Co-investigator +works.coInventor=Co-inventor +works.graduateStudent=Graduate Student +works.otherInventor=Other inventor +works.principalInvestigator=Principal Investigator +works.postdoctoralResearcher=Postdoctoral Researcher +works.supportStaff=Support Staff +works.contributorNameIsRequired=Contributor name is required +works.youCannotAddMoreContributors=You cannot add any more contributors to this work +works.orcidSupportsMaximum=ORCID supports a maximum of 50 contributors when adding them manually. +works.findOutMoreAboutContributors=Find out more about managing contributors in ORCID +works.contributorName=Contributor name +works.contributorMaxLength=Must be less than 100 characters +works.largeNumberOfContributors=This work has a large number of contributors +works.cannotEditListOfContributors=You cannot edit the list of contributors on a work with more than 50 named participants. +works.addOtherContributor=Add other contributor +works.addYourselfContributor=Add yourself as contributor +works.pleaseSelectRoleAriaLabel=Select your contributor to this work +works.worktitle=Work title +works.citationDescription=Citation description +works.hideTranslatedTitle2=Hide translated title +works.showTranslatedTitle=Show translated title +works.lead=Lead +works.coLead=Co-lead +works.supportedBy=Supported by +works.otherContribution=Other contribution +works.selected=selected +works.fiveWorksMax=5 works maximum, +works.groupWorks=Group works +works.selectedWorksHeader=Selected works +works.groupSelectedWorks=Group selected works +works.groupWorksDescription=The selected works will be grouped together into a single item on your record. All versions of the work will still be available, with one displayed as your preferred version. +works.groupWorksDescriptionLimit=A maximum of 5 works can be grouped at a time. +works.learnMoreGrouping=Learn more about grouping similar works +works.groupWorksAreYouSure=Are you sure you want to group these works? +works.groupWorksRecommendation=We recommend only grouping similar or related works together. Related works might have differing titles, identifiers or come from different sources. +works.groupUnrelatedWorksWarning=Grouping un-related works can result in unexpected grouped items in your record. +works.exportAllWorks=Export ALL works +works.deleteSelectedWorks=Delete selected works +works.setVisibilityForSelectedWorks=Set visibility for selected works From 242b1fa443b99f5f13e7069f41b1ee79385b8dbe Mon Sep 17 00:00:00 2001 From: Leonardo Mendoza Fernadez Date: Mon, 2 Dec 2024 13:02:13 -0600 Subject: [PATCH 2/3] tx pull --- .../properties/account/account.ca.properties | 216 ------ .../properties/account/account.uk.properties | 216 ------ .../authorize/authorize.ca.properties | 43 -- .../authorize/authorize.uk.properties | 43 -- .../delegators/delegators.ca.properties | 5 - .../delegators/delegators.uk.properties | 5 - .../developer-tools.ca.properties | 87 --- .../developer-tools.uk.properties | 87 --- .../environment-banner.ca.properties | 8 - .../environment-banner.uk.properties | 8 - .../properties/funding/funding.ca.properties | 46 -- .../properties/funding/funding.uk.properties | 46 -- src/locale/properties/home/home.ca.properties | 24 - src/locale/properties/home/home.uk.properties | 24 - .../properties/inbox/inbox.ca.properties | 47 -- .../properties/inbox/inbox.uk.properties | 47 -- .../institutional/institutional.ca.properties | 20 - .../institutional/institutional.uk.properties | 20 - .../interstitials/interstitials.ca.properties | 11 - .../interstitials/interstitials.uk.properties | 11 - .../properties/layout/layout.ca.properties | 116 ---- .../properties/layout/layout.uk.properties | 116 ---- .../properties/linking/linking.ca.properties | 13 - .../properties/linking/linking.uk.properties | 13 - .../material/material.ca.properties | 7 - .../material/material.uk.properties | 7 - .../my-orcid-alerts.ca.properties | 2 - .../my-orcid-alerts.uk.properties | 2 - .../password-recovery.ca.properties | 21 - .../password-recovery.uk.properties | 21 - .../peer-review/peer-review.ca.properties | 26 - .../peer-review/peer-review.uk.properties | 26 - .../properties/profile/profile.ca.properties | 24 - .../properties/profile/profile.uk.properties | 24 - .../properties/record/record.ca.properties | 46 -- .../properties/record/record.uk.properties | 46 -- .../register/register.ca.properties | 229 ------- .../register/register.uk.properties | 229 ------- .../research-resources.ca.properties | 5 - .../research-resources.uk.properties | 5 - .../properties/search/search.ca.properties | 21 - .../properties/search/search.uk.properties | 21 - .../properties/shared/shared.ca.properties | 643 ------------------ .../properties/shared/shared.uk.properties | 643 ------------------ .../side-bar/side-bar.ca.properties | 112 --- .../side-bar/side-bar.uk.properties | 112 --- .../properties/signin/signin.ca.properties | 98 --- .../properties/signin/signin.uk.properties | 98 --- .../properties/summary/summary.ca.properties | 61 -- .../properties/summary/summary.uk.properties | 61 -- .../properties/top-bar/top-bar.ca.properties | 122 ---- .../properties/top-bar/top-bar.uk.properties | 122 ---- .../two-factor/two-factor.ca.properties | 4 - .../two-factor/two-factor.uk.properties | 4 - .../properties/works/works.ca.properties | 241 ------- .../properties/works/works.uk.properties | 241 ------- 56 files changed, 4596 deletions(-) delete mode 100644 src/locale/properties/account/account.ca.properties delete mode 100644 src/locale/properties/account/account.uk.properties delete mode 100644 src/locale/properties/authorize/authorize.ca.properties delete mode 100644 src/locale/properties/authorize/authorize.uk.properties delete mode 100644 src/locale/properties/delegators/delegators.ca.properties delete mode 100644 src/locale/properties/delegators/delegators.uk.properties delete mode 100644 src/locale/properties/developer-tools/developer-tools.ca.properties delete mode 100644 src/locale/properties/developer-tools/developer-tools.uk.properties delete mode 100644 src/locale/properties/environment-banner/environment-banner.ca.properties delete mode 100644 src/locale/properties/environment-banner/environment-banner.uk.properties delete mode 100644 src/locale/properties/funding/funding.ca.properties delete mode 100644 src/locale/properties/funding/funding.uk.properties delete mode 100644 src/locale/properties/home/home.ca.properties delete mode 100644 src/locale/properties/home/home.uk.properties delete mode 100644 src/locale/properties/inbox/inbox.ca.properties delete mode 100644 src/locale/properties/inbox/inbox.uk.properties delete mode 100644 src/locale/properties/institutional/institutional.ca.properties delete mode 100644 src/locale/properties/institutional/institutional.uk.properties delete mode 100644 src/locale/properties/interstitials/interstitials.ca.properties delete mode 100644 src/locale/properties/interstitials/interstitials.uk.properties delete mode 100644 src/locale/properties/layout/layout.ca.properties delete mode 100644 src/locale/properties/layout/layout.uk.properties delete mode 100644 src/locale/properties/linking/linking.ca.properties delete mode 100644 src/locale/properties/linking/linking.uk.properties delete mode 100644 src/locale/properties/material/material.ca.properties delete mode 100644 src/locale/properties/material/material.uk.properties delete mode 100644 src/locale/properties/my-orcid-alerts/my-orcid-alerts.ca.properties delete mode 100644 src/locale/properties/my-orcid-alerts/my-orcid-alerts.uk.properties delete mode 100644 src/locale/properties/password-recovery/password-recovery.ca.properties delete mode 100644 src/locale/properties/password-recovery/password-recovery.uk.properties delete mode 100644 src/locale/properties/peer-review/peer-review.ca.properties delete mode 100644 src/locale/properties/peer-review/peer-review.uk.properties delete mode 100644 src/locale/properties/profile/profile.ca.properties delete mode 100644 src/locale/properties/profile/profile.uk.properties delete mode 100644 src/locale/properties/record/record.ca.properties delete mode 100644 src/locale/properties/record/record.uk.properties delete mode 100644 src/locale/properties/register/register.ca.properties delete mode 100644 src/locale/properties/register/register.uk.properties delete mode 100644 src/locale/properties/research-resources/research-resources.ca.properties delete mode 100644 src/locale/properties/research-resources/research-resources.uk.properties delete mode 100644 src/locale/properties/search/search.ca.properties delete mode 100644 src/locale/properties/search/search.uk.properties delete mode 100644 src/locale/properties/shared/shared.ca.properties delete mode 100644 src/locale/properties/shared/shared.uk.properties delete mode 100644 src/locale/properties/side-bar/side-bar.ca.properties delete mode 100644 src/locale/properties/side-bar/side-bar.uk.properties delete mode 100644 src/locale/properties/signin/signin.ca.properties delete mode 100644 src/locale/properties/signin/signin.uk.properties delete mode 100644 src/locale/properties/summary/summary.ca.properties delete mode 100644 src/locale/properties/summary/summary.uk.properties delete mode 100644 src/locale/properties/top-bar/top-bar.ca.properties delete mode 100644 src/locale/properties/top-bar/top-bar.uk.properties delete mode 100644 src/locale/properties/two-factor/two-factor.ca.properties delete mode 100644 src/locale/properties/two-factor/two-factor.uk.properties delete mode 100644 src/locale/properties/works/works.ca.properties delete mode 100644 src/locale/properties/works/works.uk.properties diff --git a/src/locale/properties/account/account.ca.properties b/src/locale/properties/account/account.ca.properties deleted file mode 100644 index 0c4876f3f5..0000000000 --- a/src/locale/properties/account/account.ca.properties +++ /dev/null @@ -1,216 +0,0 @@ -account.emailFrequency=Email frequency -account.settings=Account settings -account.defaults=Defaults -account.security=Security -account.orcidKeeps=ORCID keeps you up-to-date with activity on your record with notifications sent to your ORCID inbox. You can also have these notifications sent to you by email. You can choose which types of notifications you wish to get by email and how often you would like to receive them. -account.ifYouNoLonger=If you no longer want to continue using ORCID you can deactivate your account at any time. -account.accountAndRecord=Account and record notifications -account.howOftenWould=How often would you like to receive summary emails about: -account.itemsAddedOrEdited=Items added or edited in your record by a trusted party -account.administrativeChanges=Administrative changes, such as being made a trusted individual -account.orcidMembers=ORCID members wanting your permission to automatically update your record -account.newFeatures=New features and tips -account.weOccasionallySend=We occasionally send out an email with information on new features and tips for getting the best out of your ORCID record. -account.idLikeToReceive=I’d like to receive the ORCID new features and tips newsletter -account.inAddition=In addition to the notifications selected above, we may occasionally send you emails with service messages related to or affecting your ORCID Account. As this information may affect your visibility (privacy) settings and the functioning of your ORCID account, you may not opt-out of service messages per our -account.immediately=Immediately -account.daily=Daily summary -account.weekly=Weekly summary -account.quarterly=Quarterly summary -account.never=Never -account.settingEmailsAlert2=Never -account.settingEmailsAlert3=may mean you miss out on useful or important messages about your ORCID record. -account.setYourPreferred=Set your preferred language for display and ORCID automated notifications. -account.byDefaultVisibility=By default, what visibility should be given to new items added to your ORCID Record? -account.language=Language -account.visibility=Visibility -account.changeOrUpdateAccountPassword=Change or update your account password. -account.twoPassword=Two-factor authentication -account.alternativeSignin=Alternate sign in accounts -account.yourPasswordHasBeenUpdate=Your password has been updated -account.deleteAlternateAccounts=Delete alternate account -account.afterYou=After your -account.unlink=Unlink account -account.accountIsUnlinked=account is unlinked, you will no longer be able to use it to access your ORCID record. -account.youHaventAdded=You haven't added any alternate sign in accounts yet. -account.accessGranted=Access granted -account.alternateSignInID=Alternate sign in ID -account.account=Account -account.youCanSingIntoOrcid=You can sign into ORCID using the personal and institutional accounts you have linked to your ORCID record. -account.learnMoreAboutUsing=Learn more about using alternate accounts to sign in to ORCID -account.accountPassword=Account password -account.actions=Account actions -account.OrcidCollectsLimited=ORCID collects limited data about you when you register for an ORCID iD, including your first name and your email address. You can also choose to add other data to your ORCID record, such as your last name, affiliations, title, education, grants, patents and publications. -account.youCanEasilyDownload=You can easily download an XML file of all your personal data in the ORCID registry. This file is unique to you and only you have access to it. -account.learnMoreAbout=Learn more about downloading your personal ORCID data -account.downloadAllMyData=Download all my data -account.downloadYourOrcid=Download your ORCID data -account.removeDuplicate=Remove a duplicate record -account.deactivateYourOrcidAccount=Deactivate your ORCID account -account.whatHappens=What happens when I deactivate my account? -account.onceYouAccount=Once your account is deactivated your ORCID iD and record will be disabled. All data, apart from the primary email address, is deleted. The email address is cryptographically hashed and securely stored in a private data file. -account.youWillNoLonger=You will no longer be able to use your iD to sign in or access other services. Your public record remains accessible but will only contain the iD and a ‘Deactivated record’ message. -account.deacctivateOrRemove=Deactivating or removing? -account.ifYouHaveAccidentally=If you have accidentally created multiple ORCID accounts you can always remove the duplicates instead of deactivating them. -account.learMoreAboutDeactivating=Learn more about deactivating an ORCID account -account.accountSettings=Account settings > Remove duplicate record -account.learMoreAbout=Learn more about removing duplicate records -account.readtyToDeactivate=Ready to deactivate your account? -account.deactivate1=1. Start the deactivation process by clicking on the "Deactivate ORCID account" button below -account.deactivate2=2. ORCID will send a deactivation email to the primary email address associated with this account -account.deactivate3=3. Click the confirmation link provided in the email to deactivate your ORCID account -account.deactivateOrcidAcc=Deactivate ORCID account -account.andEmailDeactivateWasSend=An account deactivation email has been sent to -account.accountActions=Account actions -account.removeDuplicateRecord=Remove duplicate record -account.warningDuplicated=Warning! All information will be deleted from the duplicate record. Only the email addresses will be transferred to your main ORCID record. Removing a duplicate record cannot be undone. -account.removeThisRecord=Remove this record -account.keepThisRecord=Keep this record -account.deleteDuplicatedAccount=Duplicate record removed! -account.orcidRecord=ORCID record -account.hasBeenRemovedDuplicated=has been removed and now refers to your current record, -account.twoFactor=Two factor authentication -account.ifYouHaveTwoorMore=If you have two or more ORCID records you can easily remove any unwanted duplicates. -account.whatHappensWhenIRemove=What happens when I remove a duplicate record? -account.deprecate1=- The email addresses associated with the duplicate record are added to this record -account.deprecate2=- All other information is deleted from the duplicate record -account.learnMoreAboutRemovingDuplicates=Learn more about removing duplicate records -account.ifYouHaveDuplicated=If you have more than one duplicate record repeat the process for each record. -account.removeADuplicatedRecord=Remove a duplicate record -account.duplicateRecordEmail=Duplicate record email or iD -account.duplicatedEmailHint=The email or iD of the record to be removed -account.duplicatedRecordPassword=Duplicate record password -account.duplicatedPasswordHint=The password for the record to be removed -account.removeDuplicatedRecord=Remove duplicate record -account.passwordCannotBeEmpty=Password cannot be empty -account.oldPassword=Old password -account.copyTheCodeBelow=Copy the code below and paste it into your personal website. -account.defaultStyleShown=Default styles shown above. The actual font/text colour should match your site. -account.preview=Preview -account.aQrCodeIsMachine=A QR code is a machine-readable graphic that contains information, typically a website URL. Your ORCID iD QR code is unique to you and it represents your ORCID iD. Anyone who scans it with a QR code reader such as a mobile phone will be sent to your public ORCID record. -account.downloadQR=Download your ORCID iD QR code and display it on posters, presentations, stickers, business cards - anywhere you want your ORCID iD to be found! -account.clickDownloadQR=Click to download your QR code -account.htmlCode=Display your ORCID iD on the web -account.qrCode=Get a QR code for your ORCID iD -account.sharing=Sharing -account.confirmNewPassword=Confirm new password -account.newPassword=New password -account.accessType=Access type -account.trustedParties=Trusted parties -account.trusted=Trusted -account.trustedOrganizations=Trusted organizations -account.trustedOrganizationsAreThose=Trusted organizations are those to which you have granted permission to interact with your iD and record, e.g. when submitting a manuscript or grant application. You decide whether to grant this access and you may revoke it at any time. -account.learnMoreAboutTrustedOrg=Learn more about trusted organizations -account.accessGrantedDate=Access granted: -account.revokeAccess=Revoke access -account.revokeAccessPermissions=Revoke access permissions -account.revokeAccessTrustedOrganizations=Revoke access - Trusted organization -account.revokingThisOrganizationAccess=Revoking this organization’s access permissions means they will no longer be able to interact with your ORCID record. This will not affect your other trusted organizations, nor will it block access to publicly accessible data in your record. -account.willNoLongerBeAble=will no longer be able to: -account.organizationsCanStillDelete=Organizations can still delete items they added to your record even after their access permissions have been revoked. -account.findOutMoreAboutTrusted=Find out more about Trusted Organizations and access permissions -account.youHavenAddAnyTrusted=You haven't added any trusted individuals yet. -account.trustedIndvidualstionsAreThose=Trusted individuals, also known as Account Delegates, are other ORCID iD holders to whom you have granted permission to update your ORCID record. You decide whether to grant access to them and can revoke this access at any time. -account.learnMoreAboutTrustedInd=Learn more about trusted individuals -account.trustedIndividuals=Trusted individuals -account.orcidID=ORCID iD -account.searchForOrcidUser=Search for ORCID users to add as trusted individuals -account.searchOrcidTrusted=Search ORCID for trusted individuals -account.name=Name -account.orcidId=ORCID iD -account.noResultFoundTrustedInd=No results found. Please edit your search terms. -account.revokeAccessTrustedIndividuals=Revoke access - Trusted individual -account.revokingThisIndividualAccess=Revoking this user’s access permissions means they will no longer be able to interact with your ORCID record. -account.addAccessTrustedIndividuals=Add access - Trusted individual -account.addAccess=Add access -account.trustedIndividual=Trusted individual -account.nameIsPri=Name is private -account.usersThatTrustYou=Users that trust you -account.orcidUsersWhoHaveYou=ORCID users who have made you an account delegate for their ORCID record. -account.youHavenBeenAddAsTrusted=You haven't been added as a trusted individual yet. -account.youHavenAddAnyOrg=You haven't added any trusted organizations yet. -account.addAsTrustedIndividuals=Add as trusted individual -account.addThisUserAsTrusted=Adding this user as a trusted individual will mean they are able to update your ORCID record. -account.searchIndividualsPlaceHolder=ORCID iD, email address, or names -account.on=ON -account.off=OFF -account.addExtraSecurity=Add extra security to your ORCID account by enabling two-factor authentication (2FA). -account.eachTimeYouSignIn=Each time you sign in to ORCID you’ll be prompted to enter a six-digit code we send to your preferred 2FA authentication application. -account.twoFactorIsCurrently=Two-factor authentication is currently: -account.turnOnTwoFactor=Turn on two-factor authentication -account.turnOffTwoFactor=Turn off two-factor authentication -account.enableTwoFactor=Enable two-factor authentication (2FA) -account.eachTimeYouSignInAlternate=Each time you sign in using your ORCID account or alternate sign-in accounts, you'll be prompted to enter a six-digit code that ORCID sends to your preferred authentication app. -account.knowledgeBaseEnabling=See the Knowledge Base for step-by-step instructions on enabling 2FA -account.installTwoFactor=1. Install a two-factor authentication app -account.app2FARequired=A 2FA app is required to create the six-digit code you need to access your account each time you sign in. Most apps are for mobile devices; some are also available as desktop or web-based apps. -account.downloadAndInstall=Download and install a 2FA app, such as -account.or=or -account.knowledgeBaseForList=See the Knowledge Base for a list of apps we've tested ourselves -account.scantQr=2. Scan the QR code with your device -account.openYour2FA=Open your 2FA app and scan the QR code image below. -account.cantScan=Can't scan the barcode? -account.getTextCode=Get a text code -account.enterIntoYour=and enter it into your 2FA app instead. -account.enterSixDigit=3. Enter the six-digit code from your authentication app -account.afterScanning=After scanning the QR code or entering the text code your 2FA app will generate a six-digit code. Enter the code below. -account.continue=Continue -account.save2FACodes=Save your 2FA recovery codes! -account.recoveryCodes=Recovery codes can be used to access your account when you can’t receive 2FA codes (for example, if you lose your device). Each code can only be used once. -account.learnMoreAbout2FA=Learn more about 2FA recovery codes -account.download2FARecovery=Download 2FA recovery codes -account.copy2FARecovery=Copy 2FA recovery codes -account.downloadOrCopy=Download or copy these codes and store them in a safe spot, such as a password manager. -account.onlyTimeDownload=This is the only time that you can download or copy these codes and ORCID does not store a backup. If you lose access to both your device and these codes, you will need to contact us to restore your account access. -account.iGotMyRecovery=I’ve got my recovery codes - go back to account settings -account.clipboard=Backup codes have been copied to the clipboard -account.youCantAddYourSelf=You can't add yourself as a trusted individual -account.alreadyAdded=You already added this user -account.yourRessetPasswordLinkHasGoneBad=There is a problem with your reset password link. Please check the link is not invalid and has not expired. -account.requestANewLink=Request a new password reset link -account.settingEmailAlert1=Setting email frequency to -account.scopePathType.activitiesReadLimited=Read limited information from your research activities -account.scopePathType.activitiesUpdate=Add/update your research activities (works, affiliations, etc) -account.scopePathType.affiliationsCreate=Add education or employment -account.scopePathType.affiliationsReadLimited=Read limited info from your affiliations list -account.scopePathType.affiliationsUpdate=Update your affiliations -account.scopePathType.authenticate=Get your ORCID iD -account.scopePathType.openid=Get your ORCID iD -account.scopePathType.emailReadPrivate=Read all email addresses from your record, including ones marked as private -account.scopePathType.fundingCreate=Add funding items -account.scopePathType.fundingReadLimited=Read limited info from your funding list -account.scopePathType.fundingUpdate=Update your funding items -account.scopePathType.orcidBioExternalIdentifiersCreate=Add a person identifier -account.scopePathType.orcidBioReadLimited=Read your biographical information -account.scopePathType.orcidBioUpdate=Add/update information about you (country, keywords, etc.) -account.scopePathType.orcidGrantsCreate=Add grants to your grants list -account.scopePathType.orcidGrantsReadLimited=Read limited info from your grants list -account.scopePathType.orcidProfileCreate=Create a new profile -account.scopePathType.orcidProfileReadLimited=Read your information with visibility set to Trusted Parties -account.scopePathType.orcidWorksCreate=Add works -account.scopePathType.orcidWorksReadLimited=Read items in your ORCID record -account.scopePathType.orcidWorksUpdate=Update your works -account.scopePathType.peerReviewCreate=Add peer reviews -account.scopePathType.peerReviewReadLimited=Read peer reviews from your ORCID record -account.scopePathType.peerReviewUpdate=Update your peer reviews -account.scopePathType.personReadLimited=Read limited information from your biography. -account.scopePathType.personUpdate=Add/update information about you (country, keywords, etc.) -account.scopePathType.readLimited=Read your information with visibility set to Trusted Parties -account.scopePathType.readPublic=Read public info only -account.scopePathType.webhook=Notifies Application if there are changes to your record -account.notifications=Notifications keep you up-to-date with activity in your ORCID record. Updates are automatically sent to your ORCID inbox but you can also have them sent to you by email. You can choose the kind of notifications you wish to receive by email and how often you want to receive them. -account.inAdditionToTheOptional=In addition to the optional account and record notifications, we may occasionally send you emails with service messages relating to your ORCID account. As the information in these emails may affect your privacy settings and the functioning of your ORCID account, you cannot opt-out of these service messages per our -account.notificationEmailAddress=Notification email address -account.yourOrcidNotification=Your ORCID notification emails will be sent to: -account.unverifiedEmailAddress=Unverified email address -account.verifiedEmailAddress=Verified email address -account.manageYourEmails=Manage your emails -account.howOftenShouldWeSend=How often should we send you ORCID notification emails about: -account.administrativeChangesSuchAs=Administrative changes, such as being made a trusted individual -account.tipsAndFeatures=Tips & features email -account.idLikeToReceiveTheOrcidTips=I’d like to receive the ORCID tips & features email -account.privacypolicy=Privacy Policy -account.setTheFrequency=Set the frequency for update notifications -account.setTheFrequencyAdministrative=Set the frequency for administrative change notifications -account.setTheFrequencyMember=Set the frequency for permission request notifications -account.notificationEmailAddressFrequency=Notification email frequency diff --git a/src/locale/properties/account/account.uk.properties b/src/locale/properties/account/account.uk.properties deleted file mode 100644 index 976b19da24..0000000000 --- a/src/locale/properties/account/account.uk.properties +++ /dev/null @@ -1,216 +0,0 @@ -account.emailFrequency=Email frequency -account.settings=Account settings -account.defaults=Defaults -account.security=Security -account.orcidKeeps=ORCID keeps you up-to-date with activity on your record with notifications sent to your ORCID inbox. You can also have these notifications sent to you by email. You can choose which types of notifications you wish to get by email and how often you would like to receive them. -account.ifYouNoLonger=If you no longer want to continue using ORCID you can deactivate your account at any time. -account.accountAndRecord=Account and record notifications -account.howOftenWould=How often would you like to receive summary emails about: -account.itemsAddedOrEdited=Items added or edited in your record by a trusted party -account.administrativeChanges=Administrative changes, such as being made a trusted individual -account.orcidMembers=ORCID members wanting your permission to automatically update your record -account.newFeatures=New features and tips -account.weOccasionallySend=We occasionally send out an email with information on new features and tips for getting the best out of your ORCID record. -account.idLikeToReceive=I’d like to receive the ORCID new features and tips newsletter -account.inAddition=In addition to the notifications selected above, we may occasionally send you emails with service messages related to or affecting your ORCID Account. As this information may affect your visibility (privacy) settings and the functioning of your ORCID account, you may not opt-out of service messages per our -account.immediately=Immediately -account.daily=Daily summary -account.weekly=Weekly summary -account.quarterly=Quarterly summary -account.never=Never -account.settingEmailsAlert2=Never -account.settingEmailsAlert3=may mean you miss out on useful or important messages about your ORCID record. -account.setYourPreferred=Set your preferred language for display and ORCID automated notifications. -account.byDefaultVisibility=By default, what visibility should be given to new items added to your ORCID Record? -account.language=Мова -account.visibility=Видимість -account.changeOrUpdateAccountPassword=Change or update your account password. -account.twoPassword=Two-factor authentication -account.alternativeSignin=Alternate sign in accounts -account.yourPasswordHasBeenUpdate=Your password has been updated -account.deleteAlternateAccounts=Delete alternate account -account.afterYou=After your -account.unlink=Unlink account -account.accountIsUnlinked=account is unlinked, you will no longer be able to use it to access your ORCID record. -account.youHaventAdded=You haven't added any alternate sign in accounts yet. -account.accessGranted=Access granted -account.alternateSignInID=Alternate sign in ID -account.account=Account -account.youCanSingIntoOrcid=You can sign into ORCID using the personal and institutional accounts you have linked to your ORCID record. -account.learnMoreAboutUsing=Learn more about using alternate accounts to sign in to ORCID -account.accountPassword=Account password -account.actions=Account actions -account.OrcidCollectsLimited=ORCID collects limited data about you when you register for an ORCID iD, including your first name and your email address. You can also choose to add other data to your ORCID record, such as your last name, affiliations, title, education, grants, patents and publications. -account.youCanEasilyDownload=You can easily download an XML file of all your personal data in the ORCID registry. This file is unique to you and only you have access to it. -account.learnMoreAbout=Learn more about downloading your personal ORCID data -account.downloadAllMyData=Download all my data -account.downloadYourOrcid=Download your ORCID data -account.removeDuplicate=Remove a duplicate record -account.deactivateYourOrcidAccount=Deactivate your ORCID account -account.whatHappens=What happens when I deactivate my account? -account.onceYouAccount=Once your account is deactivated your ORCID iD and record will be disabled. All data, apart from the primary email address, is deleted. The email address is cryptographically hashed and securely stored in a private data file. -account.youWillNoLonger=You will no longer be able to use your iD to sign in or access other services. Your public record remains accessible but will only contain the iD and a ‘Deactivated record’ message. -account.deacctivateOrRemove=Deactivating or removing? -account.ifYouHaveAccidentally=If you have accidentally created multiple ORCID accounts you can always remove the duplicates instead of deactivating them. -account.learMoreAboutDeactivating=Learn more about deactivating an ORCID account -account.accountSettings=Account settings > Remove duplicate record -account.learMoreAbout=Learn more about removing duplicate records -account.readtyToDeactivate=Ready to deactivate your account? -account.deactivate1=1. Start the deactivation process by clicking on the "Deactivate ORCID account" button below -account.deactivate2=2. ORCID will send a deactivation email to the primary email address associated with this account -account.deactivate3=3. Click the confirmation link provided in the email to deactivate your ORCID account -account.deactivateOrcidAcc=Deactivate ORCID account -account.andEmailDeactivateWasSend=An account deactivation email has been sent to -account.accountActions=Account actions -account.removeDuplicateRecord=Remove duplicate record -account.warningDuplicated=Warning! All information will be deleted from the duplicate record. Only the email addresses will be transferred to your main ORCID record. Removing a duplicate record cannot be undone. -account.removeThisRecord=Remove this record -account.keepThisRecord=Keep this record -account.deleteDuplicatedAccount=Duplicate record removed! -account.orcidRecord=ORCID record -account.hasBeenRemovedDuplicated=has been removed and now refers to your current record, -account.twoFactor=Two factor authentication -account.ifYouHaveTwoorMore=If you have two or more ORCID records you can easily remove any unwanted duplicates. -account.whatHappensWhenIRemove=What happens when I remove a duplicate record? -account.deprecate1=- The email addresses associated with the duplicate record are added to this record -account.deprecate2=- All other information is deleted from the duplicate record -account.learnMoreAboutRemovingDuplicates=Learn more about removing duplicate records -account.ifYouHaveDuplicated=If you have more than one duplicate record repeat the process for each record. -account.removeADuplicatedRecord=Remove a duplicate record -account.duplicateRecordEmail=Duplicate record email or iD -account.duplicatedEmailHint=The email or iD of the record to be removed -account.duplicatedRecordPassword=Duplicate record password -account.duplicatedPasswordHint=The password for the record to be removed -account.removeDuplicatedRecord=Remove duplicate record -account.passwordCannotBeEmpty=Password cannot be empty -account.oldPassword=Old password -account.copyTheCodeBelow=Copy the code below and paste it into your personal website. -account.defaultStyleShown=Default styles shown above. The actual font/text colour should match your site. -account.preview=Preview -account.aQrCodeIsMachine=A QR code is a machine-readable graphic that contains information, typically a website URL. Your ORCID iD QR code is unique to you and it represents your ORCID iD. Anyone who scans it with a QR code reader such as a mobile phone will be sent to your public ORCID record. -account.downloadQR=Download your ORCID iD QR code and display it on posters, presentations, stickers, business cards - anywhere you want your ORCID iD to be found! -account.clickDownloadQR=Click to download your QR code -account.htmlCode=Display your ORCID iD on the web -account.qrCode=Get a QR code for your ORCID iD -account.sharing=Sharing -account.confirmNewPassword=Confirm new password -account.newPassword=New password -account.accessType=Access type -account.trustedParties=Trusted parties -account.trusted=Trusted -account.trustedOrganizations=Trusted organizations -account.trustedOrganizationsAreThose=Trusted organizations are those to which you have granted permission to interact with your iD and record, e.g. when submitting a manuscript or grant application. You decide whether to grant this access and you may revoke it at any time. -account.learnMoreAboutTrustedOrg=Learn more about trusted organizations -account.accessGrantedDate=Access granted: -account.revokeAccess=Revoke access -account.revokeAccessPermissions=Revoke access permissions -account.revokeAccessTrustedOrganizations=Revoke access - Trusted organization -account.revokingThisOrganizationAccess=Revoking this organization’s access permissions means they will no longer be able to interact with your ORCID record. This will not affect your other trusted organizations, nor will it block access to publicly accessible data in your record. -account.willNoLongerBeAble=will no longer be able to: -account.organizationsCanStillDelete=Organizations can still delete items they added to your record even after their access permissions have been revoked. -account.findOutMoreAboutTrusted=Find out more about Trusted Organizations and access permissions -account.youHavenAddAnyTrusted=You haven't added any trusted individuals yet. -account.trustedIndvidualstionsAreThose=Trusted individuals, also known as Account Delegates, are other ORCID iD holders to whom you have granted permission to update your ORCID record. You decide whether to grant access to them and can revoke this access at any time. -account.learnMoreAboutTrustedInd=Learn more about trusted individuals -account.trustedIndividuals=Trusted individuals -account.orcidID=ORCID iD -account.searchForOrcidUser=Search for ORCID users to add as trusted individuals -account.searchOrcidTrusted=Search ORCID for trusted individuals -account.name=Name -account.orcidId=ORCID iD -account.noResultFoundTrustedInd=No results found. Please edit your search terms. -account.revokeAccessTrustedIndividuals=Revoke access - Trusted individual -account.revokingThisIndividualAccess=Revoking this user’s access permissions means they will no longer be able to interact with your ORCID record. -account.addAccessTrustedIndividuals=Add access - Trusted individual -account.addAccess=Add access -account.trustedIndividual=Trusted individual -account.nameIsPri=Name is private -account.usersThatTrustYou=Users that trust you -account.orcidUsersWhoHaveYou=ORCID users who have made you an account delegate for their ORCID record. -account.youHavenBeenAddAsTrusted=You haven't been added as a trusted individual yet. -account.youHavenAddAnyOrg=You haven't added any trusted organizations yet. -account.addAsTrustedIndividuals=Add as trusted individual -account.addThisUserAsTrusted=Adding this user as a trusted individual will mean they are able to update your ORCID record. -account.searchIndividualsPlaceHolder=ORCID iD, email address, or names -account.on=ON -account.off=OFF -account.addExtraSecurity=Add extra security to your ORCID account by enabling two-factor authentication (2FA). -account.eachTimeYouSignIn=Each time you sign in to ORCID you’ll be prompted to enter a six-digit code we send to your preferred 2FA authentication application. -account.twoFactorIsCurrently=Two-factor authentication is currently: -account.turnOnTwoFactor=Turn on two-factor authentication -account.turnOffTwoFactor=Turn off two-factor authentication -account.enableTwoFactor=Enable two-factor authentication (2FA) -account.eachTimeYouSignInAlternate=Each time you sign in using your ORCID account or alternate sign-in accounts, you'll be prompted to enter a six-digit code that ORCID sends to your preferred authentication app. -account.knowledgeBaseEnabling=See the Knowledge Base for step-by-step instructions on enabling 2FA -account.installTwoFactor=1. Install a two-factor authentication app -account.app2FARequired=A 2FA app is required to create the six-digit code you need to access your account each time you sign in. Most apps are for mobile devices; some are also available as desktop or web-based apps. -account.downloadAndInstall=Download and install a 2FA app, such as -account.or=or -account.knowledgeBaseForList=See the Knowledge Base for a list of apps we've tested ourselves -account.scantQr=2. Scan the QR code with your device -account.openYour2FA=Open your 2FA app and scan the QR code image below. -account.cantScan=Can't scan the barcode? -account.getTextCode=Get a text code -account.enterIntoYour=and enter it into your 2FA app instead. -account.enterSixDigit=3. Enter the six-digit code from your authentication app -account.afterScanning=After scanning the QR code or entering the text code your 2FA app will generate a six-digit code. Enter the code below. -account.continue=Continue -account.save2FACodes=Save your 2FA recovery codes! -account.recoveryCodes=Recovery codes can be used to access your account when you can’t receive 2FA codes (for example, if you lose your device). Each code can only be used once. -account.learnMoreAbout2FA=Learn more about 2FA recovery codes -account.download2FARecovery=Download 2FA recovery codes -account.copy2FARecovery=Copy 2FA recovery codes -account.downloadOrCopy=Download or copy these codes and store them in a safe spot, such as a password manager. -account.onlyTimeDownload=This is the only time that you can download or copy these codes and ORCID does not store a backup. If you lose access to both your device and these codes, you will need to contact us to restore your account access. -account.iGotMyRecovery=I’ve got my recovery codes - go back to account settings -account.clipboard=Backup codes have been copied to the clipboard -account.youCantAddYourSelf=You can't add yourself as a trusted individual -account.alreadyAdded=You already added this user -account.yourRessetPasswordLinkHasGoneBad=There is a problem with your reset password link. Please check the link is not invalid and has not expired. -account.requestANewLink=Request a new password reset link -account.settingEmailAlert1=Setting email frequency to -account.scopePathType.activitiesReadLimited=Read limited information from your research activities -account.scopePathType.activitiesUpdate=Add/update your research activities (works, affiliations, etc) -account.scopePathType.affiliationsCreate=Add education or employment -account.scopePathType.affiliationsReadLimited=Read limited info from your affiliations list -account.scopePathType.affiliationsUpdate=Update your affiliations -account.scopePathType.authenticate=Get your ORCID iD -account.scopePathType.openid=Get your ORCID iD -account.scopePathType.emailReadPrivate=Read all email addresses from your record, including ones marked as private -account.scopePathType.fundingCreate=Add funding items -account.scopePathType.fundingReadLimited=Read limited info from your funding list -account.scopePathType.fundingUpdate=Update your funding items -account.scopePathType.orcidBioExternalIdentifiersCreate=Add a person identifier -account.scopePathType.orcidBioReadLimited=Read your biographical information -account.scopePathType.orcidBioUpdate=Add/update information about you (country, keywords, etc.) -account.scopePathType.orcidGrantsCreate=Add grants to your grants list -account.scopePathType.orcidGrantsReadLimited=Read limited info from your grants list -account.scopePathType.orcidProfileCreate=Create a new profile -account.scopePathType.orcidProfileReadLimited=Read your information with visibility set to Trusted Parties -account.scopePathType.orcidWorksCreate=Add works -account.scopePathType.orcidWorksReadLimited=Read items in your ORCID record -account.scopePathType.orcidWorksUpdate=Update your works -account.scopePathType.peerReviewCreate=Add peer reviews -account.scopePathType.peerReviewReadLimited=Read peer reviews from your ORCID record -account.scopePathType.peerReviewUpdate=Update your peer reviews -account.scopePathType.personReadLimited=Read limited information from your biography. -account.scopePathType.personUpdate=Add/update information about you (country, keywords, etc.) -account.scopePathType.readLimited=Read your information with visibility set to Trusted Parties -account.scopePathType.readPublic=Read public info only -account.scopePathType.webhook=Notifies Application if there are changes to your record -account.notifications=Notifications keep you up-to-date with activity in your ORCID record. Updates are automatically sent to your ORCID inbox but you can also have them sent to you by email. You can choose the kind of notifications you wish to receive by email and how often you want to receive them. -account.inAdditionToTheOptional=In addition to the optional account and record notifications, we may occasionally send you emails with service messages relating to your ORCID account. As the information in these emails may affect your privacy settings and the functioning of your ORCID account, you cannot opt-out of these service messages per our -account.notificationEmailAddress=Notification email address -account.yourOrcidNotification=Your ORCID notification emails will be sent to: -account.unverifiedEmailAddress=Unverified email address -account.verifiedEmailAddress=Verified email address -account.manageYourEmails=Manage your emails -account.howOftenShouldWeSend=How often should we send you ORCID notification emails about: -account.administrativeChangesSuchAs=Administrative changes, such as being made a trusted individual -account.tipsAndFeatures=Tips & features email -account.idLikeToReceiveTheOrcidTips=I’d like to receive the ORCID tips & features email -account.privacypolicy=Privacy Policy -account.setTheFrequency=Set the frequency for update notifications -account.setTheFrequencyAdministrative=Set the frequency for administrative change notifications -account.setTheFrequencyMember=Set the frequency for permission request notifications -account.notificationEmailAddressFrequency=Notification email frequency diff --git a/src/locale/properties/authorize/authorize.ca.properties b/src/locale/properties/authorize/authorize.ca.properties deleted file mode 100644 index ae2b2d2c48..0000000000 --- a/src/locale/properties/authorize/authorize.ca.properties +++ /dev/null @@ -1,43 +0,0 @@ -authorize.youAreCurrentlySignin=You are currently signed in as: -authorize.hasAskedAccess=has asked for the following access to your ORCID record: -authorize.authorize=Authorize access -authorize.deny=Deny access -authorize.ifAuthorize=If authorized, this organization will have access to your ORCID record, as outlined above and described in further detail in -authorize.privacyPolicy=ORCID’s privacy policy. -authorize.youCanManage=You can manage access permissions for this and other Trusted Organizations in your -authorize.accountSettings=account settings. -authorize.authenticate=Get your ORCID iD -authorize.personUpdate=Add/update other information about you (country, keywords, etc.) -authorize.activitiesUpdate=Add/update your research activities (works, affiliations, etc) -authorize.readLimited=Read your information with visibility set to Trusted Organizations -authorize.authenticateLongDescription=Allow this organization or application to get your 16-character ORCID iD and read information on your ORCID record you have marked as public. -authorize.personUpdateLongDescription=Allow this organization or application to add information about you (for example, your country, key words, other identifiers - but not your biography) that is stored in their system(s) to the lefthand section of your ORCID record. They will also be able to update this and any other information they have added, but will not be able to edit information added by you or by another trusted organization. -authorize.activitiesUpdateLongDescription=Allow this organization or application to add information about your research activities (for example, works, affiliations) that is stored in their system(s) to your ORCID record. They will also be able to update this and any other information they have added, but will not be able to edit information added by you or by another trusted organization. -authorize.readLimitedLongDescription=Allow this organization or application to read any information from your record you have marked as limited access. They cannot read information you have marked as private. -authorize.errorMissingRedirect=Error: Incorrect OAuth Link for client id -authorize.errorMissingRedirect2=, missing redirect uri parameter -authorize.errorInvalidRedirect1=Error: The provided redirect URI -authorize.errorInvalidRedirect2=does not match the redirect URIs registered by -authorize.errorInvalidClientID1=Error: The provided client id -authorize.errorInvalidClientID2=is invalid. -authorize.errorMissingClientID1=Error: Incorrect OAuth Link, missing client id parameter. -authorize.errorLockedClientID1=Error: The provided client id -authorize.errorLockedMemberID1=Error: The provided request couldn't be completed because the integration and hence, the client -authorize.errorLockedClientID2=is locked. -authorize.errorMissingScopes1=Error: Incorrect OAuth Link for client id -authorize.errorMissingScopes2=, missing scope parameter. -authorize.errorMissingResponseType=Error: Incorrect OAuth Link for client id -authorize.errorMissingResponseType2=, missing response type parameter. -authorize.error=You have reached this page due to an error with the application's integration. Please report this error to the organization that is requesting your ORCID iD. -authorize.showDetails=Show details -authorize.hideDetails=Hide details -authorize.organizationAskedFollowingAccess=This organization has asked for the following access to your ORCID record: -authorize.readInfomationVisibilityTrustedParties=Read your information with visibility set to Trusted parties -authorize.addUpdateReseachActivities=Add/update your research activities (works, affiliations, etc.) -authorize.addUpdateInformation=Add/update information about you (country, keywords, etc.) -authorize.youHave=Teniu -authorize.trustedAccounts=trusted accounts. -authorize.authorizeAccessFor=Authorize access for -authorize.dashOrcid=- ORCID -authorize.manageAccessPersmissions=You can manage access permissions for this and other Trusted Organizations from within your list of -authorize.trustedParties=trusted parties. diff --git a/src/locale/properties/authorize/authorize.uk.properties b/src/locale/properties/authorize/authorize.uk.properties deleted file mode 100644 index 804ca97051..0000000000 --- a/src/locale/properties/authorize/authorize.uk.properties +++ /dev/null @@ -1,43 +0,0 @@ -authorize.youAreCurrentlySignin=You are currently signed in as: -authorize.hasAskedAccess=has asked for the following access to your ORCID record: -authorize.authorize=Authorize access -authorize.deny=Deny access -authorize.ifAuthorize=If authorized, this organization will have access to your ORCID record, as outlined above and described in further detail in -authorize.privacyPolicy=ORCID’s privacy policy. -authorize.youCanManage=You can manage access permissions for this and other Trusted Organizations in your -authorize.accountSettings=account settings. -authorize.authenticate=Get your ORCID iD -authorize.personUpdate=Add/update other information about you (country, keywords, etc.) -authorize.activitiesUpdate=Add/update your research activities (works, affiliations, etc) -authorize.readLimited=Read your information with visibility set to Trusted Organizations -authorize.authenticateLongDescription=Allow this organization or application to get your 16-character ORCID iD and read information on your ORCID record you have marked as public. -authorize.personUpdateLongDescription=Allow this organization or application to add information about you (for example, your country, key words, other identifiers - but not your biography) that is stored in their system(s) to the lefthand section of your ORCID record. They will also be able to update this and any other information they have added, but will not be able to edit information added by you or by another trusted organization. -authorize.activitiesUpdateLongDescription=Allow this organization or application to add information about your research activities (for example, works, affiliations) that is stored in their system(s) to your ORCID record. They will also be able to update this and any other information they have added, but will not be able to edit information added by you or by another trusted organization. -authorize.readLimitedLongDescription=Allow this organization or application to read any information from your record you have marked as limited access. They cannot read information you have marked as private. -authorize.errorMissingRedirect=Error: Incorrect OAuth Link for client id -authorize.errorMissingRedirect2=, missing redirect uri parameter -authorize.errorInvalidRedirect1=Error: The provided redirect URI -authorize.errorInvalidRedirect2=does not match the redirect URIs registered by -authorize.errorInvalidClientID1=Error: The provided client id -authorize.errorInvalidClientID2=is invalid. -authorize.errorMissingClientID1=Error: Incorrect OAuth Link, missing client id parameter. -authorize.errorLockedClientID1=Error: The provided client id -authorize.errorLockedMemberID1=Error: The provided request couldn't be completed because the integration and hence, the client -authorize.errorLockedClientID2=is locked. -authorize.errorMissingScopes1=Error: Incorrect OAuth Link for client id -authorize.errorMissingScopes2=, missing scope parameter. -authorize.errorMissingResponseType=Error: Incorrect OAuth Link for client id -authorize.errorMissingResponseType2=, missing response type parameter. -authorize.error=You have reached this page due to an error with the application's integration. Please report this error to the organization that is requesting your ORCID iD. -authorize.showDetails=Show details -authorize.hideDetails=Приховати подробиці -authorize.organizationAskedFollowingAccess=This organization has asked for the following access to your ORCID record: -authorize.readInfomationVisibilityTrustedParties=Read your information with visibility set to Trusted parties -authorize.addUpdateReseachActivities=Add/update your research activities (works, affiliations, etc.) -authorize.addUpdateInformation=Add/update information about you (country, keywords, etc.) -authorize.youHave=У вас -authorize.trustedAccounts=trusted accounts. -authorize.authorizeAccessFor=Authorize access for -authorize.dashOrcid=- ORCID -authorize.manageAccessPersmissions=You can manage access permissions for this and other Trusted Organizations from within your list of -authorize.trustedParties=trusted parties. diff --git a/src/locale/properties/delegators/delegators.ca.properties b/src/locale/properties/delegators/delegators.ca.properties deleted file mode 100644 index 535ca2759f..0000000000 --- a/src/locale/properties/delegators/delegators.ca.properties +++ /dev/null @@ -1,5 +0,0 @@ -delegators.youHave=Teniu -delegators.accounts=accounts -delegators.switchBack=Switch back to me -delegators.switchAccount=Switch to another account -delegators.ariaLabelswitchAccount=Switch to managing another ORCID account diff --git a/src/locale/properties/delegators/delegators.uk.properties b/src/locale/properties/delegators/delegators.uk.properties deleted file mode 100644 index 0c8fa5572d..0000000000 --- a/src/locale/properties/delegators/delegators.uk.properties +++ /dev/null @@ -1,5 +0,0 @@ -delegators.youHave=У вас -delegators.accounts=accounts -delegators.switchBack=Switch back to me -delegators.switchAccount=Switch to another account -delegators.ariaLabelswitchAccount=Switch to managing another ORCID account diff --git a/src/locale/properties/developer-tools/developer-tools.ca.properties b/src/locale/properties/developer-tools/developer-tools.ca.properties deleted file mode 100644 index c5a51af0db..0000000000 --- a/src/locale/properties/developer-tools/developer-tools.ca.properties +++ /dev/null @@ -1,87 +0,0 @@ -developerTools.clientSecret=Client secret -developerTools.generateNewClientSecret=Generate a new client secret -developerTools.ressettingYourClientSecret=Resetting your client secret will generate a new secret. Your current client secret shown below will be discarded within the next 24 hours. -developerTools.developerTools=Developer tools -developerTools.thisSectionIsIntended=This section is intended for developers who plan to integrate ORCID into their system using the ORCID Public API. -developerTools.gettingStarted=Getting started with the free ORCID Public API -developerTools.orcidOffersAnApi=ORCID offers a free Public API (Application Programming Interface) that allows your systems and applications to connect to the ORCID registry for non-commercial use. -developerTools.allowUserToSignInto=Allow users to sign into your system/application with their ORCID account -developerTools.getAUserAuthenticated=Obtain users' authenticated ORCID iDs -developerTools.retrieveMachineReadable=Read public information from ORCID records in machine-readable format -developerTools.performMachineSearch=Search public data in the ORCID Registry -developerTools.orcidApiResful=The ORCID Public API is RESTful and uses -developerTools.oauth20=OAuth -developerTools.wellEstablishedStandard=, a well-established, standard protocol for user-based permissions. -developerTools.publicClientApplicationsAreGranted=Public API Credentials are granted to individuals and not organizations, and your Public API Credentials are personal to you (even if being used in connection with your work for an organization). -developerTools.additionalResources=Additional resources -developerTools.readThePublicApisDocumentation=Read the Public API documentation -developerTools.fillOutMoreAobutTheDifferences=Find out more about the differences between the Public and Member APIs -developerTools.orcidPublicClientTermsOfService=ORCID Public APIs Terms of Service -developerTools.theOrcidPublicApiAllowsYouToRequestPermission=The ORCID Public API is free for non-commercial use by individuals as stated in the -developerTools.publicClientTermsOfService=Public APIs Terms of Service. -developerTools.youMustAcceptThePublicClientTermsOfService=You must accept the Public Client Terms of Service before you can register for your Public API credentials. -developerTools.haveReadAndAgreeToTheOrcidPublicClientTermsOfService=I have read and agree to the ORCID Public APIs Terms of Service -developerTools.registerForYourOrcidPublicApiCredentials=Register for your ORCID Public API credentials -developerTools.warningDuplicated=You’ve registered for your ORCID Public API credentials -developerTools.addYourApplicationDetails=Add your application details and one or more redirect URIs in the form below. Once these details are saved we’ll generate your client ID and secret so you can start using the Public API right away. -developerTools.applicationDetails=Application details -developerTools.applicationName=Application name -developerTools.applicationNameCannotBeEmpty=Application name cannot be empty -developerTools.nameShownToUsers=The name shown to users on the OAuth authorization screen -developerTools.applicationUrl=Application URL -developerTools.websiteNameCannotBeEmpty=Website name cannot be empty -developerTools.invalidWebsite=Invalid website -developerTools.applicationDescription=Application description -developerTools.theDescriptionShown=The description shown to users on the OAuth authorization screen. Maximum 1000 characters. -developerTools.redirectUris=Redirect URIs -developerTools.pleaseNote=Please note -developerTools.only=Only -developerTools.httpsURI=HTTPS URIs -developerTools.areAccepted=are accepted in production -developerTools.domainsRegisted=Domains registered -developerTools.must=MUST -developerTools.exactlyMatchTheDomains=exactly match the domains used, including subdomains -developerTools.registerAllRedirectURIs=Register all redirect URIs fully where possible. -developerTools.thisIsTheMostSecure=This is the most secure option and what we recommend. For more information about redirect URIs, please see our -developerTools.redirectUriFaq=redirect URI FAQ -developerTools.addARedirectUriBefore=Please add a redirect URI before saving your application -developerTools.redirectUriCannotBeEmpty=Redirect URI cannot be empty -developerTools.invalidRedirectUrl=Invalid redirect URL -developerTools.addAnotherRedirectUri=Add another redirect URI -developerTools.changesHaveBeenSavedSuccessfully=Changes have been saved successfully. -developerTools.saveApplicationAndGenerate=Save application and generate my client ID and secret -developerTools.saveApplication=Save application -developerTools.providesAnAuthorizationCode=Provides an authorization code that can be exchanged for an access token and an authenticated ORCID iD. -developerTools.endpoint=Endpoint -developerTools.scope=Scope -developerTools.code=code -developerTools.providesAnAuthenticatd=Provides an authenticated ORCID iD and an access token that can be used to read public information on the record. -developerTools.accessTokenAndOrcidId=access token and ORCID iD -developerTools.providesAnAccess=Provides an access token that can be used to read public information on the record and an id_token using OpenID Connect and client-side only implicit OAuth. -developerTools.moreInformation=More information on OpenID Connect Endpoint -developerTools.responseType=Response type -developerTools.clientId=Client ID -developerTools.exampleCode=Example code -developerTools.ariaLabelWebsiteDelete=Delete redirect URI -developerTools.labelAuthorizeRequest=Authorize request -developerTools.labelTokenRequest=Token request -developerTools.labelOpenIdImplicitRequest=OpenID/Implicit request -developerTools.redirectUrisMustBeUnique=Redirect URIs must be unique -developerTools.applicationNameMaxLength=Application name cannot exceed 255 characters. -developerTools.descriptionNameMaxLength=Application description cannot exceed 1000 characters. -developerTools.onceTheUserHasAuthorized=Once the user has authorized your application, they will be returned to a URI that you specify. You must provide these URIs in advance or your integration users will experience an error. -developerTools.collapse=Collapse -developerTools.expand=Expand -developerTools.replaceWithRedirect=REPLACE WITH REDIRECT URI -developerTools.replaceWithOauth=REPLACE WITH OAUTH CODE -developerTools.backToMyRecod=Back to my record -developerTools.exampleCode2=example code -developerTools.orcidOffersAnApi2=By registering for Public API Credentials, your system or application can: -developerTools.obtainHigher=Obtain a higher usage quota than the ORCID Anonymous API -developerTools.publicClientApplicationsAreGranted2=If you need access to an ORCID API for commercial use, need a higher usage quota, organizational administration of your API credentials, or the ability to write data to or access Trusted Party data in ORCID records, our -developerTools.memberApi=Member API -developerTools.mayBeMoreAppropriate=is available to ORCID member organizations. -developerTools.byRegisteringForPublicApi=By “non-commercial” we mean that you may not charge any re-use fees for the Public API, and you may not make use of the Public API in connection with any revenue-generating product or service. -developerTools.noVerifiedEmailAddresses=No verified email addresses found -developerTools.youMustHaveAtLeastOneVerifiedEmail=You must have at least one verified email address in your ORCID account to register for your Public API credentials. Manage your email addresses in the -developerTools.emailsAndDomainsSection=Emails and domains section of your ORCID record diff --git a/src/locale/properties/developer-tools/developer-tools.uk.properties b/src/locale/properties/developer-tools/developer-tools.uk.properties deleted file mode 100644 index c5a51af0db..0000000000 --- a/src/locale/properties/developer-tools/developer-tools.uk.properties +++ /dev/null @@ -1,87 +0,0 @@ -developerTools.clientSecret=Client secret -developerTools.generateNewClientSecret=Generate a new client secret -developerTools.ressettingYourClientSecret=Resetting your client secret will generate a new secret. Your current client secret shown below will be discarded within the next 24 hours. -developerTools.developerTools=Developer tools -developerTools.thisSectionIsIntended=This section is intended for developers who plan to integrate ORCID into their system using the ORCID Public API. -developerTools.gettingStarted=Getting started with the free ORCID Public API -developerTools.orcidOffersAnApi=ORCID offers a free Public API (Application Programming Interface) that allows your systems and applications to connect to the ORCID registry for non-commercial use. -developerTools.allowUserToSignInto=Allow users to sign into your system/application with their ORCID account -developerTools.getAUserAuthenticated=Obtain users' authenticated ORCID iDs -developerTools.retrieveMachineReadable=Read public information from ORCID records in machine-readable format -developerTools.performMachineSearch=Search public data in the ORCID Registry -developerTools.orcidApiResful=The ORCID Public API is RESTful and uses -developerTools.oauth20=OAuth -developerTools.wellEstablishedStandard=, a well-established, standard protocol for user-based permissions. -developerTools.publicClientApplicationsAreGranted=Public API Credentials are granted to individuals and not organizations, and your Public API Credentials are personal to you (even if being used in connection with your work for an organization). -developerTools.additionalResources=Additional resources -developerTools.readThePublicApisDocumentation=Read the Public API documentation -developerTools.fillOutMoreAobutTheDifferences=Find out more about the differences between the Public and Member APIs -developerTools.orcidPublicClientTermsOfService=ORCID Public APIs Terms of Service -developerTools.theOrcidPublicApiAllowsYouToRequestPermission=The ORCID Public API is free for non-commercial use by individuals as stated in the -developerTools.publicClientTermsOfService=Public APIs Terms of Service. -developerTools.youMustAcceptThePublicClientTermsOfService=You must accept the Public Client Terms of Service before you can register for your Public API credentials. -developerTools.haveReadAndAgreeToTheOrcidPublicClientTermsOfService=I have read and agree to the ORCID Public APIs Terms of Service -developerTools.registerForYourOrcidPublicApiCredentials=Register for your ORCID Public API credentials -developerTools.warningDuplicated=You’ve registered for your ORCID Public API credentials -developerTools.addYourApplicationDetails=Add your application details and one or more redirect URIs in the form below. Once these details are saved we’ll generate your client ID and secret so you can start using the Public API right away. -developerTools.applicationDetails=Application details -developerTools.applicationName=Application name -developerTools.applicationNameCannotBeEmpty=Application name cannot be empty -developerTools.nameShownToUsers=The name shown to users on the OAuth authorization screen -developerTools.applicationUrl=Application URL -developerTools.websiteNameCannotBeEmpty=Website name cannot be empty -developerTools.invalidWebsite=Invalid website -developerTools.applicationDescription=Application description -developerTools.theDescriptionShown=The description shown to users on the OAuth authorization screen. Maximum 1000 characters. -developerTools.redirectUris=Redirect URIs -developerTools.pleaseNote=Please note -developerTools.only=Only -developerTools.httpsURI=HTTPS URIs -developerTools.areAccepted=are accepted in production -developerTools.domainsRegisted=Domains registered -developerTools.must=MUST -developerTools.exactlyMatchTheDomains=exactly match the domains used, including subdomains -developerTools.registerAllRedirectURIs=Register all redirect URIs fully where possible. -developerTools.thisIsTheMostSecure=This is the most secure option and what we recommend. For more information about redirect URIs, please see our -developerTools.redirectUriFaq=redirect URI FAQ -developerTools.addARedirectUriBefore=Please add a redirect URI before saving your application -developerTools.redirectUriCannotBeEmpty=Redirect URI cannot be empty -developerTools.invalidRedirectUrl=Invalid redirect URL -developerTools.addAnotherRedirectUri=Add another redirect URI -developerTools.changesHaveBeenSavedSuccessfully=Changes have been saved successfully. -developerTools.saveApplicationAndGenerate=Save application and generate my client ID and secret -developerTools.saveApplication=Save application -developerTools.providesAnAuthorizationCode=Provides an authorization code that can be exchanged for an access token and an authenticated ORCID iD. -developerTools.endpoint=Endpoint -developerTools.scope=Scope -developerTools.code=code -developerTools.providesAnAuthenticatd=Provides an authenticated ORCID iD and an access token that can be used to read public information on the record. -developerTools.accessTokenAndOrcidId=access token and ORCID iD -developerTools.providesAnAccess=Provides an access token that can be used to read public information on the record and an id_token using OpenID Connect and client-side only implicit OAuth. -developerTools.moreInformation=More information on OpenID Connect Endpoint -developerTools.responseType=Response type -developerTools.clientId=Client ID -developerTools.exampleCode=Example code -developerTools.ariaLabelWebsiteDelete=Delete redirect URI -developerTools.labelAuthorizeRequest=Authorize request -developerTools.labelTokenRequest=Token request -developerTools.labelOpenIdImplicitRequest=OpenID/Implicit request -developerTools.redirectUrisMustBeUnique=Redirect URIs must be unique -developerTools.applicationNameMaxLength=Application name cannot exceed 255 characters. -developerTools.descriptionNameMaxLength=Application description cannot exceed 1000 characters. -developerTools.onceTheUserHasAuthorized=Once the user has authorized your application, they will be returned to a URI that you specify. You must provide these URIs in advance or your integration users will experience an error. -developerTools.collapse=Collapse -developerTools.expand=Expand -developerTools.replaceWithRedirect=REPLACE WITH REDIRECT URI -developerTools.replaceWithOauth=REPLACE WITH OAUTH CODE -developerTools.backToMyRecod=Back to my record -developerTools.exampleCode2=example code -developerTools.orcidOffersAnApi2=By registering for Public API Credentials, your system or application can: -developerTools.obtainHigher=Obtain a higher usage quota than the ORCID Anonymous API -developerTools.publicClientApplicationsAreGranted2=If you need access to an ORCID API for commercial use, need a higher usage quota, organizational administration of your API credentials, or the ability to write data to or access Trusted Party data in ORCID records, our -developerTools.memberApi=Member API -developerTools.mayBeMoreAppropriate=is available to ORCID member organizations. -developerTools.byRegisteringForPublicApi=By “non-commercial” we mean that you may not charge any re-use fees for the Public API, and you may not make use of the Public API in connection with any revenue-generating product or service. -developerTools.noVerifiedEmailAddresses=No verified email addresses found -developerTools.youMustHaveAtLeastOneVerifiedEmail=You must have at least one verified email address in your ORCID account to register for your Public API credentials. Manage your email addresses in the -developerTools.emailsAndDomainsSection=Emails and domains section of your ORCID record diff --git a/src/locale/properties/environment-banner/environment-banner.ca.properties b/src/locale/properties/environment-banner/environment-banner.ca.properties deleted file mode 100644 index a12bbd2127..0000000000 --- a/src/locale/properties/environment-banner/environment-banner.ca.properties +++ /dev/null @@ -1,8 +0,0 @@ -common.js.domain.warn.warning_1=Warning\! -common.js.domain.warn.warning_2=is a test website. -common.js.domain.warn.is_the_official=\u0020is the official website. Sandbox only sends email messages to -common.js.domain.warn.more_information=more information -common.js.domain.warn.mailinator=mailinator.com -common.js.domain.warn.email_addresses=\u0020email addresses, see Sandbox FAQ for -common.cookies.click_dismiss=Dismiss -environmentBanner.ariaLabelWarning=Warning, testing website diff --git a/src/locale/properties/environment-banner/environment-banner.uk.properties b/src/locale/properties/environment-banner/environment-banner.uk.properties deleted file mode 100644 index d32eca3133..0000000000 --- a/src/locale/properties/environment-banner/environment-banner.uk.properties +++ /dev/null @@ -1,8 +0,0 @@ -common.js.domain.warn.warning_1=Warning\! -common.js.domain.warn.warning_2=is a test website. -common.js.domain.warn.is_the_official=\u0020— офіційна веб-сторінка. Пісочниця тільки надсилаю листи електронної пошти на -common.js.domain.warn.more_information=більше інформації -common.js.domain.warn.mailinator=mailinator.com -common.js.domain.warn.email_addresses=\u0020електронні адреси, див. ЧАП Пісочниці для -common.cookies.click_dismiss=натисніть, щоб відхилити -environmentBanner.ariaLabelWarning=Warning, testing website diff --git a/src/locale/properties/funding/funding.ca.properties b/src/locale/properties/funding/funding.ca.properties deleted file mode 100644 index 851434c7e5..0000000000 --- a/src/locale/properties/funding/funding.ca.properties +++ /dev/null @@ -1,46 +0,0 @@ -funding.amount=Total funding amount -funding.contributors=Contributors -funding.description=Description -funding.organizationDefinedFundingSubType=Funding subtype -funding.translatedTitle=Translated title -funding.descriptionEmpty=Add grants, awards and other funding you have received to support your work. -funding.learnMore=Learn more about adding funding information to your ORCID record -funding.details=Funding details -funding.agency=Funding agency -funding.fundingIdentifiers=Funding identifiers -funding.type=Funding type -funding.selectAType=Select a funding type -funding.award=Award -funding.contract=Contract -funding.grant=Grant -funding.salary_award=Salary award -funding.projectTitle=Title of funded project -funding.projectTitleError=Please enter a title -funding.fundingTypeError=An error has occured for the given funding type -funding.invalidFundingType=Invalid funding type -funding.projectLink=Project link -funding.projectLinkHint=A link to the project supported by this funding. Links should be in full URL format e.g. http://www.website.com/page.html -funding.addAmount=Add an amount -funding.currencyCode=- -funding.agencyName=Funding agency name -funding.self=Un mateix -funding.partOf=Part de -funding.selfDescription=The identifier applies to the funding award itself. -funding.partOfDescription=The identifier applies to the larger award of which the project is part. -funding.grantNumber=Grant number -funding.grantNumberColon=Grant number: -funding.grantUrlColon=Grant URL: -funding.grantUrl=Grant link -funding.grantUrlHint=A link to more information about the funding award -funding.addAnotherGrant=Add another funding identifier -funding.invalidUrl=Invalid URL -funding.translatedTitleLanguage=Language of this title -funding.agencyNameError=Please enter an agency name -funding.whoCanSeeFunding=Who can see your funding. The default visibility setting is Private. -funding.amountError=Amount should be a numeric value with format 1,234,567.89 -funding.projectTranslatedTitleLanguageError=Please select a language -funding.projectTranslatedTitleError=Please enter a translated title -funding.linkFunding=Link funding -funding.linkFundingMoreInfo=More information about linking funding to your ORCID record -funding.selectACurrencyCode=Please select a currency -funding.grantNumberRequired=Grant number is required diff --git a/src/locale/properties/funding/funding.uk.properties b/src/locale/properties/funding/funding.uk.properties deleted file mode 100644 index cc8e0769ff..0000000000 --- a/src/locale/properties/funding/funding.uk.properties +++ /dev/null @@ -1,46 +0,0 @@ -funding.amount=Total funding amount -funding.contributors=Учасники -funding.description=Опис -funding.organizationDefinedFundingSubType=Funding subtype -funding.translatedTitle=Перекладена назва -funding.descriptionEmpty=Add grants, awards and other funding you have received to support your work. -funding.learnMore=Learn more about adding funding information to your ORCID record -funding.details=Funding details -funding.agency=Funding agency -funding.fundingIdentifiers=Funding identifiers -funding.type=Funding type -funding.selectAType=Select a funding type -funding.award=НАГОРОДА -funding.contract=Угода -funding.grant=Ґрант -funding.salary_award=Salary award -funding.projectTitle=Назва фінансованого проекту -funding.projectTitleError=Введіть посаду -funding.fundingTypeError=An error has occured for the given funding type -funding.invalidFundingType=Invalid funding type -funding.projectLink=Project link -funding.projectLinkHint=A link to the project supported by this funding. Links should be in full URL format e.g. http://www.website.com/page.html -funding.addAmount=Add an amount -funding.currencyCode=- -funding.agencyName=Funding agency name -funding.self=Самостійний -funding.partOf=Частина -funding.selfDescription=The identifier applies to the funding award itself. -funding.partOfDescription=The identifier applies to the larger award of which the project is part. -funding.grantNumber=Номер ґранту -funding.grantNumberColon=Grant number: -funding.grantUrlColon=Grant URL: -funding.grantUrl=Grant link -funding.grantUrlHint=A link to more information about the funding award -funding.addAnotherGrant=Add another funding identifier -funding.invalidUrl=Недійсне URL -funding.translatedTitleLanguage=Мова цього заголовку -funding.agencyNameError=Please enter an agency name -funding.whoCanSeeFunding=Who can see your funding. The default visibility setting is Private. -funding.amountError=Amount should be a numeric value with format 1,234,567.89 -funding.projectTranslatedTitleLanguageError=Please select a language -funding.projectTranslatedTitleError=Please enter a translated title -funding.linkFunding=Link funding -funding.linkFundingMoreInfo=More information about linking funding to your ORCID record -funding.selectACurrencyCode=Please select a currency -funding.grantNumberRequired=Grant number is required diff --git a/src/locale/properties/home/home.ca.properties b/src/locale/properties/home/home.ca.properties deleted file mode 100644 index 467ed315be..0000000000 --- a/src/locale/properties/home/home.ca.properties +++ /dev/null @@ -1,24 +0,0 @@ -home.latest_news=DARRERES NOVETATS -home.more_news=Més novetats -home.distinguish_yourself=DISTINGIU-VOS EN -home.one=1 -home.register=REGISTREU-VOS -home.register_now=Registreu-vos ara! -home.two=2 -home.user_your=USEU EL VOSTRE -home.orcid_id=ID d'ORCID -home.three=3 -home.curious_about=Sentiu curiositat per saber qui en són membres? -home.see_our=Vegeu el llistat complet de membres institucionals -home.three_easy=TRES PASSOS FÀCILS -ngOrcid.fullOrcid=FULL ARTICLE -ngOrcid.moreNews=MORE NEWS -ngOrcid.membersMakeOrcid=Our organizational members make ORCID possible! -ngOrcid.getYourOrcid=Get your unique ORCID identifier. It’s free and only takes a minute, so -ngOrcid.findOutMore=FIND OUT MORE ABOUT OUR MISSION AND VALUES -ngOrcid.orcidProvides=ORCID provides a persistent digital identifier (an ORCID iD) that you own and control, and that distinguishes you from every other researcher. You can connect your iD with your professional information — affiliations, grants, publications, peer review, and more. You can use your iD to share your information with other systems, ensuring you get recognition for all your contributions, saving you time and hassle, and reducing the risk of errors. -ngOrcid.enhanceYourProfile=The more information connected to your ORCID record, the more you’ll benefit from sharing your iD - so give the organizations you trust permission to update your record as well as adding your affiliations, emails, other names you’re known by, and more. -ngOrcid.includeYourId=Use your iD, when prompted, in systems and platforms from grant application to manuscript submission and beyond, to ensure you get credit for your contributions. -ngOrcid.orcidIs=ORCID is a non-profit organization supported by a global community of member organizations, including research institutions, publishers, funders, professional associations, service providers, and other stakeholders in the research ecosystem. -ngOrcid.shareYourOrcid=SHARE YOUR ORCID iD -home.ariaLabelNews=News diff --git a/src/locale/properties/home/home.uk.properties b/src/locale/properties/home/home.uk.properties deleted file mode 100644 index 9373638393..0000000000 --- a/src/locale/properties/home/home.uk.properties +++ /dev/null @@ -1,24 +0,0 @@ -home.latest_news=ОСТАННІ НОВИНИ -home.more_news=Більше новин -home.distinguish_yourself=ВИРІЗНІТЬ СЕБЕ -home.one=1 -home.register=ЗАРЕЄСТРУЙТЕСЯ -home.register_now=Реєструйтеся зараз! -home.two=2 -home.user_your=ВИКОРИСТОВУЙТЕ -home.orcid_id=СВІЙ НОМЕР ORCID -home.three=3 -home.curious_about=Цікавить, хто є нашими членами? -home.see_our=Перегляньте наш повний список усіх членських організацій -home.three_easy=ЗА ТРИ ПРОСТІ КРОКИ -ngOrcid.fullOrcid=FULL ARTICLE -ngOrcid.moreNews=MORE NEWS -ngOrcid.membersMakeOrcid=Our organizational members make ORCID possible! -ngOrcid.getYourOrcid=Get your unique ORCID identifier. It’s free and only takes a minute, so -ngOrcid.findOutMore=FIND OUT MORE ABOUT OUR MISSION AND VALUES -ngOrcid.orcidProvides=ORCID provides a persistent digital identifier (an ORCID iD) that you own and control, and that distinguishes you from every other researcher. You can connect your iD with your professional information — affiliations, grants, publications, peer review, and more. You can use your iD to share your information with other systems, ensuring you get recognition for all your contributions, saving you time and hassle, and reducing the risk of errors. -ngOrcid.enhanceYourProfile=The more information connected to your ORCID record, the more you’ll benefit from sharing your iD - so give the organizations you trust permission to update your record as well as adding your affiliations, emails, other names you’re known by, and more. -ngOrcid.includeYourId=Use your iD, when prompted, in systems and platforms from grant application to manuscript submission and beyond, to ensure you get credit for your contributions. -ngOrcid.orcidIs=ORCID is a non-profit organization supported by a global community of member organizations, including research institutions, publishers, funders, professional associations, service providers, and other stakeholders in the research ecosystem. -ngOrcid.shareYourOrcid=SHARE YOUR ORCID iD -home.ariaLabelNews=News diff --git a/src/locale/properties/inbox/inbox.ca.properties b/src/locale/properties/inbox/inbox.ca.properties deleted file mode 100644 index 5dbdcc62fe..0000000000 --- a/src/locale/properties/inbox/inbox.ca.properties +++ /dev/null @@ -1,47 +0,0 @@ -inbox.yourRecord=YOUR RECORD -inbox.permissions=PERMISSIONS -inbox.announcement=ANNOUNCEMENT -inbox.hadMadeChanges=has made changes to your ORCID record -inbox.connectingYour=Connecting your -inbox.accountWithYourOrcid=account with your ORCID record -inbox.affiliations=Afiliacions -inbox.bio=Bio -inbox.sectionOf=section of your record: -inbox.updateThe=has updated the -inbox.distinction=Distinction -inbox.education=Formació -inbox.employment=Ocupació -inbox.externalIdentifiers=External Identifiers -inbox.funding=Finançament -inbox.invitedPosition=Invited position -inbox.membership=Membership -inbox.peerReview=Peer Review -inbox.preferences=Preferències -inbox.qualification=Qualification -inbox.researchResource=Research Resource -inbox.service=Service -inbox.work=Work -inbox.unknown=unknown -inbox.newItemAdded=Added -inbox.itemUpdate=Updated -inbox.deleteItem=Deleted -inbox.otherUpdate=Other -inbox.archive=archive -inbox.grantPermission=Grant permission -inbox.likeYourPermission=would like your permission to interact with your ORCID Record as a trusted party. -inbox.youCanNowSignin=You can now sign in to ORCID with your -inbox.account=account -inbox.pleaseCompleteThe=Please complete the process by connecting -inbox.yourOrcidRecord=amb el vostre dossier d'ORCID. -inbox.showMoreNotifications=Show more notifications -inbox.selectAll=Select All -inbox.archiveSelected=Archive selected -inbox.notifications=Notifications -inbox.hideArchived=Hide archived -inbox.showArchived=Show archived -inbox.accountSetting=account settings. -inbox.youCanManage=You can manage the frequency of your ORCID notifications in your -inbox.youDontHaveUnarchived=You don't have any unarchived notifications right now. -inbox.youDontHave=You don’t have any notifications yet. -inbox.archiveWithout=Archive without granting permissions -inbox.professionalActivities=Professional activities diff --git a/src/locale/properties/inbox/inbox.uk.properties b/src/locale/properties/inbox/inbox.uk.properties deleted file mode 100644 index 17a024b18e..0000000000 --- a/src/locale/properties/inbox/inbox.uk.properties +++ /dev/null @@ -1,47 +0,0 @@ -inbox.yourRecord=YOUR RECORD -inbox.permissions=PERMISSIONS -inbox.announcement=ANNOUNCEMENT -inbox.hadMadeChanges=has made changes to your ORCID record -inbox.connectingYour=Connecting your -inbox.accountWithYourOrcid=account with your ORCID record -inbox.affiliations=Пов'язані організації -inbox.bio=Bio -inbox.sectionOf=section of your record: -inbox.updateThe=has updated the -inbox.distinction=Distinction -inbox.education=Education -inbox.employment=Employment -inbox.externalIdentifiers=External Identifiers -inbox.funding=Funding -inbox.invitedPosition=Invited position -inbox.membership=Membership -inbox.peerReview=Peer Review -inbox.preferences=Preferences -inbox.qualification=Qualification -inbox.researchResource=Research Resource -inbox.service=Service -inbox.work=Work -inbox.unknown=unknown -inbox.newItemAdded=Added -inbox.itemUpdate=Updated -inbox.deleteItem=Deleted -inbox.otherUpdate=Other -inbox.archive=archive -inbox.grantPermission=Grant permission -inbox.likeYourPermission=would like your permission to interact with your ORCID Record as a trusted party. -inbox.youCanNowSignin=You can now sign in to ORCID with your -inbox.account=account -inbox.pleaseCompleteThe=Please complete the process by connecting -inbox.yourOrcidRecord=with your ORCID record. -inbox.showMoreNotifications=Show more notifications -inbox.selectAll=Select All -inbox.archiveSelected=Archive selected -inbox.notifications=Notifications -inbox.hideArchived=Hide archived -inbox.showArchived=Show archived -inbox.accountSetting=account settings. -inbox.youCanManage=You can manage the frequency of your ORCID notifications in your -inbox.youDontHaveUnarchived=You don't have any unarchived notifications right now. -inbox.youDontHave=You don’t have any notifications yet. -inbox.archiveWithout=Archive without granting permissions -inbox.professionalActivities=Professional activities diff --git a/src/locale/properties/institutional/institutional.ca.properties b/src/locale/properties/institutional/institutional.ca.properties deleted file mode 100644 index 199afcb30c..0000000000 --- a/src/locale/properties/institutional/institutional.ca.properties +++ /dev/null @@ -1,20 +0,0 @@ -institutional.title=Access through your institution -institutional.account=You may sign in to the ORCID Registry using institutional accounts you already have, like one from your university. If you don’t have an ORCID iD, you will be prompted to create one. -institutional.learn=Learn more about different ways to sign in to ORCID. -institution.organization=Organization -institution.organizationRequired=Please enter an organization name -institution.invalidInstitution=We can’t identify this organization. Please try entering the organization name again. -institutional.goBack=Go back -institutional.continue=Continue -institutional.ariaLabelInstitution=Institution -institutional.ariaLabelClear=Clear -institutional.suggested=Use a suggested selection -institutional.orEnterOrgName=Or enter your organization's name -institutional.signWithEmailid=Sign in with email/iD and password -institutional.suggestedOrgs=Suggested organization -institutional.signInWithThisOrganization=Sign in with this organization -institutional.or=OR -institutional.organization=Organization -institutional.cancelInstituional=Cancel institutional sign in -institutional.suggestedOrg=Suggested organization -institutional.placeholderTypeYourOrganization=Type your organization name diff --git a/src/locale/properties/institutional/institutional.uk.properties b/src/locale/properties/institutional/institutional.uk.properties deleted file mode 100644 index df763f3493..0000000000 --- a/src/locale/properties/institutional/institutional.uk.properties +++ /dev/null @@ -1,20 +0,0 @@ -institutional.title=Access through your institution -institutional.account=You may sign in to the ORCID Registry using institutional accounts you already have, like one from your university. If you don’t have an ORCID iD, you will be prompted to create one. -institutional.learn=Learn more about different ways to sign in to ORCID. -institution.organization=Organization -institution.organizationRequired=Please enter an organization name -institution.invalidInstitution=We can’t identify this organization. Please try entering the organization name again. -institutional.goBack=Go back -institutional.continue=Continue -institutional.ariaLabelInstitution=Заклад -institutional.ariaLabelClear=Clear -institutional.suggested=Use a suggested selection -institutional.orEnterOrgName=Або введіть назву вашої організації -institutional.signWithEmailid=Sign in with email/iD and password -institutional.suggestedOrgs=Suggested organization -institutional.signInWithThisOrganization=Sign in with this organization -institutional.or=OR -institutional.organization=Organization -institutional.cancelInstituional=Cancel institutional sign in -institutional.suggestedOrg=Suggested organization -institutional.placeholderTypeYourOrganization=Type your organization name diff --git a/src/locale/properties/interstitials/interstitials.ca.properties b/src/locale/properties/interstitials/interstitials.ca.properties deleted file mode 100644 index 288fd383e2..0000000000 --- a/src/locale/properties/interstitials/interstitials.ca.properties +++ /dev/null @@ -1,11 +0,0 @@ -interstitial.continueTo=Continue to -interstitial.visitYourOrcidRecord=Visit your ORCID record to manage your email addresses, domains, affiliations, works and more. -interstitial.theFollowingEmailDomains=The following email domains are now visible on your public ORCID record. -interstitial.emailDomainsShared=Email domains shared -interstitial.continueWithoutMakingDomainsPublic=Continue without making domains public -interstitial.makeSelectedDomainsPublic=Make selected domains public -interstitial.uncheckedAnyEmail=Uncheck any email domains you don’t want to share on your public ORCID record -interstitial.yourVerifiedEmailDomains=Your verified email domains -interstitial.sharingYourEmailDomains=Sharing your email domains lets you prove your association with an organization or institution without having to make your full email address public. -interstitial.weFoundSomeUnshared=We’ve found some unshared email domains in your ORCID record. -interstitial.shareYourVerified=Share your verified email domains diff --git a/src/locale/properties/interstitials/interstitials.uk.properties b/src/locale/properties/interstitials/interstitials.uk.properties deleted file mode 100644 index 288fd383e2..0000000000 --- a/src/locale/properties/interstitials/interstitials.uk.properties +++ /dev/null @@ -1,11 +0,0 @@ -interstitial.continueTo=Continue to -interstitial.visitYourOrcidRecord=Visit your ORCID record to manage your email addresses, domains, affiliations, works and more. -interstitial.theFollowingEmailDomains=The following email domains are now visible on your public ORCID record. -interstitial.emailDomainsShared=Email domains shared -interstitial.continueWithoutMakingDomainsPublic=Continue without making domains public -interstitial.makeSelectedDomainsPublic=Make selected domains public -interstitial.uncheckedAnyEmail=Uncheck any email domains you don’t want to share on your public ORCID record -interstitial.yourVerifiedEmailDomains=Your verified email domains -interstitial.sharingYourEmailDomains=Sharing your email domains lets you prove your association with an organization or institution without having to make your full email address public. -interstitial.weFoundSomeUnshared=We’ve found some unshared email domains in your ORCID record. -interstitial.shareYourVerified=Share your verified email domains diff --git a/src/locale/properties/layout/layout.ca.properties b/src/locale/properties/layout/layout.ca.properties deleted file mode 100644 index 9f630d6121..0000000000 --- a/src/locale/properties/layout/layout.ca.properties +++ /dev/null @@ -1,116 +0,0 @@ -common.cookies.orcid_uses=ORCID uses cookies to improve your experience and to help us understand how you use our websites. -common.cookies.learn_more=Learn more about how we use cookies -common.old.browser_1=We notice you are using a browser that our site does not support. Some features on this site may not work correctly. -common.old_browser_2=We recommend that you upgrade to a -common.old_browser_3=supported browser -footer.aboutOrcid=About ORCID -footer.copyright_cc0_1=The text of this website is published under a -footer.copyright_cc0_3=Images and marks are subject to copyright and trademark protection -common.period=. -footer.privacypolicy=Privacy Policy -footer.termsofuse=Terms of Use -footer.contactus=Contact us -footer.accessibility=Accessibility Statement -footer.branGuideLines=Brand Guidelines -confirm-oauth-access.connectingresearchandresearchers=Connecting research and researchers -header.signin=Sign in -public-layout.sign_out=Sign out -header.register=Register -public-layout.amount_ids=ORCID iDs and counting. -public-layout.sign_in=SIGN IN -workspace.notifications=Inbox -workspace.developer_tools=Developer tools -public-layout.for_researchers=For Researchers -public-layout.for_organizations=For Organizations -public-layout.about=About -public-layout.help=Help -login.registerOrcidId=Register for an ORCID iD -manage_delegators.learn_more.link.text=Learn more -public-layout.funders=Funders -public-layout.research_organizations=Research Organizations -public-layout.publishers=Publishers -public-layout.associations=Associations -public-layout.integrators=Integrators -public-layout.what_is_orcid=What is ORCID -public-layout.the_orcid_team=L'equip d'ORCID -public-layout.the_orcid_community=The ORCID Community -public-layout.events=Events -public-layout.news=News -public-layout.faq=FAQ -public-layout.give_feedback=Give Feedback -public-layout.contact_us=Contact us -public-layout.knowledge_base=Knowledge Base -public-layout.membership=Membership -public-layout.our_mission=Our Mission -public-layout.our_principles=Our Principles -public-layout.sponsors=Sponsors -public-layout.launch_partners=Launch Partners -public-layout.members=Members -public-layout.standard_member_agreement=Standard Member Agreement -public-layout.our_members=Our Members -change_email_preferences.privacyPolicy=política de privacitat -developer_tools.public_member.terms.check_2=Public Client Terms of Service -layout.public-layout.registry=registry -layout.public-layout.website=website -public-layout.account_setting=Account Settings -admin.members.workspace_link=Manage members -admin.workspace_link=Admin page -workspace.self_service=Member Tools -public-layout.my_orcid=ORCID Record -public-layout.my_orcid_record=My ORCID Record -public-layout.working_groups=Working Groups -ngOrcid.disputeProcedure=Dispute procedures -ngOrcid.trademark2=Trademark and iD Display Guidelines -ngOrcid.viewMyOrcid=View my ORCID record -ngOrcid.accountSetting=Account settings -ngOrcid.selfService=Member tools -ngOrcid.manageMembers=Manage members -ngOrcid.adminPage=Admin page -ngOrcid.logout=Logout -ngOrcid.useCases=USE CASES -ngOrcid.theOrcidApi=THE ORCID API -ngOrcid.registerClientApp=REGISTER A CLIENT APPLICATION -ngOrcid.currentIntegrations=CURRENT INTEGRATIONS -ngOrcid.integrationsChart=INTEGRATION CHART -ngOrcid.betaTesters=BETA TESTERS -ngOrcid.ourGovernance=OUR GOVERNANCE -ngOrcid.ourPolicies=OUR POLICIES -ngOrcid.openSource=OPEN SOURCE -ngOrcid.partners=PARTNERS -ngOrcid.adoptionAndInt=ADOPTION AND INTEGRATION PROGRAM -ngOrcid.outreach=OUTREACH RESOURCES -ngOrcid.orcidGear=ORCID GEAR -ngOrcid.membershipComparison=MEMBERSHIP COMPARISON -ngOrcid.standartCreatorAgreement=STANDARD CREATOR MEMBER AGREEMENT -ngOrcid.blog=BLOG -ngOrcid.subscribe=SUBSCRIBE! -ngOrcid.disputeProcedures=DISPUTE PROCEDURES -ngOrcid.publicDataFileUsePolicy=PUBLIC DATA FILE USE POLICY -ngOrcid.ambassadors=Ambassadors -ngOrcid.search=Search... -ngOrcid.copyright=CC0 license. -ngOrcid.seeMoreStatics=See more statistics -layout.understood=Understood -public-layout.documentation=Documentation -public-layout.resources=Resources -public-layout.newsEvents=News & Events -ngOrcid.searchNewInfo=Search the ORCID registry -layout.ariaLabelFooter=footer -layout.ariaLabelLogo=orcid mini logo -layout.ariaLabelMenu=main menu -layout.ariaLabelLanguage=Select your preferred language. Current language is -layout.ariaLabelMaintenance=Maintenance message -layout.ariaLabelSearch=Search the ORCID registry -layout.ariaLabelStatistics=statistics -layout.ariaLabelUserMenu=User menu -layout.ariaLabelCookies=Cookies Policy -layout.trustedParties=Trusted parties -layout.ariaLabelSearchBy=Search by name, affiliation or ORCID iD -layout.ariaLabelSigninRegister=Sign in to ORCID or register for your ORCID iD -layout.searchTitle=Search -layout.howManyPeopleAreUsingORCID=How many people are using ORCID? -footer.contactSupport=Contact support -footer.cookieSettings=Cookie Settings -footer.ariaLabelLicense=license -layout.ariaLabelConnectingResearchers=Connecting research and researchers -layout.ariaLabelSearchRegistry=Search the ORCID registry... diff --git a/src/locale/properties/layout/layout.uk.properties b/src/locale/properties/layout/layout.uk.properties deleted file mode 100644 index 8baa93d2ae..0000000000 --- a/src/locale/properties/layout/layout.uk.properties +++ /dev/null @@ -1,116 +0,0 @@ -common.cookies.orcid_uses=ORCID uses cookies to improve your experience and to help us understand how you use our websites. -common.cookies.learn_more=Learn more about how we use cookies -common.old.browser_1=Ми помітили, що у нас застарілий веб-переглядач. Деякі функції на цьому сайті можуть не правильно працювати. -common.old_browser_2=Рекомендуємо вам оновити -common.old_browser_3=до останньої версії цього веб-переглядача або перемкнутися на інший. -footer.aboutOrcid=About ORCID -footer.copyright_cc0_1=The text of this website is published under a -footer.copyright_cc0_3=Images and marks are subject to copyright and trademark protection -common.period=. -footer.privacypolicy=Privacy Policy -footer.termsofuse=Terms of Use -footer.contactus=Contact us -footer.accessibility=Accessibility Statement -footer.branGuideLines=Brand Guidelines -confirm-oauth-access.connectingresearchandresearchers=Connecting research and researchers -header.signin=Sign in -public-layout.sign_out=Sign out -header.register=Register -public-layout.amount_ids=ORCID iDs and counting. -public-layout.sign_in=SIGN IN -workspace.notifications=Inbox -workspace.developer_tools=Developer tools -public-layout.for_researchers=For Researchers -public-layout.for_organizations=For Organizations -public-layout.about=About -public-layout.help=Довідка -login.registerOrcidId=Register for an ORCID iD -manage_delegators.learn_more.link.text=Learn more -public-layout.funders=Funders -public-layout.research_organizations=Research Organizations -public-layout.publishers=Publishers -public-layout.associations=Associations -public-layout.integrators=Integrators -public-layout.what_is_orcid=What is ORCID -public-layout.the_orcid_team=Команда ORCID -public-layout.the_orcid_community=The ORCID Community -public-layout.events=Events -public-layout.news=News -public-layout.faq=FAQ -public-layout.give_feedback=Give Feedback -public-layout.contact_us=Contact us -public-layout.knowledge_base=Knowledge Base -public-layout.membership=Membership -public-layout.our_mission=Our Mission -public-layout.our_principles=Our Principles -public-layout.sponsors=Sponsors -public-layout.launch_partners=Launch Partners -public-layout.members=Members -public-layout.standard_member_agreement=Standard Member Agreement -public-layout.our_members=Our Members -change_email_preferences.privacyPolicy=політика конфіденційності -developer_tools.public_member.terms.check_2=Public Client Terms of Service -layout.public-layout.registry=registry -layout.public-layout.website=website -public-layout.account_setting=Account Settings -admin.members.workspace_link=Manage members -admin.workspace_link=Admin page -workspace.self_service=Member Tools -public-layout.my_orcid=ORCID Record -public-layout.my_orcid_record=My ORCID Record -public-layout.working_groups=Working Groups -ngOrcid.disputeProcedure=Dispute procedures -ngOrcid.trademark2=Trademark and iD Display Guidelines -ngOrcid.viewMyOrcid=View my ORCID record -ngOrcid.accountSetting=Account settings -ngOrcid.selfService=Member tools -ngOrcid.manageMembers=Manage members -ngOrcid.adminPage=Admin page -ngOrcid.logout=Logout -ngOrcid.useCases=USE CASES -ngOrcid.theOrcidApi=THE ORCID API -ngOrcid.registerClientApp=REGISTER A CLIENT APPLICATION -ngOrcid.currentIntegrations=CURRENT INTEGRATIONS -ngOrcid.integrationsChart=INTEGRATION CHART -ngOrcid.betaTesters=BETA TESTERS -ngOrcid.ourGovernance=OUR GOVERNANCE -ngOrcid.ourPolicies=OUR POLICIES -ngOrcid.openSource=OPEN SOURCE -ngOrcid.partners=PARTNERS -ngOrcid.adoptionAndInt=ADOPTION AND INTEGRATION PROGRAM -ngOrcid.outreach=OUTREACH RESOURCES -ngOrcid.orcidGear=ORCID GEAR -ngOrcid.membershipComparison=MEMBERSHIP COMPARISON -ngOrcid.standartCreatorAgreement=STANDARD CREATOR MEMBER AGREEMENT -ngOrcid.blog=BLOG -ngOrcid.subscribe=SUBSCRIBE! -ngOrcid.disputeProcedures=DISPUTE PROCEDURES -ngOrcid.publicDataFileUsePolicy=PUBLIC DATA FILE USE POLICY -ngOrcid.ambassadors=Ambassadors -ngOrcid.search=Search... -ngOrcid.copyright=CC0 license. -ngOrcid.seeMoreStatics=See more statistics -layout.understood=Understood -public-layout.documentation=Documentation -public-layout.resources=Resources -public-layout.newsEvents=News & Events -ngOrcid.searchNewInfo=Search the ORCID registry -layout.ariaLabelFooter=footer -layout.ariaLabelLogo=orcid mini logo -layout.ariaLabelMenu=main menu -layout.ariaLabelLanguage=Select your preferred language. Current language is -layout.ariaLabelMaintenance=Maintenance message -layout.ariaLabelSearch=Search the ORCID registry -layout.ariaLabelStatistics=statistics -layout.ariaLabelUserMenu=User menu -layout.ariaLabelCookies=Cookies Policy -layout.trustedParties=Trusted parties -layout.ariaLabelSearchBy=Search by name, affiliation or ORCID iD -layout.ariaLabelSigninRegister=Sign in to ORCID or register for your ORCID iD -layout.searchTitle=Search -layout.howManyPeopleAreUsingORCID=How many people are using ORCID? -footer.contactSupport=Contact support -footer.cookieSettings=Cookie Settings -footer.ariaLabelLicense=license -layout.ariaLabelConnectingResearchers=Connecting research and researchers -layout.ariaLabelSearchRegistry=Search the ORCID registry... diff --git a/src/locale/properties/linking/linking.ca.properties b/src/locale/properties/linking/linking.ca.properties deleted file mode 100644 index db35eb0fee..0000000000 --- a/src/locale/properties/linking/linking.ca.properties +++ /dev/null @@ -1,13 +0,0 @@ -linking.title.1=Link your -linking.title.2=account -linking.signed=You are signed into -linking.as=as -linking.finish=To link your -linking.account=account please sign in to ORCID below. You will only need to do this once. Once the accounts are linked you will be able to sign in to your ORCID record with your -linking.questions=account. -linking.knowledgebase=please visit the ORCID help centre -linking.button.1=Sign in and link your -linking.button.2=account -linking.cancel=Cancel and go back -linking.ifYOuHaveQuestions=If you have any questions -linking.cancelLinking=Cancel linking diff --git a/src/locale/properties/linking/linking.uk.properties b/src/locale/properties/linking/linking.uk.properties deleted file mode 100644 index db35eb0fee..0000000000 --- a/src/locale/properties/linking/linking.uk.properties +++ /dev/null @@ -1,13 +0,0 @@ -linking.title.1=Link your -linking.title.2=account -linking.signed=You are signed into -linking.as=as -linking.finish=To link your -linking.account=account please sign in to ORCID below. You will only need to do this once. Once the accounts are linked you will be able to sign in to your ORCID record with your -linking.questions=account. -linking.knowledgebase=please visit the ORCID help centre -linking.button.1=Sign in and link your -linking.button.2=account -linking.cancel=Cancel and go back -linking.ifYOuHaveQuestions=If you have any questions -linking.cancelLinking=Cancel linking diff --git a/src/locale/properties/material/material.ca.properties b/src/locale/properties/material/material.ca.properties deleted file mode 100644 index 611523f6a1..0000000000 --- a/src/locale/properties/material/material.ca.properties +++ /dev/null @@ -1,7 +0,0 @@ -ngOrcid.material.firstPageLabel=First page -ngOrcid.material.itemsPerPageLabel=Items per page: -ngOrcid.material.lastPageLabel=Last page -ngOrcid.material.nextPageLabel=Next page -ngOrcid.material.previousPageLabel=Previous page -ngOrcid.material.of=of -ngOrcid.material.page=Page diff --git a/src/locale/properties/material/material.uk.properties b/src/locale/properties/material/material.uk.properties deleted file mode 100644 index 722853be2b..0000000000 --- a/src/locale/properties/material/material.uk.properties +++ /dev/null @@ -1,7 +0,0 @@ -ngOrcid.material.firstPageLabel=First page -ngOrcid.material.itemsPerPageLabel=Items per page: -ngOrcid.material.lastPageLabel=Last page -ngOrcid.material.nextPageLabel=Next page -ngOrcid.material.previousPageLabel=Previous page -ngOrcid.material.of=із -ngOrcid.material.page=Page diff --git a/src/locale/properties/my-orcid-alerts/my-orcid-alerts.ca.properties b/src/locale/properties/my-orcid-alerts/my-orcid-alerts.ca.properties deleted file mode 100644 index 1938d2d0f3..0000000000 --- a/src/locale/properties/my-orcid-alerts/my-orcid-alerts.ca.properties +++ /dev/null @@ -1,2 +0,0 @@ -myOrcidAlerts.emailVerified=Thank you for verifying your email -myOrcidAlerts.invalidVerifyUrl=Your email couldn't be verified, please check the link you used to verify it. diff --git a/src/locale/properties/my-orcid-alerts/my-orcid-alerts.uk.properties b/src/locale/properties/my-orcid-alerts/my-orcid-alerts.uk.properties deleted file mode 100644 index 1938d2d0f3..0000000000 --- a/src/locale/properties/my-orcid-alerts/my-orcid-alerts.uk.properties +++ /dev/null @@ -1,2 +0,0 @@ -myOrcidAlerts.emailVerified=Thank you for verifying your email -myOrcidAlerts.invalidVerifyUrl=Your email couldn't be verified, please check the link you used to verify it. diff --git a/src/locale/properties/password-recovery/password-recovery.ca.properties b/src/locale/properties/password-recovery/password-recovery.ca.properties deleted file mode 100644 index 000e28411a..0000000000 --- a/src/locale/properties/password-recovery/password-recovery.ca.properties +++ /dev/null @@ -1,21 +0,0 @@ -check_password_modal.password=Password -common.orcid_id=ORCID iD -Email.resendClaim.invalidEmail=Please enter a valid email address -orcid.frontend.reset.password.email_success_1=We have sent a message to -orcid.frontend.reset.password.email_success_2=from reset@notify.orcid.org. -orcid.frontend.reset.password.email_success_3=If you do not receive a message within 10 minutes, please check your spam folder. If you still do not see a message, then -orcid.frontend.reset.password.email_success_4=contact us -oauth_sign_up.labelemail=Email -ngOrcid.passwordAndOrcid=Password and ORCID iD Recovery -ngOrcid.didYouForget=Did you forget your password or ORCID iD? -ngOrcid.pleaseChooseRecovery=Please choose a recovery option -ngOrcid.recoverAccountDetails=RECOVER ACCOUNT DETAILS -ngOrcid.youCanNow=You can now -ngOrcid.returnToLoginPage=return to the login page. -ngOrcid.passwordError=We couldn't recover your account details. Please try again, and if the error persists please -ngOrcid.registerError=We couldn't complete your registration. Please try again, and if the error persists please -recovery.resetYourPassword=Reset your password -reset.afterResettingYourPassword=After resetting your password, you will be asked to sign in using your email address/ORCID iD and your new password. -reset.invalidPasswordResetToken=Your reset password link is invalid. -reset.requestNewLink=Request a new link. -reset.expiredPasswordResetToken=Your reset password link has expired. diff --git a/src/locale/properties/password-recovery/password-recovery.uk.properties b/src/locale/properties/password-recovery/password-recovery.uk.properties deleted file mode 100644 index 000e28411a..0000000000 --- a/src/locale/properties/password-recovery/password-recovery.uk.properties +++ /dev/null @@ -1,21 +0,0 @@ -check_password_modal.password=Password -common.orcid_id=ORCID iD -Email.resendClaim.invalidEmail=Please enter a valid email address -orcid.frontend.reset.password.email_success_1=We have sent a message to -orcid.frontend.reset.password.email_success_2=from reset@notify.orcid.org. -orcid.frontend.reset.password.email_success_3=If you do not receive a message within 10 minutes, please check your spam folder. If you still do not see a message, then -orcid.frontend.reset.password.email_success_4=contact us -oauth_sign_up.labelemail=Email -ngOrcid.passwordAndOrcid=Password and ORCID iD Recovery -ngOrcid.didYouForget=Did you forget your password or ORCID iD? -ngOrcid.pleaseChooseRecovery=Please choose a recovery option -ngOrcid.recoverAccountDetails=RECOVER ACCOUNT DETAILS -ngOrcid.youCanNow=You can now -ngOrcid.returnToLoginPage=return to the login page. -ngOrcid.passwordError=We couldn't recover your account details. Please try again, and if the error persists please -ngOrcid.registerError=We couldn't complete your registration. Please try again, and if the error persists please -recovery.resetYourPassword=Reset your password -reset.afterResettingYourPassword=After resetting your password, you will be asked to sign in using your email address/ORCID iD and your new password. -reset.invalidPasswordResetToken=Your reset password link is invalid. -reset.requestNewLink=Request a new link. -reset.expiredPasswordResetToken=Your reset password link has expired. diff --git a/src/locale/properties/peer-review/peer-review.ca.properties b/src/locale/properties/peer-review/peer-review.ca.properties deleted file mode 100644 index 1d4964159f..0000000000 --- a/src/locale/properties/peer-review/peer-review.ca.properties +++ /dev/null @@ -1,26 +0,0 @@ -peerReview.peerReviews=Peer reviews -peerReview.peerReview=Peer review -peerReview.description=Connect to trusted organizations to automatically add your peer review activity to your ORCID record. -peerReview.learnMore=Learn more about how peer reviews are added to your ORCID record -peerReview.reviewActivity=Review activity for -peerReview.reviewDate=Review date: -peerReview.type=Type: -peerReview.review=review -peerReview.role=Role: -peerReview.reviewer=Reviewer -peerReview.source=Source -peerReview.reviewIdentifiers=Review identifier(s) -peerReview.conveningOrganization=Convening organization -peerReview.reviewSubject=Review subject -peerReview.preferredSource=Preferred source -peerReview.linkPeerReviews=Link peer reviews -peerReview.linkMoreInformation=More information about linking peer reviews to your ORCID record -peerReview.view=View -peerReview.dataInconsistency=Data inconsistency found. Please click your preferred visibility setting to fix -peerReview.reviews=reviews -peerReview.evaluations=evaluations -peerReview.evaluation=evaluation -peerReview.for=for -peerReview.publicationGrant=publication/grant -peerReview.publicationsGrants=publications/grants -peerReview.dataInconsistencyv2=This group of items has mixed visibility settings. Please select a visibility to apply to all items in the group. diff --git a/src/locale/properties/peer-review/peer-review.uk.properties b/src/locale/properties/peer-review/peer-review.uk.properties deleted file mode 100644 index 00129e6c1a..0000000000 --- a/src/locale/properties/peer-review/peer-review.uk.properties +++ /dev/null @@ -1,26 +0,0 @@ -peerReview.peerReviews=Peer reviews -peerReview.peerReview=Peer review -peerReview.description=Connect to trusted organizations to automatically add your peer review activity to your ORCID record. -peerReview.learnMore=Learn more about how peer reviews are added to your ORCID record -peerReview.reviewActivity=Review activity for -peerReview.reviewDate=Review date: -peerReview.type=Type: -peerReview.review=review -peerReview.role=Role: -peerReview.reviewer=Рецензент -peerReview.source=Джерело -peerReview.reviewIdentifiers=Review identifier(s) -peerReview.conveningOrganization=Convening organization -peerReview.reviewSubject=Review subject -peerReview.preferredSource=Бажане джерело -peerReview.linkPeerReviews=Link peer reviews -peerReview.linkMoreInformation=More information about linking peer reviews to your ORCID record -peerReview.view=Перегляд -peerReview.dataInconsistency=Data inconsistency found. Please click your preferred visibility setting to fix -peerReview.reviews=reviews -peerReview.evaluations=evaluations -peerReview.evaluation=evaluation -peerReview.for=for -peerReview.publicationGrant=publication/grant -peerReview.publicationsGrants=publications/grants -peerReview.dataInconsistencyv2=This group of items has mixed visibility settings. Please select a visibility to apply to all items in the group. diff --git a/src/locale/properties/profile/profile.ca.properties b/src/locale/properties/profile/profile.ca.properties deleted file mode 100644 index f7e4e5101e..0000000000 --- a/src/locale/properties/profile/profile.ca.properties +++ /dev/null @@ -1,24 +0,0 @@ -public_record.showDetails=Show details -public_record.hideDetails=Hide details -groups.common.source=Source -groups.common.preferred_source=Preferred source -search_results.of=of -notifications.show_more=Show more -groups.common.added=Added -groups.common.last_modified=Last modified -workspace_affiliations.organization_id=Organization identifiers -workspace_affiliations.external_ids=Other organization identifiers provided by -org.orcid.jaxb.model.message.AffiliationType.employment=Ocupació -org.orcid.jaxb.model.message.AffiliationType.education_qualification=Education and qualifications -org.orcid.jaxb.model.message.AffiliationType.distinction_invited_position=Invited positions and distinctions -org.orcid.jaxb.model.message.AffiliationType.membership_service=Membership and service -notifications.works_label=Treballs -public_profile.labelBiography=Biografia -public_record.printHelpText=Open a version of this ORCID record formatted for printing. -public_profile.labelKeywords=Keywords -public_profile.labelCountry=Country -public_profile.labelWebsites=Websites -public_profile.labelOtherIDs=Other IDs -manage.emails=Emails -public_profile.empty_profile=No public information available. -public_profile.labelAlsoknownas=Also known as diff --git a/src/locale/properties/profile/profile.uk.properties b/src/locale/properties/profile/profile.uk.properties deleted file mode 100644 index 01d44966f1..0000000000 --- a/src/locale/properties/profile/profile.uk.properties +++ /dev/null @@ -1,24 +0,0 @@ -public_record.showDetails=Show details -public_record.hideDetails=Приховати подробиці -groups.common.source=Джерело -groups.common.preferred_source=Бажане джерело -search_results.of=із -notifications.show_more=Show more -groups.common.added=Added -groups.common.last_modified=Last modified -workspace_affiliations.organization_id=Organization identifiers -workspace_affiliations.external_ids=Other organization identifiers provided by -org.orcid.jaxb.model.message.AffiliationType.employment=Робота -org.orcid.jaxb.model.message.AffiliationType.education_qualification=Education and qualifications -org.orcid.jaxb.model.message.AffiliationType.distinction_invited_position=Invited positions and distinctions -org.orcid.jaxb.model.message.AffiliationType.membership_service=Membership and service -notifications.works_label=Праці -public_profile.labelBiography=Біографія -public_record.printHelpText=Open a version of this ORCID record formatted for printing. -public_profile.labelKeywords=Ключові слова -public_profile.labelCountry=Країна -public_profile.labelWebsites=Websites -public_profile.labelOtherIDs=Other IDs -manage.emails=Emails -public_profile.empty_profile=No public information available. -public_profile.labelAlsoknownas=Also known as diff --git a/src/locale/properties/record/record.ca.properties b/src/locale/properties/record/record.ca.properties deleted file mode 100644 index 88b595cb2f..0000000000 --- a/src/locale/properties/record/record.ca.properties +++ /dev/null @@ -1,46 +0,0 @@ -record.delegatorAddEmailNotAllow=Adding additional email addresses is not allowed when you are managing another ORCID record. -record.ogDescription1=ORCID record for -record.ogDescription2=ORCID provides an identifier for individuals to use with their name as they engage in research, scholarship, and innovation activities. -record.noPublicInfo=No public information available. -record.otherIds=Other IDs -record.websitesAndSocialLinks=Websites & social links -record.keywords=Keywords -record.previewPublicRecord=Preview public record -record.ariaLabelpreviewPublicRecord=Preview the public version of this record (Opens in a new tab) -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.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.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 -record.identifyAS=Identify as: -selfService.heading=We're updating ORCID Self Service -selfService.p1.1=As of -selfService.p1.2=June 1, 2022 -selfService.p1.3=, Self Service will no longer be available through the ORCID Registry. -selfService.p2.1=An enhanced version of Self Service will be added to the -selfService.p2.2=ORCID Member Portal -selfService.p2.3=in the coming year. All current Self Service features will be transferred to the portal, along with additional new functionality. -selfService.alert=While we build this improved version for the Member Portal, Self Service will be unavailable. -selfService.next=What to do next -selfService.p3.1=Should you need any of the Self Service features during this time, please reach out to -selfService.p3.2=for assistance. -record.ariaLabelPreviewPublicRecord=Preview the public version of this record (Opens in a new tab) -record.manageYourEmails=Manage your emails -record.manageYourWebsite=Manage your websites & social links -record.labelManageYourKeyword=Manage your keywords -record.labelManageYourCountries=Manage your countries -record.labelManageYourPersonalIds=Manage your personalIds -record.openOtherSources=Open other sources -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.noPersonalInformation=No personal information available diff --git a/src/locale/properties/record/record.uk.properties b/src/locale/properties/record/record.uk.properties deleted file mode 100644 index 3bd16794e2..0000000000 --- a/src/locale/properties/record/record.uk.properties +++ /dev/null @@ -1,46 +0,0 @@ -record.delegatorAddEmailNotAllow=Adding additional email addresses is not allowed when you are managing another ORCID record. -record.ogDescription1=ORCID record for -record.ogDescription2=ORCID provides an identifier for individuals to use with their name as they engage in research, scholarship, and innovation activities. -record.noPublicInfo=No public information available. -record.otherIds=Other IDs -record.websitesAndSocialLinks=Websites & social links -record.keywords=Ключові слова -record.previewPublicRecord=Preview public record -record.ariaLabelpreviewPublicRecord=Preview the public version of this record (Opens in a new tab) -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.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.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 -record.identifyAS=Identify as: -selfService.heading=We're updating ORCID Self Service -selfService.p1.1=As of -selfService.p1.2=June 1, 2022 -selfService.p1.3=, Self Service will no longer be available through the ORCID Registry. -selfService.p2.1=An enhanced version of Self Service will be added to the -selfService.p2.2=ORCID Member Portal -selfService.p2.3=in the coming year. All current Self Service features will be transferred to the portal, along with additional new functionality. -selfService.alert=While we build this improved version for the Member Portal, Self Service will be unavailable. -selfService.next=What to do next -selfService.p3.1=Should you need any of the Self Service features during this time, please reach out to -selfService.p3.2=for assistance. -record.ariaLabelPreviewPublicRecord=Preview the public version of this record (Opens in a new tab) -record.manageYourEmails=Manage your emails -record.manageYourWebsite=Manage your websites & social links -record.labelManageYourKeyword=Manage your keywords -record.labelManageYourCountries=Manage your countries -record.labelManageYourPersonalIds=Manage your personalIds -record.openOtherSources=Open other sources -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.noPersonalInformation=No personal information available diff --git a/src/locale/properties/register/register.ca.properties b/src/locale/properties/register/register.ca.properties deleted file mode 100644 index 859ec886c3..0000000000 --- a/src/locale/properties/register/register.ca.properties +++ /dev/null @@ -1,229 +0,0 @@ -register.create=Create your ORCID iD -register.step1=This is step 1 of 3 -register.step2=This is step 2 of 3 -register.step3=This is step 3 of 3 -register.orcids=Per ORCID's -register.terms=terms of use -register.termsOfUseCapital=Terms of Use -register.only=, you may only register for an ORCID iD for yourself. Already have an ORCID iD? -register.passwordRequired=A password is required -register.personalData=Personal data -register.visibility=Visibility settings -register.sign=Sign In -register.register=REGISTREU-VOS -register.notificationsDescription1=ORCID sends email notifications about items related to your account, security, and privacy, including requests from ORCID member organizations for permission to update your record, and changes made to your record by those organizations. -register.notificationsDescription2=You can also choose to receive emails from us about new features and tips for making the most of your ORCID record. -register.quarterlyEmail=Please send me quarterly emails about new ORCID features and tips. -register.quarterlyEmailVerified=To receive these emails, you will also need to verify your primary email address. -register.reviewAfterRegistered=After you've registered, you can change your notification settings at any time in the account settings section of your ORCID record. -register.notificationSettings=Notification settings -register.passwordConfirmationMatch=The password and confirmed password must match -register.passwordConfirmationRequired=Retype your password -register.passwordNumber=1 number -register.passwordSymbol=1 letter or symbol -register.passwordLength=8 or more characters -register.passwordNotEmail=Password must not be the same as your email address -register.password=Password -register.confirmYourPassword=Confirm your password -register.confirmPassword=Confirm password -register.confirmationEmailNotMatch=Email confirmation does not match -register.invalidEmail=Invalid email format -register.confirmEmailRequired=Please confirm your email -register.confirmEmail=Confirm primary email -register.primaryEmailRequired=An email is required -register.primaryEmail=Primary email -register.invalidName=Invalid name characters or format -register.firstNamePassword=Please enter your first/given name -register.firstName=First name -register.additionalEmails=Additional email -register.additionalEmailsCanBeDuplicated=Additional email cannot match primary email -register.additionalEmailAdd=Add another email -register.additionalEmailInfo=Ensure that you never lose access to your ORCID record by registering additional email addresses on your account. -register.termsRequired=To continue creating your ORCID iD you must accept the terms of use and consent to your data being processed in the United States. -register.consentTo=I consent to the -register.privacyPolicy=política de privacitat -register.and=i -register.agree=and agree to my data being publicly accessible where marked as “Visible to Everyone”. -register.dataProcessed=I consent to my data being processed in the United States. -register.moreInformation=More information on how ORCID process your data. -register.VisibilityPrivate=Only me -register.VisibilityTrusted=Trusted Organizations -register.VisibilityEveryone=Everyone -register.VisibilityPrivate2=(8% of users choose this) -register.VisibilityTrusted2=(5% of users choose this) -register.VisibilityEveryone2=(87% of users choose this) -register.visibilityDescription1=Your ORCID iD connects with your ORCID record that can contain links to your research activities, affiliations, awards, other versions of your name, and more. You control this content and who can see it. -register.visibilityDescription2=More information on visibility settings -register.visibilityDescription3=By default, what visibility should be given to new items added to your ORCID Record? -register.lastName=Last name -register.optional=(Optional) -register.termsOfUse=Terms of Use -register.recaptchaRequired=Please check the recaptcha box -register.titleLabel=Could this be you? -register.bodyLabel=We found some accounts with your name, which means you may have already created an ORCID iD using a different email address. Before creating an account, please confirm that none of these records belong to you. Not sure if any of these are you? -register.contactLabel=Contact us. -register.firstNameLabel=First Name -register.lastNameLabel=Last Name -register.affiliationsLabel=Afiliacions -register.dateCreatedLabel=Date Created -register.viewRecordLabel=View Record -register.signinLabel=I ALREADY HAVE AN ID, GO BACK TO SIGN IN -register.continueLabel=NONE OF THESE ARE ME, CONTINUE WITH REGISTRATION -register.passwordCantBeEmail=Password must not be the same as your email address -register.emailAlreadyExists=This email already exists in our system. Would you like to -register.signinLowerCase=sign in -register.additionalEmailMatchPrimary=Additional email cannot match primary email -register.additionalEmailMatch=Additional emails cannot be duplicated -register.wrongPasswordPattern=Password must match all pattern requirements -register.moreInfo=More information on names -register.securityAndNotifications=Security and notifications -register.visibilityAndTerm=Visibility and terms -register.ariaLabelInfo=info about names -register.ariaLabelClose=close -register.ariaLabelDeleteEmail=delete email -register.ariaLabelInfoEmails=info about emails -register.ariaLabelInfoPassword=info about password -register.visibilityRequired=Please choose a default visibility setting. -register.moreInfoOnNames=More information on names -register.youWillHaveAChance=You will have a chance to add additional names after you have created your account. -register.lastNameDetail=Last name is your family name. -register.firstNameDetail=First name is your given name or the name you most commonly go by. -register.mustBe8=Must be 8 or more characters and contain: -register.passwordLengthDetail=Must be between 8 and 256 characters long and contain: -register.atLeast1=at least 1 numeral: 0 - 9 -register.atLeast1ofTheFollowing=at least 1 of the following: -register.alphaCharacter=alpha character, case-sensitive a-Z -register.theFollowingSymbols=any of the following symbols: -register.optionalTheSpace=optionally the space character, -register.optionalTheSpaceIe=i.e ' ' and other punctuation such as . , ; -register.examplePassword=Example: sun% moon2 -register.doesNotAllowCommonPassword=ORCID does not allow common passwords. Common passwords are insecure, easily-guessed words or phrases such as 'qwerty123'. -register.seeFullList=See the full list of common passwords we don't allow on ORCID -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.reactivate=REACTIVATE -register.passwordIsToLong=Passwords must be between 8 and 256 characters long -register.wrongPasswordPatternV2=Password must meet all requirements -register.passwordIsToLongV2=Password must be between 8 and 256 characters -register.passwordSymbolV2=At least 1 letter or symbol -register.passwordNumberV2=At least 1 number -register.passwordConfirmationMatchV2=Passwords do not match -register.passwordRequirements=Password requirements -register.passwordRequirements1=Passwords must be between -register.passwordRequirements2=8 -register.passwordRequirements3=i -register.passwordRequirements4=256 -register.passwordRequirements5=characters in length and are case sensitive. -register.passwordRequirements6=Your password must contain -register.passwordRequirements7=At least 1 letter, symbol or space -register.passwordRequirements8=At least 1 number -register.tipsFeaturesEmail=Tips & features email -register.idLikeToReceiveTipsFeatures=I’d like to receive the ORCID tips & features email -weOccasionallySend=We occasionally send out an email with information on new features and tips for getting the best out of your ORCID record. -register.passwordConfirmationMatch2=Passwords do not match -yourPasswordHas=Your password has: -register.atLeastALetterOrSymbol=At least 1 letter or symbol -register.atLeastANumber=At least 1 number -register.yourNames=Your names -register.givenNames=Given names -register.firstNameError=Please enter your given names -register.familyName=Family names -register.yourEmailAddresses=Your email addresses -register.primaryEmailRequired2=Please enter your email -register.invalidEmail2=Please enter a valid email address, for example joe@institution.edu -register.isAssociatedWuthAnExisting=is associated with an existing ORCID record. -register.theEmailAddress=The email address -register.signInToOrcidUsingThisEmail=Sign in to ORCID using this email address -register.confirmEmailRequired2=Please confirm your email address -register.confirmationEmailNotMatch2=Email addresses do not match -register.thisLooksLikeAPersonalEmail=This looks like a personal email -register.asBackupSoWeCanBetter=as backup so we can better recommend affiliations and other related data to you. -register.professionalEmail=professional email -register.addA=Add an additional -register.addAnotherEmailToSecure=Add an additional email to secure your account -register.addingAnAddiotionalEmailAsBackup=Adding an additional email as backup helps secure your account and makes sure you can always sign in. -regiser.thisLooksLikeAProffessional=This looks like a professional email -register.asBackupSoYouAlways=as backup so you always have access to your ORCID account if you change jobs or roles. -register.weRecommendAdding=We recommend adding an additional -register.youMustAccept2=You must accept the terms of use and consent to your data being processed in the United States -register.termsOfUse2=terms of use -register.agree2=and agree to my data being publicly accessible where marked as “Visible to Everyone”. -register.visibilityLegend=Visibility settings -register.visibilityRequired2=Please select a default visibility for new items -register.everioneCanSeeThese=Everyone can see these items -register.onlyPeopleAndOrganization=Only people and organizations you’ve given permission -register.itemsArePrivateAndOnly=Items are private and only visible to you -register.step1.2=Step 1 of 4 - Names and emails -register.step2.2=Step 2 of 4 - Password -register.step3.2=Step 3 of 4 - Visibility -register.step4.2=Step 4 of 4 - Terms and conditions -register.step2.3=Step 2 of 5 - Password -register.step1.3=Step 1 of 5 - Names and emails -register.step4.3=Step 4 of 5 - Visibility -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.previousStep=Previous Step -register.completeRegistration=Complete registration -register.passwordRequired2=Please enter a password -register.weOccasionallySend=We occasionally send out an email with information on new features and tips for getting the best out of your ORCID record. -register.yourPasswords=Your password -register.passwordIsToLongV22=Password must be between 8 and 256 characters -register.yourPasswordHas=Your password has: -register.passwordLengthError=Password must be 8 or more characters -register.passwordLengthOk=Password is 8 or more characters -register.passwordLetterOrSymbolError=Password must contain at least a letter or symbol -register.passwordLetterOrSymbolOk=Password contains at least a letter or symbol -register.passwordNumberError=Password must contain at least a number -register.passwordNumberOk=Password contains at least a number -register.labelConfirmEmail=Confirm your email address -register.labelNameYouMostMost=The names you most commonly go by -register.familyNamePlaceholder=Your family name or surname -register.ariaLabelMoreInformationOnVisibility=More information on visibility settings (Opens in new tab) -shared.previousStep=Previous Step -register.addAnAdditionalEmail=Add an additional email -register.personalEmail=personal email -register.passwordAreValid=Your passwords match -register.passwordAreNotValid=Your passwords do not match -register.emailAreValid=Your emails match -register.emailAreNotValid=Your emails do not match -register.Email=Email -register.VisibilityParties=Trusted parties -register.emailPlaceholder=The email address you use most -register.roleJobTitle=Role/Job title -register.department=Department -register.weCantIdentifyThisOrganization=We can’t identify this organization. Please try entering the organization name again. -register.currentEmployment=Current employment -register.pleaseEnterAnOrganizationName=Please enter an organization name -register.organizationPlaceholder=Type your organization name -register.departmentPlaceholder=School, college or department -register.rolePlaceholder=Your role or job in the organization -register.yearPlaceholder=Year -register.monthPlaceholder=Month -register.clearOrganization=Clear organization -shared.skipThisStepWithoutAddingAnAffiliation=Skip this step without adding an affiliation -register.isAssociatedWith=is already associated with -register.anExisting=an existing -register.anUnclaimed=an unclaimed -register.aDeactivated=a deactivated -register.orcidRecord=ORCID record. -register.youCannotUseThisEmail=You cannot use this email address when creating a new ORCID iD. -register.emailIsAlreadyAssociated=This email is already associated with an existing ORCID record. Please use a different email address to continue registering a new ORCID iD. -register.resendClaimAddress=Resend a claim email to this email address -register.reactivateOrcidAssociated=Reactivate the ORCID record associated with this email address -register.affiliationFoud=Affiliation found -register.basedOnYourEmailWeThink=Based on your emails we think you are currently affiliated with -register.webePreselectedThisOrganizationForYouInTheFormBelow=We’ve pre-selected this organization for you in the form below. -register.whenYouCompleteRegistrationAnEmployment=When you complete registration an employment affiliation will be automatically added to your new ORCID record. -register.accesibiltiyOnlyThe8OrMoreCharactersConstrainIsMet=Your password must include at least 1 letter or symbol and 1 number -register.accesibiltiyOnlyTheLetterOrSymbolConstrainIsMet=Your password must be 8 or more characters and include at least 1 number -register.accesibiltiyOnlyTheNumberConstrainIsMet=Your password must be 8 or more characters and include at least 1 letter or symbol -register.accesibilityOnlyTheNumberConstrainIsNotMet=Your password must include at least 1 number -register.accesibilityOnlyTheLetterOrSymbolConstrainIsNotMet=Your password must include at least 1 letter or symbol -register.accesibilityOnlyThe8OrMoreCharactersConstrainIsNotMet=Your password must be 8 or more characters -register.allPasswordContrainsArMet=All password constraints are met -register.organization=Organization -register.prefilledOrganization=Organization - We've added an organization based on your email domain diff --git a/src/locale/properties/register/register.uk.properties b/src/locale/properties/register/register.uk.properties deleted file mode 100644 index 64b2d5ac3b..0000000000 --- a/src/locale/properties/register/register.uk.properties +++ /dev/null @@ -1,229 +0,0 @@ -register.create=Create your ORCID iD -register.step1=This is step 1 of 3 -register.step2=This is step 2 of 3 -register.step3=This is step 3 of 3 -register.orcids=Per ORCID's -register.terms=terms of use -register.termsOfUseCapital=Terms of Use -register.only=, you may only register for an ORCID iD for yourself. Already have an ORCID iD? -register.passwordRequired=A password is required -register.personalData=Personal data -register.visibility=Visibility settings -register.sign=Sign In -register.register=ЗАРЕЄСТРУЙТЕСЯ -register.notificationsDescription1=ORCID sends email notifications about items related to your account, security, and privacy, including requests from ORCID member organizations for permission to update your record, and changes made to your record by those organizations. -register.notificationsDescription2=You can also choose to receive emails from us about new features and tips for making the most of your ORCID record. -register.quarterlyEmail=Please send me quarterly emails about new ORCID features and tips. -register.quarterlyEmailVerified=To receive these emails, you will also need to verify your primary email address. -register.reviewAfterRegistered=After you've registered, you can change your notification settings at any time in the account settings section of your ORCID record. -register.notificationSettings=Notification settings -register.passwordConfirmationMatch=The password and confirmed password must match -register.passwordConfirmationRequired=Retype your password -register.passwordNumber=1 number -register.passwordSymbol=1 letter or symbol -register.passwordLength=8 or more characters -register.passwordNotEmail=Password must not be the same as your email address -register.password=Password -register.confirmYourPassword=Confirm your password -register.confirmPassword=Confirm password -register.confirmationEmailNotMatch=Email confirmation does not match -register.invalidEmail=Invalid email format -register.confirmEmailRequired=Please confirm your email -register.confirmEmail=Confirm primary email -register.primaryEmailRequired=An email is required -register.primaryEmail=Primary email -register.invalidName=Invalid name characters or format -register.firstNamePassword=Please enter your first/given name -register.firstName=First name -register.additionalEmails=Additional email -register.additionalEmailsCanBeDuplicated=Additional email cannot match primary email -register.additionalEmailAdd=Add another email -register.additionalEmailInfo=Ensure that you never lose access to your ORCID record by registering additional email addresses on your account. -register.termsRequired=To continue creating your ORCID iD you must accept the terms of use and consent to your data being processed in the United States. -register.consentTo=I consent to the -register.privacyPolicy=політика конфіденційності -register.and=та -register.agree=and agree to my data being publicly accessible where marked as “Visible to Everyone”. -register.dataProcessed=I consent to my data being processed in the United States. -register.moreInformation=More information on how ORCID process your data. -register.VisibilityPrivate=Only me -register.VisibilityTrusted=Trusted Organizations -register.VisibilityEveryone=Everyone -register.VisibilityPrivate2=(8% of users choose this) -register.VisibilityTrusted2=(5% of users choose this) -register.VisibilityEveryone2=(87% of users choose this) -register.visibilityDescription1=Your ORCID iD connects with your ORCID record that can contain links to your research activities, affiliations, awards, other versions of your name, and more. You control this content and who can see it. -register.visibilityDescription2=More information on visibility settings -register.visibilityDescription3=By default, what visibility should be given to new items added to your ORCID Record? -register.lastName=Last name -register.optional=(Optional) -register.termsOfUse=Terms of Use -register.recaptchaRequired=Please check the recaptcha box -register.titleLabel=Could this be you? -register.bodyLabel=We found some accounts with your name, which means you may have already created an ORCID iD using a different email address. Before creating an account, please confirm that none of these records belong to you. Not sure if any of these are you? -register.contactLabel=Contact us. -register.firstNameLabel=First Name -register.lastNameLabel=Last Name -register.affiliationsLabel=Пов'язані організації -register.dateCreatedLabel=Date Created -register.viewRecordLabel=View Record -register.signinLabel=I ALREADY HAVE AN ID, GO BACK TO SIGN IN -register.continueLabel=NONE OF THESE ARE ME, CONTINUE WITH REGISTRATION -register.passwordCantBeEmail=Password must not be the same as your email address -register.emailAlreadyExists=This email already exists in our system. Would you like to -register.signinLowerCase=sign in -register.additionalEmailMatchPrimary=Additional email cannot match primary email -register.additionalEmailMatch=Additional emails cannot be duplicated -register.wrongPasswordPattern=Password must match all pattern requirements -register.moreInfo=More information on names -register.securityAndNotifications=Security and notifications -register.visibilityAndTerm=Visibility and terms -register.ariaLabelInfo=info about names -register.ariaLabelClose=close -register.ariaLabelDeleteEmail=delete email -register.ariaLabelInfoEmails=info about emails -register.ariaLabelInfoPassword=info about password -register.visibilityRequired=Please choose a default visibility setting. -register.moreInfoOnNames=More information on names -register.youWillHaveAChance=You will have a chance to add additional names after you have created your account. -register.lastNameDetail=Last name is your family name. -register.firstNameDetail=First name is your given name or the name you most commonly go by. -register.mustBe8=Must be 8 or more characters and contain: -register.passwordLengthDetail=Must be between 8 and 256 characters long and contain: -register.atLeast1=at least 1 numeral: 0 - 9 -register.atLeast1ofTheFollowing=at least 1 of the following: -register.alphaCharacter=alpha character, case-sensitive a-Z -register.theFollowingSymbols=any of the following symbols: -register.optionalTheSpace=optionally the space character, -register.optionalTheSpaceIe=i.e ' ' and other punctuation such as . , ; -register.examplePassword=Example: sun% moon2 -register.doesNotAllowCommonPassword=ORCID does not allow common passwords. Common passwords are insecure, easily-guessed words or phrases such as 'qwerty123'. -register.seeFullList=See the full list of common passwords we don't allow on ORCID -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.reactivate=REACTIVATE -register.passwordIsToLong=Passwords must be between 8 and 256 characters long -register.wrongPasswordPatternV2=Password must meet all requirements -register.passwordIsToLongV2=Password must be between 8 and 256 characters -register.passwordSymbolV2=At least 1 letter or symbol -register.passwordNumberV2=At least 1 number -register.passwordConfirmationMatchV2=Passwords do not match -register.passwordRequirements=Password requirements -register.passwordRequirements1=Passwords must be between -register.passwordRequirements2=8 -register.passwordRequirements3=та -register.passwordRequirements4=256 -register.passwordRequirements5=characters in length and are case sensitive. -register.passwordRequirements6=Your password must contain -register.passwordRequirements7=At least 1 letter, symbol or space -register.passwordRequirements8=At least 1 number -register.tipsFeaturesEmail=Tips & features email -register.idLikeToReceiveTipsFeatures=I’d like to receive the ORCID tips & features email -weOccasionallySend=We occasionally send out an email with information on new features and tips for getting the best out of your ORCID record. -register.passwordConfirmationMatch2=Passwords do not match -yourPasswordHas=Your password has: -register.atLeastALetterOrSymbol=At least 1 letter or symbol -register.atLeastANumber=At least 1 number -register.yourNames=Your names -register.givenNames=Given names -register.firstNameError=Please enter your given names -register.familyName=Family names -register.yourEmailAddresses=Your email addresses -register.primaryEmailRequired2=Please enter your email -register.invalidEmail2=Please enter a valid email address, for example joe@institution.edu -register.isAssociatedWuthAnExisting=is associated with an existing ORCID record. -register.theEmailAddress=The email address -register.signInToOrcidUsingThisEmail=Sign in to ORCID using this email address -register.confirmEmailRequired2=Please confirm your email address -register.confirmationEmailNotMatch2=Email addresses do not match -register.thisLooksLikeAPersonalEmail=This looks like a personal email -register.asBackupSoWeCanBetter=as backup so we can better recommend affiliations and other related data to you. -register.professionalEmail=professional email -register.addA=Add an additional -register.addAnotherEmailToSecure=Add an additional email to secure your account -register.addingAnAddiotionalEmailAsBackup=Adding an additional email as backup helps secure your account and makes sure you can always sign in. -regiser.thisLooksLikeAProffessional=This looks like a professional email -register.asBackupSoYouAlways=as backup so you always have access to your ORCID account if you change jobs or roles. -register.weRecommendAdding=We recommend adding an additional -register.youMustAccept2=You must accept the terms of use and consent to your data being processed in the United States -register.termsOfUse2=terms of use -register.agree2=and agree to my data being publicly accessible where marked as “Visible to Everyone”. -register.visibilityLegend=Visibility settings -register.visibilityRequired2=Please select a default visibility for new items -register.everioneCanSeeThese=Everyone can see these items -register.onlyPeopleAndOrganization=Only people and organizations you’ve given permission -register.itemsArePrivateAndOnly=Items are private and only visible to you -register.step1.2=Step 1 of 4 - Names and emails -register.step2.2=Step 2 of 4 - Password -register.step3.2=Step 3 of 4 - Visibility -register.step4.2=Step 4 of 4 - Terms and conditions -register.step2.3=Step 2 of 5 - Password -register.step1.3=Step 1 of 5 - Names and emails -register.step4.3=Step 4 of 5 - Visibility -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.previousStep=Previous Step -register.completeRegistration=Complete registration -register.passwordRequired2=Please enter a password -register.weOccasionallySend=We occasionally send out an email with information on new features and tips for getting the best out of your ORCID record. -register.yourPasswords=Your password -register.passwordIsToLongV22=Password must be between 8 and 256 characters -register.yourPasswordHas=Your password has: -register.passwordLengthError=Password must be 8 or more characters -register.passwordLengthOk=Password is 8 or more characters -register.passwordLetterOrSymbolError=Password must contain at least a letter or symbol -register.passwordLetterOrSymbolOk=Password contains at least a letter or symbol -register.passwordNumberError=Password must contain at least a number -register.passwordNumberOk=Password contains at least a number -register.labelConfirmEmail=Confirm your email address -register.labelNameYouMostMost=The names you most commonly go by -register.familyNamePlaceholder=Your family name or surname -register.ariaLabelMoreInformationOnVisibility=More information on visibility settings (Opens in new tab) -shared.previousStep=Previous Step -register.addAnAdditionalEmail=Add an additional email -register.personalEmail=personal email -register.passwordAreValid=Your passwords match -register.passwordAreNotValid=Your passwords do not match -register.emailAreValid=Your emails match -register.emailAreNotValid=Your emails do not match -register.Email=Email -register.VisibilityParties=Trusted parties -register.emailPlaceholder=The email address you use most -register.roleJobTitle=Role/Job title -register.department=Department -register.weCantIdentifyThisOrganization=We can’t identify this organization. Please try entering the organization name again. -register.currentEmployment=Current employment -register.pleaseEnterAnOrganizationName=Please enter an organization name -register.organizationPlaceholder=Type your organization name -register.departmentPlaceholder=School, college or department -register.rolePlaceholder=Your role or job in the organization -register.yearPlaceholder=Рік -register.monthPlaceholder=Місяць -register.clearOrganization=Clear organization -shared.skipThisStepWithoutAddingAnAffiliation=Skip this step without adding an affiliation -register.isAssociatedWith=is already associated with -register.anExisting=an existing -register.anUnclaimed=an unclaimed -register.aDeactivated=a deactivated -register.orcidRecord=ORCID record. -register.youCannotUseThisEmail=You cannot use this email address when creating a new ORCID iD. -register.emailIsAlreadyAssociated=This email is already associated with an existing ORCID record. Please use a different email address to continue registering a new ORCID iD. -register.resendClaimAddress=Resend a claim email to this email address -register.reactivateOrcidAssociated=Reactivate the ORCID record associated with this email address -register.affiliationFoud=Affiliation found -register.basedOnYourEmailWeThink=Based on your emails we think you are currently affiliated with -register.webePreselectedThisOrganizationForYouInTheFormBelow=We’ve pre-selected this organization for you in the form below. -register.whenYouCompleteRegistrationAnEmployment=When you complete registration an employment affiliation will be automatically added to your new ORCID record. -register.accesibiltiyOnlyThe8OrMoreCharactersConstrainIsMet=Your password must include at least 1 letter or symbol and 1 number -register.accesibiltiyOnlyTheLetterOrSymbolConstrainIsMet=Your password must be 8 or more characters and include at least 1 number -register.accesibiltiyOnlyTheNumberConstrainIsMet=Your password must be 8 or more characters and include at least 1 letter or symbol -register.accesibilityOnlyTheNumberConstrainIsNotMet=Your password must include at least 1 number -register.accesibilityOnlyTheLetterOrSymbolConstrainIsNotMet=Your password must include at least 1 letter or symbol -register.accesibilityOnlyThe8OrMoreCharactersConstrainIsNotMet=Your password must be 8 or more characters -register.allPasswordContrainsArMet=All password constraints are met -register.organization=Organization -register.prefilledOrganization=Organization - We've added an organization based on your email domain diff --git a/src/locale/properties/research-resources/research-resources.ca.properties b/src/locale/properties/research-resources/research-resources.ca.properties deleted file mode 100644 index bd5cc37542..0000000000 --- a/src/locale/properties/research-resources/research-resources.ca.properties +++ /dev/null @@ -1,5 +0,0 @@ -researchResources.researchResources=Research resources -researchResources.description=Connect to trusted organizations to automatically add the specialist resources you use for your research. -researchResources.learnMore=Learn more about how research resources are added to your ORCID record -researchResources.items=items -researchResources.present=present diff --git a/src/locale/properties/research-resources/research-resources.uk.properties b/src/locale/properties/research-resources/research-resources.uk.properties deleted file mode 100644 index bd5cc37542..0000000000 --- a/src/locale/properties/research-resources/research-resources.uk.properties +++ /dev/null @@ -1,5 +0,0 @@ -researchResources.researchResources=Research resources -researchResources.description=Connect to trusted organizations to automatically add the specialist resources you use for your research. -researchResources.learnMore=Learn more about how research resources are added to your ORCID record -researchResources.items=items -researchResources.present=present diff --git a/src/locale/properties/search/search.ca.properties b/src/locale/properties/search/search.ca.properties deleted file mode 100644 index 50a8ecd18a..0000000000 --- a/src/locale/properties/search/search.ca.properties +++ /dev/null @@ -1,21 +0,0 @@ -ngOrcid.search.showing=Showing -ngOrcid.search.of=of -ngOrcid.search.results=results. -ngOrcid.search.orcidID=ID d'ORCID -ngOrcid.search.firstName=First Name -ngOrcid.search.lastName=Last Name -ngOrcid.search.otherNames=Other Names -ngOrcid.search.affiliations=Afiliacions -ngOrcid.search.noResults=No results found. Please edit your search terms. -ngOrcid.search.advanceSearch=ADVANCED SEARCH -ngOrcid.search.institutionName=Institution Name -ngOrcid.search.institutionNamePlaceholder=affiliation or organization ID -ngOrcid.search.keyword=Keyword -ngOrcid.search.otherNameFields=Also search other name fields -ngOrcid.search.search=SEARCH -ngOrcid.search.orcidIdPatterError=Given value doesn't match ORCID iD pattern -ngOrcid.search.ariaLabelSearchResults=Search Results -search.showAdvanceSearch=Show advanced search form -search.hideAdvanceSearch=Hide advanced search form -search.paginator=paginator -search.bottomPaginator=bottom paginator diff --git a/src/locale/properties/search/search.uk.properties b/src/locale/properties/search/search.uk.properties deleted file mode 100644 index b02e13673a..0000000000 --- a/src/locale/properties/search/search.uk.properties +++ /dev/null @@ -1,21 +0,0 @@ -ngOrcid.search.showing=Showing -ngOrcid.search.of=із -ngOrcid.search.results=results. -ngOrcid.search.orcidID=СВІЙ НОМЕР ORCID -ngOrcid.search.firstName=First Name -ngOrcid.search.lastName=Last Name -ngOrcid.search.otherNames=Other Names -ngOrcid.search.affiliations=Пов'язані організації -ngOrcid.search.noResults=No results found. Please edit your search terms. -ngOrcid.search.advanceSearch=ADVANCED SEARCH -ngOrcid.search.institutionName=Institution Name -ngOrcid.search.institutionNamePlaceholder=affiliation or organization ID -ngOrcid.search.keyword=Keyword -ngOrcid.search.otherNameFields=Also search other name fields -ngOrcid.search.search=SEARCH -ngOrcid.search.orcidIdPatterError=Given value doesn't match ORCID iD pattern -ngOrcid.search.ariaLabelSearchResults=Search Results -search.showAdvanceSearch=Show advanced search form -search.hideAdvanceSearch=Hide advanced search form -search.paginator=paginator -search.bottomPaginator=bottom paginator diff --git a/src/locale/properties/shared/shared.ca.properties b/src/locale/properties/shared/shared.ca.properties deleted file mode 100644 index 2dba762748..0000000000 --- a/src/locale/properties/shared/shared.ca.properties +++ /dev/null @@ -1,643 +0,0 @@ -ngOrcid.error=Oh no! An error occurred -ngOrcid.reactivationAccountError=We couldn't reactivate your ORCID account. Please try again, and if the error persists please -shared.back=GO BACK -shared.next=NEXT -shared.ok=Ok -shared.contactSupport=contact support. -shared.questionMark=? -shared.knowledgeBase=visit our knowledge base. -shared.ariaLabelClose=Close -shared.standardError=Please try again, and if the error persists please -shared.oauthSessionError=Your Oauth request is invalid -shared.hideDetails=Hide details -shared.showDetails=Show details -shared.edit=Edit -shared.makeCopy=Make a copy and edit -shared.saveChanges=Save changes -shared.cancel=Cancel -shared.sourceColon=Source: -shared.visibility=Visibility -shared.whoCanSeeBio=Control who can see your biography by setting the visibility. Your default visibility setting is -shared.whoCanSeeName=Control who can see your given, family and published names by setting the visibility. The default visibility for your names is -shared.requiredInformation=Required information -shared.created=Created: -shared.verified=Verified: -shared.delete=Delete -shared.showMore=Show more -shared.showLess=Show less -shared.closeOtherSources=(Close other sources) -shared.of=of -shared.showLessDetail=Show less detail -shared.showMoreDetail=Show more detail -shared.searchAndLink=Search and Link wizards are our recommended way to populate your record. They make adding works, funding and peer reviews simple and save you time over updating your record manually. Select a platform from the list below to start linking items to your record. -shared.availableSearch=Available Search & Link wizards -shared.funding=Funding -shared.organizationIdentifiers=Organization identifiers -shared.otherOrganization=Other organization identifiers provided by -shared.translatedTitle=Translated title -shared.added=Added -shared.lastModified=Last modified -shared.url=URL -shared.employment=Employment -shared.educationQualifications=Education and qualifications -shared.qualification=Qualification -shared.education=Education -shared.invitedPositions=Invited positions and distinctions -shared.invited=Invited position -shared.invitedSentenceCase=Invited position -shared.distinction=Distinction -shared.membership=Membership and service -shared.membershipTitle=Membership -shared.service=Service -shared.educationQualificationsDescription=Add details about where you have studied and educational or professional qualifications you have been awarded. -shared.educationLearnMore=Learn more about adding education or qualifications to your ORCID record -shared.invitedPositionsDescription=Add details of invited positions you have held and awards or prizes you have received in recognition of your achievements. -shared.invitedPositionsLearnMore=Learn more about adding invited positions or distinctions to your ORCID record -shared.membershipDescription=Add details of society or association memberships and donations of time or other resources in the service of an organization. -shared.membershipLearnMore=Learn more about adding a membership or service to your ORCID record -shared.works=Works -shared.expandAll=Expand all -shared.collapseAll=Collapse all -shared.lastModifiedTime=Record last modified -shared.fundedBy=Funded by -shared.partOf=Part de -shared.onBehalfOf=via -shared.versionOf=Version of -shared.add=Add -shared.sort=Sort -shared.addItem=Add Item -shared.exportItems=Export Items -shared.sortItems=Sort Items -shared.addEmployment=Add Employment -shared.sortEmployments=Sort Employments -shared.addQualification=Add Qualification -shared.addEducation=Add Education -shared.sortEducation=Sort Education -shared.addInvited=Add Invited Position -shared.sortInvited=Sort Invited Positions -shared.addDistinction=Add Distinction -shared.addMembership=Add Membership -shared.sortMemberships=Sort Memberships -shared.addService=Add Service -shared.addFunding=Add Funding -shared.sortFundings=Sort Fundings -shared.addWork=Add Work -shared.sortWorks=Sort Works -shared.sortResearch=Sort Research Resources -shared.addPeerReviews=Add Peer Review -shared.sortPeerReviews=Sort Peer Reviews -share.loadMore=Load more -share.sortTitle=Title -share.sortStart=Start -share.sortEnd=End -share.sortDate=Date -share.sortType=Type -share.sortOrder=Order -share.sortOrderv2=Publication/Grant title -shared.activities=Activities -shared.addToList=Add to list -shared.organization=Organization -shared.organizationName=Organization name -shared.department=Department -shared.city=City -shared.cityError=Si us plau entreu una ciutat -shared.region=Region, State or County -shared.employmentDetails=Employment details -shared.qualificationDetails=Qualification details -shared.educationDetails=Education details -shared.invitedPositionDetails=Invited Position details -shared.distinctionDetails=Distinction details -shared.membershipDetails=Membership details -shared.serviceDetails=Service details -shared.role=Role/title -shared.degree=Distinction/award -shared.award=Distinction/award -shared.membershipType=Membership type -shared.startDate=Start date -shared.endDate=End date -shared.year=Year -shared.month=Month -shared.day=Day -shared.invalidDate=Data invàlida -shared.endDateError=End date must come after start date -shared.link=Link -shared.linkDescription=A link to a profile page or description of the role. Links should be in the full URL format e.g. http://www.website.com/page.html -shared.invalidLink=Invalid Link -shared.visibilityDescription=Control who can see this information by setting the visibility. Your default visibility is -shared.actions=Actions -shared.combineWorks=Combine works -shared.exportWorks=Export works -shared.exportAllWorks=Export all works -shared.setVisibility=Set visibility -shared.thisItemOnly=This item only -shared.allItemsInThisGroup=All items in this group -shared.selectedItemsForVisibility=Selected items -shared.deleteWorks=Delete works -shared.itemsCurrentlySelected=Items currently selected -shared.selectAll=Select all -shared.whoCanSeeThis=Who can see this? -shared.preferred=preferred -shared.present=present -shared.titleNotFound=404 - ORCID record not found -shared.to=to -shared.selected=Selected -shared.searchLink=Search & link -shared.addManually=Add manually -share.undefinedId=undefined id -shared.worksDescription=Add your research outputs such as publications, data sets, conference presentations and more. -shared.worksLearnMore=Learn more about adding works to your ORCID record -shared.employmentDescription=Add details of your current and previous employers. -shared.employmentLearnMore=Learn more about adding employment information to your ORCID record -shared.view=View -shared.addAnotherId=Add another identifier -shared.addId=Add an identifier -shared.identifier=Identifier -shared.selectLanguage=Select a language -shared.openSourceToEdit=Open sources to edit you own version -shared.youCanOnlyEditYour=You can only edit your own version -shared.distinctionDate=Date of distinction -shared.relationship=Relació -shared.relationshipColon=Relationship: -shared.invalidForm=Form validation error -shared.pleaseReviewInvalidForm=Please review the form and fix the issues before saving -shared.deleteItems=Delete items -shared.deletingItems=Deleting items permanently removes them from your ORCID record. Please review the items selected for deletion. -shared.selectedItems=Selected items to delete -shared.deleteSelected=Delete selected items -shared.source=Source -shared.emails=Emails -shared.emailsAndDomains=Emails & domains -shared.verifiedEmailsAndDomains=Verified emails & domains -shared.pleaseReview=Please review and fix the issue -shared.youHaveNotSelected=You haven’t selected any items to delete. -shared.youHaveNotSelectedImport=You haven’t selected any items to import. -shared.publicationDate=Publication date -shared.translatedTitleLanguageError=Please select a language -shared.translatedTitleError=Please enter a translated title -shared.moreInformationOn=More information on -shared.visibilitySettings=visibility settings -shared.trustedParties=Trusted parties -shared.onlyMe=Only me -shared.moreInformationOnOrcidVisibility=More information on ORCID visibility settings -shared.everyone=Everyone -shared.whoCanSeeWorks=Who can see your works. Your default visibility setting is -shared.maxLength.less_than_one_thousand=Must be less than 1000 characters -shared.maxLength.less_than_two_thousand=Must be less than 2000 characters -shared.maxLength.less_than_five_thousand=Must be less than 5000 characters -shared.maxLength.less_than_two_hundred_fifty_five=Must be less than 255 characters -shared.maxLength.less_than_two_thousand_forty_eight=Must be less than 2084 characters -shared.pleaseEnterAnOrganization=Please enter an organization -shared.passwordCantBeEmpty=Password cannot be empty -share.af=Afghanistan -share.AL=Albania -share.DZ=Algeria -share.AS=American Samoa -share.AD=Andorra -share.AO=Angola -share.AI=Anguilla -share.AQ=Antarctica -share.AG=Antigua and Barbuda -share.AR=Argentina -share.AM=Armenia -share.AW=Aruba -share.AU=Australia -share.AT=Austria -share.AZ=Azerbaijan -share.BS=Bahamas -share.BH=Bahrain -share.BD=Bangladesh -share.BB=Barbados -share.BY=Belarus -share.BE=Belgium -share.BZ=Belize -share.BJ=Benin -share.BM=Bermuda -share.BT=Bhutan -share.BO=Bolivia -share.BA=Bosnia and Herzegovina -share.BW=Botswana -share.BV=Bouvet Island -share.BR=Brazil -share.BQ=British Antarctic Territory -share.IO=British Indian Ocean Territory -share.VG=British Virgin Islands -share.BN=Brunei -share.BG=Bulgaria -share.BF=Burkina Faso -share.BI=Burundi -share.KH=Cambodia -share.CM=Cameroon -share.CA=Canada -share.CV=Cape Verde -share.KY=Cayman Islands -share.CF=Central African Republic -share.TD=Chad -share.CL=Chile -share.CN=China -share.CX=Christmas Island -share.CC=Cocos [Keeling] Islands -share.CO=Colombia -share.KM=Comoros -share.CG=Congo - Brazzaville -share.CD=Congo - Kinshasa -share.CK=Cook Islands -share.CR=Costa Rica -share.HR=Croatia -share.CU=Cuba -share.CW=Curaçao -share.CY=Cyprus -share.CZ=Czech Republic -share.CI=Côte d'Ivoire -share.DK=Denmark -share.DJ=Djibouti -share.DM=Dominica -share.DO=Dominican Republic -share.EC=Ecuador -share.EG=Egypt -share.SV=El Salvador -share.GQ=Equatorial Guinea -share.ER=Eritrea -share.EE=Estonia -share.ET=Ethiopia -share.FK=Falkland Islands -share.FO=Faroe Islands -share.FJ=Fiji -share.FI=Finland -share.FR=France -share.GF=French Guiana -share.PF=French Polynesia -share.TF=French Southern Territories -share.GA=Gabon -share.GM=Gambia -share.GE=Georgia -share.DE=Germany -share.GH=Ghana -share.GI=Gibraltar -share.GR=Greece -share.GL=Greenland -share.GD=Grenada -share.GP=Guadeloupe -share.GU=Guam -share.GT=Guatemala -share.GG=Guernsey -share.GN=Guinea -share.GW=Guinea-Bissau -share.GY=Guyana -share.HT=Haiti -share.HM=Heard Island and McDonald Islands -share.HN=Honduras -share.HK=Hong Kong SAR China -share.HU=Hungary -share.IS=Iceland -share.IN=India -share.ID=Indonesia -share.IR=Iran -share.IQ=Iraq -share.IE=Ireland -share.IM=Isle of Man -share.IL=Israel -share.IT=Italy -share.JM=Jamaica -share.JP=Japan -share.JE=Jersey -share.JO=Jordan -share.KZ=Kazakhstan -share.KE=Kenya -share.KI=Kiribati -share.KW=Kuwait -share.KG=Kyrgyzstan -share.LA=Laos -share.LV=Latvia -share.LB=Lebanon -share.LS=Lesotho -share.LR=Liberia -share.LY=Libya -share.LI=Liechtenstein -share.LT=Lithuania -share.LU=Luxembourg -share.MO=Macau SAR China -share.MG=Madagascar -share.MW=Malawi -share.MY=Malaysia -share.MV=Maldives -share.ML=Mali -share.MT=Malta -share.MH=Marshall Islands -share.MQ=Martinique -share.MR=Mauritania -share.MU=Mauritius -share.YT=Mayotte -share.MX=Mexico -share.FM=Micronesia -share.MD=Moldova -share.MC=Monaco -share.MN=Mongolia -share.ME=Montenegro -share.MS=Montserrat -share.MA=Morocco -share.MZ=Mozambique -share.MM=Myanmar [Burma] -share.NA=Namibia -share.NR=Nauru -share.NP=Nepal -share.NL=Netherlands -share.NC=New Caledonia -share.NZ=New Zealand -share.NI=Nicaragua -share.NE=Niger -share.NG=Nigeria -share.NU=Niue -share.NF=Norfolk Island -share.KP=North Korea -share.MK=North Macedonia -share.MP=Northern Mariana Islands -share.NO=Norway -share.OM=Oman -share.PK=Pakistan -share.PW=Palau -share.PS=Palestinian Territories -share.PA=Panama -share.PG=Papua New Guinea -share.PY=Paraguay -share.PE=Peru -share.PH=Philippines -share.PN=Pitcairn Islands -share.PL=Poland -share.PT=Portugal -share.PR=Puerto Rico -share.QA=Qatar -share.RO=Romania -share.RU=Russia -share.RW=Rwanda -share.RE=Réunion -share.BL=Saint Barthélemy -share.SH=Saint Helena -share.KN=Saint Kitts and Nevis -share.LC=Saint Lucia -share.MF=Saint Martin -share.PM=Saint Pierre and Miquelon -share.VC=Saint Vincent and the Grenadines -share.WS=Samoa -share.SM=San Marino -share.SA=Saudi Arabia -share.SN=Senegal -share.RS=Serbia -share.SC=Seychelles -share.SL=Sierra Leone -share.SG=Singapore -share.SX=Sint Maarten (Dutch Part) -share.SK=Slovakia -share.SI=Slovenia -share.SB=Solomon Islands -share.SO=Somalia -share.ZA=South Africa -share.GS=South Georgia and the South Sandwich Islands -share.KR=South Korea -share.SS=South Sudan -share.ES=Spain -share.LK=Sri Lanka -share.SD=Sudan -share.SR=Suriname -share.SJ=Svalbard and Jan Mayen -share.SZ=Swaziland -share.SE=Sweden -share.CH=Switzerland -share.SY=Syria -share.ST=São Tomé and Príncipe -share.TW=Taiwan -share.TJ=Tajikistan -share.TZ=Tanzania -share.TH=Thailand -share.TL=Timor-Leste -share.TG=Togo -share.TK=Tokelau -share.TO=Tonga -share.TT=Trinidad and Tobago -share.TN=Tunisia -share.TR=Türkiye -share.TM=Turkmenistan -share.TC=Turks and Caicos Islands -share.TV=Tuvalu -share.UM=U.S. Minor Outlying Islands -share.VI=U.S. Virgin Islands -share.UG=Uganda -share.UA=Ukraine -share.AE=United Arab Emirates -share.GB=United Kingdom -share.US=United States -share.UY=Uruguay -share.UZ=Uzbekistan -share.VU=Vanuatu -share.VA=Vatican City -share.VE=Venezuela -share.VN=Vietnam -share.WF=Wallis and Futuna -share.EH=Western Sahara -share.YE=Yemen -share.ZM=Zambia -share.ZW=Zimbabwe -share.AX=Åland Islands -share.XK=Kosovo -shared.countryOrLocation=Country or location -shared.selectACountryOrLocation=Select a country or location -shared.countryOrLocationError=Please enter a country or location -shared.editAriaLabelCountries=Manage your countries -shared.editAriaLabelEmails=Manage your emails -shared.editAriaLabelWebsites=Manage your websites & social links -shared.editAriaLabelOtherIds=Manage your other IDs -shared.editAriaLabelBiography=Manage your biography -shared.editAriaLabelNames=Manage your names -shared.editAriaLabelKeywords=Manage your keywords -shared.editAriaLabel=Edit -shared.collapseAllActivitiesArialLabel=Collapse all activity sections -shared.expandAllActivitiesArialLabel=Expand all activity sections -shared.employmentExpandAriaLabel=Expand the Employment section -shared.educationQualificationExpandAriaLabel=Expand the Education and qualifications section -shared.distinctionInvitedPositionExpandAriaLabel=Expand the Invited positions and distinction section -shared.membershipServiceExpandAriaLabel=Expand the Membership and service section -shared.fundingServiceExpandAriaLabel=Expand the Funding section -shared.workServiceExpandAriaLabel=Expand the Works section -shared.peerReviewServiceExpandAriaLabel=Expand the Peer review section -shared.employmentCollapseAriaLabel=Collapse the Employment section -shared.educationQualificationCollapseAriaLabel=Collapse the Education and qualifications section -shared.distinctionInvitedPositionCollapseAriaLabel=Collapse the Invited positions and distinction section -shared.membershipServiceCollapseAriaLabel=Collapse the Membership and service section -shared.fundingServiceCollapseAriaLabel=Collapse the Funding section -shared.workServiceCollapseAriaLabel=Collapse the Works section -shared.peerReviewServiceCollapseAriaLabel=Collapse the Peer review section -shared.activityShowDetailsAriaLabel=Show more details for -shared.activityHideDetailsAriaLabel=Hide details for -shared.employmentAriaLabel=employment -shared.educationAriaLabel=education -shared.qualificationAriaLabel=qualification -shared.distinctionAriaLabel=distinction -shared.invitedPositionAriaLabel=invited position -shared.membershipAriaLabel=membership -shared.serviceAriaLabel=service -shared.fundingAriaLabel=funding -shared.worksAriaLabel=work -shared.workAriaLabel=work -shared.peerReviewAriaLabel=peer review -shared.researchResourcesAriaLabel=research resources -shared.activityCollapseForAriaLabel=Collapse for -shared.activityExpandForAriaLabel=Expand for -shared.employmentAddAriaLabel=Add employment -shared.educationQualificationAddAriaLabel=Add education or qualification -shared.distinctionInvitedPositionAddAriaLabel=Add invited position or distinction -shared.membershipServiceAddAriaLabel=Add membership or service -shared.fundingServiceAddAriaLabel=Add funding -shared.workServiceAddAriaLabel=Add a work -shared.employmentSortAriaLabel=Sort your employment -shared.educationQualificationSortAriaLabel=Sort your education and qualifications -shared.distinctionInvitedPositionSortAriaLabel=Sort your invited positions and distinctions -shared.membershipServiceSortAriaLabel=Sort your membership and services -shared.fundingServiceSortAriaLabel=Sort your funding -shared.workServiceSortAriaLabel=Sort your works -shared.peerReviewSortAriaLabel=Sort your peer reviews -shared.disabled=(Disabled) -shared.editActivityAriaLabel=Edit -shared.deleteActivityAriaLabel=Delete -shared.activitySelectAriaLabel=Select -shared.personalInformation=Personal information -shared.professionalActivities=Professional activities -shared.statusBar=Status bar -shared.ariaLabelActions=Choose an action to apply to selected works -share.selectAllWorks=Select all Works on this page -share.ariaLabelPublic=set item visibility to Everyone -share.ariaLabelTrustedParty=set item visibility to Trusted Parties -share.ariaLabelPrivate=set item visibility to Only Me -share.currentSelected=(Currently selected) -shared.dialogAriaLabeledByCountries=Manage your countries dialog -shared.dialogAriaLabeledByEmails=Manage your emails dialog -shared.dialogAriaLabeledByWebsites=Manage your websites & social links dialog -shared.dialogAriaLabeledByOtherIds=Manage your other IDs dialog -shared.dialogAriaLabeledByBiography=Manage your biography dialog -shared.dialogAriaLabeledByNames=Manage your names dialog -shared.dialogAriaLabeledByKeywords=Manage your keywords dialog -shared.dialogAriaLabeledByEmployment=Manage employment dialog -shared.dialogAriaLabeledByEducation=Manage education dialog -shared.dialogAriaLabeledByQualification=Manage qualification dialog -shared.dialogAriaLabeledByDistinction=Manage distinction dialog -shared.dialogAriaLabeledByInvitedPosition=Manage invited position dialog -shared.dialogAriaLabeledByMembership=Manage membership dialog -shared.dialogAriaLabeledByService=Manage service dialog -shared.dialogAriaLabeledByFunding=Manage funding dialog -shared.dialogAriaLabeledByFundingSearch=Manage funding search dialog -shared.dialogAriaLabeledByWork=Manage work dialog -shared.dialogAriaLabeledByWorkSearch=Manage work search dialog -shared.dialogAriaLabeledByPeerReview=Manage peer review dialog -shared.dialogAriaLabeledByExternalIdentifier=Manage external identifier dialog -shared.dialogAriaLabeledByBibtex=Manage bibtex dialog -shared.emailsCollapseAriaLabel=Collapse Emails -shared.hideEmailDetailsAriaLabel=Hide email details -shared.websiteCollapseAriaLabel=Collapse Website & Social links -shared.personalIdsCollapseAriaLabel=Collapse Personal identifiers -shared.keywordsCollapseAriaLabel=Collapse Keywords -shared.countriesCollapseAriaLabel=Collapse Countries -shared.emailsExpandAriaLabel=Expand Emails -shared.showEmailDetailsAriaLabel=Show email details -shared.websiteExpandAriaLabel=Expand Website & Social links -shared.personalIdsExpandAriaLabel=Expand Personal identifiers -shared.keywordsExpandAriaLabel=Expand Keywords -shared.countriesExpandAriaLabel=Expand Countries -shared.countriesCollapseOtherName=Collapse Other names -shared.countriesExpandOtherNames=Expand Other names -shared.researchResourcesSortAriaLabel=Sort your research resources -shared.researchResourcesExpandAriaLabel=Expand the Research resources section -shared.researchResourcesCollapseAriaLabel=Collapse the Research resources section -shared.activityExpandAriaLabel=Expand -shared.activityCollapseAriaLabel=Collapse -shared.researchResourceExpandAriaLabel=Expand the research resource -shared.researchResourceCollapseAriaLabel=Collapse the research resource -shared.peerReviewExpandAriaLabel=Expand review activity for -shared.peerReviewCollapseAriaLabel=Collapse review activity for -shared.saveChangesTo=Save changes to -shared.cancelChangesAndClose=Cancel changes and close -shared.setRelationShipAriaLabel=Set relationship of -shared.asAriaLabel=as -shared.yearPub=Publication year -shared.monthub=Publication month -shared.dayub=Publication day -works.cancelAddingAnId=Cancel adding an identifier -share.totalFundingAmountCurrency=Currency -share.totalFundingAmount=Total funding amount -shared.saveFundingChanges=Save funding changes -shared.cancelFundingChanges=Cancel changes and close Funding -shared.cancelAndCloseActivityAriaLabel=Cancel changes and close Works -shared.saveAndCloseActivityAriaLabel=Save changes to Works -shared.ariaLabelAscending=Ascending -shared.ariaLabelDescending=Descending -shared.closeActivityAriaLabel=Close Works -shared.languageLabelAriaLabel=Select the language used in this form -shared.selectCountryLocationLabel=Select a country or location of publication -shared.descriptionFunding=Project description -shared.amountFunding=Amount -shared.closeFunding=Close funding -shared.youAreOnPage=You are on page -shared.thereAre=There are -shared.onEachPage=on each page -shared.showing=Showing -share.visibilityCurrentlySetTo=visibility is currently set to -shared.setVisibilityFor=Set visibility for -shared.ariaLabelWork=Work -shared.addInvitedPositionsMemberships=Add the invited positions or memberships you have held, awards or prizes you have received, and donations of time and resources given in service of organizations or institutions. -shared.learnMoreProfessionalActivities=Learn more about adding professional activities to your ORCID record -share.titleOrcid=ORCID -share.twoFactorSetup=2FA - ORCID -share.institutionalLinking=Institutional linking - ORCID -share.social=Social linking - ORCID -share.institutional=Institutional sign in - ORCID -share.inbox=Notifications inbox - ORCID -share.signin=Sign in - ORCID -share.authorize=Oauth - ORCID -share.search=Search - ORCID -share.reactivation=Account reactivation - ORCID -share.resetPassword=Reset password - ORCID -share.register=Register - ORCID -share.account=Account settings - ORCID -share.trustedParties=Trusted parties - ORCID -share.resetPasswordEmail=Reset password - ORCID -share.selfService=Self Service - ORCID -share.orcidTitle=- ORCID -share.myOrcidTitle=- My ORCID -share.developerTools=Developer tools - ORCID -shared.addProfessionalActivity=Add a professional activity -shared.sortProfessionalActivities=Sort your professional activities -shared.professionalActivitiesCollapseAriaLabel=Collapse the professional activities section -shared.professionalActivitiesExpandAriaLabel=Expand the professional activities section -shared.professionalActivitiesSortTitle=Sort professional activities by title -shared.professionalActivitiesSortStart=Sort professional activities by start date -shared.professionalActivitiesSortEnd=Sort professional activities by end date -shared.professionalActivitiesSortType=Sort professional activities by type -shared.employmentSortTitle=Sort employment by title -shared.employmentSortStart=Sort employment by start date -shared.employmentSortEnd=Sort employment by end date -shared.educationSortTitle=Sort education and qualifications by title -shared.educationSortStart=Sort education and qualifications by start date -shared.educationSortEnd=Sort education and qualifications by end date -shared.distinctionSortTitle=Sort invited positions and distinction by title -shared.distinctionSortStart=Sort invited positions and distinction by start date -shared.distinctionSortEnd=Sort invited positions and distinction by end date -shared.membershipSortTitle=Sort membership and service by title -shared.membershipSortStart=Sort membership and service by start date -shared.membershipSortEnd=Sort membership and service by end date -shared.fundingSortTitle=Sort funding by title -shared.fundingSortDate=Sort funding by date -shared.fundingSortType=Sort funding by type -shared.worksSortTitle=Sort works by title -shared.worksSortDate=Sort works by date -shared.worksSortType=Sort works by type -shared.peerReviewsSortOrderv2=Sort peer review by Publication/Grant title -shared.researchSortTitle=Sort research resources by title -shared.researchSortDate=Sort research resources by date -shared.today=Today -share.more=more -shared.orcidHelpCenter=ORCID Help Center -shared.employmentSortSource=Sort employment by source -shared.educationSortSource=Sort education and qualifications by source -shared.fundingSortSource=Sort funding by source -shared.professionalActivitiesSortSource=Sort professional activities by source -shared.worksSortSource=Sort works by source -shared.showDetailsFor=Show details for -shared.hideDetailsFor=Hide details for -shared.opensInNewTab=(opens in a new tab) diff --git a/src/locale/properties/shared/shared.uk.properties b/src/locale/properties/shared/shared.uk.properties deleted file mode 100644 index 1ec482a726..0000000000 --- a/src/locale/properties/shared/shared.uk.properties +++ /dev/null @@ -1,643 +0,0 @@ -ngOrcid.error=Oh no! An error occurred -ngOrcid.reactivationAccountError=We couldn't reactivate your ORCID account. Please try again, and if the error persists please -shared.back=GO BACK -shared.next=NEXT -shared.ok=Ok -shared.contactSupport=contact support. -shared.questionMark=? -shared.knowledgeBase=visit our knowledge base. -shared.ariaLabelClose=Закрити -shared.standardError=Please try again, and if the error persists please -shared.oauthSessionError=Your Oauth request is invalid -shared.hideDetails=Приховати подробиці -shared.showDetails=Show details -shared.edit=Змінити -shared.makeCopy=Створити копію та змінити -shared.saveChanges=Зберегти зміни -shared.cancel=Скасувати -shared.sourceColon=Source: -shared.visibility=Видимість -shared.whoCanSeeBio=Control who can see your biography by setting the visibility. Your default visibility setting is -shared.whoCanSeeName=Control who can see your given, family and published names by setting the visibility. The default visibility for your names is -shared.requiredInformation=Required information -shared.created=Created: -shared.verified=Verified: -shared.delete=Delete -shared.showMore=Show more -shared.showLess=Show less -shared.closeOtherSources=(Close other sources) -shared.of=із -shared.showLessDetail=Show less detail -shared.showMoreDetail=Show more detail -shared.searchAndLink=Search and Link wizards are our recommended way to populate your record. They make adding works, funding and peer reviews simple and save you time over updating your record manually. Select a platform from the list below to start linking items to your record. -shared.availableSearch=Available Search & Link wizards -shared.funding=Funding -shared.organizationIdentifiers=Organization identifiers -shared.otherOrganization=Other organization identifiers provided by -shared.translatedTitle=Перекладена назва -shared.added=Added -shared.lastModified=Last modified -shared.url=URL -shared.employment=Employment -shared.educationQualifications=Education and qualifications -shared.qualification=Qualification -shared.education=Education -shared.invitedPositions=Invited positions and distinctions -shared.invited=Invited position -shared.invitedSentenceCase=Invited position -shared.distinction=Distinction -shared.membership=Membership and service -shared.membershipTitle=Membership -shared.service=Service -shared.educationQualificationsDescription=Add details about where you have studied and educational or professional qualifications you have been awarded. -shared.educationLearnMore=Learn more about adding education or qualifications to your ORCID record -shared.invitedPositionsDescription=Add details of invited positions you have held and awards or prizes you have received in recognition of your achievements. -shared.invitedPositionsLearnMore=Learn more about adding invited positions or distinctions to your ORCID record -shared.membershipDescription=Add details of society or association memberships and donations of time or other resources in the service of an organization. -shared.membershipLearnMore=Learn more about adding a membership or service to your ORCID record -shared.works=Works -shared.expandAll=Expand all -shared.collapseAll=Collapse all -shared.lastModifiedTime=Record last modified -shared.fundedBy=Funded by -shared.partOf=Частина -shared.onBehalfOf=via -shared.versionOf=Version of -shared.add=Add -shared.sort=Sort -shared.addItem=Add Item -shared.exportItems=Export Items -shared.sortItems=Sort Items -shared.addEmployment=Add Employment -shared.sortEmployments=Sort Employments -shared.addQualification=Add Qualification -shared.addEducation=Додати освіту -shared.sortEducation=Sort Education -shared.addInvited=Add Invited Position -shared.sortInvited=Sort Invited Positions -shared.addDistinction=Add Distinction -shared.addMembership=Add Membership -shared.sortMemberships=Sort Memberships -shared.addService=Add Service -shared.addFunding=Add Funding -shared.sortFundings=Sort Fundings -shared.addWork=Add Work -shared.sortWorks=Sort Works -shared.sortResearch=Sort Research Resources -shared.addPeerReviews=Add Peer Review -shared.sortPeerReviews=Sort Peer Reviews -share.loadMore=Load more -share.sortTitle=Заголовок -share.sortStart=Start -share.sortEnd=End -share.sortDate=Дата -share.sortType=Тип -share.sortOrder=Order -share.sortOrderv2=Publication/Grant title -shared.activities=Activities -shared.addToList=Додати до списку -shared.organization=Organization -shared.organizationName=Назва організації -shared.department=Department -shared.city=Місто -shared.cityError=Будь ласка, введіть місто -shared.region=State/region -shared.employmentDetails=Employment details -shared.qualificationDetails=Qualification details -shared.educationDetails=Education details -shared.invitedPositionDetails=Invited Position details -shared.distinctionDetails=Distinction details -shared.membershipDetails=Membership details -shared.serviceDetails=Service details -shared.role=Роль/посада -shared.degree=Distinction/award -shared.award=Distinction/award -shared.membershipType=Membership type -shared.startDate=Start date -shared.endDate=End date -shared.year=Рік -shared.month=Місяць -shared.day=День -shared.invalidDate=Недійсна дата -shared.endDateError=End date must come after start date -shared.link=Link -shared.linkDescription=A link to a profile page or description of the role. Links should be in the full URL format e.g. http://www.website.com/page.html -shared.invalidLink=Invalid Link -shared.visibilityDescription=Control who can see this information by setting the visibility. Your default visibility is -shared.actions=Actions -shared.combineWorks=Combine works -shared.exportWorks=Export works -shared.exportAllWorks=Export all works -shared.setVisibility=Set visibility -shared.thisItemOnly=This item only -shared.allItemsInThisGroup=All items in this group -shared.selectedItemsForVisibility=Selected items -shared.deleteWorks=Delete works -shared.itemsCurrentlySelected=Items currently selected -shared.selectAll=Select all -shared.whoCanSeeThis=Who can see this? -shared.preferred=preferred -shared.present=present -shared.titleNotFound=404 - ORCID record not found -shared.to=to -shared.selected=Selected -shared.searchLink=Search & link -shared.addManually=Add manually -share.undefinedId=undefined id -shared.worksDescription=Add your research outputs such as publications, data sets, conference presentations and more. -shared.worksLearnMore=Learn more about adding works to your ORCID record -shared.employmentDescription=Add details of your current and previous employers. -shared.employmentLearnMore=Learn more about adding employment information to your ORCID record -shared.view=Перегляд -shared.addAnotherId=Додати інший ідентифікатор -shared.addId=Add an identifier -shared.identifier=Identifier -shared.selectLanguage=Select a language -shared.openSourceToEdit=Open sources to edit you own version -shared.youCanOnlyEditYour=You can only edit your own version -shared.distinctionDate=Date of distinction -shared.relationship=Зв'язки -shared.relationshipColon=Relationship: -shared.invalidForm=Form validation error -shared.pleaseReviewInvalidForm=Please review the form and fix the issues before saving -shared.deleteItems=Delete items -shared.deletingItems=Deleting items permanently removes them from your ORCID record. Please review the items selected for deletion. -shared.selectedItems=Selected items to delete -shared.deleteSelected=Delete selected items -shared.source=Джерело -shared.emails=Emails -shared.emailsAndDomains=Emails & domains -shared.verifiedEmailsAndDomains=Verified emails & domains -shared.pleaseReview=Please review and fix the issue -shared.youHaveNotSelected=You haven’t selected any items to delete. -shared.youHaveNotSelectedImport=You haven’t selected any items to import. -shared.publicationDate=Publication date -shared.translatedTitleLanguageError=Please select a language -shared.translatedTitleError=Please enter a translated title -shared.moreInformationOn=More information on -shared.visibilitySettings=visibility settings -shared.trustedParties=Trusted parties -shared.onlyMe=Only me -shared.moreInformationOnOrcidVisibility=More information on ORCID visibility settings -shared.everyone=Everyone -shared.whoCanSeeWorks=Who can see your works. Your default visibility setting is -shared.maxLength.less_than_one_thousand=Must be less than 1000 characters -shared.maxLength.less_than_two_thousand=Must be less than 2000 characters -shared.maxLength.less_than_five_thousand=Must be less than 5000 characters -shared.maxLength.less_than_two_hundred_fifty_five=Must be less than 255 characters -shared.maxLength.less_than_two_thousand_forty_eight=Must be less than 2084 characters -shared.pleaseEnterAnOrganization=Please enter an organization -shared.passwordCantBeEmpty=Password cannot be empty -share.af=Afghanistan -share.AL=Albania -share.DZ=Algeria -share.AS=American Samoa -share.AD=Andorra -share.AO=Angola -share.AI=Anguilla -share.AQ=Antarctica -share.AG=Antigua and Barbuda -share.AR=Argentina -share.AM=Armenia -share.AW=Aruba -share.AU=Australia -share.AT=Austria -share.AZ=Azerbaijan -share.BS=Bahamas -share.BH=Bahrain -share.BD=Bangladesh -share.BB=Barbados -share.BY=Belarus -share.BE=Belgium -share.BZ=Belize -share.BJ=Benin -share.BM=Bermuda -share.BT=Bhutan -share.BO=Bolivia -share.BA=Bosnia and Herzegovina -share.BW=Botswana -share.BV=Bouvet Island -share.BR=Brazil -share.BQ=British Antarctic Territory -share.IO=British Indian Ocean Territory -share.VG=British Virgin Islands -share.BN=Brunei -share.BG=Bulgaria -share.BF=Burkina Faso -share.BI=Burundi -share.KH=Cambodia -share.CM=Cameroon -share.CA=Canada -share.CV=Cape Verde -share.KY=Cayman Islands -share.CF=Central African Republic -share.TD=Chad -share.CL=Chile -share.CN=China -share.CX=Christmas Island -share.CC=Cocos [Keeling] Islands -share.CO=Colombia -share.KM=Comoros -share.CG=Congo - Brazzaville -share.CD=Congo - Kinshasa -share.CK=Cook Islands -share.CR=Costa Rica -share.HR=Croatia -share.CU=Cuba -share.CW=Curaçao -share.CY=Cyprus -share.CZ=Czech Republic -share.CI=Côte d'Ivoire -share.DK=Denmark -share.DJ=Djibouti -share.DM=Dominica -share.DO=Dominican Republic -share.EC=Ecuador -share.EG=Egypt -share.SV=El Salvador -share.GQ=Equatorial Guinea -share.ER=Eritrea -share.EE=Estonia -share.ET=Ethiopia -share.FK=Falkland Islands -share.FO=Faroe Islands -share.FJ=Fiji -share.FI=Finland -share.FR=France -share.GF=French Guiana -share.PF=French Polynesia -share.TF=French Southern Territories -share.GA=Gabon -share.GM=Gambia -share.GE=Georgia -share.DE=Germany -share.GH=Ghana -share.GI=Gibraltar -share.GR=Greece -share.GL=Greenland -share.GD=Grenada -share.GP=Guadeloupe -share.GU=Guam -share.GT=Guatemala -share.GG=Guernsey -share.GN=Guinea -share.GW=Guinea-Bissau -share.GY=Guyana -share.HT=Haiti -share.HM=Heard Island and McDonald Islands -share.HN=Honduras -share.HK=Hong Kong SAR China -share.HU=Hungary -share.IS=Iceland -share.IN=India -share.ID=Indonesia -share.IR=Iran -share.IQ=Iraq -share.IE=Ireland -share.IM=Isle of Man -share.IL=Israel -share.IT=Italy -share.JM=Jamaica -share.JP=Japan -share.JE=Jersey -share.JO=Jordan -share.KZ=Kazakhstan -share.KE=Kenya -share.KI=Kiribati -share.KW=Kuwait -share.KG=Kyrgyzstan -share.LA=Laos -share.LV=Latvia -share.LB=Lebanon -share.LS=Lesotho -share.LR=Liberia -share.LY=Libya -share.LI=Liechtenstein -share.LT=Lithuania -share.LU=Luxembourg -share.MO=Macau SAR China -share.MG=Madagascar -share.MW=Malawi -share.MY=Malaysia -share.MV=Maldives -share.ML=Mali -share.MT=Malta -share.MH=Marshall Islands -share.MQ=Martinique -share.MR=Mauritania -share.MU=Mauritius -share.YT=Mayotte -share.MX=Mexico -share.FM=Micronesia -share.MD=Moldova -share.MC=Monaco -share.MN=Mongolia -share.ME=Montenegro -share.MS=Montserrat -share.MA=Morocco -share.MZ=Mozambique -share.MM=Myanmar [Burma] -share.NA=Namibia -share.NR=Nauru -share.NP=Nepal -share.NL=Netherlands -share.NC=New Caledonia -share.NZ=New Zealand -share.NI=Nicaragua -share.NE=Niger -share.NG=Nigeria -share.NU=Niue -share.NF=Norfolk Island -share.KP=North Korea -share.MK=North Macedonia -share.MP=Northern Mariana Islands -share.NO=Norway -share.OM=Oman -share.PK=Pakistan -share.PW=Palau -share.PS=Palestinian Territories -share.PA=Panama -share.PG=Papua New Guinea -share.PY=Paraguay -share.PE=Peru -share.PH=Philippines -share.PN=Pitcairn Islands -share.PL=Poland -share.PT=Portugal -share.PR=Puerto Rico -share.QA=Qatar -share.RO=Romania -share.RU=Russia -share.RW=Rwanda -share.RE=Réunion -share.BL=Saint Barthélemy -share.SH=Saint Helena -share.KN=Saint Kitts and Nevis -share.LC=Saint Lucia -share.MF=Saint Martin -share.PM=Saint Pierre and Miquelon -share.VC=Saint Vincent and the Grenadines -share.WS=Samoa -share.SM=San Marino -share.SA=Saudi Arabia -share.SN=Senegal -share.RS=Serbia -share.SC=Seychelles -share.SL=Sierra Leone -share.SG=Singapore -share.SX=Sint Maarten (Dutch Part) -share.SK=Slovakia -share.SI=Slovenia -share.SB=Solomon Islands -share.SO=Somalia -share.ZA=South Africa -share.GS=South Georgia and the South Sandwich Islands -share.KR=South Korea -share.SS=South Sudan -share.ES=Spain -share.LK=Sri Lanka -share.SD=Sudan -share.SR=Suriname -share.SJ=Svalbard and Jan Mayen -share.SZ=Swaziland -share.SE=Sweden -share.CH=Switzerland -share.SY=Syria -share.ST=São Tomé and Príncipe -share.TW=Taiwan -share.TJ=Tajikistan -share.TZ=Tanzania -share.TH=Thailand -share.TL=Timor-Leste -share.TG=Togo -share.TK=Tokelau -share.TO=Tonga -share.TT=Trinidad and Tobago -share.TN=Tunisia -share.TR=Türkiye -share.TM=Turkmenistan -share.TC=Turks and Caicos Islands -share.TV=Tuvalu -share.UM=U.S. Minor Outlying Islands -share.VI=U.S. Virgin Islands -share.UG=Uganda -share.UA=Ukraine -share.AE=United Arab Emirates -share.GB=United Kingdom -share.US=United States -share.UY=Uruguay -share.UZ=Uzbekistan -share.VU=Vanuatu -share.VA=Vatican City -share.VE=Venezuela -share.VN=Vietnam -share.WF=Wallis and Futuna -share.EH=Western Sahara -share.YE=Yemen -share.ZM=Zambia -share.ZW=Zimbabwe -share.AX=Åland Islands -share.XK=Kosovo -shared.countryOrLocation=Country or location -shared.selectACountryOrLocation=Select a country or location -shared.countryOrLocationError=Please enter a country or location -shared.editAriaLabelCountries=Manage your countries -shared.editAriaLabelEmails=Manage your emails -shared.editAriaLabelWebsites=Manage your websites & social links -shared.editAriaLabelOtherIds=Manage your other IDs -shared.editAriaLabelBiography=Manage your biography -shared.editAriaLabelNames=Manage your names -shared.editAriaLabelKeywords=Manage your keywords -shared.editAriaLabel=Змінити -shared.collapseAllActivitiesArialLabel=Collapse all activity sections -shared.expandAllActivitiesArialLabel=Expand all activity sections -shared.employmentExpandAriaLabel=Expand the Employment section -shared.educationQualificationExpandAriaLabel=Expand the Education and qualifications section -shared.distinctionInvitedPositionExpandAriaLabel=Expand the Invited positions and distinction section -shared.membershipServiceExpandAriaLabel=Expand the Membership and service section -shared.fundingServiceExpandAriaLabel=Expand the Funding section -shared.workServiceExpandAriaLabel=Expand the Works section -shared.peerReviewServiceExpandAriaLabel=Expand the Peer review section -shared.employmentCollapseAriaLabel=Collapse the Employment section -shared.educationQualificationCollapseAriaLabel=Collapse the Education and qualifications section -shared.distinctionInvitedPositionCollapseAriaLabel=Collapse the Invited positions and distinction section -shared.membershipServiceCollapseAriaLabel=Collapse the Membership and service section -shared.fundingServiceCollapseAriaLabel=Collapse the Funding section -shared.workServiceCollapseAriaLabel=Collapse the Works section -shared.peerReviewServiceCollapseAriaLabel=Collapse the Peer review section -shared.activityShowDetailsAriaLabel=Show more details for -shared.activityHideDetailsAriaLabel=Hide details for -shared.employmentAriaLabel=employment -shared.educationAriaLabel=education -shared.qualificationAriaLabel=qualification -shared.distinctionAriaLabel=distinction -shared.invitedPositionAriaLabel=invited position -shared.membershipAriaLabel=membership -shared.serviceAriaLabel=service -shared.fundingAriaLabel=funding -shared.worksAriaLabel=work -shared.workAriaLabel=work -shared.peerReviewAriaLabel=peer review -shared.researchResourcesAriaLabel=research resources -shared.activityCollapseForAriaLabel=Collapse for -shared.activityExpandForAriaLabel=Expand for -shared.employmentAddAriaLabel=Add employment -shared.educationQualificationAddAriaLabel=Add education or qualification -shared.distinctionInvitedPositionAddAriaLabel=Add invited position or distinction -shared.membershipServiceAddAriaLabel=Add membership or service -shared.fundingServiceAddAriaLabel=Add funding -shared.workServiceAddAriaLabel=Add a work -shared.employmentSortAriaLabel=Sort your employment -shared.educationQualificationSortAriaLabel=Sort your education and qualifications -shared.distinctionInvitedPositionSortAriaLabel=Sort your invited positions and distinctions -shared.membershipServiceSortAriaLabel=Sort your membership and services -shared.fundingServiceSortAriaLabel=Sort your funding -shared.workServiceSortAriaLabel=Sort your works -shared.peerReviewSortAriaLabel=Sort your peer reviews -shared.disabled=(Disabled) -shared.editActivityAriaLabel=Змінити -shared.deleteActivityAriaLabel=Delete -shared.activitySelectAriaLabel=Select -shared.personalInformation=Personal information -shared.professionalActivities=Professional activities -shared.statusBar=Status bar -shared.ariaLabelActions=Choose an action to apply to selected works -share.selectAllWorks=Select all Works on this page -share.ariaLabelPublic=set item visibility to Everyone -share.ariaLabelTrustedParty=set item visibility to Trusted Parties -share.ariaLabelPrivate=set item visibility to Only Me -share.currentSelected=(Currently selected) -shared.dialogAriaLabeledByCountries=Manage your countries dialog -shared.dialogAriaLabeledByEmails=Manage your emails dialog -shared.dialogAriaLabeledByWebsites=Manage your websites & social links dialog -shared.dialogAriaLabeledByOtherIds=Manage your other IDs dialog -shared.dialogAriaLabeledByBiography=Manage your biography dialog -shared.dialogAriaLabeledByNames=Manage your names dialog -shared.dialogAriaLabeledByKeywords=Manage your keywords dialog -shared.dialogAriaLabeledByEmployment=Manage employment dialog -shared.dialogAriaLabeledByEducation=Manage education dialog -shared.dialogAriaLabeledByQualification=Manage qualification dialog -shared.dialogAriaLabeledByDistinction=Manage distinction dialog -shared.dialogAriaLabeledByInvitedPosition=Manage invited position dialog -shared.dialogAriaLabeledByMembership=Manage membership dialog -shared.dialogAriaLabeledByService=Manage service dialog -shared.dialogAriaLabeledByFunding=Manage funding dialog -shared.dialogAriaLabeledByFundingSearch=Manage funding search dialog -shared.dialogAriaLabeledByWork=Manage work dialog -shared.dialogAriaLabeledByWorkSearch=Manage work search dialog -shared.dialogAriaLabeledByPeerReview=Manage peer review dialog -shared.dialogAriaLabeledByExternalIdentifier=Manage external identifier dialog -shared.dialogAriaLabeledByBibtex=Manage bibtex dialog -shared.emailsCollapseAriaLabel=Collapse Emails -shared.hideEmailDetailsAriaLabel=Hide email details -shared.websiteCollapseAriaLabel=Collapse Website & Social links -shared.personalIdsCollapseAriaLabel=Collapse Personal identifiers -shared.keywordsCollapseAriaLabel=Collapse Keywords -shared.countriesCollapseAriaLabel=Collapse Countries -shared.emailsExpandAriaLabel=Expand Emails -shared.showEmailDetailsAriaLabel=Show email details -shared.websiteExpandAriaLabel=Expand Website & Social links -shared.personalIdsExpandAriaLabel=Expand Personal identifiers -shared.keywordsExpandAriaLabel=Expand Keywords -shared.countriesExpandAriaLabel=Expand Countries -shared.countriesCollapseOtherName=Collapse Other names -shared.countriesExpandOtherNames=Expand Other names -shared.researchResourcesSortAriaLabel=Sort your research resources -shared.researchResourcesExpandAriaLabel=Expand the Research resources section -shared.researchResourcesCollapseAriaLabel=Collapse the Research resources section -shared.activityExpandAriaLabel=Expand -shared.activityCollapseAriaLabel=Collapse -shared.researchResourceExpandAriaLabel=Expand the research resource -shared.researchResourceCollapseAriaLabel=Collapse the research resource -shared.peerReviewExpandAriaLabel=Expand review activity for -shared.peerReviewCollapseAriaLabel=Collapse review activity for -shared.saveChangesTo=Save changes to -shared.cancelChangesAndClose=Cancel changes and close -shared.setRelationShipAriaLabel=Set relationship of -shared.asAriaLabel=as -shared.yearPub=Publication year -shared.monthub=Publication month -shared.dayub=Publication day -works.cancelAddingAnId=Cancel adding an identifier -share.totalFundingAmountCurrency=Currency -share.totalFundingAmount=Total funding amount -shared.saveFundingChanges=Save funding changes -shared.cancelFundingChanges=Cancel changes and close Funding -shared.cancelAndCloseActivityAriaLabel=Cancel changes and close Works -shared.saveAndCloseActivityAriaLabel=Save changes to Works -shared.ariaLabelAscending=Ascending -shared.ariaLabelDescending=Descending -shared.closeActivityAriaLabel=Close Works -shared.languageLabelAriaLabel=Select the language used in this form -shared.selectCountryLocationLabel=Select a country or location of publication -shared.descriptionFunding=Project description -shared.amountFunding=Amount -shared.closeFunding=Close funding -shared.youAreOnPage=You are on page -shared.thereAre=There are -shared.onEachPage=on each page -shared.showing=Showing -share.visibilityCurrentlySetTo=visibility is currently set to -shared.setVisibilityFor=Set visibility for -shared.ariaLabelWork=Work -shared.addInvitedPositionsMemberships=Add the invited positions or memberships you have held, awards or prizes you have received, and donations of time and resources given in service of organizations or institutions. -shared.learnMoreProfessionalActivities=Learn more about adding professional activities to your ORCID record -share.titleOrcid=ORCID -share.twoFactorSetup=2FA - ORCID -share.institutionalLinking=Institutional linking - ORCID -share.social=Social linking - ORCID -share.institutional=Institutional sign in - ORCID -share.inbox=Notifications inbox - ORCID -share.signin=Sign in - ORCID -share.authorize=Oauth - ORCID -share.search=Search - ORCID -share.reactivation=Account reactivation - ORCID -share.resetPassword=Reset password - ORCID -share.register=Register - ORCID -share.account=Account settings - ORCID -share.trustedParties=Trusted parties - ORCID -share.resetPasswordEmail=Reset password - ORCID -share.selfService=Self Service - ORCID -share.orcidTitle=- ORCID -share.myOrcidTitle=- My ORCID -share.developerTools=Developer tools - ORCID -shared.addProfessionalActivity=Add a professional activity -shared.sortProfessionalActivities=Sort your professional activities -shared.professionalActivitiesCollapseAriaLabel=Collapse the professional activities section -shared.professionalActivitiesExpandAriaLabel=Expand the professional activities section -shared.professionalActivitiesSortTitle=Sort professional activities by title -shared.professionalActivitiesSortStart=Sort professional activities by start date -shared.professionalActivitiesSortEnd=Sort professional activities by end date -shared.professionalActivitiesSortType=Sort professional activities by type -shared.employmentSortTitle=Sort employment by title -shared.employmentSortStart=Sort employment by start date -shared.employmentSortEnd=Sort employment by end date -shared.educationSortTitle=Sort education and qualifications by title -shared.educationSortStart=Sort education and qualifications by start date -shared.educationSortEnd=Sort education and qualifications by end date -shared.distinctionSortTitle=Sort invited positions and distinction by title -shared.distinctionSortStart=Sort invited positions and distinction by start date -shared.distinctionSortEnd=Sort invited positions and distinction by end date -shared.membershipSortTitle=Sort membership and service by title -shared.membershipSortStart=Sort membership and service by start date -shared.membershipSortEnd=Sort membership and service by end date -shared.fundingSortTitle=Sort funding by title -shared.fundingSortDate=Sort funding by date -shared.fundingSortType=Sort funding by type -shared.worksSortTitle=Sort works by title -shared.worksSortDate=Sort works by date -shared.worksSortType=Sort works by type -shared.peerReviewsSortOrderv2=Sort peer review by Publication/Grant title -shared.researchSortTitle=Sort research resources by title -shared.researchSortDate=Sort research resources by date -shared.today=Today -share.more=more -shared.orcidHelpCenter=ORCID Help Center -shared.employmentSortSource=Sort employment by source -shared.educationSortSource=Sort education and qualifications by source -shared.fundingSortSource=Sort funding by source -shared.professionalActivitiesSortSource=Sort professional activities by source -shared.worksSortSource=Sort works by source -shared.showDetailsFor=Show details for -shared.hideDetailsFor=Hide details for -shared.opensInNewTab=(opens in a new tab) diff --git a/src/locale/properties/side-bar/side-bar.ca.properties b/src/locale/properties/side-bar/side-bar.ca.properties deleted file mode 100644 index db2fbaaefd..0000000000 --- a/src/locale/properties/side-bar/side-bar.ca.properties +++ /dev/null @@ -1,112 +0,0 @@ -side-bar.countries=Countries -side-bar.OrcidWorkBest=ORCID works best when you have multiple email addresses. -side-bar.termOfUse=ORCID terms of use -side-bar.youMayOnly=you may only add email addresses that you have control over. Each time you add an email address we will send you an email asking you to verify it. -side-bar.primaryEmail=Primary email address -side-bar.verifiedEmail=Verified email address -side-bar.verifiedEmailAddresses=Verified email addresses -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.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 -side-bar.and=i -side-bar.emailAddress=Email address -side-bar.newEmailAddress=New email address -side-bar.emailAddresses=email addresses -side-bar.emailAddressesUppercase=Email addresses -side-bar.verifiedEmailDomains=Verified email domains -side-bar.verifiedEmailDomain=Verified email domain -side-bar.whenYouVerifyEmail=When you verify a professional email address we will add the associated domain to your record. You can choose to show an email domain on your public record instead of the full email address. -side-bar.findOutMoreAboutVerifiedEmailDomains=Find out more about verified email domains -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.needHelp=Need help? -side-bar.visitOur=Visit our -side-bar.knowledge=knowledge base -side-bar.orContact=or contact -side-bar.support=support. -side-bar.otherEmails=Other email addresses -side-bar.alreadyAssociated=This email is already associated with an ORCID record. -side-bar.additionalEmailsDuplicate=Additional emails cannot be duplicated -side-bar.makePrimary=Make primary email -side-bar.resendVerification=Resend verification email -side-bar.verificationEmailSent=Verification email sent -side-bar.pleaseCheckYour=Please check your email inbox (or maybe your spam folder) for an email with a link to complete the process. -side-bar.otherEmail=Add other email address -side-bar.anotherEmail=Add another email address -side-bar.havingMultipleEmails=Having multiple email addresses helps you maintain access to your ORCID record. A mix of personal and professional email addresses works best. -side-bar.perOrcid=Per the -side-bar.personalIdentifiers=Other IDs -side-bar.myOtherIdentifiers=My other identifiers -side-bar.personIdentifiersDescription=Other identifiers, also called Person identifiers, are unique IDs that systems such as ISNI and Scopus use to identify you. These identifiers can only be added to your record by trusted organizations you have connected to ORCID. -side-bar.findOutMore=Find out more on our -side-bar.personIdentifiersSupport=Other identifiers support page. -sideBar.onlyVerifiedEmail=Only verified email addresses can be displayed publicly or shared with trusted parties. Please verify your email -sideBar.primaryEmailRequired=An email is required -side-bar.weHaveSentAEmail=We’ve sent a verification email to -side-bar.myCountriesAndLocations=My countries/locations -side-bar.addCountryOrLocation=Add a country or location -side-bar.addAnotherCountryOrLocation=Add another country or location -side-bar.countriesOrLocationsDescription=Add countries or locations to your ORCID record to highlight where you conduct your research or where your research is focused. You can add as many countries or locations as you want. -side-bar.emailNotifications=Email notifications -side-bar.whichVerifiedEmail=Which verified email address should we send your ORCID notifications to? You can change the frequency of these notification emails in -side-bar.yourOrcidAccountSettings=your ORCID account settings. -side-bar.deleteTooltip=You can't delete the only email address in your account -side-bar.visibilityTooltip=Visibility set to Only me -side-bar.ariaLabelOrcidTermsOfUseBase=ORCID knowledge base (Opens in a new tab) -side-bar.ariaLabelOrcidTermsSupport=ORCID support page (Opens in a new tab) -side-bar.ariaLabelOrcidTermsOfUseLink=ORCID terms of use (Opens in a new tab) -side-bar.ariaLabelEmailSave=Save changes to Emails -side-bar.ariaLabelEmailAndDomainsSave=Save changes to Emails & domains -side-bar.ariaLabelEmailCancel=Cancel changes and close Emails -side-bar.ariaLabelEmailAndDomainsCancel=Cancel changes and close Emails & domains -side-bar.ariaLabelEmailDelete=Delete Email -side-bar.ariaLabelEmailClose=Close Emails -side-bar.ariaLabelEmailAndDomainsClose=Close Emails & domains -side-bar.ariaLabelEmail=Emails -side-bar.ariaLabelCountrySave=Save changes to Countries -side-bar.ariaLabelCountryCancel=Cancel changes and close Countries -side-bar.ariaLabelCountryDelete=Delete Country or location -side-bar.ariaLabelCountrySelect=Select country or location -side-bar.ariaLabelCountryClose=Close Countries -side-bar.ariaLabelKeywordSave=Save changes to Keywords -side-bar.ariaLabelKeywordCancel=Cancel changes to Keywords -side-bar.ariaLabelKeywordDelete=Delete Keyword -side-bar.ariaLabelKeywordNew=New Keyword -side-bar.ariaLabelKeyword=Keyword -side-bar.ariaLabelCloseKeywords=Close Keywords -side-bar.ariaLabelPersonalIdSave=Save changes to Other identifiers -side-bar.ariaLabelPersonalIdCancel=Cancel changes and close Other identifiers -share.ariaLabelDelete=Delete identifier -share.ariaLabelIdentifier=Identifier -side-bar.ariaLabelOtherIdsSupport=Find out how to add other identifiers to your ORCID record (Opens in a new tab) -side-bar.ariaLabelUrl=(Opens in a new tab) -side-bar.ariaLabelWebsiteSave=Save changes to Websites & social links -side-bar.ariaLabelWebsiteCancel=Cancel changes to Websites & social links -side-bar.ariaLabelWebsiteDelete=Delete Websites or social link -side-bar.ariaLabelWebsiteClose=Close Websites and social links -side-bar.ariaLabelWebsiteTitle=Websites or social link Title -side-bar.ariaLabelWebsiteUrl=Link URL -side-bar.ariaLabelPersonalIdClose=Close Other identifiers -side-bar.ariaLabelCountryLocationReadOnly=Country or location -side-bar.ariaLabelPrimaryEmailPublic=Set primary email visibility to Everyone -side-bar.ariaLabelPrimaryEmailTrustedParties=Set primary email visibility to Trusted Parties -side-bar.ariaLabelPrimaryEmailPrivate=Set primary email visibility to Only Me -side-bar.ariaLabelOtherEmailPublic=Set other email visibility to Everyone -side-bar.ariaLabelOtherEmailTrustedParties=Set other email visibility to Trusted Parties -side-bar.ariaLabelOtherEmailPrivate=Set other email visibility to Only Me -side-bar.ariaLabelEmailPublic=Set email visibility to Everyone -side-bar.ariaLabelEmailTrustedParties=Set email visibility to Trusted Parties -side-bar.ariaLabelEmailPrivate=Set email visibility to Only Me -side-bar.ariaLabelDomainVisibilityPublic=Set domain visibility to Everyone -side-bar.ariaLabelDomainVisibilityTrustedParties=Set domain visibility to Trusted Parties -side-bar.ariaLabelDomainVisibilityPrivate=Set domain visibility to Only Me -side-bar.ariaOpenAccountSettings=Open your ORCID account settings -side-bar.notificationsAreSentToEmail=Notifications are sent to diff --git a/src/locale/properties/side-bar/side-bar.uk.properties b/src/locale/properties/side-bar/side-bar.uk.properties deleted file mode 100644 index 60c9b45095..0000000000 --- a/src/locale/properties/side-bar/side-bar.uk.properties +++ /dev/null @@ -1,112 +0,0 @@ -side-bar.countries=Countries -side-bar.OrcidWorkBest=ORCID works best when you have multiple email addresses. -side-bar.termOfUse=ORCID terms of use -side-bar.youMayOnly=you may only add email addresses that you have control over. Each time you add an email address we will send you an email asking you to verify it. -side-bar.primaryEmail=Primary email address -side-bar.verifiedEmail=Verified email address -side-bar.verifiedEmailAddresses=Verified email addresses -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.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 -side-bar.and=та -side-bar.emailAddress=Email address -side-bar.newEmailAddress=New email address -side-bar.emailAddresses=email addresses -side-bar.emailAddressesUppercase=Email addresses -side-bar.verifiedEmailDomains=Verified email domains -side-bar.verifiedEmailDomain=Verified email domain -side-bar.whenYouVerifyEmail=When you verify a professional email address we will add the associated domain to your record. You can choose to show an email domain on your public record instead of the full email address. -side-bar.findOutMoreAboutVerifiedEmailDomains=Find out more about verified email domains -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.needHelp=Need help? -side-bar.visitOur=Visit our -side-bar.knowledge=knowledge base -side-bar.orContact=чи зв'яжіться з -side-bar.support=support. -side-bar.otherEmails=Other email addresses -side-bar.alreadyAssociated=This email is already associated with an ORCID record. -side-bar.additionalEmailsDuplicate=Additional emails cannot be duplicated -side-bar.makePrimary=Make primary email -side-bar.resendVerification=Повторно надіслати лист перевірки -side-bar.verificationEmailSent=Verification email sent -side-bar.pleaseCheckYour=Please check your email inbox (or maybe your spam folder) for an email with a link to complete the process. -side-bar.otherEmail=Add other email address -side-bar.anotherEmail=Add another email address -side-bar.havingMultipleEmails=Having multiple email addresses helps you maintain access to your ORCID record. A mix of personal and professional email addresses works best. -side-bar.perOrcid=Per the -side-bar.personalIdentifiers=Other IDs -side-bar.myOtherIdentifiers=My other identifiers -side-bar.personIdentifiersDescription=Other identifiers, also called Person identifiers, are unique IDs that systems such as ISNI and Scopus use to identify you. These identifiers can only be added to your record by trusted organizations you have connected to ORCID. -side-bar.findOutMore=Find out more on our -side-bar.personIdentifiersSupport=Other identifiers support page. -sideBar.onlyVerifiedEmail=Only verified email addresses can be displayed publicly or shared with trusted parties. Please verify your email -sideBar.primaryEmailRequired=An email is required -side-bar.weHaveSentAEmail=We’ve sent a verification email to -side-bar.myCountriesAndLocations=My countries/locations -side-bar.addCountryOrLocation=Add a country or location -side-bar.addAnotherCountryOrLocation=Add another country or location -side-bar.countriesOrLocationsDescription=Add countries or locations to your ORCID record to highlight where you conduct your research or where your research is focused. You can add as many countries or locations as you want. -side-bar.emailNotifications=Email notifications -side-bar.whichVerifiedEmail=Which verified email address should we send your ORCID notifications to? You can change the frequency of these notification emails in -side-bar.yourOrcidAccountSettings=your ORCID account settings. -side-bar.deleteTooltip=You can't delete the only email address in your account -side-bar.visibilityTooltip=Visibility set to Only me -side-bar.ariaLabelOrcidTermsOfUseBase=ORCID knowledge base (Opens in a new tab) -side-bar.ariaLabelOrcidTermsSupport=ORCID support page (Opens in a new tab) -side-bar.ariaLabelOrcidTermsOfUseLink=ORCID terms of use (Opens in a new tab) -side-bar.ariaLabelEmailSave=Save changes to Emails -side-bar.ariaLabelEmailAndDomainsSave=Save changes to Emails & domains -side-bar.ariaLabelEmailCancel=Cancel changes and close Emails -side-bar.ariaLabelEmailAndDomainsCancel=Cancel changes and close Emails & domains -side-bar.ariaLabelEmailDelete=Delete Email -side-bar.ariaLabelEmailClose=Close Emails -side-bar.ariaLabelEmailAndDomainsClose=Close Emails & domains -side-bar.ariaLabelEmail=Emails -side-bar.ariaLabelCountrySave=Save changes to Countries -side-bar.ariaLabelCountryCancel=Cancel changes and close Countries -side-bar.ariaLabelCountryDelete=Delete Country or location -side-bar.ariaLabelCountrySelect=Select country or location -side-bar.ariaLabelCountryClose=Close Countries -side-bar.ariaLabelKeywordSave=Save changes to Keywords -side-bar.ariaLabelKeywordCancel=Cancel changes to Keywords -side-bar.ariaLabelKeywordDelete=Delete Keyword -side-bar.ariaLabelKeywordNew=New Keyword -side-bar.ariaLabelKeyword=Keyword -side-bar.ariaLabelCloseKeywords=Close Keywords -side-bar.ariaLabelPersonalIdSave=Save changes to Other identifiers -side-bar.ariaLabelPersonalIdCancel=Cancel changes and close Other identifiers -share.ariaLabelDelete=Delete identifier -share.ariaLabelIdentifier=Identifier -side-bar.ariaLabelOtherIdsSupport=Find out how to add other identifiers to your ORCID record (Opens in a new tab) -side-bar.ariaLabelUrl=(Opens in a new tab) -side-bar.ariaLabelWebsiteSave=Save changes to Websites & social links -side-bar.ariaLabelWebsiteCancel=Cancel changes to Websites & social links -side-bar.ariaLabelWebsiteDelete=Delete Websites or social link -side-bar.ariaLabelWebsiteClose=Close Websites and social links -side-bar.ariaLabelWebsiteTitle=Websites or social link Title -side-bar.ariaLabelWebsiteUrl=Link URL -side-bar.ariaLabelPersonalIdClose=Close Other identifiers -side-bar.ariaLabelCountryLocationReadOnly=Country or location -side-bar.ariaLabelPrimaryEmailPublic=Set primary email visibility to Everyone -side-bar.ariaLabelPrimaryEmailTrustedParties=Set primary email visibility to Trusted Parties -side-bar.ariaLabelPrimaryEmailPrivate=Set primary email visibility to Only Me -side-bar.ariaLabelOtherEmailPublic=Set other email visibility to Everyone -side-bar.ariaLabelOtherEmailTrustedParties=Set other email visibility to Trusted Parties -side-bar.ariaLabelOtherEmailPrivate=Set other email visibility to Only Me -side-bar.ariaLabelEmailPublic=Set email visibility to Everyone -side-bar.ariaLabelEmailTrustedParties=Set email visibility to Trusted Parties -side-bar.ariaLabelEmailPrivate=Set email visibility to Only Me -side-bar.ariaLabelDomainVisibilityPublic=Set domain visibility to Everyone -side-bar.ariaLabelDomainVisibilityTrustedParties=Set domain visibility to Trusted Parties -side-bar.ariaLabelDomainVisibilityPrivate=Set domain visibility to Only Me -side-bar.ariaOpenAccountSettings=Open your ORCID account settings -side-bar.notificationsAreSentToEmail=Notifications are sent to diff --git a/src/locale/properties/signin/signin.ca.properties b/src/locale/properties/signin/signin.ca.properties deleted file mode 100644 index 98bcb1b299..0000000000 --- a/src/locale/properties/signin/signin.ca.properties +++ /dev/null @@ -1,98 +0,0 @@ -ngOrcid.signin.forgotYourPassword=Forgot your password or ORCID ID? -ngOrcid.signin.isThisYouTitle=Could this be you? -ngOrcid.signin.isThisYouBody=We found some accounts with your name, which means you may have already created an ORCID iD using a different email address. Before creating an account, please confirm that none of these records belong to you. Not sure if any of these are you? -ngOrcid.signin.contact=Contact us. -ngOrcid.signin.firstName=First Name -ngOrcid.signin.lastName=Last Name -ngOrcid.signin.affiliations=Afiliacions -ngOrcid.signin.dateCreated=Date Created -ngOrcid.signin.viewRecord=View Record -ngOrcid.signin.isThisYouSignin=I ALREADY HAVE AN ID, GO BACK TO SIGN IN -ngOrcid.signin.isThisYouContinue=NONE OF THESE ARE ME, CONTINUE WITH REGISTRATION -ngOrcid.signin.title=Sign in -ngOrcid.signin.subtitle=Sign in with your ORCID account -ngOrcid.signin.username=Email or 16-digit ORCID iD -ngOrcid.signin.password=Password -ngOrcid.signin.button=SIGN IN -ngOrcid.signin.personalAccount=Personal account -ngOrcid.signin.institutionalAccount=Access through your institution -ngOrcid.signin.socialMedia=Sign in with a social media account -ngOrcid.signin.google=Sign in with Google -ngOrcid.signin.facebook=Sign in with Facebook -ngOrcid.signin.requiredUsername=Email or 16-digit ORCID iD is required -ngOrcid.signin.invalidEmail=Use the format example@email.com -ngOrcid.signin.invalidUsername=Use the format example@email.com or 0000-0001-2345-6789 -ngOrcid.signin.requiredEmail=Email is required -ngOrcid.signin.invalidPassword=Invalid password -ngOrcid.signin.passwordTooLong=Passwords must be 256 characters or less. Please -ngOrcid.signin.needToReset=reset your password -ngOrcid.signin.toSignIn=to sign in. -ngOrcid.signin.dontHaveOrcid=Don't have an ORCID iD yet? -ngOrcid.signin.registerNow=Register now -ngOrcid.signin.or=or -ngOrcid.signin.badCredentials=Incorrect username and/or password -ngOrcid.signin.continueAs=Continue as -ngOrcid.signin.notYou=Not you? -ngOrcid.signin.currentlySign=You are currently signed in as -ngOrcid.signin.deprecatedWithPrimary=This account is deprecated. Please refer to account: -ngOrcid.signin.deactivated=A deactivated ORCID record is associated with this email address; to reactivate your ORCID record please enter your email address and submit the form to start the reactivate process. -ngOrcid.signin.deactivatedEnterEmail=If you can no longer access any emails associated with your iD, please -ngOrcid.signin.email=Email -ngOrcid.signin.submit=SUBMIT -ngOrcid.signin.usernameHint=example@email.com or 0000-0001-2345-6789 -ngOrcid.signin.emailHint=example@email.com -ngOrcid.signin.verify.reactivationSent=Thank you for reactivating your ORCID record; please complete the process by following the steps in the email we are now sending you. If you don’t receive an email from us, please -ngOrcid.signin.verify.reactivationSentError=Please enter a valid email address -ngOrcid.signin.2fa.authenticate=AUTHENTICATE -ngOrcid.signin.2fa.recoveryCodeRequired=Recovery code is required -ngOrcid.signin.2fa.badRecoveryCode=Invalid recovery code -ngOrcid.signin.2fa.badRecoveryCodeLength=Invalid recovery code length -ngOrcid.signin.2fa.verificationCodeRequired=Authentication code is required -ngOrcid.signin.2fa.badVerificationCode=Invalid authentication code -ngOrcid.signin.2fa.badVerificationCodeLength=Invalid authentication code length -ngOrcid.signin.2fa.contactSupport=Contact support -ngOrcid.signin.2fa.noDevice1=Don't have your device? -ngOrcid.signin.2fa.noDevice2=Enter a recovery code -ngOrcid.signin.2fa.noDeviceOrRecovery=Don't have your device or recovery code? -ngOrcid.signin.2fa.heading=Two-factor authentication -ngOrcid.signin.2fa.instructionsPart1=Enter a code -ngOrcid.signin.2fa.instructionsPart2=from your two-factor authentication app -ngOrcid.signin.2fa.instructions=Enter a code from your two-factor authentication app -ngOrcid.signin.2fa.label=Two-factor authentication code -ngOrcid.signin.2fa.recoveryCode=Recovery code -ngOrcid.signin.unclaimedExists1=The ORCID record exists but has not been claimed. Would you like to -ngOrcid.signin.unclaimedExists2=resend the claim email? -ngOrcid.signin.invalidUserType1=Invalid ORCID iD, please -ngOrcid.signin.invalidUserType2=contact support -ngOrcid.signin.contactSupport=contact support -ngOrcid.signin.signInToOrcid=Sign in to ORCID -ngOrcid.signin.signInInstitution=Sign in through your institution -ngOrcid.signin.yourOrcidPassword=Your ORCID password -ngOrcid.signin.enterValidEmailOrOrcidForExample=Please enter a valid email address or ORCID iD, for example: joe@institution.edu or 0000-1234-5678-9101 -ngOrcid.signin.enterValidEmailOrOrcid=Please enter a valid email address or your ORCID iD -ngOrcid.signin.yourPasswordMoreThan=Your password is more than 256 characters long. -ngOrcid.signin.yourCannotSignIn=You cannot sign in to this ORCID account until you have reset your password. -ngOrcid.signin.resetYourPassword=Reset your password -ngOrcid.signin.somethingNotQuiteRight=Something's not quite right... -ngOrcid.signin.almostDone=Almost done! -ngOrcid.signin.signInToComplete=Sign in to complete your email verification -ngOrcid.signin.theEmailAddress=The email address -ngOrcid.signin.needToReactivateAccount=You will need to reactivate the account before you can sign in with this email address. -ngOrcid.signin.cannotSignInToOrcid=You cannot sign in to ORCID with this email address until you have claimed the record. -ngOrcid.signin.claimYourOrcidRecord=Claim your ORCID record -ngOrcid.signin.orcidAccountHasBeenDeprecated=This ORCID account has been deprecated. The active account is -ngOrcid.signin.signInToActive=Sign in to the active ORCID account -ngOrcid.signin.dontHaveYourOrcid=Don't have your ORCID iD yet? -ngOrcid.signin.forExample=For example: joe@institution.edu or 0000-1234-5678-9101 -ngOrcid.signin.pleaseEnterEmailAddress=Please enter your email address or your ORCID iD -ngOrcid.signin.checkYourSignIn=Please check that your sign in details are correct and then try signing in again. -ngOrcid.signin.cannotSignInToOrcidWithId=You cannot sign in to ORCID with this iD until you have claimed the record. -ngOrcid.signin.needToReactivateToSigInWithId=You will need to reactivate the account before you can sign in with this iD. -ngOrcid.signin.resendClaimToAddressWithId=Resend a claim email to the email address associated with this Orcid iD -ngOrcid.signin.reactivateOrcidRecordWithId=Reactivate the ORCID record associated with this iD -ngOrcid.signin.theOrcidId=The Orcid iD -ngOrcid.signin.claiming=Claiming your account -ngOrcid.signin.verify.claimSent=Thank you for claiming your ORCID record; please complete the process by following the steps in the email we are now sending you. If you don’t receive an email from us, please -ngOrcid.signin.deactivated.UsingOrcid.1=To start reactivation please enter an email address associated with this account in the 'Email or ORCID iD' field above. -ngOrcid.signin.deactivated.UsingOrcid.2=If you no longer have access to any of the email addresses associated with the deactivated account please -ngOrcid.signin.deactivated.UsingOrcid.3=contact the support team diff --git a/src/locale/properties/signin/signin.uk.properties b/src/locale/properties/signin/signin.uk.properties deleted file mode 100644 index c91cda33fa..0000000000 --- a/src/locale/properties/signin/signin.uk.properties +++ /dev/null @@ -1,98 +0,0 @@ -ngOrcid.signin.forgotYourPassword=Forgot your password or ORCID ID? -ngOrcid.signin.isThisYouTitle=Could this be you? -ngOrcid.signin.isThisYouBody=We found some accounts with your name, which means you may have already created an ORCID iD using a different email address. Before creating an account, please confirm that none of these records belong to you. Not sure if any of these are you? -ngOrcid.signin.contact=Contact us. -ngOrcid.signin.firstName=First Name -ngOrcid.signin.lastName=Last Name -ngOrcid.signin.affiliations=Пов'язані організації -ngOrcid.signin.dateCreated=Date Created -ngOrcid.signin.viewRecord=View Record -ngOrcid.signin.isThisYouSignin=I ALREADY HAVE AN ID, GO BACK TO SIGN IN -ngOrcid.signin.isThisYouContinue=NONE OF THESE ARE ME, CONTINUE WITH REGISTRATION -ngOrcid.signin.title=Sign in -ngOrcid.signin.subtitle=Sign in with your ORCID account -ngOrcid.signin.username=Email or 16-digit ORCID iD -ngOrcid.signin.password=Password -ngOrcid.signin.button=SIGN IN -ngOrcid.signin.personalAccount=Personal account -ngOrcid.signin.institutionalAccount=Access through your institution -ngOrcid.signin.socialMedia=Sign in with a social media account -ngOrcid.signin.google=Sign in with Google -ngOrcid.signin.facebook=Sign in with Facebook -ngOrcid.signin.requiredUsername=Email or 16-digit ORCID iD is required -ngOrcid.signin.invalidEmail=Use the format example@email.com -ngOrcid.signin.invalidUsername=Use the format example@email.com or 0000-0001-2345-6789 -ngOrcid.signin.requiredEmail=Email is required -ngOrcid.signin.invalidPassword=Invalid password -ngOrcid.signin.passwordTooLong=Passwords must be 256 characters or less. Please -ngOrcid.signin.needToReset=reset your password -ngOrcid.signin.toSignIn=to sign in. -ngOrcid.signin.dontHaveOrcid=Don't have an ORCID iD yet? -ngOrcid.signin.registerNow=Register now -ngOrcid.signin.or=or -ngOrcid.signin.badCredentials=Incorrect username and/or password -ngOrcid.signin.continueAs=Continue as -ngOrcid.signin.notYou=Not you? -ngOrcid.signin.currentlySign=You are currently signed in as -ngOrcid.signin.deprecatedWithPrimary=This account is deprecated. Please refer to account: -ngOrcid.signin.deactivated=A deactivated ORCID record is associated with this email address; to reactivate your ORCID record please enter your email address and submit the form to start the reactivate process. -ngOrcid.signin.deactivatedEnterEmail=If you can no longer access any emails associated with your iD, please -ngOrcid.signin.email=Email -ngOrcid.signin.submit=SUBMIT -ngOrcid.signin.usernameHint=example@email.com or 0000-0001-2345-6789 -ngOrcid.signin.emailHint=example@email.com -ngOrcid.signin.verify.reactivationSent=Thank you for reactivating your ORCID record; please complete the process by following the steps in the email we are now sending you. If you don’t receive an email from us, please -ngOrcid.signin.verify.reactivationSentError=Please enter a valid email address -ngOrcid.signin.2fa.authenticate=AUTHENTICATE -ngOrcid.signin.2fa.recoveryCodeRequired=Recovery code is required -ngOrcid.signin.2fa.badRecoveryCode=Invalid recovery code -ngOrcid.signin.2fa.badRecoveryCodeLength=Invalid recovery code length -ngOrcid.signin.2fa.verificationCodeRequired=Authentication code is required -ngOrcid.signin.2fa.badVerificationCode=Invalid authentication code -ngOrcid.signin.2fa.badVerificationCodeLength=Invalid authentication code length -ngOrcid.signin.2fa.contactSupport=Contact support -ngOrcid.signin.2fa.noDevice1=Don't have your device? -ngOrcid.signin.2fa.noDevice2=Enter a recovery code -ngOrcid.signin.2fa.noDeviceOrRecovery=Don't have your device or recovery code? -ngOrcid.signin.2fa.heading=Two-factor authentication -ngOrcid.signin.2fa.instructionsPart1=Enter a code -ngOrcid.signin.2fa.instructionsPart2=from your two-factor authentication app -ngOrcid.signin.2fa.instructions=Enter a code from your two-factor authentication app -ngOrcid.signin.2fa.label=Two-factor authentication code -ngOrcid.signin.2fa.recoveryCode=Recovery code -ngOrcid.signin.unclaimedExists1=The ORCID record exists but has not been claimed. Would you like to -ngOrcid.signin.unclaimedExists2=resend the claim email? -ngOrcid.signin.invalidUserType1=Invalid ORCID iD, please -ngOrcid.signin.invalidUserType2=contact support -ngOrcid.signin.contactSupport=contact support -ngOrcid.signin.signInToOrcid=Sign in to ORCID -ngOrcid.signin.signInInstitution=Sign in through your institution -ngOrcid.signin.yourOrcidPassword=Your ORCID password -ngOrcid.signin.enterValidEmailOrOrcidForExample=Please enter a valid email address or ORCID iD, for example: joe@institution.edu or 0000-1234-5678-9101 -ngOrcid.signin.enterValidEmailOrOrcid=Please enter a valid email address or your ORCID iD -ngOrcid.signin.yourPasswordMoreThan=Your password is more than 256 characters long. -ngOrcid.signin.yourCannotSignIn=You cannot sign in to this ORCID account until you have reset your password. -ngOrcid.signin.resetYourPassword=Reset your password -ngOrcid.signin.somethingNotQuiteRight=Something's not quite right... -ngOrcid.signin.almostDone=Almost done! -ngOrcid.signin.signInToComplete=Sign in to complete your email verification -ngOrcid.signin.theEmailAddress=The email address -ngOrcid.signin.needToReactivateAccount=You will need to reactivate the account before you can sign in with this email address. -ngOrcid.signin.cannotSignInToOrcid=You cannot sign in to ORCID with this email address until you have claimed the record. -ngOrcid.signin.claimYourOrcidRecord=Claim your ORCID record -ngOrcid.signin.orcidAccountHasBeenDeprecated=This ORCID account has been deprecated. The active account is -ngOrcid.signin.signInToActive=Sign in to the active ORCID account -ngOrcid.signin.dontHaveYourOrcid=Don't have your ORCID iD yet? -ngOrcid.signin.forExample=For example: joe@institution.edu or 0000-1234-5678-9101 -ngOrcid.signin.pleaseEnterEmailAddress=Please enter your email address or your ORCID iD -ngOrcid.signin.checkYourSignIn=Please check that your sign in details are correct and then try signing in again. -ngOrcid.signin.cannotSignInToOrcidWithId=You cannot sign in to ORCID with this iD until you have claimed the record. -ngOrcid.signin.needToReactivateToSigInWithId=You will need to reactivate the account before you can sign in with this iD. -ngOrcid.signin.resendClaimToAddressWithId=Resend a claim email to the email address associated with this Orcid iD -ngOrcid.signin.reactivateOrcidRecordWithId=Reactivate the ORCID record associated with this iD -ngOrcid.signin.theOrcidId=The Orcid iD -ngOrcid.signin.claiming=Claiming your account -ngOrcid.signin.verify.claimSent=Thank you for claiming your ORCID record; please complete the process by following the steps in the email we are now sending you. If you don’t receive an email from us, please -ngOrcid.signin.deactivated.UsingOrcid.1=To start reactivation please enter an email address associated with this account in the 'Email or ORCID iD' field above. -ngOrcid.signin.deactivated.UsingOrcid.2=If you no longer have access to any of the email addresses associated with the deactivated account please -ngOrcid.signin.deactivated.UsingOrcid.3=contact the support team diff --git a/src/locale/properties/summary/summary.ca.properties b/src/locale/properties/summary/summary.ca.properties deleted file mode 100644 index aa69bf590c..0000000000 --- a/src/locale/properties/summary/summary.ca.properties +++ /dev/null @@ -1,61 +0,0 @@ -summary.to=to -summary.moreAffiliation=more Affiliation -summary.validatedSource=Validated source -summary.selfAssertedSource=Self-asserted source -summary.affiliations=AFFILIATIONS -summary.keyDates=KEY DATES -summary.recordCreated=Record created -summary.lastUpdated=Last updated -summary.works=WORKS -summary.peerReviews=PEER REVIEWS -summary.funding=FUNDING -summary.professionalActivites=PROFESSIONAL ACTIVITIES -summary.otherids=OTHER IDENTIFIERS -summary.validatedWorks=Validated works -summary.validatedWork=Validated work -summary.selfAssertedWorks=Self-asserted works -summary.selfAssertedWork=Self-asserted work -summary.validatedFunding=Validated funding -summary.validatedFundings=Validated fundings -summary.selfAssertedFunding=Self-asserted funding -summary.selfAssertedFundings=Self-asserted fundings -summary.reviewsFor=reviews for -summary.reviewFor=review for -summary.publicationgrantes=publications/grants -summary.publicationgrant=publication/grant -summary.nameIsPrivateOrLimited=Name is private or limited -summary.moreAffiliations=more Affiliations -summary.moreProfessionalActivities=more Professional activities -summary.moreOtherIdentifiers=more Other Identifiers -summary.moreProfessionalActivitie=more Professional activity -summary.moreOtherIdentifier=more Other Identifier -summary.recordIsLocked=This record is locked -summary.recordIsDeprecated=This record has been deprecated -summary.recordIsDeactivated=This record has been deactivated -summary.loadingRecordSummary=Loading record summary -summary.hideRecordSummary=Hide record summary -summary.showRecordSummary=Show record summary -summary.recordSummary=Record summary -summary.findOutMoreAboutRecordSummaries=Find out more about record summaries -summary.viewAffiliations=View all affiliations in -summary.viewWorks=View all works in -summary.viewFundings=View all funding in -summary.viewPeerReviews=View all peer reviews in -summary.viewProfessionalActivities=View all professional activities in -summary.viewIdentifiers=View all identifiers in -summary.emailDomains=EMAIL DOMAINS -summary.researchResources=RESEARCH RESOURCES -summary.educationQualificationActivites=EDUCATION AND QUALIFICATIONS -summary.selfAssertedResearchResources=Self-asserted research resources -summary.validatedResearchResources=Validated research resources -summary.selfAssertedResearchResource=Self-asserted research resource -summary.validatedResearchResource=Validated research resource -summary.moreEmailDomains=more Email Domains -summary.moreEmailDomain=more Email Domain -summary.emailDomainsLabel=Email Domains -summary.viewResearchResources=View all research and resources in -summary.viewEducationQualificationsActivities=View all education and qualifications in -summary.viewEducationQualificationsActivitie=View education and qualification in -summary.moreEducationQualifications=more Education and Qualifications -summary.moreEducationQualification=more Education and Qualification -summary.viewDomain=View all email domains in diff --git a/src/locale/properties/summary/summary.uk.properties b/src/locale/properties/summary/summary.uk.properties deleted file mode 100644 index aa69bf590c..0000000000 --- a/src/locale/properties/summary/summary.uk.properties +++ /dev/null @@ -1,61 +0,0 @@ -summary.to=to -summary.moreAffiliation=more Affiliation -summary.validatedSource=Validated source -summary.selfAssertedSource=Self-asserted source -summary.affiliations=AFFILIATIONS -summary.keyDates=KEY DATES -summary.recordCreated=Record created -summary.lastUpdated=Last updated -summary.works=WORKS -summary.peerReviews=PEER REVIEWS -summary.funding=FUNDING -summary.professionalActivites=PROFESSIONAL ACTIVITIES -summary.otherids=OTHER IDENTIFIERS -summary.validatedWorks=Validated works -summary.validatedWork=Validated work -summary.selfAssertedWorks=Self-asserted works -summary.selfAssertedWork=Self-asserted work -summary.validatedFunding=Validated funding -summary.validatedFundings=Validated fundings -summary.selfAssertedFunding=Self-asserted funding -summary.selfAssertedFundings=Self-asserted fundings -summary.reviewsFor=reviews for -summary.reviewFor=review for -summary.publicationgrantes=publications/grants -summary.publicationgrant=publication/grant -summary.nameIsPrivateOrLimited=Name is private or limited -summary.moreAffiliations=more Affiliations -summary.moreProfessionalActivities=more Professional activities -summary.moreOtherIdentifiers=more Other Identifiers -summary.moreProfessionalActivitie=more Professional activity -summary.moreOtherIdentifier=more Other Identifier -summary.recordIsLocked=This record is locked -summary.recordIsDeprecated=This record has been deprecated -summary.recordIsDeactivated=This record has been deactivated -summary.loadingRecordSummary=Loading record summary -summary.hideRecordSummary=Hide record summary -summary.showRecordSummary=Show record summary -summary.recordSummary=Record summary -summary.findOutMoreAboutRecordSummaries=Find out more about record summaries -summary.viewAffiliations=View all affiliations in -summary.viewWorks=View all works in -summary.viewFundings=View all funding in -summary.viewPeerReviews=View all peer reviews in -summary.viewProfessionalActivities=View all professional activities in -summary.viewIdentifiers=View all identifiers in -summary.emailDomains=EMAIL DOMAINS -summary.researchResources=RESEARCH RESOURCES -summary.educationQualificationActivites=EDUCATION AND QUALIFICATIONS -summary.selfAssertedResearchResources=Self-asserted research resources -summary.validatedResearchResources=Validated research resources -summary.selfAssertedResearchResource=Self-asserted research resource -summary.validatedResearchResource=Validated research resource -summary.moreEmailDomains=more Email Domains -summary.moreEmailDomain=more Email Domain -summary.emailDomainsLabel=Email Domains -summary.viewResearchResources=View all research and resources in -summary.viewEducationQualificationsActivities=View all education and qualifications in -summary.viewEducationQualificationsActivitie=View education and qualification in -summary.moreEducationQualifications=more Education and Qualifications -summary.moreEducationQualification=more Education and Qualification -summary.viewDomain=View all email domains in diff --git a/src/locale/properties/top-bar/top-bar.ca.properties b/src/locale/properties/top-bar/top-bar.ca.properties deleted file mode 100644 index db61d68899..0000000000 --- a/src/locale/properties/top-bar/top-bar.ca.properties +++ /dev/null @@ -1,122 +0,0 @@ -topBar.names=Names -topBar.biography=Biografia -topBar.publishedName=Published name -topBar.yourPublishedName=Your published name -topBar.alsoKnowAs=Also known as -topBar.addGivenName=Add given name -topBar.addFamilyName=Add family name -topBar.addPublishedName=Add a published or credit name -topBar.addOtherName=Add other name -topBar.information=Information about yourself, your research interests and other pertinent details that enhance your ORCID record. -topBar.yourNames=Your names -topBar.yourGivenAndFamilyNames=Your given and family names -topBar.orcidHasANumber=ORCID has a number of options for adding and managing your names. -topBar.findOutMore=Find out more about managing names in your ORCID record -topBar.givenNames=Given names -topBar.firstNameError=Please enter your first/given name -topBar.invalidName=Invalid name characters or format -topBar.invalidBio=Invalid characters or format -topBar.familyNames=Family names -topBar.howYouPreferYourName=How you prefer your name to appear when credited. Adding a published name lets you control how your name is displayed in your ORCID record. -topBar.youCanFormat=You can format this name however you wish -topBar.otherVariants=You can add variants of your name, such as an abbreviated first name, middle names, former names or names in a different character set or language. Adding other names can help people find your record when they search the ORCID registry. -topBar.addAnotherName=Add another name -topBar.websites=Websites & social links -topBar.myLinks=My links -topBar.addLinks=Add keywords. -topBar.addLinksDescription=Add links to personal websites, department profiles, Wikipedia pages or social media accounts. -topBar.addLink=Add a link -topBar.addAnotherLink=Add another link -topBar.description=Link Title -topBar.url=Link URL -topBar.invalidURL=Invalid URL -topBar.urlMaxLength=Must be less than 355 characters -topBar.requiredURL=An URL is required -topBar.urlDuplicated=URL can not be duplicated -topBar.keyword=Keyword -topBar.keywords=Keywords -topBar.myKeywords=My keywords -topBar.keywordsAre=Keywords are words or phrases which describe your research activities. Adding keywords can help people find you when searching the ORCID registry. -topBar.addAnotherKeyword=Add another keyword -topBar.addKeyword=Add a keyword -topBar.keywordMaxLength=Must be less than 100 characters -topBar.whoCanSeeYourNames=Who can see your names -topBar.manageWhoCanSee=Control who can see your given, family and published names by setting the visibility. The default visibility for your names is -topBar.addOtherNames=Add other names you may be known by. These can include abbreviated names, middle names, former names or names in a different character set or language. Adding other names can help people find your record when they search the ORCID registry. -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.clickTheButton=Click the button below and we will send you a new one. -topBar.visitOur=Visit our -topBar.knowledge=knowledge base -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.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 -topBar.pleasContact=Please contact -topBar.orcidSupport=ORCID support -topBar.isThisYou=Is this you? -topBar.signInToStart=Sign in to start editing -topBar.lockedRecord=This ORCID Record is locked -topBar.deactivatedRecord=This ORCID Record is deactivated -topBar.accountDeprecated=This account has been deprecated, please see account -topBar.accountDeprecated2=for the latest information -topBar.youAreManaging=You are managing this ORCID record as a trusted individual -topBar.youAreManagingSomeElse=You are managing your ORCID record -topBar.youArePreviewingSomeElse=You are previewing the public version of your record -topBar.youArePreviewing=You are previewing a public version of this record -topBar.editThisRecord=Edit this record -topBar.otherNames=Other names -topBar.name=Name -topBar.printableVersion=Printable version -topBar.ariaLabelPrintableVersion=View printable version (Opens of a different tab) -topBar.ariaLabelCloseNames=Close Names -topBar.ariaLabelYourGivenNames=Your given names -topBar.ariaLabelYourFamilyNames=Your family names -topBar.ariaLabelYourPublishedNames=Your published names -topBar.ariaLabelSaveChanges=Save changes to Names -topBar.ariaLabelCancelChanges=Cancel changes and close Names -topBar.ariaLabelIAmAlsoKnownAs=I am also known as -topBar.ariaLabelNamesPublic=Set names visibility to Everyone -topBar.ariaLabelNamesTrustedParties=Set names visibility to Trusted Parties -topBar.ariaLabelNamesPrivate=Set names visibility to Only Me -topBar.ariaLabelOtherNamesPublic=Set other names visibility to Everyone -topBar.ariaLabelOtherNamesTrustedParty=Set other names visibility to Trusted Parties -topBar.ariaLabelOtherNamesPrivate=Set other names visibility to Only Me -topBar.ariaLabelBiographyPublic=Set biography visibility to Everyone -topBar.ariaLabelBiographyTrustedParty=Set biography visibility to Trusted Parties -topBar.ariaLabelBiographyPrivate=Set biography visibility to Only Me -topBar.ariaLabelCloseBiography=Close Biography -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. -developerTools.ariaLabelClose=Close -topBar.copyId=Copy iD -topBar.printableRecord=Printable record -topBar.whenOrcidDeactivated=When an ORCID record is deactivated all information in the record is deleted. Deactivated records are not shown in registry searches. -topBar.findOutReactivating=Find out more about reactivating an ORCID account -topBar.weLockRecords=We lock records when they violate conditions of our -topBar.termsOfService=terms of service. -topBar.recordLockedInError=If you feel this record has been locked in error please -topBar.contactOrcid=contact ORCID support for further assistance. -topBar.deprecatedRecordIsDuplicate=A deprecated record is a duplicate or unwanted ORCID record that has been merged with another owned by the same person. -topBar.findOutMoreAboutRemoving=Find out more about removing additional or duplicate ORCID records -topBar.recordOwnerNotHaveAdded=The record owner may not have added information to their record or the visibility for items on their record may be set to Trusted parties or Only me. -topBar.findOutVisibility=Find out more about visibility settings in ORCID -topBar.ariaLabelCopyOrcidId=Copy your ORCID iD to the clipboard -topBar.ariaLabelViewPrintable=View a printable version of your ORCID record (Opens in new tab) -topBar.forTheLastInformation=for the latest information. -topBar.and=i -topBar.areNowVisibleOnYourPublicORCIDRecord=are now visible on your public ORCID record. Manage your email addresses and domains in the -topBar.isNowVisibleOnYourPublicORCIDRecord=is now visible on your public ORCID record. Manage your email addresses and domains in the -topBar.emailsDomainsSection=Emails & domains section -topBar.theEmailDomains=The email domains -topBar.theEmailDomain=The email domain -topBar.emailDomainsShared=Email domains shared diff --git a/src/locale/properties/top-bar/top-bar.uk.properties b/src/locale/properties/top-bar/top-bar.uk.properties deleted file mode 100644 index 0c8e01be84..0000000000 --- a/src/locale/properties/top-bar/top-bar.uk.properties +++ /dev/null @@ -1,122 +0,0 @@ -topBar.names=Names -topBar.biography=Біографія -topBar.publishedName=Published name -topBar.yourPublishedName=Your published name -topBar.alsoKnowAs=Also known as -topBar.addGivenName=Add given name -topBar.addFamilyName=Add family name -topBar.addPublishedName=Add a published or credit name -topBar.addOtherName=Add other name -topBar.information=Information about yourself, your research interests and other pertinent details that enhance your ORCID record. -topBar.yourNames=Your names -topBar.yourGivenAndFamilyNames=Your given and family names -topBar.orcidHasANumber=ORCID has a number of options for adding and managing your names. -topBar.findOutMore=Find out more about managing names in your ORCID record -topBar.givenNames=Given names -topBar.firstNameError=Please enter your first/given name -topBar.invalidName=Invalid name characters or format -topBar.invalidBio=Invalid characters or format -topBar.familyNames=Family names -topBar.howYouPreferYourName=How you prefer your name to appear when credited. Adding a published name lets you control how your name is displayed in your ORCID record. -topBar.youCanFormat=You can format this name however you wish -topBar.otherVariants=You can add variants of your name, such as an abbreviated first name, middle names, former names or names in a different character set or language. Adding other names can help people find your record when they search the ORCID registry. -topBar.addAnotherName=Add another name -topBar.websites=Websites & social links -topBar.myLinks=My links -topBar.addLinks=Add keywords. -topBar.addLinksDescription=Add links to personal websites, department profiles, Wikipedia pages or social media accounts. -topBar.addLink=Add a link -topBar.addAnotherLink=Add another link -topBar.description=Link Title -topBar.url=Link URL -topBar.invalidURL=Недійсне URL -topBar.urlMaxLength=Must be less than 355 characters -topBar.requiredURL=An URL is required -topBar.urlDuplicated=URL can not be duplicated -topBar.keyword=Keyword -topBar.keywords=Ключові слова -topBar.myKeywords=My keywords -topBar.keywordsAre=Keywords are words or phrases which describe your research activities. Adding keywords can help people find you when searching the ORCID registry. -topBar.addAnotherKeyword=Add another keyword -topBar.addKeyword=Add a keyword -topBar.keywordMaxLength=Must be less than 100 characters -topBar.whoCanSeeYourNames=Who can see your names -topBar.manageWhoCanSee=Control who can see your given, family and published names by setting the visibility. The default visibility for your names is -topBar.addOtherNames=Add other names you may be known by. These can include abbreviated names, middle names, former names or names in a different character set or language. Adding other names can help people find your record when they search the ORCID registry. -topBar.namesMaxLenght=Must be less than 100 characters -topBar.otherNamesMaxLenght=Must be less than 255 characters -topBar.resendVerificationEmail=Повторно надіслати лист перевірки -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.clickTheButton=Click the button below and we will send you a new one. -topBar.visitOur=Visit our -topBar.knowledge=knowledge base -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.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 -topBar.pleasContact=Please contact -topBar.orcidSupport=ORCID support -topBar.isThisYou=Is this you? -topBar.signInToStart=Sign in to start editing -topBar.lockedRecord=This ORCID Record is locked -topBar.deactivatedRecord=This ORCID Record is deactivated -topBar.accountDeprecated=This account has been deprecated, please see account -topBar.accountDeprecated2=for the latest information -topBar.youAreManaging=You are managing this ORCID record as a trusted individual -topBar.youAreManagingSomeElse=You are managing your ORCID record -topBar.youArePreviewingSomeElse=You are previewing the public version of your record -topBar.youArePreviewing=You are previewing a public version of this record -topBar.editThisRecord=Edit this record -topBar.otherNames=Other names -topBar.name=Name -topBar.printableVersion=Printable version -topBar.ariaLabelPrintableVersion=View printable version (Opens of a different tab) -topBar.ariaLabelCloseNames=Close Names -topBar.ariaLabelYourGivenNames=Your given names -topBar.ariaLabelYourFamilyNames=Your family names -topBar.ariaLabelYourPublishedNames=Your published names -topBar.ariaLabelSaveChanges=Save changes to Names -topBar.ariaLabelCancelChanges=Cancel changes and close Names -topBar.ariaLabelIAmAlsoKnownAs=I am also known as -topBar.ariaLabelNamesPublic=Set names visibility to Everyone -topBar.ariaLabelNamesTrustedParties=Set names visibility to Trusted Parties -topBar.ariaLabelNamesPrivate=Set names visibility to Only Me -topBar.ariaLabelOtherNamesPublic=Set other names visibility to Everyone -topBar.ariaLabelOtherNamesTrustedParty=Set other names visibility to Trusted Parties -topBar.ariaLabelOtherNamesPrivate=Set other names visibility to Only Me -topBar.ariaLabelBiographyPublic=Set biography visibility to Everyone -topBar.ariaLabelBiographyTrustedParty=Set biography visibility to Trusted Parties -topBar.ariaLabelBiographyPrivate=Set biography visibility to Only Me -topBar.ariaLabelCloseBiography=Close Biography -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. -developerTools.ariaLabelClose=Закрити -topBar.copyId=Copy iD -topBar.printableRecord=Printable record -topBar.whenOrcidDeactivated=When an ORCID record is deactivated all information in the record is deleted. Deactivated records are not shown in registry searches. -topBar.findOutReactivating=Find out more about reactivating an ORCID account -topBar.weLockRecords=We lock records when they violate conditions of our -topBar.termsOfService=terms of service. -topBar.recordLockedInError=If you feel this record has been locked in error please -topBar.contactOrcid=contact ORCID support for further assistance. -topBar.deprecatedRecordIsDuplicate=A deprecated record is a duplicate or unwanted ORCID record that has been merged with another owned by the same person. -topBar.findOutMoreAboutRemoving=Find out more about removing additional or duplicate ORCID records -topBar.recordOwnerNotHaveAdded=The record owner may not have added information to their record or the visibility for items on their record may be set to Trusted parties or Only me. -topBar.findOutVisibility=Find out more about visibility settings in ORCID -topBar.ariaLabelCopyOrcidId=Copy your ORCID iD to the clipboard -topBar.ariaLabelViewPrintable=View a printable version of your ORCID record (Opens in new tab) -topBar.forTheLastInformation=for the latest information. -topBar.and=та -topBar.areNowVisibleOnYourPublicORCIDRecord=are now visible on your public ORCID record. Manage your email addresses and domains in the -topBar.isNowVisibleOnYourPublicORCIDRecord=is now visible on your public ORCID record. Manage your email addresses and domains in the -topBar.emailsDomainsSection=Emails & domains section -topBar.theEmailDomains=The email domains -topBar.theEmailDomain=The email domain -topBar.emailDomainsShared=Email domains shared diff --git a/src/locale/properties/two-factor/two-factor.ca.properties b/src/locale/properties/two-factor/two-factor.ca.properties deleted file mode 100644 index a99f9b5418..0000000000 --- a/src/locale/properties/two-factor/two-factor.ca.properties +++ /dev/null @@ -1,4 +0,0 @@ -twoFactor.title=ORCID Two-factor authentication -twoFactor.enabled=Two-factor authentication is currently enabled for your ORCID account, so an additional code is required even when signing in with another account. -twoFactor.learn=Learn more -twoFactor.ariaLabelInfoTwoFactor=info about two factor authentication diff --git a/src/locale/properties/two-factor/two-factor.uk.properties b/src/locale/properties/two-factor/two-factor.uk.properties deleted file mode 100644 index a99f9b5418..0000000000 --- a/src/locale/properties/two-factor/two-factor.uk.properties +++ /dev/null @@ -1,4 +0,0 @@ -twoFactor.title=ORCID Two-factor authentication -twoFactor.enabled=Two-factor authentication is currently enabled for your ORCID account, so an additional code is required even when signing in with another account. -twoFactor.learn=Learn more -twoFactor.ariaLabelInfoTwoFactor=info about two factor authentication diff --git a/src/locale/properties/works/works.ca.properties b/src/locale/properties/works/works.ca.properties deleted file mode 100644 index 3081ca5c69..0000000000 --- a/src/locale/properties/works/works.ca.properties +++ /dev/null @@ -1,241 +0,0 @@ -work.works=Works -works.workDetails=Work details -works.identifiers=Identifiers -works.identifier=Identifier -works.citation=Citation -works.otherInformation=Other information -works.workType=Work type -works.selectWorkType=Select a work type -works.setAWorkTitle=Set a work title -works.translatedTitle=Translated title -works.subtitle=Work Subtitle -works.subtitle-2=Work subtitle -works.invalidUrl=Invalid url -works.linkMoreInformationAbout=A link to more information about the work. Links should be in the full URL format e.g. http://www.website.com/page.html -works.citationType=Citation type -works.selectACitation=Select a citation -works.selectACitationType=Select a citation type -works.describeThisCitation=Describe this citation -works.description=Description -works.workIds=Work identifiers -works.type=Identifier type -works.selectAnIdentifier=Select an identifier type -works.typeOfIdentifier=The type of identifier associated with the work, such as an ISBN, DOI or PMID. -works.identifierValue=Identifier value -works.validFormat=Invalid id for the selected identifier type -works.addADescriber=Add a describer id -works.identifierAssociated=The identifier associated with the work. The format will depend on the type of identifier selected. -works.relationship=Relació -works.addAnotherId=Add another identifier -works.languageUsed=Language used in this form -works.identifierUrl=Identifier URL -works.urlIdentifierHint=The URL that the identifier resolves to, for example https://doi.org/10.23640/07243.c.4232246 -works.abstract=Conference abstract -works.paper=Conference paper -works.poster=Conference poster -works.chapter=Book chapter -works.review=Book review -works.reviewPublication=Review -works.book=Book -works.entry=Dictionary entry -works.thesis=Dissertation/Thesis -works.editedBook=Edited book -works.encyclopediaEntry=Encyclopedia entry -works.journalArticle=Journal article -works.issue=Journal issue -works.magazineArticle=Magazine article -works.manual=Manual -works.newsletterarticle=Newsletter article -works.newspaperArticle=Newspaper article -works.onlineResource=Online resource -works.preprint=Preprint -works.report=Report -works.tool=Research tool -works.studentPublication=Supervised student publication -works.test=Test -works.translation=Translation -works.website=Website -works.working=Working paper -works.disclosure=Disclosure -works.license=License -works.patent=Patent -works.copyright=Registered copyright -works.trademark=Trademark -works.annotation=Annotation -works.artisticPerformance=Artistic performance -works.dataManagementPlan=Data management plan -works.plan=Data set -works.invention=Invention -works.speech=Lecture/speech -works.object=Physical object -works.technique=Research technique -works.software=Software -works.company=Spin off company -works.policy=Standards and policy -works.standard=Technical Standard -works.other=Other -works.self=Un mateix -works.partOf=Part de -works.versionOf=Version of -works.fundedBy=Funded by -works.selfDescription=The identifier applies to the work itself. For example, a DOI for a book chapter. -works.partOfDescription=The identifier applies to part of a larger work. For example, the ISBN of the book in which the work was published. -works.versionOfDescription=The identifier applies to an alternate version of the work. For example, an earlier draft of an article. -works.fundedByDescription=The identifier applies to the funding for the work. -works.conference=Conference -works.intellectual=Intellectual property -works.publication=Publication -works.whoCanSeeWorks=Who can see your works. The default visibility setting is Private. -works.selectedWorksVisibility=Selected works to set visibility -works.setVisibility=Set visibility selected works -works.title=Title -works.languageOnThisTitle=Language of this title -works.link=Link -works.unResolved=We couldn't find a resource that matches the identifier you entered. Please check the value or enter a valid link to the resource. -works.addFromDOI=Works - Add work from DOI -works.youCanUseFullDOI=You can use the full DOI URL or just the identifier value. -works.doiIdentifier=DOI identifier value or full URL -works.retrieveWorkDOI=Retrieve work details from DOI -works.retrievingWorkDOI=Retrieving work details from DOI -works.detailsFromDOI=Work details from DOI -works.importWork=Import work to your record -works.importBibTex=Works - Import BibTeX -works.importCitations=Import citations from BibTex (.bib) files, including files exported from Google Scholar. -works.moreInformation=More information on importing BibTeX files into ORCID -works.chooseBibTex=Choose BibTeX file to import -works.retrievingWorkBibTex=Retrieving works from BibTeX -works.foundInBibTex=Works found in BibTeX -works.importWorks=Import works to your record -works.unableToImport=Unable to import using this identifier. Please add work using a different option. -works.bibtexImporterParsingError=This file cannot be read. Please check the BibTeX formatting and try again. -works.addFromPubMed=Works - Add work from PubMed -works.typeOrPastePubMed=Type or paste the full PubMed URL or just the identifier value -works.pubMedIdentifier=PubMed identifier value or full URL -works.retrieveWorkPubMed=Retrieve work details from PubMed -works.urlColon=URL: -works.typeColon=Type: -works.value=Value: -works.all=All -works.noItemsSelected=No items selected. -works.linkWorks=Link works -works.linkWorksMoreInfo=More information about linking works to your ORCID record -works.geographicalArea=Geographical area -works.exportSelectedWorks=Export selected works -works.exportSelectedWorksBibtexDescription=Export selected works to a BibTeX file. Please note that exporting to BibTeX may cause problems for text in some languages. -works.findOut=Find out more on exporting BibTeX files -works.selectedWorks=Selected works to export -works.exportSelectedWorksBibtex=Export selected works to BibTeX -works.combineSelectedWorks=Combine selected works -works.selectedWorksGrouped=The selected works will be grouped together and displayed as a single group item on your record. All versions of the work will still be available but one will be shown as your preferred version. -works.learnMoreCombining=Learn more about combining works -works.selectedWorksCombine=Selected works to combine -works.combiningWorks=Combining works cannot be undone! -works.checkSelectedWorks=Please check the selected works are correct before combining them. -works.subtitleLabel=Subtitle -works.language=Language -works.translatedTitle**=Translated title -works.contributors=Contributors -works.reviewWorkToCombine=Review works to combine -works.addDoi=Add DOI -works.addPubmed=Add PubMed ID -works.addBibtex=Add BibTeX -works.worksToExport=works to export -works.pleaseEnterExternalID=Please enter an external ID -works.onlyIdentifierTypesFundedBy=Only identifier types "grant number", "doi", "uri" or "proposal id" are allowed when using "funded-by" identifiers -works.publisher=Publisher -works.conferenceTitle=Conference title -works.bookTitle=Book title -works.journalTitle=Journal title -works.magazineTitle=Magazine title -works.newsletterTitle=Newsletter title -works.newspaperTitle=Newspaper title -works.institution=Institution -works.custodian=Custodian -works.setsOfSimilarWorkToManage1=ORCID have found -works.setsOfSimilarWorkToManage2=sets of works with similar titles that you may want to combine. -works.setsOfSimilarWorkToManage3=The selected works will be grouped together and displayed as a single group item on your record. All versions of the work will still be available but one will be shown as your preferred version -works.titleMaxLength=Must be less than 1000 characters -works.descriptionMaxLength=Must be less than 5000 characters -works.atLestOneSelfIdRequired=At least one "self" identifier is required when using "version-of" identifiers -works.manageSimilarWorks=Manage similar works -works.urlMaxLength=Must be less than 2000 characters -works.more=more -works.noBibtexEntries=Error parsing Bibtex. No Bibtex entries found in file -works.addWorkToOrcid=Add this work to your ORCID record -works.exportAsBibtex=export this work as BibTeX -works.fullContributorList=For the full contributor list -works.or=or -works.visitWorkSource=visit the work source -works.fullCitation=For full citation -works.showing=Showing the first -works.etAl=et al. -works.showCitation=Show citation -works.hideCitation=Hide citation -works.expandedFormatBibtex=Switch to expanded formatting -works.compactFormatBibtex=Switch to compact formatting -works.countryOrLocationOfPublication=Country/Location of publication -works.yourContributionsToThisWork=Your contributions to this work -works.pleaseSelectRole=Please select a role -works.contributorsToThisWork=Contributors to this work -works.addAnotherContributor=Add another contributor -works.addAnotherRole=Add another role -works.conceptualization=Conceptualization -works.dataCuration=Data curation -works.formalAnalysis=Formal analysis -works.fundingAcquisition=Funding acquisition -works.investigation=Investigation -works.methodology=Methodology -works.projectAdministration=Project administration -works.resources=Resources -works.supervision=Supervision -works.validation=Validation -works.visualization=Visualization -works.writingOriginalDraft=Writing - original draft -works.writingReviewEditing=Writing - review & editing -works.roleNotDuplicated=Role cannot be duplicated -works.pleaseSelectIdentifierType=Please select an identifier type -works.noSpecifiedRole=No specified role -works.author=Author -works.assignee=Assignee -works.editor=Editor -works.chairOrTranslator=Chair or Translator -works.coInvestigator=Co-investigator -works.coInventor=Co-inventor -works.graduateStudent=Graduate Student -works.otherInventor=Other inventor -works.principalInvestigator=Principal Investigator -works.postdoctoralResearcher=Postdoctoral Researcher -works.supportStaff=Support Staff -works.contributorNameIsRequired=Contributor name is required -works.youCannotAddMoreContributors=You cannot add any more contributors to this work -works.orcidSupportsMaximum=ORCID supports a maximum of 50 contributors when adding them manually. -works.findOutMoreAboutContributors=Find out more about managing contributors in ORCID -works.contributorName=Contributor name -works.contributorMaxLength=Must be less than 100 characters -works.largeNumberOfContributors=This work has a large number of contributors -works.cannotEditListOfContributors=You cannot edit the list of contributors on a work with more than 50 named participants. -works.addOtherContributor=Add other contributor -works.addYourselfContributor=Add yourself as contributor -works.pleaseSelectRoleAriaLabel=Select your contributor to this work -works.worktitle=Work title -works.citationDescription=Citation description -works.hideTranslatedTitle2=Hide translated title -works.showTranslatedTitle=Show translated title -works.lead=Lead -works.coLead=Co-lead -works.supportedBy=Supported by -works.otherContribution=Other contribution -works.selected=selected -works.fiveWorksMax=5 works maximum, -works.groupWorks=Group works -works.selectedWorksHeader=Selected works -works.groupSelectedWorks=Group selected works -works.groupWorksDescription=The selected works will be grouped together into a single item on your record. All versions of the work will still be available, with one displayed as your preferred version. -works.groupWorksDescriptionLimit=A maximum of 5 works can be grouped at a time. -works.learnMoreGrouping=Learn more about grouping similar works -works.groupWorksAreYouSure=Are you sure you want to group these works? -works.groupWorksRecommendation=We recommend only grouping similar or related works together. Related works might have differing titles, identifiers or come from different sources. -works.groupUnrelatedWorksWarning=Grouping un-related works can result in unexpected grouped items in your record. -works.exportAllWorks=Export ALL works -works.deleteSelectedWorks=Delete selected works -works.setVisibilityForSelectedWorks=Set visibility for selected works diff --git a/src/locale/properties/works/works.uk.properties b/src/locale/properties/works/works.uk.properties deleted file mode 100644 index e8d8f39818..0000000000 --- a/src/locale/properties/works/works.uk.properties +++ /dev/null @@ -1,241 +0,0 @@ -work.works=Works -works.workDetails=Work details -works.identifiers=Identifiers -works.identifier=Identifier -works.citation=Цитування -works.otherInformation=Other information -works.workType=Work type -works.selectWorkType=Select a work type -works.setAWorkTitle=Set a work title -works.translatedTitle=Перекладена назва -works.subtitle=Work Subtitle -works.subtitle-2=Work subtitle -works.invalidUrl=Invalid url -works.linkMoreInformationAbout=A link to more information about the work. Links should be in the full URL format e.g. http://www.website.com/page.html -works.citationType=Тип цитування -works.selectACitation=Select a citation -works.selectACitationType=Select a citation type -works.describeThisCitation=Describe this citation -works.description=Опис -works.workIds=Work identifiers -works.type=Тип ідентифікатора -works.selectAnIdentifier=Select an identifier type -works.typeOfIdentifier=The type of identifier associated with the work, such as an ISBN, DOI or PMID. -works.identifierValue=Значення ідентифікатора -works.validFormat=Invalid id for the selected identifier type -works.addADescriber=Add a describer id -works.identifierAssociated=The identifier associated with the work. The format will depend on the type of identifier selected. -works.relationship=Зв'язки -works.addAnotherId=Додати інший ідентифікатор -works.languageUsed=Мова використана в цій формі -works.identifierUrl=URL ідентифікатора -works.urlIdentifierHint=The URL that the identifier resolves to, for example https://doi.org/10.23640/07243.c.4232246 -works.abstract=Тези на конференцію -works.paper=Стаття на конференцію -works.poster=Стенди на конференцію -works.chapter=Розділ книги -works.review=Рецензія на книгу -works.reviewPublication=Review -works.book=Книга -works.entry=Словникова стаття -works.thesis=Dissertation/Thesis -works.editedBook=Коректура книги -works.encyclopediaEntry=Стаття в енциклопедії -works.journalArticle=Стаття в науковому журналі -works.issue=Випуск журналу -works.magazineArticle=Стаття в періодичному виданні -works.manual=Підручник -works.newsletterarticle=Стаття у бюлетені -works.newspaperArticle=Стаття у газеті -works.onlineResource=Ресурс в інтернеті -works.preprint=Preprint -works.report=Звіт -works.tool=Засіб дослідження -works.studentPublication=Стаття спільно із студентом -works.test=Тест -works.translation=Переклад -works.website=Веб-сторінка -works.working=paperAA=Робочий документ -works.disclosure=Опис винаходу -works.license=Ліцензія -works.patent=Патент -works.copyright=Зареєстроване авторське право -works.trademark=Товарний знак -works.annotation=Annotation -works.artisticPerformance=Artistic performance -works.dataManagementPlan=Data management plan -works.plan=Набір даних -works.invention=Винахід -works.speech=Lecture/speech -works.object=Physical object -works.technique=Методика дослідження -works.software=Software -works.company=Дочірня організація -works.policy=Стандарти і політики -works.standard=Technical Standard -works.other=Other -works.self=Самостійний -works.partOf=Частина -works.versionOf=Version of -works.fundedBy=Funded by -works.selfDescription=The identifier applies to the work itself. For example, a DOI for a book chapter. -works.partOfDescription=The identifier applies to part of a larger work. For example, the ISBN of the book in which the work was published. -works.versionOfDescription=The identifier applies to an alternate version of the work. For example, an earlier draft of an article. -works.fundedByDescription=The identifier applies to the funding for the work. -works.conference=Конференція -works.intellectual=Інтелектуальна власність -works.publication=Публікація -works.whoCanSeeWorks=Who can see your works. The default visibility setting is Private. -works.selectedWorksVisibility=Selected works to set visibility -works.setVisibility=Set visibility selected works -works.title=Заголовок -works.languageOnThisTitle=Мова цього заголовку -works.link=Link -works.unResolved=We couldn't find a resource that matches the identifier you entered. Please check the value or enter a valid link to the resource. -works.addFromDOI=Works - Add work from DOI -works.youCanUseFullDOI=You can use the full DOI URL or just the identifier value. -works.doiIdentifier=DOI identifier value or full URL -works.retrieveWorkDOI=Retrieve work details from DOI -works.retrievingWorkDOI=Retrieving work details from DOI -works.detailsFromDOI=Work details from DOI -works.importWork=Import work to your record -works.importBibTex=Works - Import BibTeX -works.importCitations=Import citations from BibTex (.bib) files, including files exported from Google Scholar. -works.moreInformation=More information on importing BibTeX files into ORCID -works.chooseBibTex=Choose BibTeX file to import -works.retrievingWorkBibTex=Retrieving works from BibTeX -works.foundInBibTex=Works found in BibTeX -works.importWorks=Import works to your record -works.unableToImport=Unable to import using this identifier. Please add work using a different option. -works.bibtexImporterParsingError=This file cannot be read. Please check the BibTeX formatting and try again. -works.addFromPubMed=Works - Add work from PubMed -works.typeOrPastePubMed=Type or paste the full PubMed URL or just the identifier value -works.pubMedIdentifier=PubMed identifier value or full URL -works.retrieveWorkPubMed=Retrieve work details from PubMed -works.urlColon=URL: -works.typeColon=Type: -works.value=Value: -works.all=All -works.noItemsSelected=No items selected. -works.linkWorks=Link works -works.linkWorksMoreInfo=More information about linking works to your ORCID record -works.geographicalArea=Geographical area -works.exportSelectedWorks=Export selected works -works.exportSelectedWorksBibtexDescription=Export selected works to a BibTeX file. Please note that exporting to BibTeX may cause problems for text in some languages. -works.findOut=Find out more on exporting BibTeX files -works.selectedWorks=Selected works to export -works.exportSelectedWorksBibtex=Export selected works to BibTeX -works.combineSelectedWorks=Combine selected works -works.selectedWorksGrouped=The selected works will be grouped together and displayed as a single group item on your record. All versions of the work will still be available but one will be shown as your preferred version. -works.learnMoreCombining=Learn more about combining works -works.selectedWorksCombine=Selected works to combine -works.combiningWorks=Combining works cannot be undone! -works.checkSelectedWorks=Please check the selected works are correct before combining them. -works.subtitleLabel=Subtitle -works.language=Мова -works.translatedTitle**=Перекладена назва -works.contributors=Учасники -works.reviewWorkToCombine=Review works to combine -works.addDoi=Add DOI -works.addPubmed=Add PubMed ID -works.addBibtex=Add BibTeX -works.worksToExport=works to export -works.pleaseEnterExternalID=Please enter an external ID -works.onlyIdentifierTypesFundedBy=Only identifier types "grant number", "doi", "uri" or "proposal id" are allowed when using "funded-by" identifiers -works.publisher=Publisher -works.conferenceTitle=Conference title -works.bookTitle=Book title -works.journalTitle=Journal title -works.magazineTitle=Magazine title -works.newsletterTitle=Newsletter title -works.newspaperTitle=Newspaper title -works.institution=Заклад -works.custodian=Custodian -works.setsOfSimilarWorkToManage1=ORCID have found -works.setsOfSimilarWorkToManage2=sets of works with similar titles that you may want to combine. -works.setsOfSimilarWorkToManage3=The selected works will be grouped together and displayed as a single group item on your record. All versions of the work will still be available but one will be shown as your preferred version -works.titleMaxLength=Must be less than 1000 characters -works.descriptionMaxLength=Must be less than 5000 characters -works.atLestOneSelfIdRequired=At least one "self" identifier is required when using "version-of" identifiers -works.manageSimilarWorks=Manage similar works -works.urlMaxLength=Must be less than 2000 characters -works.more=more -works.noBibtexEntries=Error parsing Bibtex. No Bibtex entries found in file -works.addWorkToOrcid=Add this work to your ORCID record -works.exportAsBibtex=export this work as BibTeX -works.fullContributorList=For the full contributor list -works.or=or -works.visitWorkSource=visit the work source -works.fullCitation=For full citation -works.showing=Showing the first -works.etAl=et al. -works.showCitation=Show citation -works.hideCitation=Hide citation -works.expandedFormatBibtex=Switch to expanded formatting -works.compactFormatBibtex=Switch to compact formatting -works.countryOrLocationOfPublication=Country/Location of publication -works.yourContributionsToThisWork=Your contributions to this work -works.pleaseSelectRole=Please select a role -works.contributorsToThisWork=Contributors to this work -works.addAnotherContributor=Add another contributor -works.addAnotherRole=Add another role -works.conceptualization=Conceptualization -works.dataCuration=Data curation -works.formalAnalysis=Formal analysis -works.fundingAcquisition=Funding acquisition -works.investigation=Investigation -works.methodology=Methodology -works.projectAdministration=Project administration -works.resources=Resources -works.supervision=Supervision -works.validation=Validation -works.visualization=Visualization -works.writingOriginalDraft=Writing - original draft -works.writingReviewEditing=Writing - review & editing -works.roleNotDuplicated=Role cannot be duplicated -works.pleaseSelectIdentifierType=Please select an identifier type -works.noSpecifiedRole=No specified role -works.author=Author -works.assignee=Assignee -works.editor=Editor -works.chairOrTranslator=Chair or Translator -works.coInvestigator=Co-investigator -works.coInventor=Co-inventor -works.graduateStudent=Graduate Student -works.otherInventor=Other inventor -works.principalInvestigator=Principal Investigator -works.postdoctoralResearcher=Postdoctoral Researcher -works.supportStaff=Support Staff -works.contributorNameIsRequired=Contributor name is required -works.youCannotAddMoreContributors=You cannot add any more contributors to this work -works.orcidSupportsMaximum=ORCID supports a maximum of 50 contributors when adding them manually. -works.findOutMoreAboutContributors=Find out more about managing contributors in ORCID -works.contributorName=Contributor name -works.contributorMaxLength=Must be less than 100 characters -works.largeNumberOfContributors=This work has a large number of contributors -works.cannotEditListOfContributors=You cannot edit the list of contributors on a work with more than 50 named participants. -works.addOtherContributor=Add other contributor -works.addYourselfContributor=Add yourself as contributor -works.pleaseSelectRoleAriaLabel=Select your contributor to this work -works.worktitle=Work title -works.citationDescription=Citation description -works.hideTranslatedTitle2=Hide translated title -works.showTranslatedTitle=Show translated title -works.lead=Lead -works.coLead=Co-lead -works.supportedBy=Supported by -works.otherContribution=Other contribution -works.selected=selected -works.fiveWorksMax=5 works maximum, -works.groupWorks=Group works -works.selectedWorksHeader=Selected works -works.groupSelectedWorks=Group selected works -works.groupWorksDescription=The selected works will be grouped together into a single item on your record. All versions of the work will still be available, with one displayed as your preferred version. -works.groupWorksDescriptionLimit=A maximum of 5 works can be grouped at a time. -works.learnMoreGrouping=Learn more about grouping similar works -works.groupWorksAreYouSure=Are you sure you want to group these works? -works.groupWorksRecommendation=We recommend only grouping similar or related works together. Related works might have differing titles, identifiers or come from different sources. -works.groupUnrelatedWorksWarning=Grouping un-related works can result in unexpected grouped items in your record. -works.exportAllWorks=Export ALL works -works.deleteSelectedWorks=Delete selected works -works.setVisibilityForSelectedWorks=Set visibility for selected works From cc5f0fd0c12715d6fcefb612ebaf60023439df12 Mon Sep 17 00:00:00 2001 From: Leonardo Mendoza Fernadez Date: Mon, 2 Dec 2024 13:02:20 -0600 Subject: [PATCH 3/3] tx pull --- pull_and_clean_properties.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pull_and_clean_properties.sh b/pull_and_clean_properties.sh index e344e9813f..f24ed29b79 100755 --- a/pull_and_clean_properties.sh +++ b/pull_and_clean_properties.sh @@ -56,4 +56,8 @@ tx_operations "pl_PL" "pl" # Find all .properties files and process them find . -type f -name "*.properties" -exec bash -c 'process_file "$0"' {} \; +# Delete all ca.properties and uk.properties files +find . -type f -name "*.ca.properties" -delete +find . -type f -name "*.uk.properties" -delete + echo ">>>>>>>>>>>>>>>>>>>>>>> Finished processing general files" \ No newline at end of file