Skip to content

Commit

Permalink
refactor(locales): change carry limit message
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Jan 21, 2022
1 parent eb6e3d1 commit 0954e2e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions data/locales/da.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions data/locales/en.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions data/locales/es.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions data/locales/nl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions data/locales/pt-br.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0954e2e

Please sign in to comment.