mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
42d4d55c8e
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
16 lines
879 B
JavaScript
16 lines
879 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;");
|