Browse Source

* fix i18n fo zerobin

master
Alex "AdUser" Z 10 years ago
parent
commit
fc0895424f
  1. 5
      conf/ldv.conf.sample
  2. 10
      lib/LDV/I18N/ru.pm

5
conf/ldv.conf.sample

@ -14,6 +14,11 @@
],
},
zerobin => {
root => "data/zerobin",
syntax => [],
},
hypnotoad => {
accepts => 100,
listen => [ 'http://127.0.0.1:3000' ],

10
lib/LDV/I18N/ru.pm

@ -25,9 +25,10 @@ our %Lexicon =
'Update' => 'Обновить',
'Auth required' => 'Требуется авторизация',
# zerobin
'Keep for' => 'Хранить',
'Save' => 'Сохранить',
'Syntax highlight' => 'Подсветка синтаксиса',
'Syntax' => 'Синтаксис',
'day' => 'день',
'week' => '7 дней',
@ -35,6 +36,13 @@ our %Lexicon =
'quarter' => '3 месяца',
'year' => 'год',
'forever' => 'всегда',
'View paste' => 'Сохранённый текст',
'Create new' => 'Создать новый',
'Empty paste' => 'Нет текста',
'Paste expired' => 'Текст устарел',
'Paste not found' => 'Текст не найден',
'Internal error' => 'Внутренняя ошибка',
);
1;

Loading…
Cancel
Save