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": "Пропустити",
"@segmentActionSkip": {}, "@segmentActionSkip": {},
"loading": "Завантаження", "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": {}, "@heightOffset": {},
"hide": "隐藏", "hide": "隐藏",
"@hide": {}, "@hide": {},
"hideEmpty": "隐藏空", "hideEmpty": "隐藏空",
"@hideEmpty": {}, "@hideEmpty": {},
"home": "主页", "home": "主页",
"@home": {}, "@home": {},
"identify": "识别", "identify": "刮削",
"@identify": {}, "@identify": {},
"immediately": "立即", "immediately": "立即",
"@immediately": {}, "@immediately": {},
@ -369,7 +369,7 @@
"@mediaTypePlaylist": {}, "@mediaTypePlaylist": {},
"mediaTypeSeason": "季", "mediaTypeSeason": "季",
"@mediaTypeSeason": {}, "@mediaTypeSeason": {},
"mediaTypeSeries": "系列", "mediaTypeSeries": "节目",
"@mediaTypeSeries": {}, "@mediaTypeSeries": {},
"metaDataSavedFor": "{item} 的元数据已保存", "metaDataSavedFor": "{item} 的元数据已保存",
"@metaDataSavedFor": { "@metaDataSavedFor": {
@ -1270,5 +1270,17 @@
"segmentActionAskToSkip": "询问", "segmentActionAskToSkip": "询问",
"@segmentActionAskToSkip": {}, "@segmentActionAskToSkip": {},
"loading": "加载中", "loading": "加载中",
"@loading": {} "@loading": {},
"castAndCrew": "演职人员",
"@castAndCrew": {},
"guestActor": "{count, plural, other{客串演员} one{客串演员}}",
"@guestActor": {
"description": "Guest actors",
"placeholders": {
"count": {
"type": "int",
"example": "1"
}
}
}
} }