mirror of
https://github.com/siyuan-note/siyuan
synced 2026-04-21 13:37:52 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
9f8fb571f5
17 changed files with 17 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"hyperlink": "ارتباط تشعبي",
|
||||
"copyDoc": "نسخ النص كاملًا",
|
||||
"position": "الموقع",
|
||||
"insertColumnLeft1": "إدراج ${x} عمودًا إلى اليسار",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"hyperlink": "Hyperlink",
|
||||
"copyDoc": "Gesamten Text kopieren",
|
||||
"position": "Position",
|
||||
"insertColumnLeft1": "Füge ${x} Spalten links ein",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"hyperlink": "Hyperlink",
|
||||
"copyDoc": "Copy full document",
|
||||
"position": "Position",
|
||||
"insertColumnLeft1": "Insert ${x} column(s) to the left",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"hyperlink": "Hipervínculo",
|
||||
"copyDoc": "Copiar todo el texto",
|
||||
"position": "Posición",
|
||||
"insertColumnLeft1": "Insertar ${x} columnas a la izquierda",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"hyperlink": "Hyperlien",
|
||||
"copyDoc": "Copier tout le texte",
|
||||
"position": "Position",
|
||||
"insertColumnLeft1": "Insérer ${x} colonnes à gauche",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"hyperlink": "היפר־קישור",
|
||||
"copyDoc": "העתק את כל הטקסט",
|
||||
"position": "מיקום",
|
||||
"insertColumnLeft1": "הוסף ${x} עמודות משמאל",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"hyperlink": "Collegamento ipertestuale",
|
||||
"copyDoc": "Copia tutto il testo",
|
||||
"position": "Posizione",
|
||||
"insertColumnLeft1": "Inserisci ${x} colonne a sinistra",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"hyperlink": "ハイパーリンク",
|
||||
"copyDoc": "全文をコピー",
|
||||
"position": "位置",
|
||||
"insertColumnLeft1": "左側に ${x} 列を挿入",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"hyperlink": "하이퍼링크",
|
||||
"copyDoc": "전체 복사",
|
||||
"position": "위치",
|
||||
"insertColumnLeft1": "왼쪽에 ${x} 열 삽입",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"hyperlink": "Hiperłącze",
|
||||
"copyDoc": "Kopiuj cały tekst",
|
||||
"position": "Pozycja",
|
||||
"insertColumnLeft1": "Wstaw ${x} kolumn po lewej",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"hyperlink": "Hiperlink",
|
||||
"copyDoc": "Copiar todo o texto",
|
||||
"position": "Posição",
|
||||
"insertColumnLeft1": "Inserir ${x} colunas à esquerda",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"hyperlink": "Гиперссылка",
|
||||
"copyDoc": "Копировать весь текст",
|
||||
"position": "Позиция",
|
||||
"insertColumnLeft1": "Вставить слева ${x} столбцов",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"hyperlink": "Hypertextový odkaz",
|
||||
"copyDoc": "Kopírovať celý dokument",
|
||||
"position": "Pozícia",
|
||||
"insertColumnLeft1": "Vložiť ${x} stĺpec/stĺpce doľava",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"hyperlink": "Köprü",
|
||||
"copyDoc": "Tüm metni kopyala",
|
||||
"position": "Pozisyon",
|
||||
"insertColumnLeft1": "Sol tarafa ${x} sütun ekle",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"hyperlink": "超鏈接",
|
||||
"copyDoc": "複製全文",
|
||||
"position": "位置",
|
||||
"insertColumnLeft1": "在左側插入 ${x} 欄",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"hyperlink": "超链接",
|
||||
"copyDoc": "复制全文",
|
||||
"position": "位置",
|
||||
"insertColumnLeft1": "在左侧插入 ${x} 列",
|
||||
|
|
|
|||
|
|
@ -573,7 +573,7 @@ export const refMenu = (protyle: IProtyle, element: HTMLElement) => {
|
|||
}
|
||||
}, {
|
||||
id: "link",
|
||||
label: window.siyuan.languages.link,
|
||||
label: window.siyuan.languages.hyperlink,
|
||||
iconHTML: "",
|
||||
click() {
|
||||
element.outerHTML = `<span data-type="a" data-href="siyuan://blocks/${element.getAttribute("data-id")}">${element.innerHTML}</span><wbr>`;
|
||||
|
|
|
|||
Loading…
Reference in a new issue