summaryrefslogtreecommitdiffstats
path: root/apps/profile/l10n/zh_TW.js
blob: 0ba2ab998fe48d5cb5dc75989c6528f2ba1a3ba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "profile",
    {
    "Profile" : "個人檔案",
    "This application provides the profile" : "此應用程式提供了個人檔案",
    "Provides a customisable user profile interface." : "提供可自訂的使用者個人檔案介面。",
    "You have not added any info yet" : "您尚未新增任何資訊",
    "{user} has not added any info yet" : "{user} 尚未新增任何資訊",
    "Error opening the user status modal, try hard refreshing the page" : "開啟使用者狀態的模組時發生問題,嘗試重新整理頁面",
    "Edit Profile" : "編輯個人檔案",
    "The headline and about sections will show up here" : "標題與關於區段將在此顯示",
    "Profile not found" : "找不到個人檔案",
    "The profile does not exist." : "個人檔案不存在。",
    "Back to %s" : "返回 %s"
},
"nplurals=1; plural=0;");