fix; Translations

This commit is contained in:
PartyDonut 2025-04-06 17:01:34 +02:00
parent 9bc1463cd5
commit bc4be789ec
2 changed files with 29 additions and 5 deletions

View file

@ -1279,5 +1279,17 @@
"segmentActionSkip": "Пропустити",
"@segmentActionSkip": {},
"loading": "Завантаження",
"@loading": {}
"@loading": {},
"castAndCrew": "Актори та знімальна група",
"@castAndCrew": {},
"guestActor": "{count, plural, other{Запрошені актори} one{Запрошений актор}}",
"@guestActor": {
"description": "Guest actors",
"placeholders": {
"count": {
"type": "int",
"example": "1"
}
}
}
}

View file

@ -255,11 +255,11 @@
"@heightOffset": {},
"hide": "隐藏",
"@hide": {},
"hideEmpty": "隐藏空",
"hideEmpty": "隐藏空",
"@hideEmpty": {},
"home": "主页",
"@home": {},
"identify": "识别",
"identify": "刮削",
"@identify": {},
"immediately": "立即",
"@immediately": {},
@ -369,7 +369,7 @@
"@mediaTypePlaylist": {},
"mediaTypeSeason": "季",
"@mediaTypeSeason": {},
"mediaTypeSeries": "系列",
"mediaTypeSeries": "节目",
"@mediaTypeSeries": {},
"metaDataSavedFor": "{item} 的元数据已保存",
"@metaDataSavedFor": {
@ -1270,5 +1270,17 @@
"segmentActionAskToSkip": "询问",
"@segmentActionAskToSkip": {},
"loading": "加载中",
"@loading": {}
"@loading": {},
"castAndCrew": "演职人员",
"@castAndCrew": {},
"guestActor": "{count, plural, other{客串演员} one{客串演员}}",
"@guestActor": {
"description": "Guest actors",
"placeholders": {
"count": {
"type": "int",
"example": "1"
}
}
}
}