Changed some Translations
This commit is contained in:
parent
bc77e00bb2
commit
f1200ce49a
2 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ export component EnglishApp {
|
||||||
Text {
|
Text {
|
||||||
vertical-alignment: center;
|
vertical-alignment: center;
|
||||||
horizontal-alignment: right;
|
horizontal-alignment: right;
|
||||||
text: "Dark Parch";
|
text: "Dark Mode";
|
||||||
font-family: "Vazirmatn";
|
font-family: "Vazirmatn";
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|
|
@ -31,7 +31,7 @@ export component PersianApp {
|
||||||
Text {
|
Text {
|
||||||
vertical-alignment: center;
|
vertical-alignment: center;
|
||||||
horizontal-alignment: right;
|
horizontal-alignment: right;
|
||||||
text: "پارچ تاریک";
|
text: "حالت تاریک";
|
||||||
font-family: "Vazirmatn";
|
font-family: "Vazirmatn";
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
@ -220,7 +220,7 @@ export component PersianApp {
|
||||||
|
|
||||||
color: Globals.themeStatus;
|
color: Globals.themeStatus;
|
||||||
height: 25px;
|
height: 25px;
|
||||||
text: "برای نصب پارچ روی کامپیوتر خود دکمه زیر را فشار دهید";
|
text: "برای راهاندازی پارچ روی سامانه خود دکمه زیر را فشار دهید";
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-family: "Vazirmatn";
|
font-family: "Vazirmatn";
|
||||||
horizontal-alignment: center;
|
horizontal-alignment: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue