diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-03 02:26:33 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-03 02:26:33 +0000 |
commit | bc94fab8eea4eb76ea98a34076510c2054b9d741 (patch) | |
tree | 3fc935bc0d2d86e4d4ede3710623e5c46c5ee232 /core/l10n/zh_TW.js | |
parent | c76be650142a93291c8e5f197958995e35793142 (diff) | |
download | nextcloud-server-bc94fab8eea4eb76ea98a34076510c2054b9d741.tar.gz nextcloud-server-bc94fab8eea4eb76ea98a34076510c2054b9d741.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/zh_TW.js b/core/l10n/zh_TW.js index e65009b754b..76c5689dc0b 100644 --- a/core/l10n/zh_TW.js +++ b/core/l10n/zh_TW.js @@ -198,12 +198,12 @@ OC.L10N.register( "Reset search" : "重置搜尋", "Start search" : "開始搜尋", "Search for {name} only" : "僅搜尋 {name}", - "No results for {query}" : "{query} 查詢沒有結果", - "Press enter to start searching" : "按 Enter 以開始搜尋", "Start typing to search" : "開始輸入以搜尋", "Loading more results …" : "正在載入更多結果…", "Load more results" : "載入更多結果", "Search" : "搜尋", + "No results for {query}" : "{query} 查詢沒有結果", + "Press enter to start searching" : "按 Enter 以開始搜尋", "An error occurred while searching for {type}" : "搜尋 {type} 時發生錯誤", "_Please enter {minSearchLength} character or more to search_::_Please enter {minSearchLength} characters or more to search_" : ["請輸入 {minSearchLength} 個或以上字元搜尋"], "This browser is not supported" : "不支援此瀏覽器", |