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

Translation into PT-Br #38

Open
edneiCristian opened this issue Jan 16, 2024 · 14 comments
Open

Translation into PT-Br #38

edneiCristian opened this issue Jan 16, 2024 · 14 comments

Comments

@edneiCristian
Copy link

Hello everybody.
Firstly, I really like this module.
Is there a possibility to add the pr-BR (Portuguese-Brazil) language?
If you want, I can help with translating the files.
Some of them I already found where they have the language, but I didn't find where I can add them.

@joelmar
Copy link

joelmar commented Jan 16, 2024

Hello,
Glad that you like it.

We're going to add that to our todo list, something like around 10/15 days
We will translate and test that all works well, and i will let you know so you can check by yourself.

@edneiCristian
Copy link
Author

Wonder. Thank you very much for the quick response.
If you want, I can help with the translation, you can count on me.
And just send me the text you need to put in Portuguese and I will return the file.

@jberthoux
Copy link
Member

Hello @edneiCristian

I you want, you can contribute to the translation and send a pull request. The labels used by the modules are stored in *.properties files (example here: https://github.com/atolcd/alfresco-audit-share/tree/master/audit-share-share/src/main/resources/alfresco/web-extension/messages)

Regards

@edneiCristian
Copy link
Author

Good afternoon.
I just finished the file.
If you have any questions, I am at your disposal.

auditshare_pt_BR.zip

@jberthoux
Copy link
Member

Hello @edneiCristian

Thank you for the translations, we'll have a look on that, and integrated it on the module, soon.

Regards,
Julien

@jberthoux
Copy link
Member

Hello @edneiCristian,

Sorry for the late, I've checked the zip file and I think some translations are missing 😄
For a complete translation, you have to process all .properties files.
The complete list below:

image

Kind regards,
Julien

@edneiCristian
Copy link
Author

HI @jberthoux.

Sorry for the delay. I was busy with my work and ended up taking a long time to do the translation.
Follow the files. If there is something to be corrected, just let us know.
Yours sincerely.

audit-share-platform.zip
audit-share-share.zip

@edneiCristian
Copy link
Author

Hi @jberthoux .
How are you?

Have you seen the files? Are they correct?
If there is any error, just let me know and I will make corrections.
Hugs.

@jberthoux
Copy link
Member

Hi @edneiCristian,

Sorry for the delay, I've seen your files (thank you for the translate), but it hasn't been integrated to the code yet.
I will update the issue as soon as it will be done.

Regards,
Julien

@edneiCristian
Copy link
Author

No problems with the delay.
If you need something, just call.

@jberthoux
Copy link
Member

Hi @edneiCristian
Just to let you now that the translations will be integrated in the project soon (sorry for the long delay).

Regards,
Julien

@edneiCristian
Copy link
Author

Hi @jberthoux .
Could you give me some help?
When I try to compile to generate the amp, is it showing the error below? I'm using the community version 7.4.
I believe it is something simple to do but I am still a beginner.

[INFO] Scanning for projects...
Downloading from alfresco-enterprise: https://artifacts.alfresco.com/nexus/content/groups/private/org/alfresco/acs-packaging/23.1.1/acs-packaging-23.1.1.pom
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not transfer artifact org.alfresco:acs-packaging:pom:23.1.1 from/to alfresco-enterprise (https://artifacts.alfresco.com/nexus/content/groups/private): Authentication failed for https://artifacts.alfresco.com/nexus/content/groups/private/org/alfresco/acs-packaging/23.1.1/acs-packaging-23.1.1.pom 401 Unauthorized @ line 98, column 19
[ERROR] 'dependencies.dependency.version' for org.alfresco:alfresco-remote-api:jar is missing. @ line 83, column 17
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project com.atolcd.alfresco:auditshare-23X:2.2.0-SNAPSHOT (/instaladores/alfresco-audit-share/pom.xml) has 2 errors
[ERROR] Non-resolvable import POM: Could not transfer artifact org.alfresco:acs-packaging:pom:23.1.1 from/to alfresco-enterprise (https://artifacts.alfresco.com/nexus/content/groups/private): Authentication failed for https://artifacts.alfresco.com/nexus/content/groups/private/org/alfresco/acs-packaging/23.1.1/acs-packaging-23.1.1.pom 401 Unauthorized @ line 98, column 19 -> [Help 2]
[ERROR] 'dependencies.dependency.version' for org.alfresco:alfresco-remote-api:jar is missing. @ line 83, column 17
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

@jberthoux
Copy link
Member

Hi @edneiCristian

By reading the maven logs, you seems to build the master branch (23.x ACS version). If you want to build an ACS 7.4 version you should use the branch: https://github.com/atolcd/alfresco-audit-share/tree/7.4.X
By default the project is built with Alfresco enterprise dependencies that require a specific account. In the pom.xml will have to comment the enterprise section and uncomment the community section:

Regards,
Julien

@edneiCristian
Copy link
Author

Hi @jberthoux
I followed your help.
I needed to make a modification to POM.xml, as an error still occurred. I think there was a change in the name of the artifact and the version as well.
I just don't update it in git because I don't know how to do it well.
But thank you very much for all your help.
The change is below:
<alfresco.groupId>org.alfresco</alfresco.groupId>
<alfresco.bomDependencyArtifactId>acs-community-packaging</alfresco.bomDependencyArtifactId>
<alfresco.platform.version>7.4.1.1-A1</alfresco.platform.version>
<alfresco.platform.docker.user>alfresco</alfresco.platform.docker.user>
<alfresco.share.version>21.16</alfresco.share.version>
<alfresco.share.docker.version>7.4.1</alfresco.share.docker.version>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants