"Storage per user" locale
This commit is contained in:
parent
99723dae78
commit
bab8d32045
2 changed files with 2 additions and 2 deletions
|
@ -1118,7 +1118,7 @@ advancedSearch: "Advanced Search"
|
||||||
timelines: "Timelines"
|
timelines: "Timelines"
|
||||||
characterLimit: "Character limit"
|
characterLimit: "Character limit"
|
||||||
poweredBy: "Powered by Calckey, part of an interconnected network of communities in the Fediverse."
|
poweredBy: "Powered by Calckey, part of an interconnected network of communities in the Fediverse."
|
||||||
|
storagePerUser: "Storage per user"
|
||||||
|
|
||||||
_sensitiveMediaDetection:
|
_sensitiveMediaDetection:
|
||||||
description: "Reduces the effort of server moderation through automatically recognizing
|
description: "Reduces the effort of server moderation through automatically recognizing
|
||||||
|
|
|
@ -204,7 +204,7 @@
|
||||||
}}</template>
|
}}</template>
|
||||||
</FormLink>
|
</FormLink>
|
||||||
<FormLink wrap>
|
<FormLink wrap>
|
||||||
{{ i18n.ts.driveCapacityPerLocalAccount }}
|
{{ i18n.ts.storagePerUser }}
|
||||||
<template #suffix>{{
|
<template #suffix>{{
|
||||||
meta.driveCapacityPerLocalUserMb + "MB"
|
meta.driveCapacityPerLocalUserMb + "MB"
|
||||||
}}</template>
|
}}</template>
|
||||||
|
|
Loading…
Reference in a new issue