perf: 修改格式

pull/10267/head
ibuler 2023-04-20 11:27:10 +08:00
parent 6b3665e8d0
commit f2d34de161
5 changed files with 23 additions and 29 deletions

View File

@ -7,9 +7,7 @@ type:
method: ping method: ping
i18n: i18n:
zh: Posix ping:
Posix ping: Posix 测试 zh: Posix ping
ja: en: Posix ping
Posix ping: Posix ピング ja: Posix ピング
en:
Posix ping: Posix ping

View File

@ -7,8 +7,8 @@ from jinja2 import Environment
def translate(i18n, key): def translate(i18n, key):
lang = get_language()[:2] lang = get_language()[:2]
lang_data = i18n.get(lang, {}) lang_data = i18n.get(key, {})
return lang_data.get(key, key) return lang_data.get(lang, key)
def yaml_load_with_i18n(stream): def yaml_load_with_i18n(stream):

View File

@ -12,12 +12,11 @@ protocols:
- http - http
i18n: i18n:
en: Chrome Browser:
Chrome Browser: Chrome Browser en: Chrome Browser
Chrome Browser Open URL Page Address: Chrome Browser Open URL Page Address zh: Chrome 浏览器
zh: ja: Chrome ブラウザ
Chrome Browser: Chrome 浏览器 Chrome Browser Open URL Page Address:
Chrome Browser Open URL Page Address: Chrome 浏览器打开网页地址 en: Chrome Browser Open URL Page Address
ja: zh: Chrome 浏览器打开网页地址
Chrome Browser: Chrome ブラウザ ja: Chrome ブラウザでウェブページを開く
Chrome Browser Open URL Page Address: Chrome ブラウザでウェブページを開く

View File

@ -1,3 +0,0 @@
- zh:
display_name: DBeaver Community
comment: 免费的多平台数据库工具,供开发人员、数据库管理员、分析师和所有需要使用数据库的人使用。

View File

@ -16,12 +16,12 @@ protocols:
- oracle - oracle
i18n: i18n:
en: DBeaver Community:
DBeaver Community: DBeaver Community en: DBeaver Community
Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases.: Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases. zh: DBeaver 社区版
zh: ja: DBeaver コミュニティ
DBeaver Community: DBeaver 社区版
Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases.: 免费的多平台数据库工具,供开发人员、数据库管理员、分析师和所有需要使用数据库的人使用。 Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases.:
ja: en: Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases.
DBeaver Community: DBeaver コミュニティ zh: 免费的多平台数据库工具,供开发人员、数据库管理员、分析师和所有需要使用数据库的人使用。
Free multi-platform database tool for developers, database administrators, analysts and all people who need to work with databases.: 開発者、データベース管理者、分析家、およびデータベースを使用する必要があるすべての人のための無料のマルチプラットフォームデータベースツール。 ja: 開発者、データベース管理者、分析家、およびデータベースを使用する必要があるすべての人のための無料のマルチプラットフォームデータベースツール。