blob: 3ab878c84ae2cd6b0f5f78209db834e3bc0014bd (
plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Martin Liu <liuzh66@gmail.com>, 2014
# waterone <suiy02@gmail.com>, 2013
# Xuetian Weng <wengxt@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-05-31 01:54-0400\n"
"PO-Revision-Date: 2014-05-31 05:54+0000\n"
"Last-Translator: I Robot\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: appinfo/app.php:32 js/app.js:32
msgid "Shared with you"
msgstr ""
#: appinfo/app.php:41 js/app.js:51
msgid "Shared with others"
msgstr ""
#: js/app.js:33
msgid "No files have been shared with you yet."
msgstr ""
#: js/app.js:52
msgid "You haven't shared any files yet."
msgstr ""
#: js/share.js:47 js/share.js:55
msgid "Shared by {owner}"
msgstr "由{owner}共享"
#: js/sharedfilelist.js:116
msgid "Shared by"
msgstr ""
#: js/sharedfilelist.js:220
msgid "link"
msgstr ""
#: templates/authenticate.php:4
msgid "This share is password-protected"
msgstr "这是一个密码保护的共享"
#: templates/authenticate.php:7
msgid "The password is wrong. Try again."
msgstr "用户名或密码错误!请重试"
#: templates/authenticate.php:10
msgid "Password"
msgstr "密码"
#: templates/list.php:16
msgid "Name"
msgstr ""
#: templates/list.php:20
msgid "Share time"
msgstr ""
#: templates/part.404.php:3
msgid "Sorry, this link doesn’t seem to work anymore."
msgstr "抱歉,此链接已失效"
#: templates/part.404.php:4
msgid "Reasons might be:"
msgstr "可能原因是:"
#: templates/part.404.php:6
msgid "the item was removed"
msgstr "此项已移除"
#: templates/part.404.php:7
msgid "the link expired"
msgstr "链接过期"
#: templates/part.404.php:8
msgid "sharing is disabled"
msgstr "共享已禁用"
#: templates/part.404.php:10
msgid "For more info, please ask the person who sent this link."
msgstr "欲知详情,请联系发给你链接的人。"
#: templates/public.php:21
msgid "Download"
msgstr "下载"
#: templates/public.php:52
#, php-format
msgid "Download %s"
msgstr "下载 %s"
#: templates/public.php:56
msgid "Direct link"
msgstr "直接链接"
|