Hello community, here is the log from the commit of package fcitx-cloudpinyin for openSUSE:Factory checked in at 2017-12-19 10:50:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx-cloudpinyin (Old) and /work/SRC/openSUSE:Factory/.fcitx-cloudpinyin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx-cloudpinyin" Tue Dec 19 10:50:51 2017 rev:15 rq:547519 version:0.3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx-cloudpinyin/fcitx-cloudpinyin.changes 2014-06-10 14:38:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fcitx-cloudpinyin.new/fcitx-cloudpinyin.changes 2017-12-19 10:51:03.910848716 +0100 @@ -1,0 +2,8 @@ +Sat Dec 2 05:09:37 UTC 2017 - [email protected] + +- update version 0.3.6 + * set timeout, increase max handle but don't allow overflow +-changes in 0.3.5 + * make baidu use https + +------------------------------------------------------------------- Old: ---- fcitx-cloudpinyin-0.3.4.tar.xz New: ---- fcitx-cloudpinyin-0.3.6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx-cloudpinyin.spec ++++++ --- /var/tmp/diff_new_pack.CxzGfb/_old 2017-12-19 10:51:04.602815312 +0100 +++ /var/tmp/diff_new_pack.CxzGfb/_new 2017-12-19 10:51:04.602815312 +0100 @@ -17,12 +17,12 @@ Name: fcitx-cloudpinyin -Version: 0.3.4 +Version: 0.3.6 Release: 0 Summary: Cloudpinyin module for fcitx License: GPL-2.0+ Group: System/I18n/Chinese -Url: http://code.google.com/p/fcitx +Url: https://github.com/fcitx/fcitx-cloudpinyin BuildRequires: cmake BuildRequires: fcitx-devel BuildRequires: gcc-c++ ++++++ fcitx-cloudpinyin-0.3.4.tar.xz -> fcitx-cloudpinyin-0.3.6.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-cloudpinyin-0.3.4/po/CMakeLists.txt new/fcitx-cloudpinyin-0.3.6/po/CMakeLists.txt --- old/fcitx-cloudpinyin-0.3.4/po/CMakeLists.txt 2013-11-29 06:49:11.000000000 +0100 +++ new/fcitx-cloudpinyin-0.3.6/po/CMakeLists.txt 2017-11-28 00:58:12.000000000 +0100 @@ -1,5 +1,7 @@ -set(PO_LANGS de zh_CN zh_TW ja) -foreach(lang ${PO_LANGS}) - fcitx_translate_add_po_file("${lang}" "${lang}.po") +file(GLOB PO_FILES RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" *.po) + +foreach(po_file ${PO_FILES}) + string(REPLACE ".po" "" po_lang "${po_file}") + fcitx_translate_add_po_file("${po_lang}" "${po_file}") endforeach() fcitx_translate_set_pot_target(pot fcitx-cloudpinyin fcitx-cloudpinyin.pot) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-cloudpinyin-0.3.4/po/ca.po new/fcitx-cloudpinyin-0.3.6/po/ca.po --- old/fcitx-cloudpinyin-0.3.4/po/ca.po 1970-01-01 01:00:00.000000000 +0100 +++ new/fcitx-cloudpinyin-0.3.6/po/ca.po 2017-11-28 00:58:12.000000000 +0100 @@ -0,0 +1,83 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Walter Garcia-Fontes <[email protected]>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: [email protected]\n" +"POT-Creation-Date: 2017-09-14 16:02-0700\n" +"PO-Revision-Date: 2017-08-03 16:57+0000\n" +"Last-Translator: Walter Garcia-Fontes <[email protected]>\n" +"Language-Team: Catalan (http://www.transifex.com/fcitx/fcitx/language/ca/)\n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/cloudpinyin.c:684 +msgid " (via cloud)" +msgstr "(via el núvol)" + +#: src/fcitx-cloudpinyin.conf.in:4 +msgid "Add Cloud Pinyin Support to Pinyin Input Method" +msgstr "Afegeix suport de pinyin de núvol al mètode d'entrada pinying" + +#: src/fcitx-cloudpinyin.desc:24 +msgid "Baidu" +msgstr "Baidu" + +#: src/cloudpinyin.c:619 src/fcitx-cloudpinyin.conf.in:3 +msgid "Cloud Pinyin" +msgstr "Pinyin de núvol" + +#: src/fcitx-cloudpinyin.desc:5 +msgid "Cloud Pinyin Candidate Word Order" +msgstr "Ordre de paraules candidates del pinyin de núvol" + +#: src/fcitx-cloudpinyin.desc:21 +msgid "Cloud Pinyin Source" +msgstr "Font de pinyin de núvol" + +#: src/cloudpinyin.c:621 +msgid "Cloud Pinyin is Disabled." +msgstr "El pinyin de núvol està desactivat" + +#: src/cloudpinyin.c:620 +msgid "Cloud Pinyin is Enabled." +msgstr "El pinyin de núvol està activat." + +#: src/fcitx-cloudpinyin.desc:1 src/fcitx-cloudpinyin.desc:7 +#: src/fcitx-cloudpinyin.desc:13 src/fcitx-cloudpinyin.desc:18 +#: src/fcitx-cloudpinyin.desc:26 src/fcitx-cloudpinyin.desc:32 +msgid "CloudPinyin" +msgstr "PinyinNúvol" + +#: src/fcitx-cloudpinyin.desc:30 +msgid "Disable Cloud Pinyin When you are using mobile can save your network" +msgstr "" +"Desactivar el pinyin de núvol quan esteu usant dades mòbil pot estalviar la " +"vostra xarxa" + +#: src/fcitx-cloudpinyin.desc:16 +msgid "Don't Show the 'via cloud' hint" +msgstr "No mostris la pista «via núvol»" + +#: src/fcitx-cloudpinyin.desc:35 +msgid "Enabled" +msgstr "Activat" + +#: src/fcitx-cloudpinyin.desc:23 +msgid "Google" +msgstr "Google" + +#: src/fcitx-cloudpinyin.desc:11 +msgid "Minimum Length of Pinyin To Trigger Cloud Pinyin" +msgstr "Longitud mínima de pinyin per activar pinyin de núvol" + +#: src/fcitx-cloudpinyin.desc:29 +msgid "Toggle Cloud Pinyin enabled status" +msgstr "Commuta l'estat d'activació del pinyin de núvol" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-cloudpinyin-0.3.4/po/da.po new/fcitx-cloudpinyin-0.3.6/po/da.po --- old/fcitx-cloudpinyin-0.3.4/po/da.po 1970-01-01 01:00:00.000000000 +0100 +++ new/fcitx-cloudpinyin-0.3.6/po/da.po 2017-11-28 00:58:12.000000000 +0100 @@ -0,0 +1,83 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# scootergrisen, 2017 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: [email protected]\n" +"POT-Creation-Date: 2017-10-18 06:02-0700\n" +"PO-Revision-Date: 2017-10-18 12:35+0000\n" +"Last-Translator: scootergrisen\n" +"Language-Team: Danish (http://www.transifex.com/fcitx/fcitx/language/da/)\n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/cloudpinyin.c:684 +msgid " (via cloud)" +msgstr " (via sky)" + +#: src/fcitx-cloudpinyin.conf.in:4 +msgid "Add Cloud Pinyin Support to Pinyin Input Method" +msgstr "Tilføj understøttelse af sky-Pinyin til Pinyin-inputmetode" + +#: src/fcitx-cloudpinyin.desc:24 +msgid "Baidu" +msgstr "Baidu" + +#: src/cloudpinyin.c:619 src/fcitx-cloudpinyin.conf.in:3 +msgid "Cloud Pinyin" +msgstr "Sky-Pinyin" + +#: src/fcitx-cloudpinyin.desc:5 +msgid "Cloud Pinyin Candidate Word Order" +msgstr "Rækkefølge på kandidatord for sky-Pinyin" + +#: src/fcitx-cloudpinyin.desc:21 +msgid "Cloud Pinyin Source" +msgstr "Sky-Pinyin-kilde" + +#: src/cloudpinyin.c:621 +msgid "Cloud Pinyin is Disabled." +msgstr "Sky-Pinyin er deaktiveret." + +#: src/cloudpinyin.c:620 +msgid "Cloud Pinyin is Enabled." +msgstr "Sky-Pinyin er aktiveret." + +#: src/fcitx-cloudpinyin.desc:1 src/fcitx-cloudpinyin.desc:7 +#: src/fcitx-cloudpinyin.desc:13 src/fcitx-cloudpinyin.desc:18 +#: src/fcitx-cloudpinyin.desc:26 src/fcitx-cloudpinyin.desc:32 +msgid "CloudPinyin" +msgstr "SkyPinyin" + +#: src/fcitx-cloudpinyin.desc:30 +msgid "Disable Cloud Pinyin When you are using mobile can save your network" +msgstr "" +"Deaktivering af sky-Pinyin kan sparer på din netværkstrafik når du bruger " +"mobiltelefon" + +#: src/fcitx-cloudpinyin.desc:16 +msgid "Don't Show the 'via cloud' hint" +msgstr "Vis ikke 'via sky'-tippet" + +#: src/fcitx-cloudpinyin.desc:35 +msgid "Enabled" +msgstr "Aktiveret" + +#: src/fcitx-cloudpinyin.desc:23 +msgid "Google" +msgstr "Google" + +#: src/fcitx-cloudpinyin.desc:11 +msgid "Minimum Length of Pinyin To Trigger Cloud Pinyin" +msgstr "Minimumlængde før Pinyin udløser sky-Pinyin" + +#: src/fcitx-cloudpinyin.desc:29 +msgid "Toggle Cloud Pinyin enabled status" +msgstr "Skift aktiveringsstatus for sky-Pinyin" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-cloudpinyin-0.3.4/po/de.po new/fcitx-cloudpinyin-0.3.6/po/de.po --- old/fcitx-cloudpinyin-0.3.4/po/de.po 2013-11-29 06:49:11.000000000 +0100 +++ new/fcitx-cloudpinyin-0.3.6/po/de.po 2017-11-28 00:58:12.000000000 +0100 @@ -3,23 +3,23 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# mar well <[email protected]>, 2013 +# mar well <[email protected]>, 2013 +# mar well <[email protected]>, 2017 msgid "" msgstr "" "Project-Id-Version: fcitx\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-11-11 12:02-0500\n" -"PO-Revision-Date: 2013-10-31 05:29+0000\n" -"Last-Translator: mar well <[email protected]>\n" -"Language-Team: German (http://www.transifex.com/projects/p/fcitx/language/" -"de/)\n" +"POT-Creation-Date: 2017-07-28 06:02-0700\n" +"PO-Revision-Date: 2017-07-28 12:42+0000\n" +"Last-Translator: mar well <[email protected]>\n" +"Language-Team: German (http://www.transifex.com/fcitx/fcitx/language/de/)\n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/cloudpinyin.c:681 +#: src/cloudpinyin.c:684 msgid " (via cloud)" msgstr " (via cloud)" @@ -31,7 +31,7 @@ msgid "Baidu" msgstr "Baidu" -#: src/cloudpinyin.c:616 src/fcitx-cloudpinyin.conf.in:3 +#: src/cloudpinyin.c:619 src/fcitx-cloudpinyin.conf.in:3 msgid "Cloud Pinyin" msgstr "Cloud Pinyin" @@ -43,13 +43,13 @@ msgid "Cloud Pinyin Source" msgstr "Cloudpinyin Quelle" -#: src/cloudpinyin.c:618 +#: src/cloudpinyin.c:621 msgid "Cloud Pinyin is Disabled." msgstr "Cloudpinyin ist ausgeschaltet" -#: src/cloudpinyin.c:617 +#: src/cloudpinyin.c:620 msgid "Cloud Pinyin is Enabled." -msgstr "Cloudpinyin ist eingeschaltet" +msgstr "Cloud Pinyin ist eingeschaltet" #: src/fcitx-cloudpinyin.desc:1 src/fcitx-cloudpinyin.desc:7 #: src/fcitx-cloudpinyin.desc:13 src/fcitx-cloudpinyin.desc:18 @@ -82,9 +82,3 @@ #: src/fcitx-cloudpinyin.desc:29 msgid "Toggle Cloud Pinyin enabled status" msgstr "Verberge den \"Cloud Pinyin aktiviert\" Status" - -#~ msgid "QQ" -#~ msgstr "QQ" - -#~ msgid "Sogou" -#~ msgstr "Sogou" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-cloudpinyin-0.3.4/po/ja.po new/fcitx-cloudpinyin-0.3.6/po/ja.po --- old/fcitx-cloudpinyin-0.3.4/po/ja.po 2013-11-29 06:49:11.000000000 +0100 +++ new/fcitx-cloudpinyin-0.3.6/po/ja.po 2017-11-28 00:58:12.000000000 +0100 @@ -3,24 +3,23 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# しろう, 2013 -# しろう, 2013 +# WAKAYAMA Shirou <[email protected]>, 2013 +# WAKAYAMA Shirou <[email protected]>, 2013 msgid "" msgstr "" "Project-Id-Version: fcitx\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-11-11 12:02-0500\n" -"PO-Revision-Date: 2013-08-07 15:02+0000\n" -"Last-Translator: しろう\n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/fcitx/language/" -"ja/)\n" +"POT-Creation-Date: 2015-12-11 23:17-0800\n" +"PO-Revision-Date: 2013-11-20 13:16+0000\n" +"Last-Translator: csslayer <[email protected]>\n" +"Language-Team: Japanese (http://www.transifex.com/fcitx/fcitx/language/ja/)\n" "Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: src/cloudpinyin.c:681 +#: src/cloudpinyin.c:684 msgid " (via cloud)" msgstr "(クラウド使用)" @@ -32,7 +31,7 @@ msgid "Baidu" msgstr "Baidu" -#: src/cloudpinyin.c:616 src/fcitx-cloudpinyin.conf.in:3 +#: src/cloudpinyin.c:619 src/fcitx-cloudpinyin.conf.in:3 msgid "Cloud Pinyin" msgstr "クラウド Pinyin" @@ -44,11 +43,11 @@ msgid "Cloud Pinyin Source" msgstr "クラウド Pinyin 提供元" -#: src/cloudpinyin.c:618 +#: src/cloudpinyin.c:621 msgid "Cloud Pinyin is Disabled." msgstr "クラウド Pinyinが無効になりました。" -#: src/cloudpinyin.c:617 +#: src/cloudpinyin.c:620 msgid "Cloud Pinyin is Enabled." msgstr "クラウド Pinyinが有効になりました。" @@ -82,9 +81,3 @@ #: src/fcitx-cloudpinyin.desc:29 msgid "Toggle Cloud Pinyin enabled status" msgstr "クラウド Pinyin が有効/無効を切り替え" - -#~ msgid "QQ" -#~ msgstr "QQ" - -#~ msgid "Sogou" -#~ msgstr "Sogou" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-cloudpinyin-0.3.4/po/ko.po new/fcitx-cloudpinyin-0.3.6/po/ko.po --- old/fcitx-cloudpinyin-0.3.4/po/ko.po 1970-01-01 01:00:00.000000000 +0100 +++ new/fcitx-cloudpinyin-0.3.6/po/ko.po 2017-11-28 00:58:12.000000000 +0100 @@ -0,0 +1,81 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Bon Keun Seo <[email protected]>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: [email protected]\n" +"POT-Creation-Date: 2013-11-11 12:02-0500\n" +"PO-Revision-Date: 2017-07-09 19:19+0000\n" +"Last-Translator: Bon Keun Seo <[email protected]>\n" +"Language-Team: Korean (http://www.transifex.com/fcitx/fcitx/language/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: src/cloudpinyin.c:616 src/fcitx-cloudpinyin.conf.in:3 +msgid "Cloud Pinyin" +msgstr "클라우드 Pinyin" + +#: src/cloudpinyin.c:617 +msgid "Cloud Pinyin is Enabled." +msgstr "클라우드 Pinyin이 활성화됨." + +#: src/cloudpinyin.c:618 +msgid "Cloud Pinyin is Disabled." +msgstr "클라우드 Pinyin이 비활성화됨." + +#: src/cloudpinyin.c:681 +msgid " (via cloud)" +msgstr "(클라우드를 통해)" + +#: src/fcitx-cloudpinyin.conf.in:4 +msgid "Add Cloud Pinyin Support to Pinyin Input Method" +msgstr "Pinyin 입력기에 클라우드 Pinyin 지원을 추가" + +#: src/fcitx-cloudpinyin.desc:1 src/fcitx-cloudpinyin.desc:7 +#: src/fcitx-cloudpinyin.desc:13 src/fcitx-cloudpinyin.desc:18 +#: src/fcitx-cloudpinyin.desc:26 src/fcitx-cloudpinyin.desc:32 +msgid "CloudPinyin" +msgstr "클라우드 Pinyin" + +#: src/fcitx-cloudpinyin.desc:5 +msgid "Cloud Pinyin Candidate Word Order" +msgstr "클라우드 Pinyin 후보 단어 순서" + +#: src/fcitx-cloudpinyin.desc:11 +msgid "Minimum Length of Pinyin To Trigger Cloud Pinyin" +msgstr "클라우드 Pinyin를 활성화하기 위한 Pinyin의 최소 길이" + +#: src/fcitx-cloudpinyin.desc:16 +msgid "Don't Show the 'via cloud' hint" +msgstr "'클라우드를 통해' 힌트를 보이지 않음" + +#: src/fcitx-cloudpinyin.desc:21 +msgid "Cloud Pinyin Source" +msgstr "클라우드 Pinyin 소스" + +#: src/fcitx-cloudpinyin.desc:23 +msgid "Google" +msgstr "구글" + +#: src/fcitx-cloudpinyin.desc:24 +msgid "Baidu" +msgstr "바이두" + +#: src/fcitx-cloudpinyin.desc:29 +msgid "Toggle Cloud Pinyin enabled status" +msgstr "클라우드 Pinyin 활성화 상태 전환" + +#: src/fcitx-cloudpinyin.desc:30 +msgid "Disable Cloud Pinyin When you are using mobile can save your network" +msgstr "모바일 데이터 사용시 클라우드 Pinyin 비활성화" + +#: src/fcitx-cloudpinyin.desc:35 +msgid "Enabled" +msgstr "활성상태" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-cloudpinyin-0.3.4/po/ru.po new/fcitx-cloudpinyin-0.3.6/po/ru.po --- old/fcitx-cloudpinyin-0.3.4/po/ru.po 1970-01-01 01:00:00.000000000 +0100 +++ new/fcitx-cloudpinyin-0.3.6/po/ru.po 2017-11-28 00:58:12.000000000 +0100 @@ -0,0 +1,85 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# TotalCaesar659 <[email protected]>, 2016 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: [email protected]\n" +"POT-Creation-Date: 2017-09-14 16:02-0700\n" +"PO-Revision-Date: 2017-08-03 16:57+0000\n" +"Last-Translator: TotalCaesar659 <[email protected]>\n" +"Language-Team: Russian (http://www.transifex.com/fcitx/fcitx/language/ru/)\n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n" +"%100>=11 && n%100<=14)? 2 : 3);\n" + +#: src/cloudpinyin.c:684 +msgid " (via cloud)" +msgstr "(через облако)" + +#: src/fcitx-cloudpinyin.conf.in:4 +msgid "Add Cloud Pinyin Support to Pinyin Input Method" +msgstr "Добавить поддержку облака пиньинь для метода ввода пиньинь" + +#: src/fcitx-cloudpinyin.desc:24 +msgid "Baidu" +msgstr "Baidu" + +#: src/cloudpinyin.c:619 src/fcitx-cloudpinyin.conf.in:3 +msgid "Cloud Pinyin" +msgstr "Облако пиньинь" + +#: src/fcitx-cloudpinyin.desc:5 +msgid "Cloud Pinyin Candidate Word Order" +msgstr "Порядок слов-кандидатов облака пиньинь" + +#: src/fcitx-cloudpinyin.desc:21 +msgid "Cloud Pinyin Source" +msgstr "Источник облака пиньинь" + +#: src/cloudpinyin.c:621 +msgid "Cloud Pinyin is Disabled." +msgstr "Облако пиньинь отключено." + +#: src/cloudpinyin.c:620 +msgid "Cloud Pinyin is Enabled." +msgstr "Облако пиньинь включено." + +#: src/fcitx-cloudpinyin.desc:1 src/fcitx-cloudpinyin.desc:7 +#: src/fcitx-cloudpinyin.desc:13 src/fcitx-cloudpinyin.desc:18 +#: src/fcitx-cloudpinyin.desc:26 src/fcitx-cloudpinyin.desc:32 +msgid "CloudPinyin" +msgstr "CloudPinyin" + +#: src/fcitx-cloudpinyin.desc:30 +msgid "Disable Cloud Pinyin When you are using mobile can save your network" +msgstr "" +"Отключить облако пиньинь при использовании мобильного устройства для " +"экономии трафика" + +#: src/fcitx-cloudpinyin.desc:16 +msgid "Don't Show the 'via cloud' hint" +msgstr "Не подсказывать подсказку \"через облако\"" + +#: src/fcitx-cloudpinyin.desc:35 +msgid "Enabled" +msgstr "Включено" + +#: src/fcitx-cloudpinyin.desc:23 +msgid "Google" +msgstr "Google" + +#: src/fcitx-cloudpinyin.desc:11 +msgid "Minimum Length of Pinyin To Trigger Cloud Pinyin" +msgstr "Минимальная длина пиньинь для включения облака пиньинь" + +#: src/fcitx-cloudpinyin.desc:29 +msgid "Toggle Cloud Pinyin enabled status" +msgstr "Переключать статус включения облака пиньинь" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-cloudpinyin-0.3.4/po/tr.po new/fcitx-cloudpinyin-0.3.6/po/tr.po --- old/fcitx-cloudpinyin-0.3.4/po/tr.po 1970-01-01 01:00:00.000000000 +0100 +++ new/fcitx-cloudpinyin-0.3.6/po/tr.po 2017-11-28 00:58:12.000000000 +0100 @@ -0,0 +1,83 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Gökhan Kalayci <[email protected]>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: [email protected]\n" +"POT-Creation-Date: 2017-09-14 16:02-0700\n" +"PO-Revision-Date: 2017-08-03 16:57+0000\n" +"Last-Translator: Gökhan Kalayci <[email protected]>\n" +"Language-Team: Turkish (http://www.transifex.com/fcitx/fcitx/language/tr/)\n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: src/cloudpinyin.c:684 +msgid " (via cloud)" +msgstr "(bulut ile)" + +#: src/fcitx-cloudpinyin.conf.in:4 +msgid "Add Cloud Pinyin Support to Pinyin Input Method" +msgstr "Pinyin Giriş Yöntemine Bulut Pinyin Desteği Ekle" + +#: src/fcitx-cloudpinyin.desc:24 +msgid "Baidu" +msgstr "Baidu" + +#: src/cloudpinyin.c:619 src/fcitx-cloudpinyin.conf.in:3 +msgid "Cloud Pinyin" +msgstr "Bulut Pinyin" + +#: src/fcitx-cloudpinyin.desc:5 +msgid "Cloud Pinyin Candidate Word Order" +msgstr "Bulut Pinyin Aday Sözcük Sırası" + +#: src/fcitx-cloudpinyin.desc:21 +msgid "Cloud Pinyin Source" +msgstr "Cloud Pinyin Kaynağı" + +#: src/cloudpinyin.c:621 +msgid "Cloud Pinyin is Disabled." +msgstr "Bulut Pinyin Etkin değil" + +#: src/cloudpinyin.c:620 +msgid "Cloud Pinyin is Enabled." +msgstr "Bulut Pinyin Etkin" + +#: src/fcitx-cloudpinyin.desc:1 src/fcitx-cloudpinyin.desc:7 +#: src/fcitx-cloudpinyin.desc:13 src/fcitx-cloudpinyin.desc:18 +#: src/fcitx-cloudpinyin.desc:26 src/fcitx-cloudpinyin.desc:32 +msgid "CloudPinyin" +msgstr "BulutPinyin" + +#: src/fcitx-cloudpinyin.desc:30 +msgid "Disable Cloud Pinyin When you are using mobile can save your network" +msgstr "" +"Bulut Pinyin'i Devre Dışı Bırakarak Mobil veri kullanırken tasarruf " +"yapabilirsiniz." + +#: src/fcitx-cloudpinyin.desc:16 +msgid "Don't Show the 'via cloud' hint" +msgstr "'bulut ile' ipucunu gösterme" + +#: src/fcitx-cloudpinyin.desc:35 +msgid "Enabled" +msgstr "Etkin" + +#: src/fcitx-cloudpinyin.desc:23 +msgid "Google" +msgstr "Google" + +#: src/fcitx-cloudpinyin.desc:11 +msgid "Minimum Length of Pinyin To Trigger Cloud Pinyin" +msgstr "Bulut Pinyinini tetiklemek için Pinyin'in Minimum Uzunluğu" + +#: src/fcitx-cloudpinyin.desc:29 +msgid "Toggle Cloud Pinyin enabled status" +msgstr "Bulut Pinyininin etkin durumunu Aç / Kapat " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-cloudpinyin-0.3.4/po/zh_CN.po new/fcitx-cloudpinyin-0.3.6/po/zh_CN.po --- old/fcitx-cloudpinyin-0.3.4/po/zh_CN.po 2013-11-29 06:49:11.000000000 +0100 +++ new/fcitx-cloudpinyin-0.3.6/po/zh_CN.po 2017-11-28 00:58:12.000000000 +0100 @@ -3,17 +3,17 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Christopher Meng <[email protected]>, 2012 -# Xuetian Weng <[email protected]>, 2013 -# Xuetian Weng <[email protected]>, 2011,2013 +# Christopher Meng <[email protected]>, 2012 +# csslayer <[email protected]>, 2013 +# csslayer <[email protected]>, 2011,2013 msgid "" msgstr "" "Project-Id-Version: fcitx\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-11-11 12:02-0500\n" -"PO-Revision-Date: 2013-06-30 05:51+0000\n" -"Last-Translator: Xuetian Weng <[email protected]>\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/fcitx/" +"POT-Creation-Date: 2015-12-11 23:17-0800\n" +"PO-Revision-Date: 2013-11-20 13:16+0000\n" +"Last-Translator: csslayer <[email protected]>\n" +"Language-Team: Chinese (China) (http://www.transifex.com/fcitx/fcitx/" "language/zh_CN/)\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -21,7 +21,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: src/cloudpinyin.c:681 +#: src/cloudpinyin.c:684 msgid " (via cloud)" msgstr " (来自云)" @@ -33,7 +33,7 @@ msgid "Baidu" msgstr "百度" -#: src/cloudpinyin.c:616 src/fcitx-cloudpinyin.conf.in:3 +#: src/cloudpinyin.c:619 src/fcitx-cloudpinyin.conf.in:3 msgid "Cloud Pinyin" msgstr "云拼音" @@ -45,11 +45,11 @@ msgid "Cloud Pinyin Source" msgstr "云拼音来源" -#: src/cloudpinyin.c:618 +#: src/cloudpinyin.c:621 msgid "Cloud Pinyin is Disabled." msgstr "云拼音已禁用。" -#: src/cloudpinyin.c:617 +#: src/cloudpinyin.c:620 msgid "Cloud Pinyin is Enabled." msgstr "云拼音已启用。" @@ -82,9 +82,3 @@ #: src/fcitx-cloudpinyin.desc:29 msgid "Toggle Cloud Pinyin enabled status" msgstr "切换云拼音启用状态" - -#~ msgid "QQ" -#~ msgstr "QQ" - -#~ msgid "Sogou" -#~ msgstr "搜狗" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-cloudpinyin-0.3.4/po/zh_TW.po new/fcitx-cloudpinyin-0.3.6/po/zh_TW.po --- old/fcitx-cloudpinyin-0.3.4/po/zh_TW.po 2013-11-29 06:49:11.000000000 +0100 +++ new/fcitx-cloudpinyin-0.3.6/po/zh_TW.po 2017-11-28 00:58:12.000000000 +0100 @@ -5,14 +5,15 @@ # Translators: # Alisha <[email protected]>, 2012 # Alisha <[email protected]>, 2012 +# BrLi <[email protected]>, 2014 msgid "" msgstr "" "Project-Id-Version: fcitx\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-11-11 12:02-0500\n" -"PO-Revision-Date: 2013-06-30 05:50+0000\n" -"Last-Translator: Xuetian Weng <[email protected]>\n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/fcitx/" +"POT-Creation-Date: 2015-12-11 23:17-0800\n" +"PO-Revision-Date: 2014-06-06 04:58+0000\n" +"Last-Translator: BrLi <[email protected]>\n" +"Language-Team: Chinese (Taiwan) (http://www.transifex.com/fcitx/fcitx/" "language/zh_TW/)\n" "Language: zh_TW\n" "MIME-Version: 1.0\n" @@ -20,7 +21,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: src/cloudpinyin.c:681 +#: src/cloudpinyin.c:684 msgid " (via cloud)" msgstr "(來自雲)" @@ -32,7 +33,7 @@ msgid "Baidu" msgstr "百度" -#: src/cloudpinyin.c:616 src/fcitx-cloudpinyin.conf.in:3 +#: src/cloudpinyin.c:619 src/fcitx-cloudpinyin.conf.in:3 msgid "Cloud Pinyin" msgstr "雲拼音" @@ -44,13 +45,13 @@ msgid "Cloud Pinyin Source" msgstr "雲拼音來源" -#: src/cloudpinyin.c:618 +#: src/cloudpinyin.c:621 msgid "Cloud Pinyin is Disabled." -msgstr "" +msgstr "雲拼音已停用。" -#: src/cloudpinyin.c:617 +#: src/cloudpinyin.c:620 msgid "Cloud Pinyin is Enabled." -msgstr "" +msgstr "雲拼音已啟用。" #: src/fcitx-cloudpinyin.desc:1 src/fcitx-cloudpinyin.desc:7 #: src/fcitx-cloudpinyin.desc:13 src/fcitx-cloudpinyin.desc:18 @@ -81,9 +82,3 @@ #: src/fcitx-cloudpinyin.desc:29 msgid "Toggle Cloud Pinyin enabled status" msgstr "切換雲拼音啟用狀態" - -#~ msgid "QQ" -#~ msgstr "QQ" - -#~ msgid "Sogou" -#~ msgstr "搜狗" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-cloudpinyin-0.3.4/src/cloudpinyin.c new/fcitx-cloudpinyin-0.3.6/src/cloudpinyin.c --- old/fcitx-cloudpinyin-0.3.4/src/cloudpinyin.c 2013-11-29 06:49:11.000000000 +0100 +++ new/fcitx-cloudpinyin-0.3.6/src/cloudpinyin.c 2017-11-28 00:58:12.000000000 +0100 @@ -125,7 +125,7 @@ }, { NULL, - "http://olime.baidu.com/py?py=%s&rn=0&pn=1&ol=1", + "https://olime.baidu.com/py?py=%s&rn=0&pn=1&ol=1", NULL, BaiduParsePinyin, true @@ -261,8 +261,7 @@ return cloudpinyin->freeList[i].curl; } } - /* return a stalled handle */ - return curl_easy_init(); + return NULL; } void CloudPinyinReleaseCurlHandle(FcitxCloudPinyin* cloudpinyin, CURL* curl) @@ -340,7 +339,7 @@ curl_easy_setopt(curl, CURLOPT_URL, engine[cloudpinyin->config.source].RequestKey); curl_easy_setopt(curl, CURLOPT_WRITEDATA, queue); curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, CloudPinyinWriteFunction); - curl_easy_setopt(curl, CURLOPT_TIMEOUT, 20l); + curl_easy_setopt(curl, CURLOPT_TIMEOUT, 10l); curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1l); /* push into pending queue */ @@ -469,6 +468,8 @@ curl_easy_setopt(curl, CURLOPT_URL, url); curl_easy_setopt(curl, CURLOPT_WRITEDATA, queue); curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, CloudPinyinWriteFunction); + curl_easy_setopt(curl, CURLOPT_TIMEOUT, 10l); + curl_easy_setopt(curl, CURLOPT_NOSIGNAL, 1l); free(url); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-cloudpinyin-0.3.4/src/cloudpinyin.h new/fcitx-cloudpinyin-0.3.6/src/cloudpinyin.h --- old/fcitx-cloudpinyin-0.3.4/src/cloudpinyin.h 2013-11-29 06:49:11.000000000 +0100 +++ new/fcitx-cloudpinyin-0.3.6/src/cloudpinyin.h 2017-11-28 00:58:12.000000000 +0100 @@ -29,7 +29,7 @@ #define QQ_KEY_LENGTH 32 #define MAX_CACHE_ENTRY 2048 #define MAX_ERROR 10 -#define MAX_HANDLE 10l +#define MAX_HANDLE 100l #define _(x) dgettext("fcitx-cloudpinyin", (x))
