Blame view

sources/apps/files_sharing/l10n/zh_CN.php 819 Bytes
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
  "Password" => "密码",
6d9380f96   Cédric Dupont   Update sources OC...
4
5
6
7
8
  "Shared by {owner}" => "由{owner}共享",
  "Shared by" => "共享人",
  "This share is password-protected" => "这是一个密码保护的共享",
  "The password is wrong. Try again." => "用户名或密码错误!请重试",
  "Name" => "名称",
31b7f2792   Kload   Upgrade to ownclo...
9
10
11
12
13
14
  "Sorry, this link doesn’t 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." => "欲知详情,请联系发给你链接的人。",
6d9380f96   Cédric Dupont   Update sources OC...
15
  "Save" => "保存",
03e52840d   Kload   Init
16
  "Download" => "下载",
6d9380f96   Cédric Dupont   Update sources OC...
17
18
  "Download %s" => "下载 %s",
  "Direct link" => "直接链接"
03e52840d   Kload   Init
19
  );
31b7f2792   Kload   Upgrade to ownclo...
20
  $PLURAL_FORMS = "nplurals=1; plural=0;";