summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-09-23 12:38:20 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-09-23 12:38:20 +0900
commit8f77350089eebcf4fe07eb9fadd7cff9ea9fef11 (patch)
tree74602bd8566eb94c7538e5bfd624a32cf6dd0680 /locales
parent:art: (diff)
downloadsharkey-8f77350089eebcf4fe07eb9fadd7cff9ea9fef11.tar.gz
sharkey-8f77350089eebcf4fe07eb9fadd7cff9ea9fef11.tar.bz2
sharkey-8f77350089eebcf4fe07eb9fadd7cff9ea9fef11.zip
enhance: PWAのshort_nameを設定可能に
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts2
-rw-r--r--locales/ja-JP.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index dbd485379f..da60550193 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -1158,6 +1158,8 @@ export interface Locale {
"appIconStyleRecommendation": string;
"appIconResolutionMustBe": string;
"manifestJsonOverride": string;
+ "shortName": string;
+ "shortNameDescription": string;
};
"_accountMigration": {
"moveFrom": string;
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index ae32891018..0869c0c455 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -1156,6 +1156,8 @@ _serverSettings:
appIconStyleRecommendation: "円形もしくは角丸にクロップされる場合があるため、塗り潰された余白のある背景を持つことが推奨されます。"
appIconResolutionMustBe: "解像度は必ず{resolution}である必要があります。"
manifestJsonOverride: "manifest.jsonのオーバーライド"
+ shortName: "略称"
+ shortNameDescription: "サーバーの正式名称が長い場合に、代わりに表示することのできる略称や通称。"
_accountMigration:
moveFrom: "別のアカウントからこのアカウントに移行"