Migrate more strings to translation keys (#11613)
This commit is contained in:
parent
d46d4b3d04
commit
5cb8cbd893
111 changed files with 8214 additions and 6766 deletions
|
@ -783,9 +783,9 @@ export default class Notifications extends React.PureComponent<IProps, IState> {
|
|||
}
|
||||
|
||||
const VectorStateToLabel = {
|
||||
[VectorState.On]: _t("On"),
|
||||
[VectorState.Off]: _t("Off"),
|
||||
[VectorState.Loud]: _t("Noisy"),
|
||||
[VectorState.On]: _t("common|on"),
|
||||
[VectorState.Off]: _t("common|off"),
|
||||
[VectorState.Loud]: _t("settings|notifications|noisy"),
|
||||
};
|
||||
|
||||
const makeRadio = (r: IVectorPushRule, s: VectorState): JSX.Element => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue