Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
;;;; ATTENTION: the below variables need to be placed above the areas [FileMapping] and [CollectionMapping]

;import directory of the tbx files
importDir=/var/www/translate5/data/tbx-import/filesystem/;

;mergeTerms: Allowed values: true or false. 
;If this is true, terms will be merged as described at https://confluence.translate5.net/display/TAD/Term+Collection. 
;Otherwise all terms will be added to the termCollection, if the ID in the TBX does NOT exist already in the DB
;when the ID of the termEntry of the TBX does already exist in the DB, the terms of this termEntry will always be merged
mergeTerms=true;

;Deletes all terms in all listed termCollections, that have a modification date older than the listed one.
;EverySince every term that exists in a TBX gets a new updated date on TBX-import, even if it is not changed: Simply set this date to yesterday to delete all terms, that are not part of the current import
;The updated date is a date internal to translate5 and different from the modified date of the term, that is shown in the interface
deleteTermsModifiedOlderThan=2018-05-01

;Deletes all terms in all listed termCollections, that have a modification date older than the start of the current import.
;possible values: true or false
deleteTermsOlderThanCurrentImport=true

;UpdatingDelete a term with its proposal:
;; If in the TermCollectionall proposals in a changelisted totermCollections, anthat existinghave terma is proposed
;; and if exactlycreation date older than this change is part of the TBX as a term with a processstatus that is not "unprocessed"
;; then the change will be accepted in the TermCollection.
;; this means: The old term will be replaced with the proposal and the status will be the one from the TBX

;Deletes all term proposals older then deleteTermsModifiedOlderThan date.
;If the deleteTermsModifiedOlderThan is not set, then the current date will be used
;The current date will be used also when deleteTermsOlderThanCurrentImport is trueconfigs value.
deleteProposalsOlderThan=2018-05-01

;Delete all proposals in a listed termCollections, that have a creation date older than the start of the current import.
;possible values: true or false
deleteProposalsOlderThandeleteProposalsOlderThanCurrentImport=truefalse

;;;; ATTENTION: the above variables need to be placed above the areas [FileMapping] and [CollectionMapping]
 
;mapping between tbx file and term collection name
[FileMapping]
Term.tbx=exampletermCollection;
Term1.tbx=exampletermCollection;
Term2.tbx=exampletermCollection;
example2.tbx=exampletermCollection2;
example3.tbx=exampletermCollection3

;mapping between term collection name and customer number
[CollectionMapping]
exampletermCollection3=1000;
exampletermCollection2=1003;

...

Code Block
crossAPIurl=http://win.translate5.net
crossExportFilesDir=/var/www/translate5/data/tbx-import/crossapi/
apiUsername=crossapi.user
apiPassword=pass


;mergeTerms: Allowed values: true or false. 
;If this is true, terms will be merged as described at https://confluence.translate5.net/display/TAD/Term+Collection. 
;Otherwise all terms will be added to the termCollection, if the ID in the TBX does NOT exist already in the DB
;when the ID of the termEntry of the TBX does already exist in the DB, the terms of this termEntry will always be merged
mergeTerms=true;

;Deletes all terms in all listed termCollections, that have a modification date older than the listed one.
;Since every term that exists in a TBX gets a new updated date on TBX-import, even if it is not changed: Simply set this date to yesterday to delete all terms, that are not part of the current import
;The updated date is a date internal to translate5 and different from the modified date of the term, that is shown in the interface
deleteTermsModifiedOlderThan=2018-05-01

;Deletes all terms in all listed termCollections, that have a modification date older than the the start of the current import.
;possible values: true or false
deleteTermsOlderThanCurrentImport=falsetrue

;DeletesDelete all term proposals proposals in a listed termCollections, that have a creation date older thenthan this deleteTermsModifiedOlderThanconfigs datevalue.
;If the deleteTermsModifiedOlderThan is not set, then the current date will be used
;The current date will be used also when deleteTermsOlderThanCurrentImport is truedeleteProposalsOlderThan=2018-05-01

;Delete all proposals in a listed termCollections, that have a creation date older than the start of the current import.
;possible values: true or false
deleteProposalsOlderThandeleteProposalsOlderThanCurrentImport=truefalse

;mapping between across export template and term collection
[FileMapping]
template-1.export=exampletermCollection

;mapping between term collection name and customer number
[CollectionMapping]
exampletermCollection3=10001;
exampletermCollection2=10002;
exampletermCollection=123456789;

...