diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-25 00:26:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-25 00:26:04 +0000 |
commit | 700b6ea4a32299d9ebb28132eaa1be247c0641eb (patch) | |
tree | cd6c176b22785342b55f7fbee892692824d0a8be /core/l10n/zh_TW.js | |
parent | 919b448bb6233a164bf357b283c31186590a0be2 (diff) | |
download | nextcloud-server-700b6ea4a32299d9ebb28132eaa1be247c0641eb.tar.gz nextcloud-server-700b6ea4a32299d9ebb28132eaa1be247c0641eb.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/zh_TW.js')
-rw-r--r-- | core/l10n/zh_TW.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index 45062040db7..efdda09af5d 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -207,6 +207,7 @@ OC.L10N.register( "People" : "人物", "Load more results" : "載入更多結果", "Search in" : "搜尋", + "Filter in current view" : "目前檢視裡的篩選條件", "Start typing in search" : "開始輸入搜尋內容", "No matching results" : "無相符結果", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "介於 ${this.dateFilter.startFrom.toLocaleDateString()} 到 ${this.dateFilter.endAt.toLocaleDateString()} 間", |