FIRE-34972, FIRE-34975, FIRE-34985 French (by Laurent Bechir), Italian (by Spartaco Zemenis) and Russian (by Romka Swallowtail) translations updates
parent
f4cf0b3276
commit
40e7f850e6
|
|
@ -12,10 +12,19 @@
|
|||
<text name="PostProcessText">
|
||||
Faible
|
||||
</text>
|
||||
<slider label="Max. lumières proches :" name="MaxLights"/>
|
||||
<check_box label="Activer VSync" name="vsync" tool_tip="Synchronise la fréquence d'images avec la fréquence de rafraîchissement du moniteur, ce qui peut entraîner une augmentation du lag et des images saccadées."/>
|
||||
<text name="AvatarText">
|
||||
Avatar
|
||||
</text>
|
||||
<text name="AvatarComplexityModeLabel">
|
||||
Affichage de l'avatar :
|
||||
</text>
|
||||
<combo_box name="AvatarComplexityMode">
|
||||
<combo_box.item label="Limiter par la complexité" name="0"/>
|
||||
<combo_box.item label="Toujours montrer ses amis" name="1"/>
|
||||
<combo_box.item label="Ne montrer que ses amis" name="2"/>
|
||||
</combo_box>
|
||||
<slider label="Complexité max. :" name="IndirectMaxComplexity" tool_tip="Contrôle à quel moment un avatar complexe est représenté comme un « JellyDoll »"/>
|
||||
<text name="IndirectMaxComplexityText">
|
||||
0
|
||||
|
|
@ -43,16 +52,23 @@
|
|||
</text>
|
||||
<check_box label="Filtre anisotrope (plus lent quand activé)" name="ani"/>
|
||||
<check_box initial_value="true" label="Activer la compression des textures (redémarrage requis)" name="texture compression" tool_tip="Comprime les textures en mémoire vidéo afin de permettre de charger des textures de résolution plus élevée au prix d’une certaine qualité de couleur."/>
|
||||
<check_box initial_value="true" label="Activer le support pour l'affichage en HiDPI (redémarrage requis)" name="use HiDPI" tool_tip="Activer OpenFL pour les dessins en haute résolution"/>
|
||||
<check_box initial_value="true" label="Activer le support pour l'affichage en HiDPI (redémarrage requis)" name="use HiDPI" tool_tip="Activer OpenGL pour les dessins en haute résolution"/>
|
||||
<text name="antialiasing label">
|
||||
Anti-aliasing :
|
||||
Anti-crénelage :
|
||||
</text>
|
||||
<combo_box label="Anti-aliasing" name="fsaa">
|
||||
<combo_box label="Anti-crénelage" name="fsaa">
|
||||
<combo_box.item label="Désactivé" name="FSAADisabled"/>
|
||||
<combo_box.item label="FXAA" name="FXAA"/>
|
||||
<combo_box.item label="4x" name="4x"/>
|
||||
<combo_box.item label="8x" name="8x"/>
|
||||
<combo_box.item label="16x" name="16x"/>
|
||||
<combo_box.item label="SMAA" name="SMAA"/>
|
||||
</combo_box>
|
||||
<text name="antialiasing quality label">
|
||||
Qualité de l'anti-crénelage :
|
||||
</text>
|
||||
<combo_box label="Anti-crénelage" name="fsaa quality">
|
||||
<combo_box.item label="Faible" name="Low"/>
|
||||
<combo_box.item label="Moyenne" name="Medium"/>
|
||||
<combo_box.item label="Élevée" name="High"/>
|
||||
<combo_box.item label="Ultra" name="Ultra"/>
|
||||
</combo_box>
|
||||
<text name="MeshText">
|
||||
Maillage
|
||||
|
|
@ -105,6 +121,7 @@
|
|||
<check_box initial_value="true" label="Modèle d’éclairage avancé" name="UseLightShaders"/>
|
||||
<check_box initial_value="true" label="Occlusion ambiante" name="UseSSAO"/>
|
||||
<check_box initial_value="true" label="Profondeur de champ" name="UseDoF"/>
|
||||
<check_box label="HDR et émissif" name="VintageMode"/>
|
||||
<text name="RenderShadowDetailText">
|
||||
Ombres :
|
||||
</text>
|
||||
|
|
@ -151,6 +168,15 @@
|
|||
<combo_box.item label="Toutes les 3 images" name="2"/>
|
||||
<combo_box.item label="Toutes les 4 images" name="3"/>
|
||||
</combo_box>
|
||||
<slider label="Sharpening :" name="RenderSharpness"/>
|
||||
<text name="TonemapTypeText">
|
||||
Mappage de tons :
|
||||
</text>
|
||||
<combo_box name="TonemapType">
|
||||
<combo_box.item label="Khronos Neutral" name="0"/>
|
||||
<combo_box.item label="ACES" name="1"/>
|
||||
</combo_box>
|
||||
<slider label="Mélange mappage tonal :" tool_tip="Mélange de couleurs linéaires et de couleurs à tons" name="TonemapMix"/>
|
||||
<button label="Réinitialiser les paramètres recommandés" name="Defaults"/>
|
||||
<button label="OK" label_selected="OK" name="OK"/>
|
||||
<button label="Annuler" label_selected="Annuler" name="Cancel"/>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="settings_debug" title="Paramètres de débogage">
|
||||
<panel name="debug_settings_search_panel"><search_editor label="Chercher ici" name="search_settings_input" tool_tip="Saisissez ici les termes de votre recherche. Les résultats affichés contiendront votre recherche dans le nom du paramètre ou son commentaire."/></panel>
|
||||
<panel name="debug_settings_search_panel">
|
||||
<search_editor label="Chercher ici" name="search_settings_input" tool_tip="Saisissez ici les termes de votre recherche. Les résultats affichés contiendront votre recherche dans le nom du paramètre ou son commentaire."/>
|
||||
<scroll_list name="settings_scroll_list">
|
||||
<scroll_list.columns label="Paramètres" name="setting"/>
|
||||
</scroll_list>
|
||||
<check_box label="Afficher paramètres modif." name="hide_default"/>
|
||||
</panel>
|
||||
<panel name="debug_settings_values_panel">
|
||||
<text_editor name="comment_text" tool_tip="Commentaire des paramètres de débogage. Donne des informations utiles sur le réglage que vous avez sélectionné."/>
|
||||
<radio_group name="boolean_combo">
|
||||
|
|
|
|||
|
|
@ -506,6 +506,7 @@ Bas ↔ + bas
|
|||
<button label="Droits" name="button permissions"/>
|
||||
<button label="Rafraîchir" name="button refresh"/>
|
||||
<button label="Réinit. scripts" name="btn_reset_scripts"/>
|
||||
<filter_editor label="Saisir le texte du filtre" name="contents_filter"/>
|
||||
</panel>
|
||||
</tab_container>
|
||||
<panel name="land info panel">
|
||||
|
|
|
|||
|
|
@ -500,6 +500,7 @@
|
|||
<menu_item_check label="Textures pleine résolution" name="Rull Res Textures"/>
|
||||
<menu_item_check label="Rendu des lumières jointes" name="Render Attached Lights"/>
|
||||
<menu_item_check label="Rendu des particules jointes" name="Render Attached Particles"/>
|
||||
<menu_item_check label="Collecter les buffers de vertex des polices" name="Collect Font Vertex Buffers"/>
|
||||
<menu_item_check label="Activer le cache des shaders" name="Enable Shader Cache"/>
|
||||
<menu_item_call label="Vider le cache des shaders" name="Shader Cache Clear"/>
|
||||
<menu_item_call label="Reconstruire le terrain" name="Rebuild Terrain"/>
|
||||
|
|
|
|||
|
|
@ -3649,7 +3649,9 @@ Si vous êtes un membre Premium, [[PREMIUM_URL] cliquez ici] pour recevoir votre
|
|||
<notification name="VoiceEffectsWillExpire">Au moins l'un de vos effets de voix expirera dans moins de [INTERVAL] jours.
|
||||
[[URL] Cliquez ici] pour renouveler votre abonnement.
|
||||
|
||||
Si vous êtes un membre Premium, [[PREMIUM_URL] cliquez ici] pour recevoir votre effet de voix.</notification>
|
||||
Si vous êtes un membre Premium, [[PREMIUM_URL] cliquez ici] pour recevoir votre effet de voix.
|
||||
<usetemplate ignoretext="M'avertir de l'expiration du morphing vocal" name="okignore" yestext="OK"/>
|
||||
</notification>
|
||||
<notification name="VoiceEffectsNew">
|
||||
De nouveaux effets de voix sont disponibles !
|
||||
</notification>
|
||||
|
|
@ -4168,6 +4170,11 @@ Si vous continuez à rencontrer des problèmes, veuillez consulter le [SUPPORT_S
|
|||
Vous semblez ne pas avoir le matériel requis pour utiliser [APP_NAME]. [APP_NAME] requiert une carte graphique OpenGL avec une prise en charge du multitexturing. Si vous avez une telle carte, assurez-vous que vous avez aussi les pilotes les plus récents pour la carte, ainsi que les service packs et les patchs pour votre système d'exploitation.
|
||||
|
||||
Si vous avez toujours des problèmes, veuillez consulter la page [SUPPORT_SITE].
|
||||
</global>
|
||||
<global name="UnsupportedIntelDriver">
|
||||
Le pilote graphique Intel installé pour [GPUNAME], version [VERSION], est obsolète et connu pour provoquer un nombre excessif de plantages du programme. Il est conseillé de mettre à jour le pilote Intel.
|
||||
|
||||
Voulez-vous consulter le site web des pilotes Intel ?
|
||||
</global>
|
||||
<global name="UnsupportedGPU">
|
||||
- Votre carte graphique ne remplit pas les conditions minimum requises.
|
||||
|
|
|
|||
|
|
@ -41,9 +41,18 @@
|
|||
<text name="antialiasing label">
|
||||
Antialiasing:
|
||||
</text>
|
||||
<combo_box label="Antialiasing" name="fsaa">
|
||||
<combo_box name="fsaa">
|
||||
<combo_box.item label="Disabilita" name="FSAADisabled"/>
|
||||
</combo_box>
|
||||
<text name="antialiasing quality label">
|
||||
Qualità antialiasing:
|
||||
</text>
|
||||
<combo_box name="fsaa quality">
|
||||
<combo_box.item label="Bassa" name="Low" />
|
||||
<combo_box.item label="Media" name="Medium" />
|
||||
<combo_box.item label="Alta" name="High" />
|
||||
<combo_box.item label="Ultra" name="Ultra" />
|
||||
</combo_box>
|
||||
<text name="MeshText">
|
||||
Mesh
|
||||
</text>
|
||||
|
|
@ -76,6 +85,7 @@
|
|||
</text>
|
||||
<check_box label="Occlusione ambientale" name="UseSSAO"/>
|
||||
<check_box label="Profondità di campo" name="UseDoF"/>
|
||||
<check_box label="HDR e texture emissive" name="VintageMode" />
|
||||
<text name="RenderShadowDetailText">
|
||||
Ombre:
|
||||
</text>
|
||||
|
|
@ -115,6 +125,11 @@
|
|||
<combo_box.item label="Medio" name="3" />
|
||||
<combo_box.item label="Veloce" name="1" />
|
||||
</combo_box>
|
||||
<slider label="Affilatura:" name="RenderSharpness" />
|
||||
<text name="TonemapTypeText">
|
||||
Mappatura toni:
|
||||
</text>
|
||||
<slider label="Mix mappatura toni:" tool_tip="Combinazione di colori lineari e colori con mappatura dei toni" name="TonemapMix" />
|
||||
<button label="Ripristina impostazioni predefinite" name="Defaults"/>
|
||||
<button label="Annulla" label_selected="Annulla" name="Cancel"/>
|
||||
</floater>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
<floater name="settings_debug" title="Debug Impostazioni">
|
||||
<panel name="debug_settings_search_panel">
|
||||
<search_editor label="Cerca qui" name="search_settings_input" tool_tip="Scrivi i termini che stai cercando. Verranno mostrate anche corrispondenze parziali sul nome o sul commento dell'impostazione."/>
|
||||
<scroll_list name="settings_scroll_list">
|
||||
<scroll_list.columns label="Impostazione" name="setting" />
|
||||
</scroll_list>
|
||||
<check_box label="Solo impostazioni cambiate" name="hide_default" />
|
||||
</panel>
|
||||
<panel name="debug_settings_values_panel">
|
||||
<text_editor name="comment_text" tool_tip="Commento sull'impostazione. Spesso dà info utili sugli effetti dell'impostazione."/>
|
||||
|
|
|
|||
|
|
@ -498,6 +498,7 @@ Bas ↔ Min
|
|||
<button label="Permessi" name="button permissions"/>
|
||||
<button label="Ricarica" name="button refresh"/>
|
||||
<button label="Ripristina script" name="btn_reset_scripts"/>
|
||||
<filter_editor label="Filtro..." name="contents_filter" />
|
||||
</panel>
|
||||
</tab_container>
|
||||
<panel name="land info panel">
|
||||
|
|
|
|||
|
|
@ -30,13 +30,16 @@
|
|||
-->
|
||||
|
||||
<string name="TimeHour">hour,datetime,slt</string>
|
||||
<string name="TimeMin">min,datetime,slt</string>
|
||||
<string name="TimeYear">year,datetime,slt</string>
|
||||
<string name="TimeDay">day,datetime,slt</string>
|
||||
<string name="TimeMonth">mthnum,datetime,slt</string>
|
||||
<string name="TimeMin">min,datetime,slt</string>
|
||||
<string name="TimeSec">second,datetime,slt</string>
|
||||
<string name="TimeYear">year,datetime,slt</string>
|
||||
<string name="TimeDay">day,datetime,slt</string>
|
||||
<string name="TimeMonth">mthnum,datetime,slt</string>
|
||||
<string name="TimeMth">mth,datetime,slt</string>
|
||||
<string name="TimeWeek">wkday,datetime,slt</string>
|
||||
<string name="TimeAMPM">ampm,datetime,slt</string>
|
||||
<string name="TimeHour12">hour12,datetime,slt</string>
|
||||
<string name="TimeHour12">hour12,datetime,slt</string>
|
||||
<string name="TimeTimezone">timezone,datetime,slt</string>
|
||||
|
||||
<string name="LTimeMthNum">mthnum,datetime,local</string>
|
||||
<string name="LTimeWeek">wkday,datetime,local</string>
|
||||
|
|
|
|||
|
|
@ -526,6 +526,7 @@
|
|||
<menu_item_check label="Risoluzione massima della texture (pericoloso)" name="Full Res Textures"/>
|
||||
<menu_item_check label="Renderizza luci indossate" name="Render Attached Lights"/>
|
||||
<menu_item_check label="Renderizza particelle indossate" name="Render Attached Particles"/>
|
||||
<menu_item_check label="Raccogli buffer dei vertici del font" name="Collect Font Vertex Buffers" />
|
||||
<menu_item_check label="Abilita cache degli shader" name="Enable Shader Cache" />
|
||||
<menu_item_call label="Cancella cache degli shader" name="Shader Cache Clear" />
|
||||
</menu>
|
||||
|
|
|
|||
|
|
@ -3445,7 +3445,9 @@ Se sei un utente Premium, [[PREMIUM_URL] clic qui] per ricevere la tua offerta d
|
|||
<notification name="VoiceEffectsWillExpire">Almeno una delle tue manipolazioni vocali scadrà tra meno di [INTERVAL] giorni.
|
||||
[[URL] Fai clic qui] per rinnovare l'abbonamento.
|
||||
|
||||
Se sei un membro Premium, [[PREMIUM_URL] fai clic qui] per ricevere in regalo la manipolazione vocale.</notification>
|
||||
Se sei un membro Premium, [[PREMIUM_URL] fai clic qui] per ricevere in regalo la manipolazione vocale.
|
||||
<usetemplate ignoretext="Avvisami quando scade la trasformazione vocale" name="okignore" />
|
||||
</notification>
|
||||
<notification name="VoiceEffectsNew">
|
||||
Sono disponibili nuove manipolazioni vocali.
|
||||
</notification>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
Lingua:
|
||||
</text>
|
||||
<combo_box name="language_combobox">
|
||||
<combo_box.item label="English" name="English"/>
|
||||
<combo_box.item label="English (Inglese)" name="English"/>
|
||||
<combo_box.item label="Azərbaycanca (Azero)" name="Azerbaijani"/>
|
||||
<!--<combo_box.item label="Dansk (Danese) - Beta" name="Danish"/> -->
|
||||
<combo_box.item label="Deutsch (Tedesco)" name="Deutsch(German)"/>
|
||||
<combo_box.item label="Español (Spagnolo) - Beta" name="Spanish"/>
|
||||
|
|
@ -13,7 +14,7 @@
|
|||
<combo_box.item label="Polski (Polacco)" name="Polish"/>
|
||||
<!-- <combo_box.item label="Português (Portoghese) - Beta" name="Portugese"/> -->
|
||||
<combo_box.item label="Русский (Russo)" name="Russian"/>
|
||||
<combo_box.item label="Türkçe (Turco) - Beta" name="Turkish"/>
|
||||
<!-- <combo_box.item label="Türkçe (Turco) - Beta" name="Turkish"/> -->
|
||||
<combo_box.item label="日本語 (Giapponese) - Beta" name="(Japanese)"/>
|
||||
<combo_box.item label="正體中文 (Cinese tradizionale)" name="Traditional Chinese"/>
|
||||
</combo_box>
|
||||
|
|
|
|||
|
|
@ -118,17 +118,45 @@
|
|||
<check_box label="Filtro Anisotropico (rallenta se attivo)" name="ani" tool_tip="Il filtro anisotropico è un metodo per migliorare la qualità delle texture quando vengono visualizzate ad angoli relativamente ampi rispetto alla posizione della fotocamera. Di solito le rende meno sfocate a distanze maggiori."/>
|
||||
<check_box label="Abilita compressione texture (richiede riavvio)" name="texture compression" tool_tip="Le texture vengono compresse nella memoria video, questo consente per le texture con una risoluzione alta di essere caricate più rapidamente perdendo qualità nel colore."/>
|
||||
<check_box label="Abilita supporto display HiDPI (solo macOS; richiede riavvio)" name="use HiDPI" tool_tip="Abilita OpenGL per il disegno ad alta risoluzione." />
|
||||
<text name="Antialiasing:" tool_tip="Le modifiche a questa impostazione potrebbero richiedere il riavvio su alcuni dispositivi.">
|
||||
Antialiasing:
|
||||
<text name="antialiasing label" tool_tip="Le modifiche a questa impostazione potrebbero richiedere il riavvio su alcuni dispositivi.">
|
||||
Antialiasing (riavvio consigliato):
|
||||
</text>
|
||||
<combo_box label="Antialiasing" name="fsaa">
|
||||
<text name="antialiasing quality label" tool_tip="La modifica di questa impostazione potrebbe richiedere il riavvio su alcuni dispositivi.">
|
||||
Qualità antialiasing:
|
||||
</text>
|
||||
<combo_box name="fsaa">
|
||||
<combo_box.item label="Disabilita" name="FSAADisabled"/>
|
||||
</combo_box>
|
||||
<combo_box name="fsaa quality">
|
||||
<combo_box.item label="Bassa" name="Low" />
|
||||
<combo_box.item label="Media" name="Medium" />
|
||||
<combo_box.item label="Alta" name="High" />
|
||||
<combo_box.item label="Ultra" name="Ultra" />
|
||||
</combo_box>
|
||||
<check_box label="Limita utilizzo della VRAM delle texture (MB)" name="FSLimitTextureVRAMUsage" tool_tip="Limita la quantità di VRAM utilizzata per le texture. L'utilizzo totale potrebbe essere ancora più elevato perché anche altri componenti utilizzano VRAM." />
|
||||
<slider name="RenderMaxVRAMBudget" tool_tip="Quantità massima di VRAM (in megabyte) utilizzata per le texture." />
|
||||
<text name="advanced_settings">
|
||||
Impostazioni avanzate (richiede riavvio):
|
||||
</text>
|
||||
<check_box label="Disabilita rilevamento automatico della VRAM" name="FSOverrideVRAMDetection" tool_tip="Consenti la disattivazione del rilevamento automatico della VRAM (da utilizzare con estrema cautela)" />
|
||||
<slider label="Sostituisci VRAM dedicata alla GPU (GB):" name="FSForcedVideoMemory" tool_tip="Importante: usare con estrema cautela. || Sostituisci la VRAM rilevata per la tua scheda grafica. || Non può contenere VRAM 'condivisa', che fa parte della RAM di sistema. || Se non capisci la differenza, lascia stare questa opzione." />
|
||||
<text name="automatic_texture_downscale_settings">
|
||||
Riduzione automatica delle texture:
|
||||
</text>
|
||||
<text name="TextureDiscardBackgroundedTime_label" tool_tip="Riduci la scala delle texture dopo un determinato numero di secondi quando la finestra del viewer non è in primo piano.">
|
||||
In background (0 per disabilitare)
|
||||
</text>
|
||||
<spinner name="TextureDiscardBackgroundedTime" tool_tip="Riduci la scala delle texture dopo un determinato numero di secondi quando la finestra del viewer non è in primo piano." />
|
||||
<text name="TextureDiscardBackgroundedTime_seconds">
|
||||
secondi
|
||||
</text>
|
||||
<text name="TextureDiscardMinimizedTime_label" tool_tip="Riduci la scala delle texture dopo un determinato numero di secondi quando il viewer è ridotto a icona.">
|
||||
Ridotto a icona (0 per disabilitare)
|
||||
</text>
|
||||
<spinner name="TextureDiscardMinimizedTime" tool_tip="Riduci la scala delle texture dopo un determinato numero di secondi quando il viewer è ridotto a icona." />
|
||||
<text name="TextureDiscardMinimizedTime_seconds">
|
||||
secondi
|
||||
</text>
|
||||
</panel>
|
||||
<panel label="Rendering" name="Rendering">
|
||||
<text name="World Updating">
|
||||
|
|
@ -159,13 +187,11 @@
|
|||
<combo_box.item label="Qualità bassa (4)" name="4"/>
|
||||
<combo_box.item label="Nessuna texture (5)" name="5"/>
|
||||
</combo_box>
|
||||
<text name="Alpha Mask Rendering">
|
||||
Maschere alfa:
|
||||
</text>
|
||||
<check_box label="Renderizza maschere alfa" tool_tip="Se selezionato, le maschere alfa (bit trasparenti) vengono visualizzate correttamente" name="RenderAutoMaskAlphaDeferred"/>
|
||||
<text name="Miscellaneous Rendering">
|
||||
Altre impostazioni:
|
||||
</text>
|
||||
<check_box label="HDR e texture emissive" tool_tip="Abilita funzionalità di rendering aggiuntive sui computer più recenti, come HDR e texture emissive sui contenuti PBR" name="VintageMode" />
|
||||
<check_box label="Renderizza maschere alfa" tool_tip="Se selezionato, le maschere alfa (bit trasparenti) vengono visualizzate correttamente" name="RenderAutoMaskAlphaDeferred"/>
|
||||
<check_box label="Mostra bagliore" tool_tip="Mostra il bagliore (glow). Da notare che deve essere impostata a zero per disabilitare la luce quando le ombre sono attive." name="RenderGlow"/>
|
||||
<slider label="Intensità:" tool_tip="Forza del bagliore. Più alto = più ampio e uniforme (predef. 2)" name="glow_strength"/>
|
||||
<check_box label="Mostra avatar che non hanno terminato il caricamento" name="RenderUnloadedAvatars"/>
|
||||
|
|
@ -178,6 +204,11 @@
|
|||
</text>
|
||||
<slider label="Qualità ombre" tool_tip="Determina la qualità delle ombre (predefinita 1)" name="ShadowResolution"/>
|
||||
<slider label="Grandezza texture del terreno (richiede riavvio)" name="RenderTerrainScale" tool_tip="Determina la grandezza della texture del terreno valore più basso = texture più compressa (richiede riavvio viewer)."/>
|
||||
<slider label="Affilatura:" name="RenderSharpness" />
|
||||
<text name="TonemapTypeText">
|
||||
Mappatura toni:
|
||||
</text>
|
||||
<slider label="Mix mappatura toni:" tool_tip="Combinazione di colori lineari e colori con mappatura dei toni" name="TonemapMix" />
|
||||
</panel>
|
||||
<panel label="Profondità di Campo" name="DOF panel">
|
||||
<check_box label="Abilita Profondità di Campo (PdC: sfoca la vista tranne che nella direzione della camera)" name="UseDoF"/>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater name="gltf asset editor" title="[OBJECT_NAME]">
|
||||
<floater.string name="floater_title" value="GLTF Редактор сцен"/>
|
||||
<floater.string name="scene_title" value="Сцена"/>
|
||||
<floater.string name="node_title" value="Узел"/>
|
||||
<floater.string name="mesh_title" value="Меш"/>
|
||||
<floater.string name="skin_title" value="Кожа"/>
|
||||
<layout_stack name="main_layout">
|
||||
<layout_panel name="transforms_panel">
|
||||
<menu_button name="clipboard_pos_btn" tool_tip="Параметры вставки"/>
|
||||
<text name="label position" tool_tip="Позиция (метры)" width="121">
|
||||
Позиция (м)
|
||||
</text>
|
||||
<menu_button name="clipboard_size_btn" tool_tip="Параметры вставки" width="19"/>
|
||||
<text name="label size" tool_tip="Размер (метры)" width="121">
|
||||
Размер (м)
|
||||
</text>
|
||||
<menu_button name="clipboard_rot_btn" tool_tip="Параметры вставки" width="19"/>
|
||||
<text name="label rotation" tool_tip="Вращение (градусы)" width="121">
|
||||
Вращение (°)
|
||||
</text>
|
||||
</layout_panel>
|
||||
</layout_stack>
|
||||
</floater>
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
||||
<floater name="material editor" title="[MATERIAL_NAME]">
|
||||
<string name="no_upload_fee_string">плата за загрузку не взимается</string>
|
||||
<string name="upload_fee_string">L$[FEE] плата за загрузку</string>
|
||||
<string name="material_override_title">Редактирование материала</string>
|
||||
<panel name="button_panel">
|
||||
<text name="unsaved_changes" width="200">
|
||||
Несохраненные изменения
|
||||
</text>
|
||||
<button label="Сохранить" name="save" width="120" />
|
||||
<button label="Сохранить Как..." name="save_as" width="120" />
|
||||
<text name="total_upload_fee" width="220">
|
||||
Общая плата за загрузку: L$ [FEE]
|
||||
</text>
|
||||
<button label="Отмена" name="cancel" width="121" />
|
||||
</panel>
|
||||
</floater>
|
||||
|
|
@ -12,10 +12,19 @@
|
|||
<text name="PostProcessText">
|
||||
Низкое
|
||||
</text>
|
||||
<slider label="Макс. источн.света рядом:" label_width="185" name="MaxLights" width="336" />
|
||||
<check_box label="Включить VSync" name="vsync" tool_tip="Синхронизирует частоту кадров с частотой обновления монитора, что обеспечивает плавную работу."/>
|
||||
<text name="AvatarText">
|
||||
Аватар
|
||||
</text>
|
||||
<text name="AvatarComplexityModeLabel" width="140">
|
||||
Отображение аватара:
|
||||
</text>
|
||||
<combo_box name="AvatarComplexityMode" left_delta="140">
|
||||
<combo_box.item label="Огр. по сложности" name="0"/>
|
||||
<combo_box.item label="Всегда показ друзей" name="1"/>
|
||||
<combo_box.item label="Только показ друзей" name="2"/>
|
||||
</combo_box>
|
||||
<slider label="Максимальная сложность:" name="IndirectMaxComplexity" tool_tip="Указывает расстояние, начиная с которого визуально сложный аватар рисуется как желейная фигура"/>
|
||||
<slider label="Макс. кол-во объемных:" name="IndirectMaxNonImpostors"/>
|
||||
<slider label="Детализация:" name="AvatarMeshDetail"/>
|
||||
|
|
@ -38,6 +47,15 @@
|
|||
<combo_box label="Сглаживание" name="fsaa">
|
||||
<combo_box.item label="Выключено" name="FSAADisabled"/>
|
||||
</combo_box>
|
||||
<text name="antialiasing quality label" width="135">
|
||||
Качество сглаживания:
|
||||
</text>
|
||||
<combo_box label="Сглаживание" name="fsaa quality" left_pad="25">
|
||||
<combo_box.item label="Низкое" name="Low"/>
|
||||
<combo_box.item label="Среднее" name="Medium"/>
|
||||
<combo_box.item label="Высокое" name="High"/>
|
||||
<combo_box.item label="Ультра" name="Ultra"/>
|
||||
</combo_box>
|
||||
<text name="MeshText">
|
||||
Меш
|
||||
</text>
|
||||
|
|
@ -70,6 +88,7 @@
|
|||
</text>
|
||||
<check_box label="Экранное пространство Окружающая окклюзия" name="UseSSAO"/>
|
||||
<check_box label="Глубина резкости" name="UseDoF"/>
|
||||
<check_box label="HDR и Эмиссионные" name="VintageMode"/>
|
||||
<text name="RenderShadowDetailText">
|
||||
Тени:
|
||||
</text>
|
||||
|
|
@ -110,6 +129,15 @@
|
|||
<combo_box.item label="Каждый 4-й кадр" name="3"/>
|
||||
</combo_box>
|
||||
<!-- End of mirror settings -->
|
||||
<slider label="Заострение:" name="RenderSharpness"/>
|
||||
<text name="TonemapTypeText">
|
||||
Карты тонов:
|
||||
</text>
|
||||
<combo_box name="TonemapType">
|
||||
<combo_box.item label="Khronos Neutral" name="0"/>
|
||||
<combo_box.item label="ACES" name="1"/>
|
||||
</combo_box>
|
||||
<slider label="Смесь карт тонов:" tool_tip="Комбинируйте цвета с линейной и тональной картировкой" name="TonemapMix"/>
|
||||
<button label="Вернуть рекомендуемые настройки" name="Defaults"/>
|
||||
<button label="OK" label_selected="OK" name="OK"/>
|
||||
<button label="Отмена" label_selected="Отмена" name="Cancel"/>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
<floater name="settings_debug" title="Настройки отладки">
|
||||
<panel name="debug_settings_search_panel">
|
||||
<search_editor label="Найти" name="search_settings_input" tool_tip="Введите поисковый запрос, который вас интересует. Результаты будут отображаться для частичных полнотекстовых совпадений в названии параметра или в комментарии."/>
|
||||
<scroll_list name="settings_scroll_list">
|
||||
<scroll_list.columns label="Настройки" name="setting" />
|
||||
</scroll_list>
|
||||
<check_box label="Измененные настройки" name="hide_default" />
|
||||
</panel>
|
||||
<panel name="debug_settings_values_panel">
|
||||
<text_editor name="comment_text" tool_tip="Комментарий отладки настроек. Часто дает полезную информацию о настройках, которые вы выбрали."/>
|
||||
|
|
@ -10,6 +14,7 @@
|
|||
<radio_item label="Ложь" name="FALSE"/>
|
||||
</radio_group>
|
||||
<color_swatch label="Цвет" name="val_color_swatch"/>
|
||||
<button name="sanity_warning_btn" tool_tip="Этот параметр отладки не прошел проверку на работоспособность; его значение находится за пределами рекомендуемого диапазона."/>
|
||||
<button label="Копия" name="copy_btn" tool_tip="Копирует имя настройки в буфер обмена."/>
|
||||
<button label="По умолчанию" name="default_btn" tool_tip="Сбросить этот параметр отладки на значение по умолчанию."/>
|
||||
</panel>
|
||||
|
|
|
|||
|
|
@ -581,6 +581,7 @@
|
|||
<button label="Разрешения" name="button permissions"/>
|
||||
<button label="Обновить" name="button refresh" width="100"/>
|
||||
<button label="Сброс скриптов" name="btn_reset_scripts" width="100"/>
|
||||
<filter_editor label="Введите текст фильтра" name="contents_filter"/>
|
||||
</panel>
|
||||
</tab_container>
|
||||
<panel name="land info panel">
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
<menu_item_check label="Показать меню отладки" name="Show Debug Menu"/>
|
||||
<menu label="Отладка" name="Debug">
|
||||
<menu_item_call label="Показать настройки отладки" name="Debug Settings"/>
|
||||
<menu_item_call label="Показать настройки цвета" name="Color Settings"/>
|
||||
<menu_item_call label="Инструменты просмотра XUI" name="UI Preview Tool"/>
|
||||
<menu label="Шрифты" name="Fonts">
|
||||
<menu_item_call label="Показать тест шрифта" name="Show Font Test"/>
|
||||
|
|
|
|||
|
|
@ -631,8 +631,9 @@
|
|||
<menu_item_check label="Отладка клавиш" name="Debug Keys"/>
|
||||
<menu_item_check label="Отладка окна процесса" name="Debug WindowProc"/>
|
||||
</menu>
|
||||
<menu label="XUI/XML" name="XUI">
|
||||
<menu_item_call label="Перезагрузить цветовые установки" name="Reload Color Settings"/>
|
||||
<menu label="XUI" name="XUI">
|
||||
<menu_item_call label="Показать настройки цвета" name="Color Settings"/>
|
||||
<menu_item_call label="Перезагрузить настройки цвета" name="Reload Color Settings"/>
|
||||
<menu_item_call label="Показать проверку шрифтов" name="Show Font Test"/>
|
||||
<menu_item_call label="Загрузить из XML" name="Load from XML"/>
|
||||
<menu_item_call label="Сохранить в XML" name="Save to XML"/>
|
||||
|
|
|
|||
|
|
@ -123,18 +123,49 @@
|
|||
<check_box label="Анизотропная фильтрация (медленнее, когда включено)" name="ani" tool_tip = "Этот флажок включает анизотропную фильтрацию, которая представляет собой метод повышения качества текстур, когда они просматриваются под относительно большими углами по отношению к положению вашей камеры. Обычно заставляет их выглядеть менее размытыми на больших расстояниях."/>
|
||||
<check_box label="Включить сжатие текстур с потерями (требуется перезапуск)" name="texture compression" tool_tip="Сжатие текстур в видеопамяти, позволяет текстурам с высоким разрешение загружаться за счет некоторого потери качества цвета."/>
|
||||
<check_box label="Включить поддержку дисплеев HiDPI (только macOS; требуется перезапуск)" name="use HiDPI" tool_tip="Включить OpenGL для отображения в высоком разрешении."/>
|
||||
<text name="Antialiasing:" tool_tip = "Изменения этого параметра может потребовать перезапуск на некотором оборудовании." width="290">
|
||||
<text name="antialiasing label" tool_tip = "Изменения этого параметра может потребовать перезапуск на некотором оборудовании." width="290">
|
||||
Сглаживание (рекомендуется перезапуск):
|
||||
</text>
|
||||
<text name="antialiasing quality label" width="220" tool_tip="Изменение этого параметра может потребовать перезагрузки некоторого оборудования.">
|
||||
Качество сглаживания:
|
||||
</text>
|
||||
<combo_box label="Сглаживание" name="fsaa">
|
||||
<combo_box.item label="Отключено" name="FSAADisabled"/>
|
||||
</combo_box>
|
||||
<combo_box name="fsaa quality">
|
||||
<combo_box.item label="Низкое" name="Low"/>
|
||||
<combo_box.item label="Среднее" name="Medium"/>
|
||||
<combo_box.item label="Высокое" name="High"/>
|
||||
<combo_box.item label="Ультра" name="Ultra"/>
|
||||
</combo_box>
|
||||
<check_box label="Ограничить видеопамять для текстур (МБ)" name="FSLimitTextureVRAMUsage" tool_tip="Ограничивает объем видеопамяти, используемой для текстур. Общее использование может быть выше, поскольку другие элементы также используют видеопамять."/>
|
||||
<slider name="RenderMaxVRAMBudget" tool_tip="Максимальный объем видеопамяти в мегабайтах, используемый для текстур."/>
|
||||
<text name="advanced_settings">
|
||||
Расширенные настройки (требуется перезагрузка):
|
||||
</text>
|
||||
<check_box label="Переопределение обнаружения видеопамяти" name="FSOverrideVRAMDetection" tool_tip="Разрешить пользователю переопределять обнаружение видеопамяти (использовать с особой осторожностью)"/>
|
||||
<slider label="Выделенная видеопамять GPU (ГБ):" name="FSForcedVideoMemory" tool_tip="Важно: используйте с особой осторожностью. Переопределите обнаруженную видеопамять в вашем графическом процессоре. Это не должно включать 'общую' видеопамять, которая является частью системной оперативной памяти. Если вы не понимаете разницы, оставьте этот элемент управления в покое."/>
|
||||
|
||||
<text name="automatic_texture_downscale_settings" width="308">
|
||||
Автоматическое уменьшение масштаба текстуры:
|
||||
</text>
|
||||
<text name="TextureDiscardBackgroundedTime_label" tool_tip="Уменьшенные текстуры через выбранное количество секунд, когда окно неактивно." width="275">
|
||||
В фоновом режиме (0 отключить)
|
||||
</text>
|
||||
<spinner name="TextureDiscardBackgroundedTime" tool_tip="Уменьшенные текстуры через выбранное количество секунд, когда окно неактивно." width="100"/>
|
||||
<text name="TextureDiscardBackgroundedTime_seconds" width="100">
|
||||
Секунд(ы)
|
||||
</text>
|
||||
<text name="TextureDiscardMinimizedTime_label" tool_tip="Уменьшенные текстуры через выбранное количество секунд при сворачивании." width="275">
|
||||
Минимизировано (0 отключить)
|
||||
</text>
|
||||
<spinner name="TextureDiscardMinimizedTime" tool_tip="Уменьшенные текстуры через выбранное количество секунд при сворачивании." width="100"/>
|
||||
<text name="TextureDiscardMinimizedTime_seconds" width="100">
|
||||
Секунд(ы)
|
||||
</text>
|
||||
|
||||
</panel>
|
||||
|
||||
<panel label="Прорисовка" name="Rendering">
|
||||
<text name="World Updating">
|
||||
Обновление мира:
|
||||
|
|
@ -173,6 +204,7 @@
|
|||
<text name="Miscellaneous Rendering">
|
||||
Разное:
|
||||
</text>
|
||||
<check_box label="HDR и Эмиссионные" tool_tip="Включает дополнительные функции конвейера рендеринга на новых компьютерах, такие как HDR и эмиссионные текстуры для PBR-контента." name="VintageMode" width="256"/>
|
||||
<check_box label="Прорисовка свечения" tool_tip="Прорисовка свечения. Обратите внимание, что сила должна быть установлена на ноль, чтобы отключить свечение, когда тени включены." name="RenderGlow"/>
|
||||
<slider label="Сила:" tool_tip="Сила. Выше = шире и размытей (по умолчанию 2) " name="glow_strength"/>
|
||||
<check_box label="Показывать не полностью загруженные аватары" name="RenderUnloadedAvatars"/>
|
||||
|
|
@ -185,6 +217,15 @@
|
|||
</text>
|
||||
<slider label="Качество теней" tool_tip="Качество теней (по умолчанию 1)" name="ShadowResolution"/>
|
||||
<slider label="Масштабирование прорисовки текстуры земли" name="RenderTerrainScale" tool_tip="Определяет масштаб текстуры местности - ниже более сжато (требуется перезапуск)"/>
|
||||
<slider label="Заострение:" name="RenderSharpness"/>
|
||||
<text name="TonemapTypeText">
|
||||
Карты тонов:
|
||||
</text>
|
||||
<combo_box name="TonemapType">
|
||||
<combo_box.item label="Khronos Neutral" name="0"/>
|
||||
<combo_box.item label="ACES" name="1"/>
|
||||
</combo_box>
|
||||
<slider label="Смесь карт тонов:" tool_tip="Комбинируйте цвета с линейной и тональной картировкой" name="TonemapMix"/>
|
||||
</panel>
|
||||
<panel label="Глубина резкости (DoF)" name="DOF panel">
|
||||
<check_box label="Включить глубину резкости (Это размоет вид за исключением фокусировки камеры.)" name="UseDoF"/>
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@
|
|||
<item label="Высокое" name="noise_suppression_high"/>
|
||||
<item label="Максимум" name="noise_suppression_max"/>
|
||||
</combo_box>
|
||||
<button label="Настройки звукового устройства" name="device_settings_btn"/>
|
||||
<button label="Настройки звукового устройства" name="device_settings_btn" width="210"/>
|
||||
</panel>
|
||||
<panel label="Интерфейс 1" name="UI Sounds tab 1">
|
||||
<text name="textFSExplanation_tab1">
|
||||
|
|
|
|||
Loading…
Reference in New Issue