ソースを参照

Internal: Updated lang/contexts.json.

Piotrek Koszuliński 7 年 前
コミット
acfe9988f5
1 ファイル変更4 行追加1 行削除
  1. 4 1
      packages/ckeditor5-link/lang/contexts.json

+ 4 - 1
packages/ckeditor5-link/lang/contexts.json

@@ -1,5 +1,8 @@
 {
 	"Unlink": "Toolbar button tooltip for the Unlink feature.",
 	"Link": "Toolbar button tooltip for the Link feature.",
-	"Link URL": "Label for the URL input in the Link dialog."
+	"Link URL": "Label for the URL input in the Link URL editing balloon.",
+	"Edit link": "Button opening the Link URL editing balloon.",
+	"Open link in new tab": "Button opening the link in new browser tab.",
+	"This link has no URL": "Label explaining that a link has no URL set (the URL is empty)."
 }