mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-07 05:22:35 +02:00
fix(translations): restore some translations that were removed
This commit is contained in:
parent
d38d86a8be
commit
731c09ee26
3 changed files with 7 additions and 3 deletions
|
@ -134,4 +134,6 @@ export default {
|
|||
PoweredBy: "نیرو گرفته از",
|
||||
SwitchToLightTheme: "Switch to Light Theme",
|
||||
SwitchToDarkTheme: "Switch to Dark Theme",
|
||||
StatusPage: "صفحه وضعیت",
|
||||
UptimeKuma: "آپتایم کوما",
|
||||
};
|
||||
|
|
|
@ -131,4 +131,5 @@ export default {
|
|||
PoweredBy: "Powered by",
|
||||
SwitchToLightTheme: "Switch to Light Theme",
|
||||
SwitchToDarkTheme: "Switch to Dark Theme",
|
||||
StatusPage: "Página de Status",
|
||||
};
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
export default {
|
||||
Discard: "Отмена",
|
||||
CreateIncident: "Создать инцидент",
|
||||
SwitchToDarkTheme: "Тёмная тема",
|
||||
SwitchToLightTheme: "Светлая тема",
|
||||
LanguageName: "Русский",
|
||||
CheckEverySecond: "проверять каждые {0} секунд",
|
||||
RetryCheckEverySecond: "повторять каждые {0} секунд",
|
||||
|
@ -133,4 +130,8 @@ export default {
|
|||
Records: "records",
|
||||
OneRecord: "One record",
|
||||
PoweredBy: "Powered by",
|
||||
StatusPage: "Статус сервисов",
|
||||
CreateIncident: "Создать инцидент",
|
||||
SwitchToDarkTheme: "Тёмная тема",
|
||||
SwitchToLightTheme: "Светлая тема",
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue