Variable translationsConst
translations: {
ru: {
chairman_of_branch: string;
col_amount: string;
col_asset: string;
col_quantity: string;
col_reason: string;
col_unit: string;
confirmation: string;
memo_subheader: string;
memo_title: string;
preamble: string;
signature: string;
total: string;
};
} = ...
Type Declaration
ru: {
chairman_of_branch: string;
col_amount: string;
col_asset: string;
col_quantity: string;
col_reason: string;
col_unit: string;
confirmation: string;
memo_subheader: string;
memo_title: string;
preamble: string;
signature: string;
total: string;
}