Flow.Launcher/Plugins/Flow.Launcher.Plugin.Shell/Languages/vi.xaml
Jeremy Wu 0d9cc7ef83
Some checks failed
Publish Default Plugins / publish (push) Has been cancelled
Build / build (push) Has been cancelled
Release 2.1.1 (#4327)
2026-03-09 11:23:36 +08:00

20 lines
2.2 KiB
XML

<?xml version="1.0"?>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="flowlauncher_plugin_cmd_relace_winr">Thay thế Win + R</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_close_cmd_after_press">Đóng Command Prompt sau khi nhấn phím bất kỳ</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_press_any_key_to_close">Nhấn phím bất kỳ để đóng cửa sổ này...</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">Không đóng dấu nhắc lệnh sau khi thực hiện lệnh</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">Luôn chạy với tư cách quản trị viên</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_use_windows_terminal">Sử dụng Windows Terminal</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_run_as_different_user">Xóa lựa chọn đã chọn</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_plugin_name">Vỏ</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_plugin_description">Cho phép thực thi các lệnh hệ thống từ Flow Launcher</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">lệnh này đã được thực thi {0} lần</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">thực thi lệnh thông qua lệnh shell</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">Chạy với quyền quản trị</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_copy">Sao chép lệnh</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_history">Chỉ hiển thị số lượng lệnh được sử dụng nhiều nhất:</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_command_not_found">Không tìm thấy lệnh: {0}</system:String>
<system:String x:Key="flowlauncher_plugin_cmd_error_running_command">Lỗi khi chạy lệnh: {0}</system:String>
</ResourceDictionary>