mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-04-21 00:32:04 +00:00
PlaybackSettings IntroDB Localization Patch
This commit is contained in:
parent
46e5b469dd
commit
e3a09164e6
3 changed files with 759 additions and 604 deletions
|
|
@ -697,7 +697,8 @@
|
||||||
"media": "MEDIA",
|
"media": "MEDIA",
|
||||||
"notifications": "NOTIFICATIONS",
|
"notifications": "NOTIFICATIONS",
|
||||||
"testing": "TESTING",
|
"testing": "TESTING",
|
||||||
"danger_zone": "DANGER ZONE"
|
"danger_zone": "DANGER ZONE",
|
||||||
|
"introdb_contribution": "INTRODB CONTRIBUTION"
|
||||||
},
|
},
|
||||||
"items": {
|
"items": {
|
||||||
"legal": "Legal & Disclaimer",
|
"legal": "Legal & Disclaimer",
|
||||||
|
|
@ -758,7 +759,12 @@
|
||||||
"reset_campaigns": "Reset Campaigns",
|
"reset_campaigns": "Reset Campaigns",
|
||||||
"reset_campaigns_desc": "Clear campaign impressions",
|
"reset_campaigns_desc": "Clear campaign impressions",
|
||||||
"clear_all_data": "Clear All Data",
|
"clear_all_data": "Clear All Data",
|
||||||
"clear_all_data_desc": "Reset all settings and cached data"
|
"clear_all_data_desc": "Reset all settings and cached data",
|
||||||
|
"enable_intro_submission": "Enable Intro Submission",
|
||||||
|
"enable_intro_submission_desc": "Contribute timestamps to the community",
|
||||||
|
"introdb_api_key": "INTRODB API KEY",
|
||||||
|
"introdb_key_placeholder": "Enter your API Key",
|
||||||
|
"api_key_cleared": "API Key Cleared"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"horizontal": "Horizontal",
|
"horizontal": "Horizontal",
|
||||||
|
|
@ -906,10 +912,10 @@
|
||||||
"confirm_remove_msg": "Are you sure you want to remove your OpenRouter API key? This will disable AI chat features.",
|
"confirm_remove_msg": "Are you sure you want to remove your OpenRouter API key? This will disable AI chat features.",
|
||||||
"success_removed": "API key removed successfully",
|
"success_removed": "API key removed successfully",
|
||||||
"error_remove": "Failed to remove API key",
|
"error_remove": "Failed to remove API key",
|
||||||
"model":"Model",
|
"model": "Model",
|
||||||
"using":"Using",
|
"using": "Using",
|
||||||
"free_routing":"(free automatic routing)",
|
"free_routing": "(free automatic routing)",
|
||||||
"paid_model":"Use a custom OpenRouter model ID (useful for paid plans)."
|
"paid_model": "Use a custom OpenRouter model ID (useful for paid plans)."
|
||||||
},
|
},
|
||||||
"catalog_settings": {
|
"catalog_settings": {
|
||||||
"title": "Catalogs",
|
"title": "Catalogs",
|
||||||
|
|
|
||||||
|
|
@ -696,7 +696,8 @@
|
||||||
"media": "MEDIA",
|
"media": "MEDIA",
|
||||||
"notifications": "NOTIFICHE",
|
"notifications": "NOTIFICHE",
|
||||||
"testing": "TEST",
|
"testing": "TEST",
|
||||||
"danger_zone": "ZONA PERICOLOSA"
|
"danger_zone": "ZONA PERICOLOSA",
|
||||||
|
"introdb_contribution": "CONTRIBUTI INTRODB"
|
||||||
},
|
},
|
||||||
"items": {
|
"items": {
|
||||||
"legal": "Note Legali & Disclaimer",
|
"legal": "Note Legali & Disclaimer",
|
||||||
|
|
@ -757,7 +758,12 @@
|
||||||
"reset_campaigns": "Ripristina Campagne",
|
"reset_campaigns": "Ripristina Campagne",
|
||||||
"reset_campaigns_desc": "Cancella le impressioni delle campagne",
|
"reset_campaigns_desc": "Cancella le impressioni delle campagne",
|
||||||
"clear_all_data": "Cancella tutti i dati",
|
"clear_all_data": "Cancella tutti i dati",
|
||||||
"clear_all_data_desc": "Ripristina tutte le impostazioni e i dati memorizzati"
|
"clear_all_data_desc": "Ripristina tutte le impostazioni e i dati memorizzati",
|
||||||
|
"enable_intro_submission":"Abilita contributi IntroDB",
|
||||||
|
"enable_intro_submission_desc":"Contribuisci con i tuoi timestamp",
|
||||||
|
"introdb_api_key":"CHIAVE API INTRODB",
|
||||||
|
"introdb_key_placeholder":"Inserisci la tua chiave API",
|
||||||
|
"api_key_cleared":"Chiave API rimossa"
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"horizontal": "Orizzontale",
|
"horizontal": "Orizzontale",
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue