🎨 Improve i18n text of export PDF page margins settings https://github.com/siyuan-note/siyuan/issues/9151

This commit is contained in:
Daniel 2023-09-10 09:23:51 +08:00
parent d84d64191a
commit 01addf059f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 40 additions and 0 deletions

View file

@ -1,4 +1,12 @@
{
"defaultMargin": "Default",
"noneMargin": "None",
"minimalMargin": "Minimal",
"customMargin": "Custom",
"marginTop": "Top",
"marginRight": "Right",
"marginBottom": "Bottom",
"marginLeft": "Left",
"enable": "Enable",
"disable": "Disable",
"removeWorkspacePhysically": "Do you want to physically delete the data in workspace ${x}? (Physical deletion cannot be recovered)",

View file

@ -1,4 +1,12 @@
{
"defaultMargin": "Predeterminado",
"noneMargin": "Ninguno",
"minimalMargin": "Mínimo",
"customMargin": "Personalizado",
"marginTop": "Superior",
"marginRight": "Derecho",
"marginBottom": "Inferior",
"marginLeft": "Izquierda",
"enable": "Habilitar",
"disable": "Desactivar",
"removeWorkspacePhysically": "¿Quieres eliminar físicamente los datos en el espacio de trabajo ${x}? (La eliminación física no se puede recuperar)",

View file

@ -1,4 +1,12 @@
{
"defaultMargin": "Par défaut",
"noneMargin": "Aucun",
"minimalMargin": "Minimal",
"customMargin": "Personnalisé",
"marginTop": "Haut",
"marginRight": "Droite",
"marginBottom": "Bas",
"marginLeft": "Gauche",
"enable": "Activer",
"disable": "Désactiver",
"removeWorkspacePhysically": "Voulez-vous supprimer physiquement les données de l'espace de travail ${x} ? (La suppression physique ne peut pas être récupérée)",

View file

@ -1,4 +1,12 @@
{
"defaultMargin": "默認",
"noneMargin": "無",
"minimalMargin": "最小",
"customMargin": "自定義",
"marginTop": "上",
"marginRight": "右",
"marginBottom": "下",
"marginLeft": "左",
"enable": "啟用",
"disable": "禁用",
"removeWorkspacePhysically": "是否物理刪除工作空間 ${x} 的數據?(物理刪除無法恢復)",

View file

@ -1,4 +1,12 @@
{
"defaultMargin": "默认",
"noneMargin": "无",
"minimalMargin": "最小",
"customMargin": "自定义",
"marginTop": "上",
"marginRight": "右",
"marginBottom": "下",
"marginLeft": "左",
"enable": "启用",
"disable": "禁用",
"removeWorkspacePhysically": "是否物理删除工作空间 ${x} 的数据?(物理删除无法恢复)",