fuc-new/doc/node_modules/@vuepress/plugin-markdown-hint/lib/node/locales.js
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

243 lines
5.5 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export const hintLocaleInfo = [
[
['en', 'en-US'],
{
important: 'Important',
info: 'Info',
note: 'Note',
tip: 'Tips',
warning: 'Warning',
caution: 'Caution',
details: 'Details',
},
],
[
['zh', 'zh-CN', 'zh-Hans'],
{
important: '重要',
info: '相关信息',
note: '注',
tip: '提示',
warning: '注意',
caution: '警告',
details: '详情',
},
],
[
['zh-TW', 'zh-Hant'],
{
important: '重要',
info: '相關信息',
note: '注',
tip: '提示',
warning: '注意',
caution: '警告',
details: '詳情',
},
],
[
['de', 'de-DE'],
{
important: 'Wichtig',
info: 'Information',
note: 'Notiz',
tip: 'Tips',
warning: 'Warnung',
caution: 'Gefahr',
details: 'Details',
},
],
[
['de-AT'],
{
important: 'Wichtig',
info: 'Information',
note: 'Notiz',
tip: 'Tips',
warning: 'Warnung',
caution: 'Gefahr',
details: 'Details',
},
],
[
['vi', 'vi-VN'],
{
important: 'Quan trọng',
info: 'Thông tin',
note: 'Note',
tip: 'Tips',
warning: 'Lưu ý',
caution: 'Cẩn thận',
details: 'Chi tiết',
},
],
[
['uk'],
{
important: 'Важливо',
info: 'Інформація',
note: 'Note',
tip: 'Поради',
warning: 'Примітка',
caution: 'Увага',
details: 'Деталь',
},
],
[
['ru', 'ru-RU'],
{
important: 'Важно',
info: 'Инфо',
note: 'Заметка',
tip: 'Совет',
warning: 'Примечание',
caution: 'Предупреждение',
details: 'Подробности',
},
],
[
['br'],
{
important: 'Importante',
info: 'Informativo',
note: 'Note',
tip: 'Dicas',
warning: 'Avisos',
caution: 'Cuidado',
details: 'Detalhe',
},
],
[
['pl', 'pl-PL'],
{
important: 'Ważne',
info: 'Info',
note: 'Notatka',
tip: 'Porady',
warning: 'Ostrzeżenie',
caution: 'Uwaga',
details: 'Dane',
},
],
[
['sk', 'sk-SK'],
{
important: 'Dôležité',
info: 'Info',
note: 'Poznámka',
tip: 'Tip',
warning: 'Upozornenie',
caution: 'Pozor',
details: 'Podrobnosti',
},
],
[
['fr', 'fr-FR'],
{
important: 'Important',
info: 'Info',
note: 'Note',
tip: 'Conseil',
warning: 'Avertissement',
caution: 'Attention',
details: 'Details',
},
],
[
['es', 'es-ES'],
{
important: 'Importante',
info: 'Información',
note: 'Nota',
tip: 'Consejos',
warning: 'Aviso',
caution: 'Advertencia',
details: 'Detalles',
},
],
[
['ja', 'ja-JP'],
{
important: '重要',
info: '関連情報',
note: '注',
tip: 'ヒント',
warning: '注意',
caution: '警告',
details: '詳細',
},
],
[
['tr', 'tr-TR'],
{
important: 'Önemli',
info: 'Bilgi',
note: 'Not',
tip: 'Tavsiye',
warning: 'Uyarı',
caution: 'Tehlike',
details: 'Detay',
},
],
[
['ko', 'ko-KO'],
{
important: '중요',
info: '정보',
note: '노트',
tip: '팁',
warning: '경고',
caution: '위험',
details: '세부사항',
},
],
[
['fi', 'fi-FI'],
{
important: 'Tärkeä',
info: 'Tietoa',
note: 'Huomautus',
tip: 'Vinkki',
warning: 'Varoitus',
caution: 'Vaara',
details: 'Yksityiskohdat',
},
],
[
['hu', 'hu-HU'],
{
important: 'Fontos',
info: 'Információ',
note: 'Megjegyzés',
tip: 'Tipp',
warning: 'Figyelem',
caution: 'Veszély',
details: 'Részletek',
},
],
[
['id', 'id-ID'],
{
important: 'Penting',
info: 'Pemberitahuan',
note: 'Catatan',
tip: 'Tips',
warning: 'Penting',
caution: 'Peringatan',
details: 'Rincian',
},
],
[
['nl', 'nl-NL'],
{
important: 'Belangrijk',
info: 'Info',
note: 'Notitie',
tip: 'Tips',
warning: 'Notitie',
caution: 'Waarschuwing',
details: 'Details',
},
],
];