misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<?xml version="1.0" ?><!DOCTYPE TS><TS version="2.1" language="zh_TW" sourcelanguage="en">
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<context>
|
|
|
|
|
|
<name>CallAdapter</name>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/calladapter.cpp" line="151"/>
|
2023-01-16 16:42:56 -05:00
|
|
|
|
<source>Missed call</source>
|
|
|
|
|
|
<translation>未接來電</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/calladapter.cpp" line="152"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Missed call with %1</source>
|
|
|
|
|
|
<translation>來自 %1 的未接來電</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/calladapter.cpp" line="454"/>
|
2023-01-16 16:42:56 -05:00
|
|
|
|
<source>Incoming call</source>
|
|
|
|
|
|
<translation>來電</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/calladapter.cpp" line="455"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>%1 is calling you</source>
|
|
|
|
|
|
<translation>%1 正在與您通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/calladapter.cpp" line="466"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>is calling you</source>
|
|
|
|
|
|
<translation>正在與您通話</translation>
|
|
|
|
|
|
</message>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/calladapter.cpp" line="961"/>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<source>Screenshot</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</context>
|
|
|
|
|
|
<context>
|
|
|
|
|
|
<name>ConversationsAdapter</name>
|
|
|
|
|
|
<message>
|
2023-02-20 16:45:33 -05:00
|
|
|
|
<location filename="../src/app/conversationsadapter.cpp" line="183"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>%1 received a new message</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-02-20 16:45:33 -05:00
|
|
|
|
<location filename="../src/app/conversationsadapter.cpp" line="243"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>%1 received a new trust request</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
</context>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<context>
|
|
|
|
|
|
<name>CurrentCall</name>
|
|
|
|
|
|
<message>
|
|
|
|
|
|
<location filename="../src/app/currentcall.cpp" line="178"/>
|
|
|
|
|
|
<source>Me</source>
|
|
|
|
|
|
<translation>我</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
</context>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<context>
|
|
|
|
|
|
<name>CurrentConversation</name>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/currentconversation.cpp" line="136"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Private</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>私人</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/currentconversation.cpp" line="138"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Private group (restricted invites)</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>私人群组(受限制邀请)</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/currentconversation.cpp" line="140"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Private group</source>
|
2022-10-12 12:11:23 -04:00
|
|
|
|
<translation>私密组</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/currentconversation.cpp" line="142"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Public group</source>
|
2022-10-12 12:11:23 -04:00
|
|
|
|
<translation>公开组<br></translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
<message>
|
2023-04-03 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/currentconversation.cpp" line="323"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
<source>An error occurred while fetching this repository</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>获取该存储库时发生错误</translation>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-03 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/currentconversation.cpp" line="325"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
<source>The conversation's mode is un-recognized</source>
|
2022-10-12 12:11:23 -04:00
|
|
|
|
<translation>会话模式未识别</translation>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-03 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/currentconversation.cpp" line="327"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
<source>An invalid message was detected</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>检测到无效的消息</translation>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-03 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/currentconversation.cpp" line="330"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
<source>Not enough authorization for updating conversation's infos</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>没有足够的授权来更新对话的信息</translation>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</context>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<context>
|
|
|
|
|
|
<name>DevicesListPopup</name>
|
|
|
|
|
|
<message>
|
|
|
|
|
|
<location filename="../src/app/mainview/components/DevicesListPopup.qml" line="162"/>
|
|
|
|
|
|
<source>Device Id</source>
|
|
|
|
|
|
<translation>裝置 Id</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
</context>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<context>
|
|
|
|
|
|
<name>JamiStrings</name>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="29"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Accept</source>
|
|
|
|
|
|
<translation>接聽</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="30"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Accept in audio</source>
|
|
|
|
|
|
<translation>接受音訊</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="31"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Accept in video</source>
|
|
|
|
|
|
<translation>接受視訊</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="32"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Refuse</source>
|
|
|
|
|
|
<translation>拒絕</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="33"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>End call</source>
|
|
|
|
|
|
<translation>結束通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="34"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Incoming audio call from {}</source>
|
|
|
|
|
|
<translation>來自 {} 的音訊來電</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="35"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Incoming video call from {}</source>
|
|
|
|
|
|
<translation>來自 {} 的視訊來電</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="39"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Invitations</source>
|
|
|
|
|
|
<translation>邀請</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="40"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Jami is a universal communication platform, with privacy as its foundation, that relies on a free distributed network for everyone.</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>Jami 是通用的通信平台,以隐私为基础,依赖于自由的分布式网络,为每一个人服务</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="41"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Migrating to the Swarm technology will enable synchronizing this conversation across multiple devices and improve reliability. The legacy conversation history will be cleared in the process.</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>迁移到Swarm技术将能够在多个设备上同步这一对话并提高可靠性。在此过程中,传统的对话历史将被清除。</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="45"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="783"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Could not re-connect to the Jami daemon (jamid).
|
|
|
|
|
|
Jami will now quit.</source>
|
|
|
|
|
|
<translation>無法重新連線至 Jami 幕後程式 (jamid)。
|
|
|
|
|
|
Jami 將會結束。</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="46"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="782"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Trying to reconnect to the Jami daemon (jamid)…</source>
|
|
|
|
|
|
<translation>正在嘗試重新連線至 Jami 幕後程式 (jamid)……</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="49"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Version</source>
|
|
|
|
|
|
<translation>版本</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="54"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Jami is a free universal communication software that respects the freedom and privacy of its users.</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>Jami 是一个普遍通信平台,尊重用户的自由与隐私。</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="55"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Credits</source>
|
|
|
|
|
|
<translation>榮譽</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="58"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Display QR code</source>
|
|
|
|
|
|
<translation>顯示 QR code</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="59"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Open settings</source>
|
|
|
|
|
|
<translation>開啟設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="60"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Close settings</source>
|
|
|
|
|
|
<translation>關閉設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="61"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Add Account</source>
|
|
|
|
|
|
<translation>新增帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="64"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Add to conference</source>
|
|
|
|
|
|
<translation>加入會議</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="65"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Add to conversation</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>添加到对话</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="66"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Transfer this call</source>
|
|
|
|
|
|
<translation>轉送此通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="67"/>
|
2022-09-05 16:44:31 -04:00
|
|
|
|
<source>Transfer to</source>
|
|
|
|
|
|
<translation>轉移至</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="70"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Authentication required</source>
|
|
|
|
|
|
<translation>需要驗證</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="71"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Your session has expired or been revoked on this device. Please enter your password.</source>
|
|
|
|
|
|
<translation>您的工作階段已過期或在此裝置上撤銷。請輸入您的密碼。</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="72"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>JAMS server</source>
|
|
|
|
|
|
<translation>JAMS 伺服器</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="73"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Authenticate</source>
|
|
|
|
|
|
<translation>驗證</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="74"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Delete account</source>
|
|
|
|
|
|
<translation>刪除帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="75"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>In progress…</source>
|
|
|
|
|
|
<translation>進行中……</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="76"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Authentication failed</source>
|
|
|
|
|
|
<translation>驗證失敗</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="77"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Password</source>
|
|
|
|
|
|
<translation>密碼</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="78"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Username</source>
|
|
|
|
|
|
<translation>使用者名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="79"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Alias</source>
|
|
|
|
|
|
<translation>別名</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="82"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Allow incoming calls from unknown contacts</source>
|
|
|
|
|
|
<translation>允許未知聯絡人的來電</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="83"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Convert your account into a rendezvous point</source>
|
|
|
|
|
|
<translation>將您的帳號轉換為 rendezvous 點</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="84"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Automatically answer calls</source>
|
|
|
|
|
|
<translation>自動回覆通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="85"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enable custom ringtone</source>
|
|
|
|
|
|
<translation>啟用自訂鈴聲</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="86"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select custom ringtone</source>
|
|
|
|
|
|
<translation>選取自訂鈴聲</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="87"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Add a custom ringtone</source>
|
|
|
|
|
|
<translation>新增自訂鈴聲</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="88"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select a new ringtone</source>
|
|
|
|
|
|
<translation>選取新鈴聲</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="89"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Certificate File (*.crt)</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>证书文件 (*.crt)</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="90"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Audio File (*.wav *.ogg *.opus *.mp3 *.aiff *.wma)</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>音频文件 (*.wav *.ogg *.opus *.mp3 *.aiff *.wma)</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="93"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enable read receipts</source>
|
|
|
|
|
|
<translation>啟用讀取回條</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="94"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Send and receive receipts indicating that a message have been displayed</source>
|
|
|
|
|
|
<translation>傳送與接收指示訊息已顯示的回條</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="97"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Voicemail</source>
|
|
|
|
|
|
<translation>語音信箱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="98"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Voicemail dial code</source>
|
|
|
|
|
|
<translation>語音信箱撥號代碼</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="101"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Security</source>
|
|
|
|
|
|
<translation>安全性</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="102"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enable SDES key exchange</source>
|
|
|
|
|
|
<translation>啟用 SDES 金鑰交換</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="103"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Allow fallback on RTP</source>
|
|
|
|
|
|
<translation>允許汰退至 RTP</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="104"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Encrypt negotiation (TLS)</source>
|
|
|
|
|
|
<translation>加密協商 (TLS)</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="105"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>CA certificate</source>
|
|
|
|
|
|
<translation>CA 證書</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="106"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>User certificate</source>
|
|
|
|
|
|
<translation>使用者證書</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="107"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Private key</source>
|
|
|
|
|
|
<translation>私密金鑰</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="108"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Private key password</source>
|
|
|
|
|
|
<translation>私密金鑰密碼</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="109"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Verify certificates for incoming TLS connections</source>
|
|
|
|
|
|
<translation>驗證連入的 TLS 連線證書</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="110"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Verify server TLS certificates</source>
|
|
|
|
|
|
<translation>驗證伺服器 TLS 證書</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="111"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Require certificate for incoming TLS connections</source>
|
|
|
|
|
|
<translation>需要連入的 TLS 連線證書</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="113"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>TLS protocol method</source>
|
|
|
|
|
|
<translation>TLS 協定方法</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="114"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Audio input device selector</source>
|
|
|
|
|
|
<translation>音訊輸入裝置選擇器</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="115"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>TLS server name</source>
|
|
|
|
|
|
<translation>TLS 伺服器名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="116"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Negotiation timeout (seconds)</source>
|
|
|
|
|
|
<translation>協商逾時(秒)</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="117"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select a private key</source>
|
|
|
|
|
|
<translation>選取私鑰</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="118"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select a user certificate</source>
|
|
|
|
|
|
<translation>選取使用者憑證</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="119"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select a CA certificate</source>
|
|
|
|
|
|
<translation>選取 CA 憑證</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="121"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Key File (*.key)</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>密钥文件 (*.key)</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="124"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Connectivity</source>
|
|
|
|
|
|
<translation>連線</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="125"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Auto Registration After Expired</source>
|
|
|
|
|
|
<translation>過期後自動註冊</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="126"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Registration expiration time (seconds)</source>
|
|
|
|
|
|
<translation>註冊過期時間(秒)</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="127"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Network interface</source>
|
|
|
|
|
|
<translation>網路介面</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="128"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Use UPnP</source>
|
|
|
|
|
|
<translation>使用 UPnP</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="129"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Use TURN</source>
|
|
|
|
|
|
<translation>使用 TURN</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="130"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>TURN address</source>
|
|
|
|
|
|
<translation>TURN 地址</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="131"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>TURN username</source>
|
|
|
|
|
|
<translation>TURN 使用者名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="132"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>TURN password</source>
|
|
|
|
|
|
<translation>TURN 密碼</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="133"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>TURN Realm</source>
|
|
|
|
|
|
<translation>TURN 範圍</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="134"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Use STUN</source>
|
|
|
|
|
|
<translation>使用 STUN</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="135"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>STUN address</source>
|
|
|
|
|
|
<translation>STUN 地址</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="138"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Allow IP Auto Rewrite</source>
|
|
|
|
|
|
<translation>允許 IP 自動重寫</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="139"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Public address</source>
|
|
|
|
|
|
<translation>公開地址</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="140"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Use custom address and port</source>
|
|
|
|
|
|
<translation>使用自訂地址與通訊埠</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="141"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Address</source>
|
|
|
|
|
|
<translation>地址</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="142"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Port</source>
|
|
|
|
|
|
<translation>連接埠</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="145"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Media</source>
|
|
|
|
|
|
<translation>媒體</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="146"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enable video</source>
|
|
|
|
|
|
<translation>啟用視訊</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="154"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>SDP Session Negotiation (ICE Fallback)</source>
|
|
|
|
|
|
<translation>SDP 工作階段協商(ICE 退回)</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="155"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Only used during negotiation in case ICE is not supported</source>
|
|
|
|
|
|
<translation>僅在不支援 ICE 的協商期間使用</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="156"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Audio RTP minimum Port</source>
|
|
|
|
|
|
<translation>音訊 RTP 最小通訊埠</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="157"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Audio RTP maximum Port</source>
|
|
|
|
|
|
<translation>音訊 RTP 最大通訊埠</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="158"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Video RTP minimum Port</source>
|
|
|
|
|
|
<translation>視訊 RTP 最小通訊埠</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="159"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Video RTP maximum port</source>
|
|
|
|
|
|
<translation>視訊 RTP 最大通訊埠</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="162"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enable local peer discovery</source>
|
|
|
|
|
|
<translation>啟用區域夥伴探索</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="163"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Connect to other DHT nodes advertising on your local network.</source>
|
|
|
|
|
|
<translation>連線到我們的區域網路上發佈的其他 DHT 節點。</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="165"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enable proxy</source>
|
|
|
|
|
|
<translation>啟用代理伺服器</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="166"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Proxy address</source>
|
|
|
|
|
|
<translation>代理伺服器地址</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="167"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Bootstrap</source>
|
|
|
|
|
|
<translation>Bootstrap</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="170"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Back</source>
|
|
|
|
|
|
<translation>前一個</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="171"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Account Settings</source>
|
|
|
|
|
|
<translation>帳號設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="172"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Account</source>
|
|
|
|
|
|
<translation>帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="173"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>General</source>
|
|
|
|
|
|
<translation>一般</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="184"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Audio</source>
|
|
|
|
|
|
<translation>音訊</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="185"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Microphone</source>
|
|
|
|
|
|
<translation>麥克風</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="186"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select audio input device</source>
|
|
|
|
|
|
<translation>選取音訊輸入裝置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="187"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Output device</source>
|
|
|
|
|
|
<translation>輸出裝置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="188"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select audio output device</source>
|
|
|
|
|
|
<translation>選取音訊輸出裝置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="189"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Ringtone device</source>
|
|
|
|
|
|
<translation>鈴聲裝置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="190"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select ringtone output device</source>
|
|
|
|
|
|
<translation>選取鈴聲輸出裝置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="191"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Audio manager</source>
|
|
|
|
|
|
<translation>音訊管理程式</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="195"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Video</source>
|
|
|
|
|
|
<translation>視訊</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="196"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select video device</source>
|
|
|
|
|
|
<translation>選取視訊裝置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="197"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Device</source>
|
|
|
|
|
|
<translation>裝置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="198"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Resolution</source>
|
|
|
|
|
|
<translation>解析度</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="199"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select video resolution</source>
|
|
|
|
|
|
<translation>選取視訊解析度</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="200"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Frames per second</source>
|
|
|
|
|
|
<translation>每秒畫面數</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="201"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select video frame rate (frames per second)</source>
|
|
|
|
|
|
<translation>選取視訊畫面率(每秒畫面數)</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="202"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enable hardware acceleration</source>
|
|
|
|
|
|
<translation>啟用硬體加速</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="204"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Preview unavailable</source>
|
|
|
|
|
|
<translation>預覽不可用</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="205"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Screen Sharing</source>
|
|
|
|
|
|
<translation>螢幕分享</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="206"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select screen sharing frame rate (frames per second)</source>
|
|
|
|
|
|
<translation>選取螢幕分享影格率(每秒影格數)</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="207"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>no video</source>
|
|
|
|
|
|
<translation>沒有視訊</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="212"/>
|
2022-09-30 17:33:58 -04:00
|
|
|
|
<source>Back up account here</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation type="unfinished"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="213"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Back up account</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<translation>備份帳號</translation>
|
|
|
|
|
|
</message>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="295"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<source>Unavailable</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="325"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>Turn off sharing</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="326"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>Stop location sharing in this conversation (%1)</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="347"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<source>Hide chat</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>隐藏聊天</translation>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
</message>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="356"/>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<source>Back to Call</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="365"/>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<source>Scroll to end of conversation</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="389"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Choose a password to encrypt your account on this device. Note that the password CANNOT be recovered.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="391"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>You can choose a username to help others more easily find and reach you on Jami.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="398"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Are you sure you would like to join Jami without a username?
|
|
|
|
|
|
If yes, only a randomly generated 40-character identifier will be assigned to this account.</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>您确定要在没有用户名的情况下加入jami吗?如果是的话,只有一个随机生成的40个字符的标识符将被分配给这个账户。</translation>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="399"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>- 32 characters maximum
|
|
|
|
|
|
- Alphabetical characters (A to Z and a to z)
|
|
|
|
|
|
- Numeric characters (0 to 9)
|
|
|
|
|
|
- Special characters allowed: dash (-)</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>- 最多32个字符
|
|
|
|
|
|
- 按字母顺序排列的字符(A至Z和a至z)。
|
|
|
|
|
|
- 数字字符(0至9)
|
|
|
|
|
|
- 允许的特殊字符:破折号(-)。</translation>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="405"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Your account will be created and stored locally.</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>你的账户将被创建并存储在本地。</translation>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="406"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Choosing a username is recommended, and a chosen username CANNOT be changed later.</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>建议选择一个用户名,而且所选的用户名以后不能再更改。</translation>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="407"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Encrypting your account with a password is optional, and if the password is lost it CANNOT be recovered later.</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>用密码加密你的账户是可选的,如果密码丢失,以后就无法恢复了。</translation>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="408"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Setting a profile picture and nickname is optional, and can also be changed later in the settings.</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>设置个人资料图片和昵称是可选的,也可以在以后的设置中更改。</translation>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="418"/>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<source>TLS</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="419"/>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<source>UDP</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="420"/>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<source>Display Name</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="424"/>
|
|
|
|
|
|
<source>A chosen username can help to be found more easily on Jami.
|
|
|
|
|
|
If a username is not chosen, a randomly generated 40-character identifier will be assigned to this account as a username. It is more difficult to be found and reached with this identifier.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="427"/>
|
|
|
|
|
|
<source>This Jami account exists only on this device.
|
|
|
|
|
|
The account will be lost if this device is lost or the application is uninstalled. It is recommended to make a backup of this account.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="433"/>
|
|
|
|
|
|
<source>Linking this account to other devices enables it to be used on other devices.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="443"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Encrypt account</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="446"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Back up account to a .gz file</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>将账户备份到一个.gz文件</translation>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="452"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>This profile is only shared with this account's contacts.
|
|
|
|
|
|
The profile can be changed at all times from the account's settings.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="453"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Encrypt account with a password</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="454"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>A Jami account is created and stored locally only on this device, as an archive containing your account keys. Access to this archive can optionally be protected by a password.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="455"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Please note that if you lose your password, it CANNOT be recovered!</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="469"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Link a new device</source>
|
|
|
|
|
|
<translation>連結新裝置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="483"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Would you really like to delete this account?</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="484"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>If your account has not been backed up or added to another device, your account and registered username will be IRREVOCABLY LOST.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="494"/>
|
2022-09-05 16:44:31 -04:00
|
|
|
|
<source>Dark</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>暗色</translation>
|
2022-09-05 16:44:31 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="495"/>
|
2022-09-05 16:44:31 -04:00
|
|
|
|
<source>Light</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>亮色</translation>
|
2022-09-05 16:44:31 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="498"/>
|
2022-09-05 16:44:31 -04:00
|
|
|
|
<source>Application theme</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>应用主题</translation>
|
2022-09-05 16:44:31 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="505"/>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<source>Include local video in recording</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="508"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Default settings</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="511"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Enable typing indicators</source>
|
|
|
|
|
|
<translation>啟用輸入指示器</translation>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="512"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Send and receive typing indicators showing that a message is being typed.</source>
|
|
|
|
|
|
<translation>傳送與接收輸入指示器,表明正在輸入訊息。</translation>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="513"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Show link preview in conversations</source>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="876"/>
|
|
|
|
|
|
<source>Appearance</source>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="524"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Accept transfer limit (in Mb)</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="542"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Toggle automatic updates</source>
|
|
|
|
|
|
<translation>自動更新開關</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="545"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>A new version of Jami was found
|
|
|
|
|
|
Would you like to update now?</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="567"/>
|
|
|
|
|
|
<source>Save recordings to</source>
|
2022-12-19 16:43:00 -05:00
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="568"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Save screenshots to</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="632"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Select "Link another device"</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="653"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Choose a picture as your avatar</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="733"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Share freely and privately with Jami</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="760"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Unban</source>
|
|
|
|
|
|
<translation>取消阻擋</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="778"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Add</source>
|
|
|
|
|
|
<translation>新增</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="792"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>more emojis</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="798"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Reply to</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>回复</translation>
|
2022-08-26 10:34:33 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="799"/>
|
2022-08-26 10:34:33 -04:00
|
|
|
|
<source>In reply to</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>在回复中</translation>
|
2022-08-26 10:34:33 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="800"/>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<source> replied to</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="802"/>
|
2022-08-26 10:34:33 -04:00
|
|
|
|
<source>Reply</source>
|
|
|
|
|
|
<translation>回复</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="804"/>
|
2022-10-31 16:43:00 -04:00
|
|
|
|
<source>Edit</source>
|
2022-11-07 16:42:55 -05:00
|
|
|
|
<translation>編輯</translation>
|
2022-10-31 16:43:00 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="805"/>
|
2022-10-31 16:43:00 -04:00
|
|
|
|
<source>Edited</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>已编辑</translation>
|
2022-10-31 16:43:00 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="806"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<source>Join call</source>
|
|
|
|
|
|
<translation>加入通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="807"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<source>A call is in progress. Do you want to join the call?</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="808"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<source>Current host for this swarm seems unreachable. Do you want to host the call?</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="809"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<source>Choose a dedicated device for hosting future calls in this swarm. If not set, the device starting a call will host it.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="810"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<source>Choose this device</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>选择此设备</translation>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="811"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<source>Remove current device</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>移除当前设备</translation>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="812"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<source>Host only this call</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="813"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<source>Host this call</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="814"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<source>Make me the default host for future calls</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="831"/>
|
2022-10-31 16:43:00 -04:00
|
|
|
|
<source>Mute conversation</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>静音对话</translation>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="834"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<source>Default host (calls)</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>默认主机(呼叫)。</translation>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="838"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<source>None</source>
|
|
|
|
|
|
<translation>無</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="853"/>
|
2022-10-31 16:43:00 -04:00
|
|
|
|
<source>Tip</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="855"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Add a profile picture and nickname to complete your profile</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="856"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>This profile is only shared with this account's contacts</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="858"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Why should I save my account?</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="214"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Skip</source>
|
|
|
|
|
|
<translation>略過</translation>
|
|
|
|
|
|
</message>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="36"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<source>Start swarm</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="37"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<source>Create swarm</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="38"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<source>Show invitations</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="178"/>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<source>Call settings</source>
|
|
|
|
|
|
<translation>通話設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="112"/>
|
2022-10-31 16:43:00 -04:00
|
|
|
|
<source>Disable secure dialog check for incoming TLS data</source>
|
2022-09-30 17:33:58 -04:00
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="147"/>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<source>Video codecs</source>
|
|
|
|
|
|
<translation>視訊編解碼器</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="148"/>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<source>Audio codecs</source>
|
|
|
|
|
|
<translation>音訊編解碼器</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="151"/>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<source>Name server</source>
|
|
|
|
|
|
<translation>名稱伺服器</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="164"/>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<source>OpenDHT configuration</source>
|
|
|
|
|
|
<translation>OpenDHT 設定</translation>
|
|
|
|
|
|
</message>
|
2022-09-30 17:33:58 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="203"/>
|
2023-03-20 16:43:15 -04:00
|
|
|
|
<source>Mirror local video</source>
|
2022-10-31 16:43:00 -04:00
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="210"/>
|
2023-03-20 16:43:15 -04:00
|
|
|
|
<source>Why should I back-up this account?</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="211"/>
|
2022-09-30 17:33:58 -04:00
|
|
|
|
<source>Your account only exists on this device. If you lose your device or uninstall the application, your account will be deleted and CANNOT be recovered. You can back up your account now or later (in the Account Settings).</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="215"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Success</source>
|
|
|
|
|
|
<translation>成功</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="216"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Error</source>
|
|
|
|
|
|
<translation>錯誤</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="217"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Never show me this again</source>
|
|
|
|
|
|
<translation>不要再顯示這個給我看</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="218"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Recommended</source>
|
|
|
|
|
|
<translation>建議</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="219"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Jami archive files (*.gz)</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>Jami 归档文件 (*.gz)</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="220"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>All files (*)</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>所有文件 (*)</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="223"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Reinstate as contact</source>
|
|
|
|
|
|
<translation>恢復為聯絡人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="224"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>name</source>
|
|
|
|
|
|
<translation>名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="225"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Identifier</source>
|
|
|
|
|
|
<translation>識別碼</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="228"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>is recording</source>
|
|
|
|
|
|
<translation>正在錄製</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="229"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>are recording</source>
|
|
|
|
|
|
<translation>正在錄製</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="230"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Peer stopped recording</source>
|
|
|
|
|
|
<translation>對方停止錄製</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="231"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>is calling you</source>
|
|
|
|
|
|
<translation>正在與您通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="232"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="765"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Mute</source>
|
|
|
|
|
|
<translation>靜音</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="233"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="766"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Unmute</source>
|
|
|
|
|
|
<translation>取消靜音</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="234"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Pause call</source>
|
|
|
|
|
|
<translation>暫停通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="235"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Resume call</source>
|
|
|
|
|
|
<translation>恢復通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="236"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Mute camera</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>摄像头静音</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="237"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Unmute camera</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>取消摄像头静音</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="238"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Add participant</source>
|
|
|
|
|
|
<translation>新增參與者</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="239"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Add participants</source>
|
|
|
|
|
|
<translation>新增參與者</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="240"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Details</source>
|
|
|
|
|
|
<translation>詳細資料</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="179"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="241"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Chat</source>
|
|
|
|
|
|
<translation>聊天</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="174"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Plugins</source>
|
|
|
|
|
|
<translation>外掛程式</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="176"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Manage account</source>
|
|
|
|
|
|
<translation>管理帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="177"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Linked devices</source>
|
|
|
|
|
|
<translation>已連結的裝置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="180"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Advanced settings</source>
|
|
|
|
|
|
<translation>進階設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="181"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Audio and Video</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="192"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Sound test</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="242"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>More options</source>
|
|
|
|
|
|
<translation>更多選項</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="243"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Mosaic</source>
|
|
|
|
|
|
<translation>馬賽克</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="244"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Participant is still muted on their device</source>
|
|
|
|
|
|
<translation>參與者在他們的裝置上仍為靜音</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="245"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>You are still muted on your device</source>
|
|
|
|
|
|
<translation>您在您的裝置上仍處於靜音狀態</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="246"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>You are still muted by moderator</source>
|
|
|
|
|
|
<translation>您仍被主持人靜音</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="247"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>You are muted by a moderator</source>
|
|
|
|
|
|
<translation>您被主持人靜音</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="248"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Moderator</source>
|
|
|
|
|
|
<translation>主持人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="249"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Host</source>
|
|
|
|
|
|
<translation>主持人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="250"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Local and Moderator muted</source>
|
|
|
|
|
|
<translation>本機與主持人已靜音</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="251"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Moderator muted</source>
|
|
|
|
|
|
<translation>主持人已靜音</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="252"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Not muted</source>
|
|
|
|
|
|
<translation>未靜音</translation>
|
|
|
|
|
|
</message>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="253"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
<source>On the side</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>在旁边</translation>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="254"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
<source>On the top</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>在顶部</translation>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="255"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
<source>Hide self</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>隐藏自己</translation>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
</message>
|
2022-11-14 16:42:51 -05:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="256"/>
|
2022-11-14 16:42:51 -05:00
|
|
|
|
<source>Hide spectators</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="259"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="599"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Copy</source>
|
|
|
|
|
|
<translation>複製</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="260"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Share</source>
|
|
|
|
|
|
<translation>分享</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="261"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Cut</source>
|
|
|
|
|
|
<translation>剪下</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="262"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Paste</source>
|
|
|
|
|
|
<translation>貼上</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="265"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Start video call</source>
|
|
|
|
|
|
<translation>開始視訊通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="266"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Start audio call</source>
|
|
|
|
|
|
<translation>開始音訊通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="267"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Clear conversation</source>
|
|
|
|
|
|
<translation>清除對話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="268"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Confirm action</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>确认操作</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="269"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Remove conversation</source>
|
|
|
|
|
|
<translation>移除對話</translation>
|
|
|
|
|
|
</message>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="270"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Would you really like to remove this conversation?</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="271"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Would you really like to block this conversation?</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="272"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Remove contact</source>
|
|
|
|
|
|
<translation>移除聯絡人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="273"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Block contact</source>
|
|
|
|
|
|
<translation>阻擋連絡人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="274"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Block swarm</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="275"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Conversation details</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>对话详情</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="276"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<source>Contact details</source>
|
|
|
|
|
|
<translation>聯絡人詳細資訊</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="279"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Hold</source>
|
|
|
|
|
|
<translation>通話保留</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="280"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Sip input panel</source>
|
|
|
|
|
|
<translation>Sip 輸入面板</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="281"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Transfer call</source>
|
|
|
|
|
|
<translation>轉送通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="282"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Stop recording</source>
|
|
|
|
|
|
<translation>停止錄製</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="283"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Start recording</source>
|
|
|
|
|
|
<translation>開始錄製</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="284"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Exit full screen</source>
|
|
|
|
|
|
<translation>離開全螢幕</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="285"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>View full screen</source>
|
|
|
|
|
|
<translation>檢視全螢幕</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="286"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Share screen</source>
|
|
|
|
|
|
<translation>分享畫面</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="287"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Share window</source>
|
|
|
|
|
|
<translation>分享視窗</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="288"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Stop sharing screen or file</source>
|
|
|
|
|
|
<translation>停止分享畫面或檔案</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="289"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Share screen area</source>
|
|
|
|
|
|
<translation>分享螢幕區域</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="290"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Share file</source>
|
|
|
|
|
|
<translation>分享檔案</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="291"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select sharing method</source>
|
|
|
|
|
|
<translation>選取分享方式</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="292"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>View plugin</source>
|
|
|
|
|
|
<translation>檢視外掛程式</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="293"/>
|
2022-11-07 16:42:55 -05:00
|
|
|
|
<source>Advanced information</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="294"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>No video device</source>
|
|
|
|
|
|
<translation>無視訊裝置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="296"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Lower hand</source>
|
|
|
|
|
|
<translation>放下手</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="297"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Raise hand</source>
|
|
|
|
|
|
<translation>舉手</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="298"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
<source>Layout settings</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>布局设置</translation>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
</message>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="299"/>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<source>Take tile screenshot</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="300"/>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<source>Screenshot saved to %1</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="303"/>
|
2023-01-16 16:42:56 -05:00
|
|
|
|
<source>Renderers information</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="304"/>
|
2023-01-16 16:42:56 -05:00
|
|
|
|
<source>Call information</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="305"/>
|
2023-01-16 16:42:56 -05:00
|
|
|
|
<source>Peer number</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="306"/>
|
2023-01-16 16:42:56 -05:00
|
|
|
|
<source>Call id</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="307"/>
|
2023-01-16 16:42:56 -05:00
|
|
|
|
<source>Sockets</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="308"/>
|
2023-01-16 16:42:56 -05:00
|
|
|
|
<source>Video codec</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="309"/>
|
2023-01-16 16:42:56 -05:00
|
|
|
|
<source>Hardware acceleration</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="310"/>
|
2023-01-16 16:42:56 -05:00
|
|
|
|
<source>Video bitrate</source>
|
|
|
|
|
|
<translation>視訊位元率</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="311"/>
|
2023-01-16 16:42:56 -05:00
|
|
|
|
<source>Audio codec</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="312"/>
|
2023-01-16 16:42:56 -05:00
|
|
|
|
<source>Renderer id</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="313"/>
|
2023-01-16 16:42:56 -05:00
|
|
|
|
<source>Fps</source>
|
|
|
|
|
|
<translation>Fps</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="316"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>Share location</source>
|
|
|
|
|
|
<translation>分享位置</translation>
|
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="317"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>Stop sharing</source>
|
|
|
|
|
|
<translation>停止分享</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="318"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>10 minutes</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="319"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>One hour</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="320"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>%1 minutes left</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="321"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>%1 minute left</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="322"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>Your precise location could not be determined.
|
|
|
|
|
|
In Device Settings, please turn on "Location Services".
|
|
|
|
|
|
Other participants' location can still be received.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="323"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>Your precise location could not be determined. Please check your Internet connection.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="324"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>Turn off location sharing</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="327"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>Location is shared in several conversations</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="328"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>Pin map to be able to share location or to turn off location in specific conversations</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="329"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>Location is shared in several conversations, click to choose how to turn off location sharing</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="330"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>Share location to participants of this conversation (%1)</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="333"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>Reduce</source>
|
|
|
|
|
|
<translation>減少</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="334"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>Extend</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="335"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>Drag</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="336"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>Center</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="338"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>Unpin</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="339"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>Pin</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="340"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>Position share duration</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="341"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>Limit the duration of location sharing</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="342"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>Location sharing</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="343"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Unlimited</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="344"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>1 min</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="348"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Place audio call</source>
|
|
|
|
|
|
<translation>開始語音通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="349"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Place video call</source>
|
|
|
|
|
|
<translation>撥出視訊通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="350"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Show available plugins</source>
|
|
|
|
|
|
<translation>顯示可用的外掛程式</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="351"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Add to conversations</source>
|
|
|
|
|
|
<translation>新增到對話中</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="352"/>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
<source>This is the error from the backend: %0</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>这是来自后端的错误:%0</translation>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
</message>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="353"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<source>The account is disabled</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
2022-08-15 16:44:29 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="354"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<source>No network connectivity</source>
|
|
|
|
|
|
<translation>沒有網路連接</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="355"/>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<source>Deleted message</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="359"/>
|
2023-02-20 16:45:33 -05:00
|
|
|
|
<source>Jump to</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="360"/>
|
2023-02-20 16:45:33 -05:00
|
|
|
|
<source>Messages</source>
|
|
|
|
|
|
<translation>訊息</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="361"/>
|
2023-02-20 16:45:33 -05:00
|
|
|
|
<source>Files</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="362"/>
|
2023-02-20 16:45:33 -05:00
|
|
|
|
<source>Search</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="366"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>{} is typing…</source>
|
|
|
|
|
|
<translation>{} 正在打字……</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="367"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>{} are typing…</source>
|
|
|
|
|
|
<translation>{} 正在打字……</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="368"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Several people are typing…</source>
|
|
|
|
|
|
<translation>數個人正在打字……</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="369"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source> and </source>
|
|
|
|
|
|
<translation>與</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="372"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enter the Jami Account Management Server (JAMS) URL</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>输入 Jami 帐号管理服务器(JAMS)的 URL</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="373"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Required</source>
|
|
|
|
|
|
<translation>必填</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="374"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Jami Account Management Server URL</source>
|
|
|
|
|
|
<translation>Jami 帳號管理伺服器 URL</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="375"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enter JAMS credentials</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>输入 JAMS 凭据</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="376"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Connect</source>
|
|
|
|
|
|
<translation>連線</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="377"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Creating account…</source>
|
|
|
|
|
|
<translation>正在建立帳號……</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="378"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Back to welcome page</source>
|
|
|
|
|
|
<translation>回到歡迎頁面</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="381"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Choose name</source>
|
|
|
|
|
|
<translation>選擇名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="382"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Choose username</source>
|
|
|
|
|
|
<translation>選擇使用者名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="383"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Choose a username</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>选择一个用户名</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="384"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Choose an identifier</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>选择一个标识符</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="385"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>The identifier is not available</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>该标识符不可用</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="386"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="450"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Encrypt account with password</source>
|
|
|
|
|
|
<translation>以密碼加密帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="387"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Create account</source>
|
|
|
|
|
|
<translation>建立帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="388"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Confirm password</source>
|
|
|
|
|
|
<translation>確認密碼</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="390"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Optional</source>
|
|
|
|
|
|
<translation>選擇性</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="392"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Choose a name for your rendezvous point</source>
|
|
|
|
|
|
<translation>選擇您 rendezvous 點的名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="393"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Choose a name</source>
|
|
|
|
|
|
<translation>選擇名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="394"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Invalid name</source>
|
|
|
|
|
|
<translation>無效的名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="395"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Invalid username</source>
|
|
|
|
|
|
<translation>無效的使用者名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="396"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Name already taken</source>
|
|
|
|
|
|
<translation>名稱已被使用</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="397"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Username already taken</source>
|
|
|
|
|
|
<translation>已取得的使用者名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="402"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Good to know</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="403"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Local</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>本地的</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="404"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Encrypt</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>加密</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="411"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>SIP account</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>SIP 账户</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="412"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Proxy</source>
|
|
|
|
|
|
<translation>代理服務器</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="413"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Server</source>
|
|
|
|
|
|
<translation>伺服器</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="414"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Create SIP account</source>
|
|
|
|
|
|
<translation>建立 SIP 帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="415"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Configure an existing SIP account</source>
|
|
|
|
|
|
<translation>設定既有的 SIP 帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="416"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Personalize account</source>
|
|
|
|
|
|
<translation>个性化账户</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="417"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Add SIP account</source>
|
|
|
|
|
|
<translation>新增 SIP 帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="423"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Your profile is only shared with your contacts.
|
|
|
|
|
|
Your picture and your nickname can be changed at all time in the settings of your account.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="425"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Your Jami account is registered only on this device as an archive containing the keys of your account. Access to this archive can be protected by a password.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="426"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Backup account</source>
|
|
|
|
|
|
<translation>備份帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="428"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Delete your account</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="429"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>If your account has not been backed up or added to another device, your account and registered name will be irrevocably lost.</source>
|
|
|
|
|
|
<translation>如果您的帳號未備份,或是新增至其他裝置,您的帳號與已註冊的名稱將會不可逆地遺失。</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="430"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>List of the devices that are linked to this account:</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="431"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>This device</source>
|
|
|
|
|
|
<translation>此裝置</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="432"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Other linked devices</source>
|
|
|
|
|
|
<translation>其他已連結的裝置</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="436"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Backup successful</source>
|
|
|
|
|
|
<translation>備份成功</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="437"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Backup failed</source>
|
|
|
|
|
|
<translation>備份失敗</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="438"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Password changed successfully</source>
|
|
|
|
|
|
<translation>密碼變更成功</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="439"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Password change failed</source>
|
|
|
|
|
|
<translation>密碼變更失敗</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="440"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Password set successfully</source>
|
|
|
|
|
|
<translation>密碼設定成功</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="441"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Password set failed</source>
|
|
|
|
|
|
<translation>密碼設定失敗</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="442"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Change password</source>
|
|
|
|
|
|
<translation>變更密碼</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="868"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Jami identity</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="869"/>
|
|
|
|
|
|
<source>Show fingerprint</source>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="870"/>
|
|
|
|
|
|
<source>Show registered name</source>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="873"/>
|
|
|
|
|
|
<source>Enabling your account allows you to be contacted on Jami</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="879"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Experimental</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="882"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Ringtone</source>
|
|
|
|
|
|
<translation>鈴聲</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="885"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Rendezvous point</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="888"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Moderation</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="891"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Theme</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="892"/>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<source>Text zoom level</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="444"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Set a password</source>
|
|
|
|
|
|
<translation>設定密碼</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="445"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Change current password</source>
|
|
|
|
|
|
<translation>變更目前密碼</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="447"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Display advanced settings</source>
|
|
|
|
|
|
<translation>顯示進階設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="448"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Hide advanced settings</source>
|
|
|
|
|
|
<translation>隱藏進階設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="175"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enable account</source>
|
|
|
|
|
|
<translation>啟用帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="449"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Advanced account settings</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>高级账户设置</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="451"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Customize profile</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>自定义配置文件</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="456"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enter a nickname, surname...</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>输入昵称、姓氏、……</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="459"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Set username</source>
|
|
|
|
|
|
<translation>設定使用者名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="460"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Registering name</source>
|
|
|
|
|
|
<translation>正在註冊使用者名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="463"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Register a username</source>
|
|
|
|
|
|
<translation>註冊使用者名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="464"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Register username</source>
|
|
|
|
|
|
<translation>註冊使用者名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="465"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Identity</source>
|
|
|
|
|
|
<translation>身份</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="468"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Link a new device to this account</source>
|
|
|
|
|
|
<translation>連結新裝置到此帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="470"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Exporting account…</source>
|
|
|
|
|
|
<translation>正在匯出帳號……</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="471"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Remove Device</source>
|
|
|
|
|
|
<translation>移除裝置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="472"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Are you sure you wish to remove this device?</source>
|
|
|
|
|
|
<translation>您確定您想要移除此裝置嗎?</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="473"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Your PIN is:</source>
|
|
|
|
|
|
<translation>您的 PIN 碼為:</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="474"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Error connecting to the network.
|
|
|
|
|
|
Please try again later.</source>
|
|
|
|
|
|
<translation>連線到網路時發生錯誤。
|
|
|
|
|
|
請稍後再試。</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="477"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Display banned contacts</source>
|
|
|
|
|
|
<translation>顯示被封鎖的聯絡人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="478"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Banned</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>已屏蔽</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="479"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Hide banned contacts</source>
|
|
|
|
|
|
<translation>隱藏黑名單聯絡人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="480"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Banned contacts</source>
|
|
|
|
|
|
<translation>已被阻擋的連絡人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="487"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Save new device name</source>
|
|
|
|
|
|
<translation>儲存新裝置名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="488"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Edit device name</source>
|
|
|
|
|
|
<translation>編輯裝置名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="489"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Unlink device from account</source>
|
|
|
|
|
|
<translation>從帳號取消連結裝置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="490"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Device Id</source>
|
|
|
|
|
|
<translation>裝置 Id</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="493"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>System</source>
|
|
|
|
|
|
<translation>系統</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="496"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select a folder</source>
|
|
|
|
|
|
<translation>選取資料夾</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="497"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enable notifications</source>
|
|
|
|
|
|
<translation>啟用通知</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="502"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Launch at startup</source>
|
|
|
|
|
|
<translation>開機時啟動</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="503"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="504"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Choose download directory</source>
|
|
|
|
|
|
<translation>選擇下載目錄</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="506"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Text zoom</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>文字缩放</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="507"/>
|
2022-09-30 17:33:58 -04:00
|
|
|
|
<source>Change text size (%)</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="514"/>
|
|
|
|
|
|
<source>Preview requires downloading content from third-party servers.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="516"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Layout</source>
|
|
|
|
|
|
<translation>佈局</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="517"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>User interface language</source>
|
|
|
|
|
|
<translation>使用者介面語言</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="518"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Vertical view</source>
|
|
|
|
|
|
<translation>垂直檢視</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="519"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Horizontal view</source>
|
|
|
|
|
|
<translation>水平檢視</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="522"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>File transfer</source>
|
|
|
|
|
|
<translation>檔案傳輸</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="523"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Automatically accept incoming files</source>
|
|
|
|
|
|
<translation>自動接受傳來的檔案</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="525"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>in MB, 0 = unlimited</source>
|
|
|
|
|
|
<translation>以 MB 為單位,0 = 無限制</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="528"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Register</source>
|
|
|
|
|
|
<translation>註冊</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="529"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Incorrect password</source>
|
|
|
|
|
|
<translation>不正確的密碼</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="530"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="548"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Network error</source>
|
|
|
|
|
|
<translation>網路錯誤</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="531"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="554"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Something went wrong</source>
|
|
|
|
|
|
<translation>出了點問題</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="534"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Save file</source>
|
|
|
|
|
|
<translation>儲存檔案</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="535"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Open location</source>
|
|
|
|
|
|
<translation>開啟位置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="536"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="801"/>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<source>Me</source>
|
|
|
|
|
|
<translation>我</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="539"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Install beta version</source>
|
|
|
|
|
|
<translation>安裝測試版</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="540"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Check for updates now</source>
|
|
|
|
|
|
<translation>現在檢查更新</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="541"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enable/Disable automatic updates</source>
|
|
|
|
|
|
<translation>啟用/停用自動更新</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="543"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Updates</source>
|
|
|
|
|
|
<translation>更新</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="544"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Update</source>
|
|
|
|
|
|
<translation>更新</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="546"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>No new version of Jami was found</source>
|
|
|
|
|
|
<translation>找不到新版的 Jami</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="547"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>An error occured when checking for a new version</source>
|
|
|
|
|
|
<translation>檢查新版本時遇到錯誤</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="549"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>SSL error</source>
|
|
|
|
|
|
<translation>SSL 錯誤</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="550"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Installer download canceled</source>
|
|
|
|
|
|
<translation>安裝程式下載已取消</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="552"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>This will uninstall your current Release version and you can always download the latest Release version on our website</source>
|
|
|
|
|
|
<translation>這將會解除安裝您目前的版本,而您總是可以在我們的網站上下載最新版本</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="553"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Network disconnected</source>
|
|
|
|
|
|
<translation>網路已斷線</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="557"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Troubleshoot</source>
|
|
|
|
|
|
<translation>疑難排解</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="558"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Open logs</source>
|
|
|
|
|
|
<translation>開啟紀錄檔</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="559"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Get logs</source>
|
|
|
|
|
|
<translation>取得紀錄檔</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="561"/>
|
|
|
|
|
|
<source>(Experimental) Enable call support for swarm</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="562"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<source>This feature will enable call buttons in swarms with multiple participants.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="565"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select a record directory</source>
|
|
|
|
|
|
<translation>選取紀錄目錄</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="566"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Quality</source>
|
|
|
|
|
|
<translation>品質</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="570"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Always record calls</source>
|
|
|
|
|
|
<translation>永遠記錄通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="573"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Keyboard Shortcut Table</source>
|
|
|
|
|
|
<translation>鍵盤快捷鍵表格</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="574"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Keyboard Shortcuts</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>键盘快捷键</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="575"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="741"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Conversation</source>
|
|
|
|
|
|
<translation>對話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="576"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Call</source>
|
|
|
|
|
|
<translation>通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="577"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Settings</source>
|
|
|
|
|
|
<translation>設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="578"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Open account list</source>
|
|
|
|
|
|
<translation>開啟帳號清單</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="579"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Focus conversations list</source>
|
|
|
|
|
|
<translation>聚焦於對話清單</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="580"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Requests list</source>
|
|
|
|
|
|
<translation>請求清單</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="581"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Previous conversation</source>
|
|
|
|
|
|
<translation>前一個對話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="582"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Next conversation</source>
|
|
|
|
|
|
<translation>下一個對話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="583"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Search bar</source>
|
|
|
|
|
|
<translation>搜尋列</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="584"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Full screen</source>
|
|
|
|
|
|
<translation>全螢幕</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="585"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Clear history</source>
|
|
|
|
|
|
<translation>清除記錄</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="586"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Media settings</source>
|
|
|
|
|
|
<translation>媒體設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="587"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>General settings</source>
|
|
|
|
|
|
<translation>一般設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="588"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Plugin settings</source>
|
|
|
|
|
|
<translation>外掛程式設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="589"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Answer an incoming call</source>
|
|
|
|
|
|
<translation>接聽來電</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="590"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Decline the call request</source>
|
|
|
|
|
|
<translation>拒絕通話請求</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="591"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Open account creation wizard</source>
|
|
|
|
|
|
<translation>開啟帳號建立精靈</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="592"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Open keyboard shortcut table</source>
|
|
|
|
|
|
<translation>開啟鍵盤快捷鍵表格</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="595"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Debug</source>
|
|
|
|
|
|
<translation>除錯</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="596"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Show Stats</source>
|
|
|
|
|
|
<translation>顯示統計資料</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="597"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Start</source>
|
|
|
|
|
|
<translation>開始</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="598"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Stop</source>
|
|
|
|
|
|
<translation>停止</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="600"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Report Bug</source>
|
|
|
|
|
|
<translation>回報臭蟲</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="601"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Clear</source>
|
|
|
|
|
|
<translation>清除</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="602"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="754"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Cancel</source>
|
|
|
|
|
|
<translation>取消</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="603"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Copied to clipboard!</source>
|
|
|
|
|
|
<translation>已複製到剪貼簿!</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="604"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Receive Logs</source>
|
|
|
|
|
|
<translation>接收紀錄檔</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="607"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Archive</source>
|
|
|
|
|
|
<translation>封存</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="608"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Open file</source>
|
|
|
|
|
|
<translation>開啟檔案</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="612"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Generating account…</source>
|
|
|
|
|
|
<translation>正在生成帳號……</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="613"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Import from backup</source>
|
|
|
|
|
|
<translation>從備份匯入</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="614"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Import from archive backup</source>
|
|
|
|
|
|
<translation>從封存備份匯入</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="616"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select archive file</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>选择归档文件</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="620"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enter Jami account password</source>
|
|
|
|
|
|
<translation>輸入 Jami 帳號密碼</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="621"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enter the PIN from another configured Jami account. Use the "Link Another Device" feature to obtain a PIN.</source>
|
|
|
|
|
|
<translation>輸入從其他設定好的 Jami 帳號而來的 PIN 碼。使用「連結其他裝置」功能以取得 PIN 碼。</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="622"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Link device</source>
|
|
|
|
|
|
<translation>連結裝置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="623"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Import</source>
|
|
|
|
|
|
<translation>匯入</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="625"/>
|
2023-03-20 16:43:15 -04:00
|
|
|
|
<source>A PIN is required to use an existing Jami account on this device.</source>
|
|
|
|
|
|
<translation>需要 PIN 码以在此设备上使用现有的 Jami 账户</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="631"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Choose the account to link</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>选择要连接的账户</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="637"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>The PIN and the account password should be entered in your device within 10 minutes.</source>
|
|
|
|
|
|
<translation>PIN 碼與帳號密碼應該在您的裝置上於10分鐘內輸入。</translation>
|
|
|
|
|
|
</message>
|
2022-12-19 16:43:00 -05:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="654"/>
|
2023-04-03 16:43:01 -04:00
|
|
|
|
<source>Choose a picture</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="828"/>
|
|
|
|
|
|
<source>Contact's name</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="845"/>
|
2023-02-20 16:45:33 -05:00
|
|
|
|
<source>Reinstate member</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="861"/>
|
2022-12-19 16:43:00 -05:00
|
|
|
|
<source>Delete message</source>
|
|
|
|
|
|
<translation>刪除訊息</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="862"/>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<source>*(Deleted Message)*</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="863"/>
|
2022-12-19 16:43:00 -05:00
|
|
|
|
<source>Edit message</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="337"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="638"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Close</source>
|
|
|
|
|
|
<translation>關閉</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="569"/>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<source>Call recording</source>
|
|
|
|
|
|
<translation>通話錄音</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="617"/>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<source>If the account is encrypted with a password, please fill the following field.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="624"/>
|
2023-03-20 16:43:15 -04:00
|
|
|
|
<source>Enter the PIN code</source>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="626"/>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<source>Step 01</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="627"/>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<source>Step 02</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="628"/>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<source>Step 03</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="629"/>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<source>Step 04</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="630"/>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<source>Go to the account management settings of a previous device</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="633"/>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<source>The PIN code will be available for 10 minutes</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="634"/>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<source>Fill if the account is password-encrypted.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="639"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enter account's password</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>输入账户密码</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="640"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Add Device</source>
|
|
|
|
|
|
<translation>新增裝置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="643"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enter the password</source>
|
|
|
|
|
|
<translation>輸入密碼</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="644"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enter current password</source>
|
|
|
|
|
|
<translation>輸入目前密碼</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="645"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enter this account's password to confirm the removal of this device</source>
|
|
|
|
|
|
<translation>輸入這個帳號的密碼以確認移除此裝置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="646"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enter new password</source>
|
|
|
|
|
|
<translation>輸入新密碼</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="647"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Confirm new password</source>
|
|
|
|
|
|
<translation>確認新密碼</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="648"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Change</source>
|
|
|
|
|
|
<translation>變更</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="649"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Confirm</source>
|
|
|
|
|
|
<translation>確認</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="650"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Export</source>
|
|
|
|
|
|
<translation>匯出</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="655"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Import avatar from image file</source>
|
|
|
|
|
|
<translation>從圖片檔匯入大頭貼</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="656"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Stop taking photo</source>
|
|
|
|
|
|
<translation>停止拍照</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="657"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Clear avatar image</source>
|
|
|
|
|
|
<translation>清除大頭貼圖片</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="658"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Take photo</source>
|
|
|
|
|
|
<translation>照相</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="662"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enable</source>
|
|
|
|
|
|
<translation>啟用</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="663"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Preferences</source>
|
|
|
|
|
|
<translation>偏好設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="664"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Reset</source>
|
|
|
|
|
|
<translation>重設</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="665"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Uninstall</source>
|
|
|
|
|
|
<translation>解除安裝</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="666"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Reset Preferences</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>重置偏好设置</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="667"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select a plugin to install</source>
|
|
|
|
|
|
<translation>選取要安裝的外掛程式</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="668"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Install plugin</source>
|
|
|
|
|
|
<translation>安裝外掛程式</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="669"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Uninstall plugin</source>
|
|
|
|
|
|
<translation>解除安裝外掛程式</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="670"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Are you sure you wish to reset %1 preferences?</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>您确定想要重置%1偏好设置吗?</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="671"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Are you sure you wish to uninstall %1?</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>您确定想要卸载 %1 吗?</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="672"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Display or hide preferences</source>
|
|
|
|
|
|
<translation>顯示或隱藏偏好設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="673"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Add new plugin</source>
|
|
|
|
|
|
<translation>新增新外掛程式</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="674"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Go back to plugins list</source>
|
|
|
|
|
|
<translation>回到外掛程式清單</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="675"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select a file</source>
|
|
|
|
|
|
<translation>選取檔案</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="120"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="676"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select</source>
|
|
|
|
|
|
<translation>選擇</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="677"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Choose image file</source>
|
|
|
|
|
|
<translation>選擇圖片檔</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="678"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Display or hide General plugin settings</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>显示或隐藏通用插件设置</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="679"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Display or hide Account plugin settings</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>显示或隐藏账户插件设置</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="680"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Installed plugins</source>
|
|
|
|
|
|
<translation>已安裝的外掛程式</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="681"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Plugin Files (*.jpl)</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>插件文件 (*.jpl)</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="682"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Load/Unload</source>
|
|
|
|
|
|
<translation>載入/取消載入</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="683"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select An Image to %1</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>为 %1 选择图片</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="684"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Edit preference</source>
|
|
|
|
|
|
<translation>編輯偏好設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="685"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>On/Off</source>
|
|
|
|
|
|
<translation>開啟/關閉</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="686"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Choose Plugin</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>选择插件</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="689"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Profile is only shared with contacts</source>
|
|
|
|
|
|
<translation>個人檔案僅與聯絡人分享</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="690"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Save profile</source>
|
|
|
|
|
|
<translation>儲存個人檔案</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="691"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enter your name</source>
|
|
|
|
|
|
<translation>輸入您的名字</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="692"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enter the rendezvous point's name</source>
|
|
|
|
|
|
<translation>輸入 rendezvous 點名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="693"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Creating rendezvous point…</source>
|
|
|
|
|
|
<translation>正在建立 rendezvous 點……</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="694"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Information</source>
|
|
|
|
|
|
<translation>資訊</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="695"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Profile</source>
|
|
|
|
|
|
<translation>介紹</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="698"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enter the account password to confirm the removal of this device</source>
|
|
|
|
|
|
<translation>輸入帳號密碼以確認移除此裝置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="701"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select a screen to share</source>
|
|
|
|
|
|
<translation>選取要分享的畫面</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="702"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Select a window to share</source>
|
|
|
|
|
|
<translation>選取要分享的視窗</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="703"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>All Screens</source>
|
|
|
|
|
|
<translation>所有畫面</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="704"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Screens</source>
|
|
|
|
|
|
<translation>畫面</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="705"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Windows</source>
|
|
|
|
|
|
<translation>視窗</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="706"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Screen %1</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>屏幕 %1</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="709"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>QR code</source>
|
|
|
|
|
|
<translation>QR code</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="712"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Account QR</source>
|
|
|
|
|
|
<translation>帳號 QR code</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="715"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>This is your Jami username.
|
|
|
|
|
|
Copy and share it with your friends!</source>
|
|
|
|
|
|
<translation>這是你的 Jami 使用者名稱。
|
|
|
|
|
|
複製並與你的朋友分享!</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="716"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Link this device to an existing account</source>
|
|
|
|
|
|
<translation>連結此裝置到既有的帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="717"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Import from another device</source>
|
|
|
|
|
|
<translation>從其他裝置匯入</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="718"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Import from an archive backup</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>从归档备份导入</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="719"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Advanced features</source>
|
|
|
|
|
|
<translation>進階功能</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="720"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Show advanced features</source>
|
|
|
|
|
|
<translation>顯示進階功能</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="721"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Hide advanced features</source>
|
|
|
|
|
|
<translation>隱藏進階功能</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="722"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Connect to a JAMS server</source>
|
|
|
|
|
|
<translation>連線至 JAMS 伺服器</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="723"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Create account from Jami Account Management Server (JAMS)</source>
|
|
|
|
|
|
<translation>從 Jami 帳號管理伺服器 (JAMS) 建立帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="724"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Configure a SIP account</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>配置 SIP 账户</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="725"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Error while creating your account. Check your credentials.</source>
|
|
|
|
|
|
<translation>建立您的帳號時發生錯誤。請檢查您的憑證。</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="726"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Create a rendezvous point</source>
|
|
|
|
|
|
<translation>建立 rendezvous 點</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="727"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Create a Jami account</source>
|
|
|
|
|
|
<translation>建立 Jami 帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="728"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Join Jami</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>加入 Jami</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="729"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Create new Jami account</source>
|
|
|
|
|
|
<translation>建立新 Jami 帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="730"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Create new SIP account</source>
|
|
|
|
|
|
<translation>建立新 SIP 帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="731"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>About Jami</source>
|
|
|
|
|
|
<translation>關於 Jami</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="732"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Welcome to</source>
|
|
|
|
|
|
<translation>歡迎來到</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="734"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>I already have an account</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>我已经有一个账户</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="735"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Use existing Jami account</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>使用现存的 Jami 账户</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="736"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Welcome to Jami</source>
|
|
|
|
|
|
<translation>歡迎來到 Jami</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="866"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Share this Jami identifier to be contacted on this account!</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>分享此 Jami 标识符,来与这个账户通讯!</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="867"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Here is your Jami identifier, don't hesitate to share it in order to be contacted more easily!</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>这里是你的 Jami 标识符。不要犹豫,分享它,让通讯更方便!</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="739"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Clear Text</source>
|
|
|
|
|
|
<translation>清除文字</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="740"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Conversations</source>
|
|
|
|
|
|
<translation>對話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="742"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Search Results</source>
|
|
|
|
|
|
<translation>搜尋結果</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="745"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Decline contact request</source>
|
|
|
|
|
|
<translation>拒絕聯絡人請求</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="746"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Accept contact request</source>
|
|
|
|
|
|
<translation>接受聯絡人請求</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="749"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Automatically check for updates</source>
|
|
|
|
|
|
<translation>自動檢查更新</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="752"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Ok</source>
|
|
|
|
|
|
<translation>確定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="753"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Save</source>
|
|
|
|
|
|
<translation>儲存</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="755"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Upgrade</source>
|
|
|
|
|
|
<translation>升級</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="756"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Later</source>
|
|
|
|
|
|
<translation>稍後</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="757"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Delete</source>
|
|
|
|
|
|
<translation>刪除</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="759"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Block</source>
|
|
|
|
|
|
<translation>阻擋</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="763"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Set moderator</source>
|
|
|
|
|
|
<translation>設定主持人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="764"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Unset moderator</source>
|
|
|
|
|
|
<translation>取消設定主持人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="332"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="767"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Maximize</source>
|
|
|
|
|
|
<translation>最大化</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="331"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="768"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Minimize</source>
|
|
|
|
|
|
<translation>最小化</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="769"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Hangup</source>
|
|
|
|
|
|
<translation>掛斷</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="770"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Local muted</source>
|
|
|
|
|
|
<translation>本機已靜音</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="773"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Conference moderation</source>
|
|
|
|
|
|
<translation>會議主持</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="774"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Default moderators</source>
|
|
|
|
|
|
<translation>預設主持人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="775"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Enable local moderators</source>
|
|
|
|
|
|
<translation>啟用本機主持人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="776"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Make all participants moderators</source>
|
|
|
|
|
|
<translation>讓所有參與者都變成主持人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="777"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Add default moderator</source>
|
|
|
|
|
|
<translation>新增預設主持人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="779"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Remove default moderator</source>
|
|
|
|
|
|
<translation>移除預設主持人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="786"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Is swarm:</source>
|
|
|
|
|
|
<translation>是 swarm:</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="787"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>True</source>
|
|
|
|
|
|
<translation>True</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="788"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>False</source>
|
|
|
|
|
|
<translation>False</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="791"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Add emoji</source>
|
|
|
|
|
|
<translation>新增表情符號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="793"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Send file</source>
|
|
|
|
|
|
<translation>傳送檔案</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="794"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Leave audio message</source>
|
|
|
|
|
|
<translation>留下語音訊息</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="795"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Leave video message</source>
|
|
|
|
|
|
<translation>留下視訊訊息</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="796"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Send</source>
|
|
|
|
|
|
<translation>傳送</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="758"/>
|
|
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="797"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Remove</source>
|
|
|
|
|
|
<translation>移除</translation>
|
|
|
|
|
|
</message>
|
2022-08-08 16:44:31 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="42"/>
|
2022-08-08 16:44:31 -04:00
|
|
|
|
<source>Migrate conversation</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>转移对话</translation>
|
2022-08-08 16:44:31 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="499"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<source>Show notifications</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>显示通知</translation>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="500"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<source>Minimize on close</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>关闭时最小化</translation>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="501"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<source>Run at system startup</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>开机自启</translation>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="609"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<source>Create account from backup</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>从备份中创建账户</translation>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="610"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<source>You can obtain an archive by clicking on "Back up account" in the Account Settings. This will create a .gz file on your device.</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>你可以通过点击账户设置中的 "备份账户 "来获得一个存档。这将在你的设备上创建一个.gz文件。</translation>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="611"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<source>Restore account from backup</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>从备份中恢复账户</translation>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="615"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<source>Import Jami account from local archive file.</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>从本地档案文件导入Jami账户。</translation>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="659"/>
|
2022-09-30 17:33:58 -04:00
|
|
|
|
<source>Image Files (*.png *.jpg *.jpeg *.JPG *.JPEG *.PNG)</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="803"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Write to %1</source>
|
|
|
|
|
|
<translation>寫入至 %1</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="817"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>%1 has sent you a request for a conversation.</source>
|
|
|
|
|
|
<translation>%1 已向您傳送對話要求。</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="818"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Hello,
|
|
|
|
|
|
Would you like to join the conversation?</source>
|
|
|
|
|
|
<translation>您好,
|
|
|
|
|
|
您想要加入對話嗎?</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="819"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>You have accepted
|
|
|
|
|
|
the conversation request</source>
|
|
|
|
|
|
<translation>您已接受
|
|
|
|
|
|
對話請求。</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="820"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Waiting until %1
|
|
|
|
|
|
connects to synchronize the conversation.</source>
|
|
|
|
|
|
<translation>等待 %1
|
|
|
|
|
|
連線以同步對話。</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="823"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>About</source>
|
|
|
|
|
|
<translation>關於</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="824"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>%1 Members</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>%1 个成员</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="825"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Member</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>成员</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="826"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Documents</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>文档</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="827"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Swarm's name</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>Swarm的名字</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="829"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Add a description</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>添加描述</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="832"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Ignore all notifications from this conversation</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>忽略来自此对话的所有提醒</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="833"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Choose a color</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>选择一个颜色</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="835"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>Leave conversation</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="836"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Leave</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>离开</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="837"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Type of swarm</source>
|
2022-12-26 16:45:52 -05:00
|
|
|
|
<translation>群聊类型</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="841"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Create the swarm</source>
|
2022-12-26 16:45:52 -05:00
|
|
|
|
<translation>创建群聊</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="842"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Go to conversation</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>前往会话</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="843"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Promote to administrator</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>晋升为管理员</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="844"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Kick member</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>踢出成员</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="846"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Administrator</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>管理员</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="847"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Invited</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>已邀请</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="848"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Remove member</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>移除成员</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="849"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>To:</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>至:</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="852"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Customize</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>自定义</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="854"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Dismiss</source>
|
|
|
|
|
|
<translation>忽略</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/constant/JamiStrings.qml" line="857"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Your profile is only shared with your contacts</source>
|
|
|
|
|
|
<translation>您的介紹僅與您的聯絡人分享</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
</context>
|
|
|
|
|
|
<context>
|
|
|
|
|
|
<name>KeyboardShortcutTable</name>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="41"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Open account list</source>
|
|
|
|
|
|
<translation>開啟帳號清單</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="46"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Focus conversations list</source>
|
|
|
|
|
|
<translation>聚焦於對話清單</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="51"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Requests list</source>
|
|
|
|
|
|
<translation>請求清單</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="56"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Previous conversation</source>
|
|
|
|
|
|
<translation>前一個對話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="61"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Next conversation</source>
|
|
|
|
|
|
<translation>下一個對話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="66"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Search bar</source>
|
|
|
|
|
|
<translation>搜尋列</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="71"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Full screen</source>
|
|
|
|
|
|
<translation>全螢幕</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="76"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Increase font size</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>增加字体大小</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="81"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Decrease font size</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>减少字体大小</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="86"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Reset font size</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>重置字体大小</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="96"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Start an audio call</source>
|
|
|
|
|
|
<translation>開始音訊通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="101"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Start a video call</source>
|
|
|
|
|
|
<translation>開始視訊通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="106"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Clear history</source>
|
|
|
|
|
|
<translation>清除記錄</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="111"/>
|
2023-03-13 16:44:35 -04:00
|
|
|
|
<source>Search messages/files</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="116"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Block contact</source>
|
|
|
|
|
|
<translation>阻擋連絡人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="121"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Remove conversation</source>
|
|
|
|
|
|
<translation>移除對話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="126"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Accept contact request</source>
|
|
|
|
|
|
<translation>接受聯絡人請求</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="131"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>Edit last message</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="136"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>Cancel message edition</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="146"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Media settings</source>
|
|
|
|
|
|
<translation>媒體設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="151"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>General settings</source>
|
|
|
|
|
|
<translation>一般設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="156"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Account settings</source>
|
|
|
|
|
|
<translation>帳號設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="161"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Plugin settings</source>
|
|
|
|
|
|
<translation>外掛程式設定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="166"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Open account creation wizard</source>
|
|
|
|
|
|
<translation>開啟帳號建立精靈</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="171"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Open keyboard shortcut table</source>
|
|
|
|
|
|
<translation>開啟鍵盤快捷鍵表格</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="181"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Answer an incoming call</source>
|
|
|
|
|
|
<translation>接聽來電</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="186"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>End call</source>
|
|
|
|
|
|
<translation>結束通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="191"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Decline the call request</source>
|
|
|
|
|
|
<translation>拒絕通話請求</translation>
|
|
|
|
|
|
</message>
|
2022-09-30 17:33:58 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="196"/>
|
2022-09-30 17:33:58 -04:00
|
|
|
|
<source>Mute microphone</source>
|
|
|
|
|
|
<translation>麥克風靜音</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="201"/>
|
2022-09-30 17:33:58 -04:00
|
|
|
|
<source>Stop camera</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>关闭摄像头</translation>
|
2022-09-30 17:33:58 -04:00
|
|
|
|
</message>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="205"/>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<source>Mouse middle click</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/mainview/components/KeyboardShortcutTable.qml" line="206"/>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<source>Take tile screenshot</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</context>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<context>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<name>LocationSharingSettingsPage</name>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/settingsview/components/LocationSharingSettingsPage.qml" line="56"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>%1h%2min</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/settingsview/components/LocationSharingSettingsPage.qml" line="58"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>%1h</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/settingsview/components/LocationSharingSettingsPage.qml" line="60"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>%1min</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
</context>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<context>
|
|
|
|
|
|
<name>MainApplication</name>
|
|
|
|
|
|
<message>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<location filename="../src/app/mainapplication.cpp" line="361"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>E&xit</source>
|
|
|
|
|
|
<translation>離開(&X)</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<location filename="../src/app/mainapplication.cpp" line="363"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>&Quit</source>
|
|
|
|
|
|
<translation>結束(&Q)</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<location filename="../src/app/mainapplication.cpp" line="369"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>&Show Jami</source>
|
|
|
|
|
|
<translation>顯示 Jami(&S)</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
</context>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<context>
|
|
|
|
|
|
<name>MapPositionSharingControl</name>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/webengine/map/MapPositionSharingControl.qml" line="56"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>%1h%2min</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/webengine/map/MapPositionSharingControl.qml" line="58"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>%1h</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/webengine/map/MapPositionSharingControl.qml" line="62"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>%1m%2sec</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/webengine/map/MapPositionSharingControl.qml" line="64"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>%1m</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/webengine/map/MapPositionSharingControl.qml" line="66"/>
|
2023-01-02 16:45:08 -05:00
|
|
|
|
<source>%1sec</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
</context>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<context>
|
|
|
|
|
|
<name>PositionManager</name>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/positionmanager.cpp" line="409"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>%1 is sharing it's location</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/positionmanager.cpp" line="414"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>Location sharing</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
</context>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<context>
|
|
|
|
|
|
<name>QObject</name>
|
|
|
|
|
|
<message>
|
2022-10-31 16:43:00 -04:00
|
|
|
|
<location filename="../src/libclient/qtwrapper/callmanager_wrap.h" line="473"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Me</source>
|
|
|
|
|
|
<translation>我</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<location filename="../src/libclient/api/call.h" line="62"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Hold</source>
|
|
|
|
|
|
<translation>暫停通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<location filename="../src/libclient/api/call.h" line="64"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Talking</source>
|
|
|
|
|
|
<translation>通話中</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<location filename="../src/libclient/api/call.h" line="66"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>ERROR</source>
|
|
|
|
|
|
<translation>錯誤</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<location filename="../src/libclient/api/call.h" line="68"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Incoming</source>
|
|
|
|
|
|
<translation>來電</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<location filename="../src/libclient/api/call.h" line="70"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Calling</source>
|
|
|
|
|
|
<translation>正在通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="361"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<location filename="../src/libclient/api/call.h" line="72"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Connecting</source>
|
|
|
|
|
|
<translation>連接中</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<location filename="../src/libclient/api/call.h" line="74"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Searching</source>
|
|
|
|
|
|
<translation>搜尋</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<location filename="../src/libclient/api/call.h" line="76"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Inactive</source>
|
|
|
|
|
|
<translation>不活躍</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="378"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<location filename="../src/libclient/api/call.h" line="78"/>
|
|
|
|
|
|
<location filename="../src/libclient/api/call.h" line="84"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Finished</source>
|
|
|
|
|
|
<translation>已結束</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<location filename="../src/libclient/api/call.h" line="80"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Timeout</source>
|
|
|
|
|
|
<translation>逾時</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<location filename="../src/libclient/api/call.h" line="82"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Peer busy</source>
|
|
|
|
|
|
<translation>對方忙碌</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<location filename="../src/libclient/api/call.h" line="86"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Communication established</source>
|
|
|
|
|
|
<translation>已建立通訊</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="211"/>
|
2023-04-03 16:43:01 -04:00
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="1004"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Invitation received</source>
|
|
|
|
|
|
<translation>已收到邀請</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<location filename="../src/libclient/api/interaction.h" line="260"/>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="208"/>
|
2023-04-03 16:43:01 -04:00
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="1002"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Contact added</source>
|
|
|
|
|
|
<translation>已新增聯絡人</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<location filename="../src/libclient/api/interaction.h" line="262"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>%1 was invited to join</source>
|
|
|
|
|
|
<translation>%1 已被邀請加入</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<location filename="../src/libclient/api/interaction.h" line="264"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>%1 joined</source>
|
|
|
|
|
|
<translation>%1 已加入</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<location filename="../src/libclient/api/interaction.h" line="266"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>%1 left</source>
|
|
|
|
|
|
<translation>%1 已離開</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<location filename="../src/libclient/api/interaction.h" line="268"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>%1 was kicked</source>
|
|
|
|
|
|
<translation>%1 已踢除</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<location filename="../src/libclient/api/interaction.h" line="270"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>%1 was re-added</source>
|
|
|
|
|
|
<translation>%1 已重新新增</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<location filename="../src/libclient/api/interaction.h" line="358"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Swarm created</source>
|
|
|
|
|
|
<translation>已建立 Swarm</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="174"/>
|
|
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="180"/>
|
2023-04-03 16:43:01 -04:00
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="1000"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Outgoing call</source>
|
|
|
|
|
|
<translation>撥出電話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="176"/>
|
|
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="186"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Incoming call</source>
|
|
|
|
|
|
<translation>來電</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="182"/>
|
2023-04-03 16:43:01 -04:00
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="998"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Missed outgoing call</source>
|
|
|
|
|
|
<translation>未接去電</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="188"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Missed incoming call</source>
|
|
|
|
|
|
<translation>未接來電</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-11-21 19:49:42 -05:00
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="198"/>
|
|
|
|
|
|
<source>Join call</source>
|
|
|
|
|
|
<translation>加入通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
|
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="213"/>
|
2023-04-03 16:43:01 -04:00
|
|
|
|
<location filename="../src/libclient/authority/storagehelper.cpp" line="1006"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Invitation accepted</source>
|
|
|
|
|
|
<translation>已接受邀請</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-02-06 17:08:46 -05:00
|
|
|
|
<location filename="../src/libclient/avmodel.cpp" line="386"/>
|
|
|
|
|
|
<location filename="../src/libclient/avmodel.cpp" line="405"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>default</source>
|
|
|
|
|
|
<translation>預設</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="72"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Null</source>
|
|
|
|
|
|
<translation>Null</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="73"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Trying</source>
|
|
|
|
|
|
<translation>正在嘗試</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="74"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Ringing</source>
|
|
|
|
|
|
<translation>響鈴中</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="75"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Being Forwarded</source>
|
|
|
|
|
|
<translation>已轉寄</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="76"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Queued</source>
|
|
|
|
|
|
<translation>已進入佇列</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="77"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Progress</source>
|
|
|
|
|
|
<translation>排程</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="78"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>OK</source>
|
|
|
|
|
|
<translation>確定</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="79"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Accepted</source>
|
|
|
|
|
|
<translation>已接受</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="80"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Multiple Choices</source>
|
|
|
|
|
|
<translation>多選</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="81"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Moved Permanently</source>
|
|
|
|
|
|
<translation>永久移動</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="82"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Moved Temporarily</source>
|
|
|
|
|
|
<translation>暫時移動</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="83"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Use Proxy</source>
|
|
|
|
|
|
<translation>使用代理伺服器</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="84"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Alternative Service</source>
|
|
|
|
|
|
<translation>替代服務</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="85"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Bad Request</source>
|
|
|
|
|
|
<translation>不良的請求</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="86"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Unauthorized</source>
|
|
|
|
|
|
<translation>未授權</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="87"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Payment Required</source>
|
|
|
|
|
|
<translation>需要付款</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="88"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Forbidden</source>
|
|
|
|
|
|
<translation>被禁止</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="89"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Not Found</source>
|
|
|
|
|
|
<translation>找不到</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="90"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Method Not Allowed</source>
|
|
|
|
|
|
<translation>不允許的方法</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="91"/>
|
|
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="111"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Not Acceptable</source>
|
|
|
|
|
|
<translation>無法接受</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="92"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Proxy Authentication Required</source>
|
|
|
|
|
|
<translation>需要代理伺服器驗證</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="93"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Request Timeout</source>
|
|
|
|
|
|
<translation>請求逾時</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="94"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Gone</source>
|
|
|
|
|
|
<translation>消失</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="95"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Request Entity Too Large</source>
|
|
|
|
|
|
<translation>請求實體太大</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="96"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Request URI Too Long</source>
|
|
|
|
|
|
<translation>請求 URI 太長</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="97"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Unsupported Media Type</source>
|
|
|
|
|
|
<translation>不支援的媒體類型</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="98"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Unsupported URI Scheme</source>
|
|
|
|
|
|
<translation>不支援的 URI 結構</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="99"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Bad Extension</source>
|
|
|
|
|
|
<translation>不良的副檔名</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="100"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Extension Required</source>
|
|
|
|
|
|
<translation>需要副檔名</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="101"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Session Timer Too Small</source>
|
|
|
|
|
|
<translation>工作階段計時器太小了</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="102"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Interval Too Brief</source>
|
|
|
|
|
|
<translation>間隔太短</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="103"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Temporarily Unavailable</source>
|
|
|
|
|
|
<translation>暫時不可用</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="104"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Call TSX Does Not Exist</source>
|
|
|
|
|
|
<translation>呼叫 TSX 不存在</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="105"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Loop Detected</source>
|
|
|
|
|
|
<translation>偵測到迴圈</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="106"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Too Many Hops</source>
|
|
|
|
|
|
<translation>太多跳躍</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="107"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Address Incomplete</source>
|
|
|
|
|
|
<translation>地址不完整</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="108"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Ambiguous</source>
|
|
|
|
|
|
<translation>曖昧</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="109"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Busy</source>
|
|
|
|
|
|
<translation>忙碌</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="110"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Request Terminated</source>
|
|
|
|
|
|
<translation>請求已終結</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="112"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Bad Event</source>
|
|
|
|
|
|
<translation>不良的活動</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="113"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Request Updated</source>
|
|
|
|
|
|
<translation>請求已更新</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="114"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Request Pending</source>
|
|
|
|
|
|
<translation>請求擱置</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="115"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Undecipherable</source>
|
|
|
|
|
|
<translation>無法解密</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="116"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Internal Server Error</source>
|
|
|
|
|
|
<translation>內部伺服器錯誤</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="117"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Not Implemented</source>
|
|
|
|
|
|
<translation>未實作</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="118"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Bad Gateway</source>
|
|
|
|
|
|
<translation>不良的閘道</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="119"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Service Unavailable</source>
|
|
|
|
|
|
<translation>服務不可用</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="120"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Server Timeout</source>
|
|
|
|
|
|
<translation>伺服器逾時</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="121"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Version Not Supported</source>
|
|
|
|
|
|
<translation>版本不支援</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="122"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Message Too Large</source>
|
|
|
|
|
|
<translation>訊息太大</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="123"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Precondition Failure</source>
|
|
|
|
|
|
<translation>前提條件失敗</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="124"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Busy Everywhere</source>
|
|
|
|
|
|
<translation>到處都忙碌</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="125"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Call Refused</source>
|
|
|
|
|
|
<translation>通話被拒絕</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="126"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Does Not Exist Anywhere</source>
|
|
|
|
|
|
<translation>到處都不存在</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-01-23 16:42:57 -05:00
|
|
|
|
<location filename="../src/libclient/callmodel.cpp" line="127"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Not Acceptable Anywhere</source>
|
|
|
|
|
|
<translation>到處都不接受</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="363"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Accept</source>
|
|
|
|
|
|
<translation>接聽</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="355"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Sending</source>
|
|
|
|
|
|
<translation>正在傳送</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="359"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Sent</source>
|
|
|
|
|
|
<translation>已傳送</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="368"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Unable to make contact</source>
|
|
|
|
|
|
<translation>無法加為聯絡人</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="372"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Waiting for contact</source>
|
|
|
|
|
|
<translation>等待聯絡人</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="374"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Incoming transfer</source>
|
|
|
|
|
|
<translation>來電轉發</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="376"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Timed out waiting for contact</source>
|
|
|
|
|
|
<translation>等待聯絡人逾時</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="722"/>
|
2022-10-17 22:20:36 -04:00
|
|
|
|
<source>Today</source>
|
|
|
|
|
|
<translation>今天</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="724"/>
|
2022-10-17 22:20:36 -04:00
|
|
|
|
<source>Yesterday</source>
|
|
|
|
|
|
<translation>昨天</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="365"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Canceled</source>
|
|
|
|
|
|
<translation>已取消</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="370"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Ongoing</source>
|
|
|
|
|
|
<translation>進行中</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="703"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>just now</source>
|
|
|
|
|
|
<translation>現在</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-03-06 16:56:48 -05:00
|
|
|
|
<location filename="../src/app/messagesadapter.cpp" line="357"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Failure</source>
|
|
|
|
|
|
<translation>失敗</translation>
|
|
|
|
|
|
</message>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<message>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<location filename="../src/app/positioning.cpp" line="109"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>locationServicesError</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<location filename="../src/app/positioning.cpp" line="112"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>locationServicesClosedError</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-10 16:42:57 -04:00
|
|
|
|
<location filename="../src/app/positioning.cpp" line="114"/>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<source>locationServicesUnknownError</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</context>
|
|
|
|
|
|
<context>
|
|
|
|
|
|
<name>SmartListModel</name>
|
|
|
|
|
|
<message>
|
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="62"/>
|
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="100"/>
|
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="108"/>
|
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="154"/>
|
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="174"/>
|
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="175"/>
|
|
|
|
|
|
<source>Calls</source>
|
|
|
|
|
|
<translation>通話</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="63"/>
|
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="101"/>
|
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="118"/>
|
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="155"/>
|
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="176"/>
|
|
|
|
|
|
<location filename="../src/app/smartlistmodel.cpp" line="177"/>
|
|
|
|
|
|
<source>Contacts</source>
|
|
|
|
|
|
<translation>聯絡人</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</context>
|
|
|
|
|
|
<context>
|
|
|
|
|
|
<name>SystemTray</name>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<message>
|
2022-09-30 17:33:58 -04:00
|
|
|
|
<location filename="../src/app/systemtray.cpp" line="219"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Answer</source>
|
|
|
|
|
|
<translation>回覆</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-09-30 17:33:58 -04:00
|
|
|
|
<location filename="../src/app/systemtray.cpp" line="220"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Decline</source>
|
|
|
|
|
|
<translation>拒絕</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-09-30 17:33:58 -04:00
|
|
|
|
<location filename="../src/app/systemtray.cpp" line="222"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Open conversation</source>
|
|
|
|
|
|
<translation>開啟對話</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-09-30 17:33:58 -04:00
|
|
|
|
<location filename="../src/app/systemtray.cpp" line="224"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Accept</source>
|
|
|
|
|
|
<translation>接聽</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2022-09-30 17:33:58 -04:00
|
|
|
|
<location filename="../src/app/systemtray.cpp" line="225"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Refuse</source>
|
|
|
|
|
|
<translation>拒絕</translation>
|
|
|
|
|
|
</message>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</context>
|
|
|
|
|
|
<context>
|
|
|
|
|
|
<name>TipsModel</name>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="78"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Customize</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>自定义</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="81"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>What does Jami mean?</source>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<translation>Jami 有何含义?</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="87"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>What is the green dot next to my account?</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>我的账户旁边的绿点是什么?</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="83"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>The choice of the name Jami was inspired by the Swahili word 'jamii', which means 'community' as a noun and 'together' as an adverb.</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="79"/>
|
2022-09-30 17:33:58 -04:00
|
|
|
|
<source>Backup account</source>
|
|
|
|
|
|
<translation>備份帳號</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="89"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>A red dot means that your account is disconnected from the network; it turns green when it's connected.</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="94"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Why should I back up my account?</source>
|
2022-10-12 12:11:23 -04:00
|
|
|
|
<translation>为什么应该备份账户?</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="96"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Jami is distributed and your account is only stored locally on your device. If you lose your password or your local account data, you WILL NOT be able to recover your account if you did not back it up earlier.</source>
|
2022-10-12 12:11:23 -04:00
|
|
|
|
<translation>Jami是分布式,你的账号仅保存在本地设备里。如果你忘记密码或丢失本地账号数据,也没有提前备份的话,你将无法恢复你的账号。</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="102"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<source>Can I make a conference call?</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>我可以进行电话会议吗?</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="107"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>What is a Jami account?</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>什么是Jami账户?</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="109"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>A Jami account is an asymmetric encryption key. Your account is identified by a Jami ID, which is a fingerprint of your public key.</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>Jami账户是一个非对称加密密钥。您的账户由Jami ID来识别,该ID是您的公共密钥的指纹。</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="113"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>What information do I need to provide to create a Jami account?</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>我需要提供哪些信息来创建Jami账户?</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="115"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>When you create a new Jami account, you do not have to provide any private information like an email, address, or phone number.</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="122"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>With Jami, your account is stored in a directory on your device. The password is only used to encrypt your account in order to protect you from someone who has physical access to your device.</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="142"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Your account is only stored on your own devices. If you delete your account from all of your devices, the account is gone forever and you CANNOT recover it.</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="146"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Can I use my account on multiple devices?</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="148"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Yes, you can link your account from the settings, or you can import your backup on another device.</source>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<translation type="unfinished"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="120"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Why don't I have to use a password?</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>为什么我不必使用密码?</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="104"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<source>In a call, you can click on "Add participants" to add a contact to a call.</source>
|
|
|
|
|
|
<translation type="unfinished"/>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="128"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>Why don't I have to register a username?</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>为什么我不用注册用户名?</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="130"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>The most permanent, secure identifier is your Jami ID, but since these are difficult to use for some people, you also have the option of registering a username.</source>
|
2022-12-05 16:42:55 -05:00
|
|
|
|
<translation>最永久、最安全的标识符是您的Jami ID,但由于这些标识符对一些人来说难以辨识,您也可以选择注册一个用户名。</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="135"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>How can I back up my account?</source>
|
2022-10-12 12:11:23 -04:00
|
|
|
|
<translation>怎样备份账户?</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="136"/>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
<source>In Account Settings, a button is available to create a backup your account.</source>
|
2022-10-12 12:11:23 -04:00
|
|
|
|
<translation>在账户设置里,创建备份账户的按钮可用</translation>
|
2022-09-12 16:44:33 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/tipsmodel.cpp" line="140"/>
|
2022-08-22 16:44:35 -04:00
|
|
|
|
<source>What happens when I delete my account?</source>
|
2022-10-12 12:11:23 -04:00
|
|
|
|
<translation>删除自己的账号会发生什么?</translation>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
</context>
|
|
|
|
|
|
<context>
|
|
|
|
|
|
<name>UtilsAdapter</name>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/utilsadapter.cpp" line="340"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>%1 Mbps</source>
|
|
|
|
|
|
<translation>%1兆比特/秒</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/utilsadapter.cpp" line="340"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>Default</source>
|
|
|
|
|
|
<translation>預設</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-17 16:43:01 -04:00
|
|
|
|
<location filename="../src/app/utilsadapter.cpp" line="545"/>
|
2022-08-02 18:03:49 -04:00
|
|
|
|
<source>System</source>
|
|
|
|
|
|
<translation>系統</translation>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
</message>
|
|
|
|
|
|
</context>
|
|
|
|
|
|
<context>
|
|
|
|
|
|
<name>lrc::ContactModelPimpl</name>
|
|
|
|
|
|
<message>
|
2023-04-03 16:43:01 -04:00
|
|
|
|
<location filename="../src/libclient/contactmodel.cpp" line="478"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Searching…</source>
|
|
|
|
|
|
<translation>正在搜尋……</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-03 16:43:01 -04:00
|
|
|
|
<location filename="../src/libclient/contactmodel.cpp" line="1017"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Invalid ID</source>
|
|
|
|
|
|
<translation>無效 ID</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-03 16:43:01 -04:00
|
|
|
|
<location filename="../src/libclient/contactmodel.cpp" line="1020"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Username not found</source>
|
|
|
|
|
|
<translation>找不到使用者名稱</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
<message>
|
2023-04-03 16:43:01 -04:00
|
|
|
|
<location filename="../src/libclient/contactmodel.cpp" line="1023"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Couldn't lookup…</source>
|
|
|
|
|
|
<translation>無法查詢……</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
</context>
|
|
|
|
|
|
<context>
|
|
|
|
|
|
<name>lrc::api::ContactModel</name>
|
|
|
|
|
|
<message>
|
2023-04-03 16:43:01 -04:00
|
|
|
|
<location filename="../src/libclient/contactmodel.cpp" line="439"/>
|
misc: vendor libjamiclient into 'src/libclient/'
This is libjamiclient from the jami-libclient.git repository as of
767c45b8b09806ac05cbada720864df93588c047, with the following changes:
* src/libclient/newaccountmodel.cpp:
(NewAccountModelPimpl::removeFromAccounts): The lock wait inside
'#ifdef CHK_FREEABLE_BEFORE_ERASE_ACCOUNT' was not updated when the
type of 'accounts' was changed over the years from this:
std::map<std::string, account::Info>
to this:
std::map<QString, std::pair<account::Info, std::shared_ptr<Database>>>
Basically we need to get the 'first' of the pair for 'account::Info'.
So we now do that.
* src/libclient/avmodel.cpp:
* src/libclient/callbackshandler.cpp:
* src/libclient/contactmodel.cpp:
* src/libclient/conversationmodel.cpp:
* src/libclient/database.cpp:
* src/libclient/namedirectory.cpp:
* src/libclient/newaccountmodel.cpp:
* src/libclient/newcallmodel.cpp:
* src/libclient/newdevicemodel.cpp:
* src/libclient/peerdiscoverymodel.cpp:
* src/libclient/pluginmodel.cpp:
* src/libclient/smartinfohub.cpp:
* src/libclient/vcard.h:
* src/libclient/authority/storagehelper.cpp: Replace Qt's 'foreach'
with 'Q_FOREACH' and its 'emit' with 'Q_EMIT' because in the client-qt
code base we have '-DQT_NO_KEYWORDS' to avoid conflicts with other
libraries we use.
* cmake/FindLibJami.cmake: Import cmake/FindRing.cmake from the
jami-libclient.git repository. Then, rename RING_BUILD_DIR to
LIBJAMI_BUILD_DIR (though the old name is still supported for now).
Also update other references of Ring to Jami. Further, add additional
calls to 'find_library' to make sure specified local paths for libjami
are checked before system-wide ones (in case of older/obsolete libjami
being available system-wide, which might happen on GNU/Linux systems).
* translations/lrc_*.ts: Import translation files from the libclient
repository. The message location paths were corrected by running
"sed -i 's|../src|&/libclient|g' lrc_*.ts" in 'translations/'.
.tx/config: Add section for the newly-imported libclient translations.
* CMakeLists.txt: Reformat, plus various fixes and cleanups, such as
changing indentation to 2 spaces and wrapping lines at 70 characters,
renaming the parent directory of translations from 'ring' to 'jami',
and using all lowercase function calls. Also add copyright headers.
* src/app/appsettingsmanager.cpp:
(AppSettingsManager::loadTranslations):
* src/app/utilsadapter.cpp (UtilsAdapter::supportedLang): Update to
adapt to the renaming of the parent directory of translations from
'ring' to 'jami'.
GitLab: #748
Change-Id: I86e3b0fb30e554755023e7b858b6a0d132cd59ab
2022-05-06 16:00:16 -04:00
|
|
|
|
<source>Bad URI scheme</source>
|
|
|
|
|
|
<translation>錯誤的 URI 結構</translation>
|
|
|
|
|
|
</message>
|
|
|
|
|
|
</context>
|
|
|
|
|
|
</TS>
|