mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 11:03:38 +00:00
Update languages [skip actions]
This commit is contained in:
parent
5287882f45
commit
4213cf6dea
@ -364,23 +364,23 @@
|
|||||||
},
|
},
|
||||||
"documentation": {
|
"documentation": {
|
||||||
"handbook": {
|
"handbook": {
|
||||||
"title": "GM Handbook",
|
"title": "🇺🇸GM Handbook",
|
||||||
"title_commands": "Comandos",
|
"title_commands": "Comandos",
|
||||||
"title_avatars": "Avatares",
|
"title_avatars": "Avatares",
|
||||||
"title_items": "Objetos",
|
"title_items": "Objetos",
|
||||||
"title_scenes": "Escenario",
|
"title_scenes": "Escenario",
|
||||||
"title_monsters": "Monstruos",
|
"title_monsters": "Monstruos",
|
||||||
"header_id": "Id",
|
"header_id": "🇺🇸Id",
|
||||||
"header_command": "Comando",
|
"header_command": "Comando",
|
||||||
"header_description": "Descripción",
|
"header_description": "Descripción",
|
||||||
"header_avatar": "Avatar",
|
"header_avatar": "🇺🇸Avatar",
|
||||||
"header_item": "Objeto",
|
"header_item": "Objeto",
|
||||||
"header_scene": "Escenario",
|
"header_scene": "Escenario",
|
||||||
"header_monster": "Monstruo"
|
"header_monster": "Monstruo"
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
"title": "Documentación",
|
"title": "Documentación",
|
||||||
"handbook": "GM Handbook",
|
"handbook": "🇺🇸GM Handbook",
|
||||||
"gacha_mapping": "JSON de mapeo del Gacha"
|
"gacha_mapping": "JSON de mapeo del Gacha"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -379,9 +379,9 @@
|
|||||||
"header_monster": "Monstre"
|
"header_monster": "Monstre"
|
||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
"title": "Documentation",
|
"title": "🇺🇸Documentation",
|
||||||
"handbook": "Manuel GM",
|
"handbook": "Manuel GM",
|
||||||
"gacha_mapping": "Gacha mapping JSON"
|
"gacha_mapping": "🇺🇸Gacha mapping JSON"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"plugin": {
|
"plugin": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"messages": {
|
"messages": {
|
||||||
"game": {
|
"game": {
|
||||||
"address_bind": "Server di gioco avviato su \u001B[1m\u001B[33m%s:%s\u001B[0m",
|
"address_bind": "Server di gioco avviato su \u001b[1m\u001b[33m%s:%s\u001b[0m",
|
||||||
"port_bind": "Server di gioco avviato sulla porta %s",
|
"port_bind": "Server di gioco avviato sulla porta %s",
|
||||||
"connect": "Client connesso da %s",
|
"connect": "Client connesso da %s",
|
||||||
"disconnect": "Client disconnesso da %s",
|
"disconnect": "Client disconnesso da %s",
|
||||||
@ -9,7 +9,7 @@
|
|||||||
"command_error": "Errore comando:"
|
"command_error": "Errore comando:"
|
||||||
},
|
},
|
||||||
"dispatch": {
|
"dispatch": {
|
||||||
"address_bind": "[Dispatch] Dispatch server avviato su \u001B[1m\u001B[33m%s:%s\u001B[0m",
|
"address_bind": "[Dispatch] Dispatch server avviato su \u001b[1m\u001b[33m%s:%s\u001b[0m",
|
||||||
"port_bind": "[Dispatch] Dispatch server avviato sulla porta %s",
|
"port_bind": "[Dispatch] Dispatch server avviato sulla porta %s",
|
||||||
"request": "[Dispatch] Client %s %s richiesta: %s",
|
"request": "[Dispatch] Client %s %s richiesta: %s",
|
||||||
"keystore": {
|
"keystore": {
|
||||||
@ -139,7 +139,8 @@
|
|||||||
"displays": "Display cancellati per %s.",
|
"displays": "Display cancellati per %s.",
|
||||||
"virtuals": "Virtuali cancellate per %s.",
|
"virtuals": "Virtuali cancellate per %s.",
|
||||||
"everything": "Cancellato tutto per %s.",
|
"everything": "Cancellato tutto per %s.",
|
||||||
"description": "Elimina gli oggetti sbloccati non equipaggiati dal tuo inventario. Il valore predefinito è 4* livello 1 raffinamento 1 o inferiore, ma può essere impostato su un livello superiore." },
|
"description": "Elimina gli oggetti sbloccati non equipaggiati dal tuo inventario. Il valore predefinito è 4* livello 1 raffinamento 1 o inferiore, ma può essere impostato su un livello superiore."
|
||||||
|
},
|
||||||
"coop": {
|
"coop": {
|
||||||
"success": "Convocato %s nel mondo di %s.",
|
"success": "Convocato %s nel mondo di %s.",
|
||||||
"description": "Forza qualcuno a unirsi al mondo degli altri. Se nessuno viene preso di mira, ti manda comunque in modalità cooperativa."
|
"description": "Forza qualcuno a unirsi al mondo degli altri. Se nessuno viene preso di mira, ti manda comunque in modalità cooperativa."
|
||||||
@ -356,7 +357,7 @@
|
|||||||
"available_three_stars": "Articoli a 3 stelle disponibili"
|
"available_three_stars": "Articoli a 3 stelle disponibili"
|
||||||
},
|
},
|
||||||
"records": {
|
"records": {
|
||||||
"title": "Gacha Records",
|
"title": "🇺🇸Gacha Records",
|
||||||
"date": "Data",
|
"date": "Data",
|
||||||
"item": "oggetto"
|
"item": "oggetto"
|
||||||
}
|
}
|
||||||
@ -372,7 +373,7 @@
|
|||||||
"header_id": "ID",
|
"header_id": "ID",
|
||||||
"header_command": "Comando",
|
"header_command": "Comando",
|
||||||
"header_description": "Descrizione",
|
"header_description": "Descrizione",
|
||||||
"header_avatar": "Avatar",
|
"header_avatar": "🇺🇸Avatar",
|
||||||
"header_item": "Articolo",
|
"header_item": "Articolo",
|
||||||
"header_scene": "Scena",
|
"header_scene": "Scena",
|
||||||
"header_monster": "Mostro"
|
"header_monster": "Mostro"
|
||||||
|
@ -247,10 +247,10 @@
|
|||||||
"set_message_sender": "메세지 발송자가 '%s'으로 설정되었습니다.\n계속하려면 '/sendmail <itemID|itemName|finish> [amount] [level]'을 사용하십시오.",
|
"set_message_sender": "메세지 발송자가 '%s'으로 설정되었습니다.\n계속하려면 '/sendmail <itemID|itemName|finish> [amount] [level]'을 사용하십시오.",
|
||||||
"send": "%s 의 %s을 (레벨 %s)을 메세지에 첨부했습니다.\n계속 항목을 추가하거나, '/sendmail finish'을 사용해 메세지를 보낼 수 있습니다..",
|
"send": "%s 의 %s을 (레벨 %s)을 메세지에 첨부했습니다.\n계속 항목을 추가하거나, '/sendmail finish'을 사용해 메세지를 보낼 수 있습니다..",
|
||||||
"invalid_arguments_please_use": "잘못된 인수입니다.\n '/sendmail %s'을 사용하십시오",
|
"invalid_arguments_please_use": "잘못된 인수입니다.\n '/sendmail %s'을 사용하십시오",
|
||||||
"title": "<title>",
|
"title": "🇺🇸<title>",
|
||||||
"message": "<message>",
|
"message": "🇺🇸<message>",
|
||||||
"sender": "<sender>",
|
"sender": "🇺🇸<sender>",
|
||||||
"arguments": "<itemID|itemName|finish> [amount] [level]",
|
"arguments": "🇺🇸<itemID|itemName|finish> [amount] [level]",
|
||||||
"error": "오류: 잘못된 시공 단계 %s. Console에서 스택을 확인하십시오.",
|
"error": "오류: 잘못된 시공 단계 %s. Console에서 스택을 확인하십시오.",
|
||||||
"description": "지정된 사용자에게 메세지를 보냅니다. 이 명령어의 사용법은 세부 내용에 따라 달라집니다."
|
"description": "지정된 사용자에게 메세지를 보냅니다. 이 명령어의 사용법은 세부 내용에 따라 달라집니다."
|
||||||
},
|
},
|
||||||
@ -380,8 +380,8 @@
|
|||||||
},
|
},
|
||||||
"index": {
|
"index": {
|
||||||
"title": "문서",
|
"title": "문서",
|
||||||
"handbook": "GM Handbook",
|
"handbook": "🇺🇸GM Handbook",
|
||||||
"gacha_mapping": "Gacha mapping JSON"
|
"gacha_mapping": "🇺🇸Gacha mapping JSON"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"plugin": {
|
"plugin": {
|
||||||
|
Loading…
Reference in New Issue
Block a user