Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
#Text Types
#
#XACT: Text with explicit importance for accessibility.
#XBUT: Button
#XCKL: Checkbox
#XFLD: Field label
#XLNK: Hyperlink
#XMIT: Menu item (Menu item, either top-level like "File" or lower-level like "Save as...")
#XMSG: Message
#XRBL: Radio button
#XSEL: Selection (Values in a drop-down list, or a status. For example: "In Process", "Shipped" or "Open".)
#XTIT: Title (or heading) of a non-actionable user interface element like a column, wizard, or screen area.
#XTOL: Explanatory text for an UI element, such as a tooltip, input help.
#YINS: Instruction for a user, for example, a permanent text on a screen that introduces a group of fields.
#----------------------------------------------------------------------------------------------------------------------
#For text elements that are not supposed to be translated, use the text type NOTR
#----------------------------------------------------------------------------------------------------------------------
#Recommended pattern
#
#<TextType>:<AdditionalContextInformation>
#If there is a maximum length restriction, please indicate as shown below.
#<TextType>,<MaximumLength>:<AdditionalContextInformation>

####################################
#XTIT: Content link of the attachment
attachment_content=T\u1EC7p \u0111i\u0301nh ke\u0300m
#XTIT: File name of the attachment
attachment_fileName=T\u00EAn t\u1EC7p
#XTIT: Malware scan status of the attachment
attachment_status=Tr\u1EA1ng th\u00E1i qu\u00E9t
#XTIT: Mime type of the attachment
attachment_mimeType=Loa\u0323i ph\u01B0\u01A1ng ti\u00EA\u0323n
#XTIT: Note for the attachment
attachment_note=Ghi chu\u0301
#XTIT: Header label for Attachment
attachment=T\u1EC7p \u0111i\u0301nh ke\u0300m
#XTIT: Header label for Attachments
attachments=Ph\u00E2\u0300n \u0111\u00EDnh k\u00E8m
Loading