Preparing search index...
The search index is not available
i18n-support-server-module
i18n-support-server-module
<internal>
TranslateRepo
Class TranslateRepo
Abstract
Hierarchy
TranslateRepo
Index
Constructors
constructor
Properties
translate
translate
Multi
Language
translate
Multi
Sentence
Constructors
constructor
new
Translate
Repo
(
)
:
TranslateRepo
Returns
TranslateRepo
Properties
Abstract
translate
translate
:
(
(
dao
:
Sentence
)
=>
Promise
<
TranslateReturn
>
)
Type declaration
(
dao
:
Sentence
)
:
Promise
<
TranslateReturn
>
Parameters
dao:
Sentence
Returns
Promise
<
TranslateReturn
>
Abstract
translate
Multi
Language
translate
Multi
Language
:
(
(
dao
:
TranslateMultiLanguageDto
)
=>
Promise
<
TranslateReturnWithKey
[]
[]
>
)
Type declaration
(
dao
:
TranslateMultiLanguageDto
)
:
Promise
<
TranslateReturnWithKey
[]
[]
>
Parameters
dao:
TranslateMultiLanguageDto
Returns
Promise
<
TranslateReturnWithKey
[]
[]
>
Abstract
translate
Multi
Sentence
translate
Multi
Sentence
:
(
(
daoAry
:
SentenceWithKey
[]
)
=>
Promise
<
TranslateReturnWithKey
[]
>
)
Type declaration
(
daoAry
:
SentenceWithKey
[]
)
:
Promise
<
TranslateReturnWithKey
[]
>
Parameters
daoAry:
SentenceWithKey
[]
Returns
Promise
<
TranslateReturnWithKey
[]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
i18n-
support-
server-
module
<internal>
"node:stream/consumers"
"node:stream/promises"
Event
Emitter
internal
finished
pipeline
Translate
Repo
constructor
translate
translate
Multi
Language
translate
Multi
Sentence
Generated using
TypeDoc