blob: be1a8f4dbb9de24c1421f38aa8982166dae833db (
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;");
|