upd: add corner roundness setting

This commit is contained in:
ShittyKopper 2023-10-31 21:21:29 +03:00
parent 5ab8dcf2be
commit e1844db11b
7 changed files with 34 additions and 0 deletions

View file

@ -507,6 +507,7 @@ createAccount: "Create account"
existingAccount: "Existing account"
regenerate: "Regenerate"
fontSize: "Font size"
cornerRadius: "Corner roundness"
mediaListWithOneImageAppearance: "Height of media lists with one image only"
limitTo: "Limit to {x}"
noFollowRequests: "You don't have any pending follow requests"

1
locales/index.d.ts vendored
View file

@ -510,6 +510,7 @@ export interface Locale {
"existingAccount": string;
"regenerate": string;
"fontSize": string;
"cornerRadius": string;
"mediaListWithOneImageAppearance": string;
"limitTo": string;
"noFollowRequests": string;

View file

@ -507,6 +507,7 @@ createAccount: "アカウントを作成"
existingAccount: "既存のアカウント"
regenerate: "再生成"
fontSize: "フォントサイズ"
cornerRadius: "コーナーの丸み"
mediaListWithOneImageAppearance: "画像が1枚のみのメディアリストの高さ"
limitTo: "{x}を上限に"
noFollowRequests: "フォロー申請はありません"