Files
Arkie-Library-Frontend/src/locales/ja.ts
TerryM c53032155b feat(i18n): add full ja/vi/id/ms translations and drop languageNames fallback
- Add complete dicts: src/locales/{ja,vi,id,ms}.ts (115 keys each)
- Remove languageNames override map; dict object now points directly to each locale
- i18n.tsx shrinks from ~414 lines to ~81 lines
2026-06-01 15:54:29 +08:00

132 lines
4.7 KiB
TypeScript
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.
import type { Dict } from "./types";
export const jaDict: Dict = {
brand: "ARK ライブラリー",
mainNav: "サイトメニュー",
home: "ホーム",
all: "すべての資料",
categories: "カテゴリー",
latest: "最新",
official: "公式おすすめ",
popular: "人気",
search: "検索",
searchPlaceholder: "資料を検索...",
searchPanelPlaceholder: "資料を検索...",
searchNow: "今すぐ検索",
searchSubmit: "検索",
cancel: "キャンセル",
clear: "クリア",
searchPanelHint:
"タイトル・カテゴリー・タグ・概要・ファイル形式・本文の検索に対応",
currentTags: "利用可能なタグ",
noTagsAvailable: "現在利用可能なタグはありません。",
tagPostsTitle: "#{{tag}} 関連の資料",
noTagPosts: "このタグの資料はまだありません。",
viewAll: "すべて表示",
backToTop: "トップへ戻る",
heroTitle: "ARK 公式データベース",
heroSub:
"ARK ライブラリーを集約・整理・管理し、必要な資料をすばやく見つけてコミュニティの成長を促進します。",
categorySection: "カテゴリー",
officialSection: "公式おすすめ",
latestSection: "最新の更新",
popularSection: "人気の資料",
preview: "プレビュー",
download: "ダウンロード",
downloading: "ダウンロード中…",
downloadOk: "ダウンロード完了",
downloadFail: "ダウンロードに失敗しました。再試行してください",
longPressImageSave: "画像を長押しして保存",
showMore: "すべて表示",
showLess: "閉じる",
share: "シェア",
langLabel: "言語",
admin: "管理画面",
login: "ログイン",
logout: "ログアウト",
email: "メールアドレス",
password: "パスワード",
dashboard: "ダッシュボード",
resources: "資料管理",
newResource: "新規資料",
save: "保存",
title: "タイトル",
description: "説明",
type: "種類",
language: "言語",
category: "カテゴリー",
status: "ステータス",
public: "公開",
downloadable: "ダウンロード可",
recommended: "おすすめ",
cover: "カバー画像 URL",
fileUrl: "ファイル URL",
externalUrl: "外部リンク",
body: "本文",
badge: "推薦バッジ",
published: "公開済み",
draft: "下書き",
archived: "アーカイブ",
noResults:
"該当する資料が見つかりません。別のキーワードを試すか、カテゴリーをご覧ください。",
copyLink: "リンクをコピー",
related: "関連資料",
total: "総資料数",
views: "閲覧",
downloads: "ダウンロード",
lang_zh_CN: "中国語",
lang_en: "英語",
lang_ja: "日本語",
lang_ko: "韓国語",
lang_vi: "ベトナム語",
lang_id: "インドネシア語",
lang_ms: "マレー語",
filterAll: "すべての種類",
sortPublished: "公開日",
type_ppt: "PPT",
type_music: "音楽",
type_video: "動画",
type_image: "画像",
type_pdf: "PDF",
type_link: "リンク",
type_text: "テキスト",
type_archive: "アーカイブ",
type_zip: "ZIP",
adminLoginTitle: "管理画面ログイン",
adminEditResource: "資料を編集",
adminVideoFileHint:
"動画ファイルMP4/WebM/MOV など)をアップロードし、種類を「動画」に設定すると、サイト上で自動再生されます(デフォルトはミュート、ユーザーが解除可能)。",
adminStatTodayNew: "本日の新規",
adminStatFavorites: "お気に入り",
adminMetricDownloads: "ダウンロード",
adminMetricFavorites: "お気に入り",
adminMetricViews: "閲覧",
edit: "編集",
backToList: "一覧へ戻る",
sortOrderLabel: "並び順",
previewUrlLabel: "プレビュー URL",
tagsCommaLabel: "タグ(カンマ区切り)",
uploadFile: "アップロード",
loading: "読み込み中…",
paginationPrev: "前へ",
paginationNext: "次へ",
listRange: "{{from}}{{to}} / 全 {{total}} 件",
pageIndicator: "{{c}} / {{p}} ページ",
resourceLangFilter: "資料の言語",
filterTagClear: "タグをクリア",
filterLanguageAll: "すべての言語",
footerAdminLogin: "管理者ログイン",
adminSearchLogs: "検索履歴",
adminMetricShares: "シェア",
adminSearchQuery: "検索キーワード",
adminSearchTime: "時刻",
adminSearchId: "ID",
favorites: "お気に入り",
favoritesComingSoon: "近日公開",
favoritesComingSoonDesc: "ログインとお気に入り機能は開発中です。お楽しみに。",
featureUnavailable: "未公開",
featureUnavailableDesc: "この機能はまだご利用いただけません。",
confirm: "了解",
backToHome: "ホームへ戻る",
};