Difference between revisions of "Phrase TMS"
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
As of now, the connection to Phrase TMS is done via the [[Custom FTP]] setup. On the Phrase TMS side, an FTP configuration is required. |
As of now, the connection to Phrase TMS is done via the [[Custom FTP]] setup. On the Phrase TMS side, an FTP configuration is required. |
||
| − | To set up Preview using InContext Server using [[PXML]] with Phrase TMS, the XML configuration needs to handle the following items: |
+ | To set up [[Command_Center_Release_Notes#Major_Localyzer_Context_Update | Preview]] using InContext Server using [[PXML]] with Phrase TMS, the XML configuration needs to handle the following items: |
* Define a custom file type for .pxml |
* Define a custom file type for .pxml |
||
Latest revision as of 19:56, 8 July 2025
As of now, the connection to Phrase TMS is done via the Custom FTP setup. On the Phrase TMS side, an FTP configuration is required.
To set up Preview using InContext Server using PXML with Phrase TMS, the XML configuration needs to handle the following items:
- Define a custom file type for .pxml
- Set elements and attributes to "//string/value"
- Set context note to "../lrm_incontext"
- Import files using the custom file type .pxml
For example:
Here is an example of the resulting clickable link for this file:
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string translate="1" segmentID="1" minLength="" maxLength="">
<lrm_incontext>https://poc.lingoport.io/incontext-server/lookup?key=9675_54&token=8JZGug2O004Q6q9Z00ruO5g04Lr8w7SD</lrm_incontext>
<llm_prompt></llm_prompt>
<SID>title_^o^_7</SID>
<value>CR90 Corvette</value>
</string>
<string translate="1" segmentID="2" minLength="" maxLength="">
<lrm_incontext>https://poc.lingoport.io/incontext-server/lookup?key=9711_54&token=8JZGug2O004Q6q9Z00ruO5g04Lr8w7SD</lrm_incontext>
<llm_prompt></llm_prompt>
<SID>Checkout_^o^_checkoutTitle</SID>
<value>Checkout</value>
</string>
<string translate="1" segmentID="3" minLength="" maxLength="">
<lrm_incontext>https://poc.lingoport.io/incontext-server/lookup?key=9782_54&token=8JZGug2O004Q6q9Z00ruO5g04Lr8w7SD</lrm_incontext>
<llm_prompt></llm_prompt>
<SID>Order_^o^_statusShipped</SID>
<value>Shipped</value>
</string>
</resources>
Then when selecting the string Checkout (second segment above) to be translated, a clickable link for that string points to the Context view.