Add extra festrings, fix boardlist translation input

indiachan-spamvector
Thomas Lynch 1 year ago
parent 90364ce2c1
commit b221f5c56b
  1. 15
      tools/festrings.json
  2. 2
      views/pages/boardlist.pug

@ -88,9 +88,15 @@
"Live posts", "Live posts",
"Live posts off", "Live posts off",
"loading", "loading",
"Replay",
"Last edited",
"Loading replay…", "Loading replay…",
"Local time", "Local time",
"Message too long.",
"View the full text",
"View the full thread",
"Locked", "Locked",
"USER WAS BANNED FOR THIS POST",
"Loop audio/video", "Loop audio/video",
"Merge layers", "Merge layers",
"Merge selected layers?", "Merge selected layers?",
@ -103,6 +109,7 @@
"Name", "Name",
"Narrow", "Narrow",
"New", "New",
"No.",
"No active layer.", "No active layer.",
"No appeal submitted", "No appeal submitted",
"No Filters", "No Filters",
@ -110,6 +117,7 @@
"Note", "Note",
"Notifications", "Notifications",
"No video/audio files in this thread.", "No video/audio files in this thread.",
"No message or files.",
"Now", "Now",
"OK", "OK",
"Only notify (You)s", "Only notify (You)s",
@ -144,6 +152,13 @@
"Rewind", "Rewind",
"Right click to replace with the current color", "Right click to replace with the current color",
"%s", "%s",
"%s earlier",
"1 reply omitted.",
"%s replies omitted.",
"1 reply and 1 file omitted.",
"%s replies and 1 file omitted.",
"1 reply and %s files omitted.",
"%s replies and %s files omitted.",
"Save", "Save",
"Save As", "Save As",
"%s characters", "%s characters",

@ -13,7 +13,7 @@ block content
div(class=`col${enableWebring ? ' mr-5' : ''}`) div(class=`col${enableWebring ? ' mr-5' : ''}`)
.row .row
.label #{__('Search')} .label #{__('Search')}
input(type='text' name='search' value=search placeholder=__('Uri or tags')) input(type='text' name='search' value=search placeholder=__('URI or tags'))
.row .row
.label #{__('Sort')} .label #{__('Sort')}
select(name='sort') select(name='sort')

Loading…
Cancel
Save