diff --git a/src/composables/useI18n.js b/src/composables/useI18n.js index e09dbfc..20bc44f 100644 --- a/src/composables/useI18n.js +++ b/src/composables/useI18n.js @@ -295,9 +295,17 @@ const messages = { 'custom.cancel': '取消', 'custom.start': '开始', 'custom.sizeError': '尺寸必须在 5 到 80 之间!', + 'custom.fillRate': '填充率', + 'custom.difficulty': '难度', + 'difficulty.easy': '简单', + 'difficulty.harder': '较难', + 'difficulty.hardest': '最难', + 'difficulty.extreme': '极限', 'win.title': '恭喜!', 'win.message': '你解开了谜题!', 'win.time': '时间:', + 'win.difficulty': '难度:', + 'win.usedGuide': '使用指南: {count}', 'win.playAgain': '再玩一次', 'win.shareTitle': '分享你的结果', 'win.shareText': '我在 {time} 内解开了 {size}x{size} 的数织!', @@ -495,9 +503,17 @@ const messages = { 'custom.cancel': 'Cancelar', 'custom.start': 'Empezar', 'custom.sizeError': '¡El tamaño debe estar entre 5 y 80!', + 'custom.fillRate': 'Relleno', + 'custom.difficulty': 'Dificultad', + 'difficulty.easy': 'Fácil', + 'difficulty.harder': 'Más difícil', + 'difficulty.hardest': 'El más difícil', + 'difficulty.extreme': 'Extremo', 'win.title': '¡FELICIDADES!', 'win.message': '¡Has resuelto el rompecabezas!', 'win.time': 'Tiempo:', + 'win.difficulty': 'Dificultad:', + 'win.usedGuide': 'Guía usada: {count}', 'win.playAgain': 'Jugar de nuevo', 'win.shareTitle': 'Comparte tu resultado', 'win.shareText': '¡Resolví un nonograma de {size}x{size} en {time}!', @@ -561,9 +577,17 @@ const messages = { 'custom.cancel': 'Annuler', 'custom.start': 'Démarrer', 'custom.sizeError': 'La taille doit être entre 5 et 80 !', + 'custom.fillRate': 'Remplissage', + 'custom.difficulty': 'Difficulté', + 'difficulty.easy': 'Facile', + 'difficulty.harder': 'Plus difficile', + 'difficulty.hardest': 'Le plus difficile', + 'difficulty.extreme': 'Extrême', 'win.title': 'FÉLICITATIONS !', 'win.message': 'Vous avez résolu le puzzle !', 'win.time': 'Temps:', + 'win.difficulty': 'Difficulté :', + 'win.usedGuide': 'Guide utilisé : {count}', 'win.playAgain': 'Rejouer', 'win.shareTitle': 'Partagez votre résultat', 'win.shareText': 'J’ai résolu un nonogramme {size}x{size} en {time} !', @@ -627,9 +651,17 @@ const messages = { 'custom.cancel': 'إلغاء', 'custom.start': 'ابدأ', 'custom.sizeError': 'يجب أن يكون الحجم بين 5 و80!', + 'custom.fillRate': 'معدل الملء', + 'custom.difficulty': 'الصعوبة', + 'difficulty.easy': 'سهل', + 'difficulty.harder': 'أصعب', + 'difficulty.hardest': 'الأصعب', + 'difficulty.extreme': 'أقصى', 'win.title': 'تهانينا!', 'win.message': 'لقد حللت اللغز!', 'win.time': 'الوقت:', + 'win.difficulty': 'الصعوبة:', + 'win.usedGuide': 'تم استخدام الدليل: {count}', 'win.playAgain': 'العب مرة أخرى', 'win.shareTitle': 'شارك نتيجتك', 'win.shareText': 'حللت نونوغرام {size}x{size} في {time}!', @@ -759,9 +791,17 @@ const messages = { 'custom.cancel': 'Отмена', 'custom.start': 'Старт', 'custom.sizeError': 'Размер должен быть от 5 до 80!', + 'custom.fillRate': 'Заполнение', + 'custom.difficulty': 'Сложность', + 'difficulty.easy': 'Легкий', + 'difficulty.harder': 'Сложный', + 'difficulty.hardest': 'Очень сложный', + 'difficulty.extreme': 'Экстремальный', 'win.title': 'ПОЗДРАВЛЯЕМ!', 'win.message': 'Вы решили головоломку!', 'win.time': 'Время:', + 'win.difficulty': 'Сложность:', + 'win.usedGuide': 'Подсказок использовано: {count}', 'win.playAgain': 'Сыграть снова', 'win.shareTitle': 'Поделитесь результатом', 'win.shareText': 'Я решил(а) нонограмму {size}x{size} за {time}!', @@ -958,9 +998,17 @@ const messages = { 'custom.cancel': 'Abbrechen', 'custom.start': 'Start', 'custom.sizeError': 'Die Größe muss zwischen 5 und 80 liegen!', + 'custom.fillRate': 'Füllrate', + 'custom.difficulty': 'Schwierigkeit', + 'difficulty.easy': 'Einfach', + 'difficulty.harder': 'Schwerer', + 'difficulty.hardest': 'Am schwersten', + 'difficulty.extreme': 'Extrem', 'win.title': 'HERZLICHEN GLÜCKWUNSCH!', 'win.message': 'Sie haben das Rätsel gelöst!', 'win.time': 'Zeit:', + 'win.difficulty': 'Schwierigkeit:', + 'win.usedGuide': 'Hilfe benutzt: {count}', 'win.playAgain': 'Erneut spielen', 'win.shareTitle': 'Teilen Sie Ihr Ergebnis', 'win.shareText': 'Ich habe ein {size}x{size} Nonogramm in {time} gelöst!',