diff --git a/app/appearance/langs/en_US.json b/app/appearance/langs/en_US.json index 1cfb4fe82..1536b10d3 100644 --- a/app/appearance/langs/en_US.json +++ b/app/appearance/langs/en_US.json @@ -470,6 +470,7 @@ "recentEmoji": "Common Emoticons", "andSubFile": "and its x subdocs", "changeIcon": "Change icon", + "randomIcon": "Random icon", "includeSubFile": "\nInclude x subdocs", "untitled": "Untitled", "lockScreen": "Lock Screen", diff --git a/app/appearance/langs/es_ES.json b/app/appearance/langs/es_ES.json index 098231fc1..414b56ecd 100644 --- a/app/appearance/langs/es_ES.json +++ b/app/appearance/langs/es_ES.json @@ -470,6 +470,7 @@ "recentEmoji": "Emoticonos comunes", "andSubFile": "y sus x documentos secundarios", "changeIcon": "Cambiar el icono", + "randomIcon": "Icono aleatorio", "includeSubFile": "\nIncluir x documentos secundarios", "untitled": "Sin título", "lockScreen": "Pantalla de bloqueo", diff --git a/app/appearance/langs/fr_FR.json b/app/appearance/langs/fr_FR.json index f1bd1bb99..8a1246be3 100644 --- a/app/appearance/langs/fr_FR.json +++ b/app/appearance/langs/fr_FR.json @@ -470,6 +470,7 @@ "recentEmoji": "Emoticônes courantes", "andSubFile": "et son x sous-documents", "changeIcon": "Changer l'icône", + "randomIcon": "Icône aléatoire", "includeSubFile": "\nInclure x sous-documents", "untitled": "Sans titre", "lockScreen": "Verrouiller Écran", diff --git a/app/appearance/langs/zh_CHT.json b/app/appearance/langs/zh_CHT.json index 1ac17f26a..c6ca01e36 100644 --- a/app/appearance/langs/zh_CHT.json +++ b/app/appearance/langs/zh_CHT.json @@ -470,6 +470,7 @@ "recentEmoji": "常用表情", "andSubFile": "及其 x 個子文檔", "changeIcon": "修改圖示", + "randomIcon": "隨機圖標", "includeSubFile": "\n包含 x 個子文檔", "untitled": "新文檔", "lockScreen": "鎖定畫面", diff --git a/app/appearance/langs/zh_CN.json b/app/appearance/langs/zh_CN.json index 29a972c16..df935fb11 100644 --- a/app/appearance/langs/zh_CN.json +++ b/app/appearance/langs/zh_CN.json @@ -470,6 +470,7 @@ "recentEmoji": "常用表情", "andSubFile": "及其 x 个子文档", "changeIcon": "修改图标", + "randomIcon": "随机图标", "includeSubFile": "\n包含 x 个子文档", "untitled": "新文档", "lockScreen": "锁屏", diff --git a/app/src/protyle/header/Background.ts b/app/src/protyle/header/Background.ts index df78474ea..ef7c69651 100644 --- a/app/src/protyle/header/Background.ts +++ b/app/src/protyle/header/Background.ts @@ -45,7 +45,7 @@ export class Background {
- +
`;