From 6c876f934b830a3e3e84e8558891b97c78244af8 Mon Sep 17 00:00:00 2001 From: liuderchi Date: Sun, 26 Feb 2017 02:56:01 +0800 Subject: [PATCH] add new i18n item for v1.15, translate zh-tw part - core.closeDeletedFileTabs - core.useProxySettingsWhenCallingApm - editor.showCursorOnSelection --- def/ar/settings.cson | 16 ++++++++++++++++ def/de/settings.cson | 16 ++++++++++++++++ def/es/settings.cson | 16 ++++++++++++++++ def/fr/settings.cson | 16 ++++++++++++++++ def/hi/settings.cson | 16 ++++++++++++++++ def/ja/settings.cson | 16 ++++++++++++++++ def/ko/settings.cson | 18 +++++++++++++++++- def/nl/settings.cson | 16 ++++++++++++++++ def/pt-br/settings.cson | 16 ++++++++++++++++ def/template/settings.cson | 16 ++++++++++++++++ def/zh-cn/settings.cson | 16 ++++++++++++++++ def/zh-tw/settings.cson | 16 ++++++++++++++++ 12 files changed, 193 insertions(+), 1 deletion(-) diff --git a/def/ar/settings.cson b/def/ar/settings.cson index b33deb5f..eaf7017e 100644 --- a/def/ar/settings.cson +++ b/def/ar/settings.cson @@ -100,6 +100,11 @@ Settings: title: "Auto Hide Menu Bar" desc: "Automatically hide the menu bar and toggle it by pressing Alt. This is only supported on Windows & Linux." } + { + _id: 'core.closeDeletedFileTabs' + title: "Close Deleted File Tabs" + desc: "Close corresponding editors when a file is deleted outside Atom." + } { _id: 'core.closeEmptyWindows' title: "Close Empty Windows" @@ -152,6 +157,7 @@ Settings: { _id: 'core.restorePreviousWindowsOnStart' title: "Restore Previous Windows On Start" + desc: "When checked restores the last state of all Atom windows when started from the icon or atom by itself from the command line; otherwise a blank environment is loaded." } { _id: 'core.telemetryConsent' @@ -162,6 +168,11 @@ Settings: no: "Do not send any telemetry data" undecided: "Undecided (Atom will ask again next time it is launched)" } + { + _id: 'core.useProxySettingsWhenCallingApm' + title: "Use detected proxy settings when calling the apm command-line tool." + desc: "Use detected proxy settings when calling the apm command-line tool." + } { _id: 'core.useCustomTitleBar' title: "Use Custom Title Bar" @@ -259,6 +270,11 @@ Settings: desc: "Determines how fast the editor scrolls when using a mouse or trackpad." } + { + _id: 'editor.showCursorOnSelection' + title: "Show Cursor On Selection" + desc: "Show cursor while there is a selection." + } { _id: 'editor.showIndentGuide' title: "Show Indent Guide" diff --git a/def/de/settings.cson b/def/de/settings.cson index e2c1a30e..386a7b0f 100644 --- a/def/de/settings.cson +++ b/def/de/settings.cson @@ -92,6 +92,11 @@ Settings: title: "Menü automatisch verbergen" desc: "Menü automatisch verbergen und zum einblenden Alt drücken. Dies wird nur unter unterstütz unter Windows & Linux." } + { + _id: 'core.closeDeletedFileTabs' + title: "Close Deleted File Tabs" + desc: "Close corresponding editors when a file is deleted outside Atom." + } { _id: 'core.closeEmptyWindows' title: "Leere Fenster schließen" @@ -144,6 +149,7 @@ Settings: { _id: 'core.restorePreviousWindowsOnStart' title: "Letzte Fenster beim Start wieder herstellen" + desc: "When checked restores the last state of all Atom windows when started from the icon or atom by itself from the command line; otherwise a blank environment is loaded." } { _id: 'core.telemetryConsent' @@ -154,6 +160,11 @@ Settings: no: "Keine Telemetrie-Daten senden" undecided: "Unentschlossen (Atom will ask again next time it is launched)" } + { + _id: 'core.useProxySettingsWhenCallingApm' + title: "Use detected proxy settings when calling the apm command-line tool." + desc: "Use detected proxy settings when calling the apm command-line tool." + } { _id: 'core.useCustomTitleBar' title: "Benutze Benutzerspezifische Titel-Leiste" @@ -243,6 +254,11 @@ Settings: title: "Scroll-Sensibilität" desc: "Legt fest wie schnell der Editor per Maus oder Trackpad scrollt." } + { + _id: 'editor.showCursorOnSelection' + title: "Show Cursor On Selection" + desc: "Show cursor while there is a selection." + } { _id: 'editor.showIndentGuide' title: "Zeige Einrückhilfe" diff --git a/def/es/settings.cson b/def/es/settings.cson index aa86c436..8ae37d96 100644 --- a/def/es/settings.cson +++ b/def/es/settings.cson @@ -104,6 +104,11 @@ Settings: desc: "Ocultar automáticamente la barra de menú y mostrarla u ocultarla presionando Alt. Esto es sólo soportado en Windows & Linux." } + { + _id: 'core.closeDeletedFileTabs' + title: "Close Deleted File Tabs" + desc: "Close corresponding editors when a file is deleted outside Atom." + } { _id: 'core.closeEmptyWindows' title: "Cerrar Ventanas Vacías" @@ -171,6 +176,7 @@ Settings: { _id: 'core.restorePreviousWindowsOnStart' title: "Restaurar Ventana Previa al Iniciar" + desc: "When checked restores the last state of all Atom windows when started from the icon or atom by itself from the command line; otherwise a blank environment is loaded." } { _id: 'core.telemetryConsent' @@ -184,6 +190,11 @@ Settings: undecided: "Indeciso (Atom te preguntará nuevamente la siguiente vez que sea ejecutado)." } + { + _id: 'core.useProxySettingsWhenCallingApm' + title: "Use detected proxy settings when calling the apm command-line tool." + desc: "Use detected proxy settings when calling the apm command-line tool." + } { _id: 'core.useCustomTitleBar' title: "Usar Barra de Título Personalizada" @@ -291,6 +302,11 @@ Settings: desc: "Determina qué tan rápido el editor se desplaza cuando se usa el mouse o el touch pad" } + { + _id: 'editor.showCursorOnSelection' + title: "Show Cursor On Selection" + desc: "Show cursor while there is a selection." + } { _id: 'editor.showIndentGuide' title: "Mostrar Líneas de Indentación" diff --git a/def/fr/settings.cson b/def/fr/settings.cson index b33deb5f..eaf7017e 100644 --- a/def/fr/settings.cson +++ b/def/fr/settings.cson @@ -100,6 +100,11 @@ Settings: title: "Auto Hide Menu Bar" desc: "Automatically hide the menu bar and toggle it by pressing Alt. This is only supported on Windows & Linux." } + { + _id: 'core.closeDeletedFileTabs' + title: "Close Deleted File Tabs" + desc: "Close corresponding editors when a file is deleted outside Atom." + } { _id: 'core.closeEmptyWindows' title: "Close Empty Windows" @@ -152,6 +157,7 @@ Settings: { _id: 'core.restorePreviousWindowsOnStart' title: "Restore Previous Windows On Start" + desc: "When checked restores the last state of all Atom windows when started from the icon or atom by itself from the command line; otherwise a blank environment is loaded." } { _id: 'core.telemetryConsent' @@ -162,6 +168,11 @@ Settings: no: "Do not send any telemetry data" undecided: "Undecided (Atom will ask again next time it is launched)" } + { + _id: 'core.useProxySettingsWhenCallingApm' + title: "Use detected proxy settings when calling the apm command-line tool." + desc: "Use detected proxy settings when calling the apm command-line tool." + } { _id: 'core.useCustomTitleBar' title: "Use Custom Title Bar" @@ -259,6 +270,11 @@ Settings: desc: "Determines how fast the editor scrolls when using a mouse or trackpad." } + { + _id: 'editor.showCursorOnSelection' + title: "Show Cursor On Selection" + desc: "Show cursor while there is a selection." + } { _id: 'editor.showIndentGuide' title: "Show Indent Guide" diff --git a/def/hi/settings.cson b/def/hi/settings.cson index b33deb5f..eaf7017e 100644 --- a/def/hi/settings.cson +++ b/def/hi/settings.cson @@ -100,6 +100,11 @@ Settings: title: "Auto Hide Menu Bar" desc: "Automatically hide the menu bar and toggle it by pressing Alt. This is only supported on Windows & Linux." } + { + _id: 'core.closeDeletedFileTabs' + title: "Close Deleted File Tabs" + desc: "Close corresponding editors when a file is deleted outside Atom." + } { _id: 'core.closeEmptyWindows' title: "Close Empty Windows" @@ -152,6 +157,7 @@ Settings: { _id: 'core.restorePreviousWindowsOnStart' title: "Restore Previous Windows On Start" + desc: "When checked restores the last state of all Atom windows when started from the icon or atom by itself from the command line; otherwise a blank environment is loaded." } { _id: 'core.telemetryConsent' @@ -162,6 +168,11 @@ Settings: no: "Do not send any telemetry data" undecided: "Undecided (Atom will ask again next time it is launched)" } + { + _id: 'core.useProxySettingsWhenCallingApm' + title: "Use detected proxy settings when calling the apm command-line tool." + desc: "Use detected proxy settings when calling the apm command-line tool." + } { _id: 'core.useCustomTitleBar' title: "Use Custom Title Bar" @@ -259,6 +270,11 @@ Settings: desc: "Determines how fast the editor scrolls when using a mouse or trackpad." } + { + _id: 'editor.showCursorOnSelection' + title: "Show Cursor On Selection" + desc: "Show cursor while there is a selection." + } { _id: 'editor.showIndentGuide' title: "Show Indent Guide" diff --git a/def/ja/settings.cson b/def/ja/settings.cson index 59566cc8..78e488b7 100644 --- a/def/ja/settings.cson +++ b/def/ja/settings.cson @@ -96,6 +96,11 @@ Settings: title: "メニューバーを自動的に隠す" desc: "メニューバーを自動的に隠して Alt キーで切り替えます。この設定は Windows と Linux でのみサポートされます。" } + { + _id: 'core.closeDeletedFileTabs' + title: "Close Deleted File Tabs" + desc: "Close corresponding editors when a file is deleted outside Atom." + } { _id: 'core.closeEmptyWindows' title: "空になったウインドウをタブと同様に閉じる" @@ -151,6 +156,7 @@ Settings: { _id: 'core.restorePreviousWindowsOnStart' title: "Restore Previous Windows On Start" + desc: "When checked restores the last state of all Atom windows when started from the icon or atom by itself from the command line; otherwise a blank environment is loaded." } { _id: 'core.telemetryConsent' @@ -161,6 +167,11 @@ Settings: no: "遠隔測定結果を送信しない" undecided: "まだ決まっていない(次回起動時に再確認)" } + { + _id: 'core.useProxySettingsWhenCallingApm' + title: "Use detected proxy settings when calling the apm command-line tool." + desc: "Use detected proxy settings when calling the apm command-line tool." + } { _id: 'core.useCustomTitleBar' title: "カスタムタイトルバーを使う" @@ -250,6 +261,11 @@ Settings: title: "スクロール速度" desc: "マウスやトラックパッドでエディタをスクロールする時の速度" } + { + _id: 'editor.showCursorOnSelection' + title: "Show Cursor On Selection" + desc: "Show cursor while there is a selection." + } { _id: 'editor.showIndentGuide' title: "インデントガイドを表示" diff --git a/def/ko/settings.cson b/def/ko/settings.cson index 9719d1c0..699b307f 100644 --- a/def/ko/settings.cson +++ b/def/ko/settings.cson @@ -100,6 +100,11 @@ Settings: desc: "자동으로 창 상단의 메뉴바를 숨기고, Alt키를 눌렀을 때만 토글합니다. 이 기능은 Windows와 Linux에서만 지원합니다." } + { + _id: 'core.closeDeletedFileTabs' + title: "Close Deleted File Tabs" + desc: "Close corresponding editors when a file is deleted outside Atom." + } { _id: 'core.closeEmptyWindows' title: "빈 창 닫기" @@ -156,7 +161,8 @@ Settings: } { _id: 'core.restorePreviousWindowsOnStart' - title: "시작 시 이전 창 복구" + title: "Restore Previous Windows On Start" + desc: "When checked restores the last state of all Atom windows when started from the icon or atom by itself from the command line; otherwise a blank environment is loaded." } { _id: 'core.telemetryConsent' @@ -167,6 +173,11 @@ Settings: no: "어떠한 정보도 보내지 않습니다" undecided: "나중에 물어보기 (나중에 Atom이 실행될 때 다시 물어봅니다)" } + { + _id: 'core.useProxySettingsWhenCallingApm' + title: "Use detected proxy settings when calling the apm command-line tool." + desc: "Use detected proxy settings when calling the apm command-line tool." + } { _id: 'core.useCustomTitleBar' title: "커스텀 제목 막대 사용" @@ -257,6 +268,11 @@ Settings: title: "스크롤 감도" desc: "마우스나 트랙패드를 사용할 떄 얼마나 빠르게 에디터를 스크롤할지 지정합니다." } + { + _id: 'editor.showCursorOnSelection' + title: "Show Cursor On Selection" + desc: "Show cursor while there is a selection." + } { _id: 'editor.showIndentGuide' title: "들여쓰기 가이드 보이기" diff --git a/def/nl/settings.cson b/def/nl/settings.cson index b33deb5f..eaf7017e 100644 --- a/def/nl/settings.cson +++ b/def/nl/settings.cson @@ -100,6 +100,11 @@ Settings: title: "Auto Hide Menu Bar" desc: "Automatically hide the menu bar and toggle it by pressing Alt. This is only supported on Windows & Linux." } + { + _id: 'core.closeDeletedFileTabs' + title: "Close Deleted File Tabs" + desc: "Close corresponding editors when a file is deleted outside Atom." + } { _id: 'core.closeEmptyWindows' title: "Close Empty Windows" @@ -152,6 +157,7 @@ Settings: { _id: 'core.restorePreviousWindowsOnStart' title: "Restore Previous Windows On Start" + desc: "When checked restores the last state of all Atom windows when started from the icon or atom by itself from the command line; otherwise a blank environment is loaded." } { _id: 'core.telemetryConsent' @@ -162,6 +168,11 @@ Settings: no: "Do not send any telemetry data" undecided: "Undecided (Atom will ask again next time it is launched)" } + { + _id: 'core.useProxySettingsWhenCallingApm' + title: "Use detected proxy settings when calling the apm command-line tool." + desc: "Use detected proxy settings when calling the apm command-line tool." + } { _id: 'core.useCustomTitleBar' title: "Use Custom Title Bar" @@ -259,6 +270,11 @@ Settings: desc: "Determines how fast the editor scrolls when using a mouse or trackpad." } + { + _id: 'editor.showCursorOnSelection' + title: "Show Cursor On Selection" + desc: "Show cursor while there is a selection." + } { _id: 'editor.showIndentGuide' title: "Show Indent Guide" diff --git a/def/pt-br/settings.cson b/def/pt-br/settings.cson index b33deb5f..eaf7017e 100644 --- a/def/pt-br/settings.cson +++ b/def/pt-br/settings.cson @@ -100,6 +100,11 @@ Settings: title: "Auto Hide Menu Bar" desc: "Automatically hide the menu bar and toggle it by pressing Alt. This is only supported on Windows & Linux." } + { + _id: 'core.closeDeletedFileTabs' + title: "Close Deleted File Tabs" + desc: "Close corresponding editors when a file is deleted outside Atom." + } { _id: 'core.closeEmptyWindows' title: "Close Empty Windows" @@ -152,6 +157,7 @@ Settings: { _id: 'core.restorePreviousWindowsOnStart' title: "Restore Previous Windows On Start" + desc: "When checked restores the last state of all Atom windows when started from the icon or atom by itself from the command line; otherwise a blank environment is loaded." } { _id: 'core.telemetryConsent' @@ -162,6 +168,11 @@ Settings: no: "Do not send any telemetry data" undecided: "Undecided (Atom will ask again next time it is launched)" } + { + _id: 'core.useProxySettingsWhenCallingApm' + title: "Use detected proxy settings when calling the apm command-line tool." + desc: "Use detected proxy settings when calling the apm command-line tool." + } { _id: 'core.useCustomTitleBar' title: "Use Custom Title Bar" @@ -259,6 +270,11 @@ Settings: desc: "Determines how fast the editor scrolls when using a mouse or trackpad." } + { + _id: 'editor.showCursorOnSelection' + title: "Show Cursor On Selection" + desc: "Show cursor while there is a selection." + } { _id: 'editor.showIndentGuide' title: "Show Indent Guide" diff --git a/def/template/settings.cson b/def/template/settings.cson index b33deb5f..eaf7017e 100644 --- a/def/template/settings.cson +++ b/def/template/settings.cson @@ -100,6 +100,11 @@ Settings: title: "Auto Hide Menu Bar" desc: "Automatically hide the menu bar and toggle it by pressing Alt. This is only supported on Windows & Linux." } + { + _id: 'core.closeDeletedFileTabs' + title: "Close Deleted File Tabs" + desc: "Close corresponding editors when a file is deleted outside Atom." + } { _id: 'core.closeEmptyWindows' title: "Close Empty Windows" @@ -152,6 +157,7 @@ Settings: { _id: 'core.restorePreviousWindowsOnStart' title: "Restore Previous Windows On Start" + desc: "When checked restores the last state of all Atom windows when started from the icon or atom by itself from the command line; otherwise a blank environment is loaded." } { _id: 'core.telemetryConsent' @@ -162,6 +168,11 @@ Settings: no: "Do not send any telemetry data" undecided: "Undecided (Atom will ask again next time it is launched)" } + { + _id: 'core.useProxySettingsWhenCallingApm' + title: "Use detected proxy settings when calling the apm command-line tool." + desc: "Use detected proxy settings when calling the apm command-line tool." + } { _id: 'core.useCustomTitleBar' title: "Use Custom Title Bar" @@ -259,6 +270,11 @@ Settings: desc: "Determines how fast the editor scrolls when using a mouse or trackpad." } + { + _id: 'editor.showCursorOnSelection' + title: "Show Cursor On Selection" + desc: "Show cursor while there is a selection." + } { _id: 'editor.showIndentGuide' title: "Show Indent Guide" diff --git a/def/zh-cn/settings.cson b/def/zh-cn/settings.cson index d39f890a..5391be26 100644 --- a/def/zh-cn/settings.cson +++ b/def/zh-cn/settings.cson @@ -92,6 +92,11 @@ Settings: title: "自动隐藏菜单栏" desc: "按 Alt 以切换菜单栏。仅支持 Windows 和 Linux 操作系统。" } + { + _id: 'core.closeDeletedFileTabs' + title: "Close Deleted File Tabs" + desc: "Close corresponding editors when a file is deleted outside Atom." + } { _id: 'core.closeEmptyWindows' title: "关闭空窗口" @@ -144,6 +149,7 @@ Settings: { _id: 'core.restorePreviousWindowsOnStart' title: "启动时恢复之前的窗口状态" + desc: "When checked restores the last state of all Atom windows when started from the icon or atom by itself from the command line; otherwise a blank environment is loaded." } { _id: 'core.telemetryConsent' @@ -154,6 +160,11 @@ Settings: no: "不发送任何遥测数据" undecided: "尚未决定(Atom 会在下次启动时再次询问)" } + { + _id: 'core.useProxySettingsWhenCallingApm' + title: "Use detected proxy settings when calling the apm command-line tool." + desc: "Use detected proxy settings when calling the apm command-line tool." + } { _id: 'core.useCustomTitleBar' title: "使用自定义标题栏" @@ -243,6 +254,11 @@ Settings: title: "滚动速度" desc: "调整在编辑器中使用鼠标滚轮或触摸板滚动的速度。" } + { + _id: 'editor.showCursorOnSelection' + title: "Show Cursor On Selection" + desc: "Show cursor while there is a selection." + } { _id: 'editor.showIndentGuide' title: "显示缩进对齐线" diff --git a/def/zh-tw/settings.cson b/def/zh-tw/settings.cson index 13b52c09..1bbaed9b 100644 --- a/def/zh-tw/settings.cson +++ b/def/zh-tw/settings.cson @@ -92,6 +92,11 @@ Settings: title: "自動隱藏功能表欄" desc: "自動隱藏功能表欄,藉由點擊 Alt 鍵切換功能表欄。這項功能只支援於 Windows 與 Linux 作業系統。" } + { + _id: 'core.closeDeletedFileTabs' + title: "關閉已刪除檔案的分頁" + desc: "當檔案由 Atom 外部刪除時,關閉對應的編輯器分頁。" + } { _id: 'core.closeEmptyWindows' title: "關閉空視窗" @@ -144,6 +149,7 @@ Settings: { _id: 'core.restorePreviousWindowsOnStart' title: "啟動時回復視窗狀態" + desc: "當此選項勾選時,從桌面捷徑或是從命令列輸入 atom 啟動時會復原所有 Atom 視窗的狀態;否則,Atom 啟動時會開啟一個空白的工作環境。" } { _id: 'core.telemetryConsent' @@ -154,6 +160,11 @@ Settings: no: "不要傳送任何遙測記錄資料" undecided: "尚未決定(Atom 會於下次啟動時再次詢問)" } + { + _id: 'core.useProxySettingsWhenCallingApm' + title: "當呼叫命令列工具 apm 時,使用偵測到的代理伺服器設定。" + desc: "當呼叫命令列工具 apm 時,使用偵測到的代理伺服器設定。" + } { _id: 'core.useCustomTitleBar' title: "使用自訂的視窗標題樣式" @@ -243,6 +254,11 @@ Settings: title: "捲動速度" desc: "設定編輯器中使用滑鼠或觸控板捲動瀏覽的速度。" } + { + _id: 'editor.showCursorOnSelection' + title: "在選取範圍上顯示游標" + desc: "當有選取範圍時,顯示游標。" + } { _id: 'editor.showIndentGuide' title: "顯示縮排對齊線"