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

zh_TW.js « l10n - github.com/nextcloud/impersonate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 433f856b30eea159751e456b30f44a51971f306b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "impersonate",
    {
    "Could not impersonate user" : "無法模擬成用戶",
    "Are you sure you want to impersonate \"{userId}\"?" : "你確定要模擬為用戶 \"{userId}\" 嗎?",
    "Impersonate user" : "模擬用戶",
    "Impersonate" : "模擬",
    "Logged in as {uid}" : "登入為 {uid}",
    "User not found" : "找不到使用者",
    "Insufficient permissions to impersonate user" : "權限不足,無法模擬使用者",
    "Cannot impersonate the user because it was never logged in." : "無法模擬用戶使用者,因為該使用者從未登入。",
    "Cannot impersonate yourself." : "無法模擬自己。",
    "Impersonate other users" : "模擬其他使用者",
    "By installing the impersonate app of your Nextcloud you enable administrators to impersonate other users on the Nextcloud server. This is especially useful for debugging issues reported by users.\n\nTo impersonate a user an administrator has to simply follow the following four steps:\n\n1. Login as administrator to Nextcloud\n2. Open the user administration interface\n3. Select the impersonate button on the affected user\n4. Confirm the impersonation\n\nThe administrator is then logged-in as the user, to switch back to the regular user account they simply have to press the logout button.\n\n**Note:**\n\n- This app is not compatible with instances that have encryption enabled.\n- While impersonate actions are logged note that actions performed impersonated will be logged as the impersonated user.\n- Impersonating an user is only possible after their first login." : "透過在 Nextcloud 上安裝模擬應用程式,管理員可以模擬 Nextcloud 伺服器上的其他使用者。這對於調試使用者報告的問題特別有用。\n\n要模擬使用者,管理員只需遵循以下四個步驟:\n\n1. 以管理員身分登入 Nextcloud\n2. 打開使用者管理介面\n3. 選擇受影響的使用者上的模擬按鈕\n4. 確認模擬\n\n然後,管理員以用使用者分登入。要切換回普通使用者帳號,管理員只需按登出按鈕即可。\n\n**註記:**\n\n- 此應用與啟用了加密的實例不相容。\n- 在記錄模擬操作時,請注意,模擬執行的操作將被記錄為模擬使用者。\n- 只有在首次登入後才能模擬使用者。",
    "These groups will be able to impersonate users they are allowed to administrate. If you remove all groups, every group administrator will be allowed to impersonate." : "這些群組將能夠模擬允許其管理的使用者。如果刪除所有群組,將允許所有群組管理員模擬。"
},
"nplurals=1; plural=0;");