Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Transifex - Add developer tools #2010

Merged
merged 11 commits into from
Jul 10, 2023
7 changes: 7 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,10 @@ source_lang = en
type = UNICODEPROPERTIES
minimum_perc = 0

[o:orcid-inc-1:p:orcid-angular:r:src-developer-tools]
file_filter = src/locale/properties/developer-tools/developer-tools.<lang>.properties
source_file = src/locale/properties/developer-tools/developer-tools.en.properties
source_lang = en
type = UNICODEPROPERTIES
minimum_perc = 0

6 changes: 3 additions & 3 deletions src/app/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,20 +107,20 @@ export const ApplicationRoutes = {
export const ApplicationRoutesLabels = {
[ApplicationRoutes.home]: $localize`:@@share.titleOrcid:ORCID`,
[ApplicationRoutes.myOrcid]: '{dynamic}',
[ApplicationRoutes.twoFactor]: $localize`:@@share.twoFactor:2FA - ORCID`,
[ApplicationRoutes.twoFactor]: $localize`:@@share.twoFactorSetup:2FA - ORCID`,
[ApplicationRoutes.twoFactorSetup]: $localize`:@@share.twoFactorSetup:2FA - ORCID`,
[ApplicationRoutes.institutionalLinking]: $localize`:@@share.institutionalLinking:Institutional linking - ORCID`,
[ApplicationRoutes.social]: $localize`:@@share.social:Social linking - ORCID`,
[ApplicationRoutes.institutional]: $localize`:@@share.institutional:Institutional sign in - ORCID`,
[ApplicationRoutes.inbox]: $localize`:@@share.inbox:Notifications inbox - ORCID`,
[ApplicationRoutes.login]: $localize`:@@share.login:Sign in - ORCID`,
[ApplicationRoutes.login]: $localize`:@@share.signin:Sign in - ORCID`,
[ApplicationRoutes.signin]: $localize`:@@share.signin:Sign in - ORCID`,
[ApplicationRoutes.authorize]: $localize`:@@share.authorize:Oauth - ORCID`,
[ApplicationRoutes.search]: $localize`:@@share.search:Search - ORCID`,
[ApplicationRoutes.reactivation]: $localize`:@@share.reactivation:Account reactivation - ORCID`,
[ApplicationRoutes.resetPassword]: $localize`:@@share.resetPassword:Reset password - ORCID`,
[ApplicationRoutes.register]: $localize`:@@share.register:Register - ORCID`,
[ApplicationRoutes.thirdPartySignIn]: $localize`:@@share.thirdPartySignIn:Sign in - ORCID`,
[ApplicationRoutes.thirdPartySignIn]: $localize`:@@share.signin:Sign in - ORCID`,
[ApplicationRoutes.account]: $localize`:@@share.account:Account settings - ORCID`,
[ApplicationRoutes.trustedParties]: $localize`:@@share.trustedParties:Trusted parties - ORCID `,
[ApplicationRoutes.resetPasswordEmail]: $localize`:@@share.resetPasswordEmail:Reset password - ORCID`,
Expand Down
3 changes: 2 additions & 1 deletion src/locale/properties/layout/layout.pl.properties
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ ngOrcid.orcidGear=SPRZĘT ORCID
ngOrcid.membershipComparison=PORÓWNANIE CZŁONKOSTW
ngOrcid.standartCreatorAgreement=STANDARDOWA UMOWA CZŁONKA TWÓRCY
ngOrcid.blog=BLOG
ngOrcid.subscribe=SUBSKRYBUJ!.ngOrcid.disputeProcedures=PROCEDURY ROZSTRZYGANIA SPORÓW
ngOrcid.subscribe=SUBSKRYBUJ!.\
ngOrcid.disputeProcedures=PROCEDURY ROZSTRZYGANIA SPORÓW
ngOrcid.publicDataFileUsePolicy=ZASADY KORZYSTANIA Z PLIKÓW DANYCH PUBLICZNYCH
ngOrcid.ambassadors=Ambasadorzy
ngOrcid.search=Szukaj...
Expand Down
3 changes: 0 additions & 3 deletions src/locale/properties/shared/shared.en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -577,20 +577,17 @@ 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.twoFactor=2FA - 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.login=Sign in - 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.thirdPartySignIn=Sign in - ORCID
share.account=Account settings - ORCID
share.trustedParties=Trusted parties - ORCID
share.resetPasswordEmail=Reset password - ORCID
Expand Down
2 changes: 1 addition & 1 deletion src/locale/properties/signin/signin.pt.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ngOrcid.signin.2fa.badRecoveryCode=Código de recuperação inválido
ngOrcid.signin.2fa.badRecoveryCodeLength=Comprimento do código de recuperação inválido
ngOrcid.signin.2fa.verificationCodeRequired=Um código de autenticação é necessário
ngOrcid.signin.2fa.badVerificationCode=Código de autenticação inválido
ngOrcid.signin.2fa.badVerificationCodeLength=Comprimento do código de autenticação inválido
ngOrcid.signin.2fa.badVerificationCodeLength=Comprimento do código de autenticação inválido 
ngOrcid.signin.2fa.contactSupport=Contactar suporte
ngOrcid.signin.2fa.noDevice1=Não tem seu dispositivo?
ngOrcid.signin.2fa.noDevice2=Digite um código de recuperação
Expand Down