Skip to content

Commit aef743b

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent 3f8ba46 commit aef743b

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

l10n/zh_HK.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ OC.L10N.register(
44
"Import contacts" : "導入聯絡人",
55
"Details" : "詳細資料",
66
"All contacts" : "所有聯絡人",
7+
"_Imported 1 contact_::_Imported %n contacts_" : ["已導入 %n 個聯絡人"],
8+
"_Imported 1 contact (skipped %d)_::_Imported %n contacts (skipped %d)_" : ["已導入 %n 個聯絡人(略過 %d 個)"],
79
"Contacts" : "通訊錄",
810
"A contacts app for Nextcloud" : "Nextcloud 的通訊錄應用程式",
911
"The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Nextcloud 通訊錄應用程式是 Nextcloud 的 CardDAV 伺服器的用戶界面。可輕鬆使用您的 Nextcloud 同步各個裝置上的聯絡人,並在線上編輯。\n\n* 🚀 **與其他 Nextcloud 應用程式整合!** 目前有電子郵件與日曆,還會有更多。\n* 🎉 **不會忘記生日!** 您可以將生日與其他重複的活動與您的 Nextcloud 日曆同步。\n* 👥 **分享通訊錄!** 您想與您的朋友或同事分享您的聯絡人嗎?沒問題!\n* 🙈 **我們沒有無謂地重複開發!** 以超棒且開放的 SabreDAV 函式庫為基礎。",
@@ -13,11 +15,13 @@ OC.L10N.register(
1315
"There was an error fetching the member list" : "擷取成員清單出錯",
1416
"Please select a team" : "請選取團隊",
1517
"Loading team…" : "正在加載團隊 …",
18+
"Loading contacts …" : "正在加載聯絡人 …",
1619
"There are no contacts yet" : "目前沒有聯絡人",
1720
"Create contact" : "建立聯絡人",
1821
"There are no contacts in this group" : "群組中沒有聯絡人",
1922
"Create contacts" : "建立聯絡人",
2023
"Add contacts" : "新增聯絡人",
24+
"Loading …" : "正在加載 …",
2125
"Manage team" : "管理團隊",
2226
"Leave team" : "離開團隊",
2327
"Delete team" : "刪除團隊",
@@ -58,6 +62,7 @@ OC.L10N.register(
5862
"Unshare {addressbook}?" : "取消分享 {addressbook}?",
5963
"Deletion of address book was not successful." : "刪除通訊錄失敗。",
6064
"Renaming of address book was not successful." : "重新命名通訊錄失敗。",
65+
"{addressbookname} (Hidden)" : "{addressbookname}(隱藏)",
6166
"Download" : "下載",
6267
"Show" : "顯示",
6368
"Unshare from me" : "取消與我分享",
@@ -89,6 +94,7 @@ OC.L10N.register(
8994
"An error happened during the config change" : "配置更改期間發生錯誤",
9095
"Enforce password protection on files shared to this team" : "對分享到此團隊的檔案加上密碼保護",
9196
"Use a unique password for all shares to this team" : "對此團隊的所有分享使用獨一無二的密碼",
97+
"Unique password …" : "獨一無二的密碼 ...",
9298
"Save" : "保存",
9399
"Change unique password" : "更改獨一無二的密碼",
94100
"Failed to save password. Please try again later." : "保存密碼失敗。請稍後再試。",
@@ -160,6 +166,7 @@ OC.L10N.register(
160166
"Please select at least one editable contact to delete" : "請選取至少一個可編輯的聯絡人來刪除",
161167
"Please select two editable contacts to merge" : "請選擇兩個可編輯的聯絡人進行合併",
162168
"Are you sure you want to proceed?" : "您想要繼續嗎?",
169+
"Search contacts …" : "搜尋聯絡人 …",
163170
"Unselect {number}" : "取消選取 {number}",
164171
"Add to {group}" : "新增至 {group]",
165172
"Add members to {group}" : "添加成員至 {group}",
@@ -193,9 +200,13 @@ OC.L10N.register(
193200
"Unable to get the results" : "無法得到結果",
194201
"Some members could not be added" : "部分成員無法添加",
195202
"There was an issue adding members to the team" : "將成員添加到團隊時出現問題",
203+
"Loading members list …" : "正在加載成員清單 …",
196204
"The list of members is only visible to members of this team" : "成員清單僅有此團隊的成員可見",
197205
"You currently have no access to the member list" : "您目前無權存取會員清單",
206+
"Add to {team}" : "添加至 {team}",
207+
"Invite members to {team}" : "邀請成員加入 {team}",
198208
"Pending" : "待定的",
209+
"Select chart …" : "選擇圖表 ...",
199210
"Chart" : "圖表",
200211
"Select Date" : "選擇日期",
201212
"Select type" : "選擇類型",

l10n/zh_HK.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"Import contacts" : "導入聯絡人",
33
"Details" : "詳細資料",
44
"All contacts" : "所有聯絡人",
5+
"_Imported 1 contact_::_Imported %n contacts_" : ["已導入 %n 個聯絡人"],
6+
"_Imported 1 contact (skipped %d)_::_Imported %n contacts (skipped %d)_" : ["已導入 %n 個聯絡人(略過 %d 個)"],
57
"Contacts" : "通訊錄",
68
"A contacts app for Nextcloud" : "Nextcloud 的通訊錄應用程式",
79
"The Nextcloud contacts app is a user interface for Nextcloud's CardDAV server. Easily sync contacts from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Mail and Calendar – more to come.\n* 🎉 **Never forget a birthday!** You can sync birthdays and other recurring events with your Nextcloud Calendar.\n* 👥 **Sharing of Adressbooks!** You want to share your contacts with your friends or coworkers? No problem!\n* 🙈 **We’re not reinventing the wheel!** Based on the great and open SabreDAV library." : "Nextcloud 通訊錄應用程式是 Nextcloud 的 CardDAV 伺服器的用戶界面。可輕鬆使用您的 Nextcloud 同步各個裝置上的聯絡人,並在線上編輯。\n\n* 🚀 **與其他 Nextcloud 應用程式整合!** 目前有電子郵件與日曆,還會有更多。\n* 🎉 **不會忘記生日!** 您可以將生日與其他重複的活動與您的 Nextcloud 日曆同步。\n* 👥 **分享通訊錄!** 您想與您的朋友或同事分享您的聯絡人嗎?沒問題!\n* 🙈 **我們沒有無謂地重複開發!** 以超棒且開放的 SabreDAV 函式庫為基礎。",
@@ -11,11 +13,13 @@
1113
"There was an error fetching the member list" : "擷取成員清單出錯",
1214
"Please select a team" : "請選取團隊",
1315
"Loading team…" : "正在加載團隊 …",
16+
"Loading contacts …" : "正在加載聯絡人 …",
1417
"There are no contacts yet" : "目前沒有聯絡人",
1518
"Create contact" : "建立聯絡人",
1619
"There are no contacts in this group" : "群組中沒有聯絡人",
1720
"Create contacts" : "建立聯絡人",
1821
"Add contacts" : "新增聯絡人",
22+
"Loading …" : "正在加載 …",
1923
"Manage team" : "管理團隊",
2024
"Leave team" : "離開團隊",
2125
"Delete team" : "刪除團隊",
@@ -56,6 +60,7 @@
5660
"Unshare {addressbook}?" : "取消分享 {addressbook}?",
5761
"Deletion of address book was not successful." : "刪除通訊錄失敗。",
5862
"Renaming of address book was not successful." : "重新命名通訊錄失敗。",
63+
"{addressbookname} (Hidden)" : "{addressbookname}(隱藏)",
5964
"Download" : "下載",
6065
"Show" : "顯示",
6166
"Unshare from me" : "取消與我分享",
@@ -87,6 +92,7 @@
8792
"An error happened during the config change" : "配置更改期間發生錯誤",
8893
"Enforce password protection on files shared to this team" : "對分享到此團隊的檔案加上密碼保護",
8994
"Use a unique password for all shares to this team" : "對此團隊的所有分享使用獨一無二的密碼",
95+
"Unique password …" : "獨一無二的密碼 ...",
9096
"Save" : "保存",
9197
"Change unique password" : "更改獨一無二的密碼",
9298
"Failed to save password. Please try again later." : "保存密碼失敗。請稍後再試。",
@@ -158,6 +164,7 @@
158164
"Please select at least one editable contact to delete" : "請選取至少一個可編輯的聯絡人來刪除",
159165
"Please select two editable contacts to merge" : "請選擇兩個可編輯的聯絡人進行合併",
160166
"Are you sure you want to proceed?" : "您想要繼續嗎?",
167+
"Search contacts …" : "搜尋聯絡人 …",
161168
"Unselect {number}" : "取消選取 {number}",
162169
"Add to {group}" : "新增至 {group]",
163170
"Add members to {group}" : "添加成員至 {group}",
@@ -191,9 +198,13 @@
191198
"Unable to get the results" : "無法得到結果",
192199
"Some members could not be added" : "部分成員無法添加",
193200
"There was an issue adding members to the team" : "將成員添加到團隊時出現問題",
201+
"Loading members list …" : "正在加載成員清單 …",
194202
"The list of members is only visible to members of this team" : "成員清單僅有此團隊的成員可見",
195203
"You currently have no access to the member list" : "您目前無權存取會員清單",
204+
"Add to {team}" : "添加至 {team}",
205+
"Invite members to {team}" : "邀請成員加入 {team}",
196206
"Pending" : "待定的",
207+
"Select chart …" : "選擇圖表 ...",
197208
"Chart" : "圖表",
198209
"Select Date" : "選擇日期",
199210
"Select type" : "選擇類型",

0 commit comments

Comments
 (0)