mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-03-10 05:13:56 +00:00
Compare commits
5 Commits
b010180c0b
...
d067f39a5e
| Author | SHA1 | Date | |
|---|---|---|---|
| d067f39a5e | |||
| 9426d141e6 | |||
| e41d053a38 | |||
| b43c8efb06 | |||
| f9afbba97a |
@ -161,7 +161,8 @@
|
||||
"default": "Padrão",
|
||||
"force-show": "Forçar exibir",
|
||||
"hide": "Ocultar",
|
||||
"label": "Botões de 'Curtir'"
|
||||
"label": "Botões de 'Curtir'",
|
||||
"swap": "Inverter ordem dos botões de curtir"
|
||||
},
|
||||
"remove-upgrade-button": "Remover botão de atualização",
|
||||
"theme": {
|
||||
@ -412,6 +413,17 @@
|
||||
"no-captions": "Sem legendas disponíveis para essa música"
|
||||
}
|
||||
},
|
||||
"clock": {
|
||||
"description": "Adicionar relógio na barra de navegação",
|
||||
"menu": {
|
||||
"format": {
|
||||
"24-hour-format": "Formato 24 horas",
|
||||
"display-seconds": "Mostrar segundos",
|
||||
"label": "Formato"
|
||||
}
|
||||
},
|
||||
"name": "Relógio"
|
||||
},
|
||||
"compact-sidebar": {
|
||||
"description": "Sempre definir a barra lateral no modo compacto",
|
||||
"name": "Barra lateral compacta"
|
||||
|
||||
12
src/i18n/resources/sah.json
Normal file
12
src/i18n/resources/sah.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"common": {
|
||||
"console": {
|
||||
"plugins": {
|
||||
"execute-failed": "Плагины толорор кыаҕа суох {{pluginName}}::{{contextName}}",
|
||||
"executed-at-ms": "Плагин {{pluginName}}::{{contextName}} толоруллубут {{ms}}мс",
|
||||
"initialize-failed": "\"{{pluginName}}\" плагины инициализациялааһын кыаллыбата",
|
||||
"load-all": "Плагиннары загрузкалыбыт"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -161,7 +161,8 @@
|
||||
"default": "默认",
|
||||
"force-show": "强制显示",
|
||||
"hide": "隐藏",
|
||||
"label": "点赞按钮"
|
||||
"label": "点赞按钮",
|
||||
"swap": "交换“点赞”按钮顺序"
|
||||
},
|
||||
"remove-upgrade-button": "移除升级按钮",
|
||||
"theme": {
|
||||
@ -412,6 +413,17 @@
|
||||
"no-captions": "这首歌没有字幕"
|
||||
}
|
||||
},
|
||||
"clock": {
|
||||
"description": "添加时钟到导航栏",
|
||||
"menu": {
|
||||
"format": {
|
||||
"24-hour-format": "24 小时格式",
|
||||
"display-seconds": "显示秒数",
|
||||
"label": "格式"
|
||||
}
|
||||
},
|
||||
"name": "时钟"
|
||||
},
|
||||
"compact-sidebar": {
|
||||
"description": "始终将侧边栏设为紧凑模式",
|
||||
"name": "紧凑式侧边栏"
|
||||
|
||||
Reference in New Issue
Block a user