Skip to content

Commit

Permalink
add new i18n item for v1.15, translate zh-tw part
Browse files Browse the repository at this point in the history
- core.closeDeletedFileTabs
- core.useProxySettingsWhenCallingApm
- editor.showCursorOnSelection
  • Loading branch information
liuderchi committed Feb 26, 2017
1 parent d3acac6 commit 6c876f9
Show file tree
Hide file tree
Showing 12 changed files with 193 additions and 1 deletion.
16 changes: 16 additions & 0 deletions def/ar/settings.cson
Expand Up @@ -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"
Expand Down Expand Up @@ -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 <code>atom</code> by itself from the command line; otherwise a blank environment is loaded."
}
{
_id: 'core.telemetryConsent'
Expand All @@ -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 <code>apm</code> command-line tool."
desc: "Use detected proxy settings when calling the <code>apm</code> command-line tool."
}
{
_id: 'core.useCustomTitleBar'
title: "Use Custom Title Bar"
Expand Down Expand Up @@ -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"
Expand Down
16 changes: 16 additions & 0 deletions def/de/settings.cson
Expand Up @@ -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 &amp; 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"
Expand Down Expand Up @@ -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 <code>atom</code> by itself from the command line; otherwise a blank environment is loaded."
}
{
_id: 'core.telemetryConsent'
Expand All @@ -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 <code>apm</code> command-line tool."
desc: "Use detected proxy settings when calling the <code>apm</code> command-line tool."
}
{
_id: 'core.useCustomTitleBar'
title: "Benutze Benutzerspezifische Titel-Leiste"
Expand Down Expand Up @@ -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"
Expand Down
16 changes: 16 additions & 0 deletions def/es/settings.cson
Expand Up @@ -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 &amp; 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"
Expand Down Expand Up @@ -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 <code>atom</code> by itself from the command line; otherwise a blank environment is loaded."
}
{
_id: 'core.telemetryConsent'
Expand All @@ -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 <code>apm</code> command-line tool."
desc: "Use detected proxy settings when calling the <code>apm</code> command-line tool."
}
{
_id: 'core.useCustomTitleBar'
title: "Usar Barra de Título Personalizada"
Expand Down Expand Up @@ -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"
Expand Down
16 changes: 16 additions & 0 deletions def/fr/settings.cson
Expand Up @@ -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 &amp; 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"
Expand Down Expand Up @@ -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 <code>atom</code> by itself from the command line; otherwise a blank environment is loaded."
}
{
_id: 'core.telemetryConsent'
Expand All @@ -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 <code>apm</code> command-line tool."
desc: "Use detected proxy settings when calling the <code>apm</code> command-line tool."
}
{
_id: 'core.useCustomTitleBar'
title: "Use Custom Title Bar"
Expand Down Expand Up @@ -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"
Expand Down
16 changes: 16 additions & 0 deletions def/hi/settings.cson
Expand Up @@ -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 &amp; 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"
Expand Down Expand Up @@ -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 <code>atom</code> by itself from the command line; otherwise a blank environment is loaded."
}
{
_id: 'core.telemetryConsent'
Expand All @@ -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 <code>apm</code> command-line tool."
desc: "Use detected proxy settings when calling the <code>apm</code> command-line tool."
}
{
_id: 'core.useCustomTitleBar'
title: "Use Custom Title Bar"
Expand Down Expand Up @@ -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"
Expand Down
16 changes: 16 additions & 0 deletions def/ja/settings.cson
Expand Up @@ -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: "空になったウインドウをタブと同様に閉じる"
Expand Down Expand Up @@ -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 <code>atom</code> by itself from the command line; otherwise a blank environment is loaded."
}
{
_id: 'core.telemetryConsent'
Expand All @@ -161,6 +167,11 @@ Settings:
no: "遠隔測定結果を送信しない"
undecided: "まだ決まっていない(次回起動時に再確認)"
}
{
_id: 'core.useProxySettingsWhenCallingApm'
title: "Use detected proxy settings when calling the <code>apm</code> command-line tool."
desc: "Use detected proxy settings when calling the <code>apm</code> command-line tool."
}
{
_id: 'core.useCustomTitleBar'
title: "カスタムタイトルバーを使う"
Expand Down Expand Up @@ -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: "インデントガイドを表示"
Expand Down
18 changes: 17 additions & 1 deletion def/ko/settings.cson
Expand Up @@ -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: "빈 창 닫기"
Expand Down Expand Up @@ -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 <code>atom</code> by itself from the command line; otherwise a blank environment is loaded."
}
{
_id: 'core.telemetryConsent'
Expand All @@ -167,6 +173,11 @@ Settings:
no: "어떠한 정보도 보내지 않습니다"
undecided: "나중에 물어보기 (나중에 Atom이 실행될 때 다시 물어봅니다)"
}
{
_id: 'core.useProxySettingsWhenCallingApm'
title: "Use detected proxy settings when calling the <code>apm</code> command-line tool."
desc: "Use detected proxy settings when calling the <code>apm</code> command-line tool."
}
{
_id: 'core.useCustomTitleBar'
title: "커스텀 제목 막대 사용"
Expand Down Expand Up @@ -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: "들여쓰기 가이드 보이기"
Expand Down
16 changes: 16 additions & 0 deletions def/nl/settings.cson
Expand Up @@ -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 &amp; 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"
Expand Down Expand Up @@ -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 <code>atom</code> by itself from the command line; otherwise a blank environment is loaded."
}
{
_id: 'core.telemetryConsent'
Expand All @@ -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 <code>apm</code> command-line tool."
desc: "Use detected proxy settings when calling the <code>apm</code> command-line tool."
}
{
_id: 'core.useCustomTitleBar'
title: "Use Custom Title Bar"
Expand Down Expand Up @@ -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"
Expand Down
16 changes: 16 additions & 0 deletions def/pt-br/settings.cson
Expand Up @@ -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 &amp; 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"
Expand Down Expand Up @@ -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 <code>atom</code> by itself from the command line; otherwise a blank environment is loaded."
}
{
_id: 'core.telemetryConsent'
Expand All @@ -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 <code>apm</code> command-line tool."
desc: "Use detected proxy settings when calling the <code>apm</code> command-line tool."
}
{
_id: 'core.useCustomTitleBar'
title: "Use Custom Title Bar"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 6c876f9

Please sign in to comment.