Update strings

This commit is contained in:
Scott Nonnenberg 2021-06-30 15:15:30 -07:00
parent c135219acb
commit 86bb0b57e9
55 changed files with 1346 additions and 298 deletions

View file

@ -55,6 +55,10 @@
"message": "Předvolby...",
"description": "The label that is used for the Preferences menu in the program main menu. This should be consistent with the standard naming for Preferences on the operating system."
},
"appMenuServices": {
"message": "Služby",
"description": "Application menu item for macOS 'Services'"
},
"appMenuHide": {
"message": "Skrýt",
"description": "Application menu command to hide the window"
@ -2265,15 +2269,15 @@
},
"message--getDescription--disappearing-media": {
"message": "Média pro jednorázové zobrazení",
"description": "Shown in notifications and in the left pane after view-once message is deleted."
"description": "Shown in notifications and in the left pane after view-once message is deleted. Also shown when quoting a view once media."
},
"message--getDescription--disappearing-photo": {
"message": "Fotografie pro jednorázové zobrazení",
"description": "Shown in notifications and in the left pane when a message is a view once photo."
"description": "Shown in notifications and in the left pane when a message is a view once photo. Also shown when quoting a view once photo."
},
"message--getDescription--disappearing-video": {
"message": "Video pro jednorázové zobrazení",
"description": "Shown in notifications and in the left pane when a message is a view once video."
"description": "Shown in notifications and in the left pane when a message is a view once video. Also shown when quoting a view once video."
},
"message--deletedForEveryone": {
"message": "Tato zpráva byla smazána.",
@ -3427,7 +3431,17 @@
},
"calling__SelectPresentingSourcesModal--entireScreen": {
"message": "Celou obrazovku",
"description": "Title for the select your screen sharing sources modal"
"description": "Title for the select your screen sharing sources modal and 'Entire Screen' source"
},
"calling__SelectPresentingSourcesModal--screen": {
"message": "Displej $id$",
"description": "Title for `Screen #N` source in screen sharing sources modal and overlay",
"placeholders": {
"id": {
"content": "$1",
"example": "1"
}
}
},
"calling__SelectPresentingSourcesModal--window": {
"message": "Okno",
@ -5469,10 +5483,18 @@
"message": "Obnovení barvy chatu",
"description": "Button label for resetting chat colors"
},
"ChatColorPicker__resetDefault": {
"message": "Resetovat barvy chatu",
"description": "Confirmation dialog title for resetting all chat colors or only the global default one"
},
"ChatColorPicker__resetAll": {
"message": "Obnovit všechny barvy chatu",
"description": "Button label for resetting all chat colors"
},
"ChatColorPicker__confirm-reset-default": {
"message": "Obnovit výchozí",
"description": "Button label for resetting only global chat color"
},
"ChatColorPicker__confirm-reset": {
"message": "Obnovit",
"description": "Confirm button label for resetting chat colors"