canNoBeEmpty:'Ключ змінної не може бути порожнім',// Variable key can not be empty
tooLong:'Ключ змінної: {{key}} занадто довгий. Не може бути більше 30 символів',// Variable key: {{key}} too length. Can not be longer then 30 characters
notValid:'Ключ змінної: {{key}} недійсний. Може містити лише літери, цифри та підкреслення',// Variable key: {{key}} is invalid. Can only contain letters, numbers, and underscores
notStartWithNumber:'Ключ змінної: {{key}} не може починатися з цифри',// Variable key: {{key}} can not start with a number
keyAlreadyExists:'Ключ змінної: :{{key}} вже існує',// Variable key: :{{key}} already exists
canNoBeEmpty:'Потрібен {{key}}',// Variable key can not be empty
tooLong:'{{key}} занадто довгий. Не може бути більше 30 символів',// Variable key: {{key}} too length. Can not be longer then 30 characters
notValid:'{{key}} недійсний. Може містити лише літери, цифри та підкреслення',// Variable key: {{key}} is invalid. Can only contain letters, numbers, and underscores
notStartWithNumber:'{{key}} не може починатися з цифри',// Variable key: {{key}} can not start with a number
keyAlreadyExists:':{{key}} вже існує',// Variable key: :{{key}} already exists
},
otherError:{
promptNoBeEmpty:'Команда не може бути порожньою',// Prompt can not be empty