7 lines
125 B
TypeScript
7 lines
125 B
TypeScript
const translation = {
|
|
from: 'From',
|
|
endpointsEnabled: '{{num}} sets of endpoints enabled',
|
|
}
|
|
|
|
export default translation
|