chore: notes --> posts
This commit is contained in:
parent
f46445038a
commit
edaf7dbb61
|
@ -69,8 +69,8 @@ exportRequested: "Has sol·licitat una exportació. Això pot trigar una estona.
|
||||||
importRequested: "Has sol·licitat una importació. Això pot trigar una estona."
|
importRequested: "Has sol·licitat una importació. Això pot trigar una estona."
|
||||||
lists: "Llistes"
|
lists: "Llistes"
|
||||||
noLists: "No tens cap llista"
|
noLists: "No tens cap llista"
|
||||||
note: "Nota"
|
note: "Post"
|
||||||
notes: "Notes"
|
notes: "Posts"
|
||||||
following: "Seguint"
|
following: "Seguint"
|
||||||
followers: "Seguidors"
|
followers: "Seguidors"
|
||||||
followsYou: "Et segueix"
|
followsYou: "Et segueix"
|
||||||
|
@ -141,7 +141,7 @@ _theme:
|
||||||
mention: "Menció"
|
mention: "Menció"
|
||||||
renote: "Renotar"
|
renote: "Renotar"
|
||||||
_sfx:
|
_sfx:
|
||||||
note: "Notes"
|
note: "Posts"
|
||||||
notification: "Notificacions"
|
notification: "Notificacions"
|
||||||
_2fa:
|
_2fa:
|
||||||
step2Url: "També pots inserir aquest enllaç i utilitzes una aplicació d'escriptori:"
|
step2Url: "També pots inserir aquest enllaç i utilitzes una aplicació d'escriptori:"
|
||||||
|
|
|
@ -70,8 +70,8 @@ exportRequested: "Vous avez demandé une exportation. L’opération pourrait pr
|
||||||
importRequested: "Vous avez initié un import. Cela pourrait prendre un peu de temps."
|
importRequested: "Vous avez initié un import. Cela pourrait prendre un peu de temps."
|
||||||
lists: "Listes"
|
lists: "Listes"
|
||||||
noLists: "Vous n’avez aucune liste"
|
noLists: "Vous n’avez aucune liste"
|
||||||
note: "Notes"
|
note: "Post"
|
||||||
notes: "Notes"
|
notes: "Posts"
|
||||||
following: "Abonnements"
|
following: "Abonnements"
|
||||||
followers: "Abonné·e·s"
|
followers: "Abonné·e·s"
|
||||||
followsYou: "Vous suit"
|
followsYou: "Vous suit"
|
||||||
|
|
|
@ -666,7 +666,7 @@ const fetchInstanceNotesChart = async (total: boolean): Promise<typeof chartData
|
||||||
const raw = await os.apiGet('charts/instance', { host: props.args.host, limit: props.limit, span: props.span });
|
const raw = await os.apiGet('charts/instance', { host: props.args.host, limit: props.limit, span: props.span });
|
||||||
return {
|
return {
|
||||||
series: [{
|
series: [{
|
||||||
name: 'Notes',
|
name: 'Posts',
|
||||||
type: 'area',
|
type: 'area',
|
||||||
color: '#31748f',
|
color: '#31748f',
|
||||||
data: format(total
|
data: format(total
|
||||||
|
|
Loading…
Reference in New Issue