Skip to content

Commit

Permalink
Translation Improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Oct 1, 2023
1 parent fdb891f commit 7ff0283
Show file tree
Hide file tree
Showing 7 changed files with 128 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ private void InitializeViewModel()
IsExpand = true
};

DiscordHook.Title.Text = "Discord";
DiscordHook.LeftIcon.Symbol = SymbolRegular.SquareHintApps24;
DiscordHook.Description.Text = "Sucrose, Discord ile arasındaki bağlantıyı sağlar.";
DiscordHook.Title.Text = SSRER.GetValue("Portal", "OtherSettingPage", "DiscordHook");
DiscordHook.Description.Text = SSRER.GetValue("Portal", "OtherSettingPage", "DiscordHook", "Description");

ToggleSwitch DiscordState = new()
{
Expand All @@ -72,11 +72,11 @@ private void InitializeViewModel()

TextBlock DiscordRefreshText = new()
{
Text = SSRER.GetValue("Portal", "OtherSettingPage", "DiscordHook", "DiscordRefresh"),
Foreground = SSRER.GetResource<Brush>("TextFillColorPrimaryBrush"),
VerticalAlignment = VerticalAlignment.Center,
Margin = new Thickness(0, 0, 10, 0),
FontWeight = FontWeights.SemiBold,
Text = "Bağlantı Yenileme:",
FontWeight = FontWeights.SemiBold
};

ToggleSwitch DiscordRefresh = new()
Expand All @@ -95,10 +95,10 @@ private void InitializeViewModel()

TextBlock DiscordDelayText = new()
{
Text = SSRER.GetValue("Portal", "OtherSettingPage", "DiscordHook", "DiscordDelay"),
Foreground = SSRER.GetResource<Brush>("TextFillColorPrimaryBrush"),
VerticalAlignment = VerticalAlignment.Center,
Margin = new Thickness(0, 0, 10, 0),
Text = "Yenileme Süresi (Saniye):",
FontWeight = FontWeights.SemiBold
};

Expand Down Expand Up @@ -143,9 +143,9 @@ private void InitializeViewModel()
Expandable = false
};

Agent.Title.Text = "İnternet Temsilcisi";
Agent.LeftIcon.Symbol = SymbolRegular.VideoPersonSparkle24;
Agent.Description.Text = "İnternet bağlantısı gerektiren durumlardaki temsilci kimliğiniz.";
Agent.Title.Text = SSRER.GetValue("Portal", "OtherSettingPage", "Agent");
Agent.Description.Text = SSRER.GetValue("Portal", "OtherSettingPage", "Agent", "Description");

TextBox UserAgent = new()
{
Expand All @@ -168,15 +168,15 @@ private void InitializeViewModel()
Margin = new Thickness(0, 10, 0, 0)
};

Key.Title.Text = "Kişisel Erişim Belirteci";
Key.LeftIcon.Symbol = SymbolRegular.ShieldKeyhole24;
Key.Description.Text = "Mağazayı ve uygulama güncellemeyi sorunsuz bir şekilde kullanmak için gerekli.";
Key.Title.Text = SSRER.GetValue("Portal", "OtherSettingPage", "Key");
Key.Description.Text = SSRER.GetValue("Portal", "OtherSettingPage", "Key", "Description");

StackPanel KeyContent = new();

