Skip to content

Commit a04d6d4

Browse files
committed
chore(lang): add new language codes
1 parent 9f71a03 commit a04d6d4

File tree

28 files changed

+1013
-43
lines changed

28 files changed

+1013
-43
lines changed

.github/workflows/crowdin_upload.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@commitlint/config-conventional": "^19.2.2",
4747
"@nyariv/sandboxjs": "^0.8.24",
4848
"@reduxjs/toolkit": "^2.5.0",
49-
"@seelen-ui/lib": "^2.3.6-next.20250816122614",
49+
"@seelen-ui/lib": "^2.3.6-next.20250817155452",
5050
"@seelen/translation-toolkit": "^1.1.10",
5151
"@stylistic/eslint-plugin": "^1.6.2",
5252
"@types/d3": "^7.4.3",
File renamed without changes.

src/background/i18n/pt-PT.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
cancel: Cancelar
2+
done: Concluída
3+
drivers:
4+
got_it: Entendi
5+
monitor_disabled: >-
6+
Parece que alguns drivers de monitor estão desativados. Por favor, permita
7+
que eles permitam que a interface do usuário de Seelen funcione
8+
corretamente.
9+
monitor_disabled_title: Os motoristas de monitor estão desativados
10+
resource:
11+
added: Um novo recurso foi adicionado
12+
download_failed_body: >-
13+
Algo deu errado ao baixar o recurso, informe -o à equipe de desenvolvedores
14+
da Seelen.
15+
download_failed_title: Download de recursos falhou
16+
downloading: Download de ativos ...
17+
downloading_body: Isso pode levar alguns segundos, por favor, não feche a janela.
18+
enable: Ativar
19+
runtime:
20+
corrupted_data: Dados corrompidos
21+
corrupted_file: Um arquivo de configuração está corrompido, usando valores padrão.
22+
corrupted_file_path: Caminho de arquivo corrompido
23+
download: Vá para a página de download
24+
not_found: WebView2 Tempo de execução não encontrado
25+
not_found_description: O SEELEN UI requer o tempo de execução do WebView2. Por favor, instale.
26+
outdated: WebView2 Tempo de execução desatualizado
27+
outdated_description: >-
28+
O SEELEN UI requer WebView2 Runtime %{min_version} ou superior. Por favor,
29+
atualize -o.
30+
service:
31+
not_running: Serviço de interface do usuário de Seelen não está sendo executado
32+
not_running_description: >-
33+
O Serviço Seelen UI (SLU-Service) é uma dependência/auxiliar para o
34+
aplicativo funcionar corretamente.
35+
not_running_ok: Start Service
36+
shortcut:
37+
register:
38+
placeholder: Pressione qualquer combinação de tecla
39+
title: Registrando um novo atalho
40+
tray:
41+
quit: Despedir-se
42+
restart: Reinicie a interface do usuário
43+
settings: Configurações
File renamed without changes.

src/background/i18n/zh-TW.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
cancel: 取消
2+
done: 完畢
3+
drivers:
4+
got_it: 知道了
5+
monitor_disabled: 看來某些監視器驅動程序被禁用。 請讓他們讓Seelen UI正常工作。
6+
monitor_disabled_title: 監視驅動程序被禁用
7+
resource:
8+
added: 添加了一個新資源
9+
download_failed_body: 下載資源時出現問題,請向Seelen開發人員團隊報告。
10+
download_failed_title: 資源下載失敗
11+
downloading: 下載資產...
12+
downloading_body: 這可能需要幾秒鐘,請不要關閉窗口。
13+
enable: 使能夠
14+
runtime:
15+
corrupted_data: 損壞的數據
16+
corrupted_file: 使用默認值改為損壞配置文件。
17+
corrupted_file_path: 損壞的文件路徑
18+
download: 轉到下載頁面
19+
not_found: WebView2運行時找不到
20+
not_found_description: Seelen UI需要WebView2運行時。 請安裝。
21+
outdated: WebView2運行時過時
22+
outdated_description: Seelen UI需要WebView2運行時%{min_version}或更高。 請更新。
23+
service:
24+
not_running: Seelen UI服務不運行
25+
not_running_description: SEELEN UI服務(SLU服務)是該應用程序正常工作的依賴性/助手。
26+
not_running_ok: 開始服務
27+
shortcut:
28+
register:
29+
placeholder: 按任何鍵組合
30+
title: 註冊新快捷方式
31+
tray:
32+
quit: 辭職
33+
restart: 重新啟動UI
34+
settings: 設定

src/ui/launcher/i18n/index.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ export async function loadTranslations() {
2020
en: await import('./translations/en.yml'),
2121
es: await import('./translations/es.yml'),
2222
de: await import('./translations/de.yml'),
23-
zh: await import('./translations/zh.yml'),
23+
'zh-CN': await import('./translations/zh-CN.yml'),
24+
'zh-TW': await import('./translations/zh-TW.yml'),
2425
ko: await import('./translations/ko.yml'),
2526
fr: await import('./translations/fr.yml'),
2627
ar: await import('./translations/ar.yml'),
2728
ru: await import('./translations/ru.yml'),
28-
pt: await import('./translations/pt.yml'),
29+
'pt-BR': await import('./translations/pt-BR.yml'),
30+
'pt-PT': await import('./translations/pt-PT.yml'),
2931
ja: await import('./translations/ja.yml'),
3032
hi: await import('./translations/hi.yml'),
3133
it: await import('./translations/it.yml'),

0 commit comments

Comments
 (0)