diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-05-22 02:27:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-05-22 02:27:14 +0000 |
commit | 41f0cf4fcaddec8ce8442b10a2b048233bfaaaab (patch) | |
tree | dedc23250c80193375d86e15bdd18b159ce943e6 /apps/files/l10n/zh_CN.js | |
parent | 9a80052eebd5f317bf864507ead8f024ca89b7f3 (diff) | |
download | nextcloud-server-41f0cf4fcaddec8ce8442b10a2b048233bfaaaab.tar.gz nextcloud-server-41f0cf4fcaddec8ce8442b10a2b048233bfaaaab.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/zh_CN.js')
-rw-r--r-- | apps/files/l10n/zh_CN.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js index 19d1586fb99..3e00d95ab64 100644 --- a/apps/files/l10n/zh_CN.js +++ b/apps/files/l10n/zh_CN.js @@ -79,6 +79,10 @@ OC.L10N.register( "File name cannot be empty." : "文件名不能为空。", "\"/\" is not allowed inside a file name." : "文件名不能包含“/”", "\"{name}\" is not an allowed filetype" : "\"{name}\" 不是允许的文件类型", + "Storage of {owner} is full, files cannot be updated or synced anymore!" : "{owner} 的存储已满,无法再更新或同步文件了!", + "Group folder \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "群组文件夹 “{mountPoint}” 已满,无法再更新或同步文件!", + "External storage \"{mountPoint}\" is full, files cannot be updated or synced anymore!" : "外部存储器 \"{mountPoint}\" 已满,无法再更新或同步文件!", + "Your storage is full, files cannot be updated or synced anymore!" : "你的存储已满,无法再更新或同步文件!", "Storage of {owner} is almost full ({usedSpacePercent}%)." : "{owner} 的存储空间几乎已满 ({usedSpacePercent}%)。", "Group folder \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "组文件夹 \"{mountPoint}\" 的存储空间几乎已满 ({usedSpacePercent}%)。", "External storage \"{mountPoint}\" is almost full ({usedSpacePercent}%)." : "外部存储 \"{mountPoint}\" 的存储空间几乎已满 ({usedSpacePercent}%)。", |