PageRenderTime 37ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/application/plugins/time/language/ru_ru/time.php

https://github.com/fb83/Project-Pier
PHP | 57 lines | 30 code | 15 blank | 12 comment | 0 complexity | d5bac06b1f548768c66065aaec3157bb MD5 | raw file
Possible License(s): AGPL-1.0, GPL-2.0, AGPL-3.0, LGPL-2.1, GPL-3.0
  1. <?php
  2. // Translated by Alexander Selifonov, < alex [at] selifan {dot} ru >
  3. return array(
  4. // source: actions.php
  5. // Time
  6. 'add time' => 'Добавить время',
  7. 'edit time' => 'Редактировать время',
  8. 'delete time' => 'Удалить время',
  9. 'mark as' => 'Пометить как',
  10. // source: administration.php
  11. // ---------------------------------------------------
  12. // Time Manager
  13. // ---------------------------------------------------
  14. 'time manager' => 'Менеджер времени',
  15. 'unbilled time' => 'Unbilled время',
  16. 'billed time' => 'Billed время',
  17. 'view by user' => 'По пользователю',
  18. 'view by project' => 'По проекту',
  19. 'view time by project' => 'Смотреть время по проекту',
  20. 'view time by user' => 'Смотреть время по пользователю',
  21. 'unbilled' => 'Unbilled',
  22. 'billed' => 'Billed',
  23. 'mark as billed' => 'Пометить как Billed',
  24. 'mark as unbilled' => 'Пометить как Unbilled',
  25. // source: messages.php
  26. 'no time records in project' => 'В проекте нет записей времени',
  27. 'confirm delete time' => 'Вы уверены, что хотите удалить это время ?',
  28. // Add time form
  29. 'time name required' => 'Имя обязательно',
  30. 'time date required' => 'Дата обязательна',
  31. 'time hours required' => 'Часы обязательны',
  32. // source: objects.php
  33. 'time' => 'Время',
  34. 'times' => 'Эл-ты времени',
  35. 'billable time' => 'Billable время',
  36. // source: project_interface.php
  37. 'private time desc' => 'Частные рабочие интервалы времени доступны только сотрудникам компании-владельца. Сотрудники компаний-клиентов их не видят.',
  38. // Time
  39. 'report by task' => 'Отчет по заданию',
  40. 'time spent on project' => 'Время, затраченное на проект',
  41. 'hour(s)' => 'час(ы)',
  42. );