summaryrefslogtreecommitdiff
path: root/src/locales
diff options
context:
space:
mode:
Diffstat (limited to 'src/locales')
-rw-r--r--src/locales/en-US.json8
-rw-r--r--src/locales/ru-RU.json8
2 files changed, 16 insertions, 0 deletions
diff --git a/src/locales/en-US.json b/src/locales/en-US.json
index ca7c4da1..d3ea2ee6 100644
--- a/src/locales/en-US.json
+++ b/src/locales/en-US.json
@@ -656,12 +656,20 @@
"button": {
"exportAll": "Export all"
},
+ "modal": {
+ "deleteAllTitle": "Delete all logs",
+ "deleteAllMessage": "Are you sure you want to delete all logs? This action cannot be undone."
+ },
"table": {
"created": "Created",
"bootCount": "Boot count",
"postCode": "POST code",
"searchLogs": "Search logs",
"timeStampOffset": "Time stamp offset"
+ },
+ "toast": {
+ "errorDelete": "Error deleting %{count} log. | Error deleting %{count} logs.",
+ "successDelete": "Successfully deleted %{count} log. | Successfully deleted %{count} logs."
}
},
"pageProfileSettings": {
diff --git a/src/locales/ru-RU.json b/src/locales/ru-RU.json
index 9dd883f3..9e0debec 100644
--- a/src/locales/ru-RU.json
+++ b/src/locales/ru-RU.json
@@ -656,12 +656,20 @@
"button": {
"exportAll": "Экспортировать всё"
},
+ "modal": {
+ "deleteAllTitle": "Удалить все логи",
+ "deleteAllMessage": "Вы уверены, что хотите удалить все логи? Действие не может быть отменено."
+ },
"table": {
"created": "Создано",
"bootCount": "Номер загрузки",
"postCode": "POST код",
"searchLogs": "Поиск в логах",
"timeStampOffset": "Временная метка"
+ },
+ "toast": {
+ "errorDelete": "Ошибка удаления %{count} записи. | Ошибка уделения %{count} записей.",
+ "successDelete": "Успешное удаление %{count} записи. | Успешное удаление всех %{count} записей."
}
},
"pageProfileSettings": {