Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo refactor about CTRL shortcut text #152

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/lang/de-DE.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
toolbar: 'Rückgängig',
},
redo: {
toolbar: 'Wiederholen',
toolbar: 'Wiederholen(Ctrl+Y)',
},
clear: {
toolbar: 'Löschen',
Expand Down Expand Up @@ -48,15 +48,15 @@ export default {
placeholder: 'Strike',
},
quote: {
toolbar: 'Zitat',
toolbar: 'Zitat(Ctrl+Q)',
placeholder: 'Zitat',
},
ul: {
toolbar: 'Ungeordnete Liste',
toolbar: 'Ungeordnete Liste(Ctrl+U)',
placeholder: 'Ungeordnete Liste',
},
ol: {
toolbar: 'Geordnete Liste',
toolbar: 'Geordnete Liste(Ctrl+O)',
placeholder: 'Geordnete Liste',
},
table: {
Expand All @@ -66,7 +66,7 @@ export default {
toolbar: 'Horizontale Linie',
},
link: {
toolbar: 'Link einfügen',
toolbar: 'Link einfügen(Ctrl+L)',
descPlaceholder: 'Link',
},
image: {
Expand All @@ -82,7 +82,7 @@ export default {
toolbar: 'Codeblock einfügen',
},
save: {
toolbar: 'Speichern',
toolbar: 'Speichern(Ctrl+S)',
},
preview: {
enabled: 'Vorschau anzeigen',
Expand Down
20 changes: 10 additions & 10 deletions src/lang/en-US.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
export default {
undo: {
toolbar: 'Undo',
toolbar: 'Undo(Ctrl+Z)',
},
redo: {
toolbar: 'Redo',
toolbar: 'Redo(Ctrl+Y)',
},
clear: {
toolbar: 'Clear',
},
h: {
toolbar: 'Headings',
toolbar: 'Headings(Ctrl+1~6)',
},
h1: {
toolbar: 'Heading 1',
Expand All @@ -36,27 +36,27 @@ export default {
placeholder: 'Heading 6',
},
bold: {
toolbar: 'Bold',
toolbar: 'Bold(Ctrl+B)',
placeholder: 'Bold',
},
italic: {
toolbar: 'Italic',
toolbar: 'Italic(Ctrl+I)',
placeholder: 'Italic',
},
strikethrough: {
toolbar: 'Strike',
placeholder: 'Strike',
},
quote: {
toolbar: 'Blockquote',
toolbar: 'Blockquote(Ctrl+Q)',
placeholder: 'Blockquote',
},
ul: {
toolbar: 'Unordered list',
toolbar: 'Unordered list(Ctrl+U)',
placeholder: 'Unordered list',
},
ol: {
toolbar: 'Ordered list',
toolbar: 'Ordered list(Ctrl+O)',
placeholder: 'Ordered list',
},
table: {
Expand All @@ -66,7 +66,7 @@ export default {
toolbar: 'Line',
},
link: {
toolbar: 'Insert link',
toolbar: 'Insert link(Ctrl+L)',
descPlaceholder: 'Link',
},
image: {
Expand All @@ -82,7 +82,7 @@ export default {
toolbar: 'Insert Codeblock',
},
save: {
toolbar: 'Save',
toolbar: 'Save(Ctrl+S)',
},
preview: {
enabled: 'Enable preview',
Expand Down
20 changes: 10 additions & 10 deletions src/lang/es-ES.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
export default {
undo: {
toolbar: 'Deshacer',
toolbar: 'Deshacer(Ctrl+Z)',
},
redo: {
toolbar: 'Rehacer',
toolbar: 'Rehacer(Ctrl+Y)',
},
clear: {
toolbar: 'Borrar',
},
h: {
toolbar: 'Encabezados',
toolbar: 'Encabezados(Ctrl+1~6)',
},
h1: {
toolbar: 'Titulo 1',
Expand All @@ -36,27 +36,27 @@ export default {
placeholder: 'Título 6',
},
bold: {
toolbar: 'Negrita',
toolbar: 'Negrita(Ctrl+B)',
placeholder: 'Negrita',
},
italic: {
toolbar: 'Itálica',
toolbar: 'Itálica(Ctrl+I)',
placeholder: 'Itálica',
},
strikethrough: {
toolbar: 'Tachado',
placeholder: 'Tachado',
},
quote: {
toolbar: 'Blockquote',
toolbar: 'Blockquote(Ctrl+Q)',
placeholder: 'Blockquote',
},
ul: {
toolbar: 'Lista desordenada',
toolbar: 'Lista desordenada(Ctrl+U)',
placeholder: 'Lista desordenada',
},
ol: {
toolbar: 'Lista ordenada',
toolbar: 'Lista ordenada(Ctrl+O)',
placeholder: 'Lista ordenada',
},
table: {
Expand All @@ -66,7 +66,7 @@ export default {
toolbar: 'Línea',
},
link: {
toolbar: 'Insertar enlace',
toolbar: 'Insertar enlace(Ctrl+L)',
descPlaceholder: 'Enlace',
},
image: {
Expand All @@ -82,7 +82,7 @@ export default {
toolbar: 'Insertar Bloque de Código',
},
save: {
toolbar: 'Guardar',
toolbar: 'Guardar(Ctrl+S)',
},
preview: {
enabled: 'Habilitar vista previa',
Expand Down
24 changes: 12 additions & 12 deletions src/lang/fr-FR.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
export default {
undo: {
toolbar: 'Annuler',
toolbar: 'Annuler(Ctrl+Z)',
},
redo: {
toolbar: 'Restaurer',
toolbar: 'Restaurer(Ctrl+Y)',
},
clear: {
toolbar: 'Vider',
},
h: {
toolbar: 'Entêtes',
toolbar: 'Entêtes(Ctrl+1~6)',
},
h1: {
toolbar: 'Entête 1',
Expand All @@ -36,37 +36,37 @@ export default {
placeholder: 'Entête 6',
},
bold: {
toolbar: 'Gras',
toolbar: 'Gras(Ctrl+B)',
placeholder: 'Gras',
},
italic: {
toolbar: 'Italique',
toolbar: 'Italique(Ctrl+I)',
placeholder: 'Italique',
},
strikethrough: {
toolbar: 'Barré',
placeholder: 'Barré',
},
quote: {
toolbar: 'Citation',
toolbar: 'Citation(Ctrl+Q)',
placeholder: 'Citation',
},
ul: {
toolbar: 'List désordonnée',
placeholder: 'List désordonnée',
toolbar: 'Liste désordonnée(Ctrl+U)',
placeholder: 'Liste désordonnée',
},
ol: {
toolbar: 'Liste ordonnée',
toolbar: 'Liste ordonnée(Ctrl+O)',
placeholder: 'Liste ordonnée',
},
table: {
toolbar: 'Insérer un tavleau',
toolbar: 'Insérer un tableau',
},
hr: {
toolbar: 'Ligne',
},
link: {
toolbar: 'Insérer un lien',
toolbar: 'Insérer un lien(Ctrl+L)',
descPlaceholder: 'Lien',
},
image: {
Expand All @@ -82,7 +82,7 @@ export default {
toolbar: 'Insérer un bloc de code',
},
save: {
toolbar: 'Enregister',
toolbar: 'Enregister(Ctrl+S)',
},
preview: {
enabled: 'Activer la prévisualisation',
Expand Down
20 changes: 10 additions & 10 deletions src/lang/ko-KR.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
export default {
undo: {
toolbar: '실행취소',
toolbar: '실행취소(Ctrl+Z)',
},
redo: {
toolbar: '복원',
toolbar: '복원(Ctrl+Y)',
},
clear: {
toolbar: '전체 삭제',
},
h: {
toolbar: '헤딩',
toolbar: '헤딩(Ctrl+1~6)',
},
h1: {
toolbar: '헤딩 1',
Expand All @@ -36,27 +36,27 @@ export default {
placeholder: '헤딩 6',
},
bold: {
toolbar: '굵게',
toolbar: '굵게(Ctrl+B)',
placeholder: '굵게',
},
italic: {
toolbar: '이탤릭',
toolbar: '이탤릭(Ctrl+I)',
placeholder: '이탤릭',
},
strikethrough: {
toolbar: '취소선',
placeholder: '취소선',
},
quote: {
toolbar: '인용',
toolbar: '인용(Ctrl+Q)',
placeholder: '인용',
},
ul: {
toolbar: '리스트',
toolbar: '리스트(Ctrl+U)',
placeholder: '리스트',
},
ol: {
toolbar: '순서 리스트',
toolbar: '순서 리스트(Ctrl+O)',
placeholder: '순서 리스트',
},
table: {
Expand All @@ -66,7 +66,7 @@ export default {
toolbar: '가로줄',
},
link: {
toolbar: '링크',
toolbar: '링크(Ctrl+L)',
descPlaceholder: '링크',
},
image: {
Expand All @@ -82,7 +82,7 @@ export default {
toolbar: '코드블럭',
},
save: {
toolbar: '저장',
toolbar: '저장(Ctrl+S)',
},
preview: {
enabled: '미리보기 켬',
Expand Down
20 changes: 10 additions & 10 deletions src/lang/pl-PL.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
export default {
undo: {
toolbar: 'Cofnij',
toolbar: 'Cofnij(Ctrl+Z)',
},
redo: {
toolbar: 'Powtórz',
toolbar: 'Powtórz(Ctrl+Y)',
},
clear: {
toolbar: 'Wyczyść wszystko',
},
h: {
toolbar: 'Nagłówki',
toolbar: 'Nagłówki(Ctrl+1~6)',
},
h1: {
toolbar: 'Nagłówek 1',
Expand All @@ -36,27 +36,27 @@ export default {
placeholder: 'Nagłówek 6',
},
bold: {
toolbar: 'Pogrubienie',
toolbar: 'Pogrubienie(Ctrl+B)',
placeholder: 'Pogrubienie',
},
italic: {
toolbar: 'Kursywa',
toolbar: 'Kursywa(Ctrl+I)',
placeholder: 'Kursywa',
},
strikethrough: {
toolbar: 'Przekreślenie',
placeholder: 'Przekreślenie',
},
quote: {
toolbar: 'Blok cytatu',
toolbar: 'Blok cytatu(Ctrl+Q)',
placeholder: 'Blok cytatu',
},
ul: {
toolbar: 'Lista nieuporządkowana',
toolbar: 'Lista nieuporządkowana(Ctrl+U)',
placeholder: 'Lista nieuporządkowana',
},
ol: {
toolbar: 'Lista uporządkowana',
toolbar: 'Lista uporządkowana(Ctrl+O)',
placeholder: 'Lista uporządkowana',
},
table: {
Expand All @@ -66,7 +66,7 @@ export default {
toolbar: 'Linia',
},
link: {
toolbar: 'Wstaw link',
toolbar: 'Wstaw link(Ctrl+L)',
descPlaceholder: 'Link',
},
image: {
Expand All @@ -82,7 +82,7 @@ export default {
toolbar: 'Wstaw blok kodu',
},
save: {
toolbar: 'Zapisz',
toolbar: 'Zapisz(Ctrl+S)',
},
preview: {
enabled: 'Pokaż podgląd',
Expand Down
Loading