ru.json•4.36 kB
{
  "Grist": "Грист",
  "open source spreadsheet": "таблица с открытым исходным кодом",
  "API Key": "Ключ API",
  "Domain URL": "URL домена",
  "\n\tLog in to your Grist account. Navigate to the account menu at the top right, and select **Profile Settings** to manage or create your API Key.\n\tIn the **Domain URL** field, enter the domain URL of your Grist instance.For example,if you have team site it will be \"https://team.getgist.com\".": "\n\tLog in to your Grist account. Navigate to the account menu at the top right, and select **Profile Settings** to manage or create your API Key.\n\tIn the **Domain URL** field, enter the domain URL of your Grist instance.For example,if you have team site it will be \"https://team.getgist.com\".",
  "Create Record": "Создать запись",
  "Search Record": "Поиск записи",
  "Update Record": "Обновить запись",
  "Upload Attachment to Document": "Загрузить вложение в документ",
  "Custom API Call": "Пользовательский вызов API",
  "Creates a new record in specific table.": "Создает новую запись в указанной таблице.",
  "Search record by matching criteria.": "Поиск записи по критериям.",
  "Updates an existing record in specific table.": "Обновляет существующую запись в определенной таблице.",
  "Uploads attachments to specific document.": "Загружает вложения в конкретный документ.",
  "Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
  "Workspace": "Рабочая область",
  "Document": "Документ",
  "Table": "Таблица",
  "Table Columns": "Столбцы таблицы",
  "Column": "Столбец",
  "Value": "Значение",
  "Record ID": "ID записи",
  "Attachment": "Вложение",
  "Attachment Name": "Название вложения",
  "Method": "Метод",
  "Headers": "Заголовки",
  "Query Parameters": "Параметры запроса",
  "Body": "Тело",
  "No Error on Failure": "Нет ошибок при ошибке",
  "Timeout (in seconds)": "Таймаут (в секундах)",
  "Enter the search text. The search operation is case sensitive, exact text match, and supports column-type Text only.": "Введите текст поиска. Операция поиска чувствительна к регистру, точное совпадение текста и поддерживает только тип столбца.",
  "In case you want to change the name of the attachment.": "В случае, если вы хотите изменить имя вложения.",
  "Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
  "GET": "ПОЛУЧИТЬ",
  "POST": "ПОСТ",
  "PATCH": "ПАТЧ",
  "PUT": "ПОКУПИТЬ",
  "DELETE": "УДАЛИТЬ",
  "HEAD": "HEAD",
  "New Record": "Новая запись",
  "Updated Record": "Запись обновлена",
  "Triggers when a new record is added to the table.": "Триггеры при добавлении новой записи в таблицу.",
  "Triggers when a record is updated in the table.": "Триггеры при обновлении записи в таблице.",
  "Readiness Column": "Столбец готовности",
  "A toggle (boolean) column which is True when the record is ready. The trigger will only be activated when that record becomes ready.Please follow [guideline](https://support.getgrist.com/integrators/#readiness-column) to create readiness column in table.": "Столбец (boolean) - True когда запись готова. Триггер будет активирован, только когда эта запись будет готова. арендовать следуйте за [guideline](https://support.getgrist.com/integrators/#readiness-column), чтобы создать столбец готовности в таблице."
}