initial split descriptions impl.
This commit is contained in:
parent
05a499ac55
commit
1696e31797
13 changed files with 61 additions and 3 deletions
|
|
@ -216,6 +216,8 @@ _serverSettings:
|
|||
sidebarLogoUsageExample: "E.g. In the sidebar, to visitors and in the \"About\" page."
|
||||
inquiryUrl: "Contact URL"
|
||||
inquiryUrlDescription: "Specify the URL of a web page that contains a contact form or the instance operators' contact information."
|
||||
aboutInstance: "About instance"
|
||||
aboutInstanceDescription: "A longer description that will be displayed in the 'Instance Information' page. Supports HTML."
|
||||
_accountMigration:
|
||||
moveAccountDescription: "This will migrate your account to a different one.\n ・Followers from this account will automatically be migrated to the new account\n ・This account will unfollow all users it is currently following\n ・You will be unable to create new notes etc. on this account\n\nWhile migration of followers is automatic, you must manually prepare some steps to migrate the list of users you are following. To do so, carry out a follows export that you will later import on the new account in the settings menu. The same procedure applies to your lists as well as your muted and blocked users.\n\n(This explanation applies to Sharkey v13.12.0 and later. Other ActivityPub software, such as Mastodon, might function differently.)"
|
||||
_achievements:
|
||||
|
|
|
|||
|
|
@ -10,3 +10,6 @@ blockingYou: "Bloqueando você"
|
|||
attributionDomains: "Domínios de Atribuição"
|
||||
attributionDomainsDescription: "Uma lista de domínios cujo conteúdo pode ser atribuído a você em prévias de link, separadas por linha. Qualquer subdomínio também será válido. O código seguinte precisa estar presente na página:"
|
||||
writtenBy: "Escrito por {user}"
|
||||
_serverSettings:
|
||||
aboutInstance: "Sobre a instância"
|
||||
aboutInstanceDescription: "Uma descrição maior que irá aparecer na página 'Informações da Instância'. Aceita HTML."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue