mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-26 13:11:09 +00:00
Add language keys for new commands
This commit is contained in:
parent
644f1b3ab9
commit
bb6569b736
@ -84,6 +84,7 @@
|
||||
"artifactId": "Invalid artifact ID.",
|
||||
"avatarId": "Invalid avatar ID.",
|
||||
"avatarLevel": "Invalid avatarLevel.",
|
||||
"cfgId": "Invalid cfg ID.",
|
||||
"entityId": "Invalid entity ID.",
|
||||
"itemId": "Invalid item ID.",
|
||||
"itemLevel": "Invalid itemLevel.",
|
||||
@ -166,6 +167,10 @@
|
||||
"in_dungeon_error": "You are already in that dungeon.",
|
||||
"description": "Enter a dungeon"
|
||||
},
|
||||
"entity": {
|
||||
"description": "Modify an existing entity's properties",
|
||||
"not_found_error": "Entity does not exist"
|
||||
},
|
||||
"give": {
|
||||
"usage_relic": "Usage: give <artifactID> [mainPropID] [<appendPropID>[,<times>]]... [lv<level 0-20>]",
|
||||
"illegal_relic": "This artifactID belongs to a blacklisted range, it may not be the one you wanted.",
|
||||
@ -230,7 +235,21 @@
|
||||
"finished": "Finished quest %s.",
|
||||
"not_found": "Quest not found.",
|
||||
"invalid_id": "Invalid quest ID.",
|
||||
"description": "Add or finish quests"
|
||||
"description": "Add or finish quests",
|
||||
"enabled": "Questing enabled."
|
||||
},
|
||||
"group": {
|
||||
"invalid_groupid": "Invalid group ID.",
|
||||
"invalid_suiteid": "Invalid suite ID.",
|
||||
"group_not_found": "Group not found.",
|
||||
"description": "Alter group loading",
|
||||
"refreshed": "Group %s refreshed."
|
||||
},
|
||||
"cutscene": {
|
||||
"description": "Plays a cutscene"
|
||||
},
|
||||
"sound": {
|
||||
"description": "Plays a sound"
|
||||
},
|
||||
"reload": {
|
||||
"reload_start": "Reloading config.",
|
||||
@ -343,6 +362,17 @@
|
||||
"success": "Teleported %s to %s, %s, %s in scene %s.",
|
||||
"description": "Change the player's position"
|
||||
},
|
||||
"trialAvatarActivity": {
|
||||
"description": "Manipulate functionalities of Trial Avatar Activity. This includes toggling dungeon and reward states.",
|
||||
"not_found": "Trial avatar activity player data not found. Maybe the activity is not enabled.",
|
||||
"invalid_param": "Invalid parameter.",
|
||||
"schedule_not_found": "Schedule %s not found.",
|
||||
"success_schedule": "Changed schedule id to %s.",
|
||||
"success_dungeon": "Togggled avatar %s's dungeon status.",
|
||||
"success_dungeon_all": "Toggled all avatars' dungeon status.",
|
||||
"success_reward": "Togggled avatar %s's reward status.",
|
||||
"success_reward_all": "Togggled all avatars reward status."
|
||||
},
|
||||
"weather": {
|
||||
"success": "Set weather ID to %s with climate type %s.",
|
||||
"status": "Current weather ID is %s with climate type %s.",
|
||||
|
@ -84,6 +84,7 @@
|
||||
"artifactId": "ID de artefacto no válido.",
|
||||
"avatarId": "ID de avatar no válido.",
|
||||
"avatarLevel": "avatarLevel inválido.",
|
||||
"cfgId": "🇺🇸Invalid cfg ID.",
|
||||
"entityId": "ID de entidad inválido.",
|
||||
"itemId": "ID de objeto inválido.",
|
||||
"itemLevel": "itemLevel inválido.",
|
||||
@ -166,6 +167,10 @@
|
||||
"in_dungeon_error": "Ya estás en esa mazmorra.",
|
||||
"description": "Te introduce en una mazmorra"
|
||||
},
|
||||
"entity": {
|
||||
"description": "🇺🇸Modify an existing entity's properties",
|
||||
"not_found_error": "🇺🇸Entity does not exist"
|
||||
},
|
||||
"give": {
|
||||
"usage_relic": "Usa: give <artifactID> [mainPropID] [<appendPropID>[,<veces>]]... [lv<nivel 0-20>]",
|
||||
"illegal_relic": "Este artifactID pertenece a un rango de la lista negra, puede que no sea el que buscas.",
|
||||
@ -230,7 +235,21 @@
|
||||
"finished": "Misión %s finalizada.",
|
||||
"not_found": "Misión no encontrada.",
|
||||
"invalid_id": "ID de misión inválido.",
|
||||
"description": "Añade o finaliza misiones"
|
||||
"description": "Añade o finaliza misiones",
|
||||
"enabled": "Questing enabled."
|
||||
},
|
||||
"group": {
|
||||
"invalid_groupid": "ID de grupo invalida.",
|
||||
"invalid_suiteid": "ID del conjunto invalida.",
|
||||
"group_not_found": "Grupo no encontrado.",
|
||||
"description": "Altera la carga de grupos",
|
||||
"refreshed": "Grupo %s refrescado."
|
||||
},
|
||||
"cutscene": {
|
||||
"description": "Reproduce una escena"
|
||||
},
|
||||
"sound": {
|
||||
"description": "Plays a sound"
|
||||
},
|
||||
"reload": {
|
||||
"reload_start": "Recargando configuración.",
|
||||
@ -321,7 +340,7 @@
|
||||
"team": {
|
||||
"invalid_usage": "Uso inválido.",
|
||||
"invalid_index": "Index inválido.",
|
||||
"add_too_much": "El servidor solo permite tener como máximo %s avatar(es) en tu equipo.",
|
||||
"add_too_much": "El servidor solo permite tener como máximo %d avatar(es) en tu equipo.",
|
||||
"failed_to_add_avatar": "Error al añadir el avatar con ID %s.",
|
||||
"failed_to_parse_index": "Error al usar el index: %s",
|
||||
"remove_too_much": "No puedes quitar todos tus avatares.",
|
||||
@ -329,7 +348,7 @@
|
||||
"index_out_of_range": "El index especificado está fuera de rango.",
|
||||
"failed_parse_avatar_id": "Error al usar el ID del avatar: %s",
|
||||
"avatar_already_in_team": "El avatar ya está en el equipo.",
|
||||
"avatar_not_found": "Avatar %s no encontrado.",
|
||||
"avatar_not_found": "Avatar %d no encontrado.",
|
||||
"description": "Modifica tu equipo manualmente."
|
||||
},
|
||||
"teleportAll": {
|
||||
@ -343,6 +362,17 @@
|
||||
"success": "Teletransportado %s a %s, %s, %s en el escenario %s.",
|
||||
"description": "Cambia la posición del jugador"
|
||||
},
|
||||
"trialAvatarActivity": {
|
||||
"description": "Manipular las funcionalidades de la Actividad de Avatar de Prueba. Esto incluye alternar estados de mazmorra y recompensa.",
|
||||
"not_found": "No se encontraron los datos del jugador de la actividad del avatar de prueba. Quizás la actividad no esté habilitada.",
|
||||
"invalid_param": "Invalid parameter.",
|
||||
"schedule_not_found": "Horario %s no encontrado.",
|
||||
"success_schedule": "Cambió la identificación del horario a %s.",
|
||||
"success_dungeon": "Se alteró el estado de la mazmorra del avatar %s.",
|
||||
"success_dungeon_all": "Cambiado el estado de mazmorra de todos los avatares.",
|
||||
"success_reward": "Se alteró el estado de recompensa del avatar %s.",
|
||||
"success_reward_all": "Cambiado el estado de recompensa de todos los avatares."
|
||||
},
|
||||
"weather": {
|
||||
"success": "Establece el ID del clima %s con el tipo de clima %s.",
|
||||
"status": "El ID del clima actual es %s con tipo de clima %s.",
|
||||
|
@ -84,6 +84,7 @@
|
||||
"artifactId": "ID de l'artéfact invalide.",
|
||||
"avatarId": "ID de l'avatar invalide.",
|
||||
"avatarLevel": "avatarLevel invalide.",
|
||||
"cfgId": "🇺🇸Invalid cfg ID.",
|
||||
"entityId": "ID de l'entité invalide.",
|
||||
"itemId": "ID de l'objet invalide.",
|
||||
"itemLevel": "Niveau de l'objet invalide.",
|
||||
@ -166,6 +167,10 @@
|
||||
"in_dungeon_error": "Vous êtes déjà dans ce donjon.",
|
||||
"description": "Entrer dans un donjon"
|
||||
},
|
||||
"entity": {
|
||||
"description": "🇺🇸Modify an existing entity's properties",
|
||||
"not_found_error": "🇺🇸Entity does not exist"
|
||||
},
|
||||
"give": {
|
||||
"usage_relic": "Utilisation: give <artifactID> [mainPropID] [<appendPropID>[,<times>]]... [lv<level 0-20>]",
|
||||
"illegal_relic": "L'ID de cet artéfact appartient a une liste blacklistée, ce n'est peut-être pas celui que vous désirez.",
|
||||
@ -230,7 +235,21 @@
|
||||
"finished": "Quête terminée : %s.",
|
||||
"not_found": "Quête introuvable.",
|
||||
"invalid_id": "ID de la quête invalide.",
|
||||
"description": "Ajoute ou termine une quête"
|
||||
"description": "Ajoute ou termine une quête",
|
||||
"enabled": "Quêtes activées."
|
||||
},
|
||||
"group": {
|
||||
"invalid_groupid": "Invalid group ID.",
|
||||
"invalid_suiteid": "Invalid suite ID.",
|
||||
"group_not_found": "Group not found.",
|
||||
"description": "Alter group loading",
|
||||
"refreshed": "Group %s refreshed."
|
||||
},
|
||||
"cutscene": {
|
||||
"description": "Joue une cinématique"
|
||||
},
|
||||
"sound": {
|
||||
"description": "Plays a sound"
|
||||
},
|
||||
"reload": {
|
||||
"reload_start": "Rechargement de la configuration.",
|
||||
@ -321,7 +340,7 @@
|
||||
"team": {
|
||||
"invalid_usage": "Utilisation invalide.",
|
||||
"invalid_index": "Index invalide.",
|
||||
"add_too_much": "Ce serveur autorise à avoir au maximum %s avatar(s) dans votre équipe.",
|
||||
"add_too_much": "Ce serveur autorise à avoir au maximum %d avatar(s) dans votre équipe.",
|
||||
"failed_to_add_avatar": "Echec de l'ajout de l'avatar a l'ID %s dans votre équipe.",
|
||||
"failed_to_parse_index": "Echec de l'analyse de l'index index: %s",
|
||||
"remove_too_much": "Vous ne pouvez pas retirer tous les avatars.",
|
||||
@ -329,7 +348,7 @@
|
||||
"index_out_of_range": "L'index spécifié est en dehors du champ.",
|
||||
"failed_parse_avatar_id": "Echec de l'analyse de l'ID de l'avatar: %s",
|
||||
"avatar_already_in_team": "L'avatar est déjà dans votre équipe.",
|
||||
"avatar_not_found": "L'avatar %s est introuvable.",
|
||||
"avatar_not_found": "L'avatar %d est introuvable.",
|
||||
"description": "Modifie votre équipe manuellement."
|
||||
},
|
||||
"teleportAll": {
|
||||
@ -343,6 +362,17 @@
|
||||
"success": "%s a été téléporté à %s, %s, %s dans la scène %s.",
|
||||
"description": "Change la position du joueur"
|
||||
},
|
||||
"trialAvatarActivity": {
|
||||
"description": "Manipuler les fonctionnalités de Trial Avatar Activity. Cela inclut le basculement des états de donjon et de récompense.",
|
||||
"not_found": "Les données du lecteur d'activité d'avatar d'essai sont introuvables. Peut-être que l'activité n'est pas activée.",
|
||||
"invalid_param": "Paramètre invalide.",
|
||||
"schedule_not_found": "Horaire %s introuvable.",
|
||||
"success_schedule": "ID de planification changé en %s.",
|
||||
"success_dungeon": "Basculement du statut du donjon de l'avatar %s.",
|
||||
"success_dungeon_all": "Basculement du statut de donjon de tous les avatars.",
|
||||
"success_reward": "Basculement du statut de récompense de l'avatar %s.",
|
||||
"success_reward_all": "Basculement du statut de récompense de tous les avatars."
|
||||
},
|
||||
"weather": {
|
||||
"success": "L'ID de la météo à été défini a %s avec le type de climat %s.",
|
||||
"status": "L'ID de la météo accutel est %s avec le type de climat %s.",
|
||||
|
@ -232,6 +232,19 @@
|
||||
"invalid_id": "ID missione non valido.",
|
||||
"description": "Aggiungi o completa missioni"
|
||||
},
|
||||
"group": {
|
||||
"invalid_groupid": "Invalid group ID.",
|
||||
"invalid_suiteid": "Invalid suite ID.",
|
||||
"group_not_found": "Group not found.",
|
||||
"description": "Alter group loading",
|
||||
"refreshed": "Group %s refreshed."
|
||||
},
|
||||
"cutscene": {
|
||||
"description": "Riproduce un filmato"
|
||||
},
|
||||
"sound": {
|
||||
"description": "Plays a sound"
|
||||
},
|
||||
"reload": {
|
||||
"reload_start": "Ricarica configurazione.",
|
||||
"reload_done": "Ricarica completa.",
|
||||
@ -343,6 +356,17 @@
|
||||
"success": "Teletrasportato %s in %s, %s, %s nella scena %s.",
|
||||
"description": "Cambia la posizione del giocatore"
|
||||
},
|
||||
"trialAvatarActivity": {
|
||||
"description": "Manipolare le funzionalità dell'attività Avatar di prova. Ciò include la commutazione degli stati dei sotterranei e delle ricompense.",
|
||||
"not_found": "Dati giocatore attività avatar di prova non trovati. Forse l'attività non è abilitata.",
|
||||
"invalid_param": "Parametro non valido.",
|
||||
"schedule_not_found": "Programma %s non trovato.",
|
||||
"success_schedule": "ID programma modificato in %s.",
|
||||
"success_dungeon": "Stato del dungeon dell'avatar %s attivato.",
|
||||
"success_dungeon_all": "Modificato lo stato dei dungeon di tutti gli avatar.",
|
||||
"success_reward": "Stato della ricompensa dell'avatar %s attivato/disattivato.",
|
||||
"success_reward_all": "Attivato/disattivato lo stato di ricompensa di tutti gli avatar."
|
||||
},
|
||||
"weather": {
|
||||
"success": "Imposta l'ID meteo su %s con il tipo di clima %s.",
|
||||
"status": "L'ID meteo attuale è %s con il tipo di clima %s.",
|
||||
|
@ -166,6 +166,10 @@
|
||||
"in_dungeon_error": "あなたはすでにその秘境にいます。",
|
||||
"description": "秘境に入ります。"
|
||||
},
|
||||
"entity": {
|
||||
"description": "🇺🇸Modify an existing entity's properties",
|
||||
"not_found_error": "🇺🇸Entity does not exist"
|
||||
},
|
||||
"give": {
|
||||
"usage_relic": "使用方法: give <聖遺物ID> [メインステータスID] [<サブステータスID>[,<強化回数>]]... [lv<レベル 0-20>]",
|
||||
"illegal_relic": "この聖遺物IDはブラックリストに登録された範囲に属しています。必要な範囲ではない可能性があります。",
|
||||
@ -230,7 +234,21 @@
|
||||
"finished": "クエスト %s を終了しました。",
|
||||
"not_found": "クエストが見つかりません。",
|
||||
"invalid_id": "クエストIDが無効です。",
|
||||
"description": "クエストを追加または終了します。"
|
||||
"description": "クエストを追加または終了します。",
|
||||
"enabled": "Questing enabled."
|
||||
},
|
||||
"group": {
|
||||
"invalid_groupid": "Invalid group ID.",
|
||||
"invalid_suiteid": "Invalid suite ID.",
|
||||
"group_not_found": "Group not found.",
|
||||
"description": "Alter group loading",
|
||||
"refreshed": "Group %s refreshed."
|
||||
},
|
||||
"cutscene": {
|
||||
"description": "カットシーンを再生します"
|
||||
},
|
||||
"sound": {
|
||||
"description": "Plays a sound"
|
||||
},
|
||||
"reload": {
|
||||
"reload_start": "設定を再読み込みしています。",
|
||||
@ -343,6 +361,17 @@
|
||||
"success": "%1$s を シーン %5$s の %2$s, %3$s, %4$s にテレポートさせました。",
|
||||
"description": "プレイヤーの位置を変更します。"
|
||||
},
|
||||
"trialAvatarActivity": {
|
||||
"description": "トライアル アバター アクティビティの機能を操作します。これには、ダンジョンと報酬の状態の切り替えが含まれます。",
|
||||
"not_found": "試用アバター アクティビティ プレーヤー データが見つかりません。アクティビティが有効になっていない可能性があります。",
|
||||
"invalid_param": "無効なパラメーター。",
|
||||
"schedule_not_found": "スケジュール %s が見つかりません。",
|
||||
"success_schedule": "スケジュール ID を %s に変更しました。",
|
||||
"success_dungeon": "アバター %s のダンジョン ステータスを切り替えました。",
|
||||
"success_dungeon_all": "すべてのアバターのダンジョン ステータスを切り替えました。",
|
||||
"success_reward": "アバター %s の報酬ステータスを切り替えました。",
|
||||
"success_reward_all": "すべてのアバターの報酬ステータスを切り替えました。"
|
||||
},
|
||||
"weather": {
|
||||
"success": "天気のIDを気候タイプ %2$s の %1$s に設定しました。",
|
||||
"status": "現在の天気のIDは気候タイプ %2$s の %1$s です。",
|
||||
|
@ -84,6 +84,7 @@
|
||||
"artifactId": "성유물ID가 잘못되었습니다.",
|
||||
"avatarId": "캐릭터ID가 잘못되었습니다.",
|
||||
"avatarLevel": "캐릭터 레벨이 잘못되었습니다.",
|
||||
"cfgId": "🇺🇸Invalid cfg ID.",
|
||||
"entityId": "엔티티ID가 잘못되었습니다.",
|
||||
"itemId": "아이템ID가 잘못되었습니다.",
|
||||
"itemLevel": "아이템 레벨이 잘못되었습니다.",
|
||||
@ -166,6 +167,10 @@
|
||||
"in_dungeon_error": "이미 당신은 그 던전에 있습니다.",
|
||||
"description": "던전에 진입합니다."
|
||||
},
|
||||
"entity": {
|
||||
"description": "🇺🇸Modify an existing entity's properties",
|
||||
"not_found_error": "🇺🇸Entity does not exist"
|
||||
},
|
||||
"give": {
|
||||
"usage_relic": "사용법: give <성유물ID> [mainPropID] [<appendPropID>[,<times>]]... [lv<레벨 0-20>]",
|
||||
"illegal_relic": "이 성유물ID는 블랙리스트 범위에 있습니다. 원하는 ID가 아닐 수 있습니다.",
|
||||
@ -230,7 +235,21 @@
|
||||
"finished": "%s 퀘스트를 마쳤습니다.",
|
||||
"not_found": "퀘스트를 찾을 수 없습니다.",
|
||||
"invalid_id": "퀘스트ID를 찾을 수 없습니다.",
|
||||
"description": "퀘스트를 추가하거나 완료합니다."
|
||||
"description": "퀘스트를 추가하거나 완료합니다.",
|
||||
"enabled": "🇺🇸Questing enabled."
|
||||
},
|
||||
"group": {
|
||||
"invalid_groupid": "Invalid group ID.",
|
||||
"invalid_suiteid": "Invalid suite ID.",
|
||||
"group_not_found": "Group not found.",
|
||||
"description": "Alter group loading",
|
||||
"refreshed": "Group %s refreshed."
|
||||
},
|
||||
"cutscene": {
|
||||
"description": "Plays a cutscene"
|
||||
},
|
||||
"sound": {
|
||||
"description": "Plays a sound"
|
||||
},
|
||||
"reload": {
|
||||
"reload_start": "구성 설정을 다시 불러오는중...",
|
||||
@ -321,7 +340,7 @@
|
||||
"team": {
|
||||
"invalid_usage": "잘못된 사용.",
|
||||
"invalid_index": "잘못된 목차.",
|
||||
"add_too_much": "팀에 넣을 수 있는 캐릭터 수의 최대는 %s 명 입니다.",
|
||||
"add_too_much": "팀에 넣을 수 있는 캐릭터 수의 최대는 %d 명 입니다.",
|
||||
"failed_to_add_avatar": "추가하는데 실패했습니다 캐릭터 ID %s.",
|
||||
"failed_to_parse_index": "분석에 실패함 index: %s",
|
||||
"remove_too_much": "팀에는 최소 1명의 캐릭터가 편성 되어야 합니다.",
|
||||
@ -329,7 +348,7 @@
|
||||
"index_out_of_range": "지정된 목차는 범위 밖에 있습니다.",
|
||||
"failed_parse_avatar_id": "분석에 실패한 캐릭터 ID: %s",
|
||||
"avatar_already_in_team": "해당 캐릭터는 이미 팀에 포함되어 있습니다.",
|
||||
"avatar_not_found": "캐릭터 %s 발견되지 않음.",
|
||||
"avatar_not_found": "캐릭터 %d 발견되지 않음.",
|
||||
"description": "당신의 팀을 수정으로 수정합니다."
|
||||
},
|
||||
"teleportAll": {
|
||||
@ -343,6 +362,17 @@
|
||||
"success": " %s 을(를) %s, %s, %s 로 이동시켰습니다. scene %s.",
|
||||
"description": "플레이어의 위치를 이동시킵니다."
|
||||
},
|
||||
"trialAvatarActivity": {
|
||||
"description": "평가판 아바타 활동의 기능을 조작합니다. 여기에는 던전 및 보상 상태 전환이 포함됩니다.",
|
||||
"not_found": "평가판 아바타 활동 플레이어 데이터를 찾을 수 없습니다. 활동이 활성화되지 않았을 수 있습니다.",
|
||||
"invalid_param": "잘못된 매개 변수.",
|
||||
"schedule_not_found": "일정 %s을(를) 찾을 수 없습니다.",
|
||||
"success_schedule": "일정 ID를 %s(으)로 변경했습니다.",
|
||||
"success_dungeon": "아바타 %s의 던전 상태를 전환했습니다.",
|
||||
"success_dungeon_all": "모든 아바타의 던전 상태를 전환했습니다.",
|
||||
"success_reward": "아바타 %s의 보상 상태를 전환했습니다.",
|
||||
"success_reward_all": "모든 아바타 보상 상태를 전환했습니다."
|
||||
},
|
||||
"weather": {
|
||||
"success": "설정 날씨 ID %s 를 %s 로.",
|
||||
"status": "현재 날씨 ID 는 %s 기후는 %s입니다.",
|
||||
|
@ -84,6 +84,7 @@
|
||||
"artifactId": "Błędne ID artefaktu.",
|
||||
"avatarId": "Błędne ID postaci.",
|
||||
"avatarLevel": "Błędny poziom postaci.",
|
||||
"cfgId": "🇺🇸Invalid cfg ID.",
|
||||
"entityId": "Błędne ID obiektu.",
|
||||
"itemId": "Błędne ID przedmiotu.",
|
||||
"itemLevel": "Błędny poziom przedmiotu.",
|
||||
@ -166,6 +167,10 @@
|
||||
"in_dungeon_error": "Wskazany gracz już jest w tym lochu.",
|
||||
"description": "Zmień loch, w którym ma się znajdować wskazany gracz."
|
||||
},
|
||||
"entity": {
|
||||
"description": "🇺🇸Modify an existing entity's properties",
|
||||
"not_found_error": "🇺🇸Entity does not exist"
|
||||
},
|
||||
"give": {
|
||||
"usage_relic": "give <ID reliktu> [ID pierwszego przedmiotu] [<ID drugiego przedmiotu>[, <ile razy je połączyć>]]... [lv<poziom od 0 do 20>]",
|
||||
"illegal_relic": "Ten ID reliktu znajduje się na czarnej liście i może być nie tym, czego szukasz.",
|
||||
@ -230,7 +235,21 @@
|
||||
"finished": "Zadanie %s zostało zakończone.",
|
||||
"not_found": "Nie ma zadania o podanym ID.",
|
||||
"invalid_id": "Błędny format ID zadania.",
|
||||
"description": "Dodaj lub wykonaj wskazane zadanie."
|
||||
"description": "Dodaj lub wykonaj wskazane zadanie.",
|
||||
"enabled": "Questing enabled."
|
||||
},
|
||||
"group": {
|
||||
"invalid_groupid": "Invalid group ID.",
|
||||
"invalid_suiteid": "Invalid suite ID.",
|
||||
"group_not_found": "Group not found.",
|
||||
"description": "Alter group loading",
|
||||
"refreshed": "Group %s refreshed."
|
||||
},
|
||||
"cutscene": {
|
||||
"description": "Odtwarza przerywnik filmowy"
|
||||
},
|
||||
"sound": {
|
||||
"description": "Plays a sound"
|
||||
},
|
||||
"reload": {
|
||||
"reload_start": "Ponowne ładowanie konfiguracji...",
|
||||
@ -321,7 +340,7 @@
|
||||
"team": {
|
||||
"invalid_usage": "Nieprawidłowe użycie komendy.",
|
||||
"invalid_index": "Błędny indeks.",
|
||||
"add_too_much": "Można mieć maksymalnie %s postaci w zespole.",
|
||||
"add_too_much": "Można mieć maksymalnie %d postaci w zespole.",
|
||||
"failed_to_add_avatar": "Błąd podczas dodawania awatara o ID \"%s\".",
|
||||
"failed_to_parse_index": "Błąd podczas przetwarzania indeksu \"%s\".",
|
||||
"remove_too_much": "Nie możesz usunąć wszystkich awatarów w zespole.",
|
||||
@ -329,7 +348,7 @@
|
||||
"index_out_of_range": "Podany indeks nie mieści się w swoim zakresie.",
|
||||
"failed_parse_avatar_id": "Błędny ID awatara \"%s\".",
|
||||
"avatar_already_in_team": "Podany awatar jest już w zespole wybranego gracza.",
|
||||
"avatar_not_found": "Awatar o ID \"%s\" nie istnieje.",
|
||||
"avatar_not_found": "Awatar o ID \"%d\" nie istnieje.",
|
||||
"description": "Modyfikuj zespół wybranego gracza."
|
||||
},
|
||||
"teleportAll": {
|
||||
@ -343,6 +362,17 @@
|
||||
"success": "Gracz %s został przeniesiony do pozycji (%s, %s, %s) w scenie o ID %s.",
|
||||
"description": "Przemieść wybranego gracza do podanej pozycji w podanej scenie."
|
||||
},
|
||||
"trialAvatarActivity": {
|
||||
"description": "Manipuluj funkcjami Trial Avatar Activity. Obejmuje to przełączanie stanów lochów i nagród.",
|
||||
"not_found": "Nie znaleziono danych gracza o aktywności awatara w wersji próbnej. Być może aktywność nie jest włączona.",
|
||||
"invalid_param": "Niewłaściwy parametr.",
|
||||
"schedule_not_found": "Nie znaleziono harmonogramu %s.",
|
||||
"success_schedule": "Zmieniono identyfikator harmonogramu na %s.",
|
||||
"success_dungeon": "Przełączono stan lochów awatara %s.",
|
||||
"success_dungeon_all": "Zmieniono stan lochów wszystkich awatarów.",
|
||||
"success_reward": "Zmieniono status nagrody awatara %s.",
|
||||
"success_reward_all": "Zmieniono status nagrody dla wszystkich awatarów."
|
||||
},
|
||||
"weather": {
|
||||
"success": "ID pogody został ustawiony na %s, a typ klimatu na %s.",
|
||||
"status": "Bieżące ID pogody to %s, a typ klimatu to %s.",
|
||||
|
@ -84,6 +84,7 @@
|
||||
"artifactId": "ID de artefact invalid.",
|
||||
"avatarId": "ID de avatar invalid.",
|
||||
"avatarLevel": "avatarLevel invalid.",
|
||||
"cfgId": "🇺🇸Invalid cfg ID.",
|
||||
"entityId": "ID de entitate invalid.",
|
||||
"itemId": "ID-ul articolului invalid.",
|
||||
"itemLevel": "itemLevel invalid.",
|
||||
@ -166,6 +167,10 @@
|
||||
"in_dungeon_error": "Ești deja în acea temniță.",
|
||||
"description": "Intră într-o temniță."
|
||||
},
|
||||
"entity": {
|
||||
"description": "🇺🇸Modify an existing entity's properties",
|
||||
"not_found_error": "🇺🇸Entity does not exist"
|
||||
},
|
||||
"give": {
|
||||
"usage_relic": "Utilizare: give <artifactID> [mainPropID] [<appendPropID>[,<t>]]... [lv<nivel 0-20>]",
|
||||
"illegal_relic": "Acest ID de artefact aparține unui interval de pe lista neagră, este posibil să nu fie cel pe care l-ați dorit.",
|
||||
@ -230,7 +235,21 @@
|
||||
"finished": "Ați terminat misiunea %s.",
|
||||
"not_found": "Misiunea nu a fost găsită.",
|
||||
"invalid_id": "ID-ul misiunii nu a fost găsit.",
|
||||
"description": "Adaugă sau termină misiuni"
|
||||
"description": "Adaugă sau termină misiuni",
|
||||
"enabled": "Questing enabled."
|
||||
},
|
||||
"group": {
|
||||
"invalid_groupid": "Invalid group ID.",
|
||||
"invalid_suiteid": "Invalid suite ID.",
|
||||
"group_not_found": "Group not found.",
|
||||
"description": "Alter group loading",
|
||||
"refreshed": "Group %s refreshed."
|
||||
},
|
||||
"cutscene": {
|
||||
"description": "Plays a cutscene"
|
||||
},
|
||||
"sound": {
|
||||
"description": "Plays a sound"
|
||||
},
|
||||
"reload": {
|
||||
"reload_start": "Se reîncarcă configurația.",
|
||||
@ -329,7 +348,7 @@
|
||||
"index_out_of_range": "Indexul specificat este în afara intervalului.",
|
||||
"failed_parse_avatar_id": "Nu a reușit să analizeze id-ul avatarului: %s",
|
||||
"avatar_already_in_team": "Avatarul este deja în echipă.",
|
||||
"avatar_not_found": "Avatarul %s nu a fost găsit.",
|
||||
"avatar_not_found": "Avatarul %d nu a fost găsit.",
|
||||
"description": "Modifică-ți echipa manual."
|
||||
},
|
||||
"teleportAll": {
|
||||
@ -343,6 +362,17 @@
|
||||
"success": "Teleportat %s la %s, %s, %s în scena %s.",
|
||||
"description": "Schimbă poziția jucătorului."
|
||||
},
|
||||
"trialAvatarActivity": {
|
||||
"description": "Manipulați funcționalitățile activității de probă avatarului. Aceasta include comutarea stărilor de temniță și recompensă.",
|
||||
"not_found": "Nie znaleziono danych gracza o aktywności awatara w wersji próbnej. Być może aktywność nie jest włączona.",
|
||||
"invalid_param": "Niewłaściwy parametr.",
|
||||
"schedule_not_found": "Nie znaleziono harmonogramu %s.",
|
||||
"success_schedule": "Zmieniono identyfikator harmonogramu na %s.",
|
||||
"success_dungeon": "Zmieniono stan lochów awatara %s.",
|
||||
"success_dungeon_all": "Zmieniono stan lochów wszystkich awatarów.",
|
||||
"success_reward": "Zmieniono status nagrody awatara %s.",
|
||||
"success_reward_all": "Zmieniono status nagrody dla wszystkich awatarów."
|
||||
},
|
||||
"weather": {
|
||||
"success": "A setat ID-ul meteo la %s cu tipul de climă %s",
|
||||
"status": "ID-ul actual al vremii este %s cu tipul de climă %s",
|
||||
|
@ -84,6 +84,7 @@
|
||||
"artifactId": "Некорректный ID артефакта.",
|
||||
"avatarId": "Некорректный ID персонажа.",
|
||||
"avatarLevel": "Некорректный уровень персонажа (avatarLevel).",
|
||||
"cfgId": "🇺🇸Invalid cfg ID.",
|
||||
"entityId": "Некорректный ID сущности.",
|
||||
"itemId": "Некорректный ID предмета.",
|
||||
"itemLevel": "Некорректный уровень предмета (itemLevel).",
|
||||
@ -166,6 +167,10 @@
|
||||
"in_dungeon_error": "Вы уже в этом подземелье.",
|
||||
"description": "Позволяет войти в подземелье"
|
||||
},
|
||||
"entity": {
|
||||
"description": "🇺🇸Modify an existing entity's properties",
|
||||
"not_found_error": "🇺🇸Entity does not exist"
|
||||
},
|
||||
"give": {
|
||||
"usage_relic": "Применение: give <ID_артефакта> [ID_глав_хар-ки] [<ID доп_хар-ки>[,<раз>]]... [lv<уровень 0-20>]",
|
||||
"illegal_relic": "Данный ID_артефакта находится в черном списке. Возможно, это не то, что вы хотите получить.",
|
||||
@ -230,7 +235,21 @@
|
||||
"finished": "Квест %s был завершен.",
|
||||
"not_found": "Квест не найден.",
|
||||
"invalid_id": "Некорректный ID квеста.",
|
||||
"description": "Добавляет (add) или завершает (finish) квесты"
|
||||
"description": "Добавляет (add) или завершает (finish) квесты",
|
||||
"enabled": "Questing enabled."
|
||||
},
|
||||
"group": {
|
||||
"invalid_groupid": "Invalid group ID.",
|
||||
"invalid_suiteid": "Invalid suite ID.",
|
||||
"group_not_found": "Group not found.",
|
||||
"description": "Alter group loading",
|
||||
"refreshed": "Group %s refreshed."
|
||||
},
|
||||
"cutscene": {
|
||||
"description": "Odtwarza przerywnik filmowy"
|
||||
},
|
||||
"sound": {
|
||||
"description": "Plays a sound"
|
||||
},
|
||||
"reload": {
|
||||
"reload_start": "Перезагружаем файл конфигурации.",
|
||||
@ -343,6 +362,17 @@
|
||||
"success": "Игрок %s был телепортирован по координатам %s, %s, %s в сцене %s.",
|
||||
"description": "Изменяет местоположение игрока"
|
||||
},
|
||||
"trialAvatarActivity": {
|
||||
"description": "Управление функциями пробного аватара. Это включает в себя переключение состояний подземелий и наград.",
|
||||
"not_found": "Данные об активности пробного аватара игрока не найдены. Возможно, активность не включена.",
|
||||
"invalid_param": "Неверный параметр.",
|
||||
"schedule_not_found": "Расписание %s не найдено.",
|
||||
"success_schedule": "Идентификатор расписания изменен на %s.",
|
||||
"success_dungeon": "Переключен статус подземелья аватара %s.",
|
||||
"success_dungeon_all": "Переключен статус подземелий всех аватаров.",
|
||||
"success_reward": "Переключен статус награды аватара %s.",
|
||||
"success_reward_all": "Переключен статус вознаграждения всех аватаров."
|
||||
},
|
||||
"weather": {
|
||||
"success": "Установлен ID погоды %s, тип климата: %s.",
|
||||
"status": "Текущий ID погоды: %s, тип климата: %s.",
|
||||
|
@ -84,6 +84,7 @@
|
||||
"artifactId": "无效的圣遗物ID。",
|
||||
"avatarId": "无效的角色ID。",
|
||||
"avatarLevel": "无效的角色等级。",
|
||||
"cfgId": "🇺🇸Invalid cfg ID.",
|
||||
"entityId": "无效的实体ID。",
|
||||
"itemId": "无效的物品ID。",
|
||||
"itemLevel": "无效的物品等级。",
|
||||
@ -166,6 +167,10 @@
|
||||
"in_dungeon_error": "你已经在这个秘境中了。",
|
||||
"description": "进入指定秘境"
|
||||
},
|
||||
"entity": {
|
||||
"description": "🇺🇸Modify an existing entity's properties",
|
||||
"not_found_error": "🇺🇸Entity does not exist"
|
||||
},
|
||||
"give": {
|
||||
"usage_relic": "用法:give <圣遗物ID> [主词条ID] [<副词条ID>[,<强化次数>]]... [lv<等级 0-20>]",
|
||||
"illegal_relic": "此圣遗物ID属于黑名单范围,也许不是你想要的。",
|
||||
@ -230,7 +235,21 @@
|
||||
"finished": "已完成任务 %s。",
|
||||
"not_found": "任务不存在。",
|
||||
"invalid_id": "无效的任务ID。",
|
||||
"description": "添加或完成任务"
|
||||
"description": "添加或完成任务",
|
||||
"enabled": "Questing enabled."
|
||||
},
|
||||
"group": {
|
||||
"invalid_groupid": "Invalid group ID.",
|
||||
"invalid_suiteid": "Invalid suite ID.",
|
||||
"group_not_found": "Group not found.",
|
||||
"description": "Alter group loading",
|
||||
"refreshed": "Group %s refreshed."
|
||||
},
|
||||
"cutscene": {
|
||||
"description": "Plays a cutscene"
|
||||
},
|
||||
"sound": {
|
||||
"description": "Plays a sound"
|
||||
},
|
||||
"reload": {
|
||||
"reload_start": "正在重载配置文件和数据...",
|
||||
@ -343,6 +362,17 @@
|
||||
"success": "传送 %s 到坐标 %s, %s, %s,场景为 %s。",
|
||||
"description": "改变指定玩家的位置"
|
||||
},
|
||||
"trialAvatarActivity": {
|
||||
"description": "操纵试用角色活动的功能。这包括切换地牢和奖励的状态。",
|
||||
"not_found": "未找到试用角色活动玩家数据。也许该活动未被启用。",
|
||||
"invalid_param": "无效的参数。",
|
||||
"schedule_not_found": "未找到计划 %s。",
|
||||
"success_schedule": "已将计划 ID 更改为 %s。",
|
||||
"success_dungeon": "已切换角色 %s 的地牢状态。",
|
||||
"success_dungeon_all": "已切换所有角色的地牢状态。",
|
||||
"success_reward": "已切换角色 %s 的奖励状态。",
|
||||
"success_reward_all": "已切换所有角色的奖励状态。"
|
||||
},
|
||||
"weather": {
|
||||
"success": "已设置天气ID 为 %s,气候类型为 %s。",
|
||||
"status": "当前天气ID 为 %s,气候类型为 %s。",
|
||||
|
@ -84,6 +84,7 @@
|
||||
"artifactId": "無效的聖遺物ID。",
|
||||
"avatarId": "無效的角色ID。",
|
||||
"avatarLevel": "無效的角色等級。",
|
||||
"cfgId": "🇺🇸Invalid cfg ID.",
|
||||
"entityId": "無效的實體ID。",
|
||||
"itemId": "無效的物品ID。",
|
||||
"itemLevel": "無效的物品等級。",
|
||||
@ -166,6 +167,10 @@
|
||||
"in_dungeon_error": "你已經在祕境中了。",
|
||||
"description": "進入指定祕境。"
|
||||
},
|
||||
"entity": {
|
||||
"description": "🇺🇸Modify an existing entity's properties",
|
||||
"not_found_error": "🇺🇸Entity does not exist"
|
||||
},
|
||||
"give": {
|
||||
"usage_relic": "用法: give <artifactID> [mainPropID] [<appendPropID>[,<times>]]... [lv<level 0-20>]",
|
||||
"illegal_relic": "你不可以取得這個聖遺物,因為該聖遺物ID在黑名單列表內。",
|
||||
@ -230,7 +235,21 @@
|
||||
"finished": "已完成任務 %s",
|
||||
"not_found": "未找到任務",
|
||||
"invalid_id": "無效的任務ID",
|
||||
"description": "添加或完成任務"
|
||||
"description": "添加或完成任務",
|
||||
"enabled": "Questing enabled."
|
||||
},
|
||||
"group": {
|
||||
"invalid_groupid": "Invalid group ID.",
|
||||
"invalid_suiteid": "Invalid suite ID.",
|
||||
"group_not_found": "Group not found.",
|
||||
"description": "Alter group loading",
|
||||
"refreshed": "Group %s refreshed."
|
||||
},
|
||||
"cutscene": {
|
||||
"description": "Plays a cutscene"
|
||||
},
|
||||
"sound": {
|
||||
"description": "Plays a sound"
|
||||
},
|
||||
"reload": {
|
||||
"reload_start": "正在重新加載設定檔。",
|
||||
@ -343,6 +362,17 @@
|
||||
"success": "傳送 %s 到座標 %s,%s,%s ,場景為 %s 。",
|
||||
"description": "將玩家的位置傳送到你所指定的座標。"
|
||||
},
|
||||
"trialAvatarActivity": {
|
||||
"description": "操縱試用角色活動的功能。這包括切換地牢和獎勵的狀態。",
|
||||
"not_found": "未找到試用角色活動玩家數據。也許該活動未被啟用。",
|
||||
"invalid_param": "無效的參數。",
|
||||
"schedule_not_found": "未找到計劃 %s。",
|
||||
"success_schedule": "已將計劃 ID 更改為 %s。",
|
||||
"success_dungeon": "已切換角色 %s 的地牢狀態。",
|
||||
"success_dungeon_all": "已切換所有角色的地牢狀態。",
|
||||
"success_reward": "已切換角色 %s 的獎勵狀態。",
|
||||
"success_reward_all": "已切換所有角色的獎勵狀態。"
|
||||
},
|
||||
"weather": {
|
||||
"success": "已設定天氣ID 為 %s,氣候型別為 %s。",
|
||||
"status": "當前天氣ID 為 %s,氣候型別為 %s。",
|
||||
|
Loading…
Reference in New Issue
Block a user