Skip to content

Commit

Permalink
Rename “New CotEditor Document with Selection” service with “New CotE…
Browse files Browse the repository at this point in the history
…ditor Window Containing Selection” (close #1685)
  • Loading branch information
1024jp committed Aug 23, 2024
1 parent 42dafc5 commit 6614a81
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
- Improve the performance of counting values in the editor for the status bar and the document inspector to avoid flicking of the display.
- Set the editor's kerning to zero when a monospaced font is set via the font panel.
- Update the `cot` command to ignore piped text if a file to open is specified.
- Rename the “New CotEditor Document with Selection” service with “New CotEditor Window Containing Selection”.
- Ignore empty outline items.
- Avoid the theme loading error when a value is missing.
- Make more table columns sortable.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ <h2>Improvements</h2>
<li>Improve the performance of counting values in the editor for the status bar and the document inspector to avoid flicking of the display.</li>
<li>Set the editor's kerning to zero when a monospaced font is set via the font panel.</li>
<li>Update the <code>cot</code> command to ignore piped text if a file to open is specified.</li>
<li>Rename the “New CotEditor Document with Selection” service with “New CotEditor Window Containing Selection”.</li>
<li>Ignore empty outline items.</li>
<li>Avoid the theme loading error when a value is missing.</li>
<li>Make more table columns sortable.</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ <h2>改良</h2>
<li>ステータスバーと書類インスペクタでのエディタのカウントのパフォーマンスを改善し更新時のチラつきを抑止</li>
<li>エディタのフォントが「フォント」パネルから変更されたときに、フォントが等幅ならばカーニングをゼロに</li>
<li><code>cot</code>コマンドを更新し、開くファイルが指定されていた場合はパイプされたテキストを無視するように変更</li>
<li>「選択範囲を含む新規書類をCotEditorで開く」サービスを「選択部分を含む新しいCotEditorウインドウを開く」に改名</li>
<li>空のアウトライン項目を無視</li>
<li>テーマの値が欠損していたときにテーマ読み込みエラーになるのを抑止</li>
<li>より多くの表のカラムをソート可能に</li>
Expand Down
2 changes: 1 addition & 1 deletion CotEditor/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<key>NSMenuItem</key>
<dict>
<key>default</key>
<string>New CotEditor Document with Selection</string>
<string>New CotEditor Window Containing Selection</string>
</dict>
<key>NSMessage</key>
<string>openSelection</string>
Expand Down
29 changes: 15 additions & 14 deletions CotEditor/Localizables/ServicesMenu.xcstrings
Original file line number Diff line number Diff line change
@@ -1,84 +1,85 @@
{
"sourceLanguage" : "en",
"strings" : {
"New CotEditor Document with Selection" : {
"New CotEditor Window Containing Selection" : {
"comment" : "Refer how Apple translates “New TextEdit Window Containing Selection”",
"extractionState" : "manual",
"localizations" : {
"cs" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "Nový dokument CotEditoru s výběrem"
}
},
"de" : {
"stringUnit" : {
"state" : "translated",
"value" : "Neues CotEditor-Dokument mit Auswahl"
"value" : "Auswahl in neuem CotEditor-Fenster"
}
},
"en-GB" : {
"stringUnit" : {
"state" : "translated",
"value" : "New CotEditor Document with Selection"
"value" : "New CotEditor Window Containing Selection"
}
},
"es" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "Abrir fichero en CotEditor"
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "Nouveau document CotEditor avec la sélection"
}
},
"it" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "Nuovo documento CotEditor dalla selezione"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "選択範囲を含む新規書類をCotEditorで開く"
"value" : "選択部分を含む新しいCotEditorウインドウを開く"
}
},
"ko" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "선택한 내용으로 새로운 CotEditor 문서 생성"
}
},
"nl" : {
"stringUnit" : {
"state" : "translated",
"value" : "Nieuw CotEditor-document met selectie"
"value" : "Nieuw CotEditor-venster met selectie"
}
},
"pt" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "Novo Documento do CotEditor com Seleção"
}
},
"tr" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "Seçimden Yeni CotEditor Belgesi"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "使用选中内容创建新的CotEditor文稿"
}
},
"zh-Hant" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "使用選中內容創建新的CotEditor文件"
}
}
Expand Down

0 comments on commit 6614a81

Please sign in to comment.