Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(german) additional string for 'pickup assists' #1795

Merged
merged 3 commits into from
Dec 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions resource/reactivedrop_german.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10347,12 +10347,12 @@
// %s1 is the player name. %s2 is something like Scrap Metal (it will be a different color than the rest of the text). %s3 is a number (might be 1).
"[english]rd_player_found_crafting_materials" "%s1 has found %s3× %s2."
"rd_player_found_crafting_materials" "%s1 hat %s3× %s2 gefunden."
// %s1 is the player name. %s2 is something like Scrap Metal (it will be a different color than the rest of the text). %s3 is a number (might be 1). Shown after the above message, with a different player name but the same item name.
"[english]rd_player_found_crafting_materials_assist" "%s1 also found %s3× %s2."
"rd_player_found_crafting_materials_assist" "%s1 also found %s3× %s2."
// %s1 is the player name. %s2 is something like Scrap Metal (it will be a different color than the rest of the text). %s3 is a number (might be 1). Shown after the above message, with a different player name but the same item name.
"[english]rd_player_found_crafting_materials_assist" "%s1 also found %s3× %s2."
"rd_player_found_crafting_materials_assist" "%s1 hat auch %s3× %s2 gefunden."
// Only shown to the player who tried to pick up the item. %s1 is the name of the crafting material. %s2 is a number like 37. %s3 is a non-translated string like k_EResultIOFailure.
"[english]rd_crafting_pickup_error" "Encountered a problem while trying to pick up '%s1'. The material has moved to somewhere else. (Error %s2: %s3)"
"rd_crafting_pickup_error" "Beim Versuch, \"%s1\" abzuholen, ist ein Problem aufgetreten. Das Material hat sich an einen anderen Ort bewegt. (Fehler %s2: %s3)"
"rd_crafting_pickup_error" "Beim Versuch, \"%s1\" aufzunehmen, ist ein Problem aufgetreten. Das Material hat sich an einen anderen Ort bewegt. (Fehler %s2: %s3)"
// %s1 is a crafting material name like Scrap Metal.
"[english]rd_crafting_pickup_prompt" "Collect %s1"
"rd_crafting_pickup_prompt" "%s1 aufnehmen"
Expand Down
Loading