Skip to content

Commit

Permalink
Merge pull request #65 from ofuton/fix-term
Browse files Browse the repository at this point in the history
Fix term in English
  • Loading branch information
emiksk committed Jul 4, 2023
2 parents 8b9f6cc + 9d87736 commit eddfe3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maimodorun",
"private": true,
"version": "2.1.0",
"version": "2.1.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
12 changes: 6 additions & 6 deletions src/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"AriaLabelForListOfHistory": "List of history",
"AriaLabelForEmptyHistoryImage": "An image indicating that no activity exists",
"ActivityDoesNotExist": "You have no activity yet!",
"WhyDoNotYouPostComment": "Why don't you write something in kintone?",
"RecordCardTitleForComment": "You wrote the body text in \"{{location}}\".",
"RecordCardTitleForReply": "You wrote a reply with \"{{location}}\".",
"RecordCardTitleForReplyInPeople": "You wrote a reply with \"{{location}}\".",
"RecordCardTitleForCommentInMessage": "You wrote a message in \"{{location}}\".",
"RecordCardTitleForCommentInApp": "You wrote a comment in \"{{location}}\".",
"WhyDoNotYouPostComment": "Why don't you write something on kintone?",
"RecordCardTitleForComment": "You wrote the body text on \"{{location}}\".",
"RecordCardTitleForReply": "You wrote a reply on \"{{location}}\".",
"RecordCardTitleForReplyInPeople": "You wrote a reply on \"{{location}}\".",
"RecordCardTitleForCommentInMessage": "You wrote a message on \"{{location}}\".",
"RecordCardTitleForCommentInApp": "You wrote a comment on \"{{location}}\".",
"ThreadBodyTag": "Thread / Body",
"ThreadReplyTag": "Thread / Reply",
"PeopleBodyTag": "People / Body",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import zipPack from 'vite-plugin-zip-pack'

const manifest = defineManifest({
manifest_version: 3,
version: '2.1.0',
version: '2.1.1',
name: '__MSG_Name__',
description: '__MSG_Description__',
default_locale: 'en',
Expand Down

0 comments on commit eddfe3d

Please sign in to comment.