upd: add corner roundness setting
This commit is contained in:
@@ -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"
|
||||
|
||||
Vendored
+1
@@ -510,6 +510,7 @@ export interface Locale {
|
||||
"existingAccount": string;
|
||||
"regenerate": string;
|
||||
"fontSize": string;
|
||||
"cornerRadius": string;
|
||||
"mediaListWithOneImageAppearance": string;
|
||||
"limitTo": string;
|
||||
"noFollowRequests": string;
|
||||
|
||||
@@ -507,6 +507,7 @@ createAccount: "アカウントを作成"
|
||||
existingAccount: "既存のアカウント"
|
||||
regenerate: "再生成"
|
||||
fontSize: "フォントサイズ"
|
||||
cornerRadius: "コーナーの丸み"
|
||||
mediaListWithOneImageAppearance: "画像が1枚のみのメディアリストの高さ"
|
||||
limitTo: "{x}を上限に"
|
||||
noFollowRequests: "フォロー申請はありません"
|
||||
|
||||
Reference in New Issue
Block a user