aboutsummaryrefslogtreecommitdiff
path: root/src/locales/ru/company/name_pattern.ts
blob: 1ac76601d3dc64b18d805cd30f37c706ed87243c (plain)
1
2
3
4
5
6
7
8
9
10
export default [
  '{{company.legal_entity_type}} {{company.suffix}}{{company.suffix}}',
  '{{company.legal_entity_type}} {{company.suffix}}{{company.suffix}}{{company.suffix}}',
  '{{company.legal_entity_type}} {{location.city_name}}{{company.suffix}}',
  '{{company.legal_entity_type}} {{location.city_name}}{{company.suffix}}{{company.suffix}}',
  '{{company.legal_entity_type}} {{location.city_name}}{{company.suffix}}{{company.suffix}}{{company.suffix}}',
  '{{company.legal_entity_type}} {{person.first_name.female}}',
  '{{company.legal_entity_type}} {{person.first_name.male}}',
  '{{company.legal_entity_type}} {{person.last_name.male}}',
];