Compare commits

..

1 Commits

Author SHA1 Message Date
462f55f374 fix(deps): update dependency zod to v4.1.12 2025-11-10 17:46:41 +00:00
2 changed files with 11 additions and 13 deletions

View File

@ -123,7 +123,7 @@
}, },
"language": { "language": {
"dialog": { "dialog": {
"message": "Dil yenidən başlatmadan sonra dəyişiləcək", "message": "Dil yenidən başladılandan sonra dəyişəcək",
"title": "Dil dəyişdirildi" "title": "Dil dəyişdirildi"
}, },
"label": "Dil", "label": "Dil",
@ -131,11 +131,9 @@
"to-help-translate": "Tərcüməyə kömək etmək istəyirsiniz? Buraya basın" "to-help-translate": "Tərcüməyə kömək etmək istəyirsiniz? Buraya basın"
} }
}, },
"resume-on-start": "Tətbiq başladıqda son mahnıdan davam et", "resume-on-start": "Tətbiq başladıqda son mahnını davam etdir",
"single-instance-lock": "Tək proqram kilidi",
"start-at-login": "Giriş səhifəsində başlat",
"starting-page": { "starting-page": {
"label": "Giriş səhifəsi", "label": "Başlanğıc səhifəsi",
"unset": "Təyin edilməyib" "unset": "Təyin edilməyib"
}, },
"tray": { "tray": {

View File

@ -33,25 +33,25 @@
"css-file-not-found": "Arquivo CSS \"{{cssFile}}\" não existe, ignorando" "css-file-not-found": "Arquivo CSS \"{{cssFile}}\" não existe, ignorando"
}, },
"unresponsive": { "unresponsive": {
"details": "Erro por falta de resposta!\n{{error}}" "details": "Erro de falta de resposta!\n{{error}}"
}, },
"when-ready": { "when-ready": {
"clearing-cache-after-20s": "Limpando cache do aplicativo" "clearing-cache-after-20s": "Limpando cache do aplicativo"
}, },
"window": { "window": {
"tried-to-render-offscreen": "A janela tentou renderizar fora dos parâmetros da tela, tamanho da janela={{windowSize}}, tamanho da tela={{displaySize}}, posição={{position}}" "tried-to-render-offscreen": "A janela tentou renderizar fora da tela, tamanho da janela={{windowSize}}, tamanho da tela={{displaySize}}, posição={{position}}"
} }
}, },
"dialog": { "dialog": {
"hide-menu-enabled": { "hide-menu-enabled": {
"detail": "O menu está oculto, use 'Alt' para mostrá-lo (ou 'Esc' ao usar o menu dentro do aplicativo)", "detail": "O menu está oculto, use 'Alt' para mostrá-lo (ou 'Esc' ao usar o menu dentro do aplicativo)",
"message": "Ocultar Menu está ativado", "message": "Ocultar menu está ativado",
"title": "Ocultar Menu ativado" "title": "Ocultar menu ativado"
}, },
"need-to-restart": { "need-to-restart": {
"buttons": { "buttons": {
"later": "Depois", "later": "Depois",
"restart-now": "Reiniciar Agora" "restart-now": "Reiniciar agora"
}, },
"detail": "O plugin \"{{pluginName}}\" requer uma reinicialização para entrar em vigor", "detail": "O plugin \"{{pluginName}}\" requer uma reinicialização para entrar em vigor",
"message": "\"{{pluginName}}\" precisa reiniciar", "message": "\"{{pluginName}}\" precisa reiniciar",
@ -84,7 +84,7 @@
"label": "Navegação", "label": "Navegação",
"submenu": { "submenu": {
"copy-current-url": "Copiar URL atual", "copy-current-url": "Copiar URL atual",
"go-back": "Retornar", "go-back": "Voltar",
"go-forward": "Avançar", "go-forward": "Avançar",
"quit": "Sair", "quit": "Sair",
"restart": "Reiniciar aplicativo" "restart": "Reiniciar aplicativo"
@ -462,8 +462,8 @@
"label": "Texto de status", "label": "Texto de status",
"submenu": { "submenu": {
"artist": "Ouvindo {artist}", "artist": "Ouvindo {artist}",
"pear-desktop": "Ouvindo Pear Desktop", "title": "Ouvindo {song title}",
"title": "Ouvindo {song title}" "pear-desktop": "Ouvindo Pear Desktop"
} }
} }
}, },