diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/l10n/ko.php | 5 | ||||
-rw-r--r-- | core/l10n/zh_TW.php | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/core/l10n/ko.php b/core/l10n/ko.php index e00e4bd29ca..5a0b581fffc 100644 --- a/core/l10n/ko.php +++ b/core/l10n/ko.php @@ -33,6 +33,10 @@ "Error while sharing" => "공유하던 중에 에러발생", "Error while unsharing" => "공유해제하던 중에 에러발생", "Error while changing permissions" => "권한변경 중에 에러발생", +"Shared with you and the group {group} by {owner}" => "당신과 {owner} 의 그룹 {group} 로 공유중", +"Shared with you by {owner}" => "{owner} 와 공유중", +"Share with" => "공유자", +"Share with link" => "URL 링크로 공유", "Password protect" => "비밀번호 보호", "Password" => "암호", "Set expiration date" => "만료일자 설정", @@ -40,6 +44,7 @@ "Share via email:" => "via 이메일로 공유", "No people found" => "발견된 사람 없음", "Resharing is not allowed" => "재공유는 허용되지 않습니다", +"Shared in {item} with {user}" => "{item} 내에서 {user} 와 공유중", "Unshare" => "공유해제", "can edit" => "편집 가능", "access control" => "컨트롤에 접근", diff --git a/core/l10n/zh_TW.php b/core/l10n/zh_TW.php index 2d5bb407087..45c7596e609 100644 --- a/core/l10n/zh_TW.php +++ b/core/l10n/zh_TW.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "No category to add?" => "無分類添加?", "This category already exists: " => "此分類已經存在:", +"Object type not provided." => "不支援的物件類型", "No categories selected for deletion." => "沒選擇要刪除的分類", "Settings" => "設定", "seconds ago" => "幾秒前", @@ -22,7 +23,9 @@ "Yes" => "Yes", "Ok" => "Ok", "Error" => "錯誤", +"The app name is not specified." => "沒有詳述APP名稱.", "Error while sharing" => "分享時發生錯誤", +"Error while unsharing" => "取消分享時發生錯誤", "Shared with you by {owner}" => "{owner} 已經和您分享", "Share with" => "與分享", "Share with link" => "使用連結分享", |