Browse Source

New translations en.json (Russian)

pull/7675/head
navi 9 months ago
parent
commit
25f748d310
  1. 26
      packages/nc-gui/lang/ru.json

26
packages/nc-gui/lang/ru.json

@ -195,6 +195,10 @@
"restore": "Restore" "restore": "Restore"
}, },
"objects": { "objects": {
"day": "Day",
"week": "Week",
"month": "Month",
"year": "Year",
"workspace": "Рабочее пространство", "workspace": "Рабочее пространство",
"workspaces": "Рабочие пространства", "workspaces": "Рабочие пространства",
"project": "Проект", "project": "Проект",
@ -420,6 +424,7 @@
} }
}, },
"labels": { "labels": {
"selectYear": "Select Year",
"save": "Save", "save": "Save",
"cancel": "Cancel", "cancel": "Cancel",
"metadataUrl": "Metadata URL", "metadataUrl": "Metadata URL",
@ -430,6 +435,12 @@
"newProvider": "New Provider", "newProvider": "New Provider",
"generalSettings": "General Settings", "generalSettings": "General Settings",
"ssoSettings": "SSO Settings", "ssoSettings": "SSO Settings",
"organizeBy": "Organize by",
"previous": "Previous",
"nextMonth": "Next Month",
"previousMonth": "Previous Month",
"next": "Next",
"organiseBy": "Organise by",
"heading1": "Заголовок 1", "heading1": "Заголовок 1",
"heading2": "Заголовок 2", "heading2": "Заголовок 2",
"heading3": "Заголовок 3", "heading3": "Заголовок 3",
@ -473,6 +484,8 @@
"timeFormat": "Формат времени", "timeFormat": "Формат времени",
"singularLabel": "Единственное число", "singularLabel": "Единственное число",
"pluralLabel": "Множественное число", "pluralLabel": "Множественное число",
"selectDateField": "Select a date field",
"endDateField": "End date field",
"optional": "(Необязательно)", "optional": "(Необязательно)",
"clickToMake": "Нажмите, чтобы сделать", "clickToMake": "Нажмите, чтобы сделать",
"visibleForRole": "видимый для роли:", "visibleForRole": "видимый для роли:",
@ -515,7 +528,9 @@
"duplicateFormView": "Duplicate Form View", "duplicateFormView": "Duplicate Form View",
"createFormView": "Create Form View", "createFormView": "Create Form View",
"duplicateKanbanView": "Duplicate Kanban View", "duplicateKanbanView": "Duplicate Kanban View",
"duplicateCalendarView": "Duplicate Calendar View",
"createKanbanView": "Create Kanban View", "createKanbanView": "Create Kanban View",
"createCalendarView": "Create Calendar View",
"viewName": "Название представления", "viewName": "Название представления",
"viewLink": "Ссылка на представление", "viewLink": "Ссылка на представление",
"columnName": "Название столбца", "columnName": "Название столбца",
@ -671,6 +686,12 @@
} }
}, },
"activity": { "activity": {
"goToToday": "Go to Today",
"toggleSidebar": "Toggle Sidebar",
"addEndDate": "Add end date",
"withEndDate": "with end date",
"calendar": "Calendar",
"viewSettings": "View settings",
"googleOAuth": "Google OAuth", "googleOAuth": "Google OAuth",
"registerOIDC": "Register OIDC Identity Provider", "registerOIDC": "Register OIDC Identity Provider",
"registerSAML": "Register SAML Identity Provider", "registerSAML": "Register SAML Identity Provider",
@ -931,6 +952,7 @@
"selectGroupField": "Select a Grouping Field", "selectGroupField": "Select a Grouping Field",
"selectGroupFieldNotFound": "No Single Select Field can be found. Please create one first.", "selectGroupFieldNotFound": "No Single Select Field can be found. Please create one first.",
"selectGeoField": "Select a GeoData Field", "selectGeoField": "Select a GeoData Field",
"notSelected": "-not selected-",
"selectGeoFieldNotFound": "No GeoData Field can be found. Please create one first.", "selectGeoFieldNotFound": "No GeoData Field can be found. Please create one first.",
"password": { "password": {
"enter": "Введите пароль", "enter": "Введите пароль",
@ -1069,11 +1091,15 @@
"length59Required": "The length exceeds the max 59 characters", "length59Required": "The length exceeds the max 59 characters",
"noNewNotifications": "You have no new notifications", "noNewNotifications": "You have no new notifications",
"noRecordFound": "Record not found", "noRecordFound": "Record not found",
"noRecordsFound": "No records found",
"rowDeleted": "Record deleted", "rowDeleted": "Record deleted",
"saveChanges": "Do you want to save the changes?", "saveChanges": "Do you want to save the changes?",
"tooLargeFieldEntity": "The field is too large to be converted to {entity}", "tooLargeFieldEntity": "The field is too large to be converted to {entity}",
"roleRequired": "Role required", "roleRequired": "Role required",
"warning": { "warning": {
"calendarNoFields": "Calendar view requires a date or date time field to be setup. Try setting up a calendar view after adding a date / date time field!",
"kanbanNoFields": "Kanban view requires a single select field to be setup. Try setting up a kanban view after adding a single select field!",
"mapNoFields": "Map view requires a geo data field to be setup. Try setting up a map view after adding a geo data field!",
"dbValid": "Please make sure database you are trying to connect is valid! This operation can cause schema loss!!", "dbValid": "Please make sure database you are trying to connect is valid! This operation can cause schema loss!!",
"barcode": { "barcode": {
"renderError": "Ошибка штрих-кода - пожалуйста, проверьте совместимость между вводом и типом штрих-кода" "renderError": "Ошибка штрих-кода - пожалуйста, проверьте совместимость между вводом и типом штрих-кода"

Loading…
Cancel
Save