Skip to content

Commit 44adf82

Browse files
committed
new keys
1 parent 89657e6 commit 44adf82

File tree

3 files changed

+56
-25
lines changed

3 files changed

+56
-25
lines changed

logicaldoc-i18n/src/main/resources/i18n/messages.properties

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,13 +1723,6 @@ completiondiagram=Completion Diagram
17231723
clicktogettriallicense=You do not have a valid license.<br/> <b>Please click here to get a trial license</b>
17241724
hello=Hello
17251725
processedemails=Processed emails
1726-
task.name.VIAEmailCrawler=VIA Email Crawler
1727-
task.description.VIAEmailCrawler=Email connector of the VIA engine
1728-
virtualagent=Virtual Agent (VIA)
1729-
via=VIA
1730-
monitoredemailaccount=Monitored Email Account
1731-
maxattachments=Max. number of attachments
1732-
maxattachmentsize=Max. size of an attachment
17331726
fftp=FTP
17341727
encryptionftps=Encryption(FTPS)
17351728
keystorealias=Key Store alias

logicaldoc-i18n/src/main/resources/i18n/messages_en.properties

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ event.user.newapikey = The user created a new API Key
432432
event.user.newapikey.short = New API Key
433433
event.user.search = The user done a search
434434
event.user.search.short = New search
435-
event.user.aiquery = The user queried the AI
435+
event.user.aiquery = The user queried an AI model
436436
event.user.aiquery.short = AI query
437437
event.chat.newmessage=Posted new message in the chat
438438
event.chat.newmessage.short=New chat message
@@ -454,6 +454,12 @@ event.reading.confirmed=Reading has been confirmed
454454
event.reading.confirmed.short=Reading confirmed
455455
event.reading.requested=Reading has been requested
456456
event.reading.requested.short=Reading requested
457+
event.ai.query = AI model has been queried
458+
event.ai.query.short = AI model queried
459+
event.ai.trained = AI model has been trained
460+
event.ai.trained.short = AI model trained
461+
event.robot.query = Robot has been queried
462+
event.robot.query.short = Robot queried
457463

458464
tasks=Tasks
459465
laststart=Last Start
@@ -845,6 +851,7 @@ feature.Feature_104=ChatGPT
845851
feature.Feature_105=Google Calendar
846852
feature.Feature_106=Scanner
847853
feature.Feature_107=OnlyOffice
854+
feature.Feature_108=Robot
848855

849856
licensevalid=The license is valid
850857
licenseinvalid=The license is not valid
@@ -1614,6 +1621,7 @@ aspect.initialization=Initialization
16141621
aspect.storing=Storing
16151622
aspect.writeCheck=Write verification
16161623
aspect.sendingMessages=Sending messages
1624+
aspect.ai=Artificial IntelligenceaSP
16171625
convert=Convert
16181626
replyto=Reply to
16191627
attachments=Attachments
@@ -1715,13 +1723,6 @@ completiondiagram=Completion Diagram
17151723
clicktogettriallicense=You do not have a valid license.<br/> <b>Please click here to get a trial license</b>
17161724
hello=Hello
17171725
processedemails=Processed emails
1718-
task.name.VIAEmailCrawler=VIA Email Crawler
1719-
task.description.VIAEmailCrawler=Email connector of the VIA engine
1720-
virtualagent=Virtual Agent (VIA)
1721-
via=VIA
1722-
monitoredemailaccount=Monitored Email Account
1723-
maxattachments=Max. number of attachments
1724-
maxattachmentsize=Max. size of an attachment
17251726
fftp=FTP
17261727
encryptionftps=Encryption(FTPS)
17271728
keystorealias=Key Store alias
@@ -2697,4 +2698,22 @@ confirmevaluation = Do you want to start the evaluation ?
26972698
querymodel = Query the model
26982699
querymodel2 = Query the model {0}
26992700
noresults = No results
2700-
modelsstoragelocation = Location of trained models
2701+
modelsstoragelocation = Location of trained models
2702+
uploadmodel = Upload a Model
2703+
import = Import
2704+
cutoff = Cutoff
2705+
ngrammin = Ngram Min
2706+
ngrammax = Ngram Max
2707+
robots = Robots
2708+
robot = Robot
2709+
addrobot = Add robot
2710+
selectarobot = Select a robot
2711+
showrobots = Shown <b>{0}</b> robots
2712+
ask = Ask
2713+
answer = Answer
2714+
answers = Answers
2715+
classifier = Classifier
2716+
tokensdetector = Tokens Detector
2717+
addanswer = Add answer
2718+
cannotunderstand = Sorry, I cannot understand what you mean
2719+
cannotfindanydoc = Sorry, I cannot find any document

