mirror of
https://github.com/nextcloud/server.git
synced 2025-02-12 03:59:16 +00:00
16 lines
852 B
JavaScript
16 lines
852 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "個人設定",
|
|
"This application provides the profile" : "此應用提供個人資料",
|
|
"Provides a customisable user profile interface." : "提供可自訂的使用者個人檔案介面。",
|
|
"Edit Profile" : "編輯個人設定",
|
|
"The headline and about sections will show up here" : "標題與關於部份將在此顯示",
|
|
"You have not added any info yet" : "您尚未新增任何資訊",
|
|
"Error opening the user status modal, try hard refreshing the page" : "打開用戶狀態模式時出錯,請嘗試刷新頁面",
|
|
"{user} has not added any info yet" : "{user} 尚未新增任何資訊",
|
|
"Profile not found" : "找不到個人資料",
|
|
"The profile does not exist." : "個人資料不存在",
|
|
"Back to %s" : "返回 %s"
|
|
},
|
|
"nplurals=1; plural=0;");
|