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

203 lines
5.6 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 gitLocaleInfo = [
[
['en', 'en-US'],
{
contributors: 'Contributors',
changelog: 'Changelog',
timeOn: 'on',
viewChangelog: 'View All Changelog',
latestUpdateAt: 'Last Updated',
},
],
[
['zh', 'zh-CN', 'zh-Hans'],
{
contributors: '贡献者',
changelog: '更新日志',
timeOn: '于',
viewChangelog: '查看所有更新日志',
latestUpdateAt: '最近更新',
},
],
[
['zh-TW', 'zh-Hant'],
{
contributors: '貢獻者',
changelog: '更新日誌',
timeOn: '於',
viewChangelog: '查看所有更新日誌',
latestUpdateAt: '最近更新',
},
],
[
['de', 'de-DE'],
{
contributors: 'Mitwirkende',
changelog: 'Aenderungen',
timeOn: 'am',
viewChangelog: 'Alle Aenderungen anzeigen',
latestUpdateAt: 'Zuletzt aktualisiert',
},
],
[
['de-AT'],
{
contributors: 'Mitwirkende',
changelog: 'Aenderungen',
timeOn: 'am',
viewChangelog: 'Alle Aenderungen anzeigen',
latestUpdateAt: 'Zuletzt aktualisiert',
},
],
[
['vi', 'vi-VN'],
{
contributors: 'Người tham gia',
changelog: 'Lịch sử thay đổi',
timeOn: 'vào',
viewChangelog: 'Xem tất cả lịch sử thay đổi',
latestUpdateAt: 'Cập nhật gần nhất',
},
],
[
['uk'],
{
contributors: 'Учасники',
changelog: 'Історія змін',
timeOn: 'в',
viewChangelog: 'Показати всю історію змін',
latestUpdateAt: 'Останнє оновлення',
},
],
[
['ru', 'ru-RU'],
{
contributors: 'Участники',
changelog: 'История изменений',
timeOn: 'в',
viewChangelog: 'Показать всю историю изменений',
latestUpdateAt: 'Последнее обновление',
},
],
[
['br'],
{
contributors: 'Colaboradores',
changelog: 'Log de Alterações',
timeOn: 'em',
viewChangelog: 'Ver todas as Alterações',
latestUpdateAt: 'Atualizado em',
},
],
[
['pl', 'pl-PL'],
{
contributors: 'Współpracownicy',
changelog: 'Zmiany',
timeOn: 'w',
viewChangelog: 'Zobacz wszystkie zmiany',
latestUpdateAt: 'Ostatnio zaktualizowano',
},
],
[
['sk', 'sk-SK'],
{
contributors: 'Pracovnici',
changelog: 'Zmeny',
timeOn: 'na',
viewChangelog: 'Zobrazit vsetky zmeny',
latestUpdateAt: 'Poslednou aktualizaciu',
},
],
[
['fr', 'fr-FR'],
{
contributors: 'Contribueurs',
changelog: 'Historique des modifications',
timeOn: 'le',
viewChangelog: "Voir l'historique des modifications",
latestUpdateAt: 'Dernière mise à jour',
},
],
[
['es', 'es-ES'],
{
contributors: 'Colaboradores',
changelog: 'Historial de cambios',
timeOn: 'el',
viewChangelog: 'Ver el historial de cambios',
latestUpdateAt: 'Actualizado el',
},
],
[
['ja', 'ja-JP'],
{
contributors: '貢献者',
changelog: '変更履歴',
timeOn: '日',
viewChangelog: '全ての変更履歴を表示',
latestUpdateAt: '最終更新',
},
],
[
['tr', 'tr-TR'],
{
contributors: 'Katkıda bulunanlar',
changelog: 'Düzenleme Girişimleri',
timeOn: 'de',
viewChangelog: 'Tüm düzenleme girişimlerini göster',
latestUpdateAt: 'Son günceleme',
},
],
[
['ko', 'ko-KO'],
{
contributors: '기업자',
changelog: '변경 기록',
timeOn: '에서',
viewChangelog: '변경 기록 별 상세 내용 바보기',
latestUpdateAt: '최근 수정',
},
],
[
['fi', 'fi-FI'],
{
contributors: 'Osallistujat',
changelog: 'Muutokset',
timeOn: 'kun',
viewChangelog: 'Näytä kaikki muutokset',
latestUpdateAt: 'Viimeksi paivittynyt',
},
],
[
['hu', 'hu-HU'],
{
contributors: 'Szerkesztők',
changelog: 'Modosítások',
timeOn: 'ben',
viewChangelog: 'Minden modosítás megtekintése',
latestUpdateAt: 'Legutóbb frissítés',
},
],
[
['id', 'id-ID'],
{
contributors: 'Pembuat',
changelog: 'Perubahan',
timeOn: 'pada',
viewChangelog: 'Lihat semua perubahan',
latestUpdateAt: 'Diperbarui terakhir',
},
],
[
['nl', 'nl-NL'],
{
contributors: 'Bijdragers',
changelog: 'Wijzigingen',
timeOn: 'op',
viewChangelog: 'Bekijk alle wijzigingen',
latestUpdateAt: 'Laatst bijgewerkt',
},
],
];