mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-17 07:50:23 +02:00
experimenting with ChatGPT translation
This commit is contained in:
@ -73,7 +73,7 @@ local cairn_loot = function(pos, player)
|
||||
list[player_name] = true
|
||||
set_cairn_looted_by_list(pos, list)
|
||||
else
|
||||
minetest.chat_send_player(player_name, S("You've found all of the collectible items contained in cairns like this one"))
|
||||
minetest.chat_send_player(player_name, S("You've found all of the collectible items contained in cairns like this one."))
|
||||
minetest.show_formspec(player_name, "collectible_lore:cairn_inventory", get_cairn_formspec(pos))
|
||||
return false
|
||||
end
|
||||
|
35
collectible_lore/locale/collectible_lore.de.tr
Normal file
35
collectible_lore/locale/collectible_lore.de.tr
Normal file
@ -0,0 +1,35 @@
|
||||
# textdomain: collectible_lore
|
||||
|
||||
|
||||
### init.lua ###
|
||||
|
||||
error parsing command=Fehler beim Parsen des Befehls
|
||||
|
||||
### init.lua ###
|
||||
### items.lua ###
|
||||
|
||||
Administrative control of collectibles=Verwaltung von Sammelobjekten
|
||||
|
||||
### items.lua ###
|
||||
|
||||
<not found yet>=<noch nicht gefunden>
|
||||
|
||||
A cairn of rocks constructed by a previous explorer to protect documents and supplies.=Ein Steinhaufen, den ein früherer Forscher errichtet hat, um Dokumente und Vorräte zu schützen.
|
||||
|
||||
A satchel containing various documents you've recovered in your travels.=Eine Tasche, die verschiedene Dokumente enthält, die Sie auf Ihren Reisen gefunden haben.
|
||||
|
||||
Cairn=Steinhaufen
|
||||
Collected: @1/@2=Gesammelt: @1/@2
|
||||
Collectibles Satchel=Sammelobjekte-Tasche
|
||||
Exit=Beenden
|
||||
|
||||
The documents and lore you've unlocked are not tied to a specific satchel, any satchel will let you view your personal collection.=Die Dokumente und Geschichten, die Sie freigeschaltet haben, sind nicht an eine bestimmte Tasche gebunden. Jede Tasche ermöglicht es Ihnen, Ihre persönliche Sammlung anzusehen.
|
||||
|
||||
The first time you discover a cairn like this, it may reveal to you some new record or piece of lore. Afterward it can be used as a public storage location.=Wenn Sie zum ersten Mal einen solchen Steinhaufen entdecken, kann er Ihnen möglicherweise einen neuen Eintrag oder eine Geschichte offenbaren. Danach kann er als öffentlicher Lagerort verwendet werden.
|
||||
|
||||
View=Ansehen
|
||||
You've already collected the lore hidden in this cairn.= Sie haben bereits die in diesem Steinhaufen versteckte Geschichte gesammelt.
|
||||
You've found a collectible item of lore titled:@n@1=Sie haben ein Sammelobjekt der Geschichte mit dem Titel: @n@1 gefunden
|
||||
|
||||
You've found all of the collectible items contained in cairns like this one.=Sie haben alle Sammelobjekte in Steinhaufen wie diesem gefunden.
|
||||
|
@ -31,5 +31,5 @@ View=
|
||||
You've already collected the lore hidden in this cairn.=
|
||||
You've found a collectible item of lore titled:@n@1=
|
||||
|
||||
You've found all of the collectible items contained in cairns like this one=
|
||||
You've found all of the collectible items contained in cairns like this one.=
|
||||
|
||||
|
Reference in New Issue
Block a user