add missing modal translations

merge-requests/341/head
Thomas Lynch 1 year ago
parent ea4097106c
commit 9a0d6d2953
  1. 3
      locales/en.json
  2. 3
      locales/pt.json
  3. 8
      views/mixins/modal.pug

@ -177,6 +177,7 @@
"Catalog": "Catalog",
"Change password": "Change password",
"Change Password": "Change Password",
"Clear": "Clear",
"Close": "Close",
"Code Block": "Code Block",
"Code theme": "Code theme",
@ -585,4 +586,4 @@
"You own": "You own",
"Your upload was too large": "Your upload was too large",
"Zoom": "Zoom"
}
}

@ -177,6 +177,7 @@
"Catalog": "Catálogo",
"Change password": "Alterar password",
"Change Password": "Change Password",
"Clear": "Limpar",
"Close": "Fechar",
"Code Block": "Code Block",
"Code theme": "Tema código",
@ -387,7 +388,7 @@
"No appeal submitted": "Sem recurso enviado",
"No bans.": "Sem bans.",
"No camera? Use this secret in your authenticator app instead": "Sem câmara? Usa este segredo na tua aplicação de autenticação",
"No Filters": "No Filters",
"No Filters": "Sem Filtros",
"No Logs.": "No Logs.",
"No posts.": "Sem publicações.",
"No reports.": "Sem denúncias.",

@ -152,19 +152,19 @@ mixin modal(data)
.row
.label #{__('(You)s')}
input.mr-1#youslist-setting(type='text' readonly)
input#youslist-clear(type='button' value='Clear')
input#youslist-clear(type='button' value=__('Clear'))
.row
.label #{__('Watchlist')}
input.mr-1#watchlist-setting(type='text' readonly)
input#watchlist-clear(type='button' value='Clear')
input#watchlist-clear(type='button' value=__('Clear'))
.row
.label #{__('Hidden images')}
input.mr-1#hiddenimages-setting(type='text' readonly)
input#hiddenimages-clear(type='button' value='Clear')
input#hiddenimages-clear(type='button' value=__('Clear'))
.row
.label #{__('Cache')}
input.mr-1#hovercachelist-setting(type='text' readonly)
input#hovercachelist-clear(type='button' value='Clear')
input#hovercachelist-clear(type='button' value=__('Clear'))
.row
.label #{__('Tegaki Size')}
input.mr-1.w50#tegakiwidth-setting(type='number')

Loading…
Cancel
Save