From f909feffd7ef911f3c1f991af093bea0e3f7f8d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthew=20Fallah=20=28=E3=83=9E=E3=82=B7=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E3=83=BB=E3=83=95=E3=82=A1=E3=83=A9=E3=83=BC=29?= <107450287+moi-cest-matthew@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:21:59 -1000 Subject: [PATCH 1/6] Create cosmic_player.ftl for Japanese --- i18n/ja/cosmic_player.ftl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 i18n/ja/cosmic_player.ftl diff --git a/i18n/ja/cosmic_player.ftl b/i18n/ja/cosmic_player.ftl new file mode 100644 index 0000000..3ebb38c --- /dev/null +++ b/i18n/ja/cosmic_player.ftl @@ -0,0 +1,11 @@ +# Context pages + +##Settings +settings = 設定 + +### Appearance +appearance = 外観 +theme = テーマ +match-desktop = システム設定に従う +dark = ダーク +light = ライト From c2c20c1614c1272f47cd1fd8111d54deaffdb320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthew=20Fallah=20=28=E3=83=9E=E3=82=B7=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E3=83=BB=E3=83=95=E3=82=A1=E3=83=A9=E3=83=BC=29?= <107450287+moi-cest-matthew@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:22:32 -1000 Subject: [PATCH 2/6] Fix syntax error in Japanese file --- i18n/ja/cosmic_player.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/ja/cosmic_player.ftl b/i18n/ja/cosmic_player.ftl index 3ebb38c..eb76827 100644 --- a/i18n/ja/cosmic_player.ftl +++ b/i18n/ja/cosmic_player.ftl @@ -1,6 +1,6 @@ # Context pages -##Settings +## Settings settings = 設定 ### Appearance From 6bae5445dd196357ce78deeb44e46ad8cf28ef6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthew=20Fallah=20=28=E3=83=9E=E3=82=B7=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E3=83=BB=E3=83=95=E3=82=A1=E3=83=A9=E3=83=BC=29?= <107450287+moi-cest-matthew@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:24:52 -1000 Subject: [PATCH 3/6] Start Spanish translation --- i18n/es/cosmic_player.ftl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 i18n/es/cosmic_player.ftl diff --git a/i18n/es/cosmic_player.ftl b/i18n/es/cosmic_player.ftl new file mode 100644 index 0000000..1332cc8 --- /dev/null +++ b/i18n/es/cosmic_player.ftl @@ -0,0 +1,11 @@ +# Context Pages + +## Settings +settings = Ajustes + +### Appearance +appearance = Apariencia +theme = Tema +match-desktop = Automático +dark = Oscuro +light = Claro From 95567223047def4277d7b2193657211c75a31593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthew=20Fallah=20=28=E3=83=9E=E3=82=B7=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E3=83=BB=E3=83=95=E3=82=A1=E3=83=A9=E3=83=BC=29?= <107450287+moi-cest-matthew@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:25:57 -1000 Subject: [PATCH 4/6] Start french translation --- i18n/fr/cosmic_player.ftl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 i18n/fr/cosmic_player.ftl diff --git a/i18n/fr/cosmic_player.ftl b/i18n/fr/cosmic_player.ftl new file mode 100644 index 0000000..6a7725f --- /dev/null +++ b/i18n/fr/cosmic_player.ftl @@ -0,0 +1,11 @@ +# Context Pages + +## Settings +settings = Paramètres + +### Appearance +appearance = Apparence +theme = Thème +match-desktop = Automatique +dark = Sombre +light = Clair From 8d43d4ea8f551f50e4706e60f2c60d782bac1c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthew=20Fallah=20=28=E3=83=9E=E3=82=B7=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E3=83=BB=E3=83=95=E3=82=A1=E3=83=A9=E3=83=BC=29?= <107450287+moi-cest-matthew@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:26:45 -1000 Subject: [PATCH 5/6] Start Italian translation --- i18n/it/cosmic_player.ftl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 i18n/it/cosmic_player.ftl diff --git a/i18n/it/cosmic_player.ftl b/i18n/it/cosmic_player.ftl new file mode 100644 index 0000000..69cc07a --- /dev/null +++ b/i18n/it/cosmic_player.ftl @@ -0,0 +1,11 @@ +# Context Pages + +## Settings +settings = Opzioni + +### Appearance +appearance = Aspetto +theme = Tema +match-desktop = Automatico +dark = Oscuro +light = Chiaro From 4ab75dbdb6d96ea4592c793669013e6e4af47056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthew=20Fallah=20=28=E3=83=9E=E3=82=B7=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E3=83=BB=E3=83=95=E3=82=A1=E3=83=A9=E3=83=BC=29?= <107450287+moi-cest-matthew@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:27:47 -1000 Subject: [PATCH 6/6] Start Dutch translation --- i18n/nl/cosmic_player.ftl | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 i18n/nl/cosmic_player.ftl diff --git a/i18n/nl/cosmic_player.ftl b/i18n/nl/cosmic_player.ftl new file mode 100644 index 0000000..fe8923e --- /dev/null +++ b/i18n/nl/cosmic_player.ftl @@ -0,0 +1,11 @@ +# Context Pages + +## Settings +settings = Instelligen + +### Appearance +appearance = Uiterlijk +theme = Thema +match-desktop = Automatisch +dark = Donkere +light = Heldere