Last active
March 17, 2020 09:36
-
-
Save ElpixZero/b882fd54172f98f7e8d31e55f8c3b245 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
locale: { | |
searchPlaceholder: 'Поиск', | |
filterBySubdivision: { | |
buttonTitle: 'По подразделениям', | |
city: 'Город', | |
direction: "Направление", | |
subdivision: 'Подразделение', | |
department: 'Департмент', | |
branch: 'Отдел', | |
removeButtonText: 'Очистить' | |
}, | |
filterByEmployee : { | |
buttonTitle: 'По сотрудникам', | |
... | |
}, | |
filterByServices: { | |
buttonTitle: 'По сервисам', | |
... | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment