chore: bump FurryChat version to 0.1.2
This commit is contained in:
parent
36891a196b
commit
51ca269043
|
@ -918,6 +918,11 @@
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
|
"mention": "Упомянуть",
|
||||||
|
"@mention" : {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
"messageWillBeRemovedWarning": "Сообщение будет удалено для всех участников",
|
"messageWillBeRemovedWarning": "Сообщение будет удалено для всех участников",
|
||||||
"@messageWillBeRemovedWarning": {
|
"@messageWillBeRemovedWarning": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
@ -1015,6 +1020,21 @@
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"placeholders": {}
|
"placeholders": {}
|
||||||
},
|
},
|
||||||
|
"online": "В сети",
|
||||||
|
"@online": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"offline": "Не в сети",
|
||||||
|
"@offline": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
|
"unavailable": "Недоступен",
|
||||||
|
"@unavailable": {
|
||||||
|
"type": "text",
|
||||||
|
"placeholders": {}
|
||||||
|
},
|
||||||
"onlineKeyBackupDisabled": "Резервное копирование ключей на сервере отключено",
|
"onlineKeyBackupDisabled": "Резервное копирование ключей на сервере отключено",
|
||||||
"@onlineKeyBackupDisabled": {
|
"@onlineKeyBackupDisabled": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|
|
@ -11,7 +11,7 @@ description: Chat with your friends.
|
||||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 0.1.1
|
version: 0.1.2
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.6.0 <3.0.0"
|
sdk: ">=2.6.0 <3.0.0"
|
||||||
|
|
Loading…
Reference in a new issue