🎨 One-click upgrade of downloaded marketplace packages https://github.com/siyuan-note/siyuan/issues/8390
This commit is contained in:
parent
19b3624301
commit
896197347f
4 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"updateAll": "Update all",
|
||||
"confirmUpdateAll": "Are you sure you want to update all?",
|
||||
"confirmUpdate": "Are you sure you want to update?",
|
||||
"insertRowBefore": "Insert rows ${x} above",
|
||||
"insertRowAfter": "Insert rows ${x} below",
|
||||
"setDueTime": "Set expiration time",
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"updateAll": "Tout mettre à jour",
|
||||
"confirmUpdateAll": "Etes-vous sûr de vouloir tout mettre à jour ?",
|
||||
"confirmUpdate": "Êtes-vous sûr de vouloir mettre à jour ?",
|
||||
"insertRowBefore": "Insérer les lignes ${x} ci-dessus",
|
||||
"insertRowAfter": "Insérer les lignes ${x} ci-dessous",
|
||||
"setDueTime": "Définir le délai d'expiration",
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"updateAll": "全部更新",
|
||||
"confirmUpdateAll": "確定全部更新嗎?",
|
||||
"confirmUpdate": "確定更新嗎?",
|
||||
"insertRowBefore": "在上方插入${x}行",
|
||||
"insertRowAfter": "在下方插入${x}行",
|
||||
"setDueTime": "設定到期時間",
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
{
|
||||
"updateAll": "全部更新",
|
||||
"confirmUpdateAll": "确定全部更新吗?",
|
||||
"confirmUpdate": "确定更新吗?",
|
||||
"insertRowBefore": "在上方插入${x}行",
|
||||
"insertRowAfter": "在下方插入${x}行",
|
||||
"setDueTime": "设置到期时间",
|
||||
|
|
Loading…
Add table
Reference in a new issue