Hello community, here is the log from the commit of package fcitx-rime for openSUSE:Factory checked in at 2017-12-19 10:51:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcitx-rime (Old) and /work/SRC/openSUSE:Factory/.fcitx-rime.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcitx-rime" Tue Dec 19 10:51:12 2017 rev:14 rq:547525 version:0.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/fcitx-rime/fcitx-rime.changes 2014-06-10 14:39:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fcitx-rime.new/fcitx-rime.changes 2017-12-19 10:51:14.194352288 +0100 @@ -1,0 +2,6 @@ +Sat Dec 2 05:47:02 UTC 2017 - [email protected] + +- update version 0.3.2 + * [rime] add paging callback + +------------------------------------------------------------------- Old: ---- fcitx-rime-0.3.1.tar.xz New: ---- fcitx-rime-0.3.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcitx-rime.spec ++++++ --- /var/tmp/diff_new_pack.ChzGzc/_old 2017-12-19 10:51:15.722278528 +0100 +++ /var/tmp/diff_new_pack.ChzGzc/_new 2017-12-19 10:51:15.722278528 +0100 @@ -17,7 +17,7 @@ Name: fcitx-rime -Version: 0.3.1 +Version: 0.3.2 Release: 0 Summary: Rime input engine support for Fcitx License: GPL-2.0+ ++++++ fcitx-rime-0.3.1.tar.xz -> fcitx-rime-0.3.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-rime-0.3.1/po/CMakeLists.txt new/fcitx-rime-0.3.2/po/CMakeLists.txt --- old/fcitx-rime-0.3.1/po/CMakeLists.txt 2014-02-04 13:36:39.000000000 +0100 +++ new/fcitx-rime-0.3.2/po/CMakeLists.txt 2017-09-15 00:30:03.000000000 +0200 @@ -1,6 +1,8 @@ -set(PO_LANGS de zh_CN zh_TW ja vi) -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-rime fcitx-rime.pot) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-rime-0.3.1/po/ca.po new/fcitx-rime-0.3.2/po/ca.po --- old/fcitx-rime-0.3.1/po/ca.po 1970-01-01 01:00:00.000000000 +0100 +++ new/fcitx-rime-0.3.2/po/ca.po 2017-09-15 00:30:03.000000000 +0200 @@ -0,0 +1,56 @@ +# 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]>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: [email protected]\n" +"POT-Creation-Date: 2013-11-29 06:01-0500\n" +"PO-Revision-Date: 2017-01-06 16:24+0000\n" +"Last-Translator: Walter Garcia-Fontes <[email protected]>\n" +"Language-Team: Catalan (http://www.transifex.com/fcitx/fcitx/language/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/fcitx-rime.c:59 +msgid "Rime is under maintenance ..." +msgstr "Rime estar sota manteniment ..." + +#: src/fcitx-rime.c:61 +msgid "Rime is ready." +msgstr "Rime està preparat." + +#: src/fcitx-rime.c:63 +msgid "Rime has encountered an error. See /tmp/rime.fcitx.ERROR for details." +msgstr "Rime ha trobat un error. Vegeu /tmp/rime.fcitx.ERROR per als detalls." + +#: src/fcitx-rime.c:69 src/fcitx-rime.c:127 src/fcitx-rime.conf.in:3 +#: src/rime.conf.in:3 +msgid "Rime" +msgstr "Rime" + +#: src/fcitx-rime.c:147 src/fcitx-rime.c:148 +msgid "Deploy" +msgstr "Desplega" + +#: src/fcitx-rime.c:156 src/fcitx-rime.c:157 +msgid "Synchronize" +msgstr "Sincronitza" + +#: src/fcitx-rime.c:171 +msgid "Schema List" +msgstr "Llista d'esquemes" + +#: src/fcitx-rime.c:517 +msgid "English" +msgstr "Anglès" + +#: src/fcitx-rime.conf.in:4 +msgid "Rime Wrapper For Fcitx" +msgstr "Contenidor rime per al fcitx" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-rime-0.3.1/po/da.po new/fcitx-rime-0.3.2/po/da.po --- old/fcitx-rime-0.3.1/po/da.po 1970-01-01 01:00:00.000000000 +0100 +++ new/fcitx-rime-0.3.2/po/da.po 2017-09-15 00:30:03.000000000 +0200 @@ -0,0 +1,55 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: fcitx\n" +"Report-Msgid-Bugs-To: [email protected]\n" +"POT-Creation-Date: 2013-11-29 06:01-0500\n" +"PO-Revision-Date: 2013-03-25 22:16+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Danish (http://www.transifex.com/fcitx/fcitx/language/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/fcitx-rime.c:59 +msgid "Rime is under maintenance ..." +msgstr "" + +#: src/fcitx-rime.c:61 +msgid "Rime is ready." +msgstr "" + +#: src/fcitx-rime.c:63 +msgid "Rime has encountered an error. See /tmp/rime.fcitx.ERROR for details." +msgstr "" + +#: src/fcitx-rime.c:69 src/fcitx-rime.c:127 src/fcitx-rime.conf.in:3 +#: src/rime.conf.in:3 +msgid "Rime" +msgstr "" + +#: src/fcitx-rime.c:147 src/fcitx-rime.c:148 +msgid "Deploy" +msgstr "" + +#: src/fcitx-rime.c:156 src/fcitx-rime.c:157 +msgid "Synchronize" +msgstr "" + +#: src/fcitx-rime.c:171 +msgid "Schema List" +msgstr "" + +#: src/fcitx-rime.c:517 +msgid "English" +msgstr "" + +#: src/fcitx-rime.conf.in:4 +msgid "Rime Wrapper For Fcitx" +msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-rime-0.3.1/po/de.po new/fcitx-rime-0.3.2/po/de.po --- old/fcitx-rime-0.3.1/po/de.po 2014-02-04 13:36:39.000000000 +0100 +++ new/fcitx-rime-0.3.2/po/de.po 2017-09-15 00:30:03.000000000 +0200 @@ -3,31 +3,31 @@ # 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]>, 2014,2017 msgid "" msgstr "" "Project-Id-Version: fcitx\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2014-02-04 12:36+0000\n" -"PO-Revision-Date: 2014-01-01 08:57+0000\n" -"Last-Translator: Xuetian Weng <[email protected]>\n" -"Language-Team: German (http://www.transifex.com/projects/p/fcitx/language/" -"de/)\n" +"POT-Creation-Date: 2017-07-28 05:02-0700\n" +"PO-Revision-Date: 2017-07-28 11:46+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/fcitx-rime.c:147 src/fcitx-rime.c:148 +#: src/fcitx-rime.c:148 src/fcitx-rime.c:149 msgid "Deploy" msgstr "Deploy" -#: src/fcitx-rime.c:517 +#: src/fcitx-rime.c:527 msgid "English" -msgstr "" +msgstr "Englisch" -#: src/fcitx-rime.c:69 src/fcitx-rime.c:127 src/fcitx-rime.conf.in:3 +#: src/fcitx-rime.c:70 src/fcitx-rime.c:128 src/fcitx-rime.conf.in:3 #: src/rime.conf.in:3 msgid "Rime" msgstr "Rime" @@ -36,22 +36,24 @@ msgid "Rime Wrapper For Fcitx" msgstr "Rime Wrapper für Fcitx" -#: src/fcitx-rime.c:63 +#: src/fcitx-rime.c:64 msgid "Rime has encountered an error. See /tmp/rime.fcitx.ERROR for details." msgstr "" +"Rime ist auf einen Fehler gestoßen. Bitte sehen Sie für mehr Infos in /tmp/" +"rime.fcitx.ERROR nach." -#: src/fcitx-rime.c:61 +#: src/fcitx-rime.c:62 msgid "Rime is ready." -msgstr "" +msgstr "Rime ist bereit." -#: src/fcitx-rime.c:59 +#: src/fcitx-rime.c:60 msgid "Rime is under maintenance ..." -msgstr "" +msgstr "Rime wird im Moment gewartet." -#: src/fcitx-rime.c:171 +#: src/fcitx-rime.c:172 msgid "Schema List" -msgstr "" +msgstr "Liste Schemata" -#: src/fcitx-rime.c:156 src/fcitx-rime.c:157 +#: src/fcitx-rime.c:157 src/fcitx-rime.c:158 msgid "Synchronize" msgstr "Synchronisieren" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-rime-0.3.1/po/ja.po new/fcitx-rime-0.3.2/po/ja.po --- old/fcitx-rime-0.3.1/po/ja.po 2014-02-04 13:36:39.000000000 +0100 +++ new/fcitx-rime-0.3.2/po/ja.po 2017-09-15 00:30:03.000000000 +0200 @@ -3,32 +3,31 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# shirou - しろう, 2013 -# shirou - しろう, 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: 2014-02-04 12:36+0000\n" +"POT-Creation-Date: 2015-12-11 23:17-0800\n" "PO-Revision-Date: 2014-01-01 08:57+0000\n" -"Last-Translator: Xuetian Weng <[email protected]>\n" -"Language-Team: Japanese (http://www.transifex.com/projects/p/fcitx/language/" -"ja/)\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/fcitx-rime.c:147 src/fcitx-rime.c:148 +#: src/fcitx-rime.c:148 src/fcitx-rime.c:149 msgid "Deploy" msgstr "デプロイ" -#: src/fcitx-rime.c:517 +#: src/fcitx-rime.c:527 msgid "English" msgstr "" -#: src/fcitx-rime.c:69 src/fcitx-rime.c:127 src/fcitx-rime.conf.in:3 +#: src/fcitx-rime.c:70 src/fcitx-rime.c:128 src/fcitx-rime.conf.in:3 #: src/rime.conf.in:3 msgid "Rime" msgstr "Rime" @@ -37,24 +36,24 @@ msgid "Rime Wrapper For Fcitx" msgstr "Fcitx 用 Rime ラッパー" -#: src/fcitx-rime.c:63 +#: src/fcitx-rime.c:64 msgid "Rime has encountered an error. See /tmp/rime.fcitx.ERROR for details." msgstr "" "Rimeでエラーが起こりました。より詳しくは /tmp/rime.fcitx.ERROR を見てくださ" "い。" -#: src/fcitx-rime.c:61 +#: src/fcitx-rime.c:62 msgid "Rime is ready." msgstr "Rimeの準備ができました。" -#: src/fcitx-rime.c:59 +#: src/fcitx-rime.c:60 msgid "Rime is under maintenance ..." msgstr "Rimeはメンテナンス中です..." -#: src/fcitx-rime.c:171 +#: src/fcitx-rime.c:172 msgid "Schema List" msgstr "" -#: src/fcitx-rime.c:156 src/fcitx-rime.c:157 +#: src/fcitx-rime.c:157 src/fcitx-rime.c:158 msgid "Synchronize" msgstr "同期" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-rime-0.3.1/po/ko.po new/fcitx-rime-0.3.2/po/ko.po --- old/fcitx-rime-0.3.1/po/ko.po 1970-01-01 01:00:00.000000000 +0100 +++ new/fcitx-rime-0.3.2/po/ko.po 2017-09-15 00:30:03.000000000 +0200 @@ -0,0 +1,56 @@ +# 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-29 06:01-0500\n" +"PO-Revision-Date: 2017-07-15 12:41+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/fcitx-rime.c:59 +msgid "Rime is under maintenance ..." +msgstr "Rime은 관리 중입니다..." + +#: src/fcitx-rime.c:61 +msgid "Rime is ready." +msgstr "Rime이 준비되었습니다." + +#: src/fcitx-rime.c:63 +msgid "Rime has encountered an error. See /tmp/rime.fcitx.ERROR for details." +msgstr "Rime에 오류가 발생했습니다. 자세한 내용은 /tmp/rime.fcitx.ERROR을 참조하세요." + +#: src/fcitx-rime.c:69 src/fcitx-rime.c:127 src/fcitx-rime.conf.in:3 +#: src/rime.conf.in:3 +msgid "Rime" +msgstr "Rime" + +#: src/fcitx-rime.c:147 src/fcitx-rime.c:148 +msgid "Deploy" +msgstr "배치" + +#: src/fcitx-rime.c:156 src/fcitx-rime.c:157 +msgid "Synchronize" +msgstr "동기화" + +#: src/fcitx-rime.c:171 +msgid "Schema List" +msgstr "스키마 목록" + +#: src/fcitx-rime.c:517 +msgid "English" +msgstr "영어" + +#: src/fcitx-rime.conf.in:4 +msgid "Rime Wrapper For Fcitx" +msgstr "Fcitx Rime 입력기" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-rime-0.3.1/po/ru.po new/fcitx-rime-0.3.2/po/ru.po --- old/fcitx-rime-0.3.1/po/ru.po 1970-01-01 01:00:00.000000000 +0100 +++ new/fcitx-rime-0.3.2/po/ru.po 2017-09-15 00:30:03.000000000 +0200 @@ -0,0 +1,56 @@ +# 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: 2013-11-29 06:01-0500\n" +"PO-Revision-Date: 2016-11-30 22:06+0000\n" +"Last-Translator: TotalCaesar659 <[email protected]>\n" +"Language-Team: Russian (http://www.transifex.com/fcitx/fcitx/language/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ru\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/fcitx-rime.c:59 +msgid "Rime is under maintenance ..." +msgstr "Rime перегружен..." + +#: src/fcitx-rime.c:61 +msgid "Rime is ready." +msgstr "Rime готов." + +#: src/fcitx-rime.c:63 +msgid "Rime has encountered an error. See /tmp/rime.fcitx.ERROR for details." +msgstr "Обнаружена ошибка Rime. Подробности в файле /tmp/rime.fcitx.ERROR." + +#: src/fcitx-rime.c:69 src/fcitx-rime.c:127 src/fcitx-rime.conf.in:3 +#: src/rime.conf.in:3 +msgid "Rime" +msgstr "Rime" + +#: src/fcitx-rime.c:147 src/fcitx-rime.c:148 +msgid "Deploy" +msgstr "Развернуть" + +#: src/fcitx-rime.c:156 src/fcitx-rime.c:157 +msgid "Synchronize" +msgstr "Синхронизировать" + +#: src/fcitx-rime.c:171 +msgid "Schema List" +msgstr "Список схем" + +#: src/fcitx-rime.c:517 +msgid "English" +msgstr "Английский" + +#: src/fcitx-rime.conf.in:4 +msgid "Rime Wrapper For Fcitx" +msgstr "Обертка Rime для Fcitx" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-rime-0.3.1/po/tr.po new/fcitx-rime-0.3.2/po/tr.po --- old/fcitx-rime-0.3.1/po/tr.po 1970-01-01 01:00:00.000000000 +0100 +++ new/fcitx-rime-0.3.2/po/tr.po 2017-09-15 00:30:03.000000000 +0200 @@ -0,0 +1,56 @@ +# 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: 2013-11-29 06:01-0500\n" +"PO-Revision-Date: 2017-04-20 20:35+0000\n" +"Last-Translator: Gökhan Kalayci <[email protected]>\n" +"Language-Team: Turkish (http://www.transifex.com/fcitx/fcitx/language/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: src/fcitx-rime.c:59 +msgid "Rime is under maintenance ..." +msgstr "Rime bakımda..." + +#: src/fcitx-rime.c:61 +msgid "Rime is ready." +msgstr "Rime hazır." + +#: src/fcitx-rime.c:63 +msgid "Rime has encountered an error. See /tmp/rime.fcitx.ERROR for details." +msgstr "Rime bir hatayla karşılaştı. Detaylar için /tmp/rime.fcitx.ERROR yoluna bakın." + +#: src/fcitx-rime.c:69 src/fcitx-rime.c:127 src/fcitx-rime.conf.in:3 +#: src/rime.conf.in:3 +msgid "Rime" +msgstr "Rime" + +#: src/fcitx-rime.c:147 src/fcitx-rime.c:148 +msgid "Deploy" +msgstr "Dağıt" + +#: src/fcitx-rime.c:156 src/fcitx-rime.c:157 +msgid "Synchronize" +msgstr "Eşitleme" + +#: src/fcitx-rime.c:171 +msgid "Schema List" +msgstr "Şema Listesi" + +#: src/fcitx-rime.c:517 +msgid "English" +msgstr "İngilizce" + +#: src/fcitx-rime.conf.in:4 +msgid "Rime Wrapper For Fcitx" +msgstr "Fcitx için Rime Wrapper" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-rime-0.3.1/po/vi.po new/fcitx-rime-0.3.2/po/vi.po --- old/fcitx-rime-0.3.1/po/vi.po 2014-02-04 13:36:39.000000000 +0100 +++ new/fcitx-rime-0.3.2/po/vi.po 2017-09-15 00:30:03.000000000 +0200 @@ -3,31 +3,31 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# bizover <[email protected]>, 2013 +# Thu Hoai <[email protected]>, 2013 msgid "" msgstr "" "Project-Id-Version: fcitx\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2014-02-04 12:36+0000\n" +"POT-Creation-Date: 2015-12-11 23:17-0800\n" "PO-Revision-Date: 2014-01-01 08:57+0000\n" -"Last-Translator: Xuetian Weng <[email protected]>\n" -"Language-Team: Vietnamese (http://www.transifex.com/projects/p/fcitx/" -"language/vi/)\n" +"Last-Translator: csslayer <[email protected]>\n" +"Language-Team: Vietnamese (http://www.transifex.com/fcitx/fcitx/language/" +"vi/)\n" "Language: vi\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/fcitx-rime.c:147 src/fcitx-rime.c:148 +#: src/fcitx-rime.c:148 src/fcitx-rime.c:149 msgid "Deploy" msgstr "Triển khai" -#: src/fcitx-rime.c:517 +#: src/fcitx-rime.c:527 msgid "English" msgstr "" -#: src/fcitx-rime.c:69 src/fcitx-rime.c:127 src/fcitx-rime.conf.in:3 +#: src/fcitx-rime.c:70 src/fcitx-rime.c:128 src/fcitx-rime.conf.in:3 #: src/rime.conf.in:3 msgid "Rime" msgstr "Rime" @@ -36,22 +36,22 @@ msgid "Rime Wrapper For Fcitx" msgstr "Bộ Wrapper cho Fcitx" -#: src/fcitx-rime.c:63 +#: src/fcitx-rime.c:64 msgid "Rime has encountered an error. See /tmp/rime.fcitx.ERROR for details." msgstr "Rime gặp lỗi. Xem ở /tmp/rime.fcitx.ERROR để biết chi tiết." -#: src/fcitx-rime.c:61 +#: src/fcitx-rime.c:62 msgid "Rime is ready." msgstr "Rime sẵn sàng," -#: src/fcitx-rime.c:59 +#: src/fcitx-rime.c:60 msgid "Rime is under maintenance ..." msgstr "Rime đang bảo trì..." -#: src/fcitx-rime.c:171 +#: src/fcitx-rime.c:172 msgid "Schema List" msgstr "" -#: src/fcitx-rime.c:156 src/fcitx-rime.c:157 +#: src/fcitx-rime.c:157 src/fcitx-rime.c:158 msgid "Synchronize" msgstr "Đồng bộ hóa" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-rime-0.3.1/po/zh_CN.po new/fcitx-rime-0.3.2/po/zh_CN.po --- old/fcitx-rime-0.3.1/po/zh_CN.po 2014-02-04 13:36:39.000000000 +0100 +++ new/fcitx-rime-0.3.2/po/zh_CN.po 2017-09-15 00:30:03.000000000 +0200 @@ -3,17 +3,17 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Xuetian Weng <[email protected]>, 2014 -# Xuetian Weng <[email protected]>, 2012-2013 +# csslayer <[email protected]>, 2014 +# csslayer <[email protected]>, 2012-2013 # wwj402 <[email protected]>, 2013 msgid "" msgstr "" "Project-Id-Version: fcitx\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2014-02-04 12:36+0000\n" +"POT-Creation-Date: 2015-12-11 23:17-0800\n" "PO-Revision-Date: 2014-01-08 21:13+0000\n" -"Last-Translator: Xuetian Weng <[email protected]>\n" -"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/fcitx/" +"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,15 +21,15 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: src/fcitx-rime.c:147 src/fcitx-rime.c:148 +#: src/fcitx-rime.c:148 src/fcitx-rime.c:149 msgid "Deploy" msgstr "重新部署" -#: src/fcitx-rime.c:517 +#: src/fcitx-rime.c:527 msgid "English" msgstr "英文" -#: src/fcitx-rime.c:69 src/fcitx-rime.c:127 src/fcitx-rime.conf.in:3 +#: src/fcitx-rime.c:70 src/fcitx-rime.c:128 src/fcitx-rime.conf.in:3 #: src/rime.conf.in:3 msgid "Rime" msgstr "中州韻" @@ -38,22 +38,22 @@ msgid "Rime Wrapper For Fcitx" msgstr "Fcitx 的中州韻封装" -#: src/fcitx-rime.c:63 +#: src/fcitx-rime.c:64 msgid "Rime has encountered an error. See /tmp/rime.fcitx.ERROR for details." msgstr "Rime 出现了一个错误。请参阅/tmp/rime.fcitx.ERROR中细节。" -#: src/fcitx-rime.c:61 +#: src/fcitx-rime.c:62 msgid "Rime is ready." msgstr "Rime 就绪。" -#: src/fcitx-rime.c:59 +#: src/fcitx-rime.c:60 msgid "Rime is under maintenance ..." msgstr "Rime 正在维护中..." -#: src/fcitx-rime.c:171 +#: src/fcitx-rime.c:172 msgid "Schema List" msgstr "方案列表" -#: src/fcitx-rime.c:156 src/fcitx-rime.c:157 +#: src/fcitx-rime.c:157 src/fcitx-rime.c:158 msgid "Synchronize" msgstr "同步" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-rime-0.3.1/po/zh_TW.po new/fcitx-rime-0.3.2/po/zh_TW.po --- old/fcitx-rime-0.3.1/po/zh_TW.po 2014-02-04 13:36:39.000000000 +0100 +++ new/fcitx-rime-0.3.2/po/zh_TW.po 2017-09-15 00:30:03.000000000 +0200 @@ -3,14 +3,16 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Jeff Huang <[email protected]>, 2015 +# csslayer <[email protected]>, 2015 msgid "" msgstr "" "Project-Id-Version: fcitx\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2014-02-04 12:36+0000\n" -"PO-Revision-Date: 2014-01-01 08:57+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: 2015-10-20 03:40+0000\n" +"Last-Translator: csslayer <[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" @@ -18,15 +20,15 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: src/fcitx-rime.c:147 src/fcitx-rime.c:148 +#: src/fcitx-rime.c:148 src/fcitx-rime.c:149 msgid "Deploy" msgstr "重新部署" -#: src/fcitx-rime.c:517 +#: src/fcitx-rime.c:527 msgid "English" -msgstr "" +msgstr "英語" -#: src/fcitx-rime.c:69 src/fcitx-rime.c:127 src/fcitx-rime.conf.in:3 +#: src/fcitx-rime.c:70 src/fcitx-rime.c:128 src/fcitx-rime.conf.in:3 #: src/rime.conf.in:3 msgid "Rime" msgstr "中州韻" @@ -35,22 +37,22 @@ msgid "Rime Wrapper For Fcitx" msgstr "Fcitx 的中州韻封裝" -#: src/fcitx-rime.c:63 +#: src/fcitx-rime.c:64 msgid "Rime has encountered an error. See /tmp/rime.fcitx.ERROR for details." -msgstr "" +msgstr "Rime 遇到了一個錯誤。見 /tmp/rime.fcitx.ERROR 以取得更多資訊。" -#: src/fcitx-rime.c:61 +#: src/fcitx-rime.c:62 msgid "Rime is ready." -msgstr "" +msgstr "Rime 準備好了。" -#: src/fcitx-rime.c:59 +#: src/fcitx-rime.c:60 msgid "Rime is under maintenance ..." -msgstr "" +msgstr "Rime 仍在維護中..." -#: src/fcitx-rime.c:171 +#: src/fcitx-rime.c:172 msgid "Schema List" -msgstr "" +msgstr "方案選單" -#: src/fcitx-rime.c:156 src/fcitx-rime.c:157 +#: src/fcitx-rime.c:157 src/fcitx-rime.c:158 msgid "Synchronize" msgstr "同步" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fcitx-rime-0.3.1/src/fcitx-rime.c new/fcitx-rime-0.3.2/src/fcitx-rime.c --- old/fcitx-rime-0.3.1/src/fcitx-rime.c 2014-02-04 13:36:39.000000000 +0100 +++ new/fcitx-rime-0.3.2/src/fcitx-rime.c 2017-09-15 00:30:03.000000000 +0200 @@ -37,6 +37,7 @@ static void FcitxRimeUpdateStatus(FcitxRime* rime); static boolean FcitxRimeSchemaMenuAction(FcitxUIMenu *menu, int index); static void FcitxRimeSchemaMenuUpdate(FcitxUIMenu *menu); +static boolean FcitxRimePaging(void* arg, boolean prev); FCITX_EXPORT_API FcitxIMClass ime = { @@ -364,6 +365,15 @@ return retVal; } +boolean FcitxRimePaging(void* arg, boolean prev) { + FcitxRime *rime = (FcitxRime *)arg; + boolean result = RimeProcessKey(rime->session_id, prev ? FcitxKey_Page_Up : FcitxKey_Page_Down, 0); + if (result) { + FcitxRimeGetCandWords(rime); + FcitxUIUpdateInputWindow(rime->owner); + } + return result; +} INPUT_RETURN_VALUE FcitxRimeGetCandWords(void* arg) { @@ -452,7 +462,7 @@ } FcitxCandidateWordSetChoose(candList, strChoose); - FcitxCandidateWordSetOverridePaging(candList, context.menu.page_no != 0, !context.menu.is_last_page, NULL, NULL, NULL); + FcitxCandidateWordSetOverridePaging(candList, context.menu.page_no != 0, !context.menu.is_last_page, FcitxRimePaging, rime, NULL); } rime->api->free_context(&context);
