[tx-robot] updated from transifex
This commit is contained in:
parent
0311976831
commit
8ec56ebe9d
|
@ -26,6 +26,7 @@ OC.L10N.register(
|
||||||
"Shared with group {group}" : "分享到群组 {group}",
|
"Shared with group {group}" : "分享到群组 {group}",
|
||||||
"Removed share for group {group}" : "到群组 {group} 的分享已被移除 ",
|
"Removed share for group {group}" : "到群组 {group} 的分享已被移除 ",
|
||||||
"{actor} shared with group {group}" : "{actor} 被分享到群组 {group}",
|
"{actor} shared with group {group}" : "{actor} 被分享到群组 {group}",
|
||||||
|
"You removed group {group} from {file}" : "已移除组 {group} 从 {file}",
|
||||||
"Shared as public link" : "共享为公开链接",
|
"Shared as public link" : "共享为公开链接",
|
||||||
"Removed public link" : "移除公开链接",
|
"Removed public link" : "移除公开链接",
|
||||||
"Public link expired" : "公开链接已过期",
|
"Public link expired" : "公开链接已过期",
|
||||||
|
@ -37,6 +38,7 @@ OC.L10N.register(
|
||||||
"Shared with {user}" : "与 {user} 分享",
|
"Shared with {user}" : "与 {user} 分享",
|
||||||
"Removed share for {user}" : "移除给 {user} 的共享",
|
"Removed share for {user}" : "移除给 {user} 的共享",
|
||||||
"Shared by {actor}" : "由 {actor} 共享",
|
"Shared by {actor}" : "由 {actor} 共享",
|
||||||
|
"{actor} removed share" : "{actor} 移除共享",
|
||||||
"{actor} removed {user} from {file}" : "{actor} 移除 {user} 从 {file}",
|
"{actor} removed {user} from {file}" : "{actor} 移除 {user} 从 {file}",
|
||||||
"A file or folder was shared from <strong>another server</strong>" : "<strong>其它服务器</strong> 中一个文件或者文件夹被共享 ",
|
"A file or folder was shared from <strong>another server</strong>" : "<strong>其它服务器</strong> 中一个文件或者文件夹被共享 ",
|
||||||
"A file or folder has been <strong>shared</strong>" : "一个文件或文件夹已<strong>共享</strong>。",
|
"A file or folder has been <strong>shared</strong>" : "一个文件或文件夹已<strong>共享</strong>。",
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
"Shared with group {group}" : "分享到群组 {group}",
|
"Shared with group {group}" : "分享到群组 {group}",
|
||||||
"Removed share for group {group}" : "到群组 {group} 的分享已被移除 ",
|
"Removed share for group {group}" : "到群组 {group} 的分享已被移除 ",
|
||||||
"{actor} shared with group {group}" : "{actor} 被分享到群组 {group}",
|
"{actor} shared with group {group}" : "{actor} 被分享到群组 {group}",
|
||||||
|
"You removed group {group} from {file}" : "已移除组 {group} 从 {file}",
|
||||||
"Shared as public link" : "共享为公开链接",
|
"Shared as public link" : "共享为公开链接",
|
||||||
"Removed public link" : "移除公开链接",
|
"Removed public link" : "移除公开链接",
|
||||||
"Public link expired" : "公开链接已过期",
|
"Public link expired" : "公开链接已过期",
|
||||||
|
@ -35,6 +36,7 @@
|
||||||
"Shared with {user}" : "与 {user} 分享",
|
"Shared with {user}" : "与 {user} 分享",
|
||||||
"Removed share for {user}" : "移除给 {user} 的共享",
|
"Removed share for {user}" : "移除给 {user} 的共享",
|
||||||
"Shared by {actor}" : "由 {actor} 共享",
|
"Shared by {actor}" : "由 {actor} 共享",
|
||||||
|
"{actor} removed share" : "{actor} 移除共享",
|
||||||
"{actor} removed {user} from {file}" : "{actor} 移除 {user} 从 {file}",
|
"{actor} removed {user} from {file}" : "{actor} 移除 {user} 从 {file}",
|
||||||
"A file or folder was shared from <strong>another server</strong>" : "<strong>其它服务器</strong> 中一个文件或者文件夹被共享 ",
|
"A file or folder was shared from <strong>another server</strong>" : "<strong>其它服务器</strong> 中一个文件或者文件夹被共享 ",
|
||||||
"A file or folder has been <strong>shared</strong>" : "一个文件或文件夹已<strong>共享</strong>。",
|
"A file or folder has been <strong>shared</strong>" : "一个文件或文件夹已<strong>共享</strong>。",
|
||||||
|
|
Loading…
Reference in New Issue