Skip to content

Commit

Permalink
Use more conventional import/export icons in color palette settings (#…
Browse files Browse the repository at this point in the history
…2199)

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
christian-byrne and github-actions authored Jan 8, 2025
1 parent 73ecacf commit 1ece246
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/dialog/content/setting/ColorPaletteMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
optionValue="id"
/>
<Button
icon="pi pi-download"
icon="pi pi-upload"
text
:title="$t('g.download')"
:title="$t('g.export')"
@click="colorPaletteService.exportColorPalette(activePaletteId)"
/>
<Button
icon="pi pi-upload"
icon="pi pi-download"
text
:title="$t('g.import')"
@click="importCustomPalette"
Expand Down
3 changes: 2 additions & 1 deletion src/locales/en/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"disableAll": "Disable All",
"command": "Command",
"keybinding": "Keybinding",
"upload": "Upload"
"upload": "Upload",
"export": "Export"
},
"color": {
"default": "Default",
Expand Down
1 change: 1 addition & 0 deletions src/locales/fr/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"enableAll": "Activer tout",
"error": "Erreur",
"experimental": "BETA",
"export": "Exportation",
"extensionName": "Nom de l'extension",
"findIssues": "Trouver des problèmes",
"firstTimeUIMessage": "C'est la première fois que vous utilisez la nouvelle interface utilisateur. Choisissez \"Menu > Utiliser le nouveau menu > Désactivé\" pour restaurer l'ancienne interface utilisateur.",
Expand Down
1 change: 1 addition & 0 deletions src/locales/ja/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"enableAll": "すべて有効にする",
"error": "エラー",
"experimental": "ベータ",
"export": "エクスポート",
"extensionName": "拡張機能名",
"findIssues": "問題を見つける",
"firstTimeUIMessage": "新しいUIを初めて使用しています。「メニュー > 新しいメニューを使用 > 無効」を選択して古いUIに戻してください。",
Expand Down
1 change: 1 addition & 0 deletions src/locales/ko/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"enableAll": "모두 활성화",
"error": "오류",
"experimental": "베타",
"export": "내보내기",
"extensionName": "확장 이름",
"findIssues": "문제 찾기",
"firstTimeUIMessage": "새 UI를 처음 사용합니다. \"메뉴 > 새 메뉴 사용 > 비활성화\"를 선택하여 이전 UI로 복원하세요.",
Expand Down
1 change: 1 addition & 0 deletions src/locales/ru/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"enableAll": "Включить все",
"error": "Ошибка",
"experimental": "БЕТА",
"export": "Экспорт",
"extensionName": "Имя расширения",
"findIssues": "Найти проблемы",
"firstTimeUIMessage": "Вы впервые используете новый интерфейс. Выберите \"Меню > Использовать новое меню > Отключено\", чтобы восстановить старый интерфейс.",
Expand Down
1 change: 1 addition & 0 deletions src/locales/zh/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"enableAll": "启用全部",
"error": "错误",
"experimental": "测试版",
"export": "导出",
"extensionName": "扩展名称",
"findIssues": "查找问题",
"firstTimeUIMessage": "这是您第一次使用新界面。选择 \"菜单 > 使用新菜单 > 禁用\" 来恢复旧界面。",
Expand Down

0 comments on commit 1ece246

Please sign in to comment.