Update translations

This commit is contained in:
Evan Hahn 2021-06-30 12:23:28 -05:00 committed by GitHub
parent 795fb9ee0f
commit 1c522ff99a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 6 deletions

View File

@ -55,6 +55,10 @@
"message": "Ustawienia...",
"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": "Usługi",
"description": "Application menu item for macOS 'Services'"
},
"appMenuHide": {
"message": "Ukryj",
"description": "Application menu command to hide the window"
@ -1736,7 +1740,7 @@
"description": "Brief timestamp for messages sent less than a minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_m": {
"message": "1 min.",
"message": "1 min",
"description": "Brief timestamp for messages sent about one minute ago. Displayed in the conversation list and message bubble."
},
"timestamp_h": {
@ -1754,7 +1758,7 @@
}
},
"minutesAgo": {
"message": "$minutes$ min.",
"message": "$minutes$ min",
"description": "Contracted form of 'X minutes ago' which works both for singular and plural",
"placeholders": {
"minutes": {
@ -2265,15 +2269,15 @@
},
"message--getDescription--disappearing-media": {
"message": "Multimedia jednorazowe",
"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": "Zdjęcie jednorazowe",
"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": "Wideo jednorazowe",
"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": "Ta wiadomość została usunięta.",
@ -3427,7 +3431,17 @@
},
"calling__SelectPresentingSourcesModal--entireScreen": {
"message": "Cały ekran",
"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": "Ekran $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": "Zresetuj kolor czatu",
"description": "Button label for resetting chat colors"
},
"ChatColorPicker__resetDefault": {
"message": "Zresetuj kolory czatów",
"description": "Confirmation dialog title for resetting all chat colors or only the global default one"
},
"ChatColorPicker__resetAll": {
"message": "Zresetuj wszystkie kolory czatów",
"description": "Button label for resetting all chat colors"
},
"ChatColorPicker__confirm-reset-default": {
"message": "Zresetuj domyślny",
"description": "Button label for resetting only global chat color"
},
"ChatColorPicker__confirm-reset": {
"message": "Zresetuj",
"description": "Confirm button label for resetting chat colors"