🌐 New Crowdin updates (#659)
This commit is contained in:
@@ -9,11 +9,20 @@
|
||||
"configTip": "Carregue o seu ficheiro de configuração arrastando-o e largando-o na página!"
|
||||
},
|
||||
"credits": {
|
||||
"madeWithLove": "Feito com ❤️ por @"
|
||||
"madeWithLove": "Feito com ❤️ por @",
|
||||
"thirdPartyContent": "",
|
||||
"thirdPartyContentTable": {
|
||||
"dependencyName": "",
|
||||
"dependencyVersion": "Versão"
|
||||
}
|
||||
},
|
||||
"grow": "Grelha de cultivo (ocupar todo o espaço)",
|
||||
"layout": {
|
||||
"title": "Disposição do painel de instrumentos",
|
||||
"preview": {
|
||||
"title": "",
|
||||
"subtitle": ""
|
||||
},
|
||||
"divider": "",
|
||||
"main": "Principal",
|
||||
"sidebar": "Sidebar",
|
||||
"cannotturnoff": "Não pode ser desligado",
|
||||
|
||||
21
public/locales/pt/settings/customization/general.json
Normal file
21
public/locales/pt/settings/customization/general.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"text": "",
|
||||
"accordeon": {
|
||||
"layout": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"gridstack": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"pageMetadata": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
},
|
||||
"appereance": {
|
||||
"name": "",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
10
public/locales/pt/settings/customization/gridstack.json
Normal file
10
public/locales/pt/settings/customization/gridstack.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"columnsCount": {
|
||||
"labelPreset": "",
|
||||
"descriptionPreset": "",
|
||||
"descriptionExceedsPreset": ""
|
||||
},
|
||||
"unsavedChanges": "",
|
||||
"applyChanges": "",
|
||||
"defaultValues": ""
|
||||
}
|
||||
@@ -1,22 +1,28 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Título da página"
|
||||
"label": "Título da página",
|
||||
"description": ""
|
||||
},
|
||||
"metaTitle": {
|
||||
"label": "Meta Título"
|
||||
"label": "Meta Título",
|
||||
"description": ""
|
||||
},
|
||||
"logo": {
|
||||
"label": "Logo"
|
||||
"label": "Logo",
|
||||
"description": ""
|
||||
},
|
||||
"favicon": {
|
||||
"label": "Favicon"
|
||||
"label": "Favicon",
|
||||
"description": ""
|
||||
},
|
||||
"background": {
|
||||
"label": "Antecedentes"
|
||||
},
|
||||
"customCSS": {
|
||||
"label": "CSS Personalizado",
|
||||
"placeholder": "O CSS personalizado será aplicado por último"
|
||||
"description": "",
|
||||
"placeholder": "O CSS personalizado será aplicado por último",
|
||||
"applying": ""
|
||||
},
|
||||
"buttons": {
|
||||
"submit": "Enviar"
|
||||
|
||||
Reference in New Issue
Block a user