From 0954e2e00062b57819e51bef6d25bfcfb0eeb83e Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Fri, 21 Jan 2022 12:15:29 +1100 Subject: [PATCH] refactor(locales): change carry limit message --- data/locales/da.lua | 4 ++-- data/locales/en.lua | 4 ++-- data/locales/es.lua | 4 ++-- data/locales/nl.lua | 4 ++-- data/locales/pt-br.lua | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/data/locales/da.lua b/data/locales/da.lua index efd84342d6..1180842dcb 100644 --- a/data/locales/da.lua +++ b/data/locales/da.lua @@ -50,8 +50,8 @@ return { ['cannot_perform'] = "Du kan ikke udføre denne handling", ['cannot_carry'] = "Du kan ikke bære så meget", ['cannot_carry_other'] = "Inventaret du prøver at lægge i kan ikke indeholde så meget", - ['cannot_carry_limit'] = "You only can carry %s %s maximum", - ['cannot_carry_limit_other'] = "Target only can carry %s %s maximum", + ['cannot_carry_limit'] = "You cannot carry more than %s %s", + ['cannot_carry_limit_other'] = "Target cannot carry more than %s %s", ['items_confiscated'] = "Dine ting er blevet konfiskeret", ['items_returned'] = "Dine ting er blevet returneret", ['item_unauthorised'] = "Du har ikke tilladelse til at købe denne ting", diff --git a/data/locales/en.lua b/data/locales/en.lua index 1b4ded6b88..eab7d81503 100644 --- a/data/locales/en.lua +++ b/data/locales/en.lua @@ -50,8 +50,8 @@ return { ['cannot_perform'] = "You can not perform this action", ['cannot_carry'] = "You can not carry that much", ['cannot_carry_other'] = "Target inventory can not hold that much", - ['cannot_carry_limit'] = "You only can carry %s %s maximum", - ['cannot_carry_limit_other'] = "Target only can carry %s %s maximum", + ['cannot_carry_limit'] = "You cannot carry more than %s %s", + ['cannot_carry_limit_other'] = "Yarget cannot carry more than %s %s", ['items_confiscated'] = "Your items have been confiscated", ['items_returned'] = "Your items have been returned", ['item_unauthorised'] = "You are not authorised to purchase this item", diff --git a/data/locales/es.lua b/data/locales/es.lua index e5d50c0f90..7ec560a294 100644 --- a/data/locales/es.lua +++ b/data/locales/es.lua @@ -34,8 +34,8 @@ return { ['cannot_perform'] = "No puedes hacer eso o no lo estás haciendo bien", ['cannot_carry'] = "No puedes cargar tanto", ['cannot_carry_other'] = "No cabe en ese inventario", - ['cannot_carry_limit'] = "You only can carry %s %s maximum", - ['cannot_carry_limit_other'] = "Target only can carry %s %s maximum", + ['cannot_carry_limit'] = "You cannot carry more than %s %s", + ['cannot_carry_limit_other'] = "Target cannot carry more than %s %s", ['items_confiscated'] = "Tus items han sido confiscadas", ['items_returned'] = "Tus items te han sido devueltos", ['item_unauthorised'] = "No estás autorizado para comprar este item", diff --git a/data/locales/nl.lua b/data/locales/nl.lua index 321aaa520b..754f612d66 100644 --- a/data/locales/nl.lua +++ b/data/locales/nl.lua @@ -50,8 +50,8 @@ return { ['cannot_perform'] = "Je kan deze actie niet uitvoeren", ['cannot_carry'] = "Je kan niet zoveel dragen", ['cannot_carry_other'] = "Doel inventaris kan niet zoveel dragen", - ['cannot_carry_limit'] = "You only can carry %s %s maximum", - ['cannot_carry_limit_other'] = "Target only can carry %s %s maximum", + ['cannot_carry_limit'] = "You cannot carry more than %s %s", + ['cannot_carry_limit_other'] = "Target cannot carry more than %s %s", ['items_confiscated'] = "Je items zijn in beslag genomen", ['items_returned'] = "Je items zijn teruggegeven", ['item_unauthorised'] = "Je bent niet geautoriseerd om dit item te kopen", diff --git a/data/locales/pt-br.lua b/data/locales/pt-br.lua index 3766283455..e32f823fc7 100644 --- a/data/locales/pt-br.lua +++ b/data/locales/pt-br.lua @@ -50,8 +50,8 @@ return { ['cannot_perform'] = "Você não pode realizar esta ação", ['cannot_carry'] = "Você não pode carregar muito", ['cannot_carry_other'] = "O inventário de destino não pode conter tanto", - ['cannot_carry_limit'] = "You only can carry %s %s maximum", - ['cannot_carry_limit_other'] = "Target only can carry %s %s maximum", + ['cannot_carry_limit'] = "You cannot carry more than %s %s", + ['cannot_carry_limit_other'] = "Target cannot carry more than %s %s", ['items_confiscated'] = "Seus itens foram confiscados", ['items_returned'] = "Seus itens foram devolvidos", ['item_unauthorised'] = "Você não está autorizado a comprar este item",