Added translation

This commit is contained in:
Georgy Litvinov 2020-07-06 12:15:06 +02:00
parent dccb789c16
commit a681c88c11
2 changed files with 15 additions and 0 deletions

View file

@ -232,6 +232,9 @@ Function getRussian(identifier As String) As String
Exit Function Exit Function
Case "table" Case "table"
getRussian = "таблице" getRussian = "таблице"
Exit Function
Case "validationStarted"
getRussian = "Осуществляется проверка"
Exit Function Exit Function
Case Else Case Else
getRussian = "Перевод не найден" getRussian = "Перевод не найден"
@ -447,6 +450,9 @@ Function getEnglish(identifier As String) As String
Exit Function Exit Function
Case "table" Case "table"
getEnglish = "table" getEnglish = "table"
Exit Function
Case "validationStarted"
getEnglish = "Validation in progess"
Exit Function Exit Function
Case Else Case Else
getEnglish = "No translation" getEnglish = "No translation"
@ -662,6 +668,9 @@ Function getCroatian(identifier As String) As String
Case "table" Case "table"
getCroatian = "stola" getCroatian = "stola"
Exit Function Exit Function
Case "validationStarted"
getCroatian = "Provjera u tijeku"
Exit Function
Case Else Case Else
getCroatian = "No translation" getCroatian = "No translation"
End Select End Select
@ -876,6 +885,9 @@ Function getSerbian(identifier As String) As String
Case "table" Case "table"
getSerbian = "стола" getSerbian = "стола"
Exit Function Exit Function
Case "validationStarted"
getSerbian = "Провера у тијеку"
Exit Function
Case Else Case Else
getSerbian = "No translation" getSerbian = "No translation"
End Select End Select
@ -1090,6 +1102,9 @@ Function getBosnian(identifier As String) As String
Case "table" Case "table"
getBosnian = "stola" getBosnian = "stola"
Exit Function Exit Function
Case "validationStarted"
getBosnian = "Provjera u tijeku"
Exit Function
Case Else Case Else
getBosnian = "No translation" getBosnian = "No translation"
End Select End Select

Binary file not shown.