mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Add Czech language and fix japan translation.
This commit is contained in:
parent
20ce9205ab
commit
60968d6f9d
3 changed files with 18 additions and 17 deletions
|
|
@ -6,8 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## 5.1.0 - undefined
|
||||
|
||||
|
||||
|
||||
### Added
|
||||
- VFS Encryption
|
||||
- File viewer in chats (Image/Animated Image/Video/Texts) with the option to export the file.
|
||||
|
|
@ -15,15 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## 5.0.15 - undefined
|
||||
|
||||
## Fixed
|
||||
### Fixed
|
||||
- Fix using only username in URI handlers.
|
||||
- Chat flickering on load.
|
||||
- Color of busy indicator when the chat is loading.
|
||||
- Update SDK to 5.2.42
|
||||
|
||||
### Added
|
||||
- New language support: Czech
|
||||
|
||||
## 5.0.14 - 2023-03-16
|
||||
|
||||
## Fixed
|
||||
### Fixed
|
||||
- Downgrade Qt back to 5.15.2 because of Qt commercial licence that break other GPL licences.
|
||||
- Show file extension image instead of thumbnails if image's size factor is too low/high.
|
||||
- Update SDK to 5.2.35 (ZLib vulnerability).
|
||||
|
|
|
|||
|
|
@ -475,7 +475,7 @@ endif()
|
|||
|
||||
set(LANGUAGES_DIRECTORY "${ASSETS_DIR}/languages")
|
||||
set(I18N_FILENAME i18n.qrc)
|
||||
set(LANGUAGES da de en es fr_FR hu it ja lt pt_BR ru sv tr uk zh_CN)
|
||||
set(LANGUAGES cs da de en es fr_FR hu it ja lt pt_BR ru sv tr uk zh_CN)
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -1908,7 +1908,7 @@
|
|||
<message>
|
||||
<source>adminStatus</source>
|
||||
<extracomment>'Admin' : Admin(istrator)</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">管理者</translation>
|
||||
<extra-one>word for admin status</extra-one>
|
||||
</message>
|
||||
<message>
|
||||
|
|
@ -1938,7 +1938,7 @@
|
|||
<message>
|
||||
<source>cancelButton</source>
|
||||
<extracomment>'Cancel' : Cancel button</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">キャンセル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>missingSubject</source>
|
||||
|
|
@ -1965,7 +1965,7 @@
|
|||
<message>
|
||||
<source>subjectLabel</source>
|
||||
<extracomment>'Subject' : Label of a text field about the subject of the conference</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">件名</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>subjectPlaceholder</source>
|
||||
|
|
@ -1975,18 +1975,18 @@
|
|||
<message>
|
||||
<source>subjectTooltip</source>
|
||||
<extracomment>'Current subject of the Meeting. It cannot be empty'</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">現在のチャットルームの件名です。空にすることはできません。</translation>
|
||||
<extra-Tooltip>Explanation about the subject of the meeting</extra-Tooltip>
|
||||
</message>
|
||||
<message>
|
||||
<source>askEncryption</source>
|
||||
<extracomment>'Would you like to encrypt your meeting ?' : Ask about setting the meeting as secured.</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">チャットを暗号化しますか?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>participantSelectionPlaceholder</source>
|
||||
<extracomment>'Select participants' : Placeholder for a search on participant to add them in selection.</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">参加者を選択</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>participantSelectionTooltip</source>
|
||||
|
|
@ -1996,7 +1996,7 @@
|
|||
<message>
|
||||
<source>adminStatus</source>
|
||||
<extracomment>'Admin' : Admin(istrator)</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">管理者</translation>
|
||||
<extra-one>word for admin status</extra-one>
|
||||
</message>
|
||||
<message>
|
||||
|
|
@ -2218,23 +2218,23 @@
|
|||
<message>
|
||||
<source>addParticipantPlaceholder</source>
|
||||
<extracomment>'Add Participants' : Placeholder in a search bar for adding participant to the chat room</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">参加者を追加</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>addParticipantTooltip</source>
|
||||
<extracomment>'Search participants in your contact list in order to invite them into the chat room.'</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">チャットルームに招待するため、連絡先リストから参加者を検索します。</translation>
|
||||
<extra-Tooltip>Explanation for inviting the selected participants into chat room</extra-Tooltip>
|
||||
</message>
|
||||
<message>
|
||||
<source>participantList</source>
|
||||
<extracomment>'Participant list'</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">参加者リスト</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>adminStatus</source>
|
||||
<extracomment>'Admin' : Admin(istrator)</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">管理者</translation>
|
||||
<extra-one>word for admin status</extra-one>
|
||||
</message>
|
||||
<message>
|
||||
|
|
@ -3694,7 +3694,7 @@
|
|||
<message>
|
||||
<source>cancelButton</source>
|
||||
<extracomment>'Cancel' : Cancel button.</extracomment>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation type="unfinished">キャンセル</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>startButton</source>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue