Sfoglia il codice sorgente

Merge branch 'master' into t/83

Aleksander Nowodzinski 8 anni fa
parent
commit
3088b73774

+ 12 - 0
packages/ckeditor5-link/CHANGELOG.md

@@ -0,0 +1,12 @@
+Changelog
+=========
+
+## [0.5.1](https://github.com/ckeditor/ckeditor5-link/compare/v0.5.0...v0.5.1) (2017-03-06)
+
+### Bug fixes
+
+* The "Save" button label should be localizable. ([eb78861](https://github.com/ckeditor/ckeditor5-link/commit/eb78861))
+
+### Other changes
+
+* Updated translations. ([7a0a8d3](https://github.com/ckeditor/ckeditor5-link/commit/7a0a8d3))

+ 18 - 0
packages/ckeditor5-link/lang/translations/ast.po

@@ -0,0 +1,18 @@
+# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+msgid ""
+msgstr ""
+"Language-Team: Asturian (https://www.transifex.com/ckeditor/teams/11143/ast/)\n"
+"Language: ast\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+msgctxt "Toolbar button tooltip for the Unlink feature."
+msgid "Unlink"
+msgstr "Desenllazar"
+
+msgctxt "Toolbar button tooltip for the Link feature."
+msgid "Link"
+msgstr "Enllazar"
+
+msgctxt "Label for the url input in the Link dialog."
+msgid "Link URL"
+msgstr "URL del enllaz"

+ 18 - 0
packages/ckeditor5-link/lang/translations/de.po

@@ -0,0 +1,18 @@
+# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+msgid ""
+msgstr ""
+"Language-Team: German (https://www.transifex.com/ckeditor/teams/11143/de/)\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+msgctxt "Toolbar button tooltip for the Unlink feature."
+msgid "Unlink"
+msgstr "Link entfernen"
+
+msgctxt "Toolbar button tooltip for the Link feature."
+msgid "Link"
+msgstr "Link"
+
+msgctxt "Label for the url input in the Link dialog."
+msgid "Link URL"
+msgstr "Link-URL"

+ 15 - 0
packages/ckeditor5-link/lang/translations/en.po

@@ -0,0 +1,15 @@
+# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+msgid ""
+msgstr ""
+
+msgctxt "Toolbar button tooltip for the Unlink feature."
+msgid "Unlink"
+msgstr "Unlink"
+
+msgctxt "Toolbar button tooltip for the Link feature."
+msgid "Link"
+msgstr "Link"
+
+msgctxt "Label for the url input in the Link dialog."
+msgid "Link URL"
+msgstr "Link URL"

+ 18 - 0
packages/ckeditor5-link/lang/translations/fr.po

@@ -0,0 +1,18 @@
+# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+msgid ""
+msgstr ""
+"Language-Team: French (https://www.transifex.com/ckeditor/teams/11143/fr/)\n"
+"Language: fr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+msgctxt "Toolbar button tooltip for the Unlink feature."
+msgid "Unlink"
+msgstr "Supprimer le lien"
+
+msgctxt "Toolbar button tooltip for the Link feature."
+msgid "Link"
+msgstr "Lien"
+
+msgctxt "Label for the url input in the Link dialog."
+msgid "Link URL"
+msgstr "URL du lien"

+ 18 - 0
packages/ckeditor5-link/lang/translations/hr.po

@@ -0,0 +1,18 @@
+# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+msgid ""
+msgstr ""
+"Language-Team: Croatian (https://www.transifex.com/ckeditor/teams/11143/hr/)\n"
+"Language: hr\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+
+msgctxt "Toolbar button tooltip for the Unlink feature."
+msgid "Unlink"
+msgstr "Ukloni vezu"
+
+msgctxt "Toolbar button tooltip for the Link feature."
+msgid "Link"
+msgstr "Veza"
+
+msgctxt "Label for the url input in the Link dialog."
+msgid "Link URL"
+msgstr "URL veze"

+ 18 - 0
packages/ckeditor5-link/lang/translations/hu.po

@@ -0,0 +1,18 @@
+# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+msgid ""
+msgstr ""
+"Language-Team: Hungarian (https://www.transifex.com/ckeditor/teams/11143/hu/)\n"
+"Language: hu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+msgctxt "Toolbar button tooltip for the Unlink feature."
+msgid "Unlink"
+msgstr "Link eltávolítása"
+
+msgctxt "Toolbar button tooltip for the Link feature."
+msgid "Link"
+msgstr "Link"
+
+msgctxt "Label for the url input in the Link dialog."
+msgid "Link URL"
+msgstr "Link URL-je"

+ 18 - 0
packages/ckeditor5-link/lang/translations/it.po

@@ -0,0 +1,18 @@
+# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+msgid ""
+msgstr ""
+"Language-Team: Italian (https://www.transifex.com/ckeditor/teams/11143/it/)\n"
+"Language: it\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+msgctxt "Toolbar button tooltip for the Unlink feature."
+msgid "Unlink"
+msgstr "Elimina collegamento"
+
+msgctxt "Toolbar button tooltip for the Link feature."
+msgid "Link"
+msgstr "Collegamento"
+
+msgctxt "Label for the url input in the Link dialog."
+msgid "Link URL"
+msgstr "URL collegamento"

+ 18 - 0
packages/ckeditor5-link/lang/translations/ku.po

@@ -0,0 +1,18 @@
+# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+msgid ""
+msgstr ""
+"Language-Team: Kurdish (https://www.transifex.com/ckeditor/teams/11143/ku/)\n"
+"Language: ku\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+msgctxt "Toolbar button tooltip for the Unlink feature."
+msgid "Unlink"
+msgstr "لابردنی بەستەر"
+
+msgctxt "Toolbar button tooltip for the Link feature."
+msgid "Link"
+msgstr "بەستەر"
+
+msgctxt "Label for the url input in the Link dialog."
+msgid "Link URL"
+msgstr "ناونیشانی بەستەر"

+ 18 - 0
packages/ckeditor5-link/lang/translations/pl.po

@@ -0,0 +1,18 @@
+# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+msgid ""
+msgstr ""
+"Language-Team: Polish (https://www.transifex.com/ckeditor/teams/11143/pl/)\n"
+"Language: pl\n"
+"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
+
+msgctxt "Toolbar button tooltip for the Unlink feature."
+msgid "Unlink"
+msgstr "Usuń odnośnik"
+
+msgctxt "Toolbar button tooltip for the Link feature."
+msgid "Link"
+msgstr "Wstaw odnośnik"
+
+msgctxt "Label for the url input in the Link dialog."
+msgid "Link URL"
+msgstr "Adres URL"

+ 18 - 0
packages/ckeditor5-link/lang/translations/pt.po

@@ -0,0 +1,18 @@
+# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+msgid ""
+msgstr ""
+"Language-Team: Portuguese (https://www.transifex.com/ckeditor/teams/11143/pt/)\n"
+"Language: pt\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+msgctxt "Toolbar button tooltip for the Unlink feature."
+msgid "Unlink"
+msgstr "Desligar"
+
+msgctxt "Toolbar button tooltip for the Link feature."
+msgid "Link"
+msgstr "Hiperligação"
+
+msgctxt "Label for the url input in the Link dialog."
+msgid "Link URL"
+msgstr "URL da ligação"

+ 18 - 0
packages/ckeditor5-link/lang/translations/uk.po

@@ -0,0 +1,18 @@
+# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+msgid ""
+msgstr ""
+"Language-Team: Ukrainian (https://www.transifex.com/ckeditor/teams/11143/uk/)\n"
+"Language: uk\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+msgctxt "Toolbar button tooltip for the Unlink feature."
+msgid "Unlink"
+msgstr "Видалити посилання"
+
+msgctxt "Toolbar button tooltip for the Link feature."
+msgid "Link"
+msgstr "Посилання"
+
+msgctxt "Label for the url input in the Link dialog."
+msgid "Link URL"
+msgstr "URL посилання"

+ 18 - 0
packages/ckeditor5-link/lang/translations/zh-cn.po

@@ -0,0 +1,18 @@
+# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+msgid ""
+msgstr ""
+"Language-Team: Chinese (China) (https://www.transifex.com/ckeditor/teams/11143/zh_CN/)\n"
+"Language: zh_CN\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+msgctxt "Toolbar button tooltip for the Unlink feature."
+msgid "Unlink"
+msgstr "取消超链接"
+
+msgctxt "Toolbar button tooltip for the Link feature."
+msgid "Link"
+msgstr "超链接"
+
+msgctxt "Label for the url input in the Link dialog."
+msgid "Link URL"
+msgstr "超链接地址"

+ 13 - 13
packages/ckeditor5-link/package.json

@@ -1,23 +1,23 @@
 {
   "name": "@ckeditor/ckeditor5-link",
-  "version": "0.5.0",
+  "version": "0.5.1",
   "description": "Link feature for CKEditor 5.",
   "keywords": [],
   "dependencies": {
-    "@ckeditor/ckeditor5-core": "*",
-    "@ckeditor/ckeditor5-engine": "*",
-    "@ckeditor/ckeditor5-theme-lark": "*",
-    "@ckeditor/ckeditor5-ui": "*"
+    "@ckeditor/ckeditor5-core": "^0.7.0",
+    "@ckeditor/ckeditor5-engine": "^0.8.0",
+    "@ckeditor/ckeditor5-theme-lark": "^0.6.1",
+    "@ckeditor/ckeditor5-ui": "^0.7.1"
   },
   "devDependencies": {
-    "@ckeditor/ckeditor5-dev-lint": "^2.0.0",
-    "@ckeditor/ckeditor5-editor-classic": "*",
-    "@ckeditor/ckeditor5-enter": "*",
-    "@ckeditor/ckeditor5-heading": "*",
-    "@ckeditor/ckeditor5-paragraph": "*",
-    "@ckeditor/ckeditor5-typing": "*",
-    "@ckeditor/ckeditor5-undo": "*",
-    "@ckeditor/ckeditor5-utils": "*",
+    "@ckeditor/ckeditor5-dev-lint": "^2.0.2",
+    "@ckeditor/ckeditor5-editor-classic": "^0.7.1",
+    "@ckeditor/ckeditor5-enter": "^0.8.0",
+    "@ckeditor/ckeditor5-heading": "^0.8.0",
+    "@ckeditor/ckeditor5-paragraph": "^0.6.1",
+    "@ckeditor/ckeditor5-typing": "^0.8.0",
+    "@ckeditor/ckeditor5-undo": "^0.7.1",
+    "@ckeditor/ckeditor5-utils": "^0.8.0",
     "gulp": "^3.9.0",
     "guppy-pre-commit": "^0.4.0"
   },

+ 1 - 1
packages/ckeditor5-link/src/ui/linkformview.js

@@ -64,7 +64,7 @@ export default class LinkFormView extends View {
 		 *
 		 * @member {module:ui/button/buttonview~ButtonView}
 		 */
-		this.saveButtonView = this._createButton( 'Save' );
+		this.saveButtonView = this._createButton( t( 'Save' ) );
 		this.saveButtonView.type = 'submit';
 
 		/**