Skip to content

Commit e8f0594

Browse files
committed
Update translation
1 parent a002600 commit e8f0594

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/shared/config/i18n/translations/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"deflate": "Deflate"
125125
},
126126
"selectCompression": "Select compression type",
127-
"delimiter": "Delimiter",
127+
"delimiter": "Field delimiter",
128128
"delimiters": {
129129
"tab": "Tab",
130130
"space": "Space",
@@ -135,7 +135,7 @@
135135
"encoding": "Encoding",
136136
"quote": "Wrap text in quotes",
137137
"escape": "Escape quotes with character",
138-
"includeHeader": "Include header",
138+
"includeHeader": "File contains header",
139139
"lineSeparator": "Line separator",
140140
"lineSeparators": {
141141
"win": "Windows (CRLF, \\r\\n)",

src/shared/config/i18n/translations/ru.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"deflate": "Deflate"
123123
},
124124
"selectCompression": "Выберите тип сжатия",
125-
"delimiter": "Разделитель",
125+
"delimiter": "Разделитель колонок",
126126
"delimiters": {
127127
"tab": "Табуляция",
128128
"space": "Пробел",
@@ -133,7 +133,7 @@
133133
"encoding": "Кодировка",
134134
"quote": "Оборачивать текст в кавычки",
135135
"escape": "Экранировать кавычки символом",
136-
"includeHeader": "Включить заголовок",
136+
"includeHeader": "В файлах есть заголовок",
137137
"lineSeparator": "Разделитель строк",
138138
"lineSeparators": {
139139
"win": "Windows (CRLF, \\r\\n)",

0 commit comments

Comments
 (0)