From 510982e23e39c370fe03ac1e62224d7074aa7cef Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 19:52:56 +0000 Subject: [PATCH] [Transifex] Updates for project clientcommands (#672) * [ci skip] Translate en_us.json in nl_NL 41% of minimum 1% translated source file: 'en_us.json' on 'nl_NL'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * [ci skip] Translate en_us.json in sl_SI [Manual Sync] 27% of minimum 1% translated source file: 'en_us.json' on 'sl_SI'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --------- Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com> --- src/main/resources/assets/clientcommands/lang/nl_nl.json | 2 +- src/main/resources/assets/clientcommands/lang/sl_si.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/assets/clientcommands/lang/nl_nl.json b/src/main/resources/assets/clientcommands/lang/nl_nl.json index c04cc254..99b15475 100644 --- a/src/main/resources/assets/clientcommands/lang/nl_nl.json +++ b/src/main/resources/assets/clientcommands/lang/nl_nl.json @@ -1,5 +1,5 @@ { - "commands.calias.notFound": "Alias \"%s\" not found", + "commands.calias.notFound": "Alias \"%s\" niet gevonden", "commands.calias.illegalFormatException": "The format string was either malformed or too few arguments were supplied", "commands.calias.file.readError": "Failed to read alias file", "commands.calias.file.writeError": "Failed to write to alias file", diff --git a/src/main/resources/assets/clientcommands/lang/sl_si.json b/src/main/resources/assets/clientcommands/lang/sl_si.json index 1ca06d4e..1b7de1cb 100644 --- a/src/main/resources/assets/clientcommands/lang/sl_si.json +++ b/src/main/resources/assets/clientcommands/lang/sl_si.json @@ -1,5 +1,5 @@ { - "commands.calias.notFound": "Alias \"%s\" not found", + "commands.calias.notFound": "Bližnjica \"%s\" ni najdena", "commands.calias.illegalFormatException": "The format string was either malformed or too few arguments were supplied", "commands.calias.file.readError": "Failed to read alias file", "commands.calias.file.writeError": "Failed to write to alias file",