1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00

Translations for Russian (ru_ru)

Translations for Swedish

Translations for French

Co-authored-by: Naheulf <newheulf@gmail.com>
Co-authored-by: SquidDev <git@squiddev.cc>
Co-authored-by: Алексей <handbrake.mine@gmail.com>
This commit is contained in:
Weblate 2022-11-20 13:16:06 +00:00
parent 08df68dcc0
commit 3fa39b5f98
3 changed files with 19 additions and 4 deletions

View File

@ -28,7 +28,7 @@
"commands.computercraft.dump.action": "Voir plus d'informations à propos de cet ordinateur",
"commands.computercraft.dump.desc": "Affiche les statuts de tous les ordinateurs, ou des information spécifiques sur un ordinateur. Vous pouvez spécifier l'identifiant d'instance (ex. 123), l'identifiant d'ordinateur (ex. #123) ou son nom (ex. \"@Mon Ordinateur\").",
"commands.computercraft.dump.open_path": "Voir les fichiers de cet ordinateur",
"commands.computercraft.dump.synopsis": "Affiche le statut des ordinateurs.",
"commands.computercraft.dump.synopsis": "Affiche le l'état des ordinateurs.",
"commands.computercraft.generic.additional_rows": "%d lignes supplémentaires…",
"commands.computercraft.generic.exception": "Exception non gérée (%s)",
"commands.computercraft.generic.no": "N",

View File

@ -114,5 +114,6 @@
"upgrade.minecraft.diamond_hoe.adjective": "Возделывающая",
"upgrade.minecraft.diamond_pickaxe.adjective": "Добывающая",
"upgrade.minecraft.diamond_shovel.adjective": "Копающая",
"upgrade.minecraft.diamond_sword.adjective": "Боевая"
"upgrade.minecraft.diamond_sword.adjective": "Боевая",
"gui.computercraft.pocket_computer_overlay": "Карманный компьютер открыт. Чтобы закрыть, нажми ESC."
}

View File

@ -24,7 +24,7 @@
"block.computercraft.wireless_modem_normal": "Trådlöst Modem",
"chat.computercraft.wired_modem.peripheral_connected": "Kringutrustning \"%s\" är kopplad till nätverket",
"chat.computercraft.wired_modem.peripheral_disconnected": "Kringutrustning \"%s\" är frånkopplad från nätverket",
"commands.computercraft.desc": "/computercraft kommandot tillhandahåller olika debugging- och administrationsverktyg för att kontrollera och interagera med datorer.",
"commands.computercraft.desc": "/computercraft kommandot tillhandahåller olika felsöknings- och administrationsverktyg för att kontrollera och interagera med datorer.",
"commands.computercraft.dump.action": "Visa mer information om den här datorn",
"commands.computercraft.dump.desc": "Visa status för alla datorer eller specifik information för en dator. Du kan ange en dators instans-id (t.ex. 123), dator-id (t.ex. #123) eller etikett (t.ex. \"@Min dator\").",
"commands.computercraft.dump.synopsis": "Visa status för datorer.",
@ -125,5 +125,19 @@
"upgrade.minecraft.diamond_hoe.adjective": "Odlande",
"upgrade.minecraft.diamond_pickaxe.adjective": "Brytande",
"upgrade.minecraft.diamond_shovel.adjective": "Grävande",
"upgrade.minecraft.diamond_sword.adjective": "Närstridande"
"upgrade.minecraft.diamond_sword.adjective": "Närstridande",
"gui.computercraft.tooltip.turn_on": "Slå på den här datorn",
"commands.computercraft.dump.open_path": "Visa den här datorns filer",
"gui.computercraft.tooltip.terminate": "Stoppa aktuellt körande kod",
"gui.computercraft.tooltip.terminate.key": "Håll ned Ctrl+T",
"gui.computercraft.tooltip.turn_off": "Stäng av den här datorn",
"gui.computercraft.tooltip.turn_off.key": "Håll ned Ctrl+S",
"gui.computercraft.upload.failed": "Uppladdning misslyckad",
"gui.computercraft.upload.failed.computer_off": "Du måste slå på datorn innan du kan ladda upp filer.",
"gui.computercraft.upload.failed.too_much": "Dina filer är för stora för att laddas upp.",
"gui.computercraft.upload.failed.corrupted": "Några filer skadades vid uppladdningen. Vänligen försök igen.",
"gui.computercraft.upload.failed.generic": "Filuppladdningen misslyckades (%s)",
"gui.computercraft.upload.failed.name_too_long": "Filnamnen är för långa för att laddas upp.",
"gui.computercraft.upload.failed.too_many_files": "Det går inte ladda upp så här många filer.",
"gui.computercraft.pocket_computer_overlay": "Fickdator öppen. Tryck ESC för att stänga."
}