0
541 次瀏覽

我們專案中有許多註解(Notes)都是指派給該專案的翻譯者——我相信這並不罕見。

當某卷書被重新指派給另一位翻譯者時(因為翻譯者離開專案,或過世等——我們見過這兩種情況發生),如果能將指派給該翻譯者的註解也重新指派,那就太好了。有辦法做到這一點嗎?

有時我們也會指派不同的釋經者(exegete)負責某卷書,情況類似。

機器翻譯自 English
Paratext (1.4k 點) 提出 | 541 次瀏覽

2 個回答

0
最佳回答

這個問題後來有人回答嗎?我有一位團隊成員,我曾指派給他們數百條註解,但他們已經離開團隊了。我希望將這些註解重新指派給(Team),最終我還希望能將這些工作的部分區塊指派給個別團隊成員。

機器翻譯自 English
(245 點) 提出

如果該成員已經離開(即沒有因為他仍在編輯而導致合併問題),你可以使用外部文字編輯器編輯他的註解檔案。就像任何在 Paratext 外部進行的操作一樣,這帶有巨大的「風險自負」警告,但我過去曾成功多次這樣做。

前往你的 My Paratext 8 Projects 資料夾(或你的資料夾名稱),然後進入你專案三字母縮寫對應的 TLA 資料夾,尋找名為 Notes_user name.xml 的檔案。你可以編輯該檔案,將所有
<AssignedUser>anything</AssignedUser>
替換為
<AssignedUser>Team</AssignedUser>

這可能有點過分——它會將該使用者曾經建立的所有標記(flags)都指派給「Team」——但這可能不會造成問題(你可以自行決定)。

請注意,這使得批量重新指派給「Team」變得容易。但後來將特定章節指派給特定成員可能更複雜。應該可以建立進階的正則表達式規則,根據 VerseRef 欄位中的內容來變更 AssignedUser,或類似的方法。

當然,我也可能忽略了一些極其簡單的替代方案。

機器翻譯自 English

研究之後,我發現這似乎會替換我將註解指派給她的所有實例,這可能會改變所有往來評論和已解決評論的歷史記錄。我不確定是否想要這樣做。雖然這不應該改變實際的評論內容或評論者,所以這可能是可以接受的。我可能先嘗試 1 或 2 個,看看效果如何,再編輯整個檔案。

機器翻譯自 English

如果你願意一次處理一個,你可以在 Paratext 內部完成。無論註解最初是由誰指派或目前指派給誰,你都可以介入,使用你的帳戶將其指派給 Team 或任何人。

機器翻譯自 English

Wow! Tried this and changed 4 comments to Team. Now Paratext will no
longer load my project. Don’t try this anyone!

Anyone have a possible fix for this? I only changed the Assigned User
from Shelly Tyler to
Team
What happens now is that my project loads with a blank window no matter
what verse reference I use. Also, diamond-shaped question mark icons
take the place of non-English characters in the text preview in notes,
and every time I try to look at different notes, I get an error message
that there are missing verses (usually in Genesis or Exodus) and I
should run Basic Checks. I closed down and renamed the .BAK file from
last night (Notes_Brent .xml.BAK) to (Notes_Brent .xml)
and the same thing happens.
Update: Tried to change which file is the .BAK file, but this only creates a file with a .BAK.xml extension. Will deleting the project and redownloading it from the server replace all my notes files and fix this? I can send files if necessary, but can’t upload them to this thread.
Updated Update: Changed Windows 10 setting showing file extensions, so when I changed .BAK.xml there to .BAK, Paratext loaded fine. Hopefully, this will overwrite that (now) bad BAK file when I save my work today.

如果你能透過檔案選單備份專案,請這樣做。或者將專案資料夾複製到安全的地方。然後,在 Paratext 中刪除專案,僅將其從你的電腦上移除。然後執行 send/receive 並從儲存庫收集良好的專案。

機器翻譯自 English

對此我深感抱歉。聽起來你已經讓一切恢復正常了,對嗎?

你的症狀,特別是那些菱形符號,讓我以為你使用了一些非 Unicode 編碼(如 Ansi)來儲存 xml 檔案,或者使用了 Paratext 無法讀取的換行符。但我剛用各種不良編碼儲存了我專案中的註解,卻無法重現你的問題。

機器翻譯自 English

是的,現在一切似乎都運作正常。您過去使用什麼程式
來編輯 xml 檔案?我第一次是用記事本(Wordpad)來編輯它,
只是將我前同事的名字替換為 Team,
完全按照我在指派給 Team 的註解中所見的那樣。等確定
問題解決後,我可能會嘗試使用記事本(Notepad),但我不確定
Windows 10 是否有內建的文字編輯器不會在
「幕後」添加其他內容。

機器翻譯自 English
+1

我強烈建議使用 Notepad++。這是一款非常知名的文字編輯器,可以無問題地編輯 Paratext 檔案。

機器翻譯自 English
[Expert]
(16.7k 點) 提出

我完全同意 @anon291708 的觀點(Notepad++ 也是我使用的工具)。除非你非常小心,否則 Notepad 和 Wordpad 不一定會以 Unicode 格式儲存檔案,或使用使用者選擇的副檔名(如 .xml)(它們通常會自動添加 .txt,無論你想要什麼)。

機器翻譯自 English

補充對 Notepad++ 的推薦;你還應該從 https://github.com/DavidHaslam/USFM 下載/安裝 USFM.xml 檔案,以便在編輯 USFM 檔案時為 Notepad++ 添加語法高亮顯示。這使得閱讀 USFM 檔案和捕捉 USFM 語法錯誤變得更容易。

機器翻譯自 English

相關問題

0
0 個回答 155 次瀏覽
Dear Admin, This is to inform you that two of our projects SAKACHEP alias SAK KHARAM alias KHM are downgraded from ... to kindly move ahead and upgrade back to Publisher Edition.
TSNgaihte 220 提出 已提問 9月 23, 2019
0
2 個回答 238 次瀏覽
When I look at the list of projects which I have registered for approved FOBAI organizations, most appear to be registered as ... complex jobs. I really need a way to do this.
Shegnada 1.3k 提出 已提問 12月 30, 2017
0
3 個回答 509 次瀏覽
Greetings A friend has just installed the latest version of ParaTExt 8.0. He finds Translators Workplace 5.11 on his Windows ... with ParaTExt as it did for 7.5. Any suggestion?
Kevin Nicholas 142 提出 已提問 2月 24, 2017
0
3 個回答 242 次瀏覽
Many of you will have heard of Scripture App Builder (and if you haven't, take a look: it offers great ... project might find useful. Does anyone have any suggestions for this?
wdavidhj 1.4k 提出 已提問 3月 21, 2016
0
1 個回答 291 次瀏覽
我聽說聖經翻譯中會使用 AI——Scripture Forge 是否使用了最先進的 AI 技術?它的效果如何?
TM_Software 123 提出 已提問 5月 23, 2023
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
And let us consider how we may spur one another on toward love and good deeds, not giving up meeting together, as some are in the habit of doing, but encouraging one another—and all the more as you see the Day approaching.
Hebrews 10:24-25
3,048 個問題
6,007 個回答
5,672 則評論
2,027 位使用者