Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Oct 14, 2023
2 parents 7d6f9bb + 39c5744 commit ab67389
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/appearance/langs/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"date": "Date",
"select": "Select",
"multiSelect": "Multi-select",
"commandEmpty": "No command yet, click to go to the market to download more plugins",
"commandEmpty": "No command yet, click to go to the marketplace to install plugins",
"commandPanel": "Command Palette",
"cloudRegionNorthAmerica": "LiuYun (North America data center)",
"cloudRegionChina": "LianDi (Mainland China data center)",
Expand Down
2 changes: 1 addition & 1 deletion app/appearance/langs/es_ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"fecha": "Fecha",
"seleccionar": "Seleccionar",
"multiSelect": "Selección múltiple",
"commandEmpty": "Sin comando todavía, haga clic para ir al mercado para descargar más complementos",
"commandEmpty": "Aún no hay ningún comando, haga clic para ir al mercado e instalar complementos",
"commandPanel": "Paleta de comandos",
"cloudRegionNorthAmerica": "LiuYun (Centro de datos de América del Norte)",
"cloudRegionChina": "LianDi (Centro de datos de China continental)",
Expand Down
2 changes: 1 addition & 1 deletion app/appearance/langs/fr_FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"date": "Date",
"select": "Sélectionner",
"multiSelect": "Multi-sélection",
"commandEmpty": "Aucune commande pour le moment, cliquez pour aller sur le marché pour télécharger plus de plugins",
"commandEmpty": "Pas de commande pour l'instant, cliquez pour aller sur la Marketplace pour installer les plugins",
"commandPanel": "Palette de commandes",
"cloudRegionNorthAmerica": "LiuYun (Centre de données d'Amérique du Nord)",
"cloudRegionChina": "LianDi (Centre de données de Chine continentale)",
Expand Down
2 changes: 1 addition & 1 deletion app/appearance/langs/zh_CHT.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"date": "日期",
"select": "單選",
"multiSelect": "多選",
"commandEmpty": "暫無命令,點擊前往集市下載更多插件",
"commandEmpty": "暫無指令,點選前往市集安裝插件",
"commandPanel": "命令面板",
"cloudRegionNorthAmerica": "流雲(北美資料中心)",
"cloudRegionChina": "鏈滴(中國大陸資料中心)",
Expand Down
2 changes: 1 addition & 1 deletion app/appearance/langs/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"date": "日期",
"select": "单选",
"multiSelect": "多选",
"commandEmpty": "暂无命令,点击前往集市下载更多插件",
"commandEmpty": "暂无命令,点击前往集市安装插件",
"commandPanel": "命令面板",
"cloudRegionNorthAmerica": "流云(北美数据中心)",
"cloudRegionChina": "链滴(中国大陆数据中心)",
Expand Down
2 changes: 2 additions & 0 deletions kernel/av/av.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ func (value *Value) String() string {
return value.Number.FormattedContent
case KeyTypeDate:
return value.Date.FormattedContent
case KeyTypeSelect:
return value.MSelect[0].Content
case KeyTypeMSelect:
var ret []string
for _, v := range value.MSelect {
Expand Down

0 comments on commit ab67389

Please sign in to comment.