logicaldoc-i18n/src/main/resources/i18n/messages_en_US.properties

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ event.user.newapikey = The user created a new API Key
432432
event.user.newapikey.short = New API Key
433433
event.user.search = The user done a search
434434
event.user.search.short = New search
435-
event.user.aiquery = The user queried the AI
435+
event.user.aiquery = The user queried an AI model
436436
event.user.aiquery.short = AI query
437437
event.chat.newmessage=Posted new message in the chat
438438
event.chat.newmessage.short=New chat message
@@ -454,6 +454,12 @@ event.reading.confirmed=Reading has been confirmed
454454
event.reading.confirmed.short=Reading confirmed
455455
event.reading.requested=Reading has been requested
456456
event.reading.requested.short=Reading requested
457+
event.ai.query = AI model has been queried
458+
event.ai.query.short = AI model queried
459+
event.ai.trained = AI model has been trained
460+
event.ai.trained.short = AI model trained
461+
event.robot.query = Robot has been queried
462+
event.robot.query.short = Robot queried
457463

458464
tasks=Tasks
459465
laststart=Last Start
@@ -845,6 +851,7 @@ feature.Feature_104=ChatGPT
845851
feature.Feature_105=Google Calendar
846852
feature.Feature_106=Scanner
847853
feature.Feature_107=OnlyOffice
854+
feature.Feature_108=Robot
848855

849856
licensevalid=The license is valid
850857
licenseinvalid=The license is not valid
@@ -1614,6 +1621,7 @@ aspect.initialization=Initialization
16141621
aspect.storing=Storing
16151622
aspect.writeCheck=Write verification
16161623
aspect.sendingMessages=Sending messages
1624+
aspect.ai=Artificial IntelligenceaSP
16171625
convert=Convert
16181626
replyto=Reply to
16191627
attachments=Attachments
@@ -1715,13 +1723,6 @@ completiondiagram=Completion Diagram
17151723
clicktogettriallicense=You do not have a valid license.<br/> <b>Please click here to get a trial license</b>
17161724
hello=Hello
17171725
processedemails=Processed emails
1718-
task.name.VIAEmailCrawler=VIA Email Crawler
1719-
task.description.VIAEmailCrawler=Email connector of the VIA engine
1720-
virtualagent=Virtual Agent (VIA)
1721-
via=VIA
1722-
monitoredemailaccount=Monitored Email Account
1723-
maxattachments=Max. number of attachments
1724-
maxattachmentsize=Max. size of an attachment
17251726
fftp=FTP
17261727
encryptionftps=Encryption(FTPS)
17271728
keystorealias=Key Store alias
@@ -2697,4 +2698,22 @@ confirmevaluation = Do you want to start the evaluation ?
26972698
querymodel = Query the model
26982699
querymodel2 = Query the model {0}
26992700
noresults = No results
2700-
modelsstoragelocation = Location of trained models
2701+
modelsstoragelocation = Location of trained models
2702+
uploadmodel = Upload a Model
2703+
import = Import
2704+
cutoff = Cutoff
2705+
ngrammin = Ngram Min
2706+
ngrammax = Ngram Max
2707+
robots = Robots
2708+
robot = Robot
2709+
addrobot = Add robot
2710+
selectarobot = Select a robot
2711+
showrobots = Shown <b>{0}</b> robots
2712+
ask = Ask
2713+
answer = Answer
2714+
answers = Answers
2715+
classifier = Classifier
2716+
tokensdetector = Tokens Detector
2717+
addanswer = Add answer
2718+
cannotunderstand = Sorry, I cannot understand what you mean
2719+
cannotfindanydoc = Sorry, I cannot find any document

0 commit comments

Comments
 (0)