From 85d26970d4888b094020a3b39c1e62a19174b528 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 11 Sep 2024 01:04:50 +0900 Subject: [PATCH 01/15] New translations translation.json (French) --- locales/fr/translation.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locales/fr/translation.json b/locales/fr/translation.json index 0e73783e..990c3c85 100644 --- a/locales/fr/translation.json +++ b/locales/fr/translation.json @@ -173,12 +173,25 @@ }, "settings": { "title": "Settings", + "cancel": "Cancel", + "save": "Save", "language": "Language", "font_size": "Font size", "mode": "Color mode", "dark_mode": "Dark mode", "light_mode": "Light mode", - "theme": "Color theme" + "theme": "Color theme", + "proxy": { + "title": "Proxy", + "no": "No proxy", + "os": "Use system proxy settings", + "manual": "Manual proxy configuration", + "protocol": "Protocol", + "http": "http", + "socks": "socks", + "host": "Host", + "port": "Port" + } }, "thirdparty": { "title": "Third-party licenses" From d9aab009a1457153213a8c39d34393754012d5b5 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 11 Sep 2024 01:04:51 +0900 Subject: [PATCH 02/15] New translations translation.json (Spanish) --- locales/es_es/translation.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locales/es_es/translation.json b/locales/es_es/translation.json index 68cc1153..5e4cba6d 100644 --- a/locales/es_es/translation.json +++ b/locales/es_es/translation.json @@ -173,12 +173,25 @@ }, "settings": { "title": "Configuraciones", + "cancel": "Cancel", + "save": "Save", "language": "Lenguaje", "font_size": "Tamaño de fuente", "mode": "Modo de color", "dark_mode": "Modo oscuro", "light_mode": "Modo claro", - "theme": "Tema de color" + "theme": "Tema de color", + "proxy": { + "title": "Proxy", + "no": "No proxy", + "os": "Use system proxy settings", + "manual": "Manual proxy configuration", + "protocol": "Protocol", + "http": "http", + "socks": "socks", + "host": "Host", + "port": "Port" + } }, "thirdparty": { "title": "Licencias de terceros" From 312033458ba2c9151d78121e2aa48826b8186daf Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 11 Sep 2024 01:04:53 +0900 Subject: [PATCH 03/15] New translations translation.json (Czech) --- locales/cs/translation.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locales/cs/translation.json b/locales/cs/translation.json index 0e73783e..990c3c85 100644 --- a/locales/cs/translation.json +++ b/locales/cs/translation.json @@ -173,12 +173,25 @@ }, "settings": { "title": "Settings", + "cancel": "Cancel", + "save": "Save", "language": "Language", "font_size": "Font size", "mode": "Color mode", "dark_mode": "Dark mode", "light_mode": "Light mode", - "theme": "Color theme" + "theme": "Color theme", + "proxy": { + "title": "Proxy", + "no": "No proxy", + "os": "Use system proxy settings", + "manual": "Manual proxy configuration", + "protocol": "Protocol", + "http": "http", + "socks": "socks", + "host": "Host", + "port": "Port" + } }, "thirdparty": { "title": "Third-party licenses" From 7db0a8f2cac62fe4905ab40bd44ee956d6927a2a Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 11 Sep 2024 01:04:54 +0900 Subject: [PATCH 04/15] New translations translation.json (German) --- locales/de/translation.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locales/de/translation.json b/locales/de/translation.json index 0e73783e..990c3c85 100644 --- a/locales/de/translation.json +++ b/locales/de/translation.json @@ -173,12 +173,25 @@ }, "settings": { "title": "Settings", + "cancel": "Cancel", + "save": "Save", "language": "Language", "font_size": "Font size", "mode": "Color mode", "dark_mode": "Dark mode", "light_mode": "Light mode", - "theme": "Color theme" + "theme": "Color theme", + "proxy": { + "title": "Proxy", + "no": "No proxy", + "os": "Use system proxy settings", + "manual": "Manual proxy configuration", + "protocol": "Protocol", + "http": "http", + "socks": "socks", + "host": "Host", + "port": "Port" + } }, "thirdparty": { "title": "Third-party licenses" From 7a5bce5e1ce80e46b60a3d1f3e17d4a8c2d036e5 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 11 Sep 2024 01:04:55 +0900 Subject: [PATCH 05/15] New translations translation.json (Hungarian) --- locales/hu/translation.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locales/hu/translation.json b/locales/hu/translation.json index 0e73783e..990c3c85 100644 --- a/locales/hu/translation.json +++ b/locales/hu/translation.json @@ -173,12 +173,25 @@ }, "settings": { "title": "Settings", + "cancel": "Cancel", + "save": "Save", "language": "Language", "font_size": "Font size", "mode": "Color mode", "dark_mode": "Dark mode", "light_mode": "Light mode", - "theme": "Color theme" + "theme": "Color theme", + "proxy": { + "title": "Proxy", + "no": "No proxy", + "os": "Use system proxy settings", + "manual": "Manual proxy configuration", + "protocol": "Protocol", + "http": "http", + "socks": "socks", + "host": "Host", + "port": "Port" + } }, "thirdparty": { "title": "Third-party licenses" From 2930f0b95afb87813e452d2583dadd3924731f1c Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 11 Sep 2024 01:04:56 +0900 Subject: [PATCH 06/15] New translations translation.json (Italian) --- locales/it/translation.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locales/it/translation.json b/locales/it/translation.json index 0e73783e..990c3c85 100644 --- a/locales/it/translation.json +++ b/locales/it/translation.json @@ -173,12 +173,25 @@ }, "settings": { "title": "Settings", + "cancel": "Cancel", + "save": "Save", "language": "Language", "font_size": "Font size", "mode": "Color mode", "dark_mode": "Dark mode", "light_mode": "Light mode", - "theme": "Color theme" + "theme": "Color theme", + "proxy": { + "title": "Proxy", + "no": "No proxy", + "os": "Use system proxy settings", + "manual": "Manual proxy configuration", + "protocol": "Protocol", + "http": "http", + "socks": "socks", + "host": "Host", + "port": "Port" + } }, "thirdparty": { "title": "Third-party licenses" From 12f1cae98d10256b239a4e87b9416abc64e94dae Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 11 Sep 2024 01:04:57 +0900 Subject: [PATCH 07/15] New translations translation.json (Japanese) --- locales/ja/translation.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locales/ja/translation.json b/locales/ja/translation.json index 9fde9603..904415c0 100644 --- a/locales/ja/translation.json +++ b/locales/ja/translation.json @@ -173,12 +173,25 @@ }, "settings": { "title": "設定", + "cancel": "Cancel", + "save": "Save", "language": "言語", "font_size": "フォントサイズ", "mode": "カラーモード", "dark_mode": "ダークモード", "light_mode": "ライトモード", - "theme": "カラーテーマ" + "theme": "カラーテーマ", + "proxy": { + "title": "Proxy", + "no": "No proxy", + "os": "Use system proxy settings", + "manual": "Manual proxy configuration", + "protocol": "Protocol", + "http": "http", + "socks": "socks", + "host": "Host", + "port": "Port" + } }, "thirdparty": { "title": "サードパーティのライセンス" From ab0340fe1d74bf67df2eaa76645984db91de4b4f Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 11 Sep 2024 01:04:58 +0900 Subject: [PATCH 08/15] New translations translation.json (Korean) --- locales/ko/translation.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locales/ko/translation.json b/locales/ko/translation.json index 0e73783e..990c3c85 100644 --- a/locales/ko/translation.json +++ b/locales/ko/translation.json @@ -173,12 +173,25 @@ }, "settings": { "title": "Settings", + "cancel": "Cancel", + "save": "Save", "language": "Language", "font_size": "Font size", "mode": "Color mode", "dark_mode": "Dark mode", "light_mode": "Light mode", - "theme": "Color theme" + "theme": "Color theme", + "proxy": { + "title": "Proxy", + "no": "No proxy", + "os": "Use system proxy settings", + "manual": "Manual proxy configuration", + "protocol": "Protocol", + "http": "http", + "socks": "socks", + "host": "Host", + "port": "Port" + } }, "thirdparty": { "title": "Third-party licenses" From 333d0b30cf1cab9957ce68029d6513237a2589a5 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 11 Sep 2024 01:04:59 +0900 Subject: [PATCH 09/15] New translations translation.json (Norwegian) --- locales/no/translation.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locales/no/translation.json b/locales/no/translation.json index 0e73783e..990c3c85 100644 --- a/locales/no/translation.json +++ b/locales/no/translation.json @@ -173,12 +173,25 @@ }, "settings": { "title": "Settings", + "cancel": "Cancel", + "save": "Save", "language": "Language", "font_size": "Font size", "mode": "Color mode", "dark_mode": "Dark mode", "light_mode": "Light mode", - "theme": "Color theme" + "theme": "Color theme", + "proxy": { + "title": "Proxy", + "no": "No proxy", + "os": "Use system proxy settings", + "manual": "Manual proxy configuration", + "protocol": "Protocol", + "http": "http", + "socks": "socks", + "host": "Host", + "port": "Port" + } }, "thirdparty": { "title": "Third-party licenses" From f0559a3ae718ad9e085176a48380c1a181aabcf7 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 11 Sep 2024 01:05:01 +0900 Subject: [PATCH 10/15] New translations translation.json (Portuguese) --- locales/pt_pt/translation.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locales/pt_pt/translation.json b/locales/pt_pt/translation.json index f8acd276..b53c3d67 100644 --- a/locales/pt_pt/translation.json +++ b/locales/pt_pt/translation.json @@ -173,12 +173,25 @@ }, "settings": { "title": "Definições", + "cancel": "Cancel", + "save": "Save", "language": "Idioma", "font_size": "Tamanho da fonte de letra", "mode": "Color mode", "dark_mode": "Dark mode", "light_mode": "Light mode", - "theme": "Color theme" + "theme": "Color theme", + "proxy": { + "title": "Proxy", + "no": "No proxy", + "os": "Use system proxy settings", + "manual": "Manual proxy configuration", + "protocol": "Protocol", + "http": "http", + "socks": "socks", + "host": "Host", + "port": "Port" + } }, "thirdparty": { "title": "Licenças de terceiros" From 7a5e77bbf99084a7a46906bf2ea09f34022aa86d Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 11 Sep 2024 01:05:02 +0900 Subject: [PATCH 11/15] New translations translation.json (Chinese Simplified) --- locales/zh_cn/translation.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locales/zh_cn/translation.json b/locales/zh_cn/translation.json index 0e73783e..990c3c85 100644 --- a/locales/zh_cn/translation.json +++ b/locales/zh_cn/translation.json @@ -173,12 +173,25 @@ }, "settings": { "title": "Settings", + "cancel": "Cancel", + "save": "Save", "language": "Language", "font_size": "Font size", "mode": "Color mode", "dark_mode": "Dark mode", "light_mode": "Light mode", - "theme": "Color theme" + "theme": "Color theme", + "proxy": { + "title": "Proxy", + "no": "No proxy", + "os": "Use system proxy settings", + "manual": "Manual proxy configuration", + "protocol": "Protocol", + "http": "http", + "socks": "socks", + "host": "Host", + "port": "Port" + } }, "thirdparty": { "title": "Third-party licenses" From da806275e0a2f8f8efc8278a37bff8356dd83e1e Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 11 Sep 2024 01:05:04 +0900 Subject: [PATCH 12/15] New translations translation.json (Chinese Traditional) --- locales/zh_tw/translation.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locales/zh_tw/translation.json b/locales/zh_tw/translation.json index 6ca1cac1..fa735570 100644 --- a/locales/zh_tw/translation.json +++ b/locales/zh_tw/translation.json @@ -173,12 +173,25 @@ }, "settings": { "title": "設定", + "cancel": "Cancel", + "save": "Save", "language": "語言", "font_size": "字型大小", "mode": "色彩模式", "dark_mode": "深色模式", "light_mode": "淺色模式", - "theme": "色彩主題" + "theme": "色彩主題", + "proxy": { + "title": "Proxy", + "no": "No proxy", + "os": "Use system proxy settings", + "manual": "Manual proxy configuration", + "protocol": "Protocol", + "http": "http", + "socks": "socks", + "host": "Host", + "port": "Port" + } }, "thirdparty": { "title": "第三方授權條款" From 4d53cd810faa7e6f6314af8bfccb693540e8fd2e Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 11 Sep 2024 01:05:05 +0900 Subject: [PATCH 13/15] New translations translation.json (Indonesian) --- locales/id/translation.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locales/id/translation.json b/locales/id/translation.json index 0e73783e..990c3c85 100644 --- a/locales/id/translation.json +++ b/locales/id/translation.json @@ -173,12 +173,25 @@ }, "settings": { "title": "Settings", + "cancel": "Cancel", + "save": "Save", "language": "Language", "font_size": "Font size", "mode": "Color mode", "dark_mode": "Dark mode", "light_mode": "Light mode", - "theme": "Color theme" + "theme": "Color theme", + "proxy": { + "title": "Proxy", + "no": "No proxy", + "os": "Use system proxy settings", + "manual": "Manual proxy configuration", + "protocol": "Protocol", + "http": "http", + "socks": "socks", + "host": "Host", + "port": "Port" + } }, "thirdparty": { "title": "Third-party licenses" From 4e2dc8636713c7fbe76fbd4dd32b53e53d04ab77 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 11 Sep 2024 01:05:06 +0900 Subject: [PATCH 14/15] New translations translation.json (Persian) --- locales/fa/translation.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locales/fa/translation.json b/locales/fa/translation.json index 0e73783e..990c3c85 100644 --- a/locales/fa/translation.json +++ b/locales/fa/translation.json @@ -173,12 +173,25 @@ }, "settings": { "title": "Settings", + "cancel": "Cancel", + "save": "Save", "language": "Language", "font_size": "Font size", "mode": "Color mode", "dark_mode": "Dark mode", "light_mode": "Light mode", - "theme": "Color theme" + "theme": "Color theme", + "proxy": { + "title": "Proxy", + "no": "No proxy", + "os": "Use system proxy settings", + "manual": "Manual proxy configuration", + "protocol": "Protocol", + "http": "http", + "socks": "socks", + "host": "Host", + "port": "Port" + } }, "thirdparty": { "title": "Third-party licenses" From 0ff89457975f3ce5261ffbc458d4c675a7c6b846 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Wed, 11 Sep 2024 01:05:07 +0900 Subject: [PATCH 15/15] New translations translation.json (Scottish Gaelic) --- locales/gd/translation.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/locales/gd/translation.json b/locales/gd/translation.json index 0e73783e..990c3c85 100644 --- a/locales/gd/translation.json +++ b/locales/gd/translation.json @@ -173,12 +173,25 @@ }, "settings": { "title": "Settings", + "cancel": "Cancel", + "save": "Save", "language": "Language", "font_size": "Font size", "mode": "Color mode", "dark_mode": "Dark mode", "light_mode": "Light mode", - "theme": "Color theme" + "theme": "Color theme", + "proxy": { + "title": "Proxy", + "no": "No proxy", + "os": "Use system proxy settings", + "manual": "Manual proxy configuration", + "protocol": "Protocol", + "http": "http", + "socks": "socks", + "host": "Host", + "port": "Port" + } }, "thirdparty": { "title": "Third-party licenses"