-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (Vietnamese)
- Loading branch information
Showing
1 changed file
with
139 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the libhelium package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: libhelium\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-02-04 10:20-0300\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: vi\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: lib/Utils/Misc.vala:185 | ||
msgid "Shift" | ||
msgstr "" | ||
|
||
#: lib/Utils/Misc.vala:189 | ||
msgid "Ctrl" | ||
msgstr "" | ||
|
||
#: lib/Utils/Misc.vala:193 | ||
msgid "Alt" | ||
msgstr "" | ||
|
||
#. /TRANSLATORS: The Alt key on the left side of the keyboard | ||
#: lib/Utils/Misc.vala:211 | ||
msgid "Left Alt" | ||
msgstr "" | ||
|
||
#. /TRANSLATORS: The Alt key on the right side of the keyboard | ||
#: lib/Utils/Misc.vala:215 | ||
msgid "Right Alt" | ||
msgstr "" | ||
|
||
#. /TRANSLATORS: The Ctrl key on the right side of the keyboard | ||
#: lib/Utils/Misc.vala:222 | ||
msgid "Right Ctrl" | ||
msgstr "" | ||
|
||
#. /TRANSLATORS: The Ctrl key on the left side of the keyboard | ||
#: lib/Utils/Misc.vala:226 | ||
msgid "Left Ctrl" | ||
msgstr "" | ||
|
||
#. /TRANSLATORS: This is a non-symbol representation of the "-" key | ||
#: lib/Utils/Misc.vala:231 | ||
msgid "Minus" | ||
msgstr "" | ||
|
||
#. /TRANSLATORS: This is a non-symbol representation of the "+" key | ||
#: lib/Utils/Misc.vala:236 | ||
msgid "Plus" | ||
msgstr "" | ||
|
||
#. /TRANSLATORS: This is a non-symbol representation of the "=" key | ||
#: lib/Utils/Misc.vala:241 | ||
msgid "Equals" | ||
msgstr "" | ||
|
||
#: lib/Utils/Misc.vala:244 | ||
msgid "Enter" | ||
msgstr "" | ||
|
||
#. /TRANSLATORS: The Shift key on the left side of the keyboard | ||
#: lib/Utils/Misc.vala:248 | ||
msgid "Left Shift" | ||
msgstr "" | ||
|
||
#. /TRANSLATORS: The Shift key on the right side of the keyboard | ||
#: lib/Utils/Misc.vala:252 | ||
msgid "Right Shift" | ||
msgstr "" | ||
|
||
#. /TRANSLATORS: This is a delimiter that separates two keyboard shortcut labels like "⌘ + →, Control + A" | ||
#: lib/Utils/Misc.vala:315 | ||
msgid ", " | ||
msgstr "" | ||
|
||
#: lib/Widgets/AboutWindow.vala:42 | ||
msgid "Translate App" | ||
msgstr "" | ||
|
||
#: lib/Widgets/AboutWindow.vala:43 | ||
msgid "Report a Problem" | ||
msgstr "" | ||
|
||
#: lib/Widgets/AboutWindow.vala:44 | ||
msgid "More Info…" | ||
msgstr "" | ||
|
||
#: lib/Widgets/AboutWindow.vala:136 | ||
#, c-format | ||
msgid "This program is licensed under %s" | ||
msgstr "" | ||
|
||
#: lib/Widgets/AboutWindow.vala:173 | ||
#, c-format | ||
msgid "Translated By: %s" | ||
msgstr "" | ||
|
||
#: lib/Widgets/AboutWindow.vala:186 | ||
#, c-format | ||
msgid "Copyright © %i %s" | ||
msgstr "" | ||
|
||
#: lib/Widgets/AboutWindow.vala:189 | ||
#, c-format | ||
msgid "Copyright © %s" | ||
msgstr "" | ||
|
||
#: lib/Widgets/Dialog.vala:189 | ||
msgid "Cancel" | ||
msgstr "" | ||
|
||
#: lib/Widgets/TabSwitcher.vala:240 | ||
msgid "New Tab" | ||
msgstr "" | ||
|
||
#: lib/Widgets/TimePicker.vala:81 | ||
msgid "%-l:%M %p" | ||
msgstr "" | ||
|
||
#: lib/Widgets/TimePicker.vala:85 | ||
msgid "%H:%M" | ||
msgstr "" | ||
|
||
#: lib/Widgets/TimePicker.vala:93 | ||
msgid "AM" | ||
msgstr "" | ||
|
||
#: lib/Widgets/TimePicker.vala:96 | ||
msgid "PM" | ||
msgstr "" |