Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translations update from Hosted Weblate #424

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion commet/assets/l10n/intl_et.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1592,7 +1592,7 @@
"type": "text",
"placeholders": {}
},
"messagePlaceholderUserUpdatedNameDetailed": "{user} muutis oma uueks kuvatavaks nimeks '{newName}'",
"messagePlaceholderUserUpdatedNameDetailed": "{user} muutis oma uueks kuvatavaks nimeks {newName}",
"@messagePlaceholderUserUpdatedNameDetailed": {
"description": "Message body for when a user updates their display name",
"type": "text",
Expand Down Expand Up @@ -1651,5 +1651,29 @@
"sender": {},
"user": {}
}
},
"labelEnableRoomIconsDescription": "Näita jututubade ikoonide asemel tunnuspilte",
"@labelEnableRoomIconsDescription": {
"description": "Description for the enable room icons setting",
"type": "text",
"placeholders": {}
},
"labelUseRoomAvatarPlaceholders": "Kasuta kohatäitena loodud tunnuspilte",
"@labelUseRoomAvatarPlaceholders": {
"description": "Label for enabling generic icons in the appearance settings",
"type": "text",
"placeholders": {}
},
"labelUseRoomAvatars": "Kasuta jututubade tunnuspilte",
"@labelUseRoomAvatars": {
"description": "Label for enabling using room avatars instead of icons",
"type": "text",
"placeholders": {}
},
"labelUseRoomAvatarPlaceholdersDescription": "Kui jututoa pole tunnuspilti kirjeldatud või nende kasutamine on keelatud, siis loo tunnuspilt üldisest taustavärvist ja jututoa nime esitähest",
"@labelUseRoomAvatarPlaceholdersDescription": {
"description": "Description for the enable generic icons setting",
"type": "text",
"placeholders": {}
}
}
42 changes: 42 additions & 0 deletions commet/assets/l10n/intl_ja.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1543,5 +1543,47 @@
"description": "Title for permission to manage children",
"type": "text",
"placeholders": {}
},
"promptPinMessage": "メッセージをピン留めする",
"@promptPinMessage": {
"description": "Label for the menu option to pin a message",
"type": "text",
"placeholders": {}
},
"labelUseRoomAvatars": "ルームアバターを使用する",
"@labelUseRoomAvatars": {
"description": "Label for enabling using room avatars instead of icons",
"type": "text",
"placeholders": {}
},
"promptUnpinMessage": "メッセージのピン留めを外す",
"@promptUnpinMessage": {
"description": "Label for the menu option to unpin a message",
"type": "text",
"placeholders": {}
},
"promptReplyInThread": "スレッドで返信",
"@promptReplyInThread": {
"description": "Label for the menu option to reply to a message inside a thread",
"type": "text",
"placeholders": {}
},
"labelMessageEffectsTitle": "メッセージエフェクト",
"@labelMessageEffectsTitle": {
"description": "Header for the settings tile for message effects, such as confetti",
"type": "text",
"placeholders": {}
},
"labelMessageEffectsDescription": "紙吹雪のようなエフェクトを追加してメッセージを送信することができます",
"@labelMessageEffectsDescription": {
"description": "Label describing what message effects are",
"type": "text",
"placeholders": {}
},
"promptShowSource": "ソースを表示",
"@promptShowSource": {
"description": "Label for the menu option to view the JSON source of an event",
"type": "text",
"placeholders": {}
}
}
Loading