Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zh_HK.js « l10n - github.com/nextcloud/files_filter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 87589ab290dba7c3926ec967ac9a874165739f21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "files_filter",
    {
    "Images" : "圖片",
    "Videos" : "影片",
    "No images found" : "查無圖片",
    "Any uploaded image will show up here" : "已上傳的圖片會顯示在這裡",
    "Filter" : "篩選",
    "Files filter" : "檔案篩選",
    "Adds type filtered file views to the sidebar" : "將類型過濾的文件視圖添加到側邊欄",
    "No entries found in this folder" : "在此資料夾中沒有任何項目",
    "Name" : "名稱",
    "Size" : "大小",
    "Modified" : "已修改",
    "Delete" : "刪除",
    "No videos found" : "查無影片",
    "Any uploaded video will show up here" : "已上傳的影片會顯示在這裡"
},
"nplurals=1; plural=0;");