upd: add corner roundness setting
This commit is contained in:
parent
5ab8dcf2be
commit
e1844db11b
7 changed files with 34 additions and 0 deletions
|
@ -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
1
locales/index.d.ts
vendored
|
@ -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: "フォロー申請はありません"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue