- {{ _('Find') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+F)') }} {% else %} {{ _(' (Ctrl+F)') }}{%- endif %}
- {{ _('Find Next') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+G)') }} {% else %} {{ _(' (Ctrl+G)') }}{%- endif %}
- {{ _('Find Previous') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+Shift+G)') }} {% else %} {{ _(' (Ctrl+Shift+G)') }}{%- endif %}
- {{ _('Persistent Find') }}
- {{ _('Replace') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+Shift+F)') }} {% else %} {{ _(' (Ctrl+Shift+F)') }}{%- endif %}
- {{ _('Replace All') }}
- {{ _('Jump (Alt+G)') }}
- {{ _('Indent Selection (Tab)') }}
- {{ _('Unindent Selection (Shift+Tab)') }}
- {{ _('Inline Comment Selection') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+/)') }} {% else %} {{ _(' (Ctrl+/)') }}{%- endif %}
- {{ _('Inline Uncomment Selection') }}{% if client_platform == 'macos' -%} {{ _(' (Cmd+.)') }} {% else %} {{ _(' (Ctrl+.)') }}{%- endif %}
- {{ _('Block Comment/Uncomment Selection') }}{% if client_platform == 'macos' -%} {{ _(' (Shift+Cmd+/)') }} {% else %} {{ _(' (Shift+Ctrl+/)') }}{%- endif %}
{{ _('Loading {0} v{1}...').format(config.APP_NAME, config.APP_VERSION) }}