From b3730dde33e8501632d21c5de8bfd2411c12a560 Mon Sep 17 00:00:00 2001 From: ywnkmn <114789883+ywnkmn@users.noreply.github.com> Date: Thu, 25 Jan 2024 06:24:49 +0000 Subject: [PATCH] i8n: Add Chinese and Russian translations --- i18n/ru/cosmic_player.ftl | 11 +++++++++++ i18n/zh-cn/cosmic_player.ftl | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 i18n/ru/cosmic_player.ftl create mode 100644 i18n/zh-cn/cosmic_player.ftl diff --git a/i18n/ru/cosmic_player.ftl b/i18n/ru/cosmic_player.ftl new file mode 100644 index 0000000..5f8c033 --- /dev/null +++ b/i18n/ru/cosmic_player.ftl @@ -0,0 +1,11 @@ +# Context Pages + +## Settings +settings = Настройки + +### Appearance +appearance = Внешность +theme = Тема +match-desktop = Как система +dark = Темная +light = Светлая \ No newline at end of file diff --git a/i18n/zh-cn/cosmic_player.ftl b/i18n/zh-cn/cosmic_player.ftl new file mode 100644 index 0000000..57d926f --- /dev/null +++ b/i18n/zh-cn/cosmic_player.ftl @@ -0,0 +1,11 @@ +# Context Pages + +## Settings +settings = 配置 + +### Appearance +appearance = 外观 +theme = 主题 +match-desktop = 搭配桌面 +dark = 深色 +light = 浅色 \ No newline at end of file