nextcloud/apps/files_sharing/l10n/zh_CN.php

17 lines
732 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Shared by {owner}" => "{owner}共享",
"This share is password-protected" => "这是一个密码保护的共享",
"The password is wrong. Try again." => "用户名或密码错误!请重试",
"Password" => "密码",
"Sorry, this link doesnt seem to work anymore." => "抱歉,此链接已失效",
"Reasons might be:" => "可能原因是:",
"the item was removed" => "此项已移除",
"the link expired" => "链接过期",
"sharing is disabled" => "共享已禁用",
"For more info, please ask the person who sent this link." => "欲知详情,请联系发给你链接的人。",
"shared by %s" => "由 %s 共享",
"Direct link" => "直接链接"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";