Ver código fonte

Internal: Updated lang/contexts.json.

Piotrek Koszuliński 7 anos atrás
pai
commit
acfe9988f5
1 arquivos alterados com 4 adições e 1 exclusões
  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)."
 }