EasyAndroidTranslate
v0.1.1
一款輕鬆翻譯Android應用程式的工具。
當我翻譯 Tap,Tap 時,我花了一些時間來比較哪些字串被添加,哪些被更新。
我覺得這樣很麻煩,所以就寫了這個小工具。
簡易Android翻譯
或使用此存儲庫構建您自己的。
只需將source
strings.xml 內容貼到左側輸入框中即可。例如:RnOpenGApps strings.xml
然後按下Start Translating
按鈕,您將看到一個包含提取字串的表格。
將翻譯後的字串輸入到表中。
按下Generate Strings
按鈕即可取得所需的有用 strings.xml。點擊複製按鈕,更方便
將您的source
strings.xml 內容貼到左側輸入框中。
然後將translated
的 strings.xml 內容貼到右側的輸入框中。
按下Update Translation
按鈕,您將看到一個包含提取字串的表格。
修改表中翻譯後的字串(可能文字不同)。並完成您未翻譯的新字串。 (註: Yellow items
:翻譯文字與原文相同。 Red items
:未翻譯)
按下Generate Strings
按鈕即可取得所需的有用 strings.xml。點擊複製按鈕,更方便
npm install
npm run serve
npm run build