Hyperlink HintKey = new()
{
Content = "Kişisel erişim belirtecini nasıl elde edeceğinizi bilmiyorsanız buraya tıklayın.",
Content = SSRER.GetValue("Portal", "OtherSettingPage", "Key", "HintKey"),
Foreground = SSRER.GetResource<Brush>("AccentTextFillColorPrimaryBrush"),
Appearance = ControlAppearance.Transparent,
BorderBrush = Brushes.Transparent,
Expand All @@ -186,7 +186,7 @@ private void InitializeViewModel()

TextBox PersonalKey = new()
{
PlaceholderText = "Lütfen bir kişisel erişim belirteci girin",
PlaceholderText = SSRER.GetValue("Portal", "OtherSettingPage", "Key", "PersonalKey"),
HorizontalAlignment = HorizontalAlignment.Left,
Margin = new Thickness(0, 10, 0, 0),
Text = SMMM.Key,
Expand Down Expand Up @@ -218,9 +218,9 @@ private void InitializeViewModel()
Expandable = false
};

Developer.Title.Text = "Geliştirici Araçları";
Developer.LeftIcon.Symbol = SymbolRegular.WindowDevTools24;
Developer.Description.Text = "WebView ve CefSharp motoru için geliştirici araçlarının gösterilip gösterilmeyeceği.";
Developer.Title.Text = SSRER.GetValue("Portal", "OtherSettingPage", "Developer");
Developer.Description.Text = SSRER.GetValue("Portal", "OtherSettingPage", "Developer", "Description");

ToggleSwitch DeveloperState = new()
{
Expand Down Expand Up @@ -292,7 +292,7 @@ private void PersonalKeyChanged(TextBox TextBox)
else
{
SMMI.PrivateSettingManager.SetSetting(SMC.Key, SMR.Key);
TextBox.PlaceholderText = "Lütfen geçerli bir kişisel erişim belirteci girin";
TextBox.PlaceholderText = SSRER.GetValue("Portal", "OtherSettingPage", "Key", "PersonalKey", "Valid");
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,23 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
>
<system:String x:Key="Portal.OtherSettingPage.Title">OtherSettingPage</system:String>

<system:String x:Key="Portal.OtherSettingPage.DiscordHook">Discord</system:String>
<system:String x:Key="Portal.OtherSettingPage.DiscordHook.Description">Sucrose erleichtert die Kommunikation mit Discord.</system:String>

<system:String x:Key="Portal.OtherSettingPage.DiscordHook.DiscordRefresh">Verbindung Aktualisieren:</system:String>
<system:String x:Key="Portal.OtherSettingPage.DiscordHook.DiscordDelay">Aktualisierungsintervall (Sekunden):</system:String>

<system:String x:Key="Portal.OtherSettingPage.Agent">Internetagent</system:String>
<system:String x:Key="Portal.OtherSettingPage.Agent.Description">Ihre Identität in Situationen, die eine Internetverbindung erfordern.</system:String>

<system:String x:Key="Portal.OtherSettingPage.Key">Persönlicher Zugriffstoken</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.Description">Erforderlich für reibungslose Nutzung des Geschäfts und der Anwendungsaktualisierungen.</system:String>

<system:String x:Key="Portal.OtherSettingPage.Key.HintKey">Klicken Sie hier, wenn Sie nicht wissen, wie Sie einen persönlichen Zugriffstoken erhalten.</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.PersonalKey">Bitte geben Sie einen persönlichen Zugriffstoken ein</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.PersonalKey.Valid">Bitte geben Sie einen gültigen persönlichen Zugriffstoken ein</system:String>

<system:String x:Key="Portal.OtherSettingPage.Developer">Entwicklertools</system:String>
<system:String x:Key="Portal.OtherSettingPage.Developer.Description">Ob Entwicklertools für WebView und den CefSharp-Motor angezeigt werden sollen oder nicht.</system:String>
</ResourceDictionary>
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,23 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
>
<system:String x:Key="Portal.OtherSettingPage.Title">OtherSettingPage</system:String>

<system:String x:Key="Portal.OtherSettingPage.DiscordHook">Discord</system:String>
<system:String x:Key="Portal.OtherSettingPage.DiscordHook.Description">Sucrose facilitates communication with Discord.</system:String>

<system:String x:Key="Portal.OtherSettingPage.DiscordHook.DiscordRefresh">Connection Refresh:</system:String>
<system:String x:Key="Portal.OtherSettingPage.DiscordHook.DiscordDelay">Refresh Interval (Seconds):</system:String>

<system:String x:Key="Portal.OtherSettingPage.Agent">Internet Agent</system:String>
<system:String x:Key="Portal.OtherSettingPage.Agent.Description">Your identity in situations requiring an internet connection.</system:String>

<system:String x:Key="Portal.OtherSettingPage.Key">Personal Access Token</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.Description">Required for smooth use of the store and application updates.</system:String>

<system:String x:Key="Portal.OtherSettingPage.Key.HintKey">Click here if you don't know how to obtain a personal access token.</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.PersonalKey">Please enter a personal access token</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.PersonalKey.Valid">Please enter a valid personal access token</system:String>

<system:String x:Key="Portal.OtherSettingPage.Developer">Developer Tools</system:String>
<system:String x:Key="Portal.OtherSettingPage.Developer.Description">Whether developer tools for WebView and CefSharp engine should be displayed or not.</system:String>
</ResourceDictionary>
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,23 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
>
<system:String x:Key="Portal.OtherSettingPage.Title">OtherSettingPage</system:String>

<system:String x:Key="Portal.OtherSettingPage.DiscordHook">Discord</system:String>
<system:String x:Key="Portal.OtherSettingPage.DiscordHook.Description">Sucrose facilita la comunicación con Discord.</system:String>

<system:String x:Key="Portal.OtherSettingPage.DiscordHook.DiscordRefresh">Actualización de Conexión:</system:String>
<system:String x:Key="Portal.OtherSettingPage.DiscordHook.DiscordDelay">Intervalo de Actualización (Segundos):</system:String>

<system:String x:Key="Portal.OtherSettingPage.Agent">Agente de Internet</system:String>
<system:String x:Key="Portal.OtherSettingPage.Agent.Description">Tu identidad en situaciones que requieren una conexión a Internet.</system:String>

<system:String x:Key="Portal.OtherSettingPage.Key">Token de Acceso Personal</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.Description">Necesario para el uso sin problemas de la tienda y las actualizaciones de la aplicación.</system:String>

<system:String x:Key="Portal.OtherSettingPage.Key.HintKey">Haz clic aquí si no sabes cómo obtener un token de acceso personal.</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.PersonalKey">Por favor, ingresa un token de acceso personal</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.PersonalKey.Valid">Por favor, ingresa un token de acceso personal válido</system:String>

<system:String x:Key="Portal.OtherSettingPage.Developer">Herramientas de Desarrollo</system:String>
<system:String x:Key="Portal.OtherSettingPage.Developer.Description">Si se deben mostrar o no las herramientas de desarrollo para WebView y el motor CefSharp.</system:String>
</ResourceDictionary>
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,23 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
>
<system:String x:Key="Portal.OtherSettingPage.Title">OtherSettingPage</system:String>

<system:String x:Key="Portal.OtherSettingPage.DiscordHook">Discord</system:String>
<system:String x:Key="Portal.OtherSettingPage.DiscordHook.Description">Sucrose facilite la communication avec Discord.</system:String>

<system:String x:Key="Portal.OtherSettingPage.DiscordHook.DiscordRefresh">Actualisation de la Connexion:</system:String>
<system:String x:Key="Portal.OtherSettingPage.DiscordHook.DiscordDelay">Intervalle d'Actualisation (Secondes):</system:String>

<system:String x:Key="Portal.OtherSettingPage.Agent">Agent Internet</system:String>
<system:String x:Key="Portal.OtherSettingPage.Agent.Description">Votre identité dans les situations nécessitant une connexion Internet.</system:String>

<system:String x:Key="Portal.OtherSettingPage.Key">Jeton d'Accès Personnel</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.Description">Nécessaire pour une utilisation fluide du magasin et des mises à jour de l'application.</system:String>

<system:String x:Key="Portal.OtherSettingPage.Key.HintKey">Cliquez ici si vous ne savez pas comment obtenir un jeton d'accès personnel.</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.PersonalKey">Veuillez entrer un jeton d'accès personnel</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.PersonalKey.Valid">Veuillez entrer un jeton d'accès personnel valide</system:String>

<system:String x:Key="Portal.OtherSettingPage.Developer">Outils de Développeur</system:String>
<system:String x:Key="Portal.OtherSettingPage.Developer.Description">Affichage ou non des outils de développement pour WebView et le moteur CefSharp.</system:String>
</ResourceDictionary>
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,23 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
>
<system:String x:Key="Portal.OtherSettingPage.Title">OtherSettingPage</system:String>

<system:String x:Key="Portal.OtherSettingPage.DiscordHook">Discord</system:String>
<system:String x:Key="Portal.OtherSettingPage.DiscordHook.Description">Sucrose ułatwia komunikację z Discordem.</system:String>

<system:String x:Key="Portal.OtherSettingPage.DiscordHook.DiscordRefresh">Odświeżanie Połączenia:</system:String>
<system:String x:Key="Portal.OtherSettingPage.DiscordHook.DiscordDelay">Czas Odświeżania (Sekundy):</system:String>

<system:String x:Key="Portal.OtherSettingPage.Agent">Agent Internetowy</system:String>
<system:String x:Key="Portal.OtherSettingPage.Agent.Description">Twoja tożsamość w sytuacjach wymagających połączenia z Internetem.</system:String>

<system:String x:Key="Portal.OtherSettingPage.Key">Osobisty Token Dostępu</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.Description">Wymagane do płynnego korzystania ze sklepu i aktualizacji aplikacji.</system:String>

<system:String x:Key="Portal.OtherSettingPage.Key.HintKey">Kliknij tutaj, jeśli nie wiesz, jak uzyskać osobisty token dostępu.</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.PersonalKey">Proszę wprowadzić osobisty token dostępu</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.PersonalKey.Valid">Proszę wprowadzić prawidłowy osobisty token dostępu</system:String>

<system:String x:Key="Portal.OtherSettingPage.Developer">Narzędzia Deweloperskie</system:String>
<system:String x:Key="Portal.OtherSettingPage.Developer.Description">Czy wyświetlać narzędzia deweloperskie dla WebView i silnika CefSharp, czy nie.</system:String>
</ResourceDictionary>
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,23 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
>
<system:String x:Key="Portal.OtherSettingPage.Title">OtherSettingPage</system:String>

<system:String x:Key="Portal.OtherSettingPage.DiscordHook">Discord</system:String>
<system:String x:Key="Portal.OtherSettingPage.DiscordHook.Description">Sucrose, Discord ile arasındaki haberleşmeyi sağlar.</system:String>

<system:String x:Key="Portal.OtherSettingPage.DiscordHook.DiscordRefresh">Bağlantı Yenileme:</system:String>
<system:String x:Key="Portal.OtherSettingPage.DiscordHook.DiscordDelay">Yenileme Süresi (Saniye):</system:String>

<system:String x:Key="Portal.OtherSettingPage.Agent">İnternet Temsilcisi</system:String>
<system:String x:Key="Portal.OtherSettingPage.Agent.Description">İnternet bağlantısı gerektiren durumlardaki temsilci kimliğiniz.</system:String>

<system:String x:Key="Portal.OtherSettingPage.Key">Kişisel Erişim Belirteci</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.Description">Mağazayı ve uygulama güncellemeyi sorunsuz bir şekilde kullanmak için gerekli.</system:String>

<system:String x:Key="Portal.OtherSettingPage.Key.HintKey">Kişisel erişim belirtecini nasıl elde edeceğinizi bilmiyorsanız buraya tıklayın.</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.PersonalKey">Lütfen bir kişisel erişim belirteci girin</system:String>
<system:String x:Key="Portal.OtherSettingPage.Key.PersonalKey.Valid">Lütfen geçerli bir kişisel erişim belirteci girin</system:String>

<system:String x:Key="Portal.OtherSettingPage.Developer">Geliştirici Araçları</system:String>
<system:String x:Key="Portal.OtherSettingPage.Developer.Description">WebView ve CefSharp motoru için geliştirici araçlarının gösterilip gösterilmeyeceği.</system:String>
</ResourceDictionary>

0 comments on commit 7ff0283

Please sign in to comment.