Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
ab67389650
6 changed files with 7 additions and 5 deletions
|
@ -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)",
|
||||
|
|
|
@ -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)",
|
||||
|
|
|
@ -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)",
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
"date": "日期",
|
||||
"select": "單選",
|
||||
"multiSelect": "多選",
|
||||
"commandEmpty": "暫無命令,點擊前往集市下載更多插件",
|
||||
"commandEmpty": "暫無指令,點選前往市集安裝插件",
|
||||
"commandPanel": "命令面板",
|
||||
"cloudRegionNorthAmerica": "流雲(北美資料中心)",
|
||||
"cloudRegionChina": "鏈滴(中國大陸資料中心)",
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
"date": "日期",
|
||||
"select": "单选",
|
||||
"multiSelect": "多选",
|
||||
"commandEmpty": "暂无命令,点击前往集市下载更多插件",
|
||||
"commandEmpty": "暂无命令,点击前往集市安装插件",
|
||||
"commandPanel": "命令面板",
|
||||
"cloudRegionNorthAmerica": "流云(北美数据中心)",
|
||||
"cloudRegionChina": "链滴(中国大陆数据中心)",
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue