Skip to content

Commit

Permalink
Update Japanese translation (jobisoft#357)
Browse files Browse the repository at this point in the history
* Update Japanese translation

* Update translation
  • Loading branch information
rmuraix authored Aug 14, 2023
1 parent efc4359 commit da58469
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 19 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
## Translators
* Alexey Sinitsyn (ru)
* Óvári (hu)
* Ryota Murai (ja)
2 changes: 1 addition & 1 deletion _locales/ja/messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extensionDescription": {
"message": "Adds a toolbar with unlimited number of text to quickly insert. It is also possible to use variables like [[TO=firstname]]. With settings for everything."
"message": "定型文を素早く挿入できるツールバーをメール編集画面に追加します。[[TO=firstname]]のような変数も使用できます。"
}
}
26 changes: 13 additions & 13 deletions chrome/locale/ja/quicktext.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<!ENTITY quicktext.scripts.label "スクリプト">
<!ENTITY quicktext.accesskey.scripts "s">

<!ENTITY quicktext.rightClickSetting.label "コンテキストメニューに Quicktext を表示">
<!ENTITY quicktext.rightClickSetting.label "コンテキストメニューに Quicktext を表示する">
<!ENTITY quicktext.collapseSetting.label "グループにテンプレートが1つしか含まれていない時は、グループとして表示しない">
<!ENTITY quicktext.modifierSetting.label "をキーボードショートカットの修飾キーとして使用します">
<!ENTITY quicktext.modifierSetting.label "をキーボードショートカットの修飾キーとして使用する">
<!ENTITY quicktext.shortcutTypeAdv.label "アドバンスモードでショートカットを使用">
<!ENTITY quicktext.keywordKeySetting.label "をキーワードの起動に使用するキーとして使用します">
<!ENTITY quicktext.keywordKeySetting.label "をキーワードの起動に使用する">

<!ENTITY quicktext.altKey.label "Alt">
<!ENTITY quicktext.controlKey.label "Ctrl">
Expand Down Expand Up @@ -63,7 +63,7 @@
<!ENTITY quicktext.accesskey.addTemplate "l">
<!ENTITY quicktext.addScript.label "スクリプトを追加">
<!ENTITY quicktext.accesskey.addScript "a">
<!ENTITY quicktext.getScript.label "Community Scripts">
<!ENTITY quicktext.getScript.label "コミュニティスクリプト">
<!ENTITY quicktext.accesskey.communityScripts "c">
<!ENTITY quicktext.remove.label "削除">
<!ENTITY quicktext.accesskey.remove "d">
Expand Down Expand Up @@ -97,18 +97,18 @@

<!ENTITY quicktext.other.label "その他">
<!ENTITY quicktext.clipboard.label "クリップボード">
<!ENTITY quicktext.header.label "Header (To, Cc, Bcc)">
<!ENTITY quicktext.selection.label "Selection">
<!ENTITY quicktext.header.label "ヘッダー (To, Cc, Bcc)">
<!ENTITY quicktext.selection.label "選択">
<!ENTITY quicktext.cursor.label "カーソルの位置">
<!ENTITY quicktext.subject.label "件名">
<!ENTITY quicktext.version.label "Thunderbird のバージョン">
<!ENTITY quicktext.image.label "Embedded HTML image">
<!ENTITY quicktext.counter.label "Counter">
<!ENTITY quicktext.input.label "Input value from user prompt">
<!ENTITY quicktext.orgatt.label "Original attachment info">
<!ENTITY quicktext.orgheader.label "Original header info">
<!ENTITY quicktext.url.label "Response from URL">
<!ENTITY quicktext.insertfile.label "Content from file (quicktext variables will be replaced)">
<!ENTITY quicktext.image.label "埋め込みHTML画像">
<!ENTITY quicktext.counter.label "カウンター">
<!ENTITY quicktext.input.label "ユーザープロンプトからの入力値">
<!ENTITY quicktext.orgatt.label "オリジナル添付ファイル情報">
<!ENTITY quicktext.orgheader.label "オリジナルヘッダー情報">
<!ENTITY quicktext.url.label "URLからの応答">
<!ENTITY quicktext.insertfile.label "ファイルの内容(quicktext変数が置き換えられます)">

<!ENTITY quicktext.attachments.label "添付ファイル">
<!ENTITY quicktext.filename.label "ファイルの名前">
Expand Down
10 changes: 5 additions & 5 deletions chrome/locale/ja/quicktext.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ time=時間 (%S)
exportFile=ファイルのエクスポート先を選択 (UTF-8)
importFile=インポートするファイルの選択 (UTF-8)
insertFile=挿入するファイルの選択 (UTF-8)
fileNotUTF8=The selected file does not seem to be UTF-8 encoded and will not loaded correctly. Please select a different file.
insertImage=Choose image file to insert
fileNotUTF8=選択されたファイルはUTF-8でないため正しく読み込まれません。別のファイルを選択してください。
insertImage=挿入する画像を選択
attachmentFile=添付するファイルを選択してください
saveMessage=設定が変更されています。保存して終了しますか?
saveMessageTitle=設定の保存
Expand All @@ -19,6 +19,6 @@ inputText=%S の値を入力してください
altKey=Alt
controlKey=Ctrl
metaKey=Meta
scriptNotFound=Quicktext script “%S” not found!
scriptError=There was an error in your Quicktext script:
scriptLine=Line
scriptNotFound=Quicktextスクリプト 「%S」 が見つかりません!
scriptError=Quicktextスクリプトにエラーがあります:
scriptLine=

0 comments on commit da58469

Please sign in to comment.