From patchwork Tue Apr 16 11:31:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Peter Dave Hello X-Patchwork-Id: 1924099 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; secure) header.d=peterdavehello.org header.i=@peterdavehello.org header.a=rsa-sha256 header.s=protonmail header.b=V36zoBvS; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=patchwork.ozlabs.org) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VJkfV1DMzz1yXv for ; Tue, 16 Apr 2024 23:00:18 +1000 (AEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rwiPB-0007Gy-Vu; Tue, 16 Apr 2024 08:59:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rwh2K-0001ny-Tf for qemu-devel@nongnu.org; Tue, 16 Apr 2024 07:31:40 -0400 Received: from mail-4317.proton.ch ([185.70.43.17]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rwh2H-0007On-IF for qemu-devel@nongnu.org; Tue, 16 Apr 2024 07:31:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=peterdavehello.org; s=protonmail; t=1713267093; x=1713526293; bh=jB+DsHeLKsoztsHH3i8WfLOpjDZzFWljYEOKwLTu6rw=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=V36zoBvSYPzdmxoyWW1R7ZF8k1VgfCFdTjSkwiqXTot1ySmMIuaZI/nAGloQ2K25J cjAiwTyWP5ZbWBJke7C6aja+4pxh0nG6fBYLbIVbRurziw3ijsDcxaQhh0i5iXAhqi ZpjND/yZIwO+YvXI0QYX4SQpKXPcbNLHGVaYyCYp5nlJshlRB6DxjrK6wYv55hqCjT feuF9qGYSv+Bf5bD0HADtH8LAAfRiqSq9YxyGCzGqo1lAYCzyl0Xoilv9NPLIATVtY BahahIfTBsq82ZLxhD0OM6KhGpXxSKBLNwJi+ho+xbY2SU9bR0gj/ffMdEJTsZmpNP zV14Aa1uwgXzA== Date: Tue, 16 Apr 2024 11:31:24 +0000 To: "qemu-devel@nongnu.org" From: Peter Dave Hello Subject: [PATCH] Add zh_TW Traditional Chinese translation Message-ID: Feedback-ID: 93059541:user:proton MIME-Version: 1.0 Received-SPF: pass client-ip=185.70.43.17; envelope-from=hsu@peterdavehello.org; helo=mail-4317.proton.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Tue, 16 Apr 2024 08:59:19 -0400 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Peter Dave Hello Date: Tue, 16 Apr 2024 00:43:29 +0800 Subject: [PATCH] Add a simple zh_TW Traditional Chinese translation This patch adds a basic zh_TW translation file for Taiwan Traditional Chinese users. Signed-off-by: Peter Dave Hello Signed-off-by: Peter Dave Hello --- po/LINGUAS | 1 + po/zh_TW.po | 93 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 po/zh_TW.po diff --git a/po/LINGUAS b/po/LINGUAS index 9b33a36..08163e8 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -7,3 +7,4 @@ sv tr uk zh_CN +zh_TW diff --git a/po/zh_TW.po b/po/zh_TW.po new file mode 100644 index 0000000..d25557e --- /dev/null +++ b/po/zh_TW.po @@ -0,0 +1,93 @@ +# Chinese translations for PACKAGE package. +# Copyright (C) 2024 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Peter Hsu , 2024. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-04-16 17:52+0800\n" +"PO-Revision-Date: 2024-04-16 17:52+0800\n" +"Last-Translator: Peter Hsu \n" +"Language-Team: Chinese (traditional)\n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ASCII\n" +"Content-Transfer-Encoding: 8bit\n" + +#: ui/gtk.c:231 +msgid " - Press Ctrl+Alt+G to release grab" +msgstr " - 按下 Ctrl+Alt+G 以釋放鎖定" + +#: ui/gtk.c:235 +msgid " [Paused]" +msgstr " [已暫停]" + +#: ui/gtk.c:2094 +msgid "_Pause" +msgstr "暫停(_P)" + +#: ui/gtk.c:2100 +msgid "_Reset" +msgstr "重設(_R)" + +#: ui/gtk.c:2103 +msgid "Power _Down" +msgstr "關機(_D)" + +#: ui/gtk.c:2109 +msgid "_Quit" +msgstr "結束(_Q)" + +#: ui/gtk.c:2239 +msgid "_Fullscreen" +msgstr "全螢幕(_F)" + +#: ui/gtk.c:2242 +msgid "_Copy" +msgstr "複製(_C)" + +#: ui/gtk.c:2256 +msgid "Zoom _In" +msgstr "放大(_I)" + +#: ui/gtk.c:2265 +msgid "Zoom _Out" +msgstr "縮小(_O)" + +#: ui/gtk.c:2272 +msgid "Best _Fit" +msgstr "最佳尺寸(_F)" + +#: ui/gtk.c:2279 +msgid "Zoom To _Fit" +msgstr "調整至最佳大小(_F)" + +#: ui/gtk.c:2285 +msgid "Grab On _Hover" +msgstr "滑過時鎖定(_H)" + +#: ui/gtk.c:2288 +msgid "_Grab Input" +msgstr "鎖定輸入(_G)" + +#: ui/gtk.c:2317 +msgid "Show _Tabs" +msgstr "顯示分頁(_T)" + +#: ui/gtk.c:2320 +msgid "Detach Tab" +msgstr "分離分頁" + +#: ui/gtk.c:2324 +msgid "Show Menubar" +msgstr "顯示功能表列(_M)" + +#: ui/gtk.c:2346 +msgid "_Machine" +msgstr "機器(_M)" + +#: ui/gtk.c:2351 +msgid "_View" +msgstr "檢視(_V)"