lock+unlist board translations

merge-requests/341/head
l29utp0 1 year ago
parent 526e31f057
commit 94682dec18
  1. 3
      locales/en-GB.json
  2. 3
      locales/pt-PT.json
  3. 3
      locales/ru-RU.json
  4. 2
      views/pages/globalmanagesettings.pug

@ -1392,5 +1392,6 @@
"Message too long.": "Message too long.",
"View the full text": "View the full text",
"View the full thread": "View the full thread",
"%s earlier": "%s earlier"
"%s earlier": "%s earlier",
"Lock+Unlist board": "Lock+Unlist board"
}

@ -1392,5 +1392,6 @@
"Message too long.": "Mensagem demasiado longa.",
"View the full text": "Ver texto completo",
"View the full thread": "Ver fio completo",
"%s earlier": "%s anteriores"
"%s earlier": "%s anteriores",
"Lock+Unlist board": "Trancar+Remover da lista"
}

@ -1392,5 +1392,6 @@
"Message too long.": "Сообщение слишком длинное.",
"View the full text": "Просмотреть полный текст",
"View the full thread": "Просмотреть полную ветку",
"%s earlier": "%s выше"
"%s earlier": "%s выше",
"Lock+Unlist board": "замок+исключить из списка"
}

@ -208,7 +208,7 @@ block content
select(name='abandoned_board_action')
option(value='0', selected=settings.abandonedBoardAction === 0) #{__('Do nothing')}
option(value='1', selected=settings.abandonedBoardAction === 1) #{__('Lock board')}
option(value='2', selected=settings.abandonedBoardAction === 2) #{__('Lock+Unlist')}
option(value='2', selected=settings.abandonedBoardAction === 2) #{__('Lock+Unlist board')}
option(value='3', selected=settings.abandonedBoardAction === 3) #{__('Delete board')}
.row
h4.mv-5 #{__('Global Limits')}

Loading…
Cancel
Save