chore: Added translate functions (#21816)

This commit is contained in:
Andrew
2022-10-19 04:54:16 +03:00
committed by GitHub
parent f38115489b
commit df7840c041
21 changed files with 95 additions and 90 deletions

View File

@@ -330,10 +330,10 @@ const config: ControlPanelConfig = {
label: t('Calculation type'),
default: 'values',
choices: [
['values', 'Actual Values'],
['absolute', 'Difference'],
['percentage', 'Percentage change'],
['ratio', 'Ratio'],
['values', t('Actual Values')],
['absolute', t('Difference')],
['percentage', t('Percentage change')],
['ratio', t('Ratio')],
],
description: t(
'How to display time shifts: as individual lines; as the ' +