Rename card field

This commit is contained in:
Simon Caron
2025-01-04 15:39:04 -05:00
parent 0d1fb87284
commit 459ca3245b
16 changed files with 51 additions and 33 deletions

View File

@@ -257,7 +257,7 @@
"message_from_server": "Message from server: {{message}}",
"video_has_finished_playing": "Video has finished playing!"
},
"series": {
"item_card": {
"next_up": "Next up",
"no_items_to_display": "No items to display",
"cast_and_crew": "Cast & Crew",
@@ -274,7 +274,16 @@
"more_details": "More details",
"quality": "Quality",
"audio": "Audio",
"subtitles": "Subtitle"
"subtitles": "Subtitle",
"show_more": "Show more",
"show_less": "Show less",
"download": {
"download_season": "Download Season",
"download_x_item": "Download {{item_count}} items",
"download_button": "Download",
"using_optimized_server": "Using optimized server",
"using_default_method": "Using default method",
}
},
"jellyseerr":{
"confirm": "Confirm",

View File

@@ -255,7 +255,7 @@
"message_from_server": "Message du serveur: {{message}}",
"video_has_finished_playing": "La vidéo a fini de jouer!"
},
"series": {
"item_card": {
"next_up": "À suivre",
"no_items_to_display": "Aucun item à afficher",
"cast_and_crew": "Distribution et équipe",
@@ -272,7 +272,16 @@
"more_details": "Plus de détails",
"quality": "Qualité",
"audio": "Audio",
"subtitles": "Sous-titres"
"subtitles": "Sous-titres",
"show_more": "Afficher plus",
"show_less": "Afficher moins",
"download": {
"download_season": "Télécharger la saison",
"download_x_item": "Télécharger {{item_count}} items",
"download_button": "Télécharger",
"using_optimized_server": "Avec le serveur de versions optimisées",
"using_default_method": "Avec la méthode par défaut"
}
},
"jellyseerr":{
"confirm": "Confirmer",
@@ -294,7 +303,7 @@
"home": "Accueil",
"search": "Recherche",
"library": "Bibliothèque",
"custom_links": "Liens personalisés",
"custom_links": "Liens personnalisés",
"favorites": "Favoris"
}
}