Phrase TMS: Difference between revisions

From Lingoport Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:
<resources>
<resources>
   <string translate="1" segmentID="1" minLength="" maxLength="">
   <string translate="1" segmentID="1" minLength="" maxLength="">
     <lrm_incontext>https://olivier.lingoport.io/incontext-server/lookup?key=115097_189&amp;token=YxHQsgp4HsmmP0mk14v4e1oK4nOf3tdF</lrm_incontext>
     <lrm_incontext>https://poc.lingoport.io/incontext-server/lookup?key=9675_54&amp;token=8JZGug2O004Q6q9Z00ruO5g04Lr8w7SD</lrm_incontext>
     <llm_prompt></llm_prompt>
     <llm_prompt></llm_prompt>
     <SID>C103</SID>
     <SID>title_^o^_7</SID>
     <value>bonjour</value>
     <value>CR90 Corvette</value>
   </string>
   </string>
   <string translate="1" segmentID="2" minLength="" maxLength="">
   <string translate="1" segmentID="2" minLength="" maxLength="">
     <lrm_incontext>https://olivier.lingoport.io/incontext-server/lookup?key=115098_189&amp;token=YxHQsgp4HsmmP0mk14v4e1oK4nOf3tdF</lrm_incontext>
     <lrm_incontext>https://poc.lingoport.io/incontext-server/lookup?key=9711_54&amp;token=8JZGug2O004Q6q9Z00ruO5g04Lr8w7SD</lrm_incontext>
     <llm_prompt></llm_prompt>
     <llm_prompt></llm_prompt>
     <SID>C200</SID>
     <SID>Checkout_^o^_checkoutTitle</SID>
     <value>veri</value>
     <value>Checkout</value>
   </string>
   </string>
   <string translate="1" segmentID="3" minLength="" maxLength="">
   <string translate="1" segmentID="3" minLength="" maxLength="">
     <lrm_incontext>https://olivier.lingoport.io/incontext-server/lookup?key=115099_189&amp;token=YxHQsgp4HsmmP0mk14v4e1oK4nOf3tdF</lrm_incontext>
     <lrm_incontext>https://poc.lingoport.io/incontext-server/lookup?key=9782_54&amp;token=8JZGug2O004Q6q9Z00ruO5g04Lr8w7SD</lrm_incontext>
     <llm_prompt></llm_prompt>
     <llm_prompt></llm_prompt>
     <SID>C201</SID>
     <SID>Order_^o^_statusShipped</SID>
     <value>Créé</value>
     <value>Shipped</value>
   </string>
   </string>
</resources>
</resources>

Revision as of 19:50, 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>
File:PhrasePXMLconfig.png