0
540 次浏览

我们项目中的许多笔记都分配给了该项目的翻译人员——我相信这并不罕见。

当一本书被重新分配给另一位翻译人员时(因为翻译人员离开项目,或者去世等等——我们经历过这两种情况),如果能将他们名下的笔记重新分配出去就好了。有没有什么方法可以做到这一点?

有时我们也会为某本书分配不同的释经学者,情况类似。

机器翻译自 English
Paratext (1.4k 分) 发布 | 540 次浏览

2 个回答

0
最佳答案

这个问题有人回答过吗?我有一位团队成员,我曾分配给他数百条笔记,但他已经离开了团队。我想将这些笔记重新分配给(团队),最终我还希望能将这部分工作的某些部分分配给具体的团队成员。

机器翻译自 English
(245 分) 发布

如果该成员已经离开(即没有因为他在编辑而导致合并问题的风险),你可以使用外部文本编辑器编辑他的笔记文件。就像在 PT 外部进行任何操作一样,这伴随着巨大的“风险自负”警告,但我过去曾多次成功这样做。

前往你的 My Paratext 8 Projects 文件夹(或者你的文件夹叫什么名字),然后进入你项目三字母缩写对应的 TLA 文件夹,查找名为 Notes_user name.xml 的文件。你可以编辑该文件,将所有实例
<AssignedUser>anything</AssignedUser>
替换为
<AssignedUser>Team</AssignedUser>

这可能有点过度——它会将该用户创建的所有标记都分配给“Team”——但这可能不会成为问题(你可以自行决定)。

请注意,这使得批量重新分配给“Team”变得容易。但后来将特定部分分配给特定成员可能会更复杂。应该可以通过创建高级正则表达式规则,根据 VerseRef 字段中出现的内容来更改 AssignedUser,或者类似的方法来实现。

当然,我也可能忽略了一些极其简单的替代方案。

机器翻译自 English

研究了一下,看来我需要替换所有我将笔记分配给她的实例,这可能会改变所有来回评论和已解决评论的历史记录。我不确定是否想要这样做。虽然这不应该改变实际的评论或评论者,所以这可能可以接受。我可能会先尝试 1 或 2 个,看看效果如何,然后再编辑整个文件。

机器翻译自 English

如果你愿意逐个处理,你可以在 PT 内部完成。无论最初是谁分配了笔记,或者当前分配给谁,你都可以介入并使用你的账户将其分配给 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 文件,或者使用了 PT 无法读取的换行符。但我刚刚用各种糟糕的编码保存了我项目中的笔记,却无法复现你的问题。

机器翻译自 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 发布 提问于 九月 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 发布 提问于 十二月 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 发布 提问于 二月 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 发布 提问于 三月 21, 2016
0
1 个回答 291 次浏览
我听说过圣经翻译中的 AI——Scripture Forge 是否使用了最先进的 AI,效果如何?
TM_Software 123 发布 提问于 五月 23, 2023
Welcome to Support Bible, where you can ask questions and receive answers from other members of the community.
They all joined together constantly in prayer, along with the women and Mary the mother of Jesus, and with his brothers.
Acts 1:14
3,048 个问题
6,007 个回答
5,672 条评论
2,027 位用户