chore: add missing translations (#28631)

This commit is contained in:
yyh
2025-11-25 14:52:17 +08:00
committed by GitHub
parent 58be008676
commit 82dac2eba0
250 changed files with 9194 additions and 324 deletions

View File

@@ -65,6 +65,12 @@ const translation = {
no: 'Нет',
deleteConfirmTitle: 'Удалить?',
confirmAction: 'Пожалуйста, подтвердите ваше действие.',
noSearchResults: 'Ничего {{content}} не найдено',
resetKeywords: 'Сбросить ключевые слова',
selectCount: '{{count}} Выбран',
searchCount: 'Найти {{count}} {{content}}',
noSearchCount: '0 {{content}}',
now: 'Сейчас',
},
errorMsg: {
fieldRequired: '{{field}} обязательно',
@@ -73,6 +79,7 @@ const translation = {
placeholder: {
input: 'Пожалуйста, введите',
select: 'Пожалуйста, выберите',
search: 'Поиск...',
},
voice: {
language: {
@@ -769,6 +776,13 @@ const translation = {
label: {
optional: '(необязательно)',
},
noData: 'Нет данных',
dynamicSelect: {
error: 'Не удалось загрузить параметры',
noData: 'Нет доступных вариантов',
loading: 'Загрузка параметров...',
selected: '{{count}} выбрано',
},
}
export default translation