(core) updates from grist-core

This commit is contained in:
Paul Fitzpatrick
2024-03-25 09:45:23 -04:00
11 changed files with 102 additions and 11 deletions

View File

@@ -665,7 +665,8 @@
"Insert row": "Insert row",
"Insert row above": "Insert row above",
"Insert row below": "Insert row below",
"View as card": "View as card"
"View as card": "View as card",
"Use as table headers": "Use as table headers"
},
"SelectionSummary": {
"Copied to clipboard": "Copied to clipboard"

View File

@@ -586,7 +586,8 @@
"Insert row below": "Insertar fila debajo",
"Duplicate rows_one": "Duplicar fila",
"Duplicate rows_other": "Duplicar filas",
"View as card": "Ver como tarjeta"
"View as card": "Ver como tarjeta",
"Use as table headers": "Usar como encabezados de la tabla"
},
"ShareMenu": {
"Access Details": "Detalles de Acceso",

View File

@@ -1379,5 +1379,15 @@
"FormSuccessPage": {
"Form Submitted": "Formulaire envoyé",
"Thank you! Your response has been recorded.": "Nous vous remercions. Votre réponse a été enregistrée."
},
"DateRangeOptions": {
"Last 30 days": "30 derniers jours",
"Next 7 days": "7 prochains jours",
"Last 7 days": "7 derniers jours",
"Last Week": "Semaine passée",
"This month": "Ce mois-ci",
"This week": "Cette semaine",
"This year": "Cette année",
"Today": "Aujourd'hui"
}
}

View File

@@ -268,7 +268,9 @@
"You do not have write access to this site": "У вас нет права записи для этого сайта",
"Remove all data but keep the structure to use as a template": "Удалить все данные, но сохранить структуру для использования в качестве шаблона.",
"Download full document and history": "Скачать полный документ и историю",
"Remove document history (can significantly reduce file size)": "Удалить историю документа (может значительно уменьшить размер файла)"
"Remove document history (can significantly reduce file size)": "Удалить историю документа (может значительно уменьшить размер файла)",
"Download": "Скачать",
"Download document": "Скачать документ"
},
"ShareMenu": {
"Back to Current": "Вернуться к текущему",
@@ -494,7 +496,7 @@
"Welcome to {{orgName}}": "Добро пожаловать в {{orgName}}",
"personal site": "личный сайт",
"You have read-only access to this site. Currently there are no documents.": "Вы имеете доступ к этому сайту только для просмотра. В настоящее время документов нет.",
"{{signUp}} to save your work. ": "{{signUp}} сохранить свою работу. ",
"{{signUp}} to save your work. ": "{{signUp}} для сохранения своих данных. ",
"Welcome to Grist, {{- name}}!": "Добро пожаловать в Grist, {{- name}}!",
"Welcome to {{- orgName}}": "Добро пожаловать в {{- orgName}}",
"Visit our {{link}} to learn more about Grist.": "Посетите наш {{link}} чтобы узнать больше о Grist.",
@@ -1375,5 +1377,15 @@
"FormSuccessPage": {
"Form Submitted": "Форма отправлена",
"Thank you! Your response has been recorded.": "Спасибо! Ваш ответ учтен."
},
"DateRangeOptions": {
"Today": "Сегодня",
"Last 30 days": "Последние 30 дней",
"Last 7 days": "Последние 7 дней",
"Last Week": "Последняя неделя",
"Next 7 days": "Следующие 7 дней",
"This month": "Этот месяц",
"This week": "Эта неделя",
"This year": "Текущий год"
}
}