Skip to content

Commit 02ddf7f

Browse files
committed
fix(i18n): fill missing keys for vacations
1 parent 2ca9ba8 commit 02ddf7f

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

i18n/locales/ja-JP.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,5 +1119,40 @@
11191119
"p1": "{app} でアクセシビリティに関する問題を見つけた場合は、{link}でIssueを作成してお知らせください。報告は真剣に受け止め、できる限り対応します。",
11201120
"link": "GitHubリポジトリ"
11211121
}
1122+
},
1123+
"vacations": {
1124+
"title": "EN TEXT TO REPLACE:on vacation",
1125+
"meta_description": "EN TEXT TO REPLACE:The npmx team is recharging. Discord reopens in a week.",
1126+
"heading": "EN TEXT TO REPLACE:recharging",
1127+
"subtitle": "EN TEXT TO REPLACE:we've been building npmx at a pace that has cost {some} of us sleep. we don't want that to be the norm! so we are taking a week off. together.",
1128+
"illustration_alt": "EN TEXT TO REPLACE:a single row of cosy icons",
1129+
"poke_log": "EN TEXT TO REPLACE:Poke the campfire",
1130+
"what": {
1131+
"title": "EN TEXT TO REPLACE:what's happening",
1132+
"p1": "EN TEXT TO REPLACE:discord is closed {dates}.",
1133+
"dates": "EN TEXT TO REPLACE:February 14 – 21",
1134+
"p2": "EN TEXT TO REPLACE:all invite links are gone and channels are locked – except {garden}, which stays open for folks who want to keep hanging out.",
1135+
"garden": "EN TEXT TO REPLACE:#garden"
1136+
},
1137+
"meantime": {
1138+
"title": "EN TEXT TO REPLACE:in the meantime",
1139+
"p1": "EN TEXT TO REPLACE:{site} and {repo} stay open – dig in, file issues, open PRs. we'll get to everything when we're back. just don't expect a fast review. we'll be somewhere near a cosy fireplace.",
1140+
"repo_link": "EN TEXT TO REPLACE:the repo"
1141+
},
1142+
"return": {
1143+
"title": "EN TEXT TO REPLACE:see you soon",
1144+
"p1": "EN TEXT TO REPLACE:we'll come back recharged and ready for the final push to March 3rd. {social} for updates.",
1145+
"social_link": "EN TEXT TO REPLACE:follow us on Bluesky",
1146+
"add_to_calendar": "EN TEXT TO REPLACE:remind me when Discord reopens"
1147+
},
1148+
"stats": {
1149+
"contributors": "EN TEXT TO REPLACE:Contributors",
1150+
"commits": "EN TEXT TO REPLACE:Commits",
1151+
"pr": "EN TEXT TO REPLACE:PRs Merged",
1152+
"subtitle": {
1153+
"some": "EN TEXT TO REPLACE:some",
1154+
"all": "EN TEXT TO REPLACE:all"
1155+
}
1156+
}
11221157
}
11231158
}

0 commit comments

Comments
 (0)