Sentora Support Forums
Translate Full Sentora - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: Languages Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=38)
+---- Thread: Translate Full Sentora (/showthread.php?tid=687)

Pages: 1 2


Translate Full Sentora - Cantalupo - 11-30-2014

Guys, come here to inform you that I am working on translations of Sentora.

I'm focused on Portuguese and Spanish.

It is a somewhat more worth being manual, as it does not directly affect the DB Sentora and avoid possible bug in Sentora and at the time of upgrade.


RE: Translate Full Sentora - Me.B - 11-30-2014

Ok thanks


RE: Translate Full Sentora - tkramer - 05-13-2015

(11-30-2014, 11:39 PM)Me.B Wrote: Ok thanks
I saw that Cantalupo not concluded yet and started doing the translation into Brazilian Portuguese on my own, but I'm confused as to the best method to do it.

Follow my questions (If I'm talking bullshit please let me know):
Before the ZPanel was all in x_translations translation table, and analyzing the database saw the Sentora migrated translation for specific tables.

Eg in x_modules has a column: "mo_desc_tx" but if I translate directly here, I will be changing the default language (en) and not creating a translation into Portuguese.

How do from now ?? Create a new column in x_modules to what standard ?? "mo_br_desc_tx" or "mo_desc_br_tx" have any documentation on it ready ??


RE: Translate Full Sentora - tkramer - 05-21-2015

(11-30-2014, 11:39 PM)Me.B Wrote: Ok thanks

@[Me.B] Thank you! I did not know this functionality yet! I shall use from now on.
You can indicate someone on staff who can guide me on this?


RE: Translate Full Sentora - Me.B - 05-21-2015

I think @[5050] can help or @[TGates]


RE: Translate Full Sentora - 5050 - 06-02-2015

Hi,
Sorry for the delay, I was on moving out of internet (and time to parse the forum) since 10 days.

The translation is currently done through database, I want to move it in files like most of usual software but it will be done later.

To add a new language you have to create a new column (type text) in the table sentora_core/x_translations.
This column MUST have a name like tr_XX_tx with XX replaced by the 2 chars id of the language.

Then fill each row with translation according to english text. Warning : DO NOT change any english text, even if with error !

Once the row is created, the language is available to be selected in account. Is some row are leaved empty in the new column (text not translated), the english text will be used.

Hope it will help.


RE: Translate Full Sentora - apinto - 06-03-2015

(06-02-2015, 10:27 PM)5050 Wrote: Hi,
Sorry for the delay, I was on moving out of internet (and time to parse the forum) since 10 days.

The translation is currently done through database, I want to move it in files like most of usual software but it will be done later.

To add a new language you have to create a new column (type text) in the table sentora_core/x_translations.
This column MUST have a name like tr_XX_tx with XX replaced by the 2 chars id of the language.

Then fill each row with translation according to english text. Warning : DO NOT change any english text, even if with error !

Once the row is created, the language is available to be selected in account. Is some row are leaved empty in the new column (text not translated), the english text will be used.

Hope it will help.

I think that most translations are missing.
Am I wrong?


RE: Translate Full Sentora - tkramer - 06-10-2015

(06-02-2015, 10:27 PM)5050 Wrote: Hi,
Sorry for the delay, I was on moving out of internet (and time to parse the forum) since 10 days.

The translation is currently done through database, I want to move it in files like most of usual software but it will be done later.

To add a new language you have to create a new column (type text) in the table sentora_core/x_translations.
This column MUST have a name like tr_XX_tx with XX replaced by the 2 chars id of the language.

Then fill each row with translation according to english text. Warning : DO NOT change any english text, even if with error !

Once the row is created, the language is available to be selected in account. Is some row are leaved empty in the new column (text not translated), the english text will be used.

Hope it will help.

Thank you!

I tested it with the information you passed and worked properly !!
I will finish the translation into Brazilian Portuguese!

Thank you again!


RE: Translate Full Sentora - tkramer - 06-10-2015

(06-03-2015, 01:49 AM)apinto Wrote: I think that most translations are missing.
Am I wrong?


UPDATED:
I discovered the "problem" !!! It happens that the additional fields for the language are only created in the bank in the panel navigation with setted language !! I believe that is not to create an inflated table without using others languages !!

After run the update script, i saw the additional fields!!! Like magic! :-)

@[apinto] In my interaction here ( http://forums.sentora.org/showthread.php?tid=709&pid=10594#pid10594 ), i give the script link!!

@[5050], I can't find/translate the lateral left menu and some module internal titles! You can help??? e.g:

www.cavalcante.eti.br/downloads/sentora_pannel_strings_not_found.png

As the @[apinto] said, on default installation, the table "x_translations" contains a little bit more than 100 lines... appears not be complete!  It may be a bug?


RE: Translate Full Sentora - apinto - 06-10-2015

Wouldnt it be easier to use .mo files? Smile