home and account page improved translations

indiachan-spamvector
Thomas Lynch 1 year ago
parent 87f834b510
commit ad0c83c4be
  1. 4
      locales/en.json
  2. 6
      locales/pt.json
  3. 2
      views/pages/account.pug
  4. 2
      views/pages/home.pug

@ -265,6 +265,7 @@
"loading": "loading", "loading": "loading",
"Loading replay…": "Loading replay…", "Loading replay…": "Loading replay…",
"Local First": "Local First", "Local First": "Local First",
"Local Stats": "Local Stats",
"Locked": "Locked", "Locked": "Locked",
"Log Message": "Log Message", "Log Message": "Log Message",
"Log out": "Log out", "Log out": "Log out",
@ -448,6 +449,7 @@
"View": "View", "View": "View",
"Watch": "Watch", "Watch": "Watch",
"Webring": "Webring", "Webring": "Webring",
"Webring Stats": "Webring Stats",
"Welcome": "Welcome", "Welcome": "Welcome",
"Welcome, %s": "Welcome, %s", "Welcome, %s": "Welcome, %s",
"Wide": "Wide", "Wide": "Wide",
@ -457,4 +459,4 @@
"You own": "You own", "You own": "You own",
"Your upload was too large": "Your upload was too large", "Your upload was too large": "Your upload was too large",
"Zoom": "Zoom" "Zoom": "Zoom"
} }

@ -282,7 +282,7 @@
"Hide Username": "Esconder Username", "Hide Username": "Esconder Username",
"Hide Username In Modlog": "Esconder Username", "Hide Username In Modlog": "Esconder Username",
"Home": "Início", "Home": "Início",
"Hot Thread (%s)": "Hot Thread (%s)", "Hot Thread (%s)": "Quente (%s)",
"Hover to view": "Hover to view", "Hover to view": "Hover to view",
"I'm sure": "Tenho a certeza", "I'm sure": "Tenho a certeza",
"ID": "ID", "ID": "ID",
@ -311,6 +311,7 @@
"loading": "loading", "loading": "loading",
"Loading replay…": "A carregar repetição...", "Loading replay…": "A carregar repetição...",
"Local First": "Locais Primeiro", "Local First": "Locais Primeiro",
"Local Stats": "Informações",
"Locked": "Locked", "Locked": "Locked",
"Log Message": "Mensagem Log", "Log Message": "Mensagem Log",
"Log out": "Log out", "Log out": "Log out",
@ -517,7 +518,8 @@
"View Raw IPs": "View Raw IPs", "View Raw IPs": "View Raw IPs",
"Watch": "+Favorito", "Watch": "+Favorito",
"Webring": "Webring", "Webring": "Webring",
"Welcome": "Welcome", "Webring Stats": "Informações Webring",
"Welcome": "Sobre",
"Welcome, %s": "Bem-vindo, %s", "Welcome, %s": "Bem-vindo, %s",
"Wide": "Longo", "Wide": "Longo",
"Wide Range": "Range Longo", "Wide Range": "Range Longo",

@ -5,7 +5,7 @@ block head
block content block content
.board-header .board-header
h1.board-title #{__(`Welcome %s`, user.username)} h1.board-title #{__(`Welcome, %s`, user.username)}
br br
hr(size=1) hr(size=1)
h4.no-m-p #{__('General')}: h4.no-m-p #{__('General')}:

@ -77,7 +77,7 @@ block content
tr tr
td td
pre.no-m-p pre.no-m-p
| #{__('There are currently %s public boards, %s in total. Sitewide, %s posts have been made in the last day, %s in the last hour, %s in total.', localStats.total-localStats.unlisted, localStats.total, localStats.ppd, localStats.pph)} | #{__('There are currently %s public boards, %s in total. Sitewide, %s posts have been made in the last day, %s in the last hour, %s in total.', localStats.total-localStats.unlisted, localStats.total, localStats.ppd, localStats.pph, localStats.posts)}
| #{__('%s files are being served, totaling %s.', fileStats.count, fileStats.totalSizeString)} | #{__('%s files are being served, totaling %s.', fileStats.count, fileStats.totalSizeString)}
if enableWebring === true && webringStats != null if enableWebring === true && webringStats != null
.table-container.flex-center.mv-10.text-center .table-container.flex-center.mv-10.text-center

Loading…
Cancel
Save