From 0ee76ea7b71f26e43272425e14a6ef90e63fb75d Mon Sep 17 00:00:00 2001 From: roll20deploy Date: Tue, 11 Jun 2024 14:33:13 -0400 Subject: [PATCH] New translations translation.json (German) --- Ten candles/translations/de.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Ten candles/translations/de.json b/Ten candles/translations/de.json index fb6e638700..471454bb11 100644 --- a/Ten candles/translations/de.json +++ b/Ten candles/translations/de.json @@ -1,4 +1,6 @@ { + "success": "Success", + "failure": "Failure", "pc_sheet_title": "Character sheet", "gm_sheet_title": "GM Sheet", "pc_sheet": "Character", @@ -31,5 +33,7 @@ "characters_title": "Characters", "roll_d6_title": "Conflict Roll", "roll_hope_dice_title": "Hope Dice", - "roll_success": "Success" + "roll_success": "Success", + "lost_dice": "Lost dice :", + "lost_dices": "Lost dices :" }