diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-05-26 02:31:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-05-26 02:31:27 +0000 |
commit | 00f9ad3849be0d1dc93e3c23e696172cb2a9f596 (patch) | |
tree | e19bb8889fcbfbf1d5be4c1933fe6091e5d8da24 /apps/dav/l10n/zh_HK.js | |
parent | 827e622b50e26fa583d3df65d52485850a039e2e (diff) | |
download | nextcloud-server-00f9ad3849be0d1dc93e3c23e696172cb2a9f596.tar.gz nextcloud-server-00f9ad3849be0d1dc93e3c23e696172cb2a9f596.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/zh_HK.js')
-rw-r--r-- | apps/dav/l10n/zh_HK.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/l10n/zh_HK.js b/apps/dav/l10n/zh_HK.js index b7656743fcf..abc214c3cdf 100644 --- a/apps/dav/l10n/zh_HK.js +++ b/apps/dav/l10n/zh_HK.js @@ -25,6 +25,7 @@ OC.L10N.register( "{actor} shared calendar {calendar} with group {group}" : "{actor} 與群組 {group} 分享了日曆 {calendar}", "You unshared calendar {calendar} from group {group}" : "您已停止與群組 {group} 分享日曆 {calendar}", "{actor} unshared calendar {calendar} from group {group}" : "{actor} 從 {group} 群組中取消了分享日曆 {calendar}", + "Untitled event" : "無標題活動", "{actor} created event {event} in calendar {calendar}" : "{actor} 新增了日曆 {calendar} 中的活動 {event}", "You created event {event} in calendar {calendar}" : "您新增了日曆 {calendar} 中的活動 {event}", "{actor} deleted event {event} from calendar {calendar}" : "{actor} 從日曆 {calendar} 中刪除了活動 {event}", @@ -54,7 +55,6 @@ OC.L10N.register( "Date:" : "日期:", "Where:" : "地點:", "Description:" : "描述:", - "Untitled event" : "無標題活動", "_%n year_::_%n years_" : ["%n 年"], "_%n month_::_%n months_" : ["%n 月"], "_%n day_::_%n days_" : ["%n 天"], |