Translation spanish.lng, latest version
-
If you want to submit your versions of the
spanish.xml
andgalician.xml
translation files:The ideal way is to make a fork of the repo (https://github.com/notepad-plus-plus/notepad-plus-plus/tree/master/PowerEditor/installer/nativeLang), then edit those files in your fork, then submit a Pull Request (as per the Contributing Rules, the Translation files are one of the few exceptions that don’t require creating an issue before creating the Pull Request).
If that’s too much “GitHub magic” for you, then go to the issues page, create a new issue with a title like “Spanish and Galician translations for v8.1.9”, and attach your XML files to your issue, and ask them to update those languages.
Either way, once the PR is accepted and merged, then those language files will be available for the next version of Notepad++.
-----
Si quieres enviar tus versiones de los archivos de traducción
spanish.xml
ygalician.xml
:Lo ideal es hacer un fork del repo (https://github.com/notepad-plus-plus/notepad-plus-plus/tree/master/PowerEditor/installer/nativeLang), luego editar esos archivos en tu fork, y luego enviar un Pull Request (según las Contributing Rules, los archivos de traducción son una de las pocas excepciones que no requieren crear un issue antes de crear el Pull Request).
Si eso es demasiada “magia de GitHub” para ti, entonces ve a la página de incidencias, crea una nueva incidencia con un título como “Traducciones al español y al gallego para la v8.1.9”, y adjunta tus archivos XML a tu incidencia, y pide que actualicen esos idiomas.
De cualquier manera, una vez que el PR sea aceptado y fusionado, entonces esos archivos de idioma estarán disponibles para la próxima versión de Notepad++.
Traducción realizada con la versión gratuita del traductor www.DeepL.com/Translator
-
@PeterJones
Hello, thank you for the answer.
I don’t understand the first part. I’m not a programmer, I wish I was. Too much magic for me.The second part I think I understand. I will give it a try.
I tried to contact @don_ho by email but it was not possible.
Thank you very much again.
Hola, gracias por la respuesta.
La primera parte no la entiendo. No soy programador, ya me gustaría. Demasiada magia para mí.La segunda parte creo entenderla. Voy a probar.
He intentado contactar con @don_ho por email pero no fue posible.
Muchas gracias de nuevo.
-
Most of the languages in Notepad++ already have regular translators. These are people that are supposedly experts in certain languages, and can supply the best translations.
I’ve got to believe Spanish (modified less than 1 month ago) has a regular translator, but it appears Galician does not as it hasn’t been changed in 6 years.
If you have suggestions for Spanish, probably attempting to communicate with the regular translator about them would be best. For Galician, maybe YOU can become that regular translator.
-
@Alan-Kilborn
Hello, thank you for your reply.I would like to contact the regular Spanish language translator but I don’t know where to get that information.
Translations are a hobby for me. And if I can also contribute something to improve the program, so much the better.
And to add screenshots of translation errors, where can I put them?
Sorry for my inexperience in all this.
Regards
Hola, gracias por la respuesta.
Quisiera contactar con el traductor regular del idioma español pero no sé dónde obtener esa información.
Las traducciones son un pasatiempo para mí. Y si además puedo aportar algo para mejorar el programa, pues mejor.
Y para añadir capturas de errores de traducción, dónde las puedo poner?
Perdón por mi inexperiencia en todo esto.
Saludos
-
This post is deleted! -
@P0rsche-911
One year ago you opened the issue 12463, but it is closeFor Galician there is the open issue 12463
For Spanish I suggest you to create a new issue only for Spanish:
- install the Preview of 8.4.7
- from the spanish.xml version 8.4.7, create your spanish.xml translation; the issue 12404 could help you because there is the list of new items to translate
- your translation mustn’t have the same format as english.xml, but it should be the Spanish file with the missing items and the correction. As your first translation, don’t try to correct too many previous label. Don’t try to format the file or the file will be discarged (add or remove spaces/tab, reorder the items): if you compare your file with the current spanish.xml, you should see only the translation modification (for example you can use the software Winmerge to compare them)
- add here the reference of your Github issue
- once you have done that I can check your file
- finally we have to decide if it is better to create a new Pull Request or contact the previous Spanish translator
-
@P0rsche-911 To compare two files, you can use the program winmerge
See images -
@conky77 Thanks again for all the help you give me.
I use the ComparePlus plugin to compare files.
I will try WinMerge.
I have also GitHub Desktop but I don’t know how to use PowerEditor.
In the pull request german.xml there are two rows of numbers but I can’t manage to do the same. I think this is how it asks for it @donho
Gracias de nuevo por toda la ayuda que me prestas.
Yo uso el plugin ComparePlus para comparar archivos.
Probaré con WinMerge.
Tengo también GitHub Desktop pero no sé usar PowerEditor.
En el pull request german.xml hay dos filas de números pero no consigo hacer lo mismo. Creo que así es como lo pide @donho
-
@P0rsche-911 said in Translation spanish.lng, latest version:
I use the ComparePlus plugin to compare files.
I will try WinMerge.There is no reason to use WinMerge for this comparison if you already use ComparePlus. I think @conky77 just wasn’t aware that ComparePlus plugin exists.
I have also GitHub Desktop but I don’t know how to use PowerEditor.
@conky77 never mentioned PowerEditor, but I did. I had the string
PowerEditor
in my reply last year… but that was because one of the folders in the Notepad++ source code (hosted on GitHub) is calledPowerEditor\
. It’s not a separate tool. It is just the name of a directory from the Notepad++ repository. Specifically, the translation files go in a subdirectory of thePowerEditor\
directory.—
@P0rsche-911 dijo en Traducción español.lng, última versión:
Uso el complemento ComparePlus para comparar archivos.
Probaré WinMerge.No hay razón para usar WinMerge para esta comparación si ya usa ComparePlus. Creo que @conky77 simplemente no sabía que existe el complemento ComparePlus.
También tengo GitHub Desktop pero no sé cómo usar PowerEditor.
@conky77 nunca mencionó PowerEditor, pero lo hice. Tuve la cadena
PowerEditor
en mi respuesta el año pasado… pero eso fue porque una de las carpetas en el código fuente de Notepad++ (alojado en GitHub) se llamaPowerEditor\
. No es una herramienta separada. Es solo el nombre de un directorio del repositorio de Notepad++. Específicamente, los archivos de traducción van en un subdirectorio del directorioPowerEditor\
. -
Maybe @conky77 's point about WinMerge over ComparePlus is that it has an option for prettifying XML?
-
@Alan-Kilborn said in Translation spanish.lng, latest version:
Maybe @conky77 's point about WinMerge over ComparePlus is that it has an option for prettifying XML?
Just thought I’d bump the existance of the pretty print features in the ‘XML Tools’ plugin.
-
@P0rsche-911
Buenos dias.
Solo quiero comentarte que estas colaborando y la comunidad sería muy beneficiada.,Me parece que muchas veces nos imponen labores que representan verdaderos gastos de tiempo. El comentario podría ser caústico. Pero “prima la libertad de opinión sin necesidad de que sea clasificada como ofensiva o agresiva”.
A mi por ejemplo, podrias pasarmelas sin ninguna formalidad, yo a cambio te pasaría el manual de usuario traducido v3.0 (no oficial). No publicado debido a dichas formalidades. Entre ellas aprender hugo y otro bulto de reglamentación. ¡Estas colaborando, por Dios!
¡De ñapa!, te enviaré la línea en shorcuts.xml para poner F1 (la tecla natural) como atajo de ese manual. Libre de gastos de tiempo! :) .
±-------------------------------------+
Good morning.
I just want to tell you that you are collaborating and the community would benefit a lot.It seems to me that many times they impose on us tasks that represent real expenses of time. The commentary could be caustic. But “freedom of opinion is allowed without the need for it to be classified as offensive or aggressive”.
To me for example, you could pass them to me without any formality, in exchange I would pass you the translated user manual v3.0 (unofficial :¬). Not published due to all these formalities. Among them learn hugo and another lump of regulation. You’re collaborating, for God’s sake!
As bonus, I will send you the line of shortcuts.xml to put F1 (the natural key) as shortcut of that manual. Free of time expenses! :) .
-
- Since the contributing rules don’t permit formatting the galician.xml BEFORE starting the translation
- since they don’t permit making a Pull Request with formating and translation
- since the original galician.xml used either TAB or four spaces to indent (and other formatting stuff)
- since @P0rsche-911 has already translated and formatted all with four spaces (he used english.xml as the model).
Compare plugin would show too many differences, and it would not be able to compare correctly. With Winmerge and pretty XML you can keep the original format and get only the translation differences
-
@Alan-Kilborn , @PeterJones
I have tried to post the galician.xml here (zipped) because @P0rsche-911 has to check it, but if I try to drag and drop the zip file, I receive the message that I don’t have the privilege to do that. Why?
(I don’t want to open an issue or a Pull request at the moment; too many issues e PR have been rapidly closed…and P0rsche-911 needs help) -
@P0rsche-911, you are describing the Github features (versioning and comparing). Once we have done the file, we will help you to open a Pull Request and GitHub features. Don’t involve Don Ho when it is not necessary, or you will get your post closed ;-)
-
I thank you all for the help you are giving me.
It is more than evident that this is not for me. It requires knowledge that I do not have.
I am creating problems and I feel bad about it. The rules are what they are and I, being inexperienced, am not following them.
I have created issues and pull request that I should not have done.I want to collaborate but I would prefer someone to help me. If it is possible and someone wants to, he can use the galician.xml file of the closed pull request and adapt it to the current rules to be accepted.
Notepad++ is so complete that I still don’t know how to use many of its functions.
Sorry for all the inconvenience created. It was not my intention.
Agradezco a todos la ayuda que me están dando.
Es más que evidente que esto no es para mí. Son necesarios conocimientos que yo no tengo.
Estoy creando problemas y me siento mal por ello. Las normas son las que son y yo, por inexperto, no las cumplo.
He creado issues y pull request que no debía haber hecho.Quiero colaborar pero prefería que alguien me ayudara. Si es posible y alguien quiere, puede usar el archivo galician.xml del pull request cerrado y adaptarlo a la normativa actual para que sea aceptado.
Notepad++ es tan completo que todavía no sé usar muchas de sus funciones.
Perdón por todas las molestias creadas. No era mi intención.
-
@P0rsche-911
Hello:
Don’t feel like this, when we bring our doubts to the forum, we are not only helped, we are collaborating, serving as feedback that will greatly help Npp, its creator and its collaborators. The benefit is mutual, even if it is not noticeable.It is an immense pleasure to know that there are people who collaborate from all angles, are open to dialogue and free expression, to make things easier for all of us. You among them, thank you and:
Success…
±----------- Spanglish :¬) ----------------+
Hola:
No te sientas así, cuando traemos nuestras dudas al foro, no solo se nos ayuda, estamos colaborando, sirviendo de realimentación que ayudará mucho a Npp, su creador y sus colaboradores. El beneficio es mutuo, aunque no se note.
Es un inmenso placer, saber que hay gente que colabora desde todos los ángulos, esta abierta al dialogo y la libre expresión, para facilitarnos las cosas. Tu entre ellos, gracias y:
Exitos…
-
@P0rsche-911
please check the attachment in the issue #12503 in Githubwrite here if you don’t know how to do anything.
Write in the issue for anything related to the translations. -
@conky77 Although it is a .htm file, when I open it, it does not have a normal format for me. It is complicated to check it like this.
Is it necessary to use a different program?A pesar de ser un archivo .htm, al abrirlo no tiene un formato normal para mí. Es complicado revisarlo así.
¿Hay que usar un programa distinto? -
@P0rsche-911 said in Translation spanish.lng, latest version:
Although it is a .htm file, when I open it, it does not have a normal format for me. It is complicated to check it like this.
Is it necessary to use a different program?And that is why the rest of us have suggested you stick with Notepad++'s ComparePlus plugin, as that is fully integrated in Notepad++, and will show you the difference between those files in Notepad++. (And if you really need to make the XML look pretty before doing the compare, use the XML Tools plugin inside Notepad++.)
-----
Y es por eso que el resto de nosotros le sugerimos que se quede con el complemento ComparePlus de Notepad++, ya que está completamente integrado en Notepad++ y le mostrará la diferencia entre esos archivos en Notepad++. (Y si realmente necesita hacer que el XML se vea bonito antes de hacer la comparación, use el complemento XML Tools dentro de Notepad++).