Add manual theme switcher (fixes #5)
This commit is contained in:
@ -58,6 +58,10 @@ source = "مصدر الموقع الإلكتروني"
|
||||
table_of_contents = "جدول المحتويات"
|
||||
tags = "العلامات"
|
||||
tags_title = "العلامات"
|
||||
theme = "السمة"
|
||||
theme_dark = "التبديل إلى السمة الداكنة"
|
||||
theme_light = "التبديل إلى السمة الفاتحة"
|
||||
theme_system = "استخدام سمة النظام"
|
||||
tip = "نصيحة"
|
||||
trigger_warning = "تحذير الزناد"
|
||||
updated = "تحديث"
|
||||
|
@ -62,6 +62,10 @@ source = "Website source"
|
||||
table_of_contents = "Table of Contents"
|
||||
tags = "tags"
|
||||
tags_title = "Tags"
|
||||
theme = "Theme"
|
||||
theme_dark = "Switch to dark theme"
|
||||
theme_light = "Switch to light theme"
|
||||
theme_system = "Use system theme"
|
||||
tip = "Tip"
|
||||
trigger_warning = "Trigger Warning"
|
||||
updated = "Updated on"
|
||||
|
@ -66,6 +66,10 @@ source = "Исходный код веб-сайта"
|
||||
table_of_contents = "Оглавление"
|
||||
tags = "$NUMBER тегов"
|
||||
tags_title = "Теги"
|
||||
theme = "Тема"
|
||||
theme_dark = "Переключить на темную тему"
|
||||
theme_light = "Переключить на светлую тему"
|
||||
theme_system = "Использовать системную тему"
|
||||
tip = "Совет"
|
||||
trigger_warning = "Предупреждение о Тревоге"
|
||||
updated = "Обновлено"
|
||||
|
Reference in New Issue
Block a user