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

zh_TW.js « l10n - github.com/nextcloud/files_rightclick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 014f3b4dfe9f14731ed70f578caf4bc8b3313392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "files_rightclick",
    {
    "Unselect" : "取消選取",
    "Share folder" : "分享資料夾",
    "Share file" : "分享檔案",
    "Select" : "選取",
    "Copied !" : "已複製!",
    "Right click" : "右鍵選單",
    "Right click menu for Nextcloud" : "讓 Nextcloud 擁有右鍵選單",
    "This app allows users and developers to have a right click menu. Simply use the RightClick object to quickly create context menus. The Files app already shows the actions menu when right clicking on files and folders." : "這個應用程式可以讓使用者以及開發人員使用右鍵選單功能。\n僅需使用滑鼠右鍵就可以顯示相關的功能介面,在檔案瀏覽功能中對檔案與資料夾按右鍵,就可以顯示可進行動作的選單。"
},
"nplurals=1; plural=0;");