diff options
| author | 2020-06-05 20:16:04 +0200 | |
|---|---|---|
| committer | 2020-06-05 20:16:04 +0200 | |
| commit | 8c4d71da2ef1366c8fcd3e7dfb7f4566d2f905f4 (patch) | |
| tree | 91c820081a54f8f4fd8f5832a02c4f5e83fc6cde /app/i18n/kr/feedback.php | |
| parent | 36bda2e715ed822cc495ff419ad565084e241f43 (diff) | |
Add missing translations (#3034)
* Add missing translations
* Add a simple way to check if an i18n key exists
There is a rule in the makefile to access it directly
Diffstat (limited to 'app/i18n/kr/feedback.php')
| -rw-r--r-- | app/i18n/kr/feedback.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/kr/feedback.php b/app/i18n/kr/feedback.php index 1ba91f2bd..e6745c3a5 100644 --- a/app/i18n/kr/feedback.php +++ b/app/i18n/kr/feedback.php @@ -36,6 +36,7 @@ return array( ), 'extensions' => array( 'already_enabled' => '%s 확장 기능은 이미 활성화되어 있습니다', + 'cannot_remove' => '%s cannot be removed', // TODO - Translation 'disable' => array( 'ko' => '%s 확장 기능을 비활성화 할 수 없습니다. 자세한 내용은 <a href="%s">FreshRSS 로그</a>를 참고하세요.', 'ok' => '%s 확장 기능이 비활성화되었습니다', @@ -47,6 +48,7 @@ return array( 'no_access' => '%s 확장 기능에 접근 권한이 없습니다', 'not_enabled' => '%s 확장 기능이 활성화되지 않았습니다', 'not_found' => '%s 확장 기능이 존재하지 않습니다', + 'removed' => '%s removed', // TODO - Translation ), 'import_export' => array( 'export_no_zip_extension' => 'ZIP 확장 기능을 서버에서 찾을 수 없습니다. 파일을 하나씩 내보내세요.', |
