From 0726e7799df12806c5b57b17764b4fbfa546f5c7 Mon Sep 17 00:00:00 2001 From: Smashfanful <41149920+Smashfanful@users.noreply.github.com> Date: Sun, 16 Jun 2019 15:16:45 +0200 Subject: [PATCH] Update Notifications.json New Translation lines --- .../assets/jsons/Translations/Notifications.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/android/assets/jsons/Translations/Notifications.json b/android/assets/jsons/Translations/Notifications.json index 50343f2611..40116715e9 100644 --- a/android/assets/jsons/Translations/Notifications.json +++ b/android/assets/jsons/Translations/Notifications.json @@ -439,4 +439,20 @@ German:"[unit] hat keine Arbeit mehr." French:"[unit] n'a rien à faire" } + + "You're losing control of [name].":{ //When you're about to lose your friendship with a City-State + Italian:"Stai perdendo il controllo di [name]." + } + + "You and [name] are no longer friends!":{ // When you lose friendship with a City-State (Relationship fall less than 30) + Italian:"Non sei più amico di [name]!" + } + + "Your alliance with [name] is faltering.":{ //When you're about to lose your alliance with a City-State + Italian:"L'alleanza con [name] si sta sfaldando." + } + + "You and [name] are no longer allies!":{ // When you lose alliance with a City-State (Relationship fall less than 60) + Italian:"Non sei più alleato con [name]!" + } }