korean translations (#1049)

pull/1054/head
comfuture 2 years ago committed by GitHub
parent e0e4b46f87
commit f28f2e30c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 30
      lib/src/translations/toolbar.i18n.dart
  2. 2
      lib/src/widgets/toolbar.dart

@ -284,21 +284,21 @@ extension Localization on String {
'Saved': '저장되었습니다.', 'Saved': '저장되었습니다.',
'Text': '텍스트', 'Text': '텍스트',
'What is entered is not a link': '입력한 내용은 링크가 아닙니다.', 'What is entered is not a link': '입력한 내용은 링크가 아닙니다.',
'Resize': 'Resize', 'Resize': '크기조정',
'Width': 'Width', 'Width': '넓이',
'Height': 'Height', 'Height': '높이',
'Small': 'Small', 'Small': '작게',
'Large': 'Large', 'Large': '크게',
'Huge': 'Huge', 'Huge': '매우크게',
'Clear': 'Clear', 'Clear': '초기화',
'Font': 'Font', 'Font': '글꼴',
'Search': 'Search', 'Search': '검색',
'matches': 'matches', 'matches': '결과',
'showing match': 'showing match', 'showing match': '결과 보기',
'Prev': 'Prev', 'Prev': '이전',
'Next': 'Next', 'Next': '다음',
'Camera': 'Camera', 'Camera': '카메라',
'Video': 'Video', 'Video': '비디오',
}, },
'ru': { 'ru': {
'Paste a link': 'Вставить ссылку', 'Paste a link': 'Вставить ссылку',

@ -162,7 +162,7 @@ class QuillToolbar extends StatelessWidget implements PreferredSizeWidget {
'Nunito': 'nunito', 'Nunito': 'nunito',
'Pacifico': 'pacifico', 'Pacifico': 'pacifico',
'Roboto Mono': 'roboto-mono', 'Roboto Mono': 'roboto-mono',
'Clear': 'Clear' 'Clear'.i18n: 'Clear'
}; };
return QuillToolbar( return QuillToolbar(

Loading…
Cancel
Save