Blame view

sources/apps/activity/l10n/zh_HK.php 1.16 KB
6d9380f96   Cédric Dupont   Update sources OC...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  <?php
  $TRANSLATIONS = array(
  "Your settings have been updated." => "你的設定已被儲存。",
  "Activity" => "活動",
  "A file or folder has been <strong>shared</strong>" => "檔案或資料夾已被<strong>分享</strong>",
  "You created %1\$s" => "你新增了%1\$s",
  "%2\$s created %1\$s" => "%2\$s 新增了 %1\$s",
  "You changed %1\$s" => "你改變了%1\$s",
  "%2\$s changed %1\$s" => "%2\$s 改變了 %1\$s",
  "You deleted %1\$s" => "你刪除了%1\$s",
  "%2\$s deleted %1\$s" => "%2\$s 刪除了 %1\$s",
  "You shared %1\$s with %2\$s" => "你分享了 %1\$s 給 %2\$s",
  "Files" => "文件",
  "%s and %s" => "%s 和 %s",
  ", " => ",",
  "_%s and <strong class=\_tooltip\_ title=\_%s\_>%n more</strong>_::_%s and <strong class=\_tooltip\_ title=\_%s\_>%n more</strong>_" => array(""),
  "_%s and %n more_::_%s and %n more_" => array(""),
  "Hello %s," => "你好 %s,",
  "* %s" => "* %s",
  "You will see a list of events here when you start to use your %s." => "當你開始使用你的%s,你會在這裡看到活動列表。",
  "Notifications" => "通知",
  "Mail" => "電子郵件",
  "Hourly" => "小時",
  "Daily" => "日",
  "Weekly" => "星期"
  );
  $PLURAL_FORMS = "nplurals=1; plural=0;";