az0 / linkgopher

Firefox/Google Chrome add-on: Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for inspection or copy and paste into other systems.
GNU General Public License v3.0
257 stars 56 forks source link

Japanese translation of "Link Gopher version 2.0.1" #35

Closed Shitennouji closed 9 months ago

Shitennouji commented 4 years ago

linkgopher/_locales/日本語/messages.json locales: 日本語(ja-JP)

{ "askPattern": { "message": "リンク内で検索する文字列を入力して下さい。この文字列が無いリンクは無視されます。", "description": "none" },

"pleaseWait": { "message": "お待ち下さい...", "description": "none" },

"links": { "message": "リンク先", "description": "none" },

"domains": { "message": "ドメイン", "description": "none" },

"noMatches": { "message": "一致するものはありません。", "description": "none" },

"extractAll": { "message": "すべてのリンクを抽出する", "description": "none" },

"extractSome": { "message": "フィルタによるリンクの抽出", "description": "none" },

"aboutLinkGopher": { "message": "Link Gopher について", "description": "none" } }

az0 commented 9 months ago

@Shitennouji Thank you for this translation and for your patience. In the future please consider a pull request, which is easier to merge.