我很难将以下文本翻译成德语。在德语中,“hot”或“unread”等形容词会根据上下文改变形式,因此静态的 %{filter} 在语法上不起作用。
其他语言也受到影响吗?@translators,你们在你们的语言中是如何解决这个问题的?
我有一个想法,就是在英文中目前缺失“all”的地方添加“all”——例如:“all %{filter} topics in %{category}”。但到处添加“all”可能有点多余。
下表显示了德语中形容词词尾的变化:
| %{filter} | “所有 %{filter} 主题” | “%{category} 中的 %{filter} 主题” |
|---|---|---|
| latest | Alle aktuellen Themen | Aktuelle Themen in %{category} |
| top | Alle angesagten Themen | Angesagte Themen in %{category} |
| hot | Alle heißen Themen | Heiße Themen in %{category} |
| new | Alle neuen Themen | Neue Themen in %{category} |
| unread | Alle ungelesenen Themen | Ungelesene Themen in %{category} |
| unseen | Alle ungesehenen Themen | Ungesehene Themen in %{category} |
我还想知道 category_tag: 中的 %{tags} 是否总是指多个标签。在上面的行中,%{tag} 用于单个标签,%{tags} 用于多个标签,但我没有找到类别和单个标签的版本。
供参考的字符串
discovery:
headings:
all:
default: "All %{filter} topics"
posted: "All topics you’ve posted in"
bookmarks: "All topics you’ve bookmarked"
category:
default: "%{filter} topics in %{category}"
posted: "Topics in %{category} you’ve posted in"
bookmarks: "Topics in %{category} you’ve bookmarked"
no_tags:
all_default: "All topics without tags"
category_default: "%{filter} topics in %{category} without tags"
all:
posted: "All topics without tags you've posted in"
bookmarks: "All topics without tags you've bookmarked"
category:
posted: "Topics in %{category} without tags you've posted in"
bookmarks: "Topics in %{category} without tags you've bookmarked"
single_tag:
default: "%{filter} topics tagged %{tag}"
posted: "Topics tagged %{tag} you've posted in"
bookmarks: "Topics tagged %{tag} you’ve bookmarked"
multi_tag:
default: "%{filter} topics tagged %{tags}"
posted: "Topics tagged %{tags} you've posted in"
bookmarks: "Topics tagged %{tags} you’ve bookmarked"
category_tag:
default: "%{filter} topics in %{category} tagged %{tags}"
posted: "Topics in %{category} tagged %{tags} you’ve posted in"
bookmarks: "Topics in %{category} tagged %{tags} you’ve bookmarked"
categories: "All categories"
filter_labels:
latest: "Latest"
top: "Top"
new: "New"
unread: "Unread"
hot: "Hot"
unseen: "Unseen"