Update strings

This commit is contained in:
Fedor Indutnyy
2022-06-23 12:48:24 -07:00
parent 96b864d6a9
commit c7a24ecec0
66 changed files with 2558 additions and 904 deletions
+27 -1
View File
@@ -1182,7 +1182,7 @@
"description": "Label for the time a message was received"
},
"sendMessage": {
"message": "Pošlji sporočilo",
"message": "Sporočilo",
"description": "Placeholder text in the message entry field"
},
"groupMembers": {
@@ -5765,6 +5765,10 @@
"message": "Blokiraj skupino",
"description": "This is a button to block a group"
},
"ConversationDetailsActions--unblock-group": {
"message": "Odblokiraj skupino",
"description": "This is a button to unblock a group"
},
"ConversationDetailsActions--leave-group-must-choose-new-admin": {
"message": "Pred odhodom iz skupine morate določiti vsaj enega skrbnika_co skupine.",
"description": "Shown if, before leaving a group, you need to choose an admin"
@@ -5781,6 +5785,16 @@
"message": "Zapusti",
"description": "This is the modal button to confirm leaving a group"
},
"ConversationDetailsActions--unblock-group-modal-title": {
"message": "Unblock the \"$groupName$\" Group?",
"description": "This is the modal title for confirming unblock of a group",
"placeholders": {
"groupName": {
"content": "$1",
"example": "Our Conversation"
}
}
},
"ConversationDetailsActions--block-group-modal-title": {
"message": "Želite zapustiti in blokirati skupino \"$groupName$\"?",
"description": "This is the modal title for confirming blocking a group",
@@ -5799,6 +5813,14 @@
"message": "Blokiraj",
"description": "This is the modal button to confirm blocking a group"
},
"ConversationDetailsActions--unblock-group-modal-content": {
"message": "Your contacts will be able add you to this group.",
"description": "This is the modal content for confirming unblock of a group"
},
"ConversationDetailsActions--unblock-group-modal-confirm": {
"message": "Odblokiraj",
"description": "This is the modal button to confirm unblock of a group"
},
"ConversationDetailsHeader--members": {
"message": "$number$ članov_ic",
"description": "This is the number of members in a group",
@@ -7280,5 +7302,9 @@
"WhatsNew__v5.45--3": {
"message": "Got a spotty Wi-Fi connection? Not a problem, you can now retry downloading attachments.",
"description": "Release notes for v5.45"
},
"WhatsNew__v5.47--1": {
"message": "For all the dark mode folks on Windows, we've got a new titlebar to match your style.",
"description": "Release notes for v5.47"
}
}