Commit 2049ed91 authored by fisherdaddy's avatar fisherdaddy

chore: update 原研药清单的多语种支持

parent 8aa32993
......@@ -161,7 +161,6 @@ const DrugsList = () => {
{/* Source Information */}
<footer className="source-info">
<h3>{t('tools.drugsList.sourceTitle')}</h3>
<p>{t('tools.drugsList.sourceDescription')}</p>
<a
href="https://mp.weixin.qq.com/s/EBu_ZTy5uovPa_8kCs_TBQ"
target="_blank"
......@@ -170,9 +169,6 @@ const DrugsList = () => {
>
{t('tools.drugsList.sourceUrl')}
</a>
<p className="update-time">
{t('tools.drugsList.lastUpdate')}: {new Date().toLocaleDateString()}
</p>
</footer>
</div>
</>
......
{
"tools": {
"drugsList": {
"title": "China Imported Original Drug List",
"description": "Complete list of imported original drugs in China, including drug names, manufacturers, and categories",
"searchPlaceholder": "Search by drug name or manufacturer...",
"drugName": "Drug Name",
"manufacturer": "Manufacturer",
"sourceTitle": "Data Source",
"sourceDescription": "Data sourced from the official imported original drug list published by National Medical Products Administration (NMPA)",
"sourceUrl": "View Original",
"showing": "Showing",
"items": "items",
"allCategories": "All Categories",
"selectCategory": "Select Category",
"clearSearch": "Clear search",
"noResults": "No matching drugs found",
"lastUpdate": "Last Updated"
}
}
}
\ No newline at end of file
......@@ -222,5 +222,17 @@
"anthropicTimeline": {
"title": "Anthropic Product Release",
"description": "Timeline of Anthropic's major product releases and events"
},
"drugsList": {
"title": "Imported Original Drug Directory of China",
"description": "Drug name, manufacturer, and category information",
"searchPlaceholder": "Search drug name or manufacturer...",
"drugName": "Drug Name",
"manufacturer": "Manufacturer",
"sourceTitle": "Data Source",
"sourceUrl": "mRNA Lucky Intelligence Bureau",
"showing": "Showing",
"items": "items",
"allCategories": "All Categories"
}
}
......@@ -222,5 +222,17 @@
"anthropicTimeline": {
"title": "Anthropic 製品リリース",
"description": "Anthropic 製品リリース時刻表"
},
"drugsList": {
"title": "中国輸入オリジナル薬品リスト",
"description": "薬品名、製造会社、カテゴリ情報",
"searchPlaceholder": "薬品名または製造会社を検索...",
"drugName": "薬品名",
"manufacturer": "製造会社",
"sourceTitle": "データ出典",
"sourceUrl": "mRNAラッキーインテリジェンス局",
"showing": "表示中",
"items": "項目",
"allCategories": "すべてのカテゴリ"
}
}
......@@ -223,5 +223,17 @@
"anthropicTimeline": {
"title": "Anthropic 제품 출시",
"description": "Anthropic 제품 출시 일정"
},
"drugsList": {
"title": "중국 수입 원조 약품 목록",
"description": "약품명, 제조사 및 카테고리 정보",
"searchPlaceholder": "약품명 또는 제조사를 검색...",
"drugName": "약품명",
"manufacturer": "제조사",
"sourceTitle": "데이터 출처",
"sourceUrl": "mRNA 행운 정보국",
"showing": "표시 중",
"items": "항목",
"allCategories": "모든 카테고리"
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment