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. 32
      lib/src/translations/toolbar.i18n.dart
  2. 2
      lib/src/widgets/toolbar.dart

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

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

Loading…
Cancel
Save