Sfoglia il codice sorgente

Merge branch 'master' into t/ckeditor5-ui/144

Aleksander Nowodzinski 8 anni fa
parent
commit
209ae63c60

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

@@ -1,6 +1,14 @@
 Changelog
 =========
 
+## [1.0.0-alpha.2](https://github.com/ckeditor/ckeditor5-link/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2017-11-14)
+
+### Other changes
+
+* Updated translations. ([ea343cd](https://github.com/ckeditor/ckeditor5-link/commit/ea343cd))
+* Aligned UI library usage to the [changes in the UI framework](https://github.com/ckeditor/ckeditor5-ui/pull/332).
+
+
 ## [1.0.0-alpha.1](https://github.com/ckeditor/ckeditor5-link/compare/v0.8.0...v1.0.0-alpha.1) (2017-10-03)
 
 ### Bug fixes

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

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

+ 1 - 1
packages/ckeditor5-link/lang/translations/fr.po

@@ -15,4 +15,4 @@ msgstr "Lien"
 
 msgctxt "Label for the URL input in the Link dialog."
 msgid "Link URL"
-msgstr ""
+msgstr "URL du lien"

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

@@ -0,0 +1,18 @@
+# Copyright (c) Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
+msgid ""
+msgstr ""
+"Language: ko\n"
+"Language-Team: Korean (https://www.transifex.com/ckeditor/teams/11143/ko/)\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 "링크 주소"

+ 1 - 1
packages/ckeditor5-link/lang/translations/sk.po

@@ -15,4 +15,4 @@ msgstr "Odkaz"
 
 msgctxt "Label for the URL input in the Link dialog."
 msgid "Link URL"
-msgstr ""
+msgstr "URL odkazu"

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

@@ -15,4 +15,4 @@ msgstr "超链接"
 
 msgctxt "Label for the URL input in the Link dialog."
 msgid "Link URL"
-msgstr ""
+msgstr "超链接地址"

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

@@ -1,25 +1,25 @@
 {
   "name": "@ckeditor/ckeditor5-link",
-  "version": "1.0.0-alpha.1",
+  "version": "1.0.0-alpha.2",
   "description": "Link feature for CKEditor 5.",
   "keywords": [
     "ckeditor5",
     "ckeditor5-feature"
   ],
   "dependencies": {
-    "@ckeditor/ckeditor5-core": "^1.0.0-alpha.1",
-    "@ckeditor/ckeditor5-engine": "^1.0.0-alpha.1",
-    "@ckeditor/ckeditor5-theme-lark": "^1.0.0-alpha.1",
-    "@ckeditor/ckeditor5-ui": "^1.0.0-alpha.1"
+    "@ckeditor/ckeditor5-core": "^1.0.0-alpha.2",
+    "@ckeditor/ckeditor5-engine": "^1.0.0-alpha.2",
+    "@ckeditor/ckeditor5-theme-lark": "^1.0.0-alpha.2",
+    "@ckeditor/ckeditor5-ui": "^1.0.0-alpha.2"
   },
   "devDependencies": {
-    "@ckeditor/ckeditor5-editor-classic": "^1.0.0-alpha.1",
-    "@ckeditor/ckeditor5-enter": "^1.0.0-alpha.1",
-    "@ckeditor/ckeditor5-heading": "^1.0.0-alpha.1",
-    "@ckeditor/ckeditor5-paragraph": "^1.0.0-alpha.1",
-    "@ckeditor/ckeditor5-typing": "^1.0.0-alpha.1",
-    "@ckeditor/ckeditor5-undo": "^1.0.0-alpha.1",
-    "@ckeditor/ckeditor5-utils": "^1.0.0-alpha.1",
+    "@ckeditor/ckeditor5-editor-classic": "^1.0.0-alpha.2",
+    "@ckeditor/ckeditor5-enter": "^1.0.0-alpha.2",
+    "@ckeditor/ckeditor5-heading": "^1.0.0-alpha.2",
+    "@ckeditor/ckeditor5-paragraph": "^1.0.0-alpha.2",
+    "@ckeditor/ckeditor5-typing": "^1.0.0-alpha.2",
+    "@ckeditor/ckeditor5-undo": "^1.0.0-alpha.2",
+    "@ckeditor/ckeditor5-utils": "^1.0.0-alpha.2",
     "eslint": "^4.8.0",
     "eslint-config-ckeditor5": "^1.0.6",
     "husky": "^0.14.